/* Section 7 - content pages */

.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.healingHourPage {
  max-width: 1040px;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  gap: 22px;
  color: #123d74;
}

.healingHourPage h1 {
  margin: 0;
  color: #7c2d83;
  font-size: 40px;
  text-align: center;
}

.healingBookLayout {
  display: grid;
  grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  width: 100%;
}

.bookCover {
  width: min(360px, 100%);
  border-radius: 12px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.22);
}

.bookDescriptionBox {
  padding: 22px;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  background: #f8fafc;
  box-shadow: 0 14px 32px rgba(18, 61, 116, 0.08);
  text-align: left;
}

.bookDescriptionBox p {
  margin: 0 0 16px;
  color: #334155;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.58;
}

.bookDescriptionBox p:last-child {
  margin-bottom: 0;
  color: #7c2d83;
  font-weight: 900;
}

.bookReaderActions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
}

.bookBuyLabel {
  font-size: 1.1em;
  font-weight: 600;
  color: #333;
}

.bookReadOnlineBtn {
  min-width: 180px;
  text-align: center;
}

.healingHourPage h2 {
  margin: 0;
  color: #123d74;
  font-size: 28px;
  text-align: center;
}

.servicePage {
  max-width: 980px;
  margin: 0 auto;
  color: #123d74;
}

.serviceHero {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.6fr);
  gap: 24px;
  align-items: start;
}

.serviceContent {
  display: grid;
  gap: 18px;
}

.serviceContent h1 {
  margin: 0;
  color: #7c2d83;
  font-size: 38px;
  line-height: 1.12;
}

.serviceContent h2 {
  margin: 0;
  color: #123d74;
  font-size: 24px;
}

.serviceContent p {
  margin: 0;
  color: #334155;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 700;
}

.serviceInfoCard {
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  background: #f8fafc;
  box-shadow: 0 14px 32px rgba(18, 61, 116, 0.08);
}

.serviceInfoItem {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #123d74;
  font-size: 18px;
  font-weight: 900;
}

.serviceInfoIcon {
  width: 24px;
  text-align: center;
  color: #7c2d83;
  font-weight: 900;
}

.serviceInfoCta {
  margin-top: 4px;
  justify-self: stretch;
  text-align: center;
}

.serviceNote {
  padding: 16px 18px;
  border-left: 5px solid #7c2d83;
  border-radius: 12px;
  background: #fff7fb;
  color: #123d74 !important;
  font-weight: 900 !important;
}

.statementPage {
  max-width: 920px;
  margin: 0 auto;
  color: #123d74;
}

.statementHero {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbe3ef;
}

.statementHero img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.statementHero h1 {
  margin: 0;
  color: #7c2d83;
  font-size: 40px;
  line-height: 1.15;
}

.statementHero p {
  margin: 0;
  color: #334155;
  font-size: 18px;
  font-weight: 800;
}

#assessmentReadyPage .statementHero p {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.35;
  max-width: 860px;
}

#assessmentGateRemaining {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 34px;
  line-height: 1.2;
}

#assessmentGateTosText,
#assessmentGateHonestyText {
  text-align: center;
}

.statementBody {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid #dbe3ef;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 14px 32px rgba(18, 61, 116, 0.08);
}

.statementBody p {
  margin: 0;
  color: #334155;
  font-size: 19px;
  line-height: 1.58;
  font-weight: 700;
}

.statementBody h2,
.statementBody h3,
.statementBody h4 {
  margin: 0;
  color: #123d74;
  line-height: 1.3;
  font-weight: 900;
}

.statementBody h2 {
  font-size: 38px;
  color: #7c2d83;
}

.statementBody h3 {
  font-size: 22px;
  padding-top: 2px;
  border-top: 1px solid #dbe3ef;
  margin-top: 6px;
}

.statementBody h4 {
  font-size: 20px;
}

.statementBody ul {
  margin: 2px 0 2px 22px;
  padding: 0;
  color: #334155;
  font-size: 19px;
  line-height: 1.55;
  font-weight: 700;
}

.statementBody li {
  margin: 4px 0;
}

.statementBody .mdQuote {
  margin: 8px 0;
  padding: 10px 14px;
  border-left: 5px solid #64748b;
  background: #f8fafc;
  border-radius: 8px;
  color: #475569;
  font-size: 18px;
  line-height: 1.5;
  font-style: italic;
  font-weight: 600;
}

.statementBody .mdRule {
  border: none;
  border-top: 1px solid #dbe3ef;
  margin: 8px 0;
}

