/* Lightweight neutral styling to look like a real small company */
:root{--accent:#0b74de;--bg:#f7f9fb;--text:#222}
*{box-sizing:border-box}
body{font-family:Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;line-height:1.5;color:var(--text);background:var(--bg);margin:0}
.container{max-width:980px;margin:0 auto;padding:24px}
.site-header{background:#fff;border-bottom:1px solid #e6eef6}
.site-header .container{display:flex;align-items:center;justify-content:space-between}
.brand{font-weight:700;color:var(--accent);text-decoration:none;font-size:1.25rem}
.nav a{margin-left:16px;color:#333;text-decoration:none}
.lead{color:#444}
.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:20px}
.card{background:#fff;padding:16px;border:1px solid #e6eef6;border-radius:8px;box-shadow:0 1px 4px rgba(16,24,40,0.04)}
.site-footer{padding:20px 0;text-align:center;color:#667085}
a{color:var(--accent)}
