/* EHOP V11.2 module pages only. The shared landing styles remain untouched. */

#modulePage,
#modulePage *,
#modulePage *::before,
#modulePage *::after {
  box-sizing: border-box;
}

#modulePage {
  --m2-navy: #061a2c;
  --m2-teal: #08736e;
  --m2-aqua: #64eee3;
  --m2-paper: #fbfaf6;
  --m2-teal-soft: #e8f6f3;
  --m2-white: #ffffff;
  color: #061a2c;
  background: #ffffff;
  overflow-x: clip;
}

#modulePage img,
#modulePage picture {
  display: block;
  max-width: 100%;
}

#modulePage img {
  height: auto;
}

#modulePage h1,
#modulePage h2,
#modulePage h3 {
  margin-top: 0;
  color: #061a2c;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

#modulePage p {
  margin-top: 0;
}

#modulePage a {
  color: inherit;
}

#modulePage .m2-wrap {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

#modulePage .m2-error {
  min-height: 50vh;
  padding-block: clamp(52px, 8vw, 96px);
  background: #fbfaf6;
}

#modulePage .m2-error h1 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1.05;
}

#modulePage .m2-error a {
  color: #061a2c;
  font-weight: 800;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

#modulePage .m2-hero {
  padding-block: clamp(28px, 5vw, 72px);
  background: #fbfaf6;
}

#modulePage .m2-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

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

#modulePage .m2-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  margin: 0 0 18px;
  color: #08736e;
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.4;
}

#modulePage .m2-breadcrumb a {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

#modulePage .m2-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: #08736e;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

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

#modulePage .m2-hero-copy h1 {
  max-width: 18ch;
  margin-bottom: 16px;
  font-size: clamp(2.35rem, 5.4vw, 4.9rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

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

#modulePage .m2-hero-promise {
  max-width: 52ch;
  margin-bottom: 20px;
  color: #061a2c;
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  line-height: 1.5;
}

#modulePage .m2-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  align-items: flex-end;
  margin-bottom: 18px;
}

#modulePage .m2-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin: 0;
}

#modulePage .m2-price small {
  color: #061a2c;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.35;
  text-transform: uppercase;
}

#modulePage .m2-price strong {
  display: inline-block;
  color: #08736e;
  font-size: clamp(3.25rem, 7vw, 5.75rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.98;
  white-space: nowrap;
}

#modulePage .m2-count {
  margin: 0 0 7px;
  color: #061a2c;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.45;
}

#modulePage .m2-count strong {
  color: #08736e;
}

#modulePage .m2-cta {
  display: inline-flex;
  min-height: 50px;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 2px solid #061a2c;
  border-radius: 10px;
  background: #061a2c;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease;
}

#modulePage .m2-cta:hover {
  border-color: #0b4f58;
  background: #0b4f58;
  color: #ffffff;
}

#modulePage .m2-quiz {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin-top: 12px;
  color: #061a2c;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

#modulePage .m2-hero-media {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #e8f6f3;
}

#modulePage .m2-hero-media::after {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  border: 10px solid #64eee3;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

#modulePage .m2-hero-media img {
  width: 100%;
  height: 100%;
}

#modulePage .m2-hero-media img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

#modulePage .m2-how {
  padding-block: clamp(52px, 7vw, 92px);
  background: #ffffff;
}

#modulePage .m2-how h2 {
  max-width: 18ch;
  margin-bottom: 28px;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

#modulePage .m2-how-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#modulePage .m2-step {
  min-width: 0;
  padding: 24px;
  border-top: 4px solid #08736e;
  border-radius: 0 0 14px 14px;
  background: #e8f6f3;
}

#modulePage .m2-step-number {
  display: block;
  margin-bottom: 18px;
  color: #08736e;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1;
}

#modulePage .m2-step h3 {
  margin-bottom: 8px;
  font-size: 1.15rem;
  line-height: 1.25;
}

#modulePage .m2-step p {
  margin-bottom: 0;
  color: #061a2c;
  line-height: 1.55;
}

#modulePage .m2-share {
  max-width: 72ch;
  margin: 22px 0 0;
  color: #061a2c;
  font-weight: 700;
  line-height: 1.5;
}

#modulePage .m2-value {
  padding-block: clamp(52px, 7vw, 96px);
  background: #fbfaf6;
}

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

#modulePage .m2-value-heading h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4.4vw, 3.75rem);
  line-height: 1.06;
  letter-spacing: -0.038em;
}

#modulePage .m2-value-heading p {
  max-width: 68ch;
  margin-bottom: 0;
  color: #061a2c;
  line-height: 1.6;
}

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

#modulePage .m2-card {
  position: relative;
  min-width: 0;
  padding: 24px 20px 22px;
  border: 1px solid #08736e;
  border-radius: 14px;
  background: #ffffff;
}

#modulePage .m2-card::before {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #64eee3;
  content: "";
}

#modulePage .m2-card-number {
  display: block;
  margin-bottom: 28px;
  color: #08736e;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
}

#modulePage .m2-card h3 {
  margin-bottom: 9px;
  font-size: 1.06rem;
  line-height: 1.3;
}

#modulePage .m2-card p {
  margin-bottom: 0;
  color: #061a2c;
  font-size: 0.94rem;
  line-height: 1.5;
}

#modulePage .m2-value-anchor {
  margin: 22px 0 0;
  padding: 18px 22px;
  border-radius: 12px;
  background: #061a2c;
  color: #ffffff;
  font-size: clamp(1rem, 2vw, 1.18rem);
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

#modulePage .m2-problems {
  padding-block: clamp(52px, 7vw, 92px);
  background: #061a2c;
  color: #ffffff;
}

#modulePage .m2-problems-grid {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

#modulePage .m2-problems-grid h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

