.logo-container{zoom:140%;justify-content:center;align-items:center;width:100px;height:50px;display:flex;position:relative;overflow:hidden}.logo-img{object-fit:contain;width:5rem;height:5rem}
footer{background-color:var(--black);color:var(--white);padding:3rem calc(var(--padding)*4);flex-direction:column;gap:2.5rem;display:flex}.footer-inner{align-items:stretch;gap:3rem;display:flex}.footer-brand{flex-direction:column;flex:0 0 340px;gap:1rem;display:flex}.footer-desc{font-size:var(--fs-sm);color:var(--gray2);margin:0;line-height:1.7}.footer-badges{flex-wrap:wrap;gap:.65rem;display:flex}.footer-badge{width:-moz-fit-content;width:fit-content;color:var(--gray2);font-size:var(--fs-xs);border:1px solid rgba(255,255,255,.1);border-radius:999px;align-items:center;gap:.45rem;padding:.45rem .7rem;line-height:1;display:inline-flex}.footer-badge i{color:var(--main-color)}.footer-divider{background:rgba(255,255,255,.08);flex-shrink:0;align-self:stretch;width:1px}.footer-content{flex-direction:column;flex:1;gap:2rem;min-width:0;display:flex}.footer-cta{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:8px;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.25rem;display:flex}.footer-cta-title{color:var(--white);font-size:var(--fs-md);margin:0 0 .35rem;font-weight:700}.footer-cta-text{color:var(--gray2);font-size:var(--fs-sm);max-width:560px;margin:0;line-height:1.6}.footer-cta-link{background:var(--main-color);color:var(--white);font-size:var(--fs-sm);white-space:nowrap;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1rem;font-weight:700;text-decoration:none;transition:transform .2s,opacity .2s;display:inline-flex}.footer-cta-link:hover{opacity:.9;transform:translateY(-1px)}.footer-columns{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;display:grid}.footer-nav{flex-direction:column;gap:1rem;min-width:0;display:flex}.footer-nav-title{font-size:var(--fs-sm);text-transform:uppercase;letter-spacing:.08rem;color:var(--main-color);margin:0;font-weight:700}.footer-nav-list,.footer-contact-list{flex-direction:column;gap:.75rem;display:flex}.footer-nav-link,.footer-contact-link{width:-moz-fit-content;width:fit-content;max-width:100%;font-size:var(--fs-sm);color:var(--gray2);align-items:center;gap:.5rem;text-decoration:none;transition:color .2s;display:inline-flex}.footer-contact-link{line-height:1.4}.footer-contact-link i{color:var(--main-color);flex-shrink:0}.footer-nav-link:hover,.footer-contact-link:hover{color:var(--white)}.footer-bottom{font-size:var(--fs-xs);color:var(--gray2);text-align:center;border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem}.footer-bottom p{margin:0}.footer-author{color:var(--main-color);font-weight:600;text-decoration:none}.footer-author:hover{text-decoration:underline}@media screen and (max-width:1024px){footer{padding:3rem calc(var(--padding)*2)}.footer-inner{flex-direction:column}.footer-brand{flex-basis:auto;max-width:620px}.footer-divider{align-self:auto;width:100%;height:1px}}@media screen and (max-width:768px){footer{padding:2.5rem var(--padding)}.footer-inner{gap:2rem}.footer-cta{flex-direction:column;align-items:flex-start}.footer-cta-link{width:100%}.footer-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.25rem}}@media screen and (max-width:520px){.footer-columns{grid-template-columns:1fr}.footer-badge{width:100%}}