/* These variable fonts are checked-in OFL assets so a page view never discloses connection
   metadata to Google or depends on its font CDN. Keep the local URLs and license files together. */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/dm-sans-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/fonts/manrope-latin.woff2") format("woff2");
}

:root {
  --ink: #20201e;
  --muted: #6b6962;
  --paper: #f4f0e8;
  --card: #fbf9f4;
  --line: rgba(42, 40, 35, 0.13);
  --orange: #ed6e3b;
  --orange-dark: #cf4e1c;
  --sage: #6f8270;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 10%, rgba(237, 110, 59, 0.12), transparent 27rem),
    var(--paper);
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.site-header, main, footer { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font: 700 18px/1 "Manrope", sans-serif; }
.mark { width: 34px; height: 34px; display: block; flex: none; border-radius: 11px; object-fit: cover; box-shadow: 0 4px 12px rgba(34, 33, 30, .18); }
nav { display: flex; align-items: center; gap: 34px; }
nav a { color: var(--muted); font-size: 14px; text-decoration: none; }
nav a:hover { color: var(--ink); }
nav .nav-download { padding: 11px 17px; color: white; background: var(--ink); border-radius: 999px; }

.hero { min-height: 680px; display: grid; grid-template-columns: 0.93fr 1.07fr; gap: 74px; align-items: center; padding: 80px 0 96px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 9px; color: var(--orange-dark); font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 1px; background: currentColor; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 28px; font: 500 clamp(58px, 7vw, 92px)/.96 "Manrope", sans-serif; letter-spacing: -.065em; }
h1 em { color: var(--orange); font-family: Georgia, serif; font-weight: 400; }
.hero-lede { max-width: 580px; color: var(--muted); font-size: 19px; line-height: 1.65; }
.hero-actions { margin-top: 34px; }
.download-button { position: relative; isolation: isolate; overflow: hidden; width: fit-content; min-width: 300px; display: flex; align-items: center; gap: 15px; padding: 15px 22px; color: white; background: var(--ink); border-radius: 16px; text-decoration: none; box-shadow: 0 14px 28px rgba(34, 33, 30, .16); transition: transform .2s ease, box-shadow .2s ease; }
.download-button:hover { transform: translateY(-2px); box-shadow: 0 18px 32px rgba(34, 33, 30, .2); }
/* Let the page settle before the first invitation, then leave a quiet gap between sweeps. */
.download-button::after { content: ""; position: absolute; z-index: 1; top: -70%; bottom: -70%; left: -42%; width: 20%; pointer-events: none; background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), rgba(255,255,255,.78), rgba(255,255,255,.16), transparent); transform: skewX(-20deg); animation: download-shine 5.5s ease-in-out 3s infinite; }
.download-button svg { position: relative; z-index: 2; width: 28px; fill: currentColor; }
.download-button span { position: relative; z-index: 2; font: 600 16px/1.2 "Manrope", sans-serif; }
.download-button small { display: block; margin-bottom: 3px; color: rgba(255,255,255,.6); font: 500 10px/1 "DM Sans", sans-serif; letter-spacing: .1em; text-transform: uppercase; }
.hero-actions > p { margin: 12px 0 0 4px; color: var(--muted); font-size: 11px; }
.hero-actions .upgrade-note { max-width: 460px; margin-top: 18px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--muted); background: rgba(251,249,244,.72); font-size: 12px; line-height: 1.55; }

