@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&display=swap";
.footer-section{color:#f1f5f9;background-color:#010807;justify-content:center;width:100%;padding:80px 1.5rem 48px;font-family:Outfit,sans-serif;display:flex;position:relative;overflow-x:hidden}.footer-section:before{content:"";z-index:1;pointer-events:none;background-image:linear-gradient(90deg,#10b98108 1px,#0000 1px),linear-gradient(#10b98108 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 80%);mask-image:radial-gradient(circle,#000,#0000 80%)}.footer-container{z-index:2;width:100%;max-width:1200px;margin:0 auto;position:relative}.footer-top{justify-content:space-between;gap:4rem;margin-bottom:5rem;display:flex}.footer-brand{max-width:340px}.footer-logo-wrap{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.footer-logo{border-radius:8px}.footer-brand-name{color:#fff;letter-spacing:-.02em;font-size:1.5rem;font-weight:700}.footer-description{color:#d1d1d1;font-size:1.05rem;line-height:1.6}.footer-links-grid{flex:2;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:clamp(2rem,4vw,4rem);display:grid}.footer-column{flex-direction:column;gap:1.25rem;display:flex}.footer-heading{color:#fff;letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:.95rem;font-weight:600}.footer-links{flex-direction:column;gap:.875rem;margin:0;padding:0;list-style:none;display:flex}.footer-links a{color:#d1d1d1;width:fit-content;font-size:1rem;font-weight:400;text-decoration:none;transition:all .2s;display:inline-block;position:relative}.footer-links a:hover{color:#fff;transform:translate(2px)}.footer-bottom{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding-top:2.5rem;display:flex}.footer-copyright{color:#94a3b8;font-size:1rem}.footer-socials{gap:1.5rem;display:flex}.social-link{color:#94a3b8;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;padding:10px;transition:all .2s;display:flex}.social-link:hover{color:#10b981;background:#10b9811a;transform:translateY(-2px)}@media (max-width:1600px){.footer-container{max-width:1100px}}@media (max-width:1440px) and (max-height:900px){.footer-section{padding:60px 5% 80px}}@media (max-width:1280px) and (max-height:800px){.footer-section{padding:40px 5% 60px}}@media (max-width:1024px){.footer-top{gap:3rem}.footer-links-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem}}@media (max-width:900px){.footer-top{flex-direction:column;gap:3rem}.footer-brand{max-width:100%}}@media (max-width:600px){.footer-section{padding:60px 1.5rem 100px}.footer-links-grid{grid-template-columns:1fr;gap:2.5rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1.5rem}}@media (max-width:375px){.footer-section{padding:50px 1rem 80px}.footer-brand-name{font-size:1.2rem}.footer-description{font-size:.9rem}}
