:root{--ink:#0f0f17;--ink-2:#171725;--ink-3:#21213a;--line:#ffffff1f;--text:#f4f4f8;--text-soft:#d9d9e6;--muted:#b3b3c6;--sky:#3fbdf2;--sky-deep:#1ea3e6;--sky-light:#4fc6f7;--yellow:#ffd140;--orange:#ff6b36;--green:#8cdb5c;--red:#f54240;--radius:22px;--font-display:"Avenir Next", Avenir, "SF Pro Rounded", ui-rounded, -apple-system, "Segoe UI", system-ui, sans-serif;--font-body:-apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, system-ui, sans-serif;color-scheme:dark}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:80px}body{background:var(--ink);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;margin:0;font-size:1.0625rem;line-height:1.6}img,svg{max-width:100%;height:auto;display:block}a{color:var(--sky);text-underline-offset:.15em;text-decoration-thickness:1px}a:hover{color:#86d6f9}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.01em;color:#fff;margin:0 0 .5em;font-weight:800;line-height:1.1}h1{font-size:clamp(2.4rem,6vw,4rem);font-weight:900}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:1.2rem}p{margin:0 0 1em}.muted{color:var(--muted)}.small{font-size:.875rem}.container{width:min(100% - 2rem,1120px);margin-inline:auto}:focus-visible{outline:3px solid var(--yellow);outline-offset:3px;border-radius:4px}.skip-link{z-index:100;background:var(--yellow);color:var(--ink);padding:.5rem 1rem;font-weight:700;position:absolute;top:0;left:-999px}.skip-link:focus{top:1rem;left:1rem}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}}.btn{font-family:var(--font-display);border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:1rem;font-weight:800;text-decoration:none;transition:transform .15s,background .15s;display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{background:var(--yellow);color:var(--ink)}.btn-primary:hover{color:var(--ink);background:#ffdb63}.btn-ghost{border-color:var(--line);color:#fff;background:#ffffff0f}.btn-ghost:hover{color:#fff;background:#ffffff1f}.btn-sm{padding:.55rem 1rem;font-size:.95rem}.site-header{z-index:50;backdrop-filter:saturate(160%)blur(12px);border-bottom:1px solid var(--line);background:#0f0f17d1;position:sticky;top:0}.header-inner{align-items:center;gap:1.5rem;min-height:64px;display:flex}.brand{color:#fff;align-items:center;gap:.6rem;margin-right:auto;text-decoration:none;display:inline-flex}.brand:hover{color:#fff}.brand-icon{border-radius:10px}.brand-name{font-family:var(--font-display);font-size:1.2rem;font-weight:900}.site-nav{gap:1.25rem;display:none}.site-nav a{color:var(--muted);font-weight:600;text-decoration:none}.site-nav a:hover{color:#fff}@media (width>=760px){.site-nav{display:flex}}.hero{background:radial-gradient(60% 50% at 85% 5%,#3fbdf247,#0000 70%),radial-gradient(40% 40% at 5% 95%,#ffd1401f,#0000 70%);padding-block:clamp(3rem,8vw,6rem) clamp(2.5rem,6vw,4rem);position:relative;overflow:hidden}.hero-grid{align-items:center;gap:3rem;display:grid}@media (width>=860px){.hero-grid{grid-template-columns:1.15fr .85fr}}.eyebrow{font-family:var(--font-display);letter-spacing:.08em;text-transform:uppercase;color:var(--yellow);margin-bottom:1rem;font-size:.8rem;font-weight:800}.lead{color:var(--text-soft);max-width:40rem;font-size:clamp(1.1rem,2vw,1.3rem)}.hero-cta{margin:1.75rem 0 1.25rem}.facts{flex-wrap:wrap;gap:.5rem .6rem;margin:0;padding:0;list-style:none;display:flex}.facts li{color:var(--muted);border:1px solid var(--line);background:#ffffff0a;border-radius:999px;padding:.35rem .8rem;font-size:.9rem;font-weight:600}.hero-visual{place-items:center;padding:1rem 1.5rem 2rem;display:grid;position:relative}.hero-visual .phone{width:min(280px,62vw)}.hero-icon{border-radius:22%;width:clamp(96px,14vw,150px);height:auto;animation:5s ease-in-out infinite float;position:absolute;bottom:4%;right:2%;box-shadow:0 20px 50px #0000008c}@keyframes float{0%,to{transform:translateY(0)rotate(-5deg)}50%{transform:translateY(-12px)rotate(-1deg)}}.app-badge{flex-direction:column;align-items:flex-start;gap:.5rem;display:inline-flex}.app-badge img{width:auto;height:60px}.app-badge.is-pending img{opacity:.55;filter:grayscale()}.app-badge-note{color:var(--yellow);font-size:.9rem;font-weight:700}.section{border-top:1px solid var(--line);padding-block:clamp(3rem,7vw,5.5rem)}.section-head{max-width:44rem;margin-bottom:2rem}.section-sub{color:var(--muted);margin:0;font-size:1.1rem}.grid{gap:1rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=640px){.grid-2,.grid-3,.grid-4{grid-template-columns:repeat(2,1fr)}}@media (width>=960px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}.card{background:var(--ink-2);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem}.card h3{margin-top:.25rem}.card p{color:var(--muted);margin:0}.card-icon{width:36px;height:36px;color:var(--green);background:#8cdb5c26;border-radius:12px;place-items:center;margin-bottom:.75rem;display:grid}.card-icon svg{width:20px;height:20px}.card-icon.sky{color:var(--sky);background:#3fbdf226}.steps{gap:1rem;margin:0;padding:0;list-style:none;display:grid}@media (width>=760px){.steps{grid-template-columns:repeat(3,1fr)}}.step-num{background:var(--yellow);width:40px;height:40px;color:var(--ink);font-family:var(--font-display);border-radius:50%;place-items:center;margin-bottom:.75rem;font-size:1.1rem;font-weight:900;display:inline-grid}.phone{justify-items:center;gap:.75rem;width:100%;margin:0;display:grid}.phone-screen{aspect-ratio:9/19.5;background:var(--ink-3);border:6px solid #2a2a40;border-radius:12%/5.5%;width:100%;overflow:hidden;box-shadow:0 30px 60px #00000073,inset 0 0 0 1px #ffffff14}.phone-screen img{object-fit:cover;width:100%;height:100%}.phone-placeholder{text-align:center;background:repeating-linear-gradient(135deg, #ffffff0d 0 12px, transparent 12px 24px), linear-gradient(180deg, var(--sky-light), var(--sky-deep));color:#fffffff2;place-content:center;gap:.5rem;height:100%;padding:1rem;display:grid}.phone-placeholder span{font-family:var(--font-display);font-weight:800}.phone-placeholder code{opacity:.85;font-size:.7rem}.phone figcaption{color:var(--muted);text-align:center;font-size:.95rem;font-weight:700}.phone-row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;grid-auto-columns:minmax(210px,240px);grid-auto-flow:column;gap:1.25rem;padding:.5rem .25rem 1.25rem;display:grid;overflow-x:auto}.phone-row .phone{scroll-snap-align:start}@media (width>=1040px){.phone-row{grid-template-columns:repeat(4,1fr);grid-auto-flow:row;overflow:visible}}.section-privacy{background:linear-gradient(#3fbdf214,#0000)}.checklist{gap:.75rem;max-width:46rem;margin:0 0 1.75rem;padding:0;list-style:none;display:grid}.checklist li{color:var(--text-soft);grid-template-columns:24px 1fr;align-items:start;gap:.75rem;display:grid}.checklist svg{width:24px;height:24px;color:var(--green);margin-top:.15rem}.faq{gap:.5rem;max-width:52rem;display:grid}.faq-item{background:var(--ink-2);border:1px solid var(--line);border-radius:16px;padding:0 1.25rem}.faq-item summary{cursor:pointer;font-family:var(--font-display);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;font-weight:800;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--yellow);flex-shrink:0;font-size:1.4rem;line-height:1;transition:transform .2s}.faq-item[open] summary:after{transform:rotate(45deg)}.faq-item p{color:var(--muted);margin:0;padding-bottom:1rem}.cta{background:linear-gradient(180deg, var(--sky-deep), var(--sky-light));text-align:center;padding-block:clamp(3rem,8vw,6rem)}.cta h2,.cta p{color:var(--ink)}.cta-inner{justify-items:center;gap:.5rem;display:grid}.cta .app-badge{align-items:center}.cta .app-badge-note{color:var(--ink)}.site-footer{border-top:1px solid var(--line);background:#0b0b12;padding-block:3rem 2rem}.footer-grid{gap:2rem;display:grid}@media (width>=760px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.site-footer h3{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.75rem;font-size:.8rem}.site-footer ul{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.site-footer a{color:#e6e6f0;text-decoration:none}.site-footer a:hover{color:#fff;text-decoration:underline}.footer-brand p{margin-bottom:.5rem}.footer-bottom{border-top:1px solid var(--line);gap:.5rem;margin-top:2.5rem;padding-top:1.5rem;display:grid}.footer-bottom p{margin:0}.legal{max-width:46rem;padding-block:clamp(2.5rem,6vw,4.5rem)}.legal-head{border-bottom:1px solid var(--line);margin-bottom:2.5rem;padding-bottom:1.5rem}.legal-head h1{font-size:clamp(2rem,5vw,3rem)}.legal-head .btn{margin-top:.5rem}.prose h2{margin-top:2.5rem;font-size:1.5rem}.prose h3{margin-top:1.75rem;font-size:1.15rem}.prose p,.prose li{color:var(--text-soft)}.prose ul,.prose ol{padding-left:1.25rem}.prose li{margin-bottom:.35rem}.prose table{border-collapse:collapse;width:100%;margin:1rem 0 1.5rem;font-size:.95rem}.prose th,.prose td{text-align:left;border-bottom:1px solid var(--line);vertical-align:top;padding:.6rem .5rem}.prose th{color:var(--muted);font-weight:700}.prose code{background:#ffffff14;border-radius:6px;padding:.1em .35em;font-size:.9em}.prose strong{color:#fff}.callout{background:#8cdb5c1a;border:1px solid #8cdb5c59;border-radius:16px;margin:0 0 1.5rem;padding:1rem 1.25rem}.callout p:last-child{margin-bottom:0}.callout.warn{background:#ffd1401a;border-color:#ffd14066}.notfound{text-align:center;justify-items:center;gap:1rem;padding-block:6rem;display:grid}.notfound img{border-radius:22%;width:120px}
