.footer{background-color:#0c0f16;padding:70px 0 30px;border-top:1px solid rgba(255,255,255,.05);position:relative}.footer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 70% 30%,rgba(0,128,255,.05),rgba(0,0,0,0) 60%);z-index:0}.footer-container{width:100%;max-width:1440px;padding:0 32px;margin:0 auto;position:relative;z-index:1}.footer-content{display:grid;grid-template-columns:1fr 2fr;grid-gap:4rem;gap:4rem;margin-bottom:3rem}.footer-logo{display:flex;flex-direction:column;align-items:flex-start}.footer-logo-container{display:flex;align-items:flex-end;gap:12px;margin-bottom:1rem}.footer-logo-triangle{width:32px;height:28px;flex-shrink:0;filter:drop-shadow(0 0 6px rgba(0,240,255,.4));margin-bottom:2px}.footer-logo-text{display:flex;flex-direction:row;align-items:baseline;gap:6px;line-height:1}.footer-company-name{font-weight:600;color:#00f0ff}.footer-company-domain,.footer-company-name{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:22px;letter-spacing:-.5px}.footer-company-domain{font-weight:400;color:#ffffff}.footer-tagline{font-size:.95rem;color:rgba(255,255,255,.6);margin-bottom:1.5rem;max-width:240px}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.footer-links-column h4{font-size:1.1rem;font-weight:500;color:#0080ff;margin-bottom:1.5rem;letter-spacing:.5px}.footer-links-column ul{list-style:none;padding:0}.footer-links-column li{margin-bottom:.8rem}.footer-links-column a{font-size:.95rem;color:rgba(255,255,255,.7);transition:all .2s ease;text-decoration:none;position:relative;display:inline-block}.footer-links-column a:after{content:"";position:absolute;width:0;height:1px;bottom:-2px;left:0;background-color:#0080ff;transition:width .2s ease}.footer-links-column a:hover{color:#ffffff}.footer-links-column a:hover:after{width:100%}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:2rem;justify-content:space-between;align-items:center;flex-wrap:wrap}.footer-bottom,.social-icons{display:flex;gap:1rem}.social-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:50%;color:rgba(255,255,255,.7);transition:all .3s ease}.social-icon:hover{background:rgba(0,128,255,.1);border-color:#0080ff;color:#0080ff;transform:translateY(-2px)}.copyright p{font-size:.9rem;color:rgba(255,255,255,.5)}.footer--light{background-color:#ffffff;border-top:1px solid #e5e8ec}.footer--light:before{display:none}.footer--light .footer-logo-wordmark{display:block;width:230px;height:auto}.footer--light .footer-tagline{color:#55606c}.footer--light .footer-links-column h4{color:#0b6fc4}.footer--light .footer-links-column a{color:#4a5560}.footer--light .footer-links-column a:hover{color:#0b0e13}.footer--light .footer-bottom{border-top:1px solid #e5e8ec}.footer--light .social-icon{background:#f4f6f8;border:1px solid #dfe4ea;color:#55606c}.footer--light .social-icon:hover{background:rgba(0,128,255,.08);border-color:#0080ff;color:#0080ff}.footer--light .copyright p{color:#6b7480}@media screen and (max-width:992px){.footer-content{grid-template-columns:1fr;gap:3rem}.footer-logo{align-items:center;text-align:center}.footer-logo-container{justify-content:center}.footer-tagline{max-width:100%;text-align:center}}@media screen and (max-width:768px){.footer-links{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-bottom{flex-direction:column;text-align:center}.social-icons{justify-content:center;margin-bottom:1rem}}@media screen and (max-width:576px){.footer-links{grid-template-columns:1fr;text-align:center}.footer-links-column h4{margin-bottom:1rem}.footer-links-column a:after{left:50%;transform:translateX(-50%)}}