/* ── KIT HIRE TOGGLE ── */
.kit-hire-block {
  margin-top: 1.5rem;
  background: rgba(10,24,41,0.5);
  border: 1px solid rgba(30,115,190,0.2);
  border-radius: 6px;
  padding: 1.2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .7rem;
}
.kit-hire-row {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.kit-hire-label {
  display: flex;
  align-items: center;
  gap: .8rem;
  cursor: pointer;
  font-size: .88rem;
  color: #b0c8e0;
  font-weight: 600;
}
.kit-hire-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #00d68f;
  cursor: pointer;
  flex-shrink: 0;
}
.kit-cost-label {
  font-family: 'Roboto Mono', monospace;
  font-size: .78rem;
  color: #8aaccc;
  transition: color .2s;
}
.price-total-row {
  display: flex;
  align-items: baseline;
  gap: .5rem;
}
.price-total-label {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #8aaccc;
}
.dynamic-price {
  font-family: 'Roboto Mono', monospace;
  font-size: 2rem;
  font-weight: 700;
  color: #00d68f;
  line-height: 1;
  transition: color .2s;
}
.kit-hire-note {
  font-size: .75rem;
  color: #8aaccc;
  line-height: 1.55;
}
