.footer{background-color:#000000;padding:80px 0;color:white;font-family:var(--font-ubuntu),sans-serif}.footer__container{margin:0 auto;padding:0 20px}.footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.2fr;gap:40px}.footer__logo-section{display:flex;justify-content:flex-start}.footer__stylized-logo{position:relative;width:120px;height:160px}.footer__logo-svg{width:100%;height:100%;overflow:visible}.logo-dot-glow{position:absolute;top:30px;left:30px;width:30px;height:30px;background-color:#3fdbff;border-radius:50%;transform:translate(-50%,-50%);filter:blur(12px);opacity:.8}.logo-dot{filter:drop-shadow(0 0 5px #3fdbff)}.logo-shape{opacity:.4}.footer__column-title{font-size:20px;font-weight:700;margin-bottom:24px;color:white}.footer__link-list{list-style:none;padding:0;margin:0}.footer__link-list li{margin-bottom:12px}.footer__link-list a{color:#cbd5e1;text-decoration:none;font-size:16px;transition:color .2s}.footer__link-list a:hover{color:white}.footer__socials-grid{display:flex;gap:16px;align-items:center}.footer__social-icon{color:white;transition:transform .2s}.footer__social-icon:hover{transform:scale(1.1)}.footer__contact-info{display:flex;flex-direction:column;gap:16px}.footer__contact-item{display:flex;align-items:center;gap:12px;color:#cbd5e1;font-size:16px;margin-bottom:12px}.footer__contact-icon-wrapper{background-color:white;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer__contact-icon-inner{color:black}@media (max-width:1024px){.footer__grid{grid-template-columns:1fr 1fr;gap:60px 40px}}@media (max-width:640px){.footer__grid{grid-template-columns:1fr;gap:40px}.footer{padding:60px 0}}