.footer{background:hsla(0,0%,100%,.85);color:#333;padding:40px 20px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;border-top-left-radius:40px;border-top-right-radius:40px;box-shadow:0 -5px 20px rgba(0,0,0,.1);backdrop-filter:blur(10px);gap:30px;opacity:0;transform:translateY(100px);transition:opacity .8s ease-out,transform .8s ease-out}.footer.footer-visible{opacity:1;transform:translateY(0)}.footer h3{color:#ff2d95;margin-bottom:10px}.footer-left,.footer-middle,.footer-right{flex:1;min-width:200px}.footer ul{list-style:none;padding:0;margin:0}.footer ul li{margin-bottom:10px}.footer-middle p{margin:0 0 10px}.footer .footer-custom-text{white-space:pre-line;line-height:1.6;color:#333}.footer-brandless-signature{width:100%;margin-top:1.5rem;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.1);text-align:right;font-size:10px;color:rgba(51,51,51,.5)}.footer-brandless-signature a{color:rgba(51,51,51,.5);text-decoration:none;transition:color .2s ease}.footer-brandless-signature a:hover{color:#ff2d95;text-decoration:underline}.social-icons{display:flex;gap:20px;margin-top:10px}.social-icons a{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#ff2d95}.social-icons svg{width:32px;height:32px;fill:currentColor;transition:color .3s ease}.social-icons a:hover svg{color:#ff7e80;fill:#ff7e80}.follow-us h3{font-size:1.1rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;color:#ff2d95}@media(max-width:900px){.footer{flex-direction:column;align-items:center;text-align:center;padding:30px 10px}.footer-left,.footer-middle,.footer-right{width:100%;max-width:100%}.social-icons{justify-content:center}.follow-us{text-align:center}}@media(min-width:901px)and (max-width:1023px){.footer{flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:40px 30px}.footer-left,.footer-middle{width:48%}.footer-right{width:100%;margin-top:30px}.footer a,.footer h3,.footer li,.footer p{text-align:left}}