:root {
  color-scheme: light;
  --bg: #eef3f8;
  --bg-cold: #e5ecf3;
  --surface: #f8fafc;
  --surface-strong: #ffffff;
  --surface-ink: #101c2a;
  --line: #cbd6e1;
  --line-soft: #dce4ec;
  --text: #102033;
  --muted: #5a6b7d;
  --muted-strong: #35485b;
  --accent: #c92f39;
  --accent-dark: #b92530;
  --accent-soft: rgba(226, 58, 67, .09);
  --positive: #23805f;
  --warning: #a97016;
  --page: min(1360px, calc(100vw - 64px));
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-sm: 7px;
  --header-height: 72px;
  --display: "Aptos Display", "Avenir Next", "Segoe UI Variable Display", sans-serif;
  --body: "Aptos", "Avenir Next", "Segoe UI Variable Text", sans-serif;
  --mono: "SFMono-Regular", "Cascadia Code", "Liberation Mono", monospace;
  --shadow: 0 24px 70px rgba(25, 49, 75, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 18px); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.55; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
body::before { position: fixed; z-index: -1; inset: 0; background-image: linear-gradient(rgba(31, 58, 85, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(31, 58, 85, .025) 1px, transparent 1px); background-size: 40px 40px; content: ""; pointer-events: none; }
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
h1, h2, h3, p { margin-top: 0; }
ul, ol, dl { margin-top: 0; }
:where(a, button, summary):focus-visible { outline: 3px solid #ff626b; outline-offset: 4px; }
.section-shell { width: var(--page); margin-inline: auto; }
.section-space { padding-block: clamp(92px, 9vw, 148px); }

.skip-link { position: fixed; top: -80px; left: 16px; z-index: 100; padding: 11px 15px; border-radius: var(--radius-sm); background: var(--accent); color: #fff; font-weight: 760; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 40; display: grid; grid-template-columns: auto 1fr auto; min-height: var(--header-height); align-items: center; gap: 34px; padding-inline: max(32px, calc((100vw - min(1360px, calc(100vw - 64px))) / 2)); border-bottom: 1px solid rgba(156, 174, 192, .58); background: rgba(248, 250, 252, .9); backdrop-filter: blur(18px) saturate(130%); }
.wordmark { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-size: 14px; font-weight: 650; letter-spacing: .18em; white-space: nowrap; }
.wordmark img { width: 28px; height: 28px; }
.wordmark b { color: #ff666d; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px, 2.2vw, 34px); color: var(--muted); font-size: 14px; }
.mobile-app-link { display: none; }
.site-nav a, .text-link, .footer-actions a, .site-footer nav a { transition: color .18s ease; }
.site-nav a:hover, .site-nav a[aria-current="true"], .text-link:hover, .footer-actions a:hover, .site-footer nav a:hover { color: var(--text); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.text-link { color: var(--muted-strong); font-size: 14px; font-weight: 670; }
.menu-button { display: none; min-height: 40px; padding-inline: 14px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface); cursor: pointer; }

.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 11px 19px; border: 1px solid var(--accent); border-radius: var(--radius-sm); background: var(--accent); box-shadow: 0 10px 24px rgba(185, 37, 48, .14); color: #fff; cursor: pointer; font-weight: 760; letter-spacing: -.01em; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); border-color: var(--accent-dark); background: var(--accent-dark); box-shadow: 0 15px 32px rgba(185, 37, 48, .21); }
.button:active { transform: translateY(0); }
.button-small { min-height: 40px; padding: 8px 14px; font-size: 14px; }
.button-secondary { border-color: #aebdcb; background: transparent; box-shadow: none; color: var(--text); }
.button-secondary:hover { border-color: #708398; background: var(--surface-strong); box-shadow: none; }
.text-cta { display: inline-flex; min-height: 46px; align-items: center; gap: 11px; border-bottom: 1px solid #92a2b2; color: var(--muted-strong); font-weight: 700; transition: gap .18s ease, color .18s ease, border-color .18s ease; }
.text-cta:hover { gap: 16px; border-color: var(--accent); color: var(--text); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }

.eyebrow, .section-label { margin-bottom: 20px; color: var(--accent); font-family: var(--mono); font-size: 11px; font-weight: 760; letter-spacing: .12em; text-transform: uppercase; }
.section-label { color: #496076; }
.hero { display: grid; grid-template-columns: minmax(390px, .84fr) minmax(560px, 1.16fr); min-height: calc(100svh - var(--header-height)); align-items: center; gap: clamp(44px, 5vw, 74px); padding-block: clamp(62px, 8vh, 96px); }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 10.5ch; margin-bottom: 24px; font-family: var(--display); font-size: clamp(54px, 5.1vw, 78px); font-weight: 690; letter-spacing: -.058em; line-height: .96; text-wrap: balance; }
.hero-summary { max-width: 47ch; margin-bottom: 30px; color: var(--muted-strong); font-size: clamp(18px, 1.45vw, 21px); line-height: 1.5; text-wrap: pretty; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 44px 0 0; padding: 22px 0 0; border-top: 1px solid var(--line); }
.hero-proof div { padding-right: 18px; }
.hero-proof dt { margin-bottom: 6px; color: var(--text); font-size: 12px; font-weight: 760; }
.hero-proof dd { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.4; }
.hero-product { position: relative; margin: 0; }
.hero-product::before { position: absolute; z-index: -1; inset: 10% -5% -8% 8%; border-radius: 50%; background: rgba(55, 91, 126, .12); filter: blur(58px); content: ""; }
.product-window { overflow: hidden; border: 1px solid #aebdcb; border-radius: var(--radius-lg); background: var(--surface-strong); box-shadow: var(--shadow); transform: perspective(1200px) rotateY(-2.2deg) rotateX(.8deg); transform-origin: center left; }
.window-bar { display: flex; min-height: 42px; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid var(--line-soft); background: #f7f9fb; }
.window-bar span { width: 7px; height: 7px; border-radius: 50%; background: #a9b6c3; }
.window-bar span:first-child { background: var(--accent); }
.window-bar b { margin-left: 8px; color: var(--muted); font-family: var(--mono); font-size: 9px; font-weight: 650; letter-spacing: .06em; text-transform: uppercase; }
.hero-product img { width: 100%; }
.hero-product figcaption { margin-top: 14px; color: var(--muted); font-size: 12px; text-align: right; }

.signal-strip { overflow: hidden; border-block: 1px solid var(--line); background: var(--surface-strong); }
.signal-track { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 20px; color: var(--muted-strong); font-family: var(--mono); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.signal-track i { width: 4px; height: 4px; flex: 0 0 auto; transform: rotate(45deg); background: var(--accent); }

.section-intro { margin-bottom: clamp(48px, 6vw, 78px); }
.split-heading { display: grid; grid-template-columns: minmax(180px, .38fr) minmax(0, 1.62fr); gap: clamp(36px, 7vw, 116px); align-items: start; }
.split-heading > .section-label { padding-top: 9px; }
.section-intro h2, .connections h2, .closing h2 { max-width: 16ch; margin-bottom: 22px; font-family: var(--display); font-size: clamp(42px, 4.5vw, 68px); font-weight: 660; letter-spacing: -.052em; line-height: 1; text-wrap: balance; }
.section-intro > div > p, .pricing-intro > p, .connections-grid > div > p, .closing-grid > div > p { max-width: 62ch; margin-bottom: 0; color: var(--muted); font-size: clamp(17px, 1.35vw, 20px); text-wrap: pretty; }

.finance-console { position: relative; min-width: 0; overflow: hidden; margin-bottom: 18px; border: 1px solid #263a4e; border-radius: var(--radius-lg); background: #132131; box-shadow: 0 25px 64px rgba(26, 49, 72, .15); color: #eef4fa; }
.console-topbar { display: flex; min-height: 80px; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 24px; border-bottom: 1px solid #2c4054; }
.console-topbar > div { display: grid; gap: 4px; }
.console-kicker, .console-topbar span, .console-metrics span, .console-metrics small, .console-section-head span, .attention-panel > span, .representative-note { color: #91a3b5; font-size: 10px; font-weight: 680; letter-spacing: .08em; text-transform: uppercase; }
.console-topbar strong { font-family: var(--display); font-size: 20px; letter-spacing: -.02em; }
.status-indicator { display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; border: 1px solid rgba(91, 188, 143, .3); border-radius: 999px; background: rgba(91, 188, 143, .08); color: #72d5ab !important; }
.status-indicator i { width: 6px; height: 6px; border-radius: 50%; background: #72d5ab; }
.console-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid #2c4054; }
.console-metrics article { display: grid; gap: 7px; padding: 23px 24px; border-right: 1px solid #2c4054; }
.console-metrics article:last-child { border-right: 0; }
.console-metrics strong { font-family: var(--mono); font-size: clamp(25px, 2.4vw, 36px); font-variant-numeric: tabular-nums; letter-spacing: -.05em; }
.console-metrics small { letter-spacing: .02em; text-transform: none; }
.console-metrics .metric-emphasis { background: rgba(226, 58, 67, .09); }
.metric-emphasis strong, .metric-emphasis small { color: #ff858b; }
.console-body { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr); min-height: 300px; }
.cost-position { padding: 27px 24px; border-right: 1px solid #2c4054; }
.console-section-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.console-section-head > div { display: grid; gap: 5px; }
.console-section-head strong { font-size: 17px; }
.period-label { padding-top: 4px; letter-spacing: .02em !important; text-transform: none !important; }
.cost-bars { display: grid; gap: 21px; }
.cost-bars div { display: grid; grid-template-columns: 72px minmax(110px, 1fr) 66px; align-items: center; gap: 12px; color: #91a3b5; font-size: 11px; }
.cost-bars i { position: relative; display: block; height: 6px; overflow: hidden; border-radius: 999px; background: #26384a; }
.cost-bars i::after { position: absolute; inset: 0 auto 0 0; width: var(--bar); border-radius: inherit; background: #60758a; content: ""; }
.bar-budget { --bar: 95.9%; }.bar-forecast { --bar: 100%; }.bar-committed { --bar: 65.9%; }.bar-actual { --bar: 45.3%; }
.cost-bars i.bar-accent::after { background: var(--accent); }
.cost-bars b { color: #d1dbe5; font-family: var(--mono); font-size: 11px; font-variant-numeric: tabular-nums; text-align: right; }
.attention-panel { padding: 27px 22px; }
.attention-panel ul { display: grid; gap: 0; margin: 16px 0 0; padding: 0; list-style: none; }
.attention-panel li { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 10px; padding: 14px 0; border-bottom: 1px solid #25384a; }
.attention-panel li:last-child { border-bottom: 0; }
.attention-panel li > i { width: 6px; height: 6px; border-radius: 50%; }
.risk-high { background: #f05a62; }.risk-medium { background: #d7a94c; }.risk-low { background: #69c59d; }
.attention-panel li span { display: grid; color: #91a3b5; font-size: 10px; line-height: 1.35; }
.attention-panel li b { color: #d1dbe5; font-size: 11px; }
.attention-panel li > strong { font-family: var(--mono); font-size: 10px; font-variant-numeric: tabular-nums; }
.console-switcher { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #2c4054; }
.console-switcher button { min-height: 49px; border: 0; border-right: 1px solid #2c4054; border-bottom: 2px solid transparent; background: #0f1a27; color: #91a3b5; cursor: pointer; font-size: 11px; font-weight: 720; }
.console-switcher button:last-child { border-right: 0; }
.console-switcher button:hover { background: #192a3b; color: #fff; }
.console-switcher button[aria-selected="true"] { border-bottom-color: var(--accent); background: rgba(226, 58, 67, .08); color: #fff; }
.representative-note { margin: 0; padding: 8px 19px; border-top: 1px solid #2c4054; background: #0c1722; text-align: right; }

.control-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.control-feature { min-height: 360px; padding: clamp(26px, 3.2vw, 42px); border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(248, 250, 252, .74); }
.control-feature-primary, .control-feature-wide { grid-column: 1 / -1; display: grid; grid-template-columns: 50px .72fr 1.28fr; gap: clamp(26px, 5vw, 72px); align-items: center; min-height: 360px; }
.feature-number { color: var(--accent); font-family: var(--mono); font-size: 11px; }
.control-feature:not(.control-feature-primary):not(.control-feature-wide) .feature-number { display: inline-block; margin-bottom: 54px; }
.control-feature h3 { max-width: 13ch; margin-bottom: 17px; font-family: var(--display); font-size: clamp(31px, 3vw, 46px); font-weight: 650; letter-spacing: -.045em; line-height: 1.02; }
.control-feature p { max-width: 49ch; margin-bottom: 0; color: var(--muted); font-size: 16px; }
.variance-viz { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-strong); }
.variance-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 42px; color: var(--muted); }
.variance-head strong { color: var(--accent-dark); font-family: var(--mono); font-size: 21px; font-variant-numeric: tabular-nums; }
.variance-line { position: relative; height: 66px; border-bottom: 1px solid #a8b8c7; background: repeating-linear-gradient(90deg, transparent 0, transparent calc(25% - 1px), var(--line-soft) 25%); }
.variance-line i { position: absolute; left: 0; right: 7%; bottom: 6px; height: 38px; border-top: 3px solid var(--accent); transform: skewY(-4deg); }
.variance-line b { position: absolute; right: 6.5%; bottom: 38px; width: 9px; height: 9px; border: 2px solid #fff; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 1px var(--accent); }
.variance-labels { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 12px; color: var(--muted); font-size: 9px; text-transform: uppercase; }
.variance-labels span:nth-child(2), .variance-labels span:nth-child(3) { text-align: center; }.variance-labels span:last-child { text-align: right; }
.mini-metric { display: grid; gap: 5px; margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line); }
.mini-metric span, .mini-metric small { color: var(--muted); font-size: 11px; }
.mini-metric strong { font-family: var(--mono); font-size: clamp(42px, 4.6vw, 64px); font-variant-numeric: tabular-nums; letter-spacing: -.06em; }
.event-list { display: grid; gap: 0; margin-top: 41px; border-top: 1px solid var(--line); }
.event-list span { display: grid; grid-template-columns: 7px 1fr auto; align-items: center; gap: 9px; padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--muted-strong); font-size: 12px; }
.event-list i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }.event-list b { font-family: var(--mono); font-size: 11px; }
.cash-flow { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.cash-flow div { display: grid; gap: 12px; padding: 23px 13px; border-right: 1px solid var(--line); }
.cash-flow div:last-child { border-right: 0; }
.cash-flow span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.cash-flow strong { font-family: var(--mono); font-size: clamp(17px, 1.8vw, 25px); font-variant-numeric: tabular-nums; letter-spacing: -.04em; }

.product, .markets, .pricing { border-block: 1px solid var(--line); background: var(--bg-cold); }
.product-evidence { padding: clamp(18px, 2.6vw, 34px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface-strong); box-shadow: var(--shadow); }
.product-frame { margin: 0; }
.product-frame img { width: 100%; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.product-frame figcaption { margin-top: 12px; color: var(--muted); font-size: 11px; }
.product-index { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 32px; border-top: 1px solid var(--line); }
.product-index span { display: flex; gap: 12px; padding: 16px 15px 16px 0; border-bottom: 1px solid var(--line-soft); color: var(--muted-strong); font-size: 12px; }
.product-index b { color: var(--accent); font-family: var(--mono); font-weight: 500; }

.workflow-intro { display: grid; grid-template-columns: .38fr 1.62fr; gap: clamp(36px, 7vw, 116px); }
.workflow-intro h2 { max-width: 14ch; }
.workflow-intro .section-label { padding-top: 9px; }
.lifecycle { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.lifecycle li { display: grid; grid-template-columns: 64px minmax(230px, .7fr) minmax(300px, 1.3fr); gap: clamp(24px, 4vw, 64px); align-items: start; padding: 29px 0 34px; border-bottom: 1px solid var(--line); }
.lifecycle li > span { padding-top: 5px; color: var(--accent); font-family: var(--mono); font-size: 11px; }
.lifecycle strong { font-family: var(--display); font-size: clamp(26px, 2.5vw, 38px); font-weight: 640; letter-spacing: -.04em; line-height: 1.05; }
.lifecycle p { max-width: 58ch; margin: 0; color: var(--muted); font-size: 16px; }

.market-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: minmax(240px, auto) minmax(240px, auto); gap: 14px; }
.market-grid article { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.market-grid article > span { color: var(--accent); font-family: var(--mono); font-size: 10px; text-transform: uppercase; }
.market-grid h3 { max-width: 14ch; margin: 38px 0 14px; font-family: var(--display); font-size: clamp(24px, 2.5vw, 36px); font-weight: 640; letter-spacing: -.042em; line-height: 1.05; }
.market-grid p { max-width: 43ch; margin-bottom: 0; color: var(--muted); font-size: 15px; }
.market-lead { position: relative; grid-row: span 2; min-height: 600px; overflow: hidden; }
.market-lead h3, .market-lead p, .market-lead > span { position: relative; z-index: 2; }
.market-lead img { position: absolute; inset: auto 0 0; width: 100%; height: 48%; object-fit: cover; }
.market-lead::after { position: absolute; z-index: 1; inset: 35% 0 0; background: linear-gradient(var(--surface), transparent 42%); content: ""; pointer-events: none; }

.ai-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr); gap: 14px; align-items: stretch; }
.video-frame, .ai-preview { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.video-frame video { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.video-controls { display: flex; min-height: 64px; align-items: center; justify-content: space-between; gap: 20px; padding: 11px 16px; color: var(--muted); font-size: 11px; }
.video-controls button { min-height: 40px; border: 0; border-bottom: 2px solid var(--accent); background: transparent; cursor: pointer; font-weight: 750; }
.ai-preview { display: flex; min-height: 100%; flex-direction: column; padding: clamp(24px, 3vw, 38px); }
.preview-heading { display: grid; gap: 7px; margin-bottom: 24px; }
.preview-heading span, .preview-record span { color: var(--muted); font-size: 10px; text-transform: uppercase; }
.preview-heading strong { font-family: var(--display); font-size: clamp(26px, 2.6vw, 38px); letter-spacing: -.04em; }
.waveform { display: flex; height: 54px; align-items: center; gap: 5px; margin-bottom: 18px; }
.waveform i { width: 3px; height: 14px; border-radius: 4px; background: var(--accent); }.waveform i:nth-child(2n) { height: 32px; }.waveform i:nth-child(3n) { height: 46px; }.waveform i:nth-child(5n) { height: 25px; }
.preview-copy { color: var(--muted); font-size: 14px; }
.preview-record { flex: 1; margin: 11px 0 23px; padding: 17px; border-left: 3px solid var(--accent); background: var(--bg-cold); }
.preview-record p { margin: 8px 0 0; font-size: 14px; }
.preview-actions { display: flex; gap: 9px; }.preview-actions .button { flex: 1; }
.preview-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 20px; border-top: 1px solid var(--line); }
.preview-tabs button { min-height: 44px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); cursor: pointer; font-size: 12px; }
.preview-tabs button[aria-selected="true"] { border-color: var(--accent); color: var(--text); }

.connections { border-block: 1px solid var(--line); background: var(--surface-ink); color: #eef4f9; }
.connections-grid { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(520px, 1.18fr); gap: clamp(54px, 9vw, 130px); }
.connections .section-label { color: #9eb0c2; }
.connections h2 { max-width: 12ch; }
.connections-grid > div > p { color: #aebdcb; }
.connection-list { border-top: 1px solid #314457; }
.connection-list article { display: grid; grid-template-columns: 90px minmax(170px, .7fr) minmax(260px, 1.3fr); gap: 24px; padding: 25px 0 29px; border-bottom: 1px solid #314457; }
.connection-list article > span { padding-top: 4px; color: #ff747b; font-family: var(--mono); font-size: 9px; text-transform: uppercase; }
.connection-list strong { font-family: var(--display); font-size: 23px; letter-spacing: -.03em; }
.connection-list p { margin: 0; color: #9eb0c2; font-size: 14px; }

.security-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.security-grid article { min-height: 245px; padding: 27px 25px 31px 0; border-right: 1px solid var(--line); }
.security-grid article:not(:first-child) { padding-left: 25px; }
.security-grid article:last-child { border-right: 0; }
.security-grid span { display: block; margin-bottom: 61px; color: var(--accent); font-family: var(--mono); font-size: 10px; }
.security-grid strong { display: block; max-width: 14ch; margin-bottom: 13px; font-family: var(--display); font-size: 23px; letter-spacing: -.032em; line-height: 1.08; }
.security-grid p { margin: 0; color: var(--muted); font-size: 13px; }

.pricing-intro { max-width: 900px; }
.pricing-intro h2 { max-width: 14ch; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr .8fr; gap: 14px; align-items: stretch; }
.price-card { display: flex; min-height: 610px; flex-direction: column; padding: clamp(27px, 3vw, 40px); border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface-strong); }
.price-card-featured { border-color: rgba(226, 58, 67, .52); box-shadow: 0 18px 44px rgba(43, 67, 91, .08); }
.price-card-head { display: grid; gap: 6px; min-height: 72px; border-bottom: 1px solid var(--line); }
.price-card-head span { font-family: var(--display); font-size: 28px; font-weight: 650; letter-spacing: -.035em; }
.price-card-head small { color: var(--muted); }
.price { display: flex; min-height: 120px; align-items: end; gap: 10px; margin: 17px 0 0; }
.price strong { font-family: var(--mono); font-size: clamp(45px, 4.8vw, 68px); font-variant-numeric: tabular-nums; font-weight: 600; letter-spacing: -.07em; line-height: 1; }
.price span { padding-bottom: 8px; color: var(--muted); }
.annual-price { margin-bottom: 33px; color: var(--muted-strong); font-size: 12px; }
.price-card ul { display: grid; gap: 15px; margin: 0 0 33px; padding: 0; list-style: none; }
.price-card li { display: flex; gap: 10px; color: var(--muted-strong); font-size: 14px; }
.price-card li::before { color: var(--accent); content: "✓"; }
.price-card .button, .price-card .text-cta { margin-top: auto; }
.price-card .plan-alt { margin-top: 14px; color: var(--muted); font-size: 12px; text-align: center; text-decoration: underline; text-decoration-color: #9dabb8; text-underline-offset: 4px; }
.price-card .plan-alt:hover { color: var(--text); text-decoration-color: var(--accent); }
.price-card-scale .price strong { font-family: var(--display); font-size: clamp(40px, 4vw, 56px); }
.checkout-note { max-width: 76ch; margin: 22px 0 0; color: var(--muted); font-size: 11px; }

.faq-list { max-width: 980px; margin-left: auto; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 22px; cursor: pointer; font-family: var(--display); font-size: clamp(19px, 1.8vw, 25px); font-weight: 620; letter-spacing: -.02em; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { color: var(--accent); font-family: var(--mono); font-size: 24px; font-weight: 400; content: "+"; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 74ch; padding: 0 48px 27px 0; color: var(--muted); font-size: 16px; }

.closing { padding-top: 0; }
.closing-grid { display: grid; grid-template-columns: .34fr 1.12fr .54fr; gap: clamp(36px, 6vw, 88px); align-items: end; padding: clamp(44px, 6vw, 76px); border: 1px solid #293d50; border-radius: var(--radius-lg); background: var(--surface-ink); color: #eef4f9; }
.closing .section-label { color: #9eb0c2; }
.closing h2 { max-width: 13ch; }
.closing-grid > div > p { color: #aebdcb; }
.closing .button-row { flex-direction: column; align-items: stretch; }
.closing .button-secondary { border-color: #52687c; color: #eef4f9; }
.closing .button-secondary:hover { border-color: #8294a5; background: #1a2b3b; }

.site-footer { display: grid; grid-template-columns: 1fr 1.4fr .7fr; gap: 48px; padding-block: 58px 30px; color: var(--muted); }
.footer-brand p { max-width: 29ch; margin: 18px 0 0; font-size: 13px; }
.site-footer nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 28px; font-size: 13px; }
.footer-actions { display: grid; align-content: start; justify-items: end; gap: 14px; color: var(--muted-strong); font-size: 13px; }
.copyright { grid-column: 1 / -1; margin: 32px 0 0; padding-top: 20px; border-top: 1px solid var(--line); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1180px) {
  .site-header { gap: 18px; }.site-nav { gap: 15px; }.header-actions .text-link { display: none; }
  .hero { grid-template-columns: .84fr 1.16fr; gap: 36px; }.hero h1 { font-size: clamp(49px, 5.2vw, 64px); }
  .hero-proof { grid-template-columns: 1fr; gap: 10px; }.hero-proof div { display: grid; grid-template-columns: 115px 1fr; }
  .console-body { grid-template-columns: 1fr; }.cost-position { border-right: 0; border-bottom: 1px solid #2c4054; }.attention-panel { display: none; }
  .control-feature-primary, .control-feature-wide { grid-template-columns: 40px 1fr 1fr; gap: 32px; }
  .cash-flow { grid-template-columns: repeat(2, 1fr); }.cash-flow div:nth-child(2) { border-right: 0; }.cash-flow div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .market-grid { grid-template-columns: 1fr 1fr; }.market-lead { grid-row: span 2; }
  .security-grid { grid-template-columns: repeat(2, 1fr); }.security-grid article:nth-child(2) { border-right: 0; }.security-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .pricing-grid { grid-template-columns: 1fr 1fr; }.price-card-scale { grid-column: 1 / -1; min-height: 430px; }
  .closing-grid { grid-template-columns: 1fr 2fr; }.closing-grid > .button-row { grid-column: 2; }
}

@media (max-width: 900px) {
  :root { --page: min(100% - 32px, 760px); --header-height: 66px; }
  .section-space { padding-block: 86px; }
  .site-header { grid-template-columns: 1fr auto; padding-inline: 16px; }
  .menu-button { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav { display: none; grid-column: 1 / -1; align-items: stretch; padding: 7px 0 16px; }
  .site-nav.open { display: grid; }
  .site-nav a { display: flex; min-height: 46px; align-items: center; border-bottom: 1px solid var(--line); }
  .site-nav .mobile-app-link { justify-content: center; margin-top: 8px; border: 1px solid var(--accent); border-radius: var(--radius-sm); background: var(--accent); color: #fff; font-weight: 760; }
  .header-actions { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding-block: 64px 82px; }.hero h1 { max-width: 11ch; font-size: clamp(52px, 10vw, 76px); }
  .hero-proof { grid-template-columns: repeat(3, 1fr); }.hero-proof div { display: block; }
  .product-window { transform: none; }
  .split-heading, .workflow-intro { grid-template-columns: 1fr; gap: 18px; }.split-heading > .section-label, .workflow-intro .section-label { padding-top: 0; }
  .section-intro h2, .connections h2, .closing h2 { max-width: 16ch; }
  .control-feature-primary, .control-feature-wide { grid-template-columns: 40px 1fr; align-items: start; }.control-feature-primary .variance-viz, .control-feature-wide .cash-flow { grid-column: 2; }.control-grid { grid-template-columns: 1fr; }.control-feature-primary, .control-feature-wide { grid-column: auto; }
  .product-index { grid-template-columns: repeat(2, 1fr); }
  .lifecycle li { grid-template-columns: 42px 1fr; gap: 18px; }.lifecycle p { grid-column: 2; }
  .market-grid { grid-template-columns: 1fr 1fr; }.market-lead { grid-column: 1 / -1; grid-row: auto; min-height: 590px; }
  .ai-grid { grid-template-columns: 1fr; }
  .connections-grid { grid-template-columns: 1fr; gap: 48px; }
  .pricing-grid { grid-template-columns: 1fr; }.price-card-scale { grid-column: auto; }.price-card { min-height: 540px; }
  .closing-grid { grid-template-columns: 1fr; }.closing-grid > .button-row { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr 1fr; }.footer-actions { justify-items: start; }.site-footer nav { grid-row: 2; }.copyright { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .section-space { padding-block: 72px; }
  .button-row { display: grid; grid-template-columns: 1fr; align-items: stretch; }.button-row .button { width: 100%; }
  .hero { padding-block: 48px 68px; }.hero h1 { font-size: clamp(46px, 14vw, 66px); }.hero-summary { font-size: 17px; }
  .hero-proof { grid-template-columns: 1fr; }.hero-proof div { display: grid; grid-template-columns: 112px 1fr; gap: 12px; }
  .hero-product figcaption { text-align: left; }
  .signal-track { width: max-content; min-width: 880px; padding-inline: 20px; animation: signal-marquee 24s linear infinite; }
  .console-topbar { align-items: flex-start; flex-direction: column; }.status-indicator { align-self: flex-start; }
  .console-metrics { grid-template-columns: 1fr 1fr; }.console-metrics article:nth-child(2) { border-right: 0; }.console-metrics .metric-emphasis { grid-column: 1 / -1; border-top: 1px solid #2c4054; }
  .cost-position { padding-inline: 17px; }.cost-bars div { grid-template-columns: 60px minmax(80px, 1fr) 57px; gap: 7px; }
  .console-switcher { overflow-x: auto; }.console-switcher button { min-width: 116px; }
  .representative-note { text-align: left; }
  .control-feature { min-height: auto; padding: 25px 21px 29px; }.control-feature-primary, .control-feature-wide { grid-template-columns: 1fr; gap: 23px; }.control-feature-primary .variance-viz, .control-feature-wide .cash-flow { grid-column: 1; }.control-feature:not(.control-feature-primary):not(.control-feature-wide) .feature-number { margin-bottom: 38px; }.control-feature h3 { font-size: 34px; }
  .variance-viz { padding: 21px 16px; }.variance-head { align-items: flex-start; flex-direction: column; margin-bottom: 29px; }
  .cash-flow { grid-template-columns: 1fr 1fr; }.cash-flow strong { font-size: 16px; }
  .product-evidence { padding: 12px; }.product-index { grid-template-columns: 1fr; margin-top: 22px; }
  .lifecycle li { grid-template-columns: 34px 1fr; }.lifecycle strong { font-size: 28px; }
  .market-grid { grid-template-columns: 1fr; }.market-lead { grid-column: auto; min-height: 560px; }
  .video-controls { align-items: flex-start; flex-direction: column; }.ai-preview { padding: 22px 18px; }.preview-actions { flex-direction: column-reverse; }
  .connection-list article { grid-template-columns: 1fr; gap: 9px; }.connection-list article > span { padding-top: 0; }
  .security-grid { grid-template-columns: 1fr; }.security-grid article { min-height: 205px; padding: 25px 0 !important; border-right: 0; border-bottom: 1px solid var(--line); }.security-grid article:last-child { border-bottom: 0; }.security-grid span { margin-bottom: 39px; }
  .price-card { min-height: 520px; padding: 25px 20px; }.price strong { font-size: 52px; }
  .faq-list { margin-left: 0; }.faq summary { min-height: 76px; }.faq details p { padding-right: 20px; }
  .closing-grid { padding: 31px 22px; }
  .site-footer { grid-template-columns: 1fr; gap: 32px; }.site-footer nav { grid-row: auto; }.copyright { grid-column: auto; }
}

@keyframes signal-marquee { to { transform: translateX(-42%); } }

/* Feature-led evolution: existing brand, static HTML, no new runtime dependencies. */
.hero { min-height: min(760px, calc(100svh - var(--header-height))); }
.hero h1 { max-width: 11ch; }
.hero-scene img { aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--radius-lg); }
.hero-scene::before { display: none; }
.feature-shortcuts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding-block: 30px; gap: 30px; border-block: 1px solid var(--line); }
.feature-shortcuts a { display: grid; gap: 8px; padding-block: 8px; }
.feature-shortcuts strong { font-size: 19px; font-weight: 700; letter-spacing: -.02em; }
.feature-shortcuts span { color: var(--muted); font-size: 14px; }
.feature-shortcuts a:hover strong, .capability-grid a:hover, .audience-list a:hover { color: var(--accent-dark); }
.feature-spotlight { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr); column-gap: clamp(40px, 6vw, 90px); row-gap: 48px; }
.spotlight-heading { grid-column: 1 / -1; display: block; max-width: 760px; }
.spotlight-heading h2, .audience-intro h2 { font-family: var(--display); font-size: clamp(40px, 4.5vw, 68px); font-weight: 660; line-height: 1.02; letter-spacing: -.052em; text-wrap: balance; margin-bottom: 22px; }
.spotlight-heading > p, .section-intro > p, .audience-intro > p { max-width: 62ch; color: var(--muted-strong); font-size: 19px; line-height: 1.55; }
.feature-photo { margin: 0; min-width: 0; }
.feature-photo img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; border-radius: var(--radius-md); }
.feature-photo figcaption { margin-top: 12px; color: var(--muted); font-size: 12px; }
.spotlight-details article + article, .preconstruction-copy article + article { margin-top: 28px; }
.spotlight-details h3, .preconstruction-copy h3, .capability-grid h3, .audience-list h3 { margin-bottom: 10px; font-size: 23px; font-weight: 690; line-height: 1.2; letter-spacing: -.025em; }
.spotlight-details article p, .preconstruction-copy article p, .capability-grid p, .audience-list p { color: var(--muted-strong); margin-bottom: 0; max-width: 60ch; }
.feature-footnote { margin-block: 28px 16px; color: var(--muted); font-size: 13px; }
.preconstruction { background: var(--bg-cold); }
.preconstruction-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; gap: clamp(40px, 6vw, 90px); }
.preconstruction .section-intro h2 { max-width: 20ch; }
.capability-note { border-top: 1px solid #aebdcb; margin-top: 30px; padding-top: 18px; }
.capability-note summary { cursor: pointer; font-weight: 700; color: var(--text); min-height: 44px; }
.capability-note p { font-size: 14px; color: var(--muted-strong); }
.capability-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 64px; }
.capability-grid article { padding: 32px 0; border-top: 1px solid var(--line); }
.capability-grid article:nth-child(2), .capability-grid article:nth-child(3) { background: rgba(203, 214, 225, .18); padding-inline: 24px; }
.capability-grid a, .audience-list a { display: inline-block; min-height: 44px; padding-top: 18px; font-weight: 700; font-size: 14px; }
.audience-layout { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 6vw, 100px); align-items: start; }
.audience-intro img { margin-top: 34px; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: var(--radius-md); }
.audience-list details { border-bottom: 1px solid #adbdcb; }
.audience-list details:first-child { border-top: 1px solid #adbdcb; }
.audience-list summary { position: relative; list-style: none; padding: 25px 40px 25px 0; font-size: 23px; font-weight: 700; letter-spacing: -.025em; cursor: pointer; }
.audience-list summary::-webkit-details-marker { display: none; }
.audience-list summary::after { content: "+"; position: absolute; right: 0; top: 22px; color: var(--accent-dark); font-size: 28px; font-weight: 400; }
.audience-list details[open] summary::after { content: "-"; }
.audience-list details[open] summary { color: var(--accent-dark); }
.audience-list details > div { padding-bottom: 26px; }
.audience-list h3 { font-size: 20px; }
.audience-list .audience-priority { margin-top: 18px; font-size: 13px; color: var(--muted); }
.section-intro h2 { max-width: 22ch; }
.section-label { text-transform: none; letter-spacing: 0; font-family: var(--body); font-size: 15px; }
.finance-console .status-indicator { border-color: #855b37; background: #3a2b20; color: #ffd2a6 !important; border-radius: var(--radius-sm); }
.finance-console .status-indicator i { background: #ffd2a6; }
.console-body[hidden] { display: none; }
.ai-preview > .representative-note { color: var(--muted); text-align: left; margin: 0 0 22px; padding: 0; text-transform: none; letter-spacing: 0; }
@media (max-width: 1024px) {
  .hero { min-height: auto; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 28px; }
  .hero h1 { font-size: clamp(45px, 6vw, 68px); }
}
@media (max-width: 767px) {
  .hero { grid-template-columns: 1fr; padding-block: 42px; gap: 34px; }
  .hero h1 { font-size: clamp(46px, 11vw, 64px); }
  .hero-summary { font-size: 18px; }
  .hero-scene figcaption { text-align: left; }
  .feature-shortcuts { grid-template-columns: 1fr; gap: 4px; padding-block: 18px; }
  .feature-shortcuts a { padding-block: 12px; }
  .feature-spotlight, .preconstruction-grid, .audience-layout, .capability-grid { grid-template-columns: 1fr; gap: 30px; }
  .spotlight-heading { grid-column: auto; }
  .spotlight-heading h2, .audience-intro h2 { font-size: 42px; }
  .spotlight-heading > p, .section-intro > p, .audience-intro > p { font-size: 17px; }
  .capability-grid { gap: 0; }
  .capability-grid article:nth-child(2), .capability-grid article:nth-child(3) { padding-inline: 18px; }
  .audience-list summary { font-size: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
