/* EHOP V12 module pages. Load after module-v11-2.css. */

#modulePage {
  --v12-navy: #061a2c;
  --v12-teal: #08736e;
  --v12-teal-hover: #0b4f58;
  --v12-aqua: #64eee3;
  --v12-paper: #fbfaf6;
  --v12-teal-soft: #e8f6f3;
  --v12-white: #ffffff;
  --v12-line: rgba(8, 115, 110, 0.3);
  --v12-shadow: 0 18px 48px rgba(6, 26, 44, 0.09);
  overflow-x: clip;
  background: var(--v12-white);
  color: var(--v12-navy);
}

#modulePage .m2-wrap {
  width: min(1240px, calc(100% - 48px));
}

#modulePage .m2-how,
#modulePage .m2-problems,
#modulePage .m2-order-grid,
#modulePage .m2-value-anchor {
  display: none !important;
}

#modulePage .m2-hero-media::before,
#modulePage .m2-hero-media::after,
#modulePage .m2-card::before,
#modulePage .m2-cadence-card::before,
#modulePage .m2-cadence-card::after,
#modulePage .m2-complete::before,
#modulePage .m2-complete::after {
  display: none !important;
  content: none !important;
}

#modulePage .m2-eyebrow {
  margin-bottom: 9px;
  color: var(--v12-teal);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.085em;
  line-height: 1.3;
  text-transform: uppercase;
}

#modulePage .m2-cta {
  min-height: 50px;
  padding: 13px 22px;
  border-color: var(--v12-navy);
  border-radius: 10px;
  background: var(--v12-navy);
  color: var(--v12-white);
  white-space: normal;
}

#modulePage .m2-cta:hover {
  border-color: var(--v12-teal-hover);
  background: var(--v12-teal-hover);
  color: var(--v12-white);
}

/* Hero */

#modulePage .m2-hero {
  padding-block: clamp(34px, 4.5vw, 66px);
  background: var(--v12-paper);
}

#modulePage .m2-hero-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(340px, 0.8fr);
  gap: clamp(34px, 4vw, 58px);
  align-items: center;
}

#modulePage .m2-hero-copy,
#modulePage .m2-hero-media {
  min-width: 0;
}

#modulePage .m2-breadcrumb {
  gap: 5px 9px;
  margin-bottom: 16px;
  font-size: 0.84rem;
}

#modulePage .m2-hero-copy h1 {
  max-width: none;
  margin-bottom: 15px;
  font-size: clamp(2.5rem, 3.45vw, 3.45rem);
  line-height: 1.01;
  letter-spacing: -0.042em;
  text-wrap: balance;
}

#modulePage.m2-module-exposure .m2-hero-copy h1,
#modulePage.m2-module-mental .m2-hero-copy h1 {
  font-size: clamp(2.35rem, 3.15vw, 3.2rem);
}

#modulePage .m2-hero-promise {
  max-width: 61ch;
  margin-bottom: 18px;
  font-size: clamp(1.02rem, 1.35vw, 1.2rem);
  line-height: 1.48;
}

#modulePage .m2-hero-meta {
  gap: 8px 22px;
  margin-bottom: 15px;
}

#modulePage .m2-price strong {
  font-size: clamp(3rem, 5.1vw, 4.75rem);
}

#modulePage .m2-count {
  max-width: 28ch;
}

#modulePage .m2-hero-copy > .m2-cta {
  margin-top: 0;
}

#modulePage .m2-hero-media {
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border-radius: 18px;
  background: var(--v12-teal-soft);
  box-shadow: var(--v12-shadow);
}

#modulePage .m2-hero-media img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 62% 50%;
  transform: scale(1.035);
  transform-origin: center;
}

#modulePage.m2-module-sleep .m2-hero-media img {
  object-position: 64% 50%;
}

#modulePage.m2-module-stress .m2-hero-media img {
  object-position: 68% 35%;
}

#modulePage.m2-module-nutrition .m2-hero-media img {
  object-position: 61% 50%;
}

#modulePage.m2-module-sport .m2-hero-media img {
  object-position: 52% 50%;
}

#modulePage.m2-module-exposure .m2-hero-media img {
  object-position: 70% 50%;
}

#modulePage.m2-module-mental .m2-hero-media img {
  object-position: 66% 50%;
}

/* Method and portal preview */

#modulePage .m2-method {
  padding-block: clamp(56px, 6.5vw, 92px);
  background: var(--v12-white);
}

#modulePage .m2-method-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
}

