@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");.footer{background-color:#0d0d0d;color:#ffffff;font-family:Poppins,sans-serif;padding:3rem 2rem 1rem;position:relative;z-index:100;margin-top:2rem}.footer-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:3rem}.footer-brand{flex:1;min-width:200px;max-width:300px;margin-right:3rem}.footer-brand img{height:50px;width:auto;object-fit:contain;margin-bottom:1rem}.footer-brand p{font-size:1rem;color:#ccc}.footer-columns{display:flex;flex:2;justify-content:space-evenly;flex-wrap:wrap;gap:4rem}.footer-column{min-width:160px;flex:1}.footer-column h4{font-weight:600;margin-bottom:.8rem;font-size:1rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:.5rem}.footer-column ul li a,.footer-column ul li a:active,.footer-column ul li a:visited{color:#bbbbbb;text-decoration:none;font-size:.9rem}.footer-column ul li a:hover{color:white}.footer-column p a{color:#bbbbbb;text-decoration:none}.footer-column p a:hover{color:white}.social-icons{margin-top:1rem;display:flex;gap:.8rem}.social-icons a{color:#bbbbbb;transition:color .3s ease}.social-icons a:hover{color:white}.footer-divider{border:none;border-top:1px solid #444;margin:2rem 0 1rem}.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;font-size:.85rem;color:#888}.footer-links a{margin-left:1.5rem;color:#888;text-decoration:none}.footer-links a:hover{color:white}.footer-column ul li a{position:relative}.footer-column ul li a:after{content:attr(data-tooltip);position:absolute;bottom:120%;left:50%;transform:translateX(-50%);background-color:#222;color:#fff;padding:.5rem .8rem;border-radius:.5rem;white-space:nowrap;font-size:.75rem;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:10}.footer-column ul li a:hover:after{opacity:1}@media (max-width:768px){.footer-top{text-align:center}.footer-columns,.footer-top{flex-direction:column;align-items:center}.footer-columns{gap:2rem}.footer-column{margin:0}.footer-bottom{gap:.5rem;text-align:center}.footer-bottom,.footer-links{flex-direction:column;align-items:center}.footer-links{display:flex}.footer-links a{margin-left:0;margin-bottom:.5rem}.footer-brand{margin:0 auto 2rem;text-align:center}}.whatsapp-float{position:fixed;bottom:2rem;right:2rem;z-index:1000;background-color:#25d366;padding:.75rem;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.3);transition:all .3s ease;display:flex;align-items:center;justify-content:center;text-decoration:none;width:60px;height:60px}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 20px rgba(0,0,0,.4)}.whatsapp-float:focus{outline:2px solid #25d366;outline-offset:2px}@media (max-width:768px){.whatsapp-float{bottom:1.5rem;right:1.5rem;width:50px;height:50px;padding:.6rem}}