/* Erectile Health landing page (Figma 378:9533) */

.eh-page {
  --eh-accent: #f05a00;
  --eh-accent-dark: #c44500;
  --eh-accent-light: #ffd61a;
  --eh-gradient: linear-gradient(100deg, #f05a00 0%, #ffb040 100%);
  --eh-gradient-wide: linear-gradient(to right, #f05a00 15.7%, #ffd61a 267%);
  --eh-border: #edebe7;
  --eh-text: #38312c;
  --eh-muted: #525252;
  background: #fff;
  color: var(--black);
}

.eh-main {
  padding-top: 0;
}

/* Header over hero */

.eh-page .site-header--hero {
  background: transparent;
  border-bottom: none;
  transition: background 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}

.eh-page .site-header--hero.is-scrolled-over-hero {
  background: rgba(10, 10, 10, 0.78);
  border-bottom: 1px solid rgba(247, 246, 243, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.eh-page .site-header--hero.is-scrolled-over-hero .logo__img {
  filter: brightness(0) invert(1);
}

.eh-page .site-header--hero.is-scrolled-over-hero .icon-btn,
.eh-page .site-header--hero.is-scrolled-over-hero .site-nav__list a {
  color: var(--neutral);
}

.eh-page .site-header--hero.is-scrolled-over-hero .nav-toggle__bar {
  background: var(--neutral);
}

.eh-page .site-header--hero .logo__img {
  filter: brightness(0) invert(1);
}

.eh-page .site-header--hero .icon-btn {
  color: var(--neutral);
}

.eh-page .site-header--hero .nav-toggle__bar {
  background: var(--neutral);
}

.eh-page .site-header--hero .site-nav__list a {
  color: var(--neutral);
}

.eh-page .site-header--hero.is-scrolled {
  background: rgba(247, 246, 243, 0.82);
  border-bottom: 1px solid rgba(10, 10, 10, 0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.eh-page .site-header--hero.is-scrolled .logo__img {
  filter: none;
}

.eh-page .site-header--hero.is-scrolled .icon-btn,
.eh-page .site-header--hero.is-scrolled .site-nav__list a {
  color: var(--black);
}

.eh-page .site-header--hero.is-scrolled .nav-toggle__bar {
  background: var(--black);
}

/* Shared typography */

.eh-eyebrow {
  margin: 0;
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--eh-accent);
}

.eh-eyebrow--light {
  color: var(--eh-accent);
}

.eh-eyebrow--on-gradient,
.eh-eyebrow--on-dark {
  color: var(--neutral);
}

.eh-accent-text {
  color: var(--eh-accent);
  font-weight: 500;
}

/* CTA pills */

.eh-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 999px;
  font-family: var(--font-head);
  font-size: 0.94rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.eh-cta:hover {
  transform: translateY(-1px);
}

.eh-cta--light {
  padding: 0.7rem 1.1rem;
  background: var(--neutral);
  color: var(--black);
}

.eh-cta--spread {
  width: 100%;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.875rem;
  padding: 0.6875rem 1.125rem;
}

.eh-cta--outline-light {
  padding: 0.85rem 1.2rem;
  border: 1px solid var(--neutral);
  color: var(--neutral);
}

.eh-cta__text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  line-height: 1.25;
  min-width: 0;
}

.eh-cta__text > span:first-child,
.eh-cta__label {
  white-space: nowrap;
}

.eh-cta__price {
  font-size: 0.55rem;
  opacity: 0.65;
}

.eh-cta__price--dark {
  color: var(--black);
}

.eh-cta__icon {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.eh-cta__icon svg {
  width: 1.1rem;
  height: 1.1rem;
}

.eh-cta__icon--orange {
  background: var(--eh-gradient);
  color: var(--neutral);
}

.eh-cta__icon--dark {
  background: rgba(10, 10, 10, 0.06);
  color: var(--black);
}

.eh-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: var(--eh-gradient);
  flex-shrink: 0;
}

.eh-check::before {
  content: "";
  width: 0.45rem;
  height: 0.25rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) translateY(-1px);
}

/* Hero */

.eh-hero {
  position: relative;
  overflow: hidden;
  color: var(--neutral);
  padding: calc(var(--header-h) + 1.25rem) 0 2.5rem;
}

.eh-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.eh-hero__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eh-hero__bg img:first-child {
  object-position: center top;
}

.eh-hero__bg img:nth-child(2) {
  object-position: center 14%;
}

.eh-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 47%,
    rgba(24, 24, 24, 0.46) 58%,
    rgba(0, 0, 0, 0.6) 82%
  );
}

.eh-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.65rem;
  min-height: 28rem;
  justify-content: flex-end;
}

