/* ======================================================
   RMWL Reusable Page System
   File suggestion: /wp-content/themes/healthcoach-child/css/rmw-page-system.css
   Purpose: Shared section styles for Home + main program/service pages.
   Scope: All styles live under .rmw-page so they do not affect FAQ/header styles.
   ====================================================== */

:root {
  --rmw-purple: #693189;
  --rmw-gold: #b09b6e;
  --rmw-yellow: #f9d905;
  --rmw-black: #000000;
  --rmw-white: #ffffff;
  --rmw-text: #111111;
  --rmw-soft-purple: #f4eef8;
  --rmw-soft-purple-2: #faf6fc;
  --rmw-soft-gold: #fffdef;
  --rmw-border: rgba(105, 49, 137, 0.16);
  --rmw-shadow: 0 16px 38px rgba(34, 16, 45, 0.10);
  --rmw-radius-lg: 28px;
  --rmw-radius-md: 20px;
}

/* Page shell */
.rmw-page {
  font-family: "Open Sans", Arial, sans-serif;
  color: var(--rmw-text);
  background: #ffffff;
  overflow: hidden;
}

.rmw-page *,
.rmw-page *::before,
.rmw-page *::after {
  box-sizing: border-box;
}

.rmw-page a {
  color: var(--rmw-purple);
}

.rmw-container {
  width: min(calc(100% - 48px), 1240px);
  margin: 0 auto;
}

.rmw-main-with-side-menu {
  width: min(calc(100% - 48px), 1180px);
  margin: 0 auto;
}

/* Typography */
.rmw-kicker {
  margin: 0 0 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--rmw-gold);
}

.rmw-page h1,
.rmw-page h2,
.rmw-page h3 {
  margin-top: 0;
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--rmw-purple);
}

.rmw-page h1 {
  font-size: clamp(40px, 4.4vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}

.rmw-page h2 {
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  margin-bottom: 18px;
}

.rmw-page h3 {
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.2;
  margin-bottom: 10px;
}

.rmw-page p {
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 16px;
}

.rmw-lead {
  font-size: 20px !important;
  line-height: 1.45 !important;
  font-weight: 700;
  color: #111111;
}

/* Buttons */
.rmw-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 28px;
}

.rmw-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.rmw-btn:hover,
.rmw-btn:focus {
  transform: translateY(-1px);
}

.rmw-btn-gold {
  background: linear-gradient(135deg, #c8a85a 0%, #a7843d 100%);
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(105,49,137,0.16);
}

.rmw-btn-purple {
  background: linear-gradient(135deg, #8b2fb2 0%, #4f146a 100%);
  color: #ffffff !important;
  box-shadow: 0 8px 20px rgba(105,49,137,0.18);
}

.rmw-btn-outline {
  background: #ffffff;
  color: var(--rmw-purple) !important;
  border: 2px solid var(--rmw-purple);
}

.rmw-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/* Hero */
.rmw-hero {
  position: relative;
  padding: clamp(48px, 6vw, 92px) 0 42px;
  background:
    radial-gradient(circle at 78% 34%, rgba(105,49,137,0.10), transparent 34%),
    linear-gradient(90deg, #ffffff 0%, #ffffff 48%, #fbf6fd 100%);
}

.rmw-hero::after {
  content: "";
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: -1px;
  height: 76px;
  background: #ffffff;
  clip-path: ellipse(64% 58% at 50% 100%);
  pointer-events: none;
}

.rmw-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: clamp(34px, 5vw, 74px);
  align-items: center;
}

.rmw-hero-copy {
  max-width: 620px;
}

.rmw-hero-media {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.rmw-hero-watermark {
  position: absolute;
  width: min(74%, 520px);
  right: 45%;
  top: 25%;
  opacity: 0.12;
  pointer-events: none;
}

.rmw-hero-person {
  position: relative;
  z-index: 2;
  max-height: 560px;
  max-width: 100%;
  object-fit: contain;
  object-position: bottom center;
}

/* Feature strip */
.rmw-feature-strip {
  position: relative;
  z-index: 2;
  margin-top: -2px;
}

.rmw-feature-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #ffffff;
  border: 1px solid rgba(105,49,137,0.13);
  border-radius: var(--rmw-radius-lg);
  box-shadow: var(--rmw-shadow);
  overflow: hidden;
}

.rmw-feature-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 26px 24px;
  align-items: start;
}

.rmw-feature-item + .rmw-feature-item {
  border-left: 1px solid rgba(176,155,110,0.45);
}

.rmw-icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 25%, #8e49aa 0%, var(--rmw-purple) 72%);
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.rmw-icon-circle.rmw-icon-gold {
  background: radial-gradient(circle at 30% 25%, #d0b36c 0%, var(--rmw-gold) 72%);
  color: #ffffff;
}

.rmw-feature-item h3 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #111111;
}

.rmw-feature-item p {
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
}

/* Sections */
.rmw-section {
  padding: clamp(32px, 4vw, 56px) 0;
}
/* Tighten spacing between adjacent New Direction sections */
.rmw-new-direction-page #program-options {
  padding-bottom: 0 !important;
}

