/* ============================================================
   DIALOGUE-FORMAT SALES PAGE — sections below the hero
   Brand tokens from colors_and_type.css (:root). Body copy uses
   Black 80% (#333) per the dialogue brief; headings Cormorant,
   body Montserrat.
   ============================================================ */

/* Wider container for the two-column dialogue */
.container--wide { width: 100%; max-width: 640px; margin: 0 auto; padding: 0 24px; }
@media (min-width: 820px)  { .container--wide { max-width: 900px;  padding: 0 32px; } }
@media (min-width: 1100px) { .container--wide { max-width: 1040px; } }

/* ---------- DIALOGUE INTRO ---------- */
.dlg-intro { text-align: center; }
.dlg-intro__read {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 15px;
  color: var(--thc-teal-60);
  margin: 0 0 26px;
}
.dlg-intro__title {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 600;
  color: var(--thc-teal);
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 14px auto 26px;
  max-width: 20ch;
  text-wrap: balance;
}
@media (min-width: 820px) { .dlg-intro__title { font-size: 36px; } }
.dlg-intro__body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.7;
  color: #333333;
  max-width: 62ch;
  margin: 0 auto;
}
.dlg-intro__cue {
  margin: 52px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.dlg-intro__leaf { width: 32px; height: 60px; color: var(--thc-sage); opacity: 0.55; }
.dlg-intro__cue-line { width: 40%; max-width: 280px; height: 1px; background: var(--thc-teal); opacity: 0.5; }

/* ---------- DIALOGUE (overlapping turn-based flow, same on all sizes) ---------- */
.dlg { position: relative; }
.dlg__exchange {
  position: relative;
  display: block;
  padding: 0 0 26px;
}
.dlg__exchange:last-child { padding-bottom: 0; }

/* Each turn is a wide block anchored to one side; opposite turns overlap
   through the middle so the column fills the width as it descends. */
.dlg__turn { width: 78%; max-width: 720px; padding: 0; }
.dlg__turn--woman   { margin: 0 auto 0 0; }   /* anchored left  */
.dlg__turn--kirstey { margin: 10px 0 0 auto; } /* anchored right, just below */
.dlg__turn--woman .dlg__text { text-align: left; }
.dlg__turn--kirstey .dlg__text { text-align: right; }
.dlg__turn--kirstey .dlg__head { flex-direction: row-reverse; }

.dlg__turn { padding: 14px 0; }
.dlg__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.dlg__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex: 0 0 auto;
}
.dlg__avatar--woman {
  background: var(--thc-sage);
  display: flex;
  align-items: center;
  justify-content: center;
}
.dlg__avatar--woman img {
  width: 62%;
  height: 62%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
img.dlg__avatar--kirstey { object-fit: cover; }
.dlg__label {
  font-family: var(--font-body);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  color: #666666;
}
.dlg__text p { margin: 0; }
.dlg__text p + p { margin-top: 16px; }
.dlg__turn--woman .dlg__text {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 400;
  color: #333333;
  font-size: 19px;
  line-height: 1.6;
}
.dlg__turn--kirstey .dlg__text {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  color: var(--thc-teal);
  font-size: 19px;
  line-height: 1.6;
}
.dlg__ellipsis {
  font-family: var(--font-display);
  color: var(--thc-sage);
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 18px 0;
}

/* Closing exchange — extra breathing room */
.dlg__close { padding-top: 48px; padding-bottom: 16px; }
@media (min-width: 820px) { .dlg__close { padding-top: 72px; } }

/* Desktop — same layout, just larger type */
@media (min-width: 820px) {
  .dlg__turn { width: 74%; }
  .dlg__turn--woman .dlg__text,
  .dlg__turn--kirstey .dlg__text { font-size: 22px; }
}

/* ---------- DIALOGUE CLOSE (full width) ---------- */
.dlg-close { text-align: center; padding-top: 40px; padding-bottom: 56px; }
@media (min-width: 820px) { .dlg-close { padding-top: 52px; } }
/* tighten the transition out of the dialogue into the close */
[data-section="dialogue"] { padding-bottom: 20px; }
@media (min-width: 820px) { [data-section="dialogue"] { padding-bottom: 28px; } }
.dlg-close__leaf { width: 32px; height: 60px; color: var(--thc-sage); opacity: 0.5; margin: 0 auto 28px; display: block; }
.dlg-close__quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  color: var(--thc-teal);
  font-size: 24px;
  line-height: 1.5;
  max-width: 22ch;
  margin: 0 auto 22px;
  text-wrap: balance;
}
@media (min-width: 820px) { .dlg-close__quote { font-size: 28px; } }
.dlg-close__body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: #333333;
}

