:root{--ink:#12132b;--ink-soft:#1b1d3e;--ink-line:#ffffff17;--yellow:#ffda1a;--yellow-deep:#e8b900;--violet:#6c2bd9;--violet-deep:#5420ad;--paper:#fff9ea;--green:#22c55e;--muted:#9aa0c7;--radius:20px;--ff-display:"Space Grotesk", sans-serif;--ff-body:"Inter", sans-serif;--ff-mono:"IBM Plex Mono", monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--ff-body);background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}img,svg{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{font:inherit;cursor:pointer;background:0 0;border:none}.container{width:min(1180px,100% - 3rem);margin-inline:auto}.grain-bg{position:relative}.grain-bg:before{content:"";opacity:.05;pointer-events:none;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");position:absolute;inset:0}.nav{z-index:50;background:var(--yellow);border-bottom:3px solid var(--ink);position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;padding:1.05rem 0;display:flex}.brand{font-family:var(--ff-display);color:var(--ink);align-items:center;gap:.6rem;font-size:1.25rem;font-weight:700;display:flex}.brand-mark{background:var(--ink);width:32px;height:32px;color:var(--yellow);font-family:var(--ff-display);border-radius:9px;place-items:center;font-size:1rem;font-weight:700;display:grid}.nav-links{gap:2rem;font-size:.92rem;font-weight:600;display:flex}.nav-links a{opacity:.72;transition:opacity .2s}.nav-links a:hover{opacity:1}.nav-cta{background:var(--ink);color:var(--yellow);border-radius:999px;padding:.6rem 1.15rem;font-size:.85rem;font-weight:700;transition:transform .2s}.nav-cta:hover{transform:translateY(-1px)}.hero{background:var(--yellow) radial-gradient(#12132b14 1.4px, transparent 1.4px) 0 0/22px 22px;padding:3.4rem 0 8.5rem;position:relative;overflow:hidden}.hero:after{content:"";background:var(--ink);clip-path:polygon(0 100%,100% 35%,100% 100%);height:130px;position:absolute;bottom:-2px;left:0;right:0}.hero-inner{z-index:1;grid-template-columns:1.05fr .95fr;align-items:center;gap:3rem;display:grid;position:relative}.eyebrow{font-family:var(--ff-mono);letter-spacing:.08em;background:var(--ink);color:var(--yellow);border-radius:999px;align-items:center;gap:.55rem;margin-bottom:1.5rem;padding:.42rem .85rem .42rem .65rem;font-size:.74rem;font-weight:600;display:inline-flex}.eyebrow .dot{background:var(--green);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #22c55e47}.hero h1{font-family:var(--ff-display);color:var(--ink);letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4.1rem);font-weight:700;line-height:1.05}.hero h1 em{text-decoration:underline;-webkit-text-decoration-color:var(--violet);text-decoration-color:var(--violet);text-underline-offset:.1em;font-style:normal;text-decoration-thickness:.09em}.hero p.lead{color:#12132bbf;max-width:32rem;margin-top:1.3rem;font-size:1.12rem}.hero-ctas{flex-wrap:wrap;gap:.85rem;margin-top:2.1rem;display:flex}.store-btn{border-radius:14px;flex-direction:column;padding:.8rem 1.25rem;line-height:1.15;transition:transform .2s,background .2s;display:flex}.store-btn:hover{transform:translateY(-2px)}.store-btn small{opacity:.8;font-size:.66rem;font-weight:500}.store-btn strong{margin-top:.1rem;font-size:.96rem;font-weight:700}.store-btn.primary{background:var(--violet);color:#fff}.store-btn.primary:hover{background:var(--violet-deep)}.store-btn.ghost{background:var(--ink);color:var(--yellow)}.store-btn.ghost:hover{background:#000}.store-btn.on-violet{background:var(--ink);color:var(--yellow)}.hero-note{font-family:var(--ff-mono);color:#12132b8c;margin-top:1.3rem;font-size:.76rem}.hero-facts{flex-wrap:wrap;gap:1.7rem;margin-top:1.7rem;display:flex}.hero-fact{color:#12132bc7;align-items:center;gap:.55rem;font-size:.9rem;display:flex}.hero-fact .tick{background:var(--ink);width:20px;height:20px;color:var(--yellow);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.hero-fact .tick svg{width:11px;height:11px}.hero-fact strong{color:var(--ink);font-weight:700}.phone-wrap{justify-content:center;display:flex;position:relative}.phone{background:var(--ink);border-radius:36px;width:280px;padding:13px;box-shadow:0 40px 70px -25px #12132b8c}.phone-notch{background:#000;border-radius:0 0 12px 12px;width:64px;height:18px;margin:0 auto 10px}.phone-screen{background:#0d0e24;border-radius:24px;flex-direction:column;min-height:410px;padding:1.25rem 1.05rem 1.5rem;transition:opacity .25s;display:flex}.phone-screen.fade{opacity:.3}.phone-tag{font-family:var(--ff-mono);letter-spacing:.08em;color:var(--muted);text-transform:uppercase;font-size:.65rem}.phone-title{font-family:var(--ff-display);color:#fff;min-height:2.4em;margin-top:.5rem;font-size:1.18rem;font-weight:600}.phone-chip{background:var(--yellow);color:var(--ink);border-radius:999px;width:fit-content;margin-top:.85rem;padding:.4rem .8rem;font-size:.76rem;font-weight:700;display:inline-block}.phone-map{background:radial-gradient(circle at 30% 30%,#ffda1a29,#0000 55%),repeating-linear-gradient(135deg,#ffffff0b 0 2px,#0000 2px 14px),#14163a;border-radius:16px;flex:1;min-height:170px;margin-top:1.3rem;position:relative;overflow:hidden}.phone-pin{background:var(--green);border-radius:50%;width:13px;height:13px;transition:left .7s,top .7s;position:absolute;box-shadow:0 0 0 6px #22c55e38}.phone-status{background:#ffffff0d;border:1px solid #ffffff14;border-radius:14px;align-items:flex-start;gap:.6rem;min-height:64px;margin-top:1.05rem;padding:.75rem .85rem;display:flex}.phone-status .pulse{background:var(--green);border-radius:50%;flex-shrink:0;width:9px;height:9px;margin-top:.35rem;position:relative}.phone-status .pulse:after{content:"";border:1px solid var(--green);border-radius:50%;animation:1.8s infinite pulse;position:absolute;inset:-5px}.phone-status strong{color:#fff;font-size:.85rem;display:block}.phone-status span{-webkit-line-clamp:2;color:var(--muted);-webkit-box-orient:vertical;font-size:.74rem;line-height:1.4;display:-webkit-box;overflow:hidden}@keyframes pulse{to{opacity:0;transform:scale(2)}}.categories{background:var(--ink);padding:2.5rem 0 2.7rem;overflow:hidden}.marquee-track{gap:.85rem;width:max-content;animation:30s linear infinite scroll;display:flex}.marquee-track:hover{animation-play-state:paused}.chip{font-family:var(--ff-mono);color:var(--paper);white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;padding:.68rem 1.15rem;font-size:.84rem}.chip.accent{background:var(--yellow);color:var(--ink);border-color:var(--yellow);font-weight:700}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-head{max-width:38rem;margin-bottom:3.2rem}.eyebrow-label{font-family:var(--ff-mono);letter-spacing:.1em;color:var(--violet);text-transform:uppercase;font-size:.74rem;font-weight:600}.section-head h2{font-family:var(--ff-display);letter-spacing:-.01em;margin-top:.65rem;font-size:clamp(1.9rem,3.4vw,2.6rem);font-weight:700}.why .section-head h2{color:var(--paper)}.why .eyebrow-label{color:var(--yellow)}.process{background:var(--paper);padding:6.5rem 0 5rem}.steps{gap:0;display:grid}.step{border-top:1px solid #12132b1a;grid-template-columns:4rem 1fr auto;align-items:start;gap:1.3rem;padding:1.55rem 0;display:grid}.step:last-child{border-bottom:1px solid #12132b1a}.step-num{font-family:var(--ff-mono);color:#12132b52;font-size:1rem;font-weight:600}.step-title{font-family:var(--ff-display);font-size:1.15rem;font-weight:600}.step-desc{color:#12132bad;max-width:32rem;margin-top:.4rem;font-size:.96rem}.step-tag{font-family:var(--ff-mono);letter-spacing:.05em;color:var(--violet);white-space:nowrap;background:#6c2bd914;border-radius:8px;align-self:center;padding:.4rem .65rem;font-size:.7rem;font-weight:600}.why{background:var(--ink);padding:6rem 0}.why-grid{grid-template-columns:repeat(4,1fr);gap:1.05rem;margin-top:1rem;display:grid}.why-card{background:var(--ink-soft);border:1px solid var(--ink-line);border-radius:var(--radius);padding:1.55rem}.why-icon{background:var(--yellow);width:40px;height:40px;color:var(--ink);border-radius:11px;place-items:center;margin-bottom:1.05rem;display:grid}.why-card h3{font-family:var(--ff-display);color:#fff;font-size:1.02rem;font-weight:600}.why-card p{color:var(--muted);margin-top:.5rem;font-size:.9rem;line-height:1.55}.pro{background:var(--violet);padding:6rem 0;position:relative;overflow:hidden}.pro-inner{grid-template-columns:1.1fr .9fr;align-items:center;gap:3rem;display:grid}.pro .eyebrow-label{color:var(--yellow)}.pro h2{font-family:var(--ff-display);color:#fff;letter-spacing:-.01em;margin-top:.65rem;font-size:clamp(1.9rem,3.6vw,2.6rem);font-weight:700}.pro p.lead{color:#ffffffd1;max-width:28rem;margin-top:1rem;font-size:1.03rem}.pro-list{gap:.65rem;margin-top:1.5rem;display:grid}.pro-list li{color:#fff;align-items:flex-start;gap:.65rem;font-size:.94rem;display:flex}.pro-list li:before{content:"";background:var(--yellow);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.55rem}.pro-ctas{flex-wrap:wrap;gap:.85rem;margin-top:1.9rem;display:flex}.receipt{background:var(--ink);border-radius:var(--radius);padding:1.9rem}.receipt-head{font-family:var(--ff-mono);letter-spacing:.08em;color:var(--muted);text-transform:uppercase;font-size:.7rem}.receipt-title{font-family:var(--ff-display);color:#fff;margin-top:.5rem;font-size:1.15rem;font-weight:600}.receipt-rows{gap:.85rem;margin-top:1.3rem;display:grid}.receipt-row{border-bottom:1px dashed var(--ink-line);justify-content:space-between;align-items:center;padding-bottom:.85rem;font-size:.88rem;display:flex}.receipt-row:last-child{border-bottom:none;padding-bottom:0}.receipt-row span{color:var(--muted)}.receipt-row strong{color:#fff;font-weight:600}.receipt-row strong.ok{color:var(--green)}.download{background:var(--yellow) radial-gradient(#12132b14 1.4px, transparent 1.4px) 0 0/22px 22px;text-align:center;padding:6.5rem 0}.download h2{font-family:var(--ff-display);color:var(--ink);letter-spacing:-.02em;max-width:32rem;margin-inline:auto;font-size:clamp(2.1rem,4vw,3rem);font-weight:700}.download p{color:#12132bb3;margin-top:1rem;font-size:1.03rem}.download-ctas{flex-wrap:wrap;justify-content:center;gap:.85rem;margin-top:2.1rem;display:flex}.download-note{font-family:var(--ff-mono);color:#12132b8c;margin-top:1.3rem;font-size:.76rem}.footer{background:var(--ink);border-top:3px solid var(--yellow);padding:3rem 0 2.2rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.footer-brand{font-family:var(--ff-display);color:var(--paper);align-items:center;gap:.6rem;font-size:1.1rem;font-weight:700;display:flex}.footer-tag{color:var(--muted);max-width:17rem;margin-top:.6rem;font-size:.88rem}.footer-links{color:var(--muted);gap:1.7rem;font-size:.88rem;font-weight:600;display:flex}.footer-links a{transition:color .2s}.footer-links a:hover{color:var(--yellow)}.footer-bottom{border-top:1px solid var(--ink-line);font-family:var(--ff-mono);color:#ffffff59;flex-wrap:wrap;justify-content:space-between;gap:.6rem;margin-top:2.3rem;padding-top:1.5rem;font-size:.72rem;display:flex}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(18px)}.reveal.in{opacity:1;transform:translateY(0)}.legal-page{background:var(--paper);min-height:100svh}.legal-hero{background:var(--yellow);border-bottom:3px solid var(--ink);padding:5.5rem 0 2.5rem}.legal-hero .container h1{font-family:var(--ff-display);letter-spacing:-.02em;color:var(--ink);font-size:clamp(1.9rem,4vw,2.6rem);font-weight:700}.legal-meta{font-family:var(--ff-mono);color:#12132ba6;margin-top:.65rem;font-size:.82rem}.legal-body{max-width:680px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.legal-body h2{font-family:var(--ff-display);color:var(--ink);margin:1.75rem 0 .55rem;font-size:1.15rem;font-weight:600}.legal-body p,.legal-body li{color:#12132bb8;font-size:.98rem}.legal-body a{color:var(--violet);font-weight:600}.legal-body ul{margin:.5rem 0;padding-left:1.2rem;list-style:outside}.legal-note{border-left:3px solid var(--violet);color:#12132bb8;background:#6c2bd90f;margin-top:2.25rem;padding:.95rem 1.05rem;font-size:.9rem}@media (prefers-reduced-motion:reduce){.phone-status .pulse:after,.marquee-track{animation:none}.reveal{opacity:1;transition:none;transform:none}}@media (width<=960px){.hero-inner{grid-template-columns:1fr}.phone-wrap{order:-1;margin-bottom:1rem}.why-grid{grid-template-columns:repeat(2,1fr)}.pro-inner{grid-template-columns:1fr}.nav-links{display:none}}@media (width<=600px){.container{width:min(560px,100% - 2.2rem)}.hero{padding:2.6rem 0 7rem}.step{grid-template-columns:2.6rem 1fr}.step-tag{grid-column:2;width:fit-content;margin-top:.5rem}.why-grid{grid-template-columns:1fr}.footer-inner{flex-direction:column}}
