body.page-glp1-weight-loss {
  background:
    radial-gradient(circle at top right, rgba(86, 140, 93, 0.18), transparent 24rem),
    linear-gradient(180deg, #fbfcf9 0%, #f4f7ef 100%);
  color: #17211c;
}

.ph-glp1-landing {
  --ph-glp1-shell: min(1200px, calc(100% - 40px));
  --ph-glp1-radius-lg: 30px;
  --ph-glp1-radius-md: 22px;
  --ph-glp1-button-radius: var(--ph-gold-button-radius, 12px);
  --ph-glp1-display: var(--ph-font-display, "Montserrat", Sans-serif);
  --ph-glp1-body: var(--ph-font-body, "Lato", Sans-serif);
  --ph-glp1-text-hero: var(--ph-text-hero, clamp(3rem, 6vw, 5rem));
  --ph-glp1-text-section: clamp(2.3rem, 4.8vw, 4.1rem);
  --ph-glp1-text-body-lg: var(--ph-text-body-lg, clamp(1.125rem, 1.8vw, 1.25rem));
  --ph-glp1-leading-display: 0.94;
  --ph-glp1-tracking-display: -0.03em;
  --ph-glp1-charcoal: #121917;
  --ph-glp1-charcoal-soft: #1c2522;
  --ph-glp1-green: #568c5d;
  --ph-glp1-green-deep: #3f6948;
  --ph-glp1-green-soft: #d9ead9;
  --ph-glp1-accent-start: #fbfdfb;
  --ph-glp1-accent-mid: #ebf3ed;
  --ph-glp1-accent-end: #cfdfd3;
  --ph-glp1-accent-ink: #5b7764;
  --ph-glp1-gold: #d7ae45;
  --ph-glp1-gold-soft: #f0dfaa;
  --ph-glp1-ivory: #f6f8f1;
  --ph-glp1-line: rgba(18, 25, 23, 0.1);
  overflow: clip;
}

.ph-glp1-landing,
.ph-glp1-landing button,
.ph-glp1-landing input,
.ph-glp1-landing select,
.ph-glp1-landing textarea {
  font-family: var(--ph-glp1-body);
}

.ph-glp1-shell {
  width: var(--ph-glp1-shell);
  margin: 0 auto;
}

.ph-glp1-kicker {
  margin: 0 0 14px;
  color: var(--ph-glp1-gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ph-glp1-section-head h2,
.ph-glp1-hero__copy h1,
.ph-glp1-signal-card h2,
.ph-glp1-final-cta__card h2 {
  margin: 0;
  font-family: var(--ph-glp1-display);
  font-weight: 700;
  letter-spacing: var(--ph-glp1-tracking-display);
  text-wrap: balance;
}

.ph-glp1-section-head p,
.ph-glp1-hero__copy p,
.ph-glp1-story-card p,
.ph-glp1-program-card p,
.ph-glp1-path-card p,
.ph-glp1-process-card p,
.ph-glp1-pricing-card p,
.ph-glp1-pricing-note p,
.ph-glp1-faq__answer p,
.ph-glp1-final-cta__card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.66;
  color: rgba(23, 33, 28, 0.76);
}

.ph-wl-kicker {
  display: inline-block;
  margin: 0 0 14px;
  color: var(--ph-glp1-gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ph-glp1-hero {
  position: relative;
  overflow: clip;
  padding: calc(var(--ph-overlay-header-height, 0px) + clamp(24px, 4vw, 38px)) 0 clamp(88px, 10vw, 118px);
  background:
    linear-gradient(115deg, #101713 0%, #18221d 52%, #131b17 100%);
  color: #ffffff;
}

.ph-glp1-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% 24%, rgba(215, 174, 69, 0.22), transparent 18rem),
    radial-gradient(circle at 18% 78%, rgba(95, 153, 102, 0.2), transparent 24rem);
}

.ph-glp1-hero .ph-wl-editorial-hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(28px, 4vw, 56px);
}

.ph-glp1-hero .ph-wl-editorial-hero__copy,
.ph-glp1-hero .ph-wl-editorial-hero__media {
  position: relative;
  z-index: 2;
}

.ph-glp1-hero .ph-wl-editorial-hero__copy h1 {
  margin: 0;
  font-family: var(--ph-glp1-display);
  font-size: var(--ph-glp1-text-hero);
  font-weight: 700;
  line-height: var(--ph-glp1-leading-display);
  letter-spacing: var(--ph-glp1-tracking-display);
  color: #ffffff;
  text-wrap: balance;
}

.ph-glp1-hero .ph-wl-kicker,
.ph-glp1-hero .ph-wl-hero__lead {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
}

.ph-glp1-hero .ph-wl-hero__lead {
  max-width: 38rem;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.92);
  font-size: var(--ph-glp1-text-body-lg);
  line-height: 1.45;
}

.ph-glp1-hero .ph-wl-editorial-frame,
.ph-glp1-hero .ph-wl-editorial-quote {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--ph-glp1-radius-lg);
}

.ph-glp1-hero .ph-wl-editorial-frame {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 620px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    linear-gradient(140deg, rgba(17, 25, 22, 0.9), rgba(19, 30, 24, 0.96));
  box-shadow: 0 34px 82px rgba(8, 12, 10, 0.26);
}

.ph-glp1-hero .ph-wl-editorial-frame::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  height: 28%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(9, 14, 12, 0) 0%, rgba(9, 14, 12, 0.08) 28%, rgba(9, 14, 12, 0.68) 100%);
}

.ph-glp1-hero .ph-wl-hero-carousel__slides {
  position: absolute;
  inset: 0;
}

