.site-footer{background:#fff;color:var(--text);padding:var(--space-7) 0 var(--space-4);border-top-left-radius:1rem;border-top-right-radius:1rem;position:relative;bottom:0;display:flex;flex-direction:column;justify-self:flex-end;margin-top:auto;width:100vw}.footer-top{display:grid;grid-template-columns:1fr 2fr auto;gap:var(--space-6);align-items:start;margin-bottom:var(--space-6)}.footer-brand{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-3);min-width:25px}.footer-logo{height:36px;width:auto;margin-bottom:var(--space-2)}.footer-brand p{font-size:.9rem;color:var(--color-primary)}.social-links{display:flex;gap:var(--space-2);margin-top:var(--space-3)}.social-links img{width:28px;height:28px;border-radius:.5rem;background:#fff;box-shadow:0 15px 20px #11132314;transition:transform .2s ease}.social-links img:hover{transform:scale(1.1)}.footer-nav{display:flex;flex-wrap:wrap;gap:var(--space-6);justify-content:flex-start}.footer-nav>.footer-col{flex:1 1 180px;min-width:140px}.footer-col h3{font-size:1rem;font-weight:700;margin-bottom:var(--space-2);color:var(--color-primary)}.footer-col ul{list-style:none;padding:0;margin:0;display:grid;gap:.4rem}.footer-col a{color:var(--color-primary);font-size:.9rem;text-decoration:none;font-weight:500}.footer-col a:hover{text-decoration:underline}.footer-partner{display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-2);font-size:.8rem;color:var(--color-primary)}.footer-partner img{height:40px;width:auto}.footer-bottom{border-top:1px solid rgba(0,0,0,.1);padding-top:var(--space-3);padding-bottom:var(--space-3);display:flex;flex-direction:column;justify-content:space-between;align-items:center;font-size:.8rem;gap:var(--space-3)}.footer-links{list-style:none;display:flex;gap:var(--space-4);margin:0;padding:0}.footer-links a,.footer-bottom p{color:var(--color-primary);text-decoration:none}.footer-links a:hover,.footer-email:hover{text-decoration:underline}@media (max-width: 960px){.footer-top{grid-template-columns:1fr;gap:var(--space-6);padding:1rem}.footer-nav{flex-wrap:wrap;gap:var(--space-3)}.footer-col a{font-size:.8rem}.footer-bottom{flex-direction:column;gap:var(--space-3);text-align:center}}:root[data-theme=dark] .site-footer{background:#252c33a6;border-top:1px solid rgba(255,255,255,.06);box-shadow:0 8px 32px #0009;color:var(--text)}:root[data-theme=dark] .footer-col h3{color:var(--color-secondary)}:root[data-theme=dark] .footer-brand p{color:var(--color-neutral-8);font-weight:500}:root[data-theme=dark] .footer-col a,:root[data-theme=dark] .footer-partner,:root[data-theme=dark] .footer-bottom p,:root[data-theme=dark] .footer-links a{color:var(--color-neutral-6)}:root[data-theme=dark] .footer-col a:hover,:root[data-theme=dark] .footer-links a:hover{color:var(--color-secondary)}:root[data-theme=dark] .footer-bottom{border-top:1px solid rgba(255,255,255,.12)}:root[data-theme=dark] .social-links img{background:#ffffff0d;box-shadow:0 8px 16px #00000080}:root[data-theme=dark] .social-links img:hover{transform:scale(1.1);box-shadow:0 12px 24px #0009}
