
/* STLBEAST Main V415 — Membership Conversion Pass
   Purpose: make membership feel like a premium maker vault instead of a generic CTA.
*/

.stlb415-members-page{
  background:
    radial-gradient(circle at 12% 0%,rgba(14,165,233,.10),transparent 30%),
    linear-gradient(180deg,#030711 0%,#07111f 48%,#030711 100%);
}

.stlb415-member-hero{
  padding:clamp(46px,7vw,88px) 0;
  position:relative;
  overflow:hidden;
}

.stlb415-member-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 78% 18%,rgba(139,92,246,.14),transparent 32%),
    radial-gradient(circle at 20% 80%,rgba(14,165,233,.10),transparent 30%);
  pointer-events:none;
}

.stlb415-member-hero-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:minmax(0,1.06fr) minmax(320px,.72fr);
  gap:clamp(22px,4vw,42px);
  align-items:center;
}

.stlb415-member-copy h1{
  margin:10px 0 14px;
  color:#ffffff;
  font-size:clamp(2.55rem,6vw,5.4rem);
  line-height:.92;
  letter-spacing:-.07em;
  text-wrap:balance;
}

.stlb415-member-copy .lead{
  color:#b8c7dc;
  max-width:820px;
  font-size:clamp(1.02rem,1.6vw,1.28rem);
  line-height:1.65;
}

.stlb415-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

.stlb415-proof-strip{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin-top:22px;
}

.stlb415-proof-strip span{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:10px;
  border-radius:16px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(103,232,249,.15);
  color:#dff9ff;
  font-weight:850;
  text-align:center;
}

.stlb415-member-panel{
  border:1px solid rgba(103,232,249,.20);
  border-radius:30px;
  background:
    radial-gradient(circle at 80% 12%,rgba(14,165,233,.16),transparent 40%),
    linear-gradient(180deg,rgba(9,18,34,.97),rgba(3,7,16,.98));
  box-shadow:0 26px 70px rgba(0,0,0,.34), inset 0 1px 0 rgba(255,255,255,.055);
  padding:clamp(22px,3vw,32px);
}

