:root {
  color-scheme: dark;
  --bg: #0b0c0f;
  --surface: #15171c;
  --surface-2: #1d2027;
  --text: #f7f7f2;
  --muted: #9a9ca3;
  --line: rgba(255, 255, 255, .10);
  --accent: #ff6b36;
  --accent-light: #ff936a;
  --green: #82de8c;
  --max: 1180px;
  --radius: 24px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; }
.section-shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; z-index: 20; top: 0; width: min(1240px, calc(100% - 32px)); height: 74px; margin: 12px auto 0; padding: 0 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border: 1px solid var(--line); border-radius: 18px; background: rgba(11, 12, 15, .82); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 750; letter-spacing: -.02em; }
.brand img { border-radius: 9px; }
.site-header nav { display: flex; gap: 30px; color: var(--muted); font-size: .93rem; }
.site-header nav a:hover, .footer-links a:hover { color: var(--text); }
.site-header > .button { justify-self: end; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 24px; border-radius: 14px; color: #fff; background: var(--accent); font-weight: 750; box-shadow: 0 12px 34px rgba(255, 107, 54, .24); transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: #ff7b4c; box-shadow: 0 16px 38px rgba(255, 107, 54, .32); }
.button-small { min-height: 42px; padding: 0 18px; border-radius: 11px; font-size: .9rem; }
.text-link { color: var(--text); font-weight: 650; }
.text-link span { color: var(--accent); margin-left: 5px; }

.hero { min-height: calc(100vh - 86px); display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: clamp(40px, 7vw, 96px); padding-block: 84px 108px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--muted); text-transform: uppercase; font-size: .75rem; line-height: 1.2; letter-spacing: .15em; font-weight: 750; }
.eyebrow span { width: 22px; height: 2px; background: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 24px; font-size: clamp(3.2rem, 6.2vw, 6.3rem); line-height: .96; letter-spacing: -.065em; }
.hero-lede { max-width: 650px; margin-bottom: 32px; color: #b9bbc1; font-size: clamp(1.05rem, 1.6vw, 1.3rem); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 24px; }
.install-hint { margin: 15px 0 0; color: #71747c; font-size: .82rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 40px; }
.trust-row span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; color: #b8bac0; background: rgba(255,255,255,.025); font-size: .78rem; }

.product-stage { position: relative; min-height: 670px; display: grid; place-items: center; }
.stage-glow { position: absolute; inset: 12% 2%; background: radial-gradient(circle, rgba(255,107,54,.17), transparent 66%); filter: blur(12px); }
.phone-frame { position: relative; z-index: 2; width: min(390px, 82vw); padding: 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 42px; background: #111318; box-shadow: 0 50px 120px rgba(0,0,0,.55), inset 0 0 0 5px #08090b; transform: rotate(2.5deg); }
.phone-bar { display: flex; justify-content: space-between; align-items: center; padding: 5px 12px 17px; font-size: .65rem; color: #bbb; }
.phone-bar i { width: 84px; height: 22px; border-radius: 99px; background: #050608; }
.app-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; padding: 2px 8px 14px; }
.app-heading div { display: grid; gap: 3px; }
.app-heading small { color: var(--accent); font-size: .55rem; letter-spacing: .13em; }
.app-heading strong { max-width: 210px; font-size: 1rem; line-height: 1.25; }
.status { flex: none; padding: 5px 7px; border-radius: 6px; color: var(--green); background: rgba(130,222,140,.10); font-size: .45rem; letter-spacing: .08em; }
.script-card { position: relative; min-height: 170px; padding: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 19px; background: var(--surface-2); }
.script-card p { position: relative; z-index: 1; font-size: 1.05rem; line-height: 1.55; }
.quote-mark { position: absolute; right: 12px; top: -20px; color: rgba(255,107,54,.11); font-family: Georgia, serif; font-size: 7rem; line-height: 1; }
.script-lines { display: grid; gap: 7px; }
.script-lines i { height: 5px; border-radius: 10px; background: #343740; }
.script-lines i:nth-child(2) { width: 88%; }.script-lines i:nth-child(3) { width: 64%; }
.camera-preview { position: relative; height: 255px; margin-top: 12px; overflow: hidden; border-radius: 22px; background: radial-gradient(circle at 50% 42%, #454850 0 13%, transparent 13.5%), radial-gradient(ellipse at 50% 100%, #33363d 0 38%, transparent 38.5%), linear-gradient(145deg, #242832, #111318); }
.focus-corners::before, .focus-corners::after { content: ""; position: absolute; width: 48px; height: 48px; border-color: var(--accent); border-style: solid; }
.focus-corners::before { left: 18px; top: 18px; border-width: 3px 0 0 3px; }.focus-corners::after { right: 18px; bottom: 18px; border-width: 0 3px 3px 0; }
.caption-preview { position: absolute; left: 50%; bottom: 28px; width: 85%; padding: 7px 10px; transform: translateX(-50%); text-align: center; border-radius: 8px; color: #fff; background: rgba(0,0,0,.55); font-size: .82rem; font-weight: 700; }
.record-controls { display: flex; justify-content: center; align-items: center; gap: 45px; height: 76px; }
.record-controls span { width: 24px; height: 24px; border-radius: 50%; background: #292c33; }.record-controls b { width: 47px; height: 47px; border: 4px solid #fff; border-radius: 50%; box-shadow: inset 0 0 0 5px var(--accent); }
.floating-note { position: absolute; z-index: 3; display: grid; min-width: 180px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 15px; background: rgba(29,32,39,.90); box-shadow: 0 24px 55px rgba(0,0,0,.32); backdrop-filter: blur(12px); }
.floating-note b { font-size: .9rem; }.floating-note span { color: var(--muted); font-size: .7rem; }.note-one { left: 0; top: 17%; }.note-two { right: 0; bottom: 16%; }

.statement { padding: 90px 0 150px; border-top: 1px solid var(--line); }
.statement p { max-width: 980px; font-size: clamp(2rem, 4.4vw, 4.8rem); line-height: 1.12; letter-spacing: -.045em; color: #d5d6d3; }
.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading h2, .review-copy h2, .privacy-callout h2, .final-cta h2 { margin-bottom: 18px; font-size: clamp(2.25rem, 4.5vw, 4.7rem); line-height: 1.02; letter-spacing: -.05em; }
.section-heading > p:last-child, .review-copy > p { color: var(--muted); font-size: 1.08rem; }
.workflow { padding-bottom: 150px; }
.workflow-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.step { min-height: 300px; padding: 28px 25px 30px 0; border-right: 1px solid var(--line); }
.step + .step { padding-left: 25px; }.step:last-child { border-right: 0; }
.step em { color: var(--accent); font-size: .75rem; font-style: normal; letter-spacing: .1em; }.step h3 { margin: 70px 0 14px; font-size: 1.3rem; }.step p { color: var(--muted); font-size: .93rem; }
.feature-section { padding: 140px 0; background: #101216; border-block: 1px solid var(--line); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.feature { min-height: 260px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); transition: transform .25s ease, border-color .25s ease; }.feature:hover { transform: translateY(-5px); border-color: rgba(255,107,54,.42); }
.feature-icon { width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: 52px; border-radius: 13px; color: var(--accent); background: rgba(255,107,54,.10); font-weight: 800; }.feature h3 { margin-bottom: 10px; font-size: 1.18rem; }.feature p { color: var(--muted); font-size: .92rem; }

.review { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(48px, 8vw, 110px); padding-block: 150px; }
.review-visual { padding: 40px; border: 1px solid var(--line); border-radius: 32px; background: radial-gradient(circle at 80% 10%, rgba(255,107,54,.14), transparent 36%), var(--surface); }
.review-window { padding: 16px; border: 1px solid var(--line); border-radius: 19px; background: #090a0c; box-shadow: 0 30px 70px rgba(0,0,0,.35); }.review-top { display: flex; justify-content: space-between; padding: 1px 3px 13px; color: var(--muted); font-size: .72rem; }.review-video { position: relative; aspect-ratio: 4/3; display: grid; place-items: center; border-radius: 12px; background: radial-gradient(circle at 50% 38%, #42464e 0 10%, transparent 10.5%), radial-gradient(ellipse at 50% 100%, #30333a 0 33%, transparent 33.5%), linear-gradient(145deg,#202631,#101216); }.review-video button { width: 54px; height: 54px; border: 0; border-radius: 50%; color: #fff; background: rgba(255,107,54,.92); }.review-caption { position: absolute; bottom: 22px; padding: 8px 13px; border-radius: 8px; background: rgba(0,0,0,.56); font-size: .8rem; font-weight: 700; }.review-timeline { height: 42px; padding-top: 18px; }.review-timeline::before { content:""; display: block; height: 4px; border-radius: 9px; background: #30333a; }.review-timeline i { position: relative; display: block; width: 58%; height: 4px; margin-top: -4px; border-radius: 9px; background: var(--accent); }
.check-list { margin: 30px 0 0; padding: 0; list-style: none; }.check-list li { padding: 13px 0; border-bottom: 1px solid var(--line); }.check-list li::before { content: "✓"; margin-right: 12px; color: var(--green); }
.privacy-callout { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 80px; margin-bottom: 150px; padding: 55px; border: 1px solid rgba(255,107,54,.26); border-radius: 32px; background: linear-gradient(120deg, rgba(255,107,54,.09), transparent 55%), var(--surface); }.privacy-callout h2 { margin-bottom: 0; }.privacy-callout > p { color: #b9bbc1; }.privacy-callout a, .legal-content a, .faq-list a { color: var(--accent-light); text-decoration: underline; text-underline-offset: 3px; }
.faq { padding-bottom: 150px; }.faq-list { max-width: 880px; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { padding: 23px 4px; cursor: pointer; font-size: 1.08rem; font-weight: 650; }.faq-list details p { max-width: 720px; padding: 0 4px 22px; color: var(--muted); }
.final-cta { padding: 130px 0; text-align: center; border-top: 1px solid var(--line); background: radial-gradient(circle at 50% 100%, rgba(255,107,54,.18), transparent 50%); }.final-cta .section-shell { display: grid; justify-items: center; }.final-cta img { margin-bottom: 23px; border-radius: 16px; }.final-cta .eyebrow { color: var(--accent-light); }.final-cta h2 { max-width: 800px; }
.site-footer { min-height: 190px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; color: var(--muted); }.site-footer > div:first-child p { margin: 12px 0 0; font-size: .85rem; }.footer-links { display: flex; gap: 24px; }.site-footer > p { grid-column: 1/-1; padding-top: 18px; border-top: 1px solid var(--line); font-size: .75rem; }

.legal-header { position: relative; }.legal-page { max-width: 940px; padding-block: 110px 140px; }.legal-title { padding-bottom: 55px; border-bottom: 1px solid var(--line); }.legal-title h1 { margin-bottom: 12px; }.legal-title > p:last-child { color: var(--muted); }.legal-content { max-width: 780px; padding-top: 55px; }.legal-content h2 { margin: 52px 0 16px; font-size: 1.55rem; letter-spacing: -.02em; }.legal-content h3 { margin: 28px 0 8px; font-size: 1.02rem; }.legal-content p, .legal-content li { color: #b6b8bd; }.legal-content li { margin-bottom: 9px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 920px) {
  .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 90px; }.hero-copy { text-align: center; }.hero .eyebrow, .hero-actions, .trust-row { justify-content: center; }.hero-lede { margin-inline: auto; }.product-stage { min-height: 640px; }
  .workflow-grid { grid-template-columns: 1fr 1fr; }.step:nth-child(2) { border-right: 0; }.step:nth-child(n+3) { border-top: 1px solid var(--line); }
  .feature-grid { grid-template-columns: 1fr 1fr; }.review { grid-template-columns: 1fr; }.privacy-callout { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 600px) {
  .section-shell { width: min(100% - 28px, var(--max)); }.site-header { width: calc(100% - 20px); height: 64px; margin-top: 8px; }.site-header .brand span { display: none; }
  h1 { font-size: clamp(3rem, 15vw, 4.5rem); }.hero { padding-block: 68px 80px; }.hero-actions { flex-direction: column; align-items: stretch; }.hero-actions .text-link { text-align: center; }.trust-row { margin-top: 30px; }
  .product-stage { min-height: 570px; }.phone-frame { width: min(340px, 92vw); }.floating-note { min-width: 150px; }.note-one { left: -5px; }.note-two { right: -5px; }.camera-preview { height: 220px; }
  .statement { padding-block: 70px 100px; }.workflow, .faq { padding-bottom: 100px; }.workflow-grid, .feature-grid { grid-template-columns: 1fr; }.step, .step + .step { min-height: auto; padding: 28px 5px; border-right: 0; border-top: 1px solid var(--line); }.step h3 { margin-top: 35px; }.feature-section { padding-block: 100px; }.feature { min-height: 235px; }.feature-icon { margin-bottom: 42px; }
  .review { padding-block: 100px; }.review-visual { padding: 14px; }.privacy-callout { margin-bottom: 100px; padding: 28px; }.final-cta { padding-block: 100px; }
  .site-footer { grid-template-columns: 1fr; padding-block: 50px; }.footer-links { flex-wrap: wrap; }.site-footer > p { grid-column: auto; }
  .legal-page { padding-block: 75px 100px; }.legal-title { padding-bottom: 40px; }.legal-content { padding-top: 35px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button, .feature { transition: none; } }
