footer{background:linear-gradient(90deg,var(--primary),var(--secondary));color:var(--text-light);padding:2rem 1rem;margin-top:3rem;box-shadow:0 -4px 12px rgba(0,0,0,0.3)}.footer-container{max-width:1200px;margin:0 auto;text-align:center}.footer-logo{font-size:1.5rem;font-weight:bold;margin-bottom:1rem;letter-spacing:1px}.footer-links{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem;margin-bottom:1.5rem;padding:0}.footer-links a{text-decoration:none;color:var(--text-light);font-weight:500;transition:color var(--transition),transform var(--transition);position:relative}.footer-links a::after{content:"";position:absolute;left:0;bottom:-4px;width:0%;height:2px;background:var(--text-light);transition:width var(--transition)}.footer-links a:hover{color:#fff;transform:translateY(-2px)}.footer-links a:hover::after{width:100%}.footer-bottom{display:flex;justify-content:center;align-items:center;gap:1.2rem;font-size:0.9rem;color:var(--text-muted)}.footer-bottom .age{background:#ef4444;color:#fff;font-weight:bold;padding:2px 8px;border-radius:6px;font-size:0.85rem;box-shadow:0 2px 6px rgba(0,0,0,0.3)}@media (max-width:600px){.footer-bottom{flex-direction:column;gap:0.5rem}}