@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--font-sans:"Inter", "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;--font-serif:Georgia, serif;--font-mono:"SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--radius-button:6px;--radius-card:10px;--radius:8px;--shadow-2xs:0 1px 2px 0 #0f26400a;--shadow-xs:0 1px 3px 0 #0f26400d;--shadow-sm:0 1px 2px 0 #0f26400f, 0 1px 3px -1px #0f26400a;--shadow:0 2px 4px 0 #0f264012, 0 1px 2px -1px #0f26400a;--shadow-md:0 4px 8px -1px #0f264014, 0 2px 4px -2px #0f26400d;--shadow-lg:0 8px 16px -2px #0f26401a, 0 4px 6px -3px #0f26400d;--shadow-xl:0 16px 32px -4px #0f26401f, 0 8px 12px -4px #0f26400d;--et-brand-azure:#00a8ff;--et-success:#0f9d6b;--et-status-online:#22c55e}html,body{font-family:var(--font-sans);font-feature-settings:"cv02", "cv03", "cv04", "cv11";background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}:root{--site-max:1200px;--content-max:960px;--section-py:96px;--gutter:24px;--display-1:clamp(40px, 6vw, 72px);--display-2:clamp(30px, 4vw, 44px);--display-3:clamp(22px, 2.4vw, 28px);--hero-tint-from:#00a8ff1a;--hero-tint-to:#0878c20d;--background:#f4f8fc;--foreground:#0e1c2c;--card:#fff;--card-foreground:#0e1c2c;--card-border:#e3ecf5;--border:#e0e9f2;--input:#c9d6e3;--ring:#0a8ed9;--primary:#0a8ed9;--primary-foreground:#fff;--secondary:#e8f1f9;--secondary-foreground:#1f3346;--muted:#e6eef6;--muted-foreground:#5a6b7e;--elevate-1:#0828460a;--elevate-2:#08284617;--button-outline:#0828461a;--badge-outline:#0828460f}html[data-theme-variant=navy]{--primary:#1f3d7a;--primary-foreground:#fff;--ring:#1f3d7a;--hero-tint-from:#1f3d7a1a;--hero-tint-to:#1f3d7a0a}html[data-theme-variant=earth]{--primary:#b25c0f;--primary-foreground:#fff;--ring:#b25c0f;--background:#faf4ea;--card:#fffdf8;--border:#ece1cd;--card-border:#ece1cd;--secondary:#f3ebdb;--hero-tint-from:#d977061a;--hero-tint-to:#b25c0f0a}html[data-density=dense]{--section-py:72px}html[data-dark=true]{--background:#0c1018;--foreground:#e6e8ec;--card:#131724;--card-border:#1f2334;--border:#1f2334;--muted:#1c1f2a;--muted-foreground:#8b8f99;--secondary:#1a1e2a;--secondary-foreground:#d6d8de;--primary:#3a5fa3;--primary-foreground:#fff;--ring:#3a5fa3;--shadow-sm:0 1px 2px 0 #0006, 0 1px 3px -1px #0000004d;--shadow:0 2px 4px 0 #0006, 0 1px 2px -1px #0000004d;--shadow-md:0 4px 8px -1px #00000073;--shadow-lg:0 8px 16px -2px #00000080;--hero-tint-from:#00a8ff14;--hero-tint-to:#1f3d7a0a}body{min-height:100vh;margin:0}.site-container{max-width:var(--site-max);padding:0 var(--gutter);margin:0 auto}.content-container{max-width:var(--content-max);padding:0 var(--gutter);margin:0 auto}section{padding:var(--section-py) 0}section.tight{padding:calc(var(--section-py) * .6) 0}.display-1{font-size:var(--display-1);letter-spacing:-.035em;color:var(--foreground);text-wrap:balance;margin:0;font-weight:700;line-height:1.04}.display-2{font-size:var(--display-2);letter-spacing:-.03em;color:var(--foreground);text-wrap:balance;margin:0;font-weight:700;line-height:1.08}.display-3{font-size:var(--display-3);letter-spacing:-.02em;color:var(--foreground);margin:0;font-weight:600;line-height:1.2}.lead{color:var(--muted-foreground);text-wrap:pretty;font-size:19px;font-weight:400;line-height:1.5}.eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--primary);white-space:nowrap;margin-bottom:14px;font-size:12px;font-weight:600;display:inline-block}.mk-btn{font-family:var(--font-sans);border-radius:var(--radius-button);cursor:pointer;white-space:nowrap;border:1px solid #0000;align-items:center;gap:8px;height:42px;padding:0 20px;font-size:14px;font-weight:500;text-decoration:none;transition:transform .12s,background-color .12s;display:inline-flex}.mk-btn:active{transform:scale(.97)}.mk-btn-primary{background:var(--primary);color:var(--primary-foreground);box-shadow:var(--shadow-xs);border-color:#08284624}.mk-btn-primary:hover{background:color-mix(in oklab, var(--primary), black 8%)}.mk-btn-outline{color:var(--foreground);border-color:var(--border);box-shadow:var(--shadow-xs);background:0 0}.mk-btn-outline:hover{background:var(--elevate-1)}.mk-btn-ghost{color:var(--foreground);background:0 0}.mk-btn-ghost:hover{background:var(--elevate-1)}.mk-btn-lg{height:48px;padding:0 24px;font-size:15px}.hero-tint{background:radial-gradient(ellipse 80% 60% at 70% 20%, var(--hero-tint-from), transparent 60%), radial-gradient(ellipse 60% 80% at 0% 90%, var(--hero-tint-to), transparent 50%)}.divider{background:var(--border);border:0;height:1px;margin:0}.section-wash{background:color-mix(in srgb, var(--primary) 4%, var(--background))}.section-navy{color:#fff;background:linear-gradient(168deg,#0b4f8a 0%,#0a3666 55%,#08233f 100%)}html[data-theme-variant=navy] .section-navy{background:linear-gradient(168deg,#21305c 0%,#1a2244 55%,#14182b 100%)}html[data-theme-variant=earth] .section-navy{background:linear-gradient(168deg,#4a3115 0%,#35260f 55%,#221708 100%)}.muted{color:var(--muted-foreground)}html,body{overflow-x:hidden}@media (width<=900px){.nav-links{display:none!important}}@media (width<=768px){:root{--section-py:64px;--gutter:20px}.mk-hero-grid,.mk-pillar-grid{direction:ltr!important;grid-template-columns:1fr!important;gap:40px!important}.mk-pillar-grid>:first-child{order:2}.mk-pillar-grid>:nth-child(2){order:1}.mk-grid-3{grid-template-columns:1fr!important;gap:24px!important}.mk-grid-3>*{transform:none!important}.mk-footer-grid{grid-template-columns:1fr 1fr!important;gap:32px!important}.mk-hero-grid>:last-child,.mk-pillar-grid>:last-child{justify-content:center;display:flex}.mk-cta-card{padding:48px 24px!important}.display-1{line-height:1.06}}@media (width<=520px){.mk-footer-grid{grid-template-columns:1fr!important}.nav-signin{display:none!important}.mk-cta-card{padding:40px 20px!important}.mk-hero-grid>:last-child,.mk-pillar-grid>:last-child{transform-origin:top;transform:scale(.88)}}
