/* Scoped to main only. Header/footer use homepage home.css + home-fix.css. */
html, body.membership-page { overflow-x: hidden; }
body.membership-page { padding-top: 76px; }

.v3-main { background: #09090F; color: #D4D4DC; }
.v3-hero, .v3-section, .v3-final { padding: 72px 28px; max-width: 100%; }
.v3-hero { text-align: center; position: relative; overflow: hidden; background: radial-gradient(ellipse 80% 60% at 50% 20%, rgba(201,168,76,.08), transparent 70%); }
.v3-kicker { color: #C9A84C; letter-spacing: 4px; font-size: 11px; margin-bottom: 14px; }
.v3-hero h1 { font-size: clamp(28px, 4vw, 34px); font-weight: 700; letter-spacing: 4px; margin: 0 0 8px; color: #D4D4DC; }
.v3-rule { width: 60px; height: 1px; background: #C9A84C; margin: 18px auto 22px; }
.v3-hero p { max-width: 560px; margin: 0 auto 34px; line-height: 2; color: #8888A0; font-size: 15px; }
.v3-hero-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.v3-btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 30px; border-radius: 12px; font-weight: 700; font-size: 15px; white-space: nowrap; }
.v3-btn.discord { background: linear-gradient(135deg, #5865F2, #4350D6); color: #fff; box-shadow: 0 4px 30px rgba(88,101,242,.35); }
.v3-btn.gold { background: linear-gradient(135deg, #C9A84C, #A07A28); color: #09090F; }
.v3-fine { font-size: 12px; color: #8888A0; margin-top: 16px; line-height: 1.8; }
.v3-fine.center { text-align: center; margin: 28px auto 0; max-width: 640px; }
.v3-tabs { display: flex; justify-content: center; gap: 8px; margin-bottom: 34px; flex-wrap: wrap; }
.v3-tabs button { background: #111118; border: 1px solid rgba(201,168,76,.18); color: #8888A0; border-radius: 999px; padding: 8px 16px; cursor: pointer; font: inherit; }
.v3-tabs button.is-on { border-color: #C9A84C; color: #C9A84C; background: rgba(201,168,76,.1); }
.v3-cards { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.v3-cards article { background: #111118; border: 1px solid rgba(201,168,76,.18); border-radius: 18px; padding: 28px; display: flex; flex-direction: column; min-width: 0; }
.v3-cards article.accent { border: 2px solid #C9A84C; box-shadow: 0 18px 50px -20px rgba(201,168,76,.25); }
.v3-card-top { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.v3-card-top h2 { margin: 0; font-size: 17px; font-weight: 600; color: #D4D4DC; }
.v3-card-top span { font-size: 11px; color: #C9A84C; border: 1px solid rgba(201,168,76,.35); border-radius: 999px; padding: 4px 10px; flex: none; }
.v3-price { display: flex; align-items: flex-end; gap: 7px; margin: 14px 0 4px; }
.v3-price b { font-size: 34px; font-weight: 800; color: #C9A84C; line-height: 1; font-family: Inter, sans-serif; }
.v3-price small, .v3-note, .v3-tagline { font-size: 12px; color: #8888A0; }
.v3-tagline { margin: 0 0 14px; }
.v3-group { border-top: 1px solid rgba(201,168,76,.18); padding-top: 12px; margin-bottom: 12px; }
.v3-group .g { font-size: 10px; color: #C9A84C; letter-spacing: 2px; margin-bottom: 7px; font-family: 'IBM Plex Mono', monospace; }
.v3-group ul { margin: 0; padding: 0; list-style: none; }
.v3-group li { font-size: 13px; line-height: 1.7; color: #D4D4DC; margin: 0 0 6px; }
.v3-cta { margin-top: auto; display: block; text-align: center; border-radius: 10px; padding: 13px; font-size: 14px; font-weight: 700; }
.v3-cta.solid { background: linear-gradient(135deg, #C9A84C, #A07A28); color: #09090F; }
.v3-cta.ghost { border: 1px solid rgba(201,168,76,.18); color: #D4D4DC; }
.v3-h { font-size: clamp(22px, 3vw, 26px); font-weight: 700; margin: 0 auto 12px; max-width: 1000px; color: #D4D4DC; text-align: center; }
.v3-lead { color: #8888A0; margin: 0 auto 32px; max-width: 640px; text-align: center; }
.v3-section .v3-kicker { text-align: center; }
.v3-steps { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.v3-steps div { background: #111118; border: 1px solid rgba(201,168,76,.18); border-radius: 12px; padding: 14px 16px; min-width: 0; }
.v3-steps div.last { border-color: rgba(201,168,76,.4); }
.v3-steps span { width: 22px; height: 22px; border-radius: 50%; border: 1px solid rgba(201,168,76,.5); color: #C9A84C; font-size: 11px; font-weight: 700; display: inline-flex; align-items: center; justify-content: center; background: rgba(201,168,76,.1); }
.v3-steps h3 { margin: 8px 0 6px; font-size: 13.5px; color: #D4D4DC; }
.v3-steps p { margin: 0; font-size: 12px; color: #8888A0; line-height: 1.7; }
.v3-faq-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.v3-faq-list details { background: #111118; border: 1px solid rgba(201,168,76,.18); border-radius: 14px; padding: 18px 20px; margin-bottom: 10px; }
.v3-faq-list summary { cursor: pointer; font-size: 13.5px; font-weight: 500; color: #D4D4DC; }
.v3-faq-list p { margin: 10px 0 0; font-size: 12.5px; color: #8888A0; line-height: 1.9; }
.v3-faq-grid aside { border: 1px solid rgba(201,168,76,.35); background: rgba(201,168,76,.06); border-radius: 16px; padding: 24px; align-self: start; }
.v3-faq-grid aside h3 { margin: 0 0 16px; color: #C9A84C; font-size: 15px; }
.v3-faq-grid aside div { border-bottom: 1px solid rgba(255,255,255,.06); padding-bottom: 14px; margin-bottom: 14px; }
.v3-faq-grid aside b { display: block; font-size: 12.5px; margin-bottom: 6px; color: #D4D4DC; }
.v3-faq-grid aside p { margin: 0; font-size: 12px; color: #8888A0; line-height: 1.9; }
.v3-faq-grid aside small { color: #8888A0; line-height: 1.9; }
.v3-final { text-align: center; border-top: 1px solid rgba(201,168,76,.18); background: radial-gradient(ellipse 70% 100% at 50% 100%, rgba(201,168,76,.08), transparent 70%); }
.v3-final h2 { margin: 0 0 10px; color: #D4D4DC; }
.v3-final p { color: #8888A0; margin: 0 0 26px; }

/* Extra nav item: collapse earlier than homepage so desktop does not wrap. */
@media (max-width: 1100px) {
  .membership-page .nav-toggle { display: block; }
  .membership-page .nav-wrap nav {
    position: absolute;
    top: calc(100% + 1px);
    left: 18px;
    right: 18px;
    display: grid;
    gap: 0;
    padding: 8px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    border: 1px solid rgba(195, 167, 77, .2);
    border-radius: 13px;
    background: rgba(24, 25, 23, .97);
    box-shadow: 0 22px 48px rgba(0, 0, 0, .38);
  }
  .membership-page .nav-wrap nav.open {
    visibility: visible;
    opacity: 1;
    transform: none;
  }
  .membership-page .nav-wrap nav a {
    display: block;
    padding: 13px 15px;
    border-radius: 8px;
  }
  .membership-page .nav-wrap nav a::after { display: none; }
}

@media (max-width: 1100px) {
  .v3-steps { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .v3-cards, .v3-faq-grid { grid-template-columns: 1fr; }
  .v3-hero, .v3-section, .v3-final { padding: 48px 18px; }
}
