:root {
  --ink: #05070a;
  --ink-2: #0a0f16;
  --paper: #f3f5f7;
  --white: #ffffff;
  --muted: #96a0ad;
  --line: rgba(255,255,255,.11);
  --accent: #29c8ff;
  --accent-2: #2d6bff;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--white); background: var(--ink); font-family: "Manrope", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
.section-pad { padding-left: max(24px, calc((100vw - var(--max)) / 2)); padding-right: max(24px, calc((100vw - var(--max)) / 2)); }

.nav-shell { position: absolute; z-index: 5; top: 20px; left: 50%; width: min(calc(100% - 40px), 1240px); height: 66px; padding: 0 20px 0 24px; display: flex; align-items: center; justify-content: space-between; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(7,10,15,.78); box-shadow: 0 18px 55px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 700 21px/1 "Space Grotesk", sans-serif; letter-spacing: .02em; }
.brand-dot { color: var(--accent); font-size: .62em; letter-spacing: .04em; }
.brand-mark { width: 30px; height: 28px; display: flex; align-items: center; justify-content: center; gap: 2px; }
.brand-mark i { width: 3px; border-radius: 9px; background: linear-gradient(to top, var(--accent-2), var(--accent)); box-shadow: 0 0 14px rgba(41,200,255,.32); }
.brand-mark i:nth-child(1), .brand-mark i:nth-child(5) { height: 9px; }
.brand-mark i:nth-child(2), .brand-mark i:nth-child(4) { height: 19px; }
.brand-mark i:nth-child(3) { height: 27px; }
nav { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 700; }
nav a { color: #b8c0ca; transition: color .2s ease, background .2s ease; }
nav a:hover { color: var(--white); }
.nav-cta { padding: 10px 17px; color: #041019; border-radius: 999px; background: var(--accent); }
.nav-cta:hover { color: #041019; background: #76ddff; }

.hero { min-height: 850px; padding-top: 148px; padding-bottom: 104px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 68px; align-items: center; overflow: hidden; background: radial-gradient(circle at 80% 42%, rgba(45,107,255,.16), transparent 34%), radial-gradient(circle at 22% 35%, rgba(41,200,255,.08), transparent 28%); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .14; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to bottom, black, transparent 92%); }
.hero-copy, .hero-visual { position: relative; z-index: 1; }
.eyebrow, .kicker { color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.eyebrow span { width: 7px; height: 7px; background: var(--accent); border-radius: 50%; box-shadow: 0 0 16px var(--accent); }
h1, h2, h3 { font-family: "Space Grotesk", sans-serif; }
h1 { margin: 0; font-size: clamp(54px, 5.6vw, 82px); line-height: .98; letter-spacing: -.065em; font-weight: 600; }
h1 em { color: var(--accent); font-style: normal; }
.hero-lead { max-width: 590px; margin: 29px 0 27px; color: #b1bbc7; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.trial-limit { max-width: 580px; margin: 15px 0 0; color: #778493; font-size: 12px; line-height: 1.55; }
.trial-limit strong { color: #aeb9c5; }
.button { min-height: 53px; padding: 13px 22px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; font-weight: 800; font-size: 14px; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #041019; background: var(--accent); box-shadow: 0 14px 42px rgba(41,200,255,.18); }
.button-primary:hover { background: #75dcff; }
.button-ghost { border: 1px solid rgba(255,255,255,.17); color: #edf2f7; }
.button-ghost:hover { border-color: rgba(255,255,255,.36); }
.hero-facts { margin-top: 43px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.hero-facts > span { padding: 20px 16px 0 0; }
.hero-facts strong, .hero-facts small { display: block; }
.hero-facts strong { font: 600 20px/1.2 "Space Grotesk", sans-serif; }
.hero-facts small { margin-top: 5px; color: #748190; font-size: 11px; }

.hero-visual { min-height: 555px; overflow: hidden; border: 1px solid rgba(85,151,214,.28); border-radius: 29px; background: #090e15; box-shadow: 0 50px 120px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.05); }
.hero-visual::after { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(to bottom, rgba(4,7,11,.12), transparent 45%, rgba(4,7,11,.92)); }
.hero-visual .hero-fallback, .hero-visual video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-visual .hero-fallback { opacity: .36; }
.hero-visual video { z-index: 1; background: #081019; }
.visual-top { position: absolute; z-index: 2; top: 22px; left: 24px; right: 24px; display: flex; align-items: center; justify-content: space-between; }
.mini-label { color: #d3dae2; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.ready-pill { padding: 6px 10px; display: inline-flex; align-items: center; gap: 7px; color: #b9c4cf; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(5,8,12,.52); font-size: 10px; backdrop-filter: blur(8px); }
.ready-pill i { width: 6px; height: 6px; border-radius: 50%; background: #77ef9a; box-shadow: 0 0 10px rgba(119,239,154,.65); }
.language-switch { position: absolute; z-index: 3; top: 74px; left: 24px; padding: 4px; display: flex; gap: 4px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(5,8,12,.78); backdrop-filter: blur(10px); }
.language-switch button { padding: 8px 14px; border: 0; border-radius: 999px; color: #8f9aa7; background: transparent; font-size: 11px; font-weight: 800; cursor: pointer; }
.language-switch button.active { color: #041019; background: var(--accent); }
.player-bar { position: absolute; z-index: 3; top: 50%; left: 50%; display: flex; align-items: center; transform: translate(-50%, -50%); transition: opacity .2s ease, transform .2s ease; }
.play-button { min-width: 184px; min-height: 56px; padding: 0 22px 0 19px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; color: #07111b; background: rgba(255,255,255,.96); cursor: pointer; font: 800 12px/1 "Manrope", sans-serif; box-shadow: 0 14px 38px rgba(0,0,0,.3); }
.play-button:hover { background: var(--accent); }
.play-symbol { font-size: 15px; }
.hero-visual.is-playing .player-bar { opacity: 0; pointer-events: none; transform: translate(-50%, -42%); }
.track { height: 3px; flex: 1; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.22); }
.track span { display: block; width: 38%; height: 100%; background: var(--accent); }
.demo-status { position: absolute; z-index: 3; top: 124px; left: 24px; margin: 0; color: #d6e0e8; font-size: 11px; text-shadow: 0 1px 12px rgba(0,0,0,.8); }

.trust-strip { min-height: 80px; padding: 20px max(24px, calc((100vw - var(--max)) / 2)); display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #8995a2; background: #090d13; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.trust-strip i { width: 4px; height: 4px; background: #354252; border-radius: 50%; }

.languages { padding-top: 126px; padding-bottom: 130px; overflow: hidden; background: radial-gradient(circle at 92% 20%, rgba(45,107,255,.18), transparent 32%), #080c12; }
.languages .section-heading p { color: #98a5b2; }
.language-flow { display: grid; grid-template-columns: 1fr 54px .48fr; gap: 28px; align-items: stretch; }
.language-source, .language-target { padding: 34px; border: 1px solid rgba(255,255,255,.11); border-radius: 23px; background: rgba(255,255,255,.035); }
.language-label { display: block; margin-bottom: 28px; color: #788695; font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.language-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.language-pills span { padding: 9px 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; color: #c7d1dc; background: rgba(255,255,255,.035); font-size: 13px; }
.language-arrow { display: grid; place-items: center; color: var(--accent); font: 500 34px/1 "Space Grotesk", sans-serif; }
.language-target { display: flex; flex-direction: column; justify-content: center; background: radial-gradient(circle at 100% 0, rgba(41,200,255,.2), transparent 55%), #102031; }
.language-target .language-label { margin-bottom: 20px; }
.language-target strong { color: var(--white); font: 600 27px/1.25 "Space Grotesk", sans-serif; letter-spacing: -.04em; }
.language-target strong + strong { margin-top: 7px; color: var(--accent); }
.language-note { max-width: 820px; margin: 25px 0 0; color: #778493; font-size: 13px; }

.samples { padding-top: 132px; padding-bottom: 130px; background: var(--paper); color: #071019; }
.section-heading { max-width: 950px; margin-bottom: 62px; }
.section-heading h2, .price-copy h2 { margin: 14px 0 21px; font-size: clamp(42px, 5vw, 67px); line-height: 1.04; letter-spacing: -.058em; }
.section-heading p, .price-copy > p { max-width: 680px; color: #5b6876; font-size: 17px; }
.section-heading.compact { margin-bottom: 48px; }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.split-heading p { margin: 0 0 8px; }
.sample-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.sample-card { overflow: hidden; border: 1px solid #d9dfe6; border-radius: 22px; background: var(--white); box-shadow: 0 16px 45px rgba(17,29,45,.06); }
.sample-player { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #071019; }
.sample-player > span { position: absolute; z-index: 1; top: 13px; left: 14px; padding: 6px 8px; border-radius: 999px; color: rgba(255,255,255,.78); background: rgba(5,8,12,.62); font: 700 10px/1 "Space Grotesk", sans-serif; }
.sample-player video { width: 100%; height: 100%; display: block; object-fit: cover; background: #071019; }
.sample-copy { padding: 22px 23px 21px; }
.sample-copy > span { color: #098bb7; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.sample-copy h3 { margin: 8px 0 3px; font-size: 21px; letter-spacing: -.035em; }
.sample-copy p { margin: 0; color: #75818e; font-size: 12px; }
.sample-switch { margin-top: 17px; padding: 4px; display: inline-flex; gap: 3px; border: 1px solid #d6dfe6; border-radius: 999px; background: #f2f5f7; }
.sample-switch button { padding: 7px 10px; border: 0; border-radius: 999px; color: #71808c; background: transparent; font: 800 10px/1 "Manrope", sans-serif; cursor: pointer; }
.sample-switch button.active { color: #fff; background: #077da7; }
.sample-note { margin: 18px 0 0; color: #8b95a0; font-size: 11px; }

.difference { padding-top: 130px; padding-bottom: 135px; background: #080c12; }
.comparison { display: grid; grid-template-columns: .86fr 1.14fr; border: 1px solid rgba(255,255,255,.1); border-radius: 26px; overflow: hidden; }
.comparison article { min-height: 390px; padding: 39px; }
.comparison-muted { background: #0c1118; }
.comparison-primary { background: radial-gradient(circle at 100% 0, rgba(41,200,255,.2), transparent 45%), #102031; }
.comparison-label { color: var(--accent); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.comparison ul { list-style: none; margin: 55px 0 0; padding: 0; }
.comparison li { padding: 12px 0; color: #7e8996; border-bottom: 1px solid rgba(255,255,255,.07); font-size: 14px; }
.comparison li::before { content: "×"; margin-right: 12px; color: #596574; font-weight: 800; }
.comparison-primary h3 { margin: 52px 0 18px; font-size: clamp(34px,4vw,50px); line-height: 1.05; letter-spacing: -.05em; }
.comparison-primary p { max-width: 600px; color: #a5b2bf; }
.comparison-primary a { display: inline-flex; gap: 18px; margin-top: 23px; color: var(--accent); font-size: 13px; font-weight: 800; }

.human { padding-top: 128px; padding-bottom: 128px; display: grid; grid-template-columns: 1.04fr .96fr; gap: 82px; align-items: center; color: #071019; background: var(--white); }
.human-photo { position: relative; min-height: 520px; overflow: hidden; border-radius: 27px; background: #dce5eb; box-shadow: 0 26px 70px rgba(17,29,45,.13); }
.human-photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(5,9,14,.76), transparent 42%); }
.human-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.human-caption { position: absolute; z-index: 1; left: 27px; bottom: 25px; display: flex; flex-direction: column; color: var(--white); }
.human-caption strong { font: 600 19px/1.25 "Space Grotesk", sans-serif; }
.human-caption span { margin-top: 3px; color: #c4cdd7; font-size: 11px; }
.human-copy h2 { margin: 14px 0 27px; font-size: clamp(40px,4.6vw,61px); line-height: 1.04; letter-spacing: -.058em; }
.human-copy > p { max-width: 590px; margin: 0 0 15px; color: #5e6b78; font-size: 16px; line-height: 1.75; }
.human-checks { margin-top: 31px; padding-top: 23px; display: flex; flex-wrap: wrap; gap: 10px; border-top: 1px solid #d9e0e6; }
.human-checks span { padding: 8px 12px; border-radius: 999px; color: #116f90; background: #e7f8fe; font-size: 11px; font-weight: 800; }

.steps { padding-top: 128px; padding-bottom: 132px; overflow: hidden; color: #071019; background: var(--paper); }
.steps-heading { max-width: none; margin-bottom: 69px; }
.steps-heading h2 { font-size: clamp(49px,6.4vw,84px); }
.steps-heading h2 em { color: #0798c8; font-style: normal; }
.process-tabs { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 42px; margin: 0 18px 34px; }
.process-tabs::before { content: ""; position: absolute; z-index: 0; top: 34px; left: 12%; right: 12%; height: 1px; background: #bfccd5; }
.process-tab { position: relative; z-index: 1; min-width: 0; padding: 0 12px 22px; display: flex; flex-direction: column; align-items: center; gap: 17px; border: 1px solid transparent; border-radius: 19px; color: #7b8894; background: transparent; cursor: pointer; transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease; }
.process-tab:hover { color: #071019; transform: translateY(-2px); }
.process-tab:focus-visible { outline: 3px solid rgba(41,200,255,.38); outline-offset: 4px; }
.process-number { width: 68px; height: 68px; display: grid; place-items: center; border: 2px solid #9fb1bd; border-radius: 50%; color: #5f7280; background: var(--paper); font: 700 18px/1 "Space Grotesk",sans-serif; transition: inherit; }
.process-tab strong { font: 600 18px/1.25 "Space Grotesk",sans-serif; letter-spacing: -.03em; text-align: center; }
.process-tab.active { padding-top: 16px; color: #071019; border-color: #12aee0; background: rgba(255,255,255,.72); box-shadow: 0 18px 50px rgba(19,90,120,.09); transform: translateY(-16px); }
.process-tab.active .process-number { color: #041019; border-color: var(--accent); background: var(--accent); box-shadow: 0 0 0 10px rgba(41,200,255,.12), 0 12px 34px rgba(10,146,190,.18); }
.process-panel { min-height: 325px; padding: 48px 50px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 78px; align-items: center; border: 1px solid #d8e1e7; border-radius: 25px; background: var(--white); box-shadow: 0 22px 65px rgba(17,29,45,.07); animation: step-panel-in .3s ease both; }
.process-panel[hidden] { display: none; }
.process-panel-title > span { color: #0798c8; font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.process-panel-title h3 { max-width: 430px; margin: 18px 0 18px; font-size: clamp(31px,3.5vw,48px); line-height: 1.03; letter-spacing: -.052em; }
.process-meta { margin: 0; color: #84919d; font-size: 12px; }
.process-panel-copy > p { max-width: 650px; margin: 0; color: #596775; font-size: 17px; line-height: 1.75; }
.process-tags { margin-top: 29px; display: flex; flex-wrap: wrap; gap: 9px; }
.process-tags span { padding: 8px 12px; border: 1px solid #bde9f7; border-radius: 999px; color: #087da5; background: #eefaff; font-size: 11px; font-weight: 800; }
@keyframes step-panel-in { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }

.pricing { padding-top: 132px; padding-bottom: 132px; display: grid; grid-template-columns: 1fr .84fr; gap: 110px; align-items: center; color: #071019; background: var(--paper); }
.price-line { display: flex; align-items: center; gap: 20px; margin: 44px 0 28px; }
.price-line > strong { font: 600 clamp(55px,6vw,82px)/1 "Space Grotesk",sans-serif; letter-spacing: -.065em; }
.price-line > span { color: #546270; font-size: 14px; line-height: 1.35; }
.price-line small { color: #8a949f; }
.price-copy ul { list-style: none; padding: 0; margin: 0; }
.price-copy li { margin: 8px 0; color: #5e6a76; font-size: 14px; }
.price-copy li::before { content: "✓"; margin-right: 10px; color: #088db9; font-weight: 900; }
.calculator { padding: 36px; color: var(--white); background: var(--ink-2); border-radius: 25px; box-shadow: 0 28px 70px rgba(7,16,30,.18); }
.calc-head, .calculator label, .calc-total { display: flex; justify-content: space-between; gap: 20px; }
.calc-head { margin-bottom: 37px; font: 700 18px/1.25 "Space Grotesk",sans-serif; }
.live-dot { color: var(--accent); font: 700 10px/1 "Manrope",sans-serif; text-transform: uppercase; letter-spacing: .1em; }
.calculator label { align-items: end; color: #9da9b6; font-size: 13px; }
.calculator label strong { color: var(--white); font-size: 15px; }
input[type="range"] { width: 100%; height: 4px; margin: 30px 0 8px; appearance: none; border-radius: 8px; background: linear-gradient(to right, var(--accent) 0%, var(--accent) 16%, #2b3746 16%, #2b3746 100%); outline: none; }
input[type="range"]::-webkit-slider-thumb { width: 20px; height: 20px; appearance: none; border: 5px solid var(--accent); border-radius: 50%; background: var(--white); cursor: pointer; box-shadow: 0 0 0 6px rgba(41,200,255,.12); }
input[type="range"]::-moz-range-thumb { width: 12px; height: 12px; border: 5px solid var(--accent); border-radius: 50%; background: var(--white); cursor: pointer; }
.range-labels { display: flex; justify-content: space-between; color: #5c6a79; font-size: 10px; }
.calc-total { align-items: center; margin-top: 35px; padding-top: 27px; border-top: 1px solid var(--line); }
.calc-total span { color: #94a0ad; font-size: 13px; }
.calc-total strong { color: var(--accent); font: 600 37px/1 "Space Grotesk",sans-serif; letter-spacing: -.05em; }
.calculator > p { margin: 12px 0 25px; color: #71808f; font-size: 11px; text-align: right; }
.review-option { margin-top: 31px; padding: 16px 0 3px; display: flex !important; align-items: center !important; justify-content: flex-start !important; gap: 13px !important; border-top: 1px solid var(--line); color: var(--white) !important; cursor: pointer; }
.review-option input { width: 19px; height: 19px; margin: 0; accent-color: var(--accent); cursor: pointer; }
.review-option span { display: flex; flex-direction: column; line-height: 1.25; }
.review-option strong { font-size: 13px; }
.review-option small { margin-top: 3px; color: #778696; font-size: 10px; font-weight: 600; }
.button.full { width: 100%; }

.deliverables { padding-top: 130px; padding-bottom: 130px; color: #071019; background: var(--white); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.feature-card { position: relative; min-height: 300px; padding: 27px 28px 24px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid #d7e0e7; border-radius: 23px; background: linear-gradient(145deg, #fff 0%, #f5f8fa 100%); box-shadow: 0 15px 35px rgba(19, 39, 55, .06); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.feature-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -72px; bottom: -93px; border: 1px solid rgba(29, 159, 203, .16); border-radius: 50%; box-shadow: 0 0 0 22px rgba(29, 159, 203, .035), 0 0 0 45px rgba(29, 159, 203, .025); pointer-events: none; }
.feature-card:hover { transform: translateY(-5px); border-color: #9bdcf2; box-shadow: 0 25px 50px rgba(19, 79, 104, .13); }
.feature-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.feature-top > span { color: #8b9aa7; font: 700 11px/1 "Space Grotesk", sans-serif; }
.feature-top i { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid #bceafa; border-radius: 17px; color: #0788b4; background: #e9f9ff; font: 700 12px/1 "Space Grotesk", sans-serif; font-style: normal; letter-spacing: -.04em; }
.feature-card h3 { position: relative; z-index: 1; margin: 46px 0 11px; font-size: 23px; line-height: 1.14; letter-spacing: -.045em; }
.feature-card p { position: relative; z-index: 1; max-width: 295px; margin: 0; color: #667584; font-size: 14px; line-height: 1.65; }
.feature-card small { position: relative; z-index: 1; margin-top: auto; padding-top: 25px; color: #087fa7; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.feature-card--translation { border-color: #98dff8; background: radial-gradient(circle at 100% 0, rgba(41, 200, 255, .17), transparent 46%), linear-gradient(145deg, #fff 0%, #f0fbff 100%); }
.feature-card--voice { background: radial-gradient(circle at 90% 0, rgba(72, 111, 255, .10), transparent 45%), linear-gradient(145deg, #fff 0%, #f5f7ff 100%); }
.feature-card--voice .feature-top i { border-color: #d3d9ff; color: #4a63ca; background: #f0f2ff; font-size: 22px; }
.feature-card--timing .feature-top i { font-size: 11px; }
.feature-card--mix { background: radial-gradient(circle at 90% 0, rgba(41, 200, 255, .08), transparent 45%), linear-gradient(145deg, #fff 0%, #f3fafb 100%); }
.feature-card--mix .feature-top i { font-size: 27px; }
.feature-card--subtitles .feature-top i { font-size: 12px; letter-spacing: .03em; }
.feature-card--review { color: var(--white); border-color: #0a536c; background: radial-gradient(circle at 100% 0, rgba(41, 200, 255, .25), transparent 45%), #091d2a; box-shadow: 0 20px 48px rgba(8, 35, 49, .18); }
.feature-card--review::after { border-color: rgba(91, 224, 255, .3); box-shadow: 0 0 0 22px rgba(91, 224, 255, .06), 0 0 0 45px rgba(91, 224, 255, .035); }
.feature-card--review .feature-top > span { color: #83a4b5; }
.feature-card--review .feature-top i { color: #041019; border-color: var(--accent); background: var(--accent); font-size: 23px; }
.feature-card--review p { color: #b5c7d1; }
.feature-card--review small { color: #66d9ff; }

.faq { padding-top: 126px; padding-bottom: 135px; color: #071019; background: var(--paper); }
.faq-list { border-top: 1px solid #cfd7df; }
details { border-bottom: 1px solid #cfd7df; }
summary { padding: 24px 0; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; font: 600 19px/1.4 "Space Grotesk",sans-serif; }
summary::-webkit-details-marker { display: none; }
summary span { color: #82909d; font-size: 24px; transition: transform .2s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { max-width: 780px; margin: -5px 0 25px; color: #64717e; }

.final-cta { padding-top: 122px; padding-bottom: 128px; text-align: center; background: radial-gradient(circle at 50% 120%, rgba(41,200,255,.24), transparent 47%), #071019; }
.final-cta h2 { margin: 16px 0 21px; font-size: clamp(43px,5.5vw,72px); line-height: 1.03; letter-spacing: -.06em; }
.final-cta p { max-width: 620px; margin: 0 auto 33px; color: #9aa6b2; font-size: 17px; }
.trial-specs { margin: -13px auto 30px; display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; }
.trial-specs span { padding: 7px 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: #b8c4d0; font-size: 11px; }
.button-light { color: #071019; background: var(--white); }
.button-light:hover { background: var(--accent); }

footer { max-width: 1280px; min-height: 145px; margin: 0 auto; padding: 42px 40px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; color: #73808e; font-size: 11px; }
footer p { text-align: center; }
footer > div { display: flex; align-items: flex-end; flex-direction: column; }
footer a:not(.brand) { color: #c2ccd5; }
.footer-contact { gap: 2px; }
.footer-legal { margin-top: 5px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px 13px; }
.footer-legal a { text-decoration: underline; text-decoration-color: rgba(194,204,213,.35); text-underline-offset: 3px; }

.legal-body { min-height: 100vh; background: radial-gradient(circle at 80% 0, rgba(41,200,255,.10), transparent 30%), var(--ink); }
.legal-nav { position: relative; width: min(calc(100% - 48px), 1100px); min-height: 84px; margin: 0 auto; padding: 22px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.legal-back { color: #b6c2cd; font-size: 13px; font-weight: 700; }
.legal-back:hover, .legal-content a:hover, .legal-footer a:hover { color: var(--accent); }
.legal-main { width: min(calc(100% - 48px), 920px); margin: 0 auto; padding: 78px 0 100px; }
.legal-hero { padding-bottom: 54px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 820px; margin: 16px 0 20px; font-size: clamp(46px, 7vw, 82px); line-height: 1.02; letter-spacing: -.06em; }
.legal-hero > p { max-width: 720px; margin: 0; color: #a8b4c0; font-size: 18px; }
.legal-hero .legal-date { margin-top: 18px; color: #71808f; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.legal-content { counter-reset: legal-section; }
.legal-content section { padding: 42px 0; border-bottom: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 18px; color: #f4f7f9; font: 600 27px/1.25 "Space Grotesk", sans-serif; letter-spacing: -.035em; }
.legal-content p, .legal-content li { color: #aab5c0; font-size: 16px; line-height: 1.8; }
.legal-content p { margin: 0 0 14px; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content ul { margin: 0; padding-left: 22px; }
.legal-content li + li { margin-top: 10px; }
.legal-content strong { color: #eaf0f4; }
.legal-content a { color: #66d9ff; text-decoration: underline; text-underline-offset: 3px; }
.legal-notice { margin-top: 20px !important; padding: 18px 20px; border: 1px solid rgba(41,200,255,.22); border-radius: 14px; color: #c9d5dd !important; background: rgba(41,200,255,.055); }
.legal-footer { width: min(calc(100% - 48px), 1100px); min-height: 100px; padding: 30px 0; display: flex; grid-template-columns: none; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); }
.legal-footer span { color: #778593; }
.legal-footer a { color: #c2ccd5; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; gap: 60px; padding-top: 145px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 520px; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .sample-grid { grid-template-columns: 1fr 1fr; }
  .sample-card:last-child { grid-column: 1 / -1; }
  .pricing { grid-template-columns: 1fr; gap: 62px; }
  .calculator { max-width: 650px; }
  .language-flow { grid-template-columns: 1fr 42px .65fr; gap: 18px; }
  .human { grid-template-columns: 1fr; gap: 54px; }
  .human-photo { min-height: 570px; }
  .process-tabs { gap: 15px; margin-left: 0; margin-right: 0; }
  .process-tab { padding-left: 8px; padding-right: 8px; }
  .process-tab strong { font-size: 15px; }
  .process-panel { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 700px) {
  .section-pad { padding-left: 20px; padding-right: 20px; }
  .nav-shell { top: 12px; width: calc(100% - 24px); height: 60px; padding: 0 14px 0 17px; }
  .brand { font-size: 21px; }
  nav { gap: 0; }
  nav a:not(.nav-cta) { display: none; }
  .nav-cta { padding: 9px 12px; font-size: 11px; }
  .hero { min-height: auto; padding-top: 115px; padding-bottom: 70px; gap: 48px; }
  h1 { font-size: clamp(49px,14.5vw,68px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-facts { grid-template-columns: 1fr 1fr 1fr; }
  .hero-facts > span { padding-right: 8px; }
  .hero-facts strong { font-size: 16px; }
  .hero-facts small { font-size: 9px; line-height: 1.35; }
  .hero-visual { min-height: 400px; border-radius: 21px; }
  .language-switch { top: 72px; left: 18px; }
  .demo-status { top: 122px; left: 18px; }
  .play-button { min-width: 168px; min-height: 52px; }
  .trust-strip { justify-content: center; flex-wrap: wrap; padding-top: 24px; padding-bottom: 24px; }
  .trust-strip i { display: none; }
  .trust-strip span { width: calc(50% - 10px); text-align: center; font-size: 9px; }
  .languages, .samples, .difference, .human, .steps, .pricing, .deliverables, .faq { padding-top: 88px; padding-bottom: 90px; }
  .section-heading { margin-bottom: 44px; }
  .section-heading h2, .price-copy h2 { font-size: 41px; }
  .sample-grid { grid-template-columns: 1fr; }
  .language-flow { grid-template-columns: 1fr; }
  .language-source, .language-target { padding: 27px 23px; }
  .language-arrow { height: 30px; transform: rotate(90deg); font-size: 27px; }
  .sample-card:last-child { grid-column: auto; }
  .comparison { grid-template-columns: 1fr; }
  .comparison article { min-height: auto; padding: 30px 24px; }
  .comparison-primary h3 { margin-top: 43px; }
  .human { gap: 40px; }
  .human-photo { min-height: 390px; border-radius: 21px; }
  .human-copy h2 { font-size: 39px; }
  .human-copy > p { font-size: 15px; }
  .steps-heading { margin-bottom: 45px; }
  .steps-heading h2 { font-size: 43px; }
  .process-tabs { display: flex; flex-direction: column; gap: 10px; margin-bottom: 22px; }
  .process-tabs::before { top: 33px; bottom: 33px; left: 32px; right: auto; width: 1px; height: auto; }
  .process-tab, .process-tab.active { min-height: 66px; padding: 9px 14px 9px 8px; flex-direction: row; justify-content: flex-start; gap: 16px; border-radius: 15px; transform: none; }
  .process-number { width: 49px; height: 49px; flex: 0 0 auto; font-size: 14px; }
  .process-tab strong { text-align: left; font-size: 16px; }
  .process-tab.active .process-number { box-shadow: 0 0 0 6px rgba(41,200,255,.12); }
  .process-panel { min-height: 0; padding: 31px 24px; gap: 21px; border-radius: 20px; }
  .process-panel-title h3 { margin: 14px 0 13px; font-size: 32px; }
  .process-panel-copy > p { font-size: 15px; line-height: 1.7; }
  .process-tags { margin-top: 22px; }
  .calculator { padding: 27px 20px; }
  .calc-total strong { font-size: 31px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 245px; }
  .feature-card h3 { margin-top: 31px; }
  .final-cta { padding-top: 90px; padding-bottom: 95px; }
  footer { padding: 40px 20px; grid-template-columns: 1fr; text-align: center; }
  footer p { margin: 0; }
  footer > div { align-items: center; }
  .footer-legal { justify-content: center; }
  .legal-nav, .legal-main, .legal-footer { width: calc(100% - 40px); }
  .legal-nav { min-height: 72px; padding: 17px 0; }
  .legal-nav .brand { font-size: 18px; }
  .legal-back { font-size: 11px; }
  .legal-main { padding: 55px 0 74px; }
  .legal-hero { padding-bottom: 40px; }
  .legal-hero h1 { font-size: 45px; }
  .legal-hero > p { font-size: 16px; }
  .legal-content section { padding: 34px 0; }
  .legal-content h2 { font-size: 23px; }
  .legal-content p, .legal-content li { font-size: 15px; line-height: 1.75; }
  .legal-footer { min-height: 120px; flex-direction: column; justify-content: center; gap: 8px; text-align: center; }
}

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