.ph-glp1-hero .ph-wl-hero-carousel__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.045);
  filter: saturate(0.9);
  pointer-events: none;
  transition:
    opacity 840ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1600ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 840ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ph-glp1-hero .ph-wl-hero-carousel__slide.is-active {
  opacity: 1;
  transform: scale(1);
  filter: saturate(1);
  pointer-events: auto;
}

.ph-glp1-hero .ph-wl-hero-carousel__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ph-glp1-hero .ph-wl-hero-carousel__dots {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin: 18px auto 0;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(11, 17, 14, 0.34);
  box-shadow: 0 16px 40px rgba(6, 10, 8, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ph-glp1-hero .ph-wl-hero-carousel__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
  transition:
    width 280ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 280ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 280ms cubic-bezier(0.22, 1, 0.36, 1);
}

.ph-glp1-hero .ph-wl-hero-carousel__dot:hover {
  transform: scale(1.08);
}

.ph-glp1-hero .ph-wl-hero-carousel__dot.is-active,
.ph-glp1-hero .ph-wl-hero-carousel__dot[aria-current="true"] {
  width: 30px;
  background: linear-gradient(90deg, #f6df8b 0%, #d8af49 100%);
  box-shadow: 0 0 0 1px rgba(246, 223, 139, 0.18);
}

.ph-glp1-hero .ph-wl-hero-carousel__dot:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.ph-glp1-hero .ph-wl-editorial-quote {
  position: absolute;
  right: -18px;
  bottom: 42px;
  z-index: 4;
  max-width: 280px;
  display: grid;
  gap: 10px;
  padding: 20px 22px;
  background: linear-gradient(135deg, rgba(230, 191, 86, 0.98), rgba(216, 175, 73, 0.92));
  color: #16211b;
  box-shadow: 0 24px 60px rgba(17, 25, 22, 0.08);
}

.ph-glp1-hero .ph-wl-editorial-quote strong {
  font-family: var(--ph-glp1-display);
  font-size: 1.18rem;
  line-height: 1.2;
}

.ph-glp1-hero .ph-wl-editorial-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.ph-glp1-hero .ph-wl-editorial-metrics article {
  position: relative;
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 0;
  padding: 14px 16px 15px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, rgba(16, 23, 19, 0.74), rgba(22, 33, 27, 0.58));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 12px 24px rgba(6, 10, 8, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.ph-glp1-hero .ph-wl-editorial-metrics article::before {
  content: "";
  position: absolute;
  inset: 14px auto 14px 0;
  width: 3px;
  height: auto;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(141, 208, 154, 0.92), rgba(79, 141, 103, 0.8));
}

.ph-glp1-hero .ph-wl-editorial-metrics article:hover {
  border-color: rgba(141, 208, 154, 0.22);
  box-shadow:
    0 14px 28px rgba(6, 10, 8, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.ph-glp1-hero .ph-wl-editorial-metrics strong {
  display: block;
  position: relative;
  z-index: 1;
  font-family: var(--ph-glp1-display);
  font-size: clamp(1rem, 1.3vw, 1.18rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-wrap: pretty;
}

.ph-glp1-hero .ph-wl-editorial-metric--review strong {
  display: flex;
  align-items: center;
  gap: 9px;
}

.ph-glp1-hero .ph-wl-editorial-metric__google {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #1a73e8;
  font-family: Arial, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.62),
    0 8px 18px rgba(6, 10, 8, 0.16);
}

.ph-glp1-hero .ph-wl-editorial-metric__stars {
  color: #f6ba35;
  font-size: 0.93rem;
  line-height: 1;
  letter-spacing: 0.08em;
  text-shadow: 0 5px 16px rgba(246, 186, 53, 0.2);
}

.ph-glp1-hero .ph-wl-editorial-metrics span {
  position: relative;
  z-index: 1;
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ph-wl-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.ph-wl-actions > a.ph-button {
  min-height: var(--ph-gold-button-min-height) !important;
  padding: var(--ph-gold-button-padding-block) var(--ph-gold-button-padding-inline) !important;
}

.page-glp1-weight-loss a.ph-button.ph-button-link.ph-cta-primary-lg,
.page-glp1-weight-loss a.ph-button.ph-button-link.ph-cta-primary-lg:visited,
.page-glp1-weight-loss button.ph-button.ph-button-link.ph-cta-primary-lg {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: var(--ph-gold-button-gap) !important;
  min-width: 0 !important;
  min-height: var(--ph-gold-button-min-height) !important;
  padding: var(--ph-gold-button-padding-block) var(--ph-gold-button-padding-inline) !important;
  background: linear-gradient(135deg, var(--ph-gold-button-start, #ffc53a), var(--ph-gold-button-end, #ffd86b)) !important;
  border: 1px solid var(--ph-gold-button-border, rgba(214, 150, 28, 0.58)) !important;
  border-radius: var(--ph-gold-button-radius) !important;
  box-shadow: var(--ph-gold-button-shadow, 0 10px 22px rgba(239, 179, 62, 0.24)) !important;
  color: var(--ph-gold-button-text, #17283a) !important;
  fill: currentColor !important;
  font-family: var(--ph-gold-button-font-family) !important;
  font-size: var(--ph-gold-button-font-size) !important;
  font-weight: var(--ph-gold-button-font-weight) !important;
  letter-spacing: var(--ph-gold-button-letter-spacing) !important;
  line-height: var(--ph-gold-button-line-height) !important;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  text-transform: var(--ph-gold-button-text-transform) !important;
  white-space: nowrap !important;
  transform: none !important;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease !important;
}

.page-glp1-weight-loss a.ph-button.ph-button-link.ph-cta-primary-lg:hover,
.page-glp1-weight-loss a.ph-button.ph-button-link.ph-cta-primary-lg:focus-visible,
.page-glp1-weight-loss button.ph-button.ph-button-link.ph-cta-primary-lg:hover,
.page-glp1-weight-loss button.ph-button.ph-button-link.ph-cta-primary-lg:focus-visible {
  background: linear-gradient(135deg, var(--ph-gold-button-start-hover, #f5c357), var(--ph-gold-button-end-hover, #ffe08a)) !important;
  border-color: var(--ph-gold-button-border-hover, rgba(214, 150, 28, 0.82)) !important;
  box-shadow: var(--ph-gold-button-shadow-hover, 0 14px 28px rgba(239, 179, 62, 0.3)) !important;
  color: var(--ph-gold-button-text-hover, #17283a) !important;
  fill: currentColor !important;
  filter: none !important;
  transform: translateY(-1px) !important;
}

.page-glp1-weight-loss a.ph-button.ph-button-link.ph-cta-primary-lg:active,
.page-glp1-weight-loss button.ph-button.ph-button-link.ph-cta-primary-lg:active {
  box-shadow: var(--ph-gold-button-shadow-active, 0 8px 18px rgba(239, 179, 62, 0.22)) !important;
  transform: translateY(0) !important;
}

.page-glp1-weight-loss a.ph-button.ph-button-link.ph-cta-primary-lg .ph-button-content-wrapper,
.page-glp1-weight-loss button.ph-button.ph-button-link.ph-cta-primary-lg .ph-button-content-wrapper {
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: var(--ph-gold-button-gap) !important;
  justify-content: center !important;
}

.page-glp1-weight-loss a.ph-button.ph-button-link.ph-cta-primary-lg .ph-button-content-wrapper,
.page-glp1-weight-loss a.ph-button.ph-button-link.ph-cta-primary-lg .ph-button-text,
.page-glp1-weight-loss a.ph-button.ph-button-link.ph-cta-primary-lg svg,
.page-glp1-weight-loss a.ph-button.ph-button-link.ph-cta-primary-lg i,
.page-glp1-weight-loss button.ph-button.ph-button-link.ph-cta-primary-lg .ph-button-content-wrapper,
.page-glp1-weight-loss button.ph-button.ph-button-link.ph-cta-primary-lg .ph-button-text,
.page-glp1-weight-loss button.ph-button.ph-button-link.ph-cta-primary-lg svg,
.page-glp1-weight-loss button.ph-button.ph-button-link.ph-cta-primary-lg i {
  color: inherit !important;
  fill: currentColor !important;
  stroke: currentColor !important;
  text-decoration: none !important;
}

.ph-glp1-hero__visual {
  position: relative;
}

.ph-glp1-hero__image-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--ph-glp1-radius-lg);
  min-height: 560px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, rgba(28, 37, 34, 0.96), rgba(18, 25, 23, 0.88));
  box-shadow: 0 36px 80px rgba(8, 12, 10, 0.32);
}

.ph-glp1-hero__image-frame::before {
  content: "";
  position: absolute;
  inset: auto -10% -16% 30%;
  height: 16rem;
  background: radial-gradient(circle, rgba(215, 174, 69, 0.34), transparent 70%);
  filter: blur(16px);
}

.ph-glp1-hero__image-frame img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 520px);
  margin: 78px auto 0;
  object-fit: contain;
  filter: drop-shadow(0 24px 54px rgba(0, 0, 0, 0.35));
}

.ph-glp1-hero__price-card {
  position: absolute;
  top: 20px;
  left: -16px;
  z-index: 2;
  display: inline-grid;
  gap: 4px;
  min-width: 220px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(215, 174, 69, 0.34);
  background:
    linear-gradient(135deg, rgba(255, 197, 58, 0.98), rgba(215, 174, 69, 0.9));
  color: #111815;
  box-shadow: 0 20px 44px rgba(215, 174, 69, 0.28);
}

.ph-glp1-hero__price-card span {
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ph-glp1-hero__price-card strong {
  font-size: 1.1rem;
  line-height: 1.2;
}

.ph-glp1-signal-band {
  position: relative;
  padding: clamp(24px, 3vw, 38px) 0 0;
  z-index: 1;
}

.ph-glp1-signal-band__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ph-glp1-signal-card,
.ph-glp1-story-card,
.ph-glp1-program-card,
.ph-glp1-path-card,
.ph-glp1-process-card,
.ph-glp1-pricing-card,
.ph-glp1-pricing-note,
.ph-glp1-faq__item,
.ph-glp1-final-cta__card {
  border: 1px solid var(--ph-glp1-line);
  border-radius: var(--ph-glp1-radius-md);
}

.ph-glp1-signal-card {
  height: 100%;
  padding: 18px 18px 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 54px rgba(17, 33, 28, 0.08);
}

.ph-glp1-signal-card span,
.ph-glp1-program-card__eyebrow,
.ph-glp1-path-card__body span,
.ph-glp1-pricing-note span,
.ph-glp1-faq__answer-heading {
  color: var(--ph-glp1-green-deep);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ph-glp1-signal-card h2 {
  margin: 8px 0 6px;
  font-size: clamp(1.22rem, 2vw, 1.72rem);
  color: #17211c;
}

.ph-glp1-signal-card p {
  font-size: 0.92rem;
  line-height: 1.5;
}

.ph-glp1-story,
.ph-glp1-compare,
.ph-glp1-metrics,
.ph-glp1-process,
.ph-glp1-process-journey,
.ph-glp1-pricing,
.ph-glp1-fit,
.ph-glp1-faq,
.ph-glp1-final-cta {
  padding: clamp(64px, 8vw, 104px) 0;
}

.ph-glp1-final-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(10, 18, 15, 0.9) 0%, rgba(12, 26, 20, 0.76) 42%, rgba(12, 26, 20, 0.34) 100%),
    linear-gradient(180deg, rgba(9, 15, 13, 0.12), rgba(9, 15, 13, 0.38)),
    url("/assets/media/2026/04/weight-loss-prime-health-man.png") center right / cover no-repeat;
}

.ph-glp1-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 20%, rgba(241, 210, 122, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.ph-glp1-final-cta::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 36%;
  background: linear-gradient(180deg, transparent, rgba(9, 15, 13, 0.42));
  pointer-events: none;
}

.ph-glp1-final-cta .ph-glp1-kicker {
  color: #f1d27a;
}

.ph-glp1-final-cta__card h2 {
  color: #ffffff;
}

.ph-glp1-story__grid,
.ph-glp1-pricing__grid,
.ph-glp1-faq__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 52px);
  align-items: start;
}

.ph-glp1-section-head h2,
.ph-glp1-final-cta__card h2 {
  font-size: var(--ph-glp1-text-section);
  line-height: var(--ph-glp1-leading-display);
}

.ph-glp1-section-head p {
  margin-top: 16px;
  max-width: 58ch;
}

.ph-glp1-story__intro {
  position: sticky;
  top: calc(var(--ph-overlay-header-height, 0px) + 18px);
  align-self: start;
  z-index: 2;
  display: grid;
  gap: 20px;
}

.ph-glp1-story-feature {
  position: relative;
  overflow: hidden;
  min-height: clamp(280px, 30vw, 380px);
  margin: 0;
  border: 1px solid var(--ph-glp1-line);
  border-radius: 28px;
  background: #18211c;
  box-shadow: 0 28px 70px rgba(17, 33, 28, 0.14);
}

.ph-glp1-story-feature::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 52%;
  background: linear-gradient(180deg, rgba(16, 22, 19, 0) 0%, rgba(16, 22, 19, 0.72) 100%);
  pointer-events: none;
}

.ph-glp1-story-feature img,
.ph-glp1-fit-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ph-glp1-story-feature figcaption,
.ph-glp1-fit-visual figcaption {
  position: absolute;
  inset: auto 18px 18px;
  z-index: 1;
  display: grid;
  gap: 8px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(16, 22, 19, 0.62);
  color: #ffffff;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ph-glp1-story-feature figcaption span,
.ph-glp1-fit-visual figcaption span {
  color: #f3cf67;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ph-glp1-story-feature figcaption strong,
.ph-glp1-fit-visual figcaption strong {
  font-size: 1.08rem;
  line-height: 1.35;
}

.ph-glp1-story__cards,
.ph-glp1-pricing__cards,
.ph-glp1-faq__list {
  display: grid;
  gap: 16px;
}

.ph-glp1-story-card {
  padding: 24px 24px 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 247, 239, 0.96));
}

.ph-glp1-story-card h3,
.ph-glp1-program-card h3,
.ph-glp1-path-card h3,
.ph-glp1-process-card h3,
.ph-glp1-pricing-card h3 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  color: #17211c;
}

.ph-glp1-compare {
  background:
    linear-gradient(180deg, rgba(238, 245, 239, 0.75), rgba(255, 255, 255, 0.9)),
    radial-gradient(circle at top left, rgba(86, 140, 93, 0.08), transparent 20rem);
}

.ph-glp1-section-head--center {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 36px;
}

.ph-glp1-section-head--center p {
  margin-inline: auto;
}

.ph-glp1-compare__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: 18px;
  align-items: stretch;
}

.ph-glp1-program-card {
  padding: 28px 26px;
  background:
    linear-gradient(180deg, rgba(18, 25, 23, 0.98), rgba(28, 37, 34, 0.96));
  color: #ffffff;
}

.ph-glp1-program-card h3,
.ph-glp1-program-card p,
.ph-glp1-program-card li {
  color: rgba(255, 255, 255, 0.9);
}

.ph-glp1-program-card h3 {
  color: #ffffff;
  font-size: 1.8rem;
}

.ph-glp1-program-card ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.ph-glp1-program-card li {
  position: relative;
  padding-left: 18px;
  line-height: 1.55;
}

.ph-glp1-program-card li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ph-glp1-gold);
}

