:root{
  color-scheme:light;
  --purple:#422ad5; --purple-d:#2e1d95; --purple-l:#6855dd;
  --ink:#0d0d0d; --paper:#ffffff; --muted:#57575f; --hair:#0d0d0d;
  --wash:#f6f5fc; --wash2:#fafafb; --chip-b:#0d0d0d;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth; scroll-padding-top:88px}
html,body{margin:0; padding:0; overflow-x:hidden; background:#fff}
body{
  font-family:"Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  color:var(--ink); line-height:1.6; background:#fff;
  -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale;
}
a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
.wrap{max-width:1120px; margin:0 auto; padding:0 24px}

/* ---- nav ---- */
header.nav{
  position:sticky; top:0; z-index:50; background:rgba(255,255,255,.9);
  backdrop-filter:saturate(180%) blur(10px); border-bottom:1px solid var(--hair);
}
.nav-in{display:flex; align-items:center; justify-content:space-between; height:70px}
.nav img{height:30px; width:auto}
.nav-links{display:flex; align-items:center; gap:30px}
.nav-links a.link{font-size:14.5px; font-weight:500; color:var(--muted)}
.nav-links a.link:hover{color:var(--ink)}
.nav-links .btn + .btn{margin-left:-18px}
@media (max-width:760px){ .nav-links a.link{display:none} .nav-links .nav-demo{display:none} }

.btn{
  display:inline-block; font-weight:700; font-size:15px; line-height:1;
  padding:14px 22px; border-radius:2px; border:1px solid transparent; cursor:pointer;
  transition:background .15s ease, color .15s ease, border-color .15s ease;
}
.btn.primary{background:var(--purple); color:#fff; border-color:var(--purple)}
.btn.primary:hover{background:var(--purple-d); border-color:var(--purple-d)}
.btn.ghost{background:#fff; color:var(--ink); border-color:var(--hair)}
.btn.ghost:hover{border-color:var(--ink)}
.btn.sm{padding:11px 18px; font-size:14px}
.arrow{margin-left:6px}

/* ---- hero ---- */
.hero{padding:72px 0 40px}
.hero-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center}
.eyebrow{text-transform:uppercase; letter-spacing:.15em; font-size:12.5px; font-weight:700; color:var(--purple)}
.hero h1{
  font-size:clamp(2.1rem, 5vw, 3.5rem); line-height:1.06; font-weight:700;
  letter-spacing:-.022em; margin:16px 0 20px;
}
.hero h1 em{font-style:normal; color:var(--purple)}
.hero .sub{font-size:clamp(1.02rem,1.6vw,1.2rem); color:var(--muted); max-width:34ch; margin:0 0 30px}
.hero-cta{display:flex; gap:14px; align-items:center; flex-wrap:wrap; margin-top:4px}
.builtfor{margin-top:26px; font-size:13.5px; color:var(--muted)}
.builtfor b{color:var(--ink); font-weight:500}
.hero-media{position:relative}
.hero-media img{width:100%; border-radius:2px; border:1px solid var(--hair); object-fit:cover; aspect-ratio:16/10}
.float-tag{
  position:absolute; left:-14px; bottom:-16px; background:#fff; border:1px solid var(--hair);
  border-radius:2px; padding:12px 16px; box-shadow:0 10px 30px rgba(20,16,60,.10); font-size:13px;
}
.float-tag b{display:block; font-size:20px; color:var(--purple); font-weight:700; line-height:1.1}
@media (max-width:860px){
  .hero-grid{grid-template-columns:1fr; gap:34px}
  .hero .sub{max-width:none}
  .hero-media{order:-1}
  .float-tag{left:auto; right:14px}
}

/* section scaffolding */
section.block{padding:84px 0; background:#fff}
section.alt{background:var(--wash2)}
.sec-head{max-width:640px; margin:0 0 52px}
.sec-head.center{margin-left:auto; margin-right:auto; text-align:center}
.sec-head h2{font-size:clamp(1.7rem,3.6vw,2.5rem); font-weight:700; letter-spacing:-.02em; margin:12px 0 10px; line-height:1.12}
.sec-head p{font-size:1.05rem; color:var(--muted); margin:0}

/* ---- how it works: zigzag ---- */
.step{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; margin:0 0 84px}
.step:last-child{margin-bottom:0}
.step .copy .kick{display:flex; align-items:center; gap:12px; margin-bottom:14px}
.step .num{width:34px; height:34px; flex:none; border-radius:2px; background:var(--purple); color:#fff; font-weight:700; font-size:15px; display:grid; place-items:center}
.step .kick .lbl{text-transform:uppercase; letter-spacing:.14em; font-size:12px; font-weight:700; color:var(--muted)}
.step h3{font-size:clamp(1.4rem,2.4vw,1.85rem); font-weight:700; letter-spacing:-.015em; margin:0 0 12px; line-height:1.15}
.step p{color:var(--muted); font-size:1.02rem; margin:0}
.chips{display:flex; gap:8px; flex-wrap:wrap; margin-top:20px}
.chip{font-size:13px; font-weight:500; color:var(--purple-d); background:var(--wash); border:1px solid var(--chip-b); padding:6px 13px; border-radius:2px}
.shot{background:var(--wash); border:1px solid var(--hair); border-radius:2px; padding:0; display:flex; justify-content:center}
.shot img{max-height:500px; width:auto; border-radius:2px; box-shadow:0 12px 34px rgba(20,16,60,.10)}
.shot.wide img{width:100%; height:auto; max-height:none; object-fit:cover}
.shot.dual{gap:16px; align-items:center}
.shot.dual img{flex:1 1 0; min-width:0; height:auto; max-height:none}
.step.flip .shot{order:2}
@media (max-width:820px){
  .step{grid-template-columns:1fr; gap:28px; margin-bottom:56px}
  .step .shot{order:-1 !important}
  .shot img{max-height:420px}
}

/* ---- how-to guide (vertical numbered steps) ---- */
.guide{max-width:760px; margin:0 auto; display:flex; flex-direction:column; gap:34px}
.guide-step{display:grid; grid-template-columns:46px 1fr; gap:22px; align-items:start}
.guide-step .gnum{width:46px; height:46px; flex:none; border-radius:2px; background:var(--purple); color:#fff; font-weight:700; font-size:19px; display:grid; place-items:center}
.guide-step h3{margin:0 0 8px; font-size:1.25rem; font-weight:700; letter-spacing:-.012em; line-height:1.2}
.guide-step p{margin:0; color:var(--muted); font-size:1.02rem}
.guide-step .guide-photo{margin-top:20px; max-width:280px; border:1px solid var(--hair); border-radius:2px}
.guide-step .guide-photos{display:flex; gap:14px; margin-top:20px; max-width:440px}
.guide-step .guide-photos img{flex:1 1 0; min-width:0; height:auto; border:1px solid var(--hair); border-radius:2px}
.callout{max-width:760px; margin:44px auto 0; background:var(--wash); border:1px solid var(--hair); border-left:3px solid var(--purple); border-radius:2px; padding:20px 24px}
.callout h4{margin:0 0 6px; font-size:1rem; font-weight:700}
.callout p{margin:0; color:var(--muted); font-size:.98rem}
.callout p + p{margin-top:10px}
.guide-cta{text-align:center; margin-top:52px}
.guide-cta .btn + .btn{margin-left:10px}
.guide-cta .sub-note{color:var(--muted); font-size:14px; margin:16px 0 0}
@media (max-width:640px){
  .guide-step{grid-template-columns:38px 1fr; gap:16px}
  .guide-step .gnum{width:38px; height:38px; font-size:16px}
}

/* ---- proof ---- */
.quote{max-width:800px; margin:0 auto; text-align:center}
.quote p .qm{color:var(--purple); font-weight:700}
.quote p{font-size:clamp(1.3rem,2.7vw,2rem); font-weight:500; line-height:1.34; letter-spacing:-.01em; margin:14px 0 0}
.byline{display:flex; gap:13px; align-items:center; justify-content:center; margin-top:28px}
.avatar{width:46px; height:46px; border-radius:2px; background:var(--purple); color:#fff; display:grid; place-items:center; font-weight:700; font-size:15px}
.byline .who{text-align:left; font-size:14px}
.byline .who b{display:block; font-weight:700}
.byline .who span{color:var(--muted)}
.stats{display:flex; justify-content:center; flex-wrap:wrap; gap:20px; margin-top:56px}
.stat{flex:0 1 360px; background:#fff; border:1px solid var(--hair); border-radius:2px; padding:28px 26px; text-align:center}
.stat .big{font-size:clamp(2rem,3.4vw,2.6rem); font-weight:700; color:var(--purple); line-height:1}
.stat .cap{font-weight:700; margin-top:8px}
.stat .desc{color:var(--muted); font-size:14px; margin-top:6px}
@media (max-width:720px){ .stats{grid-template-columns:1fr} }

/* ---- website proof ---- */
.browser{max-width:960px; margin:64px auto 0; border:1px solid var(--hair); border-radius:2px; overflow:hidden; background:#fff; box-shadow:0 18px 50px rgba(20,16,60,.10)}
.browser .bar{display:flex; align-items:center; gap:8px; padding:12px 16px; border-bottom:1px solid var(--hair); background:var(--wash2)}
.dot{width:11px; height:11px; border-radius:50%; background:#dcdce3}
.browser .url{margin-left:12px; font-size:13px; color:var(--muted); background:#fff; border:1px solid var(--hair); border-radius:2px; padding:5px 14px}
.browser img{width:100%; display:block}
.site-cap{text-align:center; color:var(--muted); font-size:14px; margin-top:16px}

/* ---- pricing / close ---- */
.price{max-width:480px; margin:0 auto; background:#fff; border:1px solid var(--hair); border-radius:2px; padding:38px 36px; text-align:center; box-shadow:0 18px 50px rgba(20,16,60,.08)}
.price .amt{font-size:56px; font-weight:700; letter-spacing:-.02em; line-height:1}
.price .amt span{font-size:18px; color:var(--muted); font-weight:500; letter-spacing:0}
.price .plan{color:var(--muted); margin:6px 0 24px}
.price ul{list-style:none; padding:0; margin:0 0 28px; text-align:left; display:inline-block}
.price li{padding:9px 0 9px 30px; position:relative; font-size:15.5px}
.price li::before{content:"✓"; position:absolute; left:0; top:8px; color:var(--purple); font-weight:700}
.price .btn{width:100%; padding:15px}
.price .btn + .btn{margin-top:10px}
.price .fine{color:var(--muted); font-size:13px; margin-top:16px}
.trial-badge{display:inline-block; font-weight:700; font-size:12.5px; letter-spacing:.06em; text-transform:uppercase; color:var(--purple-d); background:var(--wash); border:1px solid var(--hair); border-radius:2px; padding:6px 12px; margin-bottom:18px}
.trial-note{margin:18px 0 0; font-size:14px; font-weight:400; color:var(--muted)}
.trial-note b{color:var(--purple); font-weight:700}

.close{text-align:center; margin-top:64px}
.stores-wrap{display:flex; flex-direction:row; flex-wrap:wrap; gap:12px; align-items:center; line-height:0}
.stores-wrap .store-link{display:block}
.stores-wrap .store-link img{height:46px; width:auto; display:block; border-radius:2px}
.hero .stores-wrap{margin-top:24px}
.close .stores-wrap{justify-content:center}
.guide-cta .stores-wrap{justify-content:center}
.close .email{display:block; margin-top:22px; font-size:14.5px; color:var(--muted)}
.close .email a{color:var(--purple); font-weight:500}

/* ---- footer ---- */
footer{border-top:1px solid var(--hair); padding:38px 0; background:#fff}
.foot-in{display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap}
footer img{height:24px}
.foot-links{display:flex; gap:24px; font-size:14px; color:var(--muted)}
.foot-links a:hover{color:var(--ink)}
.copyright{font-size:13px; color:var(--muted)}

/* ---- tighten vertical rhythm on phones ---- */
@media (max-width:640px){
  .hero{padding:28px 0 8px}
  .hero .stores-wrap{justify-content:center}
  section.block{padding:48px 0}
  .sec-head{margin-bottom:32px}
  .step{margin-bottom:44px}
  .stats{margin-top:40px}
  .browser{margin-top:40px}
  .site-cap{margin-top:12px}
  .price{padding:30px 24px}
  .close{margin-top:44px}
  footer{padding:28px 0}
  .foot-in{flex-direction:column; justify-content:center; text-align:center; gap:18px}
  .foot-links{flex-wrap:wrap; justify-content:center; gap:12px 22px}
  .foot-links a{white-space:nowrap}
}