.eh-hero__title {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(2.5rem, 9vw, 3.125rem);
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.eh-hero__title em {
  font-style: normal;
  font-weight: 500;
}

.eh-hero__lede {
  margin: 0.75rem 0 0;
  max-width: 22rem;
  font-size: 1.05rem;
  line-height: 1.5;
}

.eh-hero__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.eh-hero__trust {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.eh-hero__trust p {
  margin: 0;
  font-size: 0.8rem;
  opacity: 0.9;
}

.eh-avatars {
  display: flex;
  flex-shrink: 0;
}

.eh-avatars__item {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 2px solid var(--neutral);
  border-radius: 50%;
  margin-right: -8px;
  overflow: hidden;
}

.eh-avatars__item:last-child {
  margin-right: 0;
}

.eh-avatars__item--1 { z-index: 4; }
.eh-avatars__item--2 { z-index: 3; }
.eh-avatars__item--3 { z-index: 2; }
.eh-avatars__item--4 { z-index: 1; }

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

.eh-stats {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  padding: 2.5rem 0 0;
  list-style: none;
  color: var(--neutral);
}

.eh-stats li {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}

.eh-stats__value {
  font-family: var(--font-head);
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: 1.28;
  letter-spacing: -0.03em;
  color: var(--neutral);
}

.eh-stats__label {
  font-size: 0.75rem;
  line-height: 1.35;
  color: rgba(247, 246, 243, 0.7);
}

/* Approach */

.eh-approach {
  padding: 3rem 0 2rem;
}

.eh-approach__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}

.eh-approach__visual {
  width: min(100%, 22.0625rem);
  margin-bottom: 0;
}

.eh-approach__visual img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.eh-approach__title {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(2rem, 6vw, 2.5rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
}

.eh-approach__lede {
  margin: 0;
  max-width: 22rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: rgba(10, 10, 10, 0.5);
}

/* Formula black card */

.eh-formula {
  padding: 0 0 2.5rem;
}

.eh-formula__card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  background: var(--black);
  color: var(--neutral);
}

.eh-formula__glow {
  position: absolute;
  top: -7.5rem;
  right: -9rem;
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 214, 26, 0.35) 0%, rgba(255, 214, 26, 0) 70%);
  pointer-events: none;
}

.eh-formula__header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.eh-formula__title {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(2rem, 6vw, 2.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--eh-accent);
}

.eh-formula__title-muted {
  color: var(--neutral);
  font-weight: 400;
}

.eh-formula__lede {
  margin: 0;
  max-width: 18rem;
  font-size: 0.75rem;
  line-height: 1.3;
}

.eh-formula__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.eh-ingredient-card {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1.2rem 1.25rem;
  border-radius: 1rem;
  background: rgba(247, 246, 243, 0.06);
  border: 1px solid rgba(247, 246, 243, 0.15);
  box-shadow: 0 1px 5px rgba(10, 10, 10, 0.1);
}

.eh-ingredient-card__num {
  font-family: var(--font-head);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--eh-accent);
}

.eh-ingredient-card h3 {
  margin: 0;
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
}

.eh-ingredient-card__tag {
  margin: 0;
  font-family: var(--font-head);
  font-size: 0.75rem;
  color: var(--eh-accent);
}

.eh-ingredient-card__desc {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.3;
  color: rgba(247, 246, 243, 0.5);
}

.eh-formula__footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.eh-formula__price {
  margin: 0;
  font-family: var(--font-head);
  line-height: 1;
}

