.club-page{
  background:#fff;
  color:#102033;
}

.club-hero{
  padding:70px 0 56px;
  background:
    linear-gradient(135deg, rgba(47,107,255,.10), rgba(6,182,212,.08)),
    #ffffff;
  overflow:hidden;
}

.club-kicker{
  color:#2f6bff;
  font-size:.82rem;
  font-weight:900;
  letter-spacing:.12em;
  margin:0 0 12px;
  text-transform:uppercase;
}

.club-hero h1{
  font-size:clamp(2.1rem, 5vw, 4.4rem);
  font-weight:950;
  letter-spacing:0;
  line-height:1.02;
  margin:0;
  max-width:740px;
}

.club-lead,
.club-section-text{
  color:#526173;
  font-size:1.08rem;
  line-height:1.75;
  margin:20px 0 0;
}

.club-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:28px;
}

.club-device{
  background:#0f1e33;
  border:1px solid rgba(255,255,255,.16);
  border-radius:28px;
  box-shadow:0 28px 70px rgba(15,30,51,.22);
  color:#fff;
  margin-inline:auto;
  max-width:520px;
  padding:22px;
}

.club-device-top,
.club-card,
.club-progress-head,
.club-mini-grid{
  align-items:center;
  display:flex;
  justify-content:space-between;
}

.club-device-top span{
  background:rgba(255,255,255,.12);
  border-radius:999px;
  font-size:.85rem;
  font-weight:800;
  padding:8px 12px;
}

.club-card{
  background:linear-gradient(135deg, #2f6bff, #06b6d4);
  border-radius:22px;
  margin-top:22px;
  min-height:178px;
  padding:24px;
}

.club-card small,
.club-points small,
.club-mini-grid span{
  color:rgba(255,255,255,.78);
  display:block;
  font-size:.84rem;
}

.club-card strong{
  display:block;
  font-size:1.55rem;
  margin-top:6px;
}

.club-points{
  text-align:right;
}

.club-points span{
  display:block;
  font-size:3rem;
  font-weight:950;
  line-height:1;
}

.club-progress-card{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  margin-top:14px;
  padding:16px;
}

.club-progress-bar{
  background:rgba(255,255,255,.16);
  border-radius:999px;
  height:10px;
  margin-top:12px;
  overflow:hidden;
}

.club-progress-bar span{
  background:#fff;
  border-radius:inherit;
  display:block;
  height:100%;
  width:75%;
}

.club-mini-grid{
  gap:12px;
  margin-top:14px;
}

.club-mini-grid div{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  flex:1;
  padding:14px;
}

.club-mini-grid strong{
  display:block;
  font-size:1.35rem;
}

.club-strip{
  margin-top:-28px;
  position:relative;
  z-index:2;
}

.club-strip-grid{
  background:#fff;
  border:1px solid #e8eef8;
  border-radius:22px;
  box-shadow:0 20px 42px rgba(16,32,51,.08);
  display:grid;
  gap:1px;
  overflow:hidden;
}

.club-strip-grid div{
  padding:22px;
}

.club-strip-grid strong{
  display:block;
  font-size:1.05rem;
  margin-bottom:4px;
}

.club-strip-grid span{
  color:#66758a;
}

.club-steps{
  display:grid;
  gap:16px;
}

.club-steps article,
.reward-card,
.club-empty,
.level-list div,
.community-panel{
  background:#fff;
  border:1px solid #e8eef8;
  border-radius:20px;
  box-shadow:0 14px 34px rgba(16,32,51,.06);
}

.club-steps article{
  padding:22px;
}

.club-steps span{
  align-items:center;
  background:#2f6bff;
  border-radius:14px;
  color:#fff;
  display:flex;
  font-weight:950;
  height:42px;
  justify-content:center;
  margin-bottom:18px;
  width:42px;
}

.club-steps h3,
.reward-card h3{
  font-size:1.08rem;
  font-weight:900;
  margin:0 0 8px;
}

.club-steps p,
.reward-card p,
.community-panel p{
  color:#607086;
  margin:0;
}

.club-soft{
  background:#f6f9ff;
}

.reward-grid{
  display:grid;
  gap:18px;
}

.reward-card{
  overflow:hidden;
}

.reward-image{
  aspect-ratio:4/3;
  background:#edf3ff;
  position:relative;
}

.reward-image img{
  height:100%;
  object-fit:cover;
  width:100%;
}

.reward-image span{
  background:#102033;
  border-radius:999px;
  color:#fff;
  font-size:.78rem;
  font-weight:900;
  left:14px;
  padding:7px 10px;
  position:absolute;
  top:14px;
  z-index:1;
}

.reward-body{
  padding:18px;
}

.reward-body strong{
  color:#2f6bff;
  display:block;
  margin-top:12px;
}

.club-empty{
  padding:30px;
  text-align:center;
}

.level-list{
  display:grid;
  gap:14px;
}

.level-list div{
  padding:20px;
}

.level-list strong{
  display:block;
  font-size:1.1rem;
  margin-bottom:5px;
}

.level-list span{
  color:#607086;
}

.community-panel{
  align-items:center;
  display:grid;
  gap:22px;
  padding:26px;
}

.community-panel h2{
  font-size:clamp(1.55rem, 3vw, 2.5rem);
  font-weight:950;
  letter-spacing:0;
  margin:0 0 12px;
}

.club-final{
  background:#102033;
  color:#fff;
  padding:58px 0;
  text-align:center;
}

.club-final h2{
  font-size:clamp(1.75rem, 4vw, 3rem);
  font-weight:950;
  letter-spacing:0;
  margin:0 auto 14px;
  max-width:760px;
}

.club-final p{
  color:rgba(255,255,255,.76);
  margin:0 auto 26px;
  max-width:640px;
}

@media (min-width: 768px){
  .club-strip-grid,
  .club-steps,
  .reward-grid{
    grid-template-columns:repeat(3, minmax(0, 1fr));
  }

  .club-steps{
    grid-template-columns:repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 992px){
  .club-hero{
    padding:92px 0 78px;
  }

  .community-panel{
    grid-template-columns:1fr auto;
    padding:34px;
  }
}

@media (max-width: 575.98px){
  .club-actions .btn{
    width:100%;
  }

  .club-device{
    border-radius:22px;
    padding:16px;
  }

  .club-card{
    min-height:150px;
    padding:18px;
  }

  .club-points span{
    font-size:2.25rem;
  }
}
