:root {
  --canvas: #f8f7f3;
  --surface: #ffffff;
  --surface-muted: #f1f0eb;
  --ink: #20231e;
  --ink-deep: #151713;
  --muted: #6e7169;
  --soft: #999c94;
  --line: #e6e4dc;
  --accent: #e9ff5b;
  --accent-strong: #d9f83f;
  --success: #2d7a52;
  --recording: #ff5c54;
  --blue: #dce8ff;
  --sage: #eaf0e9;
  --shadow-sm: 0 12px 35px rgba(27, 31, 23, .07);
  --shadow-lg: 0 32px 100px rgba(27, 31, 23, .15);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 30px;
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--canvas);
  font-family: "Avenir Next", Avenir, "Segoe UI", -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img { max-width: 100%; }
.skip-link {
  position: fixed;
  top: -80px;
  left: 18px;
  z-index: 100;
  padding: 12px 16px;
  border-radius: 10px;
  background: var(--accent);
  color: var(--ink);
  font-weight: 800;
}
.skip-link:focus { top: 16px; }
.shell { width: min(1200px, calc(100% - 56px)); margin: 0 auto; }

.site-header {
  width: min(1280px, calc(100% - 48px));
  height: 86px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.75px;
}
.wordmark img { border-radius: 11px; box-shadow: 0 5px 15px rgba(32, 35, 30, .12); }
.site-header nav { display: flex; align-items: center; gap: 32px; }
.site-header nav a, .header-download, .site-footer a {
  position: relative;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  transition: color .2s ease;
}
.site-header nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--ink);
  transition: right .2s ease;
}
.site-header nav a:hover, .header-download:hover, .site-footer a:hover { color: var(--ink); }
.site-header nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 22px; }

