.mentor-page {
  background: var(--cream);
}

.mentor-page main {
  overflow: hidden;
}

.mentor-page em {
  color: var(--orange);
  font-style: italic;
  font-weight: 400;
}

.mentor-hero {
  position: relative;
  margin-top: -78px;
  padding-top: 86px;
  background:
    radial-gradient(circle at 82% 18%, rgb(250 196 154 / 38%) 0 12%, transparent 12.3%),
    radial-gradient(circle at 9% 88%, rgb(245 211 187 / 34%) 0 9%, transparent 9.3%);
}

.mentor-hero-grid {
  display: grid;
  min-height: min(790px, calc(100svh - 8px));
  padding-block: 74px 64px;
  align-items: center;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
  gap: clamp(42px, 6vw, 92px);
}

.mentor-hero-copy {
  position: relative;
  z-index: 3;
  max-width: 680px;
}

.mentor-kicker {
  margin: 0 0 12px;
  color: var(--orange-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  font-style: italic;
  line-height: 1;
}

.mentor-hero h1 {
  margin: 0 0 24px;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.4rem, 6.8vw, 6.35rem);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.9;
}

.mentor-hero h1 em {
  display: inline-block;
  margin-left: 0.68em;
}

.mentor-lead {
  max-width: 580px;
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.3rem, 2vw, 1.75rem);
  line-height: 1.18;
}

.mentor-summary {
  max-width: 610px;
  margin: 0;
  font-size: 0.96rem;
  line-height: 1.55;
}

.mentor-tags {
  display: flex;
  margin-top: 25px;
  flex-wrap: wrap;
  gap: 9px;
}

