/* kayak-select.css is linked from pages (deferred on home/PDPs) — do not @import here */
/* Served hashed + immutable; do not fetch a new hash before its deploy (see widget js header) */
/* V4 checkout widget — shared (homepage wide + PDP narrow sticky) */
.finder.finder-v4 {
  width: min(100%, 980px);
  padding: 0;
  /* visible so dose-strength hover tip is not clipped */
  overflow: visible;
  background: #fff;
  color: var(--ink);
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(11, 18, 32, 0.22);
}
.buy-box .finder.finder-v4 {
  width: 100%;
  max-width: none;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
@media (max-width: 1023px) {
  .buy-box .finder.finder-v4 {
    max-width: var(--hero-widget-stacked-max, 440px);
    margin-inline: auto;
  }
}
.fv4-promo {
  padding: 0.65rem 1rem;
  background: var(--sky);
  border-bottom: 1px solid var(--line);
  text-align: center;
  font-size: 0.84rem;
  font-weight: 650;
  color: var(--ink-soft);
}
/*
 * Home/blog rail: “See your price” + promo are one UVP block.
 * Patel: one promise, no repeated objection (drop the gray “No membership” note).
 * Unique facts stay in the sky strip. Checkout hides this sell chrome.
 */
.rail-price-head {
  background: var(--sky);
  border-bottom: 1px solid var(--line);
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
.home-price-rail .finder.finder-v4,
.home-price-rail .finder.finder-v4[data-layout="narrow"],
.blog-checkout-rail .finder.finder-v4,
.blog-checkout-rail .finder.finder-v4[data-layout="narrow"],
.buy-box .finder.finder-v4,
.buy-box .finder.finder-v4[data-layout="narrow"] {
  border-radius: 12px;
}
body.sheet-open .home-price-rail .finder.finder-v4,
body.sheet-open .home-price-rail .finder.finder-v4[data-layout="narrow"],
body.sheet-open .buy-box .finder.finder-v4,
body.sheet-open .buy-box .finder.finder-v4[data-layout="narrow"] {
  border-radius: 0;
}
.rail-price-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem 0.65rem;
  padding: 0.7rem 1rem 0.15rem;
}
.rail-price-head .rail-label {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--font-display, "Gilroy", "Plus Jakarta Sans", system-ui, sans-serif);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink, #0b1220);
  line-height: 1.2;
}
.rail-price-head [data-view-pricing-host] {
  flex: 0 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.rail-price-head .fv4-view-pricing {
  width: auto;
}
.rail-price-head .fv4-view-pricing-state {
  margin-left: 0;
  font-size: 0.72rem;
}
.home-price-rail > .rail-label,
.blog-checkout-rail > .rail-label,
.rail-sticky > .rail-label {
  margin: 0;
  padding: 0.7rem 1rem 0.15rem;
  background: var(--sky);
}
.home-price-rail .rail-price-head .rail-label,
.blog-checkout-rail .rail-price-head .rail-label {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.home-price-rail .rail-note,
.blog-checkout-rail .rail-note,
.rail-sticky > .rail-note {
  display: none;
}
.home-price-rail .fv4-promo,
.blog-checkout-rail .fv4-promo,
.home-price-rail .finder-v4[data-layout="narrow"] .fv4-promo,
.blog-checkout-rail .finder-v4[data-layout="narrow"] .fv4-promo,
.rail-price-head .fv4-promo,
.rail-price-head .finder-v4[data-layout="narrow"] .fv4-promo,
.home-price-rail .rail-price-head .fv4-promo,
.blog-checkout-rail .rail-price-head .fv4-promo {
  text-align: left;
  padding: 0.15rem 1rem 0.7rem;
  font-weight: 550;
  white-space: nowrap;
  background: transparent;
  border-bottom: 0;
}
.home-price-rail,
.blog-checkout-rail .rail-sticky {
  padding-bottom: 0;
}
.home-price-rail .finder-v4[data-progressive="true"] .fv4-cta-row,
.blog-checkout-rail .finder-v4[data-progressive="true"] .fv4-cta-row {
  gap: 0.45rem;
}
.home-price-rail .fv4-cta-secondary,
.blog-checkout-rail .fv4-cta-secondary {
  display: block;
  min-height: 0;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-align: center;
}
.home-price-rail .finder-v4 .buy-reassure,
.blog-checkout-rail .finder-v4 .buy-reassure {
  margin-top: 0.45rem;
}
.home-price-rail .buy-reassure-cite,
.blog-checkout-rail .buy-reassure-cite {
  margin-bottom: 0;
}
.finder-v4.is-checkout .fv4-promo,
.finder-v4.is-checkout .rail-price-head {
  display: none;
}
.home-price-rail:has(.finder-v4.is-checkout) .rail-label,
.home-price-rail:has(.finder-v4.is-checkout) .rail-note,
.home-price-rail:has(.finder-v4.is-checkout) .rail-price-head,
.blog-checkout-rail:has(.finder-v4.is-checkout) .rail-label,
.blog-checkout-rail:has(.finder-v4.is-checkout) .rail-note,
.blog-checkout-rail:has(.finder-v4.is-checkout) .rail-price-head,
.buy-box:has(.finder-v4.is-checkout) .rail-price-head,
.rail-sticky:has(.finder-v4.is-checkout) > .rail-label,
.rail-sticky:has(.finder-v4.is-checkout) > .rail-note {
  display: none;
}
.fv4-stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.85rem 1rem 0.55rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #9aa6b8;
  pointer-events: none;
}
.fv4-stepper [data-step] {
  cursor: default;
}
.fv4-stepper .is-on {
  color: var(--blue);
  border-bottom: 2px solid var(--blue);
  padding-bottom: 0.15rem;
}
.fv4-stepper .sep {
  width: 1.5rem;
  height: 1px;
  background: var(--line);
}
.fv4-body {
  display: grid;
  grid-template-columns: minmax(200px, 240px) minmax(0, 1fr);
  gap: 0.85rem;
  padding: 0.55rem 1rem 1.1rem;
  align-items: start;
}
.fv4-left {
  align-self: start;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.fv4-field {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius, 8px);
  /* Match kayak closed tiles so deferred CSS does not shrink first-paint padding */
  padding: 0.55rem 2rem 0.55rem 0.75rem;
  background: #fbfcfe;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.fv4-field:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(32, 96, 240, 0.15);
  background: #fff;
}
.fv4-field label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft);
  margin: 0 0 0.1rem;
  line-height: 1.2;
}
.fv4-field select {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0 1.35rem 0 0;
  margin: 0;
  min-height: 1.35rem;
  font-family: var(--font);
  font-size: 0.92rem;
  font-weight: 750;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: var(--ink);
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' stroke='%235c6b80' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.05rem center;
}

