.personal-mindset-page .personal-hero,
.personal-mindset-page .personal-intro,
.personal-mindset-page .career-quote,
.personal-mindset-page .personal-solution,
.personal-mindset-page .personal-benefits,
.personal-mindset-page .personal-insights,
.personal-mindset-page .personal-cta {
  scroll-margin-top: 90px;
}

.personal-hero {
  min-height: 425px;
  background:
    linear-gradient(90deg, rgba(119, 24, 71, 0.96) 0%, rgba(69, 10, 37, 0.92) 32%, rgba(0, 0, 0, 0.18) 57%, rgba(0, 0, 0, 0) 100%),
    url("/images/personal-mindset/personal-hero.png") center center / cover no-repeat;
  color: var(--color-white);
}

.personal-hero__inner {
  display: grid;
  align-items: end;
  min-height: 425px;
  padding-bottom: 84px;
}

.personal-mindset-page .hero-title {
  max-width: 590px;
  margin: 0;
  font-size: clamp(44px, 5vw, 55px);
  line-height: 1.22;
}

.personal-intro {
  padding: 70px 0 70px;
}

.personal-intro h2 {
  margin: 0 0 46px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.personal-intro__copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 86px;
  max-width: 960px;
  margin: 0 auto;
}

.personal-intro__copy p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

.personal-intro__copy p + p {
  margin-top: 24px;
}

.cycle-kicker {
  margin: 58px 0 26px;
  color: var(--color-plum);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 24px;
  text-align: center;
}

.personal-prompts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 960px;
  margin: 0 auto;
}

.personal-prompts article {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  min-height: 122px;
  padding: 13px 18px 0 0;
}

.prompt-marker {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 56px;
  min-height: 122px;
}

.prompt-copy {
  min-width: 0;
}

.personal-prompts article.has-arrow .prompt-copy {
  padding-left: 24px;
}

.personal-prompts p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.cycle-arrow {
  width: 56px;
  height: auto;
  margin-left: -1px;
}

.prompt-spacer {
  display: none;
}

.career-quote {
  padding: 68px 0 72px;
  background: linear-gradient(90deg, #230210 0%, var(--color-plum) 52%, #230210 100%);
  color: var(--color-white);
  text-align: center;
}

.career-quote p {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 21px;
  line-height: 38px;
}

.career-quote strong {
  font-weight: 700;
}

.career-quote .quote-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}

.career-quote .quote-underline::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: #e60059;
  content: "";
}

.career-quote .quote-underline--short::after {
  left: 4px;
  right: 4px;
}

.career-quote .quote-underline--long::after {
  left: 2px;
  right: 2px;
}

.personal-solution {
  padding: 90px 0 96px;
}

.solution-grid {
  display: grid;
  grid-template-columns: minmax(300px, 463px) minmax(360px, 624px);
  gap: 76px;
  align-items: center;
}

.solution-brand {
  display: grid;
  justify-items: center;
  gap: 28px;
}

.solution-logo {
  width: min(100%, 360px);
}

.solution-map-stage {
  width: min(100%, 520px);
}

.solution-map {
  width: 100%;
  filter: invert(100%);
}

.solution-kicker,
.section-kicker {
  margin: 0 0 22px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.solution-copy p:not(.solution-kicker) {
  margin: 0;
  font-size: 16px;
  line-height: 27px;
}

.solution-copy p + p {
  margin-top: 18px;
}

.solution-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin: 34px 0 24px;
}

.solution-metrics strong {
  display: block;
  color: var(--color-plum);
  font-family: "Playfair Display", serif;
  font-size: 48px;
  line-height: 1;
}

.solution-metrics span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.solution-copy .button {
  min-width: 225px;
  min-height: 43px;
  font-size: 14px;
}

.personal-benefits {
  padding: 78px 0 86px;
  background: var(--color-plum);
  color: var(--color-white);
}

.personal-benefits .section-kicker {
  margin-bottom: 40px;
  color: var(--color-white);
}

.personal-benefits .section-kicker::after {
  display: block;
  width: 90px;
  height: 4px;
  margin: 14px auto 0;
  background: var(--color-white);
  content: "";
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1110px;
  margin: 0 auto;
}

.benefit-card {
  min-height: 178px;
}

.benefit-card__inner {
  position: relative;
  min-height: 178px;
  transition: min-height 0.45s ease;
}

.benefit-card.is-flipped .benefit-card__inner {
  min-height: 218px;
}

