.site-footer{background:var(--navy-dark);color:rgba(255,255,255,0.75)}.footer-main{padding:5rem 0 3rem}.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem}.footer-logo{height:48px;width:auto;margin-bottom:1.2rem;filter:brightness(0) invert(1)}.footer-tagline{font-family:var(--font-head);font-size:0.75rem;font-weight:600;letter-spacing:0.18em;text-transform:uppercase;color:var(--yellow);margin-bottom:1rem}.footer-desc{font-size:0.875rem;line-height:1.7;color:rgba(255,255,255,0.5);max-width:280px}.footer-social{display:flex;gap:0.75rem;margin-top:1.5rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(255,255,255,0.07);border-radius:50%;color:rgba(255,255,255,0.6);transition:background 0.2s,color 0.2s}.footer-social a:hover{background:var(--yellow);color:var(--navy-dark)}.footer-social svg{width:16px;height:16px}.footer-heading{font-family:var(--font-alt);font-size:0.7rem;font-weight:700;letter-spacing:0.16em;text-transform:uppercase;color:var(--yellow);margin-bottom:1.2rem}.footer-links{display:flex;flex-direction:column;gap:0.6rem}.footer-links a{font-size:0.875rem;color:rgba(255,255,255,0.55);transition:color 0.2s,padding-left 0.2s}.footer-links a:hover{color:var(--white);padding-left:4px}.footer-contact-list{display:flex;flex-direction:column;gap:1rem}.footer-contact-list li{display:flex;align-items:flex-start;gap:0.7rem;font-size:0.875rem;color:rgba(255,255,255,0.55)}.footer-contact-list svg{width:15px;height:15px;flex-shrink:0;color:var(--yellow);margin-top:2px}.footer-contact-list a{color:rgba(255,255,255,0.55)}.footer-contact-list a:hover{color:var(--yellow)}.footer-bottom{border-top:1px solid rgba(255,255,255,0.08);padding:1.5rem 0}.footer-bottom__grid{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem}.footer-bottom__copy{font-size:0.78rem;color:rgba(255,255,255,0.35);font-family:var(--font-alt);white-space:nowrap}.footer-bottom__tagline{font-size:0.72rem;font-family:var(--font-head);font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:var(--yellow);text-align:right;white-space:nowrap}.footer-legal-links{display:flex;align-items:center;justify-content:center;gap:0.5rem;flex-wrap:wrap}.footer-legal-links a{font-family:var(--font-alt);font-size:0.78rem;font-weight:400;color:rgba(255,255,255,0.35);text-decoration:none;transition:color 0.15s;opacity:0.85}.footer-legal-links a:hover{color:rgba(255,255,255,0.55)}.footer-legal-sep{color:rgba(255,255,255,0.18);font-size:0.78rem;font-family:var(--font-alt);opacity:0.85}@media (max-width:1024px){.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (max-width:600px){.footer-grid{grid-template-columns:1fr}.footer-bottom__grid{grid-template-columns:1fr;text-align:center}.footer-bottom__tagline{text-align:center}.footer-legal-links{justify-content:center}.cookie-banner{right:1rem;left:1rem;max-width:100%;width:auto;bottom:1rem}}#cookie-consent{position:fixed;bottom:2rem;left:2rem;z-index:9999;max-width:420px;width:calc(100vw - 4rem);opacity:0;transform:translateY(16px);transition:opacity 0.4s ease,transform 0.4s cubic-bezier(0.16,1,0.3,1);pointer-events:none}#cookie-consent.cc-visible{opacity:1;transform:translateY(0);pointer-events:all}.cc-inner{background:var(--navy-dark,#0D1F3C);border:1px solid rgba(255,255,255,0.1);border-left:4px solid var(--yellow,#F5A623);border-radius:10px;padding:1.4rem 1.5rem;box-shadow:0 20px 60px rgba(0,0,0,0.4),0 4px 16px rgba(0,0,0,0.2);display:flex;flex-direction:column;gap:1.2rem}.cc-left{display:flex;align-items:flex-start;gap:1rem}.cc-icon{flex-shrink:0;width:38px;height:38px;border-radius:8px;background:rgba(245,166,35,0.1);border:1px solid rgba(245,166,35,0.25);display:flex;align-items:center;justify-content:center;margin-top:2px}.cc-icon svg{width:18px;height:18px;stroke:var(--yellow,#F5A623)}.cc-text{display:flex;flex-direction:column;gap:0.3rem}.cc-text strong{font-family:var(--font-head);font-size:0.82rem;font-weight:800;letter-spacing:0.06em;text-transform:uppercase;color:var(--white,#fff)}.cc-text span{font-family:var(--font-alt);font-size:0.8rem;line-height:1.65;color:rgba(255,255,255,0.5)}.cc-text a{color:var(--yellow,#F5A623);text-decoration:underline;text-underline-offset:2px;transition:opacity 0.15s}.cc-text a:hover{opacity:0.8}.cc-actions{display:flex;gap:0.6rem;justify-content:flex-end}.cc-btn{font-family:var(--font-head);font-size:0.7rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;padding:0.55rem 1.3rem;border-radius:6px;border:none;cursor:pointer;transition:background 0.2s,color 0.2s,transform 0.15s,box-shadow 0.2s}.cc-btn:active{transform:scale(0.97)}.cc-btn--accept{background:var(--yellow,#F5A623);color:var(--navy-dark,#0D1F3C)}.cc-btn--accept:hover{background:#f0a500;box-shadow:0 4px 16px rgba(245,166,35,0.35)}.cc-btn--decline{background:transparent;color:rgba(255,255,255,0.4);border:1px solid rgba(255,255,255,0.12)}.cc-btn--decline:hover{color:rgba(255,255,255,0.7);border-color:rgba(255,255,255,0.3)}@media (max-width:500px){#cookie-consent{left:1rem;bottom:1rem;width:calc(100vw - 2rem)}.cc-actions{justify-content:stretch}.cc-btn{flex:1;text-align:center}}