/* ══════════════════════════════════════════════════════════
   sections.css — all section-specific CSS
   Loaded after website.css, depends on system.css tokens.

   Clashing b- class names to review/merge:
   - b-hero-1 (ws-hero), b-hero-2 (mkt-hero), b-hero-3 (sell-hero)
   - b-footer-1 (ws-footer), b-footer-2 (mkt-footer)
   - b-tab-1 (ws-tab), b-tab-2 (ops-tab), b-tab-3 (plat-tab)
   - b-tabs-1 (ws-tabs), b-tabs-2 (ops-tabs), b-tabs-3 (plat-tabs)
   - b-faq-item-1 (ws-faq-item), b-faq-item-2 (mkt-faq-item)
   - b-cta-1 (ws-cta), b-cta-2 (hp-cta), b-cta-3 (sell-cta)
   - b-panel-1 (ws-panel), b-panel-2 (ops-panel), b-panel-3 (plat-panel)
   - See rename script output for full clash list (51 stems)
══════════════════════════════════════════════════════════ */

/* ══ HOMEPAGE ══════════════════════════════════════════════ */
/* ══════════════════════════════════════════════
   PROBLEM
══════════════════════════════════════════════ */
.b-problem {
  background: #242322;
/*      border-top: 2px solid var(--orange-600); */
  padding: 112px 0;
  position: relative;
}
.b-problem-headline {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(42px, 6vw, 72px); line-height: 0.93; letter-spacing: -0.04em;
  color: #fff; margin-bottom: 56px; max-width: 720px;
}
.b-problem-headline em { color: var(--warm); font-style: normal; }

.b-problem-card {
  background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06);
  padding: 36px 32px; position: relative; overflow: hidden;
}
.b-problem-num {
  font-family: var(--font-display); font-weight: 800; font-size: 80px; line-height: 1;
  color: rgba(255,255,255,0.03); position: absolute; top: 10px; right: 18px;
  letter-spacing: -0.05em; pointer-events: none;
}
.b-problem-tag {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 16px; display: block;
}
.pt-orange { color: var(--orange-600); }
.pt-lt     { color: var(--indigo-lt); }
.pt-muted  { color: rgba(255,255,255,0.35); }
.b-problem-card h3 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(19px, 2.2vw, 26px); line-height: 1.15; letter-spacing: -0.025em;
  color: #fff; margin-bottom: 12px;
}
.b-problem-card p { font-size: 15px; color: var(--b-dark-muted); line-height: 1.68; }
.b-problem-callout {
  margin-top: 2px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(234,88,12,0.12);
  border-top: 2px solid var(--orange-600); padding: 32px 36px;
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
}
.b-problem-callout-text {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(17px, 2.2vw, 26px); letter-spacing: -0.025em;
  color: rgba(255,255,255,0.38); line-height: 1.35;
}
.b-problem-callout-text strong { color: #fff; }

/* ══════════════════════════════════════════════
   ARCHITECTURE
══════════════════════════════════════════════ */
.b-arch { background: #0d0f12; padding: 112px 0; }
.b-arch-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.b-arch-body {
  font-size: 15px; line-height: 1.72; color: var(--b-dark-muted); margin-bottom: 18px;
}
.b-arch-body strong { color: var(--b-dark-head); font-weight: 500; }
/* .b-arch-note replaced by shared .b-note */

/* ══════════════════════════════════════════════
   SELL ANYTHING — light (paper) section
══════════════════════════════════════════════ */
.b-sell { background: var(--paper); padding: 112px 0; }
.b-sell-headline-wrap { margin-bottom: 56px; }
.b-sell-grid {
  border: 1px solid rgba(10,10,10,0.1); border-radius: var(--radius-lg); overflow: hidden;
  margin-bottom: 1px;
}
.b-sell-card {
  background: #fff; padding: 36px 32px;
  position: relative; overflow: hidden; transition: background 0.18s;
}
.b-sell-card:hover { background: #fefefe; }
.b-sell-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: transparent; transition: background 0.18s;
}
.b-sell-card:hover::before { background: var(--orange-600); }
.b-sell-icon {
  position: absolute; top: 20px; right: 20px;
  font-size: 80px; line-height: 1;
  color: var(--indigo-600); opacity: 0.065; pointer-events: none;
}
.b-sell-card-title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 17px; letter-spacing: -0.02em; color: var(--ink); margin-bottom: 10px;
  position: relative;
}
.b-sell-card-body {
  font-size: 15px; color: rgba(10,10,10,0.5); line-height: 1.65; position: relative;
}
.b-sell-cta-bar {
/*      background: rgba(10,10,10,0.04); border: 1px solid rgba(10,10,10,0.1);*/
  border-top: none; border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  padding: 24px 32px; display: flex; align-items: center;
  justify-content: space-between; gap: 24px;
}
.b-sell-cta-text {
  font-family: var(--font-display); font-size: clamp(15px, 1.8vw, 20px); font-weight: 700;
  letter-spacing: -0.02em; color: rgba(10,10,10,0.4);
}
.b-sell-cta-text strong { color: var(--ink); }

/* ══════════════════════════════════════════════
   STOREFRONTS
══════════════════════════════════════════════ */
.b-storefronts-1 { background: #0d0f12; padding: 112px 0; }
.b-sf-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.b-sf-body { font-size: 15px; line-height: 1.72; color: var(--b-dark-muted); margin-bottom: 16px; }
.b-sf-features { margin-top: 28px; display: flex; flex-direction: column; gap: 14px; }
.b-sf-feature { display: flex; gap: 12px; align-items: flex-start; }
.b-sf-feature-icon { font-size: 18px; color: var(--indigo-lt); opacity: 0.6; flex-shrink: 0; margin-top: 1px; }
.b-sf-feature-text { font-size: 15px; color: var(--b-dark-muted); line-height: 1.6; }
.b-sf-feature-text strong { color: var(--b-dark-head); font-weight: 500; }
.b-sf-ctas { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }

/* ══════════════════════════════════════════════
   OPERATIONS — paper
══════════════════════════════════════════════ */
.b-ops { background: var(--paper); padding: 112px 0; }
.b-ops-intro { max-width: 640px; margin-bottom: 52px; }
.b-ops-tabs {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border: 2px solid var(--ink);
}
.b-ops-tab {
  display: flex; align-items: center; gap: 11px;
  padding: 22px 24px; background: transparent; border: none;
  border-right: 2px solid var(--ink);
  cursor: pointer; text-align: left; transition: background 0.12s;
}
.b-ops-tab:last-child { border-right: none; }
.b-ops-tab:hover:not(.active) { background: rgba(10,10,10,0.04); }
.b-ops-tab.active { background: var(--ink); }
.b-ops-tab-icon { font-size: 20px; color: rgba(10,10,10,0.3); flex-shrink: 0; transition: color 0.12s; }
.b-ops-tab.active .b-ops-tab-icon { color: rgba(255,255,255,0.55); }
.b-ops-tab-label {
  font-family: var(--font-display); font-size: 15px; font-weight: 700;
  letter-spacing: -0.015em; color: rgba(10,10,10,0.45); transition: color 0.12s;
}
.b-ops-tab.active .b-ops-tab-label { color: #fff; }
.b-ops-panel { display: none; }
.b-ops-panel.active {
  display: flex; flex-direction: column; gap: 36px; padding-top: 48px;
  animation: tab-slide-in 0.28s ease forwards;
}
.b-ops-panel-meta {
  display: grid; grid-template-columns: 300px 1fr; gap: 52px; align-items: start;
}
.b-ops-panel-h {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(24px, 2.8vw, 32px); letter-spacing: -0.03em;
  color: var(--ink); margin-bottom: 12px; line-height: 1.0;
}
.b-ops-panel-p { font-size: 15px; color: rgba(10,10,10,0.5); line-height: 1.65; }
.b-ops-panel-bullets {
  list-style: none; display: flex; flex-direction: column; gap: 9px; padding-top: 2px;
}
.b-ops-panel-bullets li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 15px; color: rgba(10,10,10,0.6); line-height: 1.5;
}
.b-ops-panel-bullets li::before {
  content: ''; flex-shrink: 0; width: 4px; height: 4px;
  background: var(--indigo-600); border-radius: 50%; margin-top: 8px;
}

/* ══════════════════════════════════════════════
   AI NATIVE
══════════════════════════════════════════════ */
.b-ai-1 {
  background: #0b0c14; border-top: 1px solid rgba(224,231,255,0.12); padding: 112px 0;
}
.b-ai-headline {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(42px, 6vw, 74px); line-height: 0.92;
  letter-spacing: -0.04em; color: #fff; margin-bottom: 60px;
}
.b-ai-headline .hi { color: #e2bb48; }

.b-ai-panel {
  background: rgba(255,255,255,0.028); border: 1px solid rgba(255,255,255,0.07);
  padding: 36px 32px; position: relative; overflow: hidden; transition: background 0.18s;
}
.b-ai-panel:hover { background: rgba(255,255,255,0.042); }
.b-ai-icon {
  position: absolute; top: 20px; right: 20px;
  font-size: 80px; line-height: 1;
  color: var(--indigo-lt); opacity: 0.07; pointer-events: none;
}
.b-ai-for {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--indigo-lt); opacity: 0.65; margin-bottom: 14px;
  display: block; position: relative;
}
.b-ai-panel h3 {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(18px, 2vw, 22px); letter-spacing: -0.02em; color: #fff; margin-bottom: 10px;
  position: relative;
}
.b-ai-panel p { font-size: 16px; color: var(--b-dark-muted); line-height: 1.65; position: relative; }
.b-ai-closing {
  margin-top: 2px; background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.07);
  padding: 28px 36px; text-align: center;
}
.b-ai-closing-text {
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(16px, 2vw, 24px); letter-spacing: -0.025em; color: rgba(255,255,255,0.28);
}
.b-ai-closing-text strong { color: var(--indigo-lt); }

/* ══════════════════════════════════════════════
   PLATFORM TABS — paper
══════════════════════════════════════════════ */
.b-platform { background: var(--paper); padding: 112px 0; }
.b-platform-layout {
  display: grid; grid-template-columns: 300px 1fr; gap: 0; align-items: start;
}
.b-plat-tabs {
  border-right: 1px solid rgba(10,10,10,0.1);
  display: flex; flex-direction: column; gap: 2px;
}
.b-plat-tab {
  display: flex; flex-direction: column; align-items: flex-start;
  padding: 12px 16px; background: transparent; border: none;
  border-radius: var(--radius-sm); cursor: pointer; text-align: left;
  width: 100%; transition: background 0.12s;
}
.b-plat-tab:hover { background: rgba(10,10,10,0.04); }
.b-plat-tab.active { background: rgba(10,10,10,0.06); }
.b-plat-tab-head { display: flex; align-items: center; gap: 10px; width: 100%; }
.b-plat-tab-icon {
  font-size: 17px; color: rgba(10,10,10,0.28); flex-shrink: 0; transition: color 0.12s;
}
.b-plat-tab.active .b-plat-tab-icon { color: var(--indigo-600); }
.b-plat-tab-label {
  font-family: var(--font-body); font-size: 15px; font-weight: 500;
  color: rgba(10,10,10,0.42); transition: color 0.12s;
}
.b-plat-tab.active .b-plat-tab-label { color: var(--ink); font-weight: 600; }
.b-plat-tab-desc {
  display: none;
  font-size: 13px; line-height: 1.55;
  color: rgba(10,10,10,0.45);
  margin-top: 8px; padding-left: 27px;
}
.b-plat-tab.active .b-plat-tab-desc { display: block; }
.b-plat-panels { padding-left: 52px; }
.b-plat-panel { display: none; }
.b-plat-panel.active { display: block; animation: tab-slide-in 0.28s ease forwards; }
@keyframes tab-slide-in {
  from { opacity: 0; transform: translateX(18px); }
  to   { opacity: 1; transform: translateX(0); }
}

/* ══════════════════════════════════════════════
   EARLY ACCESS (dark)
══════════════════════════════════════════════ */
.b-cta-2 { background: #0d0f12; padding: 120px 0; position: relative; overflow: hidden; }
.b-cta-2::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
  background-size: 64px 64px; pointer-events: none;
}
.b-cta-inner-2 { position: relative; z-index: 1; max-width: 760px; }
.b-cta-headline-3 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(42px, 6vw, 72px); line-height: 0.93; letter-spacing: -0.042em;
  color: #fff; margin-bottom: 22px;
}
.b-cta-body-2 { font-size: 18px; line-height: 1.72; color: var(--b-dark-muted); max-width: 580px; margin-bottom: 20px; }
.b-cta-btns-2 { display: flex; align-items: center; gap: 12px; margin-top: 36px; margin-bottom: 18px; }
.b-cta-footnote { font-size: 12px; color: rgba(148,163,184,0.5); }

