:root{color-scheme:light;--ink:#101828;--muted:#5b6472;--line:#d9e1ea;--paper:#fff;--soft:#f5f7fb;--accent:#0f766e;--accent2:#be123c}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.topbar{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px clamp(18px,4vw,54px)}.brand{display:flex;align-items:center;gap:10px;font-weight:800}.brand span{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:var(--accent);color:white;font-size:14px}nav{display:flex;gap:18px;flex-wrap:wrap;color:#344054;font-size:14px}.hero{min-height:76vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,560px);gap:44px;align-items:center;padding:56px clamp(18px,5vw,72px) 44px;background:linear-gradient(180deg,#f8fbff 0,#fff 82%)}.hero h1,.page-hero h1,.product-hero h1{font-size:clamp(42px,7vw,82px);line-height:.98;margin:8px 0 18px;letter-spacing:0}.lede,.page-hero p,.product-hero p{font-size:clamp(18px,2.1vw,22px);color:var(--muted);max-width:760px}.hero-visual img,.product-hero img{border-radius:8px;box-shadow:0 24px 70px rgba(16,24,40,.18);border:1px solid var(--line)}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--accent);font-size:12px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border:1px solid var(--line);border-radius:8px;font-weight:750;background:white}.button.primary{background:var(--accent);border-color:var(--accent);color:white}.band{background:var(--ink);color:white;margin:0;padding:24px clamp(18px,5vw,72px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.stats div{border-left:1px solid rgba(255,255,255,.24);padding-left:18px}.stats strong{display:block;font-size:28px;line-height:1}.stats span{color:#cbd5e1;font-size:14px}.section{padding:52px clamp(18px,5vw,72px)}.section h2{font-size:clamp(26px,4vw,44px);line-height:1.1;margin:0 0 20px}.section-head{display:flex;justify-content:space-between;gap:18px;align-items:end;margin-bottom:20px}.section-head a{color:var(--accent);font-weight:800}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.card{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:white}.card img{aspect-ratio:1.22;object-fit:cover}.card-body{padding:16px}.card h3{font-size:18px;line-height:1.2;margin:4px 0 8px}.card p{color:var(--muted);margin:0;font-size:14px}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.category-tile{border:1px solid var(--line);border-radius:8px;padding:18px;background:var(--soft);display:grid;gap:8px}.category-tile span{width:34px;height:6px;border-radius:99px}.category-tile small{color:var(--muted)}.split{display:grid;grid-template-columns:1fr 1.15fr;gap:28px;background:var(--soft)}.pills{display:flex;flex-wrap:wrap;gap:10px}.pill{border:1px solid var(--line);background:white;border-radius:999px;padding:10px 14px;font-weight:700}.faq-list{display:grid;gap:10px}.faq-list details{border:1px solid var(--line);border-radius:8px;background:white;padding:14px 16px}.faq-list summary{font-weight:800;cursor:pointer}.page-hero{padding:62px clamp(18px,5vw,72px);background:var(--soft)}.page-hero h1{max-width:980px}.prose{max-width:920px}.prose p,.prose li{color:#364152;font-size:18px}.prose li{margin:8px 0}.product-hero{display:grid;grid-template-columns:minmax(280px,520px) minmax(0,1fr);gap:40px;align-items:center;padding:52px clamp(18px,5vw,72px);background:#fbfcfe}.footer{border-top:1px solid var(--line);padding:30px clamp(18px,5vw,72px);display:flex;justify-content:space-between;gap:24px;background:#f8fafc;color:#344054}.footer p{margin:6px 0 0;color:var(--muted)}.footer-links{display:flex;gap:14px;flex-wrap:wrap}@media(max-width:950px){.hero,.product-hero,.split{grid-template-columns:1fr}.grid,.category-grid,.band{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{min-height:auto}.topbar{align-items:flex-start;flex-direction:column}}@media(max-width:560px){.grid,.category-grid,.band{grid-template-columns:1fr}.hero h1,.page-hero h1,.product-hero h1{font-size:42px}nav{gap:12px}.section-head{align-items:flex-start;flex-direction:column}.footer{flex-direction:column}}