.rmw-new-direction-page #how-it-works {
  padding-top: clamp(24px, 3vw, 36px) !important;
}

.rmw-section-soft {
  background:
    radial-gradient(circle at 72% 35%, rgba(105,49,137,0.08), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fbf8fd 100%);
}

.rmw-split-card {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.85fr);
  gap: clamp(30px, 4vw, 60px);
  align-items: center;
  background: linear-gradient(135deg, #ffffff 0%, #fbf7fd 100%);
  border: 1px solid var(--rmw-border);
  border-radius: var(--rmw-radius-lg);
  box-shadow: 0 12px 30px rgba(34,16,45,0.07);
  padding: clamp(28px, 4vw, 52px);
}

.rmw-split-card.rmw-image-left {
  grid-template-columns: minmax(320px, 0.75fr) minmax(0, 1fr);
}

.rmw-split-media {
  position: relative;
  display: flex;
  justify-content: center;
}

.rmw-split-media img {
  max-width: 100%;
  height: auto;
  display: block;
}

.rmw-soft-image-panel {
  background: rgba(105,49,137,0.06);
  border-radius: 26px;
  padding: 20px;
}

.rmw-check-list {
  list-style: none !important;
  margin: 22px 0 0 !important;
  padding: 0 !important;
  display: grid;
  gap: 12px;
}

.rmw-check-list li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.5;
}

.rmw-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--rmw-purple);
  font-weight: 800;
}



/* CTA band */
.rmw-cta-band {
  margin: 40px auto 0;
  padding: clamp(30px, 4vw, 48px);
  border-radius: var(--rmw-radius-lg);
  background: linear-gradient(135deg, #693189 0%, #4f146a 100%);
  color: #ffffff;
  text-align: center;
  box-shadow: var(--rmw-shadow);
}

.rmw-cta-band h2,
.rmw-cta-band p {
  color: #ffffff;
}

.rmw-cta-band p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive */
@media (max-width: 1024px) {
  .rmw-container,
  .rmw-main-with-side-menu {
    width: min(calc(100% - 36px), 900px);
  }

  .rmw-hero-grid,
  .rmw-split-card,
  .rmw-split-card.rmw-image-left {
    grid-template-columns: 1fr;
  }

  .rmw-hero-media {
    min-height: auto;
  }

  .rmw-hero-person {
    max-height: 480px;
  }

  .rmw-feature-strip-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .rmw-feature-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(176,155,110,0.45);
  }

  .rmw-feature-item:nth-child(4) {
    border-top: 1px solid rgba(176,155,110,0.45);
  }

}