/* ══ OPERATIONS ════════════════════════════════════════════ */
/* ══ OPS HERO STATS (continuation of shared hero) ══════════ */
.b-hero-stats-2 {
  display: flex; gap: 0;
  border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-md);
  overflow: hidden; width: fit-content;
}
.b-hero-stat-2 {
  padding: 20px 36px;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.b-hero-stat-2:last-child { border-right: none; }
.b-hero-stat-val-2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: 36px; letter-spacing: -0.04em; color: #fff; line-height: 1;
  margin-bottom: 4px;
}
.b-hero-stat-label-2 {
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.28);
}

/* ══ INVENTORY — paper ══════════════════════════════════════ */
.b-inv { background: var(--paper); padding: 100px 0; }
.b-inv-intro { max-width: 700px; margin-bottom: 60px; }

/* Big hero block: multi-location */
.b-inv-hero {
  display: grid; grid-template-columns: 1fr 480px;
  gap: 2px; background: rgba(10,10,10,0.08);
  border: 1px solid rgba(10,10,10,0.1);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0; overflow: hidden;
  margin-bottom: 2px;
}
.b-inv-main {
  background: #fff; padding: 52px 48px;
  position: relative; overflow: hidden;
}
.b-inv-bg {
  position: absolute; top: 20px; right: 24px;
  font-size: 180px; line-height: 1;
  color: var(--cat-accent, rgba(10,10,10,0.06)); opacity: 0.055; pointer-events: none;
}
.b-inv-tag {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--cat-accent, var(--ink-faint)); margin-bottom: 14px; display: block; position: relative;
}
.b-inv-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(28px, 3.2vw, 44px); letter-spacing: -0.04em; line-height: 0.95;
  color: var(--ink); margin-bottom: 16px; position: relative;
}
.b-inv-body {
  font-size: 15px; line-height: 1.7; color: var(--ink-muted);
  max-width: 480px; margin-bottom: 32px; position: relative;
}

/* Feature mini list inside main block */
.b-feat-list-1 { display: flex; flex-direction: column; gap: 18px; position: relative; }
.b-feat-row { display: flex; gap: 14px; align-items: flex-start; }
.b-feat-icon {
  flex-shrink: 0; font-size: 26px;
  color: var(--cat-accent, rgba(10,10,10,0.2)); opacity: 0.55; margin-top: 2px;
}
.b-feat-name-1 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 15px; letter-spacing: -0.015em; color: var(--ink); margin-bottom: 3px;
}
.b-feat-desc-1 { font-size: 13px; line-height: 1.55; color: var(--ink-muted); }

/* Right panel with image placeholder */
.b-inv-img-col { position: relative; min-height: 400px; }
.b-inv-img-col .img-ph { height: 100%; border-radius: 0; border: none; border-left: 1px dashed rgba(10,10,10,0.12); }

/* 3-col secondary row */
.b-inv-sec {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: rgba(10,10,10,0.08);
  border: 1px solid rgba(10,10,10,0.1); border-top: none;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg); overflow: hidden;
}
.b-inv-card {
  background: rgba(10,10,10,0.025); padding: 32px 28px;
  border-right: 1px solid rgba(10,10,10,0.07);
  position: relative; overflow: hidden;
}
.b-inv-card:last-child { border-right: none; }
.b-inv-card-bg {
  position: absolute; top: 12px; right: 16px;
  font-size: 80px; line-height: 1;
  color: var(--cat-accent, rgba(10,10,10,0.06)); opacity: 0.055; pointer-events: none;
}
.b-inv-card-name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 17px; letter-spacing: -0.025em; color: var(--ink); margin-bottom: 10px; position: relative;
}
.b-inv-card-desc { font-size: 13.5px; line-height: 1.6; color: var(--ink-muted); position: relative; }

/* ══ FULFILLMENT — dark ══════════════════════════════════════ */
.b-fulfill { background: #0c0e12; padding: 100px 0; }
.b-fulfill-intro { max-width: 660px; margin-bottom: 60px; }

.b-ff-layout {
  display: grid; grid-template-columns: 380px 1fr;
  gap: 64px; align-items: start;
}

/* Accordion-style list on left */
.b-ff-acc { display: flex; flex-direction: column; gap: 0; }
.b-ff-item {
  border-bottom: 1px solid rgba(255,255,255,0.07);
  padding: 20px 0; cursor: pointer; position: relative;
}
.b-ff-item:first-child { border-top: 1px solid rgba(255,255,255,0.07); }
.b-ff-trigger {
  display: flex; align-items: center; gap: 14px;
  background: none; border: none; padding: 0; cursor: pointer; width: 100%;
}
.b-ff-num {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.1em; color: rgba(255,255,255,0.2); min-width: 20px; text-align: right;
}
.b-ff-label {
  font-family: var(--font-display); font-weight: 700;
  font-size: 16px; letter-spacing: -0.02em; color: var(--b-dark-muted);
  text-align: left; transition: color 0.15s;
}
.b-ff-item.active .b-ff-label { color: var(--b-dark-head); }
.b-ff-body {
  display: none; font-size: 14px; line-height: 1.65;
  color: var(--b-dark-muted); padding: 12px 0 4px 34px;
}
.b-ff-item.active .b-ff-body { display: block; }

/* Right image panels */
.b-ff-panels { position: relative; }
.b-ff-panel { display: none; }
.b-ff-panel.active { display: block; animation: panel-fade 0.28s ease; }
@keyframes panel-fade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }

/* ══ IMPORT/EXPORT — paper ══════════════════════════════════ */
.b-data { background: var(--paper); padding: 100px 0; }
.b-data-intro { max-width: 660px; margin-bottom: 60px; }
.b-data-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2px; background: rgba(10,10,10,0.08);
  border: 1px solid rgba(10,10,10,0.1);
  border-radius: var(--radius-lg); overflow: hidden;
  margin-bottom: 48px;
}
.b-data-panel {
  background: #fff; padding: 48px 44px;
  position: relative; overflow: hidden;
}
.b-data-panel:first-child { border-right: 1px solid rgba(10,10,10,0.08); }
.b-data-panel-bg {
  position: absolute; top: 20px; right: 24px;
  font-size: 140px; line-height: 1;
  color: rgba(10,10,10,0.06); opacity: 0.055; pointer-events: none;
}
.b-data-panel-tag {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--cat-accent); margin-bottom: 12px; display: block; position: relative;
}
.b-data-panel-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(22px, 2.6vw, 32px); letter-spacing: -0.035em; line-height: 0.95;
  color: var(--ink); margin-bottom: 14px; position: relative;
}
.b-data-panel-body {
  font-size: 15px; line-height: 1.7; color: var(--ink-muted);
  margin-bottom: 28px; position: relative;
}
.b-data-list {
  list-style: none; display: flex; flex-direction: column; gap: 8px; position: relative;
  margin-bottom: 32px;
}
.b-data-list li {
  display: flex; align-items: center; gap: 10px;
  font-size: 13.5px; color: var(--ink-muted); line-height: 1.4;
}
.b-data-list li i { font-size: 16px; color: var(--cat-accent); opacity: 0.7; }

