.footer__inner{display:flex;flex-direction:column;gap:var(--space-8)}.footer__top{display:grid;grid-template-columns:minmax(0,2.1fr);gap:var(--space-8)}.footer-column{margin-bottom:0}.footer-column--brand{display:flex;flex-direction:column;gap:var(--space-4)}.footer__logo{display:flex;align-items:flex-start;gap:0.75rem}.footer__logo-mark{width:40px;height:40px;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;font-size:1.4rem;background:linear-gradient(135deg,var(--color-gradient-sky),var(--color-gradient-lavender));color:#020617;box-shadow:0 14px 40px rgba(15,23,42,0.65)}.footer__logo-text{display:flex;flex-direction:column;gap:0.15rem}.footer__logo-title{font-family:var(--font-display);font-weight:600;letter-spacing:-0.03em;font-size:1.1rem;color:#f9fafb}.footer__logo-subtitle{font-size:0.8rem;color:#cbd5f5;max-width:19rem}.footer__summary{max-width:26rem;font-size:0.9rem;color:#cbd5f5}.footer__badges{display:flex;flex-wrap:wrap;gap:0.4rem;margin-top:var(--space-2)}.footer__links{display:flex;flex-direction:column;gap:0.35rem;font-size:0.9rem}.footer__contact-list{display:flex;flex-direction:column;gap:0.25rem;font-size:0.9rem}.footer__opening p{font-size:0.85rem;color:#e5e7eb}.footer__opening p.text-muted{color:#9ca3af}.footer__cta-group{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:var(--space-3)}.footer__divider{height:1px;background:linear-gradient(90deg,rgba(148,163,184,0),rgba(148,163,184,0.65),rgba(148,163,184,0));opacity:0.7}.footer__bottom{display:flex;flex-direction:column;gap:var(--space-4);align-items:flex-start}.footer__legal-text{max-width:640px}.footer__legal-links{display:flex;flex-wrap:wrap;gap:0.75rem;font-size:0.8rem}.footer__legal-links a{border-radius:999px;padding:0.25rem 0.75rem;background:rgba(15,23,42,0.85);border:1px solid rgba(148,163,184,0.55)}.footer__copyright{margin-top:var(--space-3);font-size:0.8rem;color:#9ca3af}@media(min-width:768px){.footer__top{grid-template-columns:minmax(0,2.2fr) repeat(3,minmax(0,1.2fr)) minmax(0,1.7fr)}.footer__bottom{flex-direction:row;align-items:center;justify-content:space-between}}@media(max-width:767.98px){.footer-column--contact{order:2}.footer-column--brand{order:1}.footer__top{grid-template-columns:minmax(0,1fr)}}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:var(--z-overlay);transform:translateY(100%);opacity:0;pointer-events:none;transition:transform var(--transition-slow) ease,opacity var(--transition-slow) ease}.cookie-banner--visible{transform:translateY(0);opacity:1;pointer-events:auto}.cookie-banner__inner{padding:var(--space-4)}.cookie-banner__content{max-width:960px;margin:0 auto;border-radius:var(--radius-xl);padding:var(--space-4);background:radial-gradient(circle at top left,rgba(56,189,248,0.18),transparent 55%),radial-gradient(circle at bottom right,rgba(168,85,247,0.18),transparent 55%),rgba(15,23,42,0.96);border:1px solid rgba(148,163,184,0.8);box-shadow:0 -18px 50px rgba(15,23,42,0.8);color:#e5e7eb;display:flex;flex-direction:column;gap:var(--space-3)}.cookie-banner__title{font-size:1rem;margin-bottom:0;color:#f9fafb}.cookie-banner__text{margin-bottom:0;font-size:0.85rem;color:#e5e7eb}.cookie-banner__actions{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:var(--space-2)}.cookie-banner__btn{flex:1 1 auto;justify-content:center}@media(min-width:640px){.cookie-banner__content{flex-direction:row;align-items:center;gap:var(--space-5)}.cookie-banner__actions{justify-content:flex-end;flex:0 0 auto;min-width:260px}.cookie-banner__btn{flex:1 0 auto}}.age-modal{position:fixed;inset:0;z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity var(--transition-normal) ease}.age-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,0.72);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.age-modal__content{position:relative;z-index:1;max-width:480px;width:100%;margin:0 var(--space-4);border-radius:var(--radius-xl);padding:var(--space-6) var(--space-5);background:radial-gradient(circle at top left,rgba(56,189,248,0.2),transparent 55%),radial-gradient(circle at bottom right,rgba(251,113,133,0.2),transparent 55%),var(--color-surface-glass-strong);border:1px solid rgba(148,163,184,0.8);box-shadow:var(--shadow-soft-strong)}.age-modal__title{font-size:1.3rem;margin-bottom:var(--space-3)}.age-modal__text{font-size:0.9rem;color:var(--color-text-muted);margin-bottom:var(--space-4)}.age-modal__actions{display:flex;flex-direction:column;gap:0.75rem}.age-modal__btn{width:100%;justify-content:center}@media(min-width:640px){.age-modal__content{padding:var(--space-6) var(--space-6)}.age-modal__actions{flex-direction:row}.age-modal__btn{width:auto;flex:1}}.age-modal--visible{opacity:1;pointer-events:auto}.age-modal--hidden{opacity:0;pointer-events:none}