:root {
  --ink: #171815;
  --muted: #65675f;
  --paper: #f4f1e9;
  --cream: #ebe6da;
  --acid: #d9ff67;
  --forest: #18382d;
  --line: rgba(23, 24, 21, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.55 "DM Sans", sans-serif; }
a { color: inherit; }
.wrap { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.nav { height: 86px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 11px; font: 700 18px/1 "Manrope", sans-serif; text-decoration: none; letter-spacing: -.03em; }
.brand-mark { width: 27px; height: 27px; display: flex; align-items: center; justify-content: center; gap: 2px; border-radius: 50%; color: var(--acid); background: var(--ink); }
.brand-mark i { display: block; width: 2px; border-radius: 2px; background: currentColor; }
.brand-mark i:nth-child(1) { height: 6px; }.brand-mark i:nth-child(2) { height: 13px; }.brand-mark i:nth-child(3) { height: 8px; }
nav { display: flex; gap: 32px; } nav a, footer a { color: var(--muted); text-decoration: none; font-size: 14px; } nav a:hover, footer a:hover { color: var(--ink); }
.nav-cta { padding: 10px 16px; border: 1px solid var(--ink); border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 14px; }
.nav-cta span { margin-left: 9px; }

.hero { min-height: 720px; display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 68px; padding-block: 80px 100px; }
.kicker { margin: 0 0 22px; color: #55604f; font: 600 12px/1.2 "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.kicker > span { display: inline-block; width: 7px; height: 7px; margin: 0 9px 1px 0; border-radius: 50%; background: #64a36f; box-shadow: 0 0 0 5px rgba(100,163,111,.13); }
h1, h2, h3 { font-family: "Manrope", sans-serif; }
h1 { margin: 0; font-size: clamp(54px, 6.4vw, 88px); line-height: .98; letter-spacing: -.072em; font-weight: 600; }
h1 em { color: #5f665c; font-style: normal; }
.lede { max-width: 590px; margin: 30px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; margin-top: 36px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 22px; border-radius: 9px; text-decoration: none; font-weight: 600; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--ink); }.button.primary:hover { background: #34352f; }
.button.secondary { border: 1px solid var(--line); background: rgba(255,255,255,.33); }
.fine-print { color: #83857d; font-size: 12px; margin: 13px 0 0; }

.product-stage { position: relative; min-height: 485px; display: grid; place-items: center; isolation: isolate; }
.ambient { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); }
.ambient.one { width: 410px; height: 410px; background: #dce5cd; top: 6%; right: 4%; }
.ambient.two { width: 240px; height: 240px; background: #ead8be; left: 3%; bottom: 0; }
.window-card { position: relative; width: min(100%, 520px); height: 345px; overflow: hidden; border: 1px solid rgba(0,0,0,.1); border-radius: 18px; background: rgba(255,255,255,.84); box-shadow: 0 30px 75px rgba(42,45,36,.17); backdrop-filter: blur(12px); transform: rotate(-1.25deg); }
.window-top { height: 49px; display: flex; align-items: center; gap: 7px; padding: 0 17px; border-bottom: 1px solid #e2e2dc; background: rgba(248,248,245,.9); }
.window-top span { width: 9px; height: 9px; border-radius: 50%; background: #d7d6d0; }.window-top b { margin-left: 9px; color: #8a8b84; font-size: 11px; font-weight: 500; }
.editor-lines { position: absolute; top: 78px; left: 33px; display: grid; gap: 16px; opacity: .55; }
.editor-lines i { width: 250px; height: 7px; border-radius: 5px; background: #e2e2dc; }.editor-lines i:nth-child(2) { width: 380px; }.editor-lines i:nth-child(3) { width: 185px; }.editor-lines i:nth-child(4) { width: 420px; }.editor-lines i:nth-child(5) { width: 290px; }
.typed-copy { position: absolute; left: 33px; bottom: 54px; margin: 0; font: 500 20px/1.6 "Manrope", sans-serif; letter-spacing: -.025em; }
.cursor { display: inline-block; width: 2px; height: 20px; margin-left: 3px; background: #6d9b5a; vertical-align: -3px; animation: blink 1s steps(1) infinite; }
@keyframes blink { 50% { opacity: 0; } }
.voice-pill { position: absolute; bottom: 28px; left: 50%; display: flex; align-items: center; width: 375px; height: 70px; padding: 0 18px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; color: #fff; background: #171815; box-shadow: 0 20px 40px rgba(20,20,18,.28); }
.live-dot { width: 9px; height: 9px; margin-right: 15px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(217,255,103,.1); }
.bars { height: 25px; display: flex; align-items: center; gap: 3px; margin-right: 12px; }.bars i { display: block; width: 3px; border-radius: 4px; background: var(--acid); animation: voice 1s ease-in-out infinite alternate; }.bars i:nth-child(1),.bars i:nth-child(6){height:7px}.bars i:nth-child(2),.bars i:nth-child(5){height:14px;animation-delay:.15s}.bars i:nth-child(3){height:23px;animation-delay:.3s}.bars i:nth-child(4){height:18px;animation-delay:.45s}@keyframes voice{to{transform:scaleY(.45)}}
.voice-pill b { font-size: 13px; }.shortcut { margin-left: auto; padding: 6px 9px; border-radius: 6px; color: #aaa9a3; background: #292a27; font-size: 10px; }

.proof-strip { border-block: 1px solid var(--line); background: rgba(255,255,255,.28); }.proof-strip .wrap { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #666960; font-size: 13px; }.proof-strip span::before { content: "·"; margin-right: 12px; color: #7ea566; }
.section { padding-block: 130px; }.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 70px; }.section h2 { margin: 0; font-size: clamp(39px, 5vw, 60px); line-height: 1.08; letter-spacing: -.055em; font-weight: 600; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }.steps article { position: relative; min-height: 350px; padding: 30px 36px 20px 0; border-right: 1px solid var(--line); }.steps article + article { padding-left: 36px; }.steps article:last-child { border-right: 0; }.number { color: #8a8c84; font-size: 11px; }.step-icon { width: 57px; height: 57px; display: grid; place-items: center; margin: 70px 0 28px; border-radius: 14px; background: var(--cream); font: 500 24px/1 "Manrope", sans-serif; }.step-icon.wave { display: flex; justify-content: center; gap: 3px; }.step-icon.wave i { width: 3px; border-radius: 4px; background: var(--ink); }.step-icon.wave i:nth-child(1){height:9px}.step-icon.wave i:nth-child(2){height:20px}.step-icon.wave i:nth-child(3){height:28px}.step-icon.wave i:nth-child(4){height:14px}.steps h3 { margin: 0 0 12px; font-size: 21px; letter-spacing: -.03em; }.steps p { max-width: 290px; margin: 0; color: var(--muted); font-size: 14px; }

.privacy { color: #f6f4ed; background: var(--forest); }.privacy-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; }.kicker.light { color: #a9baa9; }.privacy h2 { color: #fff; }.privacy-copy > p { margin-top: 3px; color: #c0cbc3; font-size: 18px; line-height: 1.75; }.privacy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; padding: 29px 0; margin: 30px 0; list-style: none; border-block: 1px solid rgba(255,255,255,.14); }.privacy li { font-size: 14px; }.privacy li span { color: var(--acid); margin-right: 9px; }.privacy .provider-note { color: #94a299; font-size: 12px; }
.preview { padding-bottom: 145px; }.preview-card { display: grid; grid-template-columns: 1.4fr .6fr; gap: 65px; align-items: center; padding: 68px 72px; border-radius: 24px; background: var(--acid); }.preview-card h2 { font-size: clamp(36px, 4.5vw, 56px); }.preview-card > div > p:not(.kicker) { max-width: 610px; color: #4b5138; font-size: 17px; }.preview-action { padding-left: 46px; border-left: 1px solid rgba(23,24,21,.2); }.preview-action p { display: flex; align-items: baseline; gap: 10px; margin: 0 0 20px; }.preview-action strong { color: var(--ink); font: 600 48px/1 "Manrope", sans-serif; }.preview-action p span { font-size: 12px; }.button.dark { width: 100%; }.preview-action small { display: block; margin-top: 12px; color: #59603f; font-size: 10px; line-height: 1.45; }
footer { min-height: 110px; display: flex; align-items: center; gap: 30px; border-top: 1px solid var(--line); }footer p { margin: 0 auto; color: #8b8c85; font-size: 13px; }footer > div { display: flex; gap: 22px; }

@media (max-width: 850px) {
  .wrap { width: min(100% - 34px, 680px); }.nav nav { display: none; }.nav { height: 74px; }.nav-cta { padding: 8px 13px; }
  .hero { grid-template-columns: 1fr; gap: 56px; padding-block: 70px; }.product-stage { min-height: 420px; }.window-card { height: 320px; }.voice-pill { width: min(88%, 375px); }
  .proof-strip .wrap { padding-block: 18px; flex-wrap: wrap; justify-content: flex-start; }.section { padding-block: 90px; }.section-heading { display: block; }.section-heading .kicker { margin-bottom: 18px; }
  .steps { grid-template-columns: 1fr; }.steps article, .steps article + article { min-height: auto; padding: 26px 0 36px; border-right: 0; border-bottom: 1px solid var(--line); }.step-icon { margin: 35px 0 22px; }
  .privacy-grid, .preview-card { grid-template-columns: 1fr; gap: 48px; }.privacy ul { grid-template-columns: 1fr; }.preview-card { padding: 48px 30px; }.preview-action { padding: 34px 0 0; border-left: 0; border-top: 1px solid rgba(23,24,21,.2); }
}
@media (max-width: 520px) { h1 { font-size: 50px; }.hero-actions { align-items: stretch; flex-direction: column; }.product-stage { min-height: 350px; }.window-card { height: 275px; }.typed-copy { font-size: 16px; }.shortcut { display: none; }.voice-pill { width: 86%; }.proof-strip span { width: 46%; }.preview { padding-bottom: 90px; }footer { flex-wrap: wrap; padding-block: 28px; }footer p { order: 3; width: 100%; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.cursor,.bars i { animation: none; }.button { transition: none; } }
