/* Templates hub page — shared styles live in /guides/guide.css */

/* Wider container fits the card grid better than single-column articles */
main { max-width: 1000px; }

.section-label {
  margin: 40px 0 4px;
  font-size: 13px;
  font-family: -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #A03D18;
}

/* Price line inside cards */
.card .price {
  margin-top: 12px;
  font-family: -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #A03D18;
}

/* Badge chip inside cards */
.badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 2px 8px;
  background: #A03D18;
  color: #FAF5EF;
  font-family: -apple-system, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 4px;
  text-transform: uppercase;
}

/* Featured bundle card gets a subtle highlight */
.card--featured {
  border-color: #A03D18;
  background: #FFF8F5;
}
