/* ===== Sales page components — this page only =====
   Typography (body text, headings, quotes, lists, images, captions) is the site-wide
   essay style from site.css. Harmonised 2026-09-21; only page components live here. */

/* CTA buttons: the loudest thing on the page */
.content-card.page-card .kg-btn {
  font-size: 1.8rem;
  padding: 1.5rem 4.2rem;
  border-radius: 0.7rem;
}

/* FAQ: accordion feel, readable summaries */
.content-card.page-card details {
  width: 100%;
  margin: 0;
  padding: 0.8rem 0;
  border-bottom: 0.09rem solid var(--border-color);
}
.content-card.page-card details:first-of-type {
  border-top: 0.09rem solid var(--border-color);
}
.content-card.page-card summary {
  font-size: 2rem;
  font-weight: 500;
  cursor: pointer;
  padding: 0.4rem 0;
}

/* Quote-snippet cards: no stray underline stub before @handles */
.quote-snippet_author a {
  text-decoration-skip-ink: none;
}

/* Guarantee callout: quiet note, not a floating card */
.content-card.page-card .callout-box {
  background-color: transparent;
  box-shadow: none;
  border: 0.09rem solid var(--border-color);
  border-radius: 0.4rem;
  padding: 1.7rem 2.5rem;
}

/* Meet-your-teacher photo: landscape, full column width (2026-09-21) */
.content-card.page-card .teacher-photo img { border-radius: 0.8rem; width: 100%; }
