.site-footer{background-color:#fff;border-top:1px solid #e6e6e6;font-family:Inter,sans-serif;padding:40px 20px;width:100%}.site-footer__container{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1200px;text-align:center}.site-footer__logo{margin-bottom:30px;max-width:200px}.site-footer__logo img{height:auto;width:100%}.site-footer__social-links{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:30px}.site-footer__social-icon{align-items:center;background-color:#fff;border:1px solid #183f36;border-radius:5px;display:flex;height:40px;justify-content:center;transition:background-color .3s ease;width:40px}.site-footer__social-icon:hover{background-color:#f5f5f5}.site-footer__social-icon svg{height:20px;width:20px;fill:#183f36}.site-footer__social-icon img{height:20px;object-fit:contain;width:20px}.site-footer__disclaimer{margin-bottom:30px;text-align:center}.site-footer__disclaimer-text{color:#666;font-size:14px;line-height:1.5;margin:0 0 10px}.site-footer__copyright{color:#666;font-size:14px;font-weight:500;margin:0}.site-footer__contact-button{background-color:#183f36;border-radius:8px;color:#fff;display:inline-block;font-size:16px;font-weight:600;margin:0 auto;padding:12px 60px;text-align:center;text-decoration:none;transition:background-color .3s ease}.site-footer__contact-button:hover{background-color:#122e28;color:#fff;text-decoration:none}@media (max-width:767px){.site-footer__disclaimer{margin-bottom:20px}}