/* ---------- WHAT WE COVER / WHAT YOU LEAVE WITH ---------- */
.cover__head { text-align: center; max-width: 640px; margin: 0 auto; }
.cover__h2 {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 600;
  color: var(--thc-teal);
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 14px 0 0;
  text-wrap: balance;
}
@media (min-width: 820px) { .cover__h2 { font-size: 44px; } }
.cover__intro {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: #333333;
  max-width: 520px;
  margin: 18px auto 0;
}

/* The triad — editorial display moment */
.cover__triad {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  text-align: center;
  font-size: 30px;
  line-height: 1.28;
  color: var(--thc-teal);
  margin: 52px auto 56px;
}
@media (min-width: 820px) { .cover__triad { font-size: 42px; margin: 72px auto 72px; } }
.cover__triad-not { color: var(--thc-teal-60); }
.cover__triad em { font-style: italic; color: var(--thc-teal); }

/* Lead line introducing the seven dimensions */
.cover__leadline {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: #333333;
  max-width: 600px;
  margin: 0 auto 36px;
  text-align: center;
}
.cover__leadline strong { color: var(--thc-teal); font-weight: 600; }

/* Seven core dimensions — numbered editorial grid */
.cov-dims {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--border-hairline);
}
@media (min-width: 720px) {
  .cov-dims {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 48px;
  }
}
.cov-dim {
  display: flex;
  align-items: baseline;
  gap: 18px;
  padding: 20px 4px;
  border-bottom: 1px solid var(--border-hairline);
}
.cov-dim__num {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: var(--thc-magenta);
  flex-shrink: 0;
  min-width: 1.6em;
}
.cov-dim__label {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.45;
  color: var(--thc-teal);
  font-weight: 500;
}

.cover__note {
  font-family: var(--font-body);
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--thc-teal-80);
  max-width: 680px;
  margin: 40px auto 0;
  text-align: center;
}

/* ACT 2 wrapper */
.cover__act2 { margin-top: 96px; }
@media (min-width: 820px) { .cover__act2 { margin-top: 120px; } }

/* Headline outcomes */
.cov-outcomes {
  list-style: none;
  margin: 44px auto 0;
  padding: 0;
  max-width: 720px;
}
.cov-outcomes li {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.35;
  color: var(--thc-teal);
  padding: 22px 0 22px 38px;
  position: relative;
  border-bottom: 1px solid var(--border-hairline);
  text-wrap: pretty;
}
.cov-outcomes li:first-child { border-top: 1px solid var(--border-hairline); }
@media (min-width: 820px) { .cov-outcomes li { font-size: 24px; } }
.cov-outcomes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95em;
  width: 18px;
  height: 1px;
  background: var(--thc-magenta);
}

/* Deliverable detail cards */
.cov-cards {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media (min-width: 720px) {
  .cov-cards { grid-template-columns: 1fr 1fr; gap: 24px; }
}
.cov-card {
  background: var(--thc-sage-20);
  border: 1px solid var(--border-hairline);
  border-radius: 8px;
  padding: 32px 30px;
}
.cov-card__title {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: var(--thc-teal);
  margin: 0 0 4px;
}
.cov-card__sub {
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--thc-teal-80);
  margin: 0 0 16px;
}
.cov-card__title + .cov-card__list { margin-top: 18px; }
.cov-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cov-card__list li {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.5;
  color: #333333;
  padding: 9px 0 9px 22px;
  position: relative;
  border-top: 1px solid rgba(30,63,63,0.10);
}
.cov-card__list li:first-child { border-top: 0; padding-top: 2px; }
.cov-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.95em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--thc-teal-40);
}
.cov-card__list li:first-child::before { top: 0.55em; }

/* Seven lenses — feature band */
.cov-lenses {
  margin-top: 48px;
  background: var(--thc-sage-40);
  border-radius: 8px;
  padding: 48px 32px;
  text-align: center;
}
.cov-lens-tags {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.cov-lens {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 23px;
  line-height: 1;
  color: var(--thc-teal);
  padding: 12px 26px;
  border: 1px solid var(--thc-teal-40);
  border-radius: 999px;
  background: var(--thc-white);
}

/* Support beat — reassuring, editorial */
.cover__support {
  text-align: center;
  max-width: 600px;
  margin: 88px auto 0;
}
.cover__support-lead {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  color: var(--thc-teal);
  margin: 0 0 18px;
  text-wrap: balance;
}
@media (min-width: 820px) { .cover__support-lead { font-size: 34px; } }
.cover__support p:not(.cover__support-lead) {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--thc-teal-80);
  margin: 0;
}

/* Closing display lines */
.cover__close {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  color: var(--thc-teal);
  font-size: 24px;
  line-height: 1.45;
  text-align: center;
  max-width: 640px;
  margin: 64px auto 0;
  text-wrap: balance;
}
@media (min-width: 820px) { .cover__close { font-size: 28px; } }

/* Reassurance fine print */
.cover__reassure {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
  color: var(--thc-teal-60);
  max-width: 560px;
  margin: 40px auto 0;
  text-align: center;
}