/* Import column mapper mock */
.b-mapper {
  background: #fff; border: 1px solid rgba(10,10,10,0.1);
  border-radius: var(--radius-md); overflow: hidden; margin-bottom: 0;
}
.b-mapper-head {
  background: rgba(10,10,10,0.04); padding: 10px 14px;
  border-bottom: 1px solid rgba(10,10,10,0.08);
  display: flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 10.5px; color: var(--ink-faint);
}
.b-mapper-head i { font-size: 14px; }
.b-mapper-row {
  display: grid; grid-template-columns: 1fr 32px 1fr;
  align-items: center; gap: 0;
  padding: 10px 14px; border-bottom: 1px solid rgba(10,10,10,0.06);
  font-size: 12.5px;
}
.b-mapper-row:last-child { border-bottom: none; }
.b-mapper-src { font-family: var(--font-mono); color: var(--ink-muted); }
.b-mapper-arrow { text-align: center; color: rgba(10,10,10,0.2); font-size: 12px; }
.b-mapper-dest { font-family: var(--font-mono); color: #4f46e5; }

/* Batch API visual */
.b-api-block {
  background: #0d1117; border-radius: var(--radius-md); overflow: hidden;
}
.b-api-bar {
  padding: 8px 12px; background: #151820; border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex; align-items: center; gap: 5px;
}
.b-api-dot { width: 7px; height: 7px; border-radius: 50%; opacity: 0.7; }
.b-api-code {
  padding: 18px 18px; font-family: var(--font-mono);
  font-size: 11.5px; line-height: 1.9; color: #94a3b8;
}

/* ══ ORDER LIFECYCLE — dark ══════════════════════════════════ */
.b-orders { background: #08090c; padding: 100px 0; }
.b-orders-intro { max-width: 660px; margin-bottom: 56px; }

/* Stage tabs */
.b-stage-tabs {
  display: grid; grid-template-columns: repeat(5, 1fr);
  border: 2px solid rgba(255,255,255,0.12); border-radius: var(--radius-sm);
  overflow: hidden; margin-bottom: 0;
}
.b-stage-tab {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  padding: 24px 18px; background: transparent; border: none;
  border-right: 2px solid rgba(255,255,255,0.12); cursor: pointer;
  transition: background 0.12s, color 0.12s;
}
.b-stage-tab:last-child { border-right: none; }
.b-stage-tab i { font-size: 24px; color: rgba(255,255,255,0.2); transition: color 0.12s; }
.b-stage-tab span {
  font-family: var(--font-display); font-weight: 700; font-size: 13px;
  letter-spacing: -0.01em; color: rgba(255,255,255,0.3); transition: color 0.12s;
}
.b-stage-tab.active { background: rgba(255,255,255,0.07); }
.b-stage-tab.active i { color: #fff; }
.b-stage-tab.active span { color: #fff; }

.b-stage-panel { display: none; }
.b-stage-panel.active { display: grid; grid-template-columns: 1fr 1.4fr; gap: 2px; background: rgba(255,255,255,0.07); border: 2px solid rgba(255,255,255,0.12); border-top: none; border-radius: 0 0 var(--radius-sm) var(--radius-sm); overflow: hidden; animation: panel-fade 0.28s ease; }
.b-stage-info { background: #0d0f12; padding: 48px 44px; }
.b-stage-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(22px, 2.8vw, 34px); letter-spacing: -0.04em; line-height: 1.0;
  color: var(--b-dark-head); margin-bottom: 14px;
}
.b-stage-body { font-size: 15px; line-height: 1.7; color: var(--b-dark-muted); margin-bottom: 24px; }
.b-stage-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.b-stage-tag {
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-pill); padding: 5px 12px; color: rgba(255,255,255,0.5);
}
.b-stage-img { position: relative; min-height: 340px; }
.b-stage-img .img-ph { height: 100%; border-radius: 0; border: none; border-left: 1px dashed rgba(255,255,255,0.1); }

/* ══ SYNC COMING SOON — paper, distinctive ══════════════════ */
.b-sync { background: var(--paper); padding: 100px 0; position: relative; overflow: hidden; }
.b-sync-bg-icon {
  position: absolute; right: -40px; top: 50%;
  transform: translateY(-50%);
  font-size: 480px; line-height: 1;
  color: rgba(79,70,229,0.06); pointer-events: none;
}
.b-sync-inner { position: relative; z-index: 1; }
.b-sync-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.b-sync-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(234,88,12,0.08); border: 1px solid rgba(234,88,12,0.2);
  border-radius: var(--radius-pill); padding: 5px 14px;
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--orange-600); margin-bottom: 24px;
}
.b-sync-badge i { font-size: 12px; }
.b-sync-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(32px, 4.5vw, 54px); letter-spacing: -0.04em; line-height: 0.95;
  color: var(--ink); margin-bottom: 20px;
}
.b-sync-body { font-size: 16px; line-height: 1.72; color: var(--ink-muted); margin-bottom: 32px; }
.b-sync-channels {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 32px;
}
.b-sync-channel {
  background: #fff; border: 1px solid rgba(10,10,10,0.1);
  border-radius: var(--radius-sm); padding: 14px 16px;
  display: flex; align-items: center; gap: 12px;
}
.b-sync-channel-icon {
  font-size: 22px; color: rgba(10,10,10,0.2); flex-shrink: 0;
}
.b-sync-channel-name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 13px; letter-spacing: -0.01em; color: var(--ink);
}
.b-sync-channel-type { font-size: 11.5px; color: var(--ink-muted); }

/* Sync diagram visual */
.b-sync-diagram {
  background: #fff; border: 1px solid rgba(10,10,10,0.1);
  border-radius: var(--radius-lg); overflow: hidden;
}

/* ══ PLATFORM ══════════════════════════════════════════════ */
/* ══════════════════════════════════════════════
   FEATURE CARDS — paper, 3-col grid
══════════════════════════════════════════════ */
.b-features-1 { background: var(--paper); padding: 100px 0; }
.b-features-intro { max-width: 680px; margin-bottom: 56px; }
.b-feat-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: rgba(10,10,10,0.1);
  border: 1px solid rgba(10,10,10,0.1); border-radius: var(--radius-lg); overflow: hidden;
}
.b-feat-card {
  background: #fff; padding: 40px 36px 0;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}
.b-feat-card-bg {
  position: absolute; top: 16px; right: 16px;
  font-size: 110px; line-height: 1;
  color: var(--cat-accent); opacity: 0.055; pointer-events: none;
}
.b-feat-tag {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--cat-accent); margin-bottom: 16px; display: block; position: relative;
}
.b-feat-name-2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(20px, 2.2vw, 26px); letter-spacing: -0.03em; line-height: 1.05;
  color: var(--ink); margin-bottom: 12px; position: relative;
}
.b-feat-desc-2 {
  font-size: 15px; color: rgba(10,10,10,0.5); line-height: 1.62;
  margin-bottom: 22px; position: relative;
}
.b-feat-bullets {
  list-style: none; display: flex; flex-direction: column; gap: 8px;
  margin-bottom: 32px; position: relative; flex-grow: 1;
}
.b-feat-bullets li {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: 14px; color: rgba(10,10,10,0.6); line-height: 1.5;
}
.b-feat-bullets li::before {
  content: ''; flex-shrink: 0; width: 4px; height: 4px;
  background: var(--cat-accent); border-radius: 50%; margin-top: 7px;
}
.b-feat-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 500; color: var(--cat-accent);
  margin-bottom: 28px; opacity: 0.8; transition: opacity 0.12s; position: relative;
}
.b-feat-link:hover { opacity: 1; }
.b-feat-img {
  margin: 0 -36px; /* break out of card padding for full-width image */
  margin-top: auto;
}
.b-feat-img .img-ph {
  border-radius: 0; border-left: none; border-right: none; border-bottom: none;
  border-top: 1px dashed rgba(10,10,10,0.12);
  background: rgba(10,10,10,0.02);
  min-height: 160px;
}
.b-feat-img .img-ph-icon { color: rgba(10,10,10,0.08); }
.b-feat-img .img-ph-label { color: rgba(10,10,10,0.2); }

/* "Also included" compact row */
.b-feat-also {
  margin-top: 2px;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 0; background: rgba(10,10,10,0.1);
  border: 1px solid rgba(10,10,10,0.1); border-top: none;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg); overflow: hidden;
}
.b-feat-also-item {
  background: rgba(10,10,10,0.025); padding: 24px 28px;
  border-right: 1px solid rgba(10,10,10,0.08);
}
.b-feat-also-item:last-child { border-right: none; }
.b-feat-also-tag {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.13em; text-transform: uppercase;
  color: rgba(10,10,10,0.3); margin-bottom: 8px; display: block;
}
.b-feat-also-name {
  font-family: var(--font-display); font-size: 14.5px; font-weight: 700;
  letter-spacing: -0.01em; color: var(--ink); margin-bottom: 6px;
}
.b-feat-also-list {
  font-size: 13px; color: rgba(10,10,10,0.45); line-height: 1.65;
}

