.site-footer{margin-top:var(--space-16);padding-top:var(--space-12);padding-bottom:calc(var(--space-10) + 4rem);position:relative;overflow:hidden}.site-footer__inner{display:flex;flex-direction:column;gap:var(--space-8)}.site-footer__top{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,2fr);gap:var(--space-8);align-items:flex-start}.site-footer__brand{max-width:26rem}.footer-logo{display:flex;align-items:center;gap:0.75rem;margin-bottom:var(--space-3)}.footer-logo__mark{width:2.2rem;height:2.2rem;border-radius:0.9rem;background:conic-gradient(from 160deg,#f7b733,#ff7b6d,#2c77ff,#f7b733);box-shadow:0 14px 40px rgba(0,0,0,0.9)}.footer-logo__text{display:flex;flex-direction:column}.footer-logo__title{font-family:var(--font-display);font-weight:800;font-size:1.35rem;letter-spacing:0.06em;text-transform:uppercase;color:var(--color-heading)}.footer-logo__tagline{font-size:0.8rem;color:var(--color-text-muted);letter-spacing:0.12em;text-transform:uppercase}.footer-intro{font-size:0.95rem;color:var(--color-text-muted);max-width:24rem}.footer-trust{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-3);margin-top:var(--space-4)}.footer-trust__item{display:flex;align-items:center;gap:0.6rem;font-size:0.88rem;color:var(--gray-100)}.footer-trust__icon{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border-radius:999px;background:radial-gradient(circle at 25% 15%,rgba(247,183,51,0.3),rgba(44,119,255,0.3));border:1px solid rgba(247,183,51,0.7);color:#fff;box-shadow:0 10px 25px rgba(0,0,0,0.8)}.footer-trust__icon i{font-size:0.95rem}.site-footer__links{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:var(--space-6)}.footer-column--newsletter{max-width:22rem}.footer-newsletter-text{font-size:0.9rem;color:var(--gray-300)}.footer-newsletter label{margin-bottom:0.35rem}.footer-newsletter__controls{display:flex;gap:0.45rem;margin-bottom:0.35rem;flex-wrap:wrap}.footer-newsletter__hint{font-size:0.78rem;color:var(--gray-400)}.footer-social{display:flex;align-items:center;gap:0.6rem;margin-top:var(--space-3)}.footer-social__link{display:inline-flex;align-items:center;justify-content:center;width:2.1rem;height:2.1rem;border-radius:999px;background:rgba(15,23,42,0.95);border:1px solid rgba(148,163,184,0.7);color:var(--gray-100);transition:transform var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base),background var(--transition-base)}.footer-social__link:hover,.footer-social__link:focus-visible{background:radial-gradient(circle at 30% 20%,#ffe08a,#f7b733);border-color:rgba(247,183,51,0.9);color:#111827;transform:translateY(-2px) scale(1.03);box-shadow:0 12px 32px rgba(0,0,0,0.9)}.footer-social__link:focus-visible{outline:none;box-shadow:var(--focus-ring)}.site-footer__bottom{border-top:1px solid rgba(148,163,184,0.4);padding-top:var(--space-4);display:flex;flex-direction:column;gap:0.5rem;font-size:0.85rem;color:var(--gray-400)}.site-footer__copy{margin-bottom:0}.site-footer__note{margin-bottom:0;max-width:40rem}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:60;transform:translateY(100%);opacity:0;pointer-events:none;transition:transform var(--transition-slow),opacity var(--transition-slow);background:linear-gradient(135deg,rgba(15,23,42,0.98),rgba(9,9,11,0.98));border-top:1px solid rgba(148,163,184,0.6);box-shadow:0 -18px 50px rgba(0,0,0,0.9)}.cookie-banner--visible{transform:translateY(0);opacity:1;pointer-events:auto}.cookie-banner__inner{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);padding-top:var(--space-3);padding-bottom:calc(var(--space-3) + env(safe-area-inset-bottom))}.cookie-banner__content{max-width:40rem}.cookie-banner__title{font-size:1.05rem;margin-bottom:0.25rem}.cookie-banner__text{font-size:0.9rem;color:var(--gray-200);margin-bottom:0.25rem}.cookie-banner__link{font-size:0.86rem}.cookie-banner__actions{display:flex;flex-wrap:wrap;gap:0.6rem;align-items:center;justify-content:flex-end;min-width:13rem}.cookie-banner__btn{min-width:9rem;justify-content:center}@media(max-width:959px){.site-footer{padding-top:var(--space-10)}.site-footer__top{grid-template-columns:minmax(0,1fr);gap:var(--space-6)}.site-footer__brand{max-width:none}.footer-newsletter__controls{flex-direction:column;align-items:stretch}.cookie-banner__inner{flex-direction:column;align-items:flex-start}.cookie-banner__actions{justify-content:flex-start;width:100%}}@media(max-width:639px){.site-footer{padding-bottom:calc(var(--space-8) + 4rem)}.footer-social__link{width:2rem;height:2rem}}