@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Outfit:wght@500;600;700;800&display=swap";
@layer reset{*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font:inherit;background:0 0;border:none}ul,ol{list-style:none}input,textarea,select{font:inherit}}@layer tokens{:root{--color-primary:#1a56db;--color-primary-light:#3b82f6;--color-primary-dark:#1e3a8a;--color-primary-50:#eff6ff;--color-primary-100:#dbeafe;--color-accent:#06b6d4;--color-accent-light:#67e8f9;--color-bg:#fff;--color-bg-alt:#f8fafc;--color-bg-dark:#0f172a;--color-text:#0f172a;--color-text-secondary:#64748b;--color-text-light:#94a3b8;--color-text-inverse:#fff;--color-border:#e2e8f0;--color-border-light:#f1f5f9;--color-success:#10b981;--color-error:#ef4444;--gradient-primary:linear-gradient(135deg, #1a56db 0%, #06b6d4 100%);--gradient-hero:linear-gradient(160deg, #eff6ff 0%, #fff 40%, #ecfeff 100%);--gradient-subtle:linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-alt) 100%);--font-heading:var(--font-outfit), "Outfit", sans-serif;--font-body:var(--font-dm-sans), "DM Sans", sans-serif;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--space-section:clamp(4rem, 8vw, 7rem);--radius-sm:.375rem;--radius-md:.625rem;--radius-lg:1rem;--radius-xl:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000a;--shadow-xl:0 20px 25px -5px #00000014, 0 8px 10px -6px #0000000a;--shadow-card:0 1px 3px #0000000a, 0 6px 16px #0000000f;--shadow-card-hover:0 4px 12px #0000000f, 0 16px 32px #0000001a;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--transition-spring:.5s cubic-bezier(.34, 1.56, .64, 1);--max-width:1200px;--header-height:4.5rem}}@layer base{body{font-family:var(--font-body);background:var(--color-bg);color:var(--color-text);font-size:1rem;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text);font-weight:700;line-height:1.2}p{color:var(--color-text-secondary);line-height:1.7}::selection{background:var(--color-primary-100);color:var(--color-primary-dark)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-sm)}}@layer components;@layer utilities{.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 clamp(1rem,4vw,2rem)}.section{padding:var(--space-section) 0}.section-alt{background:var(--color-bg-alt)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.gradient-text{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-28px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(28px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes pulse-glow{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
.Header-module__lnUIdW__header{z-index:1000;height:var(--header-height);-webkit-backdrop-filter:blur(12px);transition:all var(--transition-base);background:#ffffffd9;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__lnUIdW__scrolled{box-shadow:0 1px 0 var(--color-border), var(--shadow-sm);background:#fffffff2}.Header-module__lnUIdW__inner{justify-content:space-between;align-items:center;gap:var(--space-xl);display:flex}.Header-module__lnUIdW__logo{flex-shrink:0;align-items:center;gap:.625rem;text-decoration:none;display:flex}.Header-module__lnUIdW__logoMark{border-radius:var(--radius-md);background:var(--gradient-primary);color:#fff;width:2.25rem;height:2.25rem;font-family:var(--font-heading);justify-content:center;align-items:center;font-size:1.125rem;font-weight:800;display:flex}.Header-module__lnUIdW__logoText{font-family:var(--font-heading);color:var(--color-text);letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.Header-module__lnUIdW__nav{align-items:center;gap:var(--space-sm);display:flex}.Header-module__lnUIdW__navLink{font-family:var(--font-body);color:var(--color-text-secondary);border-radius:var(--radius-full);transition:all var(--transition-fast);padding:.5rem .875rem;font-size:.9375rem;font-weight:500;text-decoration:none}.Header-module__lnUIdW__navLink:hover{color:var(--color-primary);background:var(--color-primary-50)}.Header-module__lnUIdW__navCta{display:none}.Header-module__lnUIdW__headerActions{align-items:center;gap:var(--space-md);display:flex}.Header-module__lnUIdW__desktopCta{display:inline-flex}.Header-module__lnUIdW__hamburger{cursor:pointer;z-index:1001;flex-direction:column;gap:5px;width:28px;padding:4px 0;display:none}.Header-module__lnUIdW__hamburger span{background:var(--color-text);height:2px;transition:all var(--transition-base);transform-origin:50%;border-radius:2px;display:block}.Header-module__lnUIdW__hamburger span:first-child{width:100%}.Header-module__lnUIdW__hamburger span:nth-child(2){width:75%}.Header-module__lnUIdW__hamburger span:nth-child(3){width:100%}.Header-module__lnUIdW__hamburgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__lnUIdW__hamburgerOpen span:nth-child(2){opacity:0;transform:translate(-8px)}.Header-module__lnUIdW__hamburgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Header-module__lnUIdW__overlay{display:none}@media (max-width:768px){.Header-module__lnUIdW__nav{background:var(--color-bg);align-items:flex-start;gap:var(--space-sm);width:75%;max-width:320px;height:100dvh;box-shadow:var(--shadow-xl);transition:right var(--transition-slow);z-index:1000;flex-direction:column;padding:6rem 2rem 2rem;position:fixed;top:0;right:-100%}.Header-module__lnUIdW__navOpen{right:0}.Header-module__lnUIdW__navLink{width:100%;padding:.75rem 1rem;font-size:1.125rem}.Header-module__lnUIdW__navCta{width:100%;margin-top:var(--space-lg);display:block}.Header-module__lnUIdW__desktopCta{display:none}.Header-module__lnUIdW__hamburger{display:flex}.Header-module__lnUIdW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#0000004d;display:block;position:fixed;inset:0}}
