@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&family=Inter:wght@300;400;500;600;700&display=swap");*{box-sizing:border-box}:root{--bg:#020617;--bg-card:#091328;--bg-warm:#091328;--bg-dark:#000;--surface-low:#091328;--surface-var:#192540;--text:#dee5ff;--text-body:#a3aac4;--text-muted:#6d758c;--ink:#dee5ff;--ink-muted:#a3aac4;--ink-faint:#6d758c;--accent:#f59e0b;--accent-hover:#fcd34d;--accent-soft:rgba(245,158,11,.1);--gold-bright:#fcd34d;--gold:#f59e0b;--gold-deep:#b45309;--amber-400:#fbbf24;--blue-deep:#f59e0b;--blue-mid:#fcd34d;--blue-light:#fbbf24;--blue-soft:rgba(245,158,11,.08);--blue-border:rgba(245,158,11,.18);--border:hsla(0,0%,100%,.05);--border-hover:rgba(245,158,11,.2);--border-warm:rgba(245,158,11,.15);--radius:14px;--mono:"Plus Jakarta Sans",sans-serif;--sans:"Inter",sans-serif;--display:"Plus Jakarta Sans",sans-serif}body{margin:0;padding:0;font-size:17px;background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.55}.footer,body{font-family:var(--sans)}.footer{background:var(--surface-low);color:var(--ink-muted);padding:3rem 1.5rem 2rem}.footer-inner{max-width:980px;margin:0 auto;flex-direction:column;gap:1.25rem;text-align:center}.footer-cta,.footer-inner{display:flex;align-items:center}.footer-cta{gap:.85rem;flex-wrap:wrap;justify-content:center}.footer-cta-label{font-size:.95rem;color:var(--ink);font-weight:500}.footer-cta-btn{background:var(--gold);color:#0a0510;padding:.5rem 1rem;border-radius:999px;font-size:.85rem;font-weight:700;letter-spacing:.01em;transition:background .15s ease}.footer-cta-btn:hover{background:var(--gold-bright)}.footer-nav{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;font-size:.85rem;font-weight:500}.footer-nav a{color:var(--ink-muted);transition:color .15s ease}.footer-nav a:hover{color:var(--gold)}.footer-meta{font-size:.75rem;color:var(--ink-faint);width:100%;max-width:320px}.footer span{color:var(--gold)}a{color:inherit;text-decoration:none}@media (max-width:768px){body{font-size:16px}h1{font-size:28px!important}h2{font-size:24px!important}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}