/* Minimal — ultra-clean white theme */
body.template-minimal {
  font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  background:#ffffff;
  color:#18181b;
}
.template-minimal .hero {
  background:#fafafa;
  border-bottom:1px solid #e4e4e7;
  padding:60px 0 40px;
  text-align:center;
}
.template-minimal .hero h1 { font-size:36px; font-weight:700; color:#09090b; letter-spacing:-.02em; }
.template-minimal .hero .muted { color:#71717a; font-size:15px; }
.template-minimal .card {
  background:#fff;
  border:1px solid #e4e4e7;
  border-radius:8px;
  box-shadow:none;
  padding:28px;
}
.template-minimal .card h3 { color:#18181b; font-size:14px; text-transform:uppercase; letter-spacing:.05em; }
.template-minimal .btn.primary,.template-minimal .btn {
  background:#18181b;
  color:#fff;
  border:0;
  padding:10px 16px;
  border-radius:6px;
  font-weight:500;
  font-size:14px;
}
.template-minimal .btn:hover { background:#3f3f46; }
.template-minimal .btn.secondary { background:#fff; color:#18181b; border:1px solid #d4d4d8; }
.template-minimal .badge.green { background:#f0fdf4; color:#15803d; border-radius:4px; }
.template-minimal a { color:#18181b; text-decoration:underline; }
.template-minimal .cover { border-radius:4px; }