.button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.15px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; border-radius: 12px; font-size: 13px; }
.button-dark { color: white; background: var(--ink); box-shadow: 0 10px 26px rgba(32, 35, 30, .16); }
.button-dark:hover { box-shadow: 0 15px 32px rgba(32, 35, 30, .24); }
.button-accent { color: var(--ink); background: var(--accent); box-shadow: 0 12px 30px rgba(168, 187, 43, .16); }
.button-outline { border-color: var(--line); background: rgba(255, 255, 255, .75); }
.button-dark-outline { color: white; border-color: #454940; background: transparent; }

.eyebrow {
  margin: 0 0 20px;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.live-dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 5px rgba(45, 122, 82, .1);
}

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: .84fr 1.16fr;
  gap: 44px;
  align-items: center;
  padding: 76px 0 92px;
}
.hero-copy { position: relative; z-index: 3; padding-left: 4px; }
.hero h1 {
  margin: 0;
  max-width: 650px;
  font-size: clamp(58px, 6.2vw, 92px);
  font-weight: 750;
  line-height: .94;
  letter-spacing: -.073em;
}
.hero h1 em, .final-cta h2 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
.hero-lede {
  max-width: 560px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.68;
  letter-spacing: -.1px;
}
.hero-actions { margin-top: 32px; display: flex; gap: 12px; }
.hero-note { margin: 18px 0 0 3px; color: var(--soft); font-size: 11px; }
.hero-note span:first-child { color: var(--success); font-weight: 900; }
.hero-note span:nth-child(2) { padding: 0 5px; color: #bbbdb6; }

.product-stage { min-width: 0; position: relative; padding: 58px 0 54px; }
.stage-grid {
  position: absolute;
  inset: -22px -18% -8px -10%;
  border-radius: 50%;
  background:
    linear-gradient(rgba(32,35,30,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32,35,30,.04) 1px, transparent 1px),
    radial-gradient(circle at 72% 24%, rgba(233,255,91,.64), transparent 33%),
    radial-gradient(circle at 18% 80%, rgba(205,224,255,.52), transparent 34%);
  background-size: 28px 28px, 28px 28px, auto, auto;
  transform: rotate(-2deg);
}
.product-window {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 108%;
  margin-left: -3%;
  border: 1px solid rgba(32,35,30,.14);
  border-radius: 23px;
  background: var(--surface);
  box-shadow: var(--shadow-lg);
  transform: perspective(1300px) rotateY(-2deg) rotateZ(1deg);
}
.product-chrome {
  height: 46px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  color: var(--soft);
  font-size: 9px;
}
.traffic-lights { display: flex; gap: 6px; }
.traffic-lights i { width: 8px; height: 8px; border-radius: 50%; background: #d9d8d3; }
.traffic-lights i:first-child { background: #ff7d70; }
.traffic-lights i:nth-child(2) { background: #f3c75c; }
.traffic-lights i:last-child { background: #6cce85; }
.chrome-status { justify-self: end; display: flex; align-items: center; gap: 6px; }
.chrome-status i { width: 6px; height: 6px; border-radius: 50%; background: #49a56f; }
.product-body { min-height: 480px; display: grid; grid-template-columns: 142px 1fr; }
.product-rail {
  padding: 22px 13px 14px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line);
  background: #faf9f6;
}
.mini-wordmark { margin: 0 7px 27px; display: flex; align-items: center; gap: 8px; font-size: 11px; }
.mini-wordmark img { width: 24px; height: 24px; border-radius: 7px; }
.rail-link {
  margin: 2px 0;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 9px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
}
.rail-link span { width: 13px; text-align: center; }
.rail-link.active { color: var(--ink); background: #edede8; }
.rail-plan { margin-top: auto; padding: 12px 8px 7px; border-top: 1px solid var(--line); }
.rail-plan small { font-size: 6px; letter-spacing: .1em; }
.rail-plan div { height: 4px; margin: 8px 0 6px; display: flex; overflow: hidden; border-radius: 5px; background: #e3e2dc; }
.rail-plan div i:first-child { width: 23%; background: var(--accent-strong); }
.rail-plan span { color: var(--soft); font-size: 6px; }
.dictate-workspace { padding: 31px 42px 27px; text-align: center; background: linear-gradient(180deg, white, #fdfcf9); }
.workspace-kicker { display: flex; justify-content: space-between; color: var(--soft); font-family: ui-monospace, monospace; font-size: 6px; letter-spacing: .13em; }
.workspace-kicker i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px #edf7f0; }
.dictate-workspace h2 { margin: 22px 0 5px; font-size: 25px; line-height: 1; letter-spacing: -.045em; }
.dictate-workspace > p { margin: 0; color: var(--muted); font-size: 8px; }
.voice-orbit { height: 134px; display: flex; align-items: center; justify-content: center; gap: 13px; }
.record-button {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 8px solid white;
  border-radius: 50%;
  background: var(--recording);
  box-shadow: 0 0 0 1px #eee, 0 12px 30px rgba(255, 92, 84, .26);
}
.record-button span { width: 14px; height: 20px; border: 2px solid white; border-radius: 9px; }
.voice-bars { display: flex; align-items: center; gap: 3px; opacity: .18; }
.voice-bars i { width: 3px; border-radius: 4px; background: var(--ink); animation: voice-pulse 1.1s ease-in-out infinite alternate; }
.voice-bars i:nth-child(1) { height: 10px; }
.voice-bars i:nth-child(2) { height: 25px; animation-delay: -.25s; }
.voice-bars i:nth-child(3) { height: 39px; animation-delay: -.6s; }
.voice-bars i:nth-child(4) { height: 18px; animation-delay: -.4s; }
.voice-bars.right { transform: scaleX(-1); }
.shortcut-key { margin: -22px auto 16px; color: var(--soft); font-family: ui-monospace, monospace; font-size: 6px; }
.transcript-card { padding: 14px 16px; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 9px 25px rgba(32,35,30,.05); text-align: left; }
.transcript-card-head, .transcript-card > div:last-child { display: flex; align-items: center; justify-content: space-between; }
.transcript-card-head { font-size: 7px; font-weight: 800; }
.transcript-card-head span { display: flex; align-items: center; gap: 6px; }
.transcript-card-head i { width: 6px; height: 6px; border-radius: 50%; background: var(--success); }
.transcript-card-head b { padding: 5px 8px; border-radius: 6px; color: white; background: var(--ink); }
.transcript-card p { margin: 10px 0; font-family: Georgia, serif; font-size: 10px; line-height: 1.5; }
.transcript-card > div:last-child { color: var(--soft); font-size: 6px; }
.stage-toast {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  border: 1px solid rgba(32,35,30,.08);
  background: white;
  box-shadow: 0 16px 40px rgba(27,31,23,.13);
}
.stage-toast div { display: flex; flex-direction: column; }
.stage-toast small { margin-top: 2px; color: var(--soft); font-size: 7px; }
.toast-cleanup { top: 25px; right: -25px; gap: 10px; padding: 11px 15px 11px 11px; border-radius: 13px; }
.toast-cleanup > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 8px; background: var(--accent); font-size: 11px; }
.toast-cleanup b { font-size: 9px; }
.toast-language { left: -24px; bottom: 20px; gap: 10px; padding: 11px 16px; border-radius: 13px; }
.toast-language > b { font-size: 25px; letter-spacing: -.05em; }
.toast-language span { font-size: 8px; font-weight: 800; text-transform: uppercase; }

.proof-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.48); }
.proof-grid { min-height: 126px; display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { padding: 30px 26px; display: flex; align-items: center; gap: 15px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { padding-left: 4px; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid strong { font-size: 31px; line-height: 1; letter-spacing: -.05em; }
.proof-grid span { color: var(--muted); font-size: 9px; font-weight: 650; line-height: 1.45; text-transform: uppercase; letter-spacing: .04em; }

.section { padding-top: 140px; padding-bottom: 140px; }
.section-heading { margin-bottom: 60px; }
.section-heading h2, .notes-copy h2 {
  margin: 0;
  font-size: clamp(46px, 5vw, 68px);
  line-height: 1.01;
  letter-spacing: -.062em;
}
.split-heading { display: grid; grid-template-columns: 1.12fr .88fr; gap: 90px; align-items: end; }
.split-heading > p, .section-heading.centered > p:last-child {
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.capability-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: 18px; }
.capability-card {
  min-height: 475px;
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: white;
}
.capability-top { display: flex; align-items: center; justify-content: space-between; }
.capability-top > span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(32,35,30,.2);
  border-radius: 50%;
  font-family: ui-monospace, monospace;
  font-size: 8px;
}
.capability-top small { font-family: ui-monospace, monospace; font-size: 8px; letter-spacing: .12em; }
.capability-card h3 { max-width: 460px; margin: 40px 0 0; font-size: clamp(28px, 3vw, 42px); line-height: 1.05; letter-spacing: -.05em; }
.capability-card > p { max-width: 500px; margin: 15px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.capability-dictate { min-height: 580px; background: var(--accent); border-color: #d9e84c; }
.capability-dictate > p { color: #5a612d; }
.dictate-demo {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 30px;
  padding: 27px;
  border: 1px solid rgba(32,35,30,.07);
  border-radius: 17px;
  background: #fcfff0;
  box-shadow: 0 22px 52px rgba(77,86,20,.12);
}
.demo-status { display: flex; justify-content: space-between; color: var(--muted); font-family: ui-monospace, monospace; font-size: 8px; text-transform: uppercase; }
.demo-status span { display: flex; align-items: center; gap: 7px; }
.demo-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--recording); box-shadow: 0 0 0 5px rgba(255,92,84,.1); }
.dictate-demo > p { margin: 26px 0 22px; font-family: Georgia, serif; font-size: 24px; line-height: 1.42; }
.dictate-demo mark { padding: 0 2px; background: #e0ef79; }
.cursor { width: 2px; height: 1em; display: inline-block; margin-left: 3px; vertical-align: -.1em; background: var(--ink); animation: blink 1s steps(2) infinite; }
.wave-row { height: 28px; display: flex; align-items: center; gap: 6px; }
.wave-row i { width: 5px; border-radius: 5px; background: #bdcc37; }
.wave-row i:nth-child(1), .wave-row i:nth-child(12) { height: 7px; }
.wave-row i:nth-child(2), .wave-row i:nth-child(10) { height: 15px; }
.wave-row i:nth-child(3), .wave-row i:nth-child(8) { height: 25px; }
.wave-row i:nth-child(4), .wave-row i:nth-child(9) { height: 18px; }
.wave-row i:nth-child(5), .wave-row i:nth-child(7) { height: 28px; }
.wave-row i:nth-child(6), .wave-row i:nth-child(11) { height: 12px; }
.capability-command { color: white; background: var(--ink); border-color: var(--ink); }
.capability-command .capability-top > span { border-color: #555950; color: var(--accent); }
.capability-command .capability-top small { color: var(--accent); }
.capability-command > p { color: #b7bab3; }
.command-demo { position: absolute; left: 34px; right: 34px; bottom: 32px; }
.selected-copy { padding: 15px; border: 1px solid #464a43; border-radius: 11px; color: #d5d7d2; background: #2a2d28; font-family: Georgia, serif; font-size: 11px; line-height: 1.55; }
.command-bubble { width: max-content; max-width: 94%; margin: 10px 0 10px auto; padding: 11px 13px; border-radius: 12px 12px 3px 12px; color: var(--ink); background: var(--accent); font-size: 9px; font-weight: 700; }
.command-bubble span { color: var(--recording); font-size: 8px; }
.command-result { padding: 14px; border: 1px solid #454942; border-radius: 11px; color: #f1f2ef; background: #343731; font-size: 10px; line-height: 1.55; }
.command-result i { padding-right: 5px; color: var(--accent); font-style: normal; }
.capability-history { background: var(--blue); border-color: #cfdbef; }
.history-demo { position: absolute; left: 34px; right: 34px; bottom: 28px; }
.search-pill { margin-bottom: 8px; padding: 11px 13px; border: 1px solid rgba(32,35,30,.1); border-radius: 9px; color: #737a83; background: rgba(255,255,255,.68); font-size: 9px; }
.history-row { padding: 10px 2px; display: flex; align-items: center; gap: 11px; border-top: 1px solid rgba(32,35,30,.1); }
.history-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: rgba(255,255,255,.6); font-size: 10px; }
.history-row div { display: flex; flex-direction: column; }
.history-row b { font-size: 9px; }
.history-row small { margin-top: 2px; color: #7f8690; font-size: 7px; }
.history-row.faded { opacity: .65; }
.capability-control { background: var(--sage); border-color: #dce4db; }
.control-demo { position: absolute; left: 34px; right: 34px; bottom: 29px; padding: 6px 16px; border: 1px solid rgba(32,35,30,.08); border-radius: 14px; background: rgba(255,255,255,.65); }
.control-demo > div:not(.mode-switch) { padding: 12px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(32,35,30,.08); font-size: 9px; font-weight: 700; }
.control-demo kbd { padding: 7px 9px; border: 1px solid #d8ddd5; border-radius: 7px; background: white; box-shadow: 0 2px 0 #d3d7d0; font-family: ui-monospace, monospace; font-size: 8px; }
.mode-switch { margin: 12px 0; padding: 4px; display: grid; grid-template-columns: 1fr 1fr; gap: 4px; border-radius: 9px; background: #e1e6df; }
.mode-switch span { padding: 8px 4px; border-radius: 7px; color: var(--soft); font-size: 7px; font-weight: 800; text-align: center; }
.mode-switch .on { color: var(--ink); background: white; box-shadow: 0 4px 12px rgba(32,35,30,.07); }

.notes-section { padding: 140px 0; color: white; background: var(--ink-deep); }
.notes-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 64px; align-items: center; }
.notes-copy .eyebrow { color: var(--accent); }
.notes-copy h2 { max-width: 530px; }
.notes-lede { max-width: 500px; margin: 24px 0 0; color: #b8bbb4; font-size: 15px; line-height: 1.7; }
.notes-benefits { margin: 35px 0 0; padding: 0; list-style: none; }
.notes-benefits li { padding: 18px 0; display: flex; gap: 15px; border-top: 1px solid #353832; }
.notes-benefits li > span { width: 30px; height: 30px; flex: none; display: grid; place-items: center; border-radius: 9px; color: var(--ink); background: var(--accent); font-size: 11px; font-weight: 900; }
.notes-benefits b { font-size: 13px; }
.notes-benefits p { margin: 5px 0 0; color: #aeb1aa; font-size: 11px; line-height: 1.55; }
.notes-window {
  min-width: 0;
  min-height: 570px;
  position: relative;
  display: grid;
  grid-template-columns: 142px 1fr;
  overflow: hidden;
  border: 1px solid #3b3e38;
  border-radius: 22px;
  color: var(--ink);
  background: white;
  box-shadow: 0 38px 100px rgba(0,0,0,.34);
  transform: rotate(1deg);
}
.notes-sidebar { padding: 22px 12px; border-right: 1px solid var(--line); background: #f5f4f0; }
.notes-brand { margin: 0 7px 25px; display: flex; align-items: center; gap: 7px; font-size: 10px; }
.notes-brand img { width: 22px; height: 22px; border-radius: 6px; }
.notes-nav, .page-row { margin: 2px 0; padding: 8px 9px; display: flex; align-items: center; gap: 8px; border-radius: 7px; color: var(--muted); font-size: 7px; font-weight: 700; }
.notes-nav.active, .page-row.active { color: var(--ink); background: #e8e8e2; }
.page-label { margin: 24px 8px 7px; display: flex; justify-content: space-between; color: var(--soft); font-family: ui-monospace, monospace; font-size: 6px; letter-spacing: .1em; }
.page-group { margin: 17px 9px 5px; color: var(--soft); font-size: 6px; font-weight: 800; }
.note-document { min-width: 0; padding: 23px 38px 32px; }
.note-toolbar { margin: 0 -15px 32px; display: flex; align-items: center; justify-content: space-between; color: var(--soft); font-size: 6px; }
.note-toolbar div { display: flex; align-items: center; gap: 7px; }
.note-toolbar i { width: 18px; height: 18px; border-radius: 6px; background: #efeee9; }
.note-toolbar b { padding: 6px 9px; border-radius: 6px; color: white; background: var(--ink); font-size: 6px; }
.note-document > small { color: #858a82; font-family: ui-monospace, monospace; font-size: 6px; letter-spacing: .12em; }
.note-document h3 { margin: 10px 0 8px; font-family: Georgia, serif; font-size: 35px; font-weight: 400; letter-spacing: -.04em; }
.document-intro { max-width: 340px; margin: 0 0 30px; color: var(--muted); font-family: Georgia, serif; font-size: 11px; line-height: 1.6; }
.note-document h4 { margin: 0 0 11px; font-size: 10px; }
.note-document ul { margin: 0; padding: 0; list-style: none; }
.note-document li { margin: 9px 0; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 8px; }
.check { width: 14px; height: 14px; display: grid; place-items: center; border: 1px solid #c8cbc4; border-radius: 4px; font-size: 7px; }
.check.checked { border-color: #d9eb5b; color: var(--ink); background: var(--accent); }
.voice-note { margin-top: 22px; padding: 11px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--line); border-radius: 10px; background: #faf9f6; }
.voice-note button { width: 25px; height: 25px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--ink); background: var(--accent); font-size: 7px; }
.voice-note > div { flex: 1; display: flex; flex-direction: column; }
.voice-note b { font-size: 7px; }
.voice-note div span { height: 12px; display: flex; align-items: center; gap: 3px; }
.voice-note div i { width: 2px; border-radius: 3px; background: #b8bab4; }
.voice-note div i:nth-child(1), .voice-note div i:nth-child(8) { height: 3px; }
.voice-note div i:nth-child(2), .voice-note div i:nth-child(6) { height: 8px; }
.voice-note div i:nth-child(3), .voice-note div i:nth-child(7) { height: 5px; }
.voice-note div i:nth-child(4) { height: 11px; }
.voice-note div i:nth-child(5) { height: 7px; }
.voice-note time { color: var(--soft); font-family: ui-monospace, monospace; font-size: 6px; }
.backlink { margin-top: 15px; color: var(--soft); font-size: 7px; }
.backlink b { color: var(--ink); }
.tem-panel {
  position: absolute;
  right: 13px;
  bottom: 13px;
  width: 205px;
  padding: 13px;
  border: 1px solid #454940;
  border-radius: 13px;
  color: white;
  background: #252822;
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}
.tem-head { display: flex; align-items: center; gap: 8px; }
.tem-head > span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; color: var(--ink); background: var(--accent); font-size: 9px; }
.tem-head div { flex: 1; display: flex; flex-direction: column; }
.tem-head b { font-size: 8px; }
.tem-head small { margin-top: 1px; color: #aeb1aa; font-size: 6px; }
.tem-head > i { color: #868a82; font-size: 11px; font-style: normal; }
.tem-message { margin: 13px 0; padding: 10px; border-radius: 8px 8px 8px 2px; color: #daddd6; background: #34372f; font-size: 7px; line-height: 1.5; }
.tem-action { padding: 9px; display: flex; align-items: center; gap: 8px; border: 1px solid #464a42; border-radius: 9px; }
.tem-action > span { color: var(--recording); font-size: 8px; }
.tem-action div { display: flex; flex-direction: column; }
.tem-action b { font-size: 7px; }
.tem-action small { color: #92968e; font-size: 6px; }

.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.platform-card { min-height: 370px; padding: 31px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; }
.platform-card.featured { background: var(--accent); border-color: #dce94b; }
.platform-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 45px; border-radius: 14px; color: white; background: var(--ink); font-size: 19px; }
.platform-card > span { font-family: ui-monospace, monospace; font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.platform-card h3 { margin: 14px 0 0; font-size: 29px; line-height: 1.07; letter-spacing: -.045em; }
.platform-card p { margin: 14px 0 24px; color: var(--muted); font-size: 12px; line-height: 1.65; }
.platform-card > a, .platform-card > b { margin-top: auto; font-size: 10px; font-weight: 800; }
.platform-card > a { text-decoration: underline; text-underline-offset: 4px; }
.language-banner {
  margin-top: 16px;
  padding: 30px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 30px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #efeee9;
}
.language-banner > div:first-child { display: flex; align-items: center; gap: 17px; }
.language-mark { width: 51px; height: 51px; flex: none; display: grid; place-items: center; border-radius: 15px; color: var(--accent); background: var(--ink); font-family: Georgia, serif; font-size: 19px; }
.language-banner b { font-size: 15px; }
.language-banner p { margin: 4px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.language-cloud { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 7px; }
.language-cloud span { padding: 7px 9px; border: 1px solid #dcdbd5; border-radius: 7px; color: var(--muted); background: white; font-size: 8px; }

.privacy-section { padding: 0 0 90px; }
.privacy-card {
  padding: 52px;
  display: grid;
  grid-template-columns: 66px 1.1fr .9fr;
  gap: 38px;
  align-items: center;
  border: 1px solid #dce4db;
  border-radius: var(--radius-lg);
  background: var(--sage);
}
.privacy-lock { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 18px; background: var(--ink); }
.privacy-lock span { width: 19px; height: 17px; position: relative; border-radius: 4px; background: var(--accent); }
.privacy-lock span::before { content: ""; width: 11px; height: 10px; position: absolute; left: 4px; top: -8px; border: 2px solid var(--accent); border-bottom: 0; border-radius: 7px 7px 0 0; }
.privacy-copy .eyebrow { margin-bottom: 10px; }
.privacy-copy h2 { margin: 0; font-size: 34px; line-height: 1.08; letter-spacing: -.05em; }
.privacy-details p { margin: 0 0 11px; color: var(--muted); font-size: 11px; line-height: 1.65; }
.privacy-details a { font-size: 10px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.centered { max-width: 780px; margin-left: auto; margin-right: auto; text-align: center; }
.centered .eyebrow { margin-bottom: 15px; }
.section-heading.centered > p:last-child { max-width: 650px; margin: 22px auto 0; }
.pricing-grid { max-width: 940px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.price-card {
  min-height: 620px;
  position: relative;
  padding: 35px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: white;
}
.price-card-pro { color: white; background: var(--ink); border-color: var(--ink); box-shadow: 0 25px 70px rgba(32,35,30,.15); }
.popular { position: absolute; top: -11px; right: 24px; padding: 7px 10px; border-radius: 7px; color: var(--ink); background: var(--accent); font-family: ui-monospace, monospace; font-size: 7px; font-weight: 800; letter-spacing: .1em; }
.plan-heading { min-height: 105px; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.plan-heading > div > span { font-family: ui-monospace, monospace; font-size: 8px; font-weight: 800; letter-spacing: .12em; }
.plan-heading h3 { margin: 12px 0 0; font-size: 24px; letter-spacing: -.04em; }
.plan-heading > p { margin: -4px 0 0; display: flex; align-items: flex-end; flex-direction: column; }
.plan-heading strong { font-size: 44px; line-height: 1; letter-spacing: -.07em; }
.plan-heading small { margin-top: 5px; color: var(--soft); font-size: 9px; }
.price-card > .button { width: 100%; }
.price-card-pro .button-accent { box-shadow: none; }
.limit-feature { margin: 30px 0 8px; padding: 22px 0; display: flex; align-items: baseline; gap: 9px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-card-pro .limit-feature { border-color: #3c4039; }
.limit-feature b { font-size: 25px; letter-spacing: -.04em; }
.limit-feature span { color: var(--soft); font-size: 9px; text-transform: uppercase; letter-spacing: .04em; }
.price-card ul { margin: 7px 0 0; padding: 0; list-style: none; }
.price-card li { padding: 9px 0 9px 24px; position: relative; font-size: 11px; line-height: 1.45; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: #738531; font-weight: 900; }
.price-card-pro li::before { color: var(--accent); }
.annual-note { margin: auto 0 0; padding-top: 17px; display: flex; flex-direction: column; border-top: 1px solid #3c4039; }
.annual-note b { font-size: 11px; }
.annual-note span { margin-top: 4px; color: #aeb1aa; font-size: 8px; }
.pricing-note { margin: 20px 0 0; color: var(--soft); font-size: 9px; text-align: center; }

.faq-section { padding: 0 0 140px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.faq-heading { position: sticky; top: 30px; align-self: start; }
.faq-heading h2 { margin: 0; font-size: 42px; letter-spacing: -.05em; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 40px 24px 0; position: relative; cursor: pointer; list-style: none; font-size: 15px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 2px; top: 20px; color: var(--muted); font-size: 23px; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 670px; margin: -6px 40px 24px 0; color: var(--muted); font-size: 12px; line-height: 1.7; }

.final-cta {
  min-height: 640px;
  position: relative;
  overflow: hidden;
  padding: 100px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  background: var(--ink-deep);
  text-align: center;
}
.final-cta > *:not(.final-grid) { position: relative; z-index: 2; }
.final-grid {
  position: absolute;
  inset: -20%;
  opacity: .42;
  background:
    linear-gradient(#353831 1px, transparent 1px),
    linear-gradient(90deg, #353831 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(233,255,91,.19), transparent 36%);
  background-size: 45px 45px, 45px 45px, auto;
  transform: perspective(600px) rotateX(62deg) translateY(28%);
}
.final-wave { height: 68px; margin-bottom: 29px; display: flex; align-items: center; gap: 8px; }
.final-wave i { width: 6px; border-radius: 8px; background: var(--accent); animation: wave-dance .9s ease-in-out infinite alternate; }
.final-wave i:nth-child(1), .final-wave i:nth-child(11) { height: 12px; }
.final-wave i:nth-child(2), .final-wave i:nth-child(10) { height: 25px; animation-delay: -.15s; }
.final-wave i:nth-child(3), .final-wave i:nth-child(9) { height: 43px; animation-delay: -.35s; }
.final-wave i:nth-child(4), .final-wave i:nth-child(8) { height: 60px; animation-delay: -.2s; }
.final-wave i:nth-child(5), .final-wave i:nth-child(7) { height: 47px; animation-delay: -.55s; }
.final-wave i:nth-child(6) { height: 31px; animation-delay: -.42s; }
.final-cta .eyebrow { margin-bottom: 14px; color: var(--accent); }
.final-cta h2 { margin: 0; font-size: clamp(53px, 6.7vw, 92px); line-height: .98; letter-spacing: -.068em; }
.final-actions { margin-top: 34px; display: flex; gap: 12px; }
.final-cta > p:last-child { margin: 18px 0 0; color: #8f938a; font-size: 9px; }

.site-footer {
  min-height: 160px;
  padding: 36px max(24px, calc((100% - 1200px) / 2));
  display: grid;
  grid-template-columns: .75fr .8fr 1.45fr;
  gap: 20px;
  align-items: center;
  border-top: 1px solid var(--line);
}
.site-footer > p { color: var(--muted); font-size: 10px; text-align: center; }
.site-footer > div { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 18px; color: var(--muted); font-size: 9px; }

/* Shared legal and support pages */
.legal-page { padding-top: 74px; padding-bottom: 100px; }
.legal-content { max-width: 880px; margin: 0 auto; padding: 62px 72px; border: 1px solid var(--line); border-radius: 24px; background: var(--surface); box-shadow: var(--shadow-sm); }
.legal-content h1 { margin: 0 0 14px; font-size: clamp(42px, 5vw, 68px); line-height: 1; letter-spacing: -.06em; }
.legal-content h2 { margin: 46px 0 14px; padding-top: 10px; border-top: 1px solid var(--line); font-size: 26px; line-height: 1.15; letter-spacing: -.035em; }
.legal-content h3 { margin: 28px 0 10px; font-size: 18px; }
.legal-content p, .legal-content li { color: var(--muted); font-size: 14px; line-height: 1.75; }
.legal-content p { margin: 0 0 16px; }
.legal-content ul, .legal-content ol { margin: 0 0 20px; padding-left: 24px; }
.legal-content li { padding-left: 4px; margin: 6px 0; }
.legal-content a { color: var(--ink); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-content strong { color: var(--ink); }
.legal-content code { padding: 2px 5px; border-radius: 4px; color: var(--ink); background: #f0efea; font-size: .9em; }
.legal-content blockquote { margin: 24px 0; padding: 16px 20px; border-left: 3px solid var(--accent-strong); background: #f6f8ee; }
.legal-content blockquote p { margin: 0; color: var(--ink); }
.legal-content table { width: 100%; margin: 18px 0 24px; border-collapse: collapse; font-size: 13px; }
.legal-content th, .legal-content td { padding: 12px 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; line-height: 1.55; }
.legal-content th { color: var(--ink); background: #f5f4ef; font-weight: 800; }
.legal-content td { color: var(--muted); }
.legal-content caption { margin-bottom: 8px; color: var(--ink); font-size: 12px; font-weight: 800; text-align: left; }

/* Download page */
.download-hero { min-height: calc(100vh - 246px); padding: 96px 0 120px; }
.download-hero h1 { margin: 0; font-size: clamp(46px, 5.4vw, 74px); line-height: 1; letter-spacing: -.06em; }
.download-card { max-width: 560px; margin-top: 40px; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow-sm); }
.download-main { width: 100%; min-height: 56px; font-size: 16px; }
.download-version { margin: 18px 0 0; color: var(--muted); font-size: 12px; text-align: center; }
.download-version strong { color: var(--ink); font-family: ui-monospace, monospace; }
.download-alt-list { margin: 22px 0 0; padding: 0; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; list-style: none; }
.download-alt { min-height: 42px; padding: 0 20px; }
.download-mobile-note { margin: 20px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; text-align: center; }
.download-mobile-note a { color: var(--ink); font-weight: 700; text-decoration: underline; }
.download-main[aria-disabled="true"], .download-alt[aria-disabled="true"] { opacity: .55; pointer-events: none; cursor: default; }
.download-card .dl-label { line-height: 1; }
.download-card svg { width: 1.15em; height: 1.15em; flex: none; transition: transform .2s ease; }
.download-main:not([aria-disabled="true"]):hover svg, .download-alt:not([aria-disabled="true"]):hover svg { transform: translateY(-1px) scale(1.08); }

@keyframes blink { 50% { opacity: 0; } }
@keyframes voice-pulse { to { transform: scaleY(.55); } }
@keyframes wave-dance { to { transform: scaleY(.55); opacity: .72; } }
@keyframes dl-pop { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
.download-main:not([aria-disabled="true"]) { animation: dl-pop .4s cubic-bezier(.2,.7,.2,1) both; }
.download-alt-list li { animation: dl-pop .4s cubic-bezier(.2,.7,.2,1) both; }
.download-alt-list li:nth-child(2) { animation-delay: .07s; }

@media (max-width: 1080px) {
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 94px; }
  .hero-copy { max-width: 780px; }
  .product-stage { width: min(780px, 100%); margin: 5px auto 0; }
  .product-window { width: 100%; margin-left: 0; }
  .notes-layout { grid-template-columns: 1fr; }
  .notes-copy { max-width: 720px; }
  .notes-window { width: min(780px, 100%); margin: 15px auto 0; }
  .privacy-card { grid-template-columns: 66px 1fr; }
  .privacy-details { grid-column: 2; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer > p { display: none; }
}

@media (max-width: 820px) {
  .shell, .site-header { width: min(100% - 32px, 1200px); }
  .site-header { height: 74px; grid-template-columns: 1fr auto; }
  .site-header nav, .header-download { display: none; }
  .button-small { min-height: 38px; padding: 0 13px; font-size: 12px; }
  .hero { padding: 70px 0 68px; gap: 20px; }
  .hero h1 { font-size: clamp(52px, 13.5vw, 78px); }
  .hero-lede { margin-top: 24px; font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; width: min(100%, 330px); }
  .hero-actions .button { width: 100%; }
  .product-stage { padding: 45px 0; }
  .stage-grid { inset: 0 -20%; }
  .product-window { transform: none; }
  .product-body { grid-template-columns: 1fr; min-height: 430px; }
  .product-rail { display: none; }
  .dictate-workspace { padding: 30px 24px; }
  .toast-cleanup { right: -5px; top: 14px; }
  .toast-language { left: -5px; bottom: 17px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { min-height: 105px; border-bottom: 1px solid var(--line); }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:first-child { padding-left: 26px; }
  .proof-grid > div:nth-child(3), .proof-grid > div:nth-child(4) { border-bottom: 0; }
  .section { padding-top: 95px; padding-bottom: 95px; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .section-heading h2, .notes-copy h2 { font-size: 45px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 480px; }
  .capability-dictate { min-height: 610px; }
  .notes-section { padding: 95px 0; }
  .notes-layout { gap: 40px; }
  .platform-grid { grid-template-columns: 1fr; }
  .platform-card { min-height: 320px; }
  .language-banner { grid-template-columns: 1fr; }
  .language-cloud { justify-content: flex-start; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 590px; }
  .faq-section { padding-bottom: 95px; grid-template-columns: 1fr; gap: 35px; }
  .faq-heading { position: static; }
  .site-footer { padding: 40px 20px; grid-template-columns: 1fr; gap: 25px; text-align: center; }
  .site-footer .wordmark { margin: 0 auto; }
  .site-footer > div { justify-content: center; }
}

@media (max-width: 560px) {
  .wordmark { font-size: 18px; }
  .wordmark img { width: 34px; height: 34px; }
  .hero h1 { font-size: clamp(47px, 14.5vw, 64px); }
  .hero-note { line-height: 1.5; }
  .product-stage { margin-top: 18px; }
  .product-chrome { grid-template-columns: 1fr auto 1fr; }
  .dictate-workspace h2 { font-size: 22px; }
  .voice-orbit { height: 126px; }
  .transcript-card p { font-size: 9px; }
  .stage-toast { display: none; }
  .proof-grid strong { font-size: 26px; }
  .proof-grid span { font-size: 7px; }
  .proof-grid > div { padding: 22px 14px; gap: 11px; }
  .proof-grid > div:first-child { padding-left: 14px; }
  .section-heading h2, .notes-copy h2 { font-size: 40px; }
  .capability-card { min-height: 470px; padding: 25px; }
  .capability-card h3 { margin-top: 30px; font-size: 31px; }
  .capability-dictate { min-height: 600px; }
  .dictate-demo, .command-demo, .history-demo, .control-demo { left: 25px; right: 25px; }
  .dictate-demo { padding: 20px; }
  .dictate-demo > p { font-size: 21px; }
  .notes-window { min-height: 535px; grid-template-columns: 1fr; transform: none; }
  .notes-sidebar { display: none; }
  .note-document { padding: 24px 27px; }
  .tem-panel { right: 10px; bottom: 10px; }
  .platform-card { padding: 26px; }
  .language-banner { padding: 24px; }
  .privacy-section { padding-bottom: 60px; }
  .privacy-card { padding: 28px; grid-template-columns: 1fr; gap: 23px; }
  .privacy-details { grid-column: 1; }
  .privacy-copy h2 { font-size: 29px; }
  .price-card { padding: 28px; }
  .plan-heading { min-height: 112px; }
  .plan-heading strong { font-size: 39px; }
  .final-cta { min-height: 590px; }
  .final-cta h2 { font-size: 50px; }
  .final-actions { width: min(100%, 330px); flex-direction: column; }
  .final-actions .button { width: 100%; }
  .legal-page { padding-top: 42px; padding-bottom: 60px; }
  .legal-content { padding: 34px 24px; border-radius: 18px; }
  .legal-content h1 { font-size: 43px; }
  .legal-content h2 { margin-top: 36px; font-size: 24px; }
  .legal-content p, .legal-content li { font-size: 13px; }
  .legal-content table { display: block; overflow-x: auto; white-space: normal; }
}

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