.footer{background:linear-gradient(180deg,#111,#1a1a1a);border-top:1px solid hsla(0,0%,75%,.3);padding:3rem 1.5rem 6rem;color:#fff;font-family:Roboto,sans-serif}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-column h4{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:#fff}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:.5rem}.footer-column ul li a{color:#aaa;text-decoration:none;transition:color .3s ease}.footer-column ul li a:hover{color:gold}.footer-brand{gap:.5rem;margin-bottom:1rem}.footer-brand,.footer-logo-box{display:flex;align-items:center}.footer-logo-box{width:32px;height:32px;background:linear-gradient(135deg,#d4af37,#f5e78a);border-radius:6px;justify-content:center;font-weight:700;color:#111;font-size:.9rem}.footer-brand h3{font-family:Merriweather,serif;font-size:1.25rem;font-weight:700;margin:0;color:#fff}.footer-text{color:#aaa;margin-bottom:1rem;font-size:.95rem;line-height:1.5}.footer-socials a{margin-right:.5rem;color:#aaa;display:inline-flex;transition:color .3s ease}.footer-socials a:hover{color:gold}.footer-socials a svg{width:20px;height:20px}.footer-bottom{border-top:1px solid hsla(0,0%,75%,.3);padding-top:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.875rem;color:#aaa}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#aaa;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:gold}@media (max-width:1024px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.footer-grid{grid-template-columns:1fr}.footer-bottom{text-align:center}.footer-links{flex-direction:column;gap:.5rem}}.footer-hidden-wrapper{display:flex;justify-content:center;margin-top:.5rem}.footer-logo-img{height:32px;width:auto;display:block}.footer-login-hidden{font-family:Inter Tight,sans-serif;opacity:0;pointer-events:none;background:gold;color:#111;border:none;border-radius:6px;padding:.4rem .9rem;font-weight:700;font-size:.85rem;transition:opacity .3s ease;cursor:pointer}.footer-bottom:hover .footer-login-hidden{opacity:1;pointer-events:auto}