:root{--bg:#07111f;--bg-soft:#0b1a2e;--bg-card:#102038;--bg-card-hover:#152845;--navy:#0a1628;--night:#0d1b33;--line:#ffc80024;--line-soft:#8fb0dc1f;--yellow:#ffc800;--yellow-dark:#e0af00;--yellow-ink:#1a1d29;--text:#eef3fb;--muted:#8fa3c0;--white:#fff;--danger:#ff6b73;--success:#3dd6c6;--shadow:0 24px 60px #00000059;--radius:20px;--nav-h:76px;--max:1160px}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--nav-h);overflow-x:hidden}body{max-width:100%;color:var(--text);background:radial-gradient(1200px 600px at 85% -10%, #1a4d8c59, transparent 55%), radial-gradient(900px 500px at -10% 20%, #ffc80014, transparent 50%), var(--bg);margin:0;font-family:Manrope,system-ui,sans-serif;line-height:1.6;overflow-x:hidden}#root{max-width:100%;min-height:100vh;overflow-x:hidden}img{max-width:100%}button,input,textarea,select{font:inherit}a{color:inherit}.container{width:min(var(--max), calc(100% - 40px));max-width:100%;margin-inline:auto}.section{height:100vh;min-height:100vh;padding:calc(var(--nav-h) + 32px) 0 48px;box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;max-width:100%;display:flex;overflow-x:clip}.section>.container{width:min(var(--max), calc(100% - 40px));flex:0 auto;min-width:0;max-width:100%}.section h2{font-size:clamp(1.45rem,2.4vw,1.9rem)}.section .lead{font-size:.95rem}.section h3{font-size:1rem}.section-head{max-width:560px;margin-bottom:28px}.section-head.center{text-align:center;margin-inline:auto}.eyebrow{color:var(--yellow);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:8px;margin:0 0 12px;font-size:13px;font-weight:700;display:inline-flex}h1,h2,h3,.display{letter-spacing:-.03em;margin:0;font-family:Sora,Manrope,sans-serif;line-height:1.15}h1{font-size:clamp(2.4rem,5vw,4.2rem)}h2{font-size:clamp(1.8rem,3vw,2.6rem)}h3{font-size:1.15rem}p{margin:0}.muted{color:var(--muted)}.lead{color:var(--muted);margin-top:16px;font-size:1.08rem}.btn{cursor:pointer;border:0;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:14px 22px;font-weight:800;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.btn:hover{transform:translateY(-1px)}.btn-yellow{background:var(--yellow);color:var(--yellow-ink);box-shadow:0 10px 28px #ffc80047}.btn-yellow:hover{background:var(--yellow-dark)}.btn-ghost{color:var(--text);border:1px solid var(--line-soft);background:0 0}.btn-ghost:hover{border-color:var(--yellow);color:var(--yellow)}.btn-full{width:100%}.grid-3{grid-template-columns:repeat(3,1fr);gap:12px;min-width:0;max-width:100%;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:12px;min-width:0;max-width:100%;display:grid}.card{background:var(--bg-card);border:1px solid var(--line-soft);border-radius:16px;min-width:0;max-width:100%;height:auto;padding:16px;transition:transform .2s,border-color .2s,background .2s}.card:hover{border-color:var(--line);background:var(--bg-card-hover);transform:translateY(-4px)}.card h3{margin-bottom:8px}@media (width<=980px){.section{height:auto;min-height:0;padding:calc(var(--nav-h) + 40px) 0 56px;justify-content:flex-start}.grid-3,.grid-4{grid-template-columns:1fr 1fr}}@media (width<=760px){.container,.section>.container{width:min(var(--max), calc(100% - 32px))}.section{padding:calc(var(--nav-h) + 28px) 0 40px;align-items:stretch}.grid-3,.grid-4{grid-template-columns:1fr}}.footer{color:var(--muted);background:#05070c;border-top:1px solid #ffc8001f;padding:28px 0 40px}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-brand{align-items:center;gap:12px;display:flex}.footer-logo{object-fit:contain;background:0 0;flex:0 0 52px;width:52px;height:52px}.footer-links{flex-wrap:wrap;align-items:center;gap:18px;font-size:.82rem;display:flex}.footer button{color:var(--muted);cursor:pointer;font-size:inherit;background:0 0;border:0;padding:0}.footer button:hover{color:var(--yellow)}.footer-legal{color:var(--muted);font-size:inherit;text-decoration:none}.footer-legal:hover{color:var(--yellow)}@media (width<=760px){.footer-inner{flex-direction:column;align-items:flex-start;gap:12px}.footer-links{flex-wrap:wrap;gap:12px 16px}}.nav{z-index:50;height:var(--nav-h);background:0 0;border-bottom:1px solid #0000;align-items:center;max-width:100%;display:flex;position:sticky;top:10px;overflow-x:clip}.nav.is-scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line-soft);background:#07111fc7}.nav-inner{justify-content:space-between;align-items:center;gap:24px;min-width:0;max-width:100%;display:flex}.logo{color:var(--white);cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:0;font-family:Sora,sans-serif;font-size:1.05rem;font-weight:700;display:flex}.logo-mark{object-fit:contain;background:0 0;width:100px;height:100px;display:block}.nav-links{align-items:center;gap:6px;margin:0;padding:0;list-style:none;display:flex}.nav-links a,.nav-links button{color:var(--white);cursor:pointer;background:0 0;border:0;border-radius:10px;padding:8px 12px;font-size:.95rem;font-weight:600}.nav-links a:hover,.nav-links button:hover,.nav-links a.active,.nav-links button.active{color:var(--yellow);background:#ffc80014}.nav-cta{align-items:center;gap:10px;display:flex}.menu-toggle{border:1px solid var(--line-soft);width:42px;height:42px;color:var(--white);cursor:pointer;background:0 0;border-radius:12px;display:none}.mobile-menu{display:none}@media (width<=760px){.nav-links,.nav-cta .btn{display:none}.menu-toggle{place-items:center;display:grid}.mobile-menu{top:var(--nav-h);border-bottom:1px solid var(--line-soft);background:#07111ff5;gap:8px;padding:16px 20px 20px;display:grid;position:absolute;left:0;right:0}.mobile-menu button,.mobile-menu a{text-align:left;color:var(--white);cursor:pointer;background:0 0;border:0;padding:12px 8px;font-weight:700;text-decoration:none}}.account-deletion{height:auto;min-height:100vh;padding-top:calc(var(--nav-h) + 40px);color:#eef3fb;background:#0c1018;justify-content:flex-start}.account-deletion-inner{width:min(640px,100% - 40px);max-width:640px}.account-deletion-back{color:var(--yellow);margin-bottom:20px;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-block}.account-deletion-back:hover{text-decoration:underline}.account-deletion h2,.account-deletion h3{color:#fff}.account-deletion .lead,.account-deletion .muted{color:#8b9bb0}.account-deletion-card{background:#141b28;border:1px solid #243044;border-radius:18px;margin-bottom:16px;padding:22px}.account-deletion-card h3{margin:0 0 10px;font-size:1rem}.account-deletion-card ol{gap:8px;margin:14px 0 0;padding-left:1.2rem;display:grid}.account-deletion-card li{font-size:.92rem}.account-deletion-form{margin-top:16px}.phone-field{background:#0c1018;border:1px solid #2c3b52;border-radius:10px;align-items:center;gap:8px;padding:0 12px;display:flex}.phone-field span{color:var(--muted);font-size:.9rem;font-weight:700}.phone-field input{background:0 0!important;border:0!important;padding-left:0!important;padding-right:0!important}.form-error{color:var(--danger);background:#ff6b731f;border:1px solid #ff6b7347;border-radius:10px;margin:0;padding:10px 12px;font-size:.86rem;font-weight:600}.form-info{color:var(--success);background:#3dd6c61a;border:1px solid #3dd6c647;border-radius:10px;margin:0;padding:10px 12px;font-size:.86rem;font-weight:600}.account-deletion-note{margin-top:8px;font-size:.82rem}.account-deletion .btn-ghost{border-color:#2c3b52;margin-top:4px}@media (width<=760px){.account-deletion{padding-top:calc(var(--nav-h) + 28px)}.account-deletion-inner{width:min(640px,100% - 32px)}}.contact{color:#eef3fb;background:#0c1018}.contact h2{color:#fff}.contact .lead,.contact .muted{color:#8b9bb0}.contact-grid{grid-template-columns:.85fr 1.15fr;gap:20px;min-width:0;max-width:100%;display:grid}.contact-info{gap:10px;display:grid}.info-item{border:1px solid #243044;border-left:3px solid var(--yellow);background:#141b28;border-radius:0 14px 14px 0;padding:14px 16px}.info-item b{color:#fff;margin-bottom:4px;display:block}.info-item a{color:var(--yellow);text-decoration:none}.form{background:#141b28;border:1px solid #243044;border-radius:18px;gap:12px;padding:22px;display:grid}.field{gap:6px;display:grid}.field span{color:#d5deea;font-size:.82rem;font-weight:700}.field input,.field textarea,.field select{color:#eef3fb;background:#0c1018;border:1px solid #2c3b52;border-radius:10px;outline:none;width:100%;padding:10px 12px}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--yellow)}.field textarea{resize:vertical;min-height:110px}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.form-success{color:var(--success);background:#3dd6c61a;border:1px solid #3dd6c64d;border-radius:14px;padding:22px;font-weight:700}@media (width<=980px){.contact-grid,.form-row{grid-template-columns:1fr}}.download{color:#1a1d29;background:#f7f8fb;height:110vh;min-height:110vh;position:relative;overflow:hidden}.download:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffc80029,#0000 68%);border-radius:50%;width:420px;height:420px;position:absolute;top:40%;right:-80px;transform:translateY(-50%)}.download h2{color:#1a1d29;max-width:16ch}.download .lead,.download .muted{color:#5b6578}.download .eyebrow{color:#c9a000}.download-box{z-index:1;grid-template-columns:1.15fr .85fr;align-items:center;gap:40px;min-width:0;max-width:100%;display:grid;position:relative}.download-copy{background:#fff;border:1px solid #e7ebf2;border-radius:22px;padding:32px 30px 28px 34px;position:relative;box-shadow:0 18px 40px #1a1d290f}.download-copy:before{content:"";background:var(--yellow);border-radius:0 4px 4px 0;width:4px;position:absolute;top:22px;bottom:22px;left:0}.download-copy .lead{max-width:38em}.store-btns{flex-wrap:wrap;gap:12px;margin-top:24px;display:flex}.store-btn{background:var(--yellow);min-width:176px;color:var(--yellow-ink);border-radius:16px;align-items:center;gap:10px;padding:12px 16px;font-weight:800;text-decoration:none;display:flex;box-shadow:0 10px 24px #ffc80047}.store-btn:hover{background:var(--yellow-dark)}.store-btn small{opacity:.7;font-size:.72rem;font-weight:600;display:block}.download-aside{background:#fff;border:1px solid #e7ebf2;border-radius:22px;padding:28px 26px;box-shadow:0 18px 40px #1a1d290f}.download-badge{color:#1a1d29;letter-spacing:.04em;background:#ffc80033;border-radius:999px;margin-bottom:16px;padding:6px 10px;font-size:.75rem;font-weight:800;display:inline-flex}.download-list{gap:10px;margin:0 0 16px;padding:0;list-style:none;display:grid}.download-list li{align-items:center;gap:10px;font-size:.95rem;font-weight:700;display:flex}.download-list li:before{content:"";background:var(--yellow);border-radius:50%;flex:0 0 8px;width:8px;height:8px}.download-contact{color:#1a1d29;border-color:#d5dbe4;margin-top:18px}.download-contact:hover{color:var(--yellow-ink);border-color:var(--yellow);background:var(--yellow)}@media (width<=980px){.download{height:auto;min-height:0}.download-box{grid-template-columns:1fr;gap:20px;min-width:0}}@media (width<=760px){.download h2{max-width:none}.download-copy{padding:24px 20px 22px 24px}.download-aside{padding:22px 20px}.store-btn{flex:140px;min-width:0}}.icon-box{width:38px;height:38px;color:var(--yellow);background:#ffc8001f;border-radius:12px;place-items:center;margin-bottom:10px;display:grid}.hero-visual{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-width:0;max-width:100%;display:flex;position:relative}.phone-wrap{align-items:center;gap:8px;min-width:0;max-width:100%;display:flex}.phone{width:286px;max-width:100%;height:598px;box-shadow:var(--shadow), 0 0 0 8px #ffc8000f;z-index:2;box-sizing:border-box;background:linear-gradient(#1c2d48,#0b1628);border:1px solid #ffffff1f;border-radius:38px;padding:10px;position:relative}.phone-screen{background:#f5f6fa;border-radius:28px;width:100%;height:100%;overflow:hidden}.phone-slider{scroll-snap-type:x mandatory;scrollbar-width:none;cursor:grab;touch-action:pan-x;overscroll-behavior-x:contain;width:100%;min-width:0;display:flex;overflow:auto hidden}.phone-slider::-webkit-scrollbar{display:none}.phone-slider.is-dragging{cursor:grabbing;scroll-snap-type:none}.phone-slide{scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 100%;width:100%;min-width:100%;max-width:100%;height:100%;margin:0}.phone-slide img{object-fit:contain;object-position:center;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;display:block}.slider-arrow{background:var(--yellow);width:20px;height:20px;color:var(--yellow-ink);cursor:pointer;box-shadow:none;border:0;border-radius:50%;flex:0 0 20px;place-items:center;padding:0;font-size:14px;line-height:1;display:grid}.slider-arrow:disabled{opacity:.35;cursor:default;box-shadow:none}.slider-dots{gap:8px;display:flex}.slider-dot{cursor:pointer;background:#ffffff47;border:0;border-radius:999px;width:8px;height:8px;padding:0}.slider-dot.active{background:var(--yellow);width:22px}@media (width<=980px){.hero-visual{min-height:auto}.slider-arrow{display:none}.phone{width:220px;height:458px}}@media (width<=760px){.phone{width:200px;height:418px}}.hero{isolation:isolate;height:100vh;min-height:100vh;margin-top:calc(-1 * var(--nav-h));padding:var(--nav-h) 0 24px;box-sizing:border-box;background:linear-gradient(#07111f7a 0%,#07111f94 100%),url(/road.png) 50%/cover no-repeat;align-items:center;display:flex;position:relative;overflow:hidden}.hero>.container{flex:1;justify-content:center;align-items:center;height:100%;display:flex}.hero-grid{grid-template-columns:minmax(280px,440px) auto;justify-content:center;align-items:center;gap:72px;width:fit-content;max-width:1040px;margin-inline:auto;display:grid}.hero-copy{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.hero-copy .lead{color:#e0e0e0;max-width:34em}.hero-actions{flex-wrap:wrap;justify-content:flex-start;gap:12px;margin-top:28px;display:flex}.hero-actions .btn-ghost{border:1px solid var(--yellow);color:var(--yellow)}.hero-pills{flex-wrap:wrap;justify-content:flex-start;gap:10px;margin-top:28px;display:flex}.pill{border:1px solid var(--line-soft);color:var(--muted);background:#102038cc;border-radius:999px;align-items:center;gap:8px;padding:8px 12px;font-size:.86rem;font-weight:600;display:inline-flex}@media (width<=980px){.hero{height:auto;min-height:0}.hero>.container{min-width:0;max-width:100%;height:auto;padding-block:24px}.hero-grid{grid-template-columns:minmax(0,1fr) auto;gap:40px;width:100%;min-width:0;max-width:100%}}@media (width<=760px){.hero-grid{grid-template-columns:1fr;justify-items:center;gap:28px}.hero-copy{text-align:center;align-items:center;width:100%;min-width:0;max-width:100%}.hero-actions,.hero-pills{justify-content:center;max-width:100%}}.how{color:#eef3fb;background:#0b1524}.how h2,.how h3,.how b{color:#fff}.how .lead,.how .muted{color:#8fa3c0}.how .eyebrow{color:var(--yellow)}.audience{grid-template-columns:1fr 1fr;gap:16px;min-width:0;max-width:100%;display:grid}.audience-card{background:#102038;border:1px solid #24344d;border-radius:20px;padding:24px}.audience-card.accent{border-color:var(--yellow);background:#0e1a2c}.audience-intro{margin-top:8px}.steps{gap:12px;margin-top:18px;display:grid}.step{grid-template-columns:32px 1fr;align-items:start;gap:10px;display:grid}.step-num{background:var(--yellow);width:32px;height:32px;color:var(--yellow-ink);border-radius:50%;place-items:center;font-size:.9rem;font-weight:800;display:grid}@media (width<=980px){.audience{grid-template-columns:1fr}}.services{height:auto;min-height:calc(100vh + 96px);padding:calc(var(--nav-h) + 64px) 0 96px;color:#f5f5f5;background:#050505}.services h2,.services h3{color:#fff}.services .lead,.services .muted{color:#9ca3af}.services .eyebrow{color:var(--yellow)}.services .card{border:1px solid #2a2a2a;border-top:3px solid var(--yellow);background:#121212;border-radius:0 0 14px 14px}.services .card:hover{border-color:var(--yellow);border-top-color:var(--yellow);background:#1a1a1a}.service-card{text-align:left;padding:16px 14px}.service-emoji{margin-bottom:8px;font-size:1.45rem}@media (width<=980px){.services{min-height:0;padding:calc(var(--nav-h) + 40px) 0 56px}}@media (width<=760px){.services{padding:calc(var(--nav-h) + 28px) 0 40px}}
