:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:#f5f7fb;--foreground:#111827;--muted:#64748b;--surface:#ffffffdb;--stroke:#94a3b838}*{box-sizing:border-box}html{background:var(--background);min-width:320px}body{min-height:100vh;color:var(--foreground);background:radial-gradient(circle at top left, #2563eb1f, transparent 35rem), var(--background);margin:0;font-family:Arial,Helvetica,sans-serif}main{width:min(70rem,100% - 2rem);margin:0 auto;padding:7rem 0 3rem}.hero{max-width:52rem}.eyebrow{color:#2563eb;letter-spacing:.16em;text-transform:uppercase;margin:2rem 0 .75rem;font-size:.82rem;font-weight:800}h1{letter-spacing:-.065em;max-width:48rem;margin:0;font-size:clamp(2.8rem,8vw,5.8rem);line-height:.96}.lead{max-width:42rem;color:var(--muted);margin:1.75rem 0 0;font-size:1.15rem;line-height:1.7}.serviceGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-top:4rem;display:grid}.serviceCard{border:1px solid var(--stroke);background:var(--surface);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-radius:1.25rem;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:11rem;padding:1.35rem;display:flex;box-shadow:0 1.25rem 3rem #0f172a0f}.serviceCard h2{margin:0;font-size:1.1rem}.serviceCard p{color:var(--muted);margin:.55rem 0 0}footer{color:var(--muted);margin-top:3rem;font-size:.9rem}code{color:var(--foreground)}@media (max-width:760px){main{padding-top:4rem}.serviceGrid{grid-template-columns:1fr}}
