:root{
  --blue:#168ff0;--blue-dark:#0877cc;--navy:#071f3b;--navy-2:#04152a;--green:#19a85b;
  --text:#10263f;--muted:#617186;--line:#dce5ee;--surface:#f4f7fa;--surface-blue:#edf7ff;
  --white:#fff;--shadow:0 20px 60px rgba(12,42,74,.10);--radius:22px;--shell:1180px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;scroll-padding-top:82px}
body{font-family:Inter,system-ui,sans-serif;color:var(--text);background:#fff;line-height:1.65}
h1,h2,h3,.brand{font-family:"Plus Jakarta Sans",Inter,sans-serif}
img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{font:inherit}
.shell{width:min(calc(100% - 36px),var(--shell));margin-inline:auto}.narrow{max-width:980px}
.section{padding:96px 0}.section-soft{background:var(--surface)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid rgba(220,229,238,.85)}
.nav-wrap{height:74px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:9px;line-height:1}.brand img{width:44px;height:44px;object-fit:contain}.brand span{display:flex;flex-direction:column}.brand strong{font-size:.98rem;letter-spacing:.04em}.brand small{font-size:.56rem;letter-spacing:.14em;margin-top:4px}.nav-links{display:flex;gap:26px;font-size:.86rem;font-weight:700;color:#334b64}.nav-links a:hover{color:var(--blue)}.nav-actions{display:flex}.menu-button{display:none;border:0;background:transparent;font-size:1.5rem;color:var(--navy)}
.section-heading{margin-bottom:42px}.section-heading.centered{text-align:center;max-width:720px;margin-inline:auto;margin-bottom:44px}.section-heading h2{font-size:clamp(2rem,4vw,3rem);line-height:1.15;letter-spacing:-.04em;margin:12px 0 14px}.section-heading p{color:var(--muted);font-size:1.04rem}.left-heading{margin:0}.eyebrow{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:var(--surface-blue);color:#0878c8;font-size:.76rem;font-weight:800;letter-spacing:.01em}.eyebrow-dark{background:rgba(255,255,255,.12);color:#cde9ff}.text-link{display:inline-block;margin-top:20px;font-weight:800;color:var(--blue)}
.site-footer{background:#fff;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:52px;padding:55px 0}.footer-brand p{color:var(--muted);font-size:.88rem;margin:16px 0 22px;max-width:330px}.footer-brand>small{color:#8492a2}.footer-grid h4{font-size:.76rem;letter-spacing:.08em;margin-bottom:14px}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:10px;font-size:.86rem;color:#52657a}.footer-grid a:hover{color:var(--blue)}.sticky-mobile{display:none}