.ph-glp1-compare__paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ph-glp1-metrics {
  background:
    linear-gradient(180deg, #f4f8f1 0%, #edf4ea 100%);
}

.ph-glp1-metrics__panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 4vw, 54px);
  padding: clamp(28px, 4vw, 42px);
  border-radius: 30px;
  border: 1px solid rgba(18, 25, 23, 0.08);
  background:
    radial-gradient(circle at top right, rgba(86, 140, 93, 0.08), transparent 22rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 242, 0.98));
  box-shadow: 0 26px 58px rgba(17, 33, 28, 0.08);
}

.ph-glp1-metrics__panel::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -4%;
  width: 24rem;
  height: 24rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(86, 140, 93, 0.08), transparent 70%);
  filter: blur(10px);
  pointer-events: none;
}

.ph-glp1-metrics__copy,
.ph-glp1-metrics__result {
  position: relative;
  z-index: 1;
}

.ph-glp1-metrics__copy h2,
.ph-glp1-fit-card h2,
.ph-glp1-process-detail h3 {
  margin: 0;
  font-family: var(--ph-glp1-display);
  letter-spacing: -0.04em;
}

.ph-glp1-metrics__copy h2 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  line-height: 0.96;
  color: #17211c;
}

.ph-glp1-metrics__copy p {
  margin-top: 14px;
  max-width: 56ch;
  color: rgba(23, 33, 28, 0.68);
}

