body {
  font-family: "Manrope", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  color: #222;
}
h1 {
  font-family: "Cormorant Garamond", serif;
  text-align: center !important;
}
h2 {
  font-family: "Cormorant Garamond", serif;
}
.navbar-brand {
  font-weight: 700;
  letter-spacing: 0.2px;
}
.checkout-hero {
  border-bottom: 1px solid #eee;
  background-color: #f6ebe7;
}
.checkout-hero .title {
  font-weight: 700;
}
.summary-card {
  border: 1px solid #eee;
  border-radius: 12px;
}
.summary-card .price {
  font-size: 1.5rem;
  font-weight: 700;
}
.summary-card .muted {
  color: #6c757d;
  font-size: 0.9rem;
}
.vip-badge {
  font-size: 0.75rem;
  background: #f0ad4e;
  color: #000;
  border-radius: 999px;
  padding: 0.15rem 0.6rem;
  display: inline-block;
  font-weight: 600;
}
.footer {
  color: #666;
  font-size: 0.9rem;
}
.note {
  color: #6c757d;
  font-size: 0.9rem;
}
.step {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.step .num {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.divider {
  height: 1px;
  background: #eee;
  margin: 1rem 0;
}
.bg-black {
  background-color: #000 !important;
}

/* Plan summary panel to match site style */
.plan-panel {
  background-color: #f6ebe7;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}
.plan-panel .plan-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
}
.plan-panel .plan-line {
  font-size: 1.125rem;
  margin: 12px 0;
}