#modulePage .m2-method-copy,
#modulePage .m2-preview {
  min-width: 0;
}

#modulePage .m2-method-copy h2 {
  max-width: 13ch;
  margin-bottom: 17px;
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  line-height: 1.06;
  letter-spacing: -0.036em;
}

#modulePage .m2-method-copy > p {
  max-width: 48ch;
  margin-bottom: 18px;
  line-height: 1.62;
}

#modulePage .m2-method-copy ul,
#modulePage .m2-method-copy ol {
  display: grid;
  gap: 11px;
  margin: 22px 0 0;
  padding-left: 0;
  list-style: none;
}

#modulePage .m2-method-copy li {
  padding-left: 12px;
  border-left: 3px solid var(--v12-teal);
  line-height: 1.5;
}

#modulePage .m2-preview {
  overflow: hidden;
  border: 1px solid var(--v12-line);
  border-radius: 16px;
  background: var(--v12-white);
  box-shadow: var(--v12-shadow);
}

#modulePage .m2-preview-top {
  display: flex;
  gap: 12px 18px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px 12px;
  border-bottom: 1px solid var(--v12-line);
  background: var(--v12-paper);
}

#modulePage .m2-preview-top h3,
#modulePage .m2-preview-top p {
  margin-bottom: 0;
}

#modulePage .m2-preview-top h3 {
  font-size: 1rem;
  line-height: 1.3;
}

#modulePage .m2-preview-badge {
  flex: 0 0 auto;
  padding: 5px 9px;
  border: 1px solid var(--v12-teal);
  border-radius: 6px;
  color: var(--v12-teal);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

#modulePage .m2-preview-tabs {
  display: flex;
  gap: 6px;
  padding: 10px 12px;
  overflow-x: auto;
  border-bottom: 1px solid var(--v12-line);
  background: var(--v12-white);
  scrollbar-width: thin;
}

#modulePage .m2-preview-tab {
  flex: 1 1 0;
  min-width: max-content;
  min-height: 40px;
  padding: 9px 13px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: var(--v12-navy);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}

#modulePage .m2-preview-tab:hover {
  border-color: var(--v12-line);
  background: var(--v12-teal-soft);
}

#modulePage .m2-preview-tab[aria-selected="true"] {
  border-color: var(--v12-teal);
  background: var(--v12-teal);
  color: var(--v12-white);
}

#modulePage .m2-preview-panels,
#modulePage .m2-preview-panel {
  min-width: 0;
}

#modulePage .m2-preview-panel[hidden] {
  display: none !important;
}

#modulePage .m2-preview-frame-wrap {
  position: relative;
  min-height: 360px;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--v12-teal-soft);
}

#modulePage .m2-preview-frame-wrap iframe,
#modulePage .m2-preview-frame-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

#modulePage .m2-preview-watermark {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  min-height: 21px;
  margin: 0;
  padding: 4px 8px;
  border: 1px solid rgba(6, 26, 44, 0.2);
  border-radius: 5px;
  background: rgba(251, 250, 246, 0.92);
  color: var(--v12-navy);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
  pointer-events: none;
}

/* Bio-Signatures */

#modulePage .m2-value {
  padding-block: clamp(56px, 6.5vw, 94px);
  background: var(--v12-paper);
}

#modulePage .m2-value-heading {
  max-width: none;
  margin-bottom: 28px;
}

#modulePage .m2-value-heading h2 {
  max-width: 21ch;
  margin-bottom: 12px;
  font-size: clamp(2rem, 3.7vw, 3.45rem);
  line-height: 1.06;
  letter-spacing: -0.037em;
}

#modulePage .m2-value-heading p {
  max-width: none;
  margin-bottom: 0;
  font-size: 0.96rem;
  line-height: 1.5;
}

#modulePage .m2-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
  counter-reset: v12-signature;
}

#modulePage.m2-module-mental .m2-value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#modulePage.m2-module-exposure .m2-value-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#modulePage .m2-card {
  position: relative;
  min-width: 0;
  min-height: 154px;
  padding: 18px 18px 34px;
  border: 1px solid var(--v12-line);
  border-radius: 12px;
  background: var(--v12-white);
  counter-increment: v12-signature;
}

#modulePage .m2-card-number {
  position: absolute;
  right: 13px;
  bottom: 11px;
  display: block;
  margin: 0;
  color: var(--v12-teal);
  font-size: 0;
  font-weight: 800;
  line-height: 1;
}

