/* Bridges production lead-qual CTAs + layout to design-handoff fp-btn styles. */

.fp-home .btn-redefine-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 58px;
  min-height: 58px;
  padding: 0 30px;
  border: 2px solid transparent;
  border-radius: 9999px;
  background: var(--fp-lime);
  color: var(--fp-green-dark);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
  font-family: var(--fp-font-heading);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: transform var(--fp-dur-normal) var(--fp-ease), box-shadow var(--fp-dur-normal) var(--fp-ease), background var(--fp-dur-fast) var(--fp-ease);
}

.fp-home .btn-redefine-cta:hover {
  transform: translateY(-2px);
  background: var(--fp-lime-dark);
  color: var(--fp-green-dark);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.fp-home .btn-redefine-cta--primary,
.fp-home .fp-price-card--featured .btn-redefine-cta {
  background: var(--fp-gradient-primary);
  color: #fff;
  box-shadow: 0 10px 26px rgba(42, 82, 70, 0.26);
}

.fp-home .btn-redefine-cta--primary:hover,
.fp-home .fp-price-card--featured .btn-redefine-cta:hover {
  background: var(--fp-gradient-primary);
  color: #fff;
  box-shadow: 0 16px 32px rgba(42, 82, 70, 0.34);
}

.fp-home .btn-redefine-cta--sm {
  height: 48px;
  min-height: 48px;
  padding: 0 22px;
  font-size: 15.5px;
}

.fp-home .redefine-landing-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.fp-home .fp-cta-row--center .redefine-landing-cta,
.fp-home .fp-hero__ctaWrap .redefine-landing-cta,
.fp-home .fp-final .redefine-landing-cta {
  align-items: center;
}

.fp-home .redefine-landing-cta__reassurance,
.fp-home .rd-reassure {
  margin: 0;
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.62);
}

.fp-home .band-light .redefine-landing-cta__reassurance,
.fp-home .band-alt .redefine-landing-cta__reassurance,
.fp-home .band-light .rd-reassure,
.fp-home .band-alt .rd-reassure {
  color: var(--fp-fg-3);
}

.fp-home .fp-map-live {
  border-radius: var(--fp-radius-lg);
  overflow: hidden;
  box-shadow: var(--fp-shadow-elevated);
  min-height: 320px;
}

.fp-home .fp-map-live iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.fp-home .fp-location-grid {
  margin-top: clamp(24px, 4vw, 36px);
}

@media (min-width: 761px) {
  .fp-home .fp-location-grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: start;
  }

  .fp-home .fp-location-grid .fp-contact {
    grid-column: 1;
    grid-row: 1;
  }

  .fp-home .fp-location-grid .fp-location-map {
    grid-column: 2;
    grid-row: 1;
  }
}

body.homepage-merged-nav > header {
  display: none;
}

body.homepage-merged-nav main {
  padding-top: 0;
}

body.homepage-merged-nav .fp-home {
  padding-bottom: 0;
}

.rd-vsl-poster--interactive video,
.home-vsl-video {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: var(--fp-radius-lg);
  background: #000;
}

.rd-tcard__avatar img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

/* Pillars on light band (homepage stripe rhythm) */
.fp-home .band-light .rd-pillar {
  background: var(--fp-surface-lowest);
  border: 1px solid var(--fp-ghost-border);
  box-shadow: var(--fp-shadow-subtle);
}

.fp-home .band-light .rd-pillar:hover {
  background: var(--fp-surface-lowest);
  box-shadow: var(--fp-shadow-card);
}

.fp-home .band-light .rd-pillar__title {
  color: var(--fp-primary);
}

.fp-home .band-light .rd-pillar__text {
  color: var(--fp-fg-2);
}

.fp-home .band-light .rd-pillar {
  text-align: center;
}