.ph-glp1-metrics__controls {
  display: grid;
  gap: 28px;
  margin-top: 34px;
}

.ph-glp1-metrics__quiz-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 26px;
  padding: 18px;
  border: 1px solid rgba(86, 140, 93, 0.14);
  border-radius: 20px;
  background:
    radial-gradient(circle at top left, rgba(215, 174, 69, 0.13), transparent 58%),
    rgba(255, 255, 255, 0.72);
}

.ph-glp1-metrics__quiz-cta a.ph-button {
  flex: 0 0 auto;
}

.ph-glp1-metrics__quiz-cta p {
  flex: 1 1 16rem;
  min-width: 0;
  margin: 0;
  color: rgba(23, 33, 28, 0.64);
  font-size: 0.95rem;
  line-height: 1.5;
}

.ph-glp1-metric-slider {
  display: grid;
  gap: 12px;
}

.ph-glp1-metric-slider__head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: end;
}

.ph-glp1-metric-slider__head label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(23, 33, 28, 0.76);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ph-glp1-metric-slider__icon {
  color: #5ce19b;
  font-size: 1rem;
}

.ph-glp1-metric-slider__head strong {
  color: #17211c;
  font-family: var(--ph-glp1-display);
  font-size: 1.8rem;
  line-height: 1;
}