@media (max-width: 640px) {
  .rmw-container,
  .rmw-main-with-side-menu {
    width: min(calc(100% - 28px), 540px);
  }

  .rmw-page h1 {
    font-size: clamp(34px, 12vw, 46px);
  }

  .rmw-button-row {
    align-items: stretch;
  }

  .rmw-btn {
    width: 100%;
  }

.rmw-feature-strip-inner {
  grid-template-columns: 1fr;
}

.rmw-feature-item,
.rmw-feature-item + .rmw-feature-item {
  border-left: 0;
  border-top: 1px solid rgba(176,155,110,0.45);
}

.rmw-feature-item:first-child {
  border-top: 0;
}
  .rmw-feature-item {
    grid-template-columns: 46px 1fr;
    padding: 22px 20px;
  }
}/* ======================================================
   New Direction Page Refinements
   ====================================================== */

/* Hero: full-width background + flush bottom */
.rmw-new-direction-page .rmw-hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0;
  background:
    radial-gradient(circle at 78% 34%, rgba(105,49,137,0.12), transparent 36%),
    linear-gradient(90deg, #ffffff 0%, #ffffff 42%, #f4eef8 100%);
}

.rmw-new-direction-page .rmw-hero::after {
  display: none;
}

.rmw-new-direction-page .rmw-hero-grid {
  min-height: 560px;
  padding-top: clamp(42px, 5vw, 78px);
  padding-bottom: 0;
}

.rmw-new-direction-page .rmw-hero-media {
  align-items: flex-end;
  min-height: 560px;
}

/* Flower watermark */
.rmw-new-direction-page .rmw-hero-watermark {
  opacity: 0.12;
  filter: saturate(0.7);
}

/* Feature strip icon stability */
.rmw-new-direction-page .rmw-icon-circle {
  font-size: 18px;
  line-height: 1;
}

.rmw-new-direction-page .rmw-icon-circle img.emoji {
  display: none !important;
}

/* Reduce section spacing */
.rmw-new-direction-page .rmw-section {
  padding: clamp(32px, 4vw, 56px) 0;
}

.rmw-new-direction-page .rmw-section-soft {
  padding-top: clamp(36px, 4vw, 60px);
  padding-bottom: clamp(36px, 4vw, 60px);
}

/* Remove theme bullets from custom checkmark lists */
.rmw-page .rmw-check-list,
.rmw-page .rmw-check-list li {
  list-style: none !important;
}

.rmw-page .rmw-check-list {
  margin: 22px 0 0 !important;
  padding-left: 0 !important;
}

.rmw-page .rmw-check-list li {
  position: relative;
  padding-left: 30px !important;
}

.rmw-page .rmw-check-list li::marker {
  content: "" !important;
}

.rmw-page .rmw-check-list li::before {
  content: "✓" !important;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--rmw-purple);
  font-weight: 800;
}
/* ======================================================
   New Direction: Who Is a Good Fit Section
   ====================================================== */

.rmw-fit-section {
  padding-top: clamp(24px, 3vw, 42px);
  padding-bottom: clamp(32px, 4vw, 56px);
}

.rmw-fit-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--rmw-radius-lg);
  border: 1px solid rgba(105, 49, 137, 0.14);
  background:
    radial-gradient(circle at 14% 20%, rgba(176, 155, 110, 0.14), transparent 30%),
    radial-gradient(circle at 88% 72%, rgba(105, 49, 137, 0.10), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #fbf7fd 64%, #f4eef8 100%);
  box-shadow: 0 14px 34px rgba(34, 16, 45, 0.08);
  padding: clamp(30px, 4vw, 54px);
}

.rmw-fit-panel::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -110px;
  top: -120px;
  border-radius: 999px;
  border: 1px solid rgba(176, 155, 110, 0.32);
  opacity: 0.65;
  pointer-events: none;
}

.rmw-fit-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.12fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
}

.rmw-fit-intro {
  max-width: 520px;
}

