@font-face {
  font-family: "Inter var";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("./vendor/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "JetBrains Mono var";
  font-style: normal;
  font-weight: 100 800;
  font-display: swap;
  src: url("./vendor/fonts/jetbrainsmono-latin.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --sans: "Inter var", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "JetBrains Mono var", ui-monospace, "SF Mono", Menlo, monospace;
  --ink: #101216;
  --muted: #5f6875;
  --paper: #ffffff;
  --white: #ffffff;
  --dark: #10141b;
  --line: rgba(16, 18, 22, 0.13);
  --cyan: #27e2ff;
  --lime: #b5ff58;
  --orange: #ff991f;
  --amber: #ffca45;
  --coral: #ff3e5b;
  --violet: #b78bff;
  --shadow: 0 24px 70px rgba(20, 28, 40, 0.13);
  --page-pad: clamp(18px, 6vw, 88px);
  --rail-pad: max(var(--page-pad), calc((100vw - 1440px) / 2 + var(--page-pad)));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-optical-sizing: auto;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.site-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 60px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 10px var(--rail-pad);
  border-bottom: 1px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(22px) saturate(1.22);
}

.brand,
.site-nav nav,
.nav-actions,
.actions,
.trust-line,
.language-poll,
.final-actions {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 15px;
  font-weight: 800;
}

.brand-mark {
  width: 32px;
  height: 32px;
  display: block;
  flex: 0 0 auto;
  border-radius: 9px;
  background: var(--dark) url("./app-icon.png") center / 122% 122% no-repeat;
  box-shadow: 0 10px 24px rgba(16, 18, 22, 0.18);
  overflow: hidden;
}

.brand-mark i {
  display: none;
}

.brand-mark i:nth-child(1),
.brand-mark i:nth-child(5),
.brand-mark i:nth-child(2),
.brand-mark i:nth-child(4),
.brand-mark i:nth-child(3) { height: 0; }

.site-nav nav {
  justify-content: center;
  gap: 26px;
  color: #616b78;
  font-size: 13px;
  font-weight: 620;
}

.site-nav nav a:hover,
.brand:hover {
  color: #000;
}

.nav-action,
.nav-download,
.nav-source {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 999px;
  background: var(--dark);
  color: #fff;
  font-size: 12.5px;
  font-weight: 750;
}

.nav-actions {
  justify-content: flex-end;
  gap: 8px;
}

.nav-source {
  border: 1px solid rgba(16, 18, 22, 0.12);
  background: rgba(255, 255, 255, 0.82);
  color: #202833;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(16px) saturate(1.1);
}

.hero {
  position: relative;
  min-height: min(800px, calc(100vh - 60px));
  overflow: hidden;
  padding: clamp(66px, 9vh, 104px) var(--rail-pad) 28px;
  background: #fff;
}

#hero-waves {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-content,
.product-moment,
.trust-line {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 940px;
}

.hero-orb-card {
  position: absolute;
  top: clamp(88px, 13vh, 144px);
  right: calc(var(--rail-pad) - 8px);
  z-index: 1;
  width: 260px;
  min-height: 286px;
  display: grid;
  place-items: center;
  gap: 12px;
  color: #56616e;
  font-family: var(--mono);
  font-size: 9.5px;
  font-weight: 720;
  text-transform: uppercase;
  opacity: 0.9;
}

.hero-orb-card .hero-orb {
  width: 220px;
  height: 220px;
  filter:
    drop-shadow(0 28px 48px rgba(39, 226, 255, 0.26))
    drop-shadow(0 42px 66px rgba(16, 18, 22, 0.12));
}

.eyebrow {
  margin: 0 0 14px;
  color: #267583;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 1080px;
  margin-bottom: 22px;
  font-size: clamp(52px, 6.8vw, 98px);
  line-height: 0.93;
  letter-spacing: 0;
  font-weight: 820;
}

h2 {
  max-width: 900px;
  margin-bottom: 0;
  font-size: clamp(34px, 4.6vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 800;
}

h3 {
  margin-bottom: 9px;
  font-size: 19px;
  line-height: 1.15;
}

.lede {
  max-width: 800px;
  margin-bottom: 0;
  color: #424b58;
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

.actions {
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 19px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 780;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.button.primary {
  color: #071012;
  background: var(--lime);
  box-shadow: 0 14px 34px rgba(121, 188, 42, 0.22);
}

.button.primary.dark {
  background: var(--dark);
  color: #fff;
  box-shadow: none;
}

.button.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
}

.button:hover {
  transform: translateY(-2px);
}

.download-note,
.release-note {
  max-width: 650px;
  margin: 11px 0 0;
  color: #6a7380;
  font-size: 12.5px;
  line-height: 1.45;
}

.download-note a {
  color: #176f7f;
  font-weight: 760;
}

.install-detail {
  max-width: 650px;
  margin-top: 4px;
  color: #7a8491;
  font-size: 12px;
  line-height: 1.4;
}

.install-detail summary {
  display: inline-flex;
  cursor: pointer;
  color: #176f7f;
  font-weight: 760;
}

.install-detail p {
  margin: 5px 0 0;
}

#dl-count {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid rgba(20, 115, 131, 0.18);
  border-radius: 999px;
  color: #176f7f;
  background: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 760;
}

#dl-count[hidden] {
  display: none;
}

.release-note {
  margin-top: 6px;
}

.hero-proof {
  max-width: 820px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(16, 18, 22, 0.1);
  border-radius: 8px;
  background: rgba(16, 18, 22, 0.1);
  box-shadow: 0 18px 46px rgba(20, 28, 40, 0.07);
}

.hero-proof div {
  min-height: 82px;
  padding: 15px 17px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px) saturate(1.1);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  margin-bottom: 4px;
  font-size: 21px;
  line-height: 1;
}

.hero-proof div:nth-child(1) strong { color: #147383; }
.hero-proof div:nth-child(2) strong { color: #c46b18; }
.hero-proof div:nth-child(3) strong { color: #5a43cc; }
.hero-proof div:nth-child(4) strong { color: #2b6516; }

.hero-proof span {
  color: #5c6672;
  font-size: 12px;
  line-height: 1.35;
}

.product-moment {
  width: min(1160px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  grid-template-areas:
    "spoken hud pasted"
    "tabs tabs tabs";
  align-items: center;
  gap: 28px;
  margin-top: clamp(44px, 6vh, 64px);
}

.spoken-side { grid-area: spoken; }
.hud-wrap { grid-area: hud; }
.pasted-side { grid-area: pasted; }
.scene-tabs { grid-area: tabs; }

.spoken-side,
.pasted-side {
  min-width: 0;
}

.moment-label {
  display: block;
  margin-bottom: 8px;
  color: #697380;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.spoken-side p,
.pasted-side p {
  min-height: 58px;
  margin: 0;
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.38;
  transition: opacity 260ms ease, transform 260ms ease;
}

.spoken-side p {
  color: #4d5763;
  font-style: italic;
}

.pasted-side p {
  color: #11171c;
  font-weight: 680;
}

.product-moment[data-phase="listening"] .pasted-side p {
  opacity: 0.58;
  transform: translateY(3px);
}

.product-moment[data-phase="processing"] .pasted-side p {
  opacity: 0.34;
  transform: translateY(5px);
}

.product-moment[data-phase="landed"] .spoken-side p {
  opacity: 0.48;
}

.product-moment[data-phase="landed"] .pasted-side p {
  animation: textLand 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

@keyframes textLand {
  from { opacity: 0; transform: translateY(9px); }
  to { opacity: 1; transform: translateY(0); }
}

.hud-wrap {
  width: 246px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}

.dictation-hud {
  position: relative;
  width: 196px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(13, 17, 23, 0.94);
  color: #fff;
  box-shadow: 0 16px 38px rgba(16, 20, 27, 0.22);
  backdrop-filter: blur(18px) saturate(1.16);
  transition: width 300ms ease, height 300ms ease, background-color 300ms ease, border-color 300ms ease, box-shadow 300ms ease;
}

.product-orb {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  display: block;
  transition: width 300ms ease, height 300ms ease, opacity 180ms ease;
}

.dictation-hud.listening {
  width: 64px;
  height: 64px;
  padding: 0;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.dictation-hud.listening .product-orb {
  width: 64px;
  height: 64px;
}

.dictation-hud.listening .hud-status {
  display: none;
}

.hud-status {
  font-family: var(--mono);
  font-size: 9.5px;
  font-weight: 650;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.language-signal,
.landed-check {
  display: none;
}

.language-signal {
  align-items: center;
  gap: 4px;
}

.language-signal b {
  min-width: 25px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(39, 226, 255, 0.18);
  color: #8af2ff;
  font-family: var(--mono);
  font-size: 9px;
}

.language-signal b[lang="hi"] {
  background: rgba(255, 153, 31, 0.2);
  color: #ffb766;
  font-family: var(--sans);
}

.dual .dictation-hud.processing .language-signal {
  display: flex;
  animation: signalIn 300ms ease-out;
}

.dual .dictation-hud.processing {
  width: 268px;
  border-color: rgba(255, 183, 102, 0.42);
  box-shadow: 0 16px 38px rgba(16, 20, 27, 0.22), 0 0 0 1px rgba(39, 226, 255, 0.12);
}

@keyframes signalIn {
  from { opacity: 0; transform: translateX(-5px); }
  to { opacity: 1; transform: translateX(0); }
}

.dictation-hud.landed {
  width: 106px;
  background: rgba(13, 17, 23, 0.98);
}

.dictation-hud.landed .product-orb,
.dictation-hud.landed .language-signal {
  display: none;
}

.dictation-hud.landed .landed-check {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--lime);
  color: #10140d;
  font-size: 12px;
  font-weight: 900;
}

.hold-cue {
  color: #7a8491;
  font-family: var(--mono);
  font-size: 9px;
}

.scene-tabs {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 5px;
}

.scene-tabs button {
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(16, 18, 22, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #69727f;
  font-family: var(--mono);
  font-size: 9.5px;
  cursor: pointer;
}

.scene-tabs button.active {
  border-color: #1a222a;
  background: #1a222a;
  color: #fff;
}

.trust-line {
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 25px;
  color: #555f6c;
  font-size: 12.5px;
  font-weight: 650;
}

.trust-line span::before {
  content: "✓";
  margin-right: 6px;
  color: #2a7583;
  font-weight: 900;
}

.value-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-inline: var(--rail-pad);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.value-band div {
  min-height: 112px;
  padding: 24px clamp(20px, 3vw, 34px);
}

.value-band div + div {
  border-left: 1px solid var(--line);
}

.value-band strong,
.value-band span {
  display: block;
}

.value-band strong {
  margin-bottom: 7px;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1;
}

.value-band span {
  max-width: 360px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.section {
  padding: 104px var(--rail-pad);
}

.section-intro {
  max-width: 920px;
  margin-bottom: 42px;
}

.section-intro > p:last-child {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.52;
}

.how {
  background: #f8f9f4;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.steps article {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0 18px 44px rgba(20, 28, 40, 0.06);
}

.step-number {
  margin-bottom: 34px;
  color: #5d6672;
  font-family: var(--mono);
  font-size: 11px;
}

.steps h3 {
  margin-top: auto;
}

.steps p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.5;
}

.hotkey-visual {
  min-height: 64px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 42px;
}

.hotkey-key {
  min-width: 46px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(16, 18, 22, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.82);
  color: #151b22;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 760;
  box-shadow: inset 0 -2px 0 rgba(16, 18, 22, 0.06), 0 10px 24px rgba(20, 28, 40, 0.06);
}

.hotkey-orb-wrap {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-orb-example {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
}

.language-pair {
  display: flex;
  gap: 7px;
  margin-bottom: 42px;
}

.language-pair b {
  width: 54px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(39, 226, 255, 0.36);
  border-radius: 999px;
  background: rgba(39, 226, 255, 0.12);
  color: #216f7a;
  font-family: var(--mono);
  font-size: 12px;
}

.language-pair b[lang="hi"] {
  border-color: rgba(255, 153, 31, 0.38);
  background: rgba(255, 153, 31, 0.12);
  color: #9a4f24;
  font-family: var(--sans);
}

.paste-mark {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
  border-radius: 50%;
  background: var(--lime);
  font-size: 25px;
  font-weight: 900;
}

.privacy {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  gap: clamp(44px, 8vw, 110px);
  padding: 104px var(--rail-pad);
  background: var(--dark);
  color: #fff;
}

.privacy .eyebrow {
  color: #7deafa;
}

.privacy-copy p:not(.eyebrow) {
  max-width: 620px;
  margin: 20px 0;
  color: #b9c1cc;
  font-size: 18px;
  line-height: 1.52;
}

.privacy-copy a {
  color: var(--lime);
  font-weight: 720;
}

.privacy-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.11);
}

.privacy-points div {
  min-height: 150px;
  padding: 24px;
  background: #151b23;
}

.privacy-points strong,
.privacy-points span {
  display: block;
}

.privacy-points strong {
  margin-bottom: 10px;
}

.privacy-points span {
  color: #aeb8c4;
  line-height: 1.48;
}

.evidence {
  background: #fff;
}

.proof-intro {
  max-width: 1000px;
}

.proof-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 0.8fr;
  gap: 14px;
}

.proof-card {
  min-height: 330px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f6f7f2;
}

.proof-card.hinglish {
  background: #eef8f1;
}

.proof-card.english {
  background: rgba(39, 226, 255, 0.1);
}

.proof-card.local-proof {
  background: rgba(181, 255, 88, 0.14);
}

.proof-card > span {
  color: #606a77;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 650;
}

.proof-card > strong {
  display: block;
  margin: 30px 0 18px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 0.9;
}

.proof-card > strong small {
  display: block;
  margin-top: 9px;
  font-size: 17px;
  font-weight: 650;
}

.proof-card p {
  max-width: 480px;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.48;
}

.comparison-bars {
  margin-top: 22px;
}

.comparison-bars div {
  position: relative;
  height: 28px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(16, 18, 22, 0.08);
}

.comparison-bars i {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--score);
  background: var(--cyan);
}

.comparison-bars .score-89 {
  width: 89%;
}

.comparison-bars .score-70 {
  width: 70%;
}

.comparison-bars .rival i {
  background: rgba(16, 18, 22, 0.24);
}

.comparison-bars b {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 9px;
  color: #182027;
  font-size: 11px;
}

.quick-compare {
  padding: 70px var(--rail-pad) 76px;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.quick-compare > div:first-child {
  max-width: 760px;
}

.quick-compare h2 {
  max-width: 760px;
  margin-top: 12px;
  font-size: clamp(36px, 4vw, 58px);
}

.quick-compare .competitor-readout {
  margin-top: 34px;
}

.text-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 20px;
  color: #176b79;
  font-size: 14px;
  font-weight: 720;
}

.claim-line {
  max-width: 980px;
  margin: 28px 0 0;
  color: #3e4854;
  font-size: 18px;
  line-height: 1.5;
}

.competitor-readout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.competitor-readout article {
  min-height: 176px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.88);
}

.competitor-readout span,
.competitor-readout strong {
  display: block;
}

.competitor-readout span {
  color: #147383;
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 720;
  text-transform: uppercase;
}

.competitor-readout strong {
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.2;
}

.competitor-readout p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.48;
}

.method-disclosure {
  max-width: 980px;
  margin-top: 30px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.method-disclosure summary {
  padding: 18px 0;
  color: #2b3540;
  font-size: 14px;
  font-weight: 720;
  cursor: pointer;
}

.method-disclosure > div {
  max-width: 820px;
  padding: 0 0 22px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.method-disclosure p {
  margin-bottom: 8px;
}

.method-disclosure a {
  display: inline-block;
  margin-top: 8px;
  color: #176b79;
  font-weight: 720;
}

.builder-story {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(480px, 1fr);
  gap: clamp(42px, 6vw, 80px);
  align-items: start;
  padding: 94px var(--rail-pad);
  border-top: 1px solid var(--line);
  background: #f8f9f4;
}

.builder-story-copy h2 {
  max-width: 560px;
}

.builder-story-copy > p:not(.eyebrow) {
  max-width: 570px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.builder-story-copy > p a,
.builder-contributors strong a {
  color: #137383;
  font-weight: 820;
  text-decoration: underline;
  text-decoration-color: rgba(20, 115, 131, 0.58);
  text-decoration-thickness: 1.4px;
  text-underline-offset: 3px;
}

.builder-story-copy > p a:hover,
.builder-story-copy > p a:focus-visible,
.builder-contributors strong a:hover,
.builder-contributors strong a:focus-visible {
  color: #0f5964;
  text-decoration-color: currentColor;
}

.builder-contributors {
  display: grid;
  gap: 10px;
}

.builder-contributors article {
  display: grid;
  grid-template-columns: 84px minmax(130px, 170px) minmax(0, 1fr);
  gap: 14px 18px;
  align-items: baseline;
  padding: 18px 20px;
  border: 1px solid rgba(16, 18, 22, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 34px rgba(20, 28, 40, 0.05);
}

.builder-contributors span {
  color: #147383;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 720;
  text-transform: uppercase;
}

.builder-contributors strong {
  font-size: 16px;
}

.builder-contributors p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.48;
}

.builder-profile-links {
  grid-column: 2 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 2px;
}

.builder-profile-links a {
  color: #147383;
  font-size: 12px;
  font-weight: 760;
  text-decoration: underline;
  text-decoration-color: rgba(20, 115, 131, 0.46);
  text-underline-offset: 3px;
}

.builder-profile-links a:hover,
.builder-profile-links a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.builder-reference-list {
  padding: 14px 18px;
  border: 1px dashed rgba(16, 18, 22, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.46);
}

.builder-reference-list span {
  display: block;
  margin-bottom: 6px;
  color: #147383;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 720;
  text-transform: uppercase;
}

.builder-reference-list p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.builder-reference-list a {
  color: #137383;
  font-weight: 780;
  text-decoration: underline;
  text-decoration-color: rgba(20, 115, 131, 0.5);
  text-underline-offset: 3px;
}

.builder-profile-note {
  margin: 4px 0 0;
  color: #66717f;
  font-size: 13px;
  line-height: 1.4;
}

.final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: end;
  margin: 0;
  padding: 90px var(--rail-pad);
  background: var(--dark);
  color: #fff;
}

.final-cta h2 {
  max-width: 760px;
}

.final-cta .eyebrow {
  color: #7deafa;
}

.final-cta p:not(.eyebrow) {
  max-width: 680px;
  margin: 18px 0 0;
  color: #b9c1cc;
  font-size: 18px;
  line-height: 1.5;
}

.final-actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.language-poll {
  grid-column: 1 / -1;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.language-poll button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #edf5f7;
  font-size: 12px;
  font-weight: 720;
  font-family: inherit;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.language-poll button:hover,
.language-poll button:focus-visible {
  border-color: var(--cyan);
  background: rgba(39, 226, 255, 0.13);
  transform: translateY(-1px);
}

.language-poll button.selected {
  background: rgba(181, 255, 88, 0.16);
  border-color: rgba(181, 255, 88, 0.82);
  color: #ffffff;
}

.language-poll button:nth-child(1) { border-color: rgba(255, 153, 31, 0.48); }
.language-poll button:nth-child(2) { border-color: rgba(39, 226, 255, 0.48); }
.language-poll button:nth-child(3) { border-color: rgba(183, 139, 255, 0.48); }
.language-poll button:nth-child(4) { border-color: rgba(181, 255, 88, 0.42); }

.poll-note {
  grid-column: 1 / -1;
  margin: 2px 0 0 !important;
  font-size: 12px !important;
  color: #9fa9b6 !important;
}

.poll-note a,
.poll-note strong {
  color: #edf5f7;
  font-weight: 760;
}

.poll-note a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.language-poll button::after {
  content: "+";
  margin-left: 7px;
  color: currentColor;
  opacity: 0.72;
}

footer {
  min-height: 110px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  padding: 26px var(--rail-pad);
  background: var(--dark);
  color: #fff;
  font-size: 13px;
}

footer > span {
  color: #9fa9b6;
}

footer > a:last-child {
  justify-self: end;
  color: var(--lime);
  font-weight: 720;
}

.brand-mark:empty::before {
  content: none;
}

.method-page {
  min-height: calc(100vh - 60px);
  background: #f8f9f4;
}

.method-page h1 {
  max-width: 1040px;
  font-size: clamp(48px, 7vw, 88px);
}

.method-page .lede {
  max-width: 980px;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 44px;
}

.method-grid article,
.benchmark-note {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.method-grid article {
  min-height: 176px;
  padding: 22px;
}

.method-grid p,
.benchmark-note p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.52;
}

.method-page .lede a,
.benchmark-note a {
  color: #176b79;
  font-weight: 720;
}

.benchmark-note {
  margin-top: 14px;
  padding: 20px 22px;
}

@media (max-width: 1000px) {
  .hero-orb-card {
    display: none;
  }

  .site-nav nav {
    display: none;
  }

  .product-moment {
    grid-template-columns: 1fr;
    grid-template-areas:
      "spoken"
      "hud"
      "pasted"
      "tabs";
    gap: 16px;
  }

  .spoken-side,
  .pasted-side {
    max-width: 700px;
  }

  .steps,
  .proof-grid,
  .competitor-readout,
  .method-grid {
    grid-template-columns: 1fr;
  }

  .steps article,
  .proof-card {
    min-height: 0;
  }

  .privacy {
    grid-template-columns: 1fr;
  }

  .builder-story {
    grid-template-columns: 1fr;
  }

  .final-cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .site-nav {
    min-height: 54px;
    grid-template-columns: 1fr auto;
    padding: 9px 16px;
  }

  .nav-action {
    min-height: 44px;
    padding: 0 12px;
  }

  .nav-download {
    min-height: 44px;
    padding: 0 12px;
  }

  .hero {
    min-height: 760px;
    padding: 42px 18px 24px;
  }

  h1 {
    font-size: clamp(46px, 14vw, 62px);
    line-height: 0.94;
  }

  .lede {
    font-size: 17px;
    line-height: 1.43;
  }

  .actions {
    margin-top: 22px;
  }

  .button {
    width: 100%;
  }

  .language-poll button {
    min-height: 44px;
  }

  .download-note,
  .release-note {
    font-size: 11.5px;
  }

  .nav-actions {
    gap: 6px;
  }

  .nav-source,
  .nav-action {
    min-height: 34px;
    padding-inline: 11px;
    font-size: 11.5px;
  }

  .nav-source,
  .nav-download-lite {
    min-width: 90px;
    font-size: 0;
  }

  .nav-source::before {
    content: "Source";
    font-size: 11.5px;
  }

  .nav-download-lite::before {
    content: "Download";
    font-size: 11.5px;
  }

  .hero-proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-proof div {
    min-height: 94px;
    padding: 13px 10px;
  }

  .hero-proof strong {
    font-size: 18px;
    line-height: 1.05;
  }

  .hero-proof span {
    font-size: 10px;
  }

  .product-moment {
    margin-top: 34px;
  }

  .spoken-side p,
  .pasted-side p {
    min-height: 48px;
    font-size: 16px;
  }

  .dictation-hud {
    width: 176px;
  }

  .dual .dictation-hud.processing {
    width: 250px;
  }

  .scene-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .scene-tabs button {
    flex: 0 0 auto;
    min-height: 44px;
  }

  .trust-line {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 14px;
    font-size: 11px;
  }

  .value-band {
    grid-template-columns: 1fr;
    padding-inline: 0;
  }

  .value-band div {
    min-height: 112px;
    padding: 24px 18px;
  }

  .value-band div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .section,
  .quick-compare,
  .privacy,
  .builder-story,
  .final-cta {
    padding: 74px 18px;
  }

  .builder-story {
    gap: 42px;
  }

  .builder-contributors article {
    grid-template-columns: 72px 1fr;
    gap: 8px 14px;
  }

  .builder-contributors p {
    grid-column: 1 / -1;
  }

  .builder-profile-links {
    grid-column: 1 / -1;
  }

  .quick-compare > div:first-child {
    display: block;
  }

  .quick-compare h2 {
    margin-top: 12px;
  }

  .section-intro {
    margin-bottom: 30px;
  }

  .steps article {
    padding: 20px;
  }

  .privacy {
    gap: 38px;
  }

  .privacy-points {
    grid-template-columns: 1fr;
  }

  .privacy-points div {
    min-height: 116px;
  }

  .proof-card {
    padding: 22px;
  }

  .proof-card > strong {
    font-size: 50px;
  }

  footer {
    grid-template-columns: 1fr auto;
  }

  footer > span {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button,
  .spoken-side p,
  .pasted-side p,
  .dictation-hud {
    transition: none;
  }

  .button:hover {
    transform: none;
  }

  .product-moment[data-phase="landed"] .pasted-side p,
  .dual .dictation-hud.processing .language-signal {
    animation: none;
  }
}