.ph-glp1-metric-slider__input {
  width: 100%;
  appearance: none;
  height: 8px;
  border-radius: 999px;
  background: rgba(23, 33, 28, 0.08);
  outline: none;
}

.ph-glp1-metric-slider__input::-webkit-slider-thumb {
  appearance: none;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #ffffff;
  border: 3px solid #59bf7c;
  box-shadow: 0 0 0 4px rgba(89, 191, 124, 0.1);
  cursor: pointer;
}

.ph-glp1-metric-slider__input::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #ffffff;
  border: 3px solid #59bf7c;
  box-shadow: 0 0 0 4px rgba(89, 191, 124, 0.1);
  cursor: pointer;
}

.ph-glp1-metrics__result {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(26px, 3vw, 34px);
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(86, 140, 93, 0.09), transparent 18rem),
    linear-gradient(180deg, rgba(247, 250, 244, 0.98), rgba(239, 245, 235, 0.98));
  border: 1px solid rgba(18, 25, 23, 0.07);
}

.ph-glp1-metrics__result-head p,
.ph-glp1-metrics__potential p {
  margin: 0 0 10px;
  color: rgba(23, 33, 28, 0.42);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ph-glp1-metrics__result-value {
  display: flex;
  align-items: end;
  gap: 16px;
  margin-bottom: 24px;
}

.ph-glp1-metrics__result-value span {
  color: #17211c;
  font-family: var(--ph-glp1-display);
  font-size: clamp(3.4rem, 8vw, 4.9rem);
  line-height: 0.92;
}

.ph-glp1-metrics__result-value strong {
  color: #7b915a;
  font-size: 1.6rem;
  line-height: 1.15;
}

.ph-glp1-bmi-scale {
  position: relative;
  height: 12px;
  margin-top: 8px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(23, 33, 28, 0.08);
}

.ph-glp1-bmi-scale__bands {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 100%;
}

.ph-glp1-bmi-scale__bands span:nth-child(1) { background: rgba(78, 153, 235, 0.18); }
.ph-glp1-bmi-scale__bands span:nth-child(2) { background: rgba(82, 212, 139, 0.18); }
.ph-glp1-bmi-scale__bands span:nth-child(3) { background: rgba(201, 183, 116, 0.22); }
.ph-glp1-bmi-scale__bands span:nth-child(4) { background: rgba(223, 93, 93, 0.18); }

.ph-glp1-bmi-scale__marker {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #b8a36e;
  box-shadow: 0 0 18px currentColor;
  transform: translate(-50%, -50%);
  transition: left 420ms ease;
}

.ph-glp1-bmi-scale__ticks {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 0 2px;
  color: rgba(23, 33, 28, 0.32);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ph-glp1-metrics__potential {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  margin-top: 26px;
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(86, 140, 93, 0.16);
}

.ph-glp1-metrics__potential-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(95, 153, 102, 0.12);
  color: #568c5d;
  font-size: 1.35rem;
  font-weight: 700;
}

.ph-glp1-metrics__potential h3 {
  margin: 0 0 8px;
  color: #17211c;
  font-size: 1.14rem;
  line-height: 1.5;
}

.ph-glp1-metrics__potential h3 strong {
  color: #568c5d;
  font-family: var(--ph-glp1-display);
  font-size: 1.7rem;
  margin-left: 6px;
}

.ph-glp1-metrics__potential small {
  display: block;
  color: rgba(23, 33, 28, 0.5);
  line-height: 1.5;
}

.ph-glp1-path-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
}

.ph-glp1-path-card__media {
  aspect-ratio: 1 / 1;
  background:
    radial-gradient(circle at top left, rgba(215, 174, 69, 0.18), transparent 45%),
    linear-gradient(180deg, rgba(238, 245, 239, 0.78), rgba(255, 255, 255, 0.95));
}

.ph-glp1-path-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: clamp(10px, 1.2vw, 16px);
}

.ph-glp1-path-card__body {
  padding: 22px 22px 24px;
}

.ph-glp1-process {
  background:
    radial-gradient(circle at top right, rgba(86, 140, 93, 0.08), transparent 24rem),
    linear-gradient(180deg, #fbfcf8 0%, #f2f7ef 100%);
}

.ph-glp1-process .ph-glp1-kicker,
.ph-glp1-process .ph-glp1-section-head h2,
.ph-glp1-process .ph-glp1-section-head p {
  color: #17211c;
}

.ph-glp1-process .ph-glp1-section-head p {
  color: rgba(23, 33, 28, 0.64);
}

.ph-glp1-process__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.ph-glp1-process-card {
  min-height: 100%;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 242, 0.94));
  border-color: rgba(86, 140, 93, 0.14);
  box-shadow: 0 18px 34px rgba(82, 104, 88, 0.08);
}

