@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500&family=Space+Grotesk:wght@500;600;700&display=swap");:root{--font-display:"Space Grotesk",sans-serif;--font-body:"DM Sans",sans-serif;--font-mono:"IBM Plex Mono",monospace;--blue:#1769ff;--blue-hover:#0b4ed8;--ink:#071b3d;--muted:#62718b;--ice:#f4f8ff;--line:#dcebff;--link-color:var(--blue);--bg-main:#fff;--text-main:var(--ink)}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{padding:0;margin:0;min-height:100vh;color:var(--ink);background:#fff;font-family:var(--font-body)}button,input{font:inherit}a:focus-visible,button:focus-visible{outline:3px solid var(--blue);outline-offset:4px}.site-header{min-height:94px;padding:16px clamp(22px,5.3vw,80px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:28px;gap:28px;border-bottom:1px solid var(--line);background:#fffc;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);position:-webkit-sticky;position:sticky;top:0;z-index:20}.brand{display:inline-flex;gap:22px;align-items:center;text-decoration:none;color:var(--ink);width:-moz-fit-content;width:fit-content}.brand-mark{object-fit:contain;width:58px;height:auto;filter:brightness(0) saturate(100%) invert(9%) sepia(34%) saturate(1680%) hue-rotate(188deg) brightness(90%)}.brand-name{font:500 12px/1.65 var(--font-mono);letter-spacing:.25em;text-transform:uppercase;white-space:nowrap}.brand-name small{display:block;color:#7890b2;font-size:9px;letter-spacing:.28em}.site-nav{display:flex;align-items:center;gap:clamp(18px,3vw,48px)}.site-nav a{color:var(--ink);text-decoration:none;font-weight:500;transition:color .2s;white-space:nowrap}.site-nav a:hover{color:var(--blue)}.header-cta{justify-self:end;display:inline-flex;align-items:center;justify-content:space-between;gap:35px;min-width:165px;padding:13px 20px;color:var(--ink);border:1px solid var(--blue);border-radius:12px;text-decoration:none;font-weight:600}.header-cta span{color:var(--blue);font-size:22px;line-height:1;transition:transform .2s}.header-cta:hover span{transform:translateX(5px)}main{background-image:linear-gradient(90deg,transparent calc(50% - .5px),#dcebff77 50%,transparent calc(50% + .5px))}.content-section{padding:90px clamp(22px,5.3vw,80px);border-bottom:1px solid var(--line)}.content-section-soft{background:var(--ice)}.content-section>section{max-width:1440px;margin:auto}.content-section h1,.content-section h2,.content-section h3{color:var(--ink)}.content-section>section>header>h2{font:600 clamp(38px,4.6vw,68px)/1.12 var(--font-display);letter-spacing:-.05em}.content-section>section>header>p{color:var(--muted);max-width:700px}.content-section-soft .panel,.content-section-soft article{border-color:var(--line);box-shadow:none}@media (max-width:1080px){.site-header{grid-template-columns:1fr auto}.site-nav{grid-column:1/-1;grid-row:2;justify-content:center;flex-wrap:wrap}.header-cta{grid-column:2;grid-row:1}}@media (max-width:600px){html{scroll-padding-top:130px}.site-header{padding:12px 22px;gap:12px}.brand{gap:8px}.brand-mark{width:42px}.brand-name{font-size:10px}.brand-name small{font-size:8px}.header-cta{min-width:0;padding:10px;gap:8px;font-size:13px}.site-nav{gap:10px 18px;font-size:13px}.content-section{padding:65px 22px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}