.lhpt-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 56px 20px 24px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #0a0a0a;
}

.lhpt-section-title {
  margin: 0 0 8px;
  text-align: center;
  font-size: 1.75rem;
}

.lhpt-section-intro {
  margin: 0 0 36px;
  text-align: center;
  color: #4b5563;
}

.lhpt-grid {
  display: grid;
  gap: 20px;
}

.lhpt-grid--cols-1 { grid-template-columns: 1fr; }
.lhpt-grid--cols-2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.lhpt-grid--cols-3 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.lhpt-grid--cols-4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }

.lhpt-card {
  background: #fff;
  border: 1px solid #e3e6ea;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}

.lhpt-card--featured {
  border-color: #c9a227;
}

.lhpt-card--wide {
  grid-column: 1 / -1;
  border: 2px solid #c9a227;
  box-shadow: 0 4px 16px rgba(201, 162, 39, 0.15);
}

.lhpt-card-wide-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.lhpt-card-wide-copy {
  flex: 1;
  min-width: 240px;
}

.lhpt-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 99px;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}

.lhpt-badge--gold { background: #fffbf0; color: #92700c; }
.lhpt-badge--blue { background: #eff6ff; color: #1d4ed8; }
.lhpt-badge--green { background: #ecfdf5; color: #047857; }
.lhpt-badge--purple { background: #f5f3ff; color: #6d28d9; }
.lhpt-badge--amber { background: #fef3c7; color: #b45309; }
.lhpt-badge--navy { background: #0a1628; color: #c9a227; }

.lhpt-card-title {
  margin: 0 0 8px;
  font-size: 1.25rem;
}

.lhpt-card-summary {
  margin: 0 0 16px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.5;
  flex: 1;
}

.lhpt-btn {
  display: inline-block;
  text-align: center;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  border: 2px solid transparent;
}

.lhpt-btn--primary {
  background: #c9a227;
  color: #0a0a0a;
}

.lhpt-btn--dark {
  background: #0a1628;
  color: #fff;
  font-weight: 600;
}

.lhpt-btn--outline {
  background: transparent;
  border-color: #c9a227;
  color: #c9a227;
}

.lhpt-btn:hover {
  opacity: 0.92;
}

.lhpt-table-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 20px;
  overflow-x: auto;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

.lhpt-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e3e6ea;
  border-radius: 12px;
}

.lhpt-table th,
.lhpt-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #e3e6ea;
  vertical-align: top;
}

.lhpt-table th {
  background: #0a1628;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lhpt-table tr:last-child td {
  border-bottom: none;
}

.lhpt-single {
  max-width: 360px;
}


.lhpt-card-image {
  margin: 0 0 14px;
  border-radius: 8px;
  overflow: hidden;
  background: #f1f5f9;
  aspect-ratio: 16 / 10;
}

.lhpt-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lhpt-card-image--wide {
  max-width: 320px;
  margin-bottom: 12px;
}

.lhpt-empty {
  max-width: 640px;
  margin: 24px auto;
  padding: 16px 20px;
  background: #fff8e1;
  border: 1px solid #c9a227;
  border-radius: 8px;
  color: #0a0a0a;
  text-align: center;
}

/* —— Pricing comparison —— */
.lhpt-pricing {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 16px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #0a0a0a;
}

.lhpt-pricing-header {
  text-align: center;
  margin-bottom: 32px;
}

.lhpt-pricing-title {
  margin: 0 0 8px;
  font-size: 2rem;
}

.lhpt-pricing-subtitle {
  margin: 0;
  color: #4b5563;
  font-size: 1.05rem;
}

.lhpt-pricing-scroll {
  overflow-x: auto;
  border: 1px solid #e3e6ea;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.lhpt-pricing-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  background: #fff;
}

.lhpt-pricing-table th,
.lhpt-pricing-table td {
  padding: 14px 16px;
  vertical-align: middle;
}

.lhpt-pricing-tier-row th {
  background: #0a1628;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.lhpt-pricing-tier-row th:first-child {
  text-align: left;
}

.lhpt-pricing-tier-row th.is-highlight {
  background: #c9a227;
  color: #0a0a0a;
}

.lhpt-pricing-price-row td,
.lhpt-pricing-meta-row td {
  text-align: center;
  border-top: 1px solid #e3e6ea;
  color: #4b5563;
}

.lhpt-pricing-price-row td:first-child,
.lhpt-pricing-meta-row td:first-child,
.lhpt-pricing-feature td:first-child {
  text-align: left;
  color: #4b5563;
}

.lhpt-pricing-price-row td.is-highlight,
.lhpt-pricing-meta-row td.is-highlight,
.lhpt-pricing-feature td.is-highlight,
.lhpt-pricing-cta-row td.is-highlight {
  background: #fffbf0;
}

.lhpt-pricing-section td {
  background: #0a1628;
  color: #c9a227;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 10px 18px;
}

.lhpt-pricing-feature td {
  text-align: center;
  border-top: 1px solid #e3e6ea;
}

.lhpt-pricing-feature.is-alt td {
  background: #f8fafc;
}

.lhpt-pricing-feature.is-alt td.is-highlight {
  background: #fff8e6;
}

.lhpt-pricing-cta-row td {
  text-align: center;
  padding: 20px 12px;
  background: #f8fafc;
  border-top: 1px solid #e3e6ea;
}

.lhpt-pricing-footer {
  text-align: center;
  margin-top: 20px;
  color: #6b7280;
  font-size: 14px;
}

.lhpt-pricing-cta-row .lhpt-btn {
  margin: 4px 0;
  white-space: nowrap;
}

.lhpt-cta-empty {
  color: #9ca3af;
}
