:root {
  --bg: #fcfcf8;
  --surface: #ffffff;
  --surface-soft: #eff5fa;
  --text: #221e1b;
  --muted: #5f6368;
  --line: #d7e0e7;
  --primary: #0166ac;
  --primary-dark: #084c7b;
  --primary-deep: #0b3a63;
  --accent: #e89239;
  --accent-dark: #cf7822;
  --success: #00a33d;
  --shadow: 0 20px 60px rgba(10, 48, 87, 0.14);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --container: min(1740px, calc(100vw - 40px));
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(180deg, #ffffff 0%, #f4f7f8 100%);
  color: var(--text);
  font-family: "Red Hat Text", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -56px;
  z-index: 100;
  padding: 12px 16px;
  border-radius: 12px;
  background: #ffffff;
  color: var(--primary-deep);
  box-shadow: var(--shadow);
  transition: top 140ms ease;
}

.skip-link:focus {
  top: 16px;
}

button,
input,
textarea,
select {
  font: inherit;
}

.section-shell {
  width: var(--container);
  margin: 0 auto;
}

.deferred-section {
  content-visibility: auto;
  contain-intrinsic-size: 900px;
}

.promo-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  min-height: 52px;
  padding: 10px 20px;
  background: linear-gradient(90deg, #0a1b28 0%, #111a26 100%);
  color: #cee8ff;
  position: sticky;
  top: 0;
  z-index: 40;
}

.promo-bar__copy {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

.promo-bar__eyebrow {
  color: #ffffff;
}

.promo-timer {
  display: flex;
  gap: 10px;
  align-items: center;
}

.promo-timer__unit {
  min-width: 56px;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  text-align: center;
}

.promo-timer__unit span {
  display: block;
  color: #f0f0e4;
  font-family: "Lora", serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

.promo-timer__unit small {
  display: block;
  margin-top: 4px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sticky-cta {
  position: fixed;
  top: 68px;
  left: 0;
  right: 0;
  z-index: 35;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-14px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sticky-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sticky-cta__inner {
  width: min(1200px, calc(100vw - 32px));
  margin: 0 auto;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(1, 102, 172, 0.12);
  box-shadow: 0 16px 34px rgba(6, 47, 88, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.sticky-cta__brand {
  margin: 0 0 2px;
  color: var(--primary);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.sticky-cta__text {
  margin: 0;
  font-size: 0.95rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 0;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: transform 140ms ease, background-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}

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

.button--primary {
  background: var(--accent);
  color: #111111;
  box-shadow: 0 10px 24px rgba(232, 146, 57, 0.25);
}

.button--primary:hover {
  background: var(--accent-dark);
}

.button--ghost {
  background: #ffffff;
  color: var(--primary-deep);
}

.button--full {
  width: 100%;
}

.hero.section-shell {
  width: 100%;
  max-width: none;
  margin: 0;
}

.hero {
  padding: 30px 0 80px;
  background: linear-gradient(180deg, #fefefe 32%, #bcd4eb 100%);
}

.hero__content {
  width: min(1736px, calc(100vw - 96px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 48.214%) minmax(0, 50.288%);
  justify-content: space-between;
  gap: 26px;
  align-items: start;
}

.hero__left {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 837px;
  min-width: 0;
  padding-top: 0;
}

#top > div > div.hero__left > p {
  padding-top: 16px;
  padding-bottom: 0;
}

.hero__badge {
  align-self: flex-start;
  margin-bottom: 20px;
  padding: 8px 17px 9px;
  border: 1px solid rgba(31, 25, 21, 0.32);
  border-radius: 24px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 15.96px;
  text-transform: uppercase;
}

.hero__title,
.section-heading h2 {
  margin: 0;
  font-family: "Lora", serif;
  max-width: 654px;
  font-size: clamp(2.8rem, 3vw, 45px);
  line-height: 1;
  letter-spacing: -2px;
  font-weight: 400;
}

.hero__title span,
.section-heading h2 span {
  color: var(--primary);
  font-weight: 600;
}

.hero__title {
  margin-bottom: 20px;
}

.hero__title span {
  font-size: clamp(3rem, 3.2vw, 49.6px);
}

.hero__price-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.hero__price-label {
  margin: 0;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
}

.hero__price {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  margin: 0;
  font-family: "Red Hat Text", sans-serif;
  font-weight: 700;
}

.hero__price strong {
  font-size: 50px;
  line-height: 40px;
}

.hero__price span {
  font-size: 32px;
  line-height: 32px;
}

.hero__trust-strip {
  width: min(212.75px, 100%);
  margin: 0 0 24px;
  border-radius: 10px;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.hero__actions .button--primary {
  min-height: 51px;
  padding: 12px 20px;
  border-radius: 38px;
  box-shadow: none;
}

.hero__rating {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero__rating strong {
  font-family: "Lora", serif;
  font-size: 47.8px;
  font-weight: 400;
  letter-spacing: -2px;
  line-height: 48px;
}

.hero__rating div {
  display: flex;
  flex-direction: column;
  gap: 7.99px;
}

.hero__rating img {
  width: 120px;
}

.hero__rating span {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.25px;
  line-height: 24px;
}

.hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}

.info-card {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 16px;
  min-height: 170px;
  padding: 18px 18px 20px;
  background: #ffffff;
  border-radius: var(--radius-md);
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
}

.info-card--dark {
  background: #0d1217;
  color: #ffffff;
}

.info-card img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  border-radius: 12px;
}

.info-card h3,
.plan-card__body h3,
.science-card h3 {
  margin: 0 0 8px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.35rem;
  line-height: 1.15;
}

.info-card p,
.plan-card__body p,
.science-card p,
.review-card p,
.faq-item__content p,
.footer__disclaimer,
.feature-list,
.section-heading p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.info-card--dark p {
  color: rgba(255, 255, 255, 0.8);
}

.hero__right {
  display: flex;
  justify-content: flex-end;
  justify-self: end;
  align-self: start;
  width: 100%;
  max-width: 873px;
  min-width: 0;
  min-height: 777px;
  overflow: visible;
}

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 880px;
  aspect-ratio: 880 / 939.511;
  min-height: 0;
  margin: 0;
  border-radius: 14.667px;
  background: #258fe0;
  overflow: hidden;
  box-shadow: none;
}

.hero-visual__background {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 78%, rgba(122, 197, 250, 0.28), transparent 19%),
    radial-gradient(circle at 74% 76%, rgba(122, 197, 250, 0.24), transparent 21%),
    radial-gradient(circle at 19% 20%, rgba(255, 255, 255, 0.1), transparent 20%),
    linear-gradient(180deg, #1577bc 0%, #49a5ef 100%);
}

.hero-visual__art {
  position: absolute;
  left: 17.955%;
  top: 16.817%;
  width: 67.614%;
  height: 79.509%;
  overflow: visible;
}

.hero-visual__art img {
  position: absolute;
  left: 0.08%;
  top: 0;
  width: 130.26%;
  height: 100%;
  display: block;
  max-width: none;
  object-fit: contain;
  object-position: left top;
}

.promo-bar {
  display: grid;
  grid-template-columns: 215px 1fr 215px;
  align-items: center;
  min-height: 48px;
  padding: 0 32px;
  gap: 0;
  background: #000000;
  color: #cee8ff;
}

.promo-bar__spacer {
  width: 215px;
  height: 1px;
}

.promo-bar__copy {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 22.4px;
  white-space: nowrap;
}

.promo-bar__eyebrow,
.promo-bar__strong {
  font-weight: 700;
}

.promo-bar__soft {
  font-weight: 400;
}

.promo-timer {
  justify-self: end;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  width: 215px;
}

.promo-timer__unit {
  min-width: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.promo-timer__unit span {
  color: #f0f0e4;
  font-family: "Red Hat Text", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.4px;
}

.promo-timer__unit small {
  margin-top: 2px;
  color: #f0f0e4;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 21px;
}

.site-header {
  position: relative;
  z-index: 35;
  backdrop-filter: blur(2.5px);
  background: rgba(255, 255, 255, 0.5);
}

.site-header__inner {
  width: min(1736px, calc(100vw - 96px));
  min-height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#stickyCta > div > a.site-header__brand {
  display: block;
  position: relative;
  width: 99px;
  height: 24px;
  text-decoration: none;
}

#stickyCta > div > a.site-header__brand img {
  position: absolute;
  display: block;
  filter: brightness(0);
}

#stickyCta > div > a.site-header__brand img:nth-child(1) { left: 0; top: 2px; }
#stickyCta > div > a.site-header__brand img:nth-child(2) { left: 14px; top: 7px; }
#stickyCta > div > a.site-header__brand img:nth-child(3) { left: 31px; top: 0; }
#stickyCta > div > a.site-header__brand img:nth-child(4) { left: 29px; top: 7px; }
#stickyCta > div > a.site-header__brand img:nth-child(5) { left: 37px; top: 7px; }
#stickyCta > div > a.site-header__brand img:nth-child(6) { left: 70px; top: 7px; }
#stickyCta > div > a.site-header__brand img:nth-child(7) { left: 83px; top: 7px; }

.site-header__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 99px;
  height: 40px;
  padding: 0 15px;
  border-radius: 20px;
  background: #221e1b;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.plans {
  padding: 39px 0 100px;
  background: #eff5fa;
  border-radius: 0;
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}

.section-heading--left {
  align-items: flex-start;
  text-align: left;
}

.section-heading--light h2,
.section-heading--light p {
  color: #f6fbff;
}

.section-heading p {
  max-width: 860px;
  font-size: 1.05rem;
}

.plans__inner {
  width: min(1525px, calc(100vw - 40px));
  margin: 0 auto;
}

.section-heading--plans {
  gap: 0;
  width: min(1525px, 100%);
  margin: 0 auto;
}

.section-heading--plans h2 {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  font-family: "Lora", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
  white-space: nowrap;
}

.section-heading--plans p {
  margin-top: 1px;
  max-width: none;
  font-size: 18px;
  line-height: 30px;
  color: #221e1b;
  white-space: nowrap;
}

.plans__cards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.plan-card {
  display: flex;
  align-items: stretch;
  gap: 10px;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.1);
}

.plan-card--left {
  width: 723px;
}

.plan-card--right {
  width: 761px;
}

.plan-card__media {
  flex: none;
  width: 384px;
  height: 384px;
  border-radius: 19px;
  overflow: hidden;
}

.plan-card--right .plan-card__media {
  width: 388px;
}

.plan-card__media--blue {
  background: linear-gradient(180deg, #095e99 0%, #154c7b 100%);
}

.plan-card__media--mint {
  background: linear-gradient(180deg, #d5f0e4 0%, #dceae5 100%);
}

.plan-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plan-card__body {
  width: 329px;
  height: 384px;
  padding: 32px 12px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.plan-card__body--wide {
  padding-left: 32px;
  padding-right: 32px;
}

.plan-card__copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.plan-card__list,
.feature-list {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plan-card__list li,
.feature-list li {
  position: relative;
  padding-left: 16.94px;
  color: var(--muted);
  font-size: 13px;
   font-weight: 300;
  line-height: 24px;
}

.plan-card__list li::before,
.feature-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 24px;
}

.plan-card__list li::before {
  top: 12px;
  width: 4.707px;
  transform: translateY(-50%);
}

.plan-card__body .plan-card__note {
  font-size: 13px;
   font-weight: 400;
  line-height: 24px;
  color: #221e1b;
}

.plan-card__pill {
  align-self: flex-start;
  padding: 4px 8px;
  border: 1px solid var(--success);
  border-radius: 999px;
  color: var(--success);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.plan-card__button {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(300px, 100%);
  max-width: 300px;
  min-height: 40px;
  border-radius: 100px;
  background: #e89239;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.plan-card__body {
  box-sizing: border-box;
}

.plan-card__body--wide {
  width: 363px;
}

.plan-card__copy {
  align-items: flex-start;
  gap: 6px;
  width: 100%;
}

.plan-card__body h3 {
  margin: 0;
  color: #0166ac;
  font-family: "Red Hat Text", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.plan-card__list {
  width: min(258px, 100%);
  padding: 10px 0 5px;
}

.plan-card__list li::before {
  content: "\2022";
}

.plan-card__note {
  margin: 0;
}

.plan-card__note + .plan-card__pill {
  margin-top: -1px;
}

.plan-card--left .plan-card__body {
  position: relative;
  padding: 0;
  justify-content: flex-start;
}

.plan-card--left .plan-card__copy {
  min-height: 291px;
  padding: 32px 12px 26px;
  border: 1px solid #f5f8f9;
  border-radius: 20px;
  box-sizing: border-box;
}

.plan-card--left .plan-card__body h3 {
  width: 286px;
  white-space: nowrap;
}

.plan-card--left .plan-card__button {
  position: absolute;
  left: 6px;
  bottom: 33px;
}

.plan-card--right .plan-card__body--wide {
  padding: 0 16px 14px;
}

.plan-card--right .plan-card__copy {
  padding: 32px 10px 0;
}

.plan-card--right .plan-card__body h3 {
  width: 218px;
  white-space: nowrap;
}

.feature-matrix {
  width: min(733px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15.27px 19.29px;
}

.feature-card {
  width: 100%;
  border-radius: 4.822px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8.037px 12.056px -2.411px rgba(0, 0, 0, 0.1), 0 3.215px 4.822px -3.215px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.feature-card--tall {
  min-height: 186.465px;
}

.feature-card__included {
  height: 16.075px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.215px;
  background: #0166ac;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 12.056px;
}

.feature-card__included img {
  width: 9.645px;
  height: 9.645px;
}

.feature-card__body {
  display: grid;
  align-items: center;
  flex: 1;
}

.feature-card__body--dark {
  grid-template-columns: 100px 1fr;
  min-height: 137.438px;
  padding-right: 12.86px;
  background: #000000;
}

.feature-card__body--light {
  grid-template-columns: 100px 1fr;
  min-height: 122.166px;
  padding-right: 12.86px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(43, 69, 197, 0.05) 100%);
}

.feature-card--tall .feature-card__body--light {
  min-height: 170.39px;
}

.feature-card__art {
  justify-self: center;
  margin-right: 16px;
  margin-left: 16px;
}

.feature-card__art--bottle {
  width: 86px;
  height: 86px;
  border-radius: 6.817px;
}

.feature-card__art--doctor {
  width: 100px;
  height: 122px;
  object-fit: cover;
}

.feature-card__art--truck {
  width: 95px;
  height: 116px;
  object-fit: contain;
}

.feature-card__art--badge {
  position: relative;
  width: 102.877px;
  height: 102.877px;
  overflow: hidden;
}

.feature-card__badge-piece,
.feature-card__badge-logo,
.feature-card__badge-logo-piece {
  position: absolute;
}

.feature-card__badge-piece img,
.feature-card__badge-logo-piece img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-card__badge-logo {
  overflow: hidden;
}

.feature-card__content {
  display: flex;
  flex-direction: column;
  gap: 6.43px;
  padding: 12.86px 12.86px 12.86px 0;
}

.feature-card__content h3,
.feature-card__heading-row-title {
  margin: 0;
  color: #0166ac;
  font-family: "Red Hat Text", sans-serif;
  font-size: 17.682px;
  font-weight: 500;
  line-height: 25.719px;
  letter-spacing: -0.1929px;
}

.feature-card__body--dark .feature-card__content h3 {
  color: #ffffff;
}

.feature-card__heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.feature-card__price-off {
  margin: 0;
  color: #000000;
  font-family: "Helvetica Neue", "Red Hat Text", sans-serif;
  font-size: 14.467px;
  font-weight: 500;
  line-height: 19.289px;
  letter-spacing: -0.1447px;
  white-space: nowrap;
}

.feature-card__price-off span {
  color: #b23c73;
  text-decoration: line-through;
}

.feature-card__line {
  display: flex;
  align-items: flex-start;
  gap: 9.645px;
}

.feature-card__line img {
  flex: none;
  width: 12.86px;
  height: 12.86px;
  margin-top: 2px;
}

.feature-card__line p {
  margin: 0;
  color: #374151;
  font-family: "Inter", "Red Hat Text", sans-serif;
  font-size: 11.252px;
  font-weight: 400;
  line-height: 16.075px;
}

.feature-card__line--light p {
  color: #ffffff;
}

.feature-card__line--top {
  margin-top: 2px;
}

.feature-card__line strong {
  color: #000000;
  font-family: "Red Hat Text", sans-serif;
  font-weight: 600;
  letter-spacing: -0.2009px;
}

.feature-note {
  margin: 0;
  padding: 0 0 32px;
  color: #031a30;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}

.logo-wall {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.logo-wall__row {
  display: flex;
  align-items: center;
  gap: 31.776px;
  flex-wrap: wrap;
}

.logo-wall__row--bottom {
  gap: 32px;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.dots__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(1, 102, 172, 0.2);
}

.dots__dot--active {
  background: var(--primary);
}

.performance {
  padding: 40px 0;
  background: #ffffff;
}

.performance__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 858px));
  grid-template-areas:
    "visual intro"
    "visual content";
  gap: 20px;
  align-items: start;
}

.performance__visual {
  grid-area: visual;
  width: 100%; max-width: 858px;
}

.performance__visual-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 858 / 860;
  border-radius: 20px;
  overflow: hidden;
}

.performance__background {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  overflow: hidden;
}

.performance__background-shade {
  position: absolute;
  inset: 0;
  background: rgba(31, 25, 21, 0.16);
  z-index: 1;
}

.performance__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.performance__group-290 {
  position: absolute;
  left: 2.447%;
  top: 50%;
  z-index: 2;
  width: 61.189%;
  height: 46.83%;
  overflow: visible;
  pointer-events: none;
}

.performance__group-290 image:last-of-type {
  filter: drop-shadow(0 3.312px 19.874px rgba(0, 0, 0, 0.25));
}

.performance__content {
  grid-area: content;
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: 100%; max-width: 858px;
}

.performance__intro {
  grid-area: intro;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 858px;
}

.performance__title {
  margin: 0;
  color: #221e1b;
  font-family: "Lora", serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
}

.performance__title span {
  display: block;
  color: #1d6ead;
}

.performance__summary {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%; max-width: 648px;
}

.performance__summary p {
  flex: 1 1 auto;
  margin: 0;
  color: #221e1b;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.performance__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  height: 60px;
  padding: 20px 40px;
  border-radius: 50px;
  background: #e89239;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

.performance__cta--mobile {
  display: none;
}

.performance-stat {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: center;
  min-height: 168px;
  padding: 32px 60px;
  border-radius: 16px;
}

.performance-stat--light {
  background: #dbe9f6;
}

.performance-stat--blue {
  background: #1d6ead;
}

.performance-stat--dark {
  background: #000000;
}

.performance-stat__metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.performance-stat__metric strong {
  display: block;
  margin: 0;
  font-family: "Red Hat Text", sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -0.54px;
}

.performance-stat__metric span {
  display: block;
  margin-top: 4px;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.performance-stat--light .performance-stat__metric strong,
.performance-stat--light .performance-stat__metric span,
.performance-stat--light p {
  color: #0166ac;
}

.performance-stat--blue .performance-stat__metric strong,
.performance-stat--blue .performance-stat__metric span,
.performance-stat--blue p,
.performance-stat--dark .performance-stat__metric strong,
.performance-stat--dark .performance-stat__metric span,
.performance-stat--dark p {
  color: #fefefe;
}

.performance-stat p {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
}

.performance__fineprint {
  margin: 0;
  color: #7d8fa0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.stories.section-shell {
  width: 100%;
  margin: 0;
  padding: 40px 0;
  background: #eff5fa;
  overflow: hidden;
}

.stories__heading {
  width: min(1740px, calc(100vw - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(0, 1.6fr) minmax(180px, 0.7fr);
  align-items: center;
}

.stories__eyebrow,
.stories__heading-spacer {
  justify-self: center;
}

.stories__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 17px 9px;
  border: 1px solid rgba(31, 25, 21, 0.32);
  border-radius: 24px;
  color: #0166ac;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 15.96px;
  text-transform: uppercase;
}

.stories__title {
  margin: 0;
  max-width: none;
  justify-self: center;
  text-align: center;
  font-family: "Lora", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  color: #221e1b;
  white-space: nowrap;
}

.stories__title span {
  color: #0166ac;
}

.stories__results-shell {
  --stories-result-card-width: 300px;
  width: 100%;
  margin-top: 40px;
}

.stories__results-viewport {
  width: min(1740px, calc(100vw - 40px));
  margin: 0 auto;
  overflow: hidden;
  background: #f5f8f9;
}

.stories__results-viewport:focus-visible {
  outline: 2px solid #0166ac;
  outline-offset: 4px;
}

.stories__results-viewport::-webkit-scrollbar,
.testimonials__viewport::-webkit-scrollbar {
  display: none;
}

.stories__results-viewport:not(.is-dragging) .swiper-wrapper {
  transition-timing-function: linear !important;
}

.stories__results-viewport.swiper {
  padding: 40px 0;
  overflow: visible;
}

.stories__results-list {
  display: flex;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.stories__result-item {
  flex: 0 0 auto;
}

.stories__result-item.swiper-slide {
  flex-shrink: 0;
  width: var(--stories-result-card-width) !important;
}

.result-card {
  position: relative;
  flex: 0 0 auto;
  width: var(--stories-result-card-width);
  border: 1px solid #e9ecef;
  border-radius: 16px;
  overflow: hidden;
  background: #fefefe;
  scroll-snap-align: start;
}

.result-card__image-wrap {
  height: 244px;
  overflow: hidden;
}

.result-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--image-position, center center);
}

.result-card__meta {
  padding: 12px 16px;
  text-align: center;
}

.result-card__duration,
.result-card__range {
  margin: 0;
}

.result-card__duration {
  color: #949697;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
}

.result-card__range {
  color: #221e1b;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.result-card__chip {
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 69px;
  padding: 5px 10px;
  border-radius: 88px;
  background: #406a90;
  color: #fefefe;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
}

.testimonials {
  width: min(1080px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 100px 0;
  background: #ffffff;
}

.testimonials__carousel {
  position: relative;
}

.testimonials__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.testimonials__track {
  display: flex;
  gap: 10px;
  width: max-content;
}

.testimonial-card {
  flex: 0 0 auto;
  width: 300px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #221e1b;
  scroll-snap-align: start;
}

.testimonial-card__stars {
  display: block;
  width: 180px;
  height: auto;
  margin-bottom: 10px;
  object-fit: contain;
}

.testimonial-card__title {
  margin: 0;
  color: #221e1b;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.testimonial-card__body {
  margin: 0;
  color: #221e1b;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.testimonial-card__avatar {
  width: 60px;
  height: 60px;
  margin-top: 12px;
  border-radius: 40px;
  object-fit: cover;
}

.testimonial-card__name {
  margin: 0;
  color: #221e1b;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.testimonial-card__verified {
  width: 100px;
  height: 30px;
}

.testimonials__controls {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  pointer-events: none;
}

.testimonials__control {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: opacity 140ms ease, transform 140ms ease;
}

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

.testimonials__control.is-hidden,
.testimonials__control:disabled {
  opacity: 0;
  pointer-events: none;
}

.testimonials__control img {
  width: 40px;
  height: 40px;
}

.carousel-dots {
  display: none;
  align-items: flex-start;
  justify-content: center;
  gap: 6px;
  width: 100%;
  min-height: 40px;
  padding: 10px 20px 0;
  box-sizing: border-box;
}

.carousel-dots__dot {
  width: 14px;
  height: 14px;
  padding: 0;
  border: 0;
  border-radius: 14px;
  flex: 0 0 14px;
  background: #e9edee;
  transition: background-color 160ms ease, transform 160ms ease;
}

.carousel-dots__dot.is-active {
  background: #0166ac;
}

.carousel-dots__dot:focus-visible {
  outline: 2px solid #0166ac;
  outline-offset: 2px;
}

.testimonials__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  margin-top: 30px;
  padding: 20px 40px;
  border-radius: 50px;
  background: #e89239;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: transform 140ms ease, background-color 140ms ease;
}

.testimonials__cta:hover {
  transform: translateY(-1px);
  background: #cf7822;
}

.evidence {
  padding: 40px 0 74px;
  background: linear-gradient(180deg, #0166ac 0%, #001c30 100%);
}

.evidence__inner {
  width: min(1736px, calc(100vw - 40px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.evidence__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  text-align: center;
}

.evidence__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 17px 9px;
  border: 1px solid rgba(255, 253, 246, 0.32);
  border-radius: 24px;
  color: #f0f0e4;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 15.96px;
  text-transform: uppercase;
}

.evidence__subhead,
.evidence__title {
  margin: 0;
  color: #f0f0e4;
}

.evidence__subhead {
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.evidence__title {
  font-family: "Lora", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.04em;
}

.evidence__visuals {
  width: min(1014px, 100%);
  min-height: 372px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  justify-items: center;
  gap: 16px;
  overflow: visible;
}

.evidence__visual {
  position: relative;
}

.evidence__visual img {
  display: block;
  height: auto;
  max-width: 100%;
}

.evidence__visual--intake {
  width: 201.1px;
}

.evidence__visual--intake img {
  width: 100%;
}

.evidence__visual--doctor {
  width: 247.856px;
  min-height: 368.096px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 19.81px;
  box-sizing: border-box;
}

.evidence__doctor-phone {
  position: relative;
  width: 260.45px;
  transform: rotate(-0.9deg);
  transform-origin: center;
}

.evidence__doctor-frame {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}

.evidence__visual--bottle {
  width: 377.034px;
  padding-top: 6px;
  box-sizing: border-box;
}

.evidence__bottle-frame {
  width: 100%;
  transform-origin: center;
}

.evidence__visual--bottle img {
  width: 100%;
}

.evidence__steps {
  width: min(1014px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.evidence-step {
  display: grid;
  grid-template-columns: 60.862px 1fr;
  gap: 20px;
  align-items: start;
  min-height: 195px;
  padding: 20px 0;
  border-radius: 20px;
}

.evidence-step__number {
  width: 60.862px;
  height: 60.862px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #0166ac;
  font-family: "Lora", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 24px;
}

.evidence-step__content {
  padding-top: 10px;
  color: #ffffff;
}

.evidence-step__content h3,
.evidence-step__content p {
  margin: 0;
}

.evidence-step__content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.evidence-step__content p {
  margin-top: 10px;
  max-width: 220px;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.evidence__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
}

.evidence__footer h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Lora", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: -0.04em;
  text-align: center;
}

.evidence__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 8px;
  background: #e89239;
  color: #000000;
  font-family: "Red Hat Text", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 24px;
  text-transform: uppercase;
  transition: transform 140ms ease, background-color 140ms ease;
}

.evidence__cta:hover {
  transform: translateY(-1px);
  background: #cf7822;
}

.gold {
  padding: 41px 0 0;
  background: #ffffff;
}

.gold__inner {
  width: min(1728px, calc(100vw - 40px));
  margin: 0 auto;
}

.gold__hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  min-height: 606px;
  align-items: center;
}

.gold__visual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 620px;
  overflow: hidden;
}

.gold__visual img {
  width: min(542px, 100%);
  height: auto;
}

.gold__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding-top: 24px;
}

.gold__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 17px 9px;
  border: 1px solid rgba(31, 25, 21, 0.32);
  border-radius: 24px;
  color: #0166ac;
  font-family: "Red Hat Display", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 15.96px;
  text-transform: uppercase;
}

.gold__title,
.gold__label {
  margin: 0;
  color: #000000;
}

.gold__title {
  max-width: 864px;
  font-family: "Lora", serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -0.04em;
}

.gold__label {
  padding-top: 4px;
  font-size: 28px;
  font-weight: 700;
  line-height: 24px;
}

.gold__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
}

.gold__list li {
  position: relative;
  padding-left: 56px;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.gold__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 32px;
  height: 32px;
  background-color: #0166ac;
  -webkit-mask: url("https://www.figma.com/api/mcp/asset/27b065c3-d1b1-441a-ab6c-822a5b62000d") center / contain no-repeat;
  mask: url("https://www.figma.com/api/mcp/asset/27b065c3-d1b1-441a-ab6c-822a5b62000d") center / contain no-repeat;
}

.gold__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 191px;
  min-height: 48px;
  margin-top: 24px;
  padding: 12px 20px;
  border-radius: 58px;
  background: #e89239;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 24px;
  text-transform: uppercase;
  transition: transform 140ms ease, background-color 140ms ease;
}

.gold__cta:hover {
  transform: translateY(-1px);
  background: #cf7822;
}

.gold__benefits {
  width: min(1280px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  padding: 40px 16px;
}

.gold-benefit {
  min-height: 192px;
  padding: 32px 16px;
  border-radius: 12px;
  background: rgba(1, 102, 172, 0.05);
}

.gold-benefit img {
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
}

.gold-benefit p {
  margin: 0;
  color: #010406;
  font-family: "Red Hat Text", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.gold__comparison {
  width: min(1200px, 100%);
  margin: 0 auto;
  padding: 0 60px 100px;
}

.gold__comparison h2 {
  margin: 0;
  color: #221e1b;
  font-family: "Lora", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

.provider-table {
  margin-top: 40px;
  border-radius: 32px;
  overflow: hidden;
  background: #EFF5FA;
  border: 1px solid #e9ecef;
}

.provider-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.provider-table th,
.provider-table td {
  padding: 16px;
  border: 1px solid #e9ecef;
  text-align: center;
  vertical-align: middle;
  background: #EFF5FA;
}

.provider-table thead th {
  padding: 16px;
  height: 56px;
  font-weight: 400;
}

.provider-table thead th:first-child {
  height: 32px;
  background: #f3f6f8;
}

.provider-table th[scope="row"] {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.provider-table__trimrx {
  color: #406a90;
  font-family: "Lora", serif;
  font-size: 25px;
  line-height: 24px;
  font-weight: 400;
}

.provider-table thead img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.provider-table__cell {
  min-height: 100px;
}

.provider-table__cell p {
  margin: 8px 0 0;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.provider-table__icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}

.provider-table__icon--check {
  background-image: url("https://www.figma.com/api/mcp/asset/dea28fb6-97a7-40dd-bb9d-ffb6a7940c4c");
}

.provider-table__icon--cross {
  background-image: url("https://www.figma.com/api/mcp/asset/47bf79e5-5e78-40a0-9737-a3c4660045c9");
  background-size: 28px 28px;
}

.faq {
  padding: 100px 0 100px;
}

.faq.section-shell {
  width: min(1080px, calc(100vw - 40px));
}

.faq__heading {
  margin-bottom: 40px;
}

.faq__heading h2 {
  font-family: "Lora", serif;
  font-weight: 400;
}

.faq-list {
  display: grid;
  gap: 20px;
  width: 100%;
  padding: 0px 20px;
}

.faq-item {
  border: 0;
  border-radius: 20px;
  background: #fefefe;
  overflow: hidden;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.03);
}

.faq-item__trigger {
  position: relative;
  width: 100%;
  min-height: 80px;
  padding: 25px 76px 25px 30px;
  border: 0;
  background: #fefefe;
  text-align: left;
  color: #221e1b;
  font-family: "Red Hat Text", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.faq-item__trigger::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  width: 30px;
  height: 30px;
  background: url("https://www.figma.com/api/mcp/asset/6ec256c3-054a-4e47-bbe6-c882477e8ea9") center / 30px 30px no-repeat;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 180ms ease;
}

.faq-item.is-open .faq-item__trigger::after {
  transform: translateY(-50%);
}

.faq-item__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 180ms ease;
  background: #fefefe;
}

.faq-item__content p {
  margin: 0;
  padding: 0 30px 25px;
  color: #221e1b;
  font-size: 15px;
  line-height: 24px;
}

.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 48px 20px;
  background: #f5f8fa url("https://www.figma.com/api/mcp/asset/a8e69a59-1d5c-472c-ad53-ef1fd9878108") center/cover no-repeat;
}

.footer__logo {
  position: relative;
  width: 99px;
  height: 24px;
}

.footer__logo img {
  position: absolute;
  display: block;
}

.footer__logo img:nth-child(1) {
  left: 0;
  top: 2px;
}

.footer__logo img:nth-child(2) {
  left: 14px;
  top: 7px;
}

.footer__logo img:nth-child(3) {
  left: 31px;
  top: 0;
}

.footer__logo img:nth-child(4) {
  left: 29px;
  top: 7px;
}

.footer__logo img:nth-child(5) {
  left: 37px;
  top: 7px;
}

.footer__logo img:nth-child(6) {
  left: 70px;
  top: 7px;
}

.footer__logo img:nth-child(7) {
  left: 83px;
  top: 7px;
}

.footer__nav {
  width: min(726px, 100%);
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-bottom: 4px;
}

.footer__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.footer__group-label {
  margin: 0;
  color: #949697;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.013em;
}

.footer__group-links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.footer__group-links--treatments {
  gap: 32px;
}

.footer__group-links--legal {
  gap: 27.85px 32px;
}

.footer__group-links a {
  padding: 5.39px 0 6.39px;
  color: #221e1b;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.045em;
}

.footer__certifications {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}

.footer__certifications img {
  display: block;
}

.footer__copyright {
  margin: 0;
  color: #455f77;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
}

.footer__disclaimer {
  width: min(726px, 100%);
  color: #455f77;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
}

.footer__disclaimer p {
  margin: 0 0 12px;
}

.footer__disclaimer p:first-child {
  margin-bottom: 20px;
}

.footer__disclaimer p:last-child {
  margin-bottom: 0;
}
.floating-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 45;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 14px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(1, 102, 172, 0.12);
  box-shadow: 0 16px 32px rgba(3, 28, 49, 0.16);
  backdrop-filter: blur(14px);
}

.floating-cta > span {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 999px;
  background: var(--accent);
  color: #111111;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.floating-cta small {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
}

.floating-cta i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--success);
  display: inline-block;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 60;
}

.modal.hidden {
  display: none;
}

.modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 17, 31, 0.55);
  backdrop-filter: blur(8px);
}

.modal__card {
  position: relative;
  width: min(940px, calc(100vw - 32px));
  margin: min(10vh, 80px) auto 0;
  padding: 20px;
  border-radius: 32px;
  background: #ffffff;
  box-shadow: 0 30px 80px rgba(8, 22, 36, 0.28);
}

.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #0f1117;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
}

.modal__content {
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.modal__copy {
  padding: 20px;
}

.modal__eyebrow {
  margin: 0 0 12px;
  color: var(--primary);
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.modal__copy h2 {
  margin: 0 0 12px;
  font-family: "Lora", serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.modal__copy p {
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.6;
}

.modal__visual {
  border-radius: 24px;
  background: linear-gradient(180deg, #2f9de9 0%, #0d6ba7 100%);
  min-height: 440px;
  overflow: hidden;
}

.modal__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *:not(.swiper-wrapper),
  *:not(.swiper-wrapper)::before,
  *:not(.swiper-wrapper)::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 1480px) {
  .hero__content {
    width: min(100vw - 40px, 100%);
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero__left {
    max-width: 837px;
    margin: 0 auto;
  }

  .hero__right {
    justify-content: center;
    justify-self: stretch;
    max-width: 100%;
    min-height: 0;
  }

  .hero-visual {
    width: min(880px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .hero__content,
  .standard {
    grid-template-columns: 1fr;
  }

  .hero__content {
    width: min(100vw - 40px, 100%);
    gap: 32px;
  }

  .hero__left {
    padding-top: 0;
  }

  .hero__right {
    justify-content: center;
    max-width: 100%;
    min-height: 0;
  }

  .performance__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "visual"
      "content";
  }

  .performance__intro,
  .performance__visual,
  .performance__content {
    width: 100%;
    max-width: 858px;
    margin: 0 auto;
  }

  .performance__intro {
    align-items: center;
    text-align: center;
    margin: 0 auto 0 0;
  }

  .performance__summary {
    width: 100%;
    justify-content: center;
  }

  .hero-visual {
    width: min(880px, 100%);
    min-height: 0;
    margin: 0 auto;
  }

  .hero-visual__art {
    left: 17.955%;
    top: 16.817%;
    width: 67.614%;
    height: 79.509%;
  }

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

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

  .stories__heading {
    grid-template-columns: minmax(160px, 0.6fr) minmax(0, 1.8fr) minmax(160px, 0.6fr);
  }

  .stories__title {
    font-size: 42px;
    line-height: 52px;
    white-space: normal;
  }

  .section-heading--plans h2,
  .section-heading--plans p {
    white-space: normal;
  }

  .evidence__inner,
  .gold__inner {
    width: min(100vw - 40px, 100%);
  }

.evidence__title,
  .evidence__footer h2 {
    font-size: 28px;
    line-height: 32px;
  }

  

    .evidence__subhead {
    font-size: 22px;
    line-height: 28px;
  }

  .evidence__visuals,
  .evidence__steps {
    display: contents;
  }

  .evidence__visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 300px;
    max-width: 100%;
    margin: 0 auto -116px;
    clip-path: inset(-100px -50px 30% -50px);
  }

  .evidence__visual::before {
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 1;
    width: 60.862px;
    height: 60.862px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #0166ac;
    font-family: "Lora", serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 24px;
    transform: translate(50%, -50%);
  }

  .evidence__visual--intake {
    order: 2;
    width: 306px;
  }

  .evidence__visual--intake::before {
    content: "1";
    left: -13px;
    top: 18px;
  }

  .evidence__visual--intake img {
    width: 177.615px;
  }

  .evidence__visual--doctor {
    order: 4;
    width: 300px;
    padding-top: 0;
    margin-bottom: -113px;
  }

  .evidence__visual--doctor::before {
    content: "2";
    left: -18px;
    top: 15px;
  }

  .evidence__doctor-phone {
    width: 201.84px;
    margin-bottom: 24px;
  }

  .evidence__visual--bottle {
    order: 6;
    width: 300px;
    padding-top: 0;
    margin-bottom: -39px;
    clip-path: inset(-100px -50px 10% -50px);
  }

  .evidence__visual--bottle::before {
    content: "3";
    left: 32px;
    top: 12px;
  }

  .evidence__bottle-frame {
    width: 190px;
    transform: translateY(5%) scale(1.4);
  }

  .evidence-step {
    width: 300px;
    margin: 0 auto;
    display: block;
    min-height: auto;
    padding: 0;
  }

  .evidence-step:nth-child(1) {
    order: 3;
  }

  .evidence-step:nth-child(2) {
    order: 5;
  }

  .evidence-step:nth-child(3) {
    order: 7;
  }

  .evidence-step__number {
    display: none;
  }

  .evidence-step__content {
    padding-top: 0;
  }

  .evidence-step__content h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .evidence-step__content h3 br {
    display: none;
  }

  .evidence-step__content p {
    margin-top: 10px;
    font-size: 17px;
    line-height: 20px;
    max-width: none;
  }

  .evidence__footer {
    flex-direction: column;
    order: 8;
    gap: 12px;
    padding: 0 30px;
    align-items: center;
    box-sizing: border-box;
  }

  .evidence__footer h2 {
    width: 100%;
    line-height: 1.2;
  }

  .evidence__cta {
    width: auto;
  }

  .gold__hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gold__visual {
    min-height: auto;
  }

  .gold__content {
    max-width: 864px;
    margin: 0 auto 0 0;
  }

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

  .gold__comparison {
    padding: 0 0 80px;
  }
}

@media (max-width: 860px) {
  :root {
    --container: min(100vw - 20px, 100%);
  }

  .faq.section-shell {
    width: min(100vw - 20px, 100%);
  }

  .sticky-cta {
    display: none;
  }

  .hero {
    padding: 24px 0 72px;
  }

  .hero__content {
    width: min(100vw - 20px, 100%);
  }

  .hero__title,
  .section-heading h2 {
    font-size: clamp(2.1rem, 8vw, 3rem);
  }

  .hero__title span {
    font-size: clamp(2.45rem, 8.8vw, 3.1rem);
  }

  .hero__price strong {
    font-size: 2.7rem;
  }

  .hero__price span,
  .hero__price-label {
    font-size: 1.6rem;
  }

  .hero-grid,
  .perks {
    grid-template-columns: 1fr 1fr;
  }

  .info-card {
    grid-template-columns: 72px 1fr;
    padding: 16px;
  }

  .info-card img {
    width: 72px;
    height: 72px;
  }

  .hero-visual {
    min-height: 0;
    margin: 0 auto;
    padding: 0;
  }

  .hero-visual__art {
    left: 17.955%;
    top: 16.817%;
    width: 67.614%;
    height: 79.509%;
  }

  .performance__title {
    font-size: 34px;
    line-height: 44px;
  }

  .performance__summary {
    flex-direction: column;
    align-items: flex-start;
  }

  .performance__cta {
    width: 100%;
    justify-content: center;
  }

  .performance-stat {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
    text-align: center;
  }

  .performance-stat p {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
  }

  .performance-stat--light {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    text-align: left;
  }

  .performance-stat--light .performance-stat__metric {
    align-items: center;
  }

  .performance-stat--light p {
    text-align: left;
  }

  .comparison-table {
    overflow-x: auto;
  }

  .comparison-table table {
    min-width: 720px;
  }

  .modal__content {
    grid-template-columns: 1fr;
  }

  .modal__visual {
    min-height: 280px;
  }

  .floating-cta {
    display: flex;
  }

  .stories.section-shell {
    padding: 32px 0;
  }

  .stories__heading {
    width: min(100vw - 20px, 100%);
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }

  .stories__eyebrow,
  .stories__heading-spacer {
    justify-self: center;
  }

  .stories__title {
    max-width: 100%;
    font-size: 34px;
    line-height: 42px;
  }

  .stories__results-viewport {
    width: min(100vw - 20px, 100%);
  }

  .stories__results-shell {
    --stories-result-card-width: min(300px, calc(100vw - 44px));
  }

  .stories__results-track {
    padding: 28px 0 24px;
  }

  .result-card {
    width: min(300px, calc(100vw - 44px));
  }

  .testimonials {
    width: min(100vw - 20px, 100%);
    padding: 60px 0 80px;
  }

  .testimonial-card {
    width: min(300px, calc(100vw - 44px));
    min-height: auto;
  }

  .testimonials__controls {
    display: none;
  }

  .carousel-dots {
    display: flex;
  }

  .testimonials__cta {
    display: none;
  }

  .evidence {
    padding: 32px 0 56px;
  }

  .evidence__title,
  .evidence__footer h2 {
    font-size: 34px;
    line-height: 38px;
  }

  .evidence__subhead {
    font-size: 18px;
    line-height: 24px;
  }

  .evidence__visuals {
    gap: 18px;
  }

  .evidence__visual--intake {
    width: min(201.1px, 70vw);
  }

  .evidence__visual--doctor {
    width: min(228px, 68vw);
  }

  .evidence__visual--bottle {
    width: min(377.034px, 68vw);
  }

  .evidence__steps {
    width: 100%;
  }

  .evidence-step {
    grid-template-columns: 52px 1fr;
    gap: 16px;
    min-height: auto;
    padding: 10px 0;
  }

  .evidence-step__number {
    width: 52px;
    height: 52px;
    font-size: 24px;
  }

  .gold {
    padding-top: 32px;
  }

  .gold__title {
    font-size: 34px;
    line-height: 38px;
  }

  .gold__label {
    font-size: 24px;
    line-height: 24px;
  }

  .gold__list li {
    padding-left: 48px;
    font-size: 18px;
  }

  .gold__list li::before {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }

  .gold__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-inline: 0;
  }

  .gold__comparison h2 {
    font-size: 36px;
    line-height: 42px;
  }

  .provider-table {
    overflow-x: auto;
  }

  .provider-table table {
    min-width: 1080px;
  }
}

@media (max-width: 560px) {
  .promo-bar {
    display: grid;
    position: static;
  }

  .hero-grid,
  .perks {
    grid-template-columns: 1fr;
  }

  .hero__right {
    display: none;
  }

  .logo-wall__row {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
  }

  .logo-wall__row img {
    max-width: 20%;
    height: auto;
    object-fit: contain;
  }

  .logo-wall__row--bottom img {
    max-width: 25%;
  }

  .hero__actions {
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: nowrap;
    width: 100%;
  }

  .hero__actions .button--primary {
    flex: 0 0 auto;
    min-height: 0;
    padding: 10px 17px;
    border-radius: 31.971px;
    font-size: 13.462px;
    letter-spacing: 0.42px;
    line-height: 20.192px;
  }

  .hero__rating {
    flex: 0 1 auto;
    align-items: center;
    flex-direction: row;
    gap: 20px;
    min-width: 0;
  }

  .hero__rating strong {
    font-size: 40.216px;
    line-height: 40.385px;
    letter-spacing: -1.68px;
  }

  .hero__rating div {
    gap: 6.722px;
  }

  .hero__rating img {
    width: 100.962px;
  }

  .hero__rating span {
    font-size: 15.144px;
    line-height: 20.192px;
    white-space: nowrap;
  }

  .hero__title {
    font-size: 26.36px;
  }

  .hero__title span {
    font-size: 29.06px;
  }

  .hero__price-label,
  .hero__price span {
    font-size: 18.75px;
  }

  .hero__price strong {
    font-size: 29.29px;
  }

  .performance__title {
    font-size: 28px;
    line-height: 1.2;
    max-width: 344px;
  }

  .performance.section-shell {
    width: min(100vw - 32px, 100%);
  }

  .performance__grid {
    gap: 20px;
  }

  .performance__intro,
  .performance__visual,
  .performance__content {
    max-width: 358px;
  }

  .performance__summary {
    display: block;
  }

  .performance__summary p {
    max-width: 333px;
    font-size: 16px;
    line-height: 30px;
  }

  .performance__visual-frame,
  .performance__background,
  .performance__background-shade {
    border-radius: 8.345px;
  }

  .performance__visual-frame {
    aspect-ratio: 358 / 359;
  }

  .performance__background-image {
    left: -7.54%;
    width: 233%;
  }

  .performance__cta--desktop {
    display: none;
  }

  .performance__cta--mobile {
    display: inline-flex;
    align-self: center;
    width: min(300px, 100%);
    max-width: 300px;
    height: 34px;
    min-height: 0;
    padding: 2px 12px;
    line-height: 30px;
  }

  .performance__content {
    gap: 20px;
  }

  .performance-stat {
    grid-template-columns: 139px minmax(0, 1fr);
    gap: 0;
    min-height: 124px;
    padding: 32px 10px;
    text-align: left;
  }

  .performance-stat--blue,
  .performance-stat--dark {
    min-height: 125px;
  }

  .performance-stat__metric {
    align-items: center;
  }

  .performance-stat__metric strong {
    font-size: 32.635px;
    line-height: 32.635px;
    letter-spacing: -0.3263px;
  }

  .performance-stat__metric span {
    margin-top: 0;
    font-size: 14.504px;
    line-height: 16.922px;
  }

  .performance-stat p {
    max-width: 199px;
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
  }

  .performance-stat--dark p {
    max-width: 179px;
  }

  .performance__fineprint {
    font-size: 12px;
    line-height: 14px;
  }

  .promo-timer__unit {
    min-width: 48px;
  }

  .stories__title {
    font-size: 28px;
    line-height: 36px;
  }

  .stories__eyebrow {
    min-height: 36px;
    padding: 7px 14px 8px;
  }

  .testimonials__cta {
    display: none;
  }

  .evidence__subhead {
    width: 298px;
    font-size: 18px;
    line-height: 1.4;
  }

  .evidence__inner {
    width: min(358px, calc(100vw - 32px));
    gap: 40px;
  }

  .evidence__header {
    align-items: flex-start;
    gap: 6px;
    padding: 0 30px;
    text-align: left;
    box-sizing: border-box;
  }

  .evidence__title {
    width: 282px;
    line-height: 1.2;
  }

  /* evidence mobile layout moved to 860px */

  .gold__content {
    margin-bottom: 32px;
  }

  .gold__title {
    font-size: 28px;
    line-height: 32px;
  }

  .gold__cta {
    align-self: center;
  }

  .gold__label {
    font-size: 20px;
  }

  .gold__benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 0;
  }

  .gold-benefit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
    min-height: auto;
    padding: 32px 16px;
  }

  .gold-benefit p {
    color: #374151;
    font-family: "Inter", "Red Hat Text", sans-serif;
    font-size: 16px;
    line-height: 24px;
  }

  .gold__comparison {
    margin-top: 48px;
  }

  .gold__comparison h2 {
    white-space: nowrap;
    font-size: clamp(20px, 7vw, 28px);
    line-height: 34px;
  }

  .provider-table {
    margin-top: 24px;
  }

  .footer__group-links {
    flex-direction: column;
    gap: 14px;
  }

  .footer {
    padding-bottom: 120px;
    background: #f5f8fa url("https://www.figma.com/api/mcp/asset/0b01bdc3-dea7-42fb-99e3-efd7a296250e") center/cover no-repeat;
  }
}

@media (max-width: 1400px) {
  .plans__cards {
    flex-direction: column;
  }
}

@media (max-width: 860px) {
  .promo-bar {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 12px;
    padding: 8px 12px 8px 11px;
  }

  .promo-bar__spacer {
    display: none;
  }

  .promo-bar__copy {
    justify-self: start;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    font-size: 11.77px;
    line-height: 16.478px;
    text-align: left;
    white-space: nowrap;
  }

  .promo-bar__soft {
    display: none;
  }

  .promo-timer {
    justify-self: end;
    width: min(215.38px, 58vw);
    gap: 8px;
  }

  .promo-timer__unit {
    text-align: center;
  }

  .site-header {
    display: none;
  }

  .feature-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: center;
    width: 100%;
    align-items: stretch;
  }

  .feature-card,
  .feature-card--tall {
    width: 100%;
    max-width: 356.855px;
  }

  .plans {
    padding: 32px 0 60px;
  }

  .section-heading--plans h2 {
    font-size: 34px;
    line-height: 42px;
    white-space: normal;
  }

  .section-heading--plans p,
  .stories__title {
    white-space: normal;
  }

  .section-heading--plans p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .plan-card,
  .plan-card--left,
  .plan-card--right {
    width: 100%;
    max-width: 761px;
    flex-direction: column;
  }

  .plan-card__media,
  .plan-card--right .plan-card__media,
  .plan-card__body {
    width: 100%;
  }

  .plan-card__body,
  .plan-card__body--wide {
    height: auto;
  }

  .plan-card--left .plan-card__body {
    padding: 0 0 14px;
  }

  .plan-card--left .plan-card__copy {
    min-height: 0;
  }

  .plan-card--left .plan-card__button {
    position: static;
    left: auto;
    bottom: auto;
    margin: 15px 0;
    width: min(300px, calc(100% - 12px));
  }

  .plan-card__button {
    width: min(300px, 100%);
    margin: 38px 0 20px 0px;
  }
}

@media (max-width: 1024px) {
  .modal__card {
    width: calc(100vw - 32px);
    max-width: 940px;
  }
  .modal__content {
    grid-template-columns: 1fr;
  }
  .modal__visual {
    display: none;
  }
}

@media (max-width: 860px) {
  html, body {
    overflow-x: hidden;
    width: 100%;
  }
  
  .performance__grid {
    overflow: hidden;
  }
}

@media (max-width: 560px) {
  .performance__intro {
    align-items: flex-start;
    text-align: left;
  }

  .performance__summary {
    justify-content: flex-start;
  }

  .feature-matrix {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .faq__heading h2 {
    font-family: "Red Hat Text", sans-serif;
    font-size: 50px;
    font-weight: 600;
  }

  .stories__results-shell {
    --stories-result-card-width: min(300px, 85vw);
  }

  .stories__results-track {
    gap: 16px;
  }
  .result-card {
    width: 85vw;
    max-width: 300px;
    margin: 0;
  }
}

