/* UsageVault — "Instrument" direction (homepage).
   Light mode only: do not add a dark theme, a toggle, or a prefers-color-scheme block.
   Tokens come from the design handoff. Other pages still use site.css + inner-pages.css. */

:root {
  --uv-ink: #0e2b26;
  --uv-ink-2: #3f524d;
  --uv-ink-3: #4e615c;
  --uv-ink-4: #5a6b66;
  --uv-muted: #5c6e69;
  --uv-muted-2: #5f716c;
  --uv-brand: #12594c;
  --uv-brand-hover: #0f4c41;
  --uv-brand-deep: #0d2925;
  --uv-brand-500: #7fb3a6;
  --uv-brand-300: #bcd6ce;
  --uv-brand-tint: #f2f8f5;
  --uv-brand-tint-2: #eef5f2;
  --uv-brand-tint-3: #f7fbf9;
  --uv-brand-border: #cfe0da;
  --uv-brand-on-tint: #3f5a53;
  --uv-surface: #fff;
  --uv-surface-2: #fafbfa;
  --uv-surface-3: #f7f9f8;
  --uv-surface-4: #f9fbfa;
  --uv-border: #e4e8e5;
  --uv-border-2: #eef1ef;
  --uv-border-3: #eaefec;
  --uv-border-strong: #d5dcd8;
  --uv-border-hover: #b9c4bf;
  --uv-frame-border: #dfe5e2;
  --uv-dot: #d3dbd7;
  --uv-on-dark: #eaf2ef;
  --uv-on-dark-muted: #a9c3bc;
  --uv-on-dark-mono: #7fa39a;

  --uv-font-sans: 'Instrument Sans', system-ui, sans-serif;
  --uv-font-mono: 'IBM Plex Mono', ui-monospace, monospace;

  --uv-r-xs: 5px;
  --uv-r-sm: 6px;
  --uv-r-md: 7px;
  --uv-r-lg: 9px;
  --uv-r-xl: 10px;
  --uv-r-pill: 99px;
  --uv-shadow-frame: 0 22px 46px -26px rgba(14, 43, 38, .4);

  --uv-page-max: 1240px;
  --uv-gutter: 40px;
  --uv-header-h: 66px;
  --uv-sec-y: 76px;
  --uv-sec-y-band: 64px;
}

