:root{--ink:#11102b;--muted:#65647a;--violet:#6556ff;--blue:#1725c4;--soft:#f2f1ff;--line:#dedcf2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fbfbff}a{color:inherit}nav{height:72px;display:flex;align-items:center;justify-content:space-between;max-width:1120px;margin:auto;padding:0 24px;border-bottom:1px solid var(--line)}nav a{text-decoration:none;margin-left:24px}.brand{font-weight:800;font-size:20px;margin-left:0}.hero{max-width:1120px;margin:80px auto;padding:0 24px;display:grid;grid-template-columns:1.35fr .65fr;gap:70px;align-items:center}.hero h1{font-size:clamp(46px,7vw,82px);line-height:.98;letter-spacing:-.055em;margin:24px 0}.lead{font-size:21px;line-height:1.55;color:var(--muted);max-width:700px}.hero img{width:100%;border-radius:25%;box-shadow:0 35px 80px #3327ab55}.pill{display:inline-block;background:var(--soft);color:#4b3dda;padding:9px 14px;border-radius:999px;font-weight:700}.actions{display:flex;gap:22px;align-items:center;margin:28px 0}.button{background:var(--ink);color:white;padding:15px 20px;border-radius:13px;font-weight:700}.fine,small{display:block;color:var(--muted)}.trust{max-width:1120px;margin:0 auto 110px;padding:24px;display:flex;justify-content:space-between;gap:20px;border-block:1px solid var(--line);font-weight:650}section:not(.hero,.trust){max-width:1120px;margin:110px auto;padding:0 24px}h2{font-size:44px;letter-spacing:-.035em;margin-bottom:10px}.section-copy{color:var(--muted);font-size:20px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:36px}.grid article,.card{padding:28px;border:1px solid var(--line);border-radius:24px;background:white}.grid b{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--soft);color:var(--violet)}.grid p,.split p,.faq p{color:var(--muted);line-height:1.55}.split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.split li{margin:14px 0}.card{box-shadow:0 24px 60px #27205c14}.card span{color:var(--violet);font-weight:700}.pricing{text-align:center;background:linear-gradient(145deg,#11102b,#251ab0);color:white;padding:64px!important;border-radius:32px}.pricing p{max-width:720px;margin:18px auto;color:#d9d6ff;line-height:1.6}.pricing strong{display:block;font-size:42px;margin:25px}.pricing small{color:#bcb8de}.legal-links{display:flex;justify-content:center;gap:25px;margin-top:30px}.faq details{padding:20px 0;border-bottom:1px solid var(--line)}summary{font-weight:700;cursor:pointer}footer{text-align:center;padding:60px 24px;background:#f0effa;color:var(--muted)}footer b{color:var(--ink)}@media(max-width:760px){nav div{display:none}.hero,.split{grid-template-columns:1fr}.hero{margin-top:45px}.hero img{width:65%;margin:auto}.trust{flex-wrap:wrap}.grid{grid-template-columns:1fr}h2{font-size:36px}.pricing{margin-inline:15px!important;padding:42px 22px!important}}