/* ══════════════════════════════════════════════
   COMPARISON TABLE — dark
══════════════════════════════════════════════ */
.b-compare { background: #0c0e12; border-top: 2px solid rgba(79,70,229,0.22); padding: 100px 0; }
.b-compare-intro { max-width: 660px; margin-bottom: 52px; }
.b-compare-table-wrap { overflow-x: auto; }
.b-compare-table {
  width: 100%; border-collapse: collapse;
  font-size: 15px; color: var(--b-dark-muted);
}
.b-compare-table thead th {
  font-family: var(--font-display); font-weight: 700;
  font-size: 13px; letter-spacing: -0.01em;
  text-align: center; padding: 16px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.4);
}
.b-compare-table thead th:first-child { text-align: left; padding-left: 0; }
.b-compare-table thead th.col-bolder {
  background: rgba(79,70,229,0.1);
  border: 1px solid rgba(79,70,229,0.2);
  border-bottom: none; color: var(--indigo-lt);
}
.b-compare-table tbody td {
  padding: 15px 24px; text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  vertical-align: middle; line-height: 1.4;
}
.b-compare-table tbody td:first-child {
  text-align: left; font-weight: 500; padding-left: 0;
  color: rgba(255,255,255,0.72);
}
.b-compare-table tbody tr:hover td { background: rgba(255,255,255,0.015); }
.b-compare-table td.col-bolder {
  background: rgba(79,70,229,0.07);
  border-left: 1px solid rgba(79,70,229,0.14);
  border-right: 1px solid rgba(79,70,229,0.14);
  font-weight: 500;
}
.b-compare-table tbody tr:last-child td.col-bolder {
  border-bottom: 1px solid rgba(79,70,229,0.2);
}
.cell-yes { color: #a5b4fc; }
.cell-yes i { color: #818cf8; font-size: 16px; vertical-align: middle; margin-right: 5px; }
.cell-no  { color: rgba(255,255,255,0.28); }
.cell-no  i { color: rgba(255,255,255,0.2); font-size: 16px; vertical-align: middle; margin-right: 5px; }
.cell-diy { color: rgba(255,255,255,0.45); }
.cell-diy i { color: rgba(255,255,255,0.3); font-size: 15px; vertical-align: middle; margin-right: 4px; }
.b-compare-note {
  margin-top: 28px; font-size: 14px; color: var(--b-dark-muted);
  line-height: 1.7; text-align: center; max-width: 700px; margin-left: auto; margin-right: auto;
}
.b-compare-note strong { color: #fff; }

/* ══ PRICING ═══════════════════════════════════════════════ */
/* ══ VOLUME TOOLTIP ════════════════════════════════════════ */
.b-vol-tip {
  position: relative; display: inline-block;
  border-bottom: 1px dashed currentColor; cursor: help;
}
.b-vol-tip::after {
  content: attr(data-tip);
  position: absolute; bottom: calc(100% + 8px); left: 50%; transform: translateX(-50%);
  background: #1a1c22; color: rgba(255,255,255,0.75);
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  white-space: nowrap; padding: 6px 12px;
  border-radius: var(--radius-sm); border: 1px solid rgba(255,255,255,0.12);
  pointer-events: none; opacity: 0; transition: opacity 0.15s;
  z-index: 10;
}
.b-vol-tip:hover::after { opacity: 1; }

/* ══ TIER CARDS — paper ═════════════════════════════════════ */
.b-plans { background: var(--paper); padding: 100px 0; }
.b-plans-intro {
  text-align: center; max-width: 640px;
  margin: 0 auto 56px;
}
.b-plans-intro p {
  font-size: 15px; line-height: 1.7; color: var(--ink-muted); margin-top: 16px;
}

/* 3-col tier grid */
.b-tier-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: rgba(10,10,10,0.1);
  border: 1px solid rgba(10,10,10,0.1);
  border-radius: var(--radius-lg); overflow: hidden;
}
.b-tier {
  background: #fff; padding: 44px 36px 40px;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}
.b-tier.featured { background: #0d0f12; }
.b-tier-bg {
  position: absolute; top: 20px; right: 20px;
  font-size: 160px; line-height: 1; opacity: 0.04; pointer-events: none;
}
.b-tier.featured .b-tier-bg { color: rgba(255,255,255,0.5); }
.b-tier:not(.featured) .b-tier-bg { color: rgba(10,10,10,0.5); }

.b-tier-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(79,70,229,0.1); border: 1px solid rgba(79,70,229,0.25);
  border-radius: var(--radius-pill); padding: 4px 12px;
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: #4f46e5;
  margin-bottom: 16px; width: fit-content;
}
.b-tier-name {
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  margin-bottom: 12px; position: relative;
}
.b-tier:not(.featured) .b-tier-name { color: var(--ink-faint); }
.b-tier.featured .b-tier-name { color: rgba(255,255,255,0.35); }

.b-tier-price {
  font-family: var(--font-display); font-weight: 800;
  font-size: 60px; letter-spacing: -0.05em; line-height: 1;
  margin-bottom: 4px; position: relative;
}
.b-tier:not(.featured) .b-tier-price { color: var(--ink); }
.b-tier.featured .b-tier-price { color: #fff; }

.b-tier-price sup { font-size: 28px; vertical-align: super; letter-spacing: 0; font-weight: 700; }
.b-tier-period {
  font-size: 13px; color: var(--ink-muted); margin-bottom: 20px; position: relative;
}
.b-tier.featured .b-tier-period { color: rgba(255,255,255,0.35); }

.b-tier-tagline {
  font-size: 14px; line-height: 1.65; margin-bottom: 24px; position: relative;
}
.b-tier:not(.featured) .b-tier-tagline { color: var(--ink-muted); }
.b-tier.featured .b-tier-tagline { color: var(--b-dark-muted); }

/* Volume callout */
.b-volume-box {
  border-radius: var(--radius-sm); padding: 16px 18px;
  margin-bottom: 28px; position: relative;
}
.b-tier:not(.featured) .b-volume-box {
  background: rgba(79,70,229,0.05); border: 1px solid rgba(79,70,229,0.15);
}
.b-tier.featured .b-volume-box {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1);
}
.b-volume-headline {
  font-family: var(--font-display); font-weight: 700;
  font-size: 14px; letter-spacing: -0.01em; margin-bottom: 4px;
}
.b-tier:not(.featured) .b-volume-headline { color: var(--ink); }
.b-tier.featured .b-volume-headline { color: var(--b-dark-head); }
.b-volume-sub { font-size: 12px; line-height: 1.5; }
.b-tier:not(.featured) .b-volume-sub { color: var(--ink-muted); }
.b-tier.featured .b-volume-sub { color: var(--b-dark-muted); }

/* Feature list */
.b-feat-list-2 {
  list-style: none; display: flex; flex-direction: column; gap: 9px;
  flex-grow: 1; margin-bottom: 32px; position: relative;
}
.b-feat-item {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 13px; line-height: 1.45;
}
.b-tier:not(.featured) .b-feat-item { color: var(--ink-muted); }
.b-tier.featured .b-feat-item { color: var(--b-dark-muted); }
.b-feat-check { font-size: 15px; flex-shrink: 0; margin-top: 1px; color: #16a37a; }
.b-feat-item.muted .b-feat-check { color: #4f46e5; }

/* Tier CTA */
.b-tier-cta { display: flex; justify-content: center; align-items: center; width: 100%; position: relative; }

/* ══ FEE EXPLAINER — dark ═══════════════════════════════════ */
.b-fees { background: #0c0e12; padding: 100px 0; }
.b-fees-layout {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
}
.b-fees-body { font-size: 16px; line-height: 1.72; color: var(--b-dark-muted); margin-bottom: 24px; }
.b-fees-body strong { color: var(--b-dark-head); font-weight: 600; }
.b-fees-example {
  padding: 20px 22px; margin-top: 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-left: 3px solid rgba(224,231,255,0.3);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  font-size: 14px; line-height: 1.7; color: var(--b-dark-muted);
}
.b-fees-example strong { color: var(--b-dark-head); }

/* Comparison table */
.b-table-wrap {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius-lg); overflow: hidden;
}
.b-table { width: 100%; border-collapse: collapse; }
.b-table th, .b-table td {
  padding: 14px 18px; text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 13px;
}
.b-table tr:last-child th, .b-table tr:last-child td { border-bottom: none; }
.b-table thead th {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.03); padding-top: 16px; padding-bottom: 16px;
}
.b-table tbody th { color: var(--b-dark-muted); font-weight: 400; }
.b-table td {
  font-family: var(--font-mono); font-size: 13px;
  color: var(--b-dark-head); font-weight: 500;
}
.b-table td.featured-col { color: #818cf8; }

/* ══ ADD-ONS — paper ════════════════════════════════════════ */
.b-addons { background: var(--paper); padding: 100px 0; }
.b-addons-intro { max-width: 640px; margin-bottom: 52px; }

.b-addons-grid {
  border: 1px solid rgba(10,10,10,0.1);
  border-radius: var(--radius-lg); overflow: hidden;
}
.b-addon-row {
  display: grid; grid-template-columns: 1fr 110px 280px;
  align-items: center; gap: 0;
  background: #fff; padding: 0;
  border-bottom: 1px solid rgba(10,10,10,0.07);
}
.b-addon-row:last-child { border-bottom: none; }
.b-addon-row.head {
  background: rgba(10,10,10,0.03); padding: 12px 24px;
}
.b-addon-row.head span {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-faint);
}
.b-addon-main { padding: 18px 24px; }
.b-addon-name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 14px; letter-spacing: -0.01em; color: var(--ink); margin-bottom: 3px;
}
.b-addon-desc { font-size: 12.5px; color: var(--ink-muted); line-height: 1.4; }
.b-addon-price {
  font-family: var(--font-mono); font-size: 13px; font-weight: 600;
  color: var(--ink); padding: 18px 16px;
  border-left: 1px solid rgba(10,10,10,0.07);
}
.b-addon-pro {
  padding: 18px 16px; border-left: 1px solid rgba(10,10,10,0.07);
  font-family: var(--font-mono); font-size: 11px; font-weight: 600;
  letter-spacing: 0.06em; color: #16a37a;
  display: flex; align-items: center; gap: 7px;
}
.b-addon-pro i { font-size: 14px; }


.b-cta-note-2 {
  margin-top: 20px; font-size: 13px; color: rgba(255,255,255,0.22);
  font-style: italic;
}

/* ══ SELLING ═══════════════════════════════════════════════ */
/* ══════════════════════════════════════════════
   HERO
══════════════════════════════════════════════ */
.b-hero-3 {
  background: #0d0f12; padding: 130px 56px 110px;
  position: relative; overflow: hidden;
}
.b-hero-3::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 64px 64px; pointer-events: none;
}
.b-hero-3::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 200px;
  background: linear-gradient(to bottom, transparent, #0d0f12); pointer-events: none;
}
.b-hero-inner-2 { position: relative; z-index: 1; max-width: 860px; }
.b-hero-headline-3 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(52px, 8vw, 100px); line-height: 0.88;
  letter-spacing: -0.05em; color: #fff; margin-bottom: 32px;
}
.b-hero-sub-3 {
  font-size: 18px; line-height: 1.65; color: var(--b-dark-muted);
  max-width: 620px; margin-bottom: 44px;
}
.b-hero-ctas-3 { display: flex; align-items: center; gap: 14px; margin-bottom: 64px; }
.b-hero-tags-2 { display: flex; flex-wrap: wrap; gap: 8px; }
.b-hero-tag-2 {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-pill); padding: 6px 14px;
  font-size: 13px; color: rgba(255,255,255,0.5);
}
.b-hero-tag-2 i { font-size: 15px; color: rgba(255,255,255,0.28); }

/* ══════════════════════════════════════════════
   PRODUCT MODEL — paper
══════════════════════════════════════════════ */
.b-products { background: var(--paper); padding: 100px 0; }
.b-products-intro { max-width: 700px; margin-bottom: 56px; }

/* Shared card base for product type cards */
.b-prod-card {
  background: #fff; padding: 40px 36px 0;
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
}
.b-prod-card.no-img { padding-bottom: 40px; }
.b-prod-card-bg {
  position: absolute; top: 16px; right: 20px;
  font-size: 110px; line-height: 1;
  color: var(--cat-accent); opacity: 0.055; pointer-events: none;
}
.b-prod-tag {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--cat-accent); margin-bottom: 14px; display: block; position: relative;
}
.b-prod-name {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(22px, 2.4vw, 30px); letter-spacing: -0.03em; line-height: 1.0;
  color: var(--ink); margin-bottom: 14px; position: relative;
}
.b-prod-desc {
  font-size: 15px; color: rgba(10,10,10,0.5); line-height: 1.65;
  margin-bottom: 20px; position: relative; flex-grow: 1;
}
.b-prod-for {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(10,10,10,0.3); margin-bottom: 32px; position: relative;
}
.b-prod-for i { font-size: 12px; }
.b-prod-img { margin: 0 -36px; margin-top: auto; }
.b-prod-img .img-ph {
  border-radius: 0; border-left: none; border-right: none; border-bottom: none;
  border-top: 1px dashed rgba(10,10,10,0.12);
  background: rgba(10,10,10,0.02); min-height: 200px;
}
.b-prod-img .img-ph-icon { color: rgba(10,10,10,0.08); }
.b-prod-img .img-ph-label { color: rgba(10,10,10,0.2); }

/* Featured 2-col row */
.b-prod-featured {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 2px; background: rgba(10,10,10,0.1);
  border: 1px solid rgba(10,10,10,0.1);
  border-radius: var(--radius-lg) var(--radius-lg) 0 0; overflow: hidden;
}

/* Mid 3-col row */
.b-prod-mid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 2px; background: rgba(10,10,10,0.1);
  border: 1px solid rgba(10,10,10,0.1); border-top: none; overflow: hidden;
}

/* Compact 5-col strip */
.b-prod-compact-row {
  display: grid; grid-template-columns: repeat(5, 1fr);
  border: 1px solid rgba(10,10,10,0.1); border-top: none;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg); overflow: hidden;
}
.b-prod-compact {
  background: rgba(10,10,10,0.025); padding: 26px 24px;
  border-right: 1px solid rgba(10,10,10,0.08);
  position: relative; overflow: hidden;
}
.b-prod-compact:last-child { border-right: none; }
.b-prod-compact-bg {
  position: absolute; top: 12px; right: 14px;
  font-size: 64px; line-height: 1;
  color: var(--cat-accent); opacity: 0.055; pointer-events: none;
}
.b-prod-compact-tag {
  font-family: var(--font-mono); font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--cat-accent); margin-bottom: 10px; display: block; position: relative;
}
.b-prod-compact-name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 15px; letter-spacing: -0.02em; line-height: 1.15;
  color: var(--ink); margin-bottom: 8px; position: relative;
}
.b-prod-compact-desc {
  font-size: 13px; color: rgba(10,10,10,0.45); line-height: 1.55;
  position: relative; margin-bottom: 10px;
}
.b-prod-compact-for {
  font-family: var(--font-mono); font-size: 9.5px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(10,10,10,0.3); position: relative;
}

