/**
 * /assets/css/membership-unlimited.css
 * Mage Unlimited — premium lifestyle funnel.
 */

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

/* —— Hero —— */
.mu-hero {
  position: relative;
  z-index: 1;
  padding: 5rem 0 4rem;
  overflow: hidden;
  scroll-margin-top: 80px;
}

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

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

.mu-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(ellipse 80% 60% at 50% 20%, rgba(201, 162, 39, 0.08) 0%, transparent 55%),
    radial-gradient(circle at 90% 10%, rgba(139, 92, 246, 0.12) 0%, transparent 40%),
    linear-gradient(180deg, rgba(4, 4, 6, 0.35) 0%, rgba(4, 4, 6, 0.97) 88%);
}

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

.mu-hero__title {
  font-size: clamp(2.35rem, 6vw, 3.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin-bottom: 1.25rem;
}

.mu-scarcity-pill {
  display: inline-block;
  margin-bottom: 1.1rem;
  padding: 0.4rem 1.1rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e8d48a;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(201, 162, 39, 0.4);
  border-radius: 999px;
  backdrop-filter: blur(6px);
}

.mu-badge--gold {
  background: transparent;
  border-color: rgba(201, 162, 39, 0.3);
  color: #c9a227;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
}

.mu-hero__subhead {
  margin: 0 auto 2rem;
  max-width: 38rem;
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  line-height: 1.75;
  color: rgba(232, 228, 220, 0.88);
  font-weight: 400;
}

.mu-price-anchor {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  margin: 0 auto 1.75rem;
  padding: 1.5rem 2.25rem;
  border-radius: 4px;
  border: 1px solid rgba(201, 162, 39, 0.22);
  background: rgba(8, 8, 12, 0.55);
  backdrop-filter: blur(8px);
}

.mu-price-anchor__label {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c9a227;
}

.mu-price-anchor__amount {
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 500;
  color: #f5f0e6;
  letter-spacing: 0.02em;
}

.mu-price-anchor__note {
  font-size: 0.82rem;
  color: rgba(168, 164, 160, 0.9);
  max-width: 22rem;
  line-height: 1.45;
}

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

.mu-hero__hours {
  margin-top: 1.5rem;
  font-size: 0.88rem;
  color: var(--l2-text-muted, #8a8680);
  letter-spacing: 0.02em;
}

.mu-hours__open {
  color: #8fd48f;
  font-weight: 500;
}

.mu-hero__phone {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 162, 39, 0.35);
}

.mu-hero__phone:hover {
  color: #e8d48a;
}

/* —— Manifesto —— */
.mu-manifesto {
  padding: 3.5rem 0;
  border-block: 1px solid rgba(201, 162, 39, 0.12);
  background: rgba(201, 162, 39, 0.03);
}

.mu-manifesto__inner {
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}

.mu-manifesto__line {
  margin: 0 0 1.25rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.2rem, 2.8vw, 1.55rem);
  font-style: italic;
  line-height: 1.65;
  color: rgba(245, 240, 230, 0.92);
}

.mu-manifesto__line:last-child {
  margin-bottom: 0;
}

/* —— Scarcity band —— */
.mu-scarcity-band {
  padding: 1.5rem 0;
}

.mu-scarcity-band__text {
  margin: 0 auto;
  text-align: center;
  max-width: 36rem;
  font-size: 0.95rem;
  letter-spacing: 0.03em;
  color: rgba(201, 162, 39, 0.85);
  text-transform: uppercase;
  line-height: 1.6;
}

/* —— Section headers —— */
.mu-section-header .mu-section-kicker {
  margin: 0 0 0.5rem;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c9a227;
}

.mu-section-header h2 {
  margin-bottom: 0.65rem;
}

.mu-section-header p {
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
}

/* —— Pillars —— */
.mu-pillars {
  display: grid;
  gap: 1.25rem;
  margin-top: 2rem;
}

@media (min-width: 900px) {
  .mu-pillars {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

.mu-pillar {
  padding: 2rem 1.75rem;
  border-top: 2px solid rgba(201, 162, 39, 0.35);
}

.mu-pillar__title {
  margin: 0 0 0.85rem;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #f5e6a8;
}

.mu-pillar__body {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
  color: rgba(200, 196, 188, 0.92);
}

/* —— Included / à la carte —— */
.mu-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .mu-grid--2 {
    grid-template-columns: 1fr 1fr;
  }
}

.mu-panel {
  padding: 2rem 1.75rem;
}

.mu-panel h3 {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}

.mu-panel--included h3 {
  color: #d4c48a;
}

.mu-panel--excluded h3 {
  color: rgba(168, 164, 160, 0.85);
}

.mu-icon-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mu-icon-list li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-size: 0.95rem;
  color: rgba(232, 228, 220, 0.88);
}

.mu-icon {
  flex-shrink: 0;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: 0.55rem;
  border-radius: 50%;
}

.mu-icon--yes {
  background: #c9a227;
  box-shadow: 0 0 8px rgba(201, 162, 39, 0.4);
}

.mu-icon--neutral {
  background: rgba(136, 136, 136, 0.5);
}

/* —— Guest / Resident postures —— */
.mu-postures {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .mu-postures {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }
}

.mu-posture {
  padding: 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mu-posture--featured {
  border: 1px solid rgba(201, 162, 39, 0.35);
  background: linear-gradient(165deg, rgba(201, 162, 39, 0.06) 0%, rgba(8, 8, 12, 0.4) 100%);
}

.mu-posture__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #c9a227;
}

