:root{--color-brand-primary:#0f1c2e;--color-brand-primary-hover:#1a2d45;--color-brand-secondary:#3d6b5a;--color-brand-secondary-hover:#335a4c;--color-brand-navy:#0f1c2e;--color-brand-navy-deep:#0a1320;--color-accent:#3d8f6e;--color-accent-bright:#4aad82;--color-accent-teal:#2a7a72;--color-accent-soft:#d8efe6;--color-accent-muted:#b8ddd0;--color-accent-warm:#d4a853;--gradient-hero-overlay:linear-gradient(105deg, #0f1c2eeb 0%, #0f1c2e73 55%, #0f1c2e33 100%);--gradient-hero-bg:linear-gradient(145deg, #f7f5f1 0%, #e4f2ec 45%, #f0ebe3 100%);--gradient-section:linear-gradient(180deg, #eef6f2 0%, #fff 100%);--gradient-section-warm:linear-gradient(180deg, #f4f2ee 0%, #faf8f4 100%);--gradient-navy:linear-gradient(135deg, #0f1c2e 0%, #1a3548 100%);--gradient-trust:linear-gradient(120deg, #0f1c2e 0%, #152a3d 55%, #1a3d35 100%);--gradient-green:linear-gradient(135deg, #2d6b55 0%, #3d8f6e 55%, #4aad82 100%);--gradient-cta:linear-gradient(135deg, #0a1320 0%, #0f1c2e 40%, #143528 100%);--gradient-subscribe:linear-gradient(135deg, #0f1c2e 0%, #1a3548 100%);--color-heading:#1a1f26;--color-body:#3d4450;--color-muted:#6b7280;--color-text-inverse:#fff;--color-link:#0f1c2e;--color-link-hover:#3d6b5a;--color-surface:#fff;--color-surface-muted:#f4f2ee;--color-surface-soft:#ebe8e2;--color-surface-warm:#f7f5f1;--color-border:#e2ddd4;--color-border-strong:#c9c3b8;--color-focus:#3d6b5a;--color-success:#2e6b4f;--color-success-bg:#e8f0ec;--color-error:#b42318;--color-error-bg:#fef3f2;--color-warning:#b54708;--font-heading:var(--font-sora), "Sora", system-ui, sans-serif;--font-body:var(--font-source-sans), "Source Sans 3", system-ui, sans-serif;--font-serif-quote:Georgia, "Times New Roman", serif;--fw-light:300;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--fs-xs:.75rem;--fs-sm:.875rem;--fs-md:1.0625rem;--fs-lg:1.1875rem;--fs-xl:1.375rem;--fs-2xl:1.75rem;--fs-3xl:2.25rem;--fs-4xl:2.875rem;--fs-5xl:clamp(2.25rem, 4.2vw, 3.75rem);--lh-tight:1.15;--lh-snug:1.35;--lh-normal:1.65;--ls-eyebrow:.12em;--ls-tight:-.02em;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--space-7:2.5rem;--space-8:3rem;--space-9:4.5rem;--space-10:6rem;--space-section-desktop:6.5rem;--space-section-mobile:4rem;--space-gutter:1.25rem;--container-main:1180px;--container-narrow:720px;--header-h:76px;--header-h-scrolled:64px;--radius-sm:2px;--radius-md:4px;--radius-lg:6px;--radius-pill:999px;--radius-card:8px;--radius-btn:3px;--shadow-card:0 12px 40px #0f1c2e14;--shadow-card-hover:0 20px 48px #0f1c2e24;--shadow-dropdown:0 16px 40px #0f1c2e1f;--shadow-header:0 1px 0 #0f1c2e14, 0 8px 24px #0f1c2e0a;--transition-fast:.16s ease;--transition-standard:.28s cubic-bezier(.22, 1, .36, 1);--transition-slow:.48s cubic-bezier(.22, 1, .36, 1);--z-header:1000;--z-dropdown:1100;--z-overlay:1200;--z-modal:1300;--z-skip:1400;--bp-sm:576px;--bp-md:768px;--bp-lg:992px;--bp-xl:1200px}
*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth;height:100%}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{min-height:100%;font-family:var(--font-body);font-size:var(--fs-md);font-weight:var(--fw-regular);line-height:var(--lh-normal);color:var(--color-body);background:var(--color-surface);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;display:flex}img,svg,video{max-width:100%;height:auto;display:block}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}a{color:var(--color-link);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--color-link-hover)}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-heading);font-weight:var(--fw-semibold);line-height:var(--lh-tight)}:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:100%;padding-inline:var(--space-gutter);max-width:calc(var(--container-main) + (var(--space-gutter) * 2));margin-inline:auto}@media (min-width:1200px){.container{max-width:var(--container-main);padding-inline:0}}.section{padding-block:var(--space-section-mobile)}@media (min-width:992px){.section{padding-block:var(--space-section-desktop)}}.main-content{flex:1 0 auto;width:100%}