.statementBody .mdGap {
  height: 2px;
}

.statementBody .mdImageWrap {
  margin: 6px 0;
  padding: 0;
}

.statementBody .mdImage {
  display: block;
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #dbe3ef;
  box-shadow: 0 10px 24px rgba(18, 61, 116, 0.12);
}

.statementBody .inlineMdLink {
  color: #1d4ed8;
  font-weight: 800;
  text-decoration: underline;
}

.statementBody .statementCtaBtn {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  background: #7c2d83;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(124, 45, 131, 0.2);
}

.statementEmphasis {
  padding: 16px 18px;
  border-left: 5px solid #7c2d83;
  border-radius: 12px;
  background: #fff7fb;
  color: #123d74 !important;
  font-size: 20px !important;
  font-weight: 900 !important;
}

.termsSection {
  display: grid;
  gap: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
}

.termsSection:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.termsSection h2 {
  margin: 0;
  color: #123d74;
  font-size: 22px;
}

.termsList {
  margin: 0;
  padding-left: 22px;
  color: #334155;
  font-size: 18px;
  line-height: 1.62;
  font-weight: 700;
}

.agreementBox {
  display: grid;
  gap: 16px;
  padding: 18px;
  border: 2px solid #7c2d83;
  border-radius: 14px;
  background: #fff7fb;
  justify-items: center;
}

.agreementCheck {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #123d74;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}

.agreementCheck input {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  accent-color: #7c2d83;
  flex: 0 0 auto;
}

.acceptBtn {
  border: none;
  background: #123d74;
  color: white;
  padding: 12px 24px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
}

.acceptBtn:hover,
.acceptBtn:focus {
  background: #1d4f8f;
  outline: none;
}

.agreementActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.rejectBtn {
  border: 2px solid #cbd5e1;
  background: white;
  color: #334155;
  padding: 12px 24px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
}

.rejectBtn:hover,
.rejectBtn:focus {
  background: #f8fafc;
  outline: none;
}

#honestyPage .statementHero,
#honestyPage .statementBody,
#honestyPage .agreementBox {
  justify-items: center;
  text-align: center;
}

.rlzReaderPage {
  max-width: 100%;
  min-height: calc(100vh - 120px);
  margin: 0;
}

.rlzReaderShell {
  min-height: calc(100vh - 120px);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  padding: 18px 20px 12px;
  background: #ffffff;
}