#modulePage .m2-card-number::after {
  display: block;
  content: counter(v12-signature);
  font-size: 0.72rem;
  letter-spacing: 0;
  line-height: 1;
}

#modulePage .m2-card h3 {
  margin-bottom: 7px;
  padding-right: 6px;
  font-size: 1rem;
  line-height: 1.28;
}

#modulePage .m2-card p {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.46;
}

/* Order cadence and Complete 360 */

#modulePage .m2-order {
  padding-block: clamp(56px, 6.5vw, 94px) 34px;
  background: var(--v12-white);
}

#modulePage .m2-order-heading {
  max-width: 900px;
  margin-bottom: 26px;
}

#modulePage .m2-order-heading h2 {
  max-width: 22ch;
  margin-bottom: 0;
  font-size: clamp(2rem, 3.7vw, 3.45rem);
  line-height: 1.06;
  letter-spacing: -0.037em;
}

#modulePage .m2-cadence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

#modulePage .m2-cadence-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: stretch;
  padding: 24px 22px;
  border: 1px solid var(--v12-line);
  border-radius: 14px;
  background: var(--v12-paper);
}

#modulePage .m2-cadence-card--recommended {
  border: 2px solid var(--v12-teal);
  padding: 23px 21px;
  background: var(--v12-teal-soft);
}

#modulePage .m2-cadence-label {
  order: 0;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 9px;
  color: var(--v12-teal);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  line-height: 1.3;
  text-transform: uppercase;
}

#modulePage .m2-cadence-card h3 {
  order: 1;
  margin-bottom: 13px;
  font-size: clamp(1.35rem, 2.1vw, 1.8rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
}

#modulePage .m2-cadence-price {
  order: 2;
  margin: 0 0 2px;
  color: var(--v12-teal);
  font-size: clamp(2.5rem, 4.3vw, 3.7rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  white-space: nowrap;
}

#modulePage .m2-cadence-price small,
#modulePage .m2-cadence-price span {
  color: var(--v12-navy);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
  white-space: normal;
}

#modulePage .m2-cadence-secondary {
  order: 3;
  min-height: 2.5em;
  margin: 0 0 12px;
  color: var(--v12-navy);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.4;
}

#modulePage .m2-cadence-card .m2-cta {
  order: 4;
  width: 100%;
  margin: 0;
}

#modulePage .m2-cadence-note {
  order: 5;
  margin: 11px 0 0;
  color: var(--v12-navy);
  font-size: 0.82rem;
  line-height: 1.45;
}

#modulePage .m2-complete {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.82fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: stretch;
  margin-top: 26px;
  padding: clamp(26px, 4vw, 46px);
  overflow: hidden;
  border: 1px solid var(--v12-line);
  border-radius: 18px;
  background: var(--v12-teal-soft);
}

#modulePage .m2-complete-copy,
#modulePage .m2-complete-media {
  min-width: 0;
}

#modulePage .m2-complete-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#modulePage .m2-complete-copy h2,
#modulePage .m2-complete-copy h3 {
  max-width: 18ch;
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: -0.032em;
}

#modulePage .m2-complete-copy p {
  max-width: 54ch;
  margin-bottom: 16px;
  line-height: 1.55;
}

#modulePage .m2-complete-copy .m2-cadence-price,
#modulePage .m2-complete-copy .m2-price {
  order: initial;
  margin-bottom: 10px;
}

#modulePage .m2-complete-copy > * {
  order: initial;
}

#modulePage .m2-complete-copy .m2-cta {
  margin-top: 2px;
}

#modulePage .m2-complete-media {
  overflow: hidden;
  border-radius: 12px;
  background: var(--v12-white);
}

#modulePage .m2-complete-media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

#modulePage .m2-return {
  margin-top: 24px;
}

#modulePage .m2-complete-copy .m2-return {
  margin: 14px 0 0;
}

#modulePage .m2-disclaimer {
  margin-top: 30px;
  padding-top: 19px;
  border-top-color: var(--v12-line);
}

#modulePage .m2-sticky {
  display: none;
}

#modulePage :focus-visible {
  outline: 3px solid var(--v12-navy);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(100, 238, 227, 0.55) !important;
}