.product-demo { position: relative; min-width: 0; }
.demo-glow { position: absolute; inset: 12% 5%; background: rgba(237,110,59,.18); filter: blur(55px); }
.editor-card { position: relative; overflow: hidden; min-height: 475px; border: 1px solid rgba(255,255,255,.9); border-radius: 28px; background: rgba(251,249,244,.86); box-shadow: 0 30px 80px rgba(76, 66, 48, .17); backdrop-filter: blur(18px); transform: rotate(1.8deg); }
.editor-toolbar { height: 54px; display: flex; align-items: center; gap: 7px; padding: 0 19px; border-bottom: 1px solid var(--line); }
.editor-toolbar span { width: 9px; height: 9px; border-radius: 50%; background: #d9d4ca; }
.editor-toolbar span:first-child { background: #ed8a68; }
.editor-toolbar p { flex: 1; margin: 0 55px 0 0; color: #8a867d; font-size: 11px; text-align: center; }
.editor-body { position: relative; min-height: 420px; padding: 72px 70px; }
.editor-body .label { color: var(--sage); font: 600 11px/1 "DM Sans", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.typed-copy { max-width: 390px; font: 500 33px/1.34 "Manrope", sans-serif; letter-spacing: -.04em; }
.caret { display: inline-block; width: 2px; height: .95em; margin-left: 3px; vertical-align: -.08em; background: var(--orange); animation: blink 1s step-end infinite; }
.microphone-bubble { position: absolute; top: 214px; right: 72px; width: 54px; height: 54px; display: grid; place-items: center; color: white; background: var(--orange); border: 7px solid rgba(255,255,255,.92); border-radius: 50%; box-shadow: 0 12px 30px rgba(207,78,28,.32); }
.microphone-bubble svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.pointer { position: absolute; top: 269px; right: 130px; width: 22px; fill: white; stroke: #222; stroke-width: 1.2; filter: drop-shadow(0 2px 2px rgba(0,0,0,.18)); }
.bubble-trail { position: absolute; top: 239px; right: 143px; display: flex; gap: 11px; align-items: center; }
.bubble-trail span { width: 4px; height: 4px; border-radius: 50%; background: var(--orange); opacity: .25; }
.bubble-trail span:nth-child(2) { width: 6px; height: 6px; opacity: .4; }
.bubble-trail span:nth-child(3) { width: 8px; height: 8px; opacity: .55; }
.demo-caption { position: relative; margin: 21px 0 0; display: flex; justify-content: center; align-items: center; gap: 8px; color: var(--muted); font-size: 12px; }
.demo-caption span { width: 7px; height: 7px; border-radius: 50%; background: #75a878; box-shadow: 0 0 0 4px rgba(117,168,120,.12); }

/* Keep this supporting band one shade lighter so the download CTA owns the darkest surface. */
.principle-band { width: 100%; display: flex; justify-content: center; align-items: center; gap: 32px; padding: 27px; color: #e9e4d9; background: #3b3934; border-radius: 18px; }
.principle-band p { margin: 0; font-size: 13px; }
.principle-band span { width: 3px; height: 3px; border-radius: 50%; background: var(--orange); }

.how { padding: 140px 0 120px; }
.section-heading { max-width: 720px; margin-bottom: 55px; }
h2 { font: 500 clamp(40px, 5vw, 64px)/1.05 "Manrope", sans-serif; letter-spacing: -.055em; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps article { position: relative; min-height: 335px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(251,249,244,.6); }
.steps article b { position: absolute; top: 24px; right: 25px; color: #aaa59b; font-size: 11px; }
.step-icon { height: 122px; display: grid; place-items: center; margin-bottom: 24px; }
.dot-icon span { width: 9px; height: 9px; border-radius: 50%; background: var(--ink); box-shadow: 0 0 0 13px rgba(32,32,30,.06); }
.ready-icon span { width: 34px; height: 34px; border: 7px solid white; border-radius: 50%; background: var(--orange); box-shadow: 0 8px 22px rgba(207,78,28,.22); }
.speak-icon { display: flex; justify-content: center; gap: 5px; }
.speak-icon i { width: 4px; height: 24px; border-radius: 99px; background: var(--orange); }
.speak-icon i:nth-child(2), .speak-icon i:nth-child(4) { height: 43px; }
.speak-icon i:nth-child(3) { height: 62px; }
.steps h3 { margin-bottom: 11px; font: 600 21px/1.2 "Manrope", sans-serif; letter-spacing: -.03em; }
.steps p { color: var(--muted); font-size: 14px; line-height: 1.65; }

.privacy { padding-bottom: 120px; }
.privacy-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 70px; color: #f5f0e6; background: #263028; border-radius: 30px; box-shadow: 0 26px 70px rgba(37,48,40,.16); }
.privacy-card .eyebrow { color: #d0a383; }
.privacy-card h2 { margin-bottom: 0; }
.privacy-copy > p { color: rgba(245,240,230,.7); font-size: 17px; line-height: 1.7; }
.privacy-copy a { color: #f5f0e6; text-underline-offset: 3px; }
.privacy-copy ul { display: grid; gap: 13px; margin: 26px 0 0; padding: 0; list-style: none; color: rgba(245,240,230,.86); font-size: 13px; }
.privacy-copy li { display: flex; gap: 10px; }
.privacy-copy li span { color: #a7c2a8; }

.install { display: flex; align-items: center; justify-content: space-between; gap: 60px; padding: 20px 0 120px; }
.install > div { max-width: 660px; }
.install h2 { margin-bottom: 18px; }
.install > div > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.7; }
.secondary-download { flex: none; padding: 18px 23px; color: white; background: var(--orange); border-radius: 14px; font-weight: 600; text-decoration: none; }
.secondary-download span { margin-left: 20px; }

footer { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
footer .wordmark { color: var(--ink); }
footer .mark { width: 29px; height: 29px; border-radius: 9px; }
footer p { margin: 0; }

.oauth-complete-page { min-height: 100vh; display: grid; place-items: center; padding: 34px; }
.oauth-complete-shell { width: min(620px, 100%); margin: 0; text-align: center; }
.oauth-wordmark { justify-content: center; width: fit-content; margin: 0 auto 38px; }
.oauth-complete-card { padding: 58px 50px 50px; border: 1px solid rgba(42,40,35,.1); border-radius: 30px; background: rgba(251,249,244,.8); box-shadow: 0 30px 80px rgba(76,66,48,.15); backdrop-filter: blur(18px); }
.oauth-complete-icon { width: 68px; height: 68px; display: grid; place-items: center; margin: 0 auto 27px; border-radius: 22px; color: white; background: var(--sage); box-shadow: 0 16px 32px rgba(75,100,77,.22); font: 700 31px/1 "Manrope", sans-serif; }
.oauth-complete-icon.is-retry { background: var(--orange); box-shadow: 0 16px 32px rgba(207,78,28,.22); }
.oauth-complete-card .eyebrow { justify-content: center; margin-bottom: 14px; }
.oauth-complete-card .eyebrow b { font: inherit; }
.oauth-complete-card h1 { margin-bottom: 20px; font-size: clamp(45px, 8vw, 68px); }
.oauth-complete-copy { max-width: 450px; margin: 0 auto; color: var(--muted); font-size: 17px; line-height: 1.65; }
.oauth-complete-hint { display: inline-flex; align-items: center; gap: 8px; margin: 31px 0 0; padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(244,240,232,.72); font-size: 12px; font-weight: 600; }
.oauth-complete-hint::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #75a878; box-shadow: 0 0 0 4px rgba(117,168,120,.12); }

.legal-page { max-width: 800px; padding: 72px 0 120px; }
.legal-page h1 { margin-bottom: 18px; font-size: clamp(48px, 7vw, 76px); }
.legal-page .legal-intro { color: var(--muted); font-size: 19px; line-height: 1.7; }
.legal-page article { margin-top: 58px; padding: 44px; border: 1px solid var(--line); border-radius: 24px; background: rgba(251,249,244,.72); }
.legal-page h2 { margin: 46px 0 14px; font-size: 31px; letter-spacing: -.035em; }
.legal-page h2:first-child { margin-top: 0; }
.legal-page p, .legal-page li { color: var(--muted); line-height: 1.75; }
.legal-page strong { color: var(--ink); }
.legal-page li + li { margin-top: 8px; }

@keyframes blink { 50% { opacity: 0; } }
@keyframes download-shine {
  0% { left: -42%; opacity: 0; }
  4% { opacity: 1; }
  24% { left: 124%; opacity: 1; }
  30%, 100% { left: 124%; opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .caret, .download-button::after { animation: none; } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; padding-top: 58px; }
  .product-demo { max-width: 640px; }
  .steps { grid-template-columns: 1fr; }
  .steps article { min-height: 270px; }
  .privacy-card { grid-template-columns: 1fr; gap: 24px; padding: 48px 38px; }
  .install { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  .site-header, main, footer { width: min(100% - 28px, 1180px); }
  .site-header { height: 76px; }
  nav > a:not(.nav-download) { display: none; }
  .hero { gap: 50px; padding-bottom: 62px; }
  h1 { font-size: 56px; }
  .hero-lede { font-size: 17px; }
  .download-button { width: 100%; min-width: 0; }
  .editor-card { min-height: 390px; }
  .editor-body { min-height: 336px; padding: 52px 35px; }
  .typed-copy { font-size: 27px; }
  .microphone-bubble { top: 213px; right: 30px; }
  .pointer { top: 269px; right: 86px; }
  .bubble-trail { top: 239px; right: 99px; }
  .principle-band { align-items: flex-start; flex-direction: column; gap: 13px; }
  .principle-band span { display: none; }
  .how { padding: 90px 0; }
  .privacy { padding-bottom: 90px; }
  .privacy-card { padding: 38px 25px; }
  .legal-page { padding-top: 48px; }
  .legal-page article { padding: 28px 23px; }
  footer { align-items: flex-start; flex-direction: column; padding: 35px 0; }
  .oauth-complete-page { padding: 20px; }
  .oauth-complete-card { padding: 44px 24px 40px; border-radius: 24px; }
}
