:root{--primary-gradient:linear-gradient(135deg,#667eea 0%,#764ba2 100%);--card-bg:rgba(15,23,42,.94);--muted-text:rgba(255,255,255,.82)}*{box-sizing:border-box}body{font-family:'Plus Jakarta Sans',sans-serif;background:var(--primary-gradient);background-attachment:fixed;color:#fff;display:flex;flex-direction:column;align-items:center;min-height:100vh;margin:0;padding:20px;overflow-x:hidden}.circle{position:fixed;border-radius:50%;background:rgba(255,255,255,.08);backdrop-filter:blur(5px);z-index:1;pointer-events:none;animation:float 25s infinite linear}.c1{width:120px;height:120px;top:10%;left:5%}.c2{width:40px;height:40px;top:15%;right:10%;opacity:.2}.c3{width:180px;height:180px;bottom:5%;left:5%;opacity:.05}@keyframes float{0%{transform:translate(0,0) rotate(0deg)}50%{transform:translate(15px,-15px) rotate(180deg)}100%{transform:translate(0,0) rotate(360deg)}}.header-section{text-align:center;z-index:10;margin:40px 0 20px;max-width:880px}.eyebrow{margin:0 0 14px}.eyebrow a{color:#dbe4ff;text-decoration:none;font-weight:700}h1{font-weight:800;font-size:clamp(2rem,5vw,3.4rem);margin:0 0 10px;letter-spacing:-1px}.sub-header{font-size:1.05rem;font-weight:400;color:rgba(255,255,255,.85);margin:0 auto 18px;display:block;max-width:760px}.content-card{background:var(--card-bg);backdrop-filter:blur(30px);border:1px solid rgba(255,255,255,.1);box-shadow:0 40px 80px -15px rgba(0,0,0,.6);z-index:10;width:100%;max-width:860px;border-radius:32px;padding:2.2rem 2.4rem;line-height:1.8}.content-card h2{font-size:1.5rem;margin:0 0 10px}.content-card h3{font-size:1.08rem;margin:20px 0 10px}.content-card p,.content-card li{color:var(--muted-text)}.content-card p{margin:0 0 14px}.content-card ul{margin:0 0 18px;padding-left:22px}.content-card a{color:#c7d2fe}footer{margin-top:auto;padding:38px 0 24px;text-align:center;z-index:10;font-size:14px;color:rgba(255,255,255,.45)}.footer-links{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 18px}.footer-links+.footer-links{margin-top:12px}footer a{color:rgba(255,255,255,.72);text-decoration:none}footer a:hover{color:#fff}@media (max-width:760px){.content-card{padding:1.5rem;border-radius:26px}}@media (max-width:540px){body{padding:16px}}