.fp-home .band-light .rd-pillar__num {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.fp-home .band-light .fp-pillars-head {
  margin-top: 0;
}

/* Specialist statement on green band */
.fp-home .band-green.fp-specialist .fp-specialist__text {
  color: #fff;
}

.fp-home .band-green.fp-specialist .fp-specialist__sub {
  color: rgba(255, 255, 255, 0.85);
}

.fp-home .band-green.fp-specialist .accent {
  color: var(--fp-lime);
}

/* Pain section on off-white band */
.fp-home .fp-pain-section .fp-h2 .accent {
  color: var(--fp-primary);
  font-weight: 700;
}

.fp-home .fp-pain-grid {
  margin-top: clamp(32px, 6vw, 52px);
}

@media (max-width: 760px) {
  .fp-home .fp-trustbar {
    padding: 16px 0;
  }

  .fp-home .fp-trustbar__value {
    font-size: 14px;
  }

  .fp-home .fp-trustbar__label {
    font-size: 12.5px;
    line-height: 1.25;
  }

  .fp-home .fp-trustbar__item {
    padding: 4px 10px;
  }

  .fp-home .fp-pain-section {
    padding-top: clamp(24px, 4.5vw, 36px);
    padding-bottom: clamp(28px, 5vw, 40px);
  }

  .fp-home .fp-pain-section .fp-h2 {
    font-size: clamp(22px, 5.8vw, 28px);
    line-height: 1.15;
  }

  .fp-home .fp-pain-grid {
    margin-top: 16px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .fp-home .fp-pain-section .fp-pain-card {
    padding: 12px 10px;
    text-align: center;
  }

  .fp-home .fp-pain-section .fp-chip {
    width: 40px;
    height: 40px;
    border-radius: 11px;
    margin: 0 auto 8px;
  }

  .fp-home .fp-pain-section .fp-chip svg {
    width: 20px;
    height: 20px;
  }

  .fp-home .fp-pain-section .fp-pain-card__title {
    font-size: 14px;
    margin: 0 0 5px;
    line-height: 1.2;
  }

  .fp-home .fp-pain-section .fp-pain-card__text {
    font-size: 12.5px;
    line-height: 1.35;
  }
}

.fp-home .band-light .fp-pain-card {
  background: var(--fp-surface-lowest);
  border: 1px solid var(--fp-ghost-border);
  box-shadow: var(--fp-shadow-subtle);
}

.fp-home .band-light .fp-pain-card:hover {
  background: var(--fp-surface-lowest);
  box-shadow: var(--fp-shadow-card);
}

.fp-home .band-light .fp-pain-card__title {
  color: var(--fp-primary);
}

.fp-home .band-light .fp-pain-card__text {
  color: var(--fp-fg-2);
}

.fp-home .band-light .fp-pain-close {
  color: var(--fp-fg-1);
}

.fp-home .band-light .fp-pain-close .accent {
  color: var(--fp-primary);
}

.fp-home .band-light .fp-approach-close {
  color: var(--fp-primary);
}

/* Who we help — stacked cards */
.fp-home .fp-help-grid--stacked {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  overflow: visible;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.fp-home .fp-help-grid--stacked .fp-help-card {
  flex: none;
  scroll-snap-align: none;
}

/* Methodology pillars — stacked on green band */
.fp-home .rd-pillars--stacked {
  grid-template-columns: 1fr;
  gap: 18px;
}

.fp-home .rd-pillars--stacked .rd-pillar {
  text-align: center;
}

.fp-home .rd-pillars--stacked .rd-pillar__num {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.fp-home .rd-pillars--stacked .rd-pillar__title {
  text-align: center;
}

/* Location on off-white band */
.fp-home .band-light#location .fp-contact__label {
  color: var(--fp-fg-3);
}

.fp-home .band-light#location .fp-contact__value {
  color: var(--fp-fg-1);
}

.fp-home .band-light#location .fp-contact__value a {
  color: var(--fp-primary);
}

.fp-home .band-light#location .fp-contact__value a:hover {
  color: var(--fp-green-dark);
}

.fp-home .band-light#location .fp-contact__icon {
  background: rgba(58, 108, 93, 0.1);
  color: var(--fp-primary);
}

.fp-home .band-light#location .fp-loc-secondary__lead {
  margin: 8px 0 0;
  font-size: 16px;
  color: var(--fp-fg-2);
}

.fp-home .band-light#location .fp-quiet-link--inline {
  display: inline;
  font-size: inherit;
  border-bottom-width: 1px;
  padding-bottom: 1px;
  color: var(--fp-primary);
  border-bottom-color: rgba(58, 108, 93, 0.35);
}

.fp-home .band-light#location .fp-quiet-link--inline:hover {
  border-bottom-color: var(--fp-primary);
}

.fp-home .band-light .fp-lead .mark {
  color: var(--fp-primary);
  font-weight: 600;
}

.fp-home .fp-price-card--membership {
  outline: 3px solid var(--fp-primary);
  outline-offset: -3px;
}

.fp-home .fp-ribbon--primary {
  background: var(--fp-primary);
  color: #fff;
}

.fp-home .fp-programs-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
  text-align: left;
}

