@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");:root{--foreground-rgb:0,0,0;--background-start-rgb:255,255,255;--background-end-rgb:255,255,255;--primary-blue:#7fb5d1;--secondary-blue:#5c94b3;--accent-grey:#9fa1a4;--text-dark:#333;--text-light:#f5f5f7}*{box-sizing:border-box;padding:0;margin:0}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));font-family:Inter,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:4px;font-weight:500;transition:all .2s;cursor:pointer;border:none}.btn-primary{background-color:var(--primary-blue);color:#fff}.btn-primary:hover{background-color:var(--secondary-blue)}.btn-outline{border:2px solid var(--primary-blue);color:var(--primary-blue);background:transparent}.btn-outline:hover{background-color:var(--primary-blue);color:#fff}.text-center{text-align:center}.my-1{margin-top:1rem;margin-bottom:1rem}.my-2{margin-top:2rem;margin-bottom:2rem}.py-5{padding-top:5rem;padding-bottom:5rem}.grid{display:grid;grid-gap:2rem;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.Navbar_header__xPE0t{background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05);position:-webkit-sticky;position:sticky;top:0;z-index:100;padding:.5rem 0}.Navbar_navContainer__lQsro{display:flex;justify-content:space-between;align-items:center}.Navbar_logoLink__SrKVH{display:flex;align-items:center;gap:1rem;text-decoration:none}.Navbar_logoImage__msoFF{object-fit:contain}.Navbar_logoText__Jmms3{display:flex;flex-direction:column}.Navbar_brandName__iIWVm{font-size:1.5rem;font-weight:700;color:var(--primary-blue);line-height:1}.Navbar_brandSub__cqBeH{font-size:.8rem;font-weight:500;color:var(--accent-grey);letter-spacing:.1em;text-transform:uppercase}.Navbar_nav__yFFPE{display:flex}.Navbar_navList__gzP7S{display:flex;gap:2rem;list-style:none}.Navbar_navLink__16zHl{font-weight:500;color:var(--text-dark);transition:color .2s;font-size:1rem}.Navbar_navLink__16zHl:hover{color:var(--primary-blue)}@media (max-width:768px){.Navbar_navContainer__lQsro{flex-direction:column;gap:1rem}}.Footer_footer__pQtti{background-color:var(--text-dark);color:#fff;padding:4rem 0 2rem;margin-top:auto}.Footer_footerContainer__UGwZX{display:flex;flex-direction:column}.Footer_footerContent__yAl3k{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:3rem}.Footer_brandColumn__gCAVl h3{font-size:1.5rem;margin-bottom:.5rem;color:#fff}.Footer_brandColumn__gCAVl p{color:#aaa}.Footer_linksColumn__AMsyy h4{margin-bottom:1rem;color:#fff;font-weight:600}.Footer_linksColumn__AMsyy a{display:block;color:#aaa;margin-bottom:.5rem;transition:color .2s}.Footer_linksColumn__AMsyy a:hover{color:#fff}.Footer_copyright__j4atB{border-top:1px solid #444;padding-top:2rem;text-align:center;color:#888;font-size:.9rem}@media (max-width:768px){.Footer_footerContent__yAl3k{grid-template-columns:1fr;text-align:center}}