/* ===============================
   MENTORSHIP HUB PAGE
   =============================== */

   .mentorship-page {
    background: var(--mint);
  }
  
  /* HERO */
  
  .mentorship-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: 62px 0 76px;
  }
  
  .mentorship-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
    gap: 46px;
    align-items: center;
  }
  
  .mentorship-hero-copy h1 {
    max-width: 820px;
    margin: 0 0 20px;
    color: var(--deep-navy);
    font-size: clamp(2.75rem, 5vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: -0.055em;
    text-transform: uppercase;
  }
  
  .mentorship-hero-copy h1 span,
  .mentorship-section-head h2 span,
  .mentorship-visual-grid h2 span {
    color: var(--green);
  }
  
  .mentorship-hero-sub {
    max-width: 780px;
    margin: 0 0 28px;
    color: var(--deep-navy);
    font-size: clamp(1.16rem, 2vw, 1.42rem);
    line-height: 1.35;
    font-weight: 850;
  }
  
  .mentorship-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }
  
  .mentorship-hero-card {
    padding: 34px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(16, 35, 58, 0.08);
    box-shadow: 0 24px 64px rgba(3, 20, 36, 0.12);
    backdrop-filter: blur(10px);
  }
  
  .mentorship-hero-card-kicker {
    display: inline-flex;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(59, 127, 50, 0.1);
    color: var(--green);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.76rem;
    letter-spacing: 0.07em;
    margin-bottom: 16px;
  }
  
  .mentorship-hero-card h2 {
    margin: 0 0 14px;
    color: var(--navy);
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
  }
  
  .mentorship-hero-card p {
    margin: 0 0 22px;
    color: rgba(16, 35, 58, 0.74);
  }
  
  .mentorship-hero-card-links {
    display: grid;
    gap: 10px;
  }
  
  .mentorship-hero-card-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-radius: 14px;
    background: var(--mint);
    border: 1px solid rgba(16, 35, 58, 0.08);
    color: var(--navy);
    font-weight: 900;
  }
  
  .mentorship-hero-card-links a::after {
    content: "→";
    color: var(--green);
  }
  
  /* GENERAL */
  
  .mentorship-section {
    padding: 84px 0;
  }
  
  .mentorship-dark {
    background: var(--navy);
    color: #fff;
  }
  
  .mentorship-soft {
    background: var(--mint);
  }
  
  .mentorship-white {
    background: #fff;
  }
  
  .mentorship-light {
    background: #e7e4c7;
  }
  
  .mentorship-section-head {
    max-width: 860px;
    margin: 0 auto 36px;
  }
  
  .mentorship-section-head.centered {
    text-align: center;
  }
  
  .mentorship-section-head.light h2,
  .mentorship-section-head.light p {
    color: #fff;
  }
  
  .mentorship-section-head h2 {
    color: var(--navy);
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    margin: 0 0 18px;
  }
  
  .mentorship-section-head p {
    font-size: 1.12rem;
    margin: 0 auto;
    max-width: 780px;
    color: rgba(16, 35, 58, 0.76);
  }
  
  .mentorship-dark .mentorship-section-head p {
    color: rgba(255, 255, 255, 0.78);
  }
  
  .mentorship-dark .eyebrow {
    color: var(--lime);
  }
  
  .mentorship-dark .eyebrow.cream,
  .mentorship-inner-circle .eyebrow.cream {
    color: #f0e7b4;
  }
  
  /* PATH GRID */
  
  .mentorship-path-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1280px;
    margin: 0 auto;
  }
  
  .mentorship-path-grid article {
    padding: 34px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.14);
    text-align: center;
  }
  
  .mentorship-path-grid span {
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(143, 207, 95, 0.24);
    font-size: 2rem;
  }
  
  .mentorship-path-grid h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 1.55rem;
  }
  
  .mentorship-path-grid p {
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.76);
  }
  
  /* PROGRAM GRID */
  
  .mentorship-program-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    max-width: 1040px;
    margin: 0 auto;
  }
  
  .mentorship-program-grid article {
    padding: 34px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(16, 35, 58, 0.08);
    box-shadow: 0 18px 40px rgba(3, 20, 36, 0.08);
  }
  
  .mentorship-program-grid article.featured {
    background: linear-gradient(135deg, #ffffff, rgba(238, 244, 236, 0.78));
    border-color: rgba(59, 127, 50, 0.24);
  }
  
  .mentorship-card-label {
    display: inline-flex;
    padding: 8px 14px;
    border-radius: 8px;
    background: rgba(59, 127, 50, 0.1);
    color: var(--green);
    text-transform: uppercase;
    font-weight: 900;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    margin-bottom: 18px;
  }
  
  .mentorship-program-grid h3 {
    margin: 0 0 14px;
    color: var(--navy);
    font-size: 1.8rem;
    line-height: 1.1;
    letter-spacing: -0.035em;
  }
  
  .mentorship-program-grid p {
    margin: 0 0 22px;
    color: rgba(16, 35, 58, 0.74);
  }
  
  .mentorship-program-grid ul,
  .mentorship-choice-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 11px;
  }
  
  .mentorship-program-grid li,
  .mentorship-choice-grid li {
    position: relative;
    padding-left: 28px;
    font-weight: 800;
    color: rgba(16, 35, 58, 0.86);
  }
  
  .mentorship-program-grid li::before,
  .mentorship-choice-grid li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--green);
    font-weight: 900;
  }
  
  /* LINK GRID */
  
  .mentorship-link-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    max-width: 1280px;
    margin: 0 auto;
  }
  
  .mentorship-link-grid a {
    display: grid;
    gap: 12px;
    padding: 26px 22px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(16, 35, 58, 0.08);
    box-shadow: 0 14px 34px rgba(3, 20, 36, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
  }
  
  .mentorship-link-grid a:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 44px rgba(3, 20, 36, 0.1);
  }
  
  .mentorship-link-grid span {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: var(--mint);
    border: 1px solid rgba(59, 127, 50, 0.16);
    color: var(--green);
    font-size: 1.18rem;
    font-weight: 950;
  }
  
  .mentorship-link-grid strong {
    color: var(--navy);
    font-size: 1.16rem;
  }
  
  .mentorship-link-grid small {
    color: rgba(16, 35, 58, 0.68);
    line-height: 1.35;
  }
  
  /* INCLUDED */
  
  .mentorship-included-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    max-width: 1080px;
    margin: 0 auto;
  }
  
  .mentorship-included-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;
  }
  
  .mentorship-included-grid span {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(143, 207, 95, 0.24);
    font-size: 1.8rem;
  }
  
  .mentorship-included-grid h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1.28rem;
  }
  
  .mentorship-included-grid p {
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
  }
  
