*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
  --navy:#0d0d1f;--mid:#16103a;
  --blue:#60a5fa;--indigo:#818cf8;--green:#34d399;
  --text:rgba(255,255,255,0.92);--text-dim:rgba(255,255,255,0.55);--text-muted:rgba(255,255,255,0.35);
  --glass:rgba(22,16,58,0.55);--border:rgba(96,165,250,0.12);
}
html{scroll-behavior:smooth}
body{font-family:'Plus Jakarta Sans',sans-serif;background:var(--navy);color:var(--text);line-height:1.7;-webkit-font-smoothing:antialiased}
.bg-orbs{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}
.bg-orbs .orb{position:absolute;border-radius:50%;filter:blur(140px)}
.bg-orbs .o1{width:600px;height:600px;top:-200px;left:-100px;background:rgba(96,165,250,0.08)}
.bg-orbs .o2{width:500px;height:500px;bottom:0;right:-100px;background:rgba(129,140,248,0.06)}

.brand-bar{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;gap:12px;padding:16px 28px;background:rgba(13,13,31,0.85);backdrop-filter:blur(16px);border-bottom:1px solid rgba(96,165,250,0.06)}
.brand-logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.logo-dot{width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#60a5fa,#818cf8);display:flex;align-items:center;justify-content:center;font-size:16px}
.brand-name{font-size:15px;font-weight:700;color:#fff}
.brand-sub{font-size:11px;color:var(--text-muted);margin-top:1px}
.brand-nav{margin-left:auto;display:flex;gap:14px;align-items:center}
.brand-nav a{font-size:13px;color:var(--text-dim);text-decoration:none;font-weight:600}
.brand-nav a:hover{color:#fff}

.wrapper{max-width:800px;margin:0 auto;padding:100px 24px 80px;position:relative;z-index:1}

.page-badge{display:inline-block;background:rgba(96,165,250,0.1);border:1px solid rgba(96,165,250,0.2);color:#60a5fa;font-size:11px;font-weight:700;padding:4px 14px;border-radius:999px;letter-spacing:0.5px;text-transform:uppercase;margin-bottom:16px}
h1{font-size:32px;font-weight:800;color:#fff;margin-bottom:8px}
.updated{font-size:13px;color:var(--text-muted);margin-bottom:40px}

.section{background:var(--glass);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:16px;padding:28px 32px;margin-bottom:20px}
.section h2{font-size:15px;font-weight:700;color:#60a5fa;margin-bottom:14px;display:flex;align-items:center;gap:8px}
.section h2 .icon{font-size:18px}
.section p,.section li{font-size:14px;color:var(--text-dim);margin-bottom:8px}
.section ul{padding-left:20px}
.section li{list-style:disc}
.section a{color:#60a5fa;text-decoration:none}
.section a:hover{text-decoration:underline}
.section strong{color:var(--text)}

.contact-card{background:rgba(96,165,250,0.06);border:1px solid rgba(96,165,250,0.15);border-radius:10px;padding:14px 18px;margin-top:12px}
.contact-card p{margin-bottom:4px}
.contact-card a{color:#60a5fa;text-decoration:none}

footer{text-align:center;font-size:12px;color:var(--text-muted);margin-top:48px;padding-top:24px;border-top:1px solid rgba(255,255,255,0.05)}
footer a{color:var(--text-muted);text-decoration:none;margin:0 6px}
footer a:hover{color:#60a5fa}
