/* September 15 owner feedback: the course keeps its existing art and checkout. */
.course-page .offer-enquiry .course-enrollment-title {
  max-width: 18ch;
  margin: 0 0 12px;
  font-size: clamp(32px, 3.2vw, 40px);
  line-height: 1.06;
  text-wrap: balance;
}
.course-page .offer-enquiry .course-enrollment-summary {
  margin: 0 0 22px;
  font-size: 14px;
  line-height: 1.6;
}
.course-page .offer-enquiry .offer-price {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 22px;
  font-size: 66px;
  line-height: 1;
}
.course-page .offer-enquiry .offer-price span {
  max-width: 15ch;
  margin-left: 0;
  font-size: 13px;
  line-height: 1.5;
}
.course-page .offer-enquiry .offer-inclusions {
  padding-top: 10px;
  margin-bottom: 26px;
  border-top: 1px solid #ded3c5;
}
.course-page .offer-enquiry .offer-inclusions li {
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.6;
}

/* One unmistakable invitation in the Mastermind's existing plum-and-gold brand. */
.course-page .course-mastermind-link {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  align-items: start;
  gap: 20px 24px;
  margin-top: 42px;
  padding: 32px;
  border: 1px solid #aa8a5c;
  border-radius: 14px;
  background: #251a2c;
  color: #fbf4ef;
  text-decoration: none;
}
.course-page .course-mastermind-link > img {
  display: block;
  width: 68px;
  height: 68px;
  margin-top: 2px;
}
.course-page .course-mastermind-copy { display: block; min-width: 0; }
.course-page .course-mastermind-copy strong {
  display: block;
  max-width: 23ch;
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.08;
  text-wrap: balance;
}
.course-page .course-mastermind-copy > span {
  display: block;
  max-width: 47ch;
  color: #eee2ef;
  font-size: 14px;
  line-height: 1.7;
}
.course-page .course-mastermind-cta {
  grid-column: 2;
  justify-self: start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 48px;
  padding: 13px 23px;
  border-radius: 999px;
  background: #ead2a6;
  color: #251a2c;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
}
.course-page .course-mastermind-cta svg { width: 21px; height: 21px; flex: none; }
.course-page .course-mastermind-link:focus-visible {
  outline: 3px solid #705280;
  outline-offset: 5px;
}
@media (hover: hover) and (pointer: fine) {
  .course-page .course-mastermind-link:hover { background: #302139; border-color: #cfb07e; }
  .course-page .course-mastermind-link:hover .course-mastermind-cta { background: #f4dfb9; }
}
@media (max-width: 999px) {
  .course-page .offer-hero .offer-title {
    max-width: none;
    margin-bottom: 22px;
    font-size: clamp(44px, 11.7vw, 62px);
    text-wrap: balance;
  }
  .course-page .course-title-break { display: none; }
  .course-page .offer-hero .offer-title em {
    margin-top: 12px;
    font-size: clamp(28px, 7.7vw, 36px);
    line-height: 1.15;
  }
  .course-page .offer-hero-content { padding-top: 18px; padding-bottom: 48px; }
  .course-page .offer-product-name { max-width: 100%; margin-bottom: 20px; }
  .course-page .offer-hero-intro { line-height: 1.7; margin-bottom: 24px; }
  .course-page .course-access-note { margin-top: 16px; }
  .course-page .offer-promise { padding-top: 24px; }
}
@media (max-width: 599px) {
  .course-page .course-mastermind-link {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 20px 16px;
    padding: 25px 22px;
  }
  .course-page .course-mastermind-link > img { width: 46px; height: 46px; }
  .course-page .course-mastermind-copy strong { font-size: 29px; margin-bottom: 10px; }
  .course-page .course-mastermind-copy > span { font-size: 13px; line-height: 1.7; }
  .course-page .course-mastermind-cta { grid-column: 1 / -1; justify-self: stretch; padding-inline: 16px; }
  .course-page .offer-enquiry .offer-price { font-size: 62px; }
}
