:root {
  --scene: #060607;
  --hud: #0c0c0e;
  --group: #17171a;
  --raised: #232327;
  --hairline: rgba(255, 255, 255, 0.08);
  --edge: rgba(255, 255, 255, 0.12);
  --sheen: rgba(255, 255, 255, 0.06);
  --text: #f5f5f7;
  --text-2: #98989f;
  --text-3: #5e5e65;
  --amber: #ffb340;
  --amber-soft: #2a1f0c;
  --amber-ink: #1a1206;
  --record: #ff453a;
  --sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Inter", system-ui, sans-serif;
  --mono: ui-monospace, "SF Mono", Menlo, monospace;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { background: var(--scene); color-scheme: dark; scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--text);
  background: var(--scene);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; }

.wrap { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow { font-size: 13px; font-weight: 700; letter-spacing: 0.12em; color: var(--amber); text-transform: uppercase; }
.lede { font-size: 17px; line-height: 27px; color: var(--text-2); }
.h2 { font-size: clamp(36px, 5vw, 52px); font-weight: 600; line-height: 1.08; letter-spacing: -0.035em; }
.h3 { font-size: clamp(32px, 4vw, 44px); font-weight: 600; line-height: 1.09; letter-spacing: -0.03em; }

/* Buttons */
.btn {
  height: 52px; padding: 0 24px; border-radius: 999px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-size: 16px; font-weight: 600; letter-spacing: -0.01em;
  transition: transform 120ms ease-out, filter 120ms ease-out;
}
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--amber); color: var(--amber-ink); box-shadow: 0 10px 40px rgba(255, 179, 64, 0.28); }
.btn-primary:hover { filter: brightness(1.06); }
.btn-ghost { background: var(--group); color: var(--text); box-shadow: inset 0 0 0 1px var(--hairline); }
.btn-ghost:hover { background: #1c1c20; }
.btn svg { flex-shrink: 0; }

/* Nav */
.nav { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--hairline); background: rgba(6, 6, 7, 0.72); backdrop-filter: blur(20px) saturate(160%); -webkit-backdrop-filter: blur(20px) saturate(160%); }
.nav-inner { height: 76px; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 19px; font-weight: 600; letter-spacing: -0.02em; }
.brand img { width: 28px; height: 28px; }
.nav-links { display: flex; gap: 36px; font-size: 14px; font-weight: 500; color: var(--text-2); }
.nav-links a:hover { color: var(--text); }
.nav-cta { height: 36px; padding: 0 16px; border-radius: 999px; background: var(--text); color: var(--scene); font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; }

