footer{background:var(--dark);padding:3rem 2rem 1.5rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.footer-brand{display:flex;flex-direction:column}.footer-logo{display:flex;align-items:center;font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text);text-decoration:none}.footer-logo i{color:var(--secondary);margin-right:0.5rem;font-size:2.2rem}.footer-logo-text{background:var(--gradient-accent);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.footer-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem;max-width:320px}.footer-heading{font-size:1.2rem;margin-bottom:1.2rem;color:var(--accent);position:relative;padding-bottom:0.5rem}.footer-heading::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:2px;background:var(--gradient-accent)}.footer-contact{margin-bottom:0.5rem;display:flex;align-items:center}.footer-contact i{color:var(--secondary);margin-right:0.8rem;font-size:1.2rem}.footer-contact a{color:var(--text-secondary);text-decoration:none;transition:color 0.3s ease}.footer-contact a:hover{color:var(--accent)}.footer-links{list-style:none}.footer-links li{margin-bottom:0.8rem}.footer-links a{color:var(--text-secondary);text-decoration:none;transition:all 0.3s ease;display:inline-block}.footer-links a:hover{color:var(--accent);transform:translateX(5px)}.footer-bottom{max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,0.1);text-align:center;color:var(--text-secondary);font-size:0.9rem}.social-links{display:flex;gap:1rem;margin-top:1.5rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,0.1);color:var(--text);transition:all 0.3s ease}.social-links a:hover{background:var(--gradient-accent);transform:translateY(-3px)}@media screen and (max-width:768px){.footer-container{grid-template-columns:1fr;gap:2.5rem}.footer-brand{text-align:center;align-items:center}.footer-logo{justify-content:center}.social-links{justify-content:center}.footer-section{text-align:center}.footer-heading::after{left:50%;transform:translateX(-50%)}}@media screen and (max-width:480px){footer{padding:2rem 1.5rem 1rem}.footer-logo{font-size:1.8rem}.footer-logo i{font-size:2rem}}