:root {
  --bg: #080809;
  --surface: #101012;
  --surface-2: #151518;
  --surface-3: #1b1b1f;
  --line: rgba(255,255,255,.09);
  --line-strong: rgba(255,255,255,.16);
  --text: #f4f1ed;
  --muted: #a7a3a0;
  --faint: #74716f;
  --accent: #ff5a1f;
  --accent-2: #ff9a3d;
  --accent-soft: rgba(255,90,31,.12);
  --green: #45d483;
  --yellow: #f4c04a;
  --red: #ff6961;
  --radius: 22px;
  --radius-sm: 14px;
  --shadow: 0 30px 90px rgba(0,0,0,.35);
  --container: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background:
    radial-gradient(circle at 70% -10%, rgba(255,90,31,.13), transparent 34%),
    radial-gradient(circle at 10% 20%, rgba(255,154,61,.05), transparent 24%),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image: linear-gradient(rgba(255,255,255,.016) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.016) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
  z-index: -1;
}

button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; top: 10px; left: 10px; transform: translateY(-150%); background: #fff; color: #000; padding: 10px 14px; z-index: 1000; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(8,8,9,.72);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 760; letter-spacing: -.02em; font-size: 20px; }
.brand-mark { display: grid; place-items: center; width: 31px; height: 31px; color: var(--accent); }
.brand-mark svg { width: 100%; height: 100%; }
.nav-links { display: flex; align-items: center; gap: 26px; color: #c8c4c0; font-size: 14px; }
.nav-links a:hover { color: #fff; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--surface); border-radius: 12px; padding: 10px; }
.menu-button span { display: block; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; }

.button { border: 1px solid transparent; min-height: 48px; padding: 0 20px; border-radius: 13px; display: inline-flex; align-items: center; justify-content: center; font-weight: 700; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--accent), #ff7a1a); color: #fff; box-shadow: 0 14px 36px rgba(255,90,31,.22); }
.button-primary:hover { background: linear-gradient(135deg, #ff6a2f, #ff8a2a); }
.button-secondary { background: rgba(255,255,255,.045); border-color: var(--line-strong); }
.button-secondary:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.24); }
.button-small { min-height: 38px; padding: 0 15px; border-radius: 10px; font-size: 13px; }
.full { width: 100%; }

.hero { padding-top: 92px; padding-bottom: 42px; }
.hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 76px; align-items: center; }
.eyebrow, .kicker { font-size: 12px; font-weight: 760; letter-spacing: .17em; text-transform: uppercase; color: var(--accent-2); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 8px 11px; border: 1px solid rgba(255,154,61,.22); border-radius: 999px; background: rgba(255,154,61,.06); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(69,212,131,.08); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(52px, 6vw, 82px); line-height: .98; letter-spacing: -.058em; max-width: 780px; margin: 24px 0 26px; }
h2 { font-size: clamp(37px, 4vw, 58px); line-height: 1.02; letter-spacing: -.045em; margin: 8px 0 0; }
h3 { letter-spacing: -.025em; }
.hero-lede { font-size: 20px; color: #c0bbb7; max-width: 700px; line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 32px; }
.hero-note { margin: 18px 0 0; color: var(--faint); font-size: 13px; }

.runtime-card { border: 1px solid var(--line-strong); border-radius: 26px; padding: 22px; background: linear-gradient(180deg, rgba(28,27,28,.96), rgba(12,12,14,.96)); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.runtime-card::before { content: ""; position: absolute; width: 260px; height: 260px; right: -120px; top: -130px; background: radial-gradient(circle, rgba(255,90,31,.25), transparent 66%); }
.runtime-topline, .runtime-model, .runtime-footer { display: flex; justify-content: space-between; gap: 16px; position: relative; }
.runtime-topline { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.live-pill { color: var(--green); border: 1px solid rgba(69,212,131,.24); background: rgba(69,212,131,.07); padding: 3px 7px; border-radius: 999px; }
.runtime-model { margin: 28px 0 18px; }
.runtime-model .label { display: block; color: var(--faint); font-size: 10px; letter-spacing: .13em; margin-bottom: 5px; }
.runtime-model strong { font-size: 16px; }
.right { text-align: right; }
.memory-bar { height: 18px; background: #222226; border-radius: 999px; overflow: hidden; display: flex; box-shadow: inset 0 0 0 1px rgba(255,255,255,.05); }
.memory-bar span { display: block; height: 100%; }
.memory-hot { background: linear-gradient(90deg, #ff5222, #ff6a1f); }
.memory-warm { background: #f3a23b; }
.memory-cold { background: #6f5cf4; }
.memory-free { background: #29292e; }
.memory-legend { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 10px; color: var(--faint); font-size: 11px; }
.memory-legend i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: 5px; }
.memory-legend .hot { background:#ff5a1f; }.memory-legend .warm { background:#f3a23b; }.memory-legend .cold { background:#6f5cf4; }.memory-legend .free { background:#4a4a50; }
.runtime-flow { display: grid; grid-template-columns: 1fr 30px 1fr 30px 1fr; align-items: center; gap: 4px; margin: 34px 0; }
.flow-node { min-height: 112px; border: 1px solid var(--line); border-radius: 14px; padding: 12px; background: rgba(255,255,255,.025); }
.flow-node.active { border-color: rgba(255,90,31,.26); background: rgba(255,90,31,.055); }
.flow-node span { font-size: 10px; color: var(--accent-2); }
.flow-node strong { display: block; margin: 18px 0 4px; }
.flow-node small { color: var(--faint); }
.flow-line { height: 1px; background: linear-gradient(90deg, var(--accent), rgba(255,90,31,.2)); }
.runtime-footer { border-top: 1px solid var(--line); padding-top: 15px; color: var(--faint); font-size: 11px; }

.proof-strip { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 78px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.proof-strip > div { padding: 24px 22px; border-right: 1px solid var(--line); }
.proof-strip > div:first-child { padding-left: 0; }.proof-strip > div:last-child { border-right: 0; }
.proof-strip strong { display: block; font-size: 27px; letter-spacing: -.04em; }
.proof-strip strong span { color: var(--muted); font-size: 15px; font-weight: 620; }
.proof-strip small { display: block; margin-top: 4px; color: var(--faint); }
.evidence-note { color: var(--faint); font-size: 11px; padding-top: 12px; }
.logos-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.018); }
.category-row { min-height: 76px; display: flex; gap: 28px; align-items: center; justify-content: space-between; color: #77736f; font-size: 11px; letter-spacing: .16em; font-weight: 760; }

.split-heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.split-heading > p { color: var(--muted); font-size: 18px; max-width: 560px; margin: 0; }
.problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.problem-card, .feature-card, .benchmark-card, .usecase-card, .price-card { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, rgba(255,255,255,.038), rgba(255,255,255,.018)); }
.problem-card { padding: 28px; min-height: 255px; }
.card-index { color: var(--accent); font-size: 12px; letter-spacing: .14em; }
.problem-card h3 { font-size: 25px; margin: 78px 0 10px; }
.problem-card p { color: var(--muted); margin-bottom: 0; }

.product-section { background: linear-gradient(180deg, rgba(255,255,255,.018), transparent); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.product-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.feature-card { padding: 30px; min-height: 305px; position: relative; overflow: hidden; }
.feature-card::after { content:""; position:absolute; width:160px; height:160px; right:-80px; bottom:-80px; background:radial-gradient(circle, rgba(255,90,31,.08), transparent 70%); }
.feature-large { grid-row: span 2; min-height: 626px; display: flex; flex-direction: column; justify-content: flex-end; }
.feature-icon { width: 50px; height: 50px; display:grid; place-items:center; border:1px solid var(--line-strong); border-radius:14px; font-size:24px; color:var(--accent-2); margin-bottom:auto; }
.feature-card h3 { font-size: 30px; margin: 8px 0 14px; }
.feature-card > p:not(.kicker) { color: var(--muted); max-width: 580px; }
.feature-list { list-style:none; padding:0; margin:24px 0 0; }
.feature-list li { padding:11px 0; border-top:1px solid var(--line); color:#d0cbc7; }
.feature-list li::before { content:"✓"; color:var(--green); margin-right:10px; }
.compare-wrap { margin-top: 54px; overflow-x: auto; border:1px solid var(--line); border-radius: var(--radius); }
.compare-table { width:100%; border-collapse:collapse; min-width: 760px; }
.compare-table th, .compare-table td { padding:18px 20px; text-align:left; border-bottom:1px solid var(--line); }
.compare-table th { color:var(--faint); font-size:11px; letter-spacing:.13em; text-transform:uppercase; background:rgba(255,255,255,.025); }
.compare-table td:first-child { font-weight:680; }.compare-table td:nth-child(2) { color:#8f8b88; }.compare-table td:nth-child(3) { color:#f1c7b5; }
.compare-table tr:last-child td { border-bottom:0; }

.calculator-section { background: radial-gradient(circle at 25% 10%, rgba(255,90,31,.1), transparent 30%); }
.calculator-shell { border:1px solid var(--line-strong); border-radius:30px; background:rgba(13,13,15,.9); box-shadow:var(--shadow); overflow:hidden; }
.calculator-header { padding:34px; display:flex; justify-content:space-between; gap:30px; align-items:end; border-bottom:1px solid var(--line); }
.calculator-header h2 { font-size:clamp(34px,4vw,50px); }.calculator-header p { color:var(--muted); max-width:680px; margin:12px 0 0; }
.calc-badge { white-space:nowrap; border:1px solid var(--line); color:var(--faint); font-size:11px; padding:7px 10px; border-radius:999px; }
.calc-tabs { display:flex; gap:6px; padding:12px 16px; border-bottom:1px solid var(--line); overflow-x:auto; }
.calc-tab { border:0; background:transparent; color:var(--muted); padding:11px 15px; border-radius:10px; cursor:pointer; white-space:nowrap; }
.calc-tab.active { color:#fff; background:rgba(255,255,255,.07); }
.calc-tab:focus-visible { outline:2px solid var(--accent-2); outline-offset:2px; }
.calc-panel { display:grid; grid-template-columns:.9fr 1.1fr; min-height:470px; min-width:0; }
.calc-form { padding:30px; display:grid; grid-template-columns:repeat(2,1fr); gap:16px; align-content:start; border-right:1px solid var(--line); min-width:0; }
label { color:#c9c4c0; font-size:13px; font-weight:620; }
input, select, textarea { width:100%; margin-top:8px; border:1px solid var(--line-strong); background:#0c0c0e; color:#f4f1ed; border-radius:11px; padding:12px 13px; outline:none; }
input:focus, select:focus, textarea:focus { border-color:rgba(255,90,31,.65); box-shadow:0 0 0 3px rgba(255,90,31,.08); }
input[aria-invalid="true"] { border-color:rgba(255,105,97,.72); box-shadow:0 0 0 3px rgba(255,105,97,.08); }
textarea { resize:vertical; }
.calc-result { padding:34px; display:flex; flex-direction:column; justify-content:center; background:linear-gradient(145deg, rgba(255,90,31,.055), transparent 45%); min-width:0; }
.result-topline { display:flex; justify-content:space-between; gap:15px; align-items:center; }
.result-topline small { color:var(--faint); text-align:right; }
.verdict-pill { display:inline-flex; width:max-content; padding:5px 8px; border-radius:999px; background:rgba(244,192,74,.1); border:1px solid rgba(244,192,74,.25); color:var(--yellow); font-size:10px; font-weight:800; letter-spacing:.12em; }
.verdict-pill.positive { color:var(--green); border-color:rgba(69,212,131,.24); background:rgba(69,212,131,.07); }
.verdict-pill.negative { color:var(--red); border-color:rgba(255,105,97,.25); background:rgba(255,105,97,.08); }
.calc-result h3 { font-size:30px; line-height:1.15; margin:22px 0 12px; }
.calc-result > p { color:var(--muted); }
.result-metrics { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin-top:16px; }
.result-metrics div { border:1px solid var(--line); background:rgba(0,0,0,.17); border-radius:13px; padding:15px; }
.result-metrics span { display:block; color:var(--faint); font-size:11px; margin-bottom:6px; }
.result-metrics strong { font-size:18px; overflow-wrap:anywhere; }
.result-warning { margin-top:18px; border-left:2px solid var(--accent); padding:9px 12px; color:#9c9793; background:rgba(255,90,31,.04); font-size:11px; }
.result-warning.invalid { border-left-color:var(--red); color:#d9aaa6; background:rgba(255,105,97,.05); }

.market-audit { margin-top:28px; border:1px solid var(--line-strong); border-radius:24px; padding:28px; background:linear-gradient(145deg, rgba(255,154,61,.055), rgba(255,255,255,.015)); }
.market-audit-heading { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:end; margin-bottom:22px; }
.market-audit-heading h3 { font-size:clamp(28px,3vw,38px); margin:6px 0 0; }
.market-audit-heading > p { color:var(--muted); margin:0; }
.market-audit-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; }
.market-audit-grid article { border:1px solid var(--line); border-radius:16px; padding:20px; background:rgba(0,0,0,.18); }
.market-audit-grid article > span { color:var(--accent-2); font-size:9px; font-weight:800; letter-spacing:.12em; }
.market-audit-grid article > strong { display:block; font-size:21px; margin:18px 0 8px; }
.market-audit-grid article > p { color:var(--muted); font-size:12px; margin:0; }
.source-links { display:flex; flex-wrap:wrap; gap:12px; margin-top:18px; }
.source-links a { color:#efbca6; font-size:11px; text-decoration:underline; text-decoration-color:rgba(255,154,61,.4); text-underline-offset:3px; }
.source-links a:hover { color:#fff; }

.proof-section { border-top:1px solid var(--line); }
.benchmark-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.benchmark-card { padding:24px; min-height:290px; }
.benchmark-status { display:inline-block; font-size:9px; font-weight:800; letter-spacing:.12em; padding:5px 7px; border-radius:999px; }
.benchmark-status.measured { color:var(--green); border:1px solid rgba(69,212,131,.22); background:rgba(69,212,131,.06); }
.benchmark-status.internal { color:var(--yellow); border:1px solid rgba(244,192,74,.24); background:rgba(244,192,74,.06); }
.benchmark-model { color:var(--muted); font-size:12px; margin:28px 0 9px; }
.benchmark-number { display:block; font-size:42px; letter-spacing:-.04em; }
.benchmark-number small { font-size:14px; color:var(--faint); letter-spacing:0; }
.benchmark-card > p:last-child { margin:28px 0 0; color:var(--muted); font-size:13px; }
.throughput-proof { margin-top:34px; border:1px solid var(--line-strong); border-radius:24px; padding:30px; background:linear-gradient(180deg, rgba(255,255,255,.025), rgba(0,0,0,.08)); }
.throughput-heading { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:end; margin-bottom:26px; }
.throughput-heading h3 { font-size:clamp(28px,3vw,40px); margin:6px 0 0; }
.throughput-heading > p { color:var(--muted); margin:0; }
.comparison-highlights { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; margin:0 0 28px; }
.comparison-highlights div { border:1px solid var(--line); border-radius:12px; padding:14px 16px; background:rgba(255,255,255,.018); }
.comparison-highlights strong,.comparison-highlights span { display:block; }
.comparison-highlights strong { color:var(--accent-2); font-size:22px; letter-spacing:-.03em; }
.comparison-highlights span { color:var(--faint); font-size:10px; margin-top:3px; }
.throughput-chart { margin:0; }
.chart-legend { display:flex; justify-content:flex-end; gap:22px; margin:0 0 12px; color:var(--muted); font-size:11px; }
.chart-legend span { display:inline-flex; align-items:center; gap:8px; }
.chart-legend span::before { content:""; width:22px; height:8px; border-radius:99px; }
.legend-inferno::before { background:linear-gradient(90deg, var(--accent), var(--accent-2)); }
.legend-control::before { background:#76767d; }
.chart-axis { margin-left:220px; display:grid; grid-template-columns:repeat(5,1fr); color:var(--faint); font-size:10px; border-bottom:1px solid var(--line); padding:0 0 8px; }
.chart-axis span:last-child { text-align:right; }
.chart-group { display:grid; grid-template-columns:200px 1fr; gap:20px; align-items:center; min-height:112px; border-bottom:1px solid var(--line); padding:15px 0; }
.chart-label strong,.chart-label span { display:block; }
.chart-label strong { font-size:14px; }
.chart-label span { color:var(--faint); font-size:10px; margin-top:3px; }
.chart-label em { display:inline-block; margin-top:10px; padding:4px 7px; border-radius:999px; color:var(--green); border:1px solid rgba(69,212,131,.25); background:rgba(69,212,131,.06); font-size:10px; font-style:normal; font-weight:800; }
.chart-label em.result-trail { color:#b9b5b1; border-color:rgba(185,181,177,.24); background:rgba(185,181,177,.055); }
.chart-pair { display:grid; gap:8px; }
.chart-track { position:relative; height:31px; padding-left:74px; border-radius:8px; background:repeating-linear-gradient(90deg, rgba(255,255,255,.035) 0, rgba(255,255,255,.035) 1px, transparent 1px, transparent 25%); overflow:visible; }
.series-name { position:absolute; left:0; top:50%; transform:translateY(-50%); width:66px; color:var(--faint); font-size:9px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; }
.chart-bar { width:max(56px, var(--width)); height:100%; border-radius:7px; display:flex; align-items:center; justify-content:flex-end; padding:0 9px; box-shadow:0 8px 24px rgba(0,0,0,.2); }
.chart-bar.inferno { background:linear-gradient(90deg, rgba(255,90,31,.68), rgba(255,154,61,.96)); }
.chart-bar.control { background:linear-gradient(90deg, #414147, #7b7b82); }
.chart-bar span { color:#080809; font-size:11px; font-weight:850; }
.chart-point { position:absolute; left:74px; top:50%; transform:translateY(-50%); display:flex; align-items:center; gap:8px; color:var(--accent-2); font-size:10px; font-weight:850; white-space:nowrap; }
.chart-point i { width:9px; height:9px; border-radius:50%; background:var(--accent-2); box-shadow:0 0 0 4px rgba(255,154,61,.12); }
.chart-oom { height:100%; display:flex; align-items:center; gap:9px; color:#8c8885; font-size:10px; }
.chart-oom b { display:inline-flex; align-items:center; justify-content:center; height:27px; padding:0 9px; border-radius:6px; color:#ff8b62; border:1px solid rgba(255,90,31,.5); background:rgba(255,90,31,.08); font-size:10px; letter-spacing:.08em; }
.throughput-chart figcaption { color:var(--faint); font-size:10px; margin:14px 0 0 220px; }
.throughput-table-wrap { margin-top:24px; }
.throughput-table { min-width:980px; }
.table-pass { color:var(--green); font-size:10px; font-weight:800; letter-spacing:.08em; white-space:nowrap; }
.table-win,.inferno-cell { color:var(--accent-2); font-weight:800; white-space:nowrap; }
.table-trail { color:#aaa6a3; font-weight:750; white-space:nowrap; }
.oom-cell { color:#ff8b62; font-weight:850; letter-spacing:.08em; }
.comparison-note { margin:16px 0 0; color:var(--faint); font-size:10px; line-height:1.6; }
.methodology { display:grid; grid-template-columns:repeat(4,1fr); margin-top:32px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.methodology div { padding:22px; border-right:1px solid var(--line); }.methodology div:first-child{padding-left:0}.methodology div:last-child{border-right:0}
.methodology strong { display:block; margin-bottom:6px; }.methodology span { display:block; color:var(--faint); font-size:11px; }

.usecase-section { background:rgba(255,255,255,.012); }
.usecase-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.usecase-card { padding:24px; min-height:255px; }.usecase-card > span { color:var(--accent); font-size:11px; }
.usecase-card h3 { font-size:22px; margin:78px 0 10px; }.usecase-card p { color:var(--muted); font-size:13px; margin:0; }

.pilot-shell { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; border:1px solid rgba(255,90,31,.25); background:linear-gradient(135deg, rgba(255,90,31,.1), rgba(255,255,255,.018)); border-radius:30px; padding:48px; }
.pilot-copy p:not(.kicker) { color:var(--muted); font-size:17px; margin:20px 0 28px; }
.pilot-steps { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.pilot-steps div { border:1px solid var(--line); border-radius:15px; padding:18px; background:rgba(0,0,0,.16); }
.pilot-steps span { color:var(--accent-2); font-size:10px; letter-spacing:.12em; text-transform:uppercase; }
.pilot-steps strong { display:block; font-size:20px; margin:12px 0 5px; }.pilot-steps p { color:var(--faint); font-size:12px; margin:0; }

.pricing-section { border-top:1px solid var(--line); }
.pricing-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; align-items:stretch; }
.price-card { padding:24px; display:flex; flex-direction:column; position:relative; }
.price-card.featured { border-color:rgba(255,90,31,.45); background:linear-gradient(180deg, rgba(255,90,31,.11), rgba(255,255,255,.02)); transform:translateY(-8px); }
.popular { position:absolute; right:16px; top:16px; font-size:9px; font-weight:800; letter-spacing:.12em; color:var(--accent-2); }
.price-label { color:var(--accent-2); font-size:10px; font-weight:800; letter-spacing:.12em; }.price-card h3 { margin:6px 0 12px; font-size:23px; }
.price { font-size:34px; font-weight:780; letter-spacing:-.04em; margin-bottom:16px; }.price small { color:var(--muted); font-size:13px; margin-left:4px; }
.price-card > p:not(.price-label) { color:var(--muted); min-height:65px; }
.price-card ul { list-style:none; padding:0; margin:8px 0 28px; flex:1; }
.price-card li { border-top:1px solid var(--line); padding:10px 0; color:#c2bdb9; font-size:12px; }.price-card li::before { content:"·"; color:var(--accent); margin-right:8px; }

.faq-section { background:rgba(255,255,255,.012); }
.faq-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.faq-item { border:1px solid var(--line); border-radius:15px; background:rgba(255,255,255,.022); padding:0 20px; }
.faq-item summary { cursor:pointer; padding:20px 0; font-weight:680; list-style:none; position:relative; padding-right:28px; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after { content:"+"; position:absolute; right:0; color:var(--accent); font-size:22px; top:13px; }
.faq-item[open] summary::after { content:"–"; }.faq-item p { color:var(--muted); margin:0 0 20px; }

.final-cta { padding-top:80px; }
.final-cta-shell { text-align:center; padding:70px 30px; border:1px solid var(--line); border-radius:32px; background:radial-gradient(circle at 50% 0%, rgba(255,90,31,.16), transparent 48%), var(--surface); }
.final-cta-shell h2 { max-width:860px; margin:10px auto 16px; }.final-cta-shell > p:not(.kicker) { color:var(--muted); max-width:760px; margin:0 auto; font-size:18px; }
.centered { justify-content:center; }

.site-footer { border-top:1px solid var(--line); padding:58px 0 24px; background:#070708; }
.footer-grid { display:grid; grid-template-columns:1.8fr repeat(3,1fr); gap:40px; }
.footer-grid > div { display:flex; flex-direction:column; align-items:flex-start; gap:9px; color:var(--faint); font-size:12px; }
.footer-grid > div:first-child p { color:var(--faint); max-width:260px; }.footer-grid strong { color:#d9d5d1; font-size:11px; letter-spacing:.1em; text-transform:uppercase; margin-bottom:5px; }
.footer-grid a:hover,.footer-link:hover{color:#fff}.footer-link{background:none;border:0;padding:0;cursor:pointer;color:var(--faint)}
.footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:45px; padding-top:20px; border-top:1px solid var(--line); color:#5d5a58; font-size:11px; }

.pilot-modal { width:min(760px, calc(100vw - 28px)); max-height:92vh; border:1px solid var(--line-strong); border-radius:24px; padding:0; background:#111114; color:var(--text); box-shadow:0 30px 100px rgba(0,0,0,.65); }
.pilot-modal::backdrop { background:rgba(0,0,0,.72); backdrop-filter:blur(6px); }
.modal-card { padding:32px; position:relative; overflow:auto; }
.modal-card h2 { font-size:40px; }.modal-card > p:not(.kicker):not(.modal-note) { color:var(--muted); }
.modal-close { position:absolute; right:18px; top:14px; width:38px; height:38px; border:1px solid var(--line); border-radius:10px; background:rgba(255,255,255,.04); font-size:23px; cursor:pointer; }
.modal-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin:24px 0 14px; }.modal-note { color:var(--faint); font-size:10px; margin:10px 0 0; text-align:center; }
.optional { color:var(--faint); font-size:9px; font-weight:500; margin-left:4px; text-transform:uppercase; letter-spacing:.08em; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }

@media (max-width: 980px) {
  .section { padding:86px 0; }
  .hero-grid,.split-heading,.pilot-shell { grid-template-columns:1fr; gap:42px; }
  .hero { padding-top:64px; }
  .proof-strip,.methodology { grid-template-columns:repeat(2,1fr); }
  .proof-strip > div:nth-child(2),.methodology div:nth-child(2){border-right:0}.proof-strip > div:nth-child(-n+2),.methodology div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .problem-grid,.benchmark-grid,.pricing-grid { grid-template-columns:repeat(2,1fr); }
  .market-audit-heading,.throughput-heading { grid-template-columns:1fr; gap:18px; }
  .market-audit-grid { grid-template-columns:1fr; }
  .usecase-grid { grid-template-columns:repeat(2,1fr); }
  .calc-panel { grid-template-columns:1fr; }.calc-form { border-right:0; border-bottom:1px solid var(--line); }
  .footer-grid { grid-template-columns:repeat(2,1fr); }
  .price-card.featured { transform:none; }
}

@media (max-width: 760px) {
  :root { --container: min(100% - 26px, 1180px); }
  .section { padding:72px 0; }
  .nav-links { position:fixed; left:13px; right:13px; top:80px; display:none; flex-direction:column; align-items:stretch; background:#111114; border:1px solid var(--line-strong); border-radius:18px; padding:18px; box-shadow:var(--shadow); }
  .nav-links.open { display:flex; }.nav-links .button { width:100%; }.menu-button { display:block; }
  h1 { font-size:clamp(46px,15vw,66px); }
  .hero-lede { font-size:18px; }.hero-actions { flex-direction:column; }.hero-actions .button { width:100%; }
  .proof-strip,.problem-grid,.product-grid,.benchmark-grid,.usecase-grid,.pricing-grid,.faq-grid,.pilot-steps,.footer-grid,.modal-grid { grid-template-columns:1fr; }
  .proof-strip > div { padding-left:0; border-right:0; border-bottom:1px solid var(--line); }.proof-strip > div:last-child { border-bottom:0; }
  .feature-large { min-height:450px; grid-row:auto; }
  .calculator-header { align-items:flex-start; flex-direction:column; }.calc-badge{white-space:normal}.calc-form { grid-template-columns:1fr; padding:20px; }.calc-result{padding:22px}.result-metrics{grid-template-columns:1fr}
  .market-audit,.throughput-proof { padding:20px; }
  .comparison-highlights { grid-template-columns:1fr; }
  .chart-axis { margin-left:0; }
  .chart-group { grid-template-columns:1fr; gap:12px; padding:18px 0; }
  .chart-legend { justify-content:flex-start; }
  .throughput-chart figcaption { margin-left:0; }
  .methodology { grid-template-columns:1fr; }.methodology div { border-right:0; border-bottom:1px solid var(--line); padding-left:0; }.methodology div:last-child{border-bottom:0}
  .pilot-shell { padding:28px; }.footer-bottom { flex-direction:column; }
  .category-row { overflow-x:auto; justify-content:flex-start; white-space:nowrap; }
  .runtime-flow { grid-template-columns:1fr; }.flow-line { width:1px; height:18px; margin:auto; }.flow-node{min-height:auto}.flow-node strong{margin:8px 0 4px}
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior:auto !important; transition:none !important; animation:none !important; }
  .reveal { opacity:1; transform:none; }
}