.rlzReaderMain {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.rlzReaderShell.rlzReaderShellSolo {
  grid-template-columns: minmax(0, 1fr);
}

.rlzReaderShell.rlzReaderShellSolo .rlzReaderMain {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.rlzReaderShell.rlzReaderShellSolo .rlzReaderCanvas {
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
}

.rlzReaderCanvas {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  padding: 16px 0 8px;
  overflow: auto;
  min-width: 0;
}

.rlzReaderPageSheet {
  position: relative;
  flex: 0 0 auto;
  width: min(100%, 520px);
  min-height: 640px;
  padding: 34px 24px 28px;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
  transition: transform 0.18s ease;
}

.rlzReaderNavBtn {
  position: sticky;
  top: 34vh;
  align-self: flex-start;
  width: 52px;
  min-width: 52px;
  height: 52px;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #123d74;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
  z-index: 2;
}

.rlzReaderNavBtn:hover,
.rlzReaderNavBtn:focus {
  background: #ffffff;
  color: #7c2d83;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.18);
  outline: none;
  transform: translateY(-1px);
}

.rlzReaderNavBtn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.rlzReaderPdfFrame {
  display: block;
  width: 100%;
  min-height: 640px;
  border: none;
  background: #ffffff;
}

.rlzReaderRenderedPage {
  height: auto;
  object-fit: contain;
}

.rlzReaderLoading {
  position: absolute;
  inset: 34px 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.94);
  color: #123d74;
  font-size: 15px;
  font-weight: 800;
  z-index: 3;
}

.rlzReaderOpenPdfBtn {
  margin-top: 4px;
}

.rlzReaderEmptyState {
  display: grid;
  gap: 18px;
  justify-items: center;
}

.rlzReaderEmptyText {
  margin: 0;
  color: #475569;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.rlzReaderPageImage {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.rlzReaderThumbRail {
  position: sticky;
  top: 84px;
  align-self: start;
  width: 132px;
  max-height: calc(100vh - 150px);
  overflow: hidden;
  border: 1px solid #dbe5f0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.rlzReaderThumbRailHeader {
  padding: 12px 14px;
  border-bottom: 1px solid #e2e8f0;
  color: #123d74;
  font-size: 14px;
  font-weight: 800;
}

.rlzReaderThumbRailList {
  display: grid;
  gap: 10px;
  max-height: calc(100vh - 205px);
  overflow-y: auto;
  padding: 12px;
}

.rlzReaderThumbRail.isToc .rlzReaderThumbRailList {
  display: grid;
  grid-template-columns: 1fr;
}

.rlzReaderThumbItem {
  display: grid;
  gap: 6px;
  width: 100%;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  background: #ffffff;
  padding: 8px;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.rlzReaderThumbItem:hover,
.rlzReaderThumbItem:focus {
  border-color: #7c2d83;
  background: #f8fafc;
  outline: none;
  transform: translateY(-1px);
}

.rlzReaderThumbItem.isActive {
  border-color: #7c2d83;
  background: #f5f3ff;
}

.rlzReaderThumbImage {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: contain;
  background: #ffffff;
}

.rlzReaderThumbLabel {
  display: block;
  color: #475569;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

.rlzReaderTocItem {
  display: grid;
  gap: 6px;
  width: 100%;
  text-align: left;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  background: #ffffff;
  padding: 10px 10px 9px;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.rlzReaderTocItem:hover,
.rlzReaderTocItem:focus {
  border-color: #7c2d83;
  background: #f8fafc;
  outline: none;
  transform: translateY(-1px);
}

.rlzReaderTocItem.isActive {
  border-color: #7c2d83;
  background: #f5f3ff;
}

.rlzReaderTocLabel {
  display: block;
  color: #123d74;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.rlzReaderTocMeta,
.rlzReaderTocEmpty {
  display: block;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.rlzReaderTocEmpty {
  padding: 4px 2px;
}

.rlzReaderToolbar {
  position: static;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.2);
  margin: -2px auto 0;
  max-width: min(100%, 520px);
}

.rlzReaderNotice {
  max-width: min(100%, 520px);
  margin: -4px auto 0;
  padding: 8px 12px;
  border: 1px solid #dbe5f0;
  border-radius: 999px;
  background: #f8fafc;
  color: #123d74;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.rlzReaderPageBadge,
.rlzReaderToolBtn {
  min-width: 38px;
  height: 38px;
  border: none;
  background: transparent;
  color: #64748b;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.rlzReaderPageBadge {
  min-width: 76px;
  padding: 0 10px;
  font-size: 16px;
  justify-content: flex-start;
}

.rlzReaderPageBadge:hover,
.rlzReaderToolBtn:hover,
.rlzReaderPageBadge:focus,
.rlzReaderToolBtn:focus {
  background: #f1f5f9;
  color: #123d74;
  outline: none;
}

.rlzReaderToolBtn.isActive {
  background: #e0e7ff;
  color: #123d74;
}

.rlzReaderCloseBtn {
  color: #334155;
  font-size: 24px;
}

@media (max-width: 860px) {
  .serviceHero {
    grid-template-columns: minmax(0, 1fr);
  }

  .healingBookLayout {
    grid-template-columns: minmax(0, 1fr);
  }

  .bookCover {
    justify-self: center;
  }

  .rlzReaderShell {
    grid-template-columns: minmax(0, 1fr);
    padding-inline: 10px;
  }

  .rlzReaderMain {
    width: 100%;
  }

  .rlzReaderThumbRail {
    width: 100%;
    max-height: none;
    position: static;
    order: 2;
  }

  .rlzReaderThumbRailList {
    grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
    max-height: 220px;
  }

  .rlzReaderThumbRail.isToc .rlzReaderThumbRailList {
    grid-template-columns: 1fr;
  }

  .rlzReaderCanvas {
    gap: 8px;
  }

  .rlzReaderPageSheet {
    width: min(100%, 420px);
    min-height: 540px;
    padding: 20px 14px 20px;
  }

  .rlzReaderLoading {
    inset: 20px 14px 20px;
  }

  .rlzReaderNavBtn {
    width: 42px;
    min-width: 42px;
    height: 42px;
    top: 28vh;
    font-size: 28px;
  }

  .rlzReaderToolbar {
    width: calc(100% - 12px);
    max-width: 520px;
    gap: 2px;
    padding-inline: 6px;
    overflow-x: auto;
    justify-content: flex-start;
  }
}

#assessmentReadyPage .statementHero img {
  width: 234px;
  height: 234px;
  max-width: 100%;
  object-fit: contain;
}
