.footer{background:var(--bg-secondary);border-top:1px solid var(--border);position:relative;overflow:hidden;margin-top:var(--space-5xl)}.footer__glow{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:600px;height:300px;background:radial-gradient(ellipse at center bottom,rgba(99,102,241,.08) 0,transparent 70%);pointer-events:none}.footer__top{display:grid;grid-template-columns:1fr 2fr;gap:var(--space-4xl);padding:var(--space-4xl) 0 var(--space-3xl)}.footer__brand{display:flex;flex-direction:column;gap:var(--space-lg)}.footer__logo{display:flex;align-items:center;gap:10px;text-decoration:none}.footer__logo-icon{width:36px;height:36px;background:var(--bg-tertiary);border:1px solid var(--border-accent);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.footer__logo-text{font-family:var(--font-display);font-size:1.2rem;font-weight:700;color:var(--text-primary);letter-spacing:-.03em}.footer__tagline{font-size:.9rem;color:var(--text-muted);line-height:1.6;max-width:280px}.footer__badges{display:flex;gap:var(--space-sm);flex-wrap:wrap}.footer__links{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-2xl)}.footer__col-heading{font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--space-lg);font-family:var(--font-sans)}.footer__col-links{list-style:none;display:flex;flex-direction:column;gap:.6rem}.footer__link{font-size:.9rem;color:var(--text-secondary);text-decoration:none;transition:color var(--transition-fast);display:inline-block}.footer__link:hover{color:var(--text-primary);transform:translateX(3px)}.footer__divider{height:1px;background:var(--border)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:var(--space-xl) 0}.footer__copyright{font-size:.85rem;color:var(--text-muted)}.footer__bottom-links{display:flex;gap:var(--space-xl)}.footer__bottom-link{font-size:.85rem;color:var(--text-muted);text-decoration:none;transition:color var(--transition-fast)}.footer__bottom-link:hover{color:var(--text-secondary)}@media (max-width:1024px){.footer__top{grid-template-columns:1fr;gap:var(--space-2xl)}.footer__links{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.footer__links{grid-template-columns:repeat(2,1fr);gap:var(--space-xl)}.footer__bottom{flex-direction:column;gap:var(--space-md);text-align:center}.footer__bottom-links{flex-wrap:wrap;justify-content:center}}