/* ExcelBills V2 — Landing (reference-matched) */

.eb-v2-body .lp-ambient,
.eb-v2-body .eb-site-header { display: none !important; }

/* NAV */
.eb-v2-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--eb-v2-nav-h);
  display: flex;
  align-items: center;
  transition: background 0.35s, box-shadow 0.35s, backdrop-filter 0.35s;
}

.eb-v2-nav.is-scrolled {
  background: rgba(248, 247, 243, 0.88);
  backdrop-filter: blur(20px);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.eb-v2-nav__inner {
  width: min(var(--eb-v2-max-wide), calc(100% - var(--eb-v2-gutter) * 2));
  margin-inline: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.eb-v2-nav__links-wrap {
  display: contents;
}

.eb-v2-nav__links {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  flex: 1;
}

.eb-v2-nav__item { position: relative; }

.eb-v2-nav__trigger,
.eb-v2-nav__link {
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--eb-v2-text);
  background: none;
  border: none;
  padding: 10px 12px;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.eb-v2-nav__trigger:hover,
.eb-v2-nav__link:hover { background: rgba(17, 24, 39, 0.05); }

.eb-v2-nav__mega {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 560px;
  padding: 20px;
  border-radius: var(--eb-v2-radius);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: 0.28s var(--eb-v2-ease);
  pointer-events: none;
}

.eb-v2-nav__item.is-open .eb-v2-nav__mega {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}

.eb-v2-nav__mega-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px 16px;
}

.eb-v2-nav__mega a {
  display: block;
  padding: 10px 12px;
  border-radius: 14px;
  text-decoration: none;
  color: var(--eb-v2-text);
  font-size: 14px;
  font-weight: 600;
  transition: background 0.2s, transform 0.2s;
}

.eb-v2-nav__mega a:hover {
  background: rgba(17, 24, 39, 0.04);
  transform: translateX(2px);
}

.eb-v2-nav__mega a span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: var(--eb-v2-text-muted);
  margin-top: 2px;
}

.eb-v2-nav__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.eb-v2-nav__actions .eb-v2-btn { padding: 10px 20px; font-size: 14px; }
.eb-v2-nav__burger { display: none; margin-left: auto; background: none; border: none; padding: 8px; cursor: pointer; }

/* HERO V3 */

.hero-v3 {
  --bg-main: #F8F7F3;
  --bg-secondary: #F4EFE4;
  --revenue: #10B981;
  --inventory: #F97316;
  --gst: #2563EB;
  --cashflow: #8B5CF6;
  --analytics: #EC4899;
  --ai: #06B6D4;
  --text-primary: #111827;
  --text-secondary: #4B5563;
  --glass-bg: rgba(255, 255, 255, 0.85);
  --glass-border: rgba(255, 255, 255, 0.45);
  --shadow-soft: 0 20px 60px rgba(0, 0, 0, 0.08);
  --radius-lg: 24px;
  --radius-xl: 32px;

  position: relative;
  min-height: auto;
  padding: 0;
  background: var(--bg-main);
  overflow: hidden;
}

.hero-v3__clouds {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.hero-v3__cloud {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}

.hero-v3__cloud--revenue {
  width: 420px;
  height: 420px;
  top: -80px;
  right: 8%;
  background: rgba(16, 185, 129, 0.1);
}

.hero-v3__cloud--cash {
  width: 380px;
  height: 380px;
  bottom: -60px;
  left: -40px;
  background: rgba(139, 92, 246, 0.08);
}

.hero-v3__cloud--ai {
  width: 320px;
  height: 320px;
  top: 35%;
  right: -80px;
  background: rgba(6, 182, 212, 0.06);
}

.hero-v3__container {
  position: relative;
  z-index: 1;
  width: min(var(--eb-v2-max-wide), calc(100% - var(--eb-v2-gutter) * 2));
  margin-inline: auto;
  padding-inline: 0;
  min-height: auto;
  display: grid;
  grid-template-columns: 42% 58%;
  gap: 40px;
  align-items: center;
}

.hero-v3__badge {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 18px;
  margin: 0 0 28px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.08);
  color: #047857;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hero-v3__headline {
  margin: 0;
  font-family: var(--eb-v2-font);
  font-weight: 800;
  font-size: var(--eb-v2-h1-size);
  line-height: var(--eb-v2-h1-lh);
  letter-spacing: var(--eb-v2-h1-spacing);
  color: var(--eb-v2-text);
}

.hero-v3__headline-line {
  display: block;
}

.hero-v3__headline-line--accent {
  color: var(--revenue);
}

.hero-v3__subheadline {
  max-width: 54ch;
  margin: var(--eb-v2-stack-md) 0 0;
  font-size: var(--eb-v2-lead-size);
  font-weight: 500;
  line-height: var(--eb-v2-lead-lh);
  color: var(--eb-v2-text-muted);
}

.hero-v3__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.hero-v3__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: inherit;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hero-v3__cta:hover {
  transform: translateY(-2px);
}

.hero-v3__cta--primary {
  min-height: var(--eb-v2-btn-h-lg);
  min-width: 168px;
  border-radius: 18px;
  background: var(--revenue);
  color: #fff;
  box-shadow: 0 14px 32px rgba(16, 185, 129, 0.28);
}

.hero-v3__cta--secondary {
  min-height: var(--eb-v2-btn-h-lg);
  min-width: 168px;
  border-radius: 18px;
  background: #fff;
  color: var(--text-primary);
  border: 1px solid #E5E7EB;
}

.hero-v3__trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.hero-v3__chip {
  padding: 10px 16px;
  border-radius: 999px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-primary);
}

.hero-v3__social-proof {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 28px;
}

.hero-v3__stars {
  color: #f59e0b;
  font-size: 15px;
  letter-spacing: 2px;
}

.hero-v3__rating {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-primary);
}

.hero-v3__social-label {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-secondary);
}

/* Command center */
.hero-v3__visual {
  display: flex;
  justify-content: flex-end;
}

.hero-v3__command {
  width: min(900px, 100%);
  min-height: 650px;
  padding: 28px;
  border-radius: var(--radius-xl);
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: var(--shadow-soft);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-v3__kpi-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.hero-v3__kpi {
  padding: 16px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}

.hero-v3__kpi-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B7280;
  margin-bottom: 6px;
}

.hero-v3__kpi-value {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--text-primary);
  line-height: 1.2;
}

.hero-v3__kpi--revenue .hero-v3__kpi-value,
.hero-v3__kpi--profit .hero-v3__kpi-value {
  color: var(--revenue);
}

.hero-v3__kpi--cash .hero-v3__kpi-value {
  color: var(--cashflow);
}

.hero-v3__kpi-delta {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 700;
}

.hero-v3__kpi-delta--up {
  color: var(--revenue);
}

.hero-v3__health-ring {
  position: relative;
  width: 52px;
  height: 52px;
  margin-top: 4px;
  border-radius: 50%;
  background: conic-gradient(var(--revenue) 0 92%, #e5e7eb 92% 100%);
  overflow: visible;
  z-index: 1;
}

.hero-v3__health-ring::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}

.hero-v3__health-ring span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 2ch;
  padding: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: var(--revenue);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  z-index: 2;
  pointer-events: none;
}

.hero-v3__mid {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 16px;
  flex: 1;
  min-height: 280px;
}

.hero-v3__graph-wrap {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.hero-v3__graph-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-primary);
}

.hero-v3__graph-meta {
  color: #6B7280;
  font-weight: 500;
}

.hero-v3__graph {
  width: 100%;
  height: 280px;
  display: block;
}

.hero-v3__ai-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-v3__ai-card {
  flex: 1;
  padding: 14px 16px;
  border-radius: 18px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.hero-v3__ai-card p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--text-secondary);
}

.hero-v3__ai-dot {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 50%;
}

.hero-v3__ai-dot--revenue { background: var(--revenue); }
.hero-v3__ai-dot--gst { background: var(--gst); }
.hero-v3__ai-dot--inventory { background: var(--inventory); }

.hero-v3__bottom-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.hero-v3__stat {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.hero-v3__stat-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6B7280;
  margin-bottom: 6px;
}

.hero-v3__stat-value {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-primary);
  font-variant-numeric: tabular-nums;
}

.hero-v3__stat-value--inventory { color: var(--inventory); }
.hero-v3__stat-value--gst { color: var(--gst); }
.hero-v3__stat-value--product {
  font-size: 0.82rem;
  line-height: 1.3;
}

/* Hero V3 — shared trust styles (final CTA reuses eb-v2-hero__trust) */
.eb-v2-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  margin-top: 28px;
  font-size: 13px;
  font-weight: 600;
  color: var(--eb-v2-text);
}

.eb-v2-hero__trust span::before {
  content: "✓ ";
  color: var(--eb-v2-revenue);
  font-weight: 700;
}

/* TRUST BAR */
.eb-v2-trustbar {
  padding: 28px 0;
  border-block: 1px solid rgba(17, 24, 39, 0.06);
  background: rgba(255, 255, 255, 0.5);
}

.eb-v2-trustbar__label {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--eb-v2-text-muted);
  margin-bottom: 20px;
}

.eb-v2-trustbar__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(24px, 4vw, 56px);
  opacity: 0.65;
  filter: grayscale(1);
  transition: opacity 0.3s;
  animation: eb-v2-trust-drift 24s ease-in-out infinite alternate;
}

@keyframes eb-v2-trust-drift {
  from { transform: translateX(-8px); }
  to { transform: translateX(8px); }
}

.eb-v2-trustbar:hover .eb-v2-trustbar__logos { opacity: 0.85; }

.eb-v2-trustbar__logos img {
  height: 28px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
}

/* SECTION 2 — CHAOS → CONTROL (conversion rebuild) */
.section-chaos-control-v2 {
  position: relative;
  background: #F8F7F3;
  overflow: hidden;
}

.section-chaos-control-v2__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.section-chaos-control-v2__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}

.section-chaos-control-v2__glow--left {
  width: 520px;
  height: 520px;
  bottom: -120px;
  left: -80px;
  background: radial-gradient(circle, rgba(255, 237, 213, 0.7) 0%, rgba(244, 239, 228, 0) 70%);
}

.section-chaos-control-v2__glow--right {
  width: 480px;
  height: 480px;
  top: -100px;
  right: -60px;
  background: radial-gradient(circle, rgba(209, 250, 229, 0.55) 0%, rgba(248, 247, 243, 0) 72%);
}

.section-chaos-control-v2__container {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  margin-inline: auto;
  padding-inline: 0;
}

.section-chaos-control-v2__intro {
  margin-bottom: var(--eb-v2-intro-gap);
}

.section-chaos-control-v2__pill {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 18px;
  margin: 0 0 24px;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.08);
  color: #F97316;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-chaos-control-v2__headline {
  margin: 0;
  max-width: 700px;
}

.section-chaos-control-v2__subheadline {
  max-width: 750px;
  margin: 24px 0 0;
}

.section-chaos-control-v2__stage {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 24px;
  align-items: stretch;
}

.section-chaos-control-v2__card {
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.section-chaos-control-v2__card--chaos {
  background: #FFF7ED;
  box-shadow: 0 24px 64px rgba(249, 115, 22, 0.12), 0 12px 32px rgba(0, 0, 0, 0.05);
}

.section-chaos-control-v2__card--control {
  background: #F0FDF4;
  box-shadow: 0 24px 64px rgba(16, 185, 129, 0.12), 0 12px 32px rgba(0, 0, 0, 0.05);
}

/* ── Hero image area ── */
.section-chaos-control-v2__card-visual {
  position: relative;
  height: 320px;
  overflow: hidden;
  flex-shrink: 0;
}

.section-chaos-control-v2__photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  image-rendering: -webkit-optimize-contrast;
}

.section-chaos-control-v2__card-visual--chaos::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 247, 237, 0.15) 0%, rgba(17, 24, 39, 0.28) 100%);
  pointer-events: none;
}

.section-chaos-control-v2__card-visual--control::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(240, 253, 244, 0.1) 0%, rgba(17, 24, 39, 0.18) 100%);
  pointer-events: none;
}

/* ── Chaos chips (top-left, subtle glass) ── */
.section-chaos-control-v2__chips {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  z-index: 2;
  max-width: 70%;
}

.section-chaos-control-v2__chips span {
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #9A3412;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  opacity: 0.92;
}

/* ── Glass panels (loss / success) ── */
.section-chaos-control-v2__glass-panel {
  position: absolute;
  z-index: 2;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.section-chaos-control-v2__glass-panel--loss {
  right: 14px;
  bottom: 14px;
  padding: 12px 16px;
  min-width: 160px;
  border-color: rgba(249, 115, 22, 0.25);
}

.section-chaos-control-v2__glass-panel-label {
  display: block;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9A3412;
  margin-bottom: 4px;
}

.section-chaos-control-v2__glass-panel-value {
  display: block;
  font-size: 1.35rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  color: #DC2626;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.section-chaos-control-v2__glass-panel--success {
  left: 14px;
  bottom: 14px;
  padding: 12px 14px;
  min-width: 180px;
  border-color: rgba(16, 185, 129, 0.25);
}

.section-chaos-control-v2__success-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0;
  font-size: 11px;
  font-weight: 600;
  color: #374151;
}

.section-chaos-control-v2__success-row + .section-chaos-control-v2__success-row {
  border-top: 1px solid rgba(16, 185, 129, 0.12);
  margin-top: 2px;
  padding-top: 6px;
}

.section-chaos-control-v2__success-row strong {
  font-weight: 800;
  color: #059669;
  font-variant-numeric: tabular-nums;
}

/* ── Dashboard float (lower-right, avoids face) ── */
.section-chaos-control-v2__dashboard-float {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 42%;
  max-width: 200px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
  z-index: 2;
}

.section-chaos-control-v2__dashboard-kpi-label {
  display: block;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B7280;
}

.section-chaos-control-v2__dashboard-kpi-value {
  display: block;
  font-size: 1rem;
  font-weight: 800;
  color: #10B981;
  margin-bottom: 6px;
}

.section-chaos-control-v2__dashboard-chart {
  height: 36px;
  margin-bottom: 8px;
}

.section-chaos-control-v2__dashboard-chart svg {
  width: 100%;
  height: 100%;
}

.section-chaos-control-v2__dashboard-tags {
  display: flex;
  gap: 6px;
}

.section-chaos-control-v2__dashboard-tags span {
  font-size: 8px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.1);
  color: #047857;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ── Card body / lists ── */
.section-chaos-control-v2__card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px 28px 28px;
  border-top: 1px solid rgba(17, 24, 39, 0.05);
}

.section-chaos-control-v2__card-title {
  margin: 0 0 18px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.section-chaos-control-v2__card-title--chaos { color: #EA580C; }
.section-chaos-control-v2__card-title--control { color: #059669; }

.section-chaos-control-v2__list {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

.section-chaos-control-v2__list li {
  position: relative;
  padding: 14px 0 14px 32px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.07);
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.section-chaos-control-v2__list li:last-child {
  border-bottom: none;
}

.section-chaos-control-v2__list li:hover {
  color: #374151;
  padding-left: 34px;
}

.section-chaos-control-v2__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: box-shadow 0.2s ease;
}

.section-chaos-control-v2__list--chaos li::before {
  background: #F97316;
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.14);
}

.section-chaos-control-v2__list--chaos li:hover::before {
  box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.22);
}

.section-chaos-control-v2__list--control li::before {
  background: #10B981;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.14);
}

.section-chaos-control-v2__list--control li:hover::before {
  box-shadow: 0 0 0 5px rgba(16, 185, 129, 0.22);
}

.section-chaos-control-v2__metric {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 2px solid rgba(17, 24, 39, 0.06);
}

.section-chaos-control-v2__metric-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B7280;
  margin-bottom: 6px;
}

