@font-face{font-family:Basis Grotesque Pro;src:url(/fonts/BasisGrotesquePro-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Basis Grotesque Pro;src:url(/fonts/BasisGrotesquePro-2.woff2) format("woff2");font-weight:500 700;font-style:normal;font-display:swap}:root{--snowflake: #F0F0F0;--shy-green: #E6E7DA;--white: #FFFFFF;--jet: #343434;--electric-lime: #DFFE67;--electric-lime-dark: #D0F050;--pistachio: #B3E29C;--legacy-blue: #0668B3;--jet-50: #F5F5F5;--jet-100: #E5E5E5;--jet-200: #CCCCCC;--jet-300: #999999;--jet-400: #666666;--jet-500: #343434;--jet-700: #202020;--jet-800: #171717;--jet-900: #0D0D0D;--primary: var(--electric-lime);--primary-dark: var(--electric-lime-dark);--accent: var(--pistachio);--bg: var(--white);--bg-secondary: var(--snowflake);--bg-tertiary: var(--shy-green);--bg-dark: var(--jet);--text: var(--jet);--text-muted: var(--jet-400);--border: var(--jet-100);--border-dark: var(--jet-200);--font: "Basis Grotesque Pro", Helvetica, Arial, sans-serif;--font-heading: "Basis Grotesque Pro", Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:400;line-height:1.2;color:var(--text)}p{margin-bottom:1rem}a{color:var(--primary);transition:color .2s ease}ul,ol{margin-bottom:1rem}img{max-width:100%;height:auto;display:block}.navbar{position:fixed;top:0;left:0;right:0;background:#fffffff7;backdrop-filter:blur(8px);border-bottom:1px solid var(--border);padding:1.25rem 0;z-index:1000}.nav-container{max-width:1280px;margin:0 auto;padding:0 5%;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;text-decoration:none}.logo-img{display:block;height:18px;width:auto}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-links a{color:var(--jet);text-decoration:none;font-weight:400;font-size:.9rem;transition:color .2s ease;letter-spacing:.01em}.nav-links a:hover{color:var(--jet-700)}.nav-cta{background:var(--jet);color:var(--white)!important;padding:.55rem 1.25rem;border-radius:6px;font-weight:700!important;transition:all .2s ease!important}.nav-cta:hover{background:var(--jet-700)!important;transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px}main{padding-top:69px}.container{max-width:1280px;margin:0 auto;padding:0 6%}.section{padding:7rem 0}.section-dark{background:var(--bg-dark);color:#fff}.section-gray{background:var(--bg-secondary)}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:clamp(2rem,3.5vw,3rem);font-weight:400;margin-bottom:1.25rem;letter-spacing:-.02em}.section-header p{color:var(--text-muted);font-size:1.1rem;max-width:620px;margin:0 auto;line-height:1.7}.section-dark .section-header p{color:#94a3b8}.btn{display:inline-block;padding:.875rem 2.25rem;border-radius:4px;font-weight:700;font-size:.95rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;letter-spacing:.01em}.btn-primary{background:var(--jet);color:var(--white)}.btn-primary:hover{background:var(--jet-700);transform:translateY(-2px);box-shadow:0 4px 16px #0000004d}.btn-outline{border:1.5px solid var(--jet);color:var(--jet);background:transparent}.btn-outline:hover{border-color:var(--jet);background:var(--jet);color:var(--white);transform:translateY(-2px)}.btn-secondary{background:transparent;border:1.5px solid var(--jet);color:var(--jet)}.btn-secondary:hover{background:var(--jet);color:var(--white);transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-white{background:var(--white);color:var(--jet)}.btn-white:hover{background:var(--snowflake);transform:translateY(-2px)}@media(max-width:768px){.nav-links{display:none;flex-direction:column;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--border);padding:1.5rem 5%;gap:1.25rem}.nav-links.open{display:flex}.nav-cta{text-align:center}.nav-toggle{display:flex}}footer.footer-section{box-sizing:border-box;width:100%;max-width:min(120rem,1920px);margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem;padding-bottom:40px}@media(min-width:768px){footer.footer-section{padding-left:2rem;padding-right:2rem}}.footer-inner{background-color:#f5f5f5;border-radius:10px;padding:2.75rem 1.75rem 2.5rem;display:flex;flex-direction:column;gap:3.75rem}@media(min-width:768px){.footer-inner{padding:4rem 3rem 2.75rem}}@media(min-width:1280px){.footer-inner{padding:4rem 3rem 2.75rem;gap:8rem}}.footer-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem 1.5rem;order:2}@media(min-width:640px){.footer-nav{grid-template-columns:repeat(3,1fr);gap:3rem 2rem}}@media(min-width:1024px){.footer-nav{grid-template-columns:repeat(6,1fr);gap:2rem 2rem}}.footer-col{display:flex;flex-direction:column;gap:1rem}.footer-col-title{font-size:.875rem;font-weight:500;color:#343434;margin:0 0 .5rem;letter-spacing:.01em}.footer-links,.footer-social{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.footer-social{flex-direction:row;gap:1rem}.footer-links a,.footer-social a{color:#525252;text-decoration:none;font-size:.9375rem;line-height:1.5;transition:color .15s ease;display:block}.footer-links a:hover,.footer-social a:hover{color:#171717}.footer-phone{font-weight:500;color:#343434!important}.footer-social img{width:24px;height:24px;display:block}.footer-brand{order:1;display:flex;flex-direction:column;gap:1rem}@media(min-width:1024px){.footer-brand{flex-direction:row;align-items:baseline;justify-content:space-between;gap:2rem}}.footer-logo{width:15rem;height:auto;max-width:100%}@media(min-width:1280px){.footer-logo{width:21rem}}.footer-tagline{font-size:1rem;line-height:1.4;color:#525252;margin:0;font-weight:400}@media(min-width:768px){.footer-tagline{font-size:1.5rem;line-height:1.75rem;letter-spacing:-.031rem}}.footer-legal{order:3;display:flex;flex-direction:column;gap:1rem;padding-top:2rem;border-top:1px solid #E5E5E5}@media(min-width:768px){.footer-legal{flex-direction:row;justify-content:space-between;align-items:center;gap:2rem}}.footer-legal-links{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.footer-legal-links a{color:#525252;text-decoration:none;font-size:.875rem;transition:color .15s ease}.footer-legal-links a:hover{color:#171717}.footer-separator{color:#525252;font-size:.875rem}.footer-copyright{color:#525252;font-size:.875rem;margin:0;line-height:1.4}