/* ══════════════════════════════════════════════
   PRICING ENGINE — dark
══════════════════════════════════════════════ */
.b-pricing-2 { background: #0c0e12; padding: 100px 0; }
.b-pricing-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center; margin-bottom: 72px;
}
.b-pricing-body {
  font-size: 16px; line-height: 1.72; color: var(--b-dark-muted); margin-bottom: 16px;
}
.b-pricing-body strong { color: var(--b-dark-head); font-weight: 600; }
.b-pricing-feats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: var(--radius-lg); overflow: hidden;
}
.b-pricing-feat {
  background: #0d0f12; padding: 32px 28px;
  position: relative; overflow: hidden;
}
.b-pricing-feat.wide { grid-column: span 2; }
.b-pricing-feat-bg {
  position: absolute; top: 16px; right: 16px;
  font-size: 80px; line-height: 1;
  color: var(--indigo-lt); opacity: 0.045; pointer-events: none;
}
.b-pricing-feat-name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 17px; letter-spacing: -0.025em; line-height: 1.15;
  color: var(--b-dark-head); margin-bottom: 10px; position: relative;
}
.b-pricing-feat-desc {
  font-size: 14px; line-height: 1.65; color: var(--b-dark-muted); position: relative;
}

/* ══════════════════════════════════════════════
   PROMOTIONS — paper
══════════════════════════════════════════════ */
.b-promo { background: var(--paper); padding: 100px 0; }
.b-promo-intro { max-width: 680px; margin-bottom: 52px; }

/* Grouped promo block */
.b-promo-block {
  border: 1px solid rgba(10,10,10,0.1);
  border-radius: var(--radius-lg); overflow: hidden;
  margin-bottom: 72px;
}

/* 4 activation mode cards */
.b-promo-modes {
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.b-promo-mode {
  background: #fff; padding: 32px 28px;
  border-right: 1px solid rgba(10,10,10,0.08);
}
.b-promo-mode:last-child { border-right: none; }
.b-promo-mode-icon {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: var(--radius-sm);
  background: var(--mode-bg); margin-bottom: 16px;
}
.b-promo-mode-icon i { font-size: 20px; color: var(--mode-color); }
.b-promo-mode-name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 16px; letter-spacing: -0.02em;
  color: var(--ink); margin-bottom: 8px;
}
.b-promo-mode-desc {
  font-size: 13.5px; line-height: 1.6; color: rgba(10,10,10,0.5);
}

/* Scoping section */
.b-promo-scope {
  display: grid; grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(10,10,10,0.08);
}
.b-promo-scope-left {
  padding: 48px 48px; background: rgba(10,10,10,0.02);
  border-right: 1px solid rgba(10,10,10,0.08);
}
.b-promo-scope-right { padding: 48px 48px; background: #fff; }
.b-promo-scope-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(20px, 2.2vw, 26px); letter-spacing: -0.03em; line-height: 1.0;
  color: var(--ink); margin-bottom: 14px;
}
.b-promo-scope-body {
  font-size: 15px; line-height: 1.7; color: rgba(10,10,10,0.5); margin-bottom: 24px;
}
.b-promo-dims { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.b-promo-dim {
  display: flex; align-items: flex-start; gap: 12px;
  font-size: 14px; color: rgba(10,10,10,0.55); line-height: 1.5;
}
.b-promo-dim-icon {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 5px;
  background: rgba(79,70,229,0.08);
  display: flex; align-items: center; justify-content: center;
}
.b-promo-dim-icon i { font-size: 13px; color: #4f46e5; }
.b-promo-dim strong { color: var(--ink); font-weight: 600; }
.b-promo-callout {
  background: rgba(10,10,10,0.04);
  border: 1px solid rgba(10,10,10,0.1);
  border-left: 3px solid rgba(10,10,10,0.2);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 18px 20px; font-size: 14px; line-height: 1.72; color: rgba(10,10,10,0.52);
  margin-bottom: 28px;
}
.b-promo-callout strong { color: var(--ink); font-weight: 600; }

/* Stacking + Order tagging row */
.b-promo-extras {
  display: grid; grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(10,10,10,0.08);
  background: rgba(10,10,10,0.04);
}
.b-promo-extra {
  padding: 36px 40px; background: #fff;
  border-right: 1px solid rgba(10,10,10,0.08);
  position: relative; overflow: hidden;
}
.b-promo-extra:last-child { border-right: none; }
.b-promo-extra-bg {
  position: absolute; top: 16px; right: 16px;
  font-size: 80px; line-height: 1;
  color: rgba(10,10,10,0.035); pointer-events: none;
}
.b-promo-extra-name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 20px; letter-spacing: -0.025em; line-height: 1.1;
  color: var(--ink); margin-bottom: 12px; position: relative;
}
.b-promo-extra-desc {
  font-size: 15px; line-height: 1.68; color: rgba(10,10,10,0.5); position: relative;
}
.b-promo-extra-desc code {
  font-family: var(--font-mono); font-size: 12px;
  background: rgba(10,10,10,0.07); padding: 2px 5px; border-radius: 3px;
}

/* Cart experience */
.b-promo-cart {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.b-promo-cart-title {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(24px, 2.8vw, 34px); letter-spacing: -0.03em; line-height: 1.0;
  color: var(--ink); margin-bottom: 14px;
}
.b-promo-cart-body {
  font-size: 15px; line-height: 1.7; color: rgba(10,10,10,0.5);
}

/* ══════════════════════════════════════════════
   PRODUCT INTELLIGENCE — dark
══════════════════════════════════════════════ */
.b-intel { background: #0d0f12; padding: 100px 0; }
.b-intel-layout {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: center;
}
.b-intel-body {
  font-size: 16px; line-height: 1.72; color: var(--b-dark-muted); margin-bottom: 32px;
}
.b-intel-body strong { color: var(--b-dark-head); font-weight: 600; }
.b-intel-feats { display: flex; flex-direction: column; gap: 24px; }
.b-intel-feat { display: flex; gap: 16px; align-items: flex-start; }
.b-intel-feat-icon {
  flex-shrink: 0; width: 40px; height: 40px; border-radius: var(--radius-sm);
  background: rgba(79,70,229,0.1);
  display: flex; align-items: center; justify-content: center;
}
.b-intel-feat-icon i { font-size: 20px; color: #818cf8; }
.b-intel-feat-name {
  font-family: var(--font-display); font-weight: 700;
  font-size: 16px; letter-spacing: -0.02em; color: var(--b-dark-head); margin-bottom: 5px;
}
.b-intel-feat-desc {
  font-size: 14px; line-height: 1.62; color: var(--b-dark-muted);
}

/* ══════════════════════════════════════════════
   IN PRACTICE — paper
══════════════════════════════════════════════ */
.b-scenarios { background: var(--paper); padding: 100px 0; }
.b-scenarios-intro { max-width: 620px; margin-bottom: 56px; }
.b-scenario-grid {
  display: grid; grid-template-columns: 1fr;
  gap: 2px; background: rgba(10,10,10,0.1);
  border: 1px solid rgba(10,10,10,0.1);
  border-radius: var(--radius-lg); overflow: hidden;
}
.b-scenario-card {
  background: #fff;
  display: grid; grid-template-columns: 1fr 400px;
}
.b-scenario-card.flip { grid-template-columns: 400px 1fr; background: #faf9f7; }
.b-scenario-info {
  padding: 56px 52px;
  border-right: 1px solid rgba(10,10,10,0.08);
}
.b-scenario-card.flip .b-scenario-info {
  border-right: none; border-left: 1px solid rgba(10,10,10,0.08); order: 2;
}
.b-scenario-card.flip .b-scenario-img-col { order: 1; }
.b-scenario-label {
  font-family: var(--font-mono); font-size: 10px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(10,10,10,0.3); margin-bottom: 14px; display: block;
}
.b-scenario-name {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(18px, 2vw, 22px); letter-spacing: -0.025em; line-height: 1.15;
  color: var(--ink); margin-bottom: 18px;
}
.b-scenario-body {
  font-size: 15px; line-height: 1.7; color: rgba(10,10,10,0.5); margin-bottom: 28px;
}
.b-scenario-verdict {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px;
}
.b-verdict-bad, .b-verdict-good {
  padding: 12px 14px; border-radius: var(--radius-sm);
  font-size: 13px; line-height: 1.55;
}
.b-verdict-bad {
  background: rgba(239,68,68,0.05); border: 1px solid rgba(239,68,68,0.15);
  color: rgba(10,10,10,0.5);
}
.b-verdict-bad strong {
  display: block; margin-bottom: 4px;
  font-family: var(--font-mono); font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: rgba(185,28,28,0.75);
}
.b-verdict-good {
  background: rgba(22,163,74,0.05); border: 1px solid rgba(22,163,74,0.15);
  color: rgba(10,10,10,0.5);
}
.b-verdict-good strong {
  display: block; margin-bottom: 4px;
  font-family: var(--font-mono); font-size: 9.5px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; color: rgba(22,163,74,0.85);
}
.b-scenario-img-col { position: relative; min-height: 340px; }
.b-scenario-img-col .img-ph {
  height: 100%; border-radius: 0; border: none;
  border-left: 1px dashed rgba(10,10,10,0.12);
}
.b-scenario-card.flip .b-scenario-img-col .img-ph {
  border-left: none; border-right: 1px dashed rgba(10,10,10,0.12);
}

/* ══════════════════════════════════════════════
   CLOSING CTA — dark
══════════════════════════════════════════════ */
.b-cta-3 { background: #0d0f12; padding: 110px 0; position: relative; overflow: hidden; }
.b-cta-3::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
  background-size: 64px 64px; pointer-events: none;
}
.b-cta-inner-3 { position: relative; z-index: 1; max-width: 680px; }
.b-cta-headline-4 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(32px, 5vw, 60px); line-height: 0.95; letter-spacing: -0.04em;
  color: #fff; margin-bottom: 22px;
}
.b-cta-body-3 { font-size: 16px; line-height: 1.72; color: var(--b-dark-muted); max-width: 520px; margin-bottom: 40px; }
.b-cta-btns-3 { display: flex; align-items: center; gap: 14px; }

/* ══ STOREFRONTS ═══════════════════════════════════════════ */
.b-choice-separator { width: 2px; background: rgba(10,10,10,0.1); }

/* ══ LANDING PREVIEW ═══════════════════════════════════════ */
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; background: #0d0f12; }
.hero-metrics { display: flex; align-items: center; gap: 10px; margin-top: 32px; flex-wrap: wrap; }



/* ══ LANDING PAGE COMPONENTS (from marketing.css) ════════════ */
/* ════════════════════════════════════════════════════════════════
   1. NAV
════════════════════════════════════════════════════════════════ */
.b-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(13,15,18,0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--b-dark-border);
}
.b-nav-inner {
  display: flex;
  align-items: center;
  height: 58px;
  max-width: var(--b-section-max);
  margin: 0 auto;
  padding: 0 56px;
}
.b-nav-logo {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--b-dark-head);
  letter-spacing: -0.04em;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  margin-right: 44px;
}
.b-nav-logo .logo-mark {
  width: 24px;
  height: 24px;
  background: var(--indigo-600);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
}
.b-nav-links {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
}
.b-nav-link {
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 400;
  color: var(--b-dark-muted);
  text-decoration: none;
  padding: 6px 12px;
  border-radius: var(--radius-sm);
  transition: color 0.12s, background 0.12s;
}
.b-nav-link:hover { color: var(--b-dark-text); background: rgba(255,255,255,0.05); }
.b-nav-link.active { color: var(--b-dark-head); }
.b-nav-badge {
  font-size: 10px;
  font-weight: 600;
  font-family: var(--font-body);
  background: var(--indigo-600);
  color: #fff;
  border-radius: var(--radius-pill);
  padding: 1px 6px;
  margin-left: 4px;
  vertical-align: middle;
}
.b-nav-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.b-nav-divider {
  width: 1px;
  height: 20px;
  background: var(--b-dark-border2);
  margin: 0 12px;
}

/* ════════════════════════════════════════════════════════════════
   2. HERO
════════════════════════════════════════════════════════════════ */
.b-hero-2 {
  background: var(--b-dark-bg);
  padding: 104px 0 88px;
  position: relative;
  overflow: hidden;
}
.b-hero-2::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.022) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}
.b-hero-2::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 200px;
  background: linear-gradient(to bottom, transparent, var(--b-dark-bg));
  pointer-events: none;
}
.b-hero-body { position: relative; z-index: 1; }
.b-hero-split-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.b-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--indigo-600);
  margin-bottom: 22px;
}
.b-eyebrow-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}