.eh-formula__price-value {
  font-size: 1.75rem;
}

.eh-formula__price-unit {
  font-size: 0.875rem;
}

.eh-formula__includes {
  margin: 0.15rem 0 0;
  font-size: 0.75rem;
  opacity: 0.85;
}

.eh-formula__cta {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--eh-gradient);
  color: var(--neutral);
  flex-shrink: 0;
}

.eh-formula__cta svg {
  width: 1.1rem;
  height: 1.1rem;
}

/* Calculator orange card */

.eh-calculator {
  padding: 0 0 3.5rem;
}

.eh-calculator__card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem 1rem;
  border-radius: 1rem;
  background: var(--eh-gradient-wide);
  color: var(--neutral);
}

.eh-calculator__glow {
  position: absolute;
  top: -7.5rem;
  right: -7.5rem;
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 214, 26, 0.2) 0%, rgba(255, 214, 26, 0) 70%);
  pointer-events: none;
}

.eh-calculator__header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.eh-calculator__title {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(2rem, 6vw, 2.5rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
}

.eh-calculator__title strong {
  font-weight: 500;
}

.eh-calculator__lede {
  margin: 0;
  max-width: 18rem;
  font-size: 0.75rem;
  line-height: 1.3;
  color: rgba(247, 246, 243, 0.7);
}

.eh-calculator__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 2rem;
  border-radius: 1.375rem;
  border: 1px solid rgba(247, 246, 243, 0.12);
  background: rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.eh-calculator__input {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}

.eh-calculator__difficulty-group {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.eh-calculator__slider-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.eh-calculator__label {
  display: block;
  margin: 0;
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(247, 246, 243, 0.7);
  line-height: 1.4;
}

.eh-calculator__score {
  margin: 0;
  font-family: var(--font-head);
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.04em;
}

.eh-calculator__score-max {
  font-size: 1.25rem;
  color: rgba(247, 246, 243, 0.7);
}

.eh-calculator__range-labels {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 0.75rem;
}

.eh-calculator__slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 7px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #f05a00 0%,
    #ffb040 calc(var(--eh-slider-fill, 44%) - 10%),
    #ffd61a var(--eh-slider-fill, 44%),
    rgba(247, 246, 243, 0.55) calc(var(--eh-slider-fill, 44%) + 6%),
    rgba(247, 246, 243, 0.92) 100%
  );
  outline: none;
  cursor: pointer;
}

.eh-calculator__slider:focus-visible {
  outline: 2px solid rgba(247, 246, 243, 0.8);
  outline-offset: 4px;
}

.eh-calculator__slider::-webkit-slider-runnable-track {
  height: 7px;
  border-radius: 999px;
  background: transparent;
}

.eh-calculator__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 1.625rem;
  height: 1.625rem;
  margin-top: -0.55rem;
  border: 0;
  border-radius: 50%;
  background: var(--neutral);
  box-shadow:
    0 0 0 4px rgba(247, 246, 243, 0.18),
    0 0 14px rgba(247, 246, 243, 0.45);
  cursor: pointer;
}

.eh-calculator__slider::-moz-range-track {
  height: 7px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    #f05a00 0%,
    #ffb040 calc(var(--eh-slider-fill, 44%) - 10%),
    #ffd61a var(--eh-slider-fill, 44%),
    rgba(247, 246, 243, 0.55) calc(var(--eh-slider-fill, 44%) + 6%),
    rgba(247, 246, 243, 0.92) 100%
  );
}

.eh-calculator__slider::-moz-range-thumb {
  width: 1.625rem;
  height: 1.625rem;
  border: 0;
  border-radius: 50%;
  background: var(--neutral);
  box-shadow:
    0 0 0 4px rgba(247, 246, 243, 0.18),
    0 0 14px rgba(247, 246, 243, 0.45);
  cursor: pointer;
}