.mu-posture__title {
  margin: 0 0 1rem;
  font-size: 1.75rem;
  font-weight: 500;
}

.mu-posture__body {
  margin: 0 0 1.5rem;
  flex: 1;
  line-height: 1.7;
  color: rgba(200, 196, 188, 0.9);
  font-size: 0.98rem;
}

/* —— Steps —— */
.mu-steps {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .mu-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

.mu-step {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.5rem 1.75rem;
}

.mu-step__num {
  flex-shrink: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.5rem;
  font-style: italic;
  color: rgba(201, 162, 39, 0.7);
  line-height: 1;
  padding-top: 0.15rem;
}

.mu-step strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.mu-step p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(168, 164, 160, 0.95);
}

/* —— Form —— */
.mu-form {
  max-width: 580px;
  margin: 2rem auto 0;
  padding: 2.25rem 2rem;
  border: 1px solid rgba(201, 162, 39, 0.15);
}

.mu-form__grid {
  display: grid;
  gap: 1.1rem;
}

@media (min-width: 560px) {
  .mu-form__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.mu-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(168, 164, 160, 0.9);
}

.mu-field--full {
  margin-top: 1.1rem;
}

.mu-field em {
  font-style: normal;
  text-transform: lowercase;
  letter-spacing: 0;
  opacity: 0.7;
}

.mu-field input,
.mu-field select,
.mu-field textarea {
  padding: 0.75rem 0.9rem;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.4);
  color: #f5f0e6;
  font: 400 1rem/1.4 system-ui, sans-serif;
  text-transform: none;
  letter-spacing: 0;
}

.mu-field textarea {
  resize: vertical;
  min-height: 5.5rem;
}

.mu-field input:focus,
.mu-field select:focus,
.mu-field textarea:focus {
  outline: none;
  border-color: rgba(201, 162, 39, 0.45);
}

.mu-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.mu-form__consent {
  margin: 1.25rem 0 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(138, 134, 128, 0.95);
  text-transform: none;
  letter-spacing: 0;
}

.mu-form__actions {
  margin-top: 1.5rem;
  text-align: center;
}

.mu-form__status.is-error { color: #e08080; }
.mu-form__status.is-ok { color: #8fd48f; }

.mu-form-closed {
  max-width: 580px;
  margin: 2rem auto 0;
  padding: 2rem;
  text-align: center;
  line-height: 1.65;
}

/* —— FAQ —— */
.mu-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 700px;
  margin: 2rem auto 0;
}

.mu-faq {
  padding: 0.25rem 1.25rem;
}

.mu-faq details summary {
  cursor: pointer;
  font-weight: 500;
  font-size: 0.98rem;
  padding: 0.85rem 0;
  letter-spacing: 0.01em;
}

.mu-faq__answer {
  padding: 0 0 1rem;
  line-height: 1.7;
  font-size: 0.92rem;
  color: rgba(168, 164, 160, 0.95);
}

.mu-faq__answer p {
  margin: 0;
}

/* —— Closing CTA —— */
.mu-closing {
  padding-bottom: 4rem;
}

.mu-cta-band {
  text-align: center;
  padding: 3rem 2rem;
  border: 1px solid rgba(201, 162, 39, 0.2);
}

.mu-cta-band__kicker {
  margin: 0 0 0.75rem;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c9a227;
}

.mu-cta-band h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 500;
  line-height: 1.25;
  max-width: 28rem;
  margin-inline: auto;
}

.mu-cta-band__lead {
  margin: 0 0 1.75rem;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.1rem;
  color: rgba(200, 196, 188, 0.9);
}

.mu-footer-note {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.78rem;
  color: rgba(120, 116, 110, 0.9);
  line-height: 1.6;
}

.mu-btn-disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* —— Sticky mobile CTA —— */
.mu-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 0.85rem 1rem calc(0.85rem + env(safe-area-inset-bottom, 0));
  background: rgba(6, 6, 8, 0.94);
  border-top: 1px solid rgba(201, 162, 39, 0.2);
  backdrop-filter: blur(10px);
}

@media (min-width: 768px) {
  .mu-sticky-cta {
    display: none !important;
  }
}

/* —— Sub pages —— */
.mu-page--sub .l2-section {
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}

.mu-sub__inner {
  max-width: 580px;
}

.mu-sub__card {
  padding: 2.75rem 2.25rem;
  text-align: center;
  border: 1px solid rgba(201, 162, 39, 0.15);
}

.mu-sub__icon {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  color: #c9a227;
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: 50%;
}

.mu-sub__timeline {
  text-align: left;
  max-width: 26rem;
  margin: 1.25rem auto 1.5rem;
  line-height: 1.75;
  font-size: 0.95rem;
  color: rgba(200, 196, 188, 0.9);
}

.mu-sub__ctas {
  justify-content: center;
  margin-top: 1.5rem;
}

.mu-legal {
  max-width: 680px;
}

.mu-legal__body {
  padding: 2rem;
  line-height: 1.7;
}

.mu-guide__section {
  padding: 1.75rem;
  margin-bottom: 1.25rem;
  line-height: 1.7;
  border-left: 2px solid rgba(201, 162, 39, 0.25);
}

.mu-guide__section h2 {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d4c48a;
}