/* Base */
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; color: var(--uv-ink); background: var(--uv-surface); font-family: var(--uv-font-sans); font-size: 16.5px; line-height: 1.6; overflow-wrap: break-word; -webkit-font-smoothing: antialiased; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; }
a { color: var(--uv-brand); text-decoration: none; }
a:hover { color: var(--uv-brand-deep); }
p a:hover, .text-link:hover { text-decoration: underline; text-underline-offset: 3px; }
img, svg { display: block; max-width: 100%; }
button { font: inherit; }
:where(a, button, input, textarea, select, [tabindex]):focus-visible { outline: 2px solid var(--uv-brand); outline-offset: 2px; }
.final-cta :focus-visible { outline-color: #fff; }

.container { width: min(var(--uv-page-max), 100%); margin-inline: auto; padding-inline: var(--uv-gutter); }
.section { padding: var(--uv-sec-y) 0; }
.band { padding: var(--uv-sec-y-band) 0; background: var(--uv-surface-2); border-block: 1px solid var(--uv-border); }
.band--tall { padding: var(--uv-sec-y) 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 16px; color: #fff; background: var(--uv-brand); border-radius: var(--uv-r-sm); font-size: 14.5px; font-weight: 600; transform: translateY(-150%); }
.skip-link:focus { color: #fff; transform: none; }

/* Type ramp */
h1, h2, h3 { margin: 0; }
.h1 { font-size: clamp(40px, 4.6vw, 56px); line-height: 1.04; letter-spacing: -.03em; font-weight: 700; text-wrap: balance; }
.h2 { font-size: clamp(30px, 3.3vw, 38px); line-height: 1.12; letter-spacing: -.025em; font-weight: 700; text-wrap: balance; }
.h2--sm { font-size: clamp(27px, 2.7vw, 32px); line-height: 1.18; letter-spacing: -.02em; }
.h2--faq { font-size: clamp(28px, 2.9vw, 34px); line-height: 1.14; }
.eyebrow { display: block; color: var(--uv-brand); font-family: var(--uv-font-mono); font-size: 11.5px; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase; }
.lead { max-width: 48ch; margin: 20px 0 0; color: var(--uv-ink-3); font-size: 18px; line-height: 1.55; text-wrap: pretty; }
.body-text { margin: 16px 0 0; color: var(--uv-ink-3); font-size: 16.5px; line-height: 1.6; text-wrap: pretty; }
.legal { max-width: 100ch; margin: 16px 0 0; color: var(--uv-muted-2); font-size: 13px; line-height: 1.6; }
.text-link { font-size: 15px; font-weight: 600; }

.section-heading { margin-bottom: 34px; }
.section-heading--split { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.section-heading--flush { margin-bottom: 0; }
.section-heading h2 { max-width: 26ch; margin-top: 14px; }
.section-heading--split h2 { max-width: 24ch; }
.section-heading--wide h2 { max-width: 30ch; }
.section-heading .body-text { max-width: 76ch; }

/* Checked item lists */
.check-list { display: flex; flex-direction: column; gap: 11px; margin: 26px 0 0; padding: 0; list-style: none; color: var(--uv-ink-2); font-size: 15.5px; line-height: 1.5; }
.check-list li { display: flex; gap: 11px; }
.check-list li::before { content: '✓'; flex: none; color: var(--uv-brand); }

/* Buttons */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 22px; color: var(--uv-ink); border: 1px solid transparent; border-radius: var(--uv-r-md); font-size: 15.5px; font-weight: 600; line-height: 1.2; text-align: center; cursor: pointer; transition: background .15s ease, border-color .15s ease, color .15s ease; }
.button--primary, .button--primary:hover { color: #fff; }
.button--primary { background: var(--uv-brand); border-color: var(--uv-brand); }
.button--primary:hover { background: var(--uv-brand-hover); border-color: var(--uv-brand-hover); }
.button--secondary, .button--outline { background: #fff; border-color: var(--uv-border-strong); }
.button--secondary:hover, .button--outline:hover { color: var(--uv-ink); background: var(--uv-surface-3); border-color: var(--uv-border-hover); }
.button--on-dark, .button--on-dark:hover { color: var(--uv-brand-deep); }
.button--on-dark { background: #fff; border-color: #fff; }
.button--on-dark:hover { background: var(--uv-on-dark); border-color: var(--uv-on-dark); }
.button--small { padding: 10px 16px; border-radius: var(--uv-r-sm); font-size: 14.5px; }
.button--full { width: 100%; padding: 13px 16px; font-size: 15px; }

/* Header */
.site-header { position: sticky; z-index: 20; top: 0; background: rgba(255, 255, 255, .94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--uv-border); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 24px -20px rgba(14, 43, 38, .2); }
.nav-wrap { height: var(--uv-header-h); display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--uv-ink); font-size: 19px; font-weight: 700; letter-spacing: -.035em; white-space: nowrap; }
.brand:hover { color: var(--uv-ink); }
.brand__mark { display: block; flex: none; }
.nav { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 14.5px; }
.nav__links { display: flex; align-items: center; gap: 24px; }
.nav__actions { display: flex; align-items: center; gap: 18px; }
.nav a:not(.button) { color: var(--uv-ink-3); }
.nav a:not(.button):hover, .nav a[aria-current="page"]:not(.button) { color: var(--uv-brand-deep); }

/* Dropdown groups */
.nav-group { position: relative; }
.nav-group__trigger { display: inline-flex; align-items: center; gap: 7px; padding: 0; color: var(--uv-ink-3); background: none; border: 0; font: inherit; font-size: 14.5px; cursor: pointer; transition: color .15s ease; }
.nav-group__trigger:hover, .nav-group__trigger[aria-expanded="true"] { color: var(--uv-brand-deep); }
.nav-group__chevron { width: 6px; height: 6px; margin-top: -4px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); transition: transform .15s ease; }
.nav-group__trigger[aria-expanded="true"] .nav-group__chevron { margin-top: 3px; transform: rotate(225deg); }
.nav-panel { position: absolute; z-index: 30; top: calc(100% + 15px); left: -14px; min-width: 320px; padding: 8px; background: #fff; border: 1px solid var(--uv-border); border-radius: var(--uv-r-lg); box-shadow: var(--uv-shadow-frame); opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s; }
.nav-panel::before { content: ''; position: absolute; top: -15px; left: 0; right: 0; height: 15px; }
.nav-group.is-open .nav-panel { opacity: 1; visibility: visible; transform: none; transition-delay: 0s; }
.nav-panel a { display: block; padding: 10px 12px; border-radius: var(--uv-r-sm); transition: background .15s ease; }
.nav-panel a:hover { background: var(--uv-surface-3); }
.nav-panel a b { display: block; color: var(--uv-ink); font-size: 14.5px; font-weight: 600; line-height: 1.35; }
.nav-panel a[aria-current="page"] b { color: var(--uv-brand); }
.nav-panel a span { display: block; margin-top: 2px; color: var(--uv-muted); font-size: 12.5px; line-height: 1.4; }
.nav-toggle { display: none; width: 44px; height: 44px; margin-right: -10px; margin-left: auto; padding: 11px; background: none; border: 0; cursor: pointer; }
.nav-toggle span:not(.sr-only) { display: block; width: 20px; height: 1.5px; margin: 4px 0; background: var(--uv-ink); transition: transform .2s ease, opacity .2s ease; }

/* Hero */
.hero { background: linear-gradient(180deg, #f2f7f4 0%, #fcfdfc 72%, #fff 100%); }
.hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 60px; padding-block: var(--uv-sec-y) 84px; }
.hero__pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 11px; color: var(--uv-brand); background: #fff; border: 1px solid var(--uv-brand-border); border-radius: var(--uv-r-xs); font-family: var(--uv-font-mono); font-size: 11.5px; line-height: 1.3; letter-spacing: .06em; text-transform: uppercase; }
.hero h1 { margin-top: 22px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero__facts { display: flex; margin: 38px 0 0; padding-top: 20px; border-top: 1px solid var(--uv-border); list-style: none; }
.hero__facts li { padding-inline: 30px; border-right: 1px solid var(--uv-border); }
.hero__facts li:first-child { padding-left: 0; }
.hero__facts li:last-child { padding-right: 0; border-right: 0; }
.hero__facts b { display: block; font-family: var(--uv-font-mono); font-size: 23px; font-weight: 500; line-height: 1.2; letter-spacing: -.01em; }
.hero__facts span { display: block; margin-top: 3px; color: var(--uv-muted); font-size: 13.5px; line-height: 1.4; }
.hero__visual { margin: 0; }

/* Hero report frame */
.report-frame { overflow: hidden; background: #fff; border: 1px solid var(--uv-frame-border); border-radius: var(--uv-r-xl); box-shadow: var(--uv-shadow-frame); }
.report-frame__bar { display: flex; align-items: center; gap: 7px; padding: 10px 13px; background: var(--uv-surface-3); border-bottom: 1px solid var(--uv-border-3); }
.report-frame__bar i { width: 8px; height: 8px; border-radius: 50%; background: var(--uv-dot); }
.report-frame__bar span { margin-left: 6px; color: var(--uv-muted-2); font-family: var(--uv-font-mono); font-size: 11px; }
.report-frame img { width: 100%; height: auto; }

/* Hairline grids */
.hairline-grid { display: grid; gap: 1px; background: var(--uv-border); border: 1px solid var(--uv-border); border-radius: var(--uv-r-lg); overflow: hidden; }
.hairline-grid > * { margin: 0; background: var(--uv-surface); }

/* Product */
.product { padding: var(--uv-sec-y) 0; }
.product__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.product__grid .h2 { margin-top: 14px; max-width: 22ch; }
.product__grid .body-text { max-width: 52ch; }
.product__grid .text-link { display: inline-block; margin-top: 26px; }
.pages-grid { grid-template-columns: 1fr 1fr; list-style: none; padding: 0; }
.page-cell { padding: 18px 20px; transition: background .2s ease; }
.pages-grid .page-cell:not(.page-cell--model):hover { background: var(--uv-surface-4); }
.page-cell span { display: block; color: var(--uv-muted-2); font-family: var(--uv-font-mono); font-size: 11px; letter-spacing: .04em; text-transform: uppercase; }
.page-cell b { display: block; margin-top: 6px; font-size: 15.5px; font-weight: 600; line-height: 1.3; }
.page-cell--model { display: flex; align-items: center; background: var(--uv-surface-3); }
.page-cell--model span, .page-cell--model b { color: var(--uv-brand); }

/* "It's Power BI" band */
.platform__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.platform__grid .h2 { max-width: 24ch; margin-top: 14px; }
.platform__grid .body-text { max-width: 52ch; }
.extend-list { padding: 8px 24px; background: #fff; border: 1px solid var(--uv-border); border-radius: var(--uv-r-lg); list-style: none; }
.extend-list li { display: flex; gap: 16px; padding: 16px 0; color: var(--uv-ink-2); border-bottom: 1px solid var(--uv-border-2); font-size: 15.5px; line-height: 1.5; }
.extend-list li:last-child { border-bottom: 0; }
.extend-list span { flex: none; width: 92px; padding-top: 3px; color: var(--uv-brand); font-family: var(--uv-font-mono); font-size: 11px; line-height: 1.5; letter-spacing: .05em; text-transform: uppercase; }
.extend-list b { font-weight: 600; }

/* Four decisions */
.decision-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.decision-card { padding: 26px 24px 28px; transition: background .2s ease; }
.decision-card:hover { background: var(--uv-surface-4); }
.decision-card span { display: block; color: var(--uv-muted-2); font-family: var(--uv-font-mono); font-size: 11.5px; letter-spacing: .04em; }
.decision-card h3 { margin: 14px 0 8px; font-size: 18px; font-weight: 600; line-height: 1.3; }
.decision-card p { margin: 0; color: var(--uv-ink-4); font-size: 15px; line-height: 1.55; text-wrap: pretty; }

/* Fit-when band */
.fit__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; }
.fit__grid .h2 { margin-top: 14px; max-width: 26ch; }
.fit__links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.fit-card { margin: 0; padding: 8px 24px; background: #fff; border: 1px solid var(--uv-border); border-radius: var(--uv-r-lg); list-style: none; }
.fit-card li { display: flex; gap: 12px; padding: 16px 0; color: var(--uv-ink-2); border-bottom: 1px solid var(--uv-border-2); font-size: 15.5px; line-height: 1.5; }
.fit-card li:last-child { border-bottom: 0; }
.fit-card li::before { content: '✓'; flex: none; color: var(--uv-brand); }

/* Three stages */
.stage-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin: 34px 0 0; padding: 0; list-style: none; }
.stage-card { padding: 26px; border: 1px solid var(--uv-border); border-radius: var(--uv-r-lg); transition: border-color .2s ease, transform .25s cubic-bezier(.2, .7, .2, 1); }
.stage-card:hover { border-color: var(--uv-border-hover); transform: translateY(-3px); }
.stage-card span { display: block; color: var(--uv-brand-300); font-family: var(--uv-font-mono); font-size: 26px; font-weight: 500; line-height: 1; }
.stage-card h3 { margin: 12px 0 8px; font-size: 19px; font-weight: 600; }
.stage-card p { margin: 0; color: var(--uv-ink-4); font-size: 15px; line-height: 1.6; text-wrap: pretty; }

/* Architecture band */
.architecture .body-text { max-width: 80ch; margin: 18px 0 30px; }
.architecture__link { font-size: 15px; font-weight: 600; white-space: nowrap; }
.flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0; padding: 0; overflow: hidden; background: #fff; border: 1px solid var(--uv-border); border-radius: var(--uv-r-lg); list-style: none; }
.flow li { padding: 22px; border-right: 1px solid var(--uv-border-2); }
.flow li:last-child { border-right: 0; }
.flow li:nth-child(2), .flow li:nth-child(3) { background: var(--uv-surface-4); }
.flow span { display: block; color: var(--uv-brand); font-family: var(--uv-font-mono); font-size: 11px; line-height: 1.5; letter-spacing: .06em; text-transform: uppercase; }
.flow li:first-child span { color: var(--uv-muted-2); }
.flow b { display: block; margin-top: 8px; font-size: 17px; font-weight: 600; }
.flow em { display: block; margin-top: 3px; color: var(--uv-ink-4); font-size: 14px; font-style: normal; }
.flow-note { margin: 12px 0 0; color: var(--uv-muted-2); font-family: var(--uv-font-mono); font-size: 11px; line-height: 1.5; letter-spacing: .05em; text-transform: uppercase; }

/* Comparison table */
.table-wrap { overflow-x: auto; border: 1px solid var(--uv-border); border-radius: var(--uv-r-xl); }
.compare-table { width: 100%; min-width: 720px; border-collapse: collapse; text-align: left; }
.compare-table th, .compare-table td { padding: 15px 18px; font-size: 14.5px; font-weight: 400; vertical-align: top; }
.compare-table thead th { color: var(--uv-muted); background: var(--uv-surface-3); border-bottom: 1px solid var(--uv-border); font-size: 13.5px; font-weight: 600; }
.compare-table th:first-child { width: 36%; padding-inline: 22px; color: var(--uv-ink); }
.compare-table thead th:first-child { color: var(--uv-ink-3); }
.compare-table tbody tr { border-bottom: 1px solid var(--uv-border-2); }
.compare-table tbody tr:last-child { border-bottom: 0; }
.compare-table tbody td { color: var(--uv-ink-4); }
.compare-table .is-featured { color: var(--uv-ink); background: var(--uv-brand-tint-3); font-weight: 600; }
.compare-table thead .is-featured { color: var(--uv-brand); background: var(--uv-brand-tint-2); }

/* Pricing */
.pricing .h2 { max-width: 24ch; }
.chips { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; max-width: 34ch; margin: 0; padding: 0; list-style: none; }
.chips li { padding: 6px 10px; color: var(--uv-brand); background: var(--uv-brand-tint-2); border: 1px solid var(--uv-brand-border); border-radius: var(--uv-r-xs); font-family: var(--uv-font-mono); font-size: 11px; line-height: 1.4; letter-spacing: .05em; text-transform: uppercase; }
.price-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 34px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 30px; background: #fff; border: 1px solid var(--uv-border); border-radius: var(--uv-r-xl); transition: border-color .2s ease, transform .25s cubic-bezier(.2, .7, .2, 1); }
.price-card:hover { border-color: var(--uv-border-hover); transform: translateY(-3px); }
.price-card--featured:hover { border-color: var(--uv-brand); }
.price-card--featured { border: 1.5px solid var(--uv-brand); }
.price-card__flag { position: absolute; top: -11px; right: 26px; padding: 5px 11px; color: #fff; background: var(--uv-brand); border-radius: var(--uv-r-pill); font-size: 11.5px; font-weight: 600; line-height: 1.3; }
.price-card__scope { display: block; color: var(--uv-muted-2); font-family: var(--uv-font-mono); font-size: 11.5px; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase; }
.price-card--featured .price-card__scope { color: var(--uv-brand); }
.price-card h3 { margin: 12px 0 8px; font-size: 24px; font-weight: 700; letter-spacing: -.02em; }
.price { font-size: 34px; font-weight: 700; line-height: 1.1; letter-spacing: -.025em; }
.price small { color: var(--uv-muted); font-size: 14.5px; font-weight: 500; letter-spacing: normal; }
.price-card__desc { margin: 12px 0 0; color: var(--uv-ink-4); font-size: 15px; line-height: 1.55; }
.price-card__summary { margin: 20px 0; padding: 14px 16px; color: var(--uv-ink-2); background: var(--uv-surface-3); border-radius: var(--uv-r-md); font-size: 14.5px; line-height: 1.5; }
.price-card__summary strong { display: block; }
.price-card__summary span { display: block; margin-top: 3px; color: var(--uv-muted); }
.price-card--featured .price-card__summary { color: var(--uv-ink); background: var(--uv-brand-tint); }
.price-card--featured .price-card__summary span { color: var(--uv-brand-on-tint); }
.price-card .check-list { flex: 1; align-content: start; margin: 0; font-size: 15px; gap: 10px; }
.price-card .button { margin-top: 24px; }
.price-card__fine { margin: 14px 0 0; color: var(--uv-muted-2); font-size: 13.5px; line-height: 1.55; }
.pricing__note { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 20px; padding: 22px 26px; background: #fff; border: 1px solid var(--uv-border); border-radius: var(--uv-r-lg); }
.pricing__note p { max-width: 78ch; margin: 0; color: var(--uv-ink-2); font-size: 15px; line-height: 1.6; }
.pricing__note .text-link { flex: none; font-size: 14.5px; white-space: nowrap; }

/* FAQ */
.faq__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: 60px; }
.faq__intro { position: sticky; top: 96px; }
.faq__intro .h2 { margin-top: 14px; }
.faq__intro .body-text { margin: 16px 0 22px; font-size: 16px; }
.accordion { border-top: 1px solid var(--uv-border); }
.faq-item { border-bottom: 1px solid var(--uv-border); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--uv-ink); background: none; border: 0; font-size: 17.5px; font-weight: 600; line-height: 1.35; text-align: left; cursor: pointer; transition: color .15s ease; }
.faq-item button:hover { color: var(--uv-brand); }
.faq-item button > span { position: relative; flex: none; width: 18px; height: 18px; color: var(--uv-muted-2); transition: transform .18s ease, color .18s ease; }
.faq-item button > span::before, .faq-item button > span::after { content: ''; position: absolute; top: 50%; left: 50%; width: 15px; height: 1.5px; background: currentColor; transform: translate(-50%, -50%); }
.faq-item button > span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-item button[aria-expanded="true"] > span { color: var(--uv-brand); transform: rotate(45deg); }
.faq-answer { overflow: hidden; }
.faq-answer p { margin: -4px 40px 22px 0; color: var(--uv-ink-4); font-size: 15px; line-height: 1.6; text-wrap: pretty; }

/* Final CTA */
.final-cta { padding: 72px 0; color: var(--uv-on-dark); background: var(--uv-brand-deep); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 56px; }
.final-cta .eyebrow { color: var(--uv-on-dark-mono); }
.final-cta h2 { max-width: 26ch; margin-top: 14px; font-size: clamp(29px, 3vw, 36px); line-height: 1.16; letter-spacing: -.025em; font-weight: 700; text-wrap: balance; }
.final-cta p { max-width: 58ch; margin: 16px 0 0; color: var(--uv-on-dark-muted); font-size: 16.5px; line-height: 1.6; text-wrap: pretty; }
.final-cta__copy { flex: 1; min-width: 0; }
.final-cta__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 28px; }
.final-cta__actions .button { white-space: nowrap; }
.final-cta__actions small { color: var(--uv-on-dark-mono); font-family: var(--uv-font-mono); font-size: 11px; line-height: 1.6; letter-spacing: .05em; text-transform: uppercase; }

/* The unanswered-questions console */
.cta-console { flex: 0 1 440px; min-width: 0; overflow: hidden; background: rgba(255, 255, 255, .045); border: 1px solid rgba(234, 242, 239, .16); border-radius: var(--uv-r-xl); font-family: var(--uv-font-mono); font-size: 13px; }
.cta-console__bar { display: flex; align-items: center; gap: 7px; padding: 10px 14px; background: rgba(255, 255, 255, .05); border-bottom: 1px solid rgba(234, 242, 239, .12); }
.cta-console__bar i { width: 8px; height: 8px; border-radius: 50%; background: rgba(234, 242, 239, .22); }
.cta-console__bar span { margin-left: 6px; color: var(--uv-on-dark-mono); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.cta-console p { display: flex; gap: 10px; padding: 12px 16px; color: var(--uv-on-dark-muted); border-bottom: 1px solid rgba(234, 242, 239, .07); line-height: 1.5; }
.cta-console p:last-child { border-bottom: 0; }
.cta-console p > span { color: var(--uv-on-dark-mono); }
.cta-console__prompt { color: #fff; }
.cta-console__cursor { display: inline-block; width: 8px; height: 15px; margin-left: 3px; background: var(--uv-brand-300); vertical-align: text-bottom; }
.motion-ready .cta-console__cursor { animation: uv-blink 1.1s steps(1) infinite; }
@keyframes uv-blink { 50% { opacity: 0; } }

/* Footer */
.footer { background: #fff; border-top: 1px solid var(--uv-border); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-block: 48px 30px; }
.footer__about .brand { display: flex; }
.footer__about p { max-width: 34ch; margin: 12px 0 0; color: var(--uv-ink-4); font-size: 14.5px; line-height: 1.6; }
.footer__links { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: 14.5px; }
.footer__links strong { margin-bottom: 2px; color: var(--uv-muted-2); font-family: var(--uv-font-mono); font-size: 11px; font-weight: 400; letter-spacing: .08em; text-transform: uppercase; }
.footer__links a { color: var(--uv-ink-2); }
.footer__links a:hover { color: var(--uv-brand); }
.footer__preference-button { padding: 0; color: var(--uv-ink-2); background: none; border: 0; font: inherit; text-align: left; cursor: pointer; }
.footer__preference-button:hover { color: var(--uv-brand); }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px 40px; color: var(--uv-muted-2); border-top: 1px solid var(--uv-border-2); font-size: 13.5px; }
.footer__bottom > span:last-child { font-family: var(--uv-font-mono); font-size: 11.5px; letter-spacing: .05em; text-transform: uppercase; }

/* Legacy-markup compatibility (inner pages) */
.kicker { display: block; color: var(--uv-brand); font-family: var(--uv-font-mono); font-size: 11.5px; font-weight: 400; line-height: 1.4; letter-spacing: .06em; text-transform: uppercase; }
.kicker--light { color: var(--uv-on-dark-mono); }
h1 em, h2 em, h3 em { font-style: normal; color: inherit; }
.button--dark { color: #fff; background: var(--uv-brand); border-color: var(--uv-brand); }
.button--dark:hover { color: #fff; background: var(--uv-brand-hover); border-color: var(--uv-brand-hover); }
.button--ghost { color: var(--uv-ink); background: #fff; border-color: var(--uv-border-strong); }
.button--ghost:hover { background: var(--uv-surface-3); border-color: var(--uv-border-hover); }
.button--outline-light { color: #fff; background: transparent; border-color: rgba(255, 255, 255, .4); }
.button--outline-light:hover { color: #fff; background: rgba(255, 255, 255, .08); border-color: #fff; }
.section-heading h2 { font-size: clamp(30px, 3.3vw, 38px); font-weight: 700; line-height: 1.12; letter-spacing: -.025em; text-wrap: balance; }
.section-heading > p, .section-heading > div > p { color: var(--uv-ink-3); }
.section-heading--split > p { max-width: 38ch; margin: 0; font-size: 16px; line-height: 1.6; text-wrap: pretty; }
.section-heading--center { max-width: 68ch; margin-inline: auto; text-align: center; }
.section-heading--center h2 { margin-inline: auto; }
.section-heading--center p { max-width: 60ch; margin: 16px auto 0; font-size: 16.5px; line-height: 1.6; }

/* Analytics consent banner (injected by analytics.js) */
.consent-banner { position: fixed; z-index: 1000; right: 24px; bottom: 24px; left: 24px; max-width: 840px; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 18px 20px; background: #fff; border: 1px solid var(--uv-border-strong); border-radius: var(--uv-r-xl); box-shadow: var(--uv-shadow-frame); }
.consent-banner strong { display: block; margin-bottom: 4px; font-size: 15px; }
.consent-banner p { max-width: 580px; margin: 0; color: var(--uv-ink-4); font-size: 13.5px; line-height: 1.55; }
.consent-banner a { text-decoration: underline; text-underline-offset: 2px; }
.consent-banner__actions { flex: none; display: flex; gap: 9px; }

/* Motion — armed by site.js (.motion-ready on <html>, .is-visible via IntersectionObserver).
   Reduced-motion users never get .motion-ready, so everything below is opt-in. */
@keyframes uv-rise { from { opacity: 0; transform: translateY(16px); } }

/* Hero: staggered entrance on load */
.motion-ready .hero__copy > * { animation: uv-rise .5s cubic-bezier(.2, .7, .2, 1) both; }
.motion-ready .hero__copy > :nth-child(2) { animation-delay: .07s; }
.motion-ready .hero__copy > :nth-child(3) { animation-delay: .14s; }
.motion-ready .hero__copy > :nth-child(4) { animation-delay: .21s; }
.motion-ready .hero__copy > :nth-child(5) { animation-delay: .28s; }
.motion-ready .hero__visual { animation: uv-rise .6s cubic-bezier(.2, .7, .2, 1) .2s both; }

/* Section entry: fade-up on scroll */
.motion-ready .reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s cubic-bezier(.2, .7, .2, 1), transform .5s cubic-bezier(.2, .7, .2, 1); transition-delay: calc(var(--delay, 0) * 80ms); }
.motion-ready .reveal[data-delay="1"] { --delay: 1; }
.motion-ready .reveal[data-delay="2"] { --delay: 2; }
.motion-ready .reveal[data-delay="3"] { --delay: 3; }
.motion-ready .reveal.is-visible { opacity: 1; transform: none; }

/* Staggered variant: the container stays put, its children cascade in */
.motion-ready .reveal--stagger { opacity: 1; transform: none; }
.motion-ready .reveal--stagger > * { opacity: 0; transform: translateY(18px); transition: opacity .5s cubic-bezier(.2, .7, .2, 1), transform .5s cubic-bezier(.2, .7, .2, 1); transition-delay: calc(var(--i, 0) * 70ms); }
.motion-ready .reveal--stagger.is-visible > * { opacity: 1; transform: none; }
.reveal--stagger > :nth-child(2) { --i: 1; }
.reveal--stagger > :nth-child(3) { --i: 2; }
.reveal--stagger > :nth-child(4) { --i: 3; }
.reveal--stagger > :nth-child(5) { --i: 4; }
.reveal--stagger > :nth-child(6) { --i: 5; }
.reveal--stagger > :nth-child(7) { --i: 6; }
.reveal--stagger > :nth-child(8) { --i: 7; }
.reveal--stagger > :nth-child(9) { --i: 8; }
.reveal--stagger > :nth-child(10) { --i: 9; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; transition-delay: 0s !important; animation-delay: 0s !important; }
  .motion-ready .reveal, .motion-ready .reveal--stagger > * { opacity: 1; transform: none; }
}

@media (max-width: 1080px) {
  .hero__grid, .product__grid, .platform__grid, .fit__grid, .faq__grid { grid-template-columns: 1fr; gap: 44px; }
  .extend-list { max-width: 640px; }
  .hero__grid { padding-block: 60px 56px; }
  .hero__visual { max-width: 640px; }
  .faq__intro { position: static; }
  .product__grid .h2, .fit__grid .h2 { max-width: 30ch; }
}

@media (max-width: 900px) {
  .section { padding: 64px 0; }
  .band, .band--tall { padding: 56px 0; }
  .section-heading--split, .final-cta__inner, .pricing__note { flex-direction: column; align-items: flex-start; gap: 24px; }
  .decision-grid, .flow { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flow li:nth-child(2) { border-right: 0; }
  .flow li:nth-child(1), .flow li:nth-child(2) { border-bottom: 1px solid var(--uv-border-2); }
  .flow li:nth-child(3) { border-right: 1px solid var(--uv-border-2); }
  .stage-grid, .price-cards { grid-template-columns: 1fr; }
  .cta-console { flex: none; width: 100%; }
  .chips { justify-content: flex-start; max-width: none; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer__about { grid-column: 1 / -1; }
  .final-cta { padding: 64px 0; }
}

@media (max-width: 860px) {
  .button { min-height: 44px; }
  /* backdrop-filter would make the header the containing block for the fixed nav overlay. */
  .site-header { background: #fff; backdrop-filter: none; }
  .nav-toggle { display: block; position: relative; z-index: 2; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(5.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-5.5px) rotate(-45deg); }
  body.nav-open { overflow: hidden; }
  .nav { position: fixed; inset: 0; visibility: hidden; flex-direction: column; align-items: stretch; justify-content: flex-start; gap: 28px; padding: 90px 24px 40px; overflow-y: auto; overscroll-behavior: contain; background: #fff; opacity: 0; pointer-events: none; transition: opacity .2s ease, visibility 0s linear .2s; }
  .nav.is-open { visibility: visible; opacity: 1; pointer-events: auto; transition-delay: 0s; }
  .nav__links, .nav__actions { flex-direction: column; align-items: stretch; gap: 0; }
  .nav__links > a, .nav__actions a:not(.button) { padding: 13px 0; border-bottom: 1px solid var(--uv-border-2); font-size: 19px; }
  .nav__actions .button { margin-top: 20px; font-size: 15.5px; }
  /* Dropdown groups flatten into labelled sections in the overlay */
  .nav-group__trigger { pointer-events: none; width: 100%; padding: 18px 0 8px; color: var(--uv-muted-2); font-family: var(--uv-font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
  .nav-group__chevron { display: none; }
  .nav-panel { position: static; min-width: 0; padding: 0; background: none; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .nav-panel::before { display: none; }
  .nav-panel a { padding: 11px 0; border-bottom: 1px solid var(--uv-border-2); border-radius: 0; }
  .nav-panel a:hover { background: none; }
  .nav-panel a b { font-size: 17px; font-weight: 500; color: var(--uv-ink-2); }
  .nav-panel a span { display: none; }
}

@media (max-width: 720px) {
  :root { --uv-gutter: 24px; }
  .hero__facts li { padding-inline: 18px; }
  .price-card, .pricing__note { padding: 24px; }
  .faq-answer p { margin-right: 0; }
}

@media (max-width: 620px) {
  .decision-grid, .flow, .pages-grid, .footer__grid { grid-template-columns: 1fr; }
  .flow li, .flow li:nth-child(3) { border-right: 0; border-bottom: 1px solid var(--uv-border-2); }
  .flow li:last-child { border-bottom: 0; }
  .footer__about { grid-column: auto; }
  .hero__facts { flex-direction: column; gap: 14px; }
  .hero__facts li { padding: 0; border-right: 0; }
  .hero__actions .button, .fit__links .button { width: 100%; }
  .consent-banner { right: 12px; bottom: 12px; left: 12px; flex-direction: column; align-items: stretch; gap: 16px; }
  .consent-banner__actions { display: grid; grid-template-columns: 1fr; }
}
