:root{--bg:#0b111e;--bg2:#151c2c;--card:rgba(21,28,44,.92);--border:rgba(255,255,255,.09);--text:#f8fafc;--muted:#94a3b8;--primary:#3b82f6;--primary2:#2563eb;--glow:rgba(59,130,246,.28)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:radial-gradient(circle at top,#151c2c 0%,#0b111e 52%,#070b14 100%);color:var(--text);min-height:100vh}.wrap{max-width:1100px;margin:auto;padding:24px 18px 70px}.nav{position:sticky;top:14px;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:35px;padding:13px 16px;border:1px solid var(--border);border-radius:16px;background:rgba(11,17,30,.82);backdrop-filter:blur(14px);box-shadow:0 15px 45px rgba(0,0,0,.22)}.brand{font-size:24px;font-weight:800;color:#fff;text-decoration:none;letter-spacing:.5px}.brand img{height:32px;width:auto}.navlinks{display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-end}.navlinks a{color:#cbd5e1;text-decoration:none;padding:9px 11px;border-radius:10px;font-size:13px;font-weight:600}.navlinks a:hover,.navlinks a.active{background:rgba(59,130,246,.11);color:#fff}.navlinks .nav-register{background:linear-gradient(135deg,var(--primary2),var(--primary));color:#fff}.hero{padding:38px 30px;border:1px solid var(--border);border-radius:22px;background:linear-gradient(145deg,rgba(21,28,44,.95),rgba(15,23,42,.76));box-shadow:0 25px 70px rgba(0,0,0,.25);margin-bottom:20px}.hero h1{margin:0 0 10px;font-size:34px}.hero h1 span{color:#60a5fa}.hero p{color:var(--muted);line-height:1.75;margin:0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:22px;box-shadow:0 12px 35px rgba(0,0,0,.16)}.card h3{margin:0 0 10px}.card p,.card li{color:#cbd5e1;line-height:1.7}.icon{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:linear-gradient(135deg,var(--primary2),var(--primary));margin-bottom:14px;color:#fff}.endpoint{font-family:monospace;background:#070b14;border:1px solid var(--border);padding:12px;border-radius:10px;color:#93c5fd;overflow:auto}.contact a{color:#60a5fa}.back{display:inline-block;margin-top:20px;color:#60a5fa;text-decoration:none}.regulatory{margin-top:28px;padding:18px 0;border-top:1px solid var(--border);text-align:center}.regulatory-title{font-size:13px;font-weight:700;color:#cbd5e1;margin-bottom:12px}.regulatory-logos{display:flex;justify-content:center;align-items:center;gap:14px;flex-wrap:wrap}.regulatory-logos img{width:min(300px,42vw);height:auto;display:block;border-radius:14px;box-shadow:0 8px 24px rgba(0,0,0,.16)}.regulatory-note{margin:10px auto 0;max-width:720px;font-size:10px;line-height:1.6;color:#64748b}.menu-list{display:grid;gap:10px}.menu-list a{display:flex;align-items:center;justify-content:space-between;padding:15px 16px;border:1px solid var(--border);border-radius:13px;background:rgba(21,28,44,.7);color:#e2e8f0;text-decoration:none}.menu-list a:hover{border-color:rgba(96,165,250,.3);background:rgba(59,130,246,.08)}.blog-meta{font-size:12px;color:#64748b;margin-top:10px}.price{font-size:28px;font-weight:800;color:#fff}.price small{font-size:12px;color:var(--muted);font-weight:500}@media(max-width:760px){.wrap{padding:15px 12px 55px}.nav{align-items:flex-start;flex-direction:column;top:8px}.navlinks{display:grid;grid-template-columns:1fr 1fr;width:100%}.navlinks a{text-align:center}.hero h1{font-size:27px}.grid{grid-template-columns:1fr}.regulatory-logos img{width:min(300px,92vw)}}