.section-chaos-control-v2__metric-value {
  font-size: 1.75rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

.section-chaos-control-v2__metric--chaos .section-chaos-control-v2__metric-value {
  color: #DC2626;
}

.section-chaos-control-v2__metric--control .section-chaos-control-v2__metric-value {
  color: #059669;
}

/* ── Center transformation connector ── */
.section-chaos-control-v2__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: 0 8px;
}

.section-chaos-control-v2__connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 120px;
}

.section-chaos-control-v2__connector-tag {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.section-chaos-control-v2__connector-tag--before {
  color: #EA580C;
}

.section-chaos-control-v2__connector-tag--after {
  color: #059669;
}

.section-chaos-control-v2__connector-core {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 16px 48px rgba(16, 185, 129, 0.15), 0 8px 24px rgba(0, 0, 0, 0.06);
}

.section-chaos-control-v2__connector-brand {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  color: #111827;
  white-space: nowrap;
}

.section-chaos-control-v2__connector-arrow {
  font-size: 14px;
  font-weight: 800;
  color: #10B981;
  line-height: 1;
}

.section-chaos-control-v2__connector-flow {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  color: #6B7280;
  text-align: center;
  line-height: 1.4;
}

.section-chaos-control-v2__connector-flow strong {
  color: #111827;
  font-weight: 800;
}

.section-chaos-control-v2__connector-flow span {
  color: #9CA3AF;
}

@media (max-width: 1100px) {
  .section-chaos-control-v2__container {
    padding-inline: 40px;
  }

  .section-chaos-control-v2__stage {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .section-chaos-control-v2__divider {
    order: 2;
    padding: 4px 0;
  }

  .section-chaos-control-v2__connector {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 16px;
    min-width: 0;
  }

  .section-chaos-control-v2__connector-flow {
    width: 100%;
    order: 3;
  }

  .section-chaos-control-v2__card--chaos {
    order: 1;
  }

  .section-chaos-control-v2__card--control {
    order: 3;
  }

  .section-chaos-control-v2__card-title {
    font-size: 32px;
  }

  .section-chaos-control-v2__card-visual {
    height: 280px;
  }
}

@media (max-width: 640px) {
  .section-chaos-control-v2__container {
    padding-inline: 24px;
  }

  .section-chaos-control-v2__intro {
    margin-bottom: 40px;
  }

  .section-chaos-control-v2__card-visual {
    height: 240px;
  }

  .section-chaos-control-v2__card-title {
    font-size: 28px;
  }

  .section-chaos-control-v2__chips {
    max-width: 85%;
  }

  .section-chaos-control-v2__glass-panel--loss,
  .section-chaos-control-v2__glass-panel--success {
    padding: 10px 12px;
    min-width: 140px;
  }

  .section-chaos-control-v2__glass-panel-value {
    font-size: 1.15rem;
  }

  .section-chaos-control-v2__dashboard-float {
    width: 48%;
    max-width: 160px;
    padding: 8px;
  }

  .section-chaos-control-v2__connector-core {
    padding: 12px 16px;
  }

  .section-chaos-control-v2__connector-tag--before,
  .section-chaos-control-v2__connector-tag--after {
    display: none;
  }
}

/* SECTION 3 — BUSINESS COMMAND CENTER (9.5 rebuild) */
.business-command-center {
  position: relative;
  background: #F8F7F3;
  background-image: radial-gradient(circle at top right, rgba(16, 185, 129, 0.08), transparent 60%);
  overflow: hidden;
}

.business-command-center__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.business-command-center__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}

.business-command-center__glow--primary {
  width: 640px;
  height: 640px;
  top: -160px;
  right: -80px;
  background: rgba(16, 185, 129, 0.12);
}

.business-command-center__glow--cash {
  width: 480px;
  height: 480px;
  left: 5%;
  top: 35%;
  background: rgba(139, 92, 246, 0.06);
}

.business-command-center__glow--ai {
  width: 420px;
  height: 420px;
  bottom: -60px;
  right: 20%;
  background: rgba(6, 182, 212, 0.06);
}

.business-command-center__container {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  margin-inline: auto;
  padding-inline: 0;
}

.business-command-center__intro {
  margin-bottom: 52px;
}

.business-command-center__pill {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 20px;
  margin: 0 0 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(16, 185, 129, 0.22);
  box-shadow: 0 0 24px rgba(16, 185, 129, 0.14), 0 4px 16px rgba(0, 0, 0, 0.04);
  color: #059669;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.business-command-center__headline {
  margin: 0;
  font-size: 72px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #111827;
}

.business-command-center__subheadline {
  max-width: 900px;
  margin: 28px 0 0;
  font-size: 1.125rem;
  line-height: 1.65;
  color: #4B5563;
}

/* ── Command center frame (Level 1) ── */
.command-center-v2 {
  position: relative;
  width: min(1400px, 100%);
  margin-inline: auto;
  padding: 28px 32px 32px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 40px;
  box-shadow:
    0 32px 80px rgba(16, 185, 129, 0.1),
    0 16px 48px rgba(0, 0, 0, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.command-center-v2__frame-head {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.command-center-v2__owner-pulse {
  align-self: flex-end;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  font-size: 11px;
  font-weight: 600;
  color: #6B7280;
}

.command-center-v2__owner-pulse strong {
  color: #111827;
  font-weight: 700;
}

.command-center-v2__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #10B981;
}

.command-center-v2__icon--owner { color: #6B7280; }
.command-center-v2__icon--ai { color: #06B6D4; }

/* ── Business health strip ── */
.command-center-v2__health-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 20px;
  background: rgba(16, 185, 129, 0.06);
  border: 1px solid rgba(16, 185, 129, 0.12);
}

.command-center-v2__health-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(16, 185, 129, 0.15);
  font-size: 10px;
  font-weight: 700;
  color: #047857;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.command-center-v2__health-badge svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.command-center-v2__health-badge--ai {
  border-color: rgba(6, 182, 212, 0.2);
  color: #0e7490;
  background: rgba(236, 254, 255, 0.9);
}

/* ── KPI cards ── */
.command-center-v2__kpis {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.command-center-v2__kpi {
  padding: 16px 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 132px;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.command-center-v2__kpi:hover {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.07);
  transform: translateY(-1px);
}

.command-center-v2__kpi-top {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}

.command-center-v2__kpi-label {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #6B7280;
}

.command-center-v2__kpi-value {
  font-size: 1.2rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.command-center-v2__kpi-meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 6px;
}

.command-center-v2__kpi-delta {
  font-size: 12px;
  font-weight: 800;
}

.command-center-v2__kpi-period {
  font-size: 9px;
  font-weight: 600;
  color: #9CA3AF;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.command-center-v2__kpi--revenue .command-center-v2__kpi-value,
.command-center-v2__kpi--revenue .command-center-v2__kpi-delta,
.command-center-v2__kpi--profit .command-center-v2__kpi-value,
.command-center-v2__kpi--profit .command-center-v2__kpi-delta,
.command-center-v2__kpi--health .command-center-v2__kpi-delta {
  color: #10B981;
}

.command-center-v2__kpi--revenue .command-center-v2__icon { color: #10B981; }
.command-center-v2__kpi--profit .command-center-v2__icon { color: #10B981; }
.command-center-v2__kpi--cash .command-center-v2__kpi-value,
.command-center-v2__kpi-delta--purple { color: #8B5CF6; }
.command-center-v2__kpi--cash .command-center-v2__icon { color: #8B5CF6; }
.command-center-v2__kpi--gst .command-center-v2__kpi-value,
.command-center-v2__kpi-delta--blue { color: #2563EB; }
.command-center-v2__kpi--gst .command-center-v2__icon { color: #2563EB; }
.command-center-v2__kpi--inventory .command-center-v2__kpi-value { color: #F97316; }
.command-center-v2__kpi-delta--orange { color: #F97316; }
.command-center-v2__kpi--inventory .command-center-v2__icon { color: #F97316; }

.command-center-v2__health-ring {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: conic-gradient(#10B981 0 92%, #e5e7eb 92% 100%);
  display: grid;
  place-items: center;
  margin: 2px 0;
}

.command-center-v2__health-ring span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 900;
  color: #10B981;
}

/* ── Command body + AI advisor (Level 2) ── */
.command-center-v2__command-body {
  position: relative;
}

.command-center-v2__ai-advisor {
  position: absolute;
  top: -8px;
  right: 0;
  z-index: 3;
  width: min(280px, 42%);
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(6, 182, 212, 0.22);
  box-shadow:
    0 20px 48px rgba(6, 182, 212, 0.14),
    0 8px 24px rgba(0, 0, 0, 0.06);
}

.command-center-v2__ai-advisor-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  color: #111827;
}

.command-center-v2__ai-live {
  margin-left: auto;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  animation: cc-ai-pulse 2.4s ease-in-out infinite;
}

@keyframes cc-ai-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.65; }
}

.command-center-v2__ai-feed {
  margin: 0;
  padding: 0;
  list-style: none;
}

.command-center-v2__ai-feed li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 6px 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  color: #374151;
  border-bottom: 1px solid rgba(17, 24, 39, 0.05);
}

.command-center-v2__ai-feed li:last-child { border-bottom: none; }

.command-center-v2__ai-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 5px;
  flex-shrink: 0;
}

.command-center-v2__ai-dot--green { background: #10B981; }
.command-center-v2__ai-dot--orange { background: #F97316; }
.command-center-v2__ai-dot--blue { background: #2563EB; }

/* ── Performance area 60/40 ── */
.command-center-v2__performance {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 18px;
  padding-top: 48px;
}

.command-center-v2__exec-panel {
  padding: 20px 22px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.05);
}

.command-center-v2__panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
  color: #111827;
}

.command-center-v2__panel-meta {
  font-size: 11px;
  font-weight: 600;
  color: #9CA3AF;
}

.command-center-v2__trend-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 8px;
  font-size: 10px;
  font-weight: 700;
  color: #6B7280;
}

.command-center-v2__trend-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.command-center-v2__legend-line {
  display: inline-block;
  width: 18px;
  height: 3px;
  border-radius: 2px;
}

.command-center-v2__legend-line--revenue { background: #10B981; }
.command-center-v2__legend-line--profit { background: #8B5CF6; }
.command-center-v2__legend-line--cash { background: #06B6D4; }

.command-center-v2__exec-chart {
  width: 100%;
  height: 220px;
  display: block;
}

.command-center-v2__status-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.command-center-v2__status-chip {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(248, 247, 243, 0.8);
  border: 1px solid rgba(17, 24, 39, 0.05);
}

.command-center-v2__status-chip svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.command-center-v2__status-chip strong {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 2px;
}

.command-center-v2__status-chip span {
  font-size: 10px;
  font-weight: 600;
  color: #6B7280;
  line-height: 1.35;
}

.command-center-v2__status-chip--inventory svg { color: #F97316; }
.command-center-v2__status-chip--gst svg { color: #2563EB; }

/* ── Side widgets (Level 3) ── */
.command-center-v2__side-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.command-center-v2__widget {
  flex: 1;
  padding: 16px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
}

.command-center-v2__widget-head {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #111827;
}

.command-center-v2__widget--cash .command-center-v2__icon { color: #8B5CF6; }
.command-center-v2__widget--gst .command-center-v2__icon { color: #2563EB; }
.command-center-v2__widget--inventory .command-center-v2__icon { color: #F97316; }

.command-center-v2__widget-metric {
  margin-bottom: 4px;
}

.command-center-v2__widget-label {
  display: block;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9CA3AF;
  margin-bottom: 2px;
}

.command-center-v2__widget-value {
  font-size: 1.25rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #8B5CF6;
}

.command-center-v2__widget-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  color: #6B7280;
}

.command-center-v2__widget-row strong {
  font-weight: 800;
  color: #111827;
}

.command-center-v2__trend-up { color: #10B981 !important; }
.command-center-v2__badge-ok {
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: #2563EB !important;
  font-size: 10px;
}
.command-center-v2__risk-low { color: #10B981 !important; }
.command-center-v2__warn { color: #F97316 !important; }

.command-center-v2__widget-chart {
  width: 100%;
  height: 40px;
  margin-top: auto;
}

.command-center-v2__widget-bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 36px;
  margin-top: auto;
}

.command-center-v2__widget-bars span {
  flex: 1;
  height: var(--h, 50%);
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, #3B82F6, #2563EB);
  opacity: 0.85;
}

.command-center-v2__widget-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.command-center-v2__widget-grid div {
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(249, 115, 22, 0.06);
  border: 1px solid rgba(249, 115, 22, 0.1);
}

.command-center-v2__widget-grid span {
  display: block;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #9CA3AF;
  margin-bottom: 2px;
}

.command-center-v2__widget-grid strong {
  font-size: 13px;
  font-weight: 800;
  color: #111827;
}

/* ── Bottom insights (Level 4) ── */
.command-center-v2__insights {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.6fr;
  gap: 14px;
}

.command-center-v2__intel-card {
  padding: 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
}

.command-center-v2__intel-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #6B7280;
}

.command-center-v2__intel-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.command-center-v2__intel-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.05);
  font-size: 12px;
  font-weight: 600;
  color: #111827;
}

.command-center-v2__intel-list li span:last-child {
  color: #4B5563;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.command-center-v2__intel-metric {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 900;
  color: #EC4899;
  font-variant-numeric: tabular-nums;
}

.command-center-v2__intel-note {
  margin: 6px 0 0;
  font-size: 11px;
  font-weight: 600;
  color: #6B7280;
}

.command-center-v2__intel-card--ai {
  padding: 22px 20px;
  background: linear-gradient(135deg, rgba(236, 254, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%);
  border: 1px solid rgba(6, 182, 212, 0.25);
  box-shadow:
    0 16px 48px rgba(6, 182, 212, 0.12),
    0 8px 24px rgba(0, 0, 0, 0.04);
}

.command-center-v2__intel-card--ai .command-center-v2__intel-title {
  font-size: 11px;
  color: #0e7490;
  margin-bottom: 14px;
}

.command-center-v2__ai-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.command-center-v2__ai-list li {
  position: relative;
  padding: 7px 0 7px 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  color: #0f766e;
  border-bottom: 1px solid rgba(6, 182, 212, 0.1);
}

.command-center-v2__ai-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #06B6D4;
}

.command-center-v2__ai-gain {
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(6, 182, 212, 0.15);
  font-size: 11px;
  font-weight: 600;
  color: #6B7280;
}

.command-center-v2__ai-gain strong {
  display: block;
  margin-top: 4px;
  font-size: 1.35rem;
  font-weight: 900;
  color: #10B981;
}

@media (max-width: 1200px) {
  .business-command-center__container {
    padding-inline: 40px;
  }

  .business-command-center__headline {
    font-size: 52px;
  }

  .command-center-v2__kpis {
    grid-template-columns: repeat(3, 1fr);
  }

  .command-center-v2__performance {
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .command-center-v2__ai-advisor {
    position: relative;
    width: 100%;
    top: 0;
    margin-bottom: 4px;
  }

  .command-center-v2__side-stack {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .command-center-v2__widget {
    flex: 1 1 calc(33.333% - 8px);
    min-width: 200px;
  }

  .command-center-v2__insights {
    grid-template-columns: repeat(2, 1fr);
  }

  .command-center-v2__intel-card--ai {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .business-command-center {
    padding: 72px 0 80px;
  }

  .business-command-center__container {
    padding-inline: 24px;
  }

  .business-command-center__headline {
    font-size: 36px;
  }

  .business-command-center__subheadline {
    font-size: 1rem;
  }

  .command-center-v2 {
    padding: 20px 16px;
    border-radius: 28px;
  }

  .command-center-v2__owner-pulse {
    align-self: stretch;
    justify-content: center;
    font-size: 10px;
  }

  .command-center-v2__health-strip {
    gap: 6px;
  }

  .command-center-v2__health-badge {
    font-size: 9px;
    padding: 5px 10px;
  }

  .command-center-v2__kpis {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .command-center-v2__kpi {
    min-height: 118px;
    padding: 14px 12px;
  }

  .command-center-v2__kpi-value {
    font-size: 1.05rem;
  }

  .command-center-v2__exec-chart {
    height: 180px;
  }

  .command-center-v2__status-row {
    grid-template-columns: 1fr;
  }

  .command-center-v2__side-stack {
    flex-direction: column;
  }

  .command-center-v2__widget {
    flex: 1 1 auto;
    min-width: 0;
  }

  .command-center-v2__insights {
    grid-template-columns: 1fr;
  }

  .command-center-v2__intel-card--ai {
    grid-column: span 1;
  }
}

.eb-v2-ai-chip {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.12);
  color: #0e7490;
  font-size: 12px;
  font-weight: 600;
  margin: 4px 6px 4px 0;
}

/* SECTION 4 — INDUSTRY SUCCESS STORIES (9.5 rebuild) */
.industry-showcase-v2 {
  position: relative;
  background: linear-gradient(180deg, #F8F7F3 0%, #F4EFE4 48%, #F8F7F3 100%);
  overflow: hidden;
}

.industry-showcase-v2__container {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  margin-inline: auto;
  padding-inline: 0;
}

.industry-showcase-v2__intro {
  margin-bottom: 48px;
}

.industry-showcase-v2__pill {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 18px;
  margin: 0 0 24px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: #2563EB;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.industry-showcase-v2__headline {
  margin: 0;
}

.industry-showcase-v2__subheadline {
  max-width: 850px;
  margin: 24px 0 0;
}

/* ── Trust strip ── */
.industry-showcase-v2__trust-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
}

.industry-showcase-v2__trust-label {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B7280;
  margin-right: 4px;
}

.industry-showcase-v2__trust-pill {
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  font-size: 11px;
  font-weight: 700;
  color: #374151;
}

/* ── Scale metrics ── */
.industry-showcase-v2__scale {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.industry-showcase-v2__scale-card {
  padding: 20px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.05);
}

.industry-showcase-v2__scale-card strong {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: #111827;
  font-variant-numeric: tabular-nums;
  margin-bottom: 6px;
}

.industry-showcase-v2__scale-card span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #6B7280;
  line-height: 1.35;
}

/* ── Industry grid ── */
.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.industry-card {
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.12), 0 12px 32px rgba(0, 0, 0, 0.06);
}

.industry-card__visual {
  position: relative;
  height: 340px;
  min-height: 340px;
  overflow: hidden;
  flex-shrink: 0;
}

.industry-card__scene {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.industry-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17, 24, 39, 0.02) 0%, rgba(17, 24, 39, 0.35) 100%);
  pointer-events: none;
}

.industry-card__glass {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}

.industry-card__glass-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}

.industry-card__glass-row:last-child {
  margin-bottom: 0;
}

.industry-card__glass-row span {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6B7280;
}

.industry-card__glass-row strong {
  font-size: 1rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  color: #111827;
}

.industry-card__glass-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.industry-card__glass-tags span {
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.industry-card__glass--retail { border-color: rgba(16, 185, 129, 0.2); }
.industry-card__glass--retail .industry-card__glass-tags span {
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
}

.industry-card__glass--wholesale { border-color: rgba(249, 115, 22, 0.2); }
.industry-card__glass--wholesale .industry-card__glass-tags span {
  background: rgba(249, 115, 22, 0.12);
  color: #C2410C;
}

.industry-card__glass--manufacturing { border-color: rgba(139, 92, 246, 0.2); }
.industry-card__glass--manufacturing .industry-card__glass-tags span {
  background: rgba(139, 92, 246, 0.12);
  color: #6D28D9;
}

.industry-card__glass--distribution { border-color: rgba(37, 99, 235, 0.2); }
.industry-card__glass--distribution .industry-card__glass-tags span {
  background: rgba(37, 99, 235, 0.12);
  color: #1D4ED8;
}

.industry-card__glass--service { border-color: rgba(236, 72, 153, 0.2); }
.industry-card__glass--service .industry-card__glass-tags span {
  background: rgba(236, 72, 153, 0.12);
  color: #BE185D;
}

.industry-card__glass--restaurant { border-color: rgba(6, 182, 212, 0.2); }
.industry-card__glass--restaurant .industry-card__glass-tags span {
  background: rgba(6, 182, 212, 0.12);
  color: #0E7490;
}

.industry-card__body {
  padding: 22px 24px 26px;
  background: rgba(255, 255, 255, 0.96);
  border-top: 1px solid rgba(17, 24, 39, 0.05);
  flex: 1;
}

.industry-card__accent {
  display: block;
  width: 52px;
  height: 4px;
  border-radius: 999px;
  margin-bottom: 14px;
}

.industry-card__accent--retail { background: #10B981; }
.industry-card__accent--wholesale { background: #F97316; }
.industry-card__accent--manufacturing { background: #8B5CF6; }
.industry-card__accent--distribution { background: #2563EB; }
.industry-card__accent--service { background: #EC4899; }
.industry-card__accent--restaurant { background: #06B6D4; }

.industry-card__title {
  margin: 0 0 14px;
  font-size: 1.35rem;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.01em;
}

.industry-card__outcomes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.industry-card__outcomes li {
  position: relative;
  padding: 8px 0 8px 18px;
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  border-bottom: 1px solid rgba(17, 24, 39, 0.05);
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.industry-card__outcomes li:last-child {
  border-bottom: none;
}

.industry-card__outcomes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.industry-card--retail .industry-card__outcomes li::before { background: #10B981; }
.industry-card--wholesale .industry-card__outcomes li::before { background: #F97316; }
.industry-card--manufacturing .industry-card__outcomes li::before { background: #8B5CF6; }
.industry-card--distribution .industry-card__outcomes li::before { background: #2563EB; }
.industry-card--service .industry-card__outcomes li::before { background: #EC4899; }
.industry-card--restaurant .industry-card__outcomes li::before { background: #06B6D4; }

.industry-card:hover .industry-card__outcomes li {
  color: #111827;
  padding-left: 20px;
}

@media (max-width: 1200px) {
  .industry-showcase-v2__container {
    padding-inline: 40px;
  }

  .industry-showcase-v2__scale {
    grid-template-columns: repeat(2, 1fr);
  }

  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .industry-showcase-v2 {
    padding: 72px 0 80px;
  }

  .industry-showcase-v2__container {
    padding-inline: 24px;
  }

  .industry-showcase-v2__scale {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .industry-showcase-v2__trust-strip {
    gap: 6px;
  }

  .industry-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .industry-card__visual {
    height: 300px;
    min-height: 300px;
  }
}

/* SECTION 5 — POS EXPERIENCE (9.5 optimization) */
.pos-experience-v2 {
  position: relative;
  background: #F8F7F3;
  overflow: hidden;
}

.pos-experience-v2__glow {
  position: absolute;
  width: 640px;
  height: 640px;
  top: -120px;
  right: 10%;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.06);
  filter: blur(72px);
  pointer-events: none;
}

.pos-experience-v2__container {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  margin-inline: auto;
  padding-inline: 0;
}

.pos-experience-v2__intro {
  margin-bottom: 48px;
}

.pos-experience-v2__pill {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 18px;
  margin: 0 0 24px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.08);
  color: #10B981;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pos-experience-v2__headline {
  margin: 0;
}

.pos-experience-v2__subheadline {  max-width: 850px;  margin: 24px 0 0;}

.pos-showcase {
  width: min(1400px, 100%);
  min-height: 700px;
  margin-inline: auto;
  padding: 40px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 36px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 28px;
  align-items: stretch;
}

.pos-showcase__main {
  position: relative;
  min-height: 0;
}

.pos-tablet-wrap {
  position: relative;
  height: 100%;
}

.pos-live-signals {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 3;
}

.pos-live-signal {
  position: absolute;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(16, 185, 129, 0.18);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #047857;
  white-space: nowrap;
}

.pos-live-signal--scan { top: 8%; left: -4%; }
.pos-live-signal--stock { top: 22%; right: -6%; }
.pos-live-signal--gst { top: 48%; left: -8%; }
.pos-live-signal--pay { bottom: 28%; right: -4%; }
.pos-live-signal--inv { bottom: 10%; left: 6%; }

.pos-speed-proof {
  position: absolute;
  top: -12px;
  right: 12px;
  z-index: 4;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(16, 185, 129, 0.22);
  box-shadow: 0 16px 40px rgba(16, 185, 129, 0.14);
  max-width: 220px;
}

.pos-speed-proof__label {
  display: block;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B7280;
  margin-bottom: 4px;
}

.pos-speed-proof__value {
  display: block;
  font-size: 13px;
  font-weight: 900;
  color: #059669;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.pos-speed-proof__meta {
  display: block;
  margin-top: 4px;
  font-size: 9px;
  font-weight: 600;
  color: #6B7280;
}

.pos-tablet {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 24px 64px rgba(16, 185, 129, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pos-tablet__chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: linear-gradient(180deg, #f9fafb, #f3f4f6);
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.pos-tablet__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d5db;
}

.pos-tablet__dot:nth-child(1) { background: #fca5a5; }
.pos-tablet__dot:nth-child(2) { background: #fcd34d; }
.pos-tablet__dot:nth-child(3) { background: #86efac; }

.pos-tablet__title {
  margin-left: 8px;
  font-size: 11px;
  font-weight: 600;
  color: #6B7280;
  flex: 1;
}

.pos-tablet__live {
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pos-tablet__body {
  flex: 1;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
}

.pos-tablet__search {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  color: #6B7280;
  font-size: 14px;
  font-weight: 500;
}

.pos-tablet__layout {
  flex: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 14px;
  min-height: 0;
}

.pos-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.pos-product {
  padding: 12px 10px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e5e7eb;
  text-align: left;
  cursor: default;
  font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.pos-product--active {
  border-color: #10B981;
  box-shadow: 0 8px 24px rgba(16, 185, 129, 0.15);
}

.pos-product__thumb {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  margin-bottom: 8px;
}

.pos-product__name {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
}

.pos-product__price {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #10B981;
}

.pos-tablet__cart {
  padding: 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f9fafb 0%, #fff 100%);
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pos-cart__customer {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7eb;
}

.pos-cart__label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6B7280;
}

.pos-cart__customer strong {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

.pos-cart__items {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
  font-size: 12px;
  font-weight: 600;
}

.pos-cart__items li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 0;
  color: #4B5563;
}

.pos-cart__totals {
  font-size: 12px;
  font-weight: 600;
  color: #6B7280;
}

.pos-cart__totals div {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}

.pos-cart__grand {
  margin-top: 6px;
  padding-top: 8px !important;
  border-top: 1px solid #e5e7eb;
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #111827 !important;
}

.pos-cart__grand span:last-child {
  color: #10B981;
}

.pos-cart__payments {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.pos-pay {
  padding: 8px 4px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 10px;
  font-weight: 700;
  color: #4B5563;
  cursor: default;
  font-family: inherit;
}

.pos-pay--active {
  background: rgba(16, 185, 129, 0.12);
  border-color: #10B981;
  color: #047857;
}

.pos-cart__cta {
  padding: 12px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, #10B981, #059669);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  cursor: default;
  box-shadow: 0 12px 28px rgba(16, 185, 129, 0.28);
}

.pos-cart__invoice-ref {
  margin-top: 6px;
  padding: 6px 10px;
  border-radius: 10px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.15);
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  color: #047857;
  letter-spacing: 0.02em;
}

.pos-automation-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid rgba(17, 24, 39, 0.06);
}

.pos-automation-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  font-size: 9px;
  font-weight: 700;
  color: #6B7280;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.pos-automation-chip i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d1d5db;
  flex-shrink: 0;
}

.pos-automation-chip--on {
  background: rgba(16, 185, 129, 0.08);
  border-color: rgba(16, 185, 129, 0.2);
  color: #047857;
}

.pos-automation-chip--on i {
  background: #10B981;
  box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.2);
}

.pos-showcase__features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.pos-feature-card {
  padding: 20px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pos-feature-card:hover {
  transform: translateX(6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.pos-feature-card__accent {
  display: block;
  width: 36px;
  height: 4px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.pos-feature-card--billing .pos-feature-card__accent { background: #10B981; }
.pos-feature-card--gst .pos-feature-card__accent { background: #2563EB; }
.pos-feature-card--inventory .pos-feature-card__accent { background: #F97316; }
.pos-feature-card--customer .pos-feature-card__accent { background: #8B5CF6; }

.pos-feature-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 800;
  color: #111827;
}

.pos-feature-card p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #4B5563;
  line-height: 1.45;
}

.pos-business-impact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.pos-business-impact__card {
  padding: 20px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.pos-business-impact__card strong {
  display: block;
  font-size: 1.45rem;
  font-weight: 900;
  color: #111827;
  font-variant-numeric: tabular-nums;
  margin-bottom: 6px;
  letter-spacing: -0.02em;
}

.pos-business-impact__card span {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6B7280;
}

.pos-competitive-advantage {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 24px;
  padding: 24px 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.06);
}

.pos-competitive-advantage__label {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.pos-competitive-advantage__col--legacy .pos-competitive-advantage__label {
  color: #9CA3AF;
}

.pos-competitive-advantage__col--legacy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pos-competitive-advantage__col--legacy li {
  padding: 6px 0;
  font-size: 13px;
  font-weight: 600;
  color: #6B7280;
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.pos-competitive-advantage__col--legacy li:last-child {
  border-bottom: none;
}

.pos-competitive-advantage__arrow {
  font-size: 1.5rem;
  font-weight: 800;
  color: #10B981;
  line-height: 1;
}

.pos-competitive-advantage__col--excelbills .pos-competitive-advantage__label {
  color: #059669;
}

.pos-competitive-advantage__tagline {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}

.pos-competitive-advantage__col--excelbills strong {
  display: block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #047857;
}

@media (max-width: 1200px) {
  .pos-experience-v2__container {
    padding-inline: 40px;
  }

  .pos-showcase {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 24px;
  }

  .pos-showcase__features {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .pos-feature-card {
    flex: 1 1 calc(50% - 8px);
    min-width: 200px;
  }

  .pos-business-impact {
    grid-template-columns: repeat(2, 1fr);
  }

  .pos-live-signal--scan,
  .pos-live-signal--gst { left: 0; }
  .pos-live-signal--stock,
  .pos-live-signal--pay { right: 0; }
}

@media (max-width: 768px) {
  .pos-experience-v2 {
    min-height: auto;
    padding: 72px 0 64px;
  }

  .pos-experience-v2__container {
    padding-inline: 24px;
  }


  .pos-experience-v2__subheadline {  }

  .pos-showcase {
    padding: 24px 18px;
    border-radius: 28px;
  }

  .pos-tablet__layout {
    grid-template-columns: 1fr;
  }

  .pos-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pos-showcase__features {
    flex-direction: column;
  }

  .pos-feature-card {
    flex: none;
  }

  .pos-business-impact {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pos-competitive-advantage {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 20px 18px;
  }

  .pos-competitive-advantage__arrow {
    transform: rotate(0deg);
  }

  .pos-speed-proof {
    position: relative;
    top: 0;
    right: auto;
    max-width: none;
    margin-bottom: 12px;
  }

  .pos-live-signals {
    display: none;
  }

  .pos-automation-row {
    justify-content: center;
  }
}

/* SECTION 6 — INVENTORY INTELLIGENCE V2 */
.inventory-intelligence-v2 {
  position: relative;
  background: #F8F7F3;
  overflow: hidden;
}

.inventory-intelligence-v2__glow {
  position: absolute;
  width: 600px;
  height: 600px;
  top: -80px;
  left: -100px;
  border-radius: 50%;
  background: rgba(249, 115, 22, 0.06);
  filter: blur(72px);
  pointer-events: none;
}

.inventory-intelligence-v2__container {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  margin-inline: auto;
  padding-inline: 0;
}

.inventory-intelligence-v2__intro {
  margin-bottom: 48px;
  max-width: 900px;
}

.inventory-intelligence-v2__pill {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 18px;
  margin: 0 0 24px;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.08);
  color: #F97316;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.inventory-intelligence-v2__headline {
  margin: 0;
}

.inventory-intelligence-v2__subheadline {  max-width: 850px;  margin: 24px 0 0;}

.inventory-intelligence-v2__stage {
  position: relative;
}

.inventory-command-center {
  width: min(1400px, 100%);
  min-height: 0;
  padding: 40px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.inventory-command-center__kpis {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.inventory-kpi {
  min-height: 120px;
  padding: 18px 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inventory-kpi__label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B7280;
  margin-bottom: 8px;
}

.inventory-kpi__value {
  font-size: 1.2rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #111827;
  letter-spacing: -0.02em;
}

.inventory-kpi--value .inventory-kpi__value,
.inventory-kpi--alert .inventory-kpi__value {
  color: #F97316;
}

.inventory-kpi--dead .inventory-kpi__value {
  color: #EF4444;
}

.inventory-kpi__health {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
}

.inventory-kpi__ring {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: conic-gradient(#10B981 0 94%, #e5e7eb 94% 100%);
  display: grid;
  place-items: center;
}

.inventory-kpi__ring span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 800;
  color: #10B981;
}

.inventory-kpi__health-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.inventory-kpi__health-meta strong {
  font-size: 13px;
  font-weight: 800;
  color: #10B981;
  line-height: 1.2;
}

.inventory-kpi__health-meta span {
  font-size: 9px;
  font-weight: 600;
  line-height: 1.3;
  color: #6B7280;
}

.inventory-kpi--health {
  min-height: 120px;
}

.inventory-business-impact {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.inventory-business-impact__badge {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  min-height: 72px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(249, 115, 22, 0.14);
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.06);
}

.inventory-business-impact__badge strong {
  font-size: 1.35rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #F97316;
  letter-spacing: -0.02em;
  line-height: 1;
}

.inventory-business-impact__badge span {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6B7280;
}

.inventory-command-center__analytics {
  display: grid;
  grid-template-columns: 65% 35%;
  gap: 20px;
  min-height: 0;
}

.inventory-chart-panel {
  padding: 22px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(249, 115, 22, 0.12);
}

.inventory-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #111827;
}

.inventory-panel-meta {
  font-size: 11px;
  font-weight: 500;
  color: #6B7280;
}

.inventory-movement-chart {
  width: 100%;
  height: 220px;
  display: block;
}

.inventory-chart-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 600;
  color: #4B5563;
}

.inventory-legend-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}

.inventory-legend-dot--move { background: #F97316; }
.inventory-legend-dot--risk { background: #EF4444; }

.inventory-insight-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.inventory-stack-card {
  flex: 1;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.inventory-stack-card h3 {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6B7280;
}

.inventory-stack-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inventory-stack-card li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.05);
  font-size: 12px;
  font-weight: 600;
  color: #111827;
}

.inventory-stack-item__name {
  flex: 1;
  min-width: 0;
}

.inventory-stack-item__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  text-align: right;
  font-size: 10px;
  font-weight: 600;
  color: #6B7280;
}

.inventory-stack-item__meta .inventory-tag {
  font-style: normal;
}

.inventory-tag {
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}

.inventory-tag--up {
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
}

.inventory-tag--warn {
  background: rgba(249, 115, 22, 0.12);
  color: #c2410c;
}

.inventory-stack-card--reorder {
  border: 1px solid rgba(249, 115, 22, 0.28);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(255, 247, 237, 0.95));
  box-shadow: 0 12px 32px rgba(249, 115, 22, 0.12);
}

.inventory-stack-card--reorder h3 {
  color: #c2410c;
}

.inventory-reorder-hero__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}

.inventory-reorder-hero__top strong {
  font-size: 13px;
  font-weight: 800;
  color: #111827;
  line-height: 1.3;
}

.inventory-reorder-hero__units {
  flex-shrink: 0;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.12);
  font-size: 10px;
  font-weight: 700;
  color: #c2410c;
}

.inventory-reorder-hero__confidence {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 700;
  color: #047857;
}

.inventory-reorder-hero__bar {
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #10B981, #34d399);
  box-shadow: 0 0 0 1px rgba(16, 185, 129, 0.15);
}

.inventory-reorder-hero__impact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.16);
}

.inventory-reorder-hero__impact span {
  font-size: 10px;
  font-weight: 600;
  color: #6B7280;
}

.inventory-reorder-hero__impact strong {
  font-size: 14px;
  font-weight: 800;
  color: #047857;
}

.inventory-command-center__recommendations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  align-items: stretch;
}

.inventory-command-center__intelligence {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  gap: 14px;
}

.inventory-intel-card {
  padding: 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.inventory-intel-card h3 {
  margin: 0 0 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B7280;
}

.inventory-intel-chips {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.inventory-intel-chips li {
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(249, 115, 22, 0.1);
  font-size: 11px;
  font-weight: 600;
  color: #c2410c;
}

.inventory-intel-metric-label {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  color: #6B7280;
}

.inventory-intel-metric {
  margin: 4px 0 10px;
  font-size: 1.75rem;
  font-weight: 800;
  color: #F97316;
}

.inventory-intel-metric--sm {
  font-size: 1.25rem;
  color: #111827;
}

.inventory-util-bar {
  height: 8px;
  border-radius: 999px;
  background: #f3f4f6;
  overflow: hidden;
}

.inventory-util-bar span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #F97316, #fb923c);
}

.inventory-intel-highlight {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #4B5563;
}

.inventory-purchase-meta {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.inventory-purchase-meta li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  border-top: 1px solid rgba(17, 24, 39, 0.06);
  font-size: 11px;
  font-weight: 600;
  color: #6B7280;
}

.inventory-purchase-meta strong {
  font-size: 12px;
  font-weight: 800;
  color: #111827;
}

.inventory-purchase-trend {
  color: #10B981 !important;
}

.inventory-intel-card--ai {
  border: 1px solid rgba(6, 182, 212, 0.22);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(236, 254, 255, 0.92));
  box-shadow: 0 14px 36px rgba(6, 182, 212, 0.1);
}

.inventory-intel-card--ai h3 {
  color: #0e7490;
}

.inventory-ai-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inventory-ai-list li {
  position: relative;
  padding: 9px 0 9px 14px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  color: #0e7490;
  border-bottom: 1px solid rgba(6, 182, 212, 0.12);
}

.inventory-ai-list li strong {
  color: #047857;
  font-weight: 800;
}

.inventory-ai-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #06B6D4;
}

.inventory-dead-stock-panel {
  min-height: 100%;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(239, 68, 68, 0.18);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}

.inventory-dead-stock-panel h3 {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6B7280;
}

.inventory-dead-stock-panel__value {
  margin: 0 0 14px;
  font-size: 1.75rem;
  font-weight: 800;
  color: #EF4444;
  letter-spacing: -0.02em;
}

.inventory-dead-stock-panel__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inventory-dead-stock-panel__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid rgba(239, 68, 68, 0.1);
  font-size: 11px;
  font-weight: 600;
  color: #6B7280;
}

.inventory-dead-stock-panel__list strong {
  font-size: 12px;
  font-weight: 800;
  color: #111827;
}

.inventory-stack-card--reorder {
  min-height: 100%;
}

@media (max-width: 1200px) {
  .inventory-intelligence-v2__container {
    padding-inline: 40px;
  }

  .inventory-command-center__kpis {
    grid-template-columns: repeat(3, 1fr);
  }

  .inventory-business-impact {
    grid-template-columns: repeat(2, 1fr);
  }

  .inventory-command-center__analytics {
    grid-template-columns: 1fr;
  }

  .inventory-command-center__recommendations {
    grid-template-columns: 1fr;
  }

  .inventory-command-center__intelligence {
    grid-template-columns: repeat(2, 1fr);
  }

  .inventory-intel-card--ai {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  .inventory-intelligence-v2 {
    min-height: auto;
    padding: 72px 0 80px;
  }

  .inventory-intelligence-v2__container {
    padding-inline: 24px;
  }


  .inventory-intelligence-v2__subheadline {  }

  .inventory-command-center {
    padding: 24px 18px;
    min-height: auto;
    border-radius: 28px;
  }

  .inventory-command-center__kpis {
    grid-template-columns: 1fr;
  }

  .inventory-command-center__analytics {
    display: contents;
  }

  .inventory-command-center__recommendations {
    display: contents;
  }

  .inventory-chart-panel { order: 7; }
  .inventory-stack-card--fast { order: 8; }
  .inventory-stack-card--low { order: 9; }
  .inventory-dead-stock-panel { order: 10; }
  .inventory-stack-card--reorder { order: 11; }

  .inventory-insight-stack {
    display: contents;
  }

  .inventory-command-center__intelligence {
    display: contents;
  }

  .inventory-intel-card--warehouse { order: 12; }
  .inventory-intel-card--ai { order: 13; }
  .inventory-intel-card:nth-child(1) { order: 14; }
  .inventory-intel-card:nth-child(3) { order: 15; }

  .inventory-command-center {
    display: flex;
    flex-direction: column;
  }

  .inventory-kpi { order: 1; }
  .inventory-kpi:nth-child(2) { order: 2; }
  .inventory-kpi:nth-child(3) { order: 3; }
  .inventory-kpi:nth-child(4) { order: 4; }
  .inventory-kpi:nth-child(5) { order: 5; }

  .inventory-business-impact {
    order: 6;
    grid-template-columns: 1fr 1fr;
  }

  .inventory-intel-card--ai {
    grid-column: span 1;
  }
}

/* SECTION 7 — CASH FLOW COMMAND CENTER V2 */
.cashflow-command-center-v2 {
  position: relative;
  background: #F8F7F3;
  overflow: hidden;
}

.cashflow-command-center-v2__glow {
  position: absolute;
  width: 620px;
  height: 620px;
  top: -100px;
  right: -80px;
  border-radius: 50%;
  background: rgba(139, 92, 246, 0.06);
  filter: blur(72px);
  pointer-events: none;
}

.cashflow-command-center-v2__container {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  margin-inline: auto;
  padding-inline: 0;
}

.cashflow-command-center-v2__intro {
  margin-bottom: 48px;
  max-width: 900px;
}

.cashflow-command-center-v2__pill {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 18px;
  margin: 0 0 24px;
  border-radius: 999px;
  background: rgba(139, 92, 246, 0.08);
  color: #8B5CF6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cashflow-command-center-v2__headline {
  margin: 0;
}

.cashflow-command-center-v2__subheadline {  max-width: 850px;  margin: 24px 0 0;}

.cashflow-command-center-v2__stage {
  position: relative;
}

.cashflow-command-center {
  width: min(1400px, 100%);
  min-height: 0;
  padding: 34px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  z-index: 1;
}

.cashflow-command-center__flow {
  padding: 6px 4px 2px;
  border-radius: 16px;
  background: rgba(139, 92, 246, 0.04);
  border: 1px solid rgba(139, 92, 246, 0.08);
}

.cashflow-money-flow {
  width: 100%;
  height: 48px;
  display: block;
}

.cashflow-command-center__kpis {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.cashflow-kpi {
  min-height: 118px;
  padding: 16px 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cashflow-kpi__label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B7280;
  margin-bottom: 8px;
}

.cashflow-kpi__value {
  font-size: 1.1rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #111827;
  letter-spacing: -0.02em;
}

.cashflow-kpi--cash .cashflow-kpi__value { color: #8B5CF6; }
.cashflow-kpi--in .cashflow-kpi__value { color: #10B981; }
.cashflow-kpi--out .cashflow-kpi__value { color: #EF4444; }
.cashflow-kpi--recv .cashflow-kpi__value { color: #2563EB; }
.cashflow-kpi--pay .cashflow-kpi__value { color: #F97316; }

.cashflow-kpi__ring {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: conic-gradient(#10B981 0 89%, #e5e7eb 89% 100%);
  display: grid;
  place-items: center;
  margin-top: 4px;
}

.cashflow-kpi__ring span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 800;
  color: #10B981;
}

.cashflow-command-center__analytics {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 20px;
}

.cashflow-chart-panel {
  padding: 18px 20px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(139, 92, 246, 0.12);
}

.cashflow-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #111827;
}

.cashflow-panel-meta {
  font-size: 11px;
  font-weight: 500;
  color: #6B7280;
}

.cashflow-trend-chart {
  width: 100%;
  height: 186px;
  display: block;
}

.cashflow-insight-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cashflow-ai-health-card {
  padding: 14px 16px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(245, 243, 255, 0.95));
  border: 1px solid rgba(139, 92, 246, 0.22);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.08);
}

.cashflow-ai-health-card h3 {
  margin: 0 0 6px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B7280;
}

.cashflow-ai-health-card__score {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 800;
  color: #8B5CF6;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.cashflow-ai-health-card__score strong {
  font-size: 1.65rem;
}

.cashflow-ai-health-card__score span {
  font-size: 0.95rem;
  font-weight: 700;
  color: #9CA3AF;
}

.cashflow-ai-health-card__status {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 800;
  color: #6d28d9;
}

.cashflow-ai-health-card__detail {
  margin: 4px 0 0;
  font-size: 11px;
  font-weight: 600;
  color: #6B7280;
  line-height: 1.4;
}

.cashflow-ai-health-card__meta {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.cashflow-ai-health-card__meta li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  border-top: 1px solid rgba(139, 92, 246, 0.1);
  font-size: 10px;
  font-weight: 600;
  color: #6B7280;
}

.cashflow-ai-health-card__meta strong {
  font-size: 11px;
  font-weight: 800;
  color: #111827;
  font-variant-numeric: tabular-nums;
}

.cashflow-stack-card {
  flex: 1;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.cashflow-stack-card h3 {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6B7280;
}

.cashflow-stack-amount {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: #10B981;
  font-variant-numeric: tabular-nums;
}

.cashflow-stack-amount--out { color: #EF4444; }
.cashflow-stack-amount--gst { color: #2563EB; }

.cashflow-stack-note {
  margin: 6px 0 0;
  font-size: 11px;
  font-weight: 600;
  color: #6B7280;
}

.cashflow-command-center__intelligence {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.cashflow-intel-card {
  padding: 16px 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.cashflow-intel-card h3 {
  margin: 0 0 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B7280;
}

.cashflow-intel-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cashflow-intel-list li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.05);
  font-size: 12px;
  font-weight: 600;
  color: #111827;
}

.cashflow-intel-list li span:last-child {
  color: #4B5563;
  font-variant-numeric: tabular-nums;
}

.cashflow-forecast {
  margin: 0;
  font-size: 1.65rem;
  font-weight: 800;
  color: #8B5CF6;
  font-variant-numeric: tabular-nums;
}

.cashflow-forecast-note {
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: 600;
  color: #6B7280;
}

.cashflow-ai-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cashflow-ai-list li {
  position: relative;
  padding: 8px 0 8px 14px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
  color: #6d28d9;
  border-bottom: 1px solid rgba(139, 92, 246, 0.1);
}

.cashflow-ai-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8B5CF6;
}

.cashflow-outcomes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.cashflow-outcomes__card {
  padding: 22px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(139, 92, 246, 0.12);
  box-shadow: 0 8px 28px rgba(139, 92, 246, 0.05);
}

.cashflow-outcomes__card h3 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 800;
  color: #111827;
  line-height: 1.35;
}

.cashflow-outcomes__card p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  color: #6B7280;
}

.cashflow-social-proof {
  margin: 24px 0 0;
  padding: 18px 24px;
  border-radius: 20px;
  background: rgba(139, 92, 246, 0.04);
  border: 1px solid rgba(139, 92, 246, 0.1);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #4B5563;
  text-align: center;
}

@media (max-width: 1200px) {
  .cashflow-command-center-v2__container {
    padding-inline: 40px;
  }

  .cashflow-command-center__kpis {
    grid-template-columns: repeat(3, 1fr);
  }

  .cashflow-command-center__analytics {
    grid-template-columns: 1fr;
  }

  .cashflow-command-center__intelligence {
    grid-template-columns: repeat(2, 1fr);
  }

  .cashflow-outcomes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .cashflow-command-center-v2 {
    min-height: auto;
    padding: 72px 0 80px;
  }

  .cashflow-command-center-v2__container {
    padding-inline: 24px;
  }


  .cashflow-command-center-v2__subheadline {  }

  .cashflow-command-center {
    display: flex;
    flex-direction: column;
    padding: 24px 18px;
    min-height: auto;
    border-radius: 28px;
  }

  .cashflow-command-center__flow {
    order: 1;
  }

  .cashflow-command-center__kpis {
    display: contents;
  }

  .cashflow-kpi--cash { order: 2; }
  .cashflow-kpi--in { order: 3; }
  .cashflow-kpi--out { order: 4; }
  .cashflow-kpi--health { order: 5; }
  .cashflow-kpi--recv { order: 11; }
  .cashflow-kpi--pay { order: 12; }

  .cashflow-command-center__analytics {
    display: contents;
  }

  .cashflow-insight-stack {
    display: contents;
  }

  .cashflow-command-center__intelligence {
    display: contents;
  }

  .cashflow-chart-panel { order: 7; }
  .cashflow-ai-health-card { order: 8; }
  .cashflow-stack-card--collections { order: 9; }
  .cashflow-stack-card--expenses { order: 10; }
  .cashflow-stack-card--gst { order: 11; }
  .cashflow-intel-card--forecast { order: 12; }
  .cashflow-intel-card--ai { order: 13; }
  .cashflow-intel-card--customers { order: 14; }
  .cashflow-intel-card--expenses { order: 15; }

  .cashflow-outcomes {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .cashflow-social-proof {
    margin-top: 16px;
    font-size: 13px;
    padding: 16px 18px;
  }
}

/* SECTION 8 — GST INTELLIGENCE CENTER V2 */
.gst-intelligence-center-v2 {
  position: relative;
  background: #F8F7F3;
  overflow: hidden;
}

.gst-intelligence-center-v2__glow {
  position: absolute;
  width: 620px;
  height: 620px;
  top: -100px;
  left: -80px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.06);
  filter: blur(72px);
  pointer-events: none;
}

.gst-intelligence-center-v2__container {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  margin-inline: auto;
  padding-inline: 0;
}

.gst-intelligence-center-v2__intro {
  margin-bottom: 48px;
  max-width: 900px;
}

.gst-intelligence-center-v2__pill {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 18px;
  margin: 0 0 24px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: #2563EB;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gst-intelligence-center-v2__headline {
  margin: 0;
}

.gst-intelligence-center-v2__subheadline {  max-width: 850px;  margin: 24px 0 0;}

.gst-intelligence-center-v2__stage {
  position: relative;
}

.gst-command-center {
  width: min(1400px, 100%);
  min-height: 0;
  padding: 32px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  z-index: 1;
}

.gst-command-center__health {
  padding: 12px 16px 8px;
  border-radius: 18px;
  background: rgba(37, 99, 235, 0.04);
  border: 1px solid rgba(37, 99, 235, 0.1);
}

.gst-health-panel {
  display: flex;
  gap: 28px;
  margin-bottom: 10px;
}

.gst-health-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #374151;
}

.gst-health-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.gst-health-item--compliant .gst-health-dot { background: #10B981; }
.gst-health-item--ready .gst-health-dot { background: #2563EB; }
.gst-health-item--attention .gst-health-dot { background: #F97316; }

.gst-health-label {
  font-weight: 700;
}

.gst-health-count {
  font-size: 11px;
  font-weight: 500;
  color: #6B7280;
}

.gst-health-flow {
  width: 100%;
  height: 20px;
  display: block;
}

.gst-command-center__kpis {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.gst-kpi {
  min-height: 118px;
  padding: 16px 14px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gst-kpi__label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B7280;
  margin-bottom: 8px;
}

.gst-kpi__value {
  font-size: 1.1rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #111827;
  letter-spacing: -0.02em;
}

.gst-kpi--liability .gst-kpi__value,
.gst-kpi--output .gst-kpi__value { color: #2563EB; }
.gst-kpi--itc .gst-kpi__value,
.gst-kpi--filed .gst-kpi__value { color: #10B981; }
.gst-kpi--deadline .gst-kpi__value { color: #F97316; }

.gst-kpi__ring {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: conic-gradient(#10B981 0 96%, #e5e7eb 96% 100%);
  display: grid;
  place-items: center;
  margin-top: 4px;
}

.gst-kpi__ring span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 800;
  color: #10B981;
}

.gst-command-center__analytics {
  display: grid;
  grid-template-columns: 70% 30%;
  gap: 20px;
}

.gst-chart-panel {
  padding: 18px 20px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(37, 99, 235, 0.12);
}

.gst-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #111827;
}

.gst-panel-meta {
  font-size: 11px;
  font-weight: 500;
  color: #6B7280;
}

.gst-trend-chart {
  width: 100%;
  height: 176px;
  display: block;
}

.gst-compliance-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.gst-ai-assistant-card {
  padding: 14px 16px;
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.95));
  border: 1px solid rgba(37, 99, 235, 0.22);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.08);
}

.gst-ai-assistant-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}

.gst-ai-assistant-card h3 {
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B7280;
}

.gst-ai-assistant-card__badge {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  border: 1px solid rgba(37, 99, 235, 0.16);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6B7280;
}

.gst-ai-assistant-card__badge strong {
  font-size: 11px;
  font-weight: 800;
  color: #2563EB;
}

.gst-ai-assistant-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gst-ai-assistant-card__list li {
  position: relative;
  padding: 5px 0 5px 18px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  color: #111827;
  border-bottom: 1px solid rgba(37, 99, 235, 0.08);
}

.gst-ai-assistant-card__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 11px;
  font-weight: 800;
  color: #10B981;
}

.gst-stack-card {
  flex: 1;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.gst-stack-card h3 {
  margin: 0 0 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6B7280;
}

.gst-stack-status {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
}

.gst-stack-status--ready { color: #10B981; }
.gst-stack-status--draft { color: #2563EB; }
.gst-stack-status--due { color: #F97316; }

.gst-command-center__intelligence {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.gst-intel-card {
  padding: 16px 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.gst-intel-card h3 {
  margin: 0 0 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B7280;
}

.gst-intel-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gst-intel-list li {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.05);
  font-size: 12px;
  font-weight: 600;
  color: #111827;
}

.gst-intel-list li span:last-child {
  color: #2563EB;
  font-variant-numeric: tabular-nums;
}

.gst-risk-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gst-risk-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  border-bottom: 1px solid rgba(249, 115, 22, 0.1);
}

.gst-risk-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.gst-risk-dot--attention { background: #F97316; }

.gst-ai-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gst-ai-list li {
  position: relative;
  padding: 7px 0 7px 14px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.45;
  color: #0891b2;
  border-bottom: 1px solid rgba(6, 182, 212, 0.12);
}

.gst-ai-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #06B6D4;
}

.gst-outcomes {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.gst-outcomes__metric {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  min-height: 72px;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(37, 99, 235, 0.14);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.06);
}

.gst-outcomes__metric strong {
  font-size: 1.35rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: #2563EB;
  letter-spacing: -0.02em;
  line-height: 1;
}

.gst-outcomes__metric span {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6B7280;
}

.gst-benefits {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  margin-top: 20px;
}

.gst-benefits__card {
  padding: 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(37, 99, 235, 0.1);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.04);
}

.gst-benefits__card h3 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  color: #111827;
  line-height: 1.35;
}

.gst-benefits__card p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  color: #6B7280;
}

.gst-confidence {
  margin-top: 24px;
  padding: 22px 26px;
  border-radius: 24px;
  background: rgba(37, 99, 235, 0.04);
  border: 1px solid rgba(37, 99, 235, 0.1);
}

.gst-confidence__lead {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 800;
  color: #111827;
  line-height: 1.35;
}

.gst-confidence__body {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  color: #4B5563;
}

@media (max-width: 1200px) {
  .gst-intelligence-center-v2__container {
    padding-inline: 40px;
  }

  .gst-command-center__kpis {
    grid-template-columns: repeat(3, 1fr);
  }

  .gst-command-center__analytics {
    grid-template-columns: 1fr;
  }

  .gst-command-center__intelligence {
    grid-template-columns: repeat(2, 1fr);
  }

  .gst-outcomes {
    grid-template-columns: repeat(3, 1fr);
  }

  .gst-benefits {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .gst-intelligence-center-v2 {
    min-height: auto;
    padding: 72px 0 80px;
  }

  .gst-intelligence-center-v2__container {
    padding-inline: 24px;
  }


  .gst-intelligence-center-v2__subheadline {  }

  .gst-command-center {
    display: flex;
    flex-direction: column;
    padding: 24px 18px;
    min-height: auto;
    border-radius: 28px;
  }

  .gst-command-center__health {
    order: 1;
  }

  .gst-command-center__kpis {
    display: contents;
  }

  .gst-kpi--liability { order: 2; }
  .gst-kpi--itc { order: 3; }
  .gst-kpi--output { order: 4; }
  .gst-kpi--filed { order: 5; }
  .gst-kpi--deadline { order: 6; }
  .gst-kpi--score { order: 7; }

  .gst-command-center__analytics {
    display: contents;
  }

  .gst-compliance-stack {
    display: contents;
  }

  .gst-command-center__intelligence {
    display: contents;
  }

  .gst-chart-panel { order: 8; }
  .gst-ai-assistant-card { order: 9; }
  .gst-stack-card--gstr1 { order: 10; }
  .gst-stack-card--gstr3b { order: 11; }
  .gst-stack-card--upcoming { order: 12; }
  .gst-intel-card--risk { order: 13; }
  .gst-intel-card--itc { order: 14; }
  .gst-intel-card--ai { order: 15; }
  .gst-intel-card--summary { order: 16; }

  .gst-outcomes {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }

  .gst-benefits {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .gst-confidence {
    margin-top: 16px;
    padding: 18px 20px;
  }

  .gst-confidence__lead {
    font-size: 15px;
  }

  .gst-confidence__body {
    font-size: 13px;
  }
}

/* SECTION 9 — AI BUSINESS ADVISOR V2 */
.ai-business-advisor-v2 {
  position: relative;
  background: #F8F7F3;
  overflow: hidden;
}

.ai-business-advisor-v2__glow {
  position: absolute;
  width: 640px;
  height: 640px;
  top: -120px;
  right: -100px;
  border-radius: 50%;
  background: rgba(6, 182, 212, 0.06);
  filter: blur(72px);
  pointer-events: none;
}

.ai-business-advisor-v2__container {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  margin-inline: auto;
  padding-inline: 0;
}

.ai-business-advisor-v2__intro {
  margin-bottom: 48px;
  max-width: 920px;
}

.ai-business-advisor-v2__pill {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 18px;
  margin: 0 0 24px;
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.08);
  color: #06B6D4;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-business-advisor-v2__headline {
  margin: 0;
}

.ai-business-advisor-v2__subheadline {  max-width: 900px;  margin: 24px 0 0;}

.ai-business-advisor-v2__stage {
  position: relative;
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 24px;
  align-items: stretch;
}

.ai-benefits-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 28px 26px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(6, 182, 212, 0.12);
  box-shadow: 0 12px 40px rgba(6, 182, 212, 0.06);
}

.ai-benefits-panel__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.ai-benefit-card {
  padding: 14px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(6, 182, 212, 0.1);
}

.ai-benefit-card h4 {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 800;
  color: #111827;
  line-height: 1.3;
}

.ai-benefit-card p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  color: #6B7280;
}

.ai-benefits-panel__kpi-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 10px;
  margin-bottom: 14px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(6, 182, 212, 0.06);
  border: 1px solid rgba(6, 182, 212, 0.12);
  font-size: 11px;
  font-weight: 600;
  color: #6B7280;
  text-align: center;
}

.ai-benefits-panel__kpi-strip strong {
  font-size: 13px;
  font-weight: 800;
  color: #06B6D4;
}

.ai-benefits-panel__kpi-sep {
  color: rgba(6, 182, 212, 0.35);
  font-weight: 400;
  user-select: none;
}

.ai-benefits-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.ai-benefits-panel__cta {
  flex: 1 1 auto;
  min-width: 140px;
  justify-content: center;
  text-align: center;
}

.ai-trust-strip {
  margin-top: 24px;
  padding: 20px 28px;
  border-radius: 24px;
  background: rgba(6, 182, 212, 0.05);
  border: 1px solid rgba(6, 182, 212, 0.1);
  text-align: center;
}

.ai-trust-strip__title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 800;
  color: #111827;
}

.ai-trust-strip__body {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  color: #4B5563;
  max-width: 720px;
  margin-inline: auto;
}

.ai-trust-strip__note {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #06B6D4;
}

.ai-command-center__live-label {
  margin-bottom: 2px;
}

.ai-command-center__live-badge {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(6, 182, 212, 0.1);
  border: 1px solid rgba(6, 182, 212, 0.18);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0891b2;
}

.ai-command-center__live-label p {
  margin: 6px 0 0;
  font-size: 11px;
  font-weight: 500;
  color: #6B7280;
}

.ai-command-center {
  width: 100%;
  min-height: 0;
  padding: 26px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.ai-command-center__engine {
  padding: 6px 6px 4px;
  border-radius: 16px;
  background: rgba(6, 182, 212, 0.04);
  border: 1px solid rgba(6, 182, 212, 0.1);
}

.ai-intelligence-engine {
  width: 100%;
  height: 48px;
  display: block;
}

.ai-command-center__insights {
  display: grid;
  grid-template-columns: 62% 38%;
  gap: 14px;
  align-items: start;
}

.ai-recommendation-feed {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ai-feed-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #111827;
}

.ai-feed-meta {
  font-size: 11px;
  font-weight: 500;
  color: #6B7280;
}

.ai-rec-card {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 11px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.ai-rec-indicator {
  width: 4px;
  min-height: 36px;
  border-radius: 4px;
  flex-shrink: 0;
  margin-top: 2px;
}

.ai-rec-card--revenue .ai-rec-indicator { background: #10B981; }
.ai-rec-card--inventory .ai-rec-indicator { background: #F97316; }
.ai-rec-card--cashflow .ai-rec-indicator { background: #8B5CF6; }
.ai-rec-card--gst .ai-rec-indicator { background: #2563EB; }

.ai-rec-body h3 {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6B7280;
}

.ai-rec-body p {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  color: #111827;
}

.ai-health-snapshot {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(6, 182, 212, 0.12);
}

.ai-snapshot-head {
  font-size: 12px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 4px;
}

.ai-snapshot-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 14px;
  background: rgba(248, 247, 243, 0.8);
  border: 1px solid rgba(17, 24, 39, 0.04);
}

.ai-snapshot-card--score {
  justify-content: flex-start;
  gap: 16px;
}

.ai-snapshot-label {
  font-size: 11px;
  font-weight: 600;
  color: #6B7280;
  flex: 1;
}

.ai-snapshot-spark {
  width: 64px;
  height: 20px;
  flex-shrink: 0;
}

.ai-snapshot-val {
  font-size: 12px;
  font-weight: 800;
}

.ai-snapshot-val--up { color: #10B981; }

.ai-snapshot-val--confidence {
  font-size: 14px;
  font-weight: 800;
  color: #06B6D4;
}

.ai-snapshot-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
}

.ai-snapshot-badge--warn {
  background: rgba(249, 115, 22, 0.1);
  color: #F97316;
}

.ai-snapshot-badge--ready {
  background: rgba(37, 99, 235, 0.1);
  color: #2563EB;
}

.ai-growth-ring {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: conic-gradient(#06B6D4 0 82%, #e5e7eb 82% 100%);
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.ai-growth-ring span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 800;
  color: #06B6D4;
}

.ai-command-center__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.ai-insight-card {
  padding: 14px 12px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.ai-insight-card h3 {
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6B7280;
}

.ai-insight-primary {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: #111827;
}

.ai-insight-primary--large {
  font-size: 1.45rem;
  color: #06B6D4;
}

.ai-insight-delta {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 700;
}

.ai-insight-delta--up { color: #10B981; }

.ai-insight-note {
  margin: 6px 0 0;
  font-size: 11px;
  font-weight: 600;
  color: #6B7280;
}

.ai-insight-card--growth {
  border-color: rgba(6, 182, 212, 0.15);
}

@media (max-width: 1200px) {
  .ai-business-advisor-v2__container {
    padding-inline: 40px;
  }

  .ai-business-advisor-v2__stage {
    grid-template-columns: 1fr;
  }

  .ai-benefits-panel__cards {
    grid-template-columns: 1fr 1fr;
  }

  .ai-command-center__insights {
    grid-template-columns: 1fr;
  }

  .ai-command-center__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .ai-business-advisor-v2 {
    min-height: auto;
    padding: 72px 0 80px;
  }

  .ai-business-advisor-v2__container {
    padding-inline: 24px;
  }


  .ai-business-advisor-v2__subheadline {  }

  .ai-command-center {
    display: flex;
    flex-direction: column;
    padding: 20px 16px;
    min-height: auto;
    border-radius: 28px;
  }

  .ai-benefits-panel {
    padding: 22px 18px;
    border-radius: 28px;
    height: auto;
  }

  .ai-benefits-panel__cards {
    grid-template-columns: 1fr;
  }

  .ai-benefits-panel__kpi-strip {
    justify-content: flex-start;
    font-size: 10px;
  }

  .ai-benefits-panel__actions {
    flex-direction: column;
    margin-top: 0;
  }

  .ai-benefits-panel__cta {
    width: 100%;
  }

  .ai-trust-strip {
    margin-top: 20px;
    padding: 18px 20px;
  }

  .ai-command-center__engine {
    order: 1;
  }

  .ai-command-center__insights {
    display: contents;
  }

  .ai-recommendation-feed { order: 2; }
  .ai-health-snapshot { order: 3; }

  .ai-command-center__grid {
    order: 4;
    grid-template-columns: 1fr;
  }
}

/* SECTION 10 — BUSINESS GROWTH JOURNEY V2 */
.business-growth-journey-v2 {
  position: relative;
  background: #F8F7F3;
  overflow: hidden;
}

.business-growth-journey-v2__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(72px);
  pointer-events: none;
}

.business-growth-journey-v2__glow--revenue {
  width: 500px;
  height: 500px;
  top: -80px;
  left: -60px;
  background: rgba(16, 185, 129, 0.04);
}

.business-growth-journey-v2__glow--cash {
  width: 480px;
  height: 480px;
  top: 200px;
  right: -80px;
  background: rgba(139, 92, 246, 0.04);
}

.business-growth-journey-v2__glow--gst {
  width: 420px;
  height: 420px;
  bottom: -60px;
  left: 40%;
  background: rgba(37, 99, 235, 0.04);
}

.business-growth-journey-v2__container {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  margin-inline: auto;
  padding-inline: 0;
}

.business-growth-journey-v2__intro {
  max-width: 920px;
}

.business-growth-journey-v2__pill {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 18px;
  margin: 0 0 24px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.08);
  color: #10B981;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.business-growth-journey-v2__headline {
  margin: 0;
}

.business-growth-journey-v2__subheadline {  max-width: 900px;  margin: 24px 0 0;}

.growth-journey-panel {
  position: relative;
  width: min(1400px, 100%);
  min-height: auto;
  padding: 32px 28px 28px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.growth-journey-connectors--desktop {
  display: block;
  width: calc(100% - 64px);
  height: 48px;
  margin: 0 auto 8px;
}

.growth-journey-connectors--mobile {
  display: none;
}

.growth-journey-stages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}

.growth-stage {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px 14px 16px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.growth-stage:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.07);
}

.growth-stage--startup { border-top: 3px solid #10B981; }
.growth-stage--growing { border-top: 3px solid #F97316; }
.growth-stage--scaling { border-top: 3px solid #2563EB; }
.growth-stage--established { border-top: 3px solid #8B5CF6; }

.growth-stage__badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6B7280;
  margin-bottom: 6px;
}

.growth-stage__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.01em;
}

.growth-stage__range {
  margin: 4px 0 0;
  font-size: 12px;
  font-weight: 700;
  color: #4B5563;
}

.growth-stage--startup .growth-stage__range { color: #10B981; }
.growth-stage--growing .growth-stage__range { color: #F97316; }
.growth-stage--scaling .growth-stage__range { color: #2563EB; }
.growth-stage--established .growth-stage__range { color: #8B5CF6; }

.growth-stage__visual {
  position: relative;
  margin: 14px 0 12px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(248, 247, 243, 0.9);
  border: 1px solid rgba(17, 24, 39, 0.05);
}

.growth-stage__browser {
  display: flex;
  flex-direction: column;
  margin: 12px 0 10px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  background: #fff;
  flex: 1 1 auto;
}

.growth-stage__browser-chrome {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 10px;
  background: linear-gradient(180deg, #f3f4f6 0%, #e5e7eb 100%);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

.growth-stage__browser-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.growth-stage__browser-dot--close { background: #ef4444; }
.growth-stage__browser-dot--min { background: #f59e0b; }
.growth-stage__browser-dot--max { background: #22c55e; }

.growth-stage__browser-url {
  margin-left: 6px;
  font-size: 9px;
  font-weight: 600;
  color: #6B7280;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.growth-stage__browser-viewport {
  aspect-ratio: 16 / 9;
  background: #f8fafc;
  overflow: hidden;
}

.growth-stage__screenshot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.growth-stage__caption {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.55;
  color: #4B5563;
  min-height: 38px;
}

.growth-value-strip {
  margin-top: 24px;
  padding: 20px 24px;
  border-radius: 24px;
  background: rgba(16, 185, 129, 0.06);
  border: 1px solid rgba(16, 185, 129, 0.14);
  text-align: center;
}

.growth-value-strip__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: #111827;
}

.growth-value-strip__body {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  color: #4B5563;
  max-width: 760px;
  margin-inline: auto;
}

.growth-value-strip__points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.growth-value-strip__points li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  font-weight: 700;
  color: #10B981;
}

.growth-value-strip__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
}

@media (max-width: 1200px) {
  .business-growth-journey-v2__container {
    padding-inline: 40px;
  }

  .growth-journey-stages {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: stretch;
  }

  .growth-journey-connectors--desktop {
    display: none;
  }

  .growth-journey-panel {
    min-height: auto;
  }
}

@media (max-width: 768px) {
  .business-growth-journey-v2 {
    min-height: auto;
  }

  .business-growth-journey-v2__container {
    padding-inline: 24px;
  }


  .business-growth-journey-v2__subheadline {  }

  .growth-journey-panel {
    padding: 28px 20px 24px;
    border-radius: 28px;
  }

  .growth-journey-stages {
    grid-template-columns: 1fr;
    gap: 0;
    position: relative;
    padding-left: 28px;
  }

  .growth-journey-connectors--mobile {
    display: block;
    position: absolute;
    left: 8px;
    top: 20px;
    bottom: 20px;
    width: 24px;
    height: calc(100% - 40px);
  }

  .growth-stage {
    margin-bottom: 20px;
  }

  .growth-stage:last-child {
    margin-bottom: 0;
  }

  .growth-value-strip {
    margin-top: 24px;
    padding: 20px 18px;
  }

  .growth-value-strip__points {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }

  .growth-stage__caption {
    min-height: auto;
  }
}

.business-results-v2 {
  position: relative;
  background: #F8F7F3;
  overflow: hidden;
}

.business-results-v2__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}

.business-results-v2__glow--green {
  width: 480px;
  height: 480px;
  top: -60px;
  left: -80px;
  background: rgba(16, 185, 129, 0.04);
}

.business-results-v2__glow--purple {
  width: 440px;
  height: 440px;
  top: 120px;
  right: -60px;
  background: rgba(139, 92, 246, 0.04);
}

.business-results-v2__glow--blue {
  width: 400px;
  height: 400px;
  bottom: -40px;
  left: 35%;
  background: rgba(37, 99, 235, 0.04);
}

.business-results-v2__container {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  margin-inline: auto;
  padding-inline: 0;
}

.business-results-v2__intro {
  max-width: 920px;
}

.business-results-v2__pill {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 18px;
  margin: 0 0 24px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.08);
  text-transform: uppercase;
}

.business-results-v2__headline {
  margin: 0;
}

.business-results-v2__subheadline {  max-width: 900px;  margin: 24px 0 0;}

.business-results-v2__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: min(1400px, 100%);
  align-items: stretch;
}

.business-results-v2 .ecosystem-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 380px;
  padding: 22px 22px 20px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 28px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}

.ecosystem-card--primesquare { border-top: 3px solid #2563EB; }
.ecosystem-card--billsense { border-top: 3px solid #10B981; }
.ecosystem-card--govyne { border-top: 3px solid #8B5CF6; }

.ecosystem-card__head {
  margin-bottom: 14px;
}

.ecosystem-card__brand {
  margin: 0 0 4px;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
}

.ecosystem-card__subtitle {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  color: #6B7280;
}

.ecosystem-card__browser {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.ecosystem-card__browser-chrome {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
}

.ecosystem-card__browser-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  flex-shrink: 0;
}

.ecosystem-card__browser-dot--close { background: #ef4444; }
.ecosystem-card__browser-dot--min { background: #f59e0b; }
.ecosystem-card__browser-dot--max { background: #22c55e; }

.ecosystem-card__browser-url {
  margin-left: 4px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #94a3b8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ecosystem-card__browser-viewport {
  aspect-ratio: 16 / 9;
  background: #f8fafc;
  overflow: hidden;
}

.ecosystem-card__screenshot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.ecosystem-card__benefits {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 auto;
  padding: 0;
  list-style: none;
}

.ecosystem-card__benefits li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  color: #374151;
}

.ecosystem-card__benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
}

.ecosystem-card--primesquare .ecosystem-card__benefits li::before { color: #2563EB; }
.ecosystem-card--billsense .ecosystem-card__benefits li::before { color: #10B981; }
.ecosystem-card--govyne .ecosystem-card__benefits li::before { color: #8B5CF6; }

.ecosystem-card__footer {
  margin: 14px 0 0;
  padding-top: 12px;
  border-top: 1px solid rgba(17, 24, 39, 0.06);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6B7280;
}

.ecosystem-card--primesquare .ecosystem-card__footer { color: #2563EB; }
.ecosystem-card--billsense .ecosystem-card__footer { color: #10B981; }
.ecosystem-card--govyne .ecosystem-card__footer { color: #8B5CF6; }

.ecosystem-strip {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.ecosystem-strip__points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.ecosystem-strip__points li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  font-weight: 700;
  color: #111827;
}

.ecosystem-strip__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: #10B981;
}

.ecosystem-strip__closing {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
  color: #4B5563;
  max-width: 640px;
  margin-inline: auto;
}

@media (max-width: 1200px) {
  .business-results-v2__container {
    padding-inline: 40px;
  }

  .business-results-v2__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
  }

  .ecosystem-strip__points {
    gap: 10px 18px;
  }
}

@media (max-width: 768px) {
  .business-results-v2 {
    min-height: auto;
  }

  .business-results-v2__container {
    padding-inline: 24px;
  }


  .business-results-v2__subheadline {  }

  .business-results-v2__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .business-results-v2 .ecosystem-card {
    min-height: auto;
  }

  .ecosystem-strip {
    margin-top: 28px;
    padding: 22px 18px;
  }

  .ecosystem-strip__points {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

/* SUCCESS */
.eb-v2-success-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.eb-v2-success-card {
  padding: 28px;
  border-radius: var(--eb-v2-radius-lg);
}

.eb-v2-success-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.eb-v2-success-card__head img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.eb-v2-success-card__metric {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--eb-v2-revenue);
}

/* SECTION 12 — PREMIUM PRICING V2 */
.business-pricing-v2 {
  position: relative;
  background: #F8F7F3;
  overflow: hidden;
}

.business-pricing-v2__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}

.business-pricing-v2__glow--green {
  width: 460px;
  height: 460px;
  top: -80px;
  left: -60px;
  background: rgba(16, 185, 129, 0.04);
}

.business-pricing-v2__glow--purple {
  width: 420px;
  height: 420px;
  top: 80px;
  right: -80px;
  background: rgba(139, 92, 246, 0.04);
}

.business-pricing-v2__glow--blue {
  width: 380px;
  height: 380px;
  bottom: -40px;
  left: 38%;
  background: rgba(37, 99, 235, 0.04);
}

.business-pricing-v2__container {
  position: relative;
  z-index: 1;
  width: min(1500px, 100%);
  margin-inline: auto;
  padding-inline: 0;
}

.business-pricing-v2__intro {
  max-width: 920px;
}

#pricing .business-pricing-v2__intro {
  margin-bottom: 28px;
}

.business-pricing-v2__pill {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 18px;
  margin: 0 0 24px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.08);
  text-transform: uppercase;
}

.business-pricing-v2__headline {
  margin: 0;
}

.business-pricing-v2__subheadline {
  max-width: 900px;
  margin: 24px 0 0;
}

/* Billing toggle */
.pricing-v2-billing {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 16px;
  position: relative;
  z-index: 3;
  margin: 0 0 40px;
}

.pricing-v2-billing__toggle {
  display: inline-flex;
  padding: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(17, 24, 39, 0.08);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.pricing-v2-billing__option {
  padding: 10px 22px;
  border: none;
  border-radius: 999px;
  background: transparent;
  font-family: var(--eb-v2-font);
  font-size: 14px;
  font-weight: 700;
  color: #6B7280;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.pricing-v2-billing__option--active {
  background: #111827;
  color: #fff;
  box-shadow: 0 4px 12px rgba(17, 24, 39, 0.18);
}

.pricing-v2-billing__save {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.22);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #059669;
}

/* Plan cards grid */
.pricing-v2-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
  width: min(1200px, 100%);
  margin-inline: auto;
  padding-top: 40px;
}

.pricing-v2-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 24px 22px 22px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.pricing-v2-card:hover {
  transform: translateY(-8px);
  border-color: rgba(17, 24, 39, 0.14);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(16, 185, 129, 0.08);
}

.pricing-v2-card--featured {
  z-index: 2;
  padding-top: 28px;
  border-color: rgba(16, 185, 129, 0.35);
  box-shadow:
    0 24px 64px rgba(16, 185, 129, 0.16),
    0 12px 40px rgba(0, 0, 0, 0.08);
  transform: scale(1.08);
  animation: pricing-v2-float 6s ease-in-out infinite;
}

.pricing-v2-card--featured:hover {
  animation-play-state: paused;
  transform: scale(1.08) translateY(-10px);
  border-color: rgba(16, 185, 129, 0.5);
  box-shadow:
    0 32px 72px rgba(16, 185, 129, 0.22),
    0 16px 48px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(16, 185, 129, 0.15);
}

@keyframes pricing-v2-float {
  0%, 100% { transform: scale(1.08) translateY(0); }
  50% { transform: scale(1.08) translateY(-6px); }
}

.pricing-v2-card__halo {
  position: absolute;
  inset: -20px -12px;
  z-index: -1;
  border-radius: 32px;
  background: radial-gradient(ellipse at 50% 60%, rgba(16, 185, 129, 0.18) 0%, rgba(16, 185, 129, 0.06) 45%, transparent 72%);
  filter: blur(120px);
  opacity: 0.55;
  pointer-events: none;
  animation: pricing-v2-halo-pulse 6s ease-in-out infinite;
}

@keyframes pricing-v2-halo-pulse {
  0%, 100% { opacity: 0.45; transform: scale(1); }
  50% { opacity: 0.65; transform: scale(1.04); }
}

.pricing-v2-card__badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.16) 0%, rgba(16, 185, 129, 0.08) 100%);
  border: 1px solid rgba(16, 185, 129, 0.28);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #059669;
}

.pricing-v2-card__name {
  margin: 0 0 8px;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
}

.pricing-v2-card__price-wrap {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 6px;
  margin-bottom: 14px;
  min-height: 44px;
}

.pricing-v2-card__price {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #111827;
  font-variant-numeric: tabular-nums;
}

.pricing-v2-card__period {
  font-size: 14px;
  font-weight: 600;
  color: #6B7280;
}

.pricing-v2-card__features {
  flex: 1;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.pricing-v2-card__features li {
  position: relative;
  padding: 4px 0 4px 18px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  color: #374151;
  border-bottom: 1px solid rgba(17, 24, 39, 0.04);
}

.pricing-v2-card__features li:last-child {
  border-bottom: none;
}

.pricing-v2-card__features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 4px;
  font-weight: 800;
  color: #10B981;
}

.pricing-v2-card--professional .pricing-v2-card__features li::before {
  color: #8B5CF6;
}

.pricing-v2-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin-top: auto;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pricing-v2-card__cta--ghost {
  background: rgba(255, 255, 255, 0.95);
  color: #111827;
  border: 1px solid rgba(17, 24, 39, 0.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.pricing-v2-card__cta--ghost:hover {
  border-color: rgba(17, 24, 39, 0.2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.pricing-v2-card__cta--primary {
  background: #10B981;
  color: #fff;
  border: none;
  box-shadow: 0 10px 28px rgba(16, 185, 129, 0.32);
}

.pricing-v2-card__cta--primary:hover {
  background: #059669;
  box-shadow: 0 14px 32px rgba(16, 185, 129, 0.38);
}

.pricing-v2-note {
  margin: 18px auto 0;
  max-width: 720px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #6B7280;
  text-align: center;
}

.business-pricing-v2__trust {
  margin-top: 22px;
  margin-bottom: 0;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
  text-align: center;
}

.pricing-v2-trust__points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.pricing-v2-trust__points li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  font-weight: 700;
  color: #111827;
}

.pricing-v2-trust__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: #10B981;
}

.pricing-v2-trust__tagline {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  color: #6B7280;
  max-width: 640px;
  margin-inline: auto;
}

.business-pricing-v2__full-link {
  display: block;
  width: fit-content;
  margin: 28px auto 0;
}

#pricing.business-pricing-v2 {
  padding-bottom: 44px;
}

@media (max-width: 1200px) {
  .business-pricing-v2__container {
    padding-inline: 40px;
  }

  .pricing-v2-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .pricing-v2-card--featured {
    grid-column: 1 / -1;
    max-width: 420px;
    margin-inline: auto;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .business-pricing-v2 {
    min-height: auto;
  }

  .business-pricing-v2__container {
    padding-inline: 24px;
  }

  .pricing-v2-cards {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 36px;
  }

  .pricing-v2-card {
    padding: 22px 20px 20px;
  }

  .pricing-v2-card--featured {
    transform: none;
    animation: pricing-v2-float-mobile 6s ease-in-out infinite;
    max-width: none;
  }

  .pricing-v2-card--featured:hover {
    transform: translateY(-10px);
  }

  @keyframes pricing-v2-float-mobile {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
  }

  .pricing-v2-card__price {
    font-size: 2rem;
  }

  .pricing-v2-billing {
    margin-bottom: 40px;
  }

  .business-pricing-v2__trust {
    padding: 20px 18px;
  }

  .pricing-v2-trust__points {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pricing-v2-card--featured,
  .pricing-v2-card__halo {
    animation: none;
  }

  .pricing-v2-card--featured {
    transform: scale(1.04);
  }

  .pricing-v2-card--featured:hover {
    transform: scale(1.04) translateY(-8px);
  }
}

/* SECTION 13 — PREMIUM FAQ V2 */
.business-faq-v2 {
  position: relative;
  background: #F5F4F0;
  overflow: hidden;
}

.business-faq-v2__glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(900px, 90vw);
  height: 420px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(17, 24, 39, 0.04) 0%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
}

.business-faq-v2__container {
  position: relative;
  z-index: 1;
  width: min(1280px, 100%);
  margin-inline: auto;
  padding-inline: 24px;
}

.business-faq-v2__panel {
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 28px 36px;
  padding: 22px 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
}

.business-faq-v2__sidebar {
  position: sticky;
  top: 96px;
  align-self: start;
}

.business-faq-v2__label {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6B7280;
}

.business-faq-v2__headline {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 2.4vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #111827;
}

.business-faq-v2__subheadline {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.55;
  color: #6B7280;
}

.business-faq-v2__trust {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.business-faq-v2__trust li {
  position: relative;
  padding: 3px 0 3px 18px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  color: #374151;
}

.business-faq-v2__trust li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 3px;
  font-weight: 800;
  color: #10B981;
}

.business-faq-v2__sidebar-ctas {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.business-faq-v2__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.business-faq-v2__btn--primary {
  background: #111827;
  color: #fff;
  border: none;
  box-shadow: 0 6px 20px rgba(17, 24, 39, 0.18);
}

.business-faq-v2__btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.24), 0 0 0 1px rgba(17, 24, 39, 0.06);
}

.business-faq-v2__btn--secondary {
  background: rgba(255, 255, 255, 0.95);
  color: #111827;
  border: 1px solid rgba(17, 24, 39, 0.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.business-faq-v2__btn--secondary:hover {
  transform: translateY(-1px);
  border-color: rgba(17, 24, 39, 0.2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.business-faq-v2__main {
  min-width: 0;
}

.faq-v2-filters {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(248, 247, 243, 0.9);
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.faq-v2-filters__btn {
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  font-family: var(--eb-v2-font);
  font-size: 13px;
  font-weight: 700;
  color: #6B7280;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-v2-filters__btn--active {
  background: #111827;
  color: #fff;
  border-color: #111827;
  box-shadow: 0 4px 12px rgba(17, 24, 39, 0.15);
}

.faq-v2-filters__btn:not(.faq-v2-filters__btn--active) {
  border-color: rgba(17, 24, 39, 0.08);
}

.faq-v2-filters__btn:not(.faq-v2-filters__btn--active):hover {
  border-color: rgba(17, 24, 39, 0.14);
  color: #374151;
}

.faq-v2-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.faq-v2-item {
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.faq-v2-item:hover {
  transform: translateY(-4px);
  border-color: rgba(17, 24, 39, 0.1);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.faq-v2-item__heading {
  margin: 0;
}

.faq-v2-item__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 14px 16px;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-family: var(--eb-v2-font);
}

.faq-v2-item__question {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  color: #111827;
}

.faq-v2-item__chevron {
  flex-shrink: 0;
  display: inline-flex;
  color: #9CA3AF;
  transition: transform 0.25s ease, color 0.2s ease;
}

.faq-v2-item--open .faq-v2-item__chevron {
  transform: rotate(180deg);
  color: #111827;
}

.faq-v2-item__panel {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: height 0.25s ease, opacity 0.25s ease;
}

.faq-v2-item:not(.faq-v2-item--open) .faq-v2-item__panel {
  transition-duration: 0.2s;
}

.faq-v2-item__panel-inner {
  padding: 0 16px 14px;
}

.faq-v2-item__answer {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: #4B5563;
}

.faq-v2-conversion {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas:
    "copy actions"
    "response response";
  gap: 12px 20px;
  align-items: center;
  margin-top: 16px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(248, 247, 243, 0.85);
  border: 1px solid rgba(17, 24, 39, 0.06);
}

.faq-v2-conversion__copy {
  grid-area: copy;
}

.faq-v2-conversion__title {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 800;
  color: #111827;
}

.faq-v2-conversion__body {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #6B7280;
}

.faq-v2-conversion__actions {
  grid-area: actions;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.faq-v2-conversion__response {
  grid-area: response;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #6B7280;
}

.faq-v2-conversion__response-label {
  margin-right: 4px;
}

.faq-v2-conversion__response strong {
  font-weight: 800;
  color: #10B981;
}

@media (max-width: 1024px) {
  .business-faq-v2__panel {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 22px;
  }

  .business-faq-v2__sidebar {
    position: static;
  }

  .business-faq-v2__sidebar-ctas {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .business-faq-v2__container {
    padding-inline: 20px;
  }

  .business-faq-v2__panel {
    padding: 20px 16px;
    border-radius: 20px;
  }

  .business-faq-v2__sidebar-ctas,
  .faq-v2-conversion__actions {
    flex-direction: column;
    width: 100%;
  }

  .business-faq-v2__btn {
    width: 100%;
  }

  .faq-v2-filters {
    width: 100%;
    justify-content: center;
  }

  .faq-v2-conversion {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "actions"
      "response";
  }
}

@media (prefers-reduced-motion: reduce) {
  .faq-v2-item,
  .faq-v2-item__panel,
  .faq-v2-item__chevron,
  .business-faq-v2__btn {
    transition: none !important;
  }

  .faq-v2-item:hover {
    transform: none;
  }
}

.future-business-v2 {
  position: relative;
  background: #F5F4F0;
  overflow: hidden;
}

.future-business-v2__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  pointer-events: none;
}

.future-business-v2__glow--mint {
  width: 520px;
  height: 520px;
  top: -80px;
  left: -100px;
  background: rgba(16, 185, 129, 0.05);
}

.future-business-v2__glow--sky {
  width: 480px;
  height: 480px;
  bottom: -60px;
  right: -80px;
  background: rgba(37, 99, 235, 0.04);
}

.future-business-v2__container {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  margin-inline: auto;
  padding-inline: 24px;
}

.future-business-v2__intro {
  max-width: 820px;
}

.future-business-v2__pill {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 16px;
  margin: 0 0 18px;
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.08);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #059669;
}

.future-business-v2__headline {
  margin: 0 0 12px;
  max-width: 720px;
}

.future-business-v2__subheadline {
  max-width: 760px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #6B7280;
}

/* Tool chaos vs unified platform */
.bos-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: stretch;
}

.bos-compare__column {
  display: flex;
  flex-direction: column;
  padding: 22px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
}

.bos-compare__column--chaos {
  background: rgba(255, 255, 255, 0.65);
}

.bos-compare__column--unified {
  background: rgba(255, 255, 255, 0.88);
}

.bos-compare__title {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6B7280;
}

.bos-chaos-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  flex: 1;
  margin-bottom: 14px;
}

.bos-chaos-card {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 12px;
  border-radius: 14px;
  background: rgba(248, 247, 243, 0.95);
  border: 1px dashed rgba(17, 24, 39, 0.14);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  opacity: 0;
  transform: translateY(14px);
}

.bos-compare.is-visible .bos-chaos-card:nth-child(odd) {
  animation:
    bos-fade-up-odd 0.45s ease forwards,
    bos-drift-odd 8s ease-in-out infinite;
  animation-delay: calc(var(--bos-chaos-i) * 0.08s), calc(var(--bos-chaos-i) * 0.5s + 0.45s);
}

.bos-compare.is-visible .bos-chaos-card:nth-child(even) {
  animation:
    bos-fade-up-even 0.45s ease forwards,
    bos-drift-even 9s ease-in-out infinite;
  animation-delay: calc(var(--bos-chaos-i) * 0.08s), calc(var(--bos-chaos-i) * 0.5s + 0.45s);
}

.bos-chaos-card__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #D1D5DB;
  flex-shrink: 0;
}

.bos-chaos-card__label {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
  color: #6B7280;
}

.bos-platform-card {
  position: relative;
  flex: 1;
  padding: 16px;
  margin-bottom: 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(16, 185, 129, 0.22);
  box-shadow:
    0 12px 40px rgba(16, 185, 129, 0.1),
    0 4px 16px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  opacity: 0;
  transform: scale(0.96) translateY(16px);
}

.bos-compare.is-visible .bos-platform-card {
  animation: bos-platform-in 0.6s ease 0.35s forwards, bos-platform-glow 6s ease-in-out 1s infinite;
}

.bos-platform-card__halo {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle at 50% 50%, rgba(16, 185, 129, 0.12) 0%, transparent 65%);
  filter: blur(40px);
  pointer-events: none;
}

.bos-platform-modules {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.bos-platform-links {
  position: absolute;
  inset: 16px;
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}

.bos-platform-links__line {
  fill: none;
  stroke: rgba(16, 185, 129, 0.12);
  stroke-width: 1;
  stroke-dasharray: 4 6;
}

.bos-compare.is-visible .bos-platform-links {
  animation: bos-links-in 0.5s ease 0.85s forwards;
}

.bos-module {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 52px;
  padding: 10px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(16, 185, 129, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  opacity: 0;
  transform: scale(0.92);
}

.bos-compare.is-visible .bos-module {
  animation: bos-module-in 0.4s ease forwards;
  animation-delay: calc(0.5s + var(--bos-mod-i) * 0.06s);
}

.bos-module__accent {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 3px;
  background: var(--bos-mod-color);
  margin-bottom: 6px;
}

.bos-module__label {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  color: #111827;
}

.bos-module--bi .bos-module__label {
  font-size: 10px;
}

.bos-badge {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  margin-bottom: 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bos-badge--warn {
  background: rgba(249, 115, 22, 0.1);
  border: 1px solid rgba(249, 115, 22, 0.22);
  color: #C2410C;
}

.bos-badge--success {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.24);
  color: #059669;
}

.bos-compare__note {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.bos-compare__note--warn {
  color: #9CA3AF;
}

.bos-compare__note--success {
  color: #374151;
}

.bos-trust-strip {
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.03);
}

.bos-trust-strip__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bos-trust-strip__list li {
  position: relative;
  padding-left: 18px;
  font-size: 13px;
  font-weight: 700;
  color: #111827;
}

.bos-trust-strip__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
  color: #10B981;
}

.bos-cta-block {
  margin-top: 24px;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
}

.bos-cta-block.is-visible {
  animation: bos-cta-up 0.55s ease 0.2s forwards;
}

.bos-cta-block__headline {
  margin: 0 0 16px;
  font-size: clamp(1.25rem, 2.5vw, 1.6rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
}

.bos-cta-block__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.future-business-v2__cta {
  min-width: 180px;
  min-height: 50px;
  padding: 0 28px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  border-radius: 14px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.future-business-v2__cta--primary {
  background: #111827 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.2);
}

.future-business-v2__cta--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.26);
}

.future-business-v2__cta--secondary {
  background: rgba(255, 255, 255, 0.95) !important;
  color: #111827 !important;
  border: 1px solid rgba(17, 24, 39, 0.12) !important;
}

.future-business-v2__cta--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

@keyframes bos-fade-up-odd {
  to {
    opacity: 1;
    transform: translateY(0) rotate(-1.2deg);
  }
}

@keyframes bos-fade-up-even {
  to {
    opacity: 1;
    transform: translateY(0) rotate(1deg);
  }
}

@keyframes bos-drift-odd {
  0%, 100% { transform: translate(0, 0) rotate(-1.2deg); }
  50% { transform: translate(2px, -5px) rotate(-0.5deg); }
}

@keyframes bos-drift-even {
  0%, 100% { transform: translate(0, 0) rotate(1deg); }
  50% { transform: translate(-3px, -4px) rotate(1.6deg); }
}

@keyframes bos-platform-in {
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes bos-platform-glow {
  0%, 100% {
    box-shadow:
      0 12px 40px rgba(16, 185, 129, 0.1),
      0 4px 16px rgba(0, 0, 0, 0.04);
  }
  50% {
    box-shadow:
      0 16px 48px rgba(16, 185, 129, 0.16),
      0 6px 20px rgba(0, 0, 0, 0.05);
  }
}

@keyframes bos-module-in {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes bos-links-in {
  to { opacity: 1; }
}

@keyframes bos-cta-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .bos-compare {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bos-platform-modules {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .future-business-v2__container {
    padding-inline: 20px;
  }

  .bos-chaos-cards {
    grid-template-columns: 1fr;
  }

  .bos-cta-block__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .future-business-v2__cta {
    width: 100%;
    min-width: 0;
  }

  .bos-trust-strip__list {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bos-chaos-card,
  .bos-platform-card,
  .bos-module,
  .bos-platform-links,
  .bos-cta-block {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}


/* FOOTER — PREMIUM SAAS V2 */
.footer-ecosystem-v2 {
  position: relative;
  background: #F5F4F0;
  overflow: hidden;
}

.footer-ecosystem-v2__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.footer-ecosystem-v2__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.footer-ecosystem-v2__glow--green {
  width: 420px;
  height: 420px;
  top: -120px;
  left: -80px;
  background: rgba(16, 185, 129, 0.07);
  animation: footer-ambient-float 12s ease-in-out infinite;
}

.footer-ecosystem-v2__glow--blue {
  width: 380px;
  height: 380px;
  top: 40px;
  right: -60px;
  background: rgba(37, 99, 235, 0.05);
  animation: footer-ambient-float 14s ease-in-out infinite reverse;
}

@keyframes footer-ambient-float {
  0%, 100% { transform: translate(0, 0); opacity: 0.85; }
  50% { transform: translate(12px, -16px); opacity: 1; }
}

.footer-ecosystem-v2__inner {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  margin-inline: auto;
  padding-inline: 24px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.footer-ecosystem-v2__defer {
  min-height: 480px;
}

/* Section 1 — Final CTA */
.footer-final-cta {
  position: relative;
  padding: 36px 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.footer-final-cta__glow {
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(circle at 30% 40%, rgba(16, 185, 129, 0.14) 0%, transparent 55%),
    radial-gradient(circle at 70% 60%, rgba(37, 99, 235, 0.1) 0%, transparent 50%);
  animation: footer-cta-glow 8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes footer-cta-glow {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}

.footer-final-cta__content {
  position: relative;
  z-index: 1;
  max-width: 720px;
}

.footer-final-cta__headline {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #111827;
}

.footer-final-cta__sub {
  margin: 0 0 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #6B7280;
  max-width: 58ch;
}

.footer-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-final-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-final-cta__btn--primary {
  background: #111827;
  color: #fff;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.2);
}

.footer-final-cta__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.28);
}

.footer-final-cta__btn--secondary {
  background: rgba(255, 255, 255, 0.95);
  color: #111827;
  border: 1px solid rgba(17, 24, 39, 0.12);
}

.footer-final-cta__btn--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Section 2 — Main footer */
.footer-premium {
  padding: 28px 28px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.04);
}

.footer-premium__grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 24px 20px;
}

.footer-premium__brand {
  padding-right: 12px;
}

.footer-premium__logo {
  display: inline-block;
  margin: 0 0 12px;
  background: transparent;
  border: none;
  box-shadow: none;
  text-decoration: none;
  line-height: 0;
}

.footer-premium__logo-img {
  display: block;
  width: 140px;
  height: auto;
  max-width: 140px;
  object-fit: contain;
  background: transparent;
  border: none;
  box-shadow: none;
  filter: none;
  mix-blend-mode: normal;
}

.footer-premium__desc {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
  color: #374151;
}

.footer-premium__desc--muted {
  color: #6B7280;
  margin-bottom: 14px;
}

.footer-premium__readiness {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-premium__readiness li {
  position: relative;
  padding-left: 16px;
  font-size: 11px;
  font-weight: 700;
  color: #374151;
}

.footer-premium__readiness li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #10B981;
  font-weight: 800;
}

.footer-premium__col-title {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #111827;
}

.footer-premium__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-premium__links a {
  display: inline-block;
  padding: 4px 0;
  font-size: 13px;
  font-weight: 500;
  color: #6B7280;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}

.footer-premium__links a:hover {
  color: #111827;
  transform: translateX(2px);
}

.footer-premium__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 24, 39, 0.06);
}

.footer-premium__social-btn {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(17, 24, 39, 0.08);
  color: #374151;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.footer-premium__social-btn svg {
  width: 17px;
  height: 17px;
}

.footer-premium__social-btn:hover {
  transform: translateY(-3px);
  color: #111827;
  border-color: rgba(16, 185, 129, 0.25);
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.12);
}

.footer-premium__bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px 16px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(17, 24, 39, 0.06);
  text-align: center;
}

.footer-premium__bar-item {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #6B7280;
}

.footer-premium__bar-item--left {
  text-align: left;
}

.footer-premium__bar-item--center {
  text-align: center;
}

.footer-premium__bar-item--center a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.footer-premium__bar-item--center a:hover {
  color: #111827;
}

.footer-premium__bar-item--right {
  text-align: right;
}

.footer-premium__bar-location {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  color: #9CA3AF;
}

@media (max-width: 1024px) {
  .footer-premium__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-premium__brand {
    grid-column: 1 / -1;
    padding-right: 0;
  }

  .footer-premium__readiness {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .footer-ecosystem-v2 {
    padding-bottom: 24px;
  }

  .footer-ecosystem-v2__inner {
    padding-inline: 20px;
    gap: 20px;
  }

  .footer-final-cta {
    padding: 28px 22px;
    border-radius: 20px;
  }

  .footer-final-cta__actions {
    flex-direction: column;
  }

  .footer-final-cta__btn {
    width: 100%;
  }

  .footer-premium {
    padding: 22px 18px 16px;
  }

  .footer-premium__grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
  }

  .footer-premium__readiness {
    grid-template-columns: 1fr 1fr;
  }

  .footer-premium__bar {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-premium__bar-item--left,
  .footer-premium__bar-item--right {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .footer-premium__grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer-ecosystem-v2__glow,
  .footer-final-cta__glow {
    animation: none !important;
  }
}

/* DRAWER */
.eb-v2-drawer {
  position: fixed;
  inset: 0;
  z-index: 1100;
  background: rgba(17, 24, 39, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.eb-v2-drawer.is-open { opacity: 1; visibility: visible; }

.eb-v2-drawer__panel {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(320px, 90vw);
  background: var(--eb-v2-bg);
  padding: 24px;
  transform: translateX(100%);
  transition: transform 0.3s var(--eb-v2-ease);
  overflow-y: auto;
}

.eb-v2-drawer.is-open .eb-v2-drawer__panel { transform: none; }

.eb-v2-drawer__panel a {
  display: block;
  padding: 14px 0;
  color: var(--eb-v2-text);
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .hero-v3__container {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-inline: 40px;
    gap: 48px;
  }

  .hero-v3__headline {
    font-size: var(--eb-v2-h1-size);
  }


  .hero-v3__visual {
    justify-content: center;
  }

  .hero-v3__command {
    width: 100%;
    min-height: auto;
  }

  .hero-v3__kpi-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-v3__mid {
    grid-template-columns: 1fr;
  }

  .hero-v3__bottom-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1100px) {
  .eb-v2-nav__links { display: none; }
  .eb-v2-nav__burger { display: block; }
  .eb-v2-final-cta__grid { grid-template-columns: 1fr; }
  .eb-v2-timeline { grid-template-columns: 1fr 1fr; gap: 24px; }
  .eb-v2-timeline::before { display: none; }
  .eb-v2-success-grid { grid-template-columns: 1fr; }
  .eb-v2-footer__mega { grid-template-columns: 1fr 1fr; }
  .eb-v2-transform__visual { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .hero-v3 {
    min-height: auto;
    padding: 32px 0 56px;
  }

  .hero-v3__container {
    padding-inline: 24px;
    gap: 32px;
    display: flex;
    flex-direction: column;
  }

  .hero-v3__content {
    display: contents;
  }

  .hero-v3__badge { order: 1; margin-bottom: 20px; }
  .hero-v3__headline { order: 2; font-size: var(--eb-v2-h1-size); letter-spacing: var(--eb-v2-h1-spacing); }
  .hero-v3__subheadline { order: 3; font-size: 1.05rem; line-height: 1.65; max-width: none; }
  .hero-v3__cta-row { order: 4; margin-top: 24px; }
  .hero-v3__cta--primary,
  .hero-v3__cta--secondary { width: 100%; max-width: 100%; }
  .hero-v3__visual { order: 5; width: 100%; }
  .hero-v3__trust-chips { order: 6; margin-top: 24px; }
  .hero-v3__social-proof { order: 7; margin-top: 20px; }

  .hero-v3__command {
    padding: 20px 16px;
    gap: 16px;
  }

  .hero-v3__kpi-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .hero-v3__kpi--health { order: 1; }
  .hero-v3__kpi--revenue { order: 2; }
  .hero-v3__kpi--profit { order: 3; }
  .hero-v3__kpi--cash { order: 4; display: none; }

  .hero-v3__mid {
    order: 5;
    min-height: auto;
  }

  .hero-v3__ai-stack {
    display: none;
  }

  .hero-v3__graph {
    height: 200px;
  }

  .hero-v3__bottom-row {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .hero-v3__stat:nth-child(3),
  .hero-v3__stat:nth-child(4) {
    display: none;
  }
}

@media (max-width: 640px) {
  .eb-v2-timeline,
  .eb-v2-footer__mega { grid-template-columns: 1fr; }

  .hero-v3__bottom-row {
    grid-template-columns: 1fr;
  }
}

/* PERFORMANCE + A11Y (certification) */
.hero-v3,
.eb-v2-trustbar {
  content-visibility: visible;
}

.section-chaos-control-v2,
.business-command-center-v2,
.industry-showcase-v2,
.pos-experience-v2,
.inventory-intelligence-v2,
.cashflow-command-center-v2,
.gst-intelligence-center-v2,
.ai-business-advisor-v2,
.business-growth-journey-v2,
.business-results-v2,
.business-pricing-v2,
.business-faq-v2,
.future-business-v2,
.footer-ecosystem-v2,
#faq {
  content-visibility: auto;
  contain-intrinsic-size: auto 540px;
}

[class$='__glow'] {
  contain: strict;
  pointer-events: none;
}

@media (max-width: 768px) {
  section:not(.hero-v3):not(.eb-v2-nav) .eb-v2-glass,
  section:not(.hero-v3):not(.eb-v2-nav) .footer-glass,
  .footer-ecosystem-v2 .footer-final-cta,
  .footer-ecosystem-v2 .footer-premium {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(255, 255, 255, 0.94);
  }

  .hero-v3__chip,
  .hero-v3__command {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .eb-v2-blob,
  .hero-v3__cloud,
  [class$='__glow'] {
    animation: none !important;
    filter: blur(48px) !important;
  }
}

.eb-v2-btn:focus-visible,
.eb-v2-nav__trigger:focus-visible,
.eb-v2-nav__link:focus-visible,
.hero-v3__cta:focus-visible,
.footer-cta-band__btn:focus-visible,
.footer-final-cta__btn:focus-visible,
.eb-v2-nav__burger:focus-visible,
[data-eb-v2-drawer-close]:focus-visible {
  outline: 2px solid #111827;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .eb-v2-glass,
  .footer-glass,
  .footer-final-cta,
  .footer-premium {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(255, 255, 255, 0.95);
  }

  [data-eb-v2-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* RELEASE HARDENING — deferred shells, CSS glows, paint cost */
.eb-v2-defer-mount {
  min-height: 120px;
}

.footer-ecosystem-v2__defer.eb-v2-defer-mount {
  min-height: 480px;
}

.eb-v2-section-shell .eb-v2-defer-mount {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.03) 25%, rgba(0, 0, 0, 0.06) 50%, rgba(0, 0, 0, 0.03) 75%);
  background-size: 200% 100%;
  border-radius: 20px;
  animation: eb-v2-defer-shimmer 1.4s ease-in-out infinite;
}

@keyframes eb-v2-defer-shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}


.industry-showcase-v2,
.business-growth-journey-v2,
.business-results-v2,
.ai-business-advisor-v2 {
  position: relative;
  overflow: hidden;
}

.industry-showcase-v2::before,
.industry-showcase-v2::after,
.business-growth-journey-v2::before,
.business-results-v2::before,
.ai-business-advisor-v2::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(72px);
  contain: strict;
}

.industry-showcase-v2::before {
  width: 420px;
  height: 420px;
  top: -120px;
  left: -80px;
  background: rgba(249, 115, 22, 0.14);
}

.industry-showcase-v2::after {
  width: 380px;
  height: 380px;
  bottom: -100px;
  right: -60px;
  background: rgba(37, 99, 235, 0.12);
}

.business-growth-journey-v2::before {
  width: 400px;
  height: 400px;
  top: 10%;
  right: -100px;
  background: rgba(16, 185, 129, 0.12);
}

.business-results-v2::before {
  width: 360px;
  height: 360px;
  top: -80px;
  left: 20%;
  background: rgba(139, 92, 246, 0.1);
}

.ai-business-advisor-v2::before {
  width: 440px;
  height: 440px;
  top: -100px;
  right: 10%;
  background: rgba(6, 182, 212, 0.12);
}

@media (max-width: 1024px) {
  .section-chaos-control-v2 .eb-v2-glass,
  .business-command-center-v2 .eb-v2-glass,
  .pos-experience-v2 .eb-v2-glass,
  .inventory-intelligence-v2 .eb-v2-glass,
  .cashflow-command-center-v2 .eb-v2-glass,
  .gst-intelligence-center-v2 .eb-v2-glass,
  .business-pricing-v2 .eb-v2-glass,
  .future-business-v2 .eb-v2-glass {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: rgba(255, 255, 255, 0.94);
  }
}

@media (prefers-reduced-motion: reduce) {
  .eb-v2-section-shell .eb-v2-defer-mount {
    animation: none;
    background: rgba(0, 0, 0, 0.04);
  }
}
