/* === HIGHLAND PARK PAGE LAYOUT === */
.hp-page {
  min-height: 100vh;
  padding: 100px 40px 80px;
}

.hp-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

/* === HERO === */
.hp-hero {
  margin-bottom: 72px;
  padding-top: 16px;
}

.hp-kicker {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--amber);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hp-headline {
  font-family: 'Syne', sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 32px;
  max-width: 820px;
}

.hp-hero-body {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 640px;
  line-height: 1.7;
  margin-top: 24px;
}

/* Pill reuses .fleet-anchor-pill styles from fleet.css via shared theme tokens */

/* === SECTIONS === */
.hp-section {
  margin-bottom: 80px;
  padding-top: 56px;
  border-top: 1px solid var(--border);
}

.hp-section:first-of-type {
  border-top: none;
  padding-top: 0;
}

/* === RIDEPASS CARD DISTINCTION === */
.hp-ridepass-card {
  border-top: 1px dashed var(--amber);
  border-top-width: 1px;
}

.hp-ridepass-unit {
  font-family: 'Syne', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-muted);
  margin-left: 4px;
}

/* === CLOSING CTA === */
.hp-closing-cta {
  text-align: center;
}

.hp-closing-cta .closing-headline {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
}

.hp-closing-cta .closing-body {
  margin-bottom: 40px;
}

.hp-cta-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hp-cta-secondary {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--amber);
  border: 1px solid rgba(245,158,11,0.4);
  border-radius: 12px;
  padding: 13px 28px;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.hp-cta-secondary:hover {
  background: var(--amber-dim);
  color: var(--text);
}

/* === FOOTER (HP scope so .footer rules in theme.css still apply via cascade) === */
.hp-footer {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid var(--border);
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .hp-page { padding: 100px 24px 60px; }
  .hiw-steps { grid-template-columns: 1fr; gap: 32px; }
  .hiw-connector { display: none; }
  .services-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .hp-page { padding: 100px 18px 56px; }
  .hp-section { margin-bottom: 56px; padding-top: 36px; }
  .hp-kicker { margin-bottom: 14px; }
  .pricing-grid { margin-bottom: 24px; }
  .hp-cta-row { flex-direction: column; gap: 14px; }
  .hp-cta-row .price-cta,
  .hp-cta-row .hp-cta-secondary { width: 100%; max-width: 320px; }
}
