:root{--color-primary:#2b3990;--color-primary-dark:#232f78;--color-primary-light:#46529e;--color-accent:#ed1c24;--color-accent-soft:#f9bfc0;--color-highlight:#fced00;--color-info:#00b5f1;--color-info-deep:#1f6cb5;--color-white:#fff;--color-bg:#f8fafc;--color-bg-muted:#f3f4f6;--color-border:#e5e7eb;--color-border-strong:#d1d5db;--color-text:#1f2937;--color-text-muted:#6b7280;--color-text-on-primary:#fff;--color-link:var(--color-primary);--color-link-hover:var(--color-accent);--color-footer-bg:var(--color-primary);--color-stats-bg:var(--color-primary);--color-button:var(--color-primary);--color-button-hover:var(--color-primary-dark);--color-focus:var(--color-info);--font-sans:var(--font-inter), Inter, "Segoe UI", sans-serif;--font-display:var(--font-inter), Inter, "Segoe UI", sans-serif;--section-title-size:48px;--section-title-weight:400;--section-title-line:1;--section-title-tracking:0;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:clamp(1.75rem, 3.5vw, 2.75rem);--leading-tight:1.25;--leading-snug:1.4;--leading-normal:1.6;--weight-regular:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--container:1120px;--container-wide:1200px;--header-height:88px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-pill:999px;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 8px 24px #2b39901a;--shadow-lg:0 16px 40px #2b399024;--section-pad-y:clamp(3rem, 6vw, 4.5rem);--transition:.18s ease}
html{scroll-behavior:smooth;height:100%}html,body{max-width:100vw}body{min-height:100%;color:var(--color-text);background:var(--color-white);font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;display:flex;overflow-x:clip}*{box-sizing:border-box;margin:0;padding:0}img,svg,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}ul,ol{list-style:none}:focus-visible{outline:2px solid var(--color-focus);outline-offset:2px}.site-main{flex:1}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
