:root{--ink:#1B1614;--stone-50:#FAF9F7;--stone-100:#F4F3F1;--stone-200:#EEE9E5;--stone-500:#8A8580;--orange:#EF2B00;--orange-soft:#FFF1EC;--green:#15803D}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth}
body{margin:0;font-family:Manrope,system-ui,-apple-system,sans-serif;color:var(--ink);background:#fff;-webkit-font-smoothing:antialiased;line-height:1.5}
a{color:inherit}
.serif{font-family:Fraunces,Georgia,serif;font-variation-settings:"opsz" 144;font-weight:400;letter-spacing:-.025em;text-wrap:balance}
.label{font-size:11.5px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:8px}
.label.light{color:#FF7A5C}
.wrap{max-width:1180px;margin:0 auto;padding:0 24px}
.row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
/* header */
.top{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.9);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--stone-200)}
.nav{display:flex;align-items:center;justify-content:space-between;height:70px;gap:16px}
.logo{font-weight:800;font-size:26px;letter-spacing:-.03em;text-decoration:none}
.logo i{display:inline-block;width:12px;height:12px;border-radius:50%;background:var(--orange);margin-left:3px}
.menu{display:flex;gap:26px;font-size:14px;font-weight:600}
.menu a{text-decoration:none;color:#4A4441}
.menu a:hover{color:var(--ink)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;padding:0 20px;border-radius:999px;font-weight:700;font-size:14.5px;text-decoration:none;border:1.5px solid transparent;cursor:pointer;font-family:inherit;white-space:nowrap}
.btn-orange{background:var(--orange);color:#fff}.btn-orange:hover{background:#D62600}
.btn-ink{background:var(--ink);color:#fff}
.btn-ghost{border-color:var(--stone-200);color:var(--ink);background:#fff}.btn-ghost:hover{background:var(--stone-50)}
.btn:focus-visible,.swatch:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(239,43,0,.35);outline-offset:2px}
/* hero */
.hero{display:grid;grid-template-columns:1fr 1.05fr;gap:40px;align-items:center;padding:56px 24px 64px}
.badge{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;font-size:12.5px;font-weight:700;background:var(--orange-soft);color:var(--orange)}
.badge i{width:7px;height:7px;border-radius:50%;background:var(--orange)}
h1{font-size:clamp(40px,5.2vw,66px);line-height:.98;margin:18px 0 20px}
.lede{font-size:18px;line-height:1.55;color:#4A4441;max-width:540px;margin:0 0 28px}
.lede.small{font-size:15.5px;margin-bottom:18px}
.proof{display:flex;gap:26px;margin-top:32px;font-size:13px;font-weight:700;color:var(--stone-500);flex-wrap:wrap}
/* device mocks */
.stage{position:relative;height:560px}
.laptop{position:absolute;right:0;top:20px;width:min(430px,100%);border-radius:14px;background:#0A0A0A;padding:12px 12px 0;box-shadow:0 30px 60px -20px rgba(0,0,0,.4)}
.laptop .screen{background:#fff;border-radius:8px 8px 0 0;height:300px;overflow:hidden;display:grid;grid-template-columns:110px 1fr;font-size:9px}
.laptop .side{background:var(--stone-50);padding:14px 12px;border-right:1px solid var(--stone-200)}
.laptop .side div{padding:6px 8px;border-radius:7px;font-weight:600;font-size:9px;opacity:.75}
.laptop .side .side-brand{font-weight:800;font-size:11px;opacity:1;margin-bottom:8px;color:var(--orange)}
.laptop .side .on{background:#fff;opacity:1;font-weight:800}
.laptop .main{padding:14px 16px}
.laptop .greet{font-family:Fraunces,Georgia,serif;font-size:17px}
.laptop .sub,.phone .sub{opacity:.6;font-size:8px;margin-top:2px}
.laptop .ra{margin-top:12px;font-weight:800;font-size:9px}
.laptop .base{height:14px;background:#141414;border-radius:0 0 14px 14px;margin:0 -12px}
.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}
.stat-row div{background:var(--stone-100);border-radius:9px;padding:9px 6px;text-align:center}
.stat-row b{display:block;font-size:15px;letter-spacing:-.02em}
.stat-row span{font-size:7.5px;font-weight:700;opacity:.55}
.app-row{display:flex;gap:8px;align-items:center;padding:7px 0;border-top:1px solid var(--stone-200);font-size:9.5px}
.app-row:first-of-type{border-top:0}
.app-row i{width:18px;height:18px;border-radius:50%;flex:none;display:grid;place-items:center;font-style:normal;font-size:9px;background:var(--orange-soft);color:var(--orange)}
.phone{position:absolute;left:-10px;bottom:0;width:212px;height:440px;border-radius:40px;background:#0A0A0A;padding:11px;box-shadow:0 30px 60px -20px rgba(0,0,0,.45);transform:rotate(-4deg)}
.phone .screen{width:100%;height:100%;border-radius:30px;overflow:hidden;background:#fff;position:relative;font-size:9px}
.phone .notch{position:absolute;top:9px;left:50%;transform:translateX(-50%);width:70px;height:20px;border-radius:12px;background:#0A0A0A;z-index:2}
.app-top{padding:30px 14px 8px;display:flex;align-items:center;justify-content:space-between}
.app-top .brand{font-weight:800;font-size:12px;letter-spacing:-.02em}
.app-top .dot{width:20px;height:20px;border-radius:50%;background:var(--orange)}
.app-hero{padding:4px 14px 8px}
.app-hero .greet{font-family:Fraunces,Georgia,serif;font-size:18px;letter-spacing:-.02em}
.app-card{margin:0 10px 8px;border-radius:12px;padding:10px;background:var(--stone-100)}
.app-card.white{background:#fff;border:1px solid var(--stone-200)}
.app-card .t{font-weight:800;font-size:10px;margin-bottom:7px}
.app-nums{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}
.app-nums div{background:#fff;border-radius:8px;padding:7px 3px;text-align:center}
.app-nums b{display:block;font-size:14px}.app-nums span{font-size:7px;font-weight:700;opacity:.55}
.app-nav{position:absolute;bottom:0;left:0;right:0;height:56px;background:#fff;border-top:1px solid var(--stone-200);display:flex;justify-content:space-around;align-items:center;padding:0 8px 8px}
.app-nav span{font-size:7px;font-weight:700;opacity:.5}
.app-nav .puck{width:38px;height:38px;border-radius:50%;margin-top:-26px;background:var(--orange);display:grid;place-items:center;color:#fff;font-size:14px;box-shadow:0 8px 18px -6px rgba(0,0,0,.4)}
/* sections */
h2.serif{font-size:clamp(30px,3.6vw,44px);line-height:1.02;margin:0 0 28px}
.strip{background:var(--stone-50);padding:64px 0}
.tiles{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.tile{background:#fff;border-radius:20px;padding:22px}
.tile h3{margin:14px 0 6px;font-size:16px;font-weight:800;letter-spacing:-.01em}
.tile p{margin:0;font-size:13.5px;line-height:1.5;color:#4A4441}
.ico{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-size:15px;background:var(--orange-soft)}
.band{margin-top:64px;background:#000;color:#fff;border-radius:28px;padding:56px 40px}
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.step{padding:22px;border-radius:20px;background:#0E0E0E;border:1px solid #1C1C1C}
.step .n{font-family:Fraunces,Georgia,serif;font-size:36px;line-height:1;color:var(--orange)}
.step h3{margin:12px 0 6px;font-size:16px;font-weight:800}
.step p{margin:0;font-size:13.5px;line-height:1.5;opacity:.75}
#pricing,#inquiry{padding-top:70px}
.pricing{display:grid;grid-template-columns:1fr 1.25fr 1fr;gap:16px;align-items:stretch}
.plan{border-radius:24px;padding:28px;display:flex;flex-direction:column;gap:14px;background:var(--stone-50)}
.plan.hot{background:var(--ink);color:#fff}.plan.hot .label{color:#FF7A5C}
.plan .price{font-size:44px;font-weight:800;letter-spacing:-.03em;line-height:1}
.plan .price small{font-size:14px;font-weight:600;letter-spacing:0;opacity:.6}
.plan.hot .price small{color:#fff}
.plan ul{list-style:none;padding:0;margin:0;display:grid;gap:8px;font-size:14px}
.plan li::before{content:"✓";color:var(--orange);font-weight:800;margin-right:9px}
.plan.hot li::before{color:#FF7A5C}
.plan .btn{margin-top:auto}
.fine{font-size:13px;color:var(--stone-500);margin:16px 0 0;max-width:720px}
/* form */
.formwrap{background:var(--stone-50);border-radius:28px;padding:40px;display:grid;grid-template-columns:.8fr 1.2fr;gap:40px;position:relative}
.contact{font-size:13.5px;color:var(--stone-500)}
.contact a{color:var(--ink);font-weight:700;text-decoration:none}
.form{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form .full{grid-column:1/-1}
.field{display:grid;gap:6px;font-size:12.5px;font-weight:700}
.field input,.field select,.field textarea{height:46px;border-radius:12px;border:1.5px solid var(--stone-200);padding:0 14px;font:inherit;font-size:15px;font-weight:500;background:#fff;color:var(--ink);width:100%}
.field textarea{height:100px;padding:12px 14px;resize:vertical}
.field input.invalid{border-color:#D62600}
.upload{height:46px;border:1.5px dashed var(--stone-200);border-radius:12px;display:flex;align-items:center;padding:0 14px;font-weight:600;font-size:14px;color:var(--stone-500);background:#fff;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.upload.has{color:var(--ink);border-style:solid}
.swatches{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.swatch{width:32px;height:32px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1.5px var(--stone-200);cursor:pointer;padding:0}
.swatch.on{box-shadow:0 0 0 2.5px var(--ink)}
#colorPick{width:32px;height:32px;border:none;background:none;padding:0;cursor:pointer}
.found{margin-top:8px;display:flex;align-items:center;gap:10px;font-size:12px;color:var(--stone-500);font-weight:600}
.found div{display:flex;gap:8px}
.hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.status{font-size:13.5px;font-weight:600;color:var(--stone-500)}
.status.err{color:#D62600}
.consent{font-size:12px;color:var(--stone-500);margin:0}
.thanks{grid-column:2;padding:20px 0}
.thanks .check{width:56px;height:56px;border-radius:50%;background:#E9F7EE;color:var(--green);display:grid;place-items:center;font-size:22px;font-weight:800;margin-bottom:14px}
.thanks h3{font-size:30px;margin:0 0 8px}
.thanks p{color:#4A4441;max-width:480px}
/* footer */
.foot{padding:44px 24px 48px;font-size:12.5px;color:var(--stone-500);display:grid;gap:8px;max-width:760px}
.foot .links{display:flex;gap:18px}
.foot a{color:var(--stone-500)}
/* responsive */
@media (max-width:980px){
  .hero{grid-template-columns:1fr;padding-top:36px}
  .stage{height:520px;max-width:520px;margin:0 auto;width:100%}
  .laptop{right:0;width:min(400px,80%)}
  .tiles{grid-template-columns:1fr 1fr}
  .pricing{grid-template-columns:1fr}
  .formwrap{grid-template-columns:1fr;padding:28px}
  .thanks{grid-column:1}
  .steps{grid-template-columns:1fr}
  .band{padding:40px 24px}
  .menu{display:none}
}
@media (max-width:600px){
  .tiles,.form{grid-template-columns:1fr}
  .stage{height:460px}
  .laptop{display:none}
  .phone{left:50%;transform:translateX(-50%) rotate(0);width:240px;height:480px}
  .nav .btn{height:40px;padding:0 14px;font-size:13px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}

/* ===== motion ===== */
.stagger>*{opacity:0;transform:translateY(14px);animation:fadeUp .7s cubic-bezier(.2,.7,.2,1) forwards}
.stagger>*:nth-child(1){animation-delay:.05s}.stagger>*:nth-child(2){animation-delay:.15s}.stagger>*:nth-child(3){animation-delay:.28s}.stagger>*:nth-child(4){animation-delay:.4s}.stagger>*:nth-child(5){animation-delay:.5s}
.rise{opacity:0;transform:translateY(24px) scale(.98);animation:fadeUp .9s .25s cubic-bezier(.2,.7,.2,1) forwards}
@keyframes fadeUp{to{opacity:1;transform:none}}
.stage .phone{animation:float 6s 1.2s ease-in-out infinite}
@keyframes float{0%,100%{transform:rotate(-4deg) translateY(0)}50%{transform:rotate(-4deg) translateY(-10px)}}
.pulse{position:relative}
.pulse::after{content:"";position:absolute;inset:-4px;border-radius:50%;border:2px solid var(--orange);animation:ring 2.2s ease-out infinite;opacity:0}
@keyframes ring{0%{transform:scale(.8);opacity:.7}100%{transform:scale(1.7);opacity:0}}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}
.reveal.in{opacity:1;transform:none}
.tiles .reveal:nth-child(2),.steps .reveal:nth-child(2),.pricing .reveal:nth-child(2),.stats .reveal:nth-child(2){transition-delay:.1s}
.tiles .reveal:nth-child(3),.steps .reveal:nth-child(3),.pricing .reveal:nth-child(3),.stats .reveal:nth-child(3){transition-delay:.2s}
.tiles .reveal:nth-child(4),.stats .reveal:nth-child(4){transition-delay:.3s}
/* ===== voice demo ===== */
.voice{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;padding-top:80px}
.checks{list-style:none;padding:0;margin:0;display:grid;gap:8px;font-size:14.5px;font-weight:600}
.checks li::before{content:"✓";color:var(--orange);font-weight:800;margin-right:9px}
.voice-demo{background:#000;color:#fff;border-radius:28px;padding:28px;min-height:420px;display:flex;flex-direction:column;position:relative;overflow:hidden}
.orb{width:64px;height:64px;position:relative;margin:4px 0 18px}
.orb span{position:absolute;inset:0;border-radius:50%;background:radial-gradient(circle at 35% 35%,#FF9A7A,#EF2B00 60%,#B71E00);animation:orb 3.2s ease-in-out infinite}
.orb span:nth-child(2){inset:6px;opacity:.7;animation-delay:.4s;background:radial-gradient(circle at 60% 40%,#FFB39A,#EF2B00 70%)}
.orb span:nth-child(3){inset:-8px;opacity:.25;filter:blur(8px);animation-delay:.8s}
.orb.talking span{animation-duration:1.1s}
@keyframes orb{0%,100%{transform:scale(1)}50%{transform:scale(1.12)}}
.convo{display:grid;gap:12px;align-content:start;flex:1}
.msg{max-width:88%;padding:12px 16px;border-radius:18px;font-size:15px;line-height:1.45;opacity:0;transform:translateY(8px);animation:fadeUp .35s forwards}
.msg.you{align-self:flex-end;justify-self:end;background:#1C1C1C;border-bottom-right-radius:6px}
.msg.ai{justify-self:start;background:var(--orange);color:#fff;border-bottom-left-radius:6px}
.msg.ai b{font-weight:800}
.msg.sys{justify-self:start;background:transparent;border:1px solid #2A2A2A;color:#B8B2AD;font-size:13px;padding:8px 12px}
.msg .cursor{display:inline-block;width:2px;height:1em;background:#fff;vertical-align:-2px;margin-left:2px;animation:blink 1s steps(2) infinite}
@keyframes blink{50%{opacity:0}}
.voice-foot{margin-top:18px;font-size:12px;color:#8A8580;font-weight:600}
/* ===== proof ===== */
.proof-strip{margin-top:80px;padding:64px 0;background:var(--stone-50)}
.proof-lede{font-size:20px;line-height:1.5;max-width:640px;margin:0 0 30px;color:#4A4441}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.stat{background:#fff;border-radius:20px;padding:22px}
.stat b{display:block;font-size:44px;font-weight:800;letter-spacing:-.03em;line-height:1;font-variant-numeric:tabular-nums}
.stat span{display:block;margin-top:8px;font-size:13.5px;color:#4A4441;line-height:1.45}
/* ===== faq ===== */
#faq{padding-top:80px}
.faq{display:grid;gap:10px;max-width:820px}
.faq details{background:var(--stone-50);border-radius:16px;padding:0 22px}
.faq summary{cursor:pointer;list-style:none;font-weight:800;font-size:16px;padding:18px 0;display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";font-size:22px;color:var(--orange);font-weight:400;transition:transform .25s}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq p{margin:0 0 18px;font-size:15px;line-height:1.6;color:#4A4441}
@media (max-width:980px){.voice{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.stats{grid-template-columns:1fr}}
@media (prefers-reduced-motion:reduce){
  .stagger>*,.rise,.reveal{opacity:1;transform:none;animation:none;transition:none}
  .stage .phone,.pulse::after,.orb span,.msg,.msg .cursor{animation:none}
  .msg{opacity:1;transform:none}
}