.rmw-fit-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rmw-fit-card {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 150px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(105, 49, 137, 0.13);
  border-radius: 22px;
  color: #111111 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(34, 16, 45, 0.07);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.rmw-fit-card:hover,
.rmw-fit-card:focus {
  transform: translateY(-3px);
  border-color: rgba(105, 49, 137, 0.34);
  box-shadow: 0 16px 34px rgba(34, 16, 45, 0.12);
}

.rmw-fit-image {
  width: 118px;
  height: 118px;
  overflow: hidden;
  border-radius: 18px;
  background: #f4eef8;
}

.rmw-fit-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.rmw-fit-copy {
  min-width: 0;
}

.rmw-fit-label {
  display: inline-block;
  margin-bottom: 6px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--rmw-gold);
}

.rmw-fit-card h3 {
  margin: 0 0 6px;
  font-size: 19px;
  line-height: 1.18;
  color: var(--rmw-purple);
}

.rmw-fit-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #333333;
}

.rmw-fit-reasons {
  position: relative;
  z-index: 1;
  margin-top: clamp(24px, 3vw, 36px);
  padding: 22px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(176, 155, 110, 0.36);
}

.rmw-fit-reasons-title {
  margin: 0 0 14px !important;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px !important;
  line-height: 1.35 !important;
  font-weight: 800;
  color: var(--rmw-purple);
}

.rmw-fit-reasons ul,
.rmw-fit-reasons li {
  list-style: none !important;
  list-style-type: none !important;
}

.rmw-fit-reasons ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0 !important;
  padding: 0 !important;
}

.rmw-fit-reasons li {
  position: relative;
  display: block !important;
  padding-left: 24px !important;
  margin: 0 !important;
  font-size: 17px;
  line-height: 1.45;
}

.rmw-fit-reasons li::marker {
  content: "" !important;
  font-size: 0 !important;
}

.rmw-fit-reasons li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--rmw-purple);
  font-weight: 900;
}

/* Responsive */
@media (max-width: 1180px) {
  .rmw-fit-layout {
    grid-template-columns: 1fr;
  }

  .rmw-fit-intro {
    max-width: 760px;
  }

  .rmw-fit-reasons ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .rmw-fit-panel {
    padding: 26px 18px;
  }

  .rmw-fit-card-grid {
    grid-template-columns: 1fr;
  }

  .rmw-fit-card {
    grid-template-columns: 96px minmax(0, 1fr);
    min-height: 128px;
  }

  .rmw-fit-image {
    width: 96px;
    height: 96px;
  }

  .rmw-fit-reasons ul {
    grid-template-columns: 1fr;
  }
}
/* ======================================================
   New Direction: Medical Monitoring + Step-by-Step
   ====================================================== */

.rmw-monitoring-section {
  padding-top: clamp(28px, 4vw, 52px);
  padding-bottom: clamp(24px, 3vw, 40px);
}

.rmw-monitoring-panel {
  position: relative;
  overflow: hidden;
  border-radius: var(--rmw-radius-lg);
  border: 1px solid rgba(105, 49, 137, 0.14);
  background:
    radial-gradient(circle at 10% 0%, rgba(176, 155, 110, 0.16), transparent 30%),
    radial-gradient(circle at 92% 78%, rgba(105, 49, 137, 0.10), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #fbf7fd 68%, #f4eef8 100%);
  box-shadow: 0 14px 34px rgba(34, 16, 45, 0.08);
  padding: clamp(30px, 4vw, 54px);
}

.rmw-monitoring-panel::before {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: -120px;
  top: -150px;
  border-radius: 999px;
  border: 1px solid rgba(176, 155, 110, 0.34);
  pointer-events: none;
}

.rmw-monitoring-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: end;
}

.rmw-monitoring-intro h2 {
  max-width: 760px;
}

.rmw-monitoring-intro .rmw-lead {
  max-width: 860px;
}

.rmw-monitoring-cta {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(176, 155, 110, 0.34);
}

.rmw-monitoring-cta p {
  margin-bottom: 14px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 800;
  color: var(--rmw-purple);
}

.rmw-monitoring-cta .rmw-button-row {
  margin-top: 0;
}

.rmw-monitoring-points {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: clamp(24px, 3vw, 38px);
}

.rmw-monitoring-point {
  padding: 24px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(105, 49, 137, 0.12);
  box-shadow: 0 10px 24px rgba(34, 16, 45, 0.06);
}

