:root{--color-brand-primary-50:#eff6fb;--color-brand-primary-100:#d9e9f4;--color-brand-primary-200:#b5d2e8;--color-brand-primary-300:#85b3d6;--color-brand-primary-400:#4f8fbf;--color-brand-primary-500:#0b5394;--color-brand-primary-600:#094680;--color-brand-primary-700:#073868;--color-brand-primary-800:#062b50;--color-brand-primary-900:#041f3b;--color-brand-accent-50:#fef6e7;--color-brand-accent-100:#fde9c2;--color-brand-accent-200:#fbd38d;--color-brand-accent-300:#f8b852;--color-brand-accent-400:#f59e0b;--color-brand-accent-500:#d97706;--color-brand-accent-600:#b45309;--color-brand-accent-700:#92400e;--color-status-success:#10b981;--color-status-successBg:#d1fae5;--color-status-warning:#f59e0b;--color-status-warningBg:#fef3c7;--color-status-danger:#ef4444;--color-status-dangerBg:#fee2e2;--color-status-info:#3b82f6;--color-status-infoBg:#dbeafe;--color-status-pending:#6366f1;--color-status-pendingBg:#e0e7ff;--color-neutral-0:#fff;--color-neutral-50:#f8fafc;--color-neutral-100:#f1f5f9;--color-neutral-200:#e2e8f0;--color-neutral-300:#cbd5e1;--color-neutral-400:#94a3b8;--color-neutral-500:#64748b;--color-neutral-600:#475569;--color-neutral-700:#334155;--color-neutral-800:#1e293b;--color-neutral-900:#0f172a;--color-semantic-background:#f8fafc;--color-semantic-surface:#fff;--color-semantic-surfaceMuted:#f1f5f9;--color-semantic-border:#e2e8f0;--color-semantic-borderStrong:#cbd5e1;--color-semantic-textPrimary:#0f172a;--color-semantic-textSecondary:#475569;--color-semantic-textMuted:#94a3b8;--color-semantic-textInverse:#fff;--color-semantic-overlay:#0f172a8c;--typography-fontFamily-sans:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--typography-fontFamily-mono:"JetBrains Mono", "SF Mono", Menlo, Consolas, monospace;--typography-fontSize-xs:12px;--typography-fontSize-sm:14px;--typography-fontSize-base:16px;--typography-fontSize-md:17px;--typography-fontSize-lg:19px;--typography-fontSize-xl:22px;--typography-fontSize-2xl:26px;--typography-fontSize-3xl:32px;--typography-fontSize-4xl:40px;--typography-fontSize-5xl:52px;--typography-fontSize-6xl:64px;--typography-fontWeight-regular:400;--typography-fontWeight-medium:500;--typography-fontWeight-semibold:600;--typography-fontWeight-bold:700;--typography-fontWeight-black:900;--typography-lineHeight-tight:1.15px;--typography-lineHeight-snug:1.3px;--typography-lineHeight-normal:1.5px;--typography-lineHeight-relaxed:1.65px;--typography-letterSpacing-tight:-.01px;--typography-letterSpacing-normal:0px;--typography-letterSpacing-wide:.02px;--typography-letterSpacing-widest:.08px;--radius-none:0px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-3xl:32px;--radius-full:9999px;--spacing-0:0px;--spacing-1:4px;--spacing-2:8px;--spacing-3:12px;--spacing-4:16px;--spacing-5:20px;--spacing-6:24px;--spacing-8:32px;--spacing-10:40px;--spacing-12:48px;--spacing-16:64px;--spacing-20:80px;--spacing-24:96px;--shadow-none:none;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 2px 8px #0f172a14;--shadow-lg:0 8px 24px #0f172a1a;--shadow-xl:0 16px 40px #0f172a24;--motion-duration-fast:150px;--motion-duration-base:200px;--motion-duration-slow:300px;--motion-duration-slower:450px;--motion-easing-standard:cubic-bezier(.2, 0, 0, 1);--motion-easing-decel:cubic-bezier(0, 0, 0, 1);--motion-easing-accel:cubic-bezier(.3, 0, 1, 1)}
*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--typography-fontFamily-sans);color:var(--color-semantic-textPrimary);background:var(--color-semantic-background);text-rendering:optimizelegibility;font-size:16px;line-height:1.5}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:0}img,svg{max-width:100%;height:auto;display:block}::selection{background:var(--color-brand-accent-200);color:var(--color-semantic-textPrimary)}.container{width:100%;max-width:1120px;margin:0 auto;padding:0 24px}@media (min-width:768px){.container{padding:0 32px}}.eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--color-brand-primary-500);background:var(--color-brand-primary-50);border-radius:9999px;padding:6px 12px;font-size:12px;font-weight:600;display:inline-block}h1,h2,h3{letter-spacing:-.01em;color:var(--color-semantic-textPrimary);font-weight:700}h1{font-size:clamp(36px,5.6vw,60px);line-height:1.1}h2{font-size:clamp(28px,3.6vw,40px);line-height:1.2}h3{font-size:20px}p{color:var(--color-semantic-textSecondary);line-height:1.65}.button{border-radius:12px;align-items:center;gap:8px;padding:14px 22px;font-size:16px;font-weight:600;transition:transform .12s,background-color .12s,box-shadow .12s;display:inline-flex}.button:active{transform:translateY(1px)}.button.primary{background:var(--color-brand-primary-500);color:#fff;box-shadow:0 8px 24px #0b539440}.button.primary:hover{background:var(--color-brand-primary-700)}.button.secondary{color:var(--color-brand-primary-500);border:1px solid var(--color-semantic-border);background:#fff}.button.secondary:hover{background:var(--color-brand-primary-50)}
