.footer{background:linear-gradient(to right,#1a1a2e,#16213e,#1a1a2e);color:#fff;padding:var(--space-xl) 0 var(--space-md);position:relative;overflow:hidden}.footer::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8e2de2,#d4af37,#8e2de2)}.footer::after{content:'';position:absolute;top:-50px;right:-50px;width:200px;height:200px;background:radial-gradient(circle,rgba(212,175,55,.15) 0,rgba(142,45,226,.05) 50%,transparent 70%);border-radius:50%;z-index:0;opacity:.6}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--space-xl);margin-bottom:var(--space-xl);position:relative;z-index:1}.footer-about{position:relative}.footer-logo{display:block;margin-bottom:var(--space-md);transition:transform .3s}.footer-logo:hover{transform:translateY(-3px)}.footer-logo-image{display:block;transition:.3s}.footer-about p{margin:var(--space-md) 0;color:rgba(255,255,255,.7);line-height:1.6;font-size:.95rem;max-width:90%}.social-icons{display:flex;gap:15px;margin-top:var(--space-md)}.social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#fff;background:rgba(255,255,255,.1);transition:.3s;position:relative;overflow:hidden}.social-icons a::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#8e2de2,#d4af37);opacity:0;transition:opacity .3s;z-index:-1}.social-icons a:hover{transform:translateY(-3px)}.social-icons a:hover::before{opacity:1}.footer h4{color:#fff;margin-bottom:var(--space-md);font-size:1.1rem;font-weight:600;position:relative;padding-bottom:10px;text-transform:uppercase;letter-spacing:1px}.footer h4::after{content:'';position:absolute;left:0;bottom:0;width:40px;height:2px;background:linear-gradient(90deg,#8e2de2,#d4af37)}.footer ul{list-style:none;padding:0}.footer ul li{margin-bottom:12px}.footer ul li a,.footer-contact ul li{color:rgba(255,255,255,.7);transition:.3s;position:relative;padding-left:0;display:inline-block}.footer ul li a::before{content:'';position:absolute;bottom:-2px;left:0;width:0;height:1px;background:linear-gradient(90deg,#8e2de2,#d4af37);transition:width .3s}.footer ul li a:hover{color:#fff;padding-left:0}.footer ul li a:hover::before{width:100%}.footer-contact ul li{display:flex;align-items:flex-start;gap:12px;margin-bottom:15px}.footer-contact ul li i{color:#d4af37;margin-top:4px;font-size:.9rem}.footer-bottom{padding-top:var(--space-md);border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;color:rgba(255,255,255,.6);font-size:.9rem;position:relative;z-index:1}.footer-bottom a{color:rgba(255,255,255,.6);transition:.3s;position:relative}.footer-bottom a::before{content:'';position:absolute;bottom:-1px;left:0;width:0;height:1px;background:linear-gradient(90deg,#8e2de2,#d4af37);transition:width .3s}.footer-bottom a:hover{color:#fff}.footer-bottom a:hover::before{width:100%}@media (max-width:992px){.footer-grid{grid-template-columns:1fr 1fr;gap:var(--space-xl)}.footer::after{opacity:.3}}@media (max-width:576px){.footer-grid{grid-template-columns:1fr}.footer-about p{max-width:100%;text-align:center}.footer-logo{display:flex;justify-content:center;align-items:center}.footer-logo-image{margin:0 auto}.footer-bottom{flex-direction:column;gap:var(--space-sm);text-align:center}.footer h4::after{left:50%;transform:translateX(-50%)}.footer h4,.footer ul li,.footer-contact ul li{text-align:center}.footer ul li a{padding:0}.footer-contact ul li,.social-icons{justify-content:center}}