.b-hero-headline-2 {
  font-family: var(--font-display);
  font-size: 76px;
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.045em;
  color: var(--b-dark-head);
  margin-bottom: 24px;
}
.b-hero-headline-2 em {
  font-style: normal;
  color: var(--b-dark-muted);
}
.b-hero-sub-2 {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--b-dark-muted);
  max-width: 440px;
  margin-bottom: 40px;
}
.b-hero-ctas-2 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.b-hero-footnote {
  margin-top: 18px;
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--b-dark-muted);
  opacity: 0.55;
}

/* Dark surface buttons */
.b-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: var(--el-h-lg);
  padding: 0 22px;
  background: var(--indigo-600);
  color: #fff;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.12s, box-shadow 0.12s;
  white-space: nowrap;
}
.b-btn-primary:hover { background: var(--indigo-700); box-shadow: 0 4px 20px rgba(79,70,229,0.38); }

.b-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: var(--el-h-lg);
  padding: 0 22px;
  background: transparent;
  color: var(--b-dark-text);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  border: 1px solid var(--b-dark-border2);
  border-radius: var(--radius-sm);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.12s, border-color 0.12s;
  white-space: nowrap;
}
.b-btn-outline:hover { background: rgba(255,255,255,0.05); border-color: rgba(255,255,255,0.22); }

.b-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 36px;
  padding: 0 14px;
  background: transparent;
  color: var(--b-dark-muted);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  text-decoration: none;
  transition: color 0.12s, background 0.12s;
}
.b-btn-ghost:hover { color: var(--b-dark-text); background: rgba(255,255,255,0.05); }

/* App window mockup */
.b-app-window {
  background: var(--b-dark-surface);
  border: 1px solid var(--b-dark-border2);
  border-radius: var(--radius-lg);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04),
    0 40px 100px rgba(0,0,0,0.65),
    0 10px 40px rgba(0,0,0,0.4);
  overflow: hidden;
}
.b-app-titlebar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 11px 14px;
  background: var(--b-dark-surface2);
  border-bottom: 1px solid var(--b-dark-border);
}
.b-app-dot { width: 10px; height: 10px; border-radius: 50%; }
.b-app-dot.red    { background: #ef4444; }
.b-app-dot.yellow { background: #f59e0b; }
.b-app-dot.green  { background: #22c55e; }
.b-app-titlebar-label {
  font-family: var(--font-body);
  font-size: 11px;
  color: var(--b-dark-muted);
  margin-left: 8px;
}
.b-app-content { padding: 20px; }

/* ════════════════════════════════════════════════════════════════
   3. LOGO BAR
════════════════════════════════════════════════════════════════ */
.b-logo-bar {
  background: var(--zn-50);
  border-top: 1px solid var(--zn-200);
  border-bottom: 1px solid var(--zn-200);
  padding: 28px 0;
}
.b-logo-bar-inner {
  display: flex;
  align-items: center;
  max-width: var(--b-section-max);
  margin: 0 auto;
  padding: 0 56px;
}
.b-logo-bar-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  color: var(--zn-400);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  white-space: nowrap;
  margin-right: 48px;
  flex-shrink: 0;
}
.b-logo-bar-logos {
  display: flex;
  align-items: center;
  gap: 48px;
  flex: 1;
}
.b-logo-item {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--zn-300);
  letter-spacing: -0.03em;
  white-space: nowrap;
  user-select: none;
}

/* ════════════════════════════════════════════════════════════════
   4. SECTION SHELL + SECTION HEADER (left-aligned)
════════════════════════════════════════════════════════════════ */
.b-section {
  padding: 104px 0;
  background: #fff;
}
.b-section.b-section-alt  { background: var(--zn-50); }
.b-section.b-section-dark { background: var(--b-dark-bg); }

/* Left-aligned by default — override in HTML with style if you need center */
.b-section-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 80px;
  align-items: end;
  margin-bottom: 64px;
}
.b-section-head-left {}
.b-section-head-right {
  max-width: 480px;
}
/* Single-column fallback (add .b-section-head--full to span full width) */
.b-section-head--full {
  grid-template-columns: 1fr;
}
.b-section-head--full .b-section-head-right {
  max-width: 600px;
}

.b-section-title {
  font-family: var(--font-display);
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.04;
  color: var(--zn-900);
  margin-bottom: 0;
}
.b-section-sub {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--zn-500);
  margin-top: 20px;
}
.b-section-dark .b-section-title { color: var(--b-dark-head); }
.b-section-dark .b-section-sub   { color: var(--b-dark-muted); }
.b-section-dark .b-eyebrow       { color: var(--b-dark-muted); }

/* ════════════════════════════════════════════════════════════════
   5. FEATURE CARDS GRID — Phosphor duotone bg icons
════════════════════════════════════════════════════════════════ */
.b-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--zn-200);
  border: 1px solid var(--zn-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.b-feature-card {
  background: #fff;
  padding: 40px 36px 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden;
  transition: background 0.15s;
}
.b-feature-card:hover { background: var(--zn-50); }

/* Big background icon — position absolute, behind content */
.b-feature-card i {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 88px;
  line-height: 1;
  opacity: 0.065;
  pointer-events: none;
  color: var(--indigo-600);
  transition: opacity 0.2s;
}
.b-feature-card:hover .ph { opacity: 0.1; }
.b-feature-card .ph.icon-ink   { color: var(--ink-950); }
.b-feature-card .ph.icon-orange { color: var(--orange-600); }

.b-feature-card-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--zn-900);
  position: relative; /* above bg icon */
  line-height: 1.2;
}
.b-feature-card-body {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--zn-500);
  position: relative;
}
.b-feature-card-link {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--indigo-600);
  text-decoration: none;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  position: relative;
}
.b-feature-card-link:hover { text-decoration: underline; }

/* ════════════════════════════════════════════════════════════════
   6. STAT ROW
════════════════════════════════════════════════════════════════ */
.b-stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--zn-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--zn-200);
}
.b-stat-item {
  background: #fff;
  padding: 44px 36px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.b-stat-value {
  font-family: var(--font-mono);
  font-size: 52px;
  font-weight: 500;
  color: var(--zn-900);
  letter-spacing: -0.04em;
  line-height: 1;
}
.b-stat-label {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: var(--zn-500);
  line-height: 1.45;
}
.b-stat-value .stat-accent { color: var(--indigo-600); }

/* ════════════════════════════════════════════════════════════════
   7. USE CASES CAROUSEL — filter tabs + horizontal scroll
════════════════════════════════════════════════════════════════ */
.b-filter-tabs-1 {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.b-filter-tab {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  color: var(--b-dark-muted);
  background: transparent;
  border: 1px solid var(--b-dark-border2);
  border-radius: var(--radius-pill);
  padding: 7px 18px;
  cursor: pointer;
  transition: background 0.12s, color 0.12s, border-color 0.12s;
}
.b-filter-tab:hover { background: rgba(255,255,255,0.06); color: var(--b-dark-text); }
.b-filter-tab.active {
  background: #fff;
  color: var(--ink-950);
  border-color: #fff;
  font-weight: 500;
}

/* Carousel outer: clips right overflow, shows left flush with container */
.b-carousel-clip {
  overflow: hidden;
  position: relative;
}
/* Right-side fade */
.b-carousel-clip::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 24px;
  width: 120px;
  background: linear-gradient(to right, transparent, var(--b-dark-bg));
  pointer-events: none;
  z-index: 2;
}
.b-carousel-1 {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  /* Align left edge with page content */
  padding-left: max(56px, calc((100vw - var(--b-section-max)) / 2 + 56px));
  padding-right: 140px; /* space before fade */
  padding-bottom: 24px;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.b-carousel-1::-webkit-scrollbar { display: none; }
.b-carousel-1.filtered-empty::before {
  content: 'No results for this filter.';
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--b-dark-muted);
  padding: 40px 0;
}

.b-use-case-card {
  flex: 0 0 300px;
  background: var(--b-dark-surface);
  border: 1px solid var(--b-dark-border2);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  scroll-snap-align: start;
  transition: border-color 0.15s, background 0.15s;
}
.b-use-case-card:hover {
  border-color: rgba(255,255,255,0.22);
  background: var(--b-dark-surface2);
}
.b-use-case-card[hidden] { display: none; }

.b-use-case-tag {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 500;
  color: var(--b-dark-muted);
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--b-dark-border);
  border-radius: var(--radius-pill);
  padding: 3px 11px;
  display: inline-block;
  width: fit-content;
}
.b-use-case-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--b-dark-head);
  line-height: 1.25;
}
.b-use-case-divider { height: 1px; background: var(--b-dark-border); }
.b-use-case-steps-label {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--b-dark-muted);
  margin-bottom: 10px;
}
.b-use-case-steps { display: flex; flex-direction: column; gap: 9px; }
.b-use-case-step {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--b-dark-text);
  line-height: 1.5;
}
.b-use-case-step-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--b-dark-muted);
  flex-shrink: 0;
  margin-top: 6px;
}

/* ════════════════════════════════════════════════════════════════
   8. STATEMENT SECTION — Osmo-style editorial
════════════════════════════════════════════════════════════════ */
.b-statement {
  background: var(--b-dark-bg);
  padding: 112px 0 96px;
  border-top: 1px solid var(--b-dark-border);
}
.b-statement-text {
  font-family: var(--font-display);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: -0.03em;
  color: var(--b-dark-head);
  max-width: 920px;
  margin-bottom: 80px;
}
.b-statement-text em {
  font-style: normal;
  color: var(--b-dark-muted);
}
.b-statement-rule {
  height: 1px;
  background: var(--b-dark-border);
  margin-bottom: 0;
}
.b-statement-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-top: 1px solid var(--b-dark-border);
}
.b-statement-col {
  padding: 40px 40px 40px 0;
  border-right: 1px solid var(--b-dark-border);
}
.b-statement-col:first-child { padding-left: 0; }
.b-statement-col:last-child  { border-right: none; padding-right: 0; }
/* For non-first columns, add left padding */
.b-statement-col + .b-statement-col { padding-left: 40px; }

.b-statement-col-num {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--b-dark-muted);
  margin-bottom: 14px;
}
.b-statement-col-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--b-dark-head);
  margin-bottom: 10px;
  line-height: 1.3;
}
.b-statement-col-body {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--b-dark-muted);
}

