.join-page {
  overflow: hidden;
  color: #0b2951;
  font-family: "Manrope", sans-serif;
}

.join-page .container { max-width: 1180px; }

.join-hero {
  position: relative;
  padding: 25px 0 82px;
  background:
    radial-gradient(circle at 87% 22%, rgba(143, 90, 222, .18), transparent 28%),
    radial-gradient(circle at 10% 95%, rgba(190, 159, 241, .2), transparent 27%),
    linear-gradient(135deg, #fbf9ff 0%, #f0e8ff 100%);
}

.join-hero::after {
  position: absolute;
  right: -90px;
  bottom: -130px;
  width: 330px;
  height: 330px;
  content: "";
  border: 1px solid rgba(127, 78, 203, .13);
  border-radius: 50%;
}

.join-breadcrumb {
  position: relative;
  z-index: 1;
  margin-bottom: 51px;
  font-size: 12px;
  font-weight: 700;
}

.join-breadcrumb a {
  color: #7650c9;
  text-decoration: none;
}

.join-breadcrumb .active { color: #64748b; }

.join-kicker,
.section-heading > span {
  display: block;
  margin-bottom: 11px;
  color: #8354d1;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.join-hero h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(42px, 5vw, 65px);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.055em;
}

.join-hero p {
  max-width: 680px;
  margin-bottom: 31px;
  color: #52647a;
  font-size: 16px;
  line-height: 1.75;
}

.join-hero-actions,
.join-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.join-primary,
.join-secondary,
.join-outline-light {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 13px 24px;
  font-size: 13px;
  font-weight: 800;
  border-radius: 12px;
}

.join-primary {
  color: #fff;
  background: linear-gradient(135deg, #9867df, #7040bd);
  border: 0;
  box-shadow: 0 12px 25px rgba(112, 64, 189, .26);
}

.join-primary:hover,
.join-primary:focus {
  color: #fff;
  background: linear-gradient(135deg, #8757d1, #6032aa);
  transform: translateY(-1px);
}

.join-secondary {
  color: #563495;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(109, 65, 178, .2);
}

.join-secondary:hover { color: #412473; background: #fff; }

.membership-visual {
  position: relative;
  width: min(100%, 410px);
  aspect-ratio: 1;
  margin-left: auto;
}

.membership-orbit {
  position: absolute;
  inset: 9%;
  border: 1px dashed rgba(113, 66, 188, .3);
  border-radius: 50%;
}

.orbit-two { inset: 23%; border-style: solid; border-color: rgba(113, 66, 188, .15); }

.membership-center {
  position: absolute;
  inset: 29%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(111, 67, 184, .13);
  border-radius: 50%;
  box-shadow: 0 22px 55px rgba(74, 40, 130, .16);
}

.membership-center > span {
  display: inline-flex;
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 23px;
  background: linear-gradient(135deg, #a274e8, #7042bf);
  border-radius: 17px;
}

.membership-center strong { font-size: 14px; }
.membership-center small {
  display: block;
  max-width: 100px;
  margin-top: 4px;
  color: #758092;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}

.orbit-icon {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  width: 53px;
  height: 53px;
  align-items: center;
  justify-content: center;
  color: #8052ce;
  font-size: 21px;
  background: #fff;
  border: 1px solid #ebe4f7;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(76, 48, 121, .13);
}

.icon-book { top: 4%; left: 45%; }
.icon-people { top: 45%; right: 1%; }
.icon-calendar { bottom: 10%; left: 9%; }

.membership-note {
  position: absolute;
  right: 4%;
  bottom: 2%;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  color: #fff;
  background: #0b2b56;
  border-radius: 14px;
  box-shadow: 0 15px 30px rgba(11, 43, 86, .19);
}

.membership-note > i { color: #c9a7ff; font-size: 19px; }
.membership-note strong,
.membership-note small { display: block; }
.membership-note strong { font-size: 12px; }
.membership-note small { margin-top: 2px; color: rgba(255,255,255,.72); font-size: 11px; }

.join-benefits { padding: 78px 0 86px; background: #fff; }

.section-heading { max-width: 720px; margin-bottom: 35px; }
.centered-heading { margin-right: auto; margin-left: auto; text-align: center; }

.section-heading h2 {
  margin-bottom: 11px;
  font-size: clamp(30px, 3.5vw, 42px);
  font-weight: 800;
  letter-spacing: -.04em;
}

.section-heading p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.75;
}

.benefit-card {
  padding: 29px 27px;
  background: #fff;
  border: 1px solid #e7e5ed;
  border-radius: 19px;
  box-shadow: 0 12px 35px rgba(20, 39, 73, .06);
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.benefit-card > span,
.step-icon,
.community-icon {
  display: inline-flex;
  width: 57px;
  height: 57px;
  margin-bottom: 21px;
  align-items: center;
  justify-content: center;
  color: #8252cf;
  font-size: 23px;
  background: #f1e9ff;
  border-radius: 17px;
}

.benefit-card h3 { margin-bottom: 10px; font-size: 17px; font-weight: 800; }
.benefit-card p { margin: 0; color: #677385; font-size: 13px; line-height: 1.7; }

.benefit-card:hover {
  color: #fff;
  background: linear-gradient(145deg, #9462dc, #6d3db7);
  border-color: transparent;
  box-shadow: 0 18px 38px rgba(93, 48, 165, .2);
  transform: translateY(-5px);
}

.benefit-card:hover > span { color: #fff; background: rgba(255,255,255,.15); }
.benefit-card:hover p { color: rgba(255,255,255,.84); }

.join-community { padding: 74px 0; background: #f7f7fb; }

.join-community-shell {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e7e5ed;
  border-radius: 25px;
  box-shadow: 0 20px 55px rgba(20, 38, 72, .08);
}

.community-highlight {
  min-height: 390px;
  padding: 48px 42px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 10%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(145deg, #9868df, #6840b1 58%, #39216e);
}

.community-highlight .community-icon { color: #fff; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.24); }
.community-highlight .join-kicker { color: #ecdcff; }
.community-highlight h2 { max-width: 350px; margin: 0; font-size: clamp(31px, 3.3vw, 42px); font-weight: 800; line-height: 1.15; letter-spacing: -.04em; }

.community-copy { padding: 45px 48px; }
.community-copy > p { margin-bottom: 28px; color: #40556e; font-size: 16px; font-weight: 600; line-height: 1.7; }
.community-points { display: grid; gap: 19px; }
.community-points > div { display: flex; gap: 13px; }
.community-points i { margin-top: 2px; color: #8957d6; font-size: 19px; }
.community-points strong,
.community-points small { display: block; }
.community-points strong { margin-bottom: 4px; font-size: 14px; }
.community-points small { color: #6c7787; font-size: 12px; line-height: 1.55; }

.join-steps { padding: 80px 0 86px; }

.steps-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 65px;
}

.steps-grid::before {
  position: absolute;
  top: 59px;
  right: 11%;
  left: 11%;
  z-index: -1;
  height: 1px;
  content: "";
  background: #d9caee;
}

.step-card {
  position: relative;
  padding: 31px 28px 29px;
  background: #fff;
  border: 1px solid #e6e4eb;
  border-radius: 19px;
  box-shadow: 0 13px 34px rgba(19, 39, 74, .06);
}

.step-number {
  position: absolute;
  top: 24px;
  right: 25px;
  color: #d9c9ef;
  font-size: 25px;
  font-weight: 800;
}

.step-card h3 { margin-bottom: 10px; font-size: 17px; font-weight: 800; }
.step-card p { margin: 0; color: #687486; font-size: 13px; line-height: 1.7; }

.join-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 42px 45px;
  color: #fff;
  background:
    radial-gradient(circle at 91% -20%, rgba(178, 132, 242, .43), transparent 34%),
    linear-gradient(135deg, #0b2c57, #0a2143);
  border-radius: 23px;
  box-shadow: 0 18px 40px rgba(9, 34, 69, .18);
}

.join-final-cta > div:first-child { max-width: 650px; }
.join-final-cta > div > span { display: block; margin-bottom: 7px; color: #cdb0f6; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.join-final-cta h2 { margin: 0; font-size: clamp(25px, 3vw, 35px); font-weight: 800; line-height: 1.25; letter-spacing: -.035em; }
.join-final-actions { flex-shrink: 0; }
.join-outline-light { color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.42); }
.join-outline-light:hover { color: #0b2951; background: #fff; }

@media (max-width: 991.98px) {
  .join-hero { padding-bottom: 64px; }
  .join-breadcrumb { margin-bottom: 35px; }
  .membership-visual { margin: 0 auto; }
  .community-highlight { min-height: 0; }
  .community-copy { padding: 39px 38px 43px; }
  .join-final-cta { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 767.98px) {
  .join-hero { padding: 21px 0 48px; }
  .join-breadcrumb { margin-bottom: 30px; }
  .join-hero h1 { font-size: 39px; }
  .join-hero p { font-size: 14px; }
  .join-hero-actions .btn { width: 100%; }
  .membership-visual { width: min(100%, 340px); }
  .join-benefits { padding: 56px 0 62px; }
  .section-heading { margin-bottom: 27px; }
  .section-heading h2 { font-size: 31px; }
  .join-community { padding: 54px 0; }
  .join-community-shell { border-radius: 20px; }
  .community-highlight { padding: 36px 27px; }
  .community-copy { padding: 32px 25px 36px; }
  .community-copy > p { font-size: 14px; }
  .join-steps { padding: 58px 0 64px; }
  .steps-grid { grid-template-columns: 1fr; margin-bottom: 43px; }
  .steps-grid::before { display: none; }
  .join-final-cta { padding: 32px 25px; border-radius: 20px; }
  .join-final-actions { width: 100%; }
  .join-final-actions .btn { width: 100%; }
}

.page-v2 .membership-note small { font-size: 12px; }