.rmw-monitoring-icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 999px;
  background: var(--rmw-purple);
  color: #ffffff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
}

.rmw-monitoring-point h3 {
  margin-bottom: 8px;
  color: var(--rmw-purple);
}

.rmw-monitoring-point p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

/* How it works section */
.rmw-how-section {
  padding-top: clamp(24px, 3vw, 42px);
  padding-bottom: clamp(36px, 4vw, 60px);
  background:
    radial-gradient(circle at 0% 18%, rgba(105, 49, 137, 0.06), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbf8fd 100%);
}

.rmw-how-heading {
  max-width: 820px;
  margin-bottom: clamp(24px, 3vw, 38px);
}

.rmw-how-heading p:last-child {
  font-size: 18px;
  line-height: 1.6;
}

.rmw-how-timeline {
  display: grid;
  gap: 18px;
}

.rmw-how-step {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(105, 49, 137, 0.13);
  box-shadow: 0 10px 26px rgba(34, 16, 45, 0.06);
}

.rmw-how-step-number {
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #ffffff;
  border: 3px solid var(--rmw-purple);
  color: var(--rmw-purple);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
}

.rmw-how-step-content .rmw-kicker {
  margin-bottom: 6px;
  font-size: 13px;
}

.rmw-how-step h3 {
  margin-bottom: 8px;
  font-size: clamp(22px, 2.4vw, 30px);
}

.rmw-step-subtitle {
  margin-bottom: 10px !important;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px !important;
  line-height: 1.35 !important;
  font-weight: 800;
  color: #111111;
}

.rmw-how-step p {
  max-width: 900px;
}

/* Compact checkmark list inside steps */
.rmw-page .rmw-compact-list {
  display: grid;
  gap: 0px;
  margin-top: 16px !important;
}

.rmw-page .rmw-compact-list li {
  font-size: 15px;
  line-height: 1.45;
}

/* Strong bullet removal for theme interference */
.lower-content .text .rmw-page .rmw-check-list,
.lower-content .text .rmw-page .rmw-check-list li,
.rmw-page .rmw-check-list,
.rmw-page .rmw-check-list li {
  list-style: none !important;
  list-style-type: none !important;
  list-style-image: none !important;
}

.lower-content .text .rmw-page .rmw-check-list li,
.rmw-page .rmw-check-list li {
  display: block !important;
  position: relative;
  padding-left: 30px !important;
  margin-left: 0 !important;
  background: none !important;
}

.rmw-page .rmw-check-list li::marker {
  content: "" !important;
  font-size: 0 !important;
}

.rmw-page .rmw-check-list li::before {
  content: "\2713" !important;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--rmw-purple);
  font-weight: 900;
}

/* Responsive */
@media (max-width: 1024px) {
  .rmw-monitoring-intro {
    grid-template-columns: 1fr;
  }

  .rmw-monitoring-points {
    grid-template-columns: 1fr;
  }

  .rmw-monitoring-cta {
    max-width: 520px;
  }
}

