:root{ --maxw:1120px; }
[data-theme="light"]{
  --bg:#f4f6f9; --bg-soft:#eceff4; --surface:#ffffff; --surface-2:#f7f9fb;
  --text:#4b5567; --muted:#68748a; --heading:#1e2635;
  --border:#e0e5ec; --border-strong:#c9d1dd;
  --accent:#d40100; --accent-hover:#b00100; --accent-soft:#fde9e8;
  --accent2:#0e93a8; --accent2-soft:#e2f5f8;
  --steel:#456; --dash:#9fb3c4;
  --band:#1e2635; --band-2:#182031; --band-text:#ffffff; --band-muted:#b9c4d6;
  --shadow:0 12px 40px rgba(30,38,53,.10);
  --header-bg:rgba(255,255,255,.82);
}
[data-theme="dark"]{
  --bg:#0b0d12; --bg-soft:#10131b; --surface:#151927; --surface-2:#1a1f30;
  --text:#aab4c2; --muted:#8a94a5; --heading:#e9eef6;
  --border:#242b3d; --border-strong:#323b52;
  --accent:#f5423c; --accent-hover:#ff5b55; --accent-soft:#3a1620;
  --accent2:#4dd0e1; --accent2-soft:#0e2a33;
  --steel:#8fb6c9; --dash:#4e5a70;
  --band:#07090d; --band-2:#0d1017; --band-text:#e9eef6; --band-muted:#9fb0bf;
  --shadow:0 12px 40px rgba(0,0,0,.35);
  --header-bg:rgba(11,13,18,.82);
}
*{box-sizing:border-box; margin:0; padding:0}
html{scroll-behavior:smooth; scroll-padding-top:84px}
body{
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  background:var(--bg); color:var(--text); line-height:1.65; font-size:16px;
  -webkit-font-smoothing:antialiased;
}
.container{max-width:var(--maxw); margin:0 auto; padding:0 24px}
h1,h2,h3{color:var(--heading); line-height:1.15; letter-spacing:-0.02em}
a{color:var(--accent); text-decoration:none}
section{padding:88px 0}
.eyebrow{color:var(--accent2); font-weight:700; font-size:13px; letter-spacing:.14em; text-transform:uppercase; margin-bottom:14px}
.section-title{font-size:clamp(1.7rem,3.4vw,2.4rem); font-weight:800; margin-bottom:16px}
.lead{font-size:18px; color:var(--muted); max-width:680px}
.btn{display:inline-flex; align-items:center; justify-content:center; gap:9px; padding:13px 24px; border-radius:10px; font-weight:600; font-size:15.5px; cursor:pointer; border:none; transition:all .18s ease; white-space:nowrap}
.btn svg{flex:none}
.btn-primary{background:var(--accent); color:#fff !important}
.btn-primary:hover{background:var(--accent-hover); transform:translateY(-1px); box-shadow:0 6px 18px rgba(212,1,0,.30)}
.btn-ghost{background:var(--surface); color:var(--heading) !important; border:1px solid var(--border-strong)}
.btn-ghost:hover{border-color:var(--accent); color:var(--accent) !important}
.btn-band{background:transparent; color:#fff !important; border:1px solid rgba(255,255,255,.4)}
.btn-band:hover{border-color:#fff; background:rgba(255,255,255,.08)}

/* header */
.site-header{position:sticky; top:0; z-index:100; background:var(--header-bg); backdrop-filter:blur(14px); -webkit-backdrop-filter:blur(14px); border-bottom:1px solid var(--border)}
.site-header .container{display:flex; align-items:center; justify-content:space-between; height:68px; gap:18px}
.brand{display:flex; align-items:center; gap:10px}
.brand img{height:38px; width:auto}
.wm{font-size:21px; font-weight:800; letter-spacing:-0.02em; color:var(--heading)}
.wm b{color:var(--accent); font-weight:800}
.nav-links{display:flex; gap:26px; align-items:center}
.nav-links a{color:var(--muted); font-weight:500; font-size:15px}
.nav-links a:hover{color:var(--heading)}
.header-actions{display:flex; align-items:center; gap:12px}
.theme-btn{display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px; border-radius:10px; border:1px solid var(--border-strong); background:var(--surface); color:var(--muted); cursor:pointer; transition:all .18s}
.theme-btn:hover{color:var(--accent); border-color:var(--accent)}
[data-theme="light"] .sun{display:none}
[data-theme="dark"] .moon{display:none}
.hamburger{display:none; width:40px; height:40px; border-radius:10px; border:1px solid var(--border-strong); background:var(--surface); color:var(--heading); cursor:pointer; align-items:center; justify-content:center}
.mobile-nav{display:none}

/* hero */
.hero{position:relative; text-align:center; padding:96px 0 84px; overflow:hidden; background:radial-gradient(1100px 480px at 50% -120px, var(--accent-soft), transparent 65%)}
.badge{display:inline-flex; align-items:center; gap:8px; padding:7px 16px; border-radius:999px; background:var(--surface); border:1px solid var(--border-strong); color:var(--steel); font-weight:600; font-size:13.5px; margin-bottom:26px}
.hero h1{font-size:clamp(2.3rem,5.4vw,3.6rem); font-weight:800; max-width:850px; margin:0 auto 20px}
.hero h1 em{font-style:normal; color:var(--accent2)}
.hero .lead{margin:0 auto 14px}
.tagline{font-size:19px; font-weight:700; color:var(--steel); margin-bottom:30px}
.cta-row{display:flex; gap:14px; justify-content:center; flex-wrap:wrap; margin-bottom:18px}
.micro-trust{font-size:14px; color:var(--muted); margin-bottom:54px}
.micro-trust span{margin:0 10px}

/* screenshot frames */
.shot{background:var(--surface); border:1px solid var(--border); border-radius:14px; box-shadow:var(--shadow); overflow:hidden}
.shot-bar{display:flex; align-items:center; gap:6px; padding:11px 16px; border-bottom:1px solid var(--border)}
.shot-bar i{width:10px; height:10px; border-radius:50%; background:var(--border-strong); display:inline-block}
.shot-bar span{margin-left:10px; font-size:12.5px; color:var(--muted)}
.shot-body{aspect-ratio:16/9.5; display:flex; align-items:center; justify-content:center; padding:16px}
.shot-ph{width:100%; height:100%; border:2px dashed var(--dash); border-radius:10px; display:flex; flex-direction:column; gap:10px; align-items:center; justify-content:center; color:var(--muted); font-size:14.5px; font-weight:500; text-align:center; padding:12px}
.shot-ph svg{opacity:.55}
.hero-shot{max-width:940px; margin:0 auto}
.shot-body.live{aspect-ratio:auto; padding:0; display:block}
.shot-body.live img.shot-img{width:100%; height:auto; display:block; border-radius:0 0 13px 13px}

/* why cards */
.why{padding-top:72px}
.cards-3{display:grid; grid-template-columns:repeat(3,1fr); gap:22px}
.vcard{background:var(--surface); border:1px solid var(--border); border-radius:14px; padding:30px 28px; text-align:left}
.icon-tile{width:46px; height:46px; border-radius:12px; background:var(--accent2-soft); color:var(--accent2); display:flex; align-items:center; justify-content:center; margin-bottom:18px}
.vcard h3{font-size:18.5px; font-weight:700; margin-bottom:8px}
.vcard p{font-size:15px; color:var(--muted)}

/* feature sections */
.feature .container{display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center}
.feature.rev .feat-text{order:2}
.feature.rev .feat-media{order:1}
.feature .lead{margin-bottom:24px}
.checks{list-style:none; display:flex; flex-direction:column; gap:13px}
.checks li{display:flex; gap:12px; align-items:flex-start; font-size:15.5px}
.checks li svg{flex:none; color:var(--accent); margin-top:3px}
.checks li b{color:var(--heading); font-weight:600}
.feat-media{display:flex; flex-direction:column; gap:20px}
.tinted{background:var(--bg-soft)}

/* suite grid */
.suite-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:48px}
.card{background:var(--surface); border:1px solid var(--border); border-radius:14px; padding:28px; transition:transform .18s ease, border-color .18s ease}
.card:hover{transform:translateY(-3px); border-color:var(--accent)}
.card h3{font-size:17.5px; font-weight:700; margin-bottom:8px; display:flex; align-items:center; gap:10px; flex-wrap:wrap}
.card p{font-size:14.5px; color:var(--muted)}
.pill{font-size:12px; font-weight:700; padding:3px 11px; border-radius:999px; background:var(--accent-soft); color:var(--accent); letter-spacing:.03em}
.pill.good{background:var(--accent2-soft); color:var(--accent2)}
.center{text-align:center}
.center .lead{margin-left:auto; margin-right:auto}

/* pricing band */
.band{background:var(--band); text-align:center}
.band .eyebrow{color:var(--accent2)}
.band .section-title{color:var(--band-text)}
.band .lead{color:var(--band-muted); margin:0 auto 34px; max-width:740px}
.band .tagline2{font-size:21px; font-weight:700; color:var(--band-text); margin-bottom:10px}
.xlink{display:inline-flex; align-items:center; gap:8px; color:var(--accent2); font-weight:600; font-size:15.5px}
.xlink:hover{color:#fff}

/* faq */
.faq-list{max-width:820px; margin:44px auto 0}
details{border-bottom:1px solid var(--border)}
details:first-of-type{border-top:1px solid var(--border)}
summary{cursor:pointer; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px; padding:20px 6px; font-weight:600; font-size:16.5px; color:var(--heading)}
summary::-webkit-details-marker{display:none}
summary svg{flex:none; color:var(--muted); transition:transform .25s}
details[open] summary svg{transform:rotate(45deg); color:var(--accent)}
details p{padding:0 6px 22px; color:var(--muted); font-size:15.5px; max-width:740px}

/* contact */
.contact .container{display:grid; grid-template-columns:1fr 1.1fr; gap:60px; align-items:start}
.demo-callout{margin-top:30px; background:var(--surface); border:1px solid var(--border); border-radius:14px; padding:26px}
.demo-callout h3{font-size:17px; margin-bottom:6px}
.demo-callout p{font-size:14.5px; color:var(--muted); margin-bottom:18px}
.form-card{background:var(--surface); border:1px solid var(--border); border-radius:16px; padding:32px; box-shadow:var(--shadow)}
.form-grid{display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px}
.field{display:flex; flex-direction:column; gap:6px}
.field.full{grid-column:1/-1}
.field label{font-size:13.5px; font-weight:600; color:var(--heading)}
.field input,.field textarea{font-family:inherit; font-size:15px; padding:12px 14px; border-radius:10px; border:1px solid var(--border-strong); background:var(--bg); color:var(--heading); outline:none; transition:border-color .15s, box-shadow .15s}
.field input:focus,.field textarea:focus{border-color:var(--accent); box-shadow:0 0 0 3px var(--accent-soft)}
.field textarea{min-height:120px; resize:vertical}
.recaptcha-note{font-size:12.5px; color:var(--muted); margin-top:14px}
.form-status{margin-top:14px; font-size:14.5px; font-weight:600; display:none}

/* footer */
footer{background:var(--band); color:var(--band-muted); padding:54px 0 0}
.foot-grid{display:flex; justify-content:space-between; gap:40px; flex-wrap:wrap; padding-bottom:40px}
.foot-brand img{height:44px; margin-bottom:14px}
.foot-brand .wm{color:#fff}
.foot-brand p{font-size:14px; max-width:340px; margin-top:10px}
.foot-col h4{color:#fff; font-size:14px; font-weight:700; margin-bottom:14px; letter-spacing:.04em}
.foot-col a{display:block; color:var(--band-muted); font-size:14.5px; margin-bottom:9px}
.foot-col a:hover{color:#fff}
.foot-bottom{border-top:1px solid rgba(255,255,255,.12); padding:20px 0; font-size:13.5px; display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap}

/* reveal animation */
html.js .reveal{opacity:0; transform:translateY(26px); transition:opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1)}
html.js .reveal.in{opacity:1; transform:none}

@media (max-width: 980px){
  .nav-links{display:none}
  .hamburger{display:inline-flex}
  .mobile-nav{display:none; flex-direction:column; gap:4px; padding:10px 24px 18px; border-top:1px solid var(--border); background:var(--header-bg); backdrop-filter:blur(14px)}
  .mobile-nav.open{display:flex}
  .mobile-nav a{padding:10px 0; color:var(--heading); font-weight:600; font-size:16px}
  .cards-3,.suite-grid{grid-template-columns:1fr 1fr}
  .feature .container,.contact .container{grid-template-columns:1fr}
  .feature.rev .feat-text{order:1}
  .feature.rev .feat-media{order:2}
}
@media (max-width: 620px){
  .cards-3,.suite-grid,.form-grid{grid-template-columns:1fr}
  section{padding:64px 0}
  .header-demo{display:none}
  .header-actions{gap:8px}
}
@media (max-width: 380px){
  .brand .wm{display:none}
}

/* product vignettes (illustrations, not screenshots) */
.vignette{padding:22px; display:flex; flex-direction:column; gap:14px}
.vg-row{display:flex; justify-content:space-between; align-items:center; gap:12px; flex-wrap:wrap}
.vg-title{font-weight:700; color:var(--heading); font-size:15.5px}
.vg-sub{font-size:13.5px; color:var(--muted)}
.steps{display:flex; align-items:center; gap:0; margin:2px 0}
.step{display:flex; flex-direction:column; align-items:center; gap:6px; flex:1; position:relative; font-size:12px; color:var(--muted); font-weight:600; text-align:center}
.step .dot{width:22px; height:22px; border-radius:50%; border:2px solid var(--border-strong); background:var(--surface); display:flex; align-items:center; justify-content:center; color:#fff; z-index:1}
.step.done .dot{background:var(--accent); border-color:var(--accent)}
.step:not(:first-child)::before{content:""; position:absolute; top:11px; right:50%; width:100%; height:2px; background:var(--border-strong)}
.step.done:not(:first-child)::before{background:var(--accent)}
.chips{display:flex; gap:8px; flex-wrap:wrap}
.chip{display:inline-flex; align-items:center; gap:7px; font-size:12.5px; font-weight:600; color:var(--text); background:var(--surface-2); border:1px solid var(--border); padding:6px 12px; border-radius:8px}
.chip svg{color:var(--accent2)}
.note-box{background:var(--accent-soft); border-radius:10px; padding:13px 15px; font-size:13.5px; color:var(--heading)}
.note-box b{color:var(--accent)}
.vg-list{list-style:none; display:flex; flex-direction:column; gap:8px}
.vg-list li{display:flex; gap:9px; align-items:flex-start; font-size:13.5px}
.vg-list li svg{flex:none; color:var(--accent); margin-top:3px}
.vg-actions{display:flex; gap:9px; flex-wrap:wrap}
.mini-btn{font-size:13px; font-weight:600; padding:8px 14px; border-radius:8px; border:1px solid var(--border-strong); background:var(--surface); color:var(--heading); cursor:default}
.mini-btn.solid{background:var(--accent); border-color:var(--accent); color:#fff}

/* app store badges (official style; captioned coming-soon until links go live) */
.store-badges{display:flex; gap:12px; flex-wrap:wrap; align-items:center; justify-content:center}
.store-badge{display:inline-flex; align-items:center; gap:11px; padding:9px 18px 9px 14px; min-height:54px; border-radius:9px; background:#000; border:1px solid rgba(255,255,255,.28); color:#fff; cursor:default}
.store-badge svg{flex:none; fill:#fff}
.sb-txt{display:flex; flex-direction:column; line-height:1.15; text-align:left}
.sb-txt small{font-size:10.5px; font-weight:400; letter-spacing:.02em; color:#fff; opacity:.9}
.sb-txt b{font-size:18px; font-weight:600; letter-spacing:-0.01em}
.store-note{font-size:13.5px; color:var(--muted); margin-top:10px}

/* home hero grid (small side mockup) + featured app card */
.hero-grid{display:grid; grid-template-columns:1.2fr .8fr; gap:44px; align-items:center; text-align:left}
.hero-grid h1{margin:0 0 20px; max-width:none; font-size:clamp(2rem,4.4vw,3rem)}
.hero-grid .lead{margin:0 0 26px}
.hero-grid .cta-row{justify-content:flex-start; margin-bottom:0}
@media (max-width:900px){.hero-grid{grid-template-columns:1fr; gap:32px}}
.app-feature{max-width:680px; margin:48px auto 0; text-align:left}
.app-feature .app-partner{font-size:14px; color:var(--muted); margin:10px 0 4px}
.app-feature .store-badges{justify-content:flex-start; margin:16px 0 20px}
.app-feature .cta-row{justify-content:flex-start; margin-bottom:0}

/* abstract feature icons */
.feat-icon{background:var(--surface); border:1px solid var(--border); border-radius:14px; box-shadow:var(--shadow); display:flex; align-items:center; justify-content:center; padding:52px 20px}
.icon-orb{width:150px; height:150px; border-radius:50%; background:var(--accent2-soft); color:var(--accent2); display:flex; align-items:center; justify-content:center}
.icon-orb svg{width:72px; height:72px}
