.site-footer{background-color:var(--contrast);color:var(--accent-light-gray)}.footer-content{padding:4rem 0;margin:0;width:100%;box-sizing:border-box}.footer-columns{display:grid;grid-template-columns:1.17fr 1fr 1fr 1fr;gap:2rem;width:100%;margin:0;padding:0}.footer-column{display:flex;flex-direction:column;gap:1rem;margin:0;padding:0;min-width:0}.footer-column h4{color:var(--base);font-size:1.125rem;font-weight:600;margin-bottom:0.5rem}.footer-column:last-child h4:not(:first-child){margin-top:1rem}.footer-column p{color:var(--accent-light-gray);margin:0;line-height:1.6}.footer-logo{margin-bottom:0;transform:translateY(-12px);will-change:transform}.footer-about{gap:0.75rem}.footer-about>p{transform:translateY(-10px);will-change:transform}.footer-about h4{margin-top:1rem;transform:translateY(-10px);will-change:transform}.footer-about .footer-social{transform:translateY(-10px);will-change:transform}.footer-logo img,.footer-logo .custom-logo{width:230px;max-width:100%;height:auto;filter:brightness(0) invert(1)}.footer-logo a{display:inline-block;font-family:'Fixel Display',sans-serif;font-size:1.5rem;font-weight:700;color:var(--base);text-decoration:none}.footer-menu{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;column-gap:1.5rem;row-gap:0.75rem}.footer-menu a{color:var(--accent-light-gray);text-decoration:none;transition:color var(--t-fast);display:inline-block;position:relative}.footer-menu a:hover,.footer-menu .current-menu-item a{color:var(--brand)}.footer-menu .current-menu-item a{font-weight:600}.footer-menu a{position:relative}.footer-menu a::after{content:"" !important;position:absolute;left:0;bottom:-2px;width:0;height:1px;background-color:var(--brand);transition:width var(--t-fast)}.footer-menu a:hover::after{width:100%}.footer-social{display:flex;gap:0.75rem;flex-wrap:wrap}.footer-social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:rgba(255,255,255,0.1);border-radius:50%;transition:all var(--t-med)}.footer-social-icon svg{width:20px;height:20px;fill:var(--base);transition:fill var(--t-med);display:block}.footer-social-icon:hover{transform:translateY(-3px);background-color:var(--brand);box-shadow:0 4px 12px rgba(242,172,61,0.4)}.footer-social-icon:hover svg{fill:var(--contrast)}.footer-cta .btn-primary{display:inline-flex;align-items:center;gap:0.5rem}.footer-cta .btn-primary i{width:18px;height:18px;flex-shrink:0}.footer-messengers{display:flex;gap:0.75rem}.contact-item{display:flex;align-items:flex-start;gap:0.75rem}.contact-icon{flex-shrink:0;margin-top:0.15rem;width:20px;height:20px;color:var(--brand)}.contact-item a{color:var(--accent-light-gray);text-decoration:none;transition:color var(--t-fast);position:relative}.contact-item a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--brand);transition:width var(--t-fast)}.contact-item a:hover{color:var(--brand)}.contact-item a:hover::after{width:100%}.contact-item span{color:var(--accent-light-gray)}.footer-copyright{background-color:rgba(0,0,0,0.25);padding:0}.copyright-content{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;gap:2rem;margin:0;width:100%;box-sizing:border-box}.copyright-content p{margin:0;padding:0;color:var(--accent-light-gray);font-size:0.9375rem;flex-shrink:1;min-width:0}.brand-highlight{color:var(--brand);font-weight:600}.footer-links{display:flex;gap:1rem;align-items:center;margin:0;padding:0;flex-shrink:0}.footer-links a{color:var(--accent-light-gray);text-decoration:none;font-size:0.9375rem;transition:color var(--t-fast);position:relative}.footer-links a::after{content:'';position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--brand);transition:width var(--t-fast)}.footer-links a:hover{color:var(--brand)}.footer-links a:hover::after{width:100%}.footer-links .separator{color:var(--contrast-light)}@media (min-width:768px) and (max-width:1023px){.footer-columns{grid-template-columns:1fr 1fr;gap:2.5rem}.copyright-content{flex-direction:column;gap:0.75rem;text-align:center}.footer-links{flex-direction:row;justify-content:center}}@media (max-width:767px){.footer-content{padding:3rem 0}.footer-columns{grid-template-columns:1fr;gap:2.5rem}.footer-column:first-child{text-align:center}.footer-column:first-child .footer-logo{margin:0 auto 0.5rem}.footer-column:first-child .footer-social{justify-content:center}.footer-column:not(:first-child){text-align:center}.footer-menu{align-items:center}.contact-item{display:inline-flex;justify-content:flex-start;text-align:left}.footer-messengers{justify-content:center}.footer-column:last-child .btn-primary{width:100%}.copyright-content{flex-direction:column;gap:1rem;text-align:center}.footer-links{flex-direction:column;gap:0.5rem}.footer-links .separator{display:none}}