footer{background:var(--bg-secondary,#fff);padding:5rem 4rem 2rem;border-top:1px solid var(--glass-border)}.footer-content{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:3rem;max-width:1200px;margin:0 auto}.footer-brand h3{font-family:Montserrat,sans-serif!important;font-size:1.5rem;color:var(--text-primary,#111827)!important;font-weight:700!important;margin-bottom:.75rem;text-transform:uppercase}.footer-brand p{color:var(--text-secondary,#4b5563)!important;font-size:.9rem;margin-bottom:1.5rem;line-height:1.6}.footer-address{background:var(--bg-tertiary,#f5f5f7)!important;padding:1.25rem;border-radius:12px;margin-bottom:1.5rem;border-left:3px solid var(--gold);color:#374151!important}.footer-address strong{color:#1d1d1f!important}.footer-address p{margin-bottom:.75rem;font-size:.85rem;color:#515154!important}.footer-address p:last-child{margin-bottom:0}.footer-address i{color:var(--gold);margin-right:.5rem;width:16px}.footer-address a{color:var(--gold)!important;text-decoration:none;transition:color .3s ease}.footer-address a:hover{color:var(--gold-light)}.footer-social{display:flex;gap:.75rem}.footer-social a{width:44px;height:44px;border-radius:50%;background:var(--bg-tertiary);border:1px solid var(--glass-border);display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .3s ease}.footer-social a:hover{background:var(--gold);border-color:var(--gold);color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px rgba(184,134,11,.3)}.footer-column h4{font-size:1rem;color:var(--text-primary);margin-bottom:1.5rem}.footer-column ul{list-style:none}.footer-column li{margin-bottom:.75rem}.footer-column a{color:var(--text-muted);text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-column a:hover{color:var(--gold);padding-left:5px}.footer-bottom{max-width:1200px;margin:4rem auto 0;padding-top:2rem;border-top:1px solid var(--glass-border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:var(--text-muted);font-size:.85rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.85rem}.footer-links a:hover{color:var(--gold)}@media (max-width:992px){.footer-content{grid-template-columns:1fr 1fr}}@media (max-width:768px){footer{padding:3rem 2rem 2rem}.footer-content{grid-template-columns:1fr;text-align:center;gap:2rem}.footer-social{justify-content:center}.footer-address{text-align:left}.footer-bottom{flex-direction:column;text-align:center;margin-top:2rem}.footer-links{justify-content:center}}@media (max-width:480px){footer{padding:2rem 1rem 1.5rem}.footer-content{gap:1.5rem}.footer-links{flex-direction:column;gap:.75rem}}