.eh-calculator__result-label {
  margin: 0 0 0.35rem;
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eh-calculator__result-value {
  margin: 0;
  font-family: var(--font-head);
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.eh-calculator__result-max {
  font-weight: 400;
  color: rgba(247, 246, 243, 0.7);
}

.eh-calculator__result-time {
  margin: 0.35rem 0 0;
  font-size: 0.8rem;
  color: rgba(247, 246, 243, 0.7);
}

.eh-calculator__result-time strong {
  color: var(--eh-accent-light);
  font-weight: 600;
}

.eh-expect {
  padding: 2rem 0 2.5rem;
}

.eh-expect .ed-expect__title {
  max-width: 16ch;
}

/* Mechanism */

.eh-mechanism {
  padding: 3.5rem 0 4rem;
}

.eh-mechanism__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.eh-mechanism__hero {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.eh-mechanism__copy {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.eh-mechanism__title {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(2rem, 6vw, 2.5rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
}

.eh-mechanism__lede {
  margin: 0;
  max-width: 22.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--eh-text);
}

.eh-mechanism__visual {
  position: relative;
  width: 100%;
  overflow: hidden;
}

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

.eh-mechanism__visual::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35%;
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}

.eh-mechanism__cards {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 0.5rem;
}

.eh-mechanism-card {
  padding: 1.8rem 1rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1px 5px 1px rgba(10, 10, 10, 0.1);
}

.eh-mechanism-card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.eh-mechanism-card > p {
  margin: 0 0 0.85rem;
  font-size: 0.75rem;
  line-height: 1.3;
  color: var(--eh-muted);
}

.eh-mechanism-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.eh-mechanism-card li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.35rem 0;
  border-bottom: 1px solid var(--eh-border);
  font-size: 0.625rem;
}

/* Pathways mid CTA */

.eh-pathways {
  position: relative;
  overflow: hidden;
  padding: 22.5rem 0 4.5rem;
  color: var(--neutral);
}

.eh-pathways__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.eh-pathways__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eh-pathways__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 47%,
    rgba(24, 24, 24, 0.46) 58%,
    rgba(0, 0, 0, 0.6) 82%
  );
}

.eh-pathways__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  max-width: 19.5rem;
  text-align: left;
}

.eh-pathways__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
}

.eh-pathways__title {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(2rem, 6vw, 2.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}

.eh-pathways__title span {
  display: block;
  font-weight: 400;
}

.eh-pathways__lede {
  margin: 0;
  max-width: 19.5rem;
  font-size: 0.75rem;
  line-height: 1.3;
  opacity: 0.9;
}

/* Trust bar */

.eh-trust-bar {
  padding: 3rem 0 3.5rem;
}

.eh-trust-bar__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.eh-trust-card {
  padding: 1.1rem 1.25rem;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1px 3px rgba(10, 10, 10, 0.1);
}

.eh-trust-card h3 {
  margin: 0.35rem 0 0;
  font-family: var(--font-head);
  font-size: 0.875rem;
  font-weight: 500;
}

.eh-trust-card p {
  margin: 0;
  font-size: 0.75rem;
  color: var(--eh-muted);
}

/* Products */

.eh-products {
  padding: 0 0 2.5rem;
}

.eh-products__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.eh-products__title {
  margin: 0;
  max-width: 14ch;
  font-family: var(--font-head);
  font-size: clamp(2rem, 8vw, 3rem);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: var(--black);
}

.eh-products__lede {
  margin: 0;
  max-width: 34ch;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--eh-text);
}

.eh-products .ed-purchase {
  margin-top: 0.5rem;
}

.eh-products .ed-purchase .ed-products {
  margin-top: 0;
  border: 1px solid var(--eh-border);
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
}

.eh-products .ed-products {
  margin-top: 0;
}

.eh-pricing .ed-purchase {
  position: relative;
  z-index: 1;
}

.eh-pricing__amount--placeholder span:first-child {
  font-size: 4rem;
}

.eh-pricing__cta[aria-disabled="true"] {
  opacity: 0.55;
  pointer-events: none;
  cursor: not-allowed;
}