/* ════════════════════════════════════════════════════════════════
   9. TESTIMONIAL
════════════════════════════════════════════════════════════════ */
.b-testimonial {
  background: var(--b-dark-surface);
  border: 1px solid var(--b-dark-border2);
  border-radius: var(--radius-xl);
  padding: 56px 64px;
  max-width: 820px;
}
.b-testimonial-quote {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: -0.03em;
  color: var(--b-dark-head);
  margin-bottom: 32px;
}
.b-testimonial-quote::before { content: '\201C'; color: var(--b-dark-muted); }
.b-testimonial-quote::after  { content: '\201D'; color: var(--b-dark-muted); }
.b-testimonial-author { display: flex; align-items: center; gap: 14px; }
.b-testimonial-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--indigo-600);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.b-testimonial-name {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  color: var(--b-dark-head);
}
.b-testimonial-role {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--b-dark-muted);
}

/* ════════════════════════════════════════════════════════════════
   10. CTA BAND
════════════════════════════════════════════════════════════════ */
.b-cta-band {
  background: var(--b-dark-bg);
  border-top: 1px solid var(--b-dark-border);
  padding: 104px 0;
}
.b-cta-band-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 64px;
  max-width: var(--b-section-max);
  margin: 0 auto;
  padding: 0 56px;
}
.b-cta-headline-2 {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.04;
  color: var(--b-dark-head);
  margin-bottom: 14px;
}
.b-cta-sub {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--b-dark-muted);
  line-height: 1.6;
  max-width: 520px;
}
.b-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
}
.b-cta-actions-note {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--b-dark-muted);
  opacity: 0.55;
}

/* ════════════════════════════════════════════════════════════════
   11. FOOTER
════════════════════════════════════════════════════════════════ */
.b-footer-2 {
  background: var(--b-dark-bg);
  border-top: 1px solid var(--b-dark-border);
  padding: 56px 0 44px;
}
.b-footer-inner-2 {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 80px;
  max-width: var(--b-section-max);
  margin: 0 auto;
  padding: 0 56px;
}
.b-footer-brand { display: flex; flex-direction: column; gap: 12px; }
.b-footer-brand-name {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--b-dark-head);
  letter-spacing: -0.03em;
}
.b-footer-brand-tagline {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--b-dark-muted);
  line-height: 1.55;
}
.b-footer-cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.b-footer-col-title-2 {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--b-dark-text);
  margin-bottom: 16px;
}
.b-footer-link-2 {
  display: block;
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--b-dark-muted);
  text-decoration: none;
  margin-bottom: 10px;
  transition: color 0.12s;
}
.b-footer-link-2:hover { color: var(--b-dark-text); }
.b-footer-bottom {
  border-top: 1px solid var(--b-dark-border);
  margin-top: 48px;
  padding-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--b-section-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 56px;
  padding-right: 56px;
}
.b-footer-copy-2 {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--b-dark-muted);
  opacity: 0.45;
}

/* ════════════════════════════════════════════════════════════════
   12. METRIC BADGE (hero)
════════════════════════════════════════════════════════════════ */
.b-metric-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--b-dark-muted);
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--b-dark-border2);
  border-radius: var(--radius-pill);
  padding: 5px 13px;
}
.b-metric-badge-val {
  color: var(--b-dark-head);
  font-weight: 500;
}

/* ════════════════════════════════════════════════════════════════
   13. BENTO GRID — Commerce lifecycle cards
════════════════════════════════════════════════════════════════ */
.b-bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}
.b-bento-card {
  background: var(--b-dark-surface);
  border: 1px solid var(--b-dark-border2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.b-bento-card--large { grid-row: 1 / 3; }
.b-bento-media {
  flex: 1;
  padding: 28px 28px 0;
  overflow: hidden;
}
.b-bento-foot {
  padding: 28px;
  border-top: 1px solid var(--b-dark-border);
  margin-top: 28px;
}
.b-bento-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--b-dark-head);
  margin-bottom: 8px;
  line-height: 1.2;
}
.b-bento-body {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--b-dark-muted);
}

/* ════════════════════════════════════════════════════════════════
   14. ACCORDION + IMAGE — Feature switcher with sticky panel
════════════════════════════════════════════════════════════════ */
.b-acc-img-layout {
  display: grid;
  grid-template-columns: 5fr 6fr;
  gap: 100px;
  align-items: start;
}
.b-acc-img-panels-wrap {
  position: sticky;
  top: 88px;
}
.b-acc-img-panels {
  position: relative;
  background: var(--b-dark-surface);
  border: 1px solid var(--b-dark-border2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 480px;
}
.b-acc-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.b-acc-panel.active {
  opacity: 1;
  pointer-events: auto;
}
.b-acc-list { margin-top: 56px; }
.b-acc-item { border-top: 1px solid var(--b-dark-border); }
.b-acc-item:last-child { border-bottom: 1px solid var(--b-dark-border); }
.b-acc-trigger {
  display: flex;
  align-items: baseline;
  gap: 20px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 28px 0;
  color: inherit;
}
.b-acc-num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--b-dark-muted);
  min-width: 14px;
  flex-shrink: 0;
}
.b-acc-label {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--b-dark-muted);
  line-height: 1.25;
  transition: color 0.2s;
}
.b-acc-item.active .b-acc-label { color: var(--b-dark-head); }
.b-acc-body {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, padding-bottom 0.35s ease;
  padding: 0 0 0 34px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--b-dark-muted);
}
.b-acc-item.active .b-acc-body {
  max-height: 160px;
  opacity: 1;
  padding-bottom: 28px;
}

/* ════════════════════════════════════════════════════════════════
   15. IMAGE CAROUSEL — Cards with image + title + description
════════════════════════════════════════════════════════════════ */
.b-carousel-nav-arrows { display: flex; gap: 8px; }
.b-carousel-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--b-dark-border2);
  color: var(--b-dark-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.12s, border-color 0.12s, color 0.12s;
  flex-shrink: 0;
}
.b-carousel-nav-btn:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.25);
  color: var(--b-dark-head);
}
.b-carousel-nav-btn i { font-size: 18px; }

.b-img-card {
  flex: 0 0 320px;
  background: var(--b-dark-surface);
  border: 1px solid var(--b-dark-border2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  scroll-snap-align: start;
  transition: border-color 0.15s, background 0.15s;
}
.b-img-card:hover {
  border-color: rgba(255,255,255,0.22);
  background: var(--b-dark-surface2);
}
.b-img-card-media {
  height: 200px;
  border-bottom: 1px solid var(--b-dark-border);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.b-img-card-media i { font-size: 56px; position: relative; z-index: 1; }
.b-img-card-body { padding: 22px 24px 26px; }
.b-img-card-title {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--b-dark-head);
  margin-bottom: 8px;
  line-height: 1.3;
}
.b-img-card-desc {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.6;
  color: var(--b-dark-muted);
}

/* ════════════════════════════════════════════════════════════════
   16. BIG STATS — Dramatic full-width mono numbers
════════════════════════════════════════════════════════════════ */
.b-big-stats-section {
  background: var(--b-dark-bg);
  border-top: 1px solid var(--b-dark-border);
  border-bottom: 1px solid var(--b-dark-border);
  padding: 88px 0;
}
.b-big-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}
.b-big-stat {
  padding: 0 44px;
  border-right: 1px solid var(--b-dark-border);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.b-big-stat:first-child { padding-left: 0; }
.b-big-stat:last-child  { border-right: none; padding-right: 0; }
.b-big-stat-val {
  font-family: var(--font-mono);
  font-size: 96px;
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.88;
  color: var(--b-dark-head);
}
.b-big-stat-val .stat-hi { color: var(--indigo-600); }
.b-big-stat-label {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
  color: var(--b-dark-muted);
  max-width: 180px;
  padding-top: 6px;
}

/* ════════════════════════════════════════════════════════════════
   17. 3-COL FEATURE CARDS — Light section with visual area
════════════════════════════════════════════════════════════════ */
.b-feat3-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--indigo-600);
  margin-bottom: 16px;
}
.b-feat3-section-title {
  font-family: var(--font-display);
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.06;
  color: var(--zn-900);
  margin-bottom: 14px;
}
.b-feat3-section-sub {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--zn-500);
  max-width: 520px;
  margin-bottom: 56px;
}
.b-feat3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.b-feat3-card {
  background: #fff;
  border: 1px solid var(--zn-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.15s;
}
.b-feat3-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,0.07); }
.b-feat3-card-top { padding: 32px 32px 24px; }
.b-feat3-card-tag {
  font-family: var(--font-body);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--zn-400);
  margin-bottom: 10px;
}
.b-feat3-card-title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--zn-900);
  margin-bottom: 8px;
  line-height: 1.25;
}
.b-feat3-card-desc {
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--zn-500);
  margin-bottom: 16px;
}
.b-feat3-card-link {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  color: var(--indigo-600);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.15s;
}
.b-feat3-card-link:hover { gap: 7px; }
.b-feat3-card-visual {
  flex: 1;
  background: var(--zn-50);
  border-top: 1px solid var(--zn-200);
  min-height: 210px;
  padding: 24px;
  overflow: hidden;
  position: relative;
}

/* ════════════════════════════════════════════════════════════════
   18. SPLIT EDITORIAL — Text left, dark code window right (light)
════════════════════════════════════════════════════════════════ */
.b-split-ed {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: center;
}
.b-split-ed-headline {
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.04;
  color: var(--zn-900);
  margin-bottom: 20px;
}
.b-split-ed-sub {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--zn-500);
  margin-bottom: 28px;
}
.b-split-ed-snippet {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--zn-100);
  border: 1px solid var(--zn-200);
  border-radius: var(--radius-sm);
  padding: 9px 14px;
}
.b-split-ed-snippet code {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--zn-700);
}
.b-split-ed-snippet-copy {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--zn-400);
  padding: 0;
  line-height: 1;
  transition: color 0.12s;
}
.b-split-ed-snippet-copy:hover { color: var(--indigo-600); }
.b-split-ed-visual {
  background: #111113;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
}

/* ════════════════════════════════════════════════════════════════
   19. DARK DRAMATIC — Indigo glow, text left + visual right
════════════════════════════════════════════════════════════════ */
.b-dramatic {
  background: var(--b-dark-bg);
  border-top: 1px solid var(--b-dark-border);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.b-dramatic::before {
  content: '';
  position: absolute;
  width: 900px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(79,70,229,0.16) 0%, transparent 68%);
  top: -250px;
  right: -150px;
  pointer-events: none;
}
.b-dramatic-inner {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.b-dramatic-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--indigo-600);
  margin-bottom: 20px;
}
.b-dramatic-title {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.04;
  color: var(--b-dark-head);
  margin-bottom: 20px;
}
.b-dramatic-body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--b-dark-muted);
  margin-bottom: 28px;
}
.b-dramatic-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 36px;
}
.b-dramatic-list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--b-dark-muted);
}
.b-dramatic-list-item i { color: var(--indigo-600); font-size: 16px; flex-shrink: 0; }

