:root {
  color-scheme: light;
  --ink: #171a18;
  --muted: #5b625e;
  --line: #dfe4e0;
  --paper: #f2f5f1;
  --white: #ffffff;
  --green: #087a59;
  --green-dark: #066046;
  --green-soft: #e7f5ee;
  --amber: #e7a947;
  --charcoal: #151816;
  --radius: 8px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 76px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
}
.brand { display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-weight: 760; }
.brand img { width: 32px; height: 32px; border-radius: 7px; }
.brand span { font-size: 18px; }
nav { display: flex; align-items: center; gap: 30px; font-size: 14px; color: #4f5551; }
nav a:hover { color: var(--ink); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 15px; }
.language-link { color: #59615c; font-size: 12px; font-weight: 750; }
.language-link:hover { color: var(--green-dark); }
.nav-download { border: 1px solid #b8c0bb; border-radius: 6px; padding: 9px 17px; font-size: 14px; font-weight: 650; }
.mobile-menu-toggle, .mobile-menu { display: none; }

.hero {
  position: relative;
  padding-bottom: 48px;
  overflow: hidden;
  background: #f7faf6;
}
.hero-copy {
  position: relative;
  z-index: 3;
  width: min(1080px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 126px;
}
.hero-copy::before { content: none; }
.eyebrow, .section-index { margin: 0 0 22px; color: var(--green-dark); font: 700 12px ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: 0; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; text-transform: none; }
.eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px var(--green-soft); }
h1 { max-width: 680px; margin: 0; font-size: 96px; line-height: .92; letter-spacing: 0; font-weight: 820; }
.hero-kicker { max-width: 680px; margin: 22px 0 0; font-size: 33px; line-height: 1.25; font-weight: 740; }
.hero-lead { max-width: 600px; margin: 23px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 28px; }
.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 6px; padding: 0 20px; border: 1px solid transparent; cursor: pointer; font-weight: 720; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green); }
.button-primary:hover { background: var(--green-dark); }
.button:disabled { cursor: default; transform: none; }
.button-primary:disabled { color: rgba(255, 255, 255, .86); background: #5a8877; }
.button-secondary { color: var(--ink); background: rgba(255,255,255,.78); border-color: #cbd2cd; }
.play-symbol { font-size: 12px; }


.product-stage { position: relative; z-index: 2; width: min(1120px, calc(100% - 72px)); margin: 72px auto 0; isolation: isolate; }
.product-stage::before { content: ""; position: absolute; z-index: -1; top: -48px; right: 50%; bottom: -48px; width: 100vw; background: #dff1e8; transform: translateX(50%); }
.stage-rail { position: absolute; z-index: 3; top: 16px; left: 50%; width: 82%; display: flex; justify-content: space-between; gap: 20px; margin: 0; color: rgba(244,248,245,.82); font: 9px ui-monospace, SFMono-Regular, Menlo, monospace; text-shadow: 0 1px 8px rgba(2,18,16,.72); transform: translateX(-50%); pointer-events: none; }
.stage-rail span:last-child { text-align: right; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.product-carousel { --desktop-frame-width: 82%; position: relative; }
.product-carousel-viewport { overflow: hidden; border-radius: 8px; box-shadow: 0 34px 80px rgba(20,52,37,.24); }
.product-carousel-track { display: flex; transform: translate3d(0, 0, 0); transition: transform 680ms cubic-bezier(.22,.72,.18,1); will-change: transform; }
.product-slide { flex: 0 0 100%; min-width: 0; margin: 0; }
.desktop-scene { position: relative; display: grid; width: 100%; aspect-ratio: 16 / 9; place-items: center; overflow: hidden; background: #0b4d48 url("./pipscribe-waterline-wallpaper.webp") center / cover no-repeat; text-decoration: none; }
.desktop-window { position: relative; display: block; width: var(--desktop-frame-width); aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(255,255,255,.26); border-radius: 8px; background: #171a18; box-shadow: 0 28px 52px -16px rgba(4,20,18,.82); }
.desktop-window img { display: block; width: 100%; height: 100%; object-fit: cover; }
.desktop-window-controls { position: absolute; top: 8px; left: 10px; z-index: 1; display: flex; gap: 5px; }
.desktop-window-controls i { display: block; width: 8px; height: 8px; border-radius: 50%; box-shadow: inset 0 0 0 1px rgba(0,0,0,.15); }
.desktop-window-controls i:nth-child(1) { background: #ff5f57; }
.desktop-window-controls i:nth-child(2) { background: #febc2e; }
.desktop-window-controls i:nth-child(3) { background: #28c840; }
.product-carousel-meta { position: relative; width: var(--desktop-frame-width); min-height: 64px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 24px; margin: 20px auto 0; padding: 11px 12px 11px 18px; border: 1px solid rgba(195,207,199,.92); border-radius: 8px; background: #fff; }
.product-carousel-copy { display: grid; min-width: 0; gap: 3px; }
.product-carousel-copy strong { font-size: 15px; line-height: 1.35; }
.product-carousel-copy span { color: var(--muted); font-size: 12px; line-height: 1.5; }
.product-carousel-controls { display: flex; flex: 0 0 auto; align-items: center; gap: 7px; }
.product-carousel-controls > button { display: inline-grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.72); color: var(--ink); font: inherit; font-size: 19px; line-height: 1; cursor: pointer; transition: border-color 160ms ease, background-color 160ms ease, color 160ms ease; }
.product-carousel-controls > button:hover,
.product-carousel-controls > button:focus-visible { border-color: var(--green); background: white; color: var(--green); outline: none; }
.product-carousel-dots { display: flex; align-items: center; gap: 0; padding: 0; }
.product-carousel-dots button { position: relative; width: 28px; height: 28px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.product-carousel-dots button::after { content: ""; position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: #8e9a93; transform: translate(-50%, -50%); transition: width 180ms ease, border-radius 180ms ease, background-color 180ms ease; }
.product-carousel-dots button[aria-current="true"]::after { width: 22px; border-radius: 5px; background: var(--green); }
.product-stage > .app-window { display: none; }
.app-window { overflow: hidden; border: 1px solid #29332d; border-radius: 6px; background: #171a18; color: #f3f5f3; box-shadow: 0 34px 80px rgba(20,52,37,.24); }
.window-chrome { height: 42px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid #343a36; padding: 0 14px; color: #c5cac6; font-size: 11px; }
.traffic-lights { display: flex; gap: 6px; }
.traffic-lights i { width: 9px; height: 9px; border-radius: 50%; background: #ff6259; }
.traffic-lights i:nth-child(2) { background: #f5be3d; }
.traffic-lights i:nth-child(3) { background: #32c74e; }
.window-state { justify-self: end; display: flex; align-items: center; gap: 6px; }
.window-state b { width: 6px; height: 6px; border-radius: 50%; background: #18b880; }
.app-layout { height: 560px; display: grid; grid-template-columns: 180px 1fr; }
.app-sidebar { display: flex; flex-direction: column; padding: 17px 12px 13px; border-right: 1px solid #343a36; background: #1a1d1b; }
.app-brand { display: flex; gap: 9px; align-items: center; margin: 0 4px 17px; font-size: 13px; }
.app-brand img { width: 28px; height: 28px; border-radius: 6px; }
.sidebar-label { margin: 13px 7px 5px; color: #686f6a; font-size: 9px; text-transform: uppercase; }
.sidebar-item, .project-item { min-height: 32px; display: flex; align-items: center; padding: 0 9px; border-radius: 6px; color: #9ea49f; font-size: 11px; }
.sidebar-item span { margin-left: auto; min-width: 19px; padding: 2px 5px; text-align: center; border-radius: 10px; background: #303531; color: #cdd1ce; }
.sidebar-item.active, .project-item.active { background: #2a2e2b; color: #f4f5f4; }
.project-item { gap: 8px; }
.project-item i { width: 5px; height: 5px; border-radius: 50%; background: #18b880; }
.sidebar-spacer { flex: 1; }
.app-main { min-width: 0; display: grid; grid-template-rows: auto 1fr auto; background: #161917; }
.app-topbar { min-height: 75px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid #303531; }
.app-topbar p { margin: 0 0 4px; font-size: 15px; font-weight: 700; }
.app-topbar div > span { color: #858c87; font-size: 10px; }
.app-tabs { display: flex; align-items: center; gap: 4px; padding: 3px; border-radius: 7px; background: #262a27; }
.app-tabs span { padding: 7px 10px; border-radius: 5px; color: #8f9691; font-size: 10px; }
.app-tabs span.active { color: #fff; background: var(--green-dark); }
.transcript { padding: 18px 22px; overflow: hidden; }
.transcript-row { position: relative; display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; min-height: 102px; padding: 15px; border-bottom: 1px solid #323733; }
.transcript-row:last-child { border-bottom: 0; }
.playing-row { border: 1px solid rgba(37,183,130,.58); border-radius: 7px; background: #152720; }
.row-number { width: 30px; height: 25px; display: grid; place-items: center; border-radius: 13px; background: #2b302c; color: #cdd2ce; font-size: 10px; }
.row-meta { display: flex; gap: 8px; margin: 2px 0 11px; }
.row-meta span { padding: 3px 7px; border-radius: 4px; background: #272c28; color: #9ca39e; font-size: 9px; }
.row-content p { margin: 0; font-size: 16px; line-height: 1.55; }
.muted-row { opacity: .58; }
.word-line { display: flex; flex-wrap: wrap; gap: 0 5px; }
.word-line span, .precision-demo p span { border-radius: 4px; transition: color .18s ease, background .18s ease; }
.word-line span.is-active { padding: 0 3px; margin: 0 -3px; color: #fff; background: var(--green); }
.mini-wave { height: 19px; display: flex; align-items: center; gap: 3px; margin-top: 12px; }
.mini-wave i { width: 2px; height: 6px; background: #3c5d50; }
.mini-wave i:nth-child(3n) { height: 14px; }
.mini-wave i:nth-child(4n) { height: 10px; }
.row-play { align-self: center; width: 30px; height: 30px; border: 1px solid #4f5b54; border-radius: 50%; color: #d7dbd8; background: transparent; cursor: pointer; }
.player-bar { display: flex; align-items: center; gap: 12px; height: 53px; margin: 0 18px 15px; padding: 0 14px; border: 1px solid #343a36; border-radius: 7px; background: #202421; }
.player-bar button { width: 27px; height: 27px; border: 0; border-radius: 5px; color: #fff; background: var(--green); cursor: pointer; }
.player-track { flex: 1; height: 4px; overflow: hidden; border-radius: 2px; background: #35413a; }
.player-track i { display: block; width: 46%; height: 100%; background: var(--green); }
.player-bar span { color: #949a96; font-size: 9px; }
.proof-bar { min-height: 78px; display: flex; align-items: center; justify-content: center; gap: 27px; background: #171a18; color: #d6dbd7; font: 650 11px ui-monospace, SFMono-Regular, Menlo, monospace; }
.proof-bar i { width: 4px; height: 4px; border-radius: 50%; background: #5d6b63; }
.section { width: min(1020px, calc(100% - 48px)); margin: 0 auto; padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1.25fr; column-gap: 70px; align-items: end; }
.section-heading .section-index { grid-column: 1 / -1; }
.section h2 { margin: 0; font-size: 52px; line-height: 1.08; letter-spacing: 0; }
html[lang="en"] main h2 > span { display: block; white-space: nowrap; }
.section-heading > p:last-child, .pricing-main > p:last-child { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.75; }

.use-cases { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; align-items: start; padding-bottom: 64px; }
.use-case-heading h2 { margin-bottom: 26px; font-size: 46px; line-height: 1.08; }
.use-case-heading > p:last-child { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.use-case-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.use-case-list article { display: grid; grid-template-columns: 1fr; gap: 10px; align-content: space-between; min-height: 154px; padding: 20px; border-radius: 8px; background: #e7efe9; transition: transform .2s ease, background .2s ease; }
.use-case-list article:nth-child(2), .use-case-list article:nth-child(3) { background: #e1f1e9; }
.use-case-list article:hover { transform: translateY(-3px); background: #d9eee3; }
.use-case-list strong { grid-column: 1; font-size: 16px; }
.use-case-list p { grid-column: 1 / -1; margin: 0; color: #606862; font-size: 13px; line-height: 1.55; }

.import-section { padding-top: 64px; padding-bottom: 118px; }
.import-workbench { display: grid; grid-template-columns: 1.08fr .92fr; margin-top: 70px; overflow: hidden; border: 1px solid #c9d1cb; border-radius: 8px; background: #fff; }
.drop-zone, .url-zone { padding: 34px; }
.drop-zone { border-right: 1px solid #ccd4ce; background: #e4f3eb; }
.url-zone { background: #fff; }
.drop-zone strong { display: block; font-size: 27px; line-height: 1.25; }
.drop-zone > p { margin: 11px 0 24px; color: #5e6862; font-size: 13px; }
.format-strip { display: flex; flex-wrap: wrap; gap: 6px; }
.format-strip span { padding: 6px 8px; border: 1px solid #b8cec1; border-radius: 4px; color: #37634f; background: rgba(255,255,255,.55); font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.url-zone label { display: block; margin-bottom: 12px; font-size: 15px; font-weight: 700; }
.url-input-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.url-input-row input { width: 100%; min-width: 0; height: 45px; border: 1px solid #c8d0ca; border-radius: 5px; padding: 0 12px; color: #69716c; background: #f8faf8; font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; }
.url-input-row button { border: 0; border-radius: 5px; padding: 0 15px; color: #fff; background: var(--green); cursor: pointer; font-weight: 700; }
.url-zone > p { display: flex; align-items: center; gap: 8px; margin: 20px 0 0; color: #69726c; font-size: 12px; }
.url-zone > p i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px var(--green-soft); }

.precision { width: 100%; max-width: none; padding: 120px max(24px, calc((100vw - 1020px) / 2)); color: #f3f5f3; background: var(--charcoal); }
.precision .section-heading { grid-template-columns: minmax(0, 1.38fr) minmax(300px, .82fr); column-gap: 58px; }
.precision .section-index { color: #62d7ac; }
.precision .section-heading > p:last-child { color: #aab1ac; }
.precision-demo { position: relative; margin-top: 70px; padding: 34px 38px 30px; overflow: hidden; border-radius: 8px; color: #f5f7f5; background: #1b211e; box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.time-ruler { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #88918b; font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; }
.time-ruler i { flex: 1; height: 9px; border-left: 1px solid #465048; }
.precision-demo > p { margin: 54px 0 34px; font-size: 36px; line-height: 1.55; }
.precision-demo > p span { display: inline-block; margin-right: 6px; padding: 0 3px; }
.precision-demo > p span.is-active { color: #fff; background: var(--green); }
.large-wave { height: 78px; display: flex; align-items: center; gap: 8px; }
.large-wave i { flex: 1; height: 18px; border-radius: 2px; background: #356d57; }
.large-wave i:nth-child(5n) { background: var(--amber); }
.large-wave i:nth-child(3n) { height: 48px; }
.large-wave i:nth-child(4n) { height: 62px; }
.large-wave i:nth-child(7n) { height: 34px; }
.precision-controls { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; }
.precision-controls button { border: 0; padding: 9px 13px; border-radius: 5px; color: #fff; background: var(--green); cursor: pointer; }
.precision-controls span { color: #9ca49e; font: 12px ui-monospace, SFMono-Regular, Menlo, monospace; }
.gap-inspector { display: grid; grid-template-columns: 1fr auto auto; gap: 22px; align-items: center; margin-top: 22px; padding: 18px 18px 18px 17px; border-left: 3px solid var(--amber); border-radius: 0 6px 6px 0; background: #202823; }
.gap-copy span { display: block; margin-bottom: 6px; color: var(--amber); font-size: 11px; font-weight: 700; }
.gap-copy strong { font-size: 13px; font-weight: 620; }
.gap-copy strong b { margin-left: 7px; color: #bfc6c1; font-weight: 500; }
.timing-adjuster { display: grid; grid-template-columns: auto minmax(112px, auto) auto; align-items: center; border: 1px solid #465048; border-radius: 5px; }
.timing-adjuster button, .normal-gap { height: 35px; border: 0; color: #c8ceca; background: transparent; cursor: pointer; }
.timing-adjuster button { padding: 0 9px; }
.timing-adjuster button:hover, .normal-gap:hover { color: #fff; background: #28302b; }
.timing-adjuster output { padding: 0 12px; border-right: 1px solid #465048; border-left: 1px solid #465048; color: #fff; font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; }
.normal-gap { padding: 0 12px; border: 1px solid #465048; border-radius: 5px; }
.normal-gap.is-confirmed { border-color: #4a9f79; color: #a9e2c7; background: #20382d; }

.workflow-section { position: relative; }
.workflow-heading { grid-template-columns: 1.08fr .92fr; column-gap: 72px; }
.workflow-workbench { margin-top: 64px; }
.workflow-tabs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-bottom: 12px; padding: 6px; border-radius: 8px; background: #e4ebe6; }
.workflow-tab { min-width: 0; height: 48px; border: 0; border-radius: 6px; color: #505a54; background: transparent; cursor: pointer; font-size: 13px; }
.workflow-tab.active { color: var(--ink); background: #fff; box-shadow: 0 7px 20px rgba(35,58,47,.08); font-weight: 750; }
.workflow-tab:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.workflow-panel { height: 360px; }
.workflow-panel[hidden] { display: none; }
.workflow-panel:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
.speaker-demo, .translation-demo { padding: 34px 38px; }
.speaker-demo { position: relative; height: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: auto auto minmax(0, 1fr) auto; column-gap: 18px; overflow: hidden; border-radius: 8px; color: #f3f6f4; background: var(--charcoal); box-shadow: 0 24px 54px rgba(24,39,31,.14); }
.speaker-demo::after { content: ""; position: absolute; right: -42px; bottom: -42px; width: 155px; height: 155px; border: 1px solid #334039; border-radius: 50%; box-shadow: 0 0 0 24px #1a211d, 0 0 0 25px #334039; }
.translation-demo { height: 100%; display: grid; grid-template-columns: minmax(0, 1fr) 44px minmax(0, 1fr); grid-template-rows: auto 1fr auto auto; column-gap: 12px; align-items: stretch; padding-top: 26px; padding-bottom: 24px; border-radius: 8px; background: #e5f0ea; }
.workbench-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 30px; }
.workbench-title strong { font: 750 11px ui-monospace, SFMono-Regular, Menlo, monospace; }
.workbench-title > span { color: #69716c; font-size: 11px; }
.speaker-demo .workbench-title span { display: flex; align-items: center; gap: 6px; }
.speaker-demo .workbench-title i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.speaker-demo .workbench-title > span { color: #9aa59e; }
.translation-demo > .workbench-title { margin-bottom: 18px; }
.speaker-demo > .workbench-title, .speaker-axis, .speaker-demo > small { grid-column: 1 / -1; }
.speaker-axis { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; margin-bottom: 5px; color: #77827b; }
.speaker-axis i { height: 1px; background: repeating-linear-gradient(90deg, #465149 0 1px, transparent 1px 18px); }
.speaker-axis time { font: 9px ui-monospace, SFMono-Regular, Menlo, monospace; }
.speaker-demo article { position: relative; z-index: 1; display: flex; flex-direction: column; margin: 12px 0 0 34px; padding: 18px 18px 16px; border-radius: 0 6px 6px 0; background: #1b211e; }
.speaker-demo article::before { content: ""; position: absolute; top: -1px; bottom: 0; left: -34px; width: 2px; background: var(--green); }
.speaker-demo article:nth-of-type(2)::before { background: var(--amber); }
.speaker-demo article > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.speaker-demo article b { font-size: 12px; }
.speaker-a { color: #74dbb2; }
.speaker-b { color: #f1bd67; }
.speaker-demo time { color: #808b84; font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.speaker-demo article p { margin: 16px 0 19px; font-size: 17px; line-height: 1.7; }
.voice-trace { height: 30px; justify-content: flex-start !important; gap: 5px !important; margin-top: auto; }
.voice-trace i { width: 3px; height: 9px; background: #3aa77e; }
.voice-trace i:nth-child(3n) { height: 22px; }
.voice-trace i:nth-child(4n) { height: 15px; }
.voice-trace i:nth-child(7n) { height: 27px; }
.voice-trace.amber i { background: #a47737; }
.speaker-demo > small, .translation-demo > small { position: relative; z-index: 1; display: block; margin-top: 18px; color: #7a827c; font-size: 10px; }
.speaker-demo > small { margin-left: 34px; color: #818c85; }
.translation-demo > .workbench-title { grid-column: 1 / -1; }
.translation-copy { min-height: 150px; display: flex; flex-direction: column; justify-content: center; padding: 20px 22px; border-radius: 6px; }
.translation-copy span { color: #6b7770; font: 750 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.translation-copy p { margin: 12px 0 0; font-size: 18px; line-height: 1.65; }
.source-copy { grid-column: 1; grid-row: 2; background: rgba(255,255,255,.62); }
.target-copy { grid-column: 3; grid-row: 2; background: rgba(255,255,255,.34); }
.target-copy p { color: var(--green-dark); font-size: 22px; font-weight: 720; line-height: 1.5; }
.translation-route { grid-column: 2; grid-row: 2; display: flex; align-items: center; justify-content: center; color: var(--green-dark); }
.translation-route i { height: 0; }
.translation-route span { font: 14px ui-monospace, SFMono-Regular, Menlo, monospace; }
.provider-switch { grid-column: 1 / -1; grid-row: 3; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin-top: 12px; padding: 5px; border-radius: 7px; background: rgba(255,255,255,.52); }
.provider-switch button { min-width: 0; height: 38px; border: 0; border-radius: 5px; color: #69716c; background: transparent; cursor: pointer; font-size: 11px; }
.provider-switch button.active { color: var(--green-dark); background: #fff; box-shadow: 0 3px 12px rgba(44,76,61,.09); font-weight: 750; }
.translation-demo > small { grid-column: 1 / -1; grid-row: 4; margin-top: 12px; }
.translation-demo output { color: var(--green-dark); font-weight: 700; }

.model-switcher { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-template-rows: 42px 180px; gap: 12px; align-content: start; }
.model-tablist { display: contents; }
.model-tab { position: relative; grid-row: 1; height: 42px; padding: 0 17px; border: 0; border-radius: 0; color: #8f9a93; background: transparent; cursor: pointer; text-align: center; }
.model-tab::after { content: ""; position: absolute; bottom: 0; left: 50%; width: 70px; height: 2px; background: #344139; transform: translateX(-50%); transition: width .18s ease, background-color .18s ease; }
.model-tab:nth-of-type(1) { grid-column: 1; }
.model-tab:nth-of-type(2) { grid-column: 2; }
.model-tab:nth-of-type(3) { grid-column: 3; }
.model-tab.active { color: var(--ink); font-weight: 750; }
.model-tab.active::after { width: 96px; background: var(--green); }
.model-display { grid-column: 1 / -1; grid-row: 2; min-height: 0; display: grid; grid-template-columns: 1.28fr .72fr; grid-template-rows: 1fr auto; align-content: stretch; column-gap: 30px; padding: 21px 30px; border-radius: 6px; background: #f7faf7; }
.model-copy { grid-column: 1; grid-row: 1 / 3; align-self: center; }
.model-copy p { margin: 2px 0 13px; color: var(--green-dark); font-size: 12px; font-weight: 750; }
.model-copy strong { display: block; max-width: 570px; font-size: 28px; line-height: 1.22; }
.model-copy > span { display: block; margin-top: 12px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.model-wave { grid-column: 2; grid-row: 1; height: 48px; display: flex; align-self: end; align-items: end; gap: 5px; margin-top: 0; padding-right: 0; }
.model-wave i { flex: 1; height: 15px; background: #a9c8b9; }
.model-wave i:nth-child(3n) { height: 32px; background: var(--green); }
.model-wave i:nth-child(4n) { height: 27px; }
.model-wave i:nth-child(7n) { height: 40px; background: var(--amber); }
.model-facts { grid-column: 2; grid-row: 2; display: grid; grid-template-columns: repeat(3, 1fr); margin-right: 0; }
.model-facts small { padding: 13px 10px 0 0; color: #59615c; font-size: 10px; line-height: 1.45; }
.model-facts small + small { padding-left: 14px; }

.technology-section { width: 100%; padding: 120px max(24px, calc((100vw - 1020px) / 2)); color: #f2f5f3; background: #18211c; }
.technology-heading { display: grid; grid-template-columns: 1fr 1.15fr; column-gap: 80px; align-items: end; }
.technology-heading .section-index { grid-column: 1 / -1; color: #63d6ad; }
.technology-heading h2 { margin: 0; font-size: 52px; line-height: 1.08; }
.technology-heading > p:last-child { margin: 0; color: #aab4ae; font-size: 16px; line-height: 1.75; }
.technology-grid { display: grid; grid-template-columns: 1fr; gap: 16px; margin-top: 64px; }
.technology-section .model-switcher { background: transparent; }
.technology-section .model-tab { color: #aeb7b1; }
.technology-section .model-tab.active { color: #f4f7f5; }
.technology-section .model-display { color: var(--ink); }
.engine-architecture { display: grid; grid-template-columns: .72fr 1.28fr; grid-template-rows: 170px; gap: 0; padding: 24px 28px; border-radius: 8px; background: #0f1411; }
.engine-core { min-height: 0; display: grid; grid-template-columns: minmax(0, 1fr) 96px; align-items: center; gap: 24px; overflow: hidden; padding-right: 28px; border-right: 1px solid #29342e; }
.engine-core > div:first-child > span { color: #67dcb2; font: 750 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.engine-core > div:first-child > strong { display: block; margin-top: 17px; font-size: 25px; line-height: 1.05; }
.engine-core > div:first-child > p { max-width: 300px; margin: 11px 0 0; color: #9da7a1; font-size: 11px; line-height: 1.6; }
.engine-chip { width: 96px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.engine-chip i { aspect-ratio: 1; border-radius: 5px; background: #26322c; }
.engine-chip i:nth-child(2), .engine-chip i:nth-child(4), .engine-chip i:nth-child(6), .engine-chip i:nth-child(8) { background: #087a59; }
.engine-chip i:nth-child(5) { background: var(--amber); }
.engine-backends { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding-left: 28px; }
.engine-backend { position: relative; min-width: 0; min-height: 0; display: grid; align-content: space-between; padding: 14px 20px; color: #eef3f0; background: transparent; }
.engine-backend + .engine-backend { border-left: 1px solid #29342e; }
.engine-backend > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.engine-backend span, .engine-backend b { font: 750 8px ui-monospace, SFMono-Regular, Menlo, monospace; }
.engine-backend b { color: #66d9b0; }
.engine-backend strong { display: block; margin-top: 14px; font-size: 25px; line-height: 1; }
.engine-backend p { margin: 8px 0 0; color: #96a199; font-size: 10px; line-height: 1.55; }
.engine-footnote { max-width: 820px; margin: 22px 0 0; color: #a4afa8; font-size: 11px; line-height: 1.7; }

.subtitle-workbench { height: 100%; display: grid; grid-template-columns: 1.28fr .72fr; gap: 12px; }
.subtitle-preview { min-height: 0; display: flex; flex-direction: column; justify-content: center; padding: 35px 42px; border-radius: 8px; color: #edf3ef; background: var(--charcoal); box-shadow: 0 24px 54px rgba(24,39,31,.14); }
.subtitle-preview span { color: #8f9992; font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.subtitle-preview p { max-width: 590px; margin: 26px 0 0; font-size: 30px; line-height: 1.48; }
.subtitle-settings { min-height: 0; display: flex; flex-direction: column; justify-content: center; padding: 32px 30px; border-radius: 8px; background: #e4efe9; }
.subtitle-settings > div:first-child { display: flex; justify-content: space-between; gap: 20px; }
.subtitle-settings label { font-size: 13px; font-weight: 700; }
.subtitle-settings output { color: var(--green-dark); font: 12px ui-monospace, SFMono-Regular, Menlo, monospace; }
.subtitle-settings input[type="range"] { width: 100%; margin: 34px 0 31px; accent-color: var(--green); }
.subtitle-modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; padding: 5px; border-radius: 7px; background: rgba(255,255,255,.55); }
.subtitle-modes button { min-width: 0; height: 40px; padding: 0 6px; border: 0; border-radius: 5px; color: #69716c; background: transparent; cursor: pointer; text-align: center; }
.subtitle-modes button::after { content: none; }
.subtitle-modes button.active { color: var(--green-dark); background: #fff; box-shadow: 0 3px 12px rgba(44,76,61,.09); font-weight: 750; }

.ai-section { width: 100%; padding: 120px max(24px, calc((100vw - 1020px) / 2)); background: #dcefe5; }
.ai-heading { display: grid; grid-template-columns: 1fr 1.15fr; column-gap: 80px; align-items: end; }
.ai-heading .section-index { grid-column: 1 / -1; }
.ai-heading h2 { margin: 0; font-size: 52px; line-height: 1.08; }
.ai-heading > p:last-child { margin: 0; color: #58655e; font-size: 16px; line-height: 1.75; }
.ai-workbench { display: grid; grid-template-columns: 210px minmax(0, 1fr) 210px; gap: 12px; min-height: 480px; margin-top: 65px; }
.ai-prompt-menu { padding: 24px 18px; border-radius: 8px; background: rgba(255,255,255,.42); }
.ai-prompt-menu > span, .ai-context-panel > span { display: block; margin-bottom: 20px; color: #617068; font: 750 10px ui-monospace, SFMono-Regular, Menlo, monospace; text-transform: uppercase; }
.ai-prompt-menu button { width: 100%; min-height: 48px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; column-gap: 10px; margin-bottom: 5px; padding: 0 12px; border: 0; border-radius: 6px; color: #5e6963; background: transparent; cursor: pointer; text-align: left; white-space: nowrap; font-size: 13px; line-height: 1; }
.ai-prompt-menu button::after { content: "↗"; justify-self: end; color: #8c9992; }
.ai-prompt-menu button.active { color: var(--green-dark); background: #fff; box-shadow: 0 6px 18px rgba(33,73,53,.08); font-weight: 750; }
.ai-prompt-menu button.active::after { color: var(--green); }
.ai-result { min-width: 0; padding: 32px 38px 38px; border-radius: 8px; background: #fff; box-shadow: 0 22px 50px rgba(33,73,53,.12); }
.ai-result-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #59625c; font: 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.ai-result-meta b { color: var(--green-dark); font-weight: 750; }
.ai-question { margin: 35px 0 22px; padding: 18px 21px; color: #fff; background: var(--green-dark); font-size: 16px; line-height: 1.6; }
.ai-result article { padding-top: 12px; }
.ai-result article > span { color: var(--green-dark); font: 750 10px ui-monospace, SFMono-Regular, Menlo, monospace; }
.ai-result h3 { margin: 18px 0 13px; font-size: 28px; line-height: 1.28; }
.ai-result article > p { margin: 0; color: #59625c; font-size: 14px; line-height: 1.75; }
.ai-result blockquote { margin: 23px 0 0; padding: 13px 0 13px 17px; border-left: 3px solid var(--amber); color: #59625c; font-size: 12px; line-height: 1.65; }
.ai-context-panel { padding: 24px 18px; border-radius: 8px; background: rgba(255,255,255,.42); }
.ai-context-panel div { display: grid; grid-template-columns: minmax(0, 1fr) minmax(66px, max-content); align-items: center; column-gap: 12px; min-height: 58px; margin-bottom: 7px; padding: 0 14px; border-radius: 5px; background: rgba(255,255,255,.48); }
.ai-context-panel b { min-width: 0; font-size: 13px; line-height: 1.15; }
.ai-context-panel small { justify-self: stretch; color: var(--green-dark); font-size: 10px; font-weight: 700; text-align: right; white-space: nowrap; }
.ai-context-panel p { margin: 25px 0 0; color: #56635c; font-size: 11px; line-height: 1.65; }
.ai-provider-band { display: grid; grid-template-columns: .7fr 1.3fr; gap: 65px; align-items: start; margin-top: 24px; padding: 25px; border-radius: 8px; background: rgba(255,255,255,.4); }
.ai-provider-band > div:first-child strong, .ai-provider-band > div:first-child span { display: block; }
.ai-provider-band > div:first-child strong { font-size: 16px; }
.ai-provider-band > div:first-child span { margin-top: 8px; color: #647068; font-size: 11px; line-height: 1.55; }
.ai-provider-list { display: flex; flex-wrap: wrap; gap: 7px; }
.ai-provider-list > span { min-height: 34px; display: inline-flex; align-items: center; padding: 7px 11px; border-radius: 5px; color: #516059; background: rgba(255,255,255,.68); font-size: 11px; }
.ai-provider-list > span.local { color: var(--green-dark); font-weight: 750; }
.ai-provider-list small { margin-left: 4px; color: #56685f; font-size: 8px; font-weight: 650; }

.privacy-band { width: 100%; display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: end; padding: 66px max(24px, calc((100vw - 1020px) / 2)); color: #f3f5f3; background: var(--charcoal); }
.section-index.light { color: #62d7ac; }
.privacy-band-copy h2 { max-width: 440px; margin: 0; font-size: 31px; line-height: 1.16; }
.privacy-band-copy > p:last-child { max-width: 430px; margin: 16px 0 0; color: #9ea8a2; font-size: 12px; line-height: 1.65; }
.privacy-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.privacy-points div { position: relative; min-width: 0; padding-top: 18px; }
.privacy-points div::before { content: ""; position: absolute; top: 0; left: 0; width: 30px; height: 3px; border-radius: 3px; background: var(--green); }
.privacy-points b, .privacy-points small { display: block; }
.privacy-points b { font-size: 13px; line-height: 1.35; }
.privacy-points small { margin-top: 8px; color: #8f9a93; font-size: 10px; line-height: 1.55; }

.pricing { width: 100%; max-width: none; display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 70px; align-items: center; padding: 120px max(24px, calc((100vw - 1020px) / 2)); background: #c9ecd9; }
.pricing-main h2 { margin-bottom: 28px; }
.price-panel { padding: 34px; border: 1px solid #cbd3cd; border-radius: 8px; background: #fff; }
.price-panel > div { display: flex; align-items: center; justify-content: space-between; padding-bottom: 12px; }
.price-panel > div > span { font-weight: 700; }
.price-panel strong { font-size: 54px; line-height: 1; }
.price-panel sup { margin-right: 4px; font-size: 15px; vertical-align: top; }
.price-panel ul { display: grid; gap: 13px; margin: 26px 0 28px; padding: 0; list-style: none; color: #535a55; font-size: 14px; }
.price-panel li::before { content: "✓"; margin-right: 9px; color: var(--green-dark); font-weight: 800; }
.price-note { margin: -8px 0 23px; padding: 14px; border-radius: 5px; color: #555e58; background: #f1f5f2; font-size: 11px; line-height: 1.6; }
.full { width: 100%; }
.windows-button { width: 100%; min-height: 43px; margin-top: 9px; border: 1px solid #d5dad6; border-radius: 6px; color: #878e89; background: #f7f8f7; }

.faq { padding-top: 30px; }
.faq h2 { margin-bottom: 36px; font-size: 34px; }
.faq details { margin-bottom: 10px; padding: 0 22px; border-radius: 7px; background: #fff; }
.faq summary { position: relative; padding: 20px 38px 20px 0; cursor: pointer; font-weight: 680; list-style: none; }
.faq summary::after { content: "+"; position: absolute; right: 5px; font-size: 21px; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { max-width: 720px; margin: -4px 0 22px; color: var(--muted); line-height: 1.7; }

footer { min-height: 180px; display: grid; gap: 28px; align-content: center; width: min(1020px, calc(100% - 48px)); margin: 0 auto; color: #555e58; font-size: 13px; }
.footer-brand { color: var(--ink); }
.footer-main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.footer-main > span { justify-self: end; }
.footer-links { display: flex; justify-content: center; gap: 24px; font-size: 12px; }
.footer-links a:hover { color: var(--green-dark); }

.language-select { position: relative; color: #59615c; font-size: 12px; font-weight: 700; }
.language-trigger { min-width: 116px; min-height: 38px; display: grid; grid-template-columns: 1fr 10px; align-items: center; gap: 12px; padding: 0 12px 0 14px; border: 1px solid #bcc6bf; border-radius: 6px; color: var(--ink); background: rgba(255,255,255,.78); cursor: pointer; text-align: left; }
.language-trigger i { width: 7px; height: 7px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); transition: transform .16s ease; }
.language-trigger[aria-expanded="true"] { border-color: #8fa99a; background: #fff; }
.language-trigger[aria-expanded="true"] i { transform: translateY(2px) rotate(225deg); }
.language-trigger:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.language-menu { position: absolute; z-index: 50; top: calc(100% + 7px); right: 0; width: 164px; display: grid; gap: 2px; padding: 6px; border: 1px solid #c9d2cc; border-radius: 7px; background: rgba(255,255,255,.98); box-shadow: 0 18px 42px rgba(31,55,43,.16); }
.language-menu[hidden] { display: none; }
.language-option { min-height: 40px; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; border-radius: 5px; color: #4c554f; font-size: 12px; }
.language-option:hover, .language-option:focus-visible { color: var(--ink); background: #eff5f1; outline: none; }
.language-option[aria-current="page"] { color: var(--green-dark); background: var(--green-soft); font-weight: 760; }
.language-option[aria-current="page"]::after { content: "✓"; font-weight: 800; }

.legal-page { background: #f7faf6; }
.legal-page .site-header { position: relative; }
.legal-page main { border-top: 1px solid var(--line); }
.legal-document { width: min(840px, calc(100% - 48px)); margin: 0 auto; padding: 86px 0 120px; }
.legal-document > header { max-width: 840px; padding-bottom: 56px; }
.legal-document h1 { max-width: none; font-size: 64px; line-height: 1.08; text-wrap: balance; }
.legal-document > header > p:not(.section-index) { margin: 28px 0 20px; color: var(--muted); font-size: 18px; line-height: 1.75; }
.legal-document time { color: #7b837e; font: 650 12px ui-monospace, SFMono-Regular, Menlo, monospace; }
.legal-sections { max-width: 760px; }
.legal-sections section { margin: 0 0 42px; }
.legal-sections h2 { margin: 0 0 15px; font-size: 21px; line-height: 1.35; }
.legal-sections p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.9; }
.legal-email { margin-top: 30px; }

@media (max-width: 1080px) {
  .product-stage { width: min(1120px, calc(100% - 48px)); margin-top: 72px; }
  .app-layout { height: clamp(460px, 52vw, 560px); }
  .hero-copy { padding-top: 126px; }
  .hero-lead { max-width: 610px; }
  .use-cases { grid-template-columns: 1fr; gap: 54px; }
  .use-case-heading { max-width: 680px; }
  .ai-workbench { grid-template-columns: 210px minmax(0, 1fr) 210px; }
}

@media (min-width: 761px) and (max-width: 900px) {
  .technology-heading { display: block; }
  .technology-heading > p:last-child { max-width: 620px; margin-top: 24px; }
  .engine-architecture { grid-template-columns: 1fr; grid-template-rows: 160px 160px; gap: 22px; padding: 24px; }
  .engine-core { min-height: 160px; padding: 0 0 22px; border-right: 0; border-bottom: 1px solid #29342e; }
  .engine-backends { padding-left: 0; }
}

@media (max-width: 900px) {
  .site-header {
    position: fixed;
    width: 100%;
    height: 66px;
    grid-template-columns: 1fr auto;
    margin: 0;
    padding: 0 16px;
    border-bottom: 1px solid rgba(107, 121, 113, .16);
    background: rgba(247, 250, 246, .94);
    backdrop-filter: blur(14px);
  }
  nav { display: none; }
  .header-actions { gap: 8px; }
  .mobile-menu-toggle {
    position: relative;
    width: 36px;
    height: 36px;
    display: block;
    padding: 0;
    border: 1px solid #c3cbc5;
    border-radius: 6px;
    background: rgba(255, 255, 255, .72);
    cursor: pointer;
  }
  .mobile-menu-toggle span {
    position: absolute;
    left: 9px;
    width: 16px;
    height: 1.5px;
    border-radius: 2px;
    background: var(--ink);
    transition: top .18s ease, transform .18s ease, opacity .18s ease;
  }
  .mobile-menu-toggle span:nth-child(1) { top: 11px; }
  .mobile-menu-toggle span:nth-child(2) { top: 17px; }
  .mobile-menu-toggle span:nth-child(3) { top: 23px; }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(1) { top: 17px; transform: rotate(45deg); }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .mobile-menu-toggle[aria-expanded="true"] span:nth-child(3) { top: 17px; transform: rotate(-45deg); }
  .mobile-menu {
    position: absolute;
    top: 58px;
    right: 16px;
    left: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
    padding: 10px;
    border: 1px solid #cdd5cf;
    border-radius: 8px;
    background: rgba(247, 250, 246, .98);
    box-shadow: 0 18px 44px rgba(26, 49, 37, .16);
  }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a {
    min-height: 44px;
    display: flex;
    align-items: center;
    padding: 9px 12px;
    border-radius: 5px;
    color: #424a45;
    font-size: 14px;
    line-height: 1.25;
  }
  .mobile-menu a:hover, .mobile-menu a:focus-visible { color: var(--green-dark); background: var(--green-soft); }
  main section[id] { scroll-margin-top: 76px; }
  .nav-download { padding: 8px 13px; }
  .hero { padding-bottom: 32px; }
  .hero-copy { width: calc(100% - 32px); padding-top: 112px; }
  .hero-copy::before { display: none; }
  .eyebrow { font-size: 11px; }
  h1 { font-size: 56px; }
  .hero-kicker { font-size: 23px; }
  .hero-lead { font-size: 16px; line-height: 1.65; }
  .hero-actions { align-items: stretch; gap: 8px; }
  .hero-actions .button { flex: 1; width: auto; padding: 0 10px; font-size: 12px; }
  .product-stage { width: min(520px, calc(100% - 32px)); margin-top: 56px; }
  .product-stage::before { top: -32px; bottom: -32px; }
  .stage-rail { top: 8px; width: 92%; gap: 10px; font-size: 8px; }
  .product-carousel { --desktop-frame-width: 92%; }
  .desktop-scene { aspect-ratio: 3 / 2; }
  .desktop-window { border-radius: 4px; }
  .desktop-window-controls { top: 4px; left: 5px; gap: 2px; }
  .desktop-window-controls i { width: 4px; height: 4px; }
  .product-carousel-meta { min-height: 58px; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 8px; margin-top: 20px; padding: 8px 8px 8px 11px; }
  .product-carousel-copy { gap: 2px; }
  .product-carousel-copy strong { font-size: 13px; }
  .product-carousel-copy span { display: none; }
  .product-carousel-controls { gap: 5px; }
  .product-carousel-controls > button { width: 30px; height: 30px; font-size: 17px; }
  .product-carousel-dots { gap: 5px; padding: 0; }
  .app-window { transform: none; }
  .app-layout { height: 300px; grid-template-columns: 1fr; }
  .app-sidebar, .app-tabs, .muted-row { display: none; }
  .app-topbar { min-height: 58px; padding: 0 14px; }
  .transcript { padding: 13px; }
  .transcript-row { min-height: 135px; padding: 12px; grid-template-columns: 27px 1fr auto; gap: 8px; }
  .row-number { width: 25px; height: 23px; }
  .row-content p { font-size: 14px; }
  .row-meta { flex-wrap: wrap; gap: 5px; }
  .player-bar { height: 45px; margin: 0 12px 12px; }
  .proof-bar { min-height: 92px; flex-wrap: wrap; gap: 12px 17px; padding: 18px 20px; font-size: 11px; }
  .section { width: calc(100% - 32px); padding: 80px 0; }
  .section-heading { display: block; }
  .section h2 { font-size: 38px; }
  .section-heading > p:last-child { margin-top: 25px; font-size: 15px; }
  html[lang="en"] main h2 > span { white-space: normal; }
  .use-cases { display: block; }
  .use-case-heading h2 { font-size: 38px; }
  .use-case-list { grid-template-columns: 1fr; margin-top: 45px; }
  .use-case-list article { grid-template-columns: 1fr; gap: 8px; min-height: 136px; padding: 20px; }
  .use-case-list article > strong { grid-column: 1; grid-row: 1; }
  .use-case-list article > p { grid-column: 1 / -1; grid-row: 2; }
  .use-cases { padding-bottom: 52px; }
  .import-section { padding-top: 52px; }
  .precision { width: 100%; padding: 80px 16px; }
  .import-workbench { grid-template-columns: 1fr; margin-top: 40px; }
  .drop-zone, .url-zone { min-height: 0; padding: 25px 20px; }
  .drop-zone { border-right: 0; border-bottom: 1px solid #ccd4ce; }
  .drop-zone strong { font-size: 22px; }
  .url-input-row { grid-template-columns: 1fr; }
  .url-input-row button { height: 42px; }
  .precision-demo { margin-top: 40px; padding: 25px 20px; }
  .precision-demo > p { margin: 35px 0 25px; font-size: 25px; }
  .large-wave { gap: 4px; }
  .gap-inspector { grid-template-columns: 1fr; gap: 15px; padding-left: 12px; }
  .timing-adjuster { grid-template-columns: auto 1fr auto; }
  .normal-gap { width: 100%; }
  .model-switcher { grid-template-columns: repeat(3, 1fr); grid-template-rows: 44px auto; margin-top: 45px; }
  .model-tab { grid-row: 1 !important; height: 44px; padding: 0 8px; border: 0 !important; text-align: center; }
  .model-tab::after { width: 48px; }
  .model-tab:nth-of-type(1) { grid-column: 1; }
  .model-tab:nth-of-type(2) { grid-column: 2; }
  .model-tab:nth-of-type(3) { grid-column: 3; }
  .model-tab.active { border: 0 !important; }
  .model-tab.active::after { width: 70px; }
  .model-display { grid-column: 1 / -1; grid-row: 2; grid-template-columns: minmax(0, 1fr); min-height: 300px; padding: 23px 20px 18px; }
  .model-copy { grid-column: 1; grid-row: auto; align-self: start; }
  .model-copy strong { font-size: 24px; }
  .model-wave, .model-facts { grid-column: 1; grid-row: auto; margin-right: 0; }
  .technology-section { padding: 80px 16px; }
  .technology-heading { display: block; }
  .technology-heading h2 { font-size: 38px; }
  .technology-heading > p:last-child { margin-top: 25px; font-size: 15px; }
  .technology-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .technology-section .model-switcher { margin-top: 0; }
  .engine-architecture { grid-template-columns: 1fr; grid-template-rows: auto auto; gap: 20px; padding: 20px; }
  .engine-core { min-height: 185px; grid-template-columns: minmax(0, 1fr) 82px; padding: 0 0 20px; border-right: 0; border-bottom: 1px solid #29342e; }
  .engine-core > div:first-child > strong { font-size: 25px; }
  .engine-chip { width: 82px; }
  .engine-backends { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; padding-left: 0; }
  .engine-backend { min-height: 126px; padding: 14px 10px; }
  .engine-backend > div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .engine-backend strong { font-size: 22px; }
  .engine-backend p { display: none; }
  .engine-footnote { margin-top: 20px; }
  .workflow-heading { display: block; }
  .workflow-workbench { margin-top: 45px; }
  .workflow-tabs { gap: 4px; padding: 5px; }
  .workflow-tab { height: 46px; padding: 0 8px; font-size: 12px; }
  .workflow-panel { height: 500px; }
  .speaker-demo, .translation-demo { height: 500px; min-height: 0; padding: 22px 20px; }
  .speaker-demo { display: block; }
  .translation-demo { display: block; }
  .speaker-demo .workbench-title { margin-bottom: 18px; }
  .speaker-demo article { margin-top: 8px; padding: 12px 14px; }
  .speaker-demo article p { margin: 10px 0 12px; font-size: 14px; line-height: 1.5; }
  .speaker-demo .voice-trace { height: 22px; }
  .speaker-demo > small { margin-top: 10px; }
  .speaker-demo article, .speaker-demo > small { margin-left: 32px; }
  .speaker-demo article::before { left: -32px; }
  .translation-copy { min-height: 0; }
  .translation-route { min-height: 42px; }
  .translation-route span { transform: rotate(90deg); }
  .subtitle-workbench { height: 500px; grid-template-columns: 1fr; grid-template-rows: 230px 258px; }
  .subtitle-preview, .subtitle-settings { min-height: 0; }
  .subtitle-preview, .subtitle-settings { padding-right: 20px; padding-left: 20px; }
  .subtitle-preview p { font-size: 18px; }
  .subtitle-settings input[type="range"] { margin: 20px 0; }
  .ai-section { padding: 80px 16px; }
  .ai-heading { display: block; }
  .ai-heading h2 { font-size: 38px; }
  .ai-heading > p:last-child { margin-top: 25px; font-size: 15px; }
  .ai-workbench { grid-template-columns: 1fr; min-height: 0; margin-top: 45px; }
  .ai-prompt-menu { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 20px; }
  .ai-prompt-menu > span { grid-column: 1 / -1; }
  .ai-prompt-menu button { min-height: 48px; }
  .ai-result { padding: 30px 20px; }
  .ai-result-meta { align-items: flex-start; flex-direction: column; gap: 7px; }
  .ai-question { margin-top: 27px; }
  .ai-result h3 { font-size: 24px; }
  .ai-context-panel { padding: 20px; }
  .ai-provider-band { grid-template-columns: 1fr; gap: 28px; }
  .ai-provider-list { display: flex; }
  .privacy-band { display: block; padding: 58px 16px; }
  .privacy-band-copy h2 { font-size: 29px; }
  .privacy-points { grid-template-columns: 1fr; gap: 22px; margin-top: 36px; }
  .pricing { width: 100%; display: block; padding: 80px 16px; }
  .price-panel { margin-top: 45px; padding: 25px 20px; }
  .price-panel strong { font-size: 46px; }
  footer { min-height: 250px; display: grid; align-content: center; gap: 26px; width: calc(100% - 32px); }
  .footer-main { display: flex; align-items: flex-start; flex-direction: column; gap: 14px; }
  .footer-main > p { margin: 0; }
  .footer-main > span { justify-self: auto; }
  .footer-links { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 14px 22px; }
  .language-trigger { min-width: 108px; min-height: 36px; padding-right: 10px; padding-left: 11px; }
  .legal-page .site-header { position: relative; }
  .legal-header nav { display: none; }
  .legal-document { width: calc(100% - 32px); padding: 64px 0 80px; }
  .legal-document > header { padding-bottom: 38px; }
  .legal-document h1 { font-size: 42px; }
  .legal-document > header > p:not(.section-index) { font-size: 16px; }
  .legal-sections section { margin-bottom: 34px; }
}

@media (max-width: 360px) {
  .site-header { padding: 0 12px; }
  .brand { gap: 7px; }
  .brand img { width: 30px; height: 30px; }
  .brand span { font-size: 17px; }
  .header-actions { gap: 5px; }
  .mobile-menu-toggle { flex: 0 0 34px; width: 34px; }
  .language-trigger { min-width: 98px; font-size: 11px; }
  .mobile-menu { right: 12px; left: 12px; }
}

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