:root{
  --red:#DA1A2B; --red-deep:#b3121f;
  --ink:#16181d; --ink-2:#1f232b;
  --text:#1c2027; --muted:#646b76; --faint:#9aa0ab;
  --bg:#ffffff; --surface:#f6f5f2; --surface-2:#efece6; --border:#e7e4dd;
  --green:#137a52;
  --r:16px; --r-lg:22px;
  --sans:'Manrope',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  --head:'Sora',var(--sans);
  --wrap:1160px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;line-height:1.6;font-size:17px}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:var(--head);font-weight:700;letter-spacing:-0.02em;line-height:1.1;color:var(--text)}
.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 24px}
.narrow{max-width:820px}
.skip{position:absolute;left:-9999px;top:0;background:var(--red);color:#fff;padding:10px 16px;z-index:200}
.skip:focus{left:12px;top:12px}

/* buttons */
.btn{display:inline-flex;align-items:center;gap:8px;background:var(--red);color:#fff;font-weight:600;font-family:var(--head);
  padding:13px 22px;border-radius:999px;border:0;cursor:pointer;transition:.18s;font-size:15.5px}
.btn:hover{background:var(--red-deep);transform:translateY(-1px)}
.btn-sm{padding:9px 18px;font-size:14.5px}
.btn-light{background:#fff;color:var(--ink)}
.btn-light:hover{background:#f0f0f0}

/* NAV */
.nav{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.82);backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid transparent;transition:.2s}
.nav.scrolled{border-bottom-color:var(--border);background:rgba(255,255,255,.92)}
.nav-in{display:flex;align-items:center;gap:24px;height:66px}
.brand{display:flex;align-items:center;gap:11px;font-family:var(--head);font-weight:600;font-size:18px;letter-spacing:-0.01em}
.brand img{border-radius:7px}
.nav-links{display:flex;gap:26px;margin-left:auto;font-weight:500;font-size:15px}
.nav-links a{color:var(--muted);transition:.15s}
.nav-links a:hover{color:var(--text)}
.nav .btn{margin-left:4px}
.nav-toggle{display:none;flex-direction:column;gap:4px;background:none;border:0;cursor:pointer;padding:8px;margin-left:auto}
.nav-toggle span{width:22px;height:2px;background:var(--text);border-radius:2px;transition:.2s}

/* HERO */
.hero{background:linear-gradient(103deg, rgba(12,14,18,0.96) 0%, rgba(12,14,18,0.9) 40%, rgba(12,14,18,0.62) 100%), url("assets/hero-bg.jpg") center right / cover no-repeat;
  color:#fff;padding:88px 0 96px;position:relative;overflow:hidden}
.hero::after{content:"";position:absolute;inset:0;background:radial-gradient(820px 460px at 86% 4%,rgba(218,26,43,.13),transparent 62%);pointer-events:none}
.hero h1 .grad{background:linear-gradient(96deg,#ff9b8a 0%,#ff5454 55%,#e22f3a 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-in{display:grid;grid-template-columns:1.04fr 1fr;gap:54px;align-items:center;position:relative;z-index:1}
.eyebrow{font-family:var(--head);font-weight:600;font-size:13px;letter-spacing:.16em;text-transform:uppercase;color:#ff8a8a;margin-bottom:18px}
.hero h1{font-size:53px;font-weight:800;color:#fff;line-height:1.04;letter-spacing:-0.03em}
.hero .lede{font-size:19px;color:#c4c8d0;margin-top:20px;max-width:560px}
.store-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.trust{display:flex;align-items:center;gap:9px;margin-top:24px;font-size:14px;color:#9aa0ab}
.trust .i{width:17px;height:17px;fill:none;stroke:#7fdcb0;stroke-width:1.7}
.hero-art{position:relative}
.window{background:#fff;border-radius:13px;overflow:hidden;box-shadow:0 30px 70px -24px rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.08)}
.titlebar{height:34px;background:#e9e7e2;display:flex;align-items:center;gap:7px;padding:0 14px;border-bottom:1px solid #dcd9d2}
.titlebar i{width:11px;height:11px;border-radius:50%;background:#c7c4bd}
.titlebar i:first-child{background:#ff5f57}.titlebar i:nth-child(2){background:#febc2e}.titlebar i:nth-child(3){background:#28c840}
.window img{width:100%;height:auto}
.spot-art .window img{aspect-ratio:16/10;object-fit:cover;object-position:top}

/* store buttons */
.store-btn{display:inline-block;position:relative;border:0;background:none;padding:0;margin:0;cursor:pointer;line-height:0;transition:.16s}
.store-btn:hover{transform:translateY(-1px)}
.store-badge{height:48px;width:auto;display:block}

/* STRIP */
.strip{background:var(--surface);border-bottom:1px solid var(--border)}
.strip-in{display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;padding:26px 24px;text-align:center}
.strip-in div{flex:1;min-width:120px}
.strip-in strong{display:block;font-family:var(--head);font-size:27px;color:var(--red);font-weight:700}
.strip-in span{font-size:13.5px;color:var(--muted)}

/* SECTIONS */
.section{padding:86px 0}
.section.alt{background:var(--surface)}
.head{max-width:720px;margin-bottom:46px}
.head.light .kicker{color:#ff8a8a}
.kicker{font-family:var(--head);font-weight:600;font-size:13px;letter-spacing:.15em;text-transform:uppercase;color:var(--red);margin-bottom:14px}
.section h2{font-size:36px}
.head-sub{margin-top:16px;font-size:18px;color:var(--muted)}

/* FEATURES */
.grid{display:grid;gap:20px}
.feat{grid-template-columns:repeat(4,1fr)}
.card{background:var(--bg);border:1px solid var(--border);border-radius:var(--r);padding:26px 24px;transition:.18s}
.section.alt .card{background:#fff}
.card:hover{border-color:#d3cfc6;transform:translateY(-3px);box-shadow:0 16px 36px -22px rgba(0,0,0,.25)}
.ficon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:12px;
  background:#fdeaec;margin-bottom:16px}
.ficon svg{width:24px;height:24px;fill:none;stroke:var(--red);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.card h3{font-size:18px;margin-bottom:7px}
.card p{font-size:15px;color:var(--muted)}

/* SPOTLIGHT */
.spotlight{display:grid;grid-template-columns:1fr 1.05fr;gap:54px;align-items:center}
.spotlight.reverse .spot-copy{order:2}
.spot-copy h2{font-size:34px;margin:6px 0 16px}
.spot-copy p{color:var(--muted);font-size:18px}
.ticks{list-style:none;margin-top:22px;display:flex;flex-direction:column;gap:12px}
.ticks li{position:relative;padding-left:30px;font-size:16px;color:var(--text)}
.ticks li::before{content:"";position:absolute;left:0;top:3px;width:19px;height:19px;border-radius:50%;
  background:var(--green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center/12px no-repeat}
.spot-art.two{display:grid;gap:18px}
.spot-art.two .window:nth-child(2){margin-left:34px;margin-top:-8px}

/* GALLERY */
.gal{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gal figure{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:#fff;cursor:zoom-in;transition:.18s}
.gal figure:hover{transform:translateY(-3px);box-shadow:0 18px 40px -24px rgba(0,0,0,.3);border-color:#d3cfc6}
.gal img{width:100%;aspect-ratio:16/10;object-fit:cover;object-position:top}
.gal figcaption{padding:12px 16px;font-size:14px;font-weight:600;font-family:var(--head);color:var(--text)}

/* FIRMS */
.firms{background:var(--ink);color:#fff}
.firms h2{color:#fff;font-size:36px}
.firms .head-sub{color:#bcc0c8;max-width:760px}
.stats{grid-template-columns:repeat(4,1fr);margin-bottom:38px}
.stat{background:#23272f;border:1px solid #2f343d;border-radius:var(--r);padding:24px}
.stat strong{display:block;font-family:var(--head);font-size:30px;font-weight:700;color:#7fdcb0;letter-spacing:-0.02em}
.stat span{font-size:14px;color:#aab0ba;margin-top:6px;display:block}
.firm-cta{text-align:center}

/* PRICING */
.price-card{max-width:620px;margin:0 auto;border:1px solid var(--border);border-radius:var(--r-lg);background:#fff;
  box-shadow:0 30px 70px -40px rgba(0,0,0,.3);overflow:hidden}
.price-body{padding:42px 40px}
.price-lead{font-family:var(--head);font-weight:700;font-size:26px;color:var(--text)}
.price-sub{color:var(--muted);margin-top:10px;font-size:16px}
.price-body .ticks{margin:24px 0 10px}
.price-body .store-row{margin-top:26px}

/* FAQ */
.faq{display:flex;flex-direction:column;gap:12px}
.faq details{border:1px solid var(--border);border-radius:13px;background:#fff;padding:4px 4px}
.faq summary{cursor:pointer;list-style:none;padding:16px 20px;font-family:var(--head);font-weight:600;font-size:17px;
  display:flex;justify-content:space-between;align-items:center}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--red);font-size:22px;font-weight:400;line-height:1}
.faq details[open] summary::after{content:"–"}
.faq details p{padding:0 20px 18px;color:var(--muted);font-size:16px}

/* BAND */
.band{background:var(--red);color:#fff;padding:54px 0}
.band-in{display:flex;align-items:center;justify-content:space-between;gap:30px;flex-wrap:wrap}
.band h2{color:#fff;font-size:30px}
.band p{color:#fff;margin-top:6px}

/* FOOTER */
.foot{background:#101216;color:#c7cbd2;padding:54px 0 26px}
.foot-in{display:flex;justify-content:space-between;gap:40px;flex-wrap:wrap;padding-bottom:34px;border-bottom:1px solid #23262c}
.foot-brand{display:flex;gap:14px;align-items:flex-start;max-width:300px}
.foot-brand img{border-radius:9px}
.foot-brand strong{display:block;font-family:var(--head);color:#fff;font-size:16px}
.foot-brand span{font-size:14px;color:#8b919b;margin-top:4px;display:block}
.foot-cols{display:flex;gap:54px;flex-wrap:wrap}
.foot-cols h4{font-family:var(--head);font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:#7c828c;margin-bottom:14px;font-weight:600}
.foot-cols a{display:block;color:#c7cbd2;font-size:15px;margin-bottom:9px;transition:.15s}
.foot-cols a:hover{color:#fff}
.foot-base{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;padding-top:22px;font-size:13.5px;color:#7c828c}

/* LIGHTBOX */
.lightbox{position:fixed;inset:0;background:rgba(16,18,22,.92);z-index:300;display:none;align-items:center;justify-content:center;padding:40px}
.lightbox.open{display:flex}
.lightbox img{max-width:92vw;max-height:88vh;border-radius:10px;box-shadow:0 30px 80px rgba(0,0,0,.6)}
.lb-close{position:absolute;top:18px;right:24px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:0;color:#fff;font-size:40px;line-height:1;cursor:pointer;opacity:.8}
.lb-close:hover{opacity:1}

/* TOAST */
.toast{position:fixed;left:50%;bottom:34px;transform:translateX(-50%) translateY(20px);background:var(--ink);color:#fff;
  padding:13px 22px;border-radius:999px;font-size:14.5px;font-weight:500;box-shadow:0 14px 40px rgba(0,0,0,.4);
  opacity:0;pointer-events:none;transition:.25s;z-index:400}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}

/* SUB-PAGES (privacy/terms/support) */
.page{max-width:820px;margin:0 auto;padding:54px 24px 80px}
.page h1{font-size:40px;margin-bottom:8px}
.page .updated{color:var(--muted);font-size:14px;margin-bottom:32px}
.page h2{font-size:23px;margin:34px 0 10px}
.page p,.page li{color:var(--text);font-size:16.5px;margin-bottom:12px}
.page ul{padding-left:22px}
.page a{color:var(--red);font-weight:500}
.page a.btn{color:#fff}
.note{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--red);border-radius:0 10px 10px 0;padding:16px 20px;font-size:15px;color:var(--muted);margin:22px 0}

/* RESPONSIVE */
@media(max-width:980px){
  .feat{grid-template-columns:repeat(2,1fr)}
  .stats{grid-template-columns:repeat(2,1fr)}
  .gal{grid-template-columns:repeat(2,1fr)}
  .hero-in{grid-template-columns:1fr;gap:40px}
  .hero h1{font-size:44px}
  .spotlight,.spotlight.reverse .spot-copy{grid-template-columns:1fr;order:0}
  .spot-art.two .window:nth-child(2){margin-left:0}
}
@media(max-width:860px){
  .nav-links{display:none;position:absolute;top:66px;left:0;right:0;flex-direction:column;gap:0;background:#fff;
    border-bottom:1px solid var(--border);padding:8px 0}
  .nav-links.open{display:flex}
  .nav-links a{padding:13px 24px;font-size:16px}
  .nav .btn{display:none}
  .nav-toggle{display:flex}
  .nav-toggle.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .nav-toggle.open span:nth-child(2){opacity:0}
  .nav-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
}
@media(max-width:620px){
  body{font-size:16px}
  .hero{padding:48px 0 56px}
  .hero h1{font-size:35px}
  .section{padding:60px 0}
  .section h2,.firms h2{font-size:28px}
  .feat,.stats,.gal{grid-template-columns:1fr}
  .price-body{padding:30px 24px}
  .band-in{flex-direction:column;align-items:flex-start}
}

/* === launch-readiness additions === */
:focus-visible{outline:3px solid var(--red);outline-offset:2px;border-radius:6px}
.hero :focus-visible,.firms :focus-visible,.band :focus-visible,.foot :focus-visible{outline-color:#fff}
.skip:focus{outline:3px solid #fff;outline-offset:2px}

#features,#spotlight,#reference,#workspace,#firms,#gallery,#download,#faq{scroll-margin-top:84px}

@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
}

/* notify-me capture */
.notify{display:flex;gap:10px;flex-wrap:wrap;margin-top:6px}
.notify input[type=email]{flex:1;min-width:230px;height:48px;padding:0 16px;border:1px solid var(--border);border-radius:12px;font:inherit;font-size:16px;color:var(--text);background:#fff}
.notify input[type=email]::placeholder{color:var(--faint)}
.notify input[type=email]:focus-visible{outline:3px solid var(--red);outline-offset:2px;border-color:var(--red)}
.notify .btn{height:48px;white-space:nowrap}
.notify-note{font-size:13px;color:var(--muted);margin-top:12px}
.notify-ok{font-size:15.5px;color:var(--green);font-weight:500;margin-top:14px;display:flex;align-items:center;gap:8px}

/* pricing figures */
.launch-tag{display:inline-block;background:#e7f4ee;color:var(--green);font-family:var(--head);font-weight:600;font-size:12px;letter-spacing:.07em;text-transform:uppercase;padding:6px 13px;border-radius:999px;margin-bottom:20px}
.price-figs{display:flex;gap:14px;flex-wrap:wrap;margin:0 0 18px}
.pf{flex:1;min-width:150px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px 20px;position:relative}
.pf strong{font-family:var(--head);font-weight:800;font-size:33px;letter-spacing:-0.02em;display:block;line-height:1;color:var(--text)}
.pf span{font-size:13px;color:var(--muted);margin-top:7px;display:block}
.pf.best{border-color:var(--green)}
.pf .tag{position:absolute;top:-10px;right:14px;background:var(--green);color:#fff;font-family:var(--head);font-weight:600;font-size:10.5px;letter-spacing:.04em;text-transform:uppercase;padding:3px 9px;border-radius:999px;margin:0}
.price-rise{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--red);border-radius:0 12px 12px 0;padding:13px 16px;font-size:14px;color:var(--text);margin:0;line-height:1.55}
.price-rise b{color:var(--red);font-weight:600}

/* savings sheet (in the dark firms section) */
.savings-shot{max-width:940px;margin:6px auto 36px;cursor:zoom-in}
.savings-shot img{width:100%;height:auto;border-radius:14px;border:1px solid #2f343d;box-shadow:0 24px 60px -30px rgba(0,0,0,.6)}
.savings-shot figcaption{text-align:center;font-size:13px;color:#aab0ba;margin-top:14px}

/* workspace grid — the full hub layer */
.work-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(228px,1fr));gap:14px}
.work-item{display:flex;gap:13px;align-items:flex-start;background:#fff;border:1px solid var(--border);border-radius:13px;padding:15px 17px;transition:.16s}
.work-item:hover{border-color:#d3cfc6;transform:translateY(-2px);box-shadow:0 14px 30px -22px rgba(0,0,0,.22)}
.work-item .wi{flex:0 0 auto;width:34px;height:34px;border-radius:9px;background:#fdeaec;display:inline-flex;align-items:center;justify-content:center}
.work-item .wi svg{width:18px;height:18px;fill:none;stroke:var(--red);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.work-item h4{font-size:14.5px;font-family:var(--head);font-weight:600;margin:0 0 2px;color:var(--text)}
.work-item p{font-size:12.5px;color:var(--muted);margin:0;line-height:1.4}
