:root{--footer-bg:#2c3e50;--footer-text:#ecf0f1;--footer-link:#bdc3c7;--footer-link-hover:#fff;--footer-border:#34495e;--footer-accent:#e74c3c}.footer-modern{background:var(--footer-bg);color:var(--footer-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin-top:4rem}.footer-main{border-bottom:1px solid var(--footer-border);padding:3rem 0 2rem}.footer-content{display:grid;gap:2rem;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr}@media (max-width:1200px){.footer-content{gap:1.5rem;grid-template-columns:1fr 1fr 1fr}}@media (max-width:768px){.footer-content{gap:1rem;grid-template-columns:1fr}}.footer-section .footer-logo{margin-bottom:1rem}.footer-section .footer-logo .logo{max-height:40px;width:auto}.footer-section .footer-description{color:var(--footer-link);font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.footer-section .footer-social h5{color:var(--footer-text);font-size:1rem;font-weight:600;letter-spacing:.5px;margin-bottom:.8rem;text-transform:uppercase}.footer-section .footer-social .social-links{display:flex;gap:.8rem}.footer-section .footer-social .social-links .social-link{align-items:center;background:hsla(0,0%,100%,.1);border-radius:50%;color:var(--footer-link);display:flex;height:36px;justify-content:center;text-decoration:none;transition:all .3s ease;width:36px}.footer-section .footer-social .social-links .social-link i{display:inline-block;line-height:1}.footer-section .footer-social .social-links .social-link i.fa-brands{line-height:1}.footer-section .footer-social .social-links .social-link i.fa-facebook-f,.footer-section .footer-social .social-links .social-link i.fa-instagram,.footer-section .footer-social .social-links .social-link i.fa-linkedin-in,.footer-section .footer-social .social-links .social-link i.fa-x-twitter{left:0;position:relative;top:0}.footer-section .footer-social .social-links .social-link:hover{background:var(--footer-accent);color:#fff;transform:translateY(-2px)}.footer-section .footer-social .social-links .social-link i{font-size:1rem}.footer-section h4{color:var(--footer-text);font-size:1.1rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.footer-section .footer-links{list-style:none;margin:0;padding:0}.footer-section .footer-links li{margin-bottom:.5rem}.footer-section .footer-links li a{color:var(--footer-link);font-size:1rem;line-height:1.4;text-decoration:none;transition:color .3s ease}.footer-section .footer-links li a:hover{color:var(--footer-link-hover)}.footer-bottom{background:rgba(0,0,0,.1);padding:1.5rem 0}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}@media (max-width:768px){.footer-bottom-content{flex-direction:column;text-align:center}}.footer-copyright p,.footer-credits p{color:var(--footer-link);font-size:.95rem;margin:0}.footer-credits p .designer-link{color:var(--footer-accent);font-weight:500;text-decoration:none}.footer-credits p .designer-link:hover{text-decoration:underline}.footer-apps .app-link{align-items:center;border:1px solid var(--footer-border);border-radius:6px;color:var(--footer-link);display:flex;font-size:.95rem;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.footer-apps .app-link:hover{background:rgba(231,76,60,.1);border-color:var(--footer-accent);color:var(--footer-link-hover)}.footer-apps .app-link i{font-size:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer-modern{animation:fadeInUp .6s ease-out}@media (max-width:1200px){.footer-content{grid-template-columns:1fr 1fr 1fr}}@media (max-width:768px){.footer-main{padding:2rem 0 1.5rem}.footer-content{gap:1.5rem;grid-template-columns:1fr}.footer-section{text-align:center}.footer-section .footer-logo{display:flex;justify-content:center}.footer-section .social-links{justify-content:center}.footer-bottom-content{flex-direction:column;gap:1rem}}.footer-section .footer-links li a{position:relative}.footer-section .footer-links li a:after{background:var(--footer-accent);bottom:-2px;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-section .footer-links li a:hover:after{width:100%}.scroll-to-top{align-items:center;background:var(--footer-accent);border:none;border-radius:50%;bottom:2rem;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:50px;justify-content:center;opacity:0;position:fixed;right:2rem;transition:all .3s ease;visibility:hidden;width:50px;z-index:1000}.scroll-to-top.visible{opacity:1;visibility:visible}.scroll-to-top:hover{background:#c0392b;transform:translateY(-3px)}