.footer{background-color:black;color:white;width:100%;transition:background-color .3s ease}.dark .footer{background-color:hsl(0 0% 9%)}.footer-main{max-width:1250px;margin:0 auto;padding:4rem 2rem;display:flex;justify-content:space-between;align-items:flex-start;gap:4rem}.footer-left{flex:1}.footer-cta{font-size:3rem;font-weight:400;line-height:1.5;color:white;margin:0 0 2rem}.footer-cta,.footer-cta-button{font-family:system-ui,-apple-system,sans-serif}.footer-cta-button{background-color:#c1d0eb;color:#000000;border:none;padding:1rem 2rem;border-radius:25px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.footer-cta-button:hover{background-color:#ffffff;transform:translateY(-1px)}.footer-cta-button:active{transform:translateY(0)}.footer-right{flex:1;align-items:flex-end;gap:2rem}.footer-right,.footer-section{display:flex;flex-direction:column}.footer-section{gap:1rem}.footer-section-title{font-family:system-ui,-apple-system,sans-serif;font-size:.9rem;font-weight:400;color:white;margin:0;text-transform:uppercase;letter-spacing:.5px}.footer-links{display:flex;gap:3rem}.footer-links-column{display:flex;flex-direction:column;gap:.75rem}.footer-link{font-family:system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:400;color:white;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#c1d0eb}.footer-contact-info{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.footer-email{font-family:system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:400;color:#000000;text-decoration:none;transition:color .2s ease}.footer-email:hover{color:#c1d0eb}.footer-social{display:flex;gap:.75rem}.footer-social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#f0f0f0;border-radius:50%;color:#000000;text-decoration:none;transition:all .2s ease}.footer-social-icon:hover{background-color:#c1d0eb;color:#000000;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #e0e0e0;padding:1.5rem 2rem}.footer-bottom-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.footer-legal-links{display:flex;align-items:center;gap:.75rem}.footer-bottom-link{font-family:system-ui,-apple-system,sans-serif;font-size:.8rem;font-weight:400;color:white;text-decoration:none;text-transform:uppercase;letter-spacing:.5px;transition:color .2s ease}.footer-bottom-link:hover{color:#c1d0eb}.footer-legal-separator{color:rgba(255,255,255,.4)}.footer-copyright,.footer-legal-separator{font-family:system-ui,-apple-system,sans-serif;font-size:.8rem}.footer-copyright{font-weight:400;color:white;text-transform:uppercase;letter-spacing:.5px}@media (max-width:968px){.footer-main{flex-direction:column;gap:3rem;padding:3rem 1.5rem}.footer-cta{font-size:2.5rem}.footer-links{gap:2rem}}@media (max-width:768px){.footer-main{padding:2rem 1rem;gap:2rem}.footer-cta{font-size:2rem;margin-bottom:1.5rem}.footer-cta-button{padding:.875rem 1.75rem;font-size:.95rem}.footer-right{gap:1.5rem;align-items:flex-start}.footer-links{flex-direction:column;gap:1rem}.footer-contact-info{margin-bottom:.75rem}.footer-social{gap:.5rem;justify-content:space-evenly}.footer-social-icon{width:36px;height:36px}.footer-bottom{padding:1rem}.footer-bottom-content{flex-direction:column;gap:.75rem;text-align:center}.footer-legal-links{flex-wrap:wrap;justify-content:center;gap:.5rem}}@media (max-width:480px){.footer-cta{font-size:1.75rem}.footer-cta-button{padding:.75rem 1.5rem;font-size:.9rem}.footer-social-icon{width:32px;height:32px}.footer-social-icon svg{width:14px;height:14px}.footer-bottom-link,.footer-copyright,.footer-legal-separator{font-size:.75rem}}