.ph-glp1-process-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(95, 153, 102, 0.16), rgba(255, 255, 255, 0.88));
  color: #3f6948;
  box-shadow: inset 0 0 0 1px rgba(86, 140, 93, 0.08);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ph-glp1-process-card h3 {
  color: #17211c;
}

.ph-glp1-process-card p {
  color: rgba(23, 33, 28, 0.62);
}

.ph-glp1-process-journey {
  background:
    radial-gradient(circle at top left, rgba(150, 179, 157, 0.1), transparent 28rem),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, 0.72), transparent 22rem),
    linear-gradient(180deg, #fafcf9 0%, #eef4ef 100%);
}

.ph-glp1-process-journey .ph-glp1-section-head {
  max-width: 44rem;
  margin: 0 0 clamp(24px, 3vw, 38px);
}

.ph-glp1-process-journey .ph-glp1-section-head p {
  margin-top: 14px;
  max-width: 48ch;
}

.ph-glp1-process-journey__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
  gap: clamp(32px, 4.2vw, 54px);
  align-items: start;
}

.ph-glp1-story__intro,
.ph-glp1-pricing__grid > .ph-glp1-section-head,
.ph-glp1-faq__grid > .ph-glp1-section-head {
  position: sticky;
  top: calc(var(--ph-overlay-header-height, 0px) + 18px);
  align-self: start;
  z-index: 2;
}

.ph-glp1-process-journey__steps {
  position: relative;
  display: grid;
  gap: 14px;
}

.ph-glp1-process-journey__steps::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 24px;
  bottom: 24px;
  width: 2px;
  background: linear-gradient(180deg, rgba(163, 187, 170, 0.68), rgba(163, 187, 170, 0.36) 48%, rgba(163, 187, 170, 0.08));
}

.ph-glp1-process-step {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  gap: 18px;
  width: 100%;
  padding: 22px;
  border: 1px solid rgba(118, 142, 125, 0.12);
  border-radius: var(--ph-glp1-button-radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 248, 0.94));
  text-align: left;
  box-shadow:
    0 12px 28px rgba(83, 103, 90, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.82);
  transition: background 220ms ease, border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.ph-glp1-process-step::before {
  content: "";
  position: absolute;
  inset: 14px auto 14px 0;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(170, 194, 176, 0.2), rgba(144, 171, 151, 0.34));
  transition: background 220ms ease, opacity 220ms ease;
}

.ph-glp1-process-step:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(246, 249, 247, 0.97));
  border-color: rgba(143, 171, 151, 0.24);
  box-shadow:
    0 18px 32px rgba(83, 103, 90, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transform: translateY(-1px);
}

.ph-glp1-process-step.is-active {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8f5 100%);
  border-color: rgba(136, 164, 145, 0.28);
  box-shadow:
    0 22px 40px rgba(83, 103, 90, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.ph-glp1-process-step:hover::before,
.ph-glp1-process-step.is-active::before {
  background: linear-gradient(180deg, rgba(203, 219, 208, 0.8), rgba(130, 157, 138, 0.72));
}

.ph-glp1-process-step__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.94) 28%, rgba(238, 245, 239, 0.96) 58%, rgba(213, 226, 217, 0.98) 100%);
  color: var(--ph-glp1-accent-ink);
  border: 1px solid rgba(141, 167, 149, 0.3);
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.98),
    inset 0 -10px 14px rgba(161, 182, 168, 0.3),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5),
    0 8px 16px rgba(83, 103, 90, 0.07);
  transition: background 220ms ease, color 220ms ease, box-shadow 220ms ease, transform 220ms ease, border-color 220ms ease;
}

.ph-glp1-process-step__icon svg,
.ph-glp1-process-detail__icon svg {
  display: block;
  width: 22px;
  height: 22px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ph-glp1-process-step.is-active .ph-glp1-process-step__icon {
  background: radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 1) 0%, rgba(246, 251, 247, 0.97) 28%, rgba(229, 239, 232, 0.98) 58%, rgba(206, 221, 210, 0.99) 100%);
  color: #4f6a58;
  border-color: rgba(131, 158, 140, 0.38);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 1),
    inset 0 -11px 16px rgba(151, 174, 159, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.56),
    0 10px 20px rgba(83, 103, 90, 0.09);
  transform: scale(1.01);
}

.ph-glp1-process-step__content {
  display: grid;
  gap: 4px;
}

.ph-glp1-process-step__content strong {
  color: #6b8774;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ph-glp1-process-step__content span {
  color: #17211c;
  font-family: var(--ph-glp1-display);
  font-size: 1.26rem;
  font-weight: 700;
}

.ph-glp1-process-step__content small {
  color: rgba(23, 33, 28, 0.62);
  font-size: 0.92rem;
  line-height: 1.5;
}

.ph-glp1-process-detail {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(185, 205, 190, 0.18), transparent 22rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbf8 52%, #eff4f0 100%);
  border: 1px solid rgba(118, 142, 125, 0.12);
  box-shadow:
    0 24px 52px rgba(83, 103, 90, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.ph-glp1-process-detail::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 22rem;
  height: 22rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(196, 212, 199, 0.26), transparent 70%);
  filter: blur(18px);
}

.ph-glp1-process-detail > * {
  position: relative;
  z-index: 1;
}

.ph-glp1-process-detail__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 26px;
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 248, 243, 0.96) 56%, rgba(214, 227, 218, 0.98) 100%);
  color: var(--ph-glp1-accent-ink);
  border: 1px solid rgba(141, 167, 149, 0.28);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 1),
    inset 0 -12px 16px rgba(158, 178, 164, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.48),
    0 14px 28px rgba(83, 103, 90, 0.08);
  font-size: 1.7rem;
  font-weight: 700;
}