.eh-pricing__plans {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.eh-pricing__plan-name {
  margin: 0;
  font-family: var(--font-head);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  color: rgba(247, 246, 243, 0.9);
}

/* Pricing */

.eh-pricing {
  padding: 2rem 0 2.5rem;
}

.eh-pricing__card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  background: var(--black);
  color: var(--neutral);
}

.eh-pricing__glow {
  position: absolute;
  top: -7.5rem;
  right: -9rem;
  width: 25rem;
  height: 25rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 214, 26, 0.35) 0%, rgba(255, 214, 26, 0) 70%);
  pointer-events: none;
}

.eh-pricing__header {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.eh-pricing__title {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(2rem, 6vw, 2.5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}

.eh-pricing__title-muted {
  color: var(--neutral);
  font-weight: 400;
}

.eh-pricing__lede {
  margin: 0;
  max-width: 18rem;
  font-size: 0.75rem;
  line-height: 1.3;
}

.eh-pricing__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2.5rem 1.1rem;
  border-radius: 1.5rem;
  background: rgba(247, 246, 243, 0.06);
  border: 1px solid rgba(247, 246, 243, 0.15);
}

.eh-pricing__amount {
  margin: 0;
  font-family: var(--font-head);
  line-height: 1;
}

.eh-pricing__amount span:first-child {
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.eh-pricing__list {
  margin: 0.75rem 0 0;
  padding: 0.5rem 0 0;
  list-style: none;
}

.eh-pricing__list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.25rem 0;
  font-size: 0.875rem;
  color: rgba(247, 246, 243, 0.7);
}

.eh-pricing__list li::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: var(--eh-gradient);
  flex-shrink: 0;
  position: relative;
}

.eh-pricing__list li::after {
  content: none;
}

.eh-pricing__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.25rem;
  padding: 0.55rem 0.55rem 0.55rem 1.4rem;
  border-radius: 999px;
  background: var(--eh-gradient);
  color: #fff;
  text-decoration: none;
  align-self: stretch;
  width: 100%;
  transition: transform 0.15s ease;
  min-height: 3.25rem;
}

.eh-pricing__cta:hover {
  transform: translateY(-1px);
}

.eh-pricing__cta-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  line-height: 1.25;
  font-family: var(--font-head);
  font-size: 0.94rem;
  font-weight: 500;
  min-width: 0;
}

.eh-pricing__cta-text > span:first-child {
  white-space: nowrap;
}

.eh-pricing__cta-text small {
  font-size: 0.7rem;
  opacity: 0.9;
  font-weight: 400;
  white-space: nowrap;
}

.eh-pricing__cta-icon {
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #fff;
  color: var(--black);
  flex-shrink: 0;
}

.eh-pricing__cta-icon svg {
  width: 0.9rem;
  height: 0.9rem;
}

.eh-pricing__note {
  position: relative;
  z-index: 1;
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  color: rgba(247, 246, 243, 0.7);
}

/* Stories */

.eh-stories {
  padding: 2rem 0 2.5rem;
}

.eh-stories__inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.eh-stories__title {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(2rem, 6vw, 2.5rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
}

.eh-stories__lede {
  margin: 0;
  max-width: 22.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--eh-text);
}

.eh-stories__carousel {
  gap: 0.65rem;
  margin-top: 0;
  padding-right: 3rem;
  padding-bottom: 0;
}

.eh-stories .story-slider {
  margin-top: 0.5rem;
}

.eh-stories .story-slider__dot.is-active,
.eh-stories .story-slider__dot.is-active:hover {
  background: var(--eh-accent);
}

.eh-story-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid var(--eh-border);
}

.eh-story-card__media {
  aspect-ratio: 382 / 210;
  background: #ffebee;
  overflow: hidden;
}

.eh-story-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eh-story-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.5rem 1.65rem;
}

.eh-story-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.eh-story-card__badge {
  align-self: flex-start;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background: #fff0ad;
  font-family: var(--font-head);
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--eh-accent);
}

.eh-story-card__badge--treatment {
  background: rgba(240, 90, 0, 0.1);
  color: #c44500;
}

