/* Lux membership — subscribe page + storefront CTAs */
.ms-page {
  --ms-navy: #0d1f38;
  --ms-gold: #d97706;
  --ms-gold-light: #fcd34d;
  --ms-green: #059669;
  --ms-muted: #64748b;
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  padding-bottom: 3rem;
}

.ms-hero {
  background:
    radial-gradient(900px 420px at 12% 0%, rgba(217, 119, 6, 0.28), transparent 58%),
    linear-gradient(135deg, #0d1f38 0%, #1a3358 52%, #0f2744 100%);
  color: #fff;
  padding: clamp(2rem, 5vw, 3rem) 1rem 2.5rem;
}

.ms-hero__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.ms-hero__eyebrow {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ms-gold-light);
  margin: 0 0 0.65rem;
}

.ms-hero__title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  font-weight: 700;
  line-height: 1.12;
  margin: 0 0 0.75rem;
  letter-spacing: -0.02em;
}

.ms-hero__lead {
  max-width: 42rem;
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  line-height: 1.6;
}

.ms-hero__pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.ms-hero__price-chip {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 0.95rem;
}

.ms-hero__price-chip strong {
  font-size: 1.35rem;
  color: var(--ms-gold-light);
}

.ms-hero__save {
  color: #86efac;
  font-weight: 700;
  font-size: 0.88rem;
}

.ms-hero__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.ms-hero__pills span {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.ms-layout {
  max-width: 1080px;
  margin: -1.5rem auto 0;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 1.25rem;
  align-items: start;
}

@media (max-width: 860px) {
  .ms-layout {
    grid-template-columns: 1fr;
    margin-top: 1rem;
  }
}

.ms-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  padding: clamp(1.15rem, 3vw, 1.5rem);
}

.ms-card__title {
  font-size: 1rem;
  font-weight: 800;
  color: var(--ms-navy);
  margin: 0 0 0.85rem;
}

.ms-benefits {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ms-benefits li {
  position: relative;
  padding-left: 1.65rem;
  margin-bottom: 0.75rem;
  color: #334155;
  line-height: 1.55;
  font-size: 0.95rem;
}

.ms-benefits li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #ecfdf5;
  color: var(--ms-green);
  font-size: 0.72rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ms-benefits li strong {
  color: var(--ms-navy);
}

.ms-note {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  color: var(--ms-muted);
  line-height: 1.5;
}

.ms-billing-toggle {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1.15rem;
  flex-wrap: wrap;
}

.ms-billing-option {
  flex: 1;
  min-width: 140px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.2rem;
  padding: 0.75rem 0.9rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  cursor: pointer;
  background: #f8fafc;
  transition: border-color 0.15s, background 0.15s;
}

.ms-billing-option:has(input:checked) {
  border-color: var(--ms-gold);
  background: #fffbeb;
}

.ms-billing-option input {
  margin: 0;
}

.ms-billing-option__label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ms-muted);
}

.ms-billing-option__price {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--ms-navy);
}

.ms-billing-option__save {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--ms-green);
}

.ms-submit {
  width: 100%;
  border: none;
  border-radius: 12px;
  padding: 0.95rem 1.25rem;
  font-size: 1.05rem;
  font-weight: 800;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
  box-shadow: 0 8px 24px rgba(217, 119, 6, 0.35);
  transition: transform 0.15s, box-shadow 0.15s;
}

.ms-submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(217, 119, 6, 0.42);
}

.ms-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}

.ms-consent {
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
  margin: 1rem 0;
  font-size: 0.86rem;
  color: #475569;
  line-height: 1.45;
}

.ms-card-element {
  padding: 0.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 0.35rem;
}

.ms-card-errors {
  color: #b91c1c;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.ms-active-banner {
  max-width: 720px;
  margin: 2rem auto;
  padding: 1.25rem;
  border-radius: 12px;
  background: #ecfdf5;
  border: 1px solid #86efac;
  color: #065f46;
}

/* Storefront CTA buttons (homepage + credits) */
.lux-btn-membership,
.lux-hero-btn-membership {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem 0.4rem;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  border: 2px solid rgba(52, 211, 153, 0.65);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.95) 0%, rgba(5, 150, 105, 0.95) 100%);
  color: #fff !important;
  box-shadow: 0 8px 22px rgba(16, 185, 129, 0.28);
  transition: transform 0.15s, box-shadow 0.15s;
}

.lux-btn-membership:hover,
.lux-hero-btn-membership:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(16, 185, 129, 0.38);
  color: #fff !important;
}

.lux-membership-from {
  font-weight: 600;
  opacity: 0.95;
}

.lux-hero-btn-membership {
  font-size: clamp(0.88rem, 2vw, 0.98rem);
}

.lux-membership-promo {
  padding: clamp(1.75rem, 4vw, 2.5rem) 0;
  background: linear-gradient(180deg, #ecfdf5 0%, #f0fdf4 48%, #fff 100%);
  border-top: 1px solid #bbf7d0;
  border-bottom: 1px solid #e2e8f0;
}

.lux-membership-promo__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.lux-membership-promo__copy h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  margin: 0 0 0.45rem;
  color: var(--lux-ink, #0d1f38);
}

.lux-membership-promo__copy p {
  margin: 0;
  max-width: 36rem;
  color: #475569;
  line-height: 1.55;
}

.lux-membership-promo__eyebrow {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #059669;
  margin: 0 0 0.35rem;
}

.vd-hero-cta--membership {
  color: #ecfdf5 !important;
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.92) 0%, rgba(5, 150, 105, 0.92) 100%) !important;
  border: 1px solid rgba(52, 211, 153, 0.65) !important;
  font-size: 0.92rem;
  padding: 0.75rem 1.2rem;
  font-weight: 800;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(16, 185, 129, 0.25);
}

.vd-hero-cta--membership:hover {
  transform: translateY(-1px);
  color: #fff !important;
}
