:root{--ink:#0e0f12;--surface:#16171b;--surface-2:#1d1e23;--paper:#f7f6f3;--blue:#2f7de1;--blue-bright:#4a94f0;--orange:#e8622c;--text:#eceae6;--text-2:#b9b7b1;--muted:#8a8985;--border:rgba(255,255,255,0.10)}*{margin:0;padding:0;box-sizing:border-box}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}:focus-visible{outline:2px solid var(--blue-bright);outline-offset:2px;border-radius:4px}body{background:var(--ink);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.wrap{max-width:72rem;margin:0 auto;padding:0 clamp(1.25rem,5vw,3rem)}.header{position:-webkit-sticky;position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--ink) 82%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.header .wrap{justify-content:space-between;height:4rem}.header .wrap,.header .wrap>a:first-child{display:flex;align-items:center}.header .wrap>a:first-child svg{display:block}.nav{display:flex;gap:1.6rem;align-items:center;font-size:.92rem;color:var(--text-2)}.nav a:hover{color:var(--text)}.menu{position:relative}.menu-btn{background:none;border:none;color:var(--text-2);font:inherit;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;padding:1rem 0}.menu:focus-within .menu-btn,.menu:hover .menu-btn{color:var(--text)}.menu-panel{position:absolute;top:100%;left:-1rem;min-width:21rem;background:var(--surface-2);border:1px solid var(--border);border-radius:14px;padding:.5rem;display:none;box-shadow:0 18px 50px rgba(0,0,0,.5)}.menu:focus-within .menu-panel,.menu:hover .menu-panel{display:grid;grid-gap:.15rem;gap:.15rem}.menu-panel a{display:grid;grid-gap:.1rem;gap:.1rem;padding:.65rem .8rem;border-radius:10px}.menu-panel a:hover{background:var(--surface)}.menu-panel a b{color:var(--text);font-weight:650;font-size:.92rem}.menu-panel a span{color:var(--muted);font-size:.8rem}.btn{display:inline-block;border-radius:10px;font-weight:650;font-size:.95rem;padding:.7rem 1.25rem;transition:transform .12s ease,background .12s ease}.btn:active{transform:translateY(1px)}.btn-primary{background:#2a6fc9;color:#fff}.btn-primary:hover{background:var(--blue)}.btn-ghost{border:1px solid var(--border);color:var(--text-2)}.btn-ghost:hover{color:var(--text);border-color:var(--muted)}.hero{padding:clamp(4rem,10vw,7.5rem) 0 3.5rem}.hero h1{font-size:clamp(2.2rem,5.2vw,3.9rem);font-weight:750;line-height:1.07;letter-spacing:-.02em;max-width:21ch}.hero h1 em{font-style:normal;color:var(--blue-bright)}.hero .lede{margin-top:1.4rem;font-size:clamp(1.02rem,1.6vw,1.22rem);color:var(--text-2);max-width:54ch}.hero .cta{margin-top:2.2rem;display:flex;gap:.9rem;flex-wrap:wrap}.badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-2);border:1px solid var(--border);border-radius:99px;padding:.32rem .85rem;margin-bottom:1.6rem}.badge .dot{width:.5rem;height:.5rem;border-radius:50%;background:var(--orange)}.stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;padding:2.5rem 0 1rem}.stat{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.3rem 1.4rem}.stat .val{font-size:2.2rem;font-weight:750;letter-spacing:-.02em}.stat .val.orange{color:var(--orange)}.stat .val.blue{color:var(--blue-bright)}.stat p{font-size:.9rem;color:var(--text-2);margin-top:.3rem}.stat .src{display:block;margin-top:.5rem;font-size:.72rem;color:var(--muted)}section.block{padding:clamp(3.5rem,7vw,5.5rem) 0;scroll-margin-top:4.5rem}.kicker{font-size:.8rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--blue-bright);margin-bottom:.9rem}h2.title{font-size:clamp(1.6rem,3.4vw,2.4rem);font-weight:700;letter-spacing:-.015em;line-height:1.15;max-width:26ch}.sub{margin-top:1rem;color:var(--text-2);max-width:58ch}.cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.1rem;gap:1.1rem;margin-top:2.4rem}.cards.two{grid-template-columns:1fr 1fr}.card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.5rem 1.55rem}.card .step{font-size:.78rem;font-weight:650;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.7rem}.card h3{font-size:1.12rem;font-weight:650;margin-bottom:.45rem}.card p{font-size:.93rem;color:var(--text-2)}.card.hl{border-color:var(--blue)}.note{margin-top:1.6rem;font-size:.85rem;color:var(--muted);max-width:66ch}.tier-cta{margin-top:1.1rem;text-align:center}.card .tier-cta{display:block}.price{font-size:1.7rem;font-weight:750;letter-spacing:-.02em;margin:.2rem 0 .6rem}.price small{font-size:.85rem;font-weight:500;color:var(--muted)}.tiers{margin:.9rem 0 1rem}.tier-row{display:flex;justify-content:space-between;gap:1rem;font-size:.88rem;padding:.5rem 0;border-bottom:1px solid var(--border);color:var(--text-2)}.tier-row:last-child{border-bottom:none}.tier-row b{color:var(--text);font-weight:650}.tier-row span:last-child{color:var(--muted);text-align:right}.card .go{display:inline-block;margin-top:.9rem;font-size:.88rem;font-weight:650;color:var(--blue-bright)}.card .go:hover{color:var(--text)}.form{grid-gap:1.1rem;max-width:40rem;margin-top:2.2rem}.form,.form .two-col{display:grid;gap:1.1rem}.form .two-col{grid-template-columns:1fr 1fr;grid-gap:1.1rem}.field{display:grid;grid-gap:.4rem;gap:.4rem}.field label{font-size:.85rem;font-weight:600;color:var(--text-2)}.field input,.field select,.field textarea{background:var(--surface);border:1px solid var(--border);border-radius:10px;color:var(--text);font:inherit;font-size:.95rem;padding:.7rem .85rem;width:100%;outline:none;transition:border-color .12s ease}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue)}.field textarea{min-height:6.5rem;resize:vertical}.form-note{font-size:.82rem;color:var(--muted)}.form-note a{text-decoration:underline}.form-note a,.sent{color:var(--text-2)}.sent{border:1px solid var(--blue);border-radius:12px;padding:1rem 1.2rem;font-size:.92rem}.banner,.sent{background:var(--surface)}.banner{border:1px solid var(--border);border-radius:18px;padding:clamp(2rem,5vw,3.2rem);text-align:center;margin:1rem 0 0}.banner h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700;letter-spacing:-.015em}.banner p{color:var(--text-2);margin:.8rem auto 1.6rem;max-width:52ch}.footer{border-top:1px solid var(--border);padding:2.5rem 0 3rem;margin-top:4rem}.footer .wrap{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.footer .meta{font-size:.85rem;color:var(--muted)}.footer .meta a{color:var(--text-2)}.footer .meta a:hover{color:var(--text)}.footer-nav{display:grid;grid-gap:.45rem;gap:.45rem;font-size:.88rem}.footer-nav .head{font-size:.74rem;font-weight:650;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:.2rem}.footer-nav a{color:var(--text-2)}.footer-nav a:hover{color:var(--text)}.faq{display:grid;grid-gap:.7rem;gap:.7rem;margin-top:2.2rem}.faq details{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem 1.2rem}.faq summary{cursor:pointer;font-weight:650;font-size:.98rem;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";color:var(--muted);font-size:1.2rem;font-weight:500}.faq details[open] summary:after{content:"–"}.faq details p{margin-top:.7rem;font-size:.92rem;color:var(--text-2)}@media (max-width:860px){.cards,.cards.two,.stats{grid-template-columns:1fr}.nav .hide-sm{display:none}}@media (max-width:640px){.form .two-col{grid-template-columns:1fr}}