.eh-story-card__body blockquote {
  margin: 0;
  font-family: var(--font-head);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.eh-story-card__body > p {
  margin: 0;
  flex: 1;
  font-size: 0.8rem;
  line-height: 1.5;
  color: var(--eh-text);
}

.eh-story-card__body footer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--eh-border);
}

.eh-story-card__avatar {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 20px;
  background: linear-gradient(135deg, #cb4c00 0%, #f05a00 100%);
  color: var(--neutral);
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
}

.eh-story-card cite {
  display: block;
  font-family: var(--font-head);
  font-size: 0.875rem;
  font-weight: 500;
  font-style: normal;
}

.eh-story-card footer > div span {
  font-size: 0.75rem;
  color: var(--eh-muted);
}

/* FAQ */

.eh-faq {
  padding: 2rem 0 2.5rem;
}

.eh-faq__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.eh-faq__title {
  margin: 0;
  font-family: var(--font-head);
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.eh-faq__intro {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.4;
  color: var(--eh-text);
}

.eh-faq__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.eh-faq__item {
  border-radius: 1rem;
  background: var(--neutral);
  overflow: hidden;
}

.eh-faq__item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  font-family: var(--font-head);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}

.eh-faq__item summary::-webkit-details-marker {
  display: none;
}

.eh-faq__item summary::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--eh-accent);
  flex-shrink: 0;
}

.eh-faq__item[open] summary::after {
  content: "−";
}

.eh-faq__item p {
  margin: 0;
  padding: 0 1.25rem 1.1rem;
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--eh-muted);
}

.eh-faq__more {
  margin: 0;
  font-size: 0.85rem;
  color: var(--eh-muted);
}

.eh-faq__more a {
  color: var(--eh-accent);
  font-weight: 600;
}

/* Final CTA */

.eh-final-cta {
  padding: 0 0 3rem;
}

.eh-final-cta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2.5rem 1.25rem;
  border-radius: 1rem;
  background: var(--eh-gradient-wide);
  color: var(--neutral);
  text-align: center;
}

.eh-final-cta__eyebrow {
  margin: 0;
  font-family: var(--font-head);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eh-final-cta__title {
  margin: 0;
  font-family: var(--font-head);
  font-size: clamp(2rem, 6vw, 2.5rem);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
}

.eh-final-cta__title strong {
  font-weight: 500;
}

.eh-final-cta__lede {
  margin: 0;
  max-width: 22rem;
  font-size: 0.85rem;
  line-height: 1.5;
  opacity: 0.9;
}

.eh-final-cta .eh-cta {
  width: 100%;
  max-width: 22rem;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.875rem;
  padding: 0.6875rem 1.125rem;
}

.eh-final-cta__note {
  margin: 0;
  font-size: 0.75rem;
  opacity: 0.8;
}

/* Desktop */

@media (min-width: 768px) {
  .eh-hero__inner {
    min-height: 32rem;
  }

  .eh-hero__actions {
    justify-content: flex-start;
    gap: 1.25rem;
  }

  .eh-stats {
    max-width: 36rem;
  }

  .eh-formula__lede,
  .eh-calculator__lede {
    max-width: none;
  }

  .eh-formula__grid {
    gap: 0.85rem;
  }

  .eh-pathways {
    padding: 28rem 0 5.5rem;
  }

  .eh-pathways__inner {
    max-width: 19.5rem;
    margin-right: auto;
  }

  .eh-mechanism__hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 2rem;
    align-items: stretch;
  }

  .eh-mechanism__copy {
    gap: 1rem;
  }

  .eh-mechanism__lede {
    max-width: none;
  }

  .eh-mechanism__visual {
    height: 0;
    min-height: 100%;
  }

  .eh-mechanism__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
  }

  .eh-mechanism__visual::after {
    height: 45%;
  }

  .eh-pricing__card {
    padding: 2.5rem 2rem;
  }

  .eh-pricing__lede {
    max-width: none;
  }

  .eh-pricing__plans {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 36rem;
    margin-inline: auto;
  }

  .eh-pricing__plans .eh-pricing__panel {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 1.5rem;
  }

  .eh-pricing__plan-name {
    margin: 0;
  }

  .eh-pricing__amount {
    margin: 0;
  }

  .eh-pricing__list {
    margin: 0;
    padding: 0;
  }

  .eh-pricing__cta {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 0.25rem;
    align-self: stretch;
    min-height: 3.875rem;
    padding: 0.6875rem 1.125rem;
  }

  .eh-pricing__note {
    margin-top: 0;
  }

  .eh-trust-bar__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .eh-calculator {
    padding-bottom: 4.5rem;
  }

  .eh-mechanism {
    padding: 4.5rem 0 5rem;
  }

  .eh-trust-bar {
    padding: 4rem 0 4.5rem;
  }

  .eh-final-cta__inner {
    padding: 3rem 2rem;
  }

  .eh-stories__carousel {
    padding-right: 3rem;
  }

  .story-slider__slide.eh-story-card {
    flex: 0 0 min(18.75rem, 42%);
  }

  .eh-story-card__media {
    aspect-ratio: 382 / 210;
    min-height: auto;
  }

  .eh-story-card__media img {
    min-height: auto;
  }

  .eh-story-card__body {
    justify-content: flex-start;
    padding: 1.5rem 1.65rem;
  }
}

