@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";:root{--mw-navy:#0a2342;--mw-blue:#14498f;--mw-red:#c8102e;--mw-slate:#5a6b7e;--mw-cloud:#f5f7fa;--mw-white:#fff;--mw-black:#1a1a1a;--mw-gradient-hero:linear-gradient(135deg, var(--mw-navy) 0%, var(--mw-blue) 100%);--font-display:"Space Grotesk", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--text-xs:.8125rem;--text-sm:.9375rem;--text-base:1.0625rem;--text-lg:1.1875rem;--text-xl:1.375rem;--text-2xl:1.625rem;--text-3xl:2rem;--text-4xl:2.5rem;--text-5xl:3.25rem;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--max-width:1200px;--nav-height:72px;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.35s ease;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:1rem;--radius-full:9999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--mw-black);background-color:var(--mw-white);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.2}p{font-weight:400}a{color:var(--mw-blue);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--mw-red)}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--max-width);padding:0 var(--space-6);margin:0 auto}.section{padding:var(--space-20) 0}.section--cloud{background-color:var(--mw-cloud)}.btn{padding:var(--space-3) var(--space-6);font-family:var(--font-display);font-weight:600;font-size:var(--text-sm);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);border:none;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.btn--primary{background-color:var(--mw-red);color:var(--mw-white)}.btn--primary:hover{color:var(--mw-white);background-color:#a00d24}.btn--outline{color:var(--mw-white);border:2px solid var(--mw-white);background-color:#0000}.btn--outline:hover{background-color:var(--mw-white);color:var(--mw-navy)}@media (width<=768px){.container{padding:0 var(--space-4)}.section{padding:var(--space-12) 0}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-hero{padding:calc(var(--nav-height) + var(--space-16)) 0 var(--space-12);background:var(--mw-cloud)}.page-hero-title{color:var(--mw-navy);margin-bottom:var(--space-4);font-size:clamp(2rem,4vw,3rem);font-weight:700}.page-hero-sub{font-size:var(--text-lg);color:var(--mw-slate);max-width:560px;line-height:1.7}.section-title{color:var(--mw-navy);margin-bottom:var(--space-8);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.section-title--underline{padding-bottom:var(--space-3);display:inline-block;position:relative}.section-title--underline:after{content:"";background:var(--mw-red);border-radius:2px;width:48px;height:3px;position:absolute;bottom:0;left:0}.section-sub{font-size:var(--text-lg);color:var(--mw-slate);max-width:600px;margin-bottom:var(--space-8);line-height:1.7}.cta{background:var(--mw-gradient-hero);padding:var(--space-20) 0;text-align:center}.cta-inner{max-width:600px;margin:0 auto}.cta-title{color:var(--mw-white);margin-bottom:var(--space-4);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.cta-sub{font-size:var(--text-lg);color:#ffffffd9;max-width:480px;margin:0 auto var(--space-8);line-height:1.7}
