:root{--bg-footer:#111111;--text-footer:#B0B0B0;--heading-footer:#FFFFFF;--brand-yellow:#FFD700}.site-footer{background-color:var(--bg-footer);color:var(--text-footer);padding:60px 0 0;font-family:Open Sans,sans-serif;font-size:15px}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;padding:0 20px 50px;gap:40px}.footer-col{flex:1;min-width:250px}.footer-col h3{color:var(--heading-footer);font-family:Montserrat,sans-serif;font-size:18px;font-weight:600;margin-bottom:25px;position:relative}.footer-col h3:after{content:"";position:absolute;left:0;bottom:-8px;width:40px;height:2px;background-color:var(--brand-yellow)}.footer-logo{color:var(--heading-footer);font-family:Montserrat,sans-serif;font-weight:800;font-size:24px;margin-bottom:15px}.text-yellow{color:var(--brand-yellow)}.footer-tagline{line-height:1.6;margin-bottom:20px;font-style:italic}.social-links{display:flex;gap:15px}.social-links a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:rgba(255,255,255,.1);color:var(--heading-footer);border-radius:50%;transition:all .3s ease;font-size:14px}.social-links a:hover{background-color:var(--brand-yellow);color:#111;transform:translateY(-3px)}.links-col ul{list-style:none;padding:0;margin:0}.links-col ul li{margin-bottom:12px}.links-col ul li a{color:var(--text-footer);text-decoration:none;transition:color .3s ease}.links-col ul li a:hover{color:var(--brand-yellow);padding-left:5px}.contact-list{list-style:none;padding:0}.contact-list li{display:flex;align-items:flex-start;margin-bottom:15px;line-height:1.5}.contact-list a{color:var(--text-footer);text-decoration:none;display:flex;align-items:center;transition:color .3s ease}.contact-list a:hover{color:var(--heading-footer)}.contact-icon{color:var(--brand-yellow);margin-right:12px;margin-top:3px;font-size:16px;flex-shrink:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:25px 20px;background-color:#0d0d0d}.copyright-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;font-size:13px}.legal-links a{color:var(--text-footer);text-decoration:none;transition:color .3s}.legal-links a:hover{color:var(--heading-footer)}.separator{margin:0 10px;color:rgba(255,255,255,.2)}@media (max-width:768px){.footer-container{flex-direction:column;gap:30px}.copyright-container{flex-direction:column;gap:15px;text-align:center}}