/* ──────────────────────────────────────────────────────────────
   3PI marketing pages — shared styles
   Used by /3pi-partners, /pricing, /compare
   ────────────────────────────────────────────────────────────── */

* { box-sizing: border-box; }
html, body { margin: 0; background: #fafafb; color: #474D59; font-family: 'Inter', -apple-system, sans-serif; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 28px; }

/* ── Top nav ── */
.nav { position: sticky; top: 0; z-index: 30; transition: background 200ms ease; }
.nav.on-dark { background: rgba(11,12,16,0.72); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,0.06); }
.nav.on-light { background: rgba(250,250,251,0.85); backdrop-filter: blur(10px); border-bottom: 1px solid #ebebee; }
.nav-inner { max-width: 1200px; margin: 0 auto; padding: 14px 28px; display:flex; align-items:center; gap: 20px; }
.nav-brand { display:flex; align-items:center; gap: 10px; font-weight: 700; letter-spacing:-0.02em; font-size: 16px; }
.nav-brand .dot { width: 22px; height: 22px; border-radius: 6px; background: linear-gradient(135deg,#c084fc 0%, #6366f1 100%); }
.nav-brand .crumb { font-family: 'JetBrains Mono', monospace; font-size: 11px; padding: 3px 8px; border-radius: 5px; margin-left: 4px; letter-spacing: 0.04em; }
.nav.on-dark  .nav-brand { color: #fff; }
.nav.on-dark  .nav-brand .crumb { background: rgba(192,132,252,0.18); color: #e9d5ff; }
.nav.on-light .nav-brand { color: #111215; }
.nav.on-light .nav-brand .crumb { background: #f3e2fd; color: #330582; }
.nav a.link { font-size: 13px; }
.nav.on-dark  a.link { color: rgba(255,255,255,0.62); }
.nav.on-dark  a.link:hover { color: #fff; }
.nav.on-light a.link { color: #474D59; }
.nav.on-light a.link:hover { color: #111215; }
.nav .right { margin-left:auto; display:flex; gap: 8px; align-items:center; }

/* ── Buttons ── */
.btn { display:inline-flex; align-items:center; gap: 6px; padding: 8px 14px; border-radius: 9999px; font-size: 12.5px; font-weight: 600; cursor:pointer; border: 1px solid transparent; transition: all 150ms ease; font-family:inherit; text-decoration:none; }
.btn-lg { padding: 12px 22px; font-size: 13px; }
.btn-primary-light { background:#330582; color:#fff; border-color:#330582; }
.btn-primary-light:hover { background:#1a0442; }
.btn-ghost-light { background:#fff; color:#111215; border-color:#ebebee; }
.btn-ghost-light:hover { border-color:#330582; color:#330582; }
.btn-primary-dark { background:#c084fc; color:#1a0442; border-color:#c084fc; }
.btn-primary-dark:hover { background:#e9d5ff; }
.btn-ghost-dark { background:rgba(255,255,255,0.04); color:#fff; border-color:rgba(255,255,255,0.14); }
.btn-ghost-dark:hover { border-color:#c084fc; color:#c084fc; }

/* ═════════════ HERO ═════════════ */
.hero { background:#0b0c10; color:rgba(255,255,255,0.8); padding: 72px 0 96px; position:relative; overflow:hidden; }
.hero-bg { position:absolute; inset:0; pointer-events:none; z-index:0;
  background:
    radial-gradient(ellipse 80% 50% at 14% 28%, rgba(147,51,234,0.30), transparent 60%),
    radial-gradient(ellipse 55% 45% at 90% 72%, rgba(62,68,255,0.22), transparent 60%),
    radial-gradient(ellipse 100% 80% at 50% 0%, rgba(192,132,252,0.10), transparent 70%);
}
.hero-bg::after {
  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: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, black 30%, transparent 80%);
}
.hero-inner { position:relative; z-index:1; }
.eyebrow-dark { display:inline-flex; align-items:center; gap: 8px; font-size: 10.4px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #e9d5ff; background: rgba(147,51,234,0.15); padding: 6px 10px; border-radius: 9999px; border: 1px solid rgba(192,132,252,0.25); }
.eyebrow-dark .live { width:6px; height:6px; border-radius:50%; background:#86efac; box-shadow: 0 0 8px rgba(134,239,172,0.7); }

.hero-grid { display:grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items:center; margin-top: 24px; }
h1.hero-title { font-size: 64px; line-height: 1.0; letter-spacing: -0.04em; color:#fff; font-weight:600; margin: 0 0 18px; }
h1.hero-title em { font-style: normal; background: linear-gradient(100deg, #c084fc 0%, #6366f1 50%, #c084fc 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-sub { font-size: 16px; line-height: 1.6; color: rgba(255,255,255,0.72); max-width: 540px; margin: 0 0 26px; }
.hero-ctas { display:flex; gap: 10px; flex-wrap:wrap; }
.hero-meta { margin-top: 32px; display: flex; gap: 36px; flex-wrap: wrap; font-size: 12px; color: rgba(255,255,255,0.55); }
.hero-meta b { color:#fff; font-weight:600; display:block; font-size: 22px; letter-spacing:-0.02em; line-height:1; margin-bottom: 4px; }

/* ── API window ── */
.api-card { background:#0f1015; border:1px solid rgba(255,255,255,0.08); border-radius: 12px; box-shadow: 0 40px 80px -30px rgba(147,51,234,0.4); overflow:hidden; }
.api-top { display:flex; align-items:center; gap: 8px; padding: 10px 14px; background:#15161c; border-bottom: 1px solid rgba(255,255,255,0.06); font-family:'JetBrains Mono', monospace; font-size: 10.5px; color: rgba(255,255,255,0.55); }
.api-top .dots { display:flex; gap: 5px; }
.api-top .dots span { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.18); }
.api-top .dots span:first-child { background:#ff5f57; }
.api-top .dots span:nth-child(2) { background:#febc2e; }
.api-top .dots span:nth-child(3) { background:#28c840; }
.api-top .url { margin-left: 6px; flex: 1; }
.api-top .badge { background: rgba(134,239,172,0.12); color:#86efac; padding: 2px 6px; border-radius: 4px; font-size: 9.5px; letter-spacing: 0.05em; }
.api-body { padding: 18px; font-family:'JetBrains Mono', monospace; font-size: 11.5px; line-height: 1.85; color: rgba(255,255,255,0.78); }
.api-body .req { color:#c084fc; font-weight: 600; }
.api-body .key { color:#93c5fd; }
.api-body .str { color:#fde68a; }
.api-body .com { color: rgba(255,255,255,0.32); }

.api-resp { padding: 14px 18px; border-top: 1px dashed rgba(255,255,255,0.08); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.api-resp-cell { padding: 10px 12px; background: rgba(255,255,255,0.03); border-radius: 6px; border: 1px solid rgba(255,255,255,0.05); }
.api-resp-cell .l { color: rgba(255,255,255,0.4); font-size: 9.5px; letter-spacing:0.08em; text-transform:uppercase; margin-bottom: 4px; font-family:'JetBrains Mono', monospace; }
.api-resp-cell .v { color:#fff; font-size: 14px; font-weight: 600; letter-spacing:-0.01em; }
.api-resp-cell .v.green { color:#86efac; }

/* ── Logos ── */
.logos-band { padding-top: 48px; }
.logos-label { font-size: 10.4px; font-weight:700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.42); margin-bottom: 14px; }
.logos-row { display:flex; gap: 10px; flex-wrap:wrap; align-items:center; }
.logo-chip { font-family:'JetBrains Mono', monospace; font-size: 11.5px; color: rgba(255,255,255,0.62); padding: 7px 13px; background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.08); border-radius: 6px; display:inline-flex; align-items:center; gap: 8px; }
.logo-chip .l-tag { color: rgba(255,255,255,0.32); font-size: 9.5px; }
.logo-chip.acquired { opacity: 0.5; }
.logo-chip.acquired .l-tag { color: #ff8a80; }

/* ═════════════ Light sections ═════════════ */
section.sec { padding: 88px 0; background: #fafafb; position: relative; }
section.sec.alt { background:#fff; border-top:1px solid #ebebee; border-bottom:1px solid #ebebee; }
section.sec.first { padding-top: 88px; }
section.sec.first::before { content:""; position:absolute; left:0; right:0; top:-1px; height: 60px; background: linear-gradient(180deg, #0b0c10 0%, transparent 100%); pointer-events:none; }

.kicker-light { font-size: 10.4px; font-weight:700; letter-spacing: 0.1em; text-transform: uppercase; color:#330582; margin-bottom: 14px; display:inline-flex; align-items:center; gap:8px; background:#f3e2fd; padding:6px 10px; border-radius: 9999px; }
.sec h2 { font-size: 36px; letter-spacing:-0.025em; color:#111215; font-weight:600; line-height: 1.15; margin: 14px 0 12px; max-width: 760px; }
.sec p.lede { font-size: 15px; color:#474D59; max-width: 720px; margin: 0 0 36px; line-height: 1.6; }
.sec-head { display:grid; grid-template-columns: 1fr auto; gap: 40px; align-items:end; margin-bottom: 36px; }
.sec-head .subcol { font-size: 13px; color:#474D59; max-width: 320px; line-height: 1.55; }

/* ── Build / Sell / Market ladder ── */
.bsm-grid { display:grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; position:relative; }
.bsm { background:#fff; border:1px solid #ebebee; border-radius: 12px; padding: 24px; position:relative; overflow:hidden; }
.bsm.market { border-color: rgba(51,5,130,0.3); background: linear-gradient(180deg, #faf5ff 0%, #fff 70%); box-shadow: 0 18px 40px -20px rgba(51,5,130,0.28); }
.bsm.market::before { content:""; position:absolute; left:0; top:0; right:0; height:3px; background: linear-gradient(90deg, #330582 0%, #9333ea 100%); }
.bsm .bsm-tag { font-family:'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.08em; color:#667085; padding: 3px 7px; background: #f5f5f7; border-radius: 4px; display:inline-block; }
.bsm.market .bsm-tag { color:#fff; background: #330582; }
.bsm h3 { font-size: 24px; color:#111215; letter-spacing:-0.02em; margin: 12px 0 6px; font-weight:600; }
.bsm .sub { font-size: 13px; color:#667085; margin: 0 0 16px; line-height:1.5; }
.bsm .roster { display:flex; flex-wrap:wrap; gap: 6px; margin-top: 12px; padding-top: 14px; border-top: 1px dashed #ebebee; }
.bsm .roster span { font-size: 11.5px; color:#474D59; padding: 3px 8px; background:#f5f5f7; border-radius: 4px; font-family:'JetBrains Mono', monospace; }
.bsm.market .roster span.us { background:#330582; color:#fff; font-weight: 600; }
.bsm .you-pill { display:inline-flex; align-items:center; gap: 6px; font-size: 10.5px; color:#330582; margin-top: 14px; font-weight: 600; font-family:'JetBrains Mono', monospace; letter-spacing: 0.08em; text-transform: uppercase; }

/* ── Delta table ── */
.delta-table { background:#fff; border:1px solid #ebebee; border-radius: 12px; overflow:hidden; }
.delta-row { display:grid; grid-template-columns: 1.6fr 1fr 1.1fr 0.7fr; align-items: stretch; border-bottom: 1px solid #ebebee; }
.delta-row:last-child { border-bottom: 0; }
.delta-row.head { background:#f7f7f8; font-size: 10.4px; font-weight:700; letter-spacing: 0.08em; text-transform: uppercase; color:#667085; }
.delta-row.head .you { background:#1a0442; color:#fff; }
.delta-cell { padding: 14px 16px; font-size: 13px; color:#474D59; display:flex; align-items:center; gap: 8px; border-right: 1px solid #ebebee; }
.delta-cell:last-child { border-right: 0; }
.delta-cell.you { background:#faf5ff; color:#111215; font-weight: 500; }
.delta-cell .check { width: 16px; height: 16px; border-radius: 50%; background:#048a0e; color:#fff; display:inline-flex; align-items:center; justify-content:center; font-size: 11px; font-weight: 700; flex-shrink: 0; }
.delta-cell .miss { width: 16px; height: 16px; border-radius: 50%; background:#f5f5f7; color:#9ca3af; display:inline-flex; align-items:center; justify-content:center; font-size: 11px; flex-shrink: 0; }
.delta-cell .credits { font-family:'JetBrains Mono', monospace; font-size: 10.5px; color:#330582; background:#f3e2fd; padding: 2px 7px; border-radius: 4px; margin-left: auto; }
.delta-foot { padding: 14px 18px; background: #faf5ff; font-size: 12px; color: #330582; display:flex; align-items:center; gap: 10px; border-top: 1px solid #ebebee; }
.delta-foot .arrow { font-size: 18px; }

/* ── Build vs Partner ── */
.econ-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.econ { background:#fff; border:1px solid #ebebee; border-radius: 14px; padding: 28px; position: relative; overflow: hidden; }
.econ.partner { border-color: rgba(51,5,130,0.3); box-shadow: 0 24px 50px -24px rgba(51,5,130,0.28); }
.econ.partner::before { content:""; position:absolute; left:0; top:0; right:0; height:3px; background: linear-gradient(90deg, #330582 0%, #9333ea 100%); }
.econ-tag { font-family:'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color:#667085; padding: 3px 8px; background:#f5f5f7; border-radius: 4px; display:inline-block; }
.econ.partner .econ-tag { color: #330582; background: #f3e2fd; }
.econ h3 { font-size: 22px; color:#111215; letter-spacing:-0.02em; margin: 14px 0 4px; font-weight:600; }
.econ .sub { font-size: 13px; color:#667085; margin: 0 0 22px; }
.line { display:grid; grid-template-columns: 1fr auto auto; gap: 14px; padding: 11px 0; border-bottom: 1px dashed #ebebee; align-items: baseline; font-size: 13px; }
.line:last-of-type { border-bottom: 0; }
.line .lbl { color:#474D59; }
.line .time { font-family:'JetBrains Mono', monospace; font-size: 11px; color:#667085; }
.line .cost { font-family:'JetBrains Mono', monospace; font-size: 12px; color:#111215; font-weight: 600; min-width: 80px; text-align: right; }
.econ .totals { margin-top: 18px; padding: 14px 16px; border-radius: 10px; background: #fafafb; display:flex; justify-content:space-between; align-items:baseline; }
.econ .totals .l { font-size: 11px; font-family:'JetBrains Mono', monospace; letter-spacing: 0.08em; text-transform: uppercase; color:#667085; }
.econ .totals .v { font-size: 22px; color:#111215; font-weight: 600; letter-spacing:-0.02em; }
.econ.partner .totals { background: #1a0442; }
.econ.partner .totals .l { color: rgba(255,255,255,0.6); }
.econ.partner .totals .v { color: #c084fc; }
.econ-versus { position:absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background:#0b0c10; color:#fff; font-family:'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.12em; padding: 6px 12px; border-radius: 9999px; box-shadow: 0 8px 16px -4px rgba(0,0,0,0.3); z-index: 3; }

/* ── Architecture diagram ── */
.arch-frame { background:#fff; border:1px solid #ebebee; border-radius: 14px; padding: 32px; position: relative; overflow: hidden; }
.arch-grid { display: grid; grid-template-columns: 1fr 80px 1fr 80px 1fr; gap: 0; align-items: center; }
.arch-col { display:flex; flex-direction: column; gap: 10px; }
.arch-card { background:#fafafb; border:1px solid #ebebee; border-radius: 10px; padding: 14px 16px; }
.arch-card .role { font-family:'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.08em; text-transform:uppercase; color:#667085; }
.arch-card .name { font-size: 14px; color:#111215; font-weight: 600; margin-top: 4px; }
.arch-card .desc { font-size: 12px; color:#667085; margin-top: 4px; line-height: 1.5; }
.arch-col.center .arch-card { background: linear-gradient(180deg, #1a0442, #330582); border-color: rgba(51,5,130,0.4); }
.arch-col.center .arch-card .role { color: #c084fc; }
.arch-col.center .arch-card .name { color: #fff; font-size: 16px; }
.arch-col.center .arch-card .desc { color: rgba(255,255,255,0.78); }
.arch-bridge { display:flex; flex-direction: column; align-items: center; gap: 4px; }
.arch-bridge .line-h { width: 100%; height: 1px; background: linear-gradient(90deg, #c084fc, #6366f1); }
.arch-bridge .lbl { font-family:'JetBrains Mono', monospace; font-size: 10px; color: #330582; letter-spacing: 0.06em; padding: 3px 8px; background: #f3e2fd; border-radius: 4px; white-space: nowrap; margin: 4px 0; }
.arch-bridge .arrow { color: #c084fc; font-size: 14px; }
.arch-col-head { font-family:'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: #667085; margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px dashed #ebebee; text-align: center; }

/* ── Capability map ── */
.cap-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.cap { background:#fff; border:1px solid #ebebee; border-radius: 10px; padding: 14px 16px; transition: all 150ms ease; }
.cap:hover { border-color: rgba(51,5,130,0.25); transform: translateY(-1px); box-shadow: 0 6px 16px -8px rgba(51,5,130,0.18); }
.cap .name { font-size: 13px; color:#111215; font-weight: 600; letter-spacing:-0.005em; }
.cap .credits { font-family:'JetBrains Mono', monospace; font-size: 10px; color:#330582; background:#f3e2fd; padding: 2px 6px; border-radius: 4px; display:inline-block; margin-top: 6px; }
.cap .desc { font-size: 11.5px; color:#667085; margin-top: 6px; line-height: 1.45; }
.cap-cat { font-family:'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: #330582; margin: 28px 0 12px; padding-bottom: 8px; border-bottom: 1px dashed #ebebee; }
.cap-cat:first-child { margin-top: 0; }

/* ── Revenue model cards ── */
.rev-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.rev { background:#fff; border:1px solid #ebebee; border-radius: 12px; padding: 22px 18px; }
.rev .num { font-family:'JetBrains Mono', monospace; font-size: 10px; color:#667085; letter-spacing: 0.08em; }
.rev h4 { font-size: 14px; color:#111215; margin: 6px 0 6px; font-weight: 600; letter-spacing: -0.005em; }
.rev .desc { font-size: 12px; color:#667085; line-height: 1.5; margin: 0 0 14px; min-height: 60px; }
.rev .price { font-family:'JetBrains Mono', monospace; font-size: 12px; color:#330582; background:#f3e2fd; padding: 6px 8px; border-radius: 6px; display:inline-block; }

/* ── Onboarding flow ── */
.flow-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: flow; }
.flow-step { padding: 24px; background:#fff; border:1px solid #ebebee; border-right: 0; counter-increment: flow; position: relative; }
.flow-step:first-child { border-radius: 12px 0 0 12px; }
.flow-step:last-child { border-radius: 0 12px 12px 0; border-right: 1px solid #ebebee; }
.flow-step::before { content:"0" counter(flow); font-family:'JetBrains Mono', monospace; font-size: 11px; color:#330582; letter-spacing: 0.08em; }
.flow-step h4 { font-size: 14px; color:#111215; margin: 8px 0 6px; font-weight: 600; }
.flow-step p { font-size: 12px; color:#474D59; line-height: 1.5; margin: 0 0 12px; }
.flow-step .when { font-family:'JetBrains Mono', monospace; font-size: 10px; color:#048a0e; background:#dcfce7; padding: 3px 7px; border-radius: 4px; display:inline-block; }
.flow-step::after { content:"→"; position:absolute; right:-9px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; background:#fff; border:1px solid #ebebee; border-radius: 50%; display:flex; align-items:center; justify-content:center; font-size: 10px; color:#330582; z-index: 2; }
.flow-step:last-child::after { display:none; }

/* ── Tackle vacuum callout ── */
.vacuum { background: linear-gradient(135deg, #1a0442 0%, #330582 100%); color:#fff; border-radius: 14px; padding: 36px; position:relative; overflow:hidden; display:grid; grid-template-columns: 1.4fr 1fr; gap: 36px; align-items: center; }
.vacuum::before { content:""; position:absolute; top:-50px; right:-50px; width: 240px; height: 240px; border-radius: 50%; background: radial-gradient(circle, rgba(192,132,252,0.4) 0%, transparent 70%); }
.vacuum h3 { font-size: 28px; color:#fff; margin: 8px 0 12px; letter-spacing:-0.02em; font-weight:600; line-height:1.15; }
.vacuum p { color: rgba(255,255,255,0.82); font-size: 14px; line-height: 1.55; margin: 0; max-width: 480px; }
.vacuum .stat-box { position:relative; z-index: 2; background: rgba(255,255,255,0.08); border:1px solid rgba(255,255,255,0.14); border-radius: 12px; padding: 24px; }
.vacuum .stat-box .l { font-family:'JetBrains Mono', monospace; font-size: 10px; letter-spacing: 0.1em; color: rgba(255,255,255,0.55); text-transform:uppercase; }
.vacuum .stat-box .v { font-size: 36px; color:#fff; font-weight:600; letter-spacing:-0.02em; line-height: 1.1; margin: 6px 0 4px; }
.vacuum .stat-box .v em { font-style: normal; color: #c084fc; }
.vacuum .stat-box .d { font-size: 12px; color: rgba(255,255,255,0.7); }
.vacuum .stat-box hr { border:0; border-top: 1px dashed rgba(255,255,255,0.14); margin: 14px 0; }

/* ── Final CTA band ── */
.cta-band { padding: 80px; border-radius: 20px; position: relative; overflow: hidden; background: radial-gradient(ellipse 90% 100% at 20% 0%, rgba(147,51,234,0.55) 0%, transparent 60%), linear-gradient(135deg, #1a0442 0%, #330582 100%); color:#fff; }
.cta-band h3 { font-size: 40px; color:#fff; letter-spacing:-0.03em; margin:0 0 14px; font-weight:600; line-height:1.1; max-width: 680px; }
.cta-band p { color: rgba(255,255,255,0.82); max-width: 580px; font-size: 15px; line-height: 1.55; margin: 0 0 24px; }

/* ── Footer ── */
footer.ft { background:#0b0c10; color: rgba(255,255,255,0.7); padding: 60px 0 32px; margin-top: 40px; }
.ft-grid { display:grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.ft h5 { color:#fff; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 600; margin: 0 0 12px; }
.ft a { display:block; color: rgba(255,255,255,0.58); font-size: 13px; padding: 4px 0; }
.ft a:hover { color: #fff; }
.ft-bottom { display:flex; justify-content:space-between; font-size: 11.5px; color: rgba(255,255,255,0.4); padding-top: 24px; }

/* ── Inline code chip ── */
.code-chip { background:#f3e2fd; color:#330582; padding:2px 6px; border-radius:4px; font-family:'JetBrains Mono',monospace; font-size:12px; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  h1.hero-title { font-size: 44px; }
  .bsm-grid, .econ-grid, .arch-grid, .cap-grid, .rev-grid, .flow-grid, .vacuum, .ft-grid { grid-template-columns: 1fr !important; }
  .arch-grid { display: flex; flex-direction: column; gap: 16px; }
  .delta-row { grid-template-columns: 1fr; }
  .cta-band { padding: 36px 24px; }
}