#modulePage .m2-problems .m2-eyebrow {
  color: #ffffff;
}

#modulePage .m2-problem-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#modulePage .m2-problem-list li {
  position: relative;
  min-width: 0;
  padding: 18px 18px 18px 48px;
  border-radius: 12px;
  background: #e8f6f3;
  color: #061a2c;
  font-weight: 700;
  line-height: 1.5;
}

#modulePage .m2-problem-list li::before {
  position: absolute;
  top: 22px;
  left: 20px;
  width: 11px;
  height: 11px;
  border: 3px solid #08736e;
  border-radius: 50%;
  background: #64eee3;
  content: "";
}

#modulePage .m2-order {
  padding-block: clamp(52px, 7vw, 96px) 36px;
  background: #fbfaf6;
}

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

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

#modulePage .m2-order-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

#modulePage .m2-order-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid #08736e;
  border-radius: 18px;
  background: #ffffff;
}

#modulePage .m2-order-card h2,
#modulePage .m2-order-card h3 {
  margin-bottom: 12px;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
}

#modulePage .m2-order-label {
  display: block;
  margin-bottom: 10px;
  color: #08736e;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

#modulePage .m2-order-price {
  margin: 0 0 14px;
}

#modulePage .m2-order-price small {
  display: block;
  margin-bottom: 4px;
  color: #061a2c;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.35;
  text-transform: uppercase;
}

#modulePage .m2-order-price strong {
  display: block;
  margin-bottom: 14px;
  color: #08736e;
  font-size: clamp(2.7rem, 5vw, 4.6rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  white-space: nowrap;
}

#modulePage .m2-order-card p {
  margin-bottom: 20px;
  color: #061a2c;
  line-height: 1.55;
}

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

#modulePage .m2-order-card.m2-order-complete {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(170px, 0.72fr);
  gap: 24px;
  align-items: stretch;
  background: #e8f6f3;
}

#modulePage .m2-order-complete-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}

#modulePage .m2-order-complete-copy .m2-cta {
  margin-top: auto;
}

#modulePage .m2-order-media {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
}

#modulePage .m2-order-media img {
  width: 100%;
}

#modulePage .m2-order-media img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

@media (min-width: 768px) {
  #modulePage .m2-order-media,
  #modulePage .m2-order-media img {
    height: 100%;
  }

  #modulePage .m2-order-media img {
    aspect-ratio: auto;
    object-position: center;
  }
}

#modulePage .m2-return {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 26px auto 0;
  color: #061a2c;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

#modulePage .m2-disclaimer {
  max-width: 920px;
  margin: 34px auto 0;
  padding-top: 22px;
  border-top: 1px solid #08736e;
  color: #061a2c;
  font-size: 0.84rem;
  line-height: 1.6;
  text-align: center;
}

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

#modulePage :focus-visible {
  outline: 3px solid #061a2c;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px rgba(100,238,227,.55) !important;
}

@media (max-width: 980px) {
  #modulePage .m2-hero-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
    gap: 30px;
  }

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

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

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

  #modulePage .m2-hero {
    padding-block: 20px 28px;
  }

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

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

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

  #modulePage .m2-hero-media img {
    aspect-ratio: 16 / 7;
  }

  #modulePage .m2-hero-media::after {
    right: 12px;
    bottom: 12px;
    width: 28px;
    height: 28px;
    border-width: 7px;
  }

  #modulePage .m2-breadcrumb {
    margin-bottom: 10px;
    font-size: 0.78rem;
  }

  #modulePage .m2-hero-copy h1 {
    max-width: none;
    margin-bottom: 10px;
    font-size: clamp(2rem, 10.8vw, 3rem);
    line-height: 1;
  }

  #modulePage.m2-module-exposure .m2-hero-copy h1 {
    font-size: clamp(1.85rem, 10.2vw, 2.5rem);
  }

  #modulePage .m2-hero-promise {
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.4;
  }

  #modulePage .m2-hero-meta {
    display: block;
    margin-bottom: 14px;
  }

  #modulePage .m2-price small {
    font-size: 0.76rem;
  }

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

  #modulePage .m2-count {
    margin: 7px 0 0;
    font-size: 0.9rem;
  }

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

  #modulePage .m2-quiz {
    margin-inline: auto;
    margin-top: 9px;
    font-size: 0.88rem;
  }

  #modulePage .m2-how,
  #modulePage .m2-value,
  #modulePage .m2-problems {
    padding-block: 52px;
  }

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

  #modulePage .m2-step {
    padding: 20px;
  }

  #modulePage .m2-step-number {
    margin-bottom: 12px;
  }

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

  #modulePage .m2-order {
    padding-block: 52px 28px;
  }

  #modulePage .m2-order-card {
    padding: 24px 20px;
  }

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

  #modulePage .m2-order-media {
    margin-top: 22px;
  }

  #modulePage .m2-sticky {
    position: fixed;
    z-index: 60;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-height: 70px;
    padding: 9px 16px calc(9px + env(safe-area-inset-bottom));
    border-top: 4px solid #64eee3;
    background: #061a2c;
    color: #ffffff;
    text-decoration: none;
  }

  #modulePage .m2-sticky:hover {
    background: #0b4f58;
    color: #ffffff;
  }

  #modulePage .m2-sticky span {
    display: block;
    overflow: hidden;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #modulePage .m2-sticky strong {
    display: block;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.15;
    white-space: nowrap;
  }

}

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

  #modulePage .m2-card {
    padding: 20px 18px;
  }

  #modulePage .m2-card-number {
    margin-bottom: 18px;
  }
}

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

  #modulePage .m2-hero-copy h1 {
    font-size: clamp(1.85rem, 10.2vw, 2.5rem);
  }

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

}

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

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