@media (min-width: 1100px) {
  .eh-pricing__plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    margin-inline: 0;
  }
}

@media (min-width: 900px) {
  .eh-formula__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .eh-mechanism__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
  }
}

/* Paragraph line-height +20% on ED page */

.eh-page .eh-hero__lede { line-height: 1.8; }
.eh-page .eh-hero__trust p { line-height: 1.92; }
.eh-page .eh-eyebrow { line-height: 1.92; }
.eh-page .eh-approach__lede { line-height: 1.8; }
.eh-page .eh-formula__lede { line-height: 1.56; }
.eh-page .eh-ingredient-card__tag { line-height: 1.92; }
.eh-page .eh-ingredient-card__desc { line-height: 1.56; }
.eh-page .eh-formula__price { line-height: 1.2; }
.eh-page .eh-formula__includes { line-height: 1.92; }
.eh-page .eh-calculator__lede { line-height: 1.56; }
.eh-page .eh-calculator__score { line-height: 1.2; }
.eh-page .eh-calculator__result-label { line-height: 1.92; }
.eh-page .eh-calculator__result-value { line-height: 1.2; }
.eh-page .eh-calculator__result-time { line-height: 1.92; }
.eh-page .eh-mechanism__lede { line-height: 1.8; }
.eh-page .eh-mechanism-card > p { line-height: 1.56; }
.eh-page .eh-pathways__lede { line-height: 1.56; }
.eh-page .eh-trust-card p { line-height: 1.92; }
.eh-page .eh-pricing__lede { line-height: 1.56; }
.eh-page .eh-pricing__amount { line-height: 1.2; }
.eh-page .eh-pricing__note { line-height: 1.92; }
.eh-page .eh-stories__lede { line-height: 1.8; }
.eh-page .eh-story-card__body > p { line-height: 1.8; }
.eh-page .eh-faq__intro { line-height: 1.68; }
.eh-page .eh-faq__item p { line-height: 1.86; }
.eh-page .eh-faq__more { line-height: 1.92; }
.eh-page .eh-final-cta__eyebrow { line-height: 1.92; }
.eh-page .eh-final-cta__lede { line-height: 1.8; }
.eh-page .eh-final-cta__note { line-height: 1.92; }
.eh-page .site-footer__tagline { line-height: 1.44; }
.eh-page .site-footer__lede { line-height: 1.44; }
.eh-page .site-footer__form-msg { line-height: 1.92; }
.eh-page .site-footer__copyright { line-height: 1.44; }
.eh-page .site-footer__disclaimer { line-height: 1.44; }

.eh-page .container {
  width: min(1120px, calc(100% - 3rem));
}

.eh-doctor-note {
  padding: 0 0 2rem;
}

.eh-doctor-note .doctor-note {
  margin-top: 0;
}
