/* Chicago Lifts — Hour-Based Lease page (#/equipment/rentals/hour-based)
   Most of the page reuses .svc-* / .svc-new shared styles from
   page-services-new.css (hero, steps, included, FAQ, CTA). The .hbl-*
   classes below add the few pieces unique to this page: pilot badge,
   why-this-exists, math table, three-program comparison, pilot CTA.
*/

.page-hour-based-lease.hbl { background: var(--bg); }

/* Pilot badge — small uppercase chip used in the hero + pilot section */
.hbl-pilot-badge {
  display: inline-block;
  align-self: flex-start;
  padding: 6px 12px;
  background: var(--safety, #f5b800);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hbl-todo {
  color: var(--ink-3);
  font-style: italic;
  font-size: 13px;
}

/* ── Why this exists ─────────────────────────────────────────────────────── */
.hbl-why {
  padding: clamp(48px, 6vw, 96px) 0;
  background: var(--paper);
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}
.hbl-why__inner { max-width: 920px; }
.hbl-why__h {
  font-size: clamp(28px, 4vw, 48px);
  margin: 12px 0 20px;
  line-height: 1;
}
.hbl-why__h em {
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  color: var(--red);
  text-transform: none;
  letter-spacing: -0.02em;
}
.hbl-why__lede {
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink-2);
  max-width: 70ch;
}

/* ── Steps inline link helper ────────────────────────────────────────────── */
.hbl-inline-link {
  border: 0;
  background: transparent;
  color: var(--red);
  font: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
}
.hbl-inline-link:hover { color: var(--ink); }

/* ── Math example table ──────────────────────────────────────────────────── */
.hbl-math { padding: clamp(48px, 6vw, 96px) 0; }
.hbl-math__head { margin-bottom: 28px; }
.hbl-math__h {
  font-size: clamp(24px, 3vw, 36px);
  margin: 12px 0 12px;
}
.hbl-math__sub {
  color: var(--ink-3);
  max-width: 80ch;
  line-height: 1.55;
}
.hbl-math__sub em {
  font-family: var(--mono);
  font-style: italic;
  font-size: 12px;
  color: var(--ink-3);
}
.hbl-math__table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--rule-soft); background: var(--paper); }
.hbl-math__table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  font-size: 14px;
}
.hbl-math__table th,
.hbl-math__table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--rule-soft);
}
.hbl-math__table th {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
  background: var(--bg);
}
.hbl-math__table tbody tr:last-child td { border-bottom: 0; }
.hbl-math__win {
  color: #2a8a3e;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.hbl-math__lose {
  color: var(--red);
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.hbl-math__breakeven {
  margin: 20px 0 0;
  padding: 16px 20px;
  background: #fff5f3;
  border-left: 4px solid var(--red);
  font-size: 14px;
  line-height: 1.55;
}

/* ── Three-program comparison ────────────────────────────────────────────── */
.hbl-compare {
  padding: clamp(48px, 6vw, 96px) 0;
  background: var(--paper);
  border-top: 1px solid var(--rule-soft);
  border-bottom: 1px solid var(--rule-soft);
}
.hbl-compare__h {
  font-size: clamp(24px, 3vw, 36px);
  margin: 12px 0 24px;
}
.hbl-compare__table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.hbl-compare__table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: var(--bg);
  border: 1px solid var(--rule-soft);
  font-size: 14px;
}
.hbl-compare__table th,
.hbl-compare__table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--rule-soft);
  vertical-align: top;
}
.hbl-compare__table thead th {
  background: var(--ink);
  color: var(--bg);
  font-family: var(--display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom-color: var(--ink);
}
.hbl-compare__sub {
  display: block;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  font-weight: 400;
  color: var(--ink-4);
  margin-top: 4px;
  text-transform: uppercase;
}
.hbl-compare__feature {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
  background: var(--bg);
  white-space: nowrap;
}
.hbl-compare__links { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }

/* ── Founding-pilot CTA block ────────────────────────────────────────────── */
.hbl-pilot {
  padding: clamp(48px, 6vw, 96px) 0;
  background: var(--ink);
  color: var(--bg);
}
.hbl-pilot__inner { max-width: 800px; }
.hbl-pilot__badge {
  display: inline-block;
  padding: 6px 14px;
  background: var(--safety, #f5b800);
  color: var(--ink);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.hbl-pilot__h {
  font-size: clamp(28px, 4vw, 48px);
  color: var(--bg);
  margin: 0 0 16px;
  line-height: 1;
}
.hbl-pilot__sub {
  color: rgba(250, 248, 245, 0.7);
  max-width: 65ch;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 24px;
}
.hbl-pilot__list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.6;
}
.hbl-pilot__list li {
  padding: 12px 0 12px 28px;
  position: relative;
  border-bottom: 1px solid #2a2622;
  color: rgba(250, 248, 245, 0.9);
}
.hbl-pilot__list li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 12px;
  color: var(--safety, #f5b800);
  font-weight: 700;
}
.hbl-pilot__list li:last-child { border-bottom: 0; }
.hbl-pilot__list strong { color: var(--bg); font-weight: 600; }
.hbl-pilot__btns { display: flex; gap: 12px; flex-wrap: wrap; }
.hbl-pilot .btn--ghost {
  color: var(--bg);
  border-color: var(--bg);
}
.hbl-pilot .btn--ghost:hover { background: var(--bg); color: var(--ink); }
