:root {
  --paper: #f6f5f0;
  --paper-bright: #fbfaf7;
  --ink: #0a0c10;
  --ink-soft: #171a20;
  --muted: #696d75;
  --line: rgba(10, 12, 16, 0.14);
  --blue: #0867f8;
  --blue-dark: #0048c8;
  --white: #ffffff;
  --max: 1240px;
  --sans: Inter, "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

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

body::before {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  content: "";
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.88' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}

button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }

.site-header {
  position: absolute;
  top: 18px;
  left: 50%;
  z-index: 30;
  width: min(calc(100% - 36px), 1340px);
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px 0 18px;
  transform: translateX(-50%);
  background: rgba(251, 250, 247, 0.88);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(22, 24, 29, 0.06);
  backdrop-filter: blur(18px);
}

.brand, .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 780;
  font-size: 24px;
}

.brand-mark, .footer-brand img {
  width: 38px;
  height: 38px;
  border-radius: 7px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.nav-links { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 620; }
.nav-links > a:not(.nav-download) { color: #34373e; }
.nav-links > a:not(.nav-download):hover { color: var(--blue); }
.nav-download {
  padding: 14px 19px;
  color: white;
  background: var(--ink);
  border-radius: 6px;
  transition: transform 180ms ease, background 180ms ease;
}
.nav-download:hover { transform: translateY(-2px); background: var(--blue); }

.menu-button { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: none; }
.menu-button span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--ink); }

.hero {
  min-height: 940px;
  padding: 132px max(20px, calc((100vw - var(--max)) / 2)) 72px;
  position: relative;
  background: var(--paper-bright);
}

