.footer{background:black;color:white;margin-top:auto;position:relative;overflow:hidden}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:1}.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;grid-gap:3rem;gap:3rem;padding:4rem 0 2rem}.footer-brand{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{margin:0;font-size:1.8rem;font-weight:700;letter-spacing:1px}.footer-logo a{color:white;text-decoration:none;transition:all .3s ease;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.footer-logo a:hover{transform:scale(1.05);text-shadow:0 0 10px rgba(255,255,255,.8)}.footer-description{font-size:1rem;line-height:1.6;color:rgba(255,255,255,.9);margin:0;max-width:300px}.footer-social{display:flex;gap:1rem;margin-top:.5rem}.social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:rgba(255,255,255,.1);border-radius:50%;color:white;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.social-link:hover{background:rgba(255,255,255,.2);transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2)}.social-link svg{width:20px;height:20px}.footer-section{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.footer-heading{font-size:1.1rem;font-weight:600;margin:0;color:white;letter-spacing:.5px}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li{margin:0}.footer-links a{color:white;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:block;padding:.25rem 0}.footer-links a:hover{color:white;transform:translateX(5px);text-shadow:0 0 5px rgba(255,255,255,.5)}.footer-newsletter-text{font-size:.95rem;line-height:1.5;color:rgba(255,255,255,.9);margin:0 0 1rem}.footer-newsletter{margin-bottom:1rem}.newsletter-input-group{display:flex;gap:.5rem;margin-bottom:.75rem}.newsletter-input{flex:1 1;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:rgba(255,255,255,.1);color:white;font-size:.95rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.newsletter-input::placeholder{color:rgba(255,255,255,.7)}.newsletter-input:focus{outline:none;border-color:rgba(255,255,255,.6);background:rgba(255,255,255,.15);box-shadow:0 0 0 3px rgba(255,255,255,.1)}.newsletter-button{padding:.75rem 1.5rem;background:rgba(255,255,255,.2);border:1px solid rgba(255,255,255,.3);border-radius:8px;color:white;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap}.newsletter-button:hover{background:rgba(255,255,255,.3);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.footer-disclaimer{font-size:.8rem;color:rgba(255,255,255,.6);margin:0;line-height:1.4}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding:2rem 0;margin-top:2rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright{font-size:.9rem;color:rgba(255,255,255,.8);margin:0}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:rgba(255,255,255,.7);text-decoration:none;font-size:.9rem;transition:all .3s ease}.footer-bottom-links a:hover{color:white;text-shadow:0 0 5px rgba(255,255,255,.5)}@media screen and (max-width:1024px){.footer-main{grid-template-columns:1fr 1fr;gap:2.5rem;padding:3rem 0 2rem}.footer-brand{grid-column:1/-1;text-align:center;margin-bottom:1rem}.footer-description{max-width:100%}}@media screen and (max-width:768px){.footer-container{padding:0 1.5rem}.footer-main{grid-template-columns:1fr;gap:2rem;padding:2.5rem 0 1.5rem}.footer-brand{text-align:center}.footer-social{justify-content:center}.newsletter-input-group{flex-direction:column}.newsletter-button{width:100%}.footer-bottom-content{flex-direction:column;text-align:center;gap:1rem}.footer-bottom-links{justify-content:center;flex-wrap:wrap;gap:1.5rem}}@media screen and (max-width:480px){.footer-container{padding:0 1rem}.footer-main{padding:2rem 0 1rem}.footer-logo{font-size:1.5rem}.footer-heading{font-size:1rem}.footer-bottom-links{gap:1rem}.footer-bottom-links a{font-size:.85rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.footer-main>*{animation:fadeInUp .6s ease-out}.footer-main>:first-child{animation-delay:.1s}.footer-main>:nth-child(2){animation-delay:.2s}.footer-main>:nth-child(3){animation-delay:.3s}.footer-main>:nth-child(4){animation-delay:.4s}@media (prefers-reduced-motion:reduce){.footer-main>*{animation:none}.footer-links a:hover,.newsletter-button:hover,.social-link:hover{transform:none}}@media (prefers-contrast:high){.footer{background:#008B8B}.footer-bottom-links a,.footer-copyright,.footer-links a{color:white}.newsletter-input{border-color:white}}