:root {
  --ink: #18232e;
  --muted: #596471;
  --blue: #2059db;
  --blue-dark: #123d9d;
  --pale: #eef4ff;
  --line: #e1e6ec;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font: 16px/1.6 var(--sans);
  -webkit-font-smoothing: antialiased;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  font: inherit;
  cursor: pointer;
}
a {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #e17938;
  outline-offset: 5px;
}
button:disabled {
  cursor: default;
}
svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
svg use {
  pointer-events: none;
}
.svg-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
[hidden] {
  display: none !important;
}
.wrap {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 12px;
  z-index: 100;
  background: var(--ink);
  color: white;
  padding: 12px 20px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
}
.nav-shell {
  height: 84px;
  max-width: 1380px;
  margin: auto;
  padding-inline: 48px;
  display: flex;
  align-items: center;
  gap: 36px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 25px;
  letter-spacing: -1px;
  text-decoration: none;
  white-space: nowrap;
}
.brand-icon {
  display: grid;
  place-items: center;
  color: var(--blue);
}
.brand-icon svg {
  width: 31px;
  height: 34px;
}
.desktop-nav {
  display: flex;
  gap: 30px;
  margin-left: auto;
  margin-right: 22px;
}
.desktop-nav a {
  text-decoration: none;
  font-size: 14px;
}
.desktop-nav a:hover,
.inline-link:hover {
  color: var(--blue);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 9px;
  padding: 17px 25px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  min-height: 56px;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
}
.button:hover {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 7px 16px #1b4bae1a;
}
.button svg {
  width: 20px;
  height: 20px;
}
.button-small {
  padding: 13px 18px;
  min-height: 46px;
  font-size: 14px;
  gap: 12px;
}
.menu-button {
  display: none;
}
.hero {
  text-align: center;
  padding-top: 63px;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 0.15em;
  font-weight: 600;
  display: block;
  line-height: 1.5;
  color: var(--muted);
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.99;
}
h1 {
  font-size: clamp(64px, 8.3vw, 112px);
  margin: 22px 0 25px;
}
h1 em,
h2 em {
  color: var(--blue);
  font-weight: 400;
}
h2 {
  font-size: clamp(44px, 5vw, 66px);
}
h3 {
  font-size: 25px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.035em;
}
.hero-copy {
  max-width: 600px;
  margin-inline: auto;
  font-size: 18px;
  color: var(--muted);
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  margin-top: 28px;
}
.watch-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.watch-link:hover {
  color: var(--blue);
}
.play-circle {
  display: grid;
  place-items: center;
  border: 1px solid #cbd3df;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.play-circle svg {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}
.reassurance {
  font-size: 13px;
  margin-top: 15px;
  color: var(--muted);
}
.reassurance span {
  margin-left: 5px;
}
.hero-price {
  font-size: 12px;
  color: var(--muted);
  margin: 6px 0 35px;
}
.hero-price a {
  margin-left: 4px;
  text-underline-offset: 3px;
}
.hero-demo {
  background: #edf3ff;
  border: 1px solid #dce6f6;
  border-radius: 18px;
  text-align: left;
  overflow: clip;
}
.demo-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 28px;
  border-bottom: 1px solid #d6e2f5;
  gap: 16px;
}
.demo-topline > span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #435a80;
}
.demo-topline > span svg {
  width: 19px;
  height: 19px;
  color: var(--blue);
}
.demo-tabs {
  display: flex;
  padding: 4px;
  background: #dfe8f8;
  border-radius: 8px;
  gap: 3px;
}
.demo-tabs button {
  padding: 7px 15px;
  border: 0;
  border-radius: 5px;
  font-size: 13px;
  background: transparent;
  color: #43516b;
}
.demo-tabs button[aria-selected="true"] {
  background: #fff;
  box-shadow: 0 2px 4px #11263c0c;
  color: var(--ink);
}
.demo-scene {
  position: relative;
  min-height: 361px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 44px;
  padding: 28px 55px 60px;
  isolation: isolate;
  overflow: clip;
}
.demo-scene:after {
  content: "";
  width: 400px;
  height: 400px;
  border: 1px solid #d6e2f6;
  box-shadow:
    0 0 0 30px #e6eefd,
    0 0 0 31px #d6e2f6,
    0 0 0 61px #e6eefd,
    0 0 0 62px #d6e2f6;
  position: absolute;
  z-index: -1;
  bottom: -320px;
  right: 10%;
  border-radius: 50%;
}
.spoken-note .tiny-label {
  color: #566b89;
}
.tiny-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.spoken-note p {
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  margin-top: 15px;
  color: #32435a;
}
.filler {
  color: #7b8ba3;
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
.correction {
  color: #204fa5;
  border-bottom: 1px solid #9db5e1;
}
.speech-source {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  color: #56677b;
  font-size: 12px;
}
.small-wave {
  display: flex;
  align-items: center;
  gap: 3px;
  height: 20px;
}
.small-wave i {
  width: 2px;
  height: 6px;
  background: #698ec8;
  border-radius: 2px;
}
.small-wave i:nth-child(2n) {
  height: 14px;
}
.small-wave i:nth-child(3n) {
  height: 20px;
}
.output-window {
  background: white;
  border: 1px solid #d6e0ee;
  border-radius: 11px;
  box-shadow: 0 18px 38px #3c649518;
  transform: rotate(-1.3deg);
  overflow: hidden;
  position: relative;
}
.window-bar {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 16px;
  background: #fafbfd;
  border-bottom: 1px solid #edf0f5;
  font-size: 12px;
  color: #56677b;
}
.window-bar > svg {
  width: 15px;
  height: 15px;
  color: #56677b;
}
.window-dots {
  display: flex;
  gap: 4px;
}
.window-dots i {
  width: 6px;
  height: 6px;
  border: 1px solid #bdc6d3;
  border-radius: 50%;
}
.email-recipient {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 21px;
  border-bottom: 1px solid #edf0f5;
  font-size: 12px;
  color: #89929d;
}
.email-recipient > span:first-child {
  color: #354760;
  background: #f0f4f9;
  border-radius: 4px;
  padding: 2px 8px;
}
.recipient-address {
  margin-left: auto;
  font-size: 12px;
}
.output-body {
  padding: 19px 22px;
  min-height: 171px;
  font-size: 15px;
  line-height: 1.6;
}
.output-body p + p {
  margin-top: 12px;
}
.window-bottom {
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #edf0f5;
  gap: 10px;
}
.inserted {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #526f66;
}
.inserted svg {
  width: 13px;
  height: 13px;
}
.mock-send {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: #edf3ff;
  color: #345eaa;
  padding: 5px 10px;
  border-radius: 4px;
}
.mock-send svg {
  width: 11px;
  height: 11px;
}
.recording-pill {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 9px 11px 9px 16px;
  border-radius: 99px;
  background: var(--ink);
  color: #fff;
  box-shadow: 0 7px 14px #26365520;
  font-size: 12px;
  white-space: nowrap;
}
.recording-pill > svg {
  width: 19px;
  height: 22px;
}
.pill-check {
  background: #384555;
  border-radius: 50%;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
}
.pill-check svg {
  width: 14px;
  height: 14px;
}
.demo-footnote {
  position: relative;
  z-index: 1;
  gap: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 22px;
  background: #e7eefb;
  color: #56677b;
  font-size: 12px;
}
.text-button {
  flex-shrink: 0;
  white-space: nowrap;
  min-height: 44px;
  padding: 4px 0;
  background: none;
  border: 0;
  color: #425c85;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.text-button span {
  font-size: 16px;
}
.is-replaying .output-body {
  animation: appear-text 1.2s both;
}
.is-replaying .small-wave i {
  animation: wave 0.5s ease-in-out 3 alternate;
}
.is-replaying .small-wave i:nth-child(2n) {
  animation-delay: 0.1s;
}
@keyframes appear-text {
  0%,
  25% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes wave {
  to {
    transform: scaleY(0.4);
  }
}
.compatibility {
  padding: 33px 0 42px;
}
.compatibility > p {
  font-size: 12px;
  letter-spacing: 0.12em;
  color: #56677b;
}
.app-names {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
  margin: 18px 0 9px;
  color: #53616f;
}
.app-names span {
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.7px;
}
.app-names span:nth-child(4) {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}
.compatibility-note {
  color: #56677b;
  font-size: 12px;
}
.review-strip {
  display: flex;
  justify-content: center;
  gap: 25px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding-top: 33px;
  padding-bottom: 33px;
}
.quote-mark {
  font-family: var(--serif);
  font-size: 90px;
  line-height: 0.85;
  color: #9fb9e7;
}
blockquote {
  margin: 0;
  max-width: 770px;
}
blockquote > p {
  font-family: var(--serif);
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
blockquote footer {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 14px;
  font-size: 12px;
  color: var(--muted);
}
blockquote footer strong {
  font-weight: 600;
  color: var(--ink);
}
blockquote footer a {
  margin-left: auto;
  text-underline-offset: 4px;
}
.section {
  padding-top: 100px;
  padding-bottom: 95px;
}
.section-intro {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 45px;
}
.section-intro h2 {
  margin-top: 17px;
}
.section-intro > p {
  max-width: 345px;
  color: var(--muted);
  font-size: 16px;
}
.workflow-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}
.workflow-visual {
  height: 343px;
  border-radius: 13px;
  background: #f1f4f2;
  position: relative;
  overflow: hidden;
  padding: 40px 40px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.note-paper {
  max-width: 360px;
  width: 100%;
  background: #fff;
  padding: 25px 28px;
  transform: rotate(-3deg);
  box-shadow: 0 9px 25px #243d2e10;
  border: 1px solid #e2e7e1;
  color: #405048;
  font-size: 14px;
  line-height: 1.6;
}
.paper-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
  color: #536c5a;
}
.paper-heading .tiny-label {
  font-size: 12px;
}
.paper-heading svg {
  width: 18px;
  height: 18px;
}
.note-paper p + p {
  margin-top: 10px;
}
.paper-caret {
  display: block;
  height: 16px;
  width: 1px;
  background: #668c71;
  margin-top: 9px;
}
.annotation {
  position: absolute;
  bottom: 17px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: var(--serif);
  font-style: italic;
  font-size: 19px;
  color: #536c5a;
}
.workflow-ai .workflow-visual {
  background: #17273c;
  padding: 28px 43px 49px;
}
.prompt-window {
  width: 100%;
  max-width: 390px;
}
.prompt-heading {
  font-family: var(--serif);
  font-size: 24px;
  color: #ecede9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 18px;
}
.prompt-spark {
  color: #edb496;
  font-size: 32px;
}
.prompt-input {
  background: #26384f;
  border: 1px solid #45546a;
  border-radius: 12px;
  padding: 18px 20px 9px;
  font-size: 13px;
  color: #d4dce9;
  line-height: 1.45;
}
.prompt-input > span {
  color: #fff;
  border-bottom: 1px solid #8faee1;
}
.prompt-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 9px;
  font-size: 20px;
  color: #99adc8;
}
.prompt-submit {
  background: #a3bde9;
  color: #18324e;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  font-size: 16px;
}
.workflow-ai .annotation {
  color: #a7bad3;
}
.workflow-copy {
  padding: 23px 4px 0;
}
.section-number {
  font-size: 12px;
  color: #56677b;
  letter-spacing: 0.12em;
}
.workflow-copy h3 {
  margin-top: 9px;
  margin-bottom: 12px;
}
.workflow-copy p {
  color: var(--muted);
  font-size: 15px;
  max-width: 510px;
}
.inline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid #b9c6d7;
  padding-bottom: 3px;
  margin-top: 19px;
}
.inline-link svg {
  width: 17px;
  height: 17px;
}
.real-demo-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: center;
  border-block: 1px solid var(--line);
  padding-block: 58px;
}
.video-copy h2 {
  margin: 15px 0 23px;
}
.video-copy > p {
  color: var(--muted);
  font-size: 15px;
  max-width: 310px;
  margin-bottom: 24px;
}
.video-container video {
  display: block;
  max-height: 380px;
  width: 100%;
  background: #111c2c;
  border-radius: 12px;
  aspect-ratio: 16/10;
  object-fit: contain;
}
.video-container > p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 9px;
  text-align: center;
}
.video-container a {
  text-underline-offset: 3px;
}
.control-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
.control-grid article {
  border-top: 1px solid var(--line);
  padding-top: 23px;
}
.mini-visual {
  height: 153px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 19px;
}
.vocabulary-visual {
  gap: 8px;
  flex-wrap: wrap;
  align-content: center;
  max-width: 300px;
  margin-inline: auto;
}
.vocabulary-visual span {
  padding: 8px 12px;
  background: #f2f5f9;
  border: 1px solid #e4e9f0;
  border-radius: 6px;
  font-size: 14px;
  color: #50657d;
}
.vocabulary-visual .vocab-add {
  background: #fff;
  color: var(--blue);
  border-style: dashed;
}
.snippet-visual {
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
}
.snippet-visual > span:first-child {
  color: var(--blue);
  background: var(--pale);
  padding: 4px 10px;
  border-radius: 4px;
}
.snippet-visual > span:nth-child(2) {
  color: #7c93b3;
}
.snippet-visual > div {
  font-size: 14px;
  padding-left: 17px;
  border-left: 2px solid #bfd0ef;
}
.edit-visual {
  flex-direction: column;
  align-items: flex-start;
  max-width: 280px;
  margin-inline: auto;
  gap: 13px;
}
.edit-visual > span {
  font-size: 12px;
  border: 1px solid #dae3ed;
  border-radius: 20px;
  padding: 5px 12px;
  color: #53677e;
}
.edit-visual > p {
  font-family: var(--serif);
  font-size: 24px !important;
  line-height: 1.1 !important;
  color: #334d72 !important;
}
.control-grid h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.control-grid p {
  font-size: 14px;
  color: var(--muted);
}
.processing-section {
  background: #f0f4fa;
  border-block: 1px solid #e6ebf2;
}
.processing-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
  padding-block: 75px;
}
.processing-inner h2 {
  margin: 15px 0 22px;
}
.processing-inner p {
  font-size: 16px;
  color: var(--muted);
}
.processing-inner .small-copy {
  font-size: 12px;
  margin-top: 14px;
}
.local-art {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 270px;
}
.local-computer {
  width: 320px;
  max-width: 100%;
}
.local-screen {
  height: 206px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
  border: 7px solid #253951;
  border-radius: 13px 13px 6px 6px;
  box-shadow: 0 20px 35px #3045620e;
  padding-top: 25px;
}
.local-screen > svg {
  width: 28px;
  height: 28px;
  color: var(--blue);
  margin-bottom: 10px;
}
.local-screen > span {
  font-size: 15px;
  font-weight: 500;
  color: #365377;
}
.local-screen small {
  font-size: 12px;
  color: #7c8fa7;
}
.local-meter {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 43px;
}
.local-meter i {
  height: 8px;
  width: 3px;
  border-radius: 3px;
  background: #97b3de;
}
.local-meter i:nth-child(2n) {
  height: 19px;
}
.local-meter i:nth-child(3n) {
  height: 28px;
}
.computer-base {
  height: 9px;
  background: #b3c1d5;
  border-radius: 1px 1px 12px 12px;
  position: relative;
  width: 114%;
  left: -7%;
}
.local-caption {
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  color: #778caa;
  margin-top: 28px;
}
.remote-section {
  padding-block: 48px;
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 32px;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.remote-icon svg {
  width: 75px;
  height: 60px;
  stroke: #879db9;
  stroke-width: 1.5;
  fill: none;
}
.remote-section h3 {
  margin-top: 8px;
  font-size: 24px;
}
.remote-section p {
  font-size: 14px;
  color: var(--muted);
  max-width: 640px;
  margin-top: 9px;
}
.remote-section .inline-link {
  white-space: nowrap;
}
.remote-section .eyebrow {
  font-size: 12px;
}
.pricing-section {
  background: #fbfcfe;
}
.centered-intro {
  text-align: center;
}
.centered-intro h2 {
  margin: 17px 0 20px;
}
.centered-intro > p {
  font-size: 16px;
  color: var(--muted);
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 860px;
  margin: 40px auto 20px;
}
.price-card {
  padding: 30px 32px 24px;
  border: 1px solid #dce3ed;
  border-radius: 13px;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.plan-name {
  font-size: 20px;
  font-weight: 500;
}
.plan-top {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.price {
  font-family: var(--serif);
  font-size: 56px;
  line-height: 1.1;
  margin: 25px 0 9px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.price-unit {
  font: 14px var(--sans);
  color: #607189;
  letter-spacing: 0;
  margin-left: 7px;
}
.billing-note {
  font-size: 12px;
  color: var(--muted);
  min-height: 3.2em;
  margin-bottom: 25px;
}
.price-card > .button {
  width: 100%;
  font-size: 14px;
  min-height: 48px;
  padding: 13px 12px;
}
.button-outline {
  background: white;
  color: var(--blue);
  border-color: #b9cce9;
}
.button-outline:hover {
  color: #fff;
}
.plan-features {
  list-style: none;
  padding: 0;
  margin: 26px 0 30px;
  font-size: 14px;
}
.plan-features li {
  padding-left: 23px;
  position: relative;
  margin-bottom: 12px;
  line-height: 1.5;
}
.plan-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--blue);
}
.plan-bottom {
  font-size: 12px;
  color: var(--muted);
  padding-top: 18px;
  border-top: 1px solid var(--line);
  margin-top: auto;
}
.pro-card {
  border: 1px solid #84a8ec;
  box-shadow: 0 5px 20px #345da209;
}
.billing-switch {
  display: flex;
  background: #edf2fb;
  border-radius: 6px;
  padding: 3px;
  gap: 2px;
}
.billing-switch button {
  font-size: 12px;
  border: 0;
  background: transparent;
  padding: 7px 9px;
  border-radius: 4px;
  color: #546786;
}
.billing-switch button[aria-pressed="true"] {
  background: white;
  color: var(--blue);
  box-shadow: 0 1px 3px #23456712;
}
.pricing-disclosure {
  text-align: center;
  font-size: 12px;
  color: var(--muted);
  line-height: 1.7;
}
.medical-route {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
  margin-top: 28px;
}
.medical-route > span {
  color: var(--muted);
}
.medical-route a {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: var(--blue);
}
.medical-route svg {
  width: 16px;
  height: 16px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
}
.faq-section h2 {
  margin-top: 17px;
}
.faq-section > .inline-link {
  margin-top: 23px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 15px;
  list-style: none;
  padding: 20px 0;
  font-weight: 500;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  font-size: 20px;
  font-weight: 400;
  color: #7b8ba3;
  transition: transform 0.2s;
}
details[open] summary span {
  transform: rotate(45deg);
}
details p {
  font-size: 14px;
  color: var(--muted);
  padding-bottom: 23px;
}
details a {
  text-underline-offset: 3px;
}
.closing-section {
  background: #174ecc;
  color: white;
  text-align: center;
  padding: 64px 0 54px;
  position: relative;
  overflow: hidden;
}
.closing-wave {
  width: 40px;
  height: 40px;
  color: #94b6ff;
  margin-bottom: 23px;
}
.closing-section h2 {
  font-size: clamp(48px, 6vw, 78px);
}
.closing-section h2 em {
  color: #cfddff;
}
.closing-section > .wrap > p {
  font-size: 15px;
  color: #e2eaff;
  margin-top: 23px;
}
.button-white {
  background: #fff;
  color: #174ecc;
  border-color: #fff;
  margin-top: 28px;
}
.button-white:hover {
  background: #eef4ff;
  color: #103b99;
  border-color: white;
}
.closing-section > .wrap > .closing-reassurance {
  font-size: 12px;
  margin-top: 13px;
  color: #d2e0ff;
}
.platform-downloads {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 28px;
}
.platform-downloads a {
  font-size: 13px;
  color: #e2eaff;
  text-underline-offset: 5px;
}
.platform-downloads a:hover {
  color: white;
}
.site-footer {
  padding-top: 48px;
  padding-bottom: 80px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.1fr;
  gap: 35px;
}
.footer-brand {
  align-self: start;
}
.footer-brand p {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.15;
  color: #657385;
}
.footer-top h3 {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
}
.footer-brand p {
  margin-top: 20px;
}
.footer-top nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.footer-top nav a {
  padding-block: 4px;
}
.footer-top nav a,
.footer-bottom a {
  text-decoration: none;
  font-size: 12px;
  color: var(--muted);
}
.footer-top nav a:hover,
.footer-bottom a:hover {
  color: var(--blue);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding-top: 23px;
  margin-top: 35px;
  font-size: 12px;
  color: var(--muted);
}
.footer-bottom nav {
  display: flex;
  gap: 22px;
}
.mobile-download {
  display: none;
}
@media (min-width: 1600px) {
  .hero {
    padding-top: 80px;
  }
  .hero-demo {
    margin-top: 42px;
  }
}
@media (max-width: 1050px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .nav-shell {
    padding-inline: 32px;
    gap: 22px;
  }
  .desktop-nav {
    gap: 22px;
    margin-right: 0;
  }
  .hero {
    padding-top: 48px;
  }
  .demo-scene {
    padding: 28px 32px 60px;
    gap: 30px;
  }
  .spoken-note p {
    font-size: 27px;
  }
  .recipient-address {
    display: none;
  }
  .app-names {
    gap: 30px;
  }
  .real-demo-section {
    gap: 40px;
  }
  .processing-inner {
    gap: 60px;
  }
  .remote-section {
    grid-template-columns: 65px 1fr;
    gap: 25px;
  }
  .remote-section .inline-link {
    grid-column: 2;
    margin-top: 0;
    justify-self: start;
  }
  .faq-section {
    gap: 45px;
  }
  .section-intro > p {
    max-width: 300px;
  }
  .workflow-visual {
    padding-inline: 27px;
  }
  .workflow-ai .workflow-visual {
    padding-inline: 25px;
  }
  .control-grid {
    gap: 25px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 84px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .nav-shell {
    height: 70px;
    padding-inline: 20px;
    gap: 15px;
  }
  .brand {
    font-size: 22px;
    gap: 7px;
  }
  .brand-icon svg {
    width: 26px;
    height: 28px;
  }
  .desktop-nav {
    display: none;
  }
  .nav-shell > .button {
    margin-left: auto;
    padding: 11px 13px;
    font-size: 12px;
    min-height: 42px;
    gap: 7px;
  }
  .nav-shell > .button svg {
    width: 15px;
    height: 15px;
  }
  .menu-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 34px;
    height: 42px;
    background: transparent;
    border: 0;
    padding: 7px;
  }
  .menu-button span {
    width: 19px;
    height: 1px;
    background: var(--ink);
  }
  .mobile-menu {
    padding: 12px 22px 22px;
    border-top: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 0;
    box-shadow: 0 15px 20px #20355008;
  }
  .mobile-menu a {
    text-decoration: none;
    padding: 9px 0;
    font-size: 15px;
  }
  .hero {
    padding-top: 38px;
  }
  .eyebrow {
    font-size: 12px;
    letter-spacing: 0.12em;
  }
  h1 {
    font-size: clamp(57px, 10.6vw, 79px);
    margin: 19px 0 22px;
    line-height: 0.98;
  }
  h2 {
    font-size: 49px;
  }
  .hero-copy {
    font-size: 16px;
    max-width: 470px;
    margin: auto;
  }
  .desktop-break {
    display: none;
  }
  .hero-actions {
    gap: 18px;
    margin-top: 23px;
  }
  .hero-actions > .button {
    font-size: 14px;
    padding: 15px 18px;
    gap: 11px;
    min-height: 52px;
  }
  .watch-link {
    font-size: 12px;
    gap: 7px;
  }
  .play-circle {
    width: 25px;
    height: 25px;
  }
  .reassurance {
    font-size: 12px;
    margin-top: 13px;
  }
  .hero-price {
    font-size: 12px;
    margin: 6px 0 26px;
  }
  .hero-demo {
    border-radius: 12px;
  }
  .demo-topline {
    padding: 13px 16px;
    gap: 10px;
  }
  .demo-topline > span {
    font-size: 12px;
    gap: 7px;
  }
  .demo-topline > span svg {
    width: 16px;
    height: 16px;
  }
  .demo-tabs button {
    font-size: 12px;
    padding: 6px 11px;
  }
  .demo-scene {
    grid-template-columns: 1fr;
    gap: 23px;
    padding: 23px 27px 65px;
    min-height: 0;
  }
  .spoken-note p {
    font-size: 25px;
    line-height: 1.18;
    margin-top: 8px;
  }
  .tiny-label {
    font-size: 12px;
  }
  .speech-source {
    margin-top: 12px;
    font-size: 12px;
  }
  .output-window {
    transform: rotate(-1deg);
    margin: 0 6px;
  }
  .output-body {
    min-height: 140px;
    font-size: 14px;
    padding: 17px 20px;
  }
  .output-body p + p {
    margin-top: 8px;
  }
  .email-recipient {
    padding: 9px 17px;
  }
  .window-bar {
    height: 32px;
  }
  .demo-footnote {
    font-size: 12px;
    padding: 8px 13px;
    gap: 10px;
  }
  .text-button {
    font-size: 12px;
    white-space: nowrap;
  }
  .recording-pill {
    bottom: 17px;
  }
  .compatibility {
    padding: 26px 5px 30px;
  }
  .compatibility > p {
    font-size: 12px;
    letter-spacing: 0.07em;
  }
  .app-names {
    gap: 15px 27px;
    flex-wrap: wrap;
    margin-top: 17px;
    max-width: 430px;
    margin-inline: auto;
  }
  .app-names span {
    font-size: 18px;
  }
  .app-names span:nth-child(4) {
    font-size: 23px;
  }
  .compatibility-note {
    font-size: 12px;
  }
  .review-strip {
    gap: 12px;
    padding-block: 27px;
  }
  .quote-mark {
    font-size: 65px;
  }
  blockquote > p {
    font-size: 25px;
  }
  blockquote footer {
    font-size: 12px;
    gap: 5px 12px;
  }
  blockquote footer a {
    margin-left: 0;
    flex-basis: 100%;
    margin-top: 4px;
  }
  .section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .section-intro {
    display: block;
    margin-bottom: 30px;
  }
  .section-intro h2 {
    margin-top: 14px;
  }
  .section-intro > p {
    margin-top: 21px;
    max-width: 500px;
    font-size: 15px;
  }
  .workflow-grid {
    gap: 35px;
    grid-template-columns: 1fr;
  }
  .workflow-visual {
    height: 310px;
  }
  .workflow-copy {
    padding-top: 18px;
  }
  .workflow-copy h3 {
    font-size: 25px;
  }
  .workflow-copy p {
    font-size: 14px;
  }
  .real-demo-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 45px;
  }
  .video-copy > p {
    max-width: 480px;
  }
  .video-copy .button {
    font-size: 14px;
    padding: 14px 19px;
    min-height: 48px;
  }
  .video-container video {
    max-height: 350px;
  }
  .control-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .control-grid article {
    display: grid;
    grid-template-columns: 0.85fr 1fr;
    column-gap: 23px;
    align-content: center;
  }
  .mini-visual {
    grid-column: 1;
    grid-row: 1/3;
    height: 140px;
    margin: 0;
    width: 100%;
  }
  .control-grid h3 {
    grid-column: 2;
    align-self: end;
    font-size: 22px;
    margin-bottom: 9px;
  }
  .control-grid p {
    grid-column: 2;
    font-size: 13px;
  }
  .vocabulary-visual {
    gap: 6px;
  }
  .vocabulary-visual span {
    font-size: 12px;
    padding: 6px 9px;
  }
  .edit-visual > span {
    font-size: 12px;
    padding: 4px 7px;
  }
  .edit-visual > p {
    font-size: 22px !important;
  }
  .processing-inner {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-block: 48px;
  }
  .local-art {
    order: 2;
    min-height: 230px;
  }
  .local-computer {
    width: 270px;
  }
  .local-screen {
    height: 180px;
    padding-top: 18px;
  }
  .local-caption {
    font-size: 21px;
  }
  .processing-inner .small-copy {
    font-size: 12px;
  }
  .remote-section {
    padding-block: 36px;
    grid-template-columns: 1fr;
    gap: 17px;
  }
  .remote-icon {
    display: none;
  }
  .remote-section .inline-link {
    grid-column: 1;
  }
  .remote-section h3 {
    font-size: 25px;
  }
  .pricing-grid {
    max-width: 500px;
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }
  .price-card {
    padding: 25px 26px 21px;
  }
  .price {
    font-size: 56px;
    margin-top: 18px;
  }
  .plan-features {
    margin: 22px 0;
  }
  .plan-features li {
    margin-bottom: 9px;
  }
  .price-card .button {
    min-height: 49px;
  }
  .centered-intro > p {
    font-size: 14px;
  }
  .pricing-disclosure {
    font-size: 12px;
    max-width: 430px;
    margin: auto;
  }
  .medical-route {
    flex-direction: column;
    font-size: 12px;
    gap: 4px;
    margin-top: 24px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 31px;
  }
  .faq-section .inline-link {
    margin-top: 17px;
  }
  summary {
    padding: 18px 0;
    font-size: 14px;
  }
  .closing-section {
    padding: 49px 0 44px;
  }
  .closing-section h2 {
    font-size: 49px;
  }
  .closing-section > .wrap > p {
    font-size: 14px;
    max-width: 350px;
    margin-inline: auto;
  }
  .platform-downloads {
    gap: 19px;
    flex-wrap: wrap;
  }
  .platform-downloads a {
    font-size: 12px;
  }
  .footer-top {
    grid-template-columns: 1fr 1fr;
    gap: 27px;
  }
  .footer-brand {
    grid-column: 1 / -1;
  }
  .footer-brand p {
    font-size: 24px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 13px;
  }
  .footer-bottom nav {
    gap: 16px;
    flex-wrap: wrap;
  }
  .footer-bottom a {
    font-size: 12px;
  }
  .site-footer {
    padding-bottom: 108px;
  }
  .mobile-download {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px calc(10px + env(safe-area-inset-bottom));
    z-index: 15;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 -5px 18px #1738620c;
    border-top: 1px solid var(--line);
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
  .mobile-download > span {
    font-size: 12px;
    line-height: 1.4;
    color: var(--muted);
  }
  .mobile-download strong {
    font-size: 13px;
    color: var(--ink);
    font-weight: 500;
  }
  .mobile-download .button {
    font-size: 13px;
    padding: 13px 17px;
    gap: 10px;
  }
}
@media (max-width: 400px) {
  .nav-shell {
    padding-inline: 15px;
    gap: 9px;
  }
  .nav-shell > .button {
    font-size: 12px;
    padding: 10px;
  }
  .nav-shell > .button svg {
    display: none;
  }
  .wrap {
    width: calc(100% - 32px);
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero-copy {
    font-size: 15px;
  }
  .hero-actions {
    gap: 14px;
  }
  .hero-actions > .button {
    padding: 14px 13px;
    font-size: 13px;
  }
  .watch-link {
    font-size: 12px;
  }
  .hero-price {
    font-size: 12px;
  }
  .demo-topline > span {
    font-size: 12px;
  }
  .demo-topline > span svg {
    display: none;
  }
  .demo-tabs button {
    padding: 5px 8px;
    font-size: 12px;
  }
  .demo-scene {
    padding: 20px 19px 63px;
  }
  .spoken-note p {
    font-size: 24px;
  }
  .demo-footnote {
    font-size: 12px;
  }
  .app-names {
    gap: 10px 24px;
  }
  .workflow-visual {
    height: 300px;
    padding-inline: 24px;
  }
  .workflow-ai .workflow-visual {
    padding-inline: 20px;
  }
  .prompt-input {
    font-size: 12px;
  }
  h2 {
    font-size: 45px;
  }
  .control-grid article {
    column-gap: 16px;
  }
  .control-grid h3 {
    font-size: 20px;
  }
  .closing-section h2 {
    font-size: 43px;
  }
  .brand {
    font-size: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover {
    transform: none;
  }
}

/* Keep the primary action compact on small phones without hiding its destination. */
@media (max-width: 760px) {
  .hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .hero-actions > .button {
    width: min(100%, 310px);
    font-size: 15px;
  }
  .demo-topline {
    flex-wrap: wrap;
  }
  .demo-topline > span {
    font-size: 12px;
  }
  .demo-tabs {
    margin-left: auto;
  }
  .demo-footnote {
    align-items: center;
    flex-wrap: wrap;
  }
  .demo-footnote > span {
    max-width: none;
    flex: 1 1 170px;
  }
  .output-body {
    font-size: 15px;
  }
  .workflow-copy p,
  .control-grid p {
    font-size: 15px;
  }
  .pricing-disclosure {
    font-size: 12px;
  }
  .nav-shell > .button {
    max-width: 180px;
    font-size: 12px;
  }
  .reassurance {
    font-size: 12px;
  }
  .hero-price {
    font-size: 12px;
  }
  .hero {
    padding-top: 30px;
  }
}
@media (max-width: 400px) {
  .nav-shell > .button {
    max-width: 164px;
  }
  .brand {
    font-size: 20px;
  }
  .nav-shell {
    gap: 7px;
  }
  .demo-topline {
    gap: 8px;
  }
  .demo-tabs button {
    font-size: 12px;
  }
  .spoken-note p {
    font-size: 24px;
  }
  .price-card {
    padding-inline: 22px;
  }
  .control-grid article {
    grid-template-columns: 1fr;
  }
  .mini-visual {
    grid-column: 1;
    grid-row: auto;
    height: 135px;
    margin-bottom: 15px;
    max-width: 280px;
  }
  .control-grid h3,
  .control-grid p {
    grid-column: 1;
  }
  .control-grid h3 {
    font-size: 23px;
  }
  .hero-copy {
    font-size: 16px;
  }
}

/* Keep the alternative-device route visible without competing with Download. */
.reassurance a {
  display: inline-block;
  margin-left: 10px;
  text-underline-offset: 3px;
}
.demo-tabs button,
.billing-switch button {
  min-height: 44px;
}
@media (max-width: 760px) {
  .watch-link {
    min-height: 44px;
  }
  .menu-button {
    min-width: 44px;
    flex-shrink: 0;
  }
}

.platform-downloads a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
@media (max-width: 350px) {
  .hero h1 {
    font-size: 50px;
  }
}

@media (max-width: 350px) {
  .mobile-download > span {
    display: none;
  }
  .mobile-download .button {
    width: 100%;
  }
}

/* Medical is a visible navigation destination, including on small screens. */
.header-medical {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
.header-medical:hover {
  color: var(--blue);
}
.desktop-nav {
  margin-right: 0;
}
@media (max-width: 760px) {
  .nav-shell > #white-header-download {
    display: none;
  }
  .header-medical {
    margin-left: auto;
    padding-inline: 8px;
  }
}
.platform-summary {
  margin: 19px auto 0;
  font-size: 14px;
  line-height: 1.8;
}
.platform-summary a {
  color: var(--muted);
  font-weight: 500;
  text-decoration-color: #a8b5c5;
  text-underline-offset: 4px;
}
.platform-summary strong {
  display: block;
  font-weight: 600;
  color: var(--ink);
}
@media (max-width: 760px) {
  .platform-summary {
    margin-top: 14px;
    font-size: 14px;
  }
}

/* Leave room for the download bar when the existing chat widget is restored. */
.white-homepage .df-chat-root {
  font-family: var(--sans);
}
@media (max-width: 760px) {
  .white-homepage .df-chat-root {
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
  }
  .white-homepage .df-chat-panel {
    right: 0;
    width: min(460px, calc(100vw - 24px));
    height: min(640px, calc(100dvh - 90px - env(safe-area-inset-bottom)));
  }
  .white-homepage #mobile-download:not([hidden]) ~ .df-chat-root {
    bottom: calc(100px + env(safe-area-inset-bottom));
  }
  .white-homepage
    #mobile-download:not([hidden])
    ~ .df-chat-root
    .df-chat-panel {
    height: min(640px, calc(100dvh - 180px - env(safe-area-inset-bottom)));
  }
  .white-homepage .df-chat-input {
    font-size: 16px;
  }
}

.plan-feature-detail {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
  color: var(--muted);
}

.white-homepage .df-chat-root.df-download-overlap:not(.df-open) .df-chat-button {
  visibility: hidden;
  pointer-events: none;
}

/* Readability: supporting copy 16px, body 18px, compact demo labels 14px. */
.reassurance,
.hero-price,
.billing-note,
.plan-bottom,
.plan-feature-detail,
.pricing-disclosure,
.processing-inner .small-copy,
.compatibility-note,
.video-container > p,
blockquote footer,
.footer-top nav a,
.footer-bottom,
.footer-bottom a,
.closing-section > .wrap > .closing-reassurance {
  font-size: 16px;
  line-height: 1.6;
}
.workflow-copy p,
.video-copy > p,
.control-grid p,
.remote-section p,
.section-intro > p,
.centered-intro > p,
details p,
.plan-features,
summary {
  font-size: 18px;
  line-height: 1.6;
}
.desktop-nav a,
.header-medical,
.inline-link,
.watch-link,
.platform-downloads a,
.medical-route,
.footer-top h3 {
  font-size: 16px;
}
.billing-switch button {
  font-size: 16px;
  min-height: 44px;
}
@media (max-width: 760px) {
  .mobile-menu a { font-size: 16px; }
  .mobile-download .button { font-size: 16px; }
  .closing-section > .wrap > p { font-size: 16px; }
}

.hero-copy { font-size:20px; }
.platform-summary, .button-small, .output-body, .note-paper,
.prompt-input, .platform-downloads a { font-size:16px; }
.eyebrow, .tiny-label, .paper-heading .tiny-label, .section-number,
.compatibility > p, .speech-source, .window-bar, .email-recipient,
.recipient-address, .inserted, .mock-send, .recording-pill,
.demo-footnote, .text-button, .demo-tabs button,
.local-screen small, .snippet-visual, .edit-visual > span { font-size:14px; }
.email-recipient { color:#596471; }
.local-screen small { color:#596b83; }
.workflow-visual { height:auto; min-height:343px; }
.workflow-visual > * { min-width:0; }
.note-paper { padding:22px; }
.demo-tabs { flex-wrap:wrap; }
.demo-topline, .demo-footnote, .window-bottom { flex-wrap:wrap; }
.recording-pill { max-width:calc(100% - 24px); white-space:normal; }
@media(max-width:1050px) and (min-width:761px) {
 .nav-shell { padding-inline:24px; gap:16px; }
 .desktop-nav { gap:16px; }
}
@media(max-width:760px) {
 .hero-copy { font-size:18px; }
 .hero-actions > .button, .localized .hero-actions > .button { font-size:16px; }
 .workflow-visual { min-height:330px; }
 .control-grid article { display:block; }
 .mini-visual { margin-bottom:18px; }
 .closing-section > .wrap > p { font-size:18px; }
 .mobile-download > span, .mobile-download strong { font-size:14px; }
 .demo-scene { padding-bottom:82px; }
}
/* Let long localized questions wrap inside narrow grid tracks. */
.faq-section > *, .processing-inner > *, .workflow-grid > * { min-width:0; }
.faq-list summary { overflow-wrap:anywhere; }
.faq-list summary > span { flex-shrink:0; }
