:root {
  --ink: #071426;
  --ink-soft: #10233f;
  --blue: #118de8;
  --blue-deep: #0873cf;
  --blue-bright: #45c8ff;
  --blue-pale: #eaf6ff;
  --ice: #f4f9fd;
  --white: #ffffff;
  --slate: #587086;
  --slate-light: #8da3b6;
  --line: #dce8f1;
  --success: #31bd8c;
  --amber: #f5b544;
  --shadow-sm: 0 10px 28px rgba(8, 31, 56, 0.08);
  --shadow-lg: 0 34px 80px rgba(3, 22, 46, 0.18);
  --radius: 24px;
  --font: "Aptos", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 16px; border-radius: 10px; background: var(--white); color: var(--ink); transform: translateY(-150%); box-shadow: var(--shadow-sm); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 20; inset: 0 0 auto; color: var(--white); }
.nav-shell { height: 92px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; text-decoration: none; font-size: 23px; font-weight: 800; letter-spacing: -0.04em; }
.brand img { border-radius: 11px; box-shadow: 0 8px 22px rgba(0, 139, 255, 0.18); }
.brand > span > span { color: var(--blue-bright); }
.primary-nav { display: flex; align-items: center; justify-content: center; gap: 23px; margin-inline: auto; }
.primary-nav a { color: #b8c7d8; font-size: 13px; font-weight: 650; text-decoration: none; transition: color 160ms ease; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--white); }
.menu-toggle { display: none; margin-left: auto; width: 44px; height: 44px; padding: 11px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(255,255,255,.07); }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; border-radius: 3px; background: var(--white); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 24px; border: 1px solid transparent; border-radius: 13px; font-size: 15px; font-weight: 760; text-decoration: none; transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease, border-color 170ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .primary-nav a:focus-visible, summary:focus-visible { outline: 3px solid rgba(69, 200, 255, .5); outline-offset: 3px; }
.button-small { min-height: 44px; padding-inline: 19px; font-size: 14px; }
.button-dark { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.08); color: var(--white); backdrop-filter: blur(12px); }
.button-dark:hover { background: rgba(255,255,255,.16); }
.button-primary { background: linear-gradient(135deg, #1294ed, #0873cf); color: var(--white); box-shadow: 0 16px 34px rgba(11, 129, 217, 0.28); }
.button-primary:hover { box-shadow: 0 20px 42px rgba(11, 129, 217, 0.38); }
.button-light { background: var(--white); color: var(--ink); box-shadow: 0 16px 34px rgba(0, 0, 0, .18); }
.button-full { width: 100%; }
.button-icon { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; padding: 14px 0; color: #d7e4ef; font-size: 15px; font-weight: 700; text-decoration: none; }
.text-link span { transition: transform 160ms ease; }
.text-link:hover span { transform: translateX(4px); }

.hero { position: relative; overflow: hidden; min-height: 850px; padding: 168px 0 0; color: var(--white); background: linear-gradient(145deg, #06111f 0%, #08192d 54%, #0a203a 100%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(105, 188, 255, .13) 1px, transparent 1px), linear-gradient(90deg, rgba(105, 188, 255, .13) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.hero-glow { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-glow-one { top: 28px; right: -280px; width: 820px; height: 820px; border: 1px solid rgba(75, 198, 255, .15); box-shadow: inset 0 0 160px rgba(20, 141, 230, .08); }
.hero-glow-two { top: 205px; right: -90px; width: 420px; height: 420px; border: 1px solid rgba(75, 198, 255, .18); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .98fr 1.02fr; align-items: center; gap: 64px; }
.hero-copy { padding-bottom: 65px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #147dd0; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 24px; height: 2px; background: currentColor; }
.hero .eyebrow { color: #65d0ff; }
.hero h1 { margin: 22px 0 24px; max-width: 690px; font-size: clamp(50px, 5.3vw, 72px); line-height: 1.02; letter-spacing: -.062em; }
.hero h1 em { display: block; margin-top: 8px; color: var(--blue-bright); font-style: normal; font-weight: 760; }
.hero-lead { max-width: 630px; margin: 0; color: #aec0d2; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.hero-meta { display: flex; align-items: center; gap: 10px; margin-top: 23px; color: #8097ae; font-size: 12px; font-weight: 650; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(49,189,140,.1); }
.meta-separator { width: 1px; height: 14px; margin-inline: 3px; background: #385068; }

.product-visual { position: relative; min-width: 0; padding: 55px 0 90px; }
.visual-orbit { position: absolute; border: 1px solid rgba(67, 195, 255, .16); border-radius: 50%; }
.orbit-one { inset: -30px -60px -10px 50px; }
.orbit-two { inset: 26px -4px 45px 110px; }
.app-frame { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(121, 191, 241, .22); border-radius: 20px; background: #081526; box-shadow: 0 45px 95px rgba(0, 0, 0, .42); transform: perspective(1400px) rotateY(-4deg) rotateX(1deg); }
.app-bar { height: 48px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 15px; background: #0e1d31; border-bottom: 1px solid #223a55; }
.app-dots { display: flex; gap: 6px; }
.app-dots span { width: 7px; height: 7px; border-radius: 50%; background: #38516c; }
.app-title { display: flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 800; }
.app-title img { border-radius: 6px; }
.app-status { justify-self: end; color: #6ce0b5; font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.app-screenshot { width: 100%; aspect-ratio: 1.58; object-fit: cover; object-position: top; filter: saturate(.82) contrast(1.04); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 12px; min-width: 205px; padding: 13px 16px; border: 1px solid rgba(145, 201, 240, .2); border-radius: 15px; background: rgba(11, 29, 49, .94); box-shadow: 0 18px 46px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-size: 12px; }
.floating-card small { margin-top: 3px; color: #7690a9; font-size: 9px; }
.floating-card-top { top: 18px; right: -28px; }
.floating-card-bottom { left: 26px; bottom: 52px; }
.pulse-mark { width: 38px; height: 34px; display: flex; align-items: center; justify-content: center; gap: 3px; border-radius: 9px; background: rgba(28, 155, 234, .11); }
.pulse-mark i { display: block; width: 2px; border-radius: 2px; background: #49caff; }
.pulse-mark i:nth-child(1), .pulse-mark i:nth-child(5) { height: 7px; }
.pulse-mark i:nth-child(2), .pulse-mark i:nth-child(4) { height: 16px; }
.pulse-mark i:nth-child(3) { height: 24px; }
.check-mark { display: grid; place-items: center; width: 33px; height: 33px; border-radius: 10px; background: rgba(49,189,140,.13); color: #6ce0b5; font-weight: 800; }
.outcome-strip { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(146, 194, 230, .14); }
.outcome-strip > div { display: flex; align-items: center; justify-content: center; gap: 14px; min-height: 90px; border-right: 1px solid rgba(146, 194, 230, .14); }
.outcome-strip > div:last-child { border-right: 0; }
.outcome-number { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid #2d516f; border-radius: 9px; color: #57c9fb; font-size: 9px; font-weight: 800; }
.outcome-strip p { margin: 0; }
.outcome-strip strong, .outcome-strip small { display: block; }
.outcome-strip strong { color: #d5e1ec; font-size: 12px; }
.outcome-strip small { margin-top: 3px; color: #71889e; font-size: 10px; }

.section { padding: 112px 0; }
.section-heading { max-width: 760px; }
.section-heading.centered { margin: 0 auto 58px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2, .template-copy h2, .ai-copy h2, .external-copy h2, .pricing-copy h2 { margin: 17px 0 22px; font-size: clamp(40px, 4.8vw, 58px); line-height: 1.06; letter-spacing: -.052em; }
.section-heading p, .template-copy > p, .ai-copy > p, .external-copy > p, .pricing-copy > p { margin: 0; color: var(--slate); font-size: 17px; line-height: 1.7; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.split-heading h2 { margin-bottom: 0; }
.split-heading > p { padding-bottom: 6px; }
.card-kicker { margin: 0 0 8px !important; color: var(--blue) !important; font-size: 11px !important; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.modes-section { background: var(--ice); }
.mode-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.mode-card { overflow: hidden; min-width: 0; border: 1px solid var(--line); border-radius: 27px; background: var(--white); box-shadow: 0 12px 36px rgba(8,31,56,.06); }
.mode-card-top { display: flex; align-items: center; justify-content: space-between; padding: 24px 28px 10px; }
.mode-label { display: inline-flex; align-items: center; gap: 8px; color: #44647e; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.mode-label i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(49,189,140,.1); }
.mode-card-background .mode-label i { background: var(--blue); box-shadow: 0 0 0 4px rgba(17,141,232,.1); }
.mode-number { color: #9bb1c2; font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.mode-product-shot { overflow: hidden; margin: 14px 28px 0; border: 1px solid #cad9e5; border-radius: 18px; background: #fff; box-shadow: 0 14px 32px rgba(8,31,56,.1); }
.mode-product-shot-media { display: grid; place-items: center; height: 280px; overflow: hidden; background: #dfe7ef; }
.mode-product-shot img { display: block; width: 100%; height: 100%; }
.mode-product-shot-editor img { object-fit: cover; object-position: top center; }
.mode-product-shot-voicebar img { width: calc(100% - 24px); height: auto; max-width: none; object-fit: contain; }
.mode-product-shot figcaption { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 10px 15px; border-top: 1px solid #d9e4ec; color: #60788c; font-size: 11px; line-height: 1.35; }
.mode-product-shot figcaption span { flex: 0 0 auto; padding: 5px 8px; border-radius: 7px; background: #e7f4fc; color: #147fc7; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.mode-product-shot-voicebar figcaption span { background: #e5f6ef; color: #16845f; }
.mode-copy { padding: 31px 31px 34px; }
.mode-copy h3 { margin: 0 0 13px; font-size: 29px; line-height: 1.14; letter-spacing: -.04em; }
.mode-copy > p:not(.card-kicker) { margin: 0; color: var(--slate); line-height: 1.66; }
.check-list { display: grid; gap: 9px; margin: 21px 0 0; padding: 0; list-style: none; color: #36536c; font-size: 13px; }
.check-list li { position: relative; padding-left: 22px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }

.template-section { background: #fff; }
.template-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 85px; }
.template-copy > p { max-width: 490px; }
.template-note { display: flex; align-items: center; gap: 12px; margin-top: 27px; padding: 16px 18px; border: 1px solid #d8e9f4; border-radius: 14px; background: #f7fbfe; color: #41617a; font-size: 13px; line-height: 1.45; }
.template-note span { display: grid; place-items: center; flex: 0 0 29px; height: 29px; border-radius: 9px; background: #e1f6ee; color: #169369; font-weight: 900; }
.template-paths { display: grid; gap: 16px; }
.template-path { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fafdff; box-shadow: 0 12px 32px rgba(8,31,56,.04); }
.template-path-accent { border-color: #b9ddf5; background: linear-gradient(145deg, #f9fdff, #eaf7ff); }
.path-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.path-heading span { color: #1689da; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.path-heading strong { font-size: 16px; }
.path-flow { display: grid; grid-template-columns: 1fr auto 1.5fr auto 1fr; align-items: center; gap: 9px; margin: 24px 0 18px; }
.path-flow span { min-height: 52px; display: grid; place-items: center; padding: 10px; border: 1px solid #d6e5ee; border-radius: 11px; background: #fff; color: #355570; font-size: 11px; font-weight: 750; text-align: center; }
.path-flow i { color: #74a4c6; font-style: normal; }
.path-flow .ai-node { border-color: #4eb9f7; background: #138cda; color: #fff; }
.template-path p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.55; }

.workflow-section { overflow: hidden; color: var(--white); background: #071426; }
.section-heading-light { max-width: 780px; }
.section-heading-light h2 { color: #fff; }
.section-heading-light p { color: #91a8bb; }
.eyebrow-light { color: var(--blue-bright); }
.workflow-compare { display: grid; gap: 16px; margin-top: 54px; }
.workflow-row { display: grid; grid-template-columns: 180px 1fr; align-items: center; gap: 24px; padding: 22px 24px; border: 1px solid #233a51; border-radius: 18px; background: #0b1d30; }
.workflow-label span, .workflow-label small { display: block; }
.workflow-label span { font-size: 14px; font-weight: 800; }
.workflow-label small { margin-top: 5px; color: #71899f; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.workflow-row ol { display: flex; align-items: stretch; margin: 0; padding: 0; list-style: none; }
.workflow-row li { position: relative; flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 6px; padding: 10px 24px 10px 13px; border-left: 1px solid #263f57; }
.workflow-row li::after { content: "→"; position: absolute; top: 50%; right: 7px; color: #47627a; transform: translateY(-50%); }
.workflow-row li:last-child::after { display: none; }
.workflow-row b { color: #6b849a; font-size: 8px; letter-spacing: .1em; }
.workflow-row li span { color: #becbd6; font-size: 11px; font-weight: 700; line-height: 1.25; }
.traditional-row { opacity: .74; }
.traditional-row .wait-step { background: rgba(245,181,68,.05); }
.traditional-row .wait-step span, .traditional-row .wait-step b { color: #efbf6c; }
.radivox-row { border-color: #1a77b6; background: linear-gradient(90deg, #0b2238, #0b2943); box-shadow: 0 18px 44px rgba(0,0,0,.18); }
.radivox-row .workflow-label span { color: #65d0ff; }
.radivox-row li { border-left-color: #28506e; }
.radivox-row b { color: #51c7fb; }
.radivox-row li span { color: #fff; }
.workflow-takeaway { display: flex; align-items: center; gap: 17px; margin-top: 24px; padding: 20px 23px; border: 1px solid #25425c; border-radius: 16px; background: #0a1d30; }
.takeaway-icon { display: grid; place-items: center; flex: 0 0 42px; height: 42px; border-radius: 12px; background: #0e75ba; color: #fff; font-weight: 900; }
.workflow-takeaway p { margin: 0; color: #8fa7bb; font-size: 13px; line-height: 1.55; }
.workflow-takeaway strong { color: #dce7ef; }

.results-section { background: var(--ice); }
.results-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.result-card { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 22px; min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.result-card-featured { grid-row: span 2; min-height: 518px; align-content: center; padding: 44px; color: #fff; border-color: #173553; background: linear-gradient(150deg, #071426, #0d3453); box-shadow: var(--shadow-lg); }
.result-icon { display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid #cce1ee; border-radius: 13px; background: #edf8fe; color: #1188d8; font-size: 11px; font-weight: 900; letter-spacing: .06em; }
.result-card-featured .result-icon { border-color: #2f5875; background: #102e47; color: #5bd0ff; }
.result-card h3 { margin: 0 0 12px; font-size: 25px; line-height: 1.17; letter-spacing: -.035em; }
.result-card > div > p:last-child { margin: 0; color: var(--slate); line-height: 1.62; }
.result-card-featured > div > p:last-child { color: #94aabd; }
.result-card-featured .card-kicker { color: #5bd0ff !important; }

.external-section { padding-top: 0; background: var(--ice); }
.external-shell { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 72px; padding: 54px; border: 1px solid #cfe2ee; border-radius: 28px; background: #fff; box-shadow: 0 22px 55px rgba(8,31,56,.07); }
.external-copy h2 { font-size: clamp(36px, 4vw, 50px); }
.delay-card { padding: 28px; border: 1px solid #d5e6ef; border-radius: 20px; background: #f8fcfe; }
.delay-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.delay-heading span { color: #1689da; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.delay-heading strong { color: #547087; font-size: 11px; }
.delay-scale { display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 0; margin: 34px 0 25px; }
.delay-scale > div:first-child, .delay-scale > div:last-child { display: grid; gap: 7px; color: #3d5d76; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.delay-scale i { width: 12px; height: 12px; border: 3px solid #fff; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 2px var(--blue); }
.delay-scale > div:last-child { justify-items: end; text-align: right; }
.delay-track { height: 7px; display: grid; place-items: center; margin: 0 -2px 3px; border-radius: 5px; background: linear-gradient(90deg, #25a5ef, #b5d9eb); }
.delay-track span { margin-bottom: 32px; color: #7891a4; font-size: 9px; white-space: nowrap; }
.delay-card > p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.6; }

.ai-section { color: #fff; background: linear-gradient(145deg, #071426, #0a2138); }
.ai-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 90px; }
.ai-copy > p { color: #8fa6b9; }
.clinical-note { display: flex; align-items: center; gap: 13px; margin-top: 28px; padding: 15px 17px; border: 1px solid #25445e; border-radius: 14px; background: #0b2338; }
.clinical-note > span { display: grid; place-items: center; flex: 0 0 31px; height: 31px; border-radius: 9px; background: #114e75; color: #62cefa; font-size: 12px; font-weight: 900; }
.clinical-note p { margin: 0; color: #8faabd; font-size: 12px; }
.clinical-note strong { color: #e0eaf1; }
.ai-capabilities { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.ai-capabilities article { min-height: 116px; display: flex; flex-direction: column; justify-content: space-between; padding: 19px; border: 1px solid #26445e; border-radius: 16px; background: rgba(14,43,67,.72); }
.ai-capabilities article:nth-child(2), .ai-capabilities article:nth-child(5) { background: rgba(12,56,84,.85); }
.ai-capabilities span { color: #4cc6fb; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.ai-capabilities strong { max-width: 190px; color: #dbe6ee; font-size: 14px; line-height: 1.35; }

.transcription-section { background: #fff; }
.transcription-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 82px; }
.capacity-card { display: grid; grid-template-columns: 1fr auto 1fr; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #f8fbfd; box-shadow: 0 18px 45px rgba(8,31,56,.06); }
.capacity-column { min-height: 270px; padding: 32px; }
.capacity-label { display: block; margin-bottom: 40px; color: #1689da; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.capacity-column > strong { display: block; margin-bottom: 13px; font-size: 22px; line-height: 1.18; letter-spacing: -.03em; }
.capacity-column p { margin: 0; color: var(--slate); font-size: 13px; line-height: 1.58; }
.capacity-divider { display: grid; place-items: center; width: 1px; background: var(--line); }
.capacity-divider span { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid #cde0ec; border-radius: 50%; background: #fff; color: var(--blue); font-weight: 800; }
.capacity-footer { grid-column: 1 / -1; padding: 16px 24px; border-top: 1px solid var(--line); background: #edf7fc; color: #44647c; font-size: 12px; font-weight: 750; text-align: center; }

.privacy-section { position: relative; overflow: hidden; background: linear-gradient(180deg, #eef8fd 0%, #f8fcfe 100%); }
.privacy-section::before { content: ""; position: absolute; top: -250px; left: 50%; width: 720px; height: 720px; border: 1px solid rgba(17,141,232,.1); border-radius: 50%; transform: translateX(-50%); pointer-events: none; }
.privacy-heading { position: relative; max-width: 850px; }
.privacy-heading h2 { max-width: 800px; margin-inline: auto; }
.privacy-flow { position: relative; display: grid; grid-template-columns: 1fr auto 1.08fr auto 1fr; align-items: center; gap: 18px; margin-top: 58px; }
.privacy-node { min-height: 290px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 28px 24px; border: 1px solid #cfe2ee; border-radius: 22px; background: rgba(255,255,255,.92); box-shadow: 0 16px 40px rgba(8,31,56,.06); text-align: center; }
.privacy-node-radivox { min-height: 330px; border-color: #91cbed; background: linear-gradient(150deg, #ffffff, #e9f7ff); box-shadow: 0 24px 55px rgba(10,101,161,.13); }
.privacy-node-label { margin-bottom: 24px; color: #56809d; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.privacy-node-icon { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid #c6dce9; border-radius: 14px; background: #edf6fa; color: #47718e; font-size: 11px; font-weight: 900; letter-spacing: .06em; }
.privacy-node-check { border-color: #bce5d6; background: #e9f8f2; color: #15875f; font-size: 20px; }
.privacy-node-radivox img { border-radius: 13px; box-shadow: 0 12px 25px rgba(6,39,68,.16); }
.privacy-node h3 { margin: 19px 0 10px; font-size: 20px; letter-spacing: -.03em; }
.privacy-node p { margin: 0; color: var(--slate); font-size: 12px; line-height: 1.58; }
.privacy-separation { display: grid; justify-items: center; gap: 9px; width: 90px; color: #6f8da3; text-align: center; }
.privacy-separation i { width: 1px; height: 42px; background: repeating-linear-gradient(to bottom, #91b2c7 0 5px, transparent 5px 10px); }
.privacy-separation span { font-size: 8px; font-weight: 800; letter-spacing: .08em; line-height: 1.35; text-transform: uppercase; }
.privacy-handoff { display: grid; justify-items: center; gap: 8px; width: 86px; color: #3483b8; text-align: center; }
.privacy-handoff span { font-size: 8px; font-weight: 800; line-height: 1.35; text-transform: uppercase; }
.privacy-handoff i { font-size: 24px; font-style: normal; }
.privacy-points { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 20px; }
.privacy-points article { padding: 23px; border: 1px solid #d2e5f0; border-radius: 16px; background: rgba(255,255,255,.78); }
.privacy-points span { color: #1388d4; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.privacy-points strong { display: block; margin: 14px 0 8px; color: #18364e; font-size: 14px; }
.privacy-points p { margin: 0; color: var(--slate); font-size: 12px; line-height: 1.55; }
.privacy-note { position: relative; margin: 20px 0 0; padding: 18px 22px; border: 1px solid #bfe2d5; border-radius: 15px; background: #effaf6; color: #4d6d61; font-size: 13px; line-height: 1.55; text-align: center; }
.privacy-note strong { color: #1d7155; }

.limitation-section { padding-top: 0; }
.limitation-card { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px 70px; padding: 44px 48px; border: 1px solid #e4d7bb; border-radius: 26px; background: linear-gradient(145deg, #fffcf6, #fbf6ea); }
.limitation-badge { grid-column: 1 / -1; width: fit-content; padding: 8px 11px; border: 1px solid #e8d6ae; border-radius: 999px; background: #fffaf0; color: #986b20; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.limitation-copy h2 { margin: 0 0 13px; font-size: clamp(32px, 4vw, 46px); line-height: 1.08; letter-spacing: -.048em; }
.limitation-copy p { margin: 0; color: #6c665b; line-height: 1.62; }
.copy-flow { display: flex; align-items: center; justify-content: center; gap: 10px; }
.copy-flow span { padding: 13px 14px; border: 1px solid #e4d8c0; border-radius: 11px; background: rgba(255,255,255,.75); color: #5a554c; font-size: 11px; font-weight: 750; text-align: center; }
.copy-flow i { color: #ac9568; font-style: normal; }
.copy-flow .copy-action { border-color: #d6bd87; background: #fff7e6; color: #886120; }
.limitation-footnote { grid-column: 1 / -1; margin: 0; padding-top: 23px; border-top: 1px solid #e7ddc7; color: #70695d; font-size: 13px; line-height: 1.62; }

.pricing-section { background: linear-gradient(180deg, #f5faff, #ffffff); }
.pricing-grid { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 100px; }
.pricing-copy > p { max-width: 580px; }
.security-note { display: flex; align-items: center; gap: 12px; max-width: 500px; margin-top: 28px; padding: 15px 18px; border: 1px solid #dbeaf3; border-radius: 13px; background: #f9fcfe; color: #587086; font-size: 13px; line-height: 1.4; }
.security-note > span { display: grid; place-items: center; flex: 0 0 30px; height: 30px; border-radius: 9px; background: #e7f5fd; color: #118de8; font-weight: 800; }
.price-card { padding: 34px; border: 1px solid #d9e7f1; border-radius: 26px; background: var(--white); box-shadow: 0 30px 70px rgba(6, 39, 68, .12); }
.price-card-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.price-card-top img { border-radius: 16px; box-shadow: 0 12px 25px rgba(6, 39, 68, .18); }
.plan-label { color: #1689da; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.price-card h3 { margin: 6px 0 0; font-size: 27px; letter-spacing: -.035em; }
.price-line { display: flex; align-items: baseline; gap: 9px; margin-top: 31px; padding-top: 27px; border-top: 1px solid var(--line); }
.price-line strong { font-size: 37px; letter-spacing: -.045em; }
.price-line span { color: var(--slate); font-size: 13px; }
.price-note { margin: 9px 0 25px; color: #75899b; font-size: 12px; line-height: 1.5; }
.plan-features { display: grid; gap: 13px; margin: 0 0 26px; padding: 0; list-style: none; color: #334d64; font-size: 14px; }
.plan-features li { display: flex; gap: 10px; }
.plan-features span { color: var(--success); font-weight: 900; }
.plan-footnote { display: block; margin: 13px auto 0; color: #8293a1; font-size: 10px; line-height: 1.5; text-align: center; }

.faq-section { border-top: 1px solid #e4edf4; }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 25px 0; color: #173149; font-size: 17px; font-weight: 730; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: #168bdd; font-size: 24px; font-weight: 400; transition: transform 160ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 650px; margin: -8px 45px 23px 0; color: var(--slate); line-height: 1.65; }

.closing-cta { padding: 35px 0 80px; background: #fff; }
.closing-shell { min-height: 260px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 35px; padding: 45px 54px; overflow: hidden; position: relative; border-radius: 28px; color: var(--white); background: linear-gradient(120deg, #071426, #0b2945); box-shadow: var(--shadow-lg); }
.closing-shell::after { content: ""; position: absolute; right: 17%; width: 340px; height: 340px; border: 1px solid rgba(71,198,255,.16); border-radius: 50%; }
.closing-mark { position: relative; z-index: 1; padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.05); }
.closing-mark img { border-radius: 18px; }
.closing-shell > div:nth-child(2) { position: relative; z-index: 1; }
.closing-shell p { margin: 0 0 10px; color: #55c8fa; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.closing-shell h2 { margin: 0; font-size: clamp(38px, 4.5vw, 54px); line-height: 1.03; letter-spacing: -.05em; }
.closing-shell .button { position: relative; z-index: 1; }

.site-footer { padding: 35px 0 42px; border-top: 1px solid #e5edf3; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.brand-footer { color: var(--ink); }
.footer-grid > p { margin: 0; color: #7890a3; font-size: 12px; }
.footer-grid nav { display: flex; gap: 22px; }
.footer-grid nav a { color: #566f84; font-size: 12px; font-weight: 650; text-decoration: none; }
.footer-grid nav a:hover { color: #118de8; }
.footer-grid small { grid-column: 1 / -1; padding-top: 20px; border-top: 1px solid #edf2f6; color: #8a9dab; font-size: 10px; }

@media (max-width: 1080px) {
  .primary-nav { gap: 15px; }
  .primary-nav a { font-size: 12px; }
  .hero-grid { gap: 34px; }
  .hero h1 { font-size: 57px; }
  .floating-card-top { right: -8px; }
  .template-grid, .ai-grid, .transcription-grid { gap: 50px; }
  .workflow-row { grid-template-columns: 150px 1fr; }
  .workflow-row li { padding-inline: 10px 18px; }
  .external-shell { gap: 42px; }
}

@media (max-width: 880px) {
  .container { width: min(100% - 32px, 720px); }
  .nav-shell { height: 78px; }
  .menu-toggle { display: block; }
  .nav-cta { display: none; }
  .primary-nav { position: fixed; inset: 78px 16px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(7,20,38,.98); box-shadow: 0 25px 70px rgba(0,0,0,.4); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 14px 13px; border-radius: 10px; font-size: 14px; }
  .primary-nav a:hover { background: rgba(255,255,255,.06); }
  .hero { min-height: 0; padding-top: 128px; }
  .hero-grid, .template-grid, .ai-grid, .transcription-grid, .pricing-grid, .faq-grid, .external-shell { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 0; }
  .product-visual { max-width: 680px; }
  .outcome-strip { margin-top: 5px; }
  .section { padding: 84px 0; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .mode-grid { grid-template-columns: 1fr; }
  .template-grid, .ai-grid, .transcription-grid, .pricing-grid, .faq-grid { gap: 48px; }
  .workflow-row { grid-template-columns: 1fr; gap: 16px; }
  .workflow-row ol { border-top: 1px solid #263f57; }
  .workflow-row li:first-child { border-left: 0; }
  .results-grid { grid-template-columns: 1fr; }
  .result-card-featured { grid-row: auto; min-height: 330px; }
  .external-section { padding-top: 0; }
  .external-shell { gap: 36px; padding: 40px; }
  .privacy-flow { grid-template-columns: 1fr; gap: 14px; }
  .privacy-node, .privacy-node-radivox { min-height: 0; }
  .privacy-separation { grid-template-columns: 1fr auto 1fr; align-items: center; width: 100%; }
  .privacy-separation i { width: 100%; height: 1px; background: repeating-linear-gradient(to right, #91b2c7 0 5px, transparent 5px 10px); }
  .privacy-handoff { grid-template-columns: auto auto; align-items: center; justify-content: center; width: 100%; }
  .privacy-handoff i { transform: rotate(90deg); }
  .privacy-points { grid-template-columns: 1fr; }
  .limitation-card { grid-template-columns: 1fr; gap: 26px; }
  .copy-flow { justify-content: flex-start; }
  .closing-shell { grid-template-columns: auto 1fr; padding: 38px; }
  .closing-shell .button { grid-column: 1 / -1; width: fit-content; }
  .footer-grid { grid-template-columns: 1fr auto; }
  .footer-grid > p { display: none; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 24px, 520px); }
  .hero h1 { font-size: 45px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { justify-content: center; }
  .hero-meta { flex-wrap: wrap; }
  .product-visual { margin-top: 12px; padding: 32px 0 72px; }
  .app-frame { transform: none; border-radius: 14px; }
  .app-screenshot { aspect-ratio: 1.24; }
  .floating-card { min-width: 174px; padding: 10px 12px; }
  .floating-card-top { top: 5px; right: -3px; }
  .floating-card-bottom { left: 10px; bottom: 30px; }
  .outcome-strip { grid-template-columns: 1fr; padding-block: 10px; }
  .outcome-strip > div { justify-content: flex-start; min-height: 62px; padding-left: 20px; border-right: 0; border-bottom: 1px solid rgba(146,194,230,.14); }
  .outcome-strip > div:last-child { border-bottom: 0; }
  .section-heading h2, .template-copy h2, .ai-copy h2, .external-copy h2, .pricing-copy h2 { font-size: 38px; }
  .mode-card-top { padding-inline: 20px; }
  .mode-product-shot { margin-inline: 20px; }
  .mode-product-shot-media { height: 220px; }
  .mode-product-shot figcaption { align-items: flex-start; flex-direction: column; gap: 6px; }
  .mode-copy { padding: 26px 22px 28px; }
  .mode-copy h3 { font-size: 25px; }
  .template-path { padding: 22px; }
  .path-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .path-flow { grid-template-columns: 1fr; gap: 6px; }
  .path-flow i { transform: rotate(90deg); text-align: center; }
  .workflow-row { padding: 20px; }
  .workflow-row ol { display: grid; grid-template-columns: 1fr; }
  .workflow-row li { flex-direction: row; align-items: center; padding: 13px 24px 13px 5px; border-left: 0; border-bottom: 1px solid #263f57; }
  .workflow-row li:last-child { border-bottom: 0; }
  .workflow-row li::after { content: "↓"; }
  .result-card, .result-card-featured { grid-template-columns: 1fr; min-height: 0; padding: 28px 24px; }
  .external-shell { padding: 28px 22px; }
  .delay-card { padding: 22px 18px; }
  .delay-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .delay-track span { font-size: 8px; }
  .ai-capabilities { grid-template-columns: 1fr; }
  .capacity-card { grid-template-columns: 1fr; }
  .capacity-column { min-height: 0; padding: 28px 24px; }
  .capacity-label { margin-bottom: 23px; }
  .capacity-divider { width: auto; height: 1px; }
  .capacity-footer { grid-column: auto; }
  .limitation-card { padding: 30px 22px; }
  .copy-flow { align-items: stretch; flex-direction: column; }
  .copy-flow i { transform: rotate(90deg); text-align: center; }
  .price-card { padding: 26px 22px; }
  .closing-shell { grid-template-columns: 1fr; justify-items: start; padding: 32px 25px; }
  .closing-mark { display: none; }
  .closing-shell .button { grid-column: auto; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid nav { flex-wrap: wrap; gap: 14px 20px; }
}

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