.fp-home .fp-price-card--redefine-primary .fp-programs-cta {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.fp-home .fp-programs-link {
  font-size: 16px;
  min-height: 44px;
  align-items: center;
}

.fp-home .fp-programs-cta .redefine-landing-cta {
  align-items: center;
}

/* Redefine programme card — primary band on light section */
.fp-home .fp-price-card--redefine-primary {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: var(--band-green);
  color: #fff;
  background-image:
    radial-gradient(110% 80% at 12% 0%, rgba(74, 138, 119, 0.4) 0%, transparent 55%),
    radial-gradient(90% 70% at 100% 100%, rgba(42, 82, 70, 0.55) 0%, transparent 60%);
  box-shadow: 0 24px 60px rgba(20, 44, 36, 0.28);
  outline: none;
}

.fp-home .fp-price-card__brand {
  margin: 0 0 18px;
  font-family: var(--fp-font-heading);
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--fp-lime);
  text-align: center;
}

.fp-home .fp-price-card--redefine-primary .fp-price-card__content {
  max-width: 560px;
  margin: 0 auto;
  text-align: left;
}

.fp-home .fp-price-card--redefine-primary .fp-price-card__tag {
  color: rgba(255, 255, 255, 0.88);
  text-align: left;
}

.fp-home .fp-price-card--redefine-primary .fp-feat-list {
  text-align: left;
  margin-bottom: 24px;
}

.fp-home .fp-price-card--redefine-primary .fp-feat-list li {
  color: rgba(255, 255, 255, 0.92);
}

.fp-home .fp-price-card--redefine-primary .fp-feat-list svg {
  color: var(--fp-lime);
}

.fp-home .fp-price-card--redefine-primary .fp-price-card__guarantee {
  margin: 0 0 20px;
  text-align: left;
}

.fp-home .fp-price-card--redefine-primary .fp-price-card__guarantee-title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 10px;
  font-family: var(--fp-font-heading);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--fp-lime);
}

.fp-home .fp-price-card--redefine-primary .fp-price-card__guarantee-title svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  color: var(--fp-lime);
}

.fp-home .fp-price-card--redefine-primary .fp-price-card__guarantee-promise {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.95);
}

