@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";
html,body{background-color:var(--white);color:var(--navy);scroll-behavior:smooth;margin:0;padding:0;font-family:Inter,sans-serif}*,:before,:after{box-sizing:border-box}h1,h2,h3,h4{margin:0 0 1rem;font-weight:700;line-height:1.2}p{margin:0 0 1.5rem;font-weight:400;line-height:1.6}:root{--navy:#0a2540;--navy-dark:#081c33;--teal:#00a6a6;--teal-dark:teal;--white:#fff;--gray-light:#f5f5f5;--gray-dark:#e0e0e0}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}section{background-color:var(--white);padding:4rem 1rem}.section-dark{background-color:var(--navy);color:var(--white)}.section-light{background-color:var(--gray-light)}.section-title{margin-bottom:1rem;font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;line-height:1.2}.section-subtitle{margin-bottom:2rem;font-size:clamp(1rem,3vw,1.25rem);font-weight:400;line-height:1.5}button{cursor:pointer;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-block}button.bg-navy{background-color:var(--navy);color:var(--white)}button.bg-navy:hover{background-color:var(--navy-dark);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}button.bg-teal{background-color:var(--teal);color:var(--white)}button.bg-teal:hover{background-color:var(--teal-dark);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.navbar{z-index:100;background-color:var(--white);justify-content:space-between;align-items:center;width:100%;padding:1rem 1.5rem;display:flex;position:sticky;top:0;box-shadow:0 2px 4px #0000000d}a{color:var(--navy);text-decoration:none;transition:color .3s}a:hover{color:var(--teal)}.form-label{margin-bottom:.5rem;font-weight:600;display:block}.form-input{border:1px solid var(--gray-dark);border-radius:6px;width:100%;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:1rem;transition:border-color .2s}.form-input:focus{border-color:var(--teal);outline:none;box-shadow:0 0 0 2px #00a6a633}.form-error{color:red;margin-top:.25rem;font-size:.9rem}.required-asterisk{color:red;margin-left:2px}.required-legend{color:#666;margin-bottom:1rem;font-size:.9rem}ul{margin-bottom:2rem;padding-left:1.25rem}li{margin-bottom:.5rem;line-height:1.4}@media (max-width:768px){section{padding:2.5rem 1rem}h1,.section-title{font-size:2rem}.section-subtitle{font-size:1rem}button{padding:.6rem 1.2rem;font-size:.9rem}.navbar{padding:.75rem 1rem}.nav-links-desktop,.nav-cta-desktop{display:none!important}.hamburger{cursor:pointer;flex-direction:column;gap:4px;display:flex}.hamburger .bar{background-color:var(--navy);border-radius:2px;width:24px;height:3px}.mobile-menu{background-color:var(--white);border-top:1px solid var(--gray-dark);flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.mobile-menu a{font-size:1.1rem;font-weight:600}.mobile-menu button{width:100%}}@media (min-width:769px){.hamburger{display:none}}@media (max-width:768px){.navbar img{width:28px;height:28px}}