.ph-glp1-process-detail__icon svg {
  width: 28px;
  height: 28px;
}

.ph-glp1-process-detail__step {
  display: inline-block;
  padding: 8px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(244, 249, 245, 0.96), rgba(225, 236, 228, 0.92));
  color: #5f7c68;
  border: 1px solid rgba(141, 167, 149, 0.2);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ph-glp1-process-detail h3 {
  margin-top: 18px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.98;
  color: #17211c;
}

.ph-glp1-process-detail p {
  margin-top: 18px;
  color: rgba(23, 33, 28, 0.72);
  font-size: 1.05rem;
  line-height: 1.74;
}

.ph-glp1-process-detail__footer {
  padding-top: 24px;
  margin-top: 26px;
  border-top: 1px solid rgba(118, 142, 125, 0.1);
}

.ph-glp1-process-detail__next {
  gap: var(--ph-primary-green-button-gap, 10px);
}

.ph-glp1-process-detail__next span[aria-hidden="true"] {
  font-size: 1.08rem;
  transition: transform 220ms ease;
}

.ph-glp1-process-detail__next:hover span[aria-hidden="true"],
.ph-glp1-process-detail__next:focus-visible span[aria-hidden="true"] {
  transform: translateX(2px);
}

.ph-glp1-pricing {
  background:
    linear-gradient(180deg, #f5f8f0 0%, #ffffff 100%);
}

.ph-glp1-pricing-card,
.ph-glp1-pricing-note {
  padding: 24px;
  background: rgba(255, 255, 255, 0.94);
}

.ph-glp1-pricing-note {
  background:
    linear-gradient(180deg, rgba(18, 25, 23, 0.98), rgba(28, 37, 34, 0.96));
}

.ph-glp1-pricing-note span,
.ph-glp1-pricing-note p {
  color: rgba(255, 255, 255, 0.88);
}

.ph-glp1-fit {
  background:
    linear-gradient(180deg, #eef5ec 0%, #f7faf4 100%);
  border-block: 1px solid rgba(18, 25, 23, 0.08);
}

.ph-glp1-fit__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ph-glp1-fit__grid--with-visual {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr) minmax(0, 1fr);
  align-items: stretch;
}

.ph-glp1-fit-card {
  padding: clamp(28px, 4vw, 42px);
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid var(--ph-glp1-line);
  box-shadow: 0 16px 36px rgba(17, 33, 28, 0.06);
}

.ph-glp1-fit-card h2 {
  margin-bottom: 26px;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 0.98;
  color: #17211c;
}

.ph-glp1-fit-card ul {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ph-glp1-fit-card li {
  display: flex;
  align-items: start;
  gap: 14px;
}

.ph-glp1-fit-card li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
  margin-top: 4px;
  border-radius: 999px;
  color: #41ae62;
  border: 2px solid rgba(65, 174, 98, 0.9);
  font-size: 0.9rem;
  font-weight: 800;
}

.ph-glp1-fit-card li p {
  color: rgba(23, 33, 28, 0.7);
  font-size: 1.02rem;
  line-height: 1.65;
}

.ph-glp1-fit-visual {
  position: relative;
  overflow: hidden;
  min-height: clamp(420px, 50vw, 620px);
  margin: 0;
  border: 1px solid rgba(23, 33, 28, 0.1);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, #22302a 0%, #15201c 100%);
  box-shadow: 0 24px 56px rgba(17, 33, 28, 0.12);
}

.ph-glp1-fit-visual::before {
  content: "";
  position: absolute;
  inset: auto -16% -10% auto;
  width: 14rem;
  height: 14rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(215, 174, 73, 0.28), transparent 70%);
  pointer-events: none;
}

.ph-glp1-fit-card--dark {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(86, 140, 93, 0.12), transparent 18rem),
    linear-gradient(180deg, rgba(18, 25, 23, 0.98), rgba(28, 37, 34, 0.96));
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 26px 54px rgba(17, 33, 28, 0.16);
}

.ph-glp1-fit-card--dark .ph-glp1-kicker,
.ph-glp1-fit-card--dark h2 {
  color: #ffffff;
}

.ph-glp1-fit-card--dark .ph-glp1-kicker {
  color: #5ce19b;
}

.ph-glp1-fit-card--dark li span {
  background: rgba(89, 191, 124, 0.14);
  border: 0;
}

.ph-glp1-fit-card--dark li span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #59bf7c;
}

.ph-glp1-fit-card--dark li p {
  color: rgba(255, 255, 255, 0.88);
}

.ph-glp1-faq {
  background:
    linear-gradient(180deg, rgba(238, 245, 239, 0.68), rgba(255, 255, 255, 0.94));
}

.ph-glp1-faq__item {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.96);
}

.ph-glp1-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 56px 22px 22px;
  font-size: 1.06rem;
  font-weight: 700;
  line-height: 1.45;
  color: #17211c;
  position: relative;
}

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

.ph-glp1-faq__item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  color: var(--ph-glp1-green-deep);
  font-size: 1.4rem;
  font-weight: 500;
}

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

.ph-glp1-faq__answer {
  padding: 0 22px 22px;
  display: grid;
  gap: 10px;
}

.ph-glp1-final-cta__card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(28px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(18, 25, 23, 0.88), rgba(30, 40, 36, 0.8));
  box-shadow: 0 28px 80px rgba(8, 16, 13, 0.24);
  color: #ffffff;
  backdrop-filter: blur(4px) saturate(1.05);
}

.ph-glp1-final-cta__card p {
  color: rgba(255, 255, 255, 0.88);
}