@media (max-width: 1099px) {
  #modulePage .m2-hero-copy h1,
  #modulePage.m2-module-exposure .m2-hero-copy h1,
  #modulePage.m2-module-mental .m2-hero-copy h1 {
    font-size: clamp(2.25rem, 4.45vw, 3rem);
  }

  #modulePage .m2-value-grid,
  #modulePage.m2-module-mental .m2-value-grid,
  #modulePage.m2-module-exposure .m2-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  #modulePage .m2-hero-grid,
  #modulePage .m2-method-grid,
  #modulePage .m2-complete {
    grid-template-columns: minmax(0, 1fr);
  }

  #modulePage .m2-hero-grid {
    gap: 28px;
  }

  #modulePage .m2-hero-copy {
    order: 1;
  }

  #modulePage .m2-hero-media {
    order: 2;
    max-height: 420px;
    aspect-ratio: 16 / 9;
  }

  #modulePage .m2-method-grid {
    gap: 30px;
  }

  #modulePage .m2-method-copy h2,
  #modulePage .m2-method-copy > p {
    max-width: 680px;
  }

  #modulePage .m2-preview-frame-wrap {
    min-height: 340px;
  }

  #modulePage .m2-complete {
    gap: 24px;
  }

  #modulePage .m2-complete-media {
    max-height: 360px;
  }
}

@media (max-width: 767px) {
  #modulePage {
    padding-bottom: calc(76px + env(safe-area-inset-bottom));
  }

  #modulePage .m2-wrap {
    width: min(calc(100% - 32px), 1240px);
  }

  #modulePage .m2-hero {
    padding-block: 22px 32px;
  }

  #modulePage .m2-breadcrumb {
    margin-bottom: 10px;
    font-size: 0.77rem;
    line-height: 1.35;
  }

  #modulePage .m2-hero-copy h1,
  #modulePage.m2-module-exposure .m2-hero-copy h1,
  #modulePage.m2-module-mental .m2-hero-copy h1 {
    margin-bottom: 11px;
    font-size: clamp(2rem, 9.8vw, 3rem);
    line-height: 1;
  }

  #modulePage .m2-hero-promise {
    margin-bottom: 14px;
    font-size: 1rem;
  }

  #modulePage .m2-hero-meta {
    margin-bottom: 13px;
  }

  #modulePage .m2-price strong {
    font-size: clamp(2.8rem, 14vw, 4rem);
  }

  #modulePage .m2-hero-copy > .m2-cta {
    width: 100%;
  }

  #modulePage .m2-hero-media {
    max-height: 250px;
    border-radius: 14px;
  }

  #modulePage .m2-method,
  #modulePage .m2-value,
  #modulePage .m2-order {
    padding-block: 52px;
  }

  #modulePage .m2-method-copy h2,
  #modulePage .m2-value-heading h2,
  #modulePage .m2-order-heading h2 {
    font-size: clamp(1.9rem, 8vw, 2.65rem);
  }

  #modulePage .m2-preview-top {
    align-items: flex-start;
  }

  #modulePage .m2-preview-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }

  #modulePage .m2-preview-tab {
    min-width: 0;
    padding-inline: 8px;
    overflow-wrap: anywhere;
  }

  #modulePage .m2-preview-frame-wrap {
    min-height: 300px;
    aspect-ratio: 4 / 3;
  }

  #modulePage .m2-preview-frame-wrap iframe {
    pointer-events: none;
  }

  #modulePage .m2-value-grid,
  #modulePage.m2-module-mental .m2-value-grid,
  #modulePage.m2-module-exposure .m2-value-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #modulePage .m2-card {
    min-height: 148px;
    padding: 17px 16px 32px;
  }

  #modulePage .m2-cadence-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #modulePage .m2-cadence-card,
  #modulePage .m2-cadence-card--recommended {
    padding: 22px 20px;
  }

  #modulePage .m2-cadence-secondary {
    min-height: 0;
  }

  #modulePage .m2-complete {
    margin-top: 20px;
    padding: 24px 20px;
    border-radius: 14px;
  }

  #modulePage .m2-complete-media {
    max-height: 270px;
  }

  #modulePage .m2-complete-media img {
    min-height: 220px;
    aspect-ratio: 16 / 9;
  }

  #modulePage .m2-sticky {
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    min-height: 70px;
    padding: 9px 16px calc(9px + env(safe-area-inset-bottom));
    border-top: 3px solid var(--v12-aqua);
    background: var(--v12-navy);
    color: var(--v12-white);
    text-decoration: none;
  }

  #modulePage .m2-sticky:hover {
    background: var(--v12-teal-hover);
    color: var(--v12-white);
  }

  #modulePage .m2-sticky span {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: var(--v12-white);
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #modulePage .m2-sticky strong {
    display: block;
    color: var(--v12-white);
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.15;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  #modulePage .m2-wrap {
    width: min(calc(100% - 24px), 1240px);
  }

  #modulePage .m2-preview-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  #modulePage .m2-preview-badge {
    width: fit-content;
  }

  #modulePage .m2-preview-tabs {
    gap: 4px;
    padding: 8px;
  }

  #modulePage .m2-preview-tab {
    min-height: 44px;
    padding: 7px 5px;
    font-size: 0.76rem;
  }

  #modulePage .m2-preview-frame-wrap {
    min-height: 260px;
  }

  #modulePage .m2-card h3 {
    font-size: 0.95rem;
  }

  #modulePage .m2-card p {
    font-size: 0.85rem;
  }

  #modulePage .m2-sticky {
    padding-inline: 12px;
  }
}

