:root{--color-bg:#fff;--color-bg-soft:#f4f5f7;--color-bg-dark:#111;--color-bg-darker:#0a0a0a;--color-text:#111;--color-text-muted:#5b6068;--color-text-faint:#9aa0a6;--color-text-on-dark:#f4f5f7;--color-text-on-dark-muted:#b9bdc4;--color-border:#e5e7eb;--color-border-dark:#2a2a2a;--color-accent:#22c55e;--color-accent-strong:#16a34a;--color-accent-soft:#22c55e29;--color-overlay:#0000009e;--radius-sm:6px;--radius-md:10px;--radius-lg:18px;--radius-pill:999px;--shadow-sm:0 1px 2px #0f12160f;--shadow-md:0 8px 24px #0f121614;--shadow-lg:0 24px 48px #0f12162e;--container-max:1200px;--font-sans:"Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;--font-display:"Inter Tight", "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body{color:var(--color-text);background:var(--color-bg);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}button{font:inherit;cursor:pointer}h1,h2,h3,h4{font-family:var(--font-display);letter-spacing:-.01em;margin:0 0 .6em;font-weight:700;line-height:1.15}p{margin:0 0 1em}.container{max-width:var(--container-max);margin-inline:auto;padding-inline:24px}.section{padding-block:clamp(64px,8vw,112px)}.section--alt{background:var(--color-bg-soft)}.section--dark{background:var(--color-bg-dark);color:var(--color-text-on-dark)}.eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent-strong);margin-bottom:16px;font-size:12px;font-weight:600;display:inline-block}.section--dark .eyebrow{color:var(--color-accent)}.section-title{margin-bottom:12px;font-size:clamp(28px,3.6vw,44px)}.section-lede{max-width:640px;color:var(--color-text-muted);font-size:18px}.section--dark .section-lede{color:var(--color-text-on-dark-muted)}.btn{border-radius:var(--radius-pill);border:1px solid #0000;align-items:center;gap:8px;padding:12px 22px;font-size:15px;font-weight:600;transition:background-color .16s,color .16s,border-color .16s,transform .16s;display:inline-flex}.btn--primary{background:var(--color-accent);color:#052e14}.btn--primary:hover{background:var(--color-accent-strong);color:#fff}.btn--ghost-green{color:var(--color-accent);border-color:var(--color-accent);background:0 0}.btn--ghost-green:hover{background:var(--color-accent-soft)}.btn--dark{color:#fff;background:#181818}.btn--dark:hover{background:#2a2a2a}.skip-link{width:1px;height:1px;position:absolute;top:auto;left:-10000px;overflow:hidden}.skip-link:focus{color:#111;z-index:10000;background:#fff;border-radius:6px;width:auto;height:auto;padding:8px 14px;position:fixed;top:16px;left:16px}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}
.Navbar-module__cRh5nW__header{z-index:50;background:var(--color-bg-dark);color:var(--color-text-on-dark);border-bottom:1px solid var(--color-border-dark);position:sticky;top:0}.Navbar-module__cRh5nW__inner{justify-content:space-between;align-items:center;height:72px;display:flex}.Navbar-module__cRh5nW__brand{color:#fff;align-items:center;display:inline-flex}.Navbar-module__cRh5nW__nav{align-items:center;gap:32px;display:flex}.Navbar-module__cRh5nW__list{align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__cRh5nW__item{position:relative}.Navbar-module__cRh5nW__link{color:var(--color-text-on-dark);border-radius:var(--radius-md);letter-spacing:.01em;background:0 0;border:0;align-items:center;gap:6px;padding:10px 14px;font-size:14.5px;font-weight:500;display:inline-flex}.Navbar-module__cRh5nW__link:hover{color:#fff;background:#ffffff0f}.Navbar-module__cRh5nW__dropdown{border:1px solid var(--color-border-dark);border-radius:var(--radius-md);min-width:240px;box-shadow:var(--shadow-lg);visibility:hidden;opacity:0;background:#1a1a1a;margin:0;padding:8px;list-style:none;transition:opacity .16s,transform .16s,visibility .16s;position:absolute;top:calc(100% + 4px);left:0;transform:translateY(-4px)}.Navbar-module__cRh5nW__dropdownOpen{visibility:visible;opacity:1;transform:translateY(0)}.Navbar-module__cRh5nW__dropdownLink{color:var(--color-text-on-dark-muted);border-radius:8px;padding:10px 12px;font-size:14px;display:block}.Navbar-module__cRh5nW__dropdownLink:hover{color:#fff;background:#ffffff0f}.Navbar-module__cRh5nW__cta{white-space:nowrap}.Navbar-module__cRh5nW__burger{background:0 0;border:0;flex-direction:column;gap:5px;padding:8px;display:none}.Navbar-module__cRh5nW__burger span{background:#fff;border-radius:2px;width:22px;height:2px;display:block}@media (max-width:900px){.Navbar-module__cRh5nW__nav{background:var(--color-bg-dark);opacity:0;visibility:hidden;flex-direction:column;align-items:stretch;gap:16px;padding:24px;transition:transform .2s,opacity .2s,visibility .2s;position:fixed;inset:72px 0 0;overflow-y:auto;transform:translateY(-12px)}.Navbar-module__cRh5nW__navOpen{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__cRh5nW__list{flex-direction:column;align-items:stretch;gap:0}.Navbar-module__cRh5nW__item{border-bottom:1px solid #ffffff0f}.Navbar-module__cRh5nW__link{justify-content:space-between;width:100%;padding:14px 6px}.Navbar-module__cRh5nW__dropdown{box-shadow:none;visibility:visible;opacity:1;background:0 0;border:0;padding:0 8px 12px;transition:none;display:none;position:static;transform:none}.Navbar-module__cRh5nW__dropdownOpen{display:block}.Navbar-module__cRh5nW__cta{align-self:flex-start;margin-top:8px}.Navbar-module__cRh5nW__burger{display:inline-flex}}
.Footer-module__3hUVsW__footer{background:var(--color-bg-dark);color:var(--color-text-on-dark);margin-top:0}.Footer-module__3hUVsW__inner{grid-template-columns:1.4fr 2fr;gap:56px;padding-block:64px;display:grid}@media (max-width:800px){.Footer-module__3hUVsW__inner{grid-template-columns:1fr;gap:40px;padding-block:48px}}.Footer-module__3hUVsW__brand{max-width:320px}.Footer-module__3hUVsW__tagline{color:var(--color-text-on-dark-muted);margin-top:12px;font-size:14px;line-height:1.6}.Footer-module__3hUVsW__cols{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (max-width:600px){.Footer-module__3hUVsW__cols{grid-template-columns:1fr 1fr}}.Footer-module__3hUVsW__cols ul{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__3hUVsW__cols a{color:var(--color-text-on-dark-muted);font-size:14px}.Footer-module__3hUVsW__cols a:hover{color:#fff}.Footer-module__3hUVsW__colTitle{letter-spacing:.16em;text-transform:uppercase;color:#fff;margin:0 0 14px;font-size:13px;font-weight:600}.Footer-module__3hUVsW__bottom{border-top:1px solid var(--color-border-dark);padding-block:18px}.Footer-module__3hUVsW__bottomInner{color:var(--color-text-on-dark-muted);justify-content:space-between;align-items:center;gap:16px;font-size:13px;display:flex}.Footer-module__3hUVsW__bottomInner a{color:var(--color-text-on-dark-muted)}.Footer-module__3hUVsW__bottomInner a:hover{color:#fff}
