/**
 * /assets/css/membership-landing.css
 * VIP membership landing, scoped under .membership-page (extends lounge2 theme).
 */

.membership-page {
  margin-top: -1px;
}

/* Compact hero (shorter than full lounge hero) */
.mb-hero {
  position: relative;
  z-index: 1;
  padding: 3.5rem 0 3rem;
  overflow: hidden;
  scroll-margin-top: 80px;
}

.mb-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mb-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
}

.mb-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 20% 30%, rgba(57, 16, 71, 0.65) 0%, transparent 55%),
    radial-gradient(circle at 85% 20%, rgba(139, 92, 246, 0.18) 0%, transparent 45%),
    linear-gradient(180deg, rgba(6, 6, 9, 0.55) 0%, rgba(6, 6, 9, 0.94) 100%);
}

.mb-hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.mb-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  font-size: 2rem;
  background: rgba(225, 185, 41, 0.12);
  border: 1px solid rgba(225, 185, 41, 0.35);
  box-shadow: 0 0 40px rgba(225, 185, 41, 0.12);
  margin-bottom: 1.25rem;
}

.mb-hero .l2-gradient-text {
  margin-bottom: 0.85rem;
}

.mb-hero__hours {
  margin-top: 1.1rem;
  font-size: 0.95rem;
  color: var(--l2-text-muted);
}

.mb-hero__ctas {
  justify-content: center;
}

.mb-badge--gold {
  background: rgba(225, 185, 41, 0.12);
  border-color: rgba(225, 185, 41, 0.35);
  color: #fde68a;
}

/* Price card highlight */
.mb-price-card {
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.mb-price-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--l2-mage-gold), var(--l2-purple));
}

.mb-price {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.mb-price__amount {
  font-family: var(--l2-font-head);
  font-size: clamp(2.4rem, 5vw, 3rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--l2-mage-gold);
  line-height: 1;
}

.mb-price__per {
  color: var(--l2-text-muted);
  font-size: 1.05rem;
}

.mb-price-card__tagline {
  color: var(--l2-text-muted);
  margin-bottom: 1.5rem;
  font-size: 0.98rem;
}

/* Two-column layout */
.mb-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

@media (min-width: 900px) {
  .mb-grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }
}

.mb-panel {
  padding: 2rem;
  height: 100%;
}

.mb-panel h3 {
  font-size: 1.35rem;
  margin-bottom: 1.25rem;
  color: #fff;
}

/* Perks list */
.mb-perks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.mb-perk {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.mb-perk__icon {
  flex-shrink: 0;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(20, 184, 166, 0.15);
  color: var(--l2-teal);
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.15rem;
}

.mb-perk__title {
  display: block;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.2rem;
  font-size: 0.98rem;
}

.mb-perk__desc {
  color: var(--l2-text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
}

/* Policy callout */
.mb-callout {
  margin-top: 1.5rem;
  padding: 1.1rem 1.2rem;
  border-radius: 12px;
  background: rgba(245, 158, 11, 0.08);
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-left: 3px solid var(--l2-gold);
}

.mb-callout h4 {
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #fcd34d;
  margin-bottom: 0.6rem;
}

.mb-callout ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--l2-text-muted);
  font-size: 0.92rem;
}

.mb-callout li + li {
  margin-top: 0.35rem;
}

/* How-it-works steps */
.mb-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.mb-step {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.mb-step__icon {
  flex-shrink: 0;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(139, 92, 246, 0.15);
  color: #c4b5fd;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 0.15rem;
}

.mb-step p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #e5e7eb;
}

/* Location block */
.mb-location {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--l2-glass-border);
}

.mb-location h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #fff;
}

.mb-kv {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 0.65rem 1rem;
  font-size: 0.94rem;
}

.mb-kv dt {
  color: var(--l2-text-muted);
  font-weight: 600;
}

.mb-kv dd {
  margin: 0;
  color: #e5e7eb;
  line-height: 1.55;
}

.mb-kv em {
  color: var(--l2-text-muted);
  font-style: normal;
  font-size: 0.88rem;
}

/* FAQ */
.mb-faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mb-faq {
  padding: 0;
  overflow: hidden;
}

.mb-faq details {
  padding: 0;
}

.mb-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 1.15rem 1.25rem;
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  transition: color 0.2s ease;
}

.mb-faq summary::-webkit-details-marker {
  display: none;
}

.mb-faq summary::after {
  content: '+';
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--l2-text-muted);
  transition: transform 0.2s ease, color 0.2s ease;
}

.mb-faq details[open] summary {
  color: var(--l2-mage-gold);
}

.mb-faq details[open] summary::after {
  transform: rotate(45deg);
  color: var(--l2-mage-gold);
}

.mb-faq__answer {
  padding: 0 1.25rem 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.mb-faq__answer p {
  margin: 0.85rem 0 0;
  font-size: 0.95rem;
  line-height: 1.65;
}

/* Final CTA band */
.mb-cta-band {
  padding: 2.5rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.mb-cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(139, 92, 246, 0.12) 0%, transparent 60%);
  pointer-events: none;
}

.mb-cta-band__inner {
  position: relative;
  z-index: 1;
}

.mb-cta-band h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin-bottom: 0.65rem;
}

.mb-cta-band p {
  max-width: 34em;
  margin: 0 auto 1.5rem;
}

.mb-cta-band .l2-hero__ctas {
  justify-content: center;
}

.mb-footer-note {
  text-align: center;
  font-size: 0.88rem;
  color: var(--l2-text-muted);
  max-width: 640px;
  margin: 2rem auto 0;
  line-height: 1.6;
}

@media (max-width: 640px) {
  .mb-hero {
    padding: 2.5rem 0 2rem;
  }

  .mb-hero__ctas .l2-btn {
    width: 100%;
  }

  .mb-panel,
  .mb-price-card {
    padding: 1.5rem;
  }

  .mb-kv {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .mb-kv dt {
    margin-top: 0.65rem;
  }

  .mb-kv dt:first-child {
    margin-top: 0;
  }

  .mb-cta-band {
    padding: 2rem 1.25rem;
  }
}