@media (max-width: 359px) {
  #modulePage .m2-value-grid,
  #modulePage.m2-module-mental .m2-value-grid,
  #modulePage.m2-module-exposure .m2-value-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #modulePage .m2-card {
    min-height: 0;
  }

  #modulePage .m2-sticky strong {
    font-size: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  #modulePage .m2-cta,
  #modulePage .m2-preview-tab {
    transition: none;
  }
}

@media print {
  #modulePage {
    padding-bottom: 0;
  }

  #modulePage .m2-sticky {
    display: none !important;
  }
}

/* V12.1: images, Bio-Signatures, score-specific previews and price hierarchy */

#modulePage .m2-hero-grid {
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  gap: clamp(28px, 3.2vw, 46px);
}

#modulePage .m2-hero-media {
  aspect-ratio: 3 / 2;
}

#modulePage .m2-hero-media img,
#modulePage.m2-module-sleep .m2-hero-media img,
#modulePage.m2-module-stress .m2-hero-media img,
#modulePage.m2-module-nutrition .m2-hero-media img,
#modulePage.m2-module-sport .m2-hero-media img,
#modulePage.m2-module-exposure .m2-hero-media img,
#modulePage.m2-module-mental .m2-hero-media img {
  object-position: center;
  transform: none;
}

#modulePage .m2-results-heading {
  max-width: none;
  margin-bottom: 24px;
}

#modulePage .m2-results-heading h2 {
  max-width: none;
  margin-bottom: 10px;
}

#modulePage .m2-results-heading > p {
  max-width: 90ch;
  margin-bottom: 0;
  font-size: 1.02rem;
}

#modulePage .m2-preview-top > span {
  color: var(--v12-teal);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

#modulePage .m2-preview-frame-wrap {
  min-height: 430px;
  max-height: 570px;
  aspect-ratio: auto;
  overflow: auto;
  background: #f4f8f7;
}

#modulePage .m2-portal-screen {
  min-height: 430px;
  background: #f4f8f7;
  color: var(--v12-navy);
}

#modulePage .m2-portal-bar {
  display: flex;
  gap: 12px 24px;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid var(--v12-line);
  background: rgba(255, 255, 255, 0.96);
}

#modulePage .m2-portal-bar span {
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: lowercase;
}

#modulePage .m2-portal-bar strong {
  color: var(--v12-teal);
  font-size: 0.85rem;
}

#modulePage .m2-portal-body {
  padding: clamp(20px, 3vw, 34px);
}

#modulePage .m2-portal-kicker {
  display: block;
  margin-bottom: 7px;
  color: var(--v12-teal);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

#modulePage .m2-portal-body h3 {
  max-width: none;
  margin-bottom: 8px;
  font-size: clamp(1.6rem, 2.6vw, 2.35rem);
  line-height: 1.08;
}

#modulePage .m2-portal-body > p {
  max-width: 78ch;
  margin-bottom: 18px;
  line-height: 1.5;
}

#modulePage .m2-portal-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

#modulePage .m2-portal-summary div {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid var(--v12-line);
  border-radius: 10px;
  background: var(--v12-white);
}

#modulePage .m2-portal-summary strong {
  color: var(--v12-teal);
  font-size: 1.6rem;
}

#modulePage .m2-portal-summary span {
  font-size: 0.86rem;
  font-weight: 700;
}

#modulePage .m2-portal-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--v12-line);
  border-radius: 10px;
  background: var(--v12-white);
}

#modulePage .m2-portal-table-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.86rem;
  line-height: 1.42;
}

#modulePage .m2-portal-table-wrap th,
#modulePage .m2-portal-table-wrap td {
  padding: 11px 13px;
  border-bottom: 1px solid var(--v12-line);
  text-align: left;
  vertical-align: top;
}