.fp-home .fp-price-card--redefine-primary .fp-price-card__guarantee-support {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

.fp-home .fp-price-card__membership-note {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.5;
  font-style: italic;
  color: rgba(255, 255, 255, 0.72);
  text-align: left;
}

.fp-home .fp-price-card--redefine-primary .btn-redefine-cta {
  background: var(--fp-lime);
  color: var(--fp-green-dark);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

.fp-home .fp-price-card--redefine-primary .btn-redefine-cta:hover {
  background: var(--fp-lime-dark);
  color: var(--fp-green-dark);
}

/* Newsletter section (primary band) + light footer (homepage) */
.fp-home .fp-newsletter-section {
  text-align: center;
}

.fp-home .fp-newsletter-section .fp-final__title {
  max-width: none;
  color: #fff;
}

.fp-home .fp-newsletter-section__lead {
  text-align: center;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.85);
}

body.homepage-merged-nav footer.footer-custom {
  background-color: #FBF9F8 !important;
  color: var(--fp-fg-1, #1b1c1c);
}

body.homepage-merged-nav footer.footer-custom h3,
body.homepage-merged-nav footer.footer-custom h4 {
  color: var(--primary, #3A6C5D) !important;
}

body.homepage-merged-nav footer.footer-custom p,
body.homepage-merged-nav footer.footer-custom .footer-link {
  color: var(--fp-fg-2, #4a4f4e) !important;
}

body.homepage-merged-nav footer.footer-custom .footer-link:hover {
  color: var(--primary, #3A6C5D) !important;
}

body.homepage-merged-nav footer.footer-custom .text-secondary {
  color: var(--primary, #3A6C5D) !important;
}

body.homepage-merged-nav footer.footer-custom .border-top {
  border-color: rgba(58, 108, 93, 0.12) !important;
}

body.homepage-merged-nav footer.footer-custom .btn-secondary {
  background: var(--primary, #3A6C5D);
  border-color: var(--primary, #3A6C5D);
  color: #fff;
}

body.homepage-merged-nav footer.footer-custom .social-link {
  color: var(--primary, #3A6C5D);
}

body.homepage-merged-nav footer.footer-custom .social-link:hover {
  color: var(--secondary, #B9FB9F);
  opacity: 1;
}

@media (max-width: 760px) {
  .fp-home .fp-hero__video {
    display: none;
  }

  .fp-home .fp-map-live,
  .fp-home .fp-map-live iframe {
    min-height: 240px;
    height: 240px;
  }

  .fp-home .fp-location-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.rd-pillars-carousel .rd-pillar__num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--fp-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fp-font-heading);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.rd-pillars-carousel .rd-pillar__title {
  font-family: var(--fp-font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--fp-primary);
  margin: 0 0 12px;
}

.rd-pillars-carousel .rd-pillar__text {
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--fp-fg-2);
  margin: 0;
}

.fp-mobile-menu__cta {
  width: 100%;
  justify-content: center;
  margin-bottom: 8px;
}

.fp-mobile-menu .fp-nav__login-link {
  font-family: var(--fp-font-heading);
  font-size: 17px;
  font-weight: 600;
  color: var(--fp-primary);
  text-decoration: none;
  padding: 16px 4px;
  min-height: 48px;
  display: flex;
  align-items: center;
}

.fp-mobile-menu .fp-nav__login-link:hover {
  color: var(--fp-green-dark);
}

.fp-help-carousel-hint {
  margin: 12px 0 0;
  text-align: center;
  font-size: 15px;
  color: var(--fp-fg-3);
}

.fp-approach-more {
  margin-top: 8px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.fp-approach-more summary {
  font-family: var(--fp-font-heading);
  font-size: 17px;
  font-weight: 600;
  color: var(--fp-lime);
  cursor: pointer;
  padding: 14px 4px;
  min-height: 48px;
  list-style: none;
}

.band-light .fp-approach-more summary,
.band-alt .fp-approach-more summary {
  color: var(--fp-primary);
}

.fp-approach-more summary::-webkit-details-marker {
  display: none;
}

.fp-testimonials-more {
  margin-top: 28px;
  text-align: center;
}

.fp-testimonials-more a {
  font-family: var(--fp-font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--fp-lime);
  text-decoration: none;
  border-bottom: 1px solid rgba(185, 251, 159, 0.45);
  padding-bottom: 3px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
}

.rd-tcard__expand {
  margin: 10px 0 0;
  padding: 0;
  border: none;
  background: none;
  font-family: var(--fp-font-heading);
  font-size: 15px;
  font-weight: 600;
  color: var(--fp-primary);
  cursor: pointer;
  min-height: 44px;
}

.band-green .rd-tcard__expand {
  color: var(--fp-lime);
}

@media (max-width: 760px) {
  .rd-tcard__quote {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .rd-tcard__quote.is-expanded {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
  }

  .rd-tcard__expand {
    margin: 0 0 12px;
  }
}

/* Evidence section on green band (temporary VSL replacement) */
.fp-home .fp-evidence-section .accent {
  color: var(--fp-lime);
}

.fp-home .fp-evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: clamp(32px, 6vw, 52px);
}

.fp-home .fp-evidence-card {
  background: rgba(255, 255, 255, 0.07);
  border-radius: var(--fp-radius-lg);
  padding: 28px 24px;
  text-align: center;
}

.fp-home .fp-evidence-card__stat {
  margin: 0 0 10px;
  font-family: var(--fp-font-heading);
  font-size: clamp(34px, 4.5vw, 46px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--fp-lime);
}

.fp-home .fp-evidence-card__text {
  margin: 0 0 12px;
  font-size: 16.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.fp-home .fp-evidence-card__source {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.fp-home .fp-evidence-quote {
  margin: clamp(32px, 5vw, 44px) auto 0;
  max-width: 620px;
  text-align: center;
}

.fp-home .fp-evidence-quote p {
  margin: 0 0 10px;
  font-family: var(--fp-font-heading);
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 600;
  line-height: 1.35;
  color: #fff;
}

.fp-home .fp-evidence-quote cite {
  font-style: normal;
  font-size: 15.5px;
  color: rgba(255, 255, 255, 0.62);
}

.fp-home .fp-evidence-close {
  margin: clamp(28px, 4vw, 40px) auto 0;
  max-width: 640px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

@media (max-width: 760px) {
  .fp-home .fp-evidence-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .fp-home .fp-evidence-card {
    padding: 20px 18px;
  }
}

.fp-final-cta-section {
  text-align: center;
}

.fp-final-cta-section .fp-final__title {
  max-width: none;
  color: #fff;
}

.fp-final-cta-section .fp-lead {
  text-align: center;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.fp-final-cta-section .redefine-landing-cta {
  align-items: center;
}

.fp-final-cta-section .redefine-landing-cta__reassurance {
  color: rgba(255, 255, 255, 0.78);
}

@media (prefers-reduced-motion: reduce) {
  .fp-home .fp-hero__video {
    display: none;
  }

  .fp-home .fp-hero__poster {
    display: block;
  }
}
