/* Clear at-a-glance visit information */
.visit-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 640px;
  margin: 30px auto 0;
  text-align: left;
}

.visit-highlight {
  padding: 21px 22px;
  border: 1px solid rgba(249, 190, 73, 0.62);
  border-radius: 3px;
  background: rgba(14, 49, 31, 0.78);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.visit-highlight-label {
  display: block;
  margin-bottom: 5px;
  color: #f9be49;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.visit-highlight strong {
  display: block;
  color: #fff;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 4vw, 2.15rem);
  line-height: 1.05;
}

.visit-highlight small {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
}

.membership-prices .price-table-wrap {
  border-color: rgba(249, 190, 73, 0.55);
  background: linear-gradient(145deg, rgba(38, 91, 53, 0.9), rgba(10, 38, 23, 0.96));
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.2);
}

.membership-prices .price-table thead {
  background: rgba(249, 190, 73, 0.12);
}

.membership-prices .price-table tbody tr:first-child {
  background: rgba(249, 190, 73, 0.08);
}

.membership-prices .price-table td strong {
  display: inline-block;
  color: #123f27;
  background: linear-gradient(135deg, #fff4cf, #f9be49);
  border-radius: 999px;
  padding: 0.28rem 0.7rem;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.12);
}

.membership-prices .price-table .most-popular {
  position: relative;
  background: linear-gradient(90deg, rgba(249, 190, 73, 0.26), rgba(249, 190, 73, 0.08));
}

.membership-prices .price-table .most-popular th,
.membership-prices .price-table .most-popular td {
  border-bottom-color: rgba(249, 190, 73, 0.42);
  border-top: 1px solid rgba(249, 190, 73, 0.42);
}

.popular-badge {
  display: inline-flex;
  align-items: center;
  margin: 0.45rem 0 0.1rem 0.55rem;
  padding: 0.24rem 0.5rem;
  border: 1px solid rgba(255, 244, 207, 0.75);
  border-radius: 999px;
  color: #123f27;
  background: #f9be49;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.15;
  text-transform: uppercase;
  vertical-align: middle;
}

@media (max-width: 560px) {
  .visit-highlights { grid-template-columns: 1fr; gap: 10px; margin-top: 24px; }
  .visit-highlight { padding: 17px 18px; }
  .popular-badge { margin-left: 0.35rem; font-size: 0.58rem; }
}