#modulePage .m2-portal-table-wrap thead th {
  background: #e9f4f2;
  color: var(--v12-teal);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#modulePage .m2-portal-table-wrap tbody th {
  width: 34%;
  font-weight: 800;
}

#modulePage .m2-portal-table-wrap tr:last-child th,
#modulePage .m2-portal-table-wrap tr:last-child td {
  border-bottom: 0;
}

#modulePage .m2-preview-watermark {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  width: max-content;
  margin: 0;
  padding: 10px 18px;
  border: 2px solid currentColor;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(6, 26, 44, 0.13);
  font-size: clamp(2rem, 5.6vw, 4.7rem);
  font-weight: 900;
  letter-spacing: 0.09em;
  line-height: 1;
  text-transform: uppercase;
  transform: translate(-50%, -50%) rotate(-17deg);
  pointer-events: none;
}

#modulePage .m2-value-heading p {
  font-size: 1.05rem;
}

#modulePage.m2-module-exposure .m2-value-grid,
#modulePage.m2-module-mental .m2-value-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#modulePage .m2-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: center;
  padding: 22px 18px 30px;
  text-align: center;
}

#modulePage .m2-card h3 {
  margin-bottom: 9px;
  padding-right: 0;
  font-size: 1.08rem;
  line-height: 1.25;
  text-align: center;
}

#modulePage .m2-card p {
  font-size: 1rem;
  line-height: 1.5;
}

#modulePage .m2-card--compact p {
  font-size: 0.91rem;
}

#modulePage .m2-recommended-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 2px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--v12-navy);
  color: var(--v12-white);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#modulePage .m2-order-heading {
  max-width: none;
}

#modulePage .m2-cadence-price {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  white-space: normal;
}

#modulePage .m2-cadence-price strong {
  flex: 0 0 auto;
}

#modulePage .m2-cadence-price span {
  max-width: 18ch;
  padding-bottom: 5px;
}

#modulePage .m2-cadence-savings {
  order: 3;
  margin: 3px 0 3px;
  color: var(--v12-teal);
  font-size: 0.88rem;
  font-weight: 800;
}

#modulePage .m2-cadence-secondary {
  order: 4;
  min-height: 0;
  margin-bottom: 13px;
}

#modulePage .m2-cadence-card .m2-cta {
  order: 6;
  margin-top: auto;
}

#modulePage .m2-cadence-note {
  order: 5;
  margin-bottom: 14px;
}

#modulePage .m2-complete {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
}

#modulePage .m2-complete-kicker {
  margin: -3px 0 12px;
  color: var(--v12-teal);
  font-size: 1.05rem;
  font-weight: 800;
}

#modulePage .m2-complete-media,
#modulePage .m2-complete-media img {
  aspect-ratio: 3 / 2;
}

#modulePage .m2-complete-media img {
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1100px) {
  #modulePage .m2-value-heading h2,
  #modulePage .m2-order-heading h2,
  #modulePage .m2-results-heading h2 {
    max-width: none;
    white-space: nowrap;
  }

  #modulePage.m2-module-exposure .m2-value-heading h2 {
    font-size: clamp(2rem, 2.8vw, 2.75rem);
  }
}

@media (max-width: 1099px) {
  #modulePage .m2-hero-grid,
  #modulePage .m2-complete {
    grid-template-columns: minmax(0, 1fr);
  }

  #modulePage .m2-hero-media {
    max-height: none;
  }
}

@media (max-width: 767px) {
  #modulePage .m2-hero-media {
    max-height: none;
    aspect-ratio: 3 / 2;
  }

  #modulePage .m2-preview-frame-wrap {
    min-height: 420px;
    max-height: 500px;
    aspect-ratio: auto;
  }

  #modulePage .m2-portal-body {
    padding: 18px 14px;
  }

  #modulePage .m2-portal-summary {
    grid-template-columns: minmax(0, 1fr);
  }

  #modulePage .m2-portal-table-wrap table {
    min-width: 620px;
  }

  #modulePage .m2-preview-watermark {
    font-size: clamp(1.65rem, 9vw, 2.6rem);
  }

  #modulePage .m2-value-grid,
  #modulePage.m2-module-mental .m2-value-grid,
  #modulePage.m2-module-exposure .m2-value-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  #modulePage .m2-card {
    min-height: 0;
    padding: 20px 16px 28px;
  }

  #modulePage .m2-cadence-price {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  #modulePage .m2-cadence-price span {
    max-width: none;
    padding-bottom: 0;
  }
}
