:root {
  color-scheme: dark;
  --bg: #080d19;
  --bg-soft: #0d1425;
  --surface: #111a2d;
  --surface-2: #151f35;
  --text: #f5f8ff;
  --text-soft: #cbd6ea;
  --muted: #97a7c2;
  --line: rgba(184, 207, 245, 0.16);
  --line-strong: rgba(184, 207, 245, 0.28);
  --blue: #6dbdff;
  --blue-strong: #4a8eff;
  --accent: var(--blue);
  --text-muted: var(--muted);
  --cyan: #5bd9df;
  --green: #74d7ad;
  --gold: #f0c878;
  --danger: #ff9c9c;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --max: 1580px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(900px 600px at 12% -8%, rgba(68, 117, 220, 0.18), transparent 68%),
    radial-gradient(760px 540px at 92% 3%, rgba(38, 199, 203, 0.10), transparent 70%),
    linear-gradient(180deg, #0a1020 0%, var(--bg) 48%, #070b14 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .32;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, black, transparent 86%);
}

img { display: block; max-width: 100%; }
a { color: var(--blue); text-decoration: none; }
a:hover { color: #fff; }
p { margin: 0; color: var(--muted); line-height: 1.72; }
strong { color: var(--text); }
h1, h2, h3 { margin: 0; color: var(--text); line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.6rem, 4.15vw, 3.95rem); max-width: 760px; }
h2 { font-size: clamp(1.8rem, 2.4vw, 2.45rem); }
h3 { font-size: 1.18rem; line-height: 1.24; letter-spacing: -.02em; }
ul, ol, dl { margin: 0; padding: 0; }
button, input, select, textarea { font: inherit; }

.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;
  top: -120px;
  left: 12px;
  z-index: 200;
  padding: 11px 15px;
  border-radius: 10px;
  color: #07101c;
  background: #fff;
  font-weight: 800;
  transition: top .16s ease;
}
.skip-link:focus-visible { top: 12px; }

