/* shared/style.css - basic customizations (blue / white / light gray) */
:root{
  --primary:#0d6efd;
  --muted:#6b7280;
  --bg:#f8fafc;
}
body{background:var(--bg);font-family:Inter, system-ui, -apple-system, 'Segoe UI', Roboto, 'Noto Sans', sans-serif;}
.navbar-brand{font-weight:700;}
.header-hero{padding:4rem 0;}
.card-cta{border-radius:.6rem;box-shadow:0 6px 24px rgba(13,110,253,0.08);}
footer{padding:2rem 0;color:var(--muted);font-size:.9rem;}
.container-max{max-width:1100px;margin:0 auto;}