/* ════════════════════════════════════════════════════════════════
   20. FAQ — Sticky left heading + right expandable Q&A
════════════════════════════════════════════════════════════════ */
.b-faq-layout-2 {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}
.b-faq-left-head {
  position: sticky;
  top: 88px;
}
.b-faq-heading {
  font-family: var(--font-display);
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.06;
  color: var(--zn-900);
  margin-bottom: 16px;
}
.b-faq-subhead {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  color: var(--zn-500);
}
.b-faq-subhead a { color: var(--indigo-600); text-decoration: none; }
.b-faq-subhead a:hover { text-decoration: underline; }
.b-faq-item-2 { border-top: 1px solid var(--zn-200); }
.b-faq-item-2:last-child { border-bottom: 1px solid var(--zn-200); }
.b-faq-trigger-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 22px 0;
  color: inherit;
}
.b-faq-question {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--zn-600);
  line-height: 1.4;
  transition: color 0.15s;
}
.b-faq-item-2.open .b-faq-question { color: var(--zn-900); }
.b-faq-chevron {
  font-size: 18px;
  color: var(--zn-400);
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.b-faq-item-2.open .b-faq-chevron { transform: rotate(180deg); }
.b-faq-answer {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, padding-bottom 0.35s ease;
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--zn-600);
  padding: 0;
}
.b-faq-item-2.open .b-faq-answer {
  max-height: 300px;
  opacity: 1;
  padding-bottom: 22px;
}

/* ════════════════════════════════════════════════════════════════
   21. CENTERED CTA — Full-bleed indigo with grid overlay
════════════════════════════════════════════════════════════════ */
.b-cta-center {
  background: var(--indigo-600);
  padding: 120px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.b-cta-center::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}
.b-cta-center::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(255,255,255,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.b-cta-center-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 56px;
}
.b-cta-center-headline {
  font-family: var(--font-display);
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1.04;
  color: #fff;
  margin-bottom: 18px;
}
.b-cta-center-sub {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255,255,255,0.72);
  margin-bottom: 40px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.b-cta-center-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.b-cta-center-note {
  margin-top: 22px;
  font-family: var(--font-body);
  font-size: 12px;
  color: rgba(255,255,255,0.42);
}
.b-btn-white {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: var(--el-h-lg);
  padding: 0 26px;
  background: #fff;
  color: var(--indigo-600);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: var(--radius-sm);
  cursor: pointer;
  text-decoration: none;
  transition: box-shadow 0.12s;
  white-space: nowrap;
}
.b-btn-white:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.22); }
.b-btn-outline-white {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: var(--el-h-lg);
  padding: 0 26px;
  background: transparent;
  color: rgba(255,255,255,0.9);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: var(--radius-sm);
  cursor: pointer;
  text-decoration: none;
  transition: background 0.12s, border-color 0.12s;
  white-space: nowrap;
}
.b-btn-outline-white:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.55); }

/* ════════════════════════════════════════════════════════════════
   FAQ — Accordion style questions
═══════════════════════════════════════════════════════════════ */
.b-faq-list-2 {
  display: flex;
  flex-direction: column;
}
.b-faq-item-2 {
  border-bottom: 1px solid var(--zn-200);
}
.b-faq-item-2:first-child { border-top: 1px solid var(--zn-200); }
.b-faq-trigger-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 22px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.b-faq-q-2 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.015em;
  color: var(--zn-900);
  line-height: 1.35;
}
.b-faq-icon-2 {
  font-size: 18px;
  color: var(--zn-400);
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.b-faq-item-2.active .b-faq-icon-2 { transform: rotate(180deg); }
.b-faq-a-2 {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.25s ease, padding-bottom 0.3s ease;
  padding-bottom: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--zn-600);
}
.b-faq-item-2.active .b-faq-a-2 {
  max-height: 200px;
  opacity: 1;
  padding-bottom: 22px;
}

/* Narrow container variant */

/* FAQ header */
.b-faq-header {
  text-align: center;
  margin-bottom: 56px;
}
.b-faq-header .b-eyebrow {
  justify-content: center;
}
.b-faq-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--zn-200);
}
.b-faq-footer-text {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--zn-600);
}

/* ════════════════════════════════════════════════════════════════
   22. IMAGE + NOTES — Split layout with text and visual
   ════════════════════════════════════════════════════════════════ */
.b-img-notes-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.b-img-notes-visual {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--b-dark-surface);
  border: 1px solid var(--b-dark-border2);
}

.b-img-notes-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ════════════════════════════════════════════════════════════════
   23. FAQ — Narrow center FAQ (New style)
   ════════════════════════════════════════════════════════════════ */
.b-faq-narrow-container {
  max-width: 800px;
  margin: 0 auto;
}

/* ════════════════════════════════════════════════════════════════
   24. BENTO GRID VARIANT — 3 column with wide middle
   ════════════════════════════════════════════════════════════════ */
.b-bento-grid-wide-mid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 16px;
}

/* Responsive: grids stack on small screens */
@media (min-width: 601px) {
  .b-problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
  .b-sell-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1px; background: rgba(10,10,10,0.1);
  }
  .b-ai-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; }
}

/* Add a responsive breakpoint for the new layouts */
@media (max-width: 1024px) {
  .b-img-notes-layout,
  .b-bento-grid-wide-mid {
    grid-template-columns: 1fr;
  }
}



/* ════════════════════════════════════════════════════════════════
   25. IMAGE + NOTES — Split layout with 3 items left, visual right
   ════════════════════════════════════════════════════════════════ */
.b-img-notes-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
  padding: 80px 0;
}
.b-img-notes-items {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.b-img-notes-item-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--b-dark-head);
  margin-bottom: 8px;
  line-height: 1.25;
}
.b-img-notes-item-subtitle {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--b-dark-muted);
  margin-bottom: 16px;
  line-height: 1.25;
}
.b-img-notes-item-desc {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--b-dark-muted);
}
.b-img-notes-visual {
  background: var(--b-dark-surface);
  border: 1px solid var(--b-dark-border2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
}
.b-img-notes-visual img {
  width: 100%;
  height: auto;
  display: block;
}

/* ════════════════════════════════════════════════════════════════
   26. FAQ — Split layout with sticky heading left, accordion right
   ════════════════════════════════════════════════════════════════ */
.b-faq-split-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
}
.b-faq-split-heading {
  position: sticky;
  top: 88px;
}
.b-faq-split-title {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: var(--zn-900);
  margin-bottom: 0;
}
.b-faq-split-item {
  border-bottom: 1px solid var(--zn-200);
}
.b-faq-split-item:first-child { border-top: 1px solid var(--zn-200); }
.b-faq-split-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.b-faq-split-q {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--zn-700);
  line-height: 1.4;
  transition: color 0.15s;
}
.b-faq-split-item.active .b-faq-split-q { color: var(--zn-900); }
.b-faq-split-icon {
  font-size: 20px;
  color: var(--zn-400);
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.b-faq-split-item.active .b-faq-split-icon { transform: rotate(180deg); }
.b-faq-split-a {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, padding-bottom 0.35s ease;
  padding-bottom: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--zn-600);
}
.b-faq-split-item.active .b-faq-split-a {
  max-height: 300px;
  opacity: 1;
  padding-bottom: 24px;
}

/* ════════════════════════════════════════════════════════════════
   27. BENTO GRID 2x2 — Large card + 3 smaller
   ════════════════════════════════════════════════════════════════ */
.b-bento-grid-2x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}
.b-bento-card--large-top {
  grid-row: 1 / 3;
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  border: none;
}
.b-bento-card--large-top .b-bento-title { color: #fff; }
.b-bento-card--large-top .b-bento-body { color: rgba(255,255,255,0.85); }
.b-bento-card--large-top .b-bento-media { padding-top: 40px; }

@media (max-width: 1024px) {
  .b-img-notes-layout,
  .b-faq-split-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .b-faq-split-heading { position: static; }
  .b-bento-grid-2x2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .b-bento-card--large-top { grid-row: auto; }
}


/* ════════════════════════════════════════════════════════════════
   25. IMAGE + NOTES — Split layout with 3 items left, visual right
   ════════════════════════════════════════════════════════════════ */
.b-img-notes-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
  padding: 80px 0;
}
.b-img-notes-items {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.b-img-notes-item-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--b-dark-head);
  margin-bottom: 8px;
  line-height: 1.25;
}
.b-img-notes-item-subtitle {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--b-dark-muted);
  margin-bottom: 16px;
  line-height: 1.25;
}
.b-img-notes-item-desc {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--b-dark-muted);
}
.b-img-notes-visual {
  background: var(--b-dark-surface);
  border: 1px solid var(--b-dark-border2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
}
.b-img-notes-visual img {
  width: 100%;
  height: auto;
  display: block;
}

/* ════════════════════════════════════════════════════════════════
   26. FAQ — Split layout with sticky heading left, accordion right
   ════════════════════════════════════════════════════════════════ */
.b-faq-split-layout {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
}
.b-faq-split-heading {
  position: sticky;
  top: 88px;
}
.b-faq-split-title {
  font-family: var(--font-display);
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.1;
  color: var(--zn-900);
  margin-bottom: 0;
}
.b-faq-split-item {
  border-bottom: 1px solid var(--zn-200);
}
.b-faq-split-item:first-child { border-top: 1px solid var(--zn-200); }
.b-faq-split-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.b-faq-split-q {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--zn-700);
  line-height: 1.4;
  transition: color 0.15s;
}
.b-faq-split-item.active .b-faq-split-q { color: var(--zn-900); }
.b-faq-split-icon {
  font-size: 20px;
  color: var(--zn-400);
  flex-shrink: 0;
  transition: transform 0.25s ease;
}
.b-faq-split-item.active .b-faq-split-icon { transform: rotate(180deg); }
.b-faq-split-a {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease, padding-bottom 0.35s ease;
  padding-bottom: 0;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--zn-600);
}
.b-faq-split-item.active .b-faq-split-a {
  max-height: 300px;
  opacity: 1;
  padding-bottom: 24px;
}

/* ════════════════════════════════════════════════════════════════
   27. BENTO GRID 2x2 — Large card + 3 smaller
   ════════════════════════════════════════════════════════════════ */
.b-bento-grid-2x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
}
.b-bento-card--large-top {
  grid-row: 1 / 3;
  background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
  border: none;
}
.b-bento-card--large-top .b-bento-title { color: #fff; }
.b-bento-card--large-top .b-bento-body { color: rgba(255,255,255,0.85); }
.b-bento-card--large-top .b-bento-media { padding-top: 40px; }

@media (max-width: 1024px) {
  .b-img-notes-layout,
  .b-faq-split-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .b-faq-split-heading { position: static; }
  .b-bento-grid-2x2 {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .b-bento-card--large-top { grid-row: auto; }
}
.b-cta-title {
  font-family: var(--font-display);
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: var(--zn-900);
  margin-bottom: 24px;
}
.b-cta-buttons {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
  margin-bottom: 24px;
}
.b-cta-note-1 {
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--zn-400);
}

/* 3-column bento grid */
.b-bento-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
}
.b-bento-card--tall {
  grid-row: 1 / 3;
}
.b-bento-card--wide {
  grid-column: 2 / 4;
}
