:root{--bg: #121212;--surface: #1B1B1B;--surface-2: #1E1E1E;--inset: #121212;--border: #232323;--border-2: #2A2A2A;--border-3: #2E2E2E;--border-4: #333;--text-1: #F4F4F6;--text-2: #9A9A9A;--text-3: #8A8A8A;--text-4: #6E6E6E;--nav: #B9B9B9;--accent: #00FF66;--on-accent: #121212;--accent-deep: #0A5A2B}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}html,body{overflow-x:clip}#how,#stories,#pricing,#faq,#get-app{scroll-margin-top:84px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;background:var(--bg);color:var(--text-1);font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img,svg{display:block}.disp{font-family:Archivo,Inter,sans-serif;font-stretch:125%;font-weight:900;line-height:1.05;letter-spacing:.01em}.wrap{max-width:1080px;margin:0 auto}.npill{border-radius:999px;display:inline-flex;align-items:center}.icn{width:1em;height:1em;flex-shrink:0;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.btn{cursor:pointer;transition:transform .12s ease,filter .12s ease;border:0}.btn:hover{transform:translateY(-1px)}.btn-accent{background:var(--accent);color:var(--on-accent);font-weight:600}.btn-accent:hover{filter:brightness(1.06)}.btn-ghost{border:1px solid var(--border-4);color:var(--text-1);font-weight:500}.btn-ghost:hover{border-color:var(--text-3)}a.only-touch{display:none}@media(hover:none)and (pointer:coarse){a.only-pointer{display:none}a.only-touch{display:inline-flex}}.live{display:inline-flex;align-items:center;gap:5px;background:var(--accent);color:var(--on-accent);font-size:9.5px;font-weight:600;padding:3px 8px;border-radius:999px;letter-spacing:.04em}.live .dot{width:5px;height:5px;border-radius:50%;background:var(--on-accent)}.nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:18px 28px;border-bottom:1px solid var(--border);gap:14px;flex-wrap:wrap;background:color-mix(in srgb,var(--bg) 88%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand{background:transparent;padding:0;gap:9px}.brand .disp{font-size:16px;color:var(--text-1)}.nav-links{display:flex;gap:24px;font-size:13px;color:var(--nav)}.nav-links a:hover{color:var(--text-1)}.nav-links a.is-active{color:var(--accent);font-weight:700}.nav-right{display:inline-flex;align-items:center;gap:16px}.nav-cta{font-size:13px;padding:9px 18px}.hero{position:relative;display:flex;gap:26px;padding:56px 28px 44px;flex-wrap:wrap;align-items:center}.hero:before{content:"";position:absolute;z-index:-1;pointer-events:none;left:-140px;top:-120px;height:520px;width:min(620px,100vw + 100px);background:radial-gradient(closest-side,rgba(0,255,102,.07),transparent)}.hero-copy{flex:1 1 280px}.hero-pill{display:inline-flex;align-items:center;gap:8px;margin:0 0 20px;border:1px solid var(--border-3);background:color-mix(in srgb,var(--surface) 72%,transparent);border-radius:999px;padding:7px 14px;font-size:10.5px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:var(--text-2)}.hero-pill .pdot{width:6px;height:6px;border-radius:50%;background:var(--accent);animation:pdot 2.2s ease-out infinite}@keyframes pdot{0%{box-shadow:0 0 #00ff6673}70%,to{box-shadow:0 0 0 7px #0f60}}@media(prefers-reduced-motion:reduce){.hero-pill .pdot{animation:none}}.hero h1{font-size:clamp(38px,6.4vw,52px);color:var(--text-1);margin:0}.hero h1 .g{color:var(--accent)}.hero p.lede{font-size:14.5px;color:var(--text-2);line-height:1.7;margin:16px 0 0;max-width:400px}.hero-actions{display:flex;gap:12px;margin-top:26px;flex-wrap:wrap}.hero-actions .btn{font-size:14px;padding:13px 24px;gap:8px}.hero-actions .btn-accent{font-weight:700;font-size:15.5px;box-shadow:0 8px 28px #00ff6638}.hero-ticks{display:flex;gap:16px;flex-wrap:wrap;list-style:none;margin:18px 0 0;padding:0}.hero-ticks li{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--text-3)}.hero-ticks .icn{width:13px;height:13px;stroke:var(--accent);stroke-width:2.5}.hero-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px;padding-top:20px;border-top:1px solid var(--border-2);max-width:400px}.store-badge{display:inline-flex;align-items:center;gap:10px;min-width:0;background:#000;border:1px solid #2E2E2E;border-radius:12px;padding:10px 17px;transition:border-color .15s ease,transform .12s ease}.store-badge:hover{border-color:#585858;transform:translateY(-1px)}.store-badge svg{width:23px;height:23px;flex:none}.store-badge .apple{fill:#fff}.store-badge .sb-text{display:flex;flex-direction:column;line-height:1.14;text-align:left;color:#fff}.store-badge .sb-text small{font-size:9.5px;letter-spacing:.03em;opacity:.8}.store-badge .sb-text strong{font-size:15px;font-weight:600}.stage{flex:1 1 300px;max-width:360px;position:relative;display:flex;align-items:center;justify-content:center;padding:22px}.stage-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:22px;filter:brightness(.42) saturate(1.05);opacity:.6}.appcard{position:relative;width:290px;max-width:100%;background:#fff;color:#0f172a;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;box-shadow:0 20px 55px #00000080}.rotator{position:relative;display:grid;width:290px;max-width:100%}.rotator .appcard{grid-area:1 / 1;opacity:0;transform:translateY(10px) scale(.985);transition:opacity .55s ease,transform .55s ease;pointer-events:none}.rotator .appcard.is-active{opacity:1;transform:none;pointer-events:auto;z-index:1}.rotator-dots{position:absolute;bottom:9px;left:50%;transform:translate(-50%);display:flex;gap:7px;z-index:2}.rotator-dots .dot{width:7px;height:7px;border-radius:50%;border:0;padding:0;background:#ffffff52;cursor:pointer;transition:background .3s ease,transform .3s ease}.rotator-dots .dot:hover{background:#fff9}.rotator-dots .dot.is-active{background:var(--accent);transform:scale(1.25)}@media(prefers-reduced-motion:reduce){.rotator .appcard{transition:none;transform:none}}.appcard .icn{stroke:currentColor}.appcard-img{position:relative;line-height:0}.appcard-img>img{width:100%;aspect-ratio:3 / 2;object-fit:cover}.appcard .badge{position:absolute;top:8px;display:inline-flex;align-items:center;gap:4px;border-radius:999px;background:#000;padding:4px 12px;font-size:13px;font-weight:600;line-height:1;box-shadow:0 2px 6px #00000059}.appcard .badge .icn{width:14px;height:14px}.appcard .badge.disc{left:8px;color:#00ff64}.appcard .badge.time{right:8px;color:#fff}.appcard-body{padding:14px}.appcard-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.appcard-title{margin:0;font-size:15px;font-weight:600}.appcard-price{text-align:right;font-size:13px;line-height:1.25;white-space:nowrap}.appcard-price .was{display:block;color:#6b7280;text-decoration:line-through}.appcard-price .now{display:block;font-weight:600}.appcard-merchant{display:flex;align-items:center;gap:6px;margin:3px 0 0;font-size:13px;color:#6b7280}.appcard-merchant .icn{width:16px;height:16px;flex:none}.appcard-merchant span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.appcard-actions{display:flex;gap:8px;margin-top:12px}.appcard-actions .b{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #e5e7eb;border-radius:8px;padding:8px 10px;font-size:12px;font-weight:500;color:#0f172a;white-space:nowrap}.appcard-actions .b{flex:1}.appcard-actions .b .icn{width:14px;height:14px}.appcard-actions .walk{display:inline-flex;align-items:center;gap:3px}.appcard-actions .walk-icn{width:12px;height:12px;fill:currentColor}.deal{flex:1 1 250px;max-width:310px;background:var(--surface);border:1px solid var(--border-2);border-radius:16px;padding:14px}.deal-head{display:flex;justify-content:space-between;align-items:center}.deal-head p{font-size:13px;font-weight:600;margin:0}.deal-head{margin-bottom:12px}.deal label{display:block;font-size:10.5px;color:var(--text-3);margin:0 0 4px;letter-spacing:.02em}.deal .field{display:flex;align-items:center;gap:8px;background:var(--inset);border:1px solid var(--border-3);border-radius:9px;padding:8px 11px;font-size:12.5px}.deal .field .icn{width:15px;height:15px;flex:none;stroke:var(--text-3);stroke-width:2;fill:none}.deal-row{display:flex;gap:8px;margin-top:10px}.deal-row>div{flex:1}.deal-block{margin-top:10px}.deal .field.accent{color:var(--accent);font-weight:600}.reach-bar{display:flex;align-items:center;gap:8px}.reach-track{flex:1;height:4px;background:var(--border-3);border-radius:2px}.reach-fill{width:65%;height:4px;background:var(--accent);border-radius:2px}.reach-label{font-size:12px;color:var(--accent);font-weight:500}.deal .go{background:var(--accent);color:var(--on-accent);font-size:11.5px;font-weight:500;padding:10px 18px;margin:14px 0 0;width:100%;box-sizing:border-box;display:flex;justify-content:center;gap:6px}.deal .setup{font-size:10.5px;color:var(--text-4);text-align:center;margin:8px 0 0}.stats{display:flex;gap:10px;padding:0 28px 36px;flex-wrap:wrap}.stat{flex:1 1 140px;background:var(--surface);border-radius:12px;padding:14px}.stat .n{font-size:24px;margin:0}.stat .n.green{color:var(--accent)}.stat .l{font-size:11.5px;color:var(--text-3);margin:6px 0 0}.stats-note{flex:1 1 100%;font-size:10px;color:var(--text-4);line-height:1.6;margin:2px 0 0}.section{border-top:1px solid var(--border);padding:36px 28px;scroll-margin-top:16px}.eyebrow{font-size:11px;letter-spacing:.14em;color:var(--accent);font-weight:600;margin:0 0 20px}.steps{display:flex;gap:16px;flex-wrap:wrap;align-items:stretch}.step{flex:1 1 200px;background:var(--inset);border:1px solid var(--border-3);border-radius:14px;padding:20px}.ic{width:42px;height:42px;border-radius:11px;background:#00ff641f;border:1px solid rgba(0,255,100,.22);display:inline-flex;align-items:center;justify-content:center;color:var(--accent)}.ic .icn{width:22px;height:22px}.step h3{font-size:14px;font-weight:600;line-height:1.35;margin:14px 0 6px;min-height:2.7em}.step p{font-size:12.5px;color:var(--text-3);margin:0;line-height:1.6}.how-head{margin-bottom:22px}.how-head .eyebrow{margin:0}.how-title{font-size:clamp(22px,3.6vw,28px);color:var(--text-1);margin:8px 0 0}.map-canvas{position:relative;display:flex;align-items:flex-end;justify-content:center;flex-wrap:wrap;gap:clamp(24px,7vw,60px);margin-top:16px;background:var(--inset);border:1px solid var(--border-3);border-radius:18px;padding:84px 24px 44px;min-height:228px;overflow:hidden}.map-bg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0;-webkit-mask-image:radial-gradient(130% 100% at 50% 58%,#000 45%,transparent 100%);mask-image:radial-gradient(130% 100% at 50% 58%,#000 45%,transparent 100%)}.pin{position:relative;z-index:1;display:inline-flex;flex-direction:column;align-items:center;padding-bottom:22px}.pin-badge{background:var(--accent);color:var(--on-accent);border-radius:999px;padding:4px 11px;display:inline-flex;align-items:center;gap:5px;font-family:Archivo,Inter,sans-serif;font-stretch:125%;font-weight:900;font-size:13px;letter-spacing:.03em;line-height:1}.pin-badge .icn{width:1.35em;height:1.35em}.pin-tail{width:0;height:0;margin-top:-1px;border-left:7px solid transparent;border-right:7px solid transparent;border-top:10px solid var(--accent)}.pin-ring{position:absolute;left:50%;bottom:20px;width:42px;height:11px;border-radius:50%;border:2px solid var(--accent);transform:translate(-50%,50%);animation:pin-ripple 2.4s ease-out infinite}.pin-ring--2{animation-delay:1.2s}@keyframes pin-ripple{0%{transform:translate(-50%,50%) scale(.45);opacity:.75}to{transform:translate(-50%,50%) scale(1.7);opacity:0}}.pin--up{transform:translate(-165px,-42px)}.pin--raised{transform:translate(-36px,-98px)}.pin--shift{transform:translate(48px,18px)}.map-note{font-size:12.5px;color:var(--text-3);line-height:1.7;margin:18px 0 0;max-width:560px}.map-note b{color:var(--text-1);font-weight:500}@media(prefers-reduced-motion:reduce){.pin-ring{animation:none;opacity:.45}.pin-ring--2{opacity:.22;transform:translate(-50%,50%) scale(1.3)}}.quotes{display:flex;gap:14px;flex-wrap:wrap}.quote{flex:1 1 240px;background:var(--surface);border-radius:14px;padding:18px}.quote blockquote{font-size:13.5px;line-height:1.7;margin:0;color:#d4d4d4}.quote-by{display:flex;align-items:center;gap:10px;margin-top:14px}.avatar{width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.quote-by span.meta{font-size:12px;color:var(--text-3)}.quote-by span.meta strong{color:var(--text-1);font-weight:500}.pricing-sub{font-size:13.5px;color:var(--text-2);line-height:1.7;margin:12px 0 0;max-width:520px}.price-grid{display:grid;grid-template-columns:1fr 1fr 1.3fr;gap:12px}.price-cell{background:var(--inset);border:1px solid var(--border-3);border-radius:14px;padding:22px 20px}.price-n{font-size:clamp(30px,4.6vw,40px);color:var(--text-1);margin:0;line-height:1}.price-t{font-size:13px;font-weight:600;color:var(--text-1);margin:10px 0 0}.price-d{font-size:12.5px;color:var(--text-3);line-height:1.6;margin:6px 0 0}.price-cell--hero{background:#00ff660f;border-color:#00ff6661;box-shadow:0 0 44px #00ff6614}.price-cell--hero .price-n,.price-cell--hero .price-t{color:var(--accent)}.faq-list{display:grid;gap:10px;max-width:720px}.faq-item{background:var(--inset);border:1px solid var(--border-3);border-radius:12px}.faq-item summary{cursor:pointer;padding:15px 18px;font-size:13.5px;font-weight:600;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--accent);font-size:18px;font-weight:500;line-height:1;transition:transform .18s ease}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{margin:0;padding:0 18px 15px;font-size:12.5px;color:var(--text-3);line-height:1.7;max-width:620px}@media(prefers-reduced-motion:reduce){.faq-item summary:after{transition:none}}.cta{margin:36px 28px 28px;background:var(--accent);border-radius:18px;padding:20px 30px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.cta .disp{font-size:clamp(22px,3.4vw,26px);color:var(--on-accent)}.cta .sub{font-size:13px;color:var(--accent-deep);margin:8px 0 0;font-weight:500}.cta .btn{background:var(--inset);color:var(--accent);font-size:14px;font-weight:600;padding:13px 26px;gap:8px}.foot{border-top:1px solid var(--border);padding:22px 28px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.foot .brandline{display:inline-flex;align-items:center;gap:8px}.foot .brandline .disp{font-size:13px;color:var(--text-1)}.foot-links{font-size:12px;color:var(--text-4);display:inline-flex;gap:14px;flex-wrap:wrap}.foot-links a:hover{color:var(--text-2)}@media(max-width:720px){.nav-links{display:none}.nav{padding:14px 18px}.hero{padding:32px 18px 30px;gap:20px}.stats,.section{padding-left:18px;padding-right:18px}.cta{margin:28px 18px 24px}.foot{padding:20px 18px}.price-grid{grid-template-columns:1fr}.hero h1{font-size:clamp(36px,10.2vw,44px)}.hero-actions{margin-top:22px}.hero-actions .btn{flex:1 1 100%;justify-content:center;font-size:14.5px;font-weight:600;padding:13px 18px;gap:8px}.hero-actions .btn-accent{font-size:15px}.hero-badges{max-width:none}.hero-badges .store-badge{flex:1;justify-content:center}.stage{max-width:none;padding:16px}.rotator{width:100%;max-width:340px}.rotator .appcard{width:100%}.stats{display:grid;grid-template-columns:1fr 1fr}.stats-note{grid-column:1 / -1}.cta{flex-direction:column;align-items:stretch;padding:24px 22px}.cta .disp br{display:none}.cta .btn{justify-content:center;font-size:14px;font-weight:600;padding:12px 18px}.nav-cta{font-size:12px;padding:7px 13px}.deal .go{font-size:11.5px;padding:8px 16px}.pin--up{transform:translate(-46px,-30px)}.pin--raised{transform:translate(-8px,-64px)}.pin--shift{transform:translate(30px,14px)}}@media(max-width:400px){.store-badge{gap:8px;padding:9px 12px}.store-badge svg{width:20px;height:20px}.store-badge .sb-text small{font-size:8.5px}.store-badge .sb-text strong{font-size:13px}}@media(max-width:360px){.hero{padding-left:14px;padding-right:14px}.stage{padding:12px}.appcard-actions .b{padding:8px 6px;font-size:11.5px}.stats,.section{padding-left:14px;padding-right:14px}.hero-ticks{gap:10px}.hero-ticks li{font-size:11.5px}}
