:root{--navy:#111827;--brand:#5b3df5;--orange:#f59e0b;--bg:#f6f7fb;--ink:#171a22;--muted:#697386;--line:#e5e7eb;--white:#fff;--violet:#f5f2ff;--green:#166534;--greenbg:#ecfdf3}
    *{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif;line-height:1.65}a{color:inherit}.wrap{max-width:980px;margin:auto;padding:0 28px}header{background:var(--navy);color:#fff}.nav{height:70px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:22px;font-weight:900;text-decoration:none}.back{font-size:13px;font-weight:800;color:#fff;text-decoration:none}.hero{padding:52px 0 28px}.eyebrow{color:var(--brand);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.hero h1{font-size:40px;line-height:1.15;margin:10px 0}.hero p{color:var(--muted);max-width:760px}.quick{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0 0 22px}.quick a{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px;text-decoration:none;font-size:12px;font-weight:900}.quick span{display:block;color:var(--muted);font-size:10px;font-weight:600;margin-top:4px}.section{margin-bottom:24px}.section h2{font-size:20px;margin:0 0 10px}.faq{background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:10px;overflow:hidden}.faq summary{cursor:pointer;list-style:none;padding:17px 48px 17px 18px;font-size:13px;font-weight:900;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:'+';position:absolute;right:18px;top:13px;font-size:22px;color:var(--brand);font-weight:700}.faq[open] summary:after{content:'−'}.answer{border-top:1px solid var(--line);padding:14px 18px 17px;font-size:12px;color:#505866}.answer p{margin:0 0 8px}.answer p:last-child{margin-bottom:0}.answer a{color:var(--brand);font-weight:800}.callout{background:var(--greenbg);border:1px solid #d6eadc;color:var(--green);border-radius:12px;padding:16px 18px;font-size:12px;margin:22px 0}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.btn{display:inline-flex;padding:10px 13px;border-radius:8px;background:var(--navy);color:#fff;text-decoration:none;font-size:12px;font-weight:900}.btn.primary{background:var(--orange);color:#171717}.btn.secondary{background:#fff;color:var(--brand);border:1px solid #d8d2ff}main{padding-bottom:48px}footer{background:#0e1524;color:#aeb6c5;padding:25px 0;font-size:12px}@media(max-width:720px){.quick{grid-template-columns:1fr}.hero h1{font-size:31px}}