.page-shell { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
main { padding: 64px 0 72px; }
.section { margin: 112px 0; }

.site-header {
  position: sticky;
  top: 14px;
  z-index: 100;
  margin-top: 14px;
  min-height: 70px;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  gap: 18px;
  padding: 10px 12px 10px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(10, 16, 31, .86);
  box-shadow: 0 16px 50px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}
.brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  position: relative;
}
.brand img { width: 218px; height: auto; }
.brand > span { margin: -15px 0 0 4px; color: var(--text-soft); font-size: .68rem; font-weight: 800; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 2px; }
.site-nav a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--text-soft);
  font-size: .84rem;
  font-weight: 760;
  white-space: nowrap;
}
.site-nav a:hover { border-color: var(--line); background: rgba(255,255,255,.04); }
.site-nav a.active { color: #08101e; background: linear-gradient(180deg, #9ad6ff, #5a95ff); box-shadow: 0 8px 26px rgba(74,142,255,.22); }
.header-cta {
  justify-self: end;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border: 1px solid rgba(155,210,255,.62);
  border-radius: 13px;
  color: #07101d;
  background: linear-gradient(180deg, #a6dcff, #5b99ff);
  box-shadow: 0 12px 30px rgba(66,133,245,.23);
  font-size: .84rem;
  font-weight: 900;
}
.header-cta:hover { color: #07101d; transform: translateY(-1px); }
.menu-toggle { display: none; }

.eyebrow {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: .72rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.lead { margin-top: 24px; max-width: 820px; color: var(--text-soft); font-size: clamp(1.08rem, 1.6vw, 1.32rem); line-height: 1.72; }
.microcopy { margin-top: 18px; font-size: .88rem; }
.effective-date { margin-top: 22px; color: var(--text-soft); font-weight: 750; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  color: var(--text);
  background: rgba(255,255,255,.035);
  font-weight: 850;
  cursor: pointer;
}
.button:hover { transform: translateY(-1px); border-color: rgba(160,210,255,.48); }
.button.primary { color: #07101d; border-color: rgba(162,218,255,.72); background: linear-gradient(180deg, #a5dcff, #5895ff); box-shadow: 0 16px 36px rgba(72,139,255,.23); }
.button.primary:hover { color: #07101d; }
.button.secondary { background: rgba(255,255,255,.028); }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; font-weight: 820; }

.hero {
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr);
  align-items: center;
  gap: 58px;
}
.hero-copy { min-width: 0; }
.compact-hero { min-height: 440px; grid-template-columns: minmax(0, 1fr) minmax(340px, .65fr); }
.single-column { display: block; min-height: auto; padding: 74px 0 34px; }
.single-column .hero-copy { max-width: 930px; }
.hero-summary {
  display: grid;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}
.hero-summary > div { display: grid; grid-template-columns: 120px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.hero-summary > div:last-child { border-bottom: 0; }
.hero-summary strong { color: var(--blue); }
.hero-summary span { color: var(--text-soft); line-height: 1.55; }

.app-preview {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: #0c1324;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.06);
}
.app-preview img { width: 100%; height: auto; }
.app-preview figcaption { padding: 13px 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; line-height: 1.5; }
.window-bar { min-height: 36px; display: flex; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid var(--line); background: #0c1425; }
.window-bar span { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.24); }
.window-bar strong { margin-left: 6px; color: var(--text-soft); font-size: .72rem; letter-spacing: .02em; }
.hero-preview { transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }

.status-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}
.status-band > div { padding: 22px 28px; border-right: 1px solid var(--line); }
.status-band > div:last-child { border-right: 0; }
.status-band strong, .status-band span { display: block; }
.status-band strong { margin-bottom: 7px; color: var(--blue); font-size: .88rem; }
.status-band span { color: var(--text-soft); font-size: .88rem; line-height: 1.45; }

.section-heading { display: block; max-width: 900px; margin-bottom: 42px; }
.section-heading h2 { max-width: 820px; }
.section-heading.narrow { max-width: 840px; }
.section-heading > p:last-child { max-width: 720px; margin-top: 18px; }

.intro-section { display: grid; grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr); gap: 80px; align-items: start; }
.intro-section .section-heading { margin: 0; max-width: 700px; }
.benefit-list { border-top: 1px solid var(--line-strong); }
.benefit-list article { display: grid; grid-template-columns: 56px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.benefit-list article > span { color: var(--blue); font-size: .78rem; font-weight: 900; }
.benefit-list h3 { margin-bottom: 8px; }

.lifecycle-section { padding: 58px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lifecycle { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); }
.lifecycle li { min-width: 0; padding: 0 22px; border-right: 1px solid var(--line); }
.lifecycle li:first-child { padding-left: 0; }
.lifecycle li:last-child { padding-right: 0; border-right: 0; }
.lifecycle span { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 18px; border: 1px solid rgba(109,189,255,.4); border-radius: 50%; color: var(--blue); font-size: .75rem; font-weight: 900; background: rgba(109,189,255,.06); }
.lifecycle strong, .lifecycle small { display: block; }
.lifecycle strong { margin-bottom: 8px; font-size: 1rem; }
.lifecycle small { color: var(--muted); font-size: .82rem; line-height: 1.55; }

.feature-split { display: grid; grid-template-columns: minmax(0, .72fr) minmax(500px, 1.1fr); gap: 72px; align-items: center; }
.feature-split.reverse .feature-copy { order: 2; }
.feature-split.reverse .app-preview, .feature-split.reverse .service-visual, .feature-split.reverse .tracking-visual { order: 1; }
.feature-copy > p:not(.eyebrow) { margin-top: 18px; }
.check-list { list-style: none; display: grid; gap: 12px; margin-top: 24px; }
.check-list li { position: relative; padding-left: 28px; color: var(--text-soft); line-height: 1.5; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 10px; height: 6px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg); }

.audience-section { padding: 54px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-grid, .trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.audience-grid article, .trust-grid article { padding-right: 34px; border-right: 1px solid var(--line); }
.audience-grid article:last-child, .trust-grid article:last-child { border-right: 0; padding-right: 0; }
.audience-grid h3, .trust-grid h3 { margin-bottom: 10px; }

.comparison-section {
  padding: 58px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.comparison-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-md);
  background: rgba(6, 11, 22, .42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
  scrollbar-color: rgba(109,189,255,.55) rgba(255,255,255,.04);
}
.comparison-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  table-layout: fixed;
}
.comparison-table th, .comparison-table td {
  padding: 17px 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: .84rem;
  line-height: 1.48;
}
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table th:last-child, .comparison-table td:last-child { border-right: 0; }
.comparison-table thead th {
  color: var(--text);
  background: rgba(255,255,255,.045);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.comparison-table thead th:first-child, .comparison-table tbody th { width: 23%; }
.comparison-table tbody th { color: var(--text); font-weight: 790; }
.comparison-table td { color: var(--muted); }
.comparison-table .product-column {
  color: var(--text);
  font-weight: 790;
  background: linear-gradient(180deg, rgba(74,142,255,.14), rgba(109,189,255,.07));
}
.comparison-table thead .product-column { color: #07101d; background: linear-gradient(180deg, #a6dcff, #5b99ff); }
.comparison-note {
  margin-top: 18px;
  padding: 17px 20px;
  border: 1px solid rgba(109,189,255,.2);
  border-radius: 14px;
  background: rgba(109,189,255,.055);
  color: var(--text-soft);
  font-size: .88rem;
}
.comparison-scroll-hint { display: none; margin: -20px 0 12px; font-size: .78rem; }

.connected-callout, .final-cta, .boundaries-section, .status-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 38px 42px;
  border: 1px solid rgba(109,189,255,.26);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(45,86,159,.18), rgba(27,62,104,.09));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}
.connected-callout > div, .final-cta > div { max-width: 820px; }
.connected-callout p:not(.eyebrow), .final-cta p:not(.eyebrow) { margin-top: 12px; }
.final-cta { margin: 108px 0 24px; }
.trust-section { margin-bottom: 0; }

.product-chapter {
  display: grid;
  grid-template-columns: 54px minmax(300px, .65fr) minmax(500px, 1fr);
  gap: 38px;
  align-items: start;
  padding-top: 44px;
  border-top: 1px solid var(--line-strong);
}
.chapter-number { padding-top: 4px; color: var(--blue); font-size: .78rem; font-weight: 900; }
.chapter-copy > p:not(.eyebrow) { margin-top: 18px; }
.product-chapter .wide { align-self: center; }
.product-diagram { align-self: center; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; }
.product-diagram > div, .retained-visual, .service-visual { padding: 28px; border: 1px solid var(--line-strong); border-radius: var(--radius-md); background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.018)); box-shadow: var(--shadow); }
.product-diagram > b { color: var(--blue); font-size: 1.8rem; }
.product-diagram span, .retained-visual > span, .service-visual > span { display: block; margin-bottom: 12px; color: var(--blue); font-size: .69rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.product-diagram strong, .retained-visual > strong, .service-visual > strong { display: block; margin-bottom: 12px; font-size: 1.12rem; }
.product-diagram small { color: var(--muted); line-height: 1.5; }
.retained-visual { align-self: center; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.retained-visual > span, .retained-visual > strong { grid-column: 1 / -1; }
.retained-visual p, .service-visual p { padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); color: var(--text-soft); font-size: .82rem; }
.tools-section { padding: 54px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 40px; row-gap: 34px; }
.tools-grid article { padding-top: 18px; border-top: 1px solid var(--line); }
.tools-grid h3 { margin-bottom: 9px; }
.product-status { display: grid; grid-template-columns: minmax(280px, .55fr) 1fr; gap: 60px; align-items: start; }
.status-list { border-top: 1px solid var(--line-strong); }
.status-list > div { display: grid; grid-template-columns: 116px 1fr; gap: 22px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--line); }
.status { display: inline-flex; width: fit-content; align-items: center; min-height: 28px; padding: 0 10px; border-radius: 999px; font-size: .68rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.status.available { color: #061810; background: var(--green); }
.status.supported { color: #06141b; background: var(--cyan); }
.status.planned { color: #201707; background: var(--gold); }
.status.boundary { color: #1d0909; background: var(--danger); }

.connection-map { display: grid; grid-template-columns: 1fr 1fr auto 1.3fr; align-items: stretch; gap: 12px; }
.connection-map > div { display: grid; align-content: center; min-height: 140px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.025); }
.connection-map > b { align-self: center; color: var(--blue); font-size: 1.6rem; }
.connection-map span { color: var(--blue); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.connection-map strong { margin-top: 8px; }
.connection-map small { margin-top: 8px; color: var(--muted); line-height: 1.4; }
.connection-map .center { border-color: rgba(109,189,255,.36); background: rgba(74,142,255,.09); }
.service-table { border-top: 1px solid var(--line-strong); }
.service-row { display: grid; grid-template-columns: 210px 150px 1fr; gap: 28px; align-items: center; padding: 22px 0; border-bottom: 1px solid var(--line); }
.service-row.header { padding: 12px 0; color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.service-row p { line-height: 1.55; }
.service-visual { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.service-visual > span, .service-visual > strong { grid-column: 1 / -1; }
.tracking-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.tracking-visual > div { min-height: 220px; display: flex; flex-direction: column; justify-content: flex-end; padding: 26px; border: 1px solid var(--line-strong); border-radius: var(--radius-md); background: linear-gradient(180deg, rgba(109,189,255,.08), rgba(255,255,255,.018)); box-shadow: var(--shadow); }
.tracking-visual span { color: var(--blue); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.tracking-visual strong { margin: 10px 0; font-size: 1.2rem; }
.tracking-visual small { color: var(--muted); line-height: 1.5; }
.data-flow-section { padding: 58px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.data-flow, .steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.data-flow li, .steps li { display: grid; grid-template-columns: 34px 1fr; gap: 14px; }
.data-flow li > span, .steps li > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(109,189,255,.35); border-radius: 50%; color: var(--blue); font-size: .72rem; font-weight: 900; }
.data-flow strong, .steps strong { display: block; margin-bottom: 7px; }
.data-flow p, .steps p { font-size: .84rem; line-height: 1.55; }
.boundaries-section > div { max-width: 440px; }
.plain-list { list-style: none; display: grid; gap: 13px; max-width: 700px; }
.plain-list li { position: relative; padding-left: 20px; color: var(--text-soft); line-height: 1.55; }
.plain-list li::before { content: ""; position: absolute; left: 0; top: .65em; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }

.early-hero { grid-template-columns: minmax(0, .9fr) minmax(390px, .65fr); }
.price-summary { padding: 34px; border: 1px solid rgba(109,189,255,.32); border-radius: var(--radius-lg); background: linear-gradient(155deg, rgba(74,142,255,.15), rgba(255,255,255,.025)); box-shadow: var(--shadow); }
.price { display: flex; align-items: baseline; gap: 8px; margin: 6px 0 18px; }
.price strong { font-size: 3.4rem; letter-spacing: -.06em; }
.price span { color: var(--text-soft); font-weight: 700; }
.price-summary dl { margin-top: 24px; border-top: 1px solid var(--line); }
.price-summary dl > div { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.price-summary dt { color: var(--muted); }
.price-summary dd { margin: 0; color: var(--text); text-align: right; font-weight: 760; }
.status-note { margin: 0 0 90px; padding: 22px 28px; border-radius: var(--radius-md); }
.status-note strong { color: var(--gold); white-space: nowrap; }
.form-section { display: grid; grid-template-columns: minmax(280px, .58fr) minmax(560px, 1fr); gap: 70px; align-items: start; }
.form-section .section-heading { margin: 0; }
.early-access-form { padding: 34px; border: 1px solid var(--line-strong); border-radius: var(--radius-lg); background: rgba(255,255,255,.025); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field > span { color: var(--text-soft); font-size: .82rem; font-weight: 800; }
.field small { color: var(--muted); font-size: .74rem; line-height: 1.45; }
input, select, textarea { width: 100%; border: 1px solid var(--line-strong); border-radius: 12px; color: var(--text); background: #0b1323; }
input, select { min-height: 48px; padding: 0 13px; }
textarea { min-height: 150px; padding: 13px; resize: vertical; line-height: 1.55; }
select { color-scheme: dark; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; opacity: 0 !important; pointer-events: none !important; }

.turnstile-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.turnstile-row p { margin: 0; color: var(--muted); font-size: .76rem; line-height: 1.45; }
.turnstile-row .cf-turnstile { min-height: 65px; }

.consent { display: grid; grid-template-columns: 20px 1fr; gap: 12px; margin-top: 24px; color: var(--text-soft); font-size: .82rem; line-height: 1.55; }
.consent input { width: 18px; min-height: 18px; margin-top: 2px; }
.form-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.form-note { margin-top: 20px; font-size: .82rem; }
.pricing-section, .requirements-section, .access-steps { padding: 58px 0; border-top: 1px solid var(--line); }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.pricing-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(255,255,255,.02); }
.pricing-card.featured { border-color: rgba(109,189,255,.38); background: linear-gradient(145deg, rgba(74,142,255,.13), rgba(255,255,255,.02)); }
.pricing-card .price { margin-top: 18px; }
.pricing-card > p { min-height: 54px; }
.pricing-disclaimer { margin-top: 22px; font-size: .82rem; }
.table-wrap { overflow-x: auto; border-top: 1px solid var(--line-strong); }
table { width: 100%; min-width: 760px; border-collapse: collapse; }
th, td { padding: 18px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
thead th { color: var(--blue); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
tbody th { color: var(--text); width: 190px; }
td { color: var(--text-soft); line-height: 1.5; }

.faq-section { display: grid; grid-template-columns: minmax(240px, .42fr) 1fr; gap: 70px; padding-top: 46px; border-top: 1px solid var(--line-strong); }
.faq-category h2 { font-size: 1.65rem; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; list-style: none; padding: 23px 44px 23px 0; color: var(--text); font-weight: 800; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 18px; color: var(--blue); font-size: 1.4rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details p { padding: 0 52px 23px 0; }

.support-address { padding: 30px; border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.support-address span { display: block; margin-bottom: 12px; color: var(--blue); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.support-address a { display: block; margin-bottom: 12px; font-size: clamp(1.15rem, 2.2vw, 1.7rem); font-weight: 820; overflow-wrap: anywhere; }
.support-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.support-grid article { min-height: 280px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.support-grid h2 { font-size: 1.55rem; }
.support-grid p:not(.eyebrow) { margin: 14px 0 22px; }
.support-grid a { font-weight: 800; }
.support-details { display: grid; grid-template-columns: .6fr 1fr; gap: 70px; padding: 50px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.legal-hero { width: min(1220px, 100%); margin-inline: auto; }
.legal-hero h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
.legal-layout { width: min(1220px, 100%); margin-inline: auto; display: grid; grid-template-columns: 240px minmax(0, 880px); justify-content: start; gap: 72px; align-items: start; }
.legal-toc { position: sticky; top: 110px; display: grid; gap: 8px; padding-top: 18px; border-top: 1px solid var(--line-strong); }
.legal-toc strong { margin-bottom: 5px; font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.legal-toc a { padding: 5px 0; color: var(--muted); font-size: .82rem; }
.legal-toc a:hover { color: var(--text); }
.legal-content { min-width: 0; }
.legal-content section { padding: 32px 0; border-top: 1px solid var(--line); }
.legal-content section:first-child { border-top-color: var(--line-strong); }
.legal-content h2 { margin-bottom: 16px; font-size: 1.45rem; }
.legal-content p + p { margin-top: 13px; }
.thank-you-hero, .error-hero { min-height: 440px; display: grid; align-items: center; }
.next-steps { max-width: 960px; }

.site-footer {
  display: grid;
  grid-template-columns: minmax(300px, 1fr) minmax(440px, .8fr);
  gap: 70px;
  padding: 56px 0 44px;
  border-top: 1px solid var(--line-strong);
}
.footer-brand .brand img { width: 215px; }
.footer-brand > p { max-width: 520px; margin-top: 18px; }
.legal-line { font-size: .75rem; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-group { display: grid; align-content: start; gap: 9px; }
.footer-group h2 { margin-bottom: 5px; color: var(--text-soft); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-group a { color: var(--muted); font-size: .82rem; }
.footer-group a:hover { color: var(--text); }

:focus-visible { outline: 3px solid rgba(109,189,255,.88); outline-offset: 3px; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); outline: 3px solid rgba(109,189,255,.18); }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .site-nav a { padding: 0 9px; font-size: .78rem; }
  .brand img { width: 198px; }
  .hero { grid-template-columns: 1fr 1fr; gap: 38px; }
  .feature-split { grid-template-columns: .8fr 1fr; gap: 44px; }
  .product-chapter { grid-template-columns: 40px .7fr 1fr; gap: 26px; }
  .lifecycle { grid-template-columns: repeat(3, 1fr); row-gap: 28px; }
  .lifecycle li:nth-child(3) { border-right: 0; }
  .lifecycle li:nth-child(4) { padding-left: 0; }
  .tools-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .page-shell { width: min(100% - 28px, var(--max)); }
  main { padding-top: 32px; }
  .section { margin: 80px 0; }
  .site-header { position: sticky; top: 8px; min-height: 64px; grid-template-columns: 1fr auto; padding: 9px 10px 9px 14px; border-radius: 17px; }
  .brand img { width: 202px; }
  .menu-toggle { justify-self: end; width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 12px; color: var(--text); background: rgba(255,255,255,.035); cursor: pointer; }
  .menu-toggle > span:not(.sr-only) { width: 19px; height: 2px; border-radius: 2px; background: var(--text-soft); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-of-type(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav { position: absolute; top: calc(100% + 8px); left: 0; right: 0; display: none; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: #090f1d; box-shadow: var(--shadow); }
  .site-nav.open { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
  .site-nav a { justify-content: flex-start; min-height: 46px; padding: 0 13px; font-size: .84rem; }
  .header-cta { display: none; }
  .hero, .compact-hero, .early-hero { min-height: auto; grid-template-columns: 1fr; gap: 42px; padding: 56px 0 30px; }
  .single-column { display: block; }
  .hero-preview { transform: none; }
  .status-band { grid-template-columns: 1fr; }
  .status-band > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .status-band > div:last-child { border-bottom: 0; }
  .intro-section, .form-section, .faq-section, .support-details, .product-status { grid-template-columns: 1fr; gap: 38px; }
  .section-heading { max-width: 820px; }
  .section-heading > p:last-child { margin-top: 16px; }
  .feature-split { grid-template-columns: 1fr; gap: 36px; }
  .feature-split.reverse .feature-copy, .feature-split.reverse .app-preview, .feature-split.reverse .service-visual, .feature-split.reverse .tracking-visual { order: initial; }
  .audience-grid, .trust-grid { grid-template-columns: 1fr; }
  .audience-grid article, .trust-grid article { padding: 0 0 24px; border-right: 0; border-bottom: 1px solid var(--line); }
  .audience-grid article:last-child, .trust-grid article:last-child { padding-bottom: 0; border-bottom: 0; }
  .connected-callout, .final-cta, .boundaries-section, .status-note { align-items: flex-start; flex-direction: column; padding: 30px; }
  .product-chapter { grid-template-columns: 34px 1fr; }
  .product-chapter .wide, .product-diagram, .retained-visual { grid-column: 2; }
  .connection-map { grid-template-columns: 1fr 1fr; }
  .connection-map > b { display: none; }
  .connection-map .center { grid-column: 1 / -1; }
  .service-row { grid-template-columns: 1fr; gap: 8px; }
  .service-row.header { display: none; }
  .data-flow, .steps { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; gap: 30px; }
  .legal-toc { position: static; grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1fr; gap: 42px; }
}

/* V3.16.2 — prerelease media disclosure and startup preview. */
.product-media-disclosure {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px 14px;
  align-items: baseline;
  margin: 20px 0 0;
  padding: 15px 18px;
  border: 1px solid rgba(165, 205, 255, .22);
  border-radius: 14px;
  color: var(--muted);
  background: linear-gradient(90deg, rgba(74, 142, 255, .09), rgba(109, 189, 255, .025));
  font-size: .8rem;
  line-height: 1.55;
}
.product-media-disclosure strong {
  color: var(--blue);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.product-media-disclosure-tour { margin-top: 24px; }
.market-scan-feature img { width: 100%; height: auto; }
.customize-support-grid { align-items: stretch; }
.startup-product-demo video { aspect-ratio: 1600 / 930; }
.media-viewer-meta {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 2px;
}
.media-viewer-disclaimer {
  color: #8fa0ba;
  font-size: .68rem;
  line-height: 1.25;
  text-align: center;
}
@media (max-width: 760px) {
  .product-media-disclosure { grid-template-columns: 1fr; gap: 5px; }
  .media-viewer-disclaimer { font-size: .62rem; }
}
@media (max-width: 520px) {
  .media-viewer-disclaimer { display: none; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 86px; }
  .page-shell { width: min(100% - 20px, var(--max)); }
  main { padding-bottom: 50px; }
  h1 { font-size: clamp(2.35rem, 12vw, 3.55rem); }
  h2 { font-size: clamp(1.7rem, 8vw, 2.35rem); }
  .section { margin: 68px 0; }
  .site-header { margin-top: 8px; }
  .brand img { width: 178px; }
  .site-nav.open { grid-template-columns: 1fr; }
  .hero, .compact-hero, .early-hero { padding-top: 44px; }
  .actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .lifecycle { grid-template-columns: 1fr; }
  .lifecycle li { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .lifecycle li:first-child { padding-top: 0; }
  .lifecycle li:last-child { border-bottom: 0; }
  .product-chapter { grid-template-columns: 1fr; gap: 20px; }
  .chapter-number { display: none; }
  .product-chapter .wide, .product-diagram, .retained-visual { grid-column: auto; }
  .product-diagram { grid-template-columns: 1fr; }
  .product-diagram > b { transform: rotate(90deg); justify-self: center; }
  .retained-visual { grid-template-columns: 1fr; }
  .tools-grid { grid-template-columns: 1fr; }
  .status-list > div { grid-template-columns: 1fr; gap: 10px; }
  .connection-map, .service-visual, .tracking-visual { grid-template-columns: 1fr; }
  .connection-map .center { grid-column: auto; }
  .service-visual > span, .service-visual > strong { grid-column: auto; }
  .data-flow, .steps { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .early-access-form, .pricing-card { padding: 24px; }
  .price-summary { padding: 28px; }
  .price strong { font-size: 2.9rem; }
  .price-summary dl > div { grid-template-columns: 1fr; gap: 4px; }
  .price-summary dd { text-align: left; }
  .support-grid { grid-template-columns: 1fr; }
  .legal-toc { grid-template-columns: 1fr 1fr; }
  .footer-links { grid-template-columns: repeat(2, 1fr); }
  .comparison-scroll-hint { display: block; }
  .comparison-table-wrap { border-radius: 16px; }
  .comparison-table th, .comparison-table td { padding: 14px 13px; }
}

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

/* Pass 90: current product media, live demos, comparison refinement, and guide/customization storytelling. */
.live-demo {
  display: block;
  width: 100%;
  height: auto;
  background: #07101d;
}
.window-bar .demo-toggle {
  margin-left: auto;
}
.demo-toggle {
  min-height: 27px;
  padding: 0 10px;
  border: 1px solid rgba(160, 210, 255, .32);
  border-radius: 999px;
  color: var(--text-soft);
  background: rgba(8, 15, 29, .82);
  font-size: .66rem;
  font-weight: 850;
  cursor: pointer;
}
.demo-toggle:hover { color: #fff; border-color: rgba(160, 210, 255, .58); }
.video-frame { position: relative; }
.overlay-toggle {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  box-shadow: 0 7px 20px rgba(0,0,0,.35);
}

.product-tour-section {
  padding: 58px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.media-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.media-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.014));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}
.media-card.featured-media { grid-column: 1 / -1; }
.media-frame {
  min-width: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #080f1d;
}
.media-frame img, .media-frame video { width: 100%; height: auto; }
.media-card.featured-media .media-frame img { max-height: 500px; object-fit: cover; object-position: top; }
.media-copy { padding: 24px 25px 26px; }
.media-copy > span, .adaptable-card > div:last-child > span {
  display: block;
  margin-bottom: 9px;
  color: var(--blue);
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.media-copy h3, .adaptable-card h3, .tool-media-card h3 { margin-bottom: 9px; }
.tour-action { display: flex; justify-content: center; margin-top: 30px; }

.improved-comparison td small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: .74rem;
  line-height: 1.42;
}
.comparison-state {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text-soft);
  background: rgba(255,255,255,.035);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.comparison-state.manual { color: #d6ddea; }
.comparison-state.build { color: #f0cf8e; border-color: rgba(240,200,120,.24); background: rgba(240,200,120,.055); }
.comparison-state.varies { color: #b9c9e6; border-color: rgba(109,189,255,.2); background: rgba(109,189,255,.05); }
.comparison-state.included { color: #071910; border-color: rgba(116,215,173,.7); background: var(--green); }
.improved-comparison .product-column small { color: var(--text-soft); }

.adaptable-section {
  padding: 58px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.adaptable-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.adaptable-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.014));
}
.adaptable-card > div:last-child { padding: 24px 25px 28px; }

.chapter-media { min-width: 0; }
.media-duo {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(230px, .65fr);
  gap: 18px;
  align-items: stretch;
}
.media-duo .app-preview {
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.media-duo .app-preview img, .media-duo .app-preview video {
  width: 100%;
  max-height: 440px;
  flex: 1 1 auto;
  object-fit: contain;
  background: #080f1d;
}
.media-duo .app-preview figcaption { margin-top: auto; }

.tools-media-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}
.tool-media-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.014));
}
.tool-media-card > div:last-child { padding: 22px 24px 25px; }
.tool-media-card .media-frame img, .tool-media-card .media-frame video {
  aspect-ratio: 16 / 8.4;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 900px) {
  .media-showcase, .adaptable-grid, .tools-media-grid { grid-template-columns: 1fr; }
  .media-card.featured-media { grid-column: auto; }
  .media-duo { grid-template-columns: 1fr; }
  .media-duo .app-preview img, .media-duo .app-preview video { max-height: none; }
}

@media (max-width: 620px) {
  .product-tour-section, .adaptable-section { padding: 42px 0; }
  .media-showcase, .adaptable-grid, .tools-media-grid { gap: 18px; }
  .media-copy, .adaptable-card > div:last-child, .tool-media-card > div:last-child { padding: 20px; }
  .tour-action .button { width: 100%; }
  .demo-toggle { min-height: 30px; }
}

/* Pass 100: homepage simplification, larger product media, focused demos, and expanded media viewer. */
.featured-proof-section {
  padding: 62px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.proof-heading { max-width: 930px; }
.featured-demo { width: 100%; }
.featured-demo video { aspect-ratio: 16 / 9; object-fit: cover; }
.dashboard-customization-demo video { aspect-ratio: 1600 / 932; object-fit: cover; }
.proof-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}
.proof-points > div { padding: 21px 26px; border-right: 1px solid var(--line); }
.proof-points > div:last-child { border-right: 0; }
.proof-points strong, .proof-points span { display: block; }
.proof-points strong { margin-bottom: 7px; color: var(--blue); font-size: .82rem; }
.proof-points span { color: var(--text-soft); font-size: .85rem; line-height: 1.5; }

.homepage-teaser-section {
  padding: 58px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.homepage-teaser-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.homepage-teaser-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255,255,255,.038), rgba(255,255,255,.015));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}
.homepage-teaser-card > div:last-child { padding: 22px 23px 25px; }
.homepage-teaser-card > div:last-child > span,
.tool-media-row > div:last-child > span {
  display: block;
  margin-bottom: 9px;
  color: var(--blue);
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.homepage-teaser-card h3 { margin-bottom: 9px; }
.homepage-teaser-card .media-frame img { aspect-ratio: 16 / 8.7; object-fit: cover; object-position: center; }
.teaser-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: 28px;
  padding: 22px 26px;
  border: 1px solid rgba(109,189,255,.2);
  border-radius: 16px;
  background: rgba(109,189,255,.045);
}
.teaser-footer p { max-width: 760px; font-size: .9rem; }
.teaser-footer .button { flex: 0 0 auto; }

.concise-comparison { min-width: 830px; }
.concise-comparison thead th:first-child,
.concise-comparison tbody th { width: 24%; }
.concise-comparison th,
.concise-comparison td { font-size: .86rem; }
.concise-comparison td { color: var(--text-soft); }
.mobile-comparison { display: none; }

.product-tour-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 46px;
  align-items: start;
  margin-top: 78px;
}
.product-tour-sidebar {
  position: sticky;
  top: 108px;
  z-index: 70;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(9,15,28,.9);
  box-shadow: 0 18px 46px rgba(0,0,0,.24);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.product-tour-sidebar-label {
  padding: 5px 9px 12px;
  color: var(--blue);
  font-size: .68rem;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.product-subnav {
  display: grid;
  gap: 5px;
}
.product-subnav a {
  min-height: 48px;
  display: grid;
  grid-template-columns: 29px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid transparent;
  border-radius: 11px;
  color: var(--text-soft);
}
.product-subnav a span {
  color: var(--blue);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
}
.product-subnav a strong {
  color: inherit;
  font-size: .77rem;
  line-height: 1.25;
  letter-spacing: -.01em;
}
.product-subnav a:hover {
  color: #fff;
  border-color: var(--line);
  background: rgba(255,255,255,.045);
}
.product-subnav a.active,
.product-subnav a[aria-current="location"] {
  color: #fff;
  border-color: rgba(109,189,255,.34);
  background: linear-gradient(135deg, rgba(74,142,255,.18), rgba(91,217,223,.07));
  box-shadow: inset 3px 0 0 var(--blue);
}
.product-tour-sidebar-cta {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 0 12px;
  border: 1px solid rgba(155,210,255,.48);
  border-radius: 11px;
  color: #07101d;
  background: linear-gradient(180deg, #a6dcff, #5b99ff);
  font-size: .74rem;
  font-weight: 900;
}
.product-tour-sidebar-cta:hover { color: #07101d; transform: translateY(-1px); }
.product-tour-content { min-width: 0; }
.product-tour-content > .section:first-child { margin-top: 0; }
.product-tour-content > .section:last-child { margin-bottom: 44px; }

.product-chapter.expanded-chapter {
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px 32px;
  scroll-margin-top: 126px;
}
.expanded-chapter .chapter-copy { max-width: 820px; }
.expanded-chapter .chapter-media-stack {
  grid-column: 2 / -1;
  display: grid;
  gap: 28px;
  min-width: 0;
  margin-top: 18px;
}
.large-product-media { width: 100%; }
.large-product-media img,
.large-product-media video {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
  background: #080f1d;
}
.large-product-media video { aspect-ratio: auto; }
.market-workspaces-demo {
  aspect-ratio: 1600 / 292;
  background: #080f1d;
  object-fit: contain;
}
.market-workspaces-preview figcaption,
.market-scan-feature figcaption {
  text-wrap: balance;
}
.portrait-support { background: #080f1d; }
.portrait-support img {
  width: auto;
  max-width: 100%;
  max-height: 760px;
  margin: 0 auto;
  object-fit: contain;
}

.expanded-tools-section { scroll-margin-top: 126px; }
.tools-media-list { display: grid; gap: 30px; }
.tool-media-row {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(260px, .66fr);
  align-items: center;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255,255,255,.038), rgba(255,255,255,.014));
}
.tool-media-row.reverse { grid-template-columns: minmax(260px, .66fr) minmax(0, 1.34fr); }
.tool-media-row.reverse .media-frame { order: 2; }
.tool-media-row.reverse > div:last-child { order: 1; }
.tool-media-row > div:last-child { padding: 32px; }
.tool-media-row h3 { margin-bottom: 11px; }
.tool-media-row .media-frame {
  align-self: center;
  display: grid;
  place-items: center;
  min-width: 0;
  border-bottom: 0;
  background: #080f1d;
}
.tool-media-row .media-frame img,
.tool-media-row .media-frame video {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
  object-position: center;
}
.app-preview,
.media-frame { position: relative; }
.expandable-media { cursor: zoom-in; }
.media-expand-button {
  position: absolute;
  z-index: 5;
  right: 12px;
  top: 12px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 12px;
  border: 1px solid rgba(165,220,255,.48);
  border-radius: 999px;
  color: #07101d;
  background: rgba(166,220,255,.94);
  box-shadow: 0 8px 24px rgba(0,0,0,.32);
  font-size: .7rem;
  font-weight: 900;
  cursor: pointer;
}
.app-preview > .media-expand-button { top: 48px; }
.media-expand-button:hover { background: #fff; }
.media-expand-button::before { content: "↗"; font-size: .86rem; line-height: 1; }

.media-viewer {
  width: min(96vw, 1680px);
  height: min(92vh, 1050px);
  max-width: none;
  max-height: none;
  margin: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(184,207,245,.34);
  border-radius: 20px;
  color: var(--text);
  background: #060b15;
  box-shadow: 0 40px 120px rgba(0,0,0,.75);
}
.media-viewer::backdrop { background: rgba(2,5,11,.88); backdrop-filter: blur(8px); }
.media-viewer-shell { height: 100%; display: grid; grid-template-rows: auto minmax(0,1fr) auto; }
.media-viewer-header,
.media-viewer-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 15px;
  border-bottom: 1px solid var(--line);
  background: rgba(12,20,37,.96);
}
.media-viewer-footer { justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 0; }
.media-viewer-title { min-width: 0; flex: 1; font-size: .92rem; font-weight: 850; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.media-viewer-close,
.media-viewer-nav {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: var(--text);
  background: rgba(255,255,255,.045);
  font-weight: 800;
  cursor: pointer;
}
.media-viewer-close:hover,
.media-viewer-nav:hover { border-color: rgba(160,210,255,.55); background: rgba(109,189,255,.08); }
.media-viewer-stage {
  min-height: 0;
  display: grid;
  place-items: center;
  overflow: auto;
  padding: 18px;
  background: radial-gradient(circle at 50% 0%, rgba(46,84,150,.12), transparent 55%), #050914;
}
.media-viewer-stage img,
.media-viewer-stage video {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 18px 60px rgba(0,0,0,.48);
}
.media-viewer-count { color: var(--muted); font-size: .78rem; }
body.media-viewer-open { overflow: hidden; }

@media (max-width: 1050px) {
  .homepage-teaser-grid { grid-template-columns: 1fr; }
  .homepage-teaser-card { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr); align-items: center; }
  .homepage-teaser-card .media-frame { border-bottom: 0; border-right: 1px solid var(--line); }
  .proof-points { grid-template-columns: 1fr; }
  .proof-points > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-points > div:last-child { border-bottom: 0; }
  .product-tour-layout { display: block; margin-top: 60px; }
  .product-tour-sidebar {
    position: sticky;
    top: 88px;
    z-index: 75;
    margin-bottom: 56px;
    padding: 7px;
    overflow-x: auto;
    border-radius: 14px;
    scrollbar-width: thin;
  }
  .product-tour-sidebar-label,
  .product-tour-sidebar-cta { display: none; }
  .product-subnav {
    display: flex;
    align-items: center;
    gap: 4px;
    width: max-content;
    min-width: 100%;
  }
  .product-subnav a {
    flex: 0 0 auto;
    min-height: 39px;
    display: inline-flex;
    gap: 7px;
    padding: 0 12px;
    white-space: nowrap;
  }
  .product-subnav a strong { font-size: .74rem; }
  .product-subnav a.active,
  .product-subnav a[aria-current="location"] { box-shadow: inset 0 -3px 0 var(--blue); }
  .tool-media-row,
  .tool-media-row.reverse { grid-template-columns: 1fr; }
  .tool-media-row.reverse .media-frame,
  .tool-media-row.reverse > div:last-child { order: initial; }
  .tool-media-row .media-frame { border-bottom: 1px solid var(--line); }
  .tool-media-row .media-frame img,
  .tool-media-row .media-frame video { min-height: 0; height: auto; aspect-ratio: auto; object-fit: contain; }
}

@media (max-width: 760px) {
  .homepage-teaser-card { display: block; }
  .homepage-teaser-card .media-frame { border-right: 0; border-bottom: 1px solid var(--line); }
  .teaser-footer { display: grid; padding: 20px; }
  .teaser-footer .button { width: 100%; }
  .desktop-comparison { display: none; }
  .mobile-comparison { display: grid; gap: 14px; }
  .mobile-comparison article {
    overflow: hidden;
    border: 1px solid var(--line-strong);
    border-radius: 15px;
    background: rgba(7,12,23,.5);
  }
  .mobile-comparison h3 { padding: 17px 18px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .mobile-comparison dl { display: grid; }
  .mobile-comparison dl > div { display: grid; grid-template-columns: 112px 1fr; gap: 12px; padding: 13px 17px; border-bottom: 1px solid var(--line); }
  .mobile-comparison dl > div:last-child { border-bottom: 0; }
  .mobile-comparison dt { color: var(--text-soft); font-size: .74rem; font-weight: 850; }
  .mobile-comparison dd { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.45; }
  .mobile-comparison .product-choice { background: linear-gradient(180deg, rgba(74,142,255,.15), rgba(109,189,255,.07)); }
  .mobile-comparison .product-choice dt { color: var(--blue); }
  .mobile-comparison .product-choice dd { color: var(--text); font-weight: 720; }
  .product-tour-layout { margin-top: 48px; }
  .product-tour-sidebar { top: 80px; margin-bottom: 44px; }
  .product-subnav a span { display: none; }
  .product-chapter.expanded-chapter { grid-template-columns: 1fr; gap: 18px; }
  .expanded-chapter .chapter-number,
  .expanded-chapter .chapter-copy,
  .expanded-chapter .chapter-media-stack { grid-column: auto; }
  .expanded-chapter .chapter-number { padding-top: 0; }
  .media-expand-button { min-height: 32px; padding: 0 10px; font-size: .66rem; }
  .media-viewer { width: 100vw; height: 100dvh; border: 0; border-radius: 0; }
  .media-viewer-stage { padding: 8px; }
  .media-viewer-footer { padding: 10px; }
  .media-viewer-nav { min-height: 40px; }
}

@media (max-width: 520px) {
  .featured-proof-section,
  .homepage-teaser-section { padding: 42px 0; }
  .homepage-teaser-card > div:last-child { padding: 20px; }
  .proof-points > div { padding: 18px 4px; }
  .mobile-comparison dl > div { grid-template-columns: 1fr; gap: 5px; }
  .tool-media-row > div:last-child { padding: 23px 21px 26px; }
  .app-preview > .media-expand-button { top: 45px; }
  .media-expand-button { right: 9px; top: 9px; }
  .media-viewer-title { font-size: .8rem; }
  .media-viewer-count { display: none; }
}

/* Keep expand controls in the application title bar when one is available. */
.window-bar .media-expand-button {
  position: static;
  min-height: 27px;
  margin-left: auto;
  padding: 0 10px;
  box-shadow: none;
  font-size: .66rem;
}
.window-bar .demo-toggle + .media-expand-button { margin-left: 5px; }
.app-preview > .media-expand-button { top: 12px; }
.media-frame > .media-expand-button,
.app-preview:not(:has(> .window-bar)) > .media-expand-button {
  min-height: 30px;
  padding: 0 10px;
  font-size: .66rem;
}

/* Pass 106: homepage media fit. Show complete screenshots and demos in-page rather than cropping them. */
.hero-home .hero-preview img,
.featured-proof-section .featured-demo video,
.homepage-teaser-section .homepage-teaser-card .media-frame img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: #080f1d;
}

.featured-proof-section .featured-demo video {
  min-height: 0;
}

.homepage-teaser-section .homepage-teaser-card .media-frame {
  display: grid;
  place-items: center;
}

/* Pass 107: deeper Product storytelling and unmistakable viewport-triggered live demos. */
.product-tour-layout {
  grid-template-columns: 244px minmax(0, 1fr);
  gap: 42px;
}
.product-subnav a.feature-index-link {
  margin-top: 4px;
  border-top-color: var(--line);
}
.product-subnav a.feature-index-link span {
  font-size: .86rem;
}

.live-demo {
  cursor: pointer;
}
.live-demo:focus-visible {
  outline: 3px solid rgba(132, 203, 255, .9);
  outline-offset: -3px;
}
.demo-live-badge {
  position: absolute;
  z-index: 6;
  left: 12px;
  top: 12px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 10px;
  border: 1px solid rgba(119, 218, 183, .45);
  border-radius: 999px;
  color: #dffff3;
  background: rgba(4, 23, 22, .84);
  box-shadow: 0 8px 24px rgba(0,0,0,.32);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .02em;
  pointer-events: none;
}
.demo-live-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(116, 215, 173, .12);
}
.app-preview > .demo-live-badge { top: 49px; }
.demo-is-playing .demo-live-badge::before { animation: demo-pulse 1.8s ease-out infinite; }
@keyframes demo-pulse {
  0% { box-shadow: 0 0 0 0 rgba(116, 215, 173, .42); }
  70% { box-shadow: 0 0 0 8px rgba(116, 215, 173, 0); }
  100% { box-shadow: 0 0 0 0 rgba(116, 215, 173, 0); }
}
.demo-toggle {
  min-height: 29px;
  padding: 0 12px;
  border-color: rgba(163, 216, 255, .62);
  color: #07101d;
  background: linear-gradient(180deg, #b8e4ff, #71adff);
  box-shadow: 0 5px 16px rgba(37, 105, 207, .2);
}
.demo-toggle:hover {
  color: #07101d;
  border-color: #fff;
  background: #fff;
}
.demo-is-playing .demo-toggle {
  color: var(--text-soft);
  border-color: rgba(160, 210, 255, .32);
  background: rgba(8, 15, 29, .86);
  box-shadow: none;
}
.demo-is-playing .demo-toggle:hover {
  color: #fff;
  border-color: rgba(160, 210, 255, .58);
  background: rgba(17, 31, 55, .94);
}

.support-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
.records-proof-grid { grid-template-columns: 1fr; }
.compact-product-media {
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.compact-product-media img,
.compact-product-media video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: #080f1d;
}
.compact-product-media figcaption { margin-top: auto; }

.feature-toolkit {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.feature-toolkit article {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(150px, .7fr) minmax(0, 1.3fr);
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.014));
}
.feature-toolkit img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 148px;
  object-fit: cover;
  object-position: top center;
  border-right: 1px solid var(--line);
  cursor: zoom-in;
}
.feature-toolkit article > div { padding: 18px; }
.feature-toolkit article > .media-expand-button { top: 10px; right: 10px; }
.feature-toolkit strong,
.feature-toolkit span { display: block; }
.feature-toolkit strong { margin-bottom: 7px; color: var(--text); font-size: .94rem; }
.feature-toolkit span { color: var(--muted); font-size: .8rem; line-height: 1.48; }

.process-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}
.process-strip > div { padding: 22px 25px; border-right: 1px solid var(--line); }
.process-strip > div:last-child { border-right: 0; }
.process-strip span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border: 1px solid rgba(109,189,255,.38);
  border-radius: 50%;
  color: var(--blue);
  font-size: .7rem;
  font-weight: 900;
}
.process-strip strong { display: block; margin-bottom: 6px; font-size: .91rem; }
.process-strip p { font-size: .8rem; line-height: 1.46; }

.selling-proof-grid { align-items: stretch; }
.feature-callout {
  padding: 28px;
  border: 1px solid rgba(109,189,255,.22);
  border-radius: var(--radius-md);
  background: linear-gradient(145deg, rgba(65,128,230,.12), rgba(66,193,200,.045));
}
.feature-callout h3 { margin-bottom: 10px; }
.feature-callout > p:not(.eyebrow) { margin-bottom: 18px; }
.mini-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.mini-feature-list li {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--text-soft);
  background: rgba(5,11,22,.38);
  font-size: .76rem;
  font-weight: 780;
}
.chapter-note {
  margin: -4px 0 0;
  padding: 15px 18px;
  border-left: 3px solid var(--blue);
  color: var(--text-soft);
  background: rgba(109,189,255,.045);
  font-size: .81rem;
  line-height: 1.55;
}

.included-tools-section {
  scroll-margin-top: 126px;
  margin: 88px 0 72px;
  padding: 58px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.included-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.included-tools-grid article {
  padding: 23px 24px 25px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(255,255,255,.033), rgba(255,255,255,.012));
}
.included-tools-grid h3 { margin-bottom: 9px; font-size: 1rem; }
.included-tools-grid p { font-size: .81rem; line-height: 1.56; }

@media (max-width: 1180px) {
  .product-tour-layout { grid-template-columns: 226px minmax(0, 1fr); gap: 32px; }
}
@media (max-width: 1050px) {
  .included-tools-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .support-proof-grid,
  .feature-toolkit { grid-template-columns: 1fr; }
  .feature-toolkit article { grid-template-columns: minmax(150px, .62fr) minmax(0, 1.38fr); }
  .process-strip { grid-template-columns: 1fr; }
  .process-strip > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .process-strip > div:last-child { border-bottom: 0; }
}
@media (max-width: 620px) {
  .demo-live-badge { left: 9px; min-height: 26px; padding: 0 9px; font-size: .61rem; }
  .app-preview > .demo-live-badge { top: 46px; }
  .feature-toolkit article { display: block; }
  .feature-toolkit img { height: auto; min-height: 0; max-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); object-fit: contain; }
  .mini-feature-list,
  .included-tools-grid { grid-template-columns: 1fr; }
  .feature-callout { padding: 22px; }
  .included-tools-section { margin: 58px 0 48px; padding: 42px 0; }
}


/* CardDirector V2.5: wider desktop canvas while preserving readable text columns and responsive behavior. */
@media (min-width: 1480px) {
  .page-shell { width: min(var(--max), calc(100% - 64px)); }
  .hero { gap: 82px; }
  .compact-hero { grid-template-columns: minmax(0,1.08fr) minmax(470px,.82fr); gap: 86px; }
  .hero-summary > div { grid-template-columns: 125px 1fr; gap: 28px; }
  .feature-split { grid-template-columns: minmax(0,.68fr) minmax(620px,1.32fr); gap: 92px; }
  .product-tour-layout { grid-template-columns: 260px minmax(0,1fr); gap: 54px; }
  .expanded-chapter .chapter-copy { max-width: 940px; }
  .product-lifecycle-overview { grid-template-columns: minmax(330px,.68fr) minmax(0,1.32fr); gap: 54px; padding-left: 34px; padding-right: 34px; }
}
@media (prefers-reduced-motion: reduce) {
  .demo-is-playing .demo-live-badge::before { animation: none; }
}


/* V8: accurate dedicated-tools taxonomy and provider-requirement notes */
.data-requirement-note {
  border-left: 3px solid var(--accent);
  background: color-mix(in srgb, var(--accent) 7%, transparent);
}
.dependency-copy {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .79rem;
  line-height: 1.58;
}
.dedicated-tools-section {
  margin: 72px 0 52px;
  padding: 58px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 126px;
}
.dedicated-tool-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}
.dedicated-tool-group {
  min-width: 0;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.012));
}
.tool-group-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.tool-group-heading > span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid color-mix(in srgb, var(--accent) 45%, var(--line));
  border-radius: 10px;
  color: var(--accent);
  font-size: .72rem;
  font-weight: 800;
}
.tool-group-heading h3 { margin: 1px 0 6px; font-size: 1.03rem; }
.tool-group-heading p { font-size: .78rem; line-height: 1.48; }
.dedicated-tool-list { display: grid; gap: 0; }
.dedicated-tool-list > div {
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.dedicated-tool-list > div:last-child { border-bottom: 0; padding-bottom: 0; }
.dedicated-tool-list strong { display: block; margin-bottom: 6px; color: var(--text); font-size: .9rem; }
.dedicated-tool-list p { font-size: .77rem; line-height: 1.53; }
.tool-dependency-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}
.tool-dependency-panel > div {
  padding: 22px 24px;
  border-top: 1px solid var(--line);
  background: rgba(255,255,255,.018);
}
.tool-dependency-panel strong { display: block; margin-bottom: 8px; color: var(--text); }
.tool-dependency-panel p { font-size: .8rem; line-height: 1.57; }
.scp-visual span { color: var(--accent); }

@media (max-width: 1080px) {
  .dedicated-tool-groups { grid-template-columns: 1fr; }
  .dedicated-tool-group { padding: 24px; }
}
@media (max-width: 700px) {
  .dedicated-tools-section { margin: 54px 0 40px; padding: 42px 0; }
  .tool-dependency-panel { grid-template-columns: 1fr; gap: 12px; }
  .tool-dependency-panel > div { padding: 20px; }
}


/* CardDirector Public Site V2: approved full lockup, connected-record brand system, and content-preserving refinement. */
.hero-home h1 { max-width:740px; }
.hero-home .lead { max-width:760px; }
.connected-record-section { padding:64px 0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.connected-record-heading { display:grid; grid-template-columns:minmax(0,1fr) minmax(260px,.42fr); gap:54px; align-items:center; margin-bottom:44px; }
.connected-record-heading .section-heading { margin-bottom:0; }
.connected-record-mark { min-width:0; display:grid; justify-items:center; gap:14px; padding:24px 24px 20px; border:1px solid rgba(109,189,255,.22); border-radius:22px; background:radial-gradient(circle at 50% 30%,rgba(55,126,255,.17),transparent 66%),rgba(6,11,22,.34); box-shadow:inset 0 1px 0 rgba(255,255,255,.04); }
.connected-record-mark img { width:min(100%,220px); max-height:150px; object-fit:contain; filter:drop-shadow(0 14px 28px rgba(29,106,255,.22)); }
.connected-record-mark span { color:var(--text-soft); font-size:.76rem; font-weight:850; letter-spacing:.04em; text-align:center; }
.lifecycle-expanded { grid-template-columns:repeat(4,1fr); row-gap:30px; }
.lifecycle-expanded li:nth-child(4) { border-right:0; }
.lifecycle-expanded li:nth-child(5) { padding-left:0; }
.lifecycle-expanded li:nth-child(3) { border-right:1px solid var(--line); }
.lifecycle-expanded li:nth-child(4), .lifecycle-expanded li:nth-child(8) { padding-right:0; }
.lifecycle-expanded li:nth-child(5), .lifecycle-expanded li:nth-child(6), .lifecycle-expanded li:nth-child(7), .lifecycle-expanded li:nth-child(8) { padding-top:8px; }
.connected-record-proof { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:10px; margin-top:34px; padding:20px 22px; border:1px solid rgba(109,189,255,.22); border-radius:16px; background:linear-gradient(135deg,rgba(74,142,255,.10),rgba(91,217,223,.04)); }
.connected-record-proof span { min-height:34px; display:inline-flex; align-items:center; padding:0 12px; border:1px solid var(--line); border-radius:999px; color:var(--text-soft); background:rgba(7,13,25,.62); font-size:.75rem; font-weight:800; }
.connected-record-proof b { color:var(--blue); font-weight:900; }
.connected-record-proof em { color:var(--muted); font-size:.72rem; font-style:normal; font-weight:800; text-transform:uppercase; letter-spacing:.08em; }
.connected-record-note { max-width:900px; margin:16px auto 0; text-align:center; font-size:.82rem; }
.product-lifecycle-overview { display:grid; grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr); gap:40px; align-items:center; margin:46px 0 8px; padding:28px 30px; border:1px solid rgba(109,189,255,.22); border-radius:20px; background:linear-gradient(135deg,rgba(74,142,255,.10),rgba(91,217,223,.035)); }
.product-lifecycle-overview h2 { font-size:clamp(1.45rem,2vw,2rem); }
.product-lifecycle-overview p:last-child { margin-top:12px; font-size:.88rem; }
.product-lifecycle-steps { display:flex; flex-wrap:wrap; align-items:center; justify-content:flex-end; gap:8px; }
.product-lifecycle-steps span { padding:8px 10px; border:1px solid var(--line); border-radius:999px; color:var(--text-soft); background:rgba(7,13,25,.55); font-size:.72rem; font-weight:800; }
.product-lifecycle-steps b { color:var(--blue); font-size:.8rem; }
@media (max-width:900px) { .connected-record-heading,.product-lifecycle-overview { grid-template-columns:1fr; gap:28px; } .connected-record-mark { justify-self:stretch; grid-template-columns:120px 1fr; align-items:center; justify-items:start; } .connected-record-mark img { width:120px; } .connected-record-mark span { text-align:left; } .lifecycle-expanded { grid-template-columns:repeat(2,1fr); } .lifecycle-expanded li:nth-child(2),.lifecycle-expanded li:nth-child(4),.lifecycle-expanded li:nth-child(6),.lifecycle-expanded li:nth-child(8) { border-right:0; } .lifecycle-expanded li:nth-child(3),.lifecycle-expanded li:nth-child(5),.lifecycle-expanded li:nth-child(7) { padding-left:0; } .product-lifecycle-steps { justify-content:flex-start; } }
@media (max-width:620px) { .connected-record-section { padding:46px 0; } .connected-record-mark { grid-template-columns:86px 1fr; padding:18px; } .connected-record-mark img { width:86px; } .lifecycle-expanded { grid-template-columns:1fr; } .lifecycle-expanded li,.lifecycle-expanded li:nth-child(n) { padding:17px 0; border-right:0; border-bottom:1px solid var(--line); } .lifecycle-expanded li:last-child { border-bottom:0; } .connected-record-proof { justify-content:flex-start; gap:8px; } .connected-record-proof b { transform:rotate(90deg); } .product-lifecycle-overview { margin-top:28px; padding:22px 20px; } .product-lifecycle-steps { display:grid; grid-template-columns:1fr; } .product-lifecycle-steps b { transform:rotate(90deg); justify-self:center; } }


/* V2.7 — Premium navigation + sales-language polish */
.site-header {
  min-height: 94px;
  grid-template-columns: minmax(390px,1.15fr) auto minmax(230px,.62fr);
  gap: 24px;
  padding: 11px 18px 11px 22px;
  border-color: rgba(117,164,231,.34);
  border-radius: 28px;
  background:
    radial-gradient(520px 120px at 54% -45%, rgba(45,153,255,.16), transparent 72%),
    linear-gradient(180deg, rgba(12,23,44,.94), rgba(7,14,28,.92));
  box-shadow:
    0 20px 58px rgba(0,0,0,.34),
    0 0 30px rgba(42,129,255,.07),
    inset 0 1px 0 rgba(255,255,255,.06);
  overflow: hidden;
}
.site-header > * { min-width: 0; }
.site-header::before {
  content:"";
  position:absolute;
  left:8%; right:8%; top:-1px;
  height:2px;
  background:linear-gradient(90deg, transparent, rgba(51,126,255,.3) 24%, rgba(82,205,255,.95) 50%, rgba(51,126,255,.3) 76%, transparent);
  box-shadow:0 0 16px rgba(71,177,255,.72);
  pointer-events:none;
}
.site-header .brand-full { width: 420px; max-width: 100%; min-width: 0; }
.site-header .brand-full img { width:100%; max-width:420px; height:auto; }
.site-header .brand-full .brand-mark { right:-11px; top:17px; }
.site-nav { gap: 10px; }
.site-nav a {
  min-height: 48px;
  padding: 0 14px;
  border-radius: 15px;
  color: #d7e0ef;
  font-size: .86rem;
  font-weight: 760;
  transition: background .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}
.site-nav a:hover {
  color:#fff;
  border-color:rgba(111,173,255,.24);
  background:rgba(85,142,218,.07);
}
.site-nav a.active {
  gap: 9px;
  color:#fff;
  border-color:rgba(86,166,255,.62);
  background:linear-gradient(180deg, rgba(31,59,103,.7), rgba(15,32,61,.72));
  box-shadow:0 0 18px rgba(51,140,255,.13), inset 0 0 15px rgba(56,133,255,.07), inset 0 -2px 0 rgba(91,197,255,.82);
}
.site-nav a.active:hover { background:linear-gradient(180deg, rgba(36,68,118,.78), rgba(18,39,72,.8)); }
.nav-icon, .cta-icon {
  width:21px;
  height:21px;
  flex:0 0 auto;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.site-nav .nav-icon { color:#5db7ff; filter:drop-shadow(0 0 6px rgba(70,165,255,.36)); }
.header-cta {
  justify-self: end;
  max-width: 100%;
  min-height: 54px;
  gap: 10px;
  padding: 0 22px;
  border-radius: 15px;
  border-color: rgba(144,211,255,.76);
  color:#06111f;
  background:linear-gradient(180deg, #a9e1ff 0%, #69b8ff 44%, #3c7cff 100%);
  box-shadow:0 12px 30px rgba(42,115,255,.29), 0 0 17px rgba(54,163,255,.10), inset 0 1px 0 rgba(255,255,255,.52);
  font-size:.87rem;
  letter-spacing:.005em;
}
.header-cta .cta-icon { width:20px; height:20px; stroke-width:1.9; }
.header-cta:hover { color:#06111f; transform:translateY(-1px); box-shadow:0 15px 35px rgba(42,115,255,.34), 0 0 21px rgba(54,163,255,.14), inset 0 1px 0 rgba(255,255,255,.58); }
.support-address { padding:30px; }
.support-address-list { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:18px; }
.support-address-list > div { min-width:0; padding-right:18px; border-right:1px solid var(--line); }
.support-address-list > div:last-child { border-right:0; padding-right:0; }
.support-address-list strong { display:block; margin-bottom:8px; font-size:.82rem; color:var(--text-soft); }
.support-address-list a { margin:0; font-size:clamp(.96rem,1.35vw,1.18rem); }

/* The page shell is narrower than the viewport. Compact before the full-size
   brand, navigation, and CTA can overlap inside common laptop widths. */
@media (max-width: 1500px) {
  .site-header { grid-template-columns:minmax(310px,1fr) auto minmax(205px,.58fr); gap:16px; padding-left:16px; }
  .site-header .brand-full { width:345px; }
  .site-header .brand-full img { max-width:345px; }
  .site-nav { gap:3px; }
  .site-nav a { padding:0 10px; font-size:.78rem; }
  .header-cta { padding:0 16px; }
}
@media (max-width: 1080px) {
  .site-header { min-height:78px; grid-template-columns:minmax(280px,1fr) auto minmax(180px,.58fr); border-radius:22px; }
  .site-header .brand-full { width:300px; }
  .site-header .brand-full img { max-width:300px; }
  .site-nav a { padding:0 7px; }
  .site-nav a.active { gap:6px; }
  .nav-icon { width:18px; height:18px; }
  .header-cta { min-height:48px; font-size:.78rem; }
}
@media (max-width: 900px) {
  .site-header { min-height:72px; grid-template-columns:1fr auto; padding:8px 10px 8px 13px; border-radius:19px; overflow:visible; }
  .site-header::before { left:12%; right:12%; }
  .site-header .brand-full { width:min(330px,calc(100vw - 96px)); }
  .site-header .brand-full img { max-width:100%; }
  .site-header .brand-full .brand-mark { right:-9px; top:13px; }
  .site-nav { gap:6px; }
  .site-nav a { min-height:46px; padding:0 13px; font-size:.84rem; }
  .header-cta { display:none; }
  .support-address-list { grid-template-columns:1fr; gap:14px; }
  .support-address-list > div { padding:0 0 14px; border-right:0; border-bottom:1px solid var(--line); }
  .support-address-list > div:last-child { padding-bottom:0; border-bottom:0; }
}


/* V2.8 — conversion polish */
.cta-value-line { display:flex; flex-wrap:wrap; gap:8px 16px; align-items:center; margin-top:18px !important; color:var(--text-soft); font-size:.85rem; }
.cta-value-line strong { color:#fff; }
.cta-value-line span { position:relative; padding-left:14px; }
.cta-value-line span::before { content:"•"; position:absolute; left:0; color:var(--blue); }
.status-boundary-note { margin-top:18px; padding:16px 18px; border:1px solid rgba(255,156,156,.16); border-radius:14px; background:rgba(255,156,156,.035); font-size:.84rem; line-height:1.6; }
.status-boundary-note strong { color:var(--text-soft); }
@media (max-width:620px) { .cta-value-line { display:grid; gap:6px; } .cta-value-line span { padding-left:0; } .cta-value-line span::before { display:none; } }


/* V3.14.2 — balanced policy-page composition and readable support contacts. */
.legal-hero {
  padding: 64px 0 48px;
  border-bottom: 1px solid var(--line-strong);
}
.legal-hero .hero-copy {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, .72fr);
  column-gap: clamp(48px, 6vw, 88px);
  align-items: end;
}
.legal-hero .eyebrow { grid-column: 1 / -1; }
.legal-hero h1 {
  max-width: 15ch;
  font-size: clamp(2.65rem, 4vw, 3.8rem);
  line-height: 1.04;
  text-wrap: pretty;
}
.legal-hero-summary {
  align-self: end;
  padding: 4px 0 5px 26px;
  border-left: 2px solid rgba(109, 189, 255, .42);
}
.legal-hero-summary .lead {
  margin-top: 0;
  max-width: 58ch;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.68;
}
.legal-hero-summary .effective-date {
  margin-top: 18px;
  font-size: .82rem;
}
.legal-layout.section { margin-top: 72px; }

.support-address-list {
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
}
.support-address-list > div {
  display: grid;
  grid-template-columns: minmax(145px, .62fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 16px 0;
  border-right: 0;
  border-bottom: 1px solid var(--line);
}
.support-address-list > div:last-child {
  padding-bottom: 16px;
  border-bottom: 0;
}
.support-address-list strong { margin: 0; }
.support-address-list a {
  margin: 0;
  font-size: clamp(.92rem, 1.12vw, 1.08rem);
  overflow-wrap: normal;
  word-break: normal;
}

@media (max-width: 900px) {
  .legal-hero { padding: 54px 0 38px; }
  .legal-hero .hero-copy { grid-template-columns: 1fr; row-gap: 24px; }
  .legal-hero .eyebrow { margin-bottom: -4px; }
  .legal-hero h1 { max-width: 18ch; }
  .legal-hero-summary { max-width: 720px; padding-left: 20px; }
  .legal-layout.section { margin-top: 54px; }
}

@media (max-width: 620px) {
  .legal-hero { padding: 40px 0 30px; }
  .legal-hero .hero-copy { row-gap: 18px; }
  .legal-hero h1 { max-width: none; font-size: clamp(2.25rem, 11vw, 3rem); }
  .legal-hero-summary { padding: 0; border-left: 0; }
  .legal-hero-summary .lead { font-size: 1rem; }
  .legal-layout.section { margin-top: 44px; }
  .support-address-list > div { grid-template-columns: 1fr; gap: 6px; }
  .support-address-list a { font-size: 1rem; }
}


/* V3.0 — professional typography, hierarchy, and launch-readiness polish */
body {
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
}
h1, h2, h3, summary, .section-heading, .chapter-copy h2, .chapter-copy h3 {
  text-wrap: balance;
}
p, li, dd, td, th, summary {
  text-wrap: pretty;
  orphans: 3;
  widows: 3;
}
h1 { font-weight: 780; line-height: 1.06; }
h2 { font-weight: 760; line-height: 1.12; }
h3 { font-weight: 730; line-height: 1.28; }
.eyebrow {
  margin-bottom: 14px;
  line-height: 1.35;
  letter-spacing: .145em;
}
.lead {
  max-width: 72ch;
  line-height: 1.66;
}
.section-heading { margin-bottom: 38px; }
.section-heading h2 { max-width: 24ch; }
.section-heading > p:last-child { max-width: 68ch; line-height: 1.7; }
.hero-copy > p:not(.eyebrow):not(.lead),
.feature-copy > p:not(.eyebrow),
.chapter-copy > p:not(.eyebrow),
.connected-callout p:not(.eyebrow),
.final-cta p:not(.eyebrow) {
  max-width: 72ch;
}
.feature-copy > p + p,
.chapter-copy > p + p,
.pricing-card > p + p,
.support-grid article > p + p {
  margin-top: .9rem;
}
.faq-list summary {
  line-height: 1.38;
  letter-spacing: -.012em;
}
.faq-list details p {
  max-width: 76ch;
  line-height: 1.72;
}
.legal-content section { padding-block: 36px; }
.legal-content h2 {
  max-width: 34ch;
  margin-bottom: 15px;
  line-height: 1.22;
  letter-spacing: -.022em;
}
.legal-content p {
  max-width: 78ch;
  line-height: 1.78;
}
.legal-content p + p { margin-top: 1rem; }
.legal-content ul,
.legal-content ol {
  max-width: 78ch;
  margin: 1rem 0 1.35rem;
  padding-left: 1.35rem;
}
.legal-content li {
  padding-left: .2rem;
  line-height: 1.72;
}
.legal-content li + li { margin-top: .62rem; }
.legal-content li::marker { color: var(--blue); }
.support-grid article,
.pricing-card,
.audience-grid article,
.trust-grid article,
.dedicated-tool-group {
  text-wrap: pretty;
}
@media (max-width: 620px) {
  .section-heading h2,
  .legal-content h2 { max-width: none; }
  p, li, dd, td, th { text-wrap: pretty; }
}

/* V3.1 — Typography/layout QA: natural wraps, structured callouts, and overflow-safe responsive behavior. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}
.page-shell,
.section,
.product-tour-content,
.product-lifecycle-overview,
.product-lifecycle-overview > *,
.dedicated-tools-section,
.teaser-footer,
.teaser-footer > * {
  min-width: 0;
}

/* Reserve balancing for major display headlines. Supporting headings should wrap naturally. */
h1 { text-wrap: balance; }
h2,
h3,
summary,
.chapter-copy h2,
.chapter-copy h3 { text-wrap: pretty; }
.section-heading h2 { max-width: 32ch; }
.section-heading > p:last-child {
  max-width: 62ch;
  text-wrap: balance;
}
.intro-section .section-heading { max-width: 780px; }
.chapter-copy > p:not(.eyebrow),
.feature-copy > p:not(.eyebrow) { max-width: 66ch; }

/* Structured footer callout instead of a run-in bold paragraph. */
.teaser-footer { align-items: center; }
.teaser-footer-copy { max-width: 760px; }
.teaser-footer-copy h3 {
  margin: 0 0 7px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: -.015em;
}
.teaser-footer-copy p {
  max-width: 66ch;
  font-size: .88rem;
  line-height: 1.62;
  text-wrap: pretty;
}

/* The lifecycle is a two-column composition only when both columns have room. */
.product-lifecycle-overview { overflow: hidden; }
.product-lifecycle-steps {
  min-width: 0;
  max-width: 100%;
}
.product-lifecycle-steps span { white-space: nowrap; }

/* Contain the horizontal chapter navigator on tablet without allowing page-level overflow. */
@media (max-width: 1180px) {
  .product-lifecycle-overview {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .product-lifecycle-steps { justify-content: flex-start; }
}
@media (max-width: 1050px) {
  .product-tour-sidebar {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .product-subnav {
    max-width: 100%;
  }
  .dedicated-tools-section .section-heading,
  .product-tour-content > .section .section-heading {
    max-width: 100%;
  }
}
@media (max-width: 760px) {
  .section-heading h2 { max-width: none; }
  .section-heading > p:last-child {
    max-width: 100%;
    text-wrap: pretty;
  }
  .teaser-footer { gap: 18px; }
}


/* V3.2 — section hierarchy: concise headers, deck copy, and visually separate qualifiers. */
.section-heading .section-deck,
.chapter-copy .chapter-deck {
  max-width: 60ch;
  margin-top: 17px;
  color: #c7d4e7;
  font-size: clamp(1.01rem, .30vw + .95rem, 1.14rem);
  line-height: 1.72;
  letter-spacing: -.006em;
  text-wrap: pretty;
}
.chapter-copy .chapter-deck {
  max-width: 58ch;
  margin-bottom: 22px;
}
.section-heading .section-support {
  max-width: 62ch;
  margin-top: 10px;
  color: var(--text-muted);
  font-size: .92rem;
  line-height: 1.68;
  text-wrap: pretty;
}
.section-heading .section-qualifier {
  max-width: 60ch;
  margin-top: 15px;
  padding: 2px 0 2px 16px;
  border-left: 2px solid rgba(79, 171, 255, .58);
  color: #91a3bc;
  font-size: .89rem;
  line-height: 1.62;
  letter-spacing: 0;
  text-wrap: pretty;
}
/* Major section headings should be concise and allowed a little more horizontal room. */
.section-heading h2 { max-width: 38ch; }
.chapter-copy h2 { max-width: 27ch; }
/* Keep the deck close enough to the headline to read as one designed unit. */
.section-heading .eyebrow + h2,
.chapter-copy .eyebrow + h2 { margin-top: 0; }
@media (max-width: 760px) {
  .section-heading .section-deck,
  .chapter-copy .chapter-deck,
  .section-heading .section-support,
  .section-heading .section-qualifier { max-width: 100%; }
  .section-heading h2,
  .chapter-copy h2 { max-width: none; }
}

/* V3.3 — editorial section composition. Major marketing intros use title + deck columns instead of stacked copy. */
.section-heading.editorial-intro {
  display: grid;
  grid-template-columns: minmax(320px, .82fr) minmax(420px, 1.18fr);
  gap: clamp(42px, 5vw, 86px);
  align-items: end;
  width: 100%;
  max-width: 1240px;
  margin-bottom: 44px;
}
.editorial-title,
.editorial-copy { min-width: 0; }
.editorial-title .eyebrow { margin-bottom: 15px; }
.section-heading.editorial-intro .editorial-title h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2rem, 2.45vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.038em;
  text-wrap: pretty;
}
.section-heading.editorial-intro .editorial-copy {
  align-self: end;
  padding-bottom: 3px;
}
.section-heading.editorial-intro .section-deck {
  max-width: 52ch;
  margin: 0;
  color: #d5e0ef;
  font-size: clamp(1.03rem, .26vw + .98rem, 1.16rem);
  line-height: 1.72;
  letter-spacing: -.008em;
  text-wrap: pretty;
}
.section-heading.editorial-intro .section-support {
  max-width: 54ch;
  margin: 12px 0 0;
  color: var(--text-muted);
  font-size: .91rem;
  line-height: 1.65;
}
.section-heading.editorial-intro .section-qualifier {
  max-width: 52ch;
  margin: 17px 0 0;
  padding: 15px 0 0;
  border: 0;
  border-top: 1px solid rgba(109,189,255,.20);
  color: #91a3bc;
  font-size: .86rem;
  line-height: 1.62;
}
.section-heading.editorial-intro .section-qualifier strong {
  color: #b9cbe0;
  font-weight: 780;
}

/* Product chapters: title and explanatory deck share one editorial row; feature checklist remains below. */
.expanded-chapter .chapter-copy {
  width: 100%;
  max-width: 1120px;
}
.chapter-intro-grid {
  display: grid;
  grid-template-columns: minmax(290px, .82fr) minmax(380px, 1.18fr);
  gap: clamp(34px, 4.2vw, 72px);
  align-items: end;
}
.chapter-intro-title,
.chapter-intro-summary { min-width: 0; }
.chapter-intro-title .eyebrow { margin-bottom: 13px; }
.chapter-intro-title h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(1.85rem, 2vw, 2.55rem);
  line-height: 1.1;
  letter-spacing: -.034em;
  text-wrap: pretty;
}
.chapter-intro-summary .chapter-deck {
  max-width: 52ch;
  margin: 0;
  color: #d0dced;
  font-size: clamp(1rem, .22vw + .96rem, 1.1rem);
  line-height: 1.72;
  letter-spacing: -.006em;
}
.expanded-chapter .chapter-copy > .check-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 34px;
  max-width: 1000px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid rgba(120,157,206,.14);
}
.expanded-chapter .chapter-copy > .check-list li { line-height: 1.55; }

/* Editorial sections need room to compose; narrow/task forms keep their existing structure. */
.featured-proof-section > .editorial-intro,
.homepage-teaser-section > .editorial-intro,
.audience-section > .editorial-intro,
.comparison-section > .editorial-intro,
.trust-section > .editorial-intro,
.dedicated-tools-section > .editorial-intro,
.pricing-section > .editorial-intro,
.requirements-section > .editorial-intro {
  max-width: 1240px;
}

@media (max-width: 1050px) {
  .section-heading.editorial-intro,
  .chapter-intro-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }
  .section-heading.editorial-intro .editorial-title h2,
  .chapter-intro-title h2 { max-width: 24ch; }
  .section-heading.editorial-intro .editorial-copy,
  .chapter-intro-summary { padding-bottom: 0; }
  .section-heading.editorial-intro .section-deck,
  .section-heading.editorial-intro .section-support,
  .section-heading.editorial-intro .section-qualifier,
  .chapter-intro-summary .chapter-deck { max-width: 62ch; }
  .expanded-chapter .chapter-copy > .check-list { grid-template-columns: 1fr; gap: 12px; }
}
@media (max-width: 620px) {
  .section-heading.editorial-intro { gap: 14px; margin-bottom: 34px; }
  .section-heading.editorial-intro .editorial-title h2,
  .chapter-intro-title h2 { max-width: none; }
  .section-heading.editorial-intro .section-qualifier { padding-top: 12px; }
  .expanded-chapter .chapter-copy > .check-list { margin-top: 24px; padding-top: 18px; }
}


/* V3.4 — targeted home-section refinements. Keep editorial intros for feature sections,
   but use centered composition for transition and audience sections. */
.section-heading.centered-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 980px;
  margin: 0 auto 46px;
  text-align: center;
}
.section-heading.centered-intro .eyebrow {
  margin: 0 0 14px;
}
.section-heading.centered-intro h2 {
  max-width: 23ch;
  margin: 0;
  font-size: clamp(2rem, 2.45vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.038em;
  text-wrap: balance;
}
.section-heading.centered-intro .section-deck {
  max-width: 68ch;
  margin: 18px auto 0;
  color: #cfdbea;
  font-size: clamp(1.02rem, .24vw + .97rem, 1.13rem);
  line-height: 1.7;
  text-wrap: balance;
}
.transition-intro {
  padding: 4px 0 6px;
}
.transition-intro::after {
  content: "";
  width: min(420px, 52vw);
  height: 1px;
  margin-top: 24px;
  background: linear-gradient(90deg, transparent, rgba(70,166,255,.62), rgba(90,220,255,.9), rgba(70,166,255,.62), transparent);
  box-shadow: 0 0 14px rgba(35,144,255,.24);
}
.audience-section {
  padding-top: 70px;
}
.audience-intro {
  position: relative;
  z-index: 1;
  padding-top: 2px;
  margin-bottom: 42px;
}
.section-boundary-note {
  max-width: 980px;
  margin: 28px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(109,189,255,.16);
  color: #8fa1ba;
  font-size: .87rem;
  line-height: 1.62;
}
.section-boundary-note strong {
  color: #b8cade;
  font-weight: 780;
}
@media (max-width: 760px) {
  .section-heading.centered-intro {
    align-items: flex-start;
    max-width: none;
    margin-bottom: 34px;
    text-align: left;
  }
  .section-heading.centered-intro h2,
  .section-heading.centered-intro .section-deck {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .transition-intro::after {
    width: 180px;
    margin-top: 20px;
  }
  .audience-section { padding-top: 58px; }
  .section-boundary-note { margin-top: 22px; padding-top: 15px; }
}

/* V3.15 — approval-readiness corrections and restrained experience refinement. */
.legal-layout {
  grid-template-columns: minmax(255px, .38fr) minmax(0, 820px);
  gap: clamp(54px, 6vw, 84px);
}
.legal-index {
  position: sticky;
  top: 104px;
  min-width: 0;
}
.legal-index-kicker {
  margin: 0 0 10px;
  color: var(--blue);
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.legal-toc-panel {
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
}
.legal-toc-panel > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 38px 14px 0;
  color: var(--text);
  font-size: .9rem;
  font-weight: 780;
  letter-spacing: -.01em;
}
.legal-toc-panel > summary small {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .02em;
}
.legal-toc-panel > summary::after {
  top: 10px;
  right: 3px;
  font-size: 1.2rem;
}
.legal-toc {
  position: static;
  top: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  padding: 6px 0 14px;
  border: 0;
}
.legal-toc a {
  padding: 8px 12px;
  border-left: 2px solid transparent;
  border-radius: 0 10px 10px 0;
  color: #aab9d0;
  font-size: .9rem;
  font-weight: 640;
  line-height: 1.38;
  transition: color .16s ease, background .16s ease, border-color .16s ease;
}
.legal-toc a:hover,
.legal-toc a:focus-visible {
  color: var(--text);
  background: rgba(109, 189, 255, .06);
}
.legal-toc a[aria-current="location"] {
  border-left-color: var(--blue);
  color: var(--text);
  background: linear-gradient(90deg, rgba(109, 189, 255, .12), rgba(109, 189, 255, .025));
}
.legal-content section[id] { scroll-margin-top: 116px; }

.site-footer {
  align-items: start;
  padding: 46px 0 36px;
}
.footer-brand .brand {
  min-height: 40px;
}
.footer-brand .brand img {
  width: 215px;
  height: 40px;
  object-fit: cover;
  object-position: center;
}
.footer-brand .brand > span {
  position: absolute;
  top: -2px;
  right: -15px;
  margin: 0;
}
.footer-brand > p {
  margin-top: 16px;
  max-width: 590px;
}
.footer-brand .legal-line { margin-top: 12px; }

.support-page-hero { min-height: 390px; }
.faq-page .support-page-hero {
  min-height: auto;
  padding: 58px 0 30px;
  border-bottom: 1px solid var(--line-strong);
}
.support-page .support-page-hero {
  gap: clamp(44px, 5vw, 72px);
}

.waitlist-boundaries {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.waitlist-boundaries > div {
  min-width: 0;
  padding: 24px 26px;
  border-right: 1px solid var(--line);
}
.waitlist-boundaries > div:first-child { padding-left: 0; }
.waitlist-boundaries > div:last-child {
  padding-right: 0;
  border-right: 0;
}
.waitlist-boundaries > div > span {
  display: block;
  margin-bottom: 8px;
  color: var(--blue);
  font-size: .69rem;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.waitlist-boundaries p {
  font-size: .88rem;
  line-height: 1.62;
}
.waitlist-boundaries strong {
  color: var(--text);
  white-space: normal;
}
.form-requirements {
  margin: 0 0 22px;
  padding: 0 0 17px;
  border-bottom: 1px solid var(--line);
  color: var(--text-soft);
  font-size: .88rem;
  font-weight: 720;
}
.field small {
  color: #a8b7cd;
  font-size: .79rem;
  line-height: 1.5;
}
.consent,
.form-note { font-size: .88rem; }

.product-page .app-preview,
.product-page .media-frame {
  border-color: rgba(165, 205, 255, .24);
  background: linear-gradient(160deg, rgba(34, 52, 84, .64), rgba(8, 13, 25, .96));
  box-shadow: 0 20px 58px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .055);
}
.product-page .app-preview img,
.product-page .app-preview video,
.product-page .media-frame img,
.product-page .media-frame video { background: #0b1220; }

@media (max-width: 1080px) {
  .legal-index { position: static; }
  .legal-index-kicker { margin-bottom: 8px; }
  .legal-toc { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 12px; }
}

@media (max-width: 760px) {
  .support-page-hero { min-height: auto; padding-top: 46px; }
  .faq-page .support-page-hero { padding: 42px 0 24px; }
  .waitlist-boundaries { grid-template-columns: 1fr; }
  .waitlist-boundaries > div,
  .waitlist-boundaries > div:first-child,
  .waitlist-boundaries > div:last-child {
    padding: 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .waitlist-boundaries > div:last-child { border-bottom: 0; }
}

@media (max-width: 620px) {
  .legal-index-kicker { display: none; }
  .legal-toc-panel {
    border: 1px solid var(--line-strong);
    border-radius: 16px;
    background: rgba(255, 255, 255, .02);
    overflow: hidden;
  }
  .legal-toc-panel > summary { padding: 16px 48px 16px 16px; }
  .legal-toc-panel > summary::after { top: 11px; right: 16px; }
  .legal-toc {
    grid-template-columns: 1fr;
    padding: 2px 12px 14px;
    border-top: 1px solid var(--line);
  }
  .legal-toc a { padding: 10px 8px; border-left: 0; border-bottom: 1px solid rgba(184, 207, 245, .1); border-radius: 0; }
  .legal-toc a:last-child { border-bottom: 0; }
  .legal-toc a[aria-current="location"] { border-left: 0; box-shadow: inset 3px 0 0 var(--blue); }
  .footer-brand .brand img { width: 198px; height: 37px; }
}

/* V3.16 — current CardDirector media and provider-bound shipment presentation. */
.research-proof-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
}
.research-proof-panel article {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 14px;
  padding: 26px 24px;
  border-right: 1px solid var(--line);
}
.research-proof-panel article:last-child { border-right: 0; }
.research-proof-panel article > span,
.connected-order-proof > div > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(109, 189, 255, .4);
  border-radius: 50%;
  color: var(--blue);
  background: rgba(74, 142, 255, .08);
  font-size: .7rem;
  font-weight: 900;
}
.research-proof-panel strong,
.research-proof-panel p,
.connected-order-proof strong,
.connected-order-proof small { display: block; }
.research-proof-panel strong { margin-bottom: 7px; font-size: .94rem; }
.research-proof-panel p { color: var(--muted); font-size: .82rem; line-height: 1.55; }

.connected-order-proof {
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(165, 205, 255, .24);
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, rgba(34, 52, 84, .64), rgba(8, 13, 25, .96));
  box-shadow: 0 20px 58px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .055);
}
.connected-order-proof h3 { margin: 0 0 20px; }
.connected-order-proof > div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  padding: 16px 0;
  border-top: 1px solid var(--line);
}
.connected-order-proof strong { margin-bottom: 5px; font-size: .9rem; }
.connected-order-proof small { color: var(--muted); font-size: .79rem; line-height: 1.5; }
.connection-boundary-note {
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.62;
}
.connection-boundary-note strong { color: var(--text-soft); }

.selling-stage-panel {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, .018);
}
.selling-stage-panel > div {
  min-width: 0;
  padding: 23px 20px;
  border-right: 1px solid var(--line);
}
.selling-stage-panel > div:last-child { border-right: 0; }
.selling-stage-panel span,
.selling-stage-panel strong,
.selling-stage-panel small { display: block; }
.selling-stage-panel span {
  margin-bottom: 13px;
  color: var(--blue);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.selling-stage-panel strong { margin-bottom: 7px; font-size: .88rem; }
.selling-stage-panel small { color: var(--muted); font-size: .76rem; line-height: 1.5; }
.selling-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.outcome-callout { border-color: rgba(116, 215, 173, .22); }

.retained-record-proof {
  height: 100%;
  padding: 28px;
  border: 1px solid rgba(165, 205, 255, .24);
  border-radius: var(--radius-md);
  background: linear-gradient(160deg, rgba(46, 33, 78, .58), rgba(8, 13, 25, .96));
  box-shadow: 0 20px 58px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .055);
}
.retained-record-proof > p:last-child {
  margin-top: 20px;
  color: var(--muted);
  font-size: .84rem;
  line-height: 1.58;
}
.retained-record-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}
.retained-record-grid span {
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--text-soft);
  background: rgba(255, 255, 255, .022);
  font-size: .8rem;
  font-weight: 760;
}

@media (max-width: 900px) {
  .research-proof-panel { grid-template-columns: 1fr; }
  .research-proof-panel article { border-right: 0; border-bottom: 1px solid var(--line); }
  .research-proof-panel article:last-child { border-bottom: 0; }
  .selling-stage-panel { grid-template-columns: 1fr; }
  .selling-stage-panel > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .selling-stage-panel > div:last-child { border-bottom: 0; }
  .selling-support-grid { grid-template-columns: 1fr; }
}