.mentor-tags span {
  padding: 8px 14px;
  border: 1px solid rgb(255 129 47 / 22%);
  border-radius: 999px;
  background: rgb(255 253 250 / 74%);
  color: var(--brown-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

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

.mentor-main-button {
  padding-inline: 23px;
}

.mentor-secondary-button span {
  font-size: 1rem;
}

.mentor-hero-visual {
  position: relative;
  min-height: 610px;
}

.mentor-hand-frame {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 50px;
  display: grid;
  width: min(100%, 505px);
  height: 505px;
  place-items: center;
  overflow: hidden;
  border-radius: 50% 50% 12% 50%;
  background: linear-gradient(145deg, #ffd7bf, #ffad79);
  box-shadow: 0 30px 70px rgb(137 72 31 / 14%);
}

.mentor-hand-frame::after {
  position: absolute;
  right: 11%;
  bottom: 10%;
  left: 11%;
  height: 18px;
  border-radius: 50%;
  content: "";
  background: rgb(123 63 28 / 13%);
  filter: blur(12px);
}

.mentor-hand-frame img {
  position: relative;
  z-index: 1;
  width: 86%;
  animation: mentor-float 5.5s ease-in-out infinite;
}

.mentor-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgb(255 129 47 / 25%);
  border-radius: 50%;
}

.mentor-orbit-one {
  top: 4%;
  right: 9%;
  width: 450px;
  height: 450px;
}

.mentor-orbit-two {
  right: -10%;
  bottom: 0;
  width: 330px;
  height: 330px;
}

.mentor-date-card {
  position: absolute;
  z-index: 4;
  right: -24px;
  bottom: 28px;
  width: 162px;
  padding: 17px 18px 16px;
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 18px 42px rgb(125 65 25 / 15%);
  text-align: center;
  transform: rotate(2deg);
}

.mentor-date-card small,
.mentor-date-card span {
  display: block;
  color: var(--brown-soft);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mentor-date-card strong {
  display: block;
  margin: 2px 0 0;
  color: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.mentor-for-whom,
.mentor-method,
.mentor-meetings,
.mentor-included,
.mentor-enrollment,
.mentor-final-contact {
  padding-block: 105px;
}

.mentor-for-whom {
  background: var(--white);
}

.mentor-two-columns {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  gap: clamp(50px, 7vw, 110px);
}

.mentor-section-heading h2,
.mentor-centered-heading h2,
.mentor-enrollment-copy h2,
.mentor-final-contact h2 {
  margin: 0 0 22px;
  color: var(--brown);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 4.4vw, 4rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.03;
}

.mentor-section-heading > p:last-child {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.62;
}

.mentor-check-panel {
  padding: 38px 42px;
  border-radius: 32px;
  background: var(--peach);
  box-shadow: 0 22px 55px rgb(123 67 31 / 10%);
}

.mentor-check-panel h3 {
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 400;
}

.mentor-check-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
}

.mentor-check-list li {
  position: relative;
  padding: 11px 14px 11px 43px;
  border-radius: 12px;
  background: rgb(255 253 250 / 70%);
  font-size: 0.82rem;
  line-height: 1.4;
}

.mentor-check-list li::before {
  position: absolute;
  top: 50%;
  left: 14px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  content: "✓";
  background: var(--orange);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
  transform: translateY(-50%);
}

.mentor-method {
  background: var(--cream);
}

.mentor-centered-heading {
  max-width: 790px;
  margin: 0 auto 52px;
  text-align: center;
}

.mentor-centered-heading > p:last-child {
  max-width: 690px;
  margin: 0 auto;
  font-size: 0.94rem;
  line-height: 1.62;
}

.mentor-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mentor-pillar {
  min-height: 255px;
  padding: 30px 28px;
  border: 1px solid rgb(255 129 47 / 12%);
  border-radius: 22px;
  background: var(--white);
  box-shadow: var(--shadow);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.mentor-pillar:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 38px rgb(130 72 35 / 16%);
}

.mentor-pillar span {
  color: var(--orange);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.7rem;
  line-height: 1;
}

.mentor-pillar h3 {
  margin: 24px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.mentor-pillar p {
  margin: 0;
  color: var(--brown-soft);
  font-size: 0.82rem;
  line-height: 1.52;
}

.mentor-meetings {
  position: relative;
  background: linear-gradient(180deg, #f7d8c1, #f3cbaa);
}

.mentor-meetings::before,
.mentor-meetings::after {
  position: absolute;
  border: 1px solid rgb(255 255 255 / 46%);
  border-radius: 50%;
  content: "";
}

.mentor-meetings::before {
  top: 90px;
  left: -120px;
  width: 300px;
  height: 300px;
}

.mentor-meetings::after {
  right: -160px;
  bottom: 120px;
  width: 370px;
  height: 370px;
}

.meetings-heading {
  position: relative;
  z-index: 1;
}

.mentor-timeline {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 940px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  gap: 16px;
}

.mentor-timeline::before {
  position: absolute;
  z-index: -1;
  top: 70px;
  bottom: 70px;
  left: 48px;
  width: 2px;
  content: "";
  background: rgb(255 129 47 / 30%);
}

.mentor-meeting-card {
  display: grid;
  min-height: 170px;
  padding: 25px 30px 25px 18px;
  align-items: center;
  border: 1px solid rgb(255 255 255 / 52%);
  border-radius: 22px;
  background: rgb(255 253 250 / 84%);
  grid-template-columns: 82px 1fr;
  gap: 24px;
  box-shadow: 0 14px 30px rgb(121 65 31 / 8%);
  transition: transform 220ms ease, background-color 220ms ease;
}

.mentor-meeting-card:hover {
  background: var(--white);
  transform: translateX(7px);
}

.mentor-meeting-featured {
  border-color: rgb(255 129 47 / 24%);
  background: #fff3e7;
}

.mentor-meeting-number {
  display: grid;
  width: 62px;
  height: 82px;
  margin-inline: auto;
  place-content: center;
  border-radius: 31px;
  background: var(--orange);
  color: var(--white);
  text-align: center;
}

.mentor-meeting-number span {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  line-height: 0.95;
}

.mentor-meeting-number small {
  display: block;
  margin-top: 3px;
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mentor-meeting-type {
  margin: 0 0 6px;
  color: var(--orange-dark);
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mentor-meeting-card h3 {
  margin: 0 0 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.mentor-meeting-card p:last-child {
  margin: 0;
  color: var(--brown-soft);
  font-size: 0.83rem;
  line-height: 1.5;
}

.mentor-schedule-note {
  position: relative;
  z-index: 1;
  width: fit-content;
  margin: 28px auto 0;
  padding: 12px 20px;
  border-radius: 999px;
  background: rgb(255 253 250 / 75%);
  font-size: 0.78rem;
  text-align: center;
}

.mentor-included {
  background: var(--white);
}

.mentor-included-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.mentor-included-grid article {
  min-height: 230px;
  padding: 25px 21px;
  border: 1px solid rgb(145 74 34 / 8%);
  border-radius: 18px;
  background: var(--cream);
  transition: transform 210ms ease, border-color 210ms ease;
}

.mentor-included-grid article:hover {
  border-color: rgb(255 129 47 / 28%);
  transform: translateY(-5px);
}

.mentor-included-grid article > span {
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-weight: 700;
}

.mentor-included-grid h3 {
  margin: 22px 0 9px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  font-weight: 400;
  line-height: 1.1;
}

.mentor-included-grid p {
  margin: 0;
  color: var(--brown-soft);
  font-size: 0.76rem;
  line-height: 1.5;
}

.mentor-enrollment {
  background: var(--cream);
}

.mentor-enrollment-box {
  display: grid;
  max-width: 1040px;
  padding: clamp(28px, 4vw, 52px);
  align-items: center;
  border-radius: 38px;
  background: linear-gradient(135deg, #ff923f, #ff7723);
  color: var(--white);
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.75fr);
  gap: 42px;
  box-shadow: 0 24px 58px rgb(143 72 29 / 17%);
}

.mentor-enrollment-copy .mentor-kicker,
.mentor-enrollment-copy h2 {
  color: var(--white);
}

.mentor-enrollment-copy h2 {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
}

.mentor-enrollment-copy > p:not(.mentor-kicker) {
  margin: 0;
  max-width: 610px;
  font-size: 0.87rem;
  line-height: 1.58;
}

.mentor-enrollment-copy ul {
  display: grid;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  gap: 8px;
}

.mentor-enrollment-copy li {
  font-size: 0.82rem;
}

.mentor-price-card {
  padding: 30px 24px 24px;
  border-radius: 24px;
  background: var(--white);
  color: var(--brown);
  box-shadow: 0 17px 37px rgb(110 55 24 / 15%);
  text-align: center;
}

.mentor-price-card > p:first-child {
  margin: 0;
  color: var(--orange-dark);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mentor-price {
  display: flex;
  margin: 12px 0 0;
  color: var(--orange);
  align-items: flex-start;
  justify-content: center;
  font-family: Georgia, "Times New Roman", serif;
}

.mentor-price span {
  margin: 13px 5px 0 0;
  font-size: 1rem;
  font-weight: 700;
}

.mentor-price strong {
  font-size: 4.8rem;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.9;
}

.mentor-price small {
  margin-top: 10px;
  font-size: 1.25rem;
}

.mentor-price-caption {
  margin: 4px 0 22px;
  color: #b99d8a;
  font-size: 0.68rem;
}

.mentor-price-button {
  min-height: 48px;
  font-size: 0.7rem;
}

.mentor-price-card > small:last-child {
  display: block;
  margin-top: 12px;
  color: #aa8e7c;
  font-size: 0.58rem;
  line-height: 1.4;
}

.mentor-final-contact {
  padding-top: 30px;
  background: var(--cream);
}

.mentor-final-contact-box {
  display: grid;
  padding: 62px clamp(28px, 6vw, 78px);
  align-items: center;
  border-radius: 46px 46px 0 0;
  background: var(--peach);
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.8fr);
  gap: 60px;
}

.mentor-final-contact h2 {
  font-size: clamp(2.45rem, 4vw, 3.5rem);
}

.mentor-final-contact-box > div:first-child > p:last-child {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.6;
}

.mentor-contact-actions {
  display: grid;
  justify-items: stretch;
  gap: 12px;
  text-align: center;
}

.mentor-contact-actions > a:not(.button) {
  padding: 8px 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.95rem;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.mentor-whatsapp {
  position: fixed;
  z-index: 90;
  right: 20px;
  bottom: 20px;
  display: flex;
  min-height: 52px;
  padding: 6px 18px 6px 7px;
  align-items: center;
  gap: 9px;
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 999px;
  background: var(--white);
  box-shadow: 0 12px 30px rgb(91 53 30 / 18%);
  color: var(--brown);
  font-size: 0.7rem;
  font-weight: 700;
  transition: transform 190ms ease, box-shadow 190ms ease;
}

.mentor-whatsapp:hover,
.mentor-whatsapp:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 17px 36px rgb(91 53 30 / 24%);
}

.mentor-whatsapp img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.mentor-footer {
  padding: 34px 20px 95px;
  background: #f0c6a8;
}

.mentor-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.mentor-footer img {
  width: 128px;
}

.mentor-footer p,
.mentor-footer a {
  margin: 0;
  font-size: 0.7rem;
}

.mentor-footer a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@keyframes mentor-float {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-10px) rotate(1deg);
  }
}

@media (max-width: 1000px) {
  .mentor-hero-grid {
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 28px;
  }

  .mentor-hand-frame {
    height: 440px;
  }

  .mentor-date-card {
    right: -5px;
  }

  .mentor-two-columns {
    grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
    gap: 36px;
  }

  .mentor-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .mentor-hero-grid,
  .mentor-two-columns,
  .mentor-enrollment-box,
  .mentor-final-contact-box {
    grid-template-columns: 1fr;
  }

  .mentor-hero-grid {
    min-height: 0;
    padding-top: 120px;
  }

  .mentor-hero-copy {
    max-width: 660px;
  }

  .mentor-hero-visual {
    min-height: 510px;
    width: min(100%, 510px);
    margin-inline: auto;
  }

  .mentor-hand-frame {
    left: 50%;
    width: min(100%, 470px);
    height: 460px;
    transform: translateX(-50%);
  }

  .mentor-date-card {
    right: -14px;
  }

  .mentor-for-whom,
  .mentor-method,
  .mentor-meetings,
  .mentor-included,
  .mentor-enrollment,
  .mentor-final-contact {
    padding-block: 78px;
  }

  .mentor-pillars {
    grid-template-columns: 1fr;
  }

  .mentor-pillar {
    min-height: 0;
  }

  .mentor-enrollment-box {
    gap: 30px;
  }

  .mentor-price-card {
    max-width: 420px;
    width: 100%;
    margin-inline: auto;
  }

  .mentor-final-contact {
    padding-bottom: 0;
  }

  .mentor-final-contact-box {
    gap: 34px;
  }

  .mentor-footer .container {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .mentor-hero h1 {
    font-size: clamp(3.6rem, 18vw, 4.8rem);
  }

  .mentor-hero h1 em {
    margin-left: 0.28em;
  }

  .mentor-actions {
    display: grid;
  }

  .mentor-actions .button {
    width: 100%;
    min-height: 50px;
    padding-inline: 18px;
    font-size: 0.75rem;
  }

  .mentor-hero-visual {
    min-height: 410px;
  }

  .mentor-hand-frame {
    height: 390px;
  }

  .mentor-date-card {
    right: -5px;
    bottom: 16px;
    width: 142px;
  }

  .mentor-check-panel {
    padding: 28px 20px;
    border-radius: 23px;
  }

  .mentor-centered-heading {
    margin-bottom: 38px;
  }

  .mentor-timeline::before {
    left: 35px;
  }

  .mentor-meeting-card {
    padding: 22px 18px 22px 12px;
    align-items: start;
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .mentor-meeting-number {
    width: 46px;
    height: 66px;
  }

  .mentor-meeting-number span {
    font-size: 1.6rem;
  }

  .mentor-meeting-number small {
    display: none;
  }

  .mentor-meeting-card h3 {
    font-size: 1.25rem;
  }

  .mentor-included-grid {
    grid-template-columns: 1fr;
  }

  .mentor-included-grid article {
    min-height: 0;
  }

  .mentor-enrollment-box {
    border-radius: 26px;
  }

  .mentor-final-contact-box {
    padding: 44px 24px;
    border-radius: 32px 32px 0 0;
  }

  .mentor-whatsapp {
    right: 12px;
    bottom: 12px;
    padding-right: 7px;
  }

  .mentor-whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mentor-hand-frame img {
    animation: none;
  }
}
