.menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:300}.menu--scrolled{background:#fffffffa;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.menu__container{align-items:center;display:flex;gap:2.5rem;height:72px}@media(min-width:1024px){.menu__container{height:80px}}.menu__logo{color:#171717;font-size:1.25rem;font-weight:800;text-decoration:none;transition:color .15s ease}.menu__logo:hover{color:#ff6b35}.menu__nav{align-items:center;display:none;gap:2rem}@media(min-width:1024px){.menu__nav{display:flex;flex-grow:1;justify-content:end}}.menu__link{color:#525252;font-size:.875rem;font-weight:500;position:relative;text-decoration:none;transition:color .15s ease}.menu__link:after{background:#ff6b35;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .15s ease;width:0}.menu__link:hover{color:#171717}.menu__link:hover:after{width:100%}.menu__cta{display:none;font-size:.875rem;padding:.75rem 1.25rem}@media(min-width:1024px){.menu__cta{display:inline-flex}}.menu__toggle{background:none;border:none;cursor:pointer;display:flex;flex-direction:column;gap:5px;height:32px;justify-content:center;margin-left:auto;padding:4px;width:32px}@media(min-width:1024px){.menu__toggle{display:none}}.menu__toggle-line{background:#262626;border-radius:2px;display:block;height:2px;transition:all .3s ease;width:100%}.menu__toggle--open .menu__toggle-line:first-child{transform:rotate(45deg) translate(5px,5px)}.menu__toggle--open .menu__toggle-line:nth-child(2){opacity:0}.menu__toggle--open .menu__toggle-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.menu__mobile{background:#fff;height:calc(100vh - 72px);left:0;overflow-y:auto;position:fixed;right:0;top:72px;transform:translate(100%);transition:transform .3s ease;z-index:300}@media(min-width:1024px){.menu__mobile{display:none}}.menu__mobile--open{transform:translate(0)}.menu__mobile-nav{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem}.menu__mobile-link{border-radius:.75rem;color:#404040;display:block;font-size:1.125rem;font-weight:500;padding:1rem;text-decoration:none;transition:all .15s ease}.menu__mobile-link:hover{background:#fcfcfc;color:#ff6b35}.menu__mobile-cta{justify-content:center;margin-top:1rem;width:100%}.footer{background:#171717;color:#d4d4d4;padding:4rem 0 2rem}.footer__main{border-bottom:1px solid #404040;display:flex;flex-direction:column;gap:2.5rem;padding-bottom:2.5rem}@media(min-width:640px){.footer__main{flex-direction:row;justify-content:space-between}}.footer__brand{max-width:300px}.footer__logo{color:#fff;font-size:1.5rem;font-weight:800;margin-bottom:.75rem}.footer__tagline{color:#a3a3a3;font-size:.875rem;line-height:1.5;line-height:1.625}.footer__links{display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}@media(min-width:640px){.footer__links{gap:3rem;grid-template-columns:repeat(3,1fr)}}.footer__column-title{color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.05em;margin-bottom:1rem;text-transform:uppercase}.footer__list{display:flex;flex-direction:column;gap:.75rem}.footer__list a{color:#a3a3a3;font-size:.875rem;line-height:1.5;transition:color .15s ease}.footer__list a:hover{color:#fff}.footer__bottom{align-items:center;display:flex;flex-direction:column;gap:1.5rem;padding-top:2rem}@media(min-width:640px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copyright{color:#737373;font-size:.875rem;line-height:1.5}.footer__badges{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.footer__badges .badge{background:#ffffff1a;color:#d4d4d4;font-size:.75rem}
