/* GROUP MENTORSHIP NAV PAGE */

.group-nav-page {
  background: var(--mint);
}

.group-nav-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 24%, rgba(90, 157, 67, 0.18), transparent 34%),
    radial-gradient(circle at 14% 12%, rgba(77, 140, 216, 0.11), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, var(--mint) 100%);
  padding: 38px 0 70px;
}

.group-nav-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 54px;
  align-items: center;
}

.group-nav-hero-copy h1 {
  max-width: 830px;
  margin: 0 0 20px;
  color: var(--deep-navy);
  font-size: clamp(2.75rem, 5vw, 4.65rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.group-nav-hero-copy h1 span,
.group-nav-section-head h2 span {
  color: var(--green);
}

.group-nav-hero-copy p {
  max-width: 760px;
  margin: 0 0 28px;
  color: var(--deep-navy);
  font-size: clamp(1.16rem, 2vw, 1.48rem);
  line-height: 1.32;
  font-weight: 850;
}

.group-nav-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.group-nav-hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.group-nav-hero-image img {
  width: 100%;
  max-width: 620px;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(3, 20, 36, 0.16);
}

.group-nav-section {
  padding: 84px 0;
}

.group-nav-dark {
  background: var(--navy);
  color: #fff;
}

.group-nav-soft {
  background: var(--mint);
}

.group-nav-white {
  background: #fff;
}

.group-nav-light {
  background: #e7e4c7;
}

.group-nav-final {
  background: var(--olive);
}

.group-nav-section-head {
  max-width: 860px;
  margin: 0 auto 36px;
}

.group-nav-section-head h2 {
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0 0 18px;
}

.group-nav-section-head p {
  font-size: 1.12rem;
  margin: 0 auto;
  max-width: 780px;
  color: rgba(16, 35, 58, 0.76);
}

.group-nav-dark .group-nav-section-head p {
  color: rgba(255, 255, 255, 0.78);
}

.group-nav-dark .eyebrow {
  color: var(--lime);
}

.group-nav-dark .eyebrow.cream {
  color: #f0e7b4;
}

.group-nav-feature-grid,
.group-nav-included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1080px;
  margin: 0 auto;
}

.group-nav-feature-grid article {
  padding: 28px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}

.group-nav-feature-grid span,
.group-nav-included-grid span {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  font-size: 1.8rem;
}

.group-nav-feature-grid span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(143, 207, 95, 0.24);
}

.group-nav-feature-grid h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.28rem;
}

.group-nav-feature-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
}

.group-nav-stage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1140px;
  margin: 0 auto;
}

.group-nav-stage-grid article {
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: 26px;
  background: var(--mint);
  border: 1px solid rgba(16, 35, 58, 0.08);
  box-shadow: 0 18px 42px rgba(3, 20, 36, 0.08);
}

.group-nav-stage-grid article.featured {
  background:
    radial-gradient(circle at 85% 12%, rgba(143, 207, 95, 0.18), transparent 28%),
    linear-gradient(135deg, var(--deep-navy), var(--navy));
  color: #fff;
}

.group-nav-stage-grid span {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: 0 0 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(59, 127, 50, 0.18);
  font-size: 1.9rem;
}

.group-nav-stage-grid h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 1.55rem;
}

.group-nav-stage-grid article.featured h3 {
  color: #fff;
}

.group-nav-stage-grid p {
  margin: 0 0 22px;
  color: rgba(16, 35, 58, 0.74);
}

.group-nav-stage-grid article.featured p {
  color: rgba(255, 255, 255, 0.76);
}

.group-nav-stage-grid ul,
.group-nav-choice-grid ul {
  list-style: none;
  padding: 0;
  margin: 0 0 26px;
  display: grid;
  gap: 11px;
}

.group-nav-stage-grid li,
.group-nav-choice-grid li {
  position: relative;
  padding-left: 28px;
  font-weight: 800;
  color: rgba(16, 35, 58, 0.84);
}

.group-nav-stage-grid article.featured li {
  color: rgba(255, 255, 255, 0.86);
}

.group-nav-stage-grid li::before,
.group-nav-choice-grid li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.group-nav-stage-grid article.featured li::before {
  color: var(--lime);
}

.group-nav-stage-grid .btn {
  margin-top: auto;
}

.group-nav-included-grid article {
  padding: 28px 24px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(16, 35, 58, 0.08);
  text-align: center;
  box-shadow: 0 16px 34px rgba(3, 20, 36, 0.06);
}

.group-nav-included-grid span {
  background: var(--mint);
  border: 1px solid rgba(59, 127, 50, 0.16);
}

.group-nav-included-grid h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 1.28rem;
}

.group-nav-included-grid p {
  margin: 0;
  color: rgba(16, 35, 58, 0.72);
}

.group-nav-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 960px;
  margin: 0 auto;
}

.group-nav-choice-grid article {
  padding: 30px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(16, 35, 58, 0.08);
  box-shadow: 0 16px 36px rgba(3, 20, 36, 0.06);
}

.group-nav-choice-grid h3 {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: 1.35rem;
}

.group-nav-choice-grid a {
  display: inline-flex;
  margin-top: 4px;
  color: var(--green);
  font-weight: 900;
}

.group-nav-final h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.group-nav-final p {
  max-width: 680px;
  margin: 0 auto 26px;
  color: rgba(16, 35, 58, 0.78);
  font-size: 1.12rem;
}

.group-nav-final-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 1020px) {
  .group-nav-hero-grid,
  .group-nav-stage-grid,
  .group-nav-feature-grid,
  .group-nav-included-grid,
  .group-nav-choice-grid {
    grid-template-columns: 1fr;
  }

  .group-nav-hero-copy {
    text-align: center;
  }

  .group-nav-hero-actions {
    justify-content: center;
  }
}

@media (max-width: 720px) {
  .group-nav-hero {
    padding: 28px 0 54px;
  }

  .group-nav-hero-copy h1 {
    font-size: clamp(2.25rem, 10vw, 3.45rem);
  }

  .group-nav-hero-copy p {
    font-size: 1.08rem;
  }

  .group-nav-section {
    padding: 58px 0;
  }

  .group-nav-hero-actions,
  .group-nav-final-actions {
    flex-direction: column;
  }

  .group-nav-hero-actions .btn,
  .group-nav-final-actions .btn {
    width: 100%;
  }

  .group-nav-stage-grid article,
  .group-nav-choice-grid article {
    padding: 24px;
  }
}