:root{--color-primary: #001e3c;--color-secondary: #003869;--color-accent: #00a8bf;--color-gold: #b08d57;--color-dark: #00121f;--color-bg-white: #ffffff;--color-bg-light: #f8f9fb;--color-bg-neutral: #f1f4f8;--color-bg-dark: #001629;--color-text: #0d1f35;--color-text-light: #4a607a;--color-text-muted: #8096ae;--color-text-inverse: rgba(255, 255, 255, .88);--color-border: rgba(0, 30, 60, .1);--color-border-light: rgba(0, 30, 60, .06);--color-border-strong: rgba(0, 30, 60, .18);--gradient-accent: linear-gradient(135deg, var(--color-accent), var(--color-secondary));--gradient-brand: linear-gradient(165deg, #00121f 0%, #002e56 100%);--gradient-surface: linear-gradient(180deg, #ffffff 0%, #f8f9fb 100%);--shadow-xs: 0 1px 3px rgba(0, 30, 60, .06);--shadow-sm: 0 2px 10px rgba(0, 30, 60, .07);--shadow-md: 0 6px 24px rgba(0, 30, 60, .09);--shadow-lg: 0 16px 48px rgba(0, 30, 60, .12);--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-display: "Bebas Neue", "Impact", sans-serif;--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;--section-pad-v: 7rem;--section-pad-h: 3.5rem;--container-max: 1140px;font-family:var(--font-body);line-height:1.6;font-weight:400;color:var(--color-text);background-color:var(--color-bg-white);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(max-width:900px){:root{--section-pad-v: 5rem;--section-pad-h: 2rem}}@media(max-width:480px){:root{--section-pad-v: 4rem;--section-pad-h: 1.25rem}}*{margin:0;padding:0;box-sizing:border-box}a{font-weight:500;color:inherit;text-decoration:none}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}img{max-width:100%;height:auto}#root{width:100%;margin:0;padding:0}
