footer{background:#1a1a1a;color:#fff;padding:60px 0 30px;font-family:Inter,sans-serif}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px}.footer-section{text-align:center;margin-bottom:30px}.footer-section h3{color:#fff;font-size:1.2rem;margin-bottom:20px;position:relative;padding-bottom:10px}.footer-section h3::after{content:'';position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:40px;height:2px;background:#06c}.footer-section p{color:#b3b3b3;line-height:1.6;margin-bottom:15px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:12px}.footer-links a{color:#b3b3b3;text-decoration:none;transition:all .3s ease;display:inline-block}.footer-links a:hover{color:#06c;transform:translateX(5px)}.social-links{display:flex;gap:15px;margin-top:20px}.social-links a{color:#fff;background:rgba(255,255,255,.1);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.social-links a:hover{background:#06c;transform:translateY(-3px)}.newsletter-form{margin-top:20px}.newsletter-form input{width:100%;padding:12px 15px;border:none;background:rgba(255,255,255,.1);color:#fff;border-radius:5px;margin-bottom:10px}.newsletter-form input::placeholder{color:#b3b3b3}.newsletter-form button{background:#06c;color:#fff;border:none;padding:12px 25px;border-radius:5px;cursor:pointer;transition:all .3s ease}.newsletter-form button:hover{background:#0052a3}.footer-bottom{margin-top:50px;padding-top:30px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{color:#b3b3b3;font-size:.9rem}@media (max-width:768px){.footer-container{grid-template-columns:1fr;gap:30px}.footer-section{text-align:center}.footer-section h3::after{left:50%;transform:translateX(-50%)}.social-links{justify-content:center}}@media (max-width:480px){footer{padding:40px 0 20px}.footer-section h3{font-size:1.1rem}.social-links a{width:35px;height:35px}}