/* LIFE VISUAL SECTION */

.mentorship-life-visual-section {
  background:
    linear-gradient(180deg, #ffffff 0%, var(--mint) 100%);
  padding: 76px 0;
}

.mentorship-life-visual-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 34px;
  background: #ffffff;
  border: 1px solid rgba(16, 35, 58, 0.08);
  box-shadow: 0 24px 70px rgba(3, 20, 36, 0.14);
}

.mentorship-life-visual {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
}

@media (max-width: 720px) {
  .mentorship-life-visual-section {
    padding: 46px 0;
  }

  .mentorship-life-visual-wrap {
    padding: 8px;
    border-radius: 22px;
  }

  .mentorship-life-visual {
    border-radius: 16px;
  }
}
  
  /* SPORTS */
  
  .mentorship-sports-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    max-width: 980px;
    margin: 0 auto;
  }
  
  .mentorship-sports-grid span {
    display: inline-flex;
    padding: 12px 18px;
    border-radius: 999px;
    background: var(--mint);
    border: 1px solid rgba(16, 35, 58, 0.08);
    color: var(--navy);
    font-weight: 900;
  }
  
  /* INNER CIRCLE */
  
  .mentorship-inner-circle {
    background:
      radial-gradient(circle at 82% 24%, rgba(143, 207, 95, 0.16), transparent 30%),
      linear-gradient(135deg, var(--deep-navy), var(--navy));
    color: #fff;
  }
  
  .mentorship-inner-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 42px;
    align-items: center;
  }
  
  .mentorship-inner-copy h2 {
    margin: 0 0 18px;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    line-height: 1.03;
    letter-spacing: -0.045em;
    color: #fff;
  }
  
  .mentorship-inner-copy p {
    margin: 0 0 18px;
    max-width: 740px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
  }
  
  .mentorship-inner-copy ul {
    list-style: none;
    padding: 0;
    margin: 26px 0 28px;
    display: grid;
    gap: 12px;
  }
  
  .mentorship-inner-copy li {
    position: relative;
    padding-left: 30px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 800;
  }
  
  .mentorship-inner-copy li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--lime);
    font-weight: 900;
  }
  
  .mentorship-inner-card {
    padding: 36px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
  }
  
  .mentorship-inner-card span {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 50%;
    background: rgba(143, 207, 95, 0.12);
    border: 1px solid rgba(143, 207, 95, 0.3);
    font-size: 2rem;
  }
  
  .mentorship-inner-card h3 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 1.75rem;
    line-height: 1.08;
    letter-spacing: -0.035em;
  }
  
  .mentorship-inner-card p {
    margin: 0 0 20px;
    color: rgba(255, 255, 255, 0.78);
  }
  
  .mentorship-inner-card small {
    display: inline-flex;
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(143, 207, 95, 0.12);
    color: var(--lime);
    font-weight: 900;
  }
  
  /* FINAL */
  
  .mentorship-final {
    background: var(--olive);
  }
  
  .mentorship-final h2 {
    margin: 0 0 16px;
    color: var(--navy);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
  }
  
  .mentorship-final p {
    max-width: 760px;
    margin: 0 auto 26px;
    color: rgba(16, 35, 58, 0.78);
    font-size: 1.12rem;
  }
  
  .mentorship-final-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
  }
  
  /* RESPONSIVE */
  
  @media (max-width: 1020px) {
    .mentorship-hero-grid,
    .mentorship-path-grid,
    .mentorship-program-grid,
    .mentorship-visual-grid,
    .mentorship-inner-grid {
      grid-template-columns: 1fr;
    }
  
    .mentorship-hero-copy {
      text-align: center;
    }
  
    .mentorship-hero-actions {
      justify-content: center;
    }
  
    .mentorship-link-grid,
    .mentorship-included-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 720px) {
    .mentorship-hero {
      padding: 44px 0 58px;
    }
  
    .mentorship-hero-copy h1 {
      font-size: clamp(2.25rem, 10vw, 3.45rem);
    }
  
    .mentorship-hero-sub {
      font-size: 1.08rem;
    }
  
    .mentorship-section {
      padding: 58px 0;
    }
  
    .mentorship-link-grid,
    .mentorship-included-grid {
      grid-template-columns: 1fr;
    }
  
    .mentorship-program-grid article,
    .mentorship-path-grid article,
    .mentorship-hero-card,
    .mentorship-inner-card {
      padding: 24px;
    }
  
    .mentorship-hero-actions,
    .mentorship-final-actions {
      flex-direction: column;
    }
  
    .mentorship-hero-actions .btn,
    .mentorship-final-actions .btn,
    .mentorship-path-grid .btn,
    .mentorship-inner-copy .btn {
      width: 100%;
    }
  
    .mentorship-image-placeholder {
      min-height: 320px;
    }
  
    .mentorship-placeholder-inner {
      min-height: 284px;
      padding: 24px;
    }
  }
  