/* ── Tec mode — booking section turns red when tec cert is selected ── */
body[data-active-cert="tec"] .kit-hire-block {
  border-color: rgba(232,48,74,.25);
}
body[data-active-cert="tec"] .kit-hire-label input[type="checkbox"] {
  accent-color: #e8304a;
}
body[data-active-cert="tec"] .dynamic-price {
  color: #e8304a;
}
body[data-active-cert="tec"] .booking-grid h2 {
  color: #e8304a;
}
body[data-active-cert="tec"] .booking-grid .btn-primary {
  background: #e8304a;
}
body[data-active-cert="tec"] .booking-grid .btn-primary:hover {
  background: #ff4d5e;
}
body[data-active-cert="tec"] .booking-grid .bd-dot {
  background: #e8304a;
}
body[data-active-cert="tec"] .booking-grid .booking-card {
  border-color: rgba(232,48,74,.2);
}
body[data-active-cert="tec"] .booking-grid .meta-label {
  color: rgba(232,48,74,.65);
}
