/* ======================================================
   RMWL Notice of Privacy Practices Page
   File suggestion: /wp-content/themes/healthcoach-child/css/rmw-notice-of-privacy-practices.css

   Designed for WPBakery Raw HTML content.
   ====================================================== */

:root {
  --rmwnotice-purple: #693189;
  --rmwnotice-gold: #b09b6e;
  --rmwnotice-yellow: #f9d905;
  --rmwnotice-black: #000000;
  --rmwnotice-white: #ffffff;
  --rmwnotice-text: #111111;
  --rmwnotice-muted: #46433b;
  --rmwnotice-soft-purple: #f4eef8;
  --rmwnotice-soft-purple-2: #faf6fc;
  --rmwnotice-soft-gold: #fffdef;
  --rmwnotice-border: rgba(105, 49, 137, 0.16);
  --rmwnotice-gold-border: rgba(176, 155, 110, 0.28);
  --rmwnotice-shadow: 0 16px 38px rgba(34, 16, 45, 0.10);
  --rmwnotice-soft-shadow: 0 10px 26px rgba(34, 16, 45, 0.06);
  --rmwnotice-radius-lg: 28px;
  --rmwnotice-radius-md: 22px;
}

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

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

.rmwnotice-page a {
  color: var(--rmwnotice-purple);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.rmwnotice-page a:focus {
  outline: 3px solid var(--rmwnotice-yellow);
  outline-offset: 3px;
}

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

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

.rmwnotice-page h1 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
}

.rmwnotice-page h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.14;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}

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

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

.rmwnotice-page ul {
  margin: 12px 0 18px !important;
  padding-left: 24px !important;
  list-style: disc !important;
}

.rmwnotice-page li {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.55;
  list-style: disc !important;
}

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

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

.rmwnotice-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: clamp(58px, 7vw, 96px) 0 clamp(42px, 5vw, 68px);
  background:
    radial-gradient(circle at 78% 24%, rgba(105, 49, 137, 0.13), transparent 34%),
    radial-gradient(circle at 10% 86%, rgba(176, 155, 110, 0.14), transparent 28%),
    linear-gradient(90deg, #ffffff 0%, #ffffff 42%, #f4eef8 100%);
}

.rmwnotice-hero::before {
  content: "";
  position: absolute;
  right: clamp(-160px, -8vw, -80px);
  top: 50%;
  width: clamp(420px, 48vw, 760px);
  height: clamp(420px, 48vw, 760px);
  transform: translateY(-50%);
  background-image: url("/wp-content/themes/healthcoach-child/images/flower-purple.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.085;
  pointer-events: none;
}

.rmwnotice-hero .rmwnotice-container {
  position: relative;
  z-index: 1;
}

.rmwnotice-hero-inner {
  max-width: 980px;
}

.rmwnotice-section {
  padding: clamp(34px, 4vw, 54px) 0;
}

.rmwnotice-section-first {
  padding-top: clamp(42px, 5vw, 64px);
}

.rmwnotice-soft-section {
  background:
    radial-gradient(circle at 86% 18%, rgba(105, 49, 137, 0.055), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fbf8fd 100%);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.rmwnotice-section-heading {
  max-width: 920px;
  margin-bottom: 26px;
}

.rmwnotice-card-grid,
.rmwnotice-split-panel,
.rmwnotice-rights-grid {
  display: grid;
  gap: 18px;
}

.rmwnotice-card-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rmwnotice-card-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rmwnotice-split-panel {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.44fr);
  align-items: center;
  padding: clamp(28px, 4vw, 46px);
  border-radius: var(--rmwnotice-radius-lg);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(105, 49, 137, 0.13);
  box-shadow: var(--rmwnotice-soft-shadow);
}

.rmwnotice-highlight-card,
.rmwnotice-info-card,
.rmwnotice-note-card,
.rmwnotice-simple-list-card,
.rmwnotice-right-card {
  border-radius: var(--rmwnotice-radius-md);
  border: 1px solid rgba(105, 49, 137, 0.13);
  background: #ffffff;
  box-shadow: var(--rmwnotice-soft-shadow);
}

.rmwnotice-highlight-card,
.rmwnotice-info-card,
.rmwnotice-note-card,
.rmwnotice-simple-list-card,
.rmwnotice-right-card {
  padding: clamp(24px, 3vw, 34px);
}

.rmwnotice-highlight-card {
  background:
    radial-gradient(circle at 88% 10%, rgba(105, 49, 137, 0.10), transparent 36%),
    var(--rmwnotice-soft-purple-2);
}

.rmwnotice-note-card {
  background:
    radial-gradient(circle at 88% 10%, rgba(176, 155, 110, 0.18), transparent 34%),
    var(--rmwnotice-soft-gold);
  border-color: var(--rmwnotice-gold-border);
}

.rmwnotice-highlight-card p:last-child,
.rmwnotice-info-card p:last-child,
.rmwnotice-note-card p:last-child,
.rmwnotice-simple-list-card p:last-child,
.rmwnotice-right-card p:last-child {
  margin-bottom: 0;
}

.rmwnotice-definition-list {
  margin: 0;
}

.rmwnotice-definition-list dt {
  margin: 0 0 6px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--rmwnotice-purple);
}

.rmwnotice-definition-list dd {
  margin: 0 0 22px;
  color: var(--rmwnotice-muted);
  font-size: 16px;
  line-height: 1.6;
}

.rmwnotice-definition-list dd:last-child {
  margin-bottom: 0;
}

.rmwnotice-rights-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rmwnotice-right-card {
  position: relative;
}

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

.rmwnotice-right-card:nth-child(even) .rmwnotice-number {
  background: var(--rmwnotice-gold);
}

@media (max-width: 1024px) {
  .rmwnotice-container {
    width: min(calc(100% - 36px), 900px);
  }

  .rmwnotice-card-grid-two,
  .rmwnotice-card-grid-three,
  .rmwnotice-split-panel,
  .rmwnotice-rights-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .rmwnotice-hero::before {
    right: -220px;
    top: 42%;
    width: 520px;
    height: 520px;
    opacity: 0.06;
  }
}

@media (max-width: 640px) {
  .rmwnotice-container {
    width: min(calc(100% - 28px), 540px);
  }

  .rmwnotice-page h1 {
    font-size: clamp(38px, 12vw, 48px);
  }

  .rmwnotice-split-panel {
    padding: 24px 20px;
  }
}