.ph-glp1-program-card__eyebrow {
  color: #f1d27a;
}

.ph-glp1-program-card p,
.ph-glp1-program-card li {
  color: rgba(255, 255, 255, 0.94);
}

[data-glp1-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 560ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--glp1-delay, 0s);
}

[data-glp1-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1180px) {
  .ph-glp1-hero .ph-wl-editorial-hero,
  .ph-glp1-story__grid,
  .ph-glp1-metrics__panel,
  .ph-glp1-pricing__grid,
  .ph-glp1-faq__grid,
  .ph-glp1-compare__grid,
  .ph-glp1-process-journey__grid,
  .ph-glp1-fit__grid {
    grid-template-columns: 1fr;
  }

  .ph-glp1-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ph-glp1-process-journey__steps::before {
    display: none;
  }

  .ph-glp1-story__intro,
  .ph-glp1-pricing__grid > .ph-glp1-section-head,
  .ph-glp1-faq__grid > .ph-glp1-section-head {
    position: static;
    top: auto;
  }

  .ph-glp1-hero .ph-wl-editorial-hero__copy h1 {
  }
}

@media (max-width: 900px) {
  .ph-glp1-compare__paths,
  .ph-glp1-process__grid {
    grid-template-columns: 1fr;
  }

  .ph-glp1-final-cta__card {
    grid-template-columns: 1fr;
  }

  .ph-glp1-signal-band__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .ph-glp1-hero .ph-wl-editorial-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ph-wl-actions {
    width: 100%;
  }

  .ph-wl-actions > a {
    flex: 1 1 220px;
  }

  .ph-glp1-metrics__potential {
    grid-template-columns: 1fr;
  }

  .ph-glp1-metrics__result-value {
    gap: 10px;
  }

  .ph-glp1-metrics__result-value strong {
    font-size: 1.2rem;
  }

  .ph-glp1-signal-card {
    padding: 20px 18px 18px;
  }

  .ph-glp1-signal-card h2 {
    font-size: clamp(1.2rem, 2.4vw, 1.62rem);
  }

  .ph-glp1-signal-card p {
    font-size: 0.94rem;
    line-height: 1.56;
  }
}

@media (max-width: 767px) {
  .ph-glp1-landing {
    --ph-glp1-shell: calc(100% - 28px);
    --ph-glp1-radius-lg: 24px;
    --ph-glp1-radius-md: 18px;
  }

  .ph-glp1-hero {
    padding: calc(var(--ph-overlay-header-height, 0px) + 18px) 0 72px;
  }

  .ph-glp1-hero .ph-wl-editorial-hero__copy h1 {
    font-size: clamp(2.45rem, 14vw, 3.4rem);
    line-height: 0.9;
  }

  .ph-glp1-hero .ph-wl-hero__lead {
    font-size: 0.96rem;
    line-height: 1.66;
  }

  .ph-wl-actions {
    margin-top: 16px;
    flex-direction: column;
    align-items: stretch;
  }

  .ph-glp1-section-head h2,
  .ph-glp1-final-cta__card h2 {
    font-size: clamp(2rem, 10vw, 3.1rem);
  }

  .ph-glp1-hero .ph-wl-editorial-frame {
    min-height: clamp(360px, 82vw, 500px);
  }

  .ph-glp1-hero .ph-wl-editorial-quote {
    position: static;
    margin-top: 14px;
    max-width: none;
  }

  .ph-glp1-hero .ph-wl-hero-carousel__dots {
    gap: 8px;
    padding: 8px 12px;
    margin-top: 14px;
  }

  .ph-glp1-hero .ph-wl-hero-carousel__dot.is-active,
  .ph-glp1-hero .ph-wl-hero-carousel__dot[aria-current="true"] {
    width: 24px;
  }

  .ph-glp1-story-feature {
    min-height: 260px;
  }

  .ph-glp1-story-feature figcaption,
  .ph-glp1-fit-visual figcaption {
    inset-inline: 14px;
    bottom: 14px;
    padding: 15px 15px 14px;
  }

  .ph-glp1-fit-visual {
    min-height: 460px;
  }

  .ph-glp1-signal-band {
    overflow: visible;
  }

  .ph-glp1-signal-band__grid {
    grid-auto-flow: column;
    grid-auto-columns: minmax(250px, 84%);
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 4px;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .ph-glp1-signal-band__grid::-webkit-scrollbar {
    display: none;
  }

  .ph-glp1-signal-card {
    scroll-snap-align: start;
    padding: 18px 18px 17px;
  }

  .ph-glp1-signal-card h2 {
    font-size: clamp(1.28rem, 5.2vw, 1.68rem);
  }

  .ph-glp1-signal-card p {
    font-size: 0.92rem;
    line-height: 1.52;
  }

  .ph-glp1-story,
  .ph-glp1-compare,
  .ph-glp1-metrics,
  .ph-glp1-process,
  .ph-glp1-process-journey,
  .ph-glp1-pricing,
  .ph-glp1-fit,
  .ph-glp1-faq,
  .ph-glp1-final-cta {
    padding: 56px 0;
  }

  .ph-glp1-faq__item summary {
    font-size: 0.98rem;
  }

  .ph-glp1-metrics__panel,
  .ph-glp1-process-detail,
  .ph-glp1-fit-card {
    padding: 24px 20px;
  }

  .ph-glp1-process-step {
    padding: 18px;
  }

  .ph-glp1-process-detail__icon {
    width: 56px;
    height: 56px;
    margin-bottom: 22px;
  }
}

@media (max-width: 540px) {
  .ph-wl-actions > a {
    width: 100%;
  }

  .ph-glp1-signal-band__grid {
    grid-auto-columns: minmax(236px, 88%);
  }
}
