:root{--white:#fff;--light:#f5f5f5}.footer{background-color:var(--brand);color:var(--white);grid-template-columns:repeat(4,minmax(180px,1fr));gap:3rem;padding:40px 20px;display:grid}.footer-section h4{margin-bottom:15px;font-weight:700}.footer-section h4:after{content:"";background:var(--secondary);width:40px;height:3px;margin-top:8px;display:block}.footer-section a{color:var(--light);margin-bottom:10px;text-decoration:none;transition:color .3s;display:block}.footer-section a:hover{color:var(--secondary)}.footer-link-button{color:var(--light);cursor:pointer;text-align:center;background:0 0;border:none;margin-bottom:10px;padding:0;font-family:inherit;text-decoration:none;transition:color .3s}.footer-link-button:hover{color:var(--secondary)}.social-links{gap:12px;margin-top:15px;display:flex}.social-links a{background:var(--secondary);width:40px;height:40px;color:var(--brand);border-radius:50%;justify-content:center;align-items:center;font-size:18px;transition:all .3s;display:flex}.social-links a:hover{background:var(--white);color:var(--brand)}.footer-bottom{text-align:center;color:var(--light);border-top:1px solid #fff3;grid-column:1/-1;margin-top:20px;padding-top:20px;font-size:14px}@media (max-width:1200px){.footer{grid-template-columns:repeat(4,minmax(160px,1fr));gap:2.5rem;padding:35px 15px}}@media (max-width:1024px){.footer{grid-template-columns:repeat(2,1fr);gap:2rem;padding:30px 15px}.footer-section h4{margin-bottom:12px;font-size:1.1rem}.footer-section h4:after{width:35px;height:2.5px;margin-top:6px}.footer-section a{margin-bottom:8px;font-size:.9rem}.social-links{gap:10px;margin-top:12px}.social-links a{width:36px;height:36px;font-size:16px}.footer-bottom{margin-top:18px;padding-top:18px;font-size:13px}}@media (max-width:768px){.footer{grid-template-columns:1fr;gap:1.5rem;padding:25px 12px}.footer-section{text-align:center}.footer-section h4{margin-bottom:10px;font-size:1rem}.footer-section h4:after{width:30px;height:2px;margin:6px auto 0}.footer-section a{margin-bottom:6px;font-size:.85rem}.social-links{justify-content:center;gap:8px;margin-top:10px}.social-links a{width:34px;height:34px;font-size:15px}.footer-bottom{margin-top:15px;padding-top:15px;font-size:12px}}@media (max-width:640px){.footer{gap:1.2rem;padding:20px 10px}.footer-section h4{margin-bottom:8px;font-size:.95rem}.footer-section h4:after{width:25px;height:2px;margin:5px auto 0}.footer-section a{margin-bottom:5px;font-size:.8rem}.social-links{gap:6px;margin-top:8px}.social-links a{width:32px;height:32px;font-size:14px}.footer-bottom{margin-top:12px;padding-top:12px;font-size:11px;line-height:1.4}}@media (max-width:480px){.footer{gap:1rem;padding:18px 8px}.footer-section h4{margin-bottom:6px;font-size:.9rem}.footer-section h4:after{width:22px;height:1.5px;margin:4px auto 0}.footer-section a{margin-bottom:4px;font-size:.75rem}.social-links{gap:5px;margin-top:6px}.social-links a{width:30px;height:30px;font-size:13px}.footer-bottom{margin-top:10px;padding-top:10px;font-size:10px;line-height:1.3}}@media (max-width:375px){.footer{padding:15px 6px}.footer-section h4{font-size:.85rem}.footer-section a,.footer-link-button{font-size:.7rem}.social-links a{width:28px;height:28px;font-size:12px}.footer-bottom{font-size:9px}}@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){.footer{grid-template-columns:repeat(4,1fr);gap:1.5rem;padding:25px 15px}.footer-section h4{margin-bottom:8px;font-size:.95rem}.footer-section a{margin-bottom:5px;font-size:.8rem}.social-links a{width:30px;height:30px;font-size:14px}}@media (min-resolution:192dpi){.footer-section h4:after{background:linear-gradient(90deg,var(--secondary),transparent)}}@media (prefers-reduced-motion:reduce){.footer-section a,.social-links a{transition:none!important}}
