@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap";
:root{--brand-red:#e42431;--brand-red-hover:#c81e2a;--brand-red-light:#fff1f2;--brand-red-subtle:#e4243114;--brand-black:#000;--brand-dark:#0f172a;--brand-dark-soft:#1e293b;--brand-white:#fff;--color-bg-body:#fff;--color-bg-surface:#f8fafc;--color-bg-elevated:#fff;--color-bg-muted:#f1f5f9;--color-bg-dark-section:#0b0f19;--color-text-primary:#0f172a;--color-text-secondary:#475569;--color-text-muted:#64748b;--color-text-light:#94a3b8;--color-text-white:#fff;--color-border:#e2e8f0;--color-border-subtle:#f1f5f9;--color-border-hover:#cbd5e1;--color-border-red:#e4243140;--font-heading:"Plus Jakarta Sans", "Inter", -apple-system, sans-serif;--font-body:"Inter", -apple-system, 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;--text-5xl:3rem;--text-6xl:3.75rem;--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;--space-24:6rem;--section-py:clamp(4rem, 3rem + 3vw, 6.5rem);--section-px:clamp(1rem, .5rem + 2vw, 2rem);--container-max:1240px;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--radius-full:9999px;--shadow-subtle:0 1px 3px #0000000d, 0 1px 2px #00000008;--shadow-card:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000d;--shadow-hover:0 20px 25px -5px #00000014, 0 8px 10px -6px #0000000a;--shadow-red-glow:0 10px 25px -5px #e4243133;--transition:all .2s cubic-bezier(.4, 0, .2, 1);--z-sticky:100;--z-modal:200}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text-primary);background-color:var(--color-bg-body);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--brand-black);letter-spacing:-.02em;font-weight:700;line-height:1.2}h1{font-size:var(--text-5xl);font-weight:800}h2{font-size:var(--text-4xl);font-weight:800}h3{font-size:var(--text-2xl);font-weight:700}h4{font-size:var(--text-xl);font-weight:600}p{color:var(--color-text-secondary);line-height:1.65}a{color:var(--brand-red);transition:var(--transition);text-decoration:none}a:hover{color:var(--brand-red-hover)}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.container{width:100%;max-width:var(--container-max);padding-inline:var(--section-px);margin-inline:auto}.section{padding-block:var(--section-py)}.section-alt{background-color:var(--color-bg-surface)}.text-red{color:var(--brand-red)}.badge-red{align-items:center;gap:var(--space-2);background-color:var(--brand-red-light);color:var(--brand-red);border-radius:var(--radius-full);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.06em;border:1px solid #e4243126;padding:.35rem .85rem;font-weight:700;display:inline-flex}
