.kit-main--wide {
  max-width: 1120px;
}
.ht-lead {
  color: #c8c8c8;
  font-size: 1.05rem;
  margin: 0 0 18px;
}
.ht-calc {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 140px auto;
  align-items: end;
  margin: 16px 0 18px;
}
@media (max-width: 720px) {
  .ht-calc { grid-template-columns: 1fr; }
}
.ht-calc label {
  display: block;
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a89860;
  margin-bottom: 6px;
}
.ht-calc select,
.ht-calc input {
  width: 100%;
  background: #111;
  color: #fff;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 1rem;
}
.ht-calc button {
  background: #d4af37;
  color: #111;
  border: 0;
  border-radius: 8px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 18px;
  cursor: pointer;
}
.ht-calc-out {
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 12px;
  padding: 14px 16px;
  margin: 0 0 22px;
  background: rgba(0, 0, 0, 0.35);
}
.ht-calc-out strong { color: #ffe566; }
.ht-table-wrap {
  overflow-x: auto;
  margin: 0 0 22px;
  -webkit-overflow-scrolling: touch;
}
.ht-table {
  width: 100%;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
  min-width: 520px;
}
.ht-table th,
.ht-table td {
  text-align: left;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.95rem;
  white-space: nowrap;
}
.ht-table th {
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.75rem;
  color: #d4af37;
}
.ht-table td { color: #ddd; }
.ht-table tr:hover td { background: rgba(212, 175, 55, 0.06); }
.ht-note {
  color: #9a9a9a;
  font-size: 0.92rem;
  margin: -8px 0 22px;
}
.ht-lsit li { margin-bottom: 8px; }