/* Hero */
.hero {
  padding: 120px 0 120px;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  background: radial-gradient(60% 55% at 50% 78%, rgba(255, 179, 64, 0.13) 0%, rgba(255, 179, 64, 0.04) 45%, rgba(6, 6, 7, 0) 75%);
}
.pill { height: 30px; padding: 0 14px 0 6px; border-radius: 999px; background: var(--group); box-shadow: inset 0 0 0 1px var(--hairline); display: inline-flex; align-items: center; gap: 8px; }
.pill-tag { height: 20px; padding: 0 8px; border-radius: 999px; background: var(--amber-soft); display: inline-flex; align-items: center; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; color: var(--amber); }
.pill-text { font-size: 13px; font-weight: 500; color: var(--text-2); }
.hero h1 { margin-top: 30px; padding: 0 16px; font-size: clamp(46px, 8.6vw, 104px); font-weight: 600; line-height: 1; letter-spacing: -0.05em; display: flex; flex-direction: column; align-items: center; gap: 0.06em; }
.h-line { display: flex; align-items: center; justify-content: center; gap: 0.2em; }
.h-line + .h-line { gap: 0.1em; }
.h-pill { height: 0.75em; padding: 0 0.27em 0 0.125em; border-radius: 999px; background: var(--hud); box-shadow: inset 0 0 0 1px var(--hairline), inset 0 1px 0 var(--edge), 0 18px 50px rgba(0, 0, 0, 0.6), 0 0 60px rgba(255, 69, 58, 0.12); display: inline-flex; align-items: center; gap: 0.154em; flex-shrink: 0; letter-spacing: 0; transform: translateY(0.06em); }
.h-stop { width: 0.5em; height: 0.5em; border-radius: 999px; background: var(--record); box-shadow: 0 0 0 0.048em rgba(255, 69, 58, 0.18), 0 0.06em 0.17em rgba(255, 69, 58, 0.45); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.h-stop::after { content: ""; width: 0.154em; height: 0.154em; border-radius: 0.04em; background: #fff; }
.h-wave { height: 0.4em; display: flex; align-items: center; gap: 0.04em; }
.h-wave i { width: max(2px, 0.03em); border-radius: 999px; background: var(--text); animation: bar 0.8s ease-in-out infinite alternate; }
.h-wave i:nth-child(1), .h-wave i:nth-child(12) { opacity: 0.35; }
.h-wave i:nth-child(2), .h-wave i:nth-child(11) { opacity: 0.5; }
.h-wave i:nth-child(3), .h-wave i:nth-child(10) { opacity: 0.7; }
.h-wave i:nth-child(3n) { animation-duration: 0.55s; }
.h-wave i:nth-child(3n + 1) { animation-duration: 1s; animation-delay: -0.3s; }
.h-wave i:nth-child(2n) { animation-delay: -0.45s; }
.h-time { font-size: 0.163em; font-weight: 500; color: var(--text-2); font-variant-numeric: tabular-nums; counter-reset: sec var(--sec); animation: h-tick 10s linear infinite; }
.h-time::before { content: "0:0" counter(sec); }
@keyframes h-tick { from { --sec: 0; } to { --sec: 9; } }
.h-caret { width: 0.058em; height: 0.83em; border-radius: 0.03em; background: var(--amber); box-shadow: 0 0 0.23em rgba(255, 179, 64, 0.55); flex-shrink: 0; animation: blink 1.1s steps(1) infinite; }
.cta-note { margin-top: 18px; padding: 0 24px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 10px; font-size: 13px; font-weight: 500; line-height: 18px; color: #85858c; }
.cta-note i { width: 3px; height: 3px; border-radius: 999px; background: #4a4a50; }
.hero .sub { margin-top: 28px; max-width: 688px; padding: 0 24px; font-size: 20px; line-height: 30px; letter-spacing: -0.01em; color: var(--text-2); }
.ctas { margin-top: 36px; display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }

/* Desktop scene */
.scene {
  position: relative; margin-top: 80px; width: min(1120px, calc(100% - 48px)); height: 640px;
  border-radius: 24px; overflow: hidden;
  background:
    radial-gradient(75% 85% at 12% 108%, rgba(255, 138, 40, 0.5) 0%, rgba(255, 138, 40, 0) 62%),
    radial-gradient(55% 65% at 78% 105%, rgba(190, 70, 24, 0.45) 0%, rgba(190, 70, 24, 0) 70%),
    radial-gradient(60% 70% at 92% -12%, rgba(255, 196, 120, 0.22) 0%, rgba(255, 196, 120, 0) 60%),
    linear-gradient(165deg, #24170d 0%, #120c09 52%, #0a0807 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 40px 120px rgba(0, 0, 0, 0.65), 0 0 0 10px rgba(255, 255, 255, 0.025);
  display: flex; align-items: flex-end; justify-content: center; padding-bottom: 28px;
}
.menubar { position: absolute; inset: 0 0 auto 0; height: 30px; padding: 0 18px; display: flex; align-items: center; gap: 20px; background: rgba(20, 14, 10, 0.55); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255, 255, 255, 0.05); font-size: 12px; font-weight: 500; color: var(--text-2); }
.status { margin-left: auto; display: flex; align-items: center; gap: 16px; color: var(--text); }
.mx { height: 22px; padding: 0 7px; border-radius: 6px; background: rgba(255, 179, 64, 0.16); display: flex; align-items: center; gap: 1.5px; }
.mx i { width: 2px; border-radius: 999px; background: var(--amber); }
.batt { position: relative; width: 22px; height: 11px; padding: 2px; border-radius: 3px; box-shadow: inset 0 0 0 1px rgba(245, 245, 247, 0.55); display: flex; }
.batt i { width: 14px; border-radius: 1.5px; background: var(--text); }
.batt::after { content: ""; position: absolute; right: -3px; top: 3.5px; width: 1.5px; height: 4px; border-radius: 1px; background: rgba(245, 245, 247, 0.55); }
.menubar b { color: var(--text); }
.note {
  position: absolute; left: 50%; top: 62px; transform: translateX(-50%); width: min(660px, calc(100% - 40px)); height: 280px;
  border-radius: 14px; background: #141416; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07), 0 24px 60px rgba(0, 0, 0, 0.5); overflow: hidden; text-align: left;
}
.note-bar { height: 40px; padding: 0 16px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.dot { width: 12px; height: 12px; border-radius: 999px; background: #3a3a3f; }
.dot:nth-child(1) { background: #ff5f57; }
.dot:nth-child(2) { background: #febc2e; }
.dot:nth-child(3) { background: #28c840; }
.note-title { flex: 1; text-align: center; padding-right: 52px; font-size: 13px; font-weight: 600; color: var(--text-2); }
.note-body { padding: 24px 32px; display: flex; flex-direction: column; gap: 12px; }
.note-body h4 { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; }
.note-body .muted { font-size: 15px; line-height: 24px; color: var(--text-3); }
.note-body mark { background: rgba(255, 179, 64, 0.14); color: var(--text); border-radius: 4px; padding: 0 3px; font-size: 15px; line-height: 24px; }
.caret { width: 2px; height: 20px; border-radius: 1px; background: var(--amber); animation: blink 1.1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }

/* HUD (the app) */
.hud {
  position: relative; width: 400px; max-width: 100%; border-radius: 20px; background: var(--hud);
  border: 1px solid var(--hairline); overflow: hidden; text-align: left;
  box-shadow: inset 0 1px 0 var(--edge), 0 30px 80px rgba(0, 0, 0, 0.7), 0 2px 10px rgba(0, 0, 0, 0.5);
}
.bar { height: 56px; padding: 0 10px; display: flex; align-items: center; gap: 10px; }
.voice { width: 36px; height: 36px; flex-shrink: 0; border-radius: 999px; background: var(--amber-soft); display: flex; align-items: center; justify-content: center; }
.glyph { height: 16px; display: flex; align-items: center; gap: 2px; }
.glyph i { width: 2px; border-radius: 999px; background: var(--amber); }
.voice.rec { background: var(--record); box-shadow: 0 0 0 4px rgba(255, 69, 58, 0.18), 0 4px 14px rgba(255, 69, 58, 0.35); }
.voice.rec::after { content: ""; width: 11px; height: 11px; border-radius: 3px; background: #fff; }
.bar-label { flex: 1; min-width: 0; font-size: 14px; font-weight: 500; letter-spacing: -0.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hint { flex-shrink: 0; font-size: 12px; font-weight: 500; color: var(--text-3); }
.gear { width: 28px; height: 28px; flex-shrink: 0; border-radius: 999px; display: flex; align-items: center; justify-content: center; }
.gear.on { background: var(--amber-soft); }
.capsule { height: 28px; flex-shrink: 0; padding: 0 8px 0 11px; border-radius: 999px; background: var(--raised); box-shadow: inset 0 1px 0 var(--sheen); display: flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 600; }
.capsule.open { background: var(--amber-soft); box-shadow: inset 0 0 0 1px rgba(255, 179, 64, 0.25); color: var(--amber); }
.sep { height: 1px; background: var(--hairline); }
.card { padding: 18px 18px 12px; display: flex; flex-direction: column; gap: 14px; }
.card p { font-size: 15px; line-height: 22px; letter-spacing: -0.012em; }
.card-foot { height: 28px; display: flex; align-items: center; justify-content: space-between; }
.meta { font-size: 12px; font-weight: 500; color: var(--text-3); font-variant-numeric: tabular-nums; }
.chip { height: 28px; padding: 0 12px 0 10px; border-radius: 999px; background: var(--raised); box-shadow: inset 0 1px 0 var(--sheen); display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; }
.chip small { font-size: 12px; font-weight: 500; color: var(--text-3); }
.panel { padding: 18px 10px 12px; display: flex; flex-direction: column; gap: 12px; }
.panel-head { padding: 0 8px; display: flex; flex-direction: column; gap: 2px; }
.panel-head b { font-size: 15px; font-weight: 600; line-height: 20px; letter-spacing: -0.015em; }
.panel-head span { font-size: 12px; line-height: 16px; color: var(--text-2); }
.group { border-radius: 12px; background: var(--group); overflow: hidden; display: flex; flex-direction: column; }
.model { height: 54px; padding: 0 14px; display: flex; align-items: center; gap: 12px; }
.model + .model { border-top: 1px solid var(--hairline); }
.model.on { background: rgba(255, 179, 64, 0.07); }
.model-text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.model-name { display: flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 500; line-height: 19px; letter-spacing: -0.01em; }
.model.on .model-name { font-weight: 600; }
.badge { height: 16px; padding: 0 6px; border-radius: 999px; background: rgba(255, 179, 64, 0.16); display: inline-flex; align-items: center; font-size: 10px; font-weight: 600; letter-spacing: 0.02em; color: var(--amber); }
.model-meta { font-size: 12px; line-height: 16px; color: var(--text-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.trail { width: 60px; flex-shrink: 0; display: flex; justify-content: flex-end; }
.get { width: 56px; height: 26px; border-radius: 999px; background: var(--raised); box-shadow: inset 0 1px 0 var(--sheen); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; letter-spacing: 0.02em; color: var(--amber); }
.ring { position: relative; width: 26px; height: 26px; display: flex; align-items: center; justify-content: center; }
.ring svg { position: absolute; inset: 0; }
.ring::after { content: ""; width: 8px; height: 8px; border-radius: 2px; background: var(--amber); }
.link-row { height: 28px; padding: 0 8px; display: flex; align-items: center; justify-content: space-between; font-size: 13px; font-weight: 500; color: var(--amber); }
.link-row span:last-child { font-size: 12px; font-weight: 400; color: var(--text-3); }
.row { padding-left: 12px; display: flex; align-items: center; gap: 10px; }
.tile { width: 26px; height: 26px; flex-shrink: 0; border-radius: 7px; background: var(--raised); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07); display: flex; align-items: center; justify-content: center; }
.lane { flex: 1; min-width: 0; min-height: 46px; padding: 9px 12px 9px 0; display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 14px; font-weight: 500; letter-spacing: -0.01em; }
.row + .row .lane { border-top: 1px solid var(--hairline); }
.lane small { display: block; font-size: 12px; line-height: 16px; font-weight: 400; color: var(--text-2); letter-spacing: 0; }
.val { display: flex; align-items: center; gap: 4px; font-size: 13px; font-weight: 400; color: var(--text-2); white-space: nowrap; }
.keys { display: flex; gap: 4px; }
.keys span { height: 22px; min-width: 22px; padding: 0 6px; border-radius: 6px; background: var(--raised); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), inset 0 -1px 0 rgba(0, 0, 0, 0.4); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 500; color: var(--text-2); }
.switch { width: 34px; height: 20px; flex-shrink: 0; padding: 2px; border-radius: 999px; background: #3a3a3f; display: flex; }
.switch::after { content: ""; width: 16px; height: 16px; border-radius: 999px; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35); }
.switch.on { background: var(--amber); justify-content: flex-end; }

/* Sections */
section { scroll-margin-top: 80px; }
.how { padding: 140px 0 120px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; }
.section-head > div { display: flex; flex-direction: column; gap: 18px; }
.section-head .lede { max-width: 340px; }
.steps { margin-top: 64px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step { border-radius: 20px; background: var(--hud); box-shadow: inset 0 0 0 1px var(--hairline); overflow: hidden; display: flex; flex-direction: column; }
.step-visual { height: 200px; display: flex; align-items: center; justify-content: center; gap: 8px; background: radial-gradient(70% 80% at 50% 100%, rgba(255, 179, 64, 0.07) 0%, rgba(12, 12, 14, 0) 70%); }
.step-visual.red { gap: 22px; background: radial-gradient(70% 80% at 50% 100%, rgba(255, 69, 58, 0.08) 0%, rgba(12, 12, 14, 0) 70%); }
.step-visual.col { flex-direction: column; gap: 14px; }
.step-text { padding: 28px 28px 32px; border-top: 1px solid var(--hairline); display: flex; flex-direction: column; gap: 10px; }
.step-text .num { font-size: 13px; font-weight: 600; color: var(--text-3); }
.step-text h3 { font-size: 22px; font-weight: 600; letter-spacing: -0.02em; }
.step-text p { font-size: 15px; line-height: 23px; color: var(--text-2); }
.cap { height: 56px; min-width: 56px; padding: 0 16px; border-radius: 14px; background: var(--raised); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -3px 0 rgba(0, 0, 0, 0.45), 0 8px 20px rgba(0, 0, 0, 0.4); display: flex; align-items: center; justify-content: center; font-size: 26px; font-weight: 500; }
.cap.space { padding: 0 26px; font-size: 18px; font-weight: 600; background: var(--amber); color: var(--amber-ink); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -3px 0 rgba(0, 0, 0, 0.2), 0 8px 30px rgba(255, 179, 64, 0.3); }
.big-rec { width: 64px; height: 64px; border-radius: 999px; background: var(--record); box-shadow: 0 0 0 7px rgba(255, 69, 58, 0.16), 0 8px 26px rgba(255, 69, 58, 0.4); display: flex; align-items: center; justify-content: center; }
.big-rec::after { content: ""; width: 19px; height: 19px; border-radius: 5px; background: #fff; }
.wave { height: 48px; display: flex; align-items: center; gap: 4px; }
.wave i { width: 4px; border-radius: 999px; background: var(--text); }
.copied { height: 40px; padding: 0 18px 0 14px; border-radius: 999px; background: var(--raised); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 8px 20px rgba(0, 0, 0, 0.4); display: flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 600; }
.paste { display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 500; color: var(--text-3); }
.paste span { height: 26px; min-width: 26px; padding: 0 8px; border-radius: 7px; background: var(--raised); box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.4); display: flex; align-items: center; justify-content: center; color: var(--text-2); }

.features { padding: 40px 0 140px; display: flex; flex-direction: column; gap: 120px; }
.feature { display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.feature.flip { flex-direction: row-reverse; }
.feature-copy { max-width: 460px; display: flex; flex-direction: column; gap: 22px; }
.facts { padding-top: 10px; display: flex; flex-direction: column; gap: 14px; list-style: none; }
.facts li { display: flex; align-items: center; gap: 12px; font-size: 15px; }
.facts li::before { content: ""; width: 6px; height: 6px; border-radius: 999px; background: var(--amber); flex-shrink: 0; }
.stage { width: 560px; max-width: 100%; min-height: 620px; padding: 40px 20px; border-radius: 28px; background: radial-gradient(70% 60% at 50% 60%, rgba(255, 179, 64, 0.10) 0%, rgba(12, 12, 14, 0) 70%), #0a0a0b; box-shadow: inset 0 0 0 1px var(--hairline); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }

.privacy { padding: 140px 0; border-top: 1px solid var(--hairline); text-align: center; }
.privacy h2 { margin-top: 22px; font-size: clamp(44px, 6.5vw, 76px); font-weight: 600; line-height: 1.03; letter-spacing: -0.045em; }
.privacy .lede { margin: 22px auto 0; max-width: 620px; font-size: 18px; line-height: 28px; }
.pillars { margin-top: 72px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); text-align: left; }
.pillars div { padding: 36px 32px; display: flex; flex-direction: column; gap: 8px; }
.pillars div + div { border-left: 1px solid var(--hairline); }
.pillars b { font-size: 28px; font-weight: 600; letter-spacing: -0.02em; }
.pillars span { font-size: 15px; line-height: 23px; color: var(--text-2); }

.pricing { padding: 140px 0 120px; border-top: 1px solid var(--hairline); text-align: center; }
.pricing h2 { margin-top: 20px; font-size: clamp(40px, 5.5vw, 60px); font-weight: 600; line-height: 1.07; letter-spacing: -0.04em; }
.pricing .lede { margin: 20px auto 0; max-width: 560px; font-size: 18px; line-height: 28px; }
.plans { margin-top: 64px; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
.plan { width: 420px; max-width: 100%; padding: 40px; border-radius: 24px; background: var(--hud); box-shadow: inset 0 0 0 1px var(--hairline); display: flex; flex-direction: column; gap: 32px; text-align: left; }
.plan.best { background: radial-gradient(90% 60% at 50% 0%, rgba(255, 179, 64, 0.14) 0%, rgba(14, 12, 9, 0) 70%), #0e0c09; box-shadow: inset 0 0 0 1px rgba(255, 179, 64, 0.35), 0 30px 80px rgba(255, 179, 64, 0.08); }
.plan-head { display: flex; flex-direction: column; gap: 14px; }
.plan-name { display: flex; align-items: center; justify-content: space-between; height: 24px; font-size: 17px; font-weight: 600; }
.deal { height: 24px; padding: 0 10px; border-radius: 999px; background: rgba(255, 179, 64, 0.16); display: inline-flex; align-items: center; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; color: var(--amber); }
.price { display: flex; align-items: baseline; gap: 10px; }
.price b { font-size: 64px; font-weight: 600; line-height: 1; letter-spacing: -0.04em; }
.price s { font-size: 28px; font-weight: 500; color: var(--text-3); letter-spacing: -0.02em; }
.price span { font-size: 16px; color: var(--text-2); }
.plan p { font-size: 15px; line-height: 23px; color: var(--text-2); }
.checks { list-style: none; display: flex; flex-direction: column; gap: 14px; font-size: 15px; }
.checks li { display: flex; align-items: center; gap: 12px; }
.plan .btn { margin-top: auto; height: 50px; width: 100%; }
.fine { margin: 40px auto 0; max-width: 640px; font-size: 14px; line-height: 22px; color: var(--text-2); }

.final { padding: 40px 0 140px; }
.final-card { border-radius: 32px; padding: 88px 24px; display: flex; flex-direction: column; align-items: center; gap: 28px; text-align: center; background: radial-gradient(60% 90% at 50% 110%, rgba(255, 179, 64, 0.20) 0%, rgba(255, 179, 64, 0.05) 45%, rgba(12, 12, 14, 0) 75%), #0c0c0e; box-shadow: inset 0 0 0 1px var(--hairline); }
.final-card img { width: 64px; height: 64px; border-radius: 999px; box-shadow: 0 0 0 8px rgba(255, 179, 64, 0.06); }
.final-card h2 { font-size: clamp(40px, 5vw, 60px); font-weight: 600; line-height: 1.07; letter-spacing: -0.04em; }
.final-card .lede { font-size: 18px; }

footer { border-top: 1px solid var(--hairline); }
.foot { height: 88px; padding: 0 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 13px; color: var(--text-3); }
.foot .brand { font-size: 15px; gap: 10px; }
.foot .brand span { font-size: 13px; font-weight: 400; letter-spacing: 0; color: var(--text-3); }
.foot nav { display: flex; gap: 28px; font-weight: 500; color: var(--text-2); }
.foot nav a:hover { color: var(--text); }

/* How it works: one 7.2s story that walks through the three cards. */
.steps { --loop: 7.2s; }
.step { animation: step-on var(--loop) linear infinite; }
.step-text .num { animation: num-on var(--loop) linear infinite; }
.step:nth-child(2), .step:nth-child(2) .num { animation-delay: calc(var(--loop) / 3); }
.step:nth-child(3), .step:nth-child(3) .num { animation-delay: calc(var(--loop) * 2 / 3); }
@keyframes step-on {
  0%, 33%, 100% { box-shadow: inset 0 0 0 1px var(--hairline); }
  4%, 29% { box-shadow: inset 0 0 0 1px rgba(255, 179, 64, 0.2), 0 30px 60px -40px rgba(255, 179, 64, 0.35); }
}
@keyframes num-on { 0%, 33%, 100% { color: var(--text-3); } 4%, 29% { color: var(--amber); } }

.cap { --up: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 -3px 0 rgba(0, 0, 0, 0.45), 0 8px 20px rgba(0, 0, 0, 0.4); --down: inset 0 1px 0 rgba(255, 255, 255, 0.05), inset 0 -1px 0 rgba(0, 0, 0, 0.45), 0 3px 8px rgba(0, 0, 0, 0.4); }
.cap.space { --up: inset 0 1px 0 rgba(255, 255, 255, 0.35), inset 0 -3px 0 rgba(0, 0, 0, 0.2), 0 8px 30px rgba(255, 179, 64, 0.3); --down: inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 2px 48px rgba(255, 179, 64, 0.6); }
.cap.k1 { animation: press-k1 var(--loop) ease-out infinite; }
.cap.k2 { animation: press-k2 var(--loop) ease-out infinite; }
.cap.space { animation: press-space var(--loop) ease-out infinite; }
@keyframes press-k1 { 0%, 4%, 25%, 100% { transform: none; box-shadow: var(--up); } 6%, 23% { transform: translateY(3px); box-shadow: var(--down); } }
@keyframes press-k2 { 0%, 8%, 25%, 100% { transform: none; box-shadow: var(--up); } 10%, 23% { transform: translateY(3px); box-shadow: var(--down); } }
@keyframes press-space { 0%, 13%, 21%, 100% { transform: none; box-shadow: var(--up); } 15%, 19% { transform: translateY(3px) scale(0.98); box-shadow: var(--down); } }

.big-rec { position: relative; animation: rec-on var(--loop) ease-in-out infinite; }
.big-rec::before { content: ""; position: absolute; inset: 0; border-radius: inherit; box-shadow: 0 0 0 2px var(--record); opacity: 0; animation: rec-ring var(--loop) ease-out infinite; }
@keyframes rec-on {
  0%, 30%, 70%, 100% { transform: scale(0.88); filter: saturate(0.35) brightness(0.65); }
  36%, 64% { transform: scale(1); filter: none; }
}
@keyframes rec-ring {
  0%, 36% { transform: scale(1); opacity: 0; }
  37% { transform: scale(1); opacity: 0.6; }
  49% { transform: scale(1.7); opacity: 0; }
  50% { transform: scale(1); opacity: 0.6; }
  62%, 100% { transform: scale(1.7); opacity: 0; }
}
.wave { animation: wave-on var(--loop) ease-in-out infinite; }
.wave i { transform-origin: center; animation: bar 0.9s ease-in-out infinite alternate; }
.wave i:nth-child(3n) { animation-duration: 0.7s; }
.wave i:nth-child(3n + 1) { animation-duration: 1.1s; animation-delay: -0.4s; }
.wave i:nth-child(2n) { animation-delay: -0.25s; }
.wave i:nth-child(5n) { animation-delay: -0.6s; }
@keyframes bar { from { transform: scaleY(0.35); } to { transform: scaleY(1.15); } }
@keyframes wave-on {
  0%, 30%, 70%, 100% { transform: scaleY(0.2); opacity: 0.35; }
  36%, 64% { transform: scaleY(1); opacity: 1; }
}

.copied { animation: copied-in var(--loop) cubic-bezier(0.2, 0.8, 0.2, 1) infinite; }
.copied .tick { animation: tick-in var(--loop) ease-out infinite; }
@keyframes copied-in {
  0%, 68% { opacity: 0; transform: translateY(12px) scale(0.92); }
  72% { opacity: 1; transform: translateY(-2px) scale(1.03); }
  75%, 96% { opacity: 1; transform: none; }
  100% { opacity: 0; transform: translateY(-6px) scale(0.98); }
}
@keyframes tick-in { 0%, 71% { transform: scale(0); } 75% { transform: scale(1.3); } 78%, 100% { transform: scale(1); } }
.paste span, .paste b { font-weight: inherit; transition: none; }
.paste span:nth-child(1) { animation: paste-cmd var(--loop) ease-out infinite; }
.paste span:nth-child(2) { animation: paste-v var(--loop) ease-out infinite; }
.paste b { animation: paste-word var(--loop) ease-out infinite; }
@keyframes paste-cmd { 0%, 79%, 91%, 100% { transform: none; background: var(--raised); color: var(--text-2); } 81%, 89% { transform: translateY(1px); background: var(--amber-soft); color: var(--amber); } }
@keyframes paste-v { 0%, 83%, 89%, 100% { transform: none; background: var(--raised); color: var(--text-2); } 85%, 87% { transform: translateY(1px); background: var(--amber-soft); color: var(--amber); } }
@keyframes paste-word { 0%, 85%, 100% { color: var(--text-3); } 88%, 96% { color: var(--text); } }

/* Cards rise in, then the story starts once they are on screen. */
html.js .step { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); }
html.js .steps.in .step { opacity: 1; transform: none; }
html.js .steps.in .step:nth-child(2) { transition-delay: 0.1s; }
html.js .steps.in .step:nth-child(3) { transition-delay: 0.2s; }
/* Hero: record, transcribe, then paste into the note. One 10s loop. */
@property --sec { syntax: "<integer>"; inherits: false; initial-value: 7; }
.scene { --hero: 10s; }
.reveal { display: grid; grid-template-rows: 1fr; animation: reveal var(--hero) cubic-bezier(0.3, 0.7, 0.2, 1) infinite; }
.reveal > div { min-height: 0; overflow: hidden; }
.reveal .card { animation: card-in var(--hero) ease infinite; }
@keyframes reveal { 0%, 54% { grid-template-rows: 0fr; } 60%, 94% { grid-template-rows: 1fr; } 99%, 100% { grid-template-rows: 0fr; } }
@keyframes card-in { 0%, 56% { opacity: 0; } 62%, 93% { opacity: 1; } 97%, 100% { opacity: 0; } }
.live-hud .voice { position: relative; animation: voice-rec var(--hero) ease infinite; }
.live-hud .stop { position: absolute; inset: 0; margin: auto; width: 11px; height: 11px; border-radius: 3px; background: #fff; opacity: 0; animation: stop-on var(--hero) ease infinite; }
.live-hud .glyph { animation: glyph-busy var(--hero) ease infinite; }
@keyframes voice-rec {
  0%, 5%, 47%, 100% { background: var(--amber-soft); box-shadow: none; }
  8%, 44% { background: var(--record); box-shadow: 0 0 0 4px rgba(255, 69, 58, 0.18), 0 4px 14px rgba(255, 69, 58, 0.35); }
}
@keyframes stop-on { 0%, 6%, 45%, 100% { opacity: 0; transform: scale(0.5); } 9%, 43% { opacity: 1; transform: none; } }
@keyframes glyph-busy {
  0%, 5%, 56%, 100% { opacity: 1; }
  7%, 44% { opacity: 0; }
  47%, 51%, 55% { opacity: 1; }
  49%, 53% { opacity: 0.35; }
}
.states { display: grid; }
.states > span { grid-area: 1 / 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.states > span:not(.s-done) { opacity: 0; }
.s-idle { animation: s-idle var(--hero) ease infinite; }
.s-rec { display: flex; align-items: center; gap: 10px; animation: s-rec var(--hero) ease infinite; }
.s-busy { color: var(--text-2); animation: s-busy var(--hero) ease infinite; }
.s-done { animation: s-done var(--hero) ease infinite; }
@keyframes s-idle { 0%, 5%, 97%, 100% { opacity: 1; transform: none; } 7%, 95% { opacity: 0; transform: translateY(-6px); } }
@keyframes s-rec { 0%, 6% { opacity: 0; transform: translateY(6px); } 8%, 43% { opacity: 1; transform: none; } 45%, 100% { opacity: 0; transform: translateY(-6px); } }
@keyframes s-busy { 0%, 44% { opacity: 0; transform: translateY(6px); } 46%, 53% { opacity: 1; transform: none; } 55%, 100% { opacity: 0; transform: translateY(-6px); } }
@keyframes s-done { 0%, 54% { opacity: 0; transform: translateY(6px); } 56%, 94% { opacity: 1; transform: none; } 96%, 100% { opacity: 0; transform: translateY(-6px); } }
.live { height: 16px; display: flex; align-items: center; gap: 2px; }
.live i { width: 2px; height: 14px; border-radius: 1px; background: var(--text); animation: bar 0.8s ease-in-out infinite alternate; }
.live i:nth-child(3n) { animation-duration: 0.55s; }
.live i:nth-child(3n + 1) { animation-duration: 1s; animation-delay: -0.3s; }
.live i:nth-child(2n) { animation-delay: -0.45s; opacity: 0.8; }
.live i:nth-child(5n) { animation-delay: -0.15s; }
.timer { font-size: 13px; color: var(--text-2); font-variant-numeric: tabular-nums; counter-reset: sec var(--sec); animation: tick var(--hero) linear infinite; }
.timer::after { content: counter(sec); }
@keyframes tick { 0%, 8% { --sec: 0; } 43%, 100% { --sec: 7; } }
.chip.copy { animation: chip-copy var(--hero) ease infinite; }
.chip.copy small { animation: chip-copy-key var(--hero) ease infinite; }
@keyframes chip-copy { 0%, 62%, 70%, 100% { background: var(--raised); color: var(--text); } 64%, 67% { background: var(--amber-soft); color: var(--amber); } }
@keyframes chip-copy-key { 0%, 62%, 70%, 100% { color: var(--text-3); } 64%, 67% { color: var(--amber); } }
.pasted { animation: pasted var(--hero) ease infinite; }
.pasted mark { animation: pasted-mark var(--hero) ease infinite; }
@keyframes pasted { 0%, 67% { opacity: 0; transform: translateY(4px); } 70%, 93% { opacity: 1; transform: none; } 97%, 100% { opacity: 0; transform: none; } }
@keyframes pasted-mark { 0%, 68% { background: rgba(255, 179, 64, 0.4); } 80%, 100% { background: rgba(255, 179, 64, 0.14); } }

/* Models: Turbo precise finishes downloading, then the loop starts over. */
@property --mb { syntax: "<integer>"; inherits: false; initial-value: 350; }
.models-stage { --dl: 8s; }
.ring .prog { animation: ring-fill var(--dl) linear infinite; }
.ring { animation: ring-out var(--dl) ease infinite; }
.dl { display: inline-block; max-width: 80px; overflow: hidden; vertical-align: bottom; white-space: pre; animation: dl-text var(--dl) ease infinite; }
.mb { counter-reset: mb var(--mb); animation: mb-count var(--dl) linear infinite; }
.mb::after { content: counter(mb); }
.dl-row { animation: dl-done var(--dl) ease infinite; }
@keyframes ring-fill { 0% { stroke-dashoffset: 100; } 62%, 67.9% { stroke-dashoffset: 0; } 68%, 100% { stroke-dashoffset: 100; } }
@keyframes ring-out { 0%, 63%, 97%, 100% { opacity: 1; transform: none; } 67%, 93% { opacity: 0; transform: scale(0.6); } }
@keyframes mb-count { 0% { --mb: 0; } 62%, 90% { --mb: 834; } 91%, 100% { --mb: 0; } }
@keyframes dl-text { 0%, 63%, 97%, 100% { max-width: 80px; opacity: 1; } 67%, 93% { max-width: 0; opacity: 0; } }
@keyframes dl-done { 0%, 63%, 88%, 100% { background: transparent; } 67%, 78% { background: rgba(255, 255, 255, 0.04); } }

/* Settings: flip a switch and change the language, like someone is clicking. */
.settings-stage { --set: 9s; }
.tap-login { animation: tap-login var(--set) ease infinite; }
.tap-lang { animation: tap-lang var(--set) ease infinite; }
@keyframes tap-login { 0%, 7%, 14%, 67%, 74%, 100% { background: transparent; } 9%, 11%, 69%, 71% { background: rgba(255, 255, 255, 0.05); } }
@keyframes tap-lang { 0%, 26%, 33%, 46%, 53%, 84%, 91%, 100% { background: transparent; } 28%, 30%, 48%, 50%, 86%, 88% { background: rgba(255, 255, 255, 0.05); } }
.switch.flip { animation: flip-track var(--set) ease infinite; }
.switch.flip::after { animation: flip-knob var(--set) cubic-bezier(0.3, 0.7, 0.3, 1.2) infinite; }
@keyframes flip-track { 0%, 10%, 71%, 100% { background: #3a3a3f; } 12%, 69% { background: var(--amber); } }
@keyframes flip-knob { 0%, 10%, 71%, 100% { transform: none; } 13%, 69% { transform: translateX(14px); } }
.langs { display: grid; justify-items: end; }
.langs span { grid-area: 1 / 1; }
.langs span + span { opacity: 0; }
.langs span:nth-child(1) { animation: lang-1 var(--set) ease infinite; }
.langs span:nth-child(2) { animation: lang-2 var(--set) ease infinite; }
.langs span:nth-child(3) { animation: lang-3 var(--set) ease infinite; }
@keyframes lang-1 { 0%, 29%, 90%, 100% { opacity: 1; transform: none; } 31%, 88% { opacity: 0; transform: translateY(-5px); } }
@keyframes lang-2 { 0%, 29% { opacity: 0; transform: translateY(5px); } 31%, 49% { opacity: 1; transform: none; } 51%, 100% { opacity: 0; transform: translateY(-5px); } }
@keyframes lang-3 { 0%, 49% { opacity: 0; transform: translateY(5px); } 51%, 88% { opacity: 1; transform: none; } 90%, 100% { opacity: 0; transform: translateY(-5px); } }

html.js :is(.steps, .scene, .stage):not(.in) :is(*, *::before, *::after) { animation-play-state: paused; }

@media (max-width: 960px) {
  .nav-inner, .foot { padding: 0 24px; }
  .nav-links { display: none; }
  .section-head, .feature, .feature.flip { flex-direction: column; align-items: flex-start; }
  .steps, .pillars { grid-template-columns: 1fr; }
  .pillars div + div { border-left: 0; border-top: 1px solid var(--hairline); }
  .stage { width: 100%; min-height: auto; }
  .scene { height: 520px; }
  .note { height: 230px; }
  .foot { height: auto; padding: 28px 24px; flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {
  .hero { padding-top: 80px; }
  .h-line { gap: 0.14em; }
  .menubar > span, .status .wifi, .status .batt { display: none; }
  .hint { display: none; }
  .plan { padding: 28px; }
  .note-body { padding: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .caret, .h-caret, .h-wave i, .h-time { animation: none; }
  .btn { transition: none; }
  :is(.steps, .scene, .stage) :is(*, *::before, *::after) { animation: none !important; }
  html.js .step { opacity: 1; transform: none; transition: none; }
}
