.footer-section{position:relative;min-height:40vh;width:100vw;background:#1b1b1b;color:white;overflow:hidden;display:flex;align-items:center;justify-content:center}.footer-overlay{position:absolute;inset:0;background:rgba(0,0,0,.3);z-index:1}.footer-content-wrapper{position:relative;z-index:2;max-width:1200px;width:100%;padding:30px 20px;display:flex;flex-direction:column;align-items:center}.footer-title{font-size:1.5rem;font-weight:500;margin-bottom:0;text-align:center;font-family:Montserrat}.footer-divider-horizontal{width:120px;height:1px;background:#ffffff55;margin:10px 0 30px}.footer-columns{display:grid;grid-template-columns:1fr 1px 1fr 1px 1fr;gap:20px;width:100%;align-items:flex-start}.footer-column{flex-direction:column;text-align:center}.footer-column,.footer-item{display:flex;gap:10px;align-items:center}.footer-item{justify-content:center;font-size:.95rem;font-family:Montserrat}.footer-icon{width:16px;height:16px;color:#d4b600}.footer-link{color:#e0e0e0;text-decoration:none}.footer-link:hover{text-decoration:underline;color:#bbbbbb}.footer-social-link{display:flex;align-items:center;justify-content:center;gap:10px;font-size:1rem;color:#d4b600;text-decoration:none;font-family:Montserrat}.footer-social-link:hover{text-decoration:underline}.footer-divider-vertical{background:#ffffff33;width:2px;height:100%}.footer-copyright{font-size:.85rem;color:#bbbbbb;text-align:center;margin-top:20px;font-family:Montserrat}@media (max-width:767px){.footer-columns{display:flex;flex-direction:column;gap:12px;align-items:center}.footer-column{align-items:center;text-align:center;gap:8px}.footer-item{justify-content:center;text-align:center}.footer-divider-vertical{display:none}.footer-copyright{margin-top:15px}}@media (min-width:1024px){.footer-item .footer-link{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.footer-columns{margin-bottom:30px}.facebook-column{margin-top:0}}