.hero-heading { position: relative; z-index: 2; text-align: center; }
.language-switch {
  width: max-content;
  display: flex;
  gap: 4px;
  margin: 0 auto 24px;
  padding: 5px;
  color: #6b6e75;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.language-switch span { min-width: 58px; padding: 7px 12px; border-radius: 999px; }
.language-switch .active { color: white; background: var(--blue); }

.hero h1, .flow-copy h2, .meeting-heading h2, .platform-heading h2, .closing-section h2 {
  margin: 0;
  font-size: clamp(58px, 7.2vw, 106px);
  line-height: 0.92;
  letter-spacing: 0;
  font-weight: 790;
}

.hero h1 em, .flow-copy h2 em, .meeting-heading h2 em, .platform-heading h2 em, .closing-section h2 em {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
}

.hero-heading > p {
  margin: 23px auto 0;
  color: #5f6269;
  font-size: clamp(18px, 2vw, 25px);
}

.hero-stage {
  position: relative;
  width: min(1160px, 100%);
  height: 390px;
  margin: 4px auto 0;
}

.app-orbit {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 100%;
  height: 280px;
  transform: translateX(-50%);
  border-top: 1px dashed rgba(10, 12, 16, 0.2);
  border-radius: 50% 50% 0 0;
}

.app-node { position: absolute; display: grid; justify-items: center; gap: 7px; animation: app-float 4.6s ease-in-out infinite; }
.app-node span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: white;
  border: 1px solid rgba(10, 12, 16, 0.1);
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(15, 19, 26, 0.12);
}
.app-node img { width: 27px; height: 27px; }
.app-node small { font-size: 11px; font-weight: 650; color: #575a62; }
.node-gmail { left: 3%; top: 41%; }
.node-slack { left: 17%; top: 10%; animation-delay: -0.7s; }
.node-notion { left: 32%; top: -2%; animation-delay: -1.5s; }
.node-chrome { right: 32%; top: -2%; animation-delay: -2.1s; }
.node-docs { right: 17%; top: 10%; animation-delay: -2.8s; }
.node-linear { right: 3%; top: 41%; animation-delay: -3.4s; }

.node-slack img { filter: invert(34%) sepia(96%) saturate(2475%) hue-rotate(321deg) brightness(83%) contrast(94%); }
.node-gmail img, .node-chrome img, .node-docs img { filter: invert(42%) sepia(95%) saturate(2183%) hue-rotate(200deg) brightness(101%) contrast(99%); }
.node-linear img, .node-notion img { filter: none; }

.dictation-deck {
  position: absolute;
  left: 50%;
  bottom: 58px;
  z-index: 3;
  width: min(940px, calc(100% - 120px));
  min-height: 156px;
  display: grid;
  grid-template-columns: 280px 1px 1fr 46px;
  align-items: center;
  gap: 24px;
  padding: 26px;
  transform: translateX(-50%);
  color: white;
  background: #11141a;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  box-shadow: 0 26px 54px rgba(8, 10, 14, 0.28), 0 0 0 7px rgba(8, 103, 248, 0.06);
}

.deck-listen { min-width: 0; display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: center; }
.deck-listen > img { width: 48px; height: 48px; border-radius: 7px; box-shadow: 0 0 0 5px rgba(8, 103, 248, 0.16); }
.live-wave { height: 46px; display: flex; align-items: center; justify-content: center; gap: 5px; }
.live-wave span { width: 3px; height: 24%; background: var(--blue); border-radius: 999px; animation: wave 1.05s ease-in-out infinite; }
.live-wave span:nth-child(2n) { animation-delay: -0.25s; }
.live-wave span:nth-child(3n) { animation-delay: -0.55s; }
.live-wave span:nth-child(4n) { animation-delay: -0.78s; }
.deck-mode { grid-column: 1 / -1; display: flex; align-items: center; gap: 12px; color: #9da4b0; font-size: 12px; }
.deck-mode b { padding: 4px 7px; color: white; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 4px; }
.deck-mode span::before { display: inline-block; width: 6px; height: 6px; margin-right: 7px; content: ""; background: var(--blue); border-radius: 50%; box-shadow: 0 0 12px var(--blue); }
.deck-divider { width: 1px; height: 92px; background: rgba(255, 255, 255, 0.12); }
.deck-copy { min-width: 0; display: grid; gap: 12px; }
.deck-copy span { color: #858b95; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.deck-copy strong { min-height: 58px; font-size: 22px; line-height: 1.35; font-weight: 580; }
.replay-button { width: 42px; height: 42px; padding: 0; color: white; background: var(--blue); border: 0; border-radius: 6px; cursor: pointer; font-size: 20px; transition: transform 180ms ease; }
.replay-button:hover { transform: rotate(-30deg); }
.hero-stage.is-writing .dictation-deck { box-shadow: 0 26px 54px rgba(8, 10, 14, 0.28), 0 0 0 7px rgba(8, 103, 248, 0.16); }

.hero-actions { display: flex; flex-direction: column; align-items: center; gap: 13px; margin-top: -19px; position: relative; z-index: 4; }
.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 24px;
  font-weight: 720;
  border-radius: 6px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button-primary { color: white; background: var(--ink); box-shadow: 0 16px 30px rgba(10, 12, 16, 0.18); }
.button-primary:hover { transform: translateY(-3px); background: var(--blue); box-shadow: 0 20px 38px rgba(8, 103, 248, 0.26); }
.button-symbol { font-size: 21px; }
.android-link { color: #5e6269; font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }
.hero-actions small { color: #92959b; font-size: 11px; }

.section-kicker { margin: 0 0 18px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: 0.16em; }

.flow-section {
  min-height: 820px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: center;
  padding: 120px max(28px, calc((100vw - var(--max)) / 2));
  color: white;
  background: var(--ink);
}
.flow-copy h2 { font-size: clamp(54px, 5.5vw, 82px); }
.flow-copy > p:not(.section-kicker) { max-width: 480px; margin: 30px 0; color: #a6abb4; font-size: 18px; line-height: 1.65; }
.flow-points { display: flex; flex-wrap: wrap; gap: 10px; }
.flow-points span { padding: 9px 11px; color: #c9cdd4; border: 1px solid #32363f; border-radius: 4px; font-size: 12px; }

.refine-workspace { overflow: hidden; background: #12151b; border: 1px solid #353941; border-radius: 8px; box-shadow: 0 38px 80px rgba(0, 0, 0, 0.38); }
.workspace-bar { height: 58px; display: flex; align-items: center; gap: 8px; padding: 0 18px; border-bottom: 1px solid #2b2f37; }
.workspace-bar i { width: 9px; height: 9px; background: #4b505a; border-radius: 50%; }
.workspace-bar i:first-child { background: #ff5f57; }
.workspace-bar i:nth-child(2) { background: #febc2e; }
.workspace-bar i:nth-child(3) { background: #28c840; }
.workspace-bar img { width: 26px; height: 26px; margin-left: 10px; border-radius: 5px; }
.workspace-bar span { margin-right: auto; color: #d9dce1; font-size: 13px; }
.workspace-bar b { padding: 6px 9px; color: #b4b9c1; border: 1px solid #343942; border-radius: 4px; font-size: 11px; }
.workspace-body { min-height: 410px; display: grid; grid-template-columns: 1fr 154px; }
.draft-copy { position: relative; display: flex; flex-direction: column; padding: 34px 32px; border-right: 1px solid #2b2f37; }
.draft-copy small { color: #737984; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; }
.draft-copy p { margin: 12px 0 34px; line-height: 1.5; }
.rough-text { color: #757b85; font-size: 16px; }
.clean-text { color: white; font-size: 24px; }
.text-caret { width: 2px; height: 26px; display: inline-block; margin-top: -57px; margin-left: 101%; background: var(--blue); animation: blink 0.9s steps(1) infinite; }
.command-menu { padding: 18px 10px; }
.command-menu button { width: 100%; display: flex; align-items: center; gap: 8px; padding: 13px 10px; color: #aeb3bb; background: transparent; border: 0; border-radius: 4px; cursor: pointer; text-align: left; font-size: 12px; }
.command-menu button span { width: 18px; color: #7b828d; }
.command-menu button.active, .command-menu button:hover { color: white; background: #242933; }
.command-menu button.active span { color: var(--blue); }
.workspace-footer { height: 52px; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; color: #787f89; border-top: 1px solid #2b2f37; font-size: 11px; }
.workspace-footer strong { color: #80b2ff; font-weight: 600; }

.meeting-section {
  padding: 118px max(28px, calc((100vw - var(--max)) / 2)) 128px;
  color: white;
  background: var(--blue);
}
.meeting-heading { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 60px; align-items: end; margin-bottom: 64px; }
.meeting-heading .section-kicker { grid-column: 1 / -1; margin-bottom: -30px; color: white; opacity: 0.72; }
.meeting-heading h2 { font-size: clamp(52px, 5.2vw, 78px); }
.meeting-heading > p:last-child { margin: 0 0 8px; font-size: 17px; line-height: 1.65; opacity: 0.82; }
.meeting-console { overflow: hidden; background: #101319; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 8px; box-shadow: 0 34px 68px rgba(0, 34, 110, 0.34); }
.meeting-topbar { height: 62px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid #2b3038; }
.meeting-topbar div { display: flex; align-items: center; gap: 10px; }
.meeting-topbar img { width: 28px; height: 28px; border-radius: 5px; }
.meeting-topbar strong { font-size: 13px; }
.meeting-topbar > span { color: #c0c4cc; font-size: 11px; }
.meeting-topbar > span i { display: inline-block; width: 7px; height: 7px; margin-right: 7px; background: #ff4d52; border-radius: 50%; box-shadow: 0 0 11px #ff4d52; }
.meeting-wave { height: 118px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 0 28px; border-bottom: 1px solid #2b3038; }
.meeting-wave span { flex: 1; max-width: 7px; height: var(--h); background: var(--blue); border-radius: 999px; animation: meeting-wave 1.8s ease-in-out infinite alternate; }
.meeting-wave span:nth-child(3n) { animation-delay: -0.8s; }
.meeting-wave span:nth-child(4n) { animation-delay: -1.2s; }
.meeting-columns { display: grid; grid-template-columns: 1.35fr 0.65fr; min-height: 330px; }
.transcript-pane, .notes-pane { padding: 26px; }
.transcript-pane { border-right: 1px solid #2b3038; }
.pane-label { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; color: #868d98; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; }
.pane-label b { color: #6ea7ff; font-weight: 620; letter-spacing: 0; text-transform: none; }
.transcript-pane article { display: grid; grid-template-columns: 32px 1fr; gap: 12px; padding: 13px; margin: 0 -13px 4px; border-radius: 5px; }
.transcript-pane article.active { background: #191e27; }
.transcript-pane article > i { width: 28px; height: 28px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 50%; font-size: 11px; font-style: normal; }
.transcript-pane strong { color: #828995; font-size: 11px; font-weight: 560; }
.transcript-pane p { margin: 5px 0 0; color: #eef0f3; font-size: 13px; line-height: 1.45; }
.notes-pane h3 { margin: 20px 0 9px; color: #727985; font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; }
.notes-pane p { position: relative; margin: 0; padding: 9px 0 9px 17px; color: #e5e7eb; border-bottom: 1px solid #292e36; font-size: 12px; line-height: 1.5; }
.notes-pane p::before { position: absolute; left: 0; content: "•"; color: var(--blue); }
.notes-pane label { display: block; margin: 11px 0; color: #bbc0c8; font-size: 12px; }
.notes-pane input { accent-color: var(--blue); }

.intelligence-section { padding: 130px max(28px, calc((100vw - var(--max)) / 2)); background: var(--paper-bright); }
.intelligence-heading { display: grid; grid-template-columns: 0.65fr 1.35fr; margin-bottom: 90px; }
.intelligence-heading h2 { margin: 0; font-size: clamp(54px, 6vw, 88px); line-height: 0.96; letter-spacing: 0; }
.intelligence-grid article { min-height: 590px; display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 80px; align-items: center; padding: 84px 0; border-top: 1px solid var(--line); }
.intelligence-grid article:last-child { border-bottom: 1px solid var(--line); }
.feature-copy > span { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 34px; color: white; background: var(--ink); border-radius: 50%; font-size: 11px; }
.feature-copy h3 { margin: 0 0 24px; font-size: clamp(36px, 3.6vw, 55px); line-height: 1.02; letter-spacing: 0; }
.feature-copy p { max-width: 440px; margin: 0; color: #686c74; font-size: 17px; line-height: 1.65; }
.selection-canvas, .translation-canvas, .memory-canvas { min-height: 400px; padding: 42px; background: #edece7; border: 1px solid rgba(10, 12, 16, 0.1); border-radius: 8px; box-shadow: 0 22px 55px rgba(28, 31, 37, 0.1); }
.selection-canvas { position: relative; display: flex; flex-direction: column; justify-content: center; }
.selection-canvas > p { margin: 0; max-width: 640px; font-family: var(--serif); font-size: clamp(26px, 3vw, 42px); line-height: 1.28; }
.selection-canvas mark { width: max-content; max-width: 100%; margin: 21px 0 28px; padding: 7px 10px; color: white; background: var(--blue); border-radius: 4px; font-size: 12px; }
.selection-result { width: 80%; align-self: flex-end; display: grid; gap: 10px; padding: 19px; color: white; background: var(--ink); border-radius: 7px; box-shadow: 0 18px 38px rgba(10, 12, 16, 0.25); }
.selection-result small { color: #87909d; }
.selection-result strong { font-size: 18px; line-height: 1.35; }
.selection-result span { justify-self: end; color: #71a8ff; font-size: 11px; }
.translation-canvas { display: grid; gap: 14px; align-content: center; }
.translation-canvas > div { padding: 22px; background: white; border: 1px solid var(--line); border-radius: 6px; }
.translation-canvas > div.translated { color: white; background: var(--ink); }
.translation-canvas small { color: #777b82; font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; }
.translation-canvas p { margin: 12px 0 0; font-size: 21px; line-height: 1.4; }
.translate-arrow { justify-self: center; color: var(--blue); font-size: 22px; }
.memory-canvas { display: grid; align-content: center; gap: 18px; }
.learn-row { display: grid; gap: 10px; padding: 24px; background: white; border: 1px solid var(--line); border-radius: 6px; }
.learn-row span { color: #83878e; font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em; }
.learn-row s { color: #7b7f86; font-size: 23px; }
.learn-row strong { font-size: 28px; }
.learn-row small { width: max-content; padding: 5px 8px; color: var(--blue-dark); background: #dceaff; border-radius: 4px; }
.learn-arrow { justify-self: center; color: var(--blue); }

.platform-section { padding: 128px max(28px, calc((100vw - var(--max)) / 2)); color: white; background: var(--ink); }
.platform-heading { display: grid; grid-template-columns: 0.55fr 1.45fr; align-items: end; margin-bottom: 74px; }
.platform-heading h2 { font-size: clamp(54px, 5.6vw, 84px); }
.platform-stage { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.platform-stage article { min-height: 650px; position: relative; overflow: hidden; padding: 42px; border: 1px solid #32363f; border-radius: 8px; }
.mac-platform { background: #161a21; }
.android-platform { background: var(--blue); border-color: rgba(255, 255, 255, 0.15) !important; }
.platform-copy > img { width: 44px; height: 44px; margin-bottom: 18px; border-radius: 7px; }
.platform-copy > span, .android-copy > span { color: #8c929c; font-size: 11px; text-transform: uppercase; letter-spacing: 0.13em; }
.android-copy > span { color: rgba(255, 255, 255, 0.68); }
.platform-stage h3 { margin: 16px 0; max-width: 430px; font-size: clamp(34px, 3.2vw, 48px); line-height: 1.02; letter-spacing: 0; }
.platform-stage p { max-width: 420px; margin: 0; color: #989ea8; font-size: 15px; line-height: 1.6; }
.android-platform p { color: rgba(255, 255, 255, 0.76); }
.platform-stage a { display: inline-block; margin-top: 24px; color: #79acff; font-size: 13px; font-weight: 700; }
.android-platform a { color: white; }
.platform-stage a span { display: inline-block; margin-left: 6px; transition: transform 180ms ease; }
.platform-stage a:hover span { transform: translateX(5px); }
.mac-hud { position: absolute; left: 42px; right: 42px; bottom: 58px; min-height: 150px; display: grid; grid-template-columns: 60px 1fr auto; gap: 22px; align-items: center; padding: 24px; color: var(--ink); background: white; border-radius: 8px; box-shadow: 0 24px 45px rgba(0, 0, 0, 0.32); }
.hud-key { width: 58px; height: 58px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 7px; font-size: 22px; font-weight: 780; }
.hud-wave { display: flex; align-items: center; gap: 6px; height: 54px; }
.hud-wave i { width: 5px; height: 30%; background: var(--blue); border-radius: 99px; animation: wave 1.05s ease-in-out infinite; }
.hud-wave i:nth-child(2n) { animation-delay: -0.3s; }
.hud-wave i:nth-child(3n) { animation-delay: -0.6s; }
.mac-hud > div:last-child { display: grid; gap: 4px; }
.mac-hud strong { font-size: 13px; }
.mac-hud small { color: #868b93; font-size: 10px; }
.phone-frame { position: absolute; width: 62%; right: -3%; bottom: -9%; padding: 9px; background: #0f1217; border: 1px solid rgba(255, 255, 255, 0.28); border-radius: 22px 22px 0 0; box-shadow: 0 28px 60px rgba(0, 25, 85, 0.38); transform: rotate(-3deg); }
.phone-screen { min-height: 475px; padding: 18px 12px 22px; color: var(--ink); background: #f3f4f6; border-radius: 15px 15px 0 0; }
.phone-input { min-height: 148px; position: relative; padding: 20px 18px; color: #686d75; background: white; border: 1px solid #d9dce1; border-radius: 8px; font-size: 15px; }
.phone-input span { display: inline-block; width: 2px; height: 19px; margin-left: 3px; vertical-align: middle; background: var(--blue); animation: blink 0.9s steps(1) infinite; }
.keyboard-brand { display: flex; align-items: center; justify-content: space-between; padding: 14px 4px 10px; font-size: 11px; }
.keyboard-brand > div { display: flex; align-items: center; gap: 6px; }
.keyboard-brand img { width: 21px; height: 21px; border-radius: 4px; }
.keyboard-brand b, .keyboard-brand span { padding: 4px 6px; background: #e0e3e8; border-radius: 4px; }
.keyboard-brand span { color: #777c84; background: transparent; }
.keyboard-voice { height: 54px; display: flex; align-items: center; justify-content: center; gap: 4px; margin-bottom: 8px; color: white; background: var(--blue); border-radius: 7px; }
.keyboard-voice i { width: 3px; height: 18%; background: white; border-radius: 99px; animation: wave 1.05s ease-in-out infinite; }
.keyboard-voice i:nth-child(2n) { animation-delay: -0.25s; }
.keyboard-voice i:nth-child(3n) { animation-delay: -0.55s; }
.keyboard-voice strong { margin-left: 8px; font-size: 11px; }
.key-row { display: flex; justify-content: center; gap: 4px; margin: 4px 0; }
.key-row span { flex: 1; min-width: 0; height: 34px; display: grid; place-items: center; background: white; border-radius: 5px; box-shadow: 0 1px 0 #cbd0d7; font-size: 10px; }
.row-mid { padding: 0 9px; }
.key-row .space-key { flex: 4; }
.utility-row span { background: #dce0e5; }

.install-section { padding: 120px max(28px, calc((100vw - var(--max)) / 2)); background: var(--paper-bright); }
.install-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin-bottom: 62px; }
.install-heading h2 { margin: 0; font-size: clamp(50px, 6vw, 88px); line-height: 0.95; letter-spacing: 0; }
.install-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.install-steps article { min-height: 250px; padding: 34px; border-right: 1px solid var(--line); }
.install-steps article:last-child { border-right: 0; }
.install-steps article > span { width: 30px; height: 30px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; font-size: 10px; }
.install-steps h3 { margin: 55px 0 10px; font-size: 27px; }
.install-steps p { margin: 0; color: #74777e; font-size: 14px; line-height: 1.55; }

.closing-section { padding: 122px 28px; text-align: center; color: white; background: var(--blue); }
.closing-section > img { width: 58px; height: 58px; margin: 0 auto 24px; border-radius: 9px; box-shadow: 0 16px 32px rgba(0, 28, 90, 0.3); }
.closing-section > p { margin: 0 0 22px; font-size: 13px; text-transform: uppercase; letter-spacing: 0.14em; opacity: 0.72; }
.closing-section h2 { font-size: clamp(62px, 7vw, 104px); }
.closing-actions { display: flex; justify-content: center; align-items: center; gap: 24px; margin-top: 42px; }
.button-light { color: var(--ink); background: white; box-shadow: 0 18px 38px rgba(0, 31, 100, 0.3); }
.button-light:hover { color: white; background: var(--ink); }
.closing-actions > a:last-child { font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }

.site-footer { max-width: var(--max); display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; margin: 0 auto; padding: 50px 0; }
.footer-brand { font-size: 21px; }
.footer-brand img { width: 34px; height: 34px; }
.site-footer > p { grid-row: 2; margin: 0; color: #7d8087; font-size: 13px; }
.footer-links { grid-column: 2; grid-row: 1; display: flex; gap: 24px; font-size: 12px; font-weight: 650; }
.site-footer small { grid-column: 2; grid-row: 2; color: #9a9da3; font-size: 10px; text-align: right; }

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 700ms ease, transform 700ms cubic-bezier(.22,.8,.26,1); }
[data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes wave { 0%, 100% { height: 24%; } 50% { height: 94%; } }
@keyframes meeting-wave { from { transform: scaleY(0.55); opacity: 0.65; } to { transform: scaleY(1); opacity: 1; } }
@keyframes blink { 0%, 48% { opacity: 1; } 49%, 100% { opacity: 0; } }
@keyframes app-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

@media (max-width: 1100px) {
  .hero { min-height: 900px; }
  .hero h1 { font-size: clamp(58px, 8.2vw, 88px); }
  .dictation-deck { width: calc(100% - 70px); grid-template-columns: 230px 1px 1fr 44px; }
  .flow-section { grid-template-columns: 1fr; gap: 58px; }
  .flow-copy { max-width: 760px; }
  .meeting-heading { grid-template-columns: 1fr; }
  .meeting-heading .section-kicker { margin-bottom: -38px; }
  .meeting-heading > p:last-child { max-width: 680px; }
  .intelligence-heading, .platform-heading { grid-template-columns: 1fr; gap: 24px; }
  .intelligence-grid article { grid-template-columns: 0.9fr 1.1fr; gap: 42px; }
  .platform-stage article { padding: 34px; }
  .mac-hud { left: 28px; right: 28px; padding: 18px; }
  .site-footer { width: calc(100% - 56px); }
}

@media (max-width: 820px) {
  .site-header { top: 10px; width: calc(100% - 20px); height: 60px; }
  .brand { font-size: 21px; }
  .brand-mark { width: 34px; height: 34px; }
  .menu-button { display: block; }
  .nav-links { position: absolute; top: 66px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; background: var(--paper-bright); border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 18px 36px rgba(10, 12, 16, 0.12); }
  .nav-links.is-open { display: flex; }
  .nav-links a { padding: 14px; }
  .nav-download { margin-top: 5px; text-align: center; }
  .hero { min-height: auto; padding: 112px 20px 64px; }
  .hero { display: flex; flex-direction: column; }
  .hero-heading { order: 1; }
  .hero-actions { order: 2; margin-top: 28px; }
  .hero-stage { order: 3; }
  .hero h1 { font-size: clamp(50px, 12vw, 78px); }
  .hero-stage { height: 500px; }
  .app-orbit { top: 55px; width: 100%; left: 50%; }
  .node-gmail, .node-linear { display: none; }
  .node-slack { left: 22%; }
  .node-notion { left: 37%; }
  .node-chrome { right: 37%; }
  .node-docs { right: 22%; }
  .dictation-deck { bottom: 42px; width: 100%; grid-template-columns: 1fr 42px; gap: 18px; padding: 22px; }
  .deck-listen { grid-column: 1 / -1; grid-template-columns: 44px 1fr; }
  .deck-divider { display: none; }
  .deck-copy { grid-column: 1; }
  .replay-button { grid-column: 2; grid-row: 2; }
  .flow-section, .meeting-section, .intelligence-section, .platform-section, .install-section { padding-left: 22px; padding-right: 22px; }
  .workspace-body { grid-template-columns: 1fr 132px; }
  .meeting-columns { grid-template-columns: 1fr; }
  .transcript-pane { border-right: 0; border-bottom: 1px solid #2b3038; }
  .intelligence-heading { margin-bottom: 45px; }
  .intelligence-grid article { min-height: auto; grid-template-columns: 1fr; gap: 38px; padding: 64px 0; }
  .feature-copy p { max-width: 620px; }
  .selection-canvas, .translation-canvas, .memory-canvas { min-height: 360px; }
  .platform-stage { grid-template-columns: 1fr; }
  .platform-stage article { min-height: 620px; }
  .install-heading { display: block; }
  .install-heading .section-kicker { margin-bottom: 18px; }
  .install-steps { grid-template-columns: 1fr; }
  .install-steps article { min-height: 170px; border-right: 0; border-bottom: 1px solid var(--line); }
  .install-steps article:last-child { border-bottom: 0; }
  .install-steps h3 { margin: 30px 0 8px; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-links, .site-footer small { grid-column: 1; grid-row: auto; text-align: left; }
}

@media (max-width: 520px) {
  .hero { padding-top: 100px; }
  .language-switch { margin-bottom: 20px; }
  .language-switch span { min-width: 52px; padding: 6px 9px; }
  .hero h1 { font-size: clamp(46px, 14.3vw, 66px); line-height: 0.96; }
  .hero-heading > p { font-size: 17px; }
  .hero-stage { height: 455px; }
  .app-orbit { top: 42px; width: 100%; height: 220px; }
  .app-node span { width: 46px; height: 46px; }
  .app-node img { width: 23px; height: 23px; }
  .node-notion { left: 35%; }
  .node-chrome { right: 35%; }
  .dictation-deck { bottom: 22px; min-height: 220px; padding: 18px; }
  .deck-copy span { font-size: 12px; }
  .deck-copy strong { min-height: 66px; font-size: 18px; }
  .button { width: 100%; }
  .hero-actions small { text-align: center; }
  .flow-section { padding-top: 88px; padding-bottom: 88px; }
  .flow-copy h2, .meeting-heading h2, .platform-heading h2 { font-size: clamp(44px, 13vw, 61px); }
  .flow-copy > p:not(.section-kicker), .meeting-heading > p:last-child { font-size: 16px; }
  .workspace-body { display: block; min-height: 0; }
  .draft-copy { min-height: 360px; border-right: 0; border-bottom: 1px solid #2b2f37; }
  .command-menu { display: grid; grid-template-columns: 1fr 1fr; }
  .workspace-footer { display: none; }
  .meeting-section { padding-top: 88px; padding-bottom: 90px; }
  .meeting-heading { margin-bottom: 40px; }
  .meeting-heading .section-kicker { margin-bottom: -34px; }
  .meeting-topbar { padding: 0 14px; }
  .meeting-topbar strong { max-width: 120px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .meeting-wave { height: 86px; gap: 5px; padding: 0 12px; }
  .transcript-pane, .notes-pane { padding: 18px; }
  .intelligence-section { padding-top: 92px; padding-bottom: 92px; }
  .intelligence-heading h2, .install-heading h2 { font-size: clamp(43px, 12.5vw, 60px); }
  .feature-copy h3 { font-size: 38px; }
  .selection-canvas, .translation-canvas, .memory-canvas { min-height: 330px; padding: 22px; }
  .selection-canvas > p { font-size: 26px; }
  .selection-result { width: 100%; }
  .translation-canvas p { font-size: 18px; }
  .platform-section { padding-top: 92px; padding-bottom: 92px; }
  .platform-stage article { min-height: 570px; padding: 24px; }
  .mac-hud { left: 18px; right: 18px; bottom: 28px; grid-template-columns: 50px 1fr; gap: 14px; }
  .hud-key { width: 48px; height: 48px; }
  .mac-hud > div:last-child { grid-column: 1 / -1; }
  .phone-frame { width: 75%; right: 2%; }
  .install-section { padding-top: 90px; padding-bottom: 90px; }
  .install-steps article { padding: 28px 18px; }
  .closing-section { padding: 94px 20px; }
  .closing-section h2 { font-size: clamp(50px, 14vw, 70px); }
  .closing-actions { flex-direction: column; }
  .site-footer { width: calc(100% - 40px); }
  .footer-links { flex-wrap: wrap; gap: 14px 22px; }
}

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

@media (prefers-reduced-transparency: reduce) {
  .site-header { background: var(--paper-bright); backdrop-filter: none; }
}