@media (max-width: 640px) {
  .rmw-monitoring-panel {
    padding: 26px 18px;
  }

  .rmw-how-step {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rmw-how-step-number {
    width: 48px;
    height: 48px;
    font-size: 19px;
  }
}
/* Tighten spacing in custom checkmark lists */
.rmw-page .rmw-check-list li {
  margin-bottom: 8px !important;
}

/* Tighter checkmark spacing inside step-by-step sections */
.rmw-page .rmw-compact-list li {
  margin-bottom: 4px !important;
}
/* ======================================================
   RMWL Page System Additions
   Proposed destination:
   Append carefully to /wp-content/themes/healthcoach-child/css/rmw-page-system.css

   Purpose:
   Reusable classes from Customizer Additional CSS that are still useful
   for future pages. These should become the default classes for new work.
   ====================================================== */

.rmw-soft-purple-section {
  background-color: var(--rmw-soft-purple);
  color: var(--rmw-text);
}

.rmw-warm-neutral-section {
  background-color: var(--rmw-warm-neutral);
  color: var(--rmw-text);
}

.rmw-purple-section {
  background-color: var(--rmw-purple);
  color: var(--rmw-white);
}

.rmw-purple-section h1,
.rmw-purple-section h2,
.rmw-purple-section h3,
.rmw-purple-section h4,
.rmw-purple-section p,
.rmw-purple-section li {
  color: var(--rmw-white);
}

.rmw-yellow-callout {
  background-color: var(--rmw-soft-yellow);
  color: var(--rmw-text);
  border-left: 6px solid var(--rmw-yellow);
  border-radius: 18px;
  padding: 28px;
}

.rmw-card {
  background-color: var(--rmw-white);
  border: 1px solid rgba(105, 49, 137, 0.18);
  border-radius: 22px;
  padding: clamp(28px, 4vw, 46px);
  box-shadow: 0 12px 30px rgba(34, 16, 45, 0.07);
}

.rmw-card-accent {
  border-left: 6px solid var(--rmw-purple);
}

.rmw-overlay-card {
  background-color: rgba(105, 49, 137, 0.92);
  color: var(--rmw-white);
  border-radius: 24px;
  padding: clamp(28px, 5vw, 56px);
}

.rmw-overlay-card h1,
.rmw-overlay-card h2,
.rmw-overlay-card h3,
.rmw-overlay-card h4,
.rmw-overlay-card p,
.rmw-overlay-card li {
  color: var(--rmw-white);
}

.rmw-script-accent {
  font-family: "Montserrat", Arial, sans-serif;
  color: var(--rmw-gold);
  font-size: 20px !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.25 !important;
}

.rmw-purple-section .rmw-script-accent,
.rmw-overlay-card .rmw-script-accent {
  color: var(--rmw-yellow);
}

.yellow-button,
.rmw-purple-button,
.rmw-btn-yellow,
.rmw-btn-outline-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.yellow-button,
.rmw-btn-yellow {
  background-color: var(--rmw-yellow);
  color: var(--rmw-black) !important;
  border: 2px solid var(--rmw-yellow);
}

.yellow-button:hover,
.yellow-button:focus,
.rmw-btn-yellow:hover,
.rmw-btn-yellow:focus {
  background-color: var(--rmw-purple);
  color: var(--rmw-white) !important;
  border-color: var(--rmw-purple);
  transform: translateY(-1px);
}

.rmw-purple-button {
  background-color: var(--rmw-purple);
  color: var(--rmw-white) !important;
  border: 2px solid var(--rmw-purple);
}

.rmw-purple-button:hover,
.rmw-purple-button:focus {
  background-color: var(--rmw-white);
  color: var(--rmw-purple) !important;
  transform: translateY(-1px);
}

.rmw-btn-outline-dark {
  background-color: transparent;
  color: var(--rmw-purple) !important;
  border: 2px solid var(--rmw-purple);
}

.rmw-btn-outline-dark:hover,
.rmw-btn-outline-dark:focus {
  background-color: var(--rmw-purple);
  color: var(--rmw-white) !important;
  transform: translateY(-1px);
}

.rmw-image-placeholder {
  min-height: 320px;
  border: 2px dashed rgba(105, 49, 137, 0.45);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  text-align: center;
  color: var(--rmw-purple);
}

.rmw-image-placeholder.small {
  min-height: 220px;
}

.rmw-image-placeholder p {
  margin: 0;
  line-height: 1.55;
}

.rmw-disclaimer,
.rmw-cta-disclaimer {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.rmw-cta-disclaimer {
  margin-top: 22px !important;
  opacity: 0.92;
}

@media (max-width: 767px) {
  .yellow-button,
  .rmw-purple-button,
  .rmw-btn-yellow,
  .rmw-btn-outline-dark {
    width: 100%;
    margin-bottom: 12px;
    text-align: center;
  }

  .rmw-image-placeholder {
    min-height: 220px;
    margin-top: 20px;
  }
}