/* ---------- PRICING + REGISTRATION ---------- */
.pricing__head { text-align: center; }
.pricing__h2 {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 600;
  color: var(--thc-bone);
  font-size: 36px;
  line-height: 1.15;
  margin: 0 0 18px;
}
@media (min-width: 820px) { .pricing__h2 { font-size: 44px; } }
.pricing__intro {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  color: var(--thc-sage);
  max-width: 600px;
  margin: 0 auto 44px;
}
.pricing__card {
  background: #ffffff;
  border-radius: 8px;
  padding: 36px 26px;
  max-width: 480px;
  margin: 0 auto;
  box-shadow: 0 24px 64px rgba(0,0,0,0.22);
  text-align: left;
}
@media (min-width: 820px) { .pricing__card { padding: 48px; } }
.pricing__eyebrow {
  display: block;
  font-family: var(--font-body);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 13px;
  color: var(--thc-teal);
  margin-bottom: 12px;
}
.pricing__title {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  color: var(--thc-teal);
  margin: 0 0 16px;
}
.pricing__price {
  font-family: var(--font-display);
  font-style: normal;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  color: var(--thc-teal);
  margin: 0;
}
.pricing__price-detail {
  font-family: var(--font-body);
  font-size: 14px;
  margin: 12px 0 24px;
  line-height: 1.5;
}
.pricing__list { list-style: none; margin: 0 0 28px; padding: 0; border-top: 1px solid var(--thc-sage-40); }
.section--teal .pricing__card .pricing__price { color: var(--thc-teal); }
.section--teal .pricing__card .pricing__price-detail { color: #666666; }
/* The card sits in a teal section, so .section--teal p would bleed cream text
   onto the white card. Default all card paragraphs to dark, high-contrast text
   (covers the secure-checkout microcopy and any future card copy). */
.section--teal .pricing__card p { color: var(--thc-teal-80); }
.section--teal .pricing__card .pricing__micro { color: var(--thc-teal-80); }
.pricing__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.5;
  color: #333333;
  padding: 11px 0;
  border-bottom: 1px solid var(--thc-sage-40);
}
.pricing__check { flex: 0 0 auto; width: 20px; height: 20px; color: #8f9a72; margin-top: 1px; }
.btn--magenta { background: var(--thc-magenta); color: #ffffff; }
.btn--magenta:hover { background: #d4148c; }
.btn--magenta:active { background: #b30f76; }
.pricing__cta { width: 100%; }
.pricing__embed {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: var(--thc-bone, #FAF5E7);
}
/* ThriveCart v2 embeddable checkout: the embed script injects an iframe and
   auto-resizes it to its content height, so no fixed height or inner scroll is
   needed; the checkout flows as part of the page. */
.pricing__embed .tc-v2-embeddable-target,
.pricing__embed iframe {
  display: block;
  width: 100%;
  border: 0;
}
.pricing__micro {
  font-family: var(--font-body);
  font-size: 13px;
  color: #666666;
  text-align: center;
  margin: 16px 0 0;
  line-height: 1.5;
}
.pricing__member {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 15px;
  color: var(--thc-sage);
  text-align: center;
  margin: 26px auto 0;
  max-width: 42ch;
}

/* ---------- TESTIMONIALS ---------- */
.tstm__list { max-width: 760px; margin: 32px auto 0; display: flex; flex-direction: column; gap: 36px; }
.tstm__quote { border-left: 2px solid var(--thc-sage); padding-left: 22px; margin: 0; }
.tstm__quote p {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.5;
  color: var(--thc-teal);
  margin: 0;
}
@media (min-width: 820px) { .tstm__quote p { font-size: 24px; } }
.tstm__attr { font-family: var(--font-body); font-size: 14px; color: #666666; margin-top: 12px; }
.tstm__link {
  display: inline-block;
  margin-top: 40px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--thc-teal);
  text-decoration: none;
}
.tstm__link:hover { text-decoration: underline; }

/* ---------- ABOUT (reuses .guide__layout) ---------- */
.about__body p {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: #333333;
  margin: 0;
}
.about__body p + p { margin-top: 18px; }
.about__tagline {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  color: var(--thc-teal);
  margin: 26px 0 0;
  padding-left: 4px;
}

/* ---------- FINAL INVITATION ---------- */
.invite { text-align: center; }
.invite__quote {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  color: var(--thc-teal);
  font-size: 26px;
  line-height: 1.45;
  max-width: 26ch;
  margin: 0 auto;
  text-wrap: balance;
}
@media (min-width: 820px) { .invite__quote { font-size: 36px; } }
.invite__sig {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  color: var(--thc-teal);
  margin: 40px 0 0;
}
.invite__sig-detail {
  font-family: var(--font-body);
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  margin: 8px 0 0;
}
.invite__cta {
  display: inline-block;
  margin-top: 44px;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: var(--thc-magenta);
  text-decoration: none;
}
.invite__cta:hover { text-decoration: underline; }