/* Progression control removed — keep CSS inert if legacy markup remains. */
.fv4-prog,
.fv4-prog.is-visible {
  display: none !important;
}
.fv4-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.fv4-dose-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.fv4-dose-head-lead {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem 0.55rem;
  min-width: 0;
}
.fv4-dose-head strong {
  font-size: 1rem;
  letter-spacing: -0.02em;
}
.fv4-dose-head .dose-tip { margin-left: auto; }
/* Local trial 2026-08-17 (Darius): hide Dose type Kayak. Select stays in DOM at Starter. */
.finder-v4:not([data-hide-dose-type="false"]) [data-stage="type"] {
  display: none !important;
}
.hero-plan-teaser-row[data-hero-edit="type"],
.hero-plan-teaser-row:has(#hero-teaser-type),
.hero-plan-teaser-row:has(#pdp-teaser-type) {
  display: none !important;
}

/* Local mock 2026-08-17: Duration pills (4 / 6 / 8). Kayak stays on Medication. */
.finder-v4[data-duration-pills] [data-summary="plan"] {
  display: none !important;
}
.finder-v4[data-duration-pills] [data-editor="plan"] {
  display: block !important;
}
.fv4-sr-only,
.fv4-plan-select-sr,
.fv4-plan-pills-field > label[for],
.fv4-plan-pills-field select,
.fv4-field:has(.fv4-plan-pills) > label[for],
.fv4-field:has(.fv4-plan-pills) select {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.fv4-plan-pills-field,
.fv4-field:has(.fv4-plan-pills) {
  position: relative;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.fv4-plan-pills-field:focus-within,
.fv4-field:has(.fv4-plan-pills):focus-within {
  border: 0;
  background: transparent;
  box-shadow: none;
}
.fv4-plan-pills-field.is-kayak .fv4-dd,
.fv4-plan-pills-field .fv4-dd {
  display: none !important;
}
.fv4-plan-pills-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft, #5c6b80);
  margin: 0 0 0.26rem;
  line-height: 1.2;
}
.fv4-plan-pills {
  display: flex;
  align-items: stretch;
  gap: 0.28rem;
  min-width: 0;
  overflow: visible;
}
.fv4-plan-pills:has(.fv4-plan-pill.is-recommended:not([hidden])) {
  padding-bottom: 1rem;
}
.fv4-plan-pill {
  flex: 1 1 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 0;
  min-height: 2.05rem;
  padding: 0.22rem 0.18rem;
  border: 1px solid var(--line, #dce3ee);
  border-radius: 999px;
  background: #eef1f6;
  color: var(--ink-soft, #5c6b80);
  font-family: inherit;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: -0.01em;
  line-height: 1.15;
  cursor: pointer;
  overflow: visible;
}
.fv4-plan-pill[hidden] {
  display: none !important;
}
.fv4-plan-pill.is-selected {
  border-color: var(--blue, #2060f0);
  background: var(--blue, #2060f0);
  color: #fff;
  box-shadow: none;
}
.fv4-plan-pill-weeks {
  white-space: nowrap;
}
.fv4-plan-pill-mark {
  position: absolute;
  left: 50%;
  top: calc(100% + 0.22rem);
  transform: translateX(-50%);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-transform: none;
  line-height: 1.1;
  white-space: nowrap;
  color: var(--ink-soft, #5c6b80);
  opacity: 0.78;
  pointer-events: none;
  z-index: 1;
}
.fv4-plan-pill.is-selected .fv4-plan-pill-mark {
  color: var(--blue, #2060f0);
  opacity: 1;
  font-weight: 750;
}
.fv4-plan-pill:not(.is-recommended) .fv4-plan-pill-mark,
.fv4-plan-pill-mark[hidden] {
  display: none;
}
.hero-plan-teaser-plan {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
  padding: 0.08rem 0;
}
.hero-plan-teaser-plan .hero-plan-teaser-label {
  flex: none;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft, #5c6b80);
}

/* Inline dose-type description (replaces “About dose strengths” hover on V4) */
.fv4-type-blurb {
  margin: 0.4rem 0 0;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.4;
  color: var(--ink-soft, #5c6b80);
}
.fv4-type-blurb[hidden] { display: none; }
/* Wide home: blurb lives in the kayak menu — hide on first paint to avoid a drop */
.finder-v4[data-layout="wide"] .fv4-type-blurb {
  display: none;
}
.fv4-field:has([name="dosageType"]) {
  align-items: stretch;
}
.finder-v4[data-layout="wide"] .fv4-field:has([name="dosageType"]) {
  min-width: 10.5rem;
}
/* Homepage wide only: quieter tier badge beside "Your dose" (PDP keeps in-card badge) */
.finder-v4[data-layout="wide"] .fv4-dose-head .fv4-badge {
  margin: 0;
  padding: 0.14rem 0.42rem;
  border-radius: 5px;
  font-size: 0.58rem;
  letter-spacing: 0.04em;
  align-self: center;
}
/* Homepage wide: placement D rates under the compare hairline */
.finder-v4[data-layout="wide"] .fv4-dose-card .fv4-compare .fv4-afford.fv4-works-out {
  margin: 0;
  padding: 0;
}
/* DealCatcher dose tile layout — FancyMeds brand chrome (not DealCatcher green) */
.fv4-dose-card {
  --fv4-card-pad-y: 1rem;
  --fv4-card-pad-x: 1.1rem;
  border: 1px solid #c9ccd1;
  border-radius: 10px;
  padding: var(--fv4-card-pad-y) var(--fv4-card-pad-x);
  background: #fff;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  width: 100%;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.fv4-dose-card.is-selected,
.fv4-dose-card.is-simple.is-selected {
  border-color: var(--blue, #2060f0);
  box-shadow: inset 0 0 0 1px var(--blue, #2060f0);
}
.fv4-month-bar {
  display: block;
  flex-shrink: 0;
  margin: calc(-1 * var(--fv4-card-pad-y)) calc(-1 * var(--fv4-card-pad-x)) 0.2rem;
  padding: 0.42rem 0.85rem;
  background: var(--ink, #0b1220);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.25;
  text-align: center;
}
.fv4-dose-card.is-selected .fv4-month-bar,
.fv4-higher-opt.is-selected .fv4-month-bar {
  background: var(--blue, #2060f0);
}
.fv4-dose-card.is-simple {
  border-color: #c9ccd1;
  box-shadow: none;
}
.fv4-dose-card.is-simple.is-selected {
  border-color: var(--blue, #2060f0);
  box-shadow: inset 0 0 0 1px var(--blue, #2060f0);
}
.fv4-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  margin: 0.05rem 0 0.1rem;
  padding: 0.16rem 0.48rem;
  border-radius: 5px;
  background: var(--blue, #2060f0);
  color: #fff;
  border: 0;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.2;
  white-space: normal;
  box-sizing: border-box;
}
.fv4-badge:not(.is-recommended) {
  background: var(--sky);
  color: var(--ink);
  border: 1px solid #c5d4e8;
}
.finder-v4[data-layout="narrow"] .fv4-badge {
  max-width: 100%;
  margin: 0.05rem 0 0.12rem;
  padding: 0.14rem 0.42rem;
  font-size: 0.6875rem;
}
/* Radio + strength meter row (above dose title) */
.fv4-status-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  min-height: 1.125rem;
  margin: 0 0 0.125rem;
}
.fv4-radio {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid #8c9196;
  box-sizing: border-box;
  background: #fff;
}
.fv4-dose-card.is-selected .fv4-radio,
.fv4-dose-card.is-simple.is-selected .fv4-radio {
  border-color: var(--blue, #2060f0);
  background: radial-gradient(circle at center, var(--blue, #2060f0) 0 38%, #fff 42%);
}
.fv4-dose-card:not(.is-selected) .fv4-meter-fill {
  background: #adb6c1;
}
.fv4-status-row .fv4-strength {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 0;
}
.fv4-status-row .fv4-strength-label { display: none; }
.fv4-strength {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}
.fv4-strength-label {
  flex-shrink: 0;
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--ink-soft);
}
.fv4-strength.is-compact .fv4-strength-label { display: none; }
.fv4-meter {
  position: relative;
  flex: 0 0 auto;
  width: 72px;
  height: 10px;
  margin: 0;
  border-radius: 999px;
  background: #e6ebf0;
  border: 1px solid #d5dde6;
  overflow: hidden;
}
.fv4-strength.is-compact .fv4-meter {
  width: 4.25rem;
  height: 6px;
  border: 0;
}
.fv4-meter-fill {
  display: block;
  height: 100%;
  width: var(--fv4-strength, 33%);
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue-deep, #1648be) 0%, var(--blue, #2060f0) 55%, var(--blue-bright, #3b7cff) 100%);
  transition: width 0.2s ease;
}
.fv4-dose-card.is-simple .fv4-meter-fill {
  background: linear-gradient(90deg, var(--blue-deep, #1648be) 0%, var(--blue, #2060f0) 55%, var(--blue-bright, #3b7cff) 100%);
}
.fv4-higher-opt .fv4-strength {
  margin: 0;
}
/* Main row: dose identity | price — optically center columns */
.fv4-dose-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 0.625rem;
  row-gap: 0.5rem;
  align-items: center;
  width: 100%;
}
.fv4-dose-id {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
}
.fv4-mg {
  /* ExtraBold “g” ink sits below the line box — overflow:hidden flattened it */
  margin: -0.14em 0 0;
  padding-bottom: 0.18em;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.35;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  flex-shrink: 0;
  overflow: visible;
}
.fv4-schedule {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.35;
  color: #6b7380;
  white-space: pre-line;
}
.fv4-schedule.is-stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.fv4-schedule .fv4-sched-line { display: block; }
.fv4-price-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 0.2rem;
  text-align: right;
  min-width: 5.5rem;
  align-self: center;
}
.fv4-price { flex-shrink: 0; }
.fv4-price .amt {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.fv4-price .sub {
  display: block;
  margin-top: 0;
  font-size: 0.625rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1.2;
  color: #6b7380;
  white-space: nowrap;
}
/* 8-week Sema vs two 4-week — not the retired Website-price / You-save row */
.fv4-plan-save {
  display: block;
  margin: 0;
  max-width: 100%;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  color: var(--blue, #2060f0);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fv4-higher-opt:not(.is-selected) .fv4-plan-save {
  color: #8a96a8;
  font-weight: 650;
}
.finder-v4[data-layout="narrow"] .fv4-plan-save {
  font-size: 0.62rem;
}
/* Phone: keep the live dollar; drop “vs 4-week” so the price col does not ellipsis */
@media (max-width: 480px) {
  .fv4-plan-save {
    font-size: 0.56rem;
  }
  .finder-v4[data-layout="narrow"] .fv4-plan-save-vs {
    display: none;
  }
}
/* Rate strip — hairline + placement D “Works out to” (no website-price / You-save) */
.fv4-compare {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0.5rem 0 0;
  border-top: 1px solid #eef1f5;
  width: 100%;
}
.fv4-dose-card.is-simple .fv4-compare { display: none; }
.finder-v4[data-show-compare="true"] .fv4-compare,
.fv4-dose-card[data-show-compare="true"] .fv4-compare {
  display: flex;
}
/* Legacy compare markup (was/save) — kept hidden if old HTML remains */
.fv4-compare-row,
.fv4-was-block,
.fv4-was-label,
.fv4-was-amt,
.fv4-save,
.fv4-save-row,
.fv4-was-line,
.fv4-was {
  display: none !important;
}
.fv4-afford {
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
  border-top: 0;
  font-size: 0.6875rem;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.05;
  color: #6b7380;
  text-align: center;
  text-transform: none;
  font-variant-numeric: tabular-nums;
  white-space: normal;
}
/* Placement D: quiet prefix + plain $X/mo | ~/day (no middot) — month-blue tint */
.fv4-afford.fv4-works-out {
  display: flex;
  justify-content: center;
  /* Center whisper to rate figures (not baseline — small label was sitting low) */
  align-items: center;
  flex-wrap: wrap;
  gap: 0.22rem 0.45rem;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}
.fv4-whisper {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  align-self: center;
  margin: 0;
  /* Match .fv4-num line box so “Works out to” shares the rate midline */
  min-height: calc(1.12rem * 1.05);
  font-size: 0.72rem;
  font-weight: 550;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #5c6b80;
}
.fv4-inline-rates {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 0;
}
.fv4-inline-rates .fv4-cell {
  padding: 0.05rem 0.45rem;
  font-variant-numeric: tabular-nums;
}
.fv4-inline-rates .fv4-cell:first-child { padding-left: 0; }
.fv4-inline-rates .fv4-cell:last-child { padding-right: 0; }
.fv4-vdiv {
  width: 1px;
  align-self: center;
  min-height: 1.1rem;
  margin: 0 0.05rem;
  background: color-mix(in srgb, #dce3ee 92%, var(--blue, #2060f0) 8%);
  opacity: 0.9;
}
.fv4-val-line {
  display: inline-flex;
  align-items: baseline;
  gap: 0.06rem;
  font-variant-numeric: tabular-nums;
  line-height: 1.05;
  font-family: inherit;
}
.fv4-num {
  font-family: inherit;
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--ink, #0b1220);
  font-variant-numeric: tabular-nums;
}
.fv4-sfx {
  font-family: inherit;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.05;
  color: #9aa5b5;
}
.fv4-afford .fv4-per-mo,
.fv4-afford .fv4-per-day {
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  /* Do not inherit muted .fv4-afford gray — month-blue rules set color */
}
/* Month blue (#2): $/mo brand blue; day ink; 4-week day-only → blue on day */
.fv4-works-out .fv4-num.fv4-per-mo {
  color: var(--blue, #2060f0);
}
.fv4-works-out .fv4-num.fv4-per-day {
  color: var(--ink, #0b1220);
}
.fv4-compare[data-rate-mode="day"] .fv4-works-out .fv4-num.fv4-per-day,
.fv4-works-out:not(:has(.fv4-per-mo)) .fv4-num.fv4-per-day {
  color: var(--blue, #2060f0);
}
.fv4-price-col > .fv4-afford {
  margin: auto 0 0;
  font-size: 0.66rem;
  text-align: right;
  white-space: nowrap;
}
.fv4-cta-row {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.25rem;
  margin-top: 0;
}
.fv4-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  width: 100%;
  max-width: 16.5rem;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  background: var(--coral);
  color: #fff;
  font-weight: 750;
  font-size: 0.92rem;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 2px 0 var(--coral-deep);
  border: 0;
  cursor: pointer;
  font-family: var(--font);
  box-sizing: border-box;
}
.fv4-cta:hover { background: var(--coral-deep); }
/* Lightning on coral Buy now only — type/size/height stay locked */
.buy-bolt {
  gap: 0.4rem;
}
.buy-bolt .buy-bolt-icon,
.buy-bolt svg {
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 auto;
  display: block;
}
/* Legacy .fv4-ready status line removed — decorative noise under CTAs */
.fv4-ready { display: none !important; }
.fv4-cta-secondary {
  display: none;
  margin: 0;
  padding: 0.15rem 0;
  border: 0;
  background: none;
  color: var(--blue);
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  max-width: 16.5rem;
  width: 100%;
}
.finder-v4[data-checkout-mode="instant"] .fv4-cta-secondary:not([hidden]) {
  display: block;
}
.finder-v4[data-layout="wide"] .fv4-cta-secondary:not([hidden]) {
  text-align: center;
}
/*
 * Higher-doses accordion — shared home wide + PDP/blog narrow.
 * Closed (home / blog / PDP / partner): “Already on these meds? See higher doses.”
 * Open: “Higher doses” · secondary “Keep Starter” + chevron up — still one row.
 * Soft chrome (#fbfcfe / light border / ~0.86rem) — not a primary CTA.
 */
.fv4-higher {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  width: 100%;
  padding: 0.82rem 0.75rem;
  border: 1px solid #e2e8f0;
  border-radius: var(--radius, 8px);
  background: #fbfcfe;
  box-shadow: none;
  text-align: left;
  cursor: pointer;
  font-family: var(--font);
  transition: border-color 0.15s ease, background 0.15s ease;
}
.fv4-higher:hover {
  border-color: #d5dde8;
  background: #f7f9fc;
}
.fv4-higher:focus-visible {
  outline: 2px solid var(--blue-bright, #3b7cff);
  outline-offset: 2px;
}
.fv4-higher[aria-expanded="true"] {
  border-color: #e2e8f0;
  background: #fbfcfe;
  box-shadow: none;
}
.fv4-higher-text {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}
.fv4-higher-q {
  flex: 0 1 auto;
  min-width: 0;
  font-size: 0.86rem;
  font-weight: 550;
  letter-spacing: -0.005em;
  color: var(--ink, #0b1220);
  line-height: 1.25;
  /* Prefer wrap over “See higher d…” ellipsis on narrow hero cards */
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
/* PDP lock: only “See higher doses” is underlined — not bold. Do not revert. */
.fv4-higher-q .fv4-higher-see {
  font-weight: inherit;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}
@media (min-width: 720px) {
  .finder-v4[data-layout="wide"] .fv4-higher-q {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.fv4-higher-action {
  flex: 0 0 auto;
  margin-left: auto;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--ink-soft, #5c6b80);
  line-height: 1.25;
  white-space: nowrap;
}
.fv4-higher-action[hidden] {
  display: none !important;
}
/* Quiet CSS chevron — right, vertically centered; thinner than .fv4-dd-chevron */
.fv4-higher .chev {
  flex: 0 0 auto;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  overflow: hidden;
  opacity: 0.5;
  border-right: 1.5px solid var(--ink-soft, #5c6b80);
  border-bottom: 1.5px solid var(--ink-soft, #5c6b80);
  transform: rotate(45deg);
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.fv4-higher:hover .chev {
  opacity: 0.65;
}
.fv4-higher[aria-expanded="true"] .chev {
  transform: rotate(225deg);
}
.fv4-higher[hidden] {
  display: none !important;
}
.fv4-higher-list {
  display: none;
  flex-direction: column;
  gap: 0.45rem;
  /* Inset cards so selected border/ring is never clipped by overflow ancestors */
  padding: 2px;
  border: 0;
  background: transparent;
  overflow: visible;
}
.fv4-higher-list.is-open { display: flex; }
.fv4-higher-callout {
  margin: 0;
  padding: 0.55rem 0.7rem;
  border-radius: 8px;
  border: 1px solid #f0d7a8;
  background: #fff8eb;
  color: #5c4a28;
  font-size: 0.72rem;
  line-height: 1.35;
}
.fv4-higher-callout strong {
  color: #3f3218;
  font-weight: 750;
}
.fv4-higher-heading {
  margin: 0.05rem 0 0;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  color: var(--ink);
}
/* Local mock 2026-08-18: 8-week path pills under See higher doses. */
.fv4-higher-filter {
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
  margin: 0.05rem 0 0.08rem;
}
.fv4-higher-filter-label {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft, #5c6b80);
  line-height: 1.2;
}
.fv4-higher-filter-pills {
  display: flex;
  align-items: stretch;
  gap: 0.28rem;
  min-width: 0;
}
.fv4-higher-filter-pill {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 2.6rem;
  padding: 0.36rem 0.45rem;
  border: 1px solid var(--line, #dce3ee);
  border-radius: 999px;
  background: #eef1f6;
  color: var(--ink-soft, #5c6b80);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: -0.015em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
}
.fv4-higher-filter-pill.is-selected {
  border-color: var(--blue, #2060f0);
  background: var(--blue, #2060f0);
  color: #fff;
}
.fv4-higher-filter-pill:focus-visible {
  outline: 2px solid var(--blue-bright, #3b7cff);
  outline-offset: 2px;
}
.fv4-higher-filter-hint {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.3;
  color: var(--ink-soft, #5c6b80);
  text-align: center;
}
/* Compact DealCatcher-density SKU cards (~165px target) */
.fv4-higher-opt {
  --fv4-card-pad-y: 0.65rem;
  --fv4-card-pad-x: 0.8rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.28rem;
  width: 100%;
  padding: var(--fv4-card-pad-y) var(--fv4-card-pad-x);
  border: 1px solid #c9ccd1;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  font-family: var(--font);
  box-shadow: none;
  color: var(--ink, #0b1220);
  overflow: hidden;
  flex-shrink: 0;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.fv4-higher-opt .fv4-month-bar {
  margin-bottom: 0.12rem;
  padding: 0.36rem 0.65rem;
  font-size: 0.78rem;
}
.fv4-higher-opt:hover {
  border-color: #aeb4bc;
  background: #fff;
}
.fv4-higher-opt .fv4-radio {
  border-color: #8c9196;
  background: #fff;
}
.fv4-higher-opt .fv4-meter {
  background: #e6ebf0;
  border-color: #d5dde6;
  opacity: 1;
}
.fv4-higher-opt .fv4-meter-fill {
  background: #adb6c1;
}
.fv4-higher-opt .fv4-mg,
.fv4-higher-opt .fv4-price .amt {
  color: var(--ink, #0b1220);
}
.fv4-higher-opt .fv4-schedule,
.fv4-higher-opt .fv4-price .sub {
  color: #6b7380;
}
.fv4-higher-opt.is-selected {
  border-color: var(--blue, #2060f0);
  /* Inset ring — outer box-shadow was clipped by scroll/overflow parents on the left */
  box-shadow: inset 0 0 0 1px var(--blue, #2060f0);
  background: #fff;
  color: var(--ink, #0b1220);
}
.fv4-higher-opt.is-selected:hover {
  border-color: var(--blue-deep, #1648be);
  box-shadow: inset 0 0 0 1px var(--blue-deep, #1648be);
  background: #fff;
}
.fv4-higher-opt.is-selected .fv4-radio {
  border-color: var(--blue, #2060f0);
  background: radial-gradient(circle at center, var(--blue, #2060f0) 0 38%, #fff 42%);
}
.fv4-higher-opt.is-selected .fv4-meter {
  background: #e6ebf0;
  border-color: #d5dde6;
  opacity: 1;
}
.fv4-higher-opt.is-selected .fv4-meter-fill {
  background: linear-gradient(90deg, var(--blue-deep, #1648be) 0%, var(--blue, #2060f0) 55%, var(--blue-bright, #3b7cff) 100%);
}
.fv4-higher-opt.is-selected .fv4-mg,
.fv4-higher-opt.is-selected .fv4-price .amt {
  color: var(--ink, #0b1220);
}
.fv4-higher-opt.is-selected .fv4-schedule,
.fv4-higher-opt.is-selected .fv4-price .sub {
  color: #6b7380;
}
.fv4-higher-opt .fv4-compare {
  display: flex;
  padding-top: 0.4rem;
}
.fv4-higher-opt .fv4-status-row {
  margin: 0;
  min-height: 0.95rem;
  gap: 0.4rem;
}
.fv4-higher-opt .fv4-radio {
  width: 15px;
  height: 15px;
}
.fv4-higher-opt .fv4-dose-main {
  column-gap: 0.5rem;
}
.fv4-higher-opt .fv4-mg {
  font-size: 0.875rem;
  line-height: 1.28;
}
.fv4-higher-opt .fv4-schedule {
  font-size: 0.68rem;
  line-height: 1.3;
}
.fv4-higher-opt .fv4-price .amt {
  font-size: 1.35rem;
  line-height: 1;
}
.fv4-higher-opt .fv4-price .sub {
  font-size: 0.58rem;
  margin-top: 0.1rem;
}
/* Higher-dose accordion cards: quieter below-hairline strip (primary Starter tile stays bumped).
   Include narrow layout so PDP buy-rail rules don’t override these. */
.fv4-higher-opt .fv4-afford.fv4-works-out,
.finder-v4[data-layout="narrow"] .fv4-higher-opt .fv4-afford.fv4-works-out {
  margin: 0;
  padding: 0;
  gap: 0.12rem 0.28rem;
}
.fv4-higher-opt .fv4-num,
.finder-v4[data-layout="narrow"] .fv4-higher-opt .fv4-num {
  font-size: 0.86rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}
.fv4-higher-opt .fv4-sfx,
.finder-v4[data-layout="narrow"] .fv4-higher-opt .fv4-sfx {
  font-size: 0.54rem;
}
.fv4-higher-opt .fv4-whisper,
.finder-v4[data-layout="narrow"] .fv4-higher-opt .fv4-whisper {
  font-size: 0.58rem;
  letter-spacing: 0.005em;
  min-height: calc(0.86rem * 1.05);
}
.fv4-higher-opt .fv4-inline-rates .fv4-cell,
.finder-v4[data-layout="narrow"] .fv4-higher-opt .fv4-inline-rates .fv4-cell {
  padding: 0.01rem 0.28rem;
}
.fv4-higher-opt .fv4-vdiv,
.finder-v4[data-layout="narrow"] .fv4-higher-opt .fv4-vdiv {
  min-height: 0.86rem;
}

/*
 * Unselected higher-dose: mute economics so the ladder doesn’t overwhelm.
 * Whole below-hairline strip → gray (no month-blue). Soften sticker ~65% ink.
 * Still clickable — not disabled chrome.
 */
.fv4-higher-opt:not(.is-selected) .fv4-price .amt,
.finder-v4[data-layout="narrow"] .fv4-higher-opt:not(.is-selected) .fv4-price .amt {
  color: color-mix(in srgb, var(--ink, #0b1220) 65%, #9aa5b5 35%);
}
.fv4-higher-opt:not(.is-selected) .fv4-afford.fv4-works-out,
.finder-v4[data-layout="narrow"] .fv4-higher-opt:not(.is-selected) .fv4-afford.fv4-works-out {
  opacity: 0.92;
}
.fv4-higher-opt:not(.is-selected) .fv4-whisper,
.finder-v4[data-layout="narrow"] .fv4-higher-opt:not(.is-selected) .fv4-whisper {
  font-weight: 500;
  color: #9aa5b5;
}
.fv4-higher-opt:not(.is-selected) .fv4-sfx,
.finder-v4[data-layout="narrow"] .fv4-higher-opt:not(.is-selected) .fv4-sfx {
  color: #b0b8c4;
}
.fv4-higher-opt:not(.is-selected) .fv4-vdiv,
.finder-v4[data-layout="narrow"] .fv4-higher-opt:not(.is-selected) .fv4-vdiv {
  background: #d5dbe4;
  opacity: 0.7;
}
.fv4-higher-opt:not(.is-selected) .fv4-works-out .fv4-num.fv4-per-mo,
.fv4-higher-opt:not(.is-selected) .fv4-works-out .fv4-num.fv4-per-day,
.fv4-higher-opt:not(.is-selected) .fv4-compare[data-rate-mode="day"] .fv4-works-out .fv4-num.fv4-per-day,
.fv4-higher-opt:not(.is-selected) .fv4-works-out:not(:has(.fv4-per-mo)) .fv4-num.fv4-per-day,
.finder-v4[data-layout="narrow"] .fv4-higher-opt:not(.is-selected) .fv4-works-out .fv4-num.fv4-per-mo,
.finder-v4[data-layout="narrow"] .fv4-higher-opt:not(.is-selected) .fv4-works-out .fv4-num.fv4-per-day,
.finder-v4[data-layout="narrow"] .fv4-higher-opt:not(.is-selected) .fv4-compare[data-rate-mode="day"] .fv4-works-out .fv4-num.fv4-per-day,
.finder-v4[data-layout="narrow"] .fv4-higher-opt:not(.is-selected) .fv4-works-out:not(:has(.fv4-per-mo)) .fv4-num.fv4-per-day {
  color: #8a96a8;
}

/*
 * Selected higher-dose: full placement D colors (month-blue $/mo, day ink, readable whisper).
 * Keeps accordion density; primary Starter tile stays at bumped full strength.
 */
.fv4-higher-opt.is-selected .fv4-price .amt,
.finder-v4[data-layout="narrow"] .fv4-higher-opt.is-selected .fv4-price .amt {
  color: var(--ink, #0b1220);
}
.fv4-higher-opt.is-selected .fv4-afford.fv4-works-out,
.finder-v4[data-layout="narrow"] .fv4-higher-opt.is-selected .fv4-afford.fv4-works-out {
  opacity: 1;
}
.fv4-higher-opt.is-selected .fv4-whisper,
.finder-v4[data-layout="narrow"] .fv4-higher-opt.is-selected .fv4-whisper {
  font-weight: 550;
  color: #5c6b80;
}
.fv4-higher-opt.is-selected .fv4-sfx,
.finder-v4[data-layout="narrow"] .fv4-higher-opt.is-selected .fv4-sfx {
  color: #9aa5b5;
}
.fv4-higher-opt.is-selected .fv4-vdiv,
.finder-v4[data-layout="narrow"] .fv4-higher-opt.is-selected .fv4-vdiv {
  background: color-mix(in srgb, #dce3ee 92%, var(--blue, #2060f0) 8%);
  opacity: 0.9;
}
.fv4-higher-opt.is-selected .fv4-works-out .fv4-num.fv4-per-mo,
.finder-v4[data-layout="narrow"] .fv4-higher-opt.is-selected .fv4-works-out .fv4-num.fv4-per-mo {
  color: var(--blue, #2060f0);
}
.fv4-higher-opt.is-selected .fv4-works-out .fv4-num.fv4-per-day,
.finder-v4[data-layout="narrow"] .fv4-higher-opt.is-selected .fv4-works-out .fv4-num.fv4-per-day {
  color: var(--ink, #0b1220);
}
.fv4-higher-opt.is-selected .fv4-compare[data-rate-mode="day"] .fv4-works-out .fv4-num.fv4-per-day,
.fv4-higher-opt.is-selected .fv4-works-out:not(:has(.fv4-per-mo)) .fv4-num.fv4-per-day,
.finder-v4[data-layout="narrow"] .fv4-higher-opt.is-selected .fv4-compare[data-rate-mode="day"] .fv4-works-out .fv4-num.fv4-per-day,
.finder-v4[data-layout="narrow"] .fv4-higher-opt.is-selected .fv4-works-out:not(:has(.fv4-per-mo)) .fv4-num.fv4-per-day {
  color: var(--blue, #2060f0);
}

/* Narrow = PDP sticky buy column (~360px) — stack med/program/prog above dose */
.finder-v4[data-layout="narrow"] {
  width: 100%;
  max-width: 380px;
}
.buy-box .finder-v4[data-layout="narrow"] { max-width: none; }
@media (max-width: 1023px) {
  .buy-box .finder-v4[data-layout="narrow"],
  .buy-box .finder.finder-v4[data-layout="narrow"] {
    max-width: var(--hero-widget-stacked-max, 440px);
    margin-inline: auto;
  }
}
.finder-v4[data-layout="narrow"] .fv4-body {
  grid-template-columns: 1fr;
  gap: 0.65rem;
  padding: 0.55rem 0.85rem 0.55rem;
}
.finder-v4[data-layout="narrow"]:has(.fv4-cta-secondary:not([hidden])) .fv4-body,
.finder-v4[data-layout="narrow"]:has(.buy-reassure) .fv4-body {
  padding-bottom: 1rem;
}
/* Home/blog rail: PDP-tight pad under the cite (screenshot). */
.home-price-rail .finder-v4[data-layout="narrow"]:has(.fv4-cta-secondary:not([hidden])) .fv4-body,
.home-price-rail .finder-v4[data-layout="narrow"]:has(.buy-reassure) .fv4-body,
.blog-checkout-rail .finder-v4[data-layout="narrow"]:has(.fv4-cta-secondary:not([hidden])) .fv4-body,
.blog-checkout-rail .finder-v4[data-layout="narrow"]:has(.buy-reassure) .fv4-body,
.page-partner-example .buy-box .finder-v4[data-layout="narrow"]:has(.fv4-cta-secondary:not([hidden])) .fv4-body,
.page-partner-example .buy-box .finder-v4[data-layout="narrow"]:has(.buy-reassure) .fv4-body,
.drawer .finder-v4[data-layout="narrow"]:has(.fv4-cta-secondary:not([hidden])) .fv4-body,
.drawer .finder-v4[data-layout="narrow"]:has(.buy-reassure) .fv4-body {
  padding-bottom: 0.35rem;
}
/* Narrow sticky: keep identity | price side-by-side (DealCatcher proportions) */
.finder-v4[data-layout="narrow"] .fv4-dose-card {
  --fv4-card-pad-y: 0.9rem;
  --fv4-card-pad-x: 0.95rem;
  padding: var(--fv4-card-pad-y) var(--fv4-card-pad-x);
  gap: 0.4rem;
}
.finder-v4[data-layout="narrow"] .fv4-dose-main {
  grid-template-columns: minmax(0, 1fr) auto;
  column-gap: 0.625rem;
  align-items: center;
}
.finder-v4[data-layout="narrow"] .fv4-price-col,
.finder-v4[data-layout="narrow"] .fv4-save-row {
  align-items: flex-end;
  justify-content: center;
  text-align: right;
  /* Shared home/blog: do not lock 5.5rem — that steals space from schedule
     and makes the dose card taller when the viewport squeezes. */
  min-width: 0;
}
.finder-v4[data-layout="narrow"] .fv4-dose-id {
  min-width: 0;
}
.finder-v4[data-layout="narrow"] .fv4-mg {
  white-space: nowrap;
  overflow: visible;
  text-overflow: unset;
  max-width: 100%;
}
.finder-v4[data-layout="narrow"] .fv4-afford.fv4-works-out {
  margin: 0;
  padding: 0;
  gap: 0.18rem 0.35rem;
  flex-wrap: nowrap;
}
.finder-v4[data-layout="narrow"] .fv4-num {
  font-size: 1rem;
}
.finder-v4[data-layout="narrow"] .fv4-schedule {
  font-size: 0.78rem;
  max-width: 100%;
}
.finder-v4[data-layout="narrow"] .fv4-schedule.is-stacked .fv4-sched-line {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.finder-v4[data-layout="narrow"] .fv4-schedule:not(.is-stacked) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.finder-v4[data-layout="narrow"] .fv4-price .sub {
  font-size: 0.72rem;
}
.finder-v4[data-layout="narrow"] .fv4-sfx {
  font-size: 0.72rem;
}
.finder-v4[data-layout="narrow"] .fv4-whisper {
  font-size: 0.75rem;
  min-height: calc(1rem * 1.05);
}
.finder-v4[data-layout="narrow"] .fv4-cta-row {
  align-items: stretch;
  text-align: center;
}
.finder-v4[data-layout="narrow"] .fv4-cta,
.finder-v4[data-layout="narrow"] .fv4-cta-secondary {
  max-width: none;
  text-align: center;
}
.finder-v4[data-layout="narrow"] .fv4-cta {
  display: flex;
  width: 100%;
}
.finder-v4 .buy-reassure {
  width: 100%;
  max-width: 16.5rem;
  margin: 0.2rem auto 0;
  text-align: center;
}
.buy-box .finder-v4 .buy-reassure {
  max-width: none;
}
.buy-box .finder-v4 .buy-reassure-cite {
  display: block;
  text-align: center;
}
.buy-box .finder-v4 .buy-reassure-cite .pdp-stars {
  display: inline;
  margin-right: 0.28rem;
}
.finder-v4 .buy-reassure-refund {
  margin: 0;
  font-size: 0.72rem;
  line-height: 1.3;
  font-weight: 550;
  color: var(--ink-soft, #5c6b80);
}
.finder-v4 .buy-reassure .trust-origin {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 0.38rem auto 0;
  padding: 0.32rem 0.72rem 0.32rem 0.48rem;
  border-radius: 999px;
  background: #eef2f7;
  color: #1a2332;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: 1;
  white-space: nowrap;
}
.finder-v4 .buy-reassure .trust-origin-flag {
  display: block;
  width: 1rem;
  height: 0.56rem;
  border-radius: 1px;
  box-shadow: 0 0 0 1px rgba(11, 18, 32, 0.08);
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .finder-v4 .buy-reassure {
    max-width: none;
  }
}
.finder-v4 .buy-reassure-quote {
  margin: 0.28rem 0 0;
  font-size: 0.72rem;
  line-height: 1.35;
  font-weight: 500;
  font-style: italic;
  color: var(--ink, #0b1220);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: calc(1.35em * 2);
  overflow-wrap: anywhere;
  transition: opacity 0.18s ease;
}
.finder-v4 .buy-reassure-quote.is-swap {
  opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
  .finder-v4 .buy-reassure-quote {
    transition: none;
  }
}
.finder-v4 .buy-reassure-cite {
  width: 100%;
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.28rem;
  font-size: 0.68rem;
  font-weight: 550;
  color: var(--ink-soft, #5c6b80);
}
.finder-v4 .buy-reassure-cite a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.finder-v4 .buy-reassure-cite .pdp-stars {
  color: #c9a227;
  letter-spacing: 0.04em;
}
.finder-v4[data-layout="narrow"] .fv4-stepper {
  flex-wrap: wrap;
  font-size: 0.74rem;
}
.finder-v4[data-layout="narrow"] .fv4-promo {
  font-size: 0.78rem;
  padding: 0.55rem 0.75rem;
}

/*
 * Homepage wide (legacy two-pane): soft cap so the hero doesn’t grow without bound.
 * Narrow PDP rail: one scroller (.buy-box) — doses, Buy now, refund, reviews.
 * Do not nest-scroll or clip .fv4-higher-list (that cut off Buy now + proof).
 */
.finder-v4[data-layout="wide"] .fv4-higher-list.is-open {
  max-height: min(55vh, 30rem);
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
  /* Keep 2px inset from .fv4-higher-list; extra right for scrollbar */
  padding: 2px 0.2rem 2px 2px;
}
/* In-flow CTA + proof. Sticky bottom covered refund/reviews. */
.buy-box .finder-v4[data-layout="narrow"] .fv4-cta-row {
  position: static;
  margin-top: 0.35rem;
  padding-top: 0.55rem;
  padding-bottom: 0;
}
.buy-box .finder-v4[data-layout="narrow"] .fv4-cta-row:has(.fv4-cta-secondary:not([hidden])) {
  padding-bottom: 0.15rem;
}
@media (min-width: 1024px) {
  .buy-col {
    max-height: var(--fv4-rail-room, calc(100dvh - var(--nav-offset, 5.5rem) - 0.5rem));
  }
}

/* In-widget checkout — Plan → Review → Payment → Shipping */
.fv4-checkout { display: none; padding: 0.75rem 0.75rem 1.05rem; }
.finder-v4.is-checkout .fv4-body { display: none; }
.finder-v4.is-checkout .fv4-stepper { display: none; }
.finder-v4.is-checkout .fv4-checkout { display: block; }
/*
 * Checkout header: Edit plan / Back to plan on its own line (left), then
 * Review / Payment / Shipping centered underneath. Same inset on home
 * and PDP. Hug content — 44px min-height is for form fields, not this chrome.
 *
 * One rhythm (do not mix 0.4 / 0.85 / 0.28):
 *   card inset  0.75rem top+sides  (matches, so Back is not jammed in the corner)
 *   bar gap     0.5rem             (Back → steps)
 *   bar pad-b   0.75rem            (steps → divider; more than the gap so circles clear)
 *   bar margin  0.75rem            (divider → "Review your order")
 */
.fv4-co-bar {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.5rem;
  min-height: 0;
  margin: 0 0 0.75rem;
  padding: 0 0 0.75rem;
  border-bottom: 1px solid var(--line);
}
.fv4-co-back {
  position: static;
  z-index: auto;
  display: inline-flex;
  align-items: center;
  min-height: 0;
  height: auto;
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
  color: var(--blue);
  font-family: var(--font);
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  flex: 0 0 auto;
  align-self: flex-start;
  min-width: 0;
  line-height: 1.2;
  white-space: nowrap;
}
.fv4-co-back:hover { color: var(--blue-deep, #1648be); text-decoration: underline; }
/* Plan + price live in the Review recap — hide duplicate header summary */
.fv4-co-summary {
  display: none !important;
}
.fv4-co-summary b { color: var(--ink); font-weight: 750; }
.fv4-co-sum-price {
  color: var(--ink);
  font-weight: 800;
  white-space: nowrap;
  font-size: 0.92rem;
}
.fv4-co-steps {
  position: static;
  left: auto;
  top: auto;
  height: auto;
  min-height: 0;
  transform: none;
  z-index: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.4rem;
  width: 100%;
  max-width: none;
  flex: 0 0 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  color: #9aa6b8;
  pointer-events: auto;
}
.fv4-co-steps .fv4-co-step,
.fv4-co-steps > span[data-co-step] {
  pointer-events: auto;
  cursor: default;
}
/* Legacy: steps still a sibling of .fv4-co-bar (older embeds) */
.fv4-checkout > .fv4-co-steps {
  position: static;
  left: auto;
  top: auto;
  height: auto;
  transform: none;
  width: 100%;
  max-width: none;
  margin: 0 0 1rem;
  padding: 0 0 0.55rem;
  justify-content: center;
  border-bottom: 1px solid var(--line);
  pointer-events: auto;
}
.fv4-co-bar-balance {
  display: none !important;
}
.fv4-co-step {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  font-family: var(--font);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  cursor: default;
  opacity: 0.72;
}
.fv4-co-step.is-on {
  color: var(--blue);
  opacity: 1;
}
.fv4-co-step.is-done {
  color: var(--ink-soft);
  opacity: 1;
}
.fv4-co-step.is-jumpable,
.fv4-co-step.is-jumpable:hover {
  cursor: default;
  color: inherit;
}
.fv4-co-step.is-jumpable.is-on,
.fv4-co-step.is-jumpable.is-on:hover {
  color: var(--blue);
}
.fv4-co-step.is-jumpable.is-done,
.fv4-co-step.is-jumpable.is-done:hover {
  color: var(--ink-soft);
}
.fv4-co-step:disabled {
  cursor: default;
}
.fv4-co-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  border: 1.5px solid currentColor;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1;
  flex-shrink: 0;
}
.fv4-co-step.is-on .fv4-co-step-num {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
.fv4-co-step.is-done .fv4-co-step-num {
  background: var(--sky, #f2f6fc);
  border-color: var(--blue);
  color: var(--blue);
}
.fv4-co-steps .sep {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
  max-width: 1.5rem;
  height: 2px;
  border-radius: 2px;
  background: var(--line);
  align-self: center;
}
.fv4-co-steps .sep.is-done {
  background: rgba(32, 96, 240, 0.45);
}
/* Legacy span steppers (PDP) still get underline treatment */
.fv4-co-steps > span[data-co-step] {
  flex: 0 0 auto;
  line-height: 1.2;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid transparent;
  font-size: 0.8rem;
  font-weight: 700;
}
.fv4-co-steps > span[data-co-step].is-on {
  color: var(--blue);
  border-bottom-color: var(--blue);
}
.fv4-co-steps > span[data-co-step].is-done { color: var(--ink-soft); }
.fv4-co-panel {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.fv4-co-panel[hidden] { display: none !important; }
.fv4-co-panel h3 {
  margin: 0 0 0.3rem;
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.fv4-co-lead {
  margin: 0 0 0.95rem;
  font-size: 0.84rem;
  color: var(--ink-soft);
  line-height: 1.45;
}
.fv4-co-recap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.35rem 0.85rem;
  margin: 0 0 1.05rem;
  padding: 0.85rem 0.95rem;
  border-radius: 10px;
  border: 1px solid rgba(32, 96, 240, 0.18);
  background: linear-gradient(180deg, var(--sky, #f2f6fc) 0%, #fff 100%);
}
.fv4-co-recap-main {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}
.fv4-co-recap-main strong {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.28rem;
  min-width: 0;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1.25;
}
.fv4-co-recap-title-text {
  display: block;
  min-width: 0;
  font-weight: inherit;
  overflow-wrap: break-word;
  hyphens: none;
}
.fv4-co-recap-weeks {
  white-space: nowrap;
  hyphens: none;
  word-break: keep-all;
}
.fv4-co-recap-main [data-co-recap-detail] {
  display: block;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--ink-soft);
  line-height: 1.35;
}
.fv4-co-recap-main [data-co-recap-detail].is-stacked {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.05rem;
}
.fv4-co-recap-sched-line {
  display: block;
}
.fv4-co-recap-main .fv4-dd-med-pill {
  margin: 0;
  flex: 0 0 auto;
}
.fv4-co-recap-price {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--ink);
  line-height: 1.2;
  white-space: nowrap;
  align-self: start;
}
.fv4-co-recap-note {
  grid-column: 1 / -1;
  margin: 0.15rem 0 0;
  padding-top: 0.55rem;
  border-top: 1px solid rgba(32, 96, 240, 0.12);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--ink-soft);
  line-height: 1.2;
  white-space: nowrap;
}
.fv4-co-section-label {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--blue-deep, #1648be);
}
.fv4-co-fields { display: grid; gap: 0.7rem; }
.fv4-co-fields.two { grid-template-columns: 1fr 1fr; gap: 0.7rem; }
.fv4-co-field label {
  display: block;
  margin: 0 0 0.28rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.fv4-co-field input,
.fv4-co-field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 0.68rem 0.8rem;
  font-family: var(--font);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
  outline: none;
  box-sizing: border-box;
}
.fv4-co-field input::placeholder,
.fv4-co-field select:invalid {
  color: #9aa6b8;
  font-weight: 500;
}
.fv4-co-field input:focus,
.fv4-co-field select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(32, 96, 240, 0.15);
}
.fv4-co-field.is-invalid input {
  border-color: #e85d4c;
  box-shadow: 0 0 0 3px rgba(232, 93, 76, 0.18);
}
.fv4-co-pay-note {
  margin: 0.85rem 0 0;
  padding: 0.65rem 0.8rem;
  border-radius: 8px;
  background: var(--sky);
  border: 1px solid rgba(32, 96, 240, 0.14);
  font-size: 0.78rem;
  color: var(--ink-soft);
  line-height: 1.45;
}
.fv4-co-pay-note code {
  font-size: 0.72rem;
  color: var(--blue);
  font-weight: 700;
}
.fv4-co-error {
  margin: 0 0 0.75rem;
  padding: 0.7rem 0.8rem;
  border-radius: 8px;
  border: 1px solid #f0b4ae;
  background: #fff5f4;
  color: #7a2e28;
}
.fv4-co-error.tone-warning {
  border-color: #e0c48a;
  background: #fff8eb;
  color: #6a4b12;
}
.fv4-co-error strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.88rem;
}
.fv4-co-error p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.45;
  font-weight: 500;
}
.fv4-co-error a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.fv4-co-next.is-busy {
  opacity: 0.75;
  cursor: wait;
}
.fv4-co-saved {
  margin-bottom: 0.65rem;
}
.fv4-co-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 1.1rem;
}
.fv4-co-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  min-width: 10rem;
  padding: 0.6rem 1.2rem;
  border-radius: 10px;
  background: var(--coral);
  color: #fff;
  font-weight: 750;
  font-size: 0.92rem;
  line-height: 1.2;
  text-align: center;
  box-shadow: 0 2px 0 var(--coral-deep);
  border: 0;
  cursor: pointer;
  font-family: var(--font);
  box-sizing: border-box;
}
.fv4-co-next:hover { background: var(--coral-deep); }
.fv4-co-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.6rem 1rem;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
  font-family: var(--font);
  box-sizing: border-box;
}
.fv4-co-ghost:hover { background: var(--sky); border-color: #c5cedd; }
.fv4-co-done { text-align: center; padding: 1.35rem 0.5rem 0.55rem; }
.fv4-co-done h3 {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.fv4-co-done p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.45;
}
.fv4-co-done .fv4-co-actions { justify-content: center; margin-top: 1.15rem; }
/* Paid thank-you: the order is no longer editable, so drop "← Back to plan",
   the stale stepper, and the "Back to plan" action. Intake and Finish setup
   (the two real next steps) are the only controls left. */
.fv4-checkout.is-checkout-done .fv4-co-bar { display: none; }
.fv4-checkout.is-checkout-done
  [data-co-panel="done"]
  .fv4-co-actions
  .fv4-co-next:not([data-co-intake]):not([data-co-setup]) {
  display: none;
}
.fv4-co-next.is-secondary {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: none;
}
.fv4-co-next.is-secondary:hover { background: var(--sky); border-color: #c5cedd; }
/* Actions stack column-reverse elsewhere; on the thank-you keep DOM order so
   intake stays the first thing a customer sees. */
.finder-v4[data-layout="narrow"] .fv4-co-done .fv4-co-actions {
  flex-direction: column;
}

/*
 * Inline (non-sheet) checkout on a phone: Payment and Shipping fill the screen
 * with the recap, card fields, the charge disclosure and the CTA, so the GHL
 * bubble has nothing safe to sit on. The sheet path already hides it for these
 * same steps (fm-mobile-checkout-sheet.css body.sheet-open) — match that rather
 * than shuffling the overlap onto the disclosure copy. Chat returns on Review,
 * on the thank-you, and everywhere else.
 */
@media (max-width: 1023px) {
  body.fm-checkout-pay chat-widget,
  body.fm-checkout-pay [data-fm-ghl-chat],
  body.fm-checkout-pay #chat-widget-container {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}
.finder-v4[data-layout="narrow"] .fv4-co-fields.two { grid-template-columns: 1fr; }
.finder-v4[data-layout="narrow"] .fv4-co-actions {
  flex-direction: column-reverse;
  align-items: stretch;
}
.finder-v4[data-layout="narrow"] .fv4-co-next,
.finder-v4[data-layout="narrow"] .fv4-co-ghost {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.finder-v4[data-layout="narrow"].is-checkout .fv4-checkout {
  padding: 0.75rem 0.75rem 1.05rem;
}
.finder-v4[data-layout="narrow"].is-checkout .fv4-co-bar {
  min-height: 0;
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  gap: 0.5rem;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: stretch;
}
.finder-v4[data-layout="narrow"].is-checkout .fv4-co-back,
.finder-v4[data-layout="narrow"].is-checkout .fv4-co-steps {
  height: auto;
  min-height: 0;
}
.finder-v4[data-layout="narrow"].is-checkout .fv4-co-back {
  flex: 0 0 auto;
  align-self: flex-start;
}
.finder-v4[data-layout="narrow"].is-checkout .fv4-co-steps {
  flex: 0 0 auto;
  width: 100%;
  min-width: 0;
  gap: 0.28rem 0.32rem;
  max-width: none;
  justify-content: center;
}
.finder-v4[data-layout="narrow"].is-checkout .fv4-co-step {
  font-size: 0.72rem;
  gap: 0.28rem;
}
.finder-v4[data-layout="narrow"].is-checkout .fv4-co-step-num {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 0.62rem;
}
.finder-v4[data-layout="narrow"].is-checkout .fv4-co-panel {
  padding: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
}
.finder-v4[data-layout="narrow"].is-checkout .fv4-co-panel h3 {
  font-size: 1.02rem;
}
.finder-v4[data-layout="narrow"].is-checkout .fv4-co-recap {
  padding: 0.75rem 0.8rem;
}
@media (max-width: 768px) {
  .fv4-co-field input,
  .fv4-co-field select {
    font-size: 16px;
    min-height: 44px;
  }
}
@media (max-width: 520px) {
  .fv4-checkout { padding: 0.75rem 0.75rem 1.05rem; }
  .fv4-co-field input,
  .fv4-co-field select {
    font-size: 16px;
    min-height: 44px;
  }
  .fv4-co-bar {
    min-height: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .fv4-co-back {
    height: auto;
    min-height: 0;
    font-size: 0.8rem;
    min-width: 0;
    flex: 0 0 auto;
    align-self: flex-start;
  }
  .fv4-co-steps {
    height: auto;
    min-height: 0;
    gap: 0.25rem 0.3rem;
    max-width: none;
    min-width: 0;
    width: 100%;
    flex: 0 0 auto;
    justify-content: center;
  }
  .fv4-co-steps .sep {
    flex-basis: 0.7rem;
    width: 0.7rem;
    min-width: 0.7rem;
    max-width: 0.7rem;
  }
  .fv4-co-step { font-size: 0.68rem; gap: 0.22rem; }
  .fv4-co-step-label { letter-spacing: -0.02em; }
  .fv4-co-step-num {
    width: 1.15rem;
    height: 1.15rem;
    font-size: 0.6rem;
  }
  .fv4-co-fields.two { grid-template-columns: 1fr; }
  .fv4-co-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .fv4-co-done .fv4-co-actions { flex-direction: column; }
  .finder-v4.is-checkout [data-co-panel="review"] .fv4-co-actions,
  .finder-v4.is-checkout [data-co-panel="payment"] .fv4-co-actions,
  .finder-v4.is-checkout [data-co-panel="shipping"] .fv4-co-actions {
    position: sticky;
    bottom: 0;
    z-index: 3;
    margin-top: 0.65rem;
    padding: 0.55rem 0 max(0.45rem, env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 22%);
  }
  .fv4-co-next,
  .fv4-co-ghost {
    width: 100%;
  }
  .fv4-co-recap-price {
    font-size: 1.15rem;
  }
}
@media (max-width: 360px) {
  .fv4-co-back {
    font-size: 0.74rem;
  }
  .fv4-co-step {
    font-size: 0.64rem;
    gap: 0.18rem;
  }
  .fv4-co-step-num {
    width: 1.05rem;
    height: 1.05rem;
    font-size: 0.56rem;
  }
  .fv4-co-steps .sep {
    flex-basis: 0.5rem;
    width: 0.5rem;
    min-width: 0.5rem;
    max-width: 0.5rem;
  }
}

.dose-tip { position: relative; display: inline-flex; z-index: 6; }
.dose-tip-btn {
  border: 0;
  background: none;
  padding: 0.15rem 0;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 700;
  font-family: inherit;
  cursor: help;
  text-align: right;
  white-space: nowrap;
}
.dose-tip-btn:hover,
.dose-tip-btn:focus-visible {
  color: var(--blue-deep, #1648be);
  outline: none;
}
.dose-tip-panel {
  position: absolute;
  right: 0;
  top: calc(100% + 0.4rem);
  width: min(20rem, calc(100vw - 2.5rem));
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(11, 18, 32, 0.1);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 30;
  transform: translateY(4px);
  transition: opacity 0.12s ease, transform 0.12s ease, visibility 0.12s ease;
}
.dose-tip-panel::before {
  content: "";
  position: absolute;
  right: 1rem;
  top: -5px;
  width: 9px;
  height: 9px;
  background: #fff;
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  transform: rotate(45deg);
}
.dose-tip:hover .dose-tip-panel,
.dose-tip:focus-within .dose-tip-panel,
.dose-tip.is-open .dose-tip-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.dose-tip-panel p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--ink-soft);
}
.dose-tip-panel p + p { margin-top: 0.5rem; }
.dose-tip-panel b { color: var(--ink); font-weight: 750; }

/* DealCatcher-style progressive disclosure (PDP / reorder) */
.finder-v4[data-progressive="true"] .fv4-stage {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
}
.finder-v4[data-progressive="true"] .fv4-stage[hidden] {
  display: none !important;
}
.fv4-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  width: 100%;
  padding: 0.55rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: var(--radius, 10px);
  background: #fbfcfe;
  color: var(--ink);
  font-family: var(--font);
  cursor: pointer;
  text-align: left;
}
.fv4-summary[hidden] { display: none !important; }
.fv4-field[hidden] { display: none !important; }
.fv4-summary:hover { border-color: #c5d0e0; }
.fv4-summary.is-open {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(32, 96, 240, 0.15);
  background: #fff;
}
.fv4-summary-copy { display: flex; flex-direction: column; gap: 0.1rem; min-width: 0; }
.fv4-summary.has-med-pill,
.fv4-summary:has(> .fv4-dd-med-pill) {
  justify-content: flex-start;
  gap: 0.45rem;
  padding-right: 0.75rem;
  container-type: inline-size;
  container-name: fv4-med-trigger;
}
.fv4-summary.has-med-pill .fv4-summary-copy,
.fv4-summary:has(> .fv4-dd-med-pill) .fv4-summary-copy {
  flex: 1 1 auto;
  min-width: max-content;
}
.fv4-summary.has-med-pill > .fv4-dd-med-pill,
.fv4-summary:has(> .fv4-dd-med-pill) > .fv4-dd-med-pill {
  margin-left: auto;
}
.fv4-summary.has-med-pill .fv4-summary-chevron,
.fv4-summary:has(> .fv4-dd-med-pill) .fv4-summary-chevron {
  margin-left: 0;
}
.fv4-summary.has-med-pill .fv4-summary-value,
.fv4-summary:has(> .fv4-dd-med-pill) .fv4-summary-value {
  overflow: visible;
  text-overflow: unset;
  font-size: 0.88rem;
}
.fv4-summary-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.fv4-summary-value {
  font-size: 0.92rem;
  font-weight: 750;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Chevron affordance (replaces “Change”) — tile click opens Kayak options */
.fv4-summary-change,
.fv4-summary-chevron {
  flex: 0 0 auto;
  width: 0.7rem;
  height: 0.7rem;
  margin-top: 0.05rem;
  border-right: 2px solid var(--ink-soft);
  border-bottom: 2px solid var(--ink-soft);
  transform: rotate(45deg);
  transition: transform 0.15s ease;
  opacity: 0.85;
  font-size: 0;
  color: transparent;
  overflow: hidden;
}
.fv4-summary.is-open .fv4-summary-change,
.fv4-summary.is-open .fv4-summary-chevron {
  margin-top: 0.3rem;
  transform: rotate(225deg);
}
.finder-v4[data-progressive="true"] .fv4-cta-row {
  flex-direction: column;
  align-items: stretch;
  gap: 0.45rem;
}
.finder-v4[data-progressive="true"] .fv4-cta-secondary:not([hidden]) {
  display: block;
  text-align: center;
  max-width: none;
}
.fv4-cta-secondary[hidden] {
  display: none !important;
}
.finder-v4[data-progressive="true"] .fv4-cta[disabled],
.finder-v4[data-progressive="true"] .fv4-cta:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

/* Home first-paint: same values as critical CSS so deferred load cannot shift. */
.hero-widget .finder.finder-v4[data-layout="wide"]:not(.is-checkout) {
  min-height: 34rem;
}
@media (min-width: 1024px) {
  .hero-widget .finder.finder-v4[data-layout="wide"]:not(.is-checkout) {
    min-height: 26rem;
  }
}
@media (max-width: 1023px) {
  .hero-widget .finder.finder-v4[data-layout="wide"]:not(.is-checkout) {
    min-height: 0;
  }
}
.buy-box .finder.finder-v4[data-layout="narrow"]:not(.is-checkout),
.finder-v4[data-layout="narrow"]:not(.is-checkout) {
  min-height: 0;
}
.buy-box .finder.finder-v4[data-layout="narrow"]:not(.is-checkout):has(.fv4-cta-secondary:not([hidden])),
.buy-box .finder.finder-v4[data-layout="narrow"]:not(.is-checkout):has(.buy-reassure),
.finder-v4[data-layout="narrow"]:not(.is-checkout):has(.fv4-cta-secondary:not([hidden])),
.finder-v4[data-layout="narrow"]:not(.is-checkout):has(.buy-reassure) {
  /* Room for Buy now + Learn more / refund under the CTA — do not use on Buy-now-only tiles */
  min-height: 39.5rem;
}
.home-price-rail .finder.finder-v4[data-layout="narrow"]:not(.is-checkout):has(.fv4-cta-secondary:not([hidden])),
.home-price-rail .finder.finder-v4[data-layout="narrow"]:not(.is-checkout):has(.buy-reassure),
.blog-checkout-rail .finder-v4[data-layout="narrow"]:not(.is-checkout):has(.fv4-cta-secondary:not([hidden])),
.blog-checkout-rail .finder-v4[data-layout="narrow"]:not(.is-checkout):has(.buy-reassure),
.page-partner-example .buy-box .finder.finder-v4[data-layout="narrow"]:not(.is-checkout):has(.fv4-cta-secondary:not([hidden])),
.page-partner-example .buy-box .finder.finder-v4[data-layout="narrow"]:not(.is-checkout):has(.buy-reassure),
.drawer .finder.finder-v4[data-layout="narrow"]:not(.is-checkout):has(.fv4-cta-secondary:not([hidden])),
.drawer .finder.finder-v4[data-layout="narrow"]:not(.is-checkout):has(.buy-reassure) {
  min-height: 0;
}
.hero-inner {
  --hero-widget-stacked-max: 440px;
  --hero-widget-desktop-max: 700px;
  --hero-widget-max: var(--hero-widget-stacked-max);
  width: min(var(--page-max, 1200px), calc(100% - (2 * var(--page-gutter, 1.5rem))));
  margin: 0 auto;
  padding: 3rem 0 2.75rem;
}
.hero-widget .finder.finder-v4[data-layout="wide"] {
  width: 100%;
  max-width: var(--hero-widget-max);
}
@media (min-width: 1024px) {
  .hero-inner {
    --hero-widget-max: var(--hero-widget-desktop-max);
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--hero-widget-desktop-max);
    column-gap: clamp(1.25rem, 2.2vw, 4.5rem);
    align-items: start;
    padding: 3.25rem 0 3.75rem;
  }
}
@media (max-width: 1023px) {
  .hero { padding: 0; }
  .hero-inner {
    padding: 1.45rem 0 1.05rem;
  }
}
@media (max-width: 768px) {
  .fv4-body { grid-template-columns: 1fr; }
  .fv4-dose-main {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 0.75rem;
  }
  .fv4-price-col,
  .fv4-save-row { align-items: flex-end; text-align: right; }
  .fv4-cta-row { align-items: stretch; }
  .fv4-cta { max-width: none; min-height: 48px; }
  .fv4-cta-secondary { max-width: none; text-align: left; min-height: 44px; }
  .home-price-rail .fv4-cta-secondary,
  .blog-checkout-rail .fv4-cta-secondary {
    min-height: 0;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .hero-inner {
    padding: 1.05rem 0 0.75rem;
  }
}
@media (max-width: 320px) {
  .hero-inner {
    padding: 0.4rem 0 0.65rem;
  }
}

/* View pricing — one swapping label, switch flush right */
.fv4-dose-head {
  flex-wrap: wrap;
}
.fv4-dose-head [data-view-pricing-host] {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}
.fv4-view-pricing {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.fv4-view-pricing-state {
  margin-left: auto;
  font-size: 0.76rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #8a93a0;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
}
.fv4-view-pricing.is-on .fv4-view-pricing-state {
  color: var(--ink, #0b1220);
  font-weight: 650;
}
.fv4-view-pricing.is-asking .fv4-view-pricing-state {
  color: var(--coral, #e85d4c);
  font-weight: 650;
}
.fv4-view-pricing .fv4-switch {
  margin-left: 0;
}
[data-view-ask-host][hidden] {
  display: none !important;
}
[data-view-ask-host] .fv4-view-ask {
  margin: 0;
  padding: 0.9rem 1rem;
  border: 1px solid var(--line, #dce3ee);
  border-radius: 12px;
  background: #fbfcfe;
}
.fv4-switch {
  position: relative;
  flex-shrink: 0;
  width: 2.75rem;
  height: 1.55rem;
  border: 0;
  border-radius: 999px;
  background: #c5ccd6;
  cursor: pointer;
  padding: 0;
  transition: background 0.15s ease;
}
.fv4-switch[aria-checked="true"],
.fv4-view-pricing.is-on .fv4-switch {
  background: var(--blue, #2060f0);
}
.fv4-view-pricing.is-asking .fv4-switch {
  background: var(--coral, #e85d4c);
}
.fv4-switch-knob {
  position: absolute;
  top: 0.18rem;
  left: 0.18rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 2px rgba(11, 18, 32, 0.2);
  transition: transform 0.15s ease;
}
.fv4-switch[aria-checked="true"] .fv4-switch-knob,
.fv4-view-pricing.is-asking .fv4-switch-knob {
  transform: translateX(1.2rem);
}
.fv4-view-ask {
  margin-top: 0.7rem;
  padding-top: 0.7rem;
  border-top: 1px solid #e4eaf3;
}
.fv4-view-ask[hidden] { display: none !important; }
.fv4-view-ask h4 {
  margin: 0 0 0.3rem;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: -0.015em;
}
.fv4-view-ask .note {
  margin: 0 0 0.8rem;
  font-size: 0.76rem;
  color: var(--ink-soft, #5c6b80);
  line-height: 1.45;
}
.fv4-view-paths {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0 0 0.8rem;
}
.fv4-view-path {
  display: grid;
  grid-template-columns: 1.05rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: center;
  margin: 0;
  padding: 0.72rem 0.85rem;
  min-height: 2.75rem;
  border: 1px solid #c9ccd1;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}
.fv4-view-path:has(input:checked) {
  border-color: var(--blue, #2060f0);
  box-shadow: 0 0 0 1px var(--blue, #2060f0);
}
.fv4-view-path input {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin: 0;
  border-radius: 50%;
  border: 2px solid #8c9196;
  box-sizing: border-box;
  background: #fff;
}
.fv4-view-path input:checked {
  border-color: var(--blue, #2060f0);
  background: radial-gradient(circle at center, var(--blue, #2060f0) 0 38%, #fff 42%);
}
.fv4-view-path .title {
  display: block;
  font-size: 0.84rem;
  font-weight: 750;
  color: var(--ink, #0b1220);
  line-height: 1.25;
}
.fv4-view-ask-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.45rem;
}
.fv4-view-ask-actions .fv4-cta {
  max-width: none;
  width: 100%;
}
.fv4-view-ask-actions .fv4-cta:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  box-shadow: none;
}
.fv4-view-cancel {
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
  background: none;
  color: var(--blue, #2060f0);
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  padding: 0.15rem 0;
  min-height: 0;
}
.finder-v4.is-checkout [data-view-pricing-host],
.finder-v4.is-checkout [data-view-ask-host],
.finder-v4.is-checkout .fv4-view-pricing {
  display: none !important;
}

@media (max-width: 480px) {
  .fv4-view-pricing-state {
    font-size: 0.72rem;
  }
  .fv4-switch {
    width: 2.45rem;
    height: 1.4rem;
  }
  .fv4-switch-knob {
    width: 1.05rem;
    height: 1.05rem;
  }
  .fv4-switch[aria-checked="true"] .fv4-switch-knob,
  .fv4-view-pricing.is-asking .fv4-switch-knob {
    transform: translateX(1.05rem);
  }
}

/* Sticky meta row — Learn more · refund · Promo (one centered cluster). */
.sticky-cta-meta .sticky-cta-view,
.sticky-cta-meta [data-view-pricing-host] {
  display: inline-flex;
  align-items: center;
  width: auto;
  max-width: none;
  flex: 0 0 auto;
  min-width: 0;
  margin-left: 0;
}
.sticky-cta-meta .fv4-view-pricing {
  width: auto;
  max-width: none;
  gap: 0.22rem;
  padding: 0;
  margin: 0;
}
.sticky-cta-meta .fv4-view-pricing-state {
  margin-left: 0;
  font-size: 0.64rem;
  font-weight: 550;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.78);
}
.sticky-cta-meta .fv4-view-pricing.is-on .fv4-view-pricing-state {
  color: #c8d4e8;
  font-weight: 650;
}
.sticky-cta-meta .fv4-view-pricing.is-asking .fv4-view-pricing-state {
  color: #ffc4b8;
  font-weight: 650;
}
.sticky-cta-meta .fv4-switch {
  width: 1.85rem;
  height: 1.05rem;
  background: #c5ccd6;
}
.sticky-cta-meta .fv4-switch[aria-checked="true"],
.sticky-cta-meta .fv4-view-pricing.is-on .fv4-switch {
  background: var(--blue, #2060f0);
}
.sticky-cta-meta .fv4-view-pricing.is-asking .fv4-switch {
  background: var(--coral, #e85d4c);
}
.sticky-cta-meta .fv4-switch-knob {
  width: 0.76rem;
  height: 0.76rem;
  top: 0.145rem;
  left: 0.145rem;
}
.sticky-cta-meta .fv4-switch[aria-checked="true"] .fv4-switch-knob,
.sticky-cta-meta .fv4-view-pricing.is-asking .fv4-switch-knob {
  transform: translateX(0.74rem);
}

.fm-state-error {
  margin: 0.35rem 0 0;
  padding: 0.4rem 0.55rem;
  border-radius: 8px;
  background: #fdecea;
  color: #9b1c1c;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.35;
}
.fm-state-error[hidden] {
  display: none !important;
}
html[data-fm-ship="no"] .fv4-cta,
html[data-fm-ship="no"] .hero-plan-teaser-buy,
html[data-fm-ship="no"] .sticky-cta-btn.buy-bolt,
html[data-fm-ship="no"] #sticky-buy,
html[data-fm-ship="no"] #hero-teaser-buy,
html[data-fm-ship="no"] #pdp-teaser-buy,
html[data-fm-ship="no"] .nav-cta,
html[data-fm-ship="no"] .nav-drawer-cta,
html[data-fm-ship="no"] header.nav a[href="#finder"] {
  display: none !important;
}
.hero-plan-teaser-actions .fm-state-error {
  width: 100%;
  margin: 0 0 0.35rem;
}

/* State field (fields mode) or promo-strip control (strip mode).
   Do not restyle locked teaser/sheet type — only skip ellipsis + strip control. */
.fm-state-field .fv4-dd-value,
.hero-plan-teaser-row[data-hero-edit="state"] .hero-plan-teaser-value {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
.fm-state-strip { display: none; }
html[data-fm-stateui="strip"] .fm-state-strip {
  display: inline;
  white-space: nowrap;
}
html[data-fm-stateui="strip"] .hero-plan-teaser-promo,
html[data-fm-stateui="strip"] .fv4-promo {
  line-height: 1.35;
}
html[data-fm-stateui="off"] .fm-state-field,
html[data-fm-stateui="off"] .hero-plan-teaser-row[data-hero-edit="state"],
html[data-fm-stateui="strip"] .fm-state-field,
html[data-fm-stateui="strip"] .hero-plan-teaser-row[data-hero-edit="state"] {
  display: none !important;
}
.fm-state-ctl {
  display: inline-flex;
  align-items: baseline;
  max-width: 12.5em;
  margin: 0;
  padding: 0 0.06em;
  border: 0;
  background: none;
  font: inherit;
  font-weight: 800;
  color: inherit;
  cursor: pointer;
  text-align: inherit;
  text-decoration: none;
  border-radius: 0.28em;
  vertical-align: baseline;
}
.fm-state-ctl-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fm-state-ctl::after {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 0.34em;
  height: 0.34em;
  margin: 0 0 0.1em 0.22em;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  vertical-align: middle;
}
/* Unknown: quieter chip (not a second CTA). Full "Select your state" — never ellipsis. */
html[data-fm-stateui="strip"] .fm-state-ctl {
  max-width: none;
  color: var(--blue, #2060F0);
  font-weight: 750;
  background: #fff;
  padding: 0.04em 0.32em 0.06em;
  box-shadow: 0 0 0 1px rgba(32, 96, 240, 0.22);
}
html[data-fm-stateui="strip"] .fm-state-ctl .fm-state-ctl-label {
  overflow: visible;
  text-overflow: unset;
}
html[data-fm-stateui="strip"] .fm-state-ctl:hover,
html[data-fm-stateui="strip"] .fm-state-ctl:focus-visible {
  color: var(--blue-deep, #1648BE);
}
html[data-fm-stateui="strip"] .fm-state-ctl:focus-visible {
  outline: 2px solid var(--blue-bright, #3b7cff);
  outline-offset: 2px;
}
/* Selected: quieter blue + underline. Long names ellipsis on the trigger. */
html[data-fm-stateui="strip"][data-fm-state]:not([data-fm-state=""]) .fm-state-ctl {
  max-width: 11.5em;
  background: none;
  box-shadow: none;
  padding: 0 0.04em;
  font-weight: 700;
  color: var(--blue, #2060F0);
  text-decoration: none;
}
html[data-fm-stateui="strip"][data-fm-state]:not([data-fm-state=""]) .fm-state-ctl .fm-state-ctl-label {
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
  text-underline-offset: 0.14em;
  text-decoration-thickness: 1.4px;
}
html[data-fm-stateui="strip"][data-fm-state]:not([data-fm-state=""]) .fm-state-ctl:hover,
html[data-fm-stateui="strip"][data-fm-state]:not([data-fm-state=""]) .fm-state-ctl:focus-visible {
  color: var(--blue-deep, #1648BE);
}
