:root{--footer-bg:linear-gradient(135deg,#020024,#030059);--footer-dark:#0b0b14;--footer-text:rgba(255,255,255,0.75);--footer-title:#ffffff;--accent:#5fa9a3}.footer{background:var(--footer-bg);color:var(--footer-text);padding:90px 0 0;font-size:14px}.footer-container{max-width:1400px;margin:auto;padding:0 24px}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(185px,1fr));gap:60px}.footer-title{color:var(--footer-title);font-weight:600;letter-spacing:0.4px}.footer-divider{width:auto;height:2px;background:var(--accent);margin:12px 0 20px;border-radius:2px}.footer-text{line-height:1.7}.footer-links,.footer-socials{list-style:none;padding:0;margin:0}.footer-links li,.footer-socials li{margin-bottom:14px}.footer-links a,.footer-socials a{color:var(--footer-text);text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:color 0.3s ease,transform 0.3s ease}.footer-links a:hover,.footer-socials a:hover{color:#ffffff;transform:translateX(4px)}.footer-socials i{font-size:18px;opacity:0.85}.footer-image{width:100%;max-width:220px;border-radius:16px;object-fit:cover}.footer-address{margin-top:16px;text-align:center;line-height:1.6}.footer-bottom{margin-top:80px;padding:30px 0;border-top:2px solid #5fa9a3;text-align:center}.footer-copy{font-size:13px;opacity:0.7}@media (max-width:768px){.footer{padding-top:70px}.footer-grid{gap:40px}}@media (max-width:991px){.footer-grid{grid-template-columns:none}#footer-laboplus{text-align:center !important}}