:root {
    --ink: #0b1630;
    --ink-soft: #4d5a72;
    --navy: #071225;
    --navy-2: #0b1931;
    --line: #dbe2ed;
    --paper: #ffffff;
    --paper-blue: #f2f7ff;
    --blue: #5787ff;
    --cyan: #31d7f4;
    --violet: #8a70ff;
    --shell: min(1220px, calc(100vw - 48px));
    --ease: cubic-bezier(.2,.75,.25,1);
}

/* Trial */
.trial-site { background: #071225; }
.trial-page { background: #fff; }
.trial-hero {
    position: relative; min-height: 860px; overflow: hidden; color: #fff; background: #071225;
}
.trial-hero::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(circle at 84% 40%, rgba(88,135,255,.2), transparent 28%),
        linear-gradient(90deg, rgba(7,18,37,1) 0%, rgba(7,18,37,.97) 48%, rgba(10,25,51,.86) 100%);
}
.trial-hero::after {
    content: ""; position: absolute; right: -13%; top: 5%; width: 58%; height: 92%; opacity: .15; pointer-events: none;
    background: url("../images/hero/voice-ribbon.png") center / cover no-repeat; filter: saturate(1.25);
}
.trial-hero-grid {
    position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.02fr) minmax(430px,.78fr);
    align-items: center; gap: clamp(52px,7vw,104px); min-height: 860px; padding-top: 126px; padding-bottom: 94px;
}
.trial-intro h1 { max-width: 720px; font-size: clamp(56px,5vw,76px); }
.trial-intro h1 em { color: #88aaff; }
.trial-lede { max-width: 610px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 19px; line-height: 1.65; }
.trial-benefit-list { display: grid; gap: 22px; max-width: 560px; margin: 38px 0 0; padding: 0; list-style: none; }
.trial-benefit-list li { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 16px; }
.trial-benefit-icon { width: 42px; height: 42px; display: grid; place-items: center; color: #59a2ff; border: 1px solid rgba(100,168,255,.26); }
.trial-benefit-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.trial-benefit-list strong, .trial-benefit-list small { display: block; }
.trial-benefit-list strong { color: #fff; font-size: 15px; }
.trial-benefit-list small { margin-top: 2px; color: rgba(255,255,255,.53); font-size: 13px; line-height: 1.45; }
.trial-hero-signal { position: absolute; z-index: 1; right: 2.5%; top: 41%; display: flex; align-items: center; gap: 6px; height: 128px; opacity: .45; }
.trial-hero-signal i { width: 2px; height: 28px; border-radius: 3px; background: #6998ff; box-shadow: 0 0 13px rgba(82,130,255,.8); }
.trial-hero-signal i:nth-child(2), .trial-hero-signal i:nth-child(8) { height: 50px; }
.trial-hero-signal i:nth-child(3), .trial-hero-signal i:nth-child(7) { height: 82px; }
.trial-hero-signal i:nth-child(4), .trial-hero-signal i:nth-child(6) { height: 112px; }
.trial-hero-signal i:nth-child(5) { height: 128px; background: #9777ff; }

.trial-panel {
    position: relative; min-height: 575px; padding: 34px 36px 32px; color: var(--ink); background: #fff;
    border: 1px solid rgba(187,204,229,.76); border-radius: 18px; box-shadow: 0 34px 90px rgba(0,0,0,.35);
}
.trial-progress { position: relative; display: grid; grid-template-columns: repeat(3,1fr); margin: 0 0 34px; padding: 0; list-style: none; }
.trial-progress::before { content: ""; position: absolute; top: 17px; left: 16.66%; right: 16.66%; height: 1px; background: #dbe4f1; }
.trial-progress li { position: relative; z-index: 1; display: grid; justify-items: center; gap: 7px; color: #8792a5; }
.trial-progress li > span { width: 35px; height: 35px; display: grid; place-items: center; color: #647187; background: #edf1f7; border-radius: 50%; font-size: 11px; font-weight: 800; }
.trial-progress li small { font-size: 11px; font-weight: 700; }
.trial-progress li.is-active { color: #2868ee; }
.trial-progress li.is-active > span { color: #fff; background: #3478ff; box-shadow: 0 8px 20px rgba(52,120,255,.26); }
.trial-progress li.is-complete { color: #3873e5; }
.trial-progress li.is-complete > span { color: #fff; background: #66a0ff; }
.trial-panel-heading { margin-bottom: 24px; }
.trial-stage-label { display: block; margin-bottom: 7px; color: #4773cc; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.trial-panel-heading h2 { color: #111d35; font-size: 31px; letter-spacing: -.045em; line-height: 1.08; }
.trial-panel-heading p { margin: 10px 0 0; color: #657188; font-size: 13px; line-height: 1.6; }
.trial-panel-heading strong { color: #263751; overflow-wrap: anywhere; }
.trial-form { display: grid; gap: 17px; }
.trial-form label { display: grid; gap: 7px; color: #25344f; font-size: 12px; font-weight: 700; }
.trial-form input {
    width: 100%; min-height: 49px; padding: 12px 14px; color: #13203a; background: #f9fbfe; border: 1px solid #cfd9e7;
    border-radius: 7px; outline: 0; font: inherit; font-weight: 500; transition: border-color .2s, box-shadow .2s, background .2s;
}
.trial-form input::placeholder { color: #a4adbb; }
.trial-form input:focus { background: #fff; border-color: #5787ff; box-shadow: 0 0 0 3px rgba(87,135,255,.13); }
.trial-otp-input { text-align: center; font-family: Consolas,monospace !important; font-size: 23px !important; letter-spacing: .35em; }
.trial-primary-action {
    width: 100%; min-height: 53px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; margin-top: 3px;
    padding: 13px 18px; color: #fff; background: #286bf2; border: 0; border-radius: 7px; cursor: pointer;
    font: inherit; font-size: 13px; font-weight: 750; transition: transform .2s var(--ease), background .2s, box-shadow .2s;
}
.trial-primary-action:hover, .trial-primary-action:focus-visible { background: #145be9; box-shadow: 0 12px 28px rgba(40,107,242,.23); transform: translateY(-2px); }
.trial-primary-action:disabled { cursor: wait; opacity: .68; transform: none; }
.trial-primary-action svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; }
.trial-form-note { margin: -2px 0 0; color: #8a95a8; font-size: 10px; line-height: 1.5; text-align: center; }
.trial-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.trial-notice { display: grid; grid-template-columns: 24px 1fr; align-items: start; gap: 9px; margin: -10px 0 22px; padding: 11px 13px; border: 1px solid #d7e3f2; background: #f4f8ff; }
.trial-notice > span { width: 20px; height: 20px; display: grid; place-items: center; color: #fff; background: #4a7ee6; border-radius: 50%; font-size: 10px; font-weight: 800; }
.trial-notice p { margin: 0; color: #48566d; font-size: 11px; line-height: 1.55; }
.trial-notice.is-error { border-color: #f1ccd1; background: #fff6f7; }
.trial-notice.is-error > span { background: #d95063; }
.trial-inline-actions { display: flex; justify-content: space-between; gap: 15px; margin-top: 21px; padding-top: 18px; border-top: 1px solid #e6ebf2; }
.trial-inline-actions button, .trial-secondary-form button, .trial-license-box button {
    padding: 0; color: #3d68bd; background: transparent; border: 0; cursor: pointer; font: inherit; font-size: 11px; font-weight: 700;
}
.trial-inline-actions button:disabled { color: #9ba5b4; cursor: not-allowed; }
.trial-secondary-form { margin-top: 17px; text-align: center; }
.trial-verified { display: flex; align-items: center; gap: 13px; margin-bottom: 22px; padding: 15px; background: #f1f7ff; border: 1px solid #cfe0fb; }
.trial-verified > span { width: 31px; height: 31px; display: grid; place-items: center; color: #fff; background: #3777ed; border-radius: 50%; font-size: 13px; }
.trial-verified strong, .trial-verified small { display: block; }
.trial-verified strong { color: #22324d; font-size: 13px; }
.trial-verified small { margin-top: 2px; color: #718097; font-size: 10px; }
.trial-license-box { padding: 18px; text-align: center; background: #edf5ff; border: 1px solid #cfe0fb; }
.trial-license-box > span { display: block; color: #687994; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.trial-license-box code { display: block; margin: 10px 0; color: #255ecd; font-family: Consolas,monospace; font-size: 18px; font-weight: 750; letter-spacing: .05em; overflow-wrap: anywhere; user-select: all; }
.trial-license-box button { color: #245cca; }
.trial-license-meta { display: grid; grid-template-columns: repeat(3,1fr); margin: 16px 0; border-block: 1px solid #e2e8f0; }
.trial-license-meta div { padding: 12px 8px; text-align: center; border-right: 1px solid #e2e8f0; }
.trial-license-meta div:last-child { border-right: 0; }
.trial-license-meta dt { color: #8a95a6; font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.trial-license-meta dd { margin: 4px 0 0; color: #34425a; font-size: 10px; line-height: 1.45; }
.trial-pending { display: grid; gap: 5px; padding: 18px; background: #fff9ed; border: 1px solid #f0d99e; }
.trial-pending strong { color: #76530b; font-size: 13px; overflow-wrap: anywhere; }
.trial-pending span { color: #866f3e; font-size: 11px; line-height: 1.55; }

.trial-includes { padding: 112px 0 108px; color: var(--ink); background: #f8fbff; }
.trial-section-heading { display: grid; grid-template-columns: 1.5fr .6fr; align-items: end; gap: 80px; margin-bottom: 68px; }
.trial-section-heading h2 { font-size: clamp(44px,4.6vw,68px); }
.trial-section-heading > p { max-width: 380px; margin: 0 0 5px; color: #657188; font-size: 15px; line-height: 1.75; }
.trial-capability-list { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid #dbe4ef; }
.trial-capability-list article { position: relative; min-height: 238px; display: grid; grid-template-columns: 54px 1fr; align-content: center; gap: 20px; padding: 38px 34px; border-right: 1px solid #dbe4ef; }
.trial-capability-list article:first-child { padding-left: 0; }
.trial-capability-list article:last-child { padding-right: 0; border-right: 0; }
.trial-capability-list article > span { position: absolute; top: 15px; right: 22px; color: #a9b5c7; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.trial-capability-list svg { width: 44px; height: 44px; padding: 9px; color: #3d76e9; border: 1px solid #bfcde1; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.trial-capability-list h3 { margin: 0; color: #172540; font-size: 20px; letter-spacing: -.025em; }
.trial-capability-list p { margin: 9px 0 0; color: #68758b; font-size: 13px; line-height: 1.7; }

.trial-process { padding: 92px 0 90px; color: #fff; background: #071225; }
.trial-process .eyebrow { margin-bottom: 39px; }
.trial-process ol { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 0; list-style: none; }
.trial-process li { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding-right: 54px; }
.trial-process li:not(:last-child)::after { content: ""; position: absolute; top: 25px; right: 14px; width: 26px; height: 1px; background: rgba(118,163,255,.42); }
.trial-process li > span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid #4788ff; border-radius: 50%; color: #fff; font-size: 17px; }
.trial-process h3 { margin: 3px 0 0; font-size: 16px; }
.trial-process li p { max-width: 260px; margin: 7px 0 0; color: rgba(255,255,255,.52); font-size: 12px; line-height: 1.6; }
.trial-policy-note { margin: 50px 0 0; padding-top: 24px; color: rgba(255,255,255,.42); border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; text-align: center; }

@media (max-width: 1040px) {
    .trial-hero-grid { grid-template-columns: 1fr 430px; gap: 42px; }
    .trial-intro h1 { font-size: clamp(48px,6vw,66px); }
    .trial-section-heading { gap: 42px; }
    .trial-capability-list article { grid-template-columns: 44px 1fr; padding-inline: 22px; }
}

@media (max-width: 860px) {
    .trial-hero { min-height: 0; }
    .trial-hero-grid { grid-template-columns: 1fr; min-height: 0; padding-top: 130px; padding-bottom: 90px; }
    .trial-intro { max-width: 680px; }
    .trial-panel { width: min(100%,580px); min-height: 0; }
    .trial-hero-signal { display: none; }
    .trial-section-heading { grid-template-columns: 1fr; gap: 20px; }
    .trial-capability-list { grid-template-columns: 1fr; }
    .trial-capability-list article, .trial-capability-list article:first-child, .trial-capability-list article:last-child { min-height: 0; padding: 36px 10px; border-right: 0; border-bottom: 1px solid #dbe4ef; }
    .trial-capability-list article:last-child { border-bottom: 0; }
    .trial-process ol { grid-template-columns: 1fr; gap: 30px; }
    .trial-process li { padding-right: 0; }
    .trial-process li:not(:last-child)::after { left: 25px; right: auto; top: 58px; width: 1px; height: 23px; }
}

@media (max-width: 560px) {
    .trial-hero-grid { padding-top: 112px; }
    .trial-intro h1 { font-size: 47px; }
    .trial-lede { font-size: 16px; }
    .trial-panel { padding: 27px 20px 25px; border-radius: 12px; }
    .trial-progress { margin-bottom: 28px; }
    .trial-panel-heading h2 { font-size: 28px; }
    .trial-license-meta { grid-template-columns: 1fr; }
    .trial-license-meta div { border-right: 0; border-bottom: 1px solid #e2e8f0; }
    .trial-license-meta div:last-child { border-bottom: 0; }
    .trial-inline-actions { align-items: center; flex-direction: column; }
    .trial-includes { padding: 82px 0; }
    .trial-process { padding: 76px 0; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Segoe UI Variable Text", "Segoe UI", system-ui, -apple-system, sans-serif;
    font-size: 16px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
.site-shell { width: var(--shell); 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; top: 10px; left: 10px; z-index: 1000; padding: 10px 16px;
    color: var(--navy); background: white; transform: translateY(-150%); transition: transform .2s;
}
.skip-link:focus { transform: translateY(0); }

.site-preloader { display: none; }
.js .site-preloader {
    position: fixed; inset: 0; z-index: 20000; display: grid; place-items: center; overflow: hidden;
    color: #fff; background: #050d1c; opacity: 1; visibility: visible;
    transition: opacity .46s var(--ease), visibility .46s, transform .46s var(--ease);
}
.js .site-preloader::before {
    content: ""; position: absolute; inset: 0; background: url("../images/hero/voice-ribbon.png") 68% center / cover no-repeat;
    opacity: .18; transform: scale(1.04); animation: preloaderDepth 3s ease-in-out infinite alternate;
}
.js .site-preloader::after {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(circle at center, rgba(52,118,255,.12), transparent 36%), linear-gradient(90deg,rgba(5,13,28,.94),rgba(5,13,28,.66),rgba(5,13,28,.94));
}
.site-preloader.is-leaving { opacity: 0; visibility: hidden; transform: scale(1.015); }
.preloader-failed .site-preloader { display: none; }
.is-preloading { overflow: hidden; }
.preloader-content { position: relative; z-index: 1; width: min(320px,calc(100vw - 48px)); display: grid; justify-items: center; text-align: center; }
.preloader-mark { position: relative; width: 104px; height: 104px; display: grid; place-items: center; }
.preloader-mark img { position: relative; z-index: 1; width: 66px; height: 66px; filter: drop-shadow(0 12px 28px rgba(69,139,255,.32)); animation: preloaderIcon 1.8s var(--ease) infinite; }
.preloader-orbit { position: absolute; inset: 0; border: 1px solid rgba(103,168,255,.22); border-radius: 50%; animation: preloaderOrbit 1.8s var(--ease) infinite; }
.preloader-orbit::before { content: ""; position: absolute; top: -3px; left: 50%; width: 6px; height: 6px; margin-left: -3px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); }
.preloader-name { margin-top: 15px; font-size: 25px; font-weight: 760; letter-spacing: -.035em; }
.preloader-wave { height: 38px; display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 20px; }
.preloader-wave i { width: 2px; height: 10px; border-radius: 2px; background: linear-gradient(var(--cyan),var(--blue)); animation: preloaderWave .9s ease-in-out infinite alternate; }
.preloader-wave i:nth-child(2), .preloader-wave i:nth-child(6) { height: 18px; animation-delay: -.15s; }
.preloader-wave i:nth-child(3), .preloader-wave i:nth-child(5) { height: 28px; animation-delay: -.3s; }
.preloader-wave i:nth-child(4) { height: 36px; animation-delay: -.45s; }
.preloader-content p { margin: 13px 0 0; color: rgba(255,255,255,.48); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.preloader-track { width: 210px; height: 1px; margin-top: 24px; overflow: hidden; background: rgba(255,255,255,.12); }
.preloader-track span { display: block; width: 45%; height: 100%; background: linear-gradient(90deg,transparent,var(--cyan),var(--blue),transparent); animation: preloaderSweep 1.15s var(--ease) infinite; }
@keyframes preloaderWave { from { transform: scaleY(.38); opacity: .5; } to { transform: scaleY(1); opacity: 1; } }
@keyframes preloaderOrbit { 0% { transform: rotate(0deg) scale(.9); opacity: .45; } 100% { transform: rotate(360deg) scale(1.06); opacity: 1; } }
@keyframes preloaderIcon { 0%,100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-3px) scale(1.025); } }
@keyframes preloaderSweep { from { transform: translateX(-115%); } to { transform: translateX(255%); } }
@keyframes preloaderDepth { from { transform: scale(1.04) translate3d(-.5%,0,0); } to { transform: scale(1.08) translate3d(.5%,0,0); } }

.site-header {
    position: fixed; z-index: 100; inset: 0 0 auto; color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.1);
    transition: background .3s, backdrop-filter .3s, box-shadow .3s;
}
.site-header.is-scrolled {
    background: rgba(7,18,37,.9); backdrop-filter: blur(18px);
    box-shadow: 0 8px 28px rgba(0,0,0,.12);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; color: #fff; font-size: 19px; font-weight: 760; letter-spacing: -.025em; }
.brand img { width: 36px; height: 36px; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 32px); font-size: 14px; font-weight: 600; }
.site-nav > a:not(.nav-download) { position: relative; color: rgba(255,255,255,.72); transition: color .2s; }
.site-nav > a:not(.nav-download)::after {
    content: ""; position: absolute; inset: auto 0 -10px; height: 1px; background: var(--cyan);
    transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease);
}
.site-nav > a:hover, .site-nav > a:focus-visible, .site-nav > a.is-active { color: white; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after, .site-nav > a.is-active::after { transform: scaleX(1); transform-origin: left; }
.nav-download {
    padding: 11px 18px; color: #071225; background: #fff; border: 1px solid #fff;
    transition: background .2s, color .2s, transform .2s;
}
.nav-download:hover, .nav-download:focus-visible { color: white; background: transparent; transform: translateY(-2px); }
.nav-toggle { display: none; color: white; background: none; border: 0; padding: 10px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 5px 0; background: currentColor; }

.hero {
    position: relative; min-height: 100vh; min-height: 100svh; color: white; overflow: hidden;
    background: var(--navy) url("../images/hero/voice-ribbon.png") center / cover no-repeat;
}
.hero::after {
    content: ""; position: absolute; inset: 0;
    background: linear-gradient(90deg, rgba(7,18,37,.96) 0%, rgba(7,18,37,.78) 39%, rgba(7,18,37,.14) 75%, rgba(7,18,37,.5) 100%);
}
.hero-glow {
    position: absolute; z-index: 1; width: 480px; height: 480px; right: 10%; top: 15%;
    border-radius: 50%; background: rgba(86,133,255,.15); filter: blur(90px); pointer-events: none;
}
.hero-grid {
    position: relative; z-index: 2; min-height: 100vh; min-height: 100svh; display: grid; grid-template-columns: minmax(430px,.92fr) minmax(500px,1.08fr);
    align-items: center; gap: 34px; padding-top: 96px; padding-bottom: 64px;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
    margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.7);
    font-size: 12px; line-height: 1; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
}
.eyebrow > span { width: 32px; height: 1px; background: var(--cyan); }
.eyebrow-dark { color: #66738b; }
.eyebrow-dark > span { background: var(--blue); }
h1, h2 { margin: 0; font-family: "Segoe UI Variable Display", "Segoe UI", system-ui, sans-serif; letter-spacing: -.055em; line-height: .99; }
h1 { max-width: 770px; font-size: clamp(58px, 5.5vw, 82px); font-weight: 680; }
h1 em, h2 em { font-style: normal; font-weight: 350; color: #88aaff; }
.hero-lede { max-width: 610px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: clamp(17px,1.4vw,20px); line-height: 1.6; }
.hero-actions { display: flex; align-items: center; gap: 16px; margin-top: 38px; }
.button { min-height: 51px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 13px 20px; font-size: 14px; font-weight: 700; transition: transform .25s var(--ease), background .25s, color .25s, border-color .25s; }
.button span { transition: transform .25s var(--ease); }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button:hover span { transform: translate(2px,2px); }
.button-primary { color: #071225; background: linear-gradient(120deg,#fff 0%,#cdeeff 100%); border: 1px solid transparent; }
.button-primary:hover { background: #fff; }
.button-quiet { color: #fff; border: 1px solid rgba(255,255,255,.35); background: rgba(7,18,37,.18); backdrop-filter: blur(8px); }
.button-quiet:hover { border-color: white; background: rgba(255,255,255,.08); }
.platform-note { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin: 30px 0 0; color: rgba(255,255,255,.46); font-size: 12px; letter-spacing: .04em; }
.platform-note .divider { display: inline-block; width: 1px; height: 12px; margin: 0 4px; background: rgba(255,255,255,.22); }
.platform-item { display: inline-flex; align-items: center; gap: 7px; }
.platform-icon { width: 15px; height: 15px; flex: 0 0 auto; color: rgba(255,255,255,.78); fill: currentColor; }
.platform-icon-apple { width: 14px; height: 16px; }
.platform-mark { color: rgba(255,255,255,.75); font-size: 16px; line-height: 1; }
.apple-mark { font-size: 11px; }
.hero-visual { position: relative; min-width: 0; perspective: 1500px; transform: translateX(4vw); }
.app-window { overflow: hidden; background: #081123; border: 1px solid rgba(158,190,255,.24); box-shadow: 0 35px 90px rgba(0,0,0,.5), 0 0 60px rgba(60,135,255,.16); }
.app-window-hero { transform: rotateY(-5deg) rotateX(2deg); transform-origin: center; transition: transform .2s ease-out; }
.app-window img { width: 100%; height: auto; }
.window-bar { height: 36px; display: flex; align-items: center; gap: 7px; padding: 0 13px; color: rgba(255,255,255,.5); background: #101b31; font-size: 10px; }
.window-bar i { width: 7px; height: 7px; border-radius: 50%; background: #31425e; }
.window-bar i:first-child { background: #ff6880; }
.window-bar i:nth-child(2) { background: #f4c45b; }
.window-bar i:nth-child(3) { background: #46d493; }
.window-bar span { margin-left: auto; margin-right: auto; }
.signal-chip {
    position: absolute; display: flex; align-items: center; gap: 9px; min-width: 146px; padding: 12px 14px;
    color: rgba(255,255,255,.66); background: rgba(8,18,38,.8); border: 1px solid rgba(139,187,255,.28); backdrop-filter: blur(15px); font-size: 11px;
    box-shadow: 0 18px 40px rgba(0,0,0,.3);
}
.signal-chip b { color: white; font-size: 15px; }
.signal-chip-top { top: -28px; right: 8%; }
.signal-chip-bottom { bottom: -29px; left: 8%; }
.hero-scroll {
    position: absolute; z-index: 3; bottom: 26px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 11px;
    color: rgba(255,255,255,.42); font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
}
.hero-scroll span { width: 32px; height: 1px; background: rgba(255,255,255,.35); animation: scrollLine 1.8s infinite var(--ease); }
@keyframes scrollLine { 0%,100% { transform: scaleX(.35); transform-origin: left; } 50% { transform: scaleX(1); transform-origin: left; } }

.section { padding: 120px 0; }
.section-heading-centered { max-width: 780px; margin: 0 auto 76px; text-align: center; }
.section-heading-centered .eyebrow { justify-content: center; }
h2 { font-size: clamp(46px, 5vw, 72px); font-weight: 660; }
.section-heading h2 em, .story-copy h2 em, .gallery-heading h2 em { color: #557ccf; }
.section-heading > p:last-child { max-width: 620px; margin: 24px auto 0; color: var(--ink-soft); font-size: 18px; }
.workflow { background: #fff; }
.workflow-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3,1fr); position: relative; }
.workflow-steps::before { content: ""; position: absolute; top: 69px; left: 16.6%; right: 16.6%; height: 1px; background: linear-gradient(90deg,#c4d2e8,#71a7fb,#c4d2e8); }
.workflow-steps li { position: relative; padding: 0 9%; text-align: center; }
.step-number { position: absolute; top: 12px; left: calc(50% + 48px); color: #8090a9; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.step-icon { width: 78px; height: 78px; margin: 30px auto; display: flex; align-items: center; justify-content: center; position: relative; z-index: 1; color: #406dc9; background: white; border: 1px solid #aec8f8; border-radius: 50%; font-size: 21px; font-weight: 500; box-shadow: 0 0 0 12px #fff; }
.waveform-mini { gap: 3px; }
.waveform-mini i { width: 2px; height: 20px; background: #5686e6; border-radius: 2px; }
.waveform-mini i:nth-child(2), .waveform-mini i:nth-child(4) { height: 32px; }
.waveform-mini i:nth-child(3) { height: 42px; }
.workflow-steps h3 { margin: 0 0 12px; font-size: 19px; }
.workflow-steps p { margin: 0 auto; max-width: 280px; color: var(--ink-soft); font-size: 14px; }

.product-story { position: relative; overflow: hidden; }
.section-tts { padding-top: 150px; background: #fff; border-top: 1px solid #edf1f7; }
.section-stt { background: var(--paper-blue); }
.section-stt::before { content: ""; position: absolute; width: 600px; height: 600px; right: -200px; top: -250px; border-radius: 50%; background: rgba(94,144,255,.09); filter: blur(30px); }
.story-grid { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(380px,.88fr); align-items: center; gap: clamp(70px,8vw,130px); }
.story-grid-reverse { grid-template-columns: minmax(380px,.88fr) minmax(0,1.12fr); }
.story-visual { position: relative; min-width: 0; }
.story-index { margin-bottom: 22px; color: #5074bb; font-size: 12px; font-weight: 800; letter-spacing: .15em; }
.story-index span { color: #a2aec0; }
.app-window-story { border-color: #cbd7e9; box-shadow: 0 30px 80px rgba(38,60,98,.15); }
.stt-window { background: #09152a; }
.visual-caption { display: flex; align-items: center; gap: 12px; margin-top: 18px; color: #77839a; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.visual-caption span { width: 28px; height: 1px; background: #6089dc; }
.story-copy .eyebrow { margin-bottom: 26px; }
.story-copy h2 { font-size: clamp(44px,4.25vw,67px); }
.story-lede { margin: 28px 0 34px; color: var(--ink-soft); font-size: 17px; }
.feature-lines { list-style: none; margin: 0 0 34px; padding: 0; border-top: 1px solid var(--line); }
.feature-lines li { display: grid; grid-template-columns: 35px 1fr; gap: 10px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.feature-lines > li > span { color: #7890bb; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.feature-lines h3 { margin: -3px 0 4px; font-size: 16px; }
.feature-lines p { margin: 0; color: #647086; font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 24px; color: #345fae; font-size: 13px; font-weight: 800; letter-spacing: .03em; }
.text-link span { transition: transform .25s var(--ease); }
.text-link:hover span { transform: translateX(7px); }

.control-section { position: relative; color: white; overflow: hidden; background: var(--navy); }
.control-section::after { content: ""; position: absolute; width: 720px; height: 720px; left: -250px; bottom: -550px; border-radius: 50%; background: rgba(58,126,255,.22); filter: blur(50px); }
.control-intro { max-width: 800px; position: relative; z-index: 1; }
.control-intro h2 { max-width: 750px; }
.control-intro p:last-child { max-width: 600px; margin-top: 28px; color: rgba(255,255,255,.6); font-size: 17px; }
.control-points { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 82px; border-top: 1px solid rgba(255,255,255,.16); }
.control-points article { padding: 34px 10% 10px 0; border-right: 1px solid rgba(255,255,255,.16); }
.control-points article:not(:first-child) { padding-left: 10%; }
.control-points article:last-child { border-right: 0; }
.control-points span { color: #6bcdf9; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.control-points h3 { margin: 36px 0 12px; font-size: 19px; }
.control-points p { margin: 0; color: rgba(255,255,255,.55); font-size: 14px; }

.gallery-preview { background: #fff; }
.gallery-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 55px; }
.gallery-heading h2 { max-width: 760px; font-size: clamp(43px,4.4vw,66px); }
.gallery-strip { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; align-items: start; }
.gallery-shot { position: relative; overflow: hidden; display: block; width: 100%; aspect-ratio: 16/9; padding: 0; border: 0; background: #0a162d; box-shadow: 0 24px 70px rgba(22,43,77,.16); cursor: zoom-in; font: inherit; text-align: left; }
.gallery-shot img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform .7s var(--ease), opacity .3s; }
.gallery-shot::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent,rgba(5,13,29,.9)); }
.gallery-shot span { position: absolute; z-index: 1; left: 20px; bottom: 16px; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.gallery-shot:hover img { transform: scale(1.025); }
.gallery-shot:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }

.lightbox-open { overflow: hidden; }
.media-lightbox {
    position: fixed; inset: 0; z-index: 15000; display: grid; place-items: center; padding: 72px clamp(18px,4vw,64px) 34px;
    color: #fff; background: rgba(3,9,21,.94); backdrop-filter: blur(18px); opacity: 0; visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
}
.media-lightbox.is-open { opacity: 1; visibility: visible; }
.media-lightbox[hidden] { display: none; }
.media-lightbox::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 45%,rgba(74,121,226,.14),transparent 48%); pointer-events: none; }
.media-lightbox-figure { position: relative; z-index: 1; display: grid; justify-items: center; max-width: min(96vw,1920px); max-height: calc(100vh - 106px); margin: 0; transform: translateY(12px) scale(.985); transition: transform .3s var(--ease); }
.media-lightbox.is-open .media-lightbox-figure { transform: none; }
.media-lightbox-figure img { display: block; width: auto; max-width: 100%; height: auto; max-height: calc(100vh - 150px); object-fit: contain; background: #071225; box-shadow: 0 30px 90px rgba(0,0,0,.5); }
.media-lightbox-figure figcaption { margin-top: 15px; color: rgba(255,255,255,.68); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.media-lightbox-close { position: absolute; z-index: 2; top: 22px; right: 24px; width: 46px; height: 46px; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: #fff; background: rgba(255,255,255,.06); cursor: pointer; transition: background .2s, transform .2s var(--ease), border-color .2s; }
.media-lightbox-close:hover { border-color: #fff; background: rgba(255,255,255,.13); transform: rotate(4deg) scale(1.04); }
.media-lightbox-close:focus-visible { outline: 3px solid rgba(87,135,255,.6); outline-offset: 4px; }
.media-lightbox-close svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }

.final-cta { position: relative; color: white; background: #09152a; overflow: hidden; }
.final-cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,18,37,.98) 10%,rgba(7,18,37,.8) 48%,rgba(7,18,37,.18)); }
.cta-ribbon { position: absolute; inset: -25% -5% -25% 30%; background: url("../images/hero/voice-ribbon.png") 68% center / cover no-repeat; opacity: .7; transform: rotate(-3deg) scale(1.15); }
.final-cta-inner { position: relative; z-index: 1; padding: 112px 0; }
.final-cta h2 { max-width: 760px; }
.final-cta p:not(.eyebrow) { max-width: 560px; color: rgba(255,255,255,.62); font-size: 17px; }

.site-footer { color: rgba(255,255,255,.62); background: #050d1c; }
.footer-newsletter {
    display: grid; grid-template-columns: .88fr 1.12fr; align-items: end; gap: clamp(56px,8vw,120px);
    padding: 78px 0 64px; border-bottom: 1px solid rgba(255,255,255,.12); scroll-margin-top: 90px;
}
.newsletter-copy .eyebrow { margin-bottom: 22px; }
.newsletter-copy h2 { color: #fff; font-size: clamp(38px,4vw,58px); }
.newsletter-copy h2 em { color: #83a8ff; }
.newsletter-copy > p:last-child { max-width: 480px; margin: 22px 0 0; color: rgba(255,255,255,.54); font-size: 14px; }
.newsletter-form { display: grid; grid-template-columns: 1fr auto; gap: 14px; align-items: end; }
.newsletter-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.newsletter-fields label { display: grid; gap: 8px; }
.newsletter-fields label > span { color: rgba(255,255,255,.7); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.newsletter-fields input {
    width: 100%; min-width: 0; height: 52px; padding: 0 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 0;
    outline: 0; color: #fff; background: rgba(255,255,255,.055); font: inherit; font-size: 14px;
    transition: border-color .2s, background .2s, box-shadow .2s;
}
.newsletter-fields input::placeholder { color: rgba(255,255,255,.33); }
.newsletter-fields input:focus { border-color: #6f9dff; background: rgba(255,255,255,.085); box-shadow: 0 0 0 3px rgba(87,135,255,.14); }
.newsletter-submit {
    height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 20px;
    border: 1px solid #d9efff; color: #071225; background: linear-gradient(120deg,#fff,#cdeeff); cursor: pointer;
    font: inherit; font-size: 13px; font-weight: 800; transition: transform .25s var(--ease), background .2s;
}
.newsletter-submit:hover { transform: translateY(-3px); background: #fff; }
.newsletter-submit:focus-visible { outline: 3px solid rgba(87,135,255,.42); outline-offset: 3px; }
.newsletter-submit svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.newsletter-note, .newsletter-status { grid-column: 1 / -1; margin: 0; font-size: 11px; }
.newsletter-note { color: rgba(255,255,255,.4); }
.newsletter-status { padding-left: 13px; border-left: 2px solid currentColor; color: #72e4b2; }
.newsletter-status.is-error { color: #ff93a5; }
.newsletter-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.footer-main { display: grid; grid-template-columns: 1fr 1.35fr; gap: 80px; padding: 72px 0 54px; }
.footer-brand .brand img { width: 36px; height: 36px; }
.footer-brand p { max-width: 330px; margin-top: 22px; font-size: 14px; }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; }
.footer-links h2 { margin: 0 0 18px; color: white; font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a { display: block; width: fit-content; margin: 9px 0; font-size: 13px; transition: color .2s; }
.footer-links a:hover { color: white; }
.footer-bottom { min-height: 66px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: 11px; }

.scroll-top {
    --scroll-progress: 0%; position: fixed; right: 24px; bottom: 24px; z-index: 90; display: grid; width: 60px; height: 60px;
    place-items: center; padding: 0; border: 0; border-radius: 50%; color: var(--ink);
    background: conic-gradient(var(--blue) var(--scroll-progress), rgba(219,231,248,.92) 0);
    box-shadow: 0 16px 40px rgba(7,18,37,.24); cursor: pointer; opacity: 0; pointer-events: none;
    transform: translateY(14px) scale(.92); transition: opacity .25s, transform .25s var(--ease), box-shadow .25s;
}
.scroll-top::before { content: ""; position: absolute; inset: 3px; border-radius: inherit; background: rgba(255,255,255,.97); }
.scroll-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.scroll-top:hover { transform: translateY(-3px); box-shadow: 0 20px 45px rgba(7,18,37,.3); }
.scroll-top:focus-visible { outline: 3px solid rgba(87,135,255,.45); outline-offset: 4px; }
.scroll-top-inner { position: relative; z-index: 1; display: grid; grid-template-columns: auto auto; align-items: baseline; justify-content: center; line-height: 1; }
.scroll-top-value { font-size: 12px; font-weight: 850; }
.scroll-top-unit { font-size: 8px; font-weight: 800; }
.scroll-top svg { grid-column: 1 / -1; width: 15px; margin: 3px auto 0; fill: none; stroke: var(--blue); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.cursor-halo, .cursor-dot { position: fixed; top: 0; left: 0; z-index: 1000; border-radius: 50%; opacity: 0; pointer-events: none; will-change: transform; }
.cursor-halo { width: 36px; height: 36px; margin: -18px 0 0 -18px; border: 1px solid rgba(80,171,255,.58); background: rgba(83,144,255,.07); box-shadow: 0 0 22px rgba(49,215,244,.14); transition: width .18s var(--ease), height .18s var(--ease), margin .18s var(--ease), border-color .18s, background .18s, opacity .15s; }
.cursor-dot { width: 5px; height: 5px; margin: -2.5px 0 0 -2.5px; background: var(--cyan); box-shadow: 0 0 0 4px rgba(49,215,244,.1), 0 0 12px rgba(49,215,244,.55); transition: opacity .15s; }
.cursor-halo.is-visible, .cursor-dot.is-visible { opacity: 1; }
.cursor-halo.is-interactive { width: 52px; height: 52px; margin: -26px 0 0 -26px; border-color: rgba(125,173,255,.84); background: rgba(87,135,255,.13); }
.cursor-halo.is-pressed { width: 28px; height: 28px; margin: -14px 0 0 -14px; }

.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
[data-reveal][data-delay="1"] { transition-delay: .12s; }
[data-reveal][data-delay="2"] { transition-delay: .24s; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

/* Features page */
.feature-hero {
    position: relative; min-height: 900px; overflow: hidden; color: #fff; background: var(--navy);
}
.feature-hero::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(circle at 86% 42%,rgba(40,131,255,.22),transparent 29%), linear-gradient(90deg,#071225 0%,#071225 46%,rgba(7,18,37,.72) 72%,#071225 100%);
}
.feature-hero-ribbon {
    position: absolute; inset: 2% -7% -10% 28%; opacity: .8;
    background: url("../images/hero/voice-ribbon.png") 70% center / cover no-repeat;
    transform: rotate(-2deg) scale(1.08);
}
.feature-hero-grid {
    position: relative; z-index: 1; min-height: 900px; display: grid; grid-template-columns: minmax(550px,.9fr) minmax(620px,1.1fr); align-items: center; gap: 38px; padding-top: 96px; padding-bottom: 70px;
}
.feature-hero-copy { position: relative; z-index: 2; }
.feature-hero-copy h1 { max-width: 720px; font-size: clamp(54px,3.8vw,60px); }
.feature-hero-copy > p:not(.platform-note) { max-width: 610px; margin: 30px 0 0; color: rgba(255,255,255,.68); font-size: clamp(17px,1.35vw,20px); line-height: 1.65; }
.feature-hero-visual { position: relative; min-width: 0; perspective: 1500px; }
.feature-window {
    position: relative; overflow: hidden; background: #fff; border: 1px solid #cbd8ec;
    box-shadow: 0 30px 80px rgba(25,48,86,.18);
}
.feature-window img { width: 100%; height: auto; }
.feature-window-dashboard {
    width: min(800px,125%); border-color: rgba(140,186,255,.52);
    box-shadow: 0 38px 100px rgba(0,0,0,.52), 0 0 70px rgba(47,139,255,.19);
    transform: rotateY(-5deg) rotateX(1.5deg);
}
.feature-window-dashboard img { min-height: 450px; object-fit: cover; object-position: top; }
.feature-orbit { position: absolute; border: 1px solid rgba(91,177,255,.24); border-radius: 50%; pointer-events: none; }
.feature-orbit-one { width: 430px; height: 430px; top: -96px; right: -35px; }
.feature-orbit-two { width: 590px; height: 590px; bottom: -250px; left: 30px; border-color: rgba(137,103,255,.18); }

.feature-overview { position: relative; z-index: 4; background: #fff; border-bottom: 1px solid var(--line); }
.feature-overview-inner { display: grid; grid-template-columns: repeat(4,1fr); }
.feature-overview a { min-width: 0; padding: 30px 28px; border-right: 1px solid var(--line); transition: color .2s, background .2s; }
.feature-overview a:first-child { border-left: 1px solid var(--line); }
.feature-overview a:hover, .feature-overview a:focus-visible { color: #315da9; background: #f6f9ff; }
.feature-overview a > span { display: block; margin-bottom: 15px; color: #5b84d2; font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.feature-overview strong, .feature-overview small { display: block; }
.feature-overview strong { font-size: 15px; }
.feature-overview small { margin-top: 4px; color: #718097; font-size: 11px; }

.feature-section { padding: 138px 0; scroll-margin-top: 72px; }
.feature-section-number { display: block; margin-bottom: 20px; color: #557fd0; font-size: 11px; font-weight: 850; letter-spacing: .16em; }
.feature-section-intro, .stt-heading {
    display: grid; grid-template-columns: minmax(0,1fr) minmax(400px,.78fr); align-items: end; gap: clamp(60px,9vw,145px); margin-bottom: 72px;
}
.feature-section-intro h2, .stt-heading h2 { font-size: clamp(56px,6vw,86px); }
.feature-section-intro h2 em, .stt-heading h2 em, .workspace-copy h2 em { color: #4779df; }
.feature-section-lede h3, .stt-heading h3 { margin: 0 0 15px; font-size: clamp(25px,2.35vw,36px); line-height: 1.15; letter-spacing: -.035em; }
.feature-section-lede p, .stt-heading p { margin: 0; color: var(--ink-soft); font-size: 16px; }
.feature-editorial-grid { display: grid; grid-template-columns: minmax(0,1.13fr) minmax(360px,.87fr); align-items: center; gap: clamp(55px,7vw,108px); }
.feature-product-shot, .stt-product-shot, .workspace-shot { margin: 0; min-width: 0; }
.feature-product-shot .feature-window { box-shadow: 0 34px 95px rgba(31,55,95,.17); }
.feature-product-shot figcaption, .stt-product-shot figcaption, .workspace-shot figcaption {
    display: flex; align-items: center; gap: 12px; margin-top: 18px; color: #748199; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.feature-product-shot figcaption span, .stt-product-shot figcaption span, .workspace-shot figcaption span { width: 28px; height: 1px; background: #5787df; }
.capability-rail { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.capability-rail li { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.capability-number { padding-top: 4px; color: #4774cc; font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.capability-rail h3 { margin: 0 0 6px; font-size: 17px; }
.capability-rail p { margin: 0; color: #627087; font-size: 13px; line-height: 1.58; }
.format-rail {
    display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 34px; margin-top: 70px; padding: 23px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.format-rail p { margin: 0; color: #647187; font-size: 12px; font-weight: 700; }
.format-rail p:last-child { text-align: right; font-weight: 500; }
.format-rail div { display: flex; align-items: center; justify-content: center; gap: 10px; }
.format-rail span { min-width: 64px; padding: 7px 10px; border: 1px solid #aac4f5; color: #3567be; text-align: center; font-size: 10px; font-weight: 850; letter-spacing: .09em; }

.sound-studio { position: relative; overflow: hidden; scroll-margin-top: 72px; color: #fff; background: #061126; }
.sound-ribbon { position: absolute; inset: 0 -8% 0 36%; opacity: .55; background: url("../images/hero/voice-ribbon.png") center / cover no-repeat; }
.sound-studio::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#061126 0%,rgba(6,17,38,.94) 35%,rgba(6,17,38,.46) 72%,#061126 100%); }
.sound-studio-inner { position: relative; z-index: 1; padding: 108px 0 104px; }
.sound-studio-copy { max-width: 780px; }
.sound-studio .feature-section-number { color: #59d7ee; }
.sound-studio h2 { font-size: clamp(55px,6vw,84px); }
.sound-studio h2 em { color: #4ddcf4; }
.sound-studio-copy p { max-width: 660px; margin: 26px 0 0; color: rgba(255,255,255,.62); font-size: 16px; }
.effect-chain { position: relative; list-style: none; display: grid; grid-template-columns: repeat(6,1fr); gap: 0; margin: 72px 0 0; padding: 0; }
.effect-chain::before { content: ""; position: absolute; top: 39px; left: 7%; right: 7%; height: 1px; background: linear-gradient(90deg,var(--blue),var(--cyan),var(--violet)); }
.effect-chain li { position: relative; display: grid; justify-items: center; text-align: center; }
.effect-node { position: relative; z-index: 1; width: 78px; height: 78px; display: grid; place-items: center; color: #64dcf4; background: #07142c; border: 1px solid #467fe8; box-shadow: 0 0 0 8px #061126, 0 14px 35px rgba(0,0,0,.28); }
.effect-node svg, .flow-icon svg { width: 33px; height: 33px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.effect-chain strong { margin-top: 19px; font-size: 14px; }
.effect-chain small { margin-top: 4px; color: rgba(255,255,255,.43); font-size: 10px; }

.feature-stt { position: relative; overflow: hidden; background: #fff; }
.feature-stt::before { content: ""; position: absolute; width: 680px; height: 680px; right: -300px; top: 210px; border-radius: 50%; background: rgba(83,139,255,.09); filter: blur(30px); }
.stt-heading { position: relative; z-index: 1; }
.stt-flow { list-style: none; position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 60px; margin: 0 0 96px; padding: 34px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stt-flow::before { content: ""; position: absolute; top: 73px; left: 18%; right: 18%; height: 1px; background: linear-gradient(90deg,#bfd0ed,#6b99ed,#bfd0ed); }
.stt-flow li { position: relative; z-index: 1; display: grid; grid-template-columns: 80px 1fr; align-items: center; gap: 22px; }
.flow-icon { width: 80px; height: 80px; display: grid; place-items: center; color: #4677d5; background: #fff; border: 1px solid #abc6f5; box-shadow: 0 0 0 10px #fff; }
.stt-flow li div { display: grid; }
.stt-flow li div > span { color: #5d84d0; font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.stt-flow strong { margin-top: 6px; font-size: 16px; }
.stt-flow small { margin-top: 4px; color: #6c7890; font-size: 11px; }
.stt-detail-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.72fr); align-items: start; gap: clamp(65px,8vw,125px); }
.stt-capabilities { border-top: 1px solid var(--line); }
.stt-capabilities article { display: grid; grid-template-columns: 46px 1fr; gap: 12px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.stt-capabilities article > span { color: #6284c3; font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.stt-capabilities h3 { margin: -4px 0 5px; font-size: 16px; }
.stt-capabilities p { margin: 0; color: #657289; font-size: 13px; }
.stt-product-shot { position: sticky; top: 110px; }
.stt-product-shot .feature-window { max-height: 680px; background: #f6f9ff; }
.stt-product-shot .feature-window img { max-height: 680px; object-fit: contain; object-position: top; }

.workspace-section { padding: 132px 0; scroll-margin-top: 72px; background: var(--paper-blue); }
.workspace-grid { display: grid; grid-template-columns: minmax(370px,.72fr) minmax(0,1.28fr); align-items: center; gap: clamp(65px,8vw,125px); }
.workspace-copy h2 { font-size: clamp(50px,5.3vw,76px); }
.workspace-copy > p { margin: 27px 0 0; color: var(--ink-soft); font-size: 16px; }
.workspace-points { list-style: none; margin: 39px 0 0; padding: 0; border-top: 1px solid #ced9e9; }
.workspace-points li { display: grid; grid-template-columns: 105px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid #ced9e9; }
.workspace-points strong { font-size: 13px; }
.workspace-points span { color: #647188; font-size: 12px; }
.workspace-shot .feature-window { box-shadow: 0 32px 90px rgba(35,63,107,.17); }
.provider-rail { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(60px,8vw,120px); align-items: center; margin-top: 105px; padding: 44px 0; border-top: 1px solid #c9d7eb; border-bottom: 1px solid #c9d7eb; }
.provider-rail h3 { margin: 0 0 8px; font-size: 23px; letter-spacing: -.025em; }
.provider-rail p { margin: 0; color: #65728a; font-size: 13px; }
.provider-rail ul { list-style: none; display: grid; grid-template-columns: repeat(5,1fr); gap: 0; margin: 0; padding: 0; }
.provider-rail li { min-height: 62px; display: grid; place-items: center; padding: 9px 14px; border-left: 1px solid #c9d7eb; color: #284d91; text-align: center; font-size: 12px; font-weight: 750; }
.feature-final-cta .final-cta-inner { padding: 105px 0; }
.feature-final-cta .final-cta-inner > h2 { max-width: 860px; }

/* Gallery */
.gallery-page-hero {
    position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden;
    color: #fff; background: #061126;
}
.gallery-page-hero::before {
    content: ""; position: absolute; inset: 0;
    background: radial-gradient(circle at 76% 38%,rgba(41,126,255,.27),transparent 32%), linear-gradient(90deg,rgba(5,15,33,.99) 0%,rgba(5,15,33,.88) 45%,rgba(5,15,33,.38) 100%);
}
.gallery-hero-ribbon {
    position: absolute; inset: 0; background: url("../images/hero/voice-ribbon.png") 62% 50% / cover no-repeat;
    opacity: .42; transform: scale(1.05); filter: saturate(1.2);
}
.gallery-hero-grid {
    position: relative; z-index: 2; display: grid; grid-template-columns: minmax(360px,.72fr) minmax(600px,1.28fr);
    align-items: center; gap: 42px; padding-top: 136px; padding-bottom: 112px;
}
.gallery-hero-copy h1 { font-size: clamp(64px,6.3vw,96px); }
.gallery-hero-copy > p { max-width: 510px; margin: 29px 0 0; color: rgba(255,255,255,.67); font-size: clamp(17px,1.35vw,20px); }
.gallery-hero-visual { position: relative; min-width: 0; perspective: 1600px; transform: translateX(6%); }
.gallery-hero-frame {
    position: relative; overflow: hidden; width: 112%; border: 1px solid rgba(136,186,255,.28); background: #081327;
    box-shadow: 0 42px 110px rgba(0,0,0,.55), 0 0 75px rgba(31,118,255,.2); transform: rotateY(-5deg) rotateX(1.5deg);
}
.gallery-hero-frame::after { content: ""; position: absolute; inset: 36px 0 0; border-top: 1px solid rgba(255,255,255,.07); pointer-events: none; }
.gallery-hero-frame img { width: 100%; height: auto; }
.gallery-hero-label {
    position: absolute; right: -1%; bottom: -38px; min-width: 198px; padding: 16px 19px; color: rgba(255,255,255,.58);
    border: 1px solid rgba(133,184,255,.28); background: rgba(6,17,38,.84); backdrop-filter: blur(16px); font-size: 11px; box-shadow: 0 20px 55px rgba(0,0,0,.3);
}
.gallery-hero-label b { display: block; margin-bottom: 2px; color: #fff; font-size: 14px; }

.gallery-collection { padding: 125px 0 130px; background: #fff; }
.gallery-collection-heading { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(330px,.8fr); align-items: end; gap: 70px; }
.gallery-collection-heading h2 { font-size: clamp(50px,5vw,73px); }
.gallery-collection-heading h2 em { color: #557ccf; }
.gallery-collection-heading > p { max-width: 510px; margin: 0 0 4px; color: #64728b; font-size: 17px; }
.gallery-filters { display: flex; align-items: center; gap: 8px; margin: 62px 0 42px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.gallery-filters button {
    min-height: 42px; padding: 9px 17px; border: 1px solid #d6dfed; border-radius: 999px; color: #52617a; background: #fff;
    font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; transition: color .2s, background .2s, border-color .2s, transform .2s var(--ease), box-shadow .2s;
}
.gallery-filters button:hover, .gallery-filters button:focus-visible { color: #12499f; border-color: #9bb9ef; transform: translateY(-2px); }
.gallery-filters button:focus-visible { outline: 3px solid rgba(87,135,255,.25); outline-offset: 3px; }
.gallery-filters button.is-active { color: #fff; border-color: #176bf3; background: linear-gradient(120deg,#245dff,#0c93f2); box-shadow: 0 8px 23px rgba(26,104,242,.23); }
.gallery-filter-status { margin-left: auto; color: #7a879d; font-size: 12px; font-weight: 650; }
.gallery-page-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 62px 28px; align-items: start; }
.gallery-entry[hidden] { display: none; }
.gallery-entry { grid-column: span 6; }
.gallery-entry-wide { grid-column: span 12; }
.gallery-page-grid.is-filtered .gallery-entry { margin-top: 0; }
.gallery-entry-image {
    position: relative; display: block; width: 100%; overflow: hidden; padding: 0; border: 0; background: #eef4fc; cursor: zoom-in;
    box-shadow: 0 24px 70px rgba(29,61,111,.14); text-align: left;
}
.gallery-entry-image::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(31,72,136,.12); pointer-events: none; }
.gallery-entry-image img { display: block; width: 100%; height: auto; object-fit: contain; transition: transform .65s var(--ease), filter .35s; }
.gallery-entry-image:hover img { transform: scale(1.018); filter: saturate(1.04); }
.gallery-entry-image:focus-visible { outline: 3px solid var(--blue); outline-offset: 6px; }
.gallery-open-mark {
    position: absolute; z-index: 2; right: 16px; bottom: 16px; width: 46px; height: 46px; display: grid; place-items: center;
    border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: #fff; background: rgba(4,15,34,.73); backdrop-filter: blur(10px); transition: transform .25s var(--ease), background .25s;
}
.gallery-open-mark svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.gallery-entry-image:hover .gallery-open-mark { transform: scale(1.08); background: #176bf3; }
.gallery-entry-copy { display: grid; grid-template-columns: 102px 1fr; column-gap: 20px; margin-top: 22px; }
.gallery-entry-copy > span { grid-row: 1 / span 2; padding-top: 7px; color: #4777ca; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gallery-entry-copy h3 { margin: 0; font-size: clamp(23px,2vw,31px); letter-spacing: -.035em; line-height: 1.2; }
.gallery-entry-copy p { max-width: 580px; margin: 9px 0 0; color: #69758b; font-size: 14px; line-height: 1.7; }

.gallery-final-cta::after { background: linear-gradient(90deg,rgba(7,18,37,.99) 8%,rgba(7,18,37,.84) 54%,rgba(7,18,37,.32)); }

@media (max-width: 1080px) {
    .gallery-hero-grid { grid-template-columns: minmax(330px,.75fr) minmax(520px,1.25fr); }
    .gallery-hero-visual { transform: translateX(11%); }
    .gallery-page-grid { gap-inline: 22px; }
    .gallery-entry-copy { grid-template-columns: 82px 1fr; }
}

@media (max-width: 820px) {
    .gallery-page-hero { min-height: auto; padding: 142px 0 105px; }
    .gallery-hero-grid { min-height: auto; display: block; padding: 0; }
    .gallery-hero-copy { max-width: 620px; }
    .gallery-hero-visual { margin-top: 72px; transform: translateX(5%); }
    .gallery-hero-frame { width: 108%; }
    .gallery-collection { padding: 96px 0; }
    .gallery-collection-heading { grid-template-columns: 1fr; gap: 28px; }
    .gallery-collection-heading > p { max-width: 620px; }
    .gallery-filters { flex-wrap: wrap; }
    .gallery-filter-status { width: 100%; margin: 8px 0 0; }
    .gallery-page-grid { grid-template-columns: 1fr; gap: 60px; }
    .gallery-entry, .gallery-entry-wide, .gallery-page-grid.is-filtered .gallery-entry { grid-column: auto; margin-top: 0; }
}

@media (max-width: 560px) {
    .gallery-page-hero { padding-top: 105px; padding-bottom: 58px; }
    .gallery-hero-copy h1 { font-size: clamp(52px,15vw,68px); }
    .gallery-hero-copy > p { font-size: 16px; }
    .gallery-hero-visual { margin-top: 44px; transform: none; }
    .gallery-hero-frame { width: 100%; transform: none; }
    .gallery-hero-label { right: 0; bottom: -28px; }
    .gallery-collection { padding: 78px 0; }
    .gallery-collection-heading h2 { font-size: clamp(44px,13vw,57px); }
    .gallery-filters { gap: 7px; margin-top: 45px; }
    .gallery-filters button { min-height: 39px; padding: 8px 13px; font-size: 12px; }
    .gallery-page-grid { gap: 48px; }
    .gallery-entry-copy { grid-template-columns: 1fr; }
    .gallery-entry-copy > span { grid-row: auto; margin-bottom: 7px; }
    .gallery-entry-copy p { font-size: 13px; }
}

/* Pricing */
.pricing-hero {
    position: relative; min-height: 650px; height: 68vh; max-height: 780px; display: grid; align-items: center; overflow: hidden;
    color: #fff; background: #061126;
}
.pricing-hero::before {
    content: ""; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(90deg,rgba(5,15,33,.98) 0%,rgba(5,15,33,.87) 44%,rgba(5,15,33,.3) 100%);
}
.pricing-hero-ribbon {
    position: absolute; inset: 0; background: url("../images/hero/voice-ribbon.png") 61% 52% / cover no-repeat;
    opacity: .68; transform: scale(1.04); filter: saturate(1.12);
}
.pricing-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(470px,1fr) minmax(400px,.75fr); align-items: center; gap: 80px; padding-top: 105px; }
.pricing-hero-copy h1 { max-width: 800px; font-size: clamp(59px,5.55vw,84px); }
.pricing-hero-copy > p { max-width: 670px; margin: 31px 0 0; color: rgba(255,255,255,.72); font-size: clamp(17px,1.35vw,20px); line-height: 1.65; }
.pricing-license-orbit { position: relative; width: min(400px,32vw); aspect-ratio: 1; justify-self: center; display: grid; place-items: center; }
.pricing-license-orbit::before { content: ""; position: absolute; inset: 27%; border-radius: 50%; background: rgba(14,97,255,.15); filter: blur(30px); }
.pricing-license-orbit svg { position: relative; z-index: 2; width: 98px; fill: none; stroke: #d5f7ff; stroke-width: 2; filter: drop-shadow(0 0 15px rgba(45,211,255,.85)); }
.pricing-orbit { position: absolute; border: 1px solid rgba(89,184,255,.35); border-radius: 50%; animation: pricingOrbit 8s linear infinite; }
.pricing-orbit::after { content: ""; position: absolute; top: 15%; right: 13%; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 15px var(--cyan); }
.pricing-orbit-one { inset: 8%; }
.pricing-orbit-two { inset: 20%; animation-direction: reverse; animation-duration: 6s; border-style: dashed; }
.pricing-orbit-three { inset: 32%; animation-duration: 4.5s; }
@keyframes pricingOrbit { to { transform: rotate(360deg); } }

.pricing-plans-section { padding: 88px 0 120px; background: #fff; }
.pricing-notice { display: grid; grid-template-columns: 48px 1fr; gap: 17px; align-items: center; max-width: 860px; margin: 0 auto 38px; padding: 19px 22px; border: 1px solid #d7e2f2; color: #173156; background: #f7faff; }
.pricing-notice > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #8fb2ed; border-radius: 50%; color: #2268d5; font-weight: 800; }
.pricing-notice strong { display: block; font-size: 15px; }
.pricing-notice p { margin: 2px 0 0; color: #68768d; font-size: 13px; }
.pricing-notice-cancelled { border-color: #f4c9ce; color: #85283a; background: #fff8f8; }
.pricing-notice-cancelled > span { color: #e13d59; border-color: #ee8c9c; }
.pricing-unavailable {
    position: relative; min-height: 286px; display: grid; grid-template-columns: 210px minmax(420px,1fr) 240px; align-items: center; gap: 34px;
    overflow: hidden; padding: 55px 62px; border: 1px solid #d4e1f2; background: linear-gradient(110deg,#f5f9ff,#fff 63%); box-shadow: 0 25px 80px rgba(37,72,123,.08);
}
.pricing-unavailable::after { content: ""; position: absolute; width: 420px; height: 420px; right: -200px; bottom: -270px; border: 1px solid rgba(71,127,223,.12); border-radius: 50%; box-shadow: 0 0 0 45px rgba(71,127,223,.035),0 0 0 90px rgba(71,127,223,.025); }
.pricing-lock-mark { position: relative; width: 132px; height: 132px; display: grid; place-items: center; justify-self: center; border: 1px solid #cfe1f8; border-radius: 50%; color: #176cf1; background: #fff; box-shadow: 0 0 0 22px rgba(43,126,247,.04),0 16px 45px rgba(32,91,178,.1); }
.pricing-lock-mark svg { width: 52px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.pricing-unavailable h2 { margin: 0; font-size: clamp(35px,3.2vw,48px); letter-spacing: -.045em; line-height: 1.1; }
.pricing-unavailable p { margin: 12px 0 0; color: #67758c; font-size: 16px; }
.pricing-unavailable-actions { display: flex; gap: 11px; margin-top: 27px; }
.pricing-solid-link, .pricing-outline-link { min-height: 47px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 11px 19px; border: 1px solid #176cf1; font-size: 13px; font-weight: 750; transition: transform .22s var(--ease),background .22s,color .22s; }
.pricing-solid-link { color: #fff; background: #176cf1; }
.pricing-outline-link { color: #164b9c; background: transparent; }
.pricing-solid-link:hover, .pricing-outline-link:hover { transform: translateY(-2px); }
.pricing-outline-link:hover { color: #fff; background: #176cf1; }
.pricing-unavailable > i {
    height: 120px; opacity: .62;
    background: repeating-radial-gradient(ellipse at 110% 50%,transparent 0 14px,rgba(48,126,229,.15) 15px 16px,transparent 17px 25px);
    mask-image: linear-gradient(90deg,transparent,black 38%);
}

.pricing-section-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 64px; }
.pricing-section-heading h2 { font-size: clamp(48px,5vw,72px); }
.pricing-section-heading h2 em { color: #557ccf; }
.pricing-section-heading > p { max-width: 480px; margin: 0 0 5px; color: #66748b; font-size: 17px; }
.pricing-plan-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border: 1px solid #d7e1ee; }
.pricing-plan { position: relative; min-height: 660px; display: flex; flex-direction: column; padding: 38px 40px 36px; background: #fff; }
.pricing-plan-featured { background: linear-gradient(150deg,#f7fbff,#fff 58%); box-shadow: inset 0 4px #176cf1; }
.pricing-plan-badge { position: absolute; top: 28px; right: 30px; padding: 7px 11px; border-radius: 999px; color: #0d56c5; background: #e8f2ff; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.pricing-plan + .pricing-plan { border-left: 1px solid #d7e1ee; }
.pricing-plan-index { color: #5e83c8; font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.pricing-plan h3 { margin: 18px 0 0; font-size: 30px; letter-spacing: -.04em; }
.pricing-plan > p { min-height: 70px; margin: 10px 0 0; color: #6a778c; font-size: 14px; }
.pricing-amount { display: flex; align-items: flex-start; gap: 7px; margin-top: 31px; color: #08162f; }
.pricing-amount small { margin-top: 12px; color: #4e6b9b; font-size: 13px; font-weight: 800; }
.pricing-amount strong { font-size: clamp(46px,4.4vw,64px); line-height: 1; letter-spacing: -.055em; }
.pricing-duration { margin-top: 9px; color: #47658f; font-size: 12px; font-weight: 700; }
.pricing-plan-features { list-style: none; display: grid; gap: 10px; margin: 27px 0 31px; padding: 25px 0 0; border-top: 1px solid #e1e8f2; }
.pricing-plan-features li { display: grid; grid-template-columns: 20px 1fr; gap: 9px; color: #57667d; font-size: 13px; line-height: 1.5; }
.pricing-plan-features li span { color: #1682e8; font-weight: 800; }
.pricing-plan form, .pricing-plan > button { margin-top: auto; }
.pricing-plan button { width: 100%; min-height: 49px; display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; border: 1px solid #176cf1; color: #fff; background: #176cf1; font: inherit; font-size: 13px; font-weight: 750; cursor: pointer; transition: transform .2s,background .2s; }
.pricing-plan button:hover:not(:disabled) { transform: translateY(-2px); background: #0d5cda; }
.pricing-plan button:disabled { color: #8591a3; border-color: #d5dce6; background: #f0f3f7; cursor: not-allowed; }
.pricing-inclusions { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; margin-top: 58px; padding: 58px 60px; color: #fff; background: #09172e; }
.pricing-inclusions > div > span { color: #6bcfff; font-size: 10px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.pricing-inclusions h2 { margin-top: 13px; font-size: 38px; }
.pricing-inclusions p { color: rgba(255,255,255,.58); font-size: 14px; }
.pricing-inclusions ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 28px; margin: 0; padding: 0; align-content: center; }
.pricing-inclusions li { display: grid; grid-template-columns: 23px 1fr; gap: 10px; color: rgba(255,255,255,.78); font-size: 13px; }
.pricing-inclusions li span { color: var(--cyan); }

.purchase-flow { position: relative; overflow: hidden; padding: 115px 0 125px; background: #fff; border-top: 1px solid #eef2f7; }
.purchase-flow::before { content: ""; position: absolute; inset: 0; opacity: .42; background-image: linear-gradient(#e7eef8 1px,transparent 1px),linear-gradient(90deg,#e7eef8 1px,transparent 1px); background-size: 120px 120px; mask-image: linear-gradient(to bottom,black,transparent 82%); }
.purchase-flow-lines { position: absolute; width: 100%; height: 240px; top: 58px; opacity: .11; background: url("../images/hero/voice-ribbon.png") center / 100% auto no-repeat; filter: saturate(0) sepia(1) hue-rotate(170deg) saturate(5); }
.purchase-flow .site-shell { position: relative; }
.purchase-flow h2 { text-align: center; font-size: clamp(48px,5vw,72px); }
.purchase-flow h2 em { color: #557ccf; }
.purchase-steps { position: relative; list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: 44px; margin: 76px 0 0; padding: 0; }
.purchase-steps::before { content: ""; position: absolute; top: 65px; left: 15%; right: 15%; height: 1px; background: linear-gradient(90deg,#2f88fb,#22c9ed,#2f88fb); }
.purchase-steps li { position: relative; text-align: center; }
.purchase-step-icon { position: relative; width: 102px; height: 102px; display: grid; place-items: center; margin: 0 auto; border: 1px solid #59b8f7; border-radius: 50%; color: #164783; background: #fff; box-shadow: 0 0 0 13px rgba(63,153,239,.08); }
.purchase-step-icon svg { width: 38px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.purchase-steps small { display: block; margin-top: 25px; color: #5377b0; font-weight: 800; }
.purchase-steps h3 { margin: 8px 0 0; font-size: 21px; letter-spacing: -.03em; }
.purchase-steps p { max-width: 300px; margin: 8px auto 0; color: #68758a; font-size: 14px; }

.pricing-support { position: relative; overflow: hidden; color: #fff; background: #06142b; }
.pricing-support-ribbon { position: absolute; inset: 0 0 0 42%; background: url("../images/hero/voice-ribbon.png") center / cover no-repeat; opacity: .55; }
.pricing-support::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#06142b 8%,rgba(6,20,43,.96) 44%,rgba(6,20,43,.35)); }
.pricing-support-inner { position: relative; z-index: 1; min-height: 280px; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.pricing-support h2 { font-size: clamp(39px,4vw,57px); }
.pricing-support p { margin: 14px 0 0; color: rgba(255,255,255,.63); font-size: 16px; }
.pricing-support .button { flex: 0 0 auto; min-width: 195px; }

@media (max-width: 1080px) {
    .pricing-hero-grid { grid-template-columns: 1.1fr .7fr; gap: 30px; }
    .pricing-unavailable { grid-template-columns: 160px 1fr; }
    .pricing-unavailable > i { display: none; }
    .pricing-plan { padding-inline: 25px; }
}

@media (max-width: 820px) {
    .pricing-hero { min-height: 720px; height: auto; padding: 136px 0 95px; }
    .pricing-hero-grid { display: block; padding-top: 0; }
    .pricing-hero-copy { max-width: 650px; }
    .pricing-license-orbit { width: 300px; margin: 55px auto 0; }
    .pricing-plans-section { padding: 82px 0 96px; }
    .pricing-unavailable { grid-template-columns: 125px 1fr; padding: 48px 38px; }
    .pricing-lock-mark { width: 104px; height: 104px; }
    .pricing-section-heading { grid-template-columns: 1fr; gap: 26px; }
    .pricing-plan-grid { grid-template-columns: 1fr; }
    .pricing-plan { min-height: 430px; }
    .pricing-plan + .pricing-plan { border-left: 0; border-top: 1px solid #d7e1ee; }
    .pricing-inclusions { grid-template-columns: 1fr; gap: 40px; padding: 48px 40px; }
    .purchase-flow { padding: 96px 0; }
    .purchase-steps { grid-template-columns: 1fr; gap: 50px; }
    .purchase-steps::before { top: 50px; bottom: 50px; left: 50%; right: auto; width: 1px; height: auto; }
    .pricing-support-inner { min-height: 330px; align-items: flex-start; justify-content: center; flex-direction: column; }
}

@media (max-width: 560px) {
    .pricing-hero { min-height: 680px; padding-top: 120px; }
    .pricing-hero-copy h1 { font-size: clamp(49px,14vw,62px); }
    .pricing-hero-copy > p { font-size: 16px; }
    .pricing-license-orbit { width: 235px; }
    .pricing-license-orbit svg { width: 72px; }
    .pricing-unavailable { grid-template-columns: 1fr; padding: 39px 25px; text-align: center; }
    .pricing-lock-mark { width: 88px; height: 88px; }
    .pricing-lock-mark svg { width: 43px; }
    .pricing-unavailable h2 { font-size: 35px; }
    .pricing-unavailable-actions { flex-direction: column; }
    .pricing-solid-link, .pricing-outline-link { width: 100%; }
    .pricing-notice { grid-template-columns: 40px 1fr; padding: 16px; }
    .pricing-section-heading h2 { font-size: 47px; }
    .pricing-plan { min-height: 410px; padding: 31px 24px; }
    .pricing-inclusions { padding: 39px 25px; }
    .pricing-inclusions ul { grid-template-columns: 1fr; }
    .purchase-flow h2 { font-size: 47px; }
    .purchase-steps { margin-top: 60px; }
    .purchase-step-icon { width: 88px; height: 88px; }
    .pricing-support-inner { min-height: 360px; gap: 32px; }
    .pricing-support .button { width: 100%; }
}

/* FAQ */
.faq-hero {
    position: relative; min-height: 680px; height: 72vh; max-height: 820px; display: grid; align-items: center; overflow: hidden;
    color: #fff; background: #061126;
}
.faq-hero::before {
    content: ""; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(90deg,rgba(5,15,33,.99) 0%,rgba(5,15,33,.9) 48%,rgba(5,15,33,.35) 100%);
}
.faq-hero-ribbon {
    position: absolute; inset: 0; opacity: .6;
    background: url("../images/hero/voice-ribbon.png") 58% 48% / cover no-repeat;
    transform: scale(1.04); filter: saturate(1.08);
}
.faq-hero-grid {
    position: relative; z-index: 2; display: grid; grid-template-columns: minmax(560px,1.1fr) minmax(380px,.7fr);
    align-items: center; gap: 75px; padding-top: 105px;
}
.faq-hero-copy h1 { max-width: 840px; font-size: clamp(58px,5.4vw,82px); }
.faq-hero-copy > p { max-width: 650px; margin: 29px 0 0; color: rgba(255,255,255,.7); font-size: clamp(17px,1.3vw,20px); }
.faq-search {
    width: min(700px,100%); min-height: 68px; display: grid; grid-template-columns: 28px 1fr 40px; align-items: center;
    gap: 14px; margin-top: 34px; padding: 10px 12px 10px 22px; border: 1px solid rgba(164,207,255,.34);
    background: rgba(6,18,39,.74); box-shadow: 0 22px 60px rgba(0,0,0,.22); backdrop-filter: blur(14px);
}
.faq-search > svg { width: 23px; fill: none; stroke: #78dfff; stroke-width: 1.6; stroke-linecap: round; }
.faq-search input {
    width: 100%; min-width: 0; padding: 9px 0; border: 0; outline: 0; color: #fff; background: transparent;
    font: inherit; font-size: 16px;
}
.faq-search input::placeholder { color: rgba(255,255,255,.45); }
.faq-search:focus-within { border-color: #6bdfff; box-shadow: 0 0 0 3px rgba(62,207,255,.1),0 22px 60px rgba(0,0,0,.22); }
.faq-search button {
    width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 0; color: rgba(255,255,255,.66);
    background: rgba(255,255,255,.07); cursor: pointer;
}
.faq-search button[hidden] { display: none; }
.faq-search button:hover, .faq-search button:focus-visible { color: #fff; background: rgba(255,255,255,.13); }
.faq-search button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; }
.faq-search-hint { margin-top: 11px !important; color: rgba(255,255,255,.4) !important; font-size: 12px !important; }
.faq-hero-visual { position: relative; width: min(430px,34vw); aspect-ratio: 1; justify-self: center; }
.faq-orbit-shell { position: absolute; inset: 12%; display: grid; place-items: center; }
.faq-orbit-shell::before { content: ""; position: absolute; inset: 30%; border-radius: 50%; background: rgba(27,117,255,.2); filter: blur(28px); }
.faq-orbit-shell > svg { position: relative; z-index: 2; width: 112px; fill: none; stroke: #d7f8ff; stroke-width: 2; stroke-linecap: round; filter: drop-shadow(0 0 18px rgba(46,218,255,.75)); }
.faq-orbit { position: absolute; border: 1px solid rgba(93,195,255,.32); border-radius: 50%; }
.faq-orbit::after { content: ""; position: absolute; width: 7px; height: 7px; top: 12%; right: 18%; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 14px var(--cyan); }
.faq-orbit-outer { inset: 0; animation: pricingOrbit 11s linear infinite; }
.faq-orbit-inner { inset: 17%; border-style: dashed; animation: pricingOrbit 7s linear infinite reverse; }
.faq-signal {
    position: absolute; min-width: 150px; padding: 13px 15px; border: 1px solid rgba(138,194,255,.26);
    color: #fff; background: rgba(7,20,43,.78); box-shadow: 0 15px 45px rgba(0,0,0,.23); backdrop-filter: blur(13px);
}
.faq-signal::before { content: ""; position: absolute; width: 29px; height: 1px; top: 50%; background: rgba(96,207,255,.48); }
.faq-signal strong { display: block; color: #67dcff; font-size: 12px; letter-spacing: .14em; }
.faq-signal small { display: block; margin-top: 2px; color: rgba(255,255,255,.55); font-size: 11px; }
.faq-signal-tts { top: 5%; right: 0; }
.faq-signal-tts::before { right: 100%; }
.faq-signal-stt { left: -3%; bottom: 12%; }
.faq-signal-stt::before { left: 100%; }
.faq-signal-license { right: -4%; bottom: 1%; }
.faq-signal-license::before { right: 100%; }

.faq-browser { padding: 105px 0 130px; background: #fff; }
.faq-browser-heading { display: grid; grid-template-columns: 1fr .65fr; align-items: end; gap: 80px; margin-bottom: 70px; }
.faq-browser-heading h2 { font-size: clamp(50px,5vw,72px); }
.faq-browser-heading h2 em { color: #557ccf; }
.faq-browser-controls { display: flex; align-items: center; justify-content: flex-end; gap: 24px; padding-bottom: 5px; }
.faq-browser-controls p { margin: 0; color: #6a778d; font-size: 13px; }
.faq-browser-controls button, .faq-empty button {
    min-height: 44px; padding: 10px 16px; border: 1px solid #b8cae3; color: #173a70; background: #fff;
    font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; transition: color .2s,background .2s,border-color .2s,transform .2s;
}
.faq-browser-controls button:hover, .faq-browser-controls button:focus-visible, .faq-empty button:hover, .faq-empty button:focus-visible { color: #fff; border-color: #176cf1; background: #176cf1; transform: translateY(-2px); }
.faq-layout { display: grid; grid-template-columns: 278px minmax(0,1fr); align-items: start; gap: 76px; }
.faq-categories { position: sticky; top: 105px; display: grid; border-top: 1px solid #d8e1ec; }
.faq-categories button {
    position: relative; display: grid; grid-template-columns: 31px 1fr; grid-template-rows: auto auto; gap: 2px 13px; width: 100%;
    padding: 18px 12px 18px 0; border: 0; border-bottom: 1px solid #d8e1ec; color: #516078; background: transparent;
    text-align: left; font: inherit; cursor: pointer; transition: color .2s,padding .25s,background .2s;
}
.faq-categories button::before { content: ""; position: absolute; inset: 0 auto 0 -12px; width: 2px; background: #1b75f0; transform: scaleY(0); transition: transform .25s var(--ease); }
.faq-categories button > span { grid-row: 1 / span 2; color: #7890b3; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.faq-categories button strong { color: inherit; font-size: 14px; }
.faq-categories button small { color: #8a96a9; font-size: 11px; }
.faq-categories button:hover, .faq-categories button:focus-visible, .faq-categories button.is-active { padding-left: 12px; color: #0a52bb; background: #f5f9ff; }
.faq-categories button.is-active::before { transform: scaleY(1); }
.faq-group + .faq-group { margin-top: 78px; }
.faq-group-heading { display: grid; grid-template-columns: 50px 1fr; gap: 20px; align-items: start; margin-bottom: 25px; }
.faq-group-heading > span { padding-top: 7px; color: #4d78bd; font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.faq-group-heading h3 { margin: 0; font-size: 31px; line-height: 1.15; letter-spacing: -.04em; }
.faq-group-heading p { margin: 7px 0 0; color: #758197; font-size: 13px; }
.faq-list { border-top: 1px solid #d6e0ec; }
.faq-item { border-bottom: 1px solid #d6e0ec; scroll-margin-top: 105px; }
.faq-item summary {
    min-height: 82px; display: grid; grid-template-columns: 1fr 43px; align-items: center; gap: 28px; padding: 20px 8px 20px 0;
    color: #101e38; list-style: none; cursor: pointer; font-size: 17px; font-weight: 710; letter-spacing: -.015em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary svg {
    width: 38px; height: 38px; padding: 10px; border: 1px solid #b9cbe3; border-radius: 50%; fill: none; stroke: #255ea9;
    stroke-width: 1.6; stroke-linecap: round; transition: color .25s,background .25s,border-color .25s,transform .3s var(--ease);
}
.faq-item summary:hover svg, .faq-item summary:focus-visible svg { color: #fff; border-color: #176cf1; background: #176cf1; }
.faq-item[open] summary { color: #0d5ecf; }
.faq-item[open] summary svg { color: #fff; border-color: #176cf1; background: #176cf1; transform: rotate(45deg); }
.faq-answer { padding: 0 82px 27px 0; }
.faq-answer p { max-width: 780px; margin: 0; color: #59677d; font-size: 15px; line-height: 1.75; }
.faq-empty { padding: 70px 40px; border: 1px solid #d7e2f0; text-align: center; background: #f7faff; }
.faq-empty > span { width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto; border: 1px solid #b8d2f4; border-radius: 50%; color: #176cf1; background: #fff; }
.faq-empty svg { width: 37px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; }
.faq-empty h3 { margin: 24px 0 0; font-size: 28px; letter-spacing: -.035em; }
.faq-empty p { margin: 8px auto 22px; color: #68768b; }
.faq-support { position: relative; overflow: hidden; color: #fff; background: #06142b; }
.faq-support-ribbon { position: absolute; inset: 0 0 0 38%; opacity: .58; background: url("../images/hero/voice-ribbon.png") center / cover no-repeat; }
.faq-support::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#06142b 5%,rgba(6,20,43,.96) 50%,rgba(6,20,43,.42)); }
.faq-support-inner { position: relative; z-index: 1; min-height: 345px; display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.faq-support h2 { font-size: clamp(42px,4.4vw,62px); }
.faq-support p { max-width: 650px; margin: 18px 0 0; color: rgba(255,255,255,.62); font-size: 16px; }
.faq-support-actions { display: flex; flex: 0 0 auto; flex-direction: column; width: 210px; gap: 12px; }

@media (max-width: 1080px) {
    .faq-hero-grid { grid-template-columns: 1.15fr .65fr; gap: 28px; }
    .faq-signal { min-width: 135px; }
    .faq-layout { grid-template-columns: 235px minmax(0,1fr); gap: 48px; }
    .faq-browser-heading { grid-template-columns: 1fr .75fr; gap: 40px; }
}

@media (max-width: 820px) {
    .faq-hero { height: auto; min-height: 760px; padding: 140px 0 95px; }
    .faq-hero-grid { display: block; padding-top: 0; }
    .faq-hero-copy { max-width: 680px; }
    .faq-hero-visual { width: 320px; margin: 55px auto 0; }
    .faq-browser { padding: 88px 0 105px; }
    .faq-browser-heading { grid-template-columns: 1fr; gap: 30px; margin-bottom: 48px; }
    .faq-browser-controls { justify-content: space-between; }
    .faq-layout { grid-template-columns: 1fr; gap: 55px; }
    .faq-categories { position: static; grid-template-columns: repeat(2,1fr); border: 1px solid #d8e1ec; }
    .faq-categories button { padding: 17px 16px; border-bottom: 1px solid #d8e1ec; }
    .faq-categories button:nth-child(odd) { border-right: 1px solid #d8e1ec; }
    .faq-categories button:hover, .faq-categories button:focus-visible, .faq-categories button.is-active { padding-left: 24px; }
    .faq-categories button::before { left: 0; }
    .faq-support-inner { min-height: 430px; align-items: flex-start; justify-content: center; flex-direction: column; }
    .faq-support-actions { width: 100%; flex-direction: row; }
    .faq-support-actions .button { flex: 1; }
}

@media (max-width: 560px) {
    .faq-hero { min-height: 735px; padding-top: 118px; }
    .faq-hero-copy h1 { font-size: clamp(48px,13.6vw,61px); }
    .faq-hero-copy > p { font-size: 16px; }
    .faq-search { min-height: 61px; grid-template-columns: 23px 1fr 36px; gap: 10px; padding-left: 16px; }
    .faq-search input { font-size: 14px; }
    .faq-search-hint { line-height: 1.55; }
    .faq-hero-visual { width: 250px; margin-top: 42px; }
    .faq-orbit-shell > svg { width: 78px; }
    .faq-signal { min-width: 118px; padding: 9px 11px; }
    .faq-signal small { font-size: 9px; }
    .faq-signal-license { right: -8%; }
    .faq-browser-heading h2 { font-size: 47px; }
    .faq-browser-controls { align-items: stretch; flex-direction: column; gap: 10px; }
    .faq-browser-controls button { width: 100%; }
    .faq-categories { grid-template-columns: 1fr; }
    .faq-categories button:nth-child(odd) { border-right: 0; }
    .faq-categories button:hover, .faq-categories button:focus-visible, .faq-categories button.is-active { padding-left: 24px; }
    .faq-group + .faq-group { margin-top: 62px; }
    .faq-group-heading { grid-template-columns: 37px 1fr; gap: 10px; }
    .faq-group-heading h3 { font-size: 27px; }
    .faq-item summary { min-height: 74px; grid-template-columns: 1fr 36px; gap: 15px; padding-right: 0; font-size: 15px; line-height: 1.4; }
    .faq-item summary svg { width: 34px; height: 34px; }
    .faq-answer { padding-right: 15px; }
    .faq-answer p { font-size: 14px; }
    .faq-support-inner { min-height: 480px; }
    .faq-support-actions { flex-direction: column; }
    .faq-support .button { width: 100%; }
}

/* User guide */
.guide-hero {
    position: relative; min-height: 720px; height: 78vh; max-height: 880px; display: grid; align-items: center; overflow: hidden;
    color: #fff; background: #061126;
}
.guide-hero::before {
    content: ""; position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(90deg,rgba(5,15,33,.99) 0%,rgba(5,15,33,.94) 41%,rgba(5,15,33,.46) 78%,rgba(5,15,33,.72) 100%);
}
.guide-hero-ribbon {
    position: absolute; inset: 0; opacity: .52;
    background: url("../images/hero/voice-ribbon.png") 56% 48% / cover no-repeat;
    transform: scale(1.045); filter: saturate(1.05);
}
.guide-hero-grid {
    position: relative; z-index: 2; display: grid; grid-template-columns: minmax(530px,.96fr) minmax(510px,1.04fr);
    align-items: center; gap: 76px; padding-top: 108px;
}
.guide-hero-copy h1 { max-width: 780px; font-size: clamp(57px,5.2vw,80px); }
.guide-hero-copy > p:not(.eyebrow) { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.68); font-size: clamp(17px,1.3vw,20px); }
.guide-search {
    width: min(680px,100%); min-height: 66px; display: grid; grid-template-columns: 27px 1fr 40px; align-items: center;
    gap: 14px; margin-top: 33px; padding: 9px 12px 9px 21px; border: 1px solid rgba(164,207,255,.34);
    background: rgba(6,18,39,.78); box-shadow: 0 22px 60px rgba(0,0,0,.22); backdrop-filter: blur(14px);
}
.guide-search > svg { width: 22px; fill: none; stroke: #78dfff; stroke-width: 1.6; stroke-linecap: round; }
.guide-search input { width: 100%; min-width: 0; padding: 9px 0; border: 0; outline: 0; color: #fff; background: transparent; font: inherit; font-size: 16px; }
.guide-search input::placeholder { color: rgba(255,255,255,.44); }
.guide-search:focus-within { border-color: #6bdfff; box-shadow: 0 0 0 3px rgba(62,207,255,.1),0 22px 60px rgba(0,0,0,.22); }
.guide-search button {
    width: 40px; height: 40px; display: grid; place-items: center; padding: 0; border: 0; color: rgba(255,255,255,.66);
    background: rgba(255,255,255,.07); cursor: pointer;
}
.guide-search button[hidden] { display: none; }
.guide-search button:hover, .guide-search button:focus-visible { color: #fff; background: rgba(255,255,255,.13); }
.guide-search button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; }
.guide-search-hint { margin-top: 11px !important; color: rgba(255,255,255,.4) !important; font-size: 12px !important; }
.guide-hero-visual { position: relative; min-width: 0; transform: translateX(5%); }
.guide-hero-frame { overflow: hidden; border: 1px solid rgba(145,195,255,.28); background: #081123; box-shadow: 0 35px 90px rgba(0,0,0,.52),0 0 60px rgba(60,135,255,.14); transform: perspective(1400px) rotateY(-4deg); }
.guide-hero-frame img { width: 100%; height: auto; }
.guide-hero-tag {
    position: absolute; display: flex; align-items: center; gap: 10px; min-width: 175px; padding: 13px 16px;
    border: 1px solid rgba(139,187,255,.3); color: rgba(255,255,255,.66); background: rgba(8,18,38,.86);
    box-shadow: 0 18px 42px rgba(0,0,0,.32); backdrop-filter: blur(15px); font-size: 11px;
}
.guide-hero-tag strong { color: #70ddff; font-size: 17px; }
.guide-hero-tag-top { top: -26px; right: 5%; }
.guide-hero-tag-bottom { bottom: -27px; left: 7%; }

.guide-quick { padding: 110px 0 118px; background: #fff; }
.guide-quick-heading { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 90px; margin-bottom: 66px; }
.guide-quick-heading h2 { font-size: clamp(48px,4.8vw,68px); }
.guide-quick-heading h2 em { color: #557ccf; }
.guide-quick-heading > p { max-width: 470px; margin: 0 0 7px; color: #647187; font-size: 15px; }
.guide-quick-steps { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; border-top: 1px solid #cfdae9; border-bottom: 1px solid #cfdae9; list-style: none; }
.guide-quick-steps li + li { border-left: 1px solid #cfdae9; }
.guide-quick-steps a { position: relative; min-height: 205px; display: flex; flex-direction: column; padding: 28px 27px 25px; overflow: hidden; transition: color .25s,background .25s; }
.guide-quick-steps a::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: linear-gradient(90deg,#176cf1,#49d7f5); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.guide-quick-steps a > span { color: #6483b3; font-size: 10px; font-weight: 850; letter-spacing: .15em; }
.guide-quick-steps a strong { margin-top: 43px; color: #14233c; font-size: 18px; }
.guide-quick-steps a small { max-width: 190px; margin-top: 5px; color: #718097; font-size: 12px; line-height: 1.5; }
.guide-quick-steps a i { position: absolute; top: 26px; right: 25px; color: #3976d8; font-size: 20px; font-style: normal; transition: transform .25s var(--ease); }
.guide-quick-steps a:hover, .guide-quick-steps a:focus-visible { color: #0b5fd3; background: #f5f9ff; }
.guide-quick-steps a:hover::after, .guide-quick-steps a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.guide-quick-steps a:hover i, .guide-quick-steps a:focus-visible i { transform: translateX(5px); }

.guide-browser { padding: 116px 0 140px; background: #edf4fc; }
.guide-browser-heading { display: grid; grid-template-columns: 1fr .67fr; align-items: end; gap: 70px; margin-bottom: 75px; }
.guide-browser-heading h2 { font-size: clamp(50px,5vw,72px); }
.guide-browser-heading h2 em { color: #557ccf; }
.guide-browser-controls { display: flex; align-items: center; justify-content: flex-end; gap: 22px; padding-bottom: 5px; }
.guide-browser-controls p { margin: 0; color: #69778d; font-size: 13px; }
.guide-browser-controls button, .guide-empty button {
    min-height: 44px; padding: 10px 16px; border: 1px solid #b8cae3; color: #173a70; background: transparent;
    font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; transition: color .2s,background .2s,border-color .2s,transform .2s;
}
.guide-browser-controls button:hover, .guide-browser-controls button:focus-visible, .guide-empty button:hover, .guide-empty button:focus-visible { color: #fff; border-color: #176cf1; background: #176cf1; transform: translateY(-2px); }
.guide-layout { display: grid; grid-template-columns: 265px minmax(0,1fr); align-items: start; gap: 64px; }
.guide-chapters { position: sticky; top: 105px; display: grid; border-top: 1px solid #cad8e8; }
.guide-chapters button {
    position: relative; width: 100%; display: grid; grid-template-columns: 31px 1fr; grid-template-rows: auto auto; gap: 2px 13px;
    padding: 19px 12px 19px 0; border: 0; border-bottom: 1px solid #cad8e8; color: #516078; background: transparent;
    text-align: left; font: inherit; cursor: pointer; transition: color .2s,padding .25s,background .2s;
}
.guide-chapters button::before { content: ""; position: absolute; inset: 0 auto 0 -12px; width: 2px; background: #1b75f0; transform: scaleY(0); transition: transform .25s var(--ease); }
.guide-chapters button > span { grid-row: 1 / span 2; color: #7890b3; font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.guide-chapters button strong { color: inherit; font-size: 14px; }
.guide-chapters button small { color: #8794a8; font-size: 11px; }
.guide-chapters button:hover, .guide-chapters button:focus-visible, .guide-chapters button.is-active { padding-left: 12px; color: #0a52bb; background: rgba(255,255,255,.68); }
.guide-chapters button.is-active::before { transform: scaleY(1); }
.guide-group + .guide-group { margin-top: 86px; }
.guide-group-heading { display: grid; grid-template-columns: 51px 1fr; gap: 20px; align-items: start; margin-bottom: 27px; }
.guide-group-heading > span { padding-top: 6px; color: #4d78bd; font-size: 11px; font-weight: 850; letter-spacing: .15em; }
.guide-group-heading h3 { margin: 0; color: #12223b; font-size: 31px; line-height: 1.2; letter-spacing: -.035em; }
.guide-group-heading p { margin: 7px 0 0; color: #65748b; font-size: 14px; }
.guide-list { display: grid; gap: 16px; }
.guide-article { overflow: hidden; border: 1px solid #cedae9; background: #fff; box-shadow: 0 12px 35px rgba(30,64,110,.045); }
.guide-article[hidden], .guide-group[hidden] { display: none; }
.guide-article summary {
    min-height: 91px; display: grid; grid-template-columns: 54px 1fr 43px; align-items: center; gap: 18px; padding: 16px 22px;
    color: #17243a; cursor: pointer; list-style: none; transition: color .2s,background .2s;
}
.guide-article summary::-webkit-details-marker { display: none; }
.guide-article summary:hover, .guide-article summary:focus-visible { color: #0d5ecf; background: #f8fbff; }
.guide-article-number { color: #7990af; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.guide-article-title { display: grid; gap: 2px; }
.guide-article-title small { color: #5f7fab; font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.guide-article-title strong { font-size: 18px; line-height: 1.35; }
.guide-article summary > svg { width: 39px; height: 39px; padding: 10px; border: 1px solid #bed0e7; border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 1.6; transition: transform .3s var(--ease),color .2s,background .2s,border-color .2s; }
.guide-article[open] summary { color: #0d5ecf; background: #f8fbff; }
.guide-article[open] summary > svg { color: #fff; border-color: #176cf1; background: #176cf1; transform: rotate(45deg); }
.guide-article-body { padding: 7px 22px 28px 94px; border-top: 1px solid #e3eaf3; }
.guide-article-lede { max-width: 720px; margin: 26px 0 29px; color: #53627a; font-size: 15px; line-height: 1.75; }
.guide-article-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(250px,.76fr); align-items: start; gap: 35px; }
.guide-instructions { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.guide-instructions li { display: grid; grid-template-columns: 35px 1fr; gap: 13px; padding: 0 0 18px; }
.guide-instructions li + li { padding-top: 18px; border-top: 1px solid #e2e8f1; }
.guide-instructions li > span { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid #bad0ed; border-radius: 50%; color: #1c68cd; font-size: 9px; font-weight: 850; }
.guide-instructions p { margin: 1px 0 0; color: #4f5f77; font-size: 13px; line-height: 1.7; }
.guide-article-image { position: relative; width: 100%; padding: 0; overflow: hidden; border: 1px solid #c9d7e8; color: #fff; background: #071225; cursor: zoom-in; }
.guide-article-image img { width: 100%; height: auto; transition: transform .45s var(--ease),opacity .3s; }
.guide-article-image > span { position: absolute; inset: auto 0 0; display: flex; align-items: center; justify-content: flex-end; gap: 7px; padding: 28px 13px 10px; background: linear-gradient(transparent,rgba(3,10,23,.85)); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.guide-article-image svg { width: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.guide-article-image:hover img, .guide-article-image:focus-visible img { opacity: .88; transform: scale(1.02); }
.guide-note { display: grid; grid-template-columns: 105px 1fr; gap: 17px; margin-top: 30px; padding: 17px 19px; border-left: 2px solid #2580f1; background: #f0f6ff; }
.guide-note strong { color: #1b5daf; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.guide-note p { margin: 0; color: #53647d; font-size: 12px; line-height: 1.65; }
.guide-article-body > h2 { margin: 30px 0 18px; color: #14233c; font-size: 20px; }
.guide-full-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; color: #0d5ecf; font-size: 12px; font-weight: 850; letter-spacing: .02em; }
.guide-full-link span { transition: transform .2s var(--ease); }
.guide-full-link:hover span, .guide-full-link:focus-visible span { transform: translateX(4px); }
.guide-empty { padding: 70px 40px; border: 1px solid #cad8e8; text-align: center; background: rgba(255,255,255,.7); }
.guide-empty > span { width: 82px; height: 82px; display: grid; place-items: center; margin: 0 auto; border: 1px solid #b8d2f4; border-radius: 50%; color: #176cf1; background: #fff; }
.guide-empty svg { width: 37px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; }
.guide-empty h3 { margin: 24px 0 0; font-size: 28px; letter-spacing: -.035em; }
.guide-empty p { margin: 8px auto 22px; color: #68768b; }

.guide-support { position: relative; overflow: hidden; color: #fff; background: #06142b; }
.guide-support-ribbon { position: absolute; inset: 0 0 0 36%; opacity: .58; background: url("../images/hero/voice-ribbon.png") center / cover no-repeat; }
.guide-support::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,#06142b 5%,rgba(6,20,43,.96) 50%,rgba(6,20,43,.42)); }
.guide-support-inner { position: relative; z-index: 1; min-height: 395px; display: flex; align-items: center; justify-content: space-between; gap: 70px; }
.guide-support h2 { font-size: clamp(42px,4.4vw,62px); }
.guide-support p:not(.eyebrow) { max-width: 650px; margin: 18px 0 0; color: rgba(255,255,255,.62); font-size: 16px; }
.guide-support-actions { display: grid; flex: 0 0 215px; gap: 12px; }
.guide-download-link { padding: 8px 4px; color: rgba(255,255,255,.62); font-size: 12px; font-weight: 750; text-align: center; transition: color .2s; }
.guide-download-link:hover, .guide-download-link:focus-visible { color: #fff; }

@media (max-width: 1080px) {
    .guide-hero-grid { grid-template-columns: minmax(460px,.95fr) minmax(440px,1.05fr); gap: 42px; }
    .guide-layout { grid-template-columns: 235px minmax(0,1fr); gap: 42px; }
    .guide-browser-heading { grid-template-columns: 1fr .75fr; gap: 40px; }
    .guide-article-body { padding-left: 70px; }
    .guide-article-grid { grid-template-columns: 1fr; }
    .guide-article-image { max-width: 520px; }
}

@media (max-width: 820px) {
    .guide-hero { height: auto; min-height: 840px; padding: 140px 0 110px; }
    .guide-hero-grid { display: block; padding-top: 0; }
    .guide-hero-copy { max-width: 680px; }
    .guide-hero-visual { width: 92%; margin: 72px auto 0; transform: translateX(5%); }
    .guide-quick-heading, .guide-browser-heading { grid-template-columns: 1fr; gap: 30px; }
    .guide-quick-steps { grid-template-columns: repeat(2,1fr); }
    .guide-quick-steps li:nth-child(3) { border-left: 0; }
    .guide-quick-steps li:nth-child(n+3) { border-top: 1px solid #cfdae9; }
    .guide-browser-controls { justify-content: space-between; }
    .guide-layout { grid-template-columns: 1fr; gap: 55px; }
    .guide-chapters { position: static; grid-template-columns: repeat(2,1fr); border: 1px solid #cad8e8; }
    .guide-chapters button { padding: 17px 16px; }
    .guide-chapters button:nth-child(odd) { border-right: 1px solid #cad8e8; }
    .guide-chapters button:hover, .guide-chapters button:focus-visible, .guide-chapters button.is-active { padding-left: 24px; }
    .guide-chapters button::before { left: 0; }
    .guide-article-body { padding-left: 94px; }
    .guide-article-grid { grid-template-columns: minmax(0,1fr) minmax(230px,.76fr); }
    .guide-support-inner { min-height: 480px; align-items: flex-start; justify-content: center; flex-direction: column; }
    .guide-support-actions { width: 100%; grid-template-columns: 1fr 1fr; flex: 0 0 auto; }
    .guide-download-link { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
    .guide-hero { min-height: 780px; padding-top: 118px; }
    .guide-hero-copy h1 { font-size: clamp(47px,13.5vw,60px); }
    .guide-hero-copy > p:not(.eyebrow) { font-size: 16px; }
    .guide-search { min-height: 61px; grid-template-columns: 23px 1fr 36px; gap: 10px; padding-left: 16px; }
    .guide-search input { font-size: 14px; }
    .guide-search-hint { line-height: 1.55; }
    .guide-hero-visual { width: 105%; margin-top: 56px; transform: none; }
    .guide-hero-tag { min-width: 150px; padding: 10px 12px; }
    .guide-hero-tag-bottom { left: 3%; }
    .guide-quick { padding: 85px 0 92px; }
    .guide-quick-heading h2, .guide-browser-heading h2 { font-size: 47px; }
    .guide-quick-steps { grid-template-columns: 1fr; }
    .guide-quick-steps li + li { border-left: 0; border-top: 1px solid #cfdae9; }
    .guide-quick-steps a { min-height: 153px; }
    .guide-quick-steps a strong { margin-top: 24px; }
    .guide-browser { padding: 88px 0 108px; }
    .guide-browser-controls { align-items: stretch; flex-direction: column; gap: 10px; }
    .guide-browser-controls button { width: 100%; }
    .guide-chapters { grid-template-columns: 1fr; }
    .guide-chapters button:nth-child(odd) { border-right: 0; }
    .guide-chapters button:hover, .guide-chapters button:focus-visible, .guide-chapters button.is-active { padding-left: 24px; }
    .guide-group + .guide-group { margin-top: 65px; }
    .guide-group-heading { grid-template-columns: 37px 1fr; gap: 10px; }
    .guide-group-heading h3 { font-size: 27px; }
    .guide-article summary { min-height: 86px; grid-template-columns: 1fr 36px; gap: 13px; padding: 15px 14px; }
    .guide-article-number { display: none; }
    .guide-article-title strong { font-size: 15px; }
    .guide-article summary > svg { width: 34px; height: 34px; }
    .guide-article-body { padding: 1px 15px 23px; }
    .guide-article-lede { margin-top: 21px; font-size: 14px; }
    .guide-article-grid { grid-template-columns: 1fr; gap: 20px; }
    .guide-article-image { max-width: none; }
    .guide-note { grid-template-columns: 1fr; gap: 4px; }
    .guide-support-inner { min-height: 540px; }
    .guide-support-actions { grid-template-columns: 1fr; }
    .guide-download-link { grid-column: auto; }
}

/* SQLite-backed documentation screens */
.docs-database-page .site-header { background: #071225; }
.docs-reading-page, .docs-results-page { min-height: 70vh; padding: 145px 0 120px; color: #17253d; background: #f4f8fd; }
.docs-reading-shell, .docs-results-shell { max-width: 1100px; }
.docs-breadcrumbs { display: flex; align-items: center; gap: 10px; margin-bottom: 48px; color: #70809a; font-size: 12px; }
.docs-breadcrumbs a { color: #176cf1; font-weight: 750; }
.docs-reading-article { overflow: hidden; border: 1px solid #d5e0ed; background: #fff; box-shadow: 0 25px 70px rgba(30,64,110,.08); }
.docs-reading-header { padding: clamp(35px,6vw,76px); border-bottom: 1px solid #e0e8f2; background: linear-gradient(145deg,#fff 20%,#f2f7ff); }
.docs-reading-header h1, .docs-results-header h1 { max-width: 850px; margin-top: 18px; color: #101f37; font-size: clamp(43px,6vw,72px); line-height: 1.02; letter-spacing: -.055em; }
.docs-reading-header > p:not(.eyebrow), .docs-results-header > p:not(.eyebrow) { max-width: 760px; margin: 22px 0 0; color: #60708a; font-size: 17px; line-height: 1.72; }
.docs-reading-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 32px; padding-top: 19px; border-top: 1px solid #d9e4f1; color: #77859a; font-size: 11px; font-weight: 700; }
.docs-reading-meta button { padding: 9px 13px; border: 1px solid #bfd0e6; color: #295a9c; background: #fff; font: inherit; cursor: pointer; }
.docs-content { padding: clamp(30px,6vw,76px); }
.docs-content > h2 { margin: 4px 0 28px; color: #132440; font-size: clamp(26px,3vw,36px); }
.docs-content .guide-article-lede { max-width: 780px; margin-top: 0; font-size: 17px; }
.docs-content .guide-article-grid { grid-template-columns: minmax(0,1fr) minmax(310px,.8fr); }
.docs-content .guide-note { margin-top: 45px; }
.docs-related { margin-top: 80px; }
.docs-related h2 { margin: 12px 0 30px; color: #132440; font-size: clamp(31px,4vw,48px); }
.docs-related-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid #ccd9e8; }
.docs-related-list a { min-height: 138px; display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 24px; border-bottom: 1px solid #ccd9e8; color: #14243e; transition: color .2s,background .2s; }
.docs-related-list a:nth-child(odd) { border-right: 1px solid #ccd9e8; }
.docs-related-list a:hover, .docs-related-list a:focus-visible { color: #0b5fd3; background: #fff; }
.docs-related-list a > span:first-child { display: grid; gap: 7px; }
.docs-related-list strong { font-size: 15px; }
.docs-related-list small { color: #708098; font-size: 11px; line-height: 1.5; }
.docs-empty-state { padding-top: 80px; text-align: center; }
.docs-empty-state h1 { margin-top: 18px; font-size: clamp(42px,7vw,72px); }
.docs-empty-state > p:not(.eyebrow) { max-width: 610px; margin: 18px auto 30px; color: #62718a; }
.docs-results-header { padding-bottom: 55px; border-bottom: 1px solid #ccd9e8; }
.docs-search-bar { max-width: 780px; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 10px; margin-top: 34px; }
.docs-search-bar input { min-width: 0; min-height: 56px; padding: 0 19px; border: 1px solid #bdcde1; border-radius: 0; color: #17253d; background: #fff; font: inherit; }
.docs-results-list, .docs-faq-list, .docs-changelog-list { display: grid; gap: 0; margin-top: 52px; border-top: 1px solid #cbd8e8; }
.docs-result-card { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 28px 20px; border-bottom: 1px solid #cbd8e8; color: #132440; transition: padding .25s var(--ease),background .2s; }
.docs-result-card:hover, .docs-result-card:focus-visible { padding-left: 30px; background: #fff; }
.docs-result-card > span:first-child { display: grid; gap: 7px; }
.docs-result-card small { color: #3971bd; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.docs-result-card strong { font-size: 21px; }
.docs-result-card p { max-width: 720px; margin: 0; color: #68778d; font-size: 13px; line-height: 1.6; }
.docs-empty-inline { padding: 55px 25px; text-align: center; background: rgba(255,255,255,.7); }
.docs-empty-inline h2 { font-size: 28px; }
.docs-empty-inline p { margin: 10px 0 20px; color: #697991; }
.docs-empty-inline a { color: #0d5ecf; font-weight: 800; }
.docs-faq-list details { border-bottom: 1px solid #cbd8e8; background: rgba(255,255,255,.72); }
.docs-faq-list summary { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 24px; color: #162842; font-size: 17px; font-weight: 800; cursor: pointer; }
.docs-faq-list summary::-webkit-details-marker { display: none; }
.docs-faq-list summary span { font-size: 25px; transition: transform .2s; }
.docs-faq-list details[open] summary span { transform: rotate(45deg); }
.docs-faq-list details > div { padding: 0 24px 25px; color: #5f7089; line-height: 1.75; }
.docs-faq-list a { color: #0d5ecf; text-decoration: underline; }
.docs-changelog-list article { display: grid; grid-template-columns: 170px minmax(0,1fr); gap: 35px; padding: 32px 20px; border-bottom: 1px solid #cbd8e8; background: rgba(255,255,255,.7); }
.docs-changelog-list article > div:first-child { display: grid; align-content: start; gap: 7px; }
.docs-changelog-list strong { color: #125eba; font-size: 20px; }
.docs-changelog-list time { color: #718097; font-size: 11px; }

@media (max-width: 760px) {
    .docs-reading-page, .docs-results-page { padding: 112px 0 85px; }
    .docs-breadcrumbs { flex-wrap: wrap; margin-bottom: 32px; white-space: normal; }
    .docs-reading-header, .docs-content { padding: 28px 20px; }
    .docs-reading-header h1, .docs-results-header h1 { font-size: 43px; }
    .docs-content .guide-article-grid, .docs-related-list { grid-template-columns: 1fr; }
    .docs-related-list a:nth-child(odd) { border-right: 0; }
    .docs-search-bar { grid-template-columns: 1fr; }
    .docs-result-card { min-height: 135px; padding: 23px 8px; }
    .docs-changelog-list article { grid-template-columns: 1fr; gap: 20px; padding: 26px 15px; }
}

@media print {
    .docs-reading-page { padding: 0; background: #fff; }
    .docs-reading-page .docs-breadcrumbs, .docs-reading-meta button, .docs-related, .docs-reading-page ~ .site-footer, .docs-database-page .site-header { display: none !important; }
    .docs-reading-article { border: 0; box-shadow: none; }
}

/* Contact */
.contact-site .site-header { background: #071225; }
.contact-hero { position: relative; min-height: 800px; overflow: hidden; color: #fff; background: linear-gradient(90deg,#06142b 0%,#06142b 55%,#f5f9ff 55%,#f5f9ff 100%); }
.contact-ribbon { position: absolute; inset: 0 45% 0 0; opacity: .55; background: url("../images/hero/voice-ribbon.png") 63% center / cover no-repeat; }
.contact-hero::after { content: ""; position: absolute; inset: 0 45% 0 0; background: linear-gradient(90deg,rgba(6,20,43,.98) 0%,rgba(6,20,43,.88) 58%,rgba(6,20,43,.25) 100%); }
.contact-stage { position: relative; z-index: 1; min-height: 800px; display: grid; grid-template-columns: minmax(0,.94fr) minmax(560px,1.06fr); padding-top: 76px; }
.contact-intro { min-width: 0; display: flex; flex-direction: column; justify-content: center; padding: 80px 78px 72px 0; }
.contact-intro h1 { max-width: 610px; font-size: clamp(62px,5.8vw,88px); }
.contact-intro h1 em { color: #8eaeff; }
.contact-lede { max-width: 570px; margin: 31px 0 0; color: rgba(255,255,255,.72); font-size: clamp(17px,1.3vw,20px); line-height: 1.65; }
.contact-promises { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 70px; border-top: 1px solid rgba(154,201,255,.25); border-bottom: 1px solid rgba(154,201,255,.25); }
.contact-promises > div { min-width: 0; display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: center; padding: 22px 16px 22px 0; }
.contact-promises > div + div { padding-left: 16px; border-left: 1px solid rgba(154,201,255,.25); }
.contact-promises svg { width: 29px; fill: none; stroke: #4bdafa; stroke-width: 1.65; stroke-linejoin: round; stroke-linecap: round; }
.contact-promises span, .contact-promises strong, .contact-promises small { display: block; }
.contact-promises strong { color: #fff; font-size: 12px; }
.contact-promises small { margin-top: 2px; color: rgba(255,255,255,.48); font-size: 10px; line-height: 1.4; }
.contact-response-note { display: flex; align-items: center; gap: 14px; margin: 38px 0 0; color: rgba(255,255,255,.43); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.contact-response-note span { width: 31px; height: 1px; background: #3bdaf8; }

.contact-form-panel { min-width: 0; align-self: center; margin-left: 62px; padding: 45px 54px 39px; color: #14233c; background: #fff; border: 1px solid #d2deed; box-shadow: 0 30px 85px rgba(27,60,105,.16); }
.contact-form-heading > span { color: #3575d8; font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.contact-form-heading h2 { margin-top: 10px; font-size: clamp(36px,3.2vw,47px); line-height: 1.08; letter-spacing: -.045em; }
.contact-form-heading p { max-width: 580px; margin: 13px 0 0; color: #66758b; font-size: 13px; line-height: 1.65; }
.contact-status { display: grid; grid-template-columns: 38px 1fr; gap: 14px; align-items: start; margin-top: 24px; padding: 16px 17px; border: 1px solid; }
.contact-status svg { width: 31px; height: 31px; padding: 7px; border-radius: 50%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.contact-status strong { display: block; font-size: 13px; }
.contact-status p { margin: 3px 0 0; font-size: 11px; line-height: 1.55; }
.contact-status.is-success { color: #096844; border-color: #a8ddc8; background: #eefaf5; }
.contact-status.is-notice { color: #825300; border-color: #f0d38c; background: #fff9e9; }
.contact-status.is-error { color: #9b2432; border-color: #efbec4; background: #fff4f5; }
.contact-form { position: relative; display: grid; margin-top: 30px; }
.contact-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 19px 22px; }
.contact-form label > span, .contact-message-field > span { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 7px; color: #22324a; font-size: 11px; font-weight: 750; }
.contact-form label > span b, .contact-message-field > span b { margin-right: auto; color: #3177dc; font-weight: 800; }
.contact-form label > span small, .contact-message-field > span small { color: #8a96a8; font-size: 9px; font-weight: 650; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea {
    width: 100%; border: 1px solid #c7d5e7; border-radius: 0; outline: 0; color: #16253c; background: #fbfdff;
    font: inherit; font-size: 13px; transition: border-color .2s,box-shadow .2s,background .2s;
}
.contact-form input:not([type="checkbox"]), .contact-form select { height: 51px; padding: 0 14px; }
.contact-form select { appearance: none; padding-right: 42px; background-image: linear-gradient(45deg,transparent 50%,#5d6f88 50%),linear-gradient(135deg,#5d6f88 50%,transparent 50%); background-position: calc(100% - 18px) 22px,calc(100% - 13px) 22px; background-size: 5px 5px,5px 5px; background-repeat: no-repeat; }
.contact-form textarea { min-height: 130px; resize: vertical; padding: 14px; line-height: 1.65; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #8b9aaf; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #2379eb; background: #fff; box-shadow: 0 0 0 3px rgba(35,121,235,.09); }
.contact-message-field { margin-top: 19px; }
.contact-consent { display: grid !important; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin-top: 18px; color: #58677e; font-size: 10px; line-height: 1.6; cursor: pointer; }
.contact-consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: #176cf1; }
.contact-consent > span { display: block !important; margin: 0 !important; color: inherit !important; font-size: inherit !important; font-weight: 500 !important; }
.contact-consent a { color: #176cf1; text-decoration: underline; text-underline-offset: 2px; }
.contact-submit { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 15px; margin-top: 22px; border: 0; color: #06142b; background: linear-gradient(90deg,#45d8f5,#5aa3ff); font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .25s var(--ease),filter .2s,opacity .2s; }
.contact-submit svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; stroke-linecap: round; transition: transform .25s var(--ease); }
.contact-submit:hover, .contact-submit:focus-visible { filter: brightness(1.05); transform: translateY(-2px); }
.contact-submit:hover svg { transform: translateX(4px); }
.contact-submit:disabled { opacity: .68; cursor: wait; transform: none; }
.contact-client-status { margin: 11px 0 0; color: #a23a46; font-size: 11px; text-align: center; }
.contact-client-status[hidden] { display: none; }
.contact-form-note { margin: 10px 0 0; color: #8a96a8; font-size: 9px; text-align: center; }
.contact-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }

.contact-routes { padding: 86px 0 112px; background: #f5f9ff; }
.contact-routes-heading { display: grid; grid-template-columns: 1fr .52fr; align-items: end; gap: 90px; margin-bottom: 71px; }
.contact-routes-heading h2 { font-size: clamp(48px,4.8vw,69px); }
.contact-routes-heading h2 em { color: #557ccf; }
.contact-routes-heading > p { max-width: 430px; margin: 0 0 7px; color: #607087; font-size: 15px; }
.contact-route-list { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid #cbd8e9; border-bottom: 1px solid #cbd8e9; }
.contact-route-list > a { position: relative; min-height: 205px; display: grid; grid-template-columns: 44px 54px 1fr 22px; align-items: center; gap: 15px; padding: 28px 26px; transition: background .25s,color .25s; }
.contact-route-list > a + a { border-left: 1px solid #cbd8e9; }
.contact-route-list > a::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: linear-gradient(90deg,#176cf1,#49d7f5); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.contact-route-list > a:hover, .contact-route-list > a:focus-visible { background: #fff; }
.contact-route-list > a:hover::after, .contact-route-list > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.contact-route-number { align-self: start; padding-top: 6px; color: #3077df; font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.contact-route-list svg { width: 44px; fill: none; stroke: #18345e; stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.contact-route-list > a > span:not(.contact-route-number) { min-width: 0; }
.contact-route-list strong, .contact-route-list small { display: block; }
.contact-route-list strong { color: #14233c; font-size: 17px; }
.contact-route-list small { margin-top: 5px; color: #68778d; font-size: 11px; line-height: 1.55; }
.contact-route-list i { color: #2674df; font-size: 18px; font-style: normal; transition: transform .25s var(--ease); }
.contact-route-list > a:hover i, .contact-route-list > a:focus-visible i { transform: translateX(4px); }
.contact-email-line { margin: 30px 0 0; color: #758299; font-size: 12px; text-align: center; }
.contact-email-line a { color: #1a63c8; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1080px) {
    .contact-stage { grid-template-columns: minmax(0,.75fr) minmax(540px,1.25fr); }
    .contact-intro { padding-right: 45px; }
    .contact-promises { grid-template-columns: 1fr; }
    .contact-promises > div { padding: 15px 0; }
    .contact-promises > div + div { padding-left: 0; border-top: 1px solid rgba(154,201,255,.2); border-left: 0; }
    .contact-form-panel { margin-left: 35px; padding-inline: 40px; }
    .contact-route-list > a { grid-template-columns: 34px 45px 1fr; }
    .contact-route-list i { display: none; }
}

@media (max-width: 820px) {
    .contact-hero { background: #06142b; }
    .contact-ribbon, .contact-hero::after { inset: 0; }
    .contact-stage { display: block; padding-top: 118px; padding-bottom: 90px; }
    .contact-intro { padding: 48px 0 70px; }
    .contact-intro h1 { max-width: 680px; }
    .contact-promises { grid-template-columns: repeat(3,1fr); }
    .contact-promises > div { padding: 20px 13px 20px 0; }
    .contact-promises > div + div { padding-left: 13px; border-top: 0; border-left: 1px solid rgba(154,201,255,.2); }
    .contact-form-panel { margin: 0; padding: 50px 44px; }
    .contact-routes-heading { grid-template-columns: 1fr; gap: 28px; }
    .contact-route-list { grid-template-columns: 1fr; }
    .contact-route-list > a { min-height: 145px; }
    .contact-route-list > a + a { border-top: 1px solid #cbd8e9; border-left: 0; }
}

@media (max-width: 560px) {
    .contact-stage { padding-top: 95px; padding-bottom: 68px; }
    .contact-intro { padding-top: 35px; padding-bottom: 52px; }
    .contact-intro h1 { font-size: clamp(51px,14vw,66px); }
    .contact-lede { font-size: 16px; }
    .contact-promises { grid-template-columns: 1fr; margin-top: 48px; }
    .contact-promises > div { padding: 15px 0; }
    .contact-promises > div + div { padding-left: 0; border-top: 1px solid rgba(154,201,255,.2); border-left: 0; }
    .contact-response-note { align-items: flex-start; line-height: 1.5; }
    .contact-form-panel { width: calc(100% + 16px); margin-left: -8px; padding: 36px 20px; }
    .contact-form-heading h2 { font-size: 38px; }
    .contact-form-grid { grid-template-columns: 1fr; }
    .contact-status { grid-template-columns: 32px 1fr; padding-inline: 13px; }
    .contact-status svg { width: 27px; height: 27px; }
    .contact-routes { padding: 85px 0 95px; }
    .contact-routes-heading h2 { font-size: 47px; }
    .contact-route-list > a { min-height: 133px; grid-template-columns: 30px 40px 1fr; gap: 12px; padding-inline: 14px; }
    .contact-route-list svg { width: 38px; }
    .contact-route-list strong { font-size: 15px; }
}

/* Contact redesign: compact, centered, and width-safe */
.contact-page { overflow: clip; color: #15253d; background: #f3f8fe; }
.contact-page [data-reveal] { opacity: 1; transform: none; }
.contact-hero { min-height: 0; padding: 142px 0 72px; overflow: hidden; color: #15253d; background: #fff; }
.contact-ribbon { inset: -120px -80px auto auto; width: 760px; height: 760px; opacity: .06; background-position: center; background-size: cover; }
.contact-hero::after { inset: 0; background: radial-gradient(circle at 8% 18%,rgba(56,181,255,.09),transparent 28%),radial-gradient(circle at 88% 12%,rgba(91,122,255,.1),transparent 25%); pointer-events: none; }
.contact-stage { min-height: 0; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); align-items: center; gap: clamp(44px,6vw,82px); padding-top: 0; }
.contact-intro { justify-content: initial; padding: 0; }
.contact-intro h1 { max-width: 650px; color: #0d1d35; font-size: clamp(58px,5.5vw,78px); line-height: .98; letter-spacing: -.058em; }
.contact-lede { max-width: 590px; margin-top: 28px; color: #566780; font-size: clamp(17px,1.3vw,20px); line-height: 1.62; }
.contact-promises { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; margin-top: 53px; border: 0; }
.contact-promises > div { grid-template-columns: 48px minmax(0,1fr); gap: 12px; align-items: start; padding: 0; }
.contact-promises > div + div { padding-left: 0; border: 0; }
.contact-promises svg { width: 48px; height: 48px; padding: 12px; border: 1px solid #d8e7f7; border-radius: 10px; stroke: #136dea; background: #eef6ff; }
.contact-promises strong { color: #14233c; font-size: 12px; }
.contact-promises small { max-width: 150px; margin-top: 5px; color: #6d7b90; font-size: 10px; line-height: 1.5; }
.contact-response-note { margin-top: 40px; color: #68778d; font-size: 9px; }
.contact-response-note span { background: #1eaeea; }

.contact-form-panel { align-self: auto; margin-left: 0; padding: 34px 36px 30px; border-color: #d4e0ee; border-radius: 5px; box-shadow: 0 22px 62px rgba(25,61,109,.12); }
.contact-form-heading h2 { margin-top: 0; font-size: clamp(34px,3vw,43px); }
.contact-form-heading p { margin-top: 8px; font-size: 12px; }
.contact-status { margin-top: 18px; }
.contact-form { margin-top: 22px; }
.contact-form-grid { gap: 15px 18px; }
.contact-form label > span, .contact-message-field > span { margin-bottom: 6px; font-size: 10px; }
.contact-form input:not([type="checkbox"]), .contact-form select { height: 46px; }
.contact-form textarea { min-height: 112px; }
.contact-message-field { margin-top: 15px; }
.contact-consent { margin-top: 15px; }
.contact-submit { min-height: 50px; margin-top: 17px; color: #fff; background: linear-gradient(90deg,#0876e9,#416df4); }
.contact-form-note { margin-top: 8px; }

.contact-routes { padding: 50px 0 62px; border-top: 1px solid #dce8f5; background: #eef6ff; }
.contact-routes > .site-shell { display: grid; grid-template-columns: minmax(215px,.28fr) minmax(0,.72fr); align-items: stretch; gap: clamp(35px,5vw,70px); }
.contact-routes-heading { display: block; margin: 0; }
.contact-routes-heading h2 { color: #10213a; font-size: clamp(37px,3.6vw,50px); line-height: 1.02; letter-spacing: -.045em; }
.contact-routes-heading > p { margin: 16px 0 0; color: #607087; font-size: 13px; line-height: 1.65; }
.contact-route-list { grid-template-columns: repeat(auto-fit,minmax(170px,1fr)); border: 1px solid #c9d9eb; background: rgba(255,255,255,.34); }
.contact-route-list > a { min-width: 0; min-height: 214px; grid-template-columns: minmax(0,1fr) 22px; grid-template-rows: auto 50px minmax(0,1fr); align-content: start; align-items: start; gap: 10px; padding: 20px 18px; }
.contact-route-list > a + a { border-left: 1px solid #c9d9eb; }
.contact-route-number { grid-column: 1; grid-row: 1; align-self: auto; padding: 0; }
.contact-route-list svg { grid-column: 1; grid-row: 2; width: 38px; height: 38px; padding: 7px; border-radius: 9px; stroke: #166dda; background: #e5f2ff; }
.contact-route-list > a > span:not(.contact-route-number) { grid-column: 1 / -1; grid-row: 3; align-self: end; }
.contact-route-list strong { font-size: 15px; }
.contact-route-list small { overflow-wrap: anywhere; font-size: 10px; }
.contact-route-list i { grid-column: 2; grid-row: 1; justify-self: end; font-size: 16px; }

@media (max-width: 1080px) {
    .contact-stage { grid-template-columns: minmax(0,.86fr) minmax(0,1.14fr); gap: 40px; }
    .contact-intro { padding: 0; }
    .contact-intro h1 { font-size: clamp(50px,5.8vw,64px); }
    .contact-promises { grid-template-columns: 1fr; gap: 16px; margin-top: 40px; }
    .contact-promises > div { grid-template-columns: 44px 1fr; padding: 0; }
    .contact-promises > div + div { padding-left: 0; border: 0; }
    .contact-promises svg { width: 44px; height: 44px; }
    .contact-form-panel { margin-left: 0; padding-inline: 30px; }
    .contact-route-list > a { grid-template-columns: 1fr 20px; }
    .contact-route-list i { display: block; }
}

@media (max-width: 860px) {
    .contact-hero { padding: 118px 0 68px; background: #fff; }
    .contact-ribbon { inset: -100px -240px auto auto; }
    .contact-hero::after { inset: 0; }
    .contact-stage { display: grid; grid-template-columns: 1fr; gap: 50px; padding: 0; }
    .contact-intro { padding: 0; }
    .contact-promises { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .contact-promises > div { padding: 0; }
    .contact-promises > div + div { padding-left: 0; border: 0; }
    .contact-form-panel { margin: 0; padding: 38px 34px; }
    .contact-routes > .site-shell { grid-template-columns: 1fr; }
    .contact-route-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .contact-route-list > a { min-height: 185px; }
    .contact-route-list > a:nth-child(odd) { border-left: 0; }
    .contact-route-list > a:nth-child(n+3) { border-top: 1px solid #c9d9eb; }
}

@media (max-width: 560px) {
    .contact-hero { padding: 102px 0 54px; }
    .contact-stage { padding: 0; }
    .contact-intro { padding: 0; }
    .contact-intro h1 { font-size: clamp(46px,13vw,58px); }
    .contact-lede { font-size: 16px; }
    .contact-promises { grid-template-columns: 1fr; margin-top: 38px; }
    .contact-promises > div { padding: 0; }
    .contact-promises > div + div { padding-left: 0; border: 0; }
    .contact-response-note { margin-top: 32px; }
    .contact-form-panel { width: 100%; margin: 0; padding: 30px 20px; }
    .contact-form-heading h2 { font-size: 35px; }
    .contact-form-grid { grid-template-columns: 1fr; }
    .contact-routes { padding: 44px 0 54px; }
    .contact-route-list { grid-template-columns: 1fr; }
    .contact-route-list > a { min-height: 158px; }
    .contact-route-list > a + a, .contact-route-list > a:nth-child(odd) { border-left: 0; }
    .contact-route-list > a:nth-child(n+2) { border-top: 1px solid #c9d9eb; }
}

/* Checkout result */
.checkout-page .site-header { background: #07162f; }
.checkout-result-page { position: relative; min-height: 100vh; overflow: hidden; padding: 154px 0 110px; background: #eef4fb; }
.checkout-result-ribbon { position: absolute; inset: 0; opacity: .12; background: url("../images/hero/voice-ribbon.png") center 12% / cover no-repeat; }
.checkout-result-shell { position: relative; z-index: 1; }
.checkout-result-card { min-height: 590px; display: grid; grid-template-columns: minmax(310px,.72fr) minmax(0,1.28fr); overflow: hidden; border: 1px solid #cad8eb; background: #fff; box-shadow: 0 34px 95px rgba(31,60,104,.16); }
.checkout-result-aside { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 58px 48px; overflow: hidden; color: #fff; background: #07162f; }
.checkout-result-aside::after { content: ""; position: absolute; width: 430px; height: 430px; right: -270px; bottom: -245px; border: 1px solid rgba(94,181,255,.22); border-radius: 50%; box-shadow: 0 0 0 55px rgba(31,115,255,.055),0 0 0 110px rgba(31,115,255,.035); }
.checkout-result-check { position: relative; z-index: 1; width: 82px; height: 82px; display: grid; place-items: center; margin-bottom: 34px; border: 1px solid rgba(102,207,255,.46); border-radius: 50%; color: #79e1ff; background: rgba(31,118,255,.1); box-shadow: 0 0 0 12px rgba(47,143,255,.06); }
.checkout-result-check svg { width: 37px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.checkout-result-aside > div, .checkout-result-aside > p { position: relative; z-index: 1; }
.checkout-result-kicker { color: #70d4ff; font-size: 10px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.checkout-result-aside h2 { max-width: 390px; margin: 13px 0 0; font-size: clamp(34px,3.1vw,48px); line-height: 1.08; letter-spacing: -.045em; }
.checkout-result-aside > p { margin: 34px 0 0; color: rgba(255,255,255,.57); font-size: 12px; }
.checkout-result-aside > p span { margin-right: 8px; color: #48d4ff; }
.checkout-result-content { display: grid; align-items: center; padding: 58px 64px; }
.checkout-state h1 { margin: 20px 0 0; font-size: clamp(39px,4vw,58px); line-height: 1.08; letter-spacing: -.05em; }
.checkout-state > p:not(.eyebrow) { max-width: 620px; margin: 17px 0 0; color: #66758c; font-size: 15px; line-height: 1.7; }
.checkout-spinner { width: 54px; height: 54px; display: block; margin-bottom: 28px; border: 3px solid #d9e6f6; border-top-color: #176cf1; border-radius: 50%; animation: checkoutSpin .9s linear infinite; }
@keyframes checkoutSpin { to { transform: rotate(360deg); } }
.checkout-hidden { display: none !important; }
.checkout-license-summary { display: grid; grid-template-columns: .72fr 1.28fr; margin-top: 29px; border: 1px solid #dbe4f0; }
.checkout-license-summary > div { min-width: 0; padding: 15px 18px; }
.checkout-license-summary > div + div { border-left: 1px solid #dbe4f0; }
.checkout-license-summary span, .checkout-license-summary strong { display: block; }
.checkout-license-summary span { color: #75839a; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.checkout-license-summary strong { overflow: hidden; margin-top: 6px; color: #17243a; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.checkout-license-panel { margin-top: 20px; padding: 21px; color: #fff; background: #07162f; }
.checkout-license-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.checkout-license-heading span, .checkout-license-heading small { display: block; }
.checkout-license-heading span { font-size: 12px; font-weight: 800; }
.checkout-license-heading small { margin-top: 3px; color: rgba(255,255,255,.47); font-size: 10px; }
.checkout-license-heading button { position: relative; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(130,183,255,.3); border-radius: 50%; color: #8fcfff; background: transparent; cursor: pointer; }
.checkout-license-heading button.is-hidden::after { content: ""; position: absolute; width: 25px; height: 1px; background: currentColor; transform: rotate(-45deg); }
.checkout-license-heading button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.checkout-license-key { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 18px; padding: 17px 18px; border: 1px solid rgba(108,184,255,.26); color: #fff; background: rgba(255,255,255,.055); cursor: copy; }
.checkout-license-key code { overflow-wrap: anywhere; font-family: Consolas,"Courier New",monospace; font-size: clamp(15px,1.7vw,20px); font-weight: 700; letter-spacing: .055em; text-align: left; }
.checkout-license-key svg { width: 21px; flex: 0 0 auto; fill: none; stroke: #75d8ff; stroke-width: 1.6; }
.checkout-copy-feedback { display: block; margin-top: 9px; color: rgba(255,255,255,.5); font-size: 10px; }
.checkout-result-actions { display: flex; align-items: center; gap: 12px; margin-top: 27px; }
.checkout-result-actions .button { min-width: 180px; }
.checkout-result-actions button.button { font: inherit; cursor: pointer; }
.checkout-result-actions .button-quiet { color: #17345f; border-color: #c8d6e8; background: #fff; }
.checkout-result-actions .button-quiet:hover { color: #0b55c6; border-color: #8fb5ee; background: #f5f9ff; }

@media (max-width: 900px) {
    .checkout-result-page { padding-top: 122px; }
    .checkout-result-card { grid-template-columns: 1fr; }
    .checkout-result-aside { min-height: 300px; padding: 46px 42px; }
    .checkout-result-check { width: 67px; height: 67px; margin-bottom: 26px; }
    .checkout-result-content { min-height: 520px; padding: 48px 42px; }
}

@media (max-width: 560px) {
    .checkout-result-page { padding: 94px 0 70px; }
    .checkout-result-card { border-inline: 0; }
    .checkout-result-aside { min-height: 270px; padding: 38px 25px; }
    .checkout-result-aside h2 { font-size: 34px; }
    .checkout-result-content { min-height: 500px; padding: 40px 25px; }
    .checkout-state h1 { font-size: 40px; }
    .checkout-license-summary { grid-template-columns: 1fr; }
    .checkout-license-summary > div + div { border-left: 0; border-top: 1px solid #dbe4f0; }
    .checkout-license-key { padding-inline: 13px; }
    .checkout-result-actions { align-items: stretch; flex-direction: column; }
    .checkout-result-actions .button { width: 100%; }
}

@media (max-width: 1080px) {
    .feature-hero-grid { grid-template-columns: minmax(390px,.78fr) minmax(500px,1.22fr); }
    .feature-hero-visual { transform: translateX(12%); }
    .feature-overview a { padding-inline: 18px; }
    .feature-editorial-grid, .stt-detail-grid, .workspace-grid { gap: 55px; }
    .effect-chain { grid-template-columns: repeat(3,1fr); row-gap: 44px; }
    .effect-chain::before { display: none; }
    .provider-rail { grid-template-columns: 1fr; gap: 30px; }
    .provider-rail ul { border-right: 1px solid #c9d7eb; }
}

@media (max-width: 820px) {
    .feature-hero { min-height: auto; padding: 145px 0 105px; }
    .feature-hero-grid { min-height: auto; display: block; padding: 0; }
    .feature-hero-copy { max-width: 680px; }
    .feature-hero-visual { margin-top: 74px; transform: translateX(6%); }
    .feature-window-dashboard { width: 108%; }
    .feature-overview-inner { grid-template-columns: repeat(2,1fr); }
    .feature-overview a:nth-child(odd) { border-left: 1px solid var(--line); }
    .feature-overview a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .feature-section, .workspace-section { padding: 96px 0; }
    .feature-section-intro, .stt-heading { grid-template-columns: 1fr; gap: 30px; margin-bottom: 56px; }
    .feature-editorial-grid { grid-template-columns: 1fr; }
    .capability-rail { margin-top: 4px; }
    .format-rail { grid-template-columns: 1fr; gap: 15px; }
    .format-rail p, .format-rail p:last-child { text-align: left; }
    .format-rail div { justify-content: flex-start; }
    .sound-studio-inner { padding: 92px 0; }
    .stt-flow { grid-template-columns: 1fr; gap: 25px; margin-bottom: 72px; }
    .stt-flow::before { top: 62px; bottom: 62px; left: 39px; right: auto; width: 1px; height: auto; }
    .stt-detail-grid { grid-template-columns: 1fr; }
    .stt-product-shot { position: static; order: -1; }
    .stt-product-shot .feature-window, .stt-product-shot .feature-window img { max-height: 580px; }
    .workspace-grid { grid-template-columns: 1fr; }
    .workspace-shot { order: -1; }
    .provider-rail { margin-top: 72px; }
}

@media (max-width: 560px) {
    .feature-hero { padding-top: 124px; padding-bottom: 80px; }
    .feature-hero-copy h1 { font-size: clamp(45px,13vw,61px); }
    .feature-hero-copy > p:not(.platform-note) { font-size: 16px; }
    .feature-hero-visual { margin-top: 58px; transform: none; }
    .feature-window-dashboard { width: 132%; transform: translateX(-4%) rotateY(-3deg); }
    .feature-window-dashboard img { min-height: 300px; }
    .feature-overview a { min-height: 123px; padding: 22px 16px; }
    .feature-overview small { line-height: 1.4; }
    .feature-section, .workspace-section { padding: 78px 0; }
    .feature-section-intro h2, .stt-heading h2 { font-size: clamp(45px,13vw,60px); }
    .feature-section-lede h3, .stt-heading h3 { font-size: 26px; }
    .capability-rail li { grid-template-columns: 36px 1fr; }
    .format-rail div { display: grid; grid-template-columns: 1fr 1fr; }
    .format-rail span { width: 100%; }
    .sound-studio-inner { padding: 76px 0; }
    .sound-studio h2 { font-size: clamp(46px,13vw,60px); }
    .effect-chain { grid-template-columns: repeat(2,1fr); row-gap: 38px; }
    .effect-node { width: 70px; height: 70px; }
    .stt-flow { padding-block: 27px; }
    .stt-flow li { grid-template-columns: 68px 1fr; gap: 18px; }
    .flow-icon { width: 68px; height: 68px; box-shadow: 0 0 0 7px #fff; }
    .stt-flow::before { left: 34px; }
    .stt-capabilities article { grid-template-columns: 34px 1fr; }
    .stt-product-shot .feature-window, .stt-product-shot .feature-window img { max-height: 450px; }
    .workspace-copy h2 { font-size: clamp(43px,12vw,56px); }
    .workspace-points li { grid-template-columns: 1fr; gap: 5px; }
    .provider-rail ul { grid-template-columns: 1fr 1fr; border-right: 0; }
    .provider-rail li { border: 1px solid #c9d7eb; border-bottom: 0; }
    .provider-rail li:last-child { grid-column: 1 / -1; border-bottom: 1px solid #c9d7eb; }
}

@media (max-width: 1080px) {
    .site-nav { gap: 16px; font-size: 13px; }
    .site-nav a:nth-child(5), .site-nav a:nth-child(6) { display: none; }
    .hero-grid { grid-template-columns: .9fr 1.1fr; }
    .hero-visual { transform: translateX(8vw); }
    .story-grid, .story-grid-reverse { gap: 60px; }
}

@media (max-width: 820px) {
    :root { --shell: min(100% - 36px, 680px); }
    .header-inner { min-height: 68px; }
    .nav-toggle { display: block; position: relative; z-index: 2; }
    .site-nav {
        position: fixed; inset: 0; padding: 105px 28px 36px; display: flex; flex-direction: column; align-items: flex-start; gap: 0;
        color: white; background: rgba(5,13,28,.98); transform: translateX(100%); visibility: hidden; transition: transform .35s var(--ease), visibility .35s;
    }
    .site-nav.is-open { transform: translateX(0); visibility: visible; }
    .site-nav > a, .site-nav a:nth-child(5), .site-nav a:nth-child(6) { display: block; width: 100%; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 20px; }
    .site-nav > a::after { display: none; }
    .site-nav .nav-download { margin-top: 20px; padding: 13px 18px; width: auto; font-size: 14px; }
    .nav-toggle[aria-expanded="true"] > span:first-child { transform: translateY(6px) rotate(45deg); }
    .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
    .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
    .nav-toggle > span { transition: transform .25s, opacity .2s; }
    .hero { min-height: 100vh; min-height: 100svh; padding: 140px 0 95px; background-position: 61% center; }
    .hero-grid { min-height: auto; display: block; padding: 0; }
    .hero-copy { max-width: 650px; }
    .hero-visual { margin-top: 70px; transform: translateX(5vw); }
    .app-window-hero { width: 112%; }
    .hero-scroll { display: none; }
    .section { padding: 90px 0; }
    .workflow-steps { gap: 36px; }
    .workflow-steps li { padding: 0 2%; }
    .story-grid, .story-grid-reverse { display: flex; flex-direction: column; gap: 62px; }
    .story-grid-reverse .story-copy { order: 2; }
    .story-grid-reverse .story-visual { order: 1; }
    .story-copy, .story-visual { width: 100%; }
    .control-points { grid-template-columns: 1fr; }
    .control-points article, .control-points article:not(:first-child) { padding: 28px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
    .control-points article:last-child { border-bottom: 0; }
    .control-points h3 { margin-top: 14px; }
    .gallery-strip { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: 1fr; gap: 50px; }
    .footer-newsletter { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 560px) {
    :root { --shell: calc(100vw - 32px); }
    .brand img { width: 138px; }
    .hero { padding-top: 124px; padding-bottom: 76px; }
    h1 { font-size: clamp(47px,14vw,64px); }
    .hero-lede { font-size: 16px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .button { width: 100%; }
    .hero-visual { margin-top: 56px; transform: none; }
    .app-window-hero { width: 128%; transform: translateX(-2%) rotateY(-3deg); }
    .window-bar { height: 28px; }
    .signal-chip { min-width: 132px; padding: 9px 11px; }
    .signal-chip-top { right: -4%; top: -27px; }
    .signal-chip-bottom { left: 3%; bottom: -34px; }
    .section { padding: 76px 0; }
    h2 { font-size: clamp(39px,12vw,54px); }
    .section-heading-centered { margin-bottom: 54px; }
    .workflow-steps { display: block; }
    .workflow-steps::before { top: 45px; bottom: 45px; left: 38px; right: auto; width: 1px; height: auto; }
    .workflow-steps li { min-height: 118px; display: grid; grid-template-columns: 78px 1fr; column-gap: 22px; padding: 0; text-align: left; }
    .step-icon { grid-row: 1 / span 3; margin: 0; }
    .step-number { display: none; }
    .workflow-steps h3 { margin: 8px 0 3px; }
    .workflow-steps p { margin: 0; }
    .story-grid, .story-grid-reverse { gap: 48px; }
    .story-lede { font-size: 16px; }
    .control-points { margin-top: 55px; }
    .gallery-heading { display: block; }
    .gallery-heading .text-link { margin-top: 26px; }
    .gallery-strip { gap: 16px; }
    .media-lightbox { padding: 70px 12px 24px; }
    .media-lightbox-close { top: 14px; right: 14px; width: 42px; height: 42px; }
    .media-lightbox-figure img { max-height: calc(100vh - 132px); }
    .final-cta-inner { padding: 84px 0; }
    .footer-links { grid-template-columns: 1fr 1fr; }
    .footer-newsletter { padding: 68px 0 52px; }
    .newsletter-form { grid-template-columns: 1fr; }
    .newsletter-fields { grid-template-columns: 1fr; }
    .newsletter-submit { width: 100%; }
    .scroll-top { right: 16px; bottom: 16px; width: 56px; height: 56px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0; }
    .footer-bottom p { margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    [data-reveal] { opacity: 1; transform: none; }
    .cursor-halo, .cursor-dot { display: none !important; }
    .site-preloader::before, .preloader-mark img, .preloader-orbit, .preloader-wave i, .preloader-track span { animation: none !important; }
    .media-lightbox, .media-lightbox-figure { transition: none !important; }
}

@media (pointer: coarse) {
    .cursor-halo, .cursor-dot { display: none !important; }
}

/* Download page */
.site-nav .nav-download.is-active { color: #071225; background: #fff; box-shadow: 0 3px 0 #6e87ff; }
.download-hero { position: relative; min-height: 760px; overflow: hidden; color: #fff; background: var(--navy); }
.download-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 42%,rgba(49,125,255,.17),transparent 34%), linear-gradient(90deg,rgba(7,18,37,.98) 0%,rgba(7,18,37,.9) 48%,rgba(7,18,37,.58) 100%); }
.download-hero-ribbon { position: absolute; inset: 0; background: url("../images/hero/voice-ribbon.png") 60% 52% / cover no-repeat; opacity: .18; }
.download-hero-grid { position: relative; z-index: 1; width: min(1320px,calc(100vw - 48px)); min-height: 760px; display: grid; grid-template-columns: minmax(560px,.96fr) minmax(600px,1.04fr); align-items: center; gap: 50px; padding: 128px 0 88px; }
.download-hero-copy h1 { max-width: 650px; font-size: clamp(60px,5vw,72px); white-space: nowrap; }
.download-hero-copy > p:not(.download-hero-meta,.download-macos-note) { max-width: 620px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: clamp(17px,1.35vw,20px); }
.button-platform-icon { width: 18px; height: 18px; flex: 0 0 auto; fill: currentColor; }
.button[disabled] { opacity: .46; cursor: not-allowed; transform: none; }
.download-hero-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 0; margin: 27px 0 0; color: rgba(255,255,255,.52); font-size: 12px; }
.download-hero-meta span { display: inline-flex; align-items: center; }
.download-hero-meta span:not(:last-child)::after { content: ""; width: 3px; height: 3px; margin: 0 10px; border-radius: 50%; background: rgba(255,255,255,.3); }
.download-macos-note { display: flex; align-items: center; gap: 9px; margin: 26px 0 0; color: rgba(255,255,255,.48); font-size: 13px; }
.download-macos-note svg { width: 17px; height: 18px; fill: currentColor; }
.download-hero-visual { position: relative; min-width: 0; perspective: 1600px; transform: translateX(5vw); }
.download-window { position: relative; overflow: hidden; width: 112%; background: #081123; border: 1px solid rgba(90,157,255,.45); box-shadow: 0 36px 95px rgba(0,0,0,.48),0 0 70px rgba(45,116,255,.17); transform: rotateY(-4deg) rotateX(1.5deg); transform-origin: center; transition: transform .2s ease-out; }
.download-window img { width: 100%; height: auto; }
.download-wave { position: absolute; z-index: 2; left: -14%; right: -3%; bottom: -42px; height: 88px; display: flex; align-items: center; justify-content: center; gap: 8px; pointer-events: none; transform: rotate(-4deg); }
.download-wave::before { content: ""; position: absolute; inset: 50% 0 auto; height: 1px; background: linear-gradient(90deg,transparent,#36d8f4 18%,#6188ff 78%,transparent); box-shadow: 0 0 20px rgba(49,215,244,.7); }
.download-wave i { width: 2px; height: 20px; border-radius: 2px; background: linear-gradient(#36d8f4,#6b74ff); box-shadow: 0 0 9px rgba(60,197,255,.45); animation: downloadWave 1.3s ease-in-out infinite alternate; }
.download-wave i:nth-child(2),.download-wave i:nth-child(8) { height: 34px; animation-delay: -.2s; }
.download-wave i:nth-child(3),.download-wave i:nth-child(7) { height: 52px; animation-delay: -.4s; }
.download-wave i:nth-child(4),.download-wave i:nth-child(6) { height: 70px; animation-delay: -.6s; }
.download-wave i:nth-child(5) { height: 84px; animation-delay: -.8s; }
@keyframes downloadWave { from { transform: scaleY(.45); opacity: .55; } to { transform: scaleY(1); opacity: 1; } }

.download-installers { background: #fff; }
.download-section-heading { max-width: 850px; margin-bottom: 76px; }
.download-section-heading h2 { font-size: clamp(48px,5.3vw,76px); }
.download-section-heading h2 em { color: #347ae3; }
.download-section-heading > p { margin: 22px 0 0; color: var(--ink-soft); font-size: 19px; }
.installer-list { border-top: 1px solid #bcd0ec; }
.installer-row { min-height: 210px; display: grid; grid-template-columns: minmax(300px,.8fr) minmax(330px,1fr) minmax(300px,.72fr); align-items: center; gap: 44px; border-bottom: 1px solid #bcd0ec; }
.installer-platform { display: flex; align-items: center; gap: 30px; min-width: 0; }
.installer-platform-icon { width: 88px; height: 88px; flex: 0 0 auto; fill: currentColor; }
.installer-platform-icon.windows { color: #2582ed; }
.installer-platform-icon.apple { width: 78px; color: #68768c; }
.installer-platform h3 { margin: 0; color: #0a1a35; font-size: clamp(32px,3.2vw,48px); letter-spacing: -.045em; }
.installer-details { padding-left: 42px; border-left: 1px solid #c8d8ec; }
.installer-details strong { color: #162c50; font-size: 18px; }
.installer-details p { display: flex; flex-wrap: wrap; gap: 0; margin: 13px 0 0; color: #64748b; font-size: 14px; }
.installer-details p span { display: inline-flex; align-items: center; }
.installer-details p span:not(:last-child)::after { content: ""; width: 1px; height: 17px; margin: 0 17px; background: #cbd8e9; }
.installer-action { display: flex; justify-content: flex-end; }
.installer-action > a,.installer-disabled { min-height: 68px; width: min(100%,330px); display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 16px 24px; font-size: 15px; font-weight: 760; }
.installer-action > a { color: #fff; background: #08264d; border: 1px solid #0b67be; box-shadow: 0 15px 38px rgba(17,73,140,.16); transition: transform .25s var(--ease),background .25s,box-shadow .25s; }
.installer-action > a:hover,.installer-action > a:focus-visible { background: #0b3e77; box-shadow: 0 18px 42px rgba(17,73,140,.24); transform: translateY(-3px); }
.installer-action svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.installer-row-muted { color: #8390a4; background: linear-gradient(90deg,transparent,rgba(242,247,255,.72)); }
.installer-row-muted .installer-platform h3,.installer-row-muted .installer-details strong { color: #5d6d84; }
.installer-disabled { color: #77869b; background: #eef3f9; border: 1px solid #d4deeb; }

.download-steps { background: #f6f9fe; }
.download-step-rail { position: relative; list-style: none; display: grid; grid-template-columns: repeat(3,1fr); gap: clamp(55px,8vw,120px); margin: 0; padding: 0; }
.download-step-rail::before { content: ""; position: absolute; top: 32px; left: 32px; right: 32px; height: 1px; background: linear-gradient(90deg,#54c4ff,#5186ff,#54c4ff); }
.download-step-rail li { position: relative; z-index: 1; }
.download-step-rail li > span { width: 64px; height: 64px; display: grid; place-items: center; border: 1px solid #99c9f7; border-radius: 50%; color: #1260a7; background: #f6f9fe; font-size: 16px; font-weight: 800; box-shadow: 0 0 0 10px #f6f9fe; }
.download-step-rail h3 { margin: 25px 0 8px; color: #0d1f3c; font-size: 21px; }
.download-step-rail p { max-width: 330px; margin: 0; color: #586982; font-size: 15px; }

.download-support { color: #fff; background: linear-gradient(110deg,#082043,#0a315e); }
.download-support-inner { min-height: 190px; display: grid; grid-template-columns: minmax(310px,.72fr) minmax(550px,1.28fr); align-items: center; gap: 90px; padding-block: 44px; }
.download-support h2 { font-size: clamp(29px,2.5vw,39px); letter-spacing: -.035em; }
.download-support p { margin: 10px 0 0; color: rgba(255,255,255,.6); font-size: 15px; }
.download-support nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 34px; }
.download-support a { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-bottom: 1px solid rgba(155,205,255,.62); font-size: 14px; font-weight: 750; transition: color .2s,border-color .2s; }
.download-support a:first-child { border-bottom-color: #31d7f4; }
.download-support a:hover,.download-support a:focus-visible { color: #7ee8ff; border-color: #7ee8ff; }
.download-support a span { transition: transform .25s var(--ease); }
.download-support a:hover span { transform: translateX(5px); }

@media (max-width: 1080px) {
    .download-hero-grid { grid-template-columns: minmax(390px,.82fr) minmax(520px,1.18fr); gap: 25px; }
    .download-hero-copy h1 { white-space: normal; }
    .download-hero-visual { transform: translateX(10vw); }
    .installer-row { grid-template-columns: minmax(255px,.75fr) minmax(280px,1fr) minmax(250px,.8fr); gap: 24px; }
    .installer-platform { gap: 22px; }
    .installer-platform-icon { width: 68px; height: 68px; }
    .installer-platform-icon.apple { width: 62px; }
    .installer-details { padding-left: 28px; }
    .download-support-inner { gap: 45px; }
}

@media (max-width: 820px) {
    .download-hero { min-height: auto; }
    .download-hero-grid { min-height: auto; display: block; padding: 145px 0 110px; }
    .download-hero-copy { max-width: 680px; }
    .download-hero-visual { margin-top: 72px; transform: translateX(5%); }
    .download-window { width: 108%; }
    .installer-row { grid-template-columns: .85fr 1.15fr; gap: 36px; padding: 42px 0; }
    .installer-action { grid-column: 1 / -1; justify-content: flex-start; }
    .installer-action > a,.installer-disabled { width: 100%; }
    .download-support-inner { grid-template-columns: 1fr; gap: 24px; padding-block: 52px; }
}

@media (max-width: 560px) {
    .download-hero-grid { padding: 122px 0 88px; }
    .download-hero-copy h1 { font-size: clamp(48px,14vw,63px); }
    .download-hero-copy > p:not(.download-hero-meta,.download-macos-note) { font-size: 16px; }
    .download-hero-meta { line-height: 2; }
    .download-hero-visual { margin-top: 58px; transform: none; }
    .download-window { width: 132%; transform: translateX(-3%) rotateY(-3deg); }
    .download-wave { bottom: -34px; }
    .download-section-heading { margin-bottom: 52px; }
    .download-section-heading > p { font-size: 16px; }
    .installer-row { grid-template-columns: 1fr; gap: 23px; padding: 36px 0; }
    .installer-platform-icon { width: 58px; height: 58px; }
    .installer-platform-icon.apple { width: 52px; }
    .installer-platform h3 { font-size: 34px; }
    .installer-details { padding: 20px 0 0; border-top: 1px solid #c8d8ec; border-left: 0; }
    .installer-action { grid-column: auto; }
    .download-step-rail { grid-template-columns: 1fr; gap: 35px; }
    .download-step-rail::before { top: 30px; bottom: 30px; left: 30px; right: auto; width: 1px; height: auto; }
    .download-step-rail li { min-height: 92px; display: grid; grid-template-columns: 62px 1fr; column-gap: 24px; }
    .download-step-rail li > span { grid-row: 1 / span 2; width: 60px; height: 60px; box-shadow: 0 0 0 7px #f6f9fe; }
    .download-step-rail h3 { margin: 5px 0 4px; }
    .download-support nav { grid-template-columns: 1fr; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    .download-wave i { animation: none; }
}

/* Changelog page */
.changelog-page-body { background: #fff; }
.changelog-hero {
    position: relative; min-height: 660px; display: grid; align-items: center; overflow: hidden;
    color: #fff; background: #071225;
}
.changelog-hero::before {
    content: ""; position: absolute; inset: 0; opacity: .16; pointer-events: none;
    background-image: linear-gradient(rgba(121,161,255,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(121,161,255,.2) 1px,transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg,black,transparent 43%,black);
}
.changelog-hero::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(circle at 67% 47%,rgba(73,125,255,.22),transparent 24%);
}
.changelog-hero-grid {
    position: relative; z-index: 1; display: grid; grid-template-columns: minmax(420px,.78fr) minmax(520px,1.22fr);
    align-items: center; gap: 55px; padding: 142px 0 92px;
}
.changelog-hero-copy h1 { margin: 0; font-size: clamp(65px,7.3vw,104px); line-height: .92; letter-spacing: -.07em; }
.changelog-hero-copy .changelog-hero-lede { max-width: 620px; margin: 34px 0 0; color: #aebfff; font-size: clamp(24px,2.45vw,37px); line-height: 1.18; letter-spacing: -.035em; }
.changelog-hero-copy > p:last-child { max-width: 560px; margin: 24px 0 0; color: rgba(255,255,255,.62); font-size: 17px; }
.changelog-signal { position: relative; min-width: 0; height: 280px; display: flex; align-items: center; }
.changelog-signal::before { content: ""; position: absolute; left: 2%; right: 0; top: 50%; height: 1px; background: rgba(129,166,255,.4); }
.changelog-wave { width: 100%; height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 7px; }
.changelog-wave i {
    width: 2px; height: var(--wave-height); flex: 0 0 2px; background: #7ca6ff;
    box-shadow: 0 0 9px rgba(88,139,255,.72); animation: changelogPulse 1.9s ease-in-out infinite alternate;
}
.changelog-wave i:nth-child(3n) { background: #55d9f3; animation-delay: -.7s; }
.changelog-wave i:nth-child(4n) { animation-delay: -1.2s; }
.changelog-version-marker {
    position: absolute; z-index: 2; left: 55%; top: 24px; min-width: 96px; padding: 9px 15px; text-align: center;
    color: #fff; border: 1px solid #75a0ff; background: #0b234c; font-size: 15px; font-weight: 760; letter-spacing: .03em;
    box-shadow: 0 0 28px rgba(77,132,255,.3); transform: translateX(-50%);
}
.changelog-version-marker::after { content: ""; position: absolute; left: 50%; top: 100%; width: 1px; height: 100px; background: #6e9cff; }
@keyframes changelogPulse { from { transform: scaleY(.65); opacity: .65; } to { transform: scaleY(1); opacity: 1; } }

.changelog-history { background: #fff; }
.changelog-history-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 78px; }
.changelog-history-heading h2 { font-size: clamp(48px,5.8vw,82px); }
.changelog-history-heading h2 em { color: #567cff; }
.changelog-history-heading p { max-width: 430px; margin: 0 0 12px; color: var(--ink-soft); font-size: 17px; }
.changelog-layout { display: grid; grid-template-columns: minmax(210px,.28fr) minmax(0,.72fr); align-items: start; gap: clamp(58px,8vw,130px); }
.release-index { position: sticky; top: 112px; padding-top: 8px; }
.release-index > p { margin: 0 0 25px; color: #8190a6; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.release-index ol { position: relative; list-style: none; margin: 0; padding: 0 0 0 25px; }
.release-index ol::before { content: ""; position: absolute; left: 5px; top: 10px; bottom: 10px; width: 1px; background: #cfdaea; }
.release-index li { position: relative; padding: 0 0 30px; }
.release-index li::before {
    content: ""; position: absolute; left: -24px; top: 8px; width: 9px; height: 9px; border: 2px solid #b7c5d9; border-radius: 50%; background: #fff;
}
.release-index li.is-latest::before { border-color: #547cff; background: #547cff; box-shadow: 0 0 0 5px rgba(84,124,255,.12); }
.release-index a { display: grid; gap: 2px; color: #526078; transition: color .2s,transform .2s; }
.release-index a:hover,.release-index a:focus-visible { color: #214fbe; transform: translateX(4px); }
.release-index span { color: #537aff; font-size: 12px; font-weight: 780; }
.release-index strong { color: #172847; font-size: 16px; }
.release-index time { font-size: 12px; }
.release-stream { min-width: 0; }
.release-entry { scroll-margin-top: 110px; padding: 0 0 92px; }
.release-entry + .release-entry { padding-top: 84px; border-top: 1px solid #cfdaea; }
.release-entry-header { display: flex; align-items: end; justify-content: space-between; gap: 38px; padding-bottom: 42px; border-bottom: 1px solid #cfdaea; }
.release-entry-header p { margin: 0 0 15px; color: #5178ff; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.release-entry-header h3 { margin: 0; color: #071225; font-size: clamp(44px,5vw,72px); line-height: 1; letter-spacing: -.055em; }
.release-entry-header strong { display: block; margin-top: 10px; color: #53617a; font-size: clamp(22px,2.1vw,31px); font-weight: 520; }
.release-entry-header time { padding-bottom: 7px; color: #67758c; font-size: 14px; white-space: nowrap; }
.release-notes { position: relative; padding: 47px 0 0; }
.release-notes::before { content: ""; position: absolute; left: 25px; top: 57px; bottom: 22px; width: 1px; background: #c7d5eb; }
.release-note-group { position: relative; display: grid; grid-template-columns: 52px 1fr; gap: 34px; }
.release-note-group + .release-note-group { margin-top: 44px; }
.release-note-group > span {
    position: relative; z-index: 1; width: 52px; height: 52px; display: grid; place-items: center;
    color: #fff; background: #557dff; border-radius: 50%; font-size: 20px; font-weight: 800; box-shadow: 0 0 0 8px #fff;
}
.release-note-group:nth-child(2) > span { background: #7a62ed; }
.release-note-group:nth-child(3) > span { background: #167a93; }
.release-note-group h4 { margin: 4px 0 12px; color: #5278fb; font-size: 21px; }
.release-note-group ul { list-style: none; margin: 0; padding: 0; }
.release-note-group li { position: relative; padding-left: 18px; color: #334159; }
.release-note-group li + li { margin-top: 8px; }
.release-note-group li::before { content: ""; position: absolute; left: 0; top: .75em; width: 6px; height: 1px; background: #8599b7; }
.changelog-empty { padding: 70px; text-align: center; border: 1px solid #ccdaec; background: #f7faff; }
.changelog-empty > span { color: #5b81ff; font-size: 52px; line-height: 1; }
.changelog-empty h3 { margin: 17px 0 8px; color: #10213f; font-size: 28px; }
.changelog-empty p { margin: 0 0 20px; color: #607089; }

.changelog-download { position: relative; overflow: hidden; color: #fff; background: #081936; }
.changelog-download::after { content: ""; position: absolute; right: -7%; top: -110px; width: 48%; height: 370px; opacity: .24; background: url("../images/hero/voice-ribbon.png") center / cover no-repeat; }
.changelog-download-inner { position: relative; z-index: 1; min-height: 330px; display: flex; align-items: center; justify-content: space-between; gap: 70px; padding-block: 65px; }
.changelog-download p { margin: 0 0 15px; color: #8fa9ee; font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.changelog-download h2 { max-width: 760px; font-size: clamp(42px,4.8vw,69px); line-height: 1; }
.changelog-download h2 em { color: #8e85ff; }
.changelog-download div > span { display: block; margin-top: 20px; color: rgba(255,255,255,.62); }
.changelog-download .button { flex: 0 0 auto; }
.site-footer a[aria-current="page"] { color: #8ab4ff; }

@media (max-width: 1080px) {
    .changelog-hero-grid { grid-template-columns: .8fr 1.2fr; gap: 25px; }
    .changelog-layout { grid-template-columns: 190px 1fr; gap: 58px; }
}

@media (max-width: 820px) {
    .changelog-hero { min-height: auto; }
    .changelog-hero-grid { display: block; padding: 145px 0 90px; }
    .changelog-hero-copy { max-width: 650px; }
    .changelog-signal { height: 220px; margin-top: 30px; }
    .changelog-version-marker { top: 7px; }
    .changelog-history-heading { display: block; }
    .changelog-history-heading p { margin-top: 20px; }
    .changelog-layout { display: block; }
    .release-index { position: static; margin-bottom: 62px; }
    .release-index ol { display: flex; gap: 22px; overflow-x: auto; padding: 6px 2px 18px; }
    .release-index ol::before,.release-index li::before { display: none; }
    .release-index li { min-width: 175px; padding: 0; }
    .release-index a { padding-left: 15px; border-left: 2px solid #ccd8e8; }
    .release-index li.is-latest a { border-color: #557dff; }
    .changelog-download-inner { display: grid; }
    .changelog-download .button { justify-self: start; }
}

@media (max-width: 560px) {
    .changelog-hero-grid { padding: 124px 0 72px; }
    .changelog-hero-copy h1 { font-size: clamp(54px,16vw,72px); }
    .changelog-hero-copy .changelog-hero-lede { font-size: 25px; }
    .changelog-signal { height: 178px; margin-top: 35px; }
    .changelog-wave { gap: 4px; transform: scaleY(.8); }
    .changelog-version-marker { left: 58%; min-width: 84px; padding: 7px 12px; font-size: 13px; }
    .changelog-history-heading { margin-bottom: 50px; }
    .release-entry { padding-bottom: 70px; }
    .release-entry + .release-entry { padding-top: 66px; }
    .release-entry-header { display: block; padding-bottom: 30px; }
    .release-entry-header h3 { font-size: 44px; }
    .release-entry-header time { display: block; margin-top: 20px; padding: 0; }
    .release-notes { padding-top: 35px; }
    .release-notes::before { left: 18px; }
    .release-note-group { grid-template-columns: 38px 1fr; gap: 19px; }
    .release-note-group > span { width: 38px; height: 38px; font-size: 16px; box-shadow: 0 0 0 6px #fff; }
    .release-note-group h4 { margin-top: 0; }
    .changelog-empty { padding: 44px 22px; }
    .changelog-download-inner { min-height: 370px; gap: 35px; padding-block: 66px; }
    .changelog-download .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .changelog-wave i { animation: none; }
}

/* Legal documents */
.legal-page-body { background: #fff; }
.legal-hero { position: relative; overflow: hidden; color: #fff; background: #071225; }
.legal-hero::before { content: ""; position: absolute; inset: 0; opacity: .13; background-image: linear-gradient(rgba(115,153,236,.17) 1px,transparent 1px),linear-gradient(90deg,rgba(115,153,236,.17) 1px,transparent 1px); background-size: 78px 78px; }
.legal-hero-inner { position: relative; min-height: 390px; display: grid; grid-template-columns: minmax(790px,1fr) minmax(280px,.34fr); align-items: center; gap: 42px; padding: 120px 0 64px; }
.legal-hero-copy h1 { max-width: 940px; margin: 0; font-size: clamp(54px,4.8vw,69px); line-height: 1; letter-spacing: -.06em; }
.legal-hero-copy > p { max-width: 650px; margin: 24px 0 0; color: rgba(255,255,255,.7); font-size: 18px; }
.legal-hero dl { display: flex; flex-wrap: wrap; gap: 10px 34px; margin: 30px 0 0; }
.legal-hero dl div { display: flex; gap: 8px; font-size: 13px; }
.legal-hero dt { color: rgba(255,255,255,.43); }
.legal-hero dd { margin: 0; color: #a9beff; font-weight: 700; }
.legal-signal { position: relative; height: 180px; display: flex; align-items: center; justify-content: flex-end; }
.legal-wave { width: min(100%,390px); height: 100px; display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.legal-wave::before { content: ""; position: absolute; right: 0; width: min(100%,400px); height: 1px; background: rgba(106,152,255,.44); }
.legal-wave i { position: relative; z-index: 1; width: 2px; height: 16px; background: #65a4ff; box-shadow: 0 0 9px rgba(73,142,255,.5); }
.legal-wave i:nth-child(2),.legal-wave i:nth-child(10) { height: 30px; }
.legal-wave i:nth-child(3),.legal-wave i:nth-child(9) { height: 52px; }
.legal-wave i:nth-child(4),.legal-wave i:nth-child(8) { height: 76px; }
.legal-wave i:nth-child(5),.legal-wave i:nth-child(7) { height: 46px; }
.legal-wave i:nth-child(6) { height: 92px; }
.legal-document-icon { position: absolute; left: 10px; width: 92px; height: 116px; border: 1px solid #5c86df; background: #0a1e40; }
.legal-document-icon::after { content: ""; position: absolute; top: -1px; right: -1px; width: 24px; height: 24px; border-left: 1px solid #5c86df; border-bottom: 1px solid #5c86df; background: #071225; }
.legal-document-icon i { display: block; width: 52px; height: 2px; margin: 15px 0 0 17px; background: #5895f5; }
.legal-document-icon i:first-child { margin-top: 34px; }

.legal-document-section { background: #fff; }
.legal-layout { display: grid; grid-template-columns: minmax(220px,.25fr) minmax(0,.75fr); align-items: start; gap: clamp(58px,7vw,115px); padding-block: 86px 112px; }
.legal-toc { position: sticky; top: 110px; min-width: 0; padding-right: 38px; border-right: 1px solid #d6e0ef; }
.legal-toc > p { margin: 0 0 24px; color: #71819a; font-size: 11px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.legal-toc ol { list-style: none; margin: 0; padding: 0; counter-reset: legal; }
.legal-toc li + li { margin-top: 17px; }
.legal-toc a { position: relative; display: grid; grid-template-columns: 24px 1fr; color: #52627c; font-size: 13px; line-height: 1.45; transition: color .2s,transform .2s; }
.legal-toc a::before { content: ""; position: absolute; left: -18px; top: 1px; bottom: 1px; width: 2px; background: transparent; transition: background .2s; }
.legal-toc a:hover,.legal-toc a:focus-visible { color: #356cf0; transform: translateX(3px); }
.legal-toc a:hover::before,.legal-toc a:focus-visible::before { background: #4e7dff; }
.legal-toc a span { color: #7890b3; }
.legal-toc-related { display: grid; gap: 8px; margin-top: 34px; padding-top: 27px; border-top: 1px solid #d6e0ef; }
.legal-toc-related > span { color: #8794a8; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.legal-toc-related a { display: flex; grid-template-columns: none; align-items: center; justify-content: space-between; color: #356cf0; font-size: 13px; font-weight: 700; }
.legal-toc-related a::before { display: none; }
.legal-document { min-width: 0; }
.legal-toolbar { display: flex; justify-content: flex-end; margin-bottom: 18px; }
.legal-toolbar button { display: inline-flex; align-items: center; gap: 9px; padding: 10px 14px; color: #1c2d4b; background: #f4f7fc; border: 1px solid #d6e0ef; font: 700 12px/1 "Segoe UI Variable Text","Segoe UI",sans-serif; cursor: pointer; transition: color .2s,border-color .2s,background .2s; }
.legal-toolbar button:hover,.legal-toolbar button:focus-visible { color: #245ed9; border-color: #86a8f5; background: #fff; }
.legal-toolbar svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linejoin: round; }
.legal-clause { scroll-margin-top: 105px; display: grid; grid-template-columns: 72px 1fr; gap: 30px; padding: 0 0 50px; }
.legal-clause + .legal-clause { padding-top: 45px; border-top: 1px solid #d3deed; }
.legal-clause > span { color: #5783f6; font-size: 51px; font-weight: 650; line-height: 1; letter-spacing: -.055em; }
.legal-clause h2 { margin: 0 0 18px; color: #0a1933; font-size: clamp(27px,2.4vw,35px); line-height: 1.12; letter-spacing: -.04em; }
.legal-clause p { max-width: 840px; margin: 0; color: #3e4c64; font-size: 16px; line-height: 1.78; }
.legal-clause p + p { margin-top: 14px; }
.legal-related { background: #eef5ff; border-top: 1px solid #d2e0f4; border-bottom: 1px solid #d2e0f4; }
.legal-related-inner { min-height: 170px; display: flex; align-items: center; justify-content: space-between; gap: 70px; padding-block: 34px; }
.legal-related p { margin: 0 0 4px; color: #7890b2; font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.legal-related h2 { margin: 0; color: #0c1b36; font-size: 28px; letter-spacing: -.035em; }
.legal-related div > span { display: block; margin-top: 6px; color: #5b6b84; font-size: 14px; }
.legal-related a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 26px; color: #2e67ea; font-size: 14px; font-weight: 760; }
.legal-related a span { transition: transform .2s; }
.legal-related a:hover span,.legal-related a:focus-visible span { transform: translateX(5px); }

@media (max-width: 940px) {
    .legal-hero-inner { grid-template-columns: minmax(420px,.72fr) minmax(250px,.28fr); gap: 25px; }
    .legal-document-icon { display: none; }
    .legal-layout { grid-template-columns: 190px 1fr; gap: 48px; }
    .legal-toc { padding-right: 25px; }
}

@media (max-width: 820px) {
    .legal-hero-inner { display: block; min-height: auto; padding: 137px 0 65px; }
    .legal-signal { height: 120px; margin-top: 15px; }
    .legal-wave { width: 100%; max-width: none; justify-content: center; }
    .legal-wave::before { width: 100%; }
    .legal-layout { display: block; padding-block: 70px 90px; }
    .legal-toc { position: static; margin-bottom: 65px; padding: 0 0 32px; border-right: 0; border-bottom: 1px solid #d6e0ef; }
    .legal-toc ol { columns: 2; column-gap: 35px; }
    .legal-toc li { break-inside: avoid; }
    .legal-toc-related { max-width: 320px; }
}

@media (max-width: 560px) {
    .legal-hero-inner { padding: 119px 0 53px; }
    .legal-hero-copy h1 { font-size: clamp(46px,13vw,59px); }
    .legal-hero-copy > p { font-size: 16px; }
    .legal-hero dl { display: grid; gap: 5px; }
    .legal-signal { height: 102px; }
    .legal-wave { gap: 8px; transform: scaleY(.78); }
    .legal-toc ol { columns: 1; }
    .legal-clause { grid-template-columns: 42px 1fr; gap: 16px; padding-bottom: 40px; }
    .legal-clause + .legal-clause { padding-top: 38px; }
    .legal-clause > span { font-size: 36px; }
    .legal-clause h2 { margin-bottom: 14px; font-size: 25px; }
    .legal-clause p { font-size: 15px; line-height: 1.72; }
    .legal-related-inner { min-height: 220px; display: grid; gap: 27px; padding-block: 45px; }
    .legal-related a { justify-content: space-between; }
}

@media print {
    .site-preloader,.site-header,.legal-hero,.legal-toc,.legal-toolbar,.legal-related,.site-footer,.scroll-top,.cursor-halo,.cursor-dot { display: none !important; }
    .legal-layout { display: block; width: auto; padding: 0; }
    .legal-clause { break-inside: avoid; }
    .legal-document { color: #000; }
}