.stlb415-panel-kicker{
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  color:#93f5ff;
  background:rgba(14,165,233,.12);
  border:1px solid rgba(103,232,249,.18);
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.stlb415-member-panel h2{
  margin:14px 0 16px;
  color:#ffffff;
  font-size:clamp(1.55rem,3vw,2.35rem);
  line-height:1.02;
  letter-spacing:-.045em;
}

.stlb415-member-panel ul{
  display:grid;
  gap:12px;
  list-style:none;
  padding:0;
  margin:0 0 18px;
}

.stlb415-member-panel li{
  padding:14px;
  border-radius:17px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(103,232,249,.11);
}

.stlb415-member-panel li b{
  display:block;
  color:#ffffff;
  margin-bottom:4px;
}

.stlb415-member-panel li small{
  display:block;
  color:#a8bdd7;
  line-height:1.45;
}

.stlb415-panel-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  border-radius:16px;
  text-decoration:none;
  color:#ffffff;
  font-weight:950;
  background:linear-gradient(135deg,#0ea5e9,#2563eb);
  border:1px solid rgba(125,211,252,.26);
}

.stlb415-value,
.stlb415-plan-section,
.stlb415-drops,
.stlb415-member-faq{
  background:linear-gradient(180deg,#050b14,#07111f);
}

.stlb415-value-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.stlb415-value-grid article,
.stlb415-plan,
.stlb415-faq-panel{
  border:1px solid rgba(103,232,249,.15);
  background:linear-gradient(180deg,rgba(9,18,34,.96),rgba(3,7,16,.98));
  border-radius:24px;
  box-shadow:0 20px 54px rgba(0,0,0,.28);
}

.stlb415-value-grid article{
  padding:20px;
}

.stlb415-value-grid article span{
  display:inline-flex;
  margin-bottom:16px;
  width:42px;
  height:42px;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:linear-gradient(135deg,#0ea5e9,#2563eb);
  color:#ffffff;
  font-weight:950;
}

.stlb415-value-grid article b,
.stlb415-plan h3,
.stlb415-faq-panel h2{
  color:#ffffff;
}

.stlb415-value-grid article b{
  display:block;
  font-size:1.08rem;
  margin-bottom:8px;
}

.stlb415-value-grid article p,
.stlb415-plan p,
.stlb415-faq-panel p{
  color:#a8bdd7;
  line-height:1.55;
  margin:0;
}

.stlb415-plan-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.stlb415-plan{
  padding:22px;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.stlb415-plan.featured{
  border-color:rgba(125,211,252,.36);
  background:
    radial-gradient(circle at 70% 10%,rgba(14,165,233,.18),transparent 40%),
    linear-gradient(180deg,rgba(10,28,52,.98),rgba(3,7,16,.98));
  transform:translateY(-6px);
}

.stlb415-plan > span{
  width:max-content;
  max-width:100%;
  padding:7px 10px;
  border-radius:999px;
  color:#93f5ff;
  background:rgba(14,165,233,.12);
  border:1px solid rgba(103,232,249,.18);
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.11em;
  text-transform:uppercase;
}

.stlb415-plan h3{
  font-size:1.45rem;
  margin:0;
}

.stlb415-plan ul{
  display:grid;
  gap:8px;
  list-style:none;
  padding:0;
  margin:0;
  color:#d8e7f7;
}

.stlb415-plan li{
  padding-left:20px;
  position:relative;
}

.stlb415-plan li::before{
  content:"✓";
  position:absolute;
  left:0;
  color:#67e8f9;
  font-weight:950;
}

.stlb415-plan a{
  margin-top:auto;
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  color:#ffffff;
  text-decoration:none;
  font-weight:950;
  background:linear-gradient(135deg,#0ea5e9,#2563eb);
  border:1px solid rgba(125,211,252,.25);
}

.stlb415-drop-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

.stlb415-drop-card{
  display:grid;
  gap:9px;
  padding:12px;
  border:1px solid rgba(103,232,249,.14);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(9,18,34,.96),rgba(3,7,16,.98));
  text-decoration:none;
  box-shadow:0 18px 48px rgba(0,0,0,.26);
}

.stlb415-drop-card img{
  width:100%;
  height:190px;
  object-fit:contain;
  border-radius:16px;
  padding:8px;
  background:
    radial-gradient(circle at 50% 24%,rgba(14,165,233,.17),transparent 44%),
    linear-gradient(180deg,#09172a,#030711);
  filter:drop-shadow(0 18px 24px rgba(0,0,0,.44));
}

.stlb415-drop-card span{
  color:#67e8f9;
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.stlb415-drop-card b{
  color:#ffffff;
  line-height:1.15;
}

.stlb415-faq-panel{
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);
  gap:22px;
  padding:24px;
}

.stlb415-faq-list{
  display:grid;
  gap:10px;
}

.stlb415-faq-list details{
  border:1px solid rgba(103,232,249,.12);
  border-radius:17px;
  background:rgba(255,255,255,.04);
  padding:14px;
}

.stlb415-faq-list summary{
  color:#ffffff;
  cursor:pointer;
  font-weight:950;
}

.stlb415-faq-list p{
  margin-top:10px;
}

/* Homepage membership block upgrade */
.stlb415-home-membership{
  background:
    radial-gradient(circle at 16% 0%,rgba(14,165,233,.09),transparent 30%),
    linear-gradient(180deg,#050b14,#07111f) !important;
}

.stlb415-home-member-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.76fr);
  gap:18px;
  padding:clamp(22px,4vw,36px);
  border-radius:30px;
  border:1px solid rgba(103,232,249,.20);
  background:
    radial-gradient(circle at 84% 14%,rgba(139,92,246,.13),transparent 34%),
    linear-gradient(180deg,rgba(9,18,34,.96),rgba(3,7,16,.98));
  box-shadow:0 24px 70px rgba(0,0,0,.30);
}

.stlb415-home-member-copy h2{
  color:#ffffff;
  margin:8px 0 10px;
  font-size:clamp(1.8rem,4vw,3.35rem);
  line-height:1.02;
  letter-spacing:-.055em;
}

.stlb415-home-member-copy p:not(.stlb375-kicker){
  color:#a8bdd7;
  line-height:1.6;
  max-width:820px;
}

.stlb415-home-member-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}

.stlb415-home-member-points{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.stlb415-home-member-points span{
  display:grid;
  gap:5px;
  padding:15px;
  border-radius:18px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(103,232,249,.12);
}

.stlb415-home-member-points b{
  color:#ffffff;
}

.stlb415-home-member-points em{
  color:#a8bdd7;
  font-style:normal;
  line-height:1.38;
}

@media(max-width:980px){
  .stlb415-member-hero-grid,
  .stlb415-home-member-card,
  .stlb415-faq-panel{
    grid-template-columns:1fr;
  }
  .stlb415-proof-strip,
  .stlb415-value-grid,
  .stlb415-drop-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .stlb415-plan-grid{
    grid-template-columns:1fr;
  }
  .stlb415-plan.featured{
    transform:none;
  }
}

@media(max-width:620px){
  .stlb415-member-copy h1{
    font-size:2.25rem;
  }
  .stlb415-proof-strip,
  .stlb415-value-grid,
  .stlb415-drop-grid,
  .stlb415-home-member-points{
    grid-template-columns:1fr;
  }
  .stlb415-drop-card{
    grid-template-columns:112px minmax(0,1fr);
    align-items:center;
  }
  .stlb415-drop-card img{
    grid-row:1 / span 2;
    height:112px;
  }
}
