:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#fff;--surface:#fff;--surface-muted:#f7f8fa;--text:#111418;--muted:#626a73;--quiet:#8a929b;--border:#e3e6ea;--border-strong:#cfd5dc;--accent:#111418;--accent-hover:#2b3036}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}.site-shell{width:min(1120px,100% - 40px);min-height:100vh;margin:0 auto;padding:clamp(52px,9vw,104px) 0}.hero-section{gap:22px;max-width:820px;padding:clamp(20px,4vw,44px) 0 clamp(48px,7vw,84px);display:grid}.platform-name,.section-heading p{color:var(--quiet);letter-spacing:.1em;text-transform:uppercase;margin-bottom:0;font-size:.78rem;font-weight:720}h1{max-width:760px;color:var(--text);letter-spacing:0;margin-bottom:0;font-size:clamp(3.25rem,9vw,7.5rem);font-weight:760;line-height:.93}.hero-description{max-width:610px;color:var(--muted);margin-bottom:0;font-size:clamp(1.04rem,2vw,1.2rem);line-height:1.68}.product-section{border-top:1px solid var(--border);gap:22px;padding-top:clamp(28px,5vw,46px);display:grid}.section-heading{justify-content:space-between;align-items:end;gap:24px;display:flex}.section-heading h2{color:var(--text);letter-spacing:0;margin-bottom:0;font-size:clamp(1.35rem,3vw,2rem);font-weight:720;line-height:1.1}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.product-card{border:1px solid var(--border);background:var(--surface);border-radius:6px;flex-direction:column;justify-content:space-between;gap:28px;min-height:250px;padding:clamp(22px,4vw,34px);transition:border-color .16s,box-shadow .16s,transform .16s;display:flex}.product-card:hover{border-color:var(--border-strong);transform:translateY(-1px);box-shadow:0 18px 44px #11141814}.product-card h3{color:var(--text);letter-spacing:0;margin-bottom:14px;font-size:clamp(1.5rem,3vw,2.35rem);font-weight:740;line-height:1.04}.product-card p{max-width:34rem;color:var(--muted);margin-bottom:0;font-size:1rem;line-height:1.62}.button-link{border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:5px;justify-content:center;align-items:center;width:fit-content;min-height:44px;padding:0 16px;font-size:.92rem;font-weight:720;line-height:1;transition:background .16s,border-color .16s,transform .16s;display:inline-flex}.button-link:hover,.button-link:focus-visible{border-color:var(--accent-hover);background:var(--accent-hover);outline:none;transform:translateY(-1px)}@media (max-width:760px){.site-shell{width:min(100% - 32px,1120px);padding-top:44px}.section-heading{flex-direction:column;align-items:start;gap:8px}.product-grid{grid-template-columns:1fr}.product-card{min-height:220px}}