.benefit-card__face {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 26px 34px;
  background: linear-gradient(180deg, #8f1451 0%, #4a0821 100%);
  text-align: center;
  transition: opacity 0.38s ease, transform 0.45s ease;
}

.benefit-card__face--back {
  justify-content: center;
  opacity: 0;
  transform: scale(0.96);
  pointer-events: none;
}

.benefit-card.is-flipped .benefit-card__face--front {
  opacity: 0;
  transform: scale(1.03);
  pointer-events: none;
}

.benefit-card.is-flipped .benefit-card__face--back {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.benefit-card h3 {
  margin: 0;
  color: var(--color-white);
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.benefit-card p {
  margin: 0;
  color: var(--color-white);
  font-size: 15px;
  line-height: 1.55;
}

.benefit-card__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-top: 22px;
  border: 1px solid #e60059;
  border-radius: 999px;
  background: transparent;
  color: #e60059;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.benefit-card__toggle:hover,
.benefit-card__toggle:focus-visible {
  border-color: var(--color-white);
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-white);
  outline: none;
}

.benefit-card__toggle--close {
  position: static;
  margin-top: 0;
  margin-bottom: 22px;
}

.benefit-card__icon {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
}

.benefit-card__icon::before,
.benefit-card__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  background: currentColor;
  content: "";
  transform-origin: center;
  transition: transform 0.32s ease, opacity 0.24s ease;
}

.benefit-card__icon::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

.benefit-card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.benefit-card.is-flipped .benefit-card__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.benefit-card.is-flipped .benefit-card__icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.personal-insights {
  padding: 86px 0 78px;
}

.personal-insights .featured-insights__grid {
  gap: 24px;
}

.personal-insights .featured-insights__eyebrow {
  margin-bottom: 45px;
}

.personal-insights .featured-insights__card h2 {
  font-size: 18px;
  line-height: 25px;
}

.personal-insights .featured-insights__card p {
  font-size: 13px;
  line-height: 20px;
}

.personal-insights .featured-insights__action {
  margin-top: 44px;
}

.personal-insights .featured-insights__action .button {
  min-width: 214px;
  min-height: 42px;
  font-size: 14px;
}

.personal-cta {
  padding: 58px 0 54px;
  background: #F5F5F5;
}

.personal-cta__inner {
  display: grid;
  grid-template-columns: minmax(320px, 650px) auto;
  gap: 38px;
  align-items: center;
}

.personal-cta h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: 35px;
  line-height: 48px;
}

.personal-cta h2 span {
  display: block;
  color: #e60059;
}

.personal-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
}

.personal-cta__actions .button {
  min-width: 160px;
  min-height: 40px;
  font-size: 14px;
}

@media (max-width: 1180px) {
  .personal-intro__copy,
  .solution-grid,
  .personal-cta__inner {
    grid-template-columns: 1fr;
  }

  .personal-prompts,
  .benefit-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .personal-cta__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .personal-hero,
  .personal-hero__inner {
    min-height: 380px;
  }

  .personal-hero__inner {
    padding-bottom: 58px;
  }

  .personal-intro__copy {
    gap: 28px;
  }

  .personal-prompts,
  .benefit-grid,
  .solution-metrics {
    grid-template-columns: 1fr;
  }

  .solution-copy {
    display: grid;
  }

  .solution-copy .solution-kicker {
    order: 2;
  }

  .solution-copy p:not(.solution-kicker) {
    order: 3;
  }

  .solution-metrics {
    order: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    margin: 0 0 32px;
    text-align: center;
  }

  .solution-copy .button {
    order: 4;
    margin-top:30px;
  }

  .benefit-card__inner {
    min-height: 200px;
  }

  .benefit-card.is-flipped .benefit-card__inner {
    min-height: 232px;
  }

  .benefit-card__face {
    padding: 24px 26px;
  }

  .benefit-card h3 {
    font-size: 18px;
  }

  .personal-prompts article {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-right: 0;
  }

  .prompt-marker {
    justify-content: center;
    width: 100%;
    min-height: 35px;
  }

  .personal-prompts article.has-arrow .prompt-copy {
    padding-left: 0;
  }

  .cycle-arrow {
    width: 6px;
    height: 35px;
    margin-left: 0;
  }

  .career-quote p {
    font-size: 19px;
    line-height: 33px;
  }

  .career-quote .quote-underline {
    display: inline;
    padding-bottom: 0;
    text-decoration-line: underline;
    text-decoration-color: #e60059;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.2em;
  }

  .career-quote .quote-underline::after {
    display: none;
  }

  .personal-cta h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
