:root{--color-navy: #2c4670;--color-blue: #3b7dae;--color-navy-dark: #1e3550;--color-teal: #3cb2bb;--color-teal-light: #5ec5ce;--color-page: #f1f5f9;--color-surface: #ffffff;--color-body: #2c4670;--color-muted: #4a6b8a;--color-muted-light: #6b8aa3;--color-border: #e2e8f0;--radius-card: 14px;--radius-btn: 12px;--font-sans: "Inter", system-ui, "Segoe UI", Roboto, "Helvetica Neue", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font-sans);font-size:1.0625rem;line-height:1.6;color:var(--color-body);background:var(--color-page);-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:var(--color-blue);text-decoration-thickness:1px;text-underline-offset:.15em}a:hover{color:var(--color-navy-dark)}.layout{min-height:100vh;display:flex;flex-direction:column}.site-header{background:var(--color-surface);border-bottom:3px solid transparent;border-image:linear-gradient(90deg,var(--color-teal) 0%,var(--color-teal-light) 45%,var(--color-teal) 100%) 1;box-shadow:0 1px 0 var(--color-border)}.site-header__inner{max-width:1100px;margin:0 auto;padding:.875rem 1.25rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.brand{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--color-navy);font-weight:600;font-size:1.25rem}.brand:hover{color:var(--color-navy-dark)}.brand__logo{display:block;max-height:44px;width:auto;height:auto}.brand__name{line-height:1.2}.site-nav{display:flex;flex-wrap:wrap;gap:.35rem 1.25rem}.nav-link{color:var(--color-navy);font-weight:500;text-decoration:none;padding:.35rem 0;border-bottom:2px solid transparent}.nav-link:hover{color:var(--color-blue)}.nav-link--active{color:var(--color-teal);border-bottom-color:var(--color-teal)}.site-main{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:2rem 1.25rem 3rem}.site-footer{background:var(--color-navy-dark);color:#e8eef5;padding:1.25rem 1.25rem 1.5rem;margin-top:auto}.site-footer a{color:var(--color-teal-light)}.site-footer a:hover{color:#fff}.site-footer__copy{margin:0;text-align:center;font-size:.9375rem;color:#c5d4e3}.hero{text-align:center;padding:1rem 0 2.5rem}.hero__logo{display:block;margin:0 auto 1rem;max-height:72px;width:auto;height:auto}.hero__title{margin:0 0 .35rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:600;color:var(--color-navy);letter-spacing:-.02em}.hero__tagline{margin:0 0 1.75rem;font-size:1.2rem;color:var(--color-muted);font-style:italic}.home-intro{max-width:65ch;margin:0 auto 2rem;color:var(--color-body)}.home-intro p{margin:0 0 1rem}.feature-list{list-style:none;margin:2rem auto 0;padding:0;max-width:42rem;text-align:left}.feature-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.85rem;color:var(--color-body)}.feature-list__dot{flex-shrink:0;width:10px;height:10px;margin-top:.45rem;border-radius:50%;background:var(--color-teal);box-shadow:0 0 0 2px #3cb2bb40}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:2rem 0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.35rem;border-radius:var(--radius-btn);font-weight:600;font-size:1rem;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.btn--primary{background:var(--color-teal);color:#fff}.btn--primary:hover{background:var(--color-teal-light);color:#0d2a2d}.btn--secondary{background:var(--color-surface);color:var(--color-navy);border-color:var(--color-border)}.btn--secondary:hover{border-color:var(--color-teal);color:var(--color-navy-dark)}.secondary-links{margin-top:.5rem;font-size:.98rem;color:var(--color-muted)}.secondary-links a{font-weight:500}.legal{max-width:65ch;margin:0 auto;padding:.5rem 0 2rem}.legal h1{margin:0 0 1rem;font-size:1.85rem;font-weight:600;color:var(--color-navy);line-height:1.25}.legal h2{margin:2rem 0 .75rem;font-size:1.25rem;font-weight:600;color:var(--color-navy)}.legal h3{margin:1.5rem 0 .5rem;font-size:1.1rem;font-weight:600;color:var(--color-navy)}.legal p{margin:0 0 .85rem}.legal ul,.legal ol{margin:0 0 1rem;padding-left:1.35rem}.legal li{margin-bottom:.35rem}.legal li::marker{color:var(--color-teal)}.legal hr{border:none;border-top:1px solid var(--color-border);margin:1.75rem 0}.legal strong{color:var(--color-navy);font-weight:600}.legal a{font-weight:500}
