:root {
  --ph-sermo-v5-bg: #f4f7fb;
  --ph-sermo-v5-surface: #ffffff;
  --ph-sermo-v5-surface-soft: #f8fbff;
  --ph-sermo-v5-text: #12263b;
  --ph-sermo-v5-copy: #4f6275;
  --ph-sermo-v5-gold: #efb33e;
  --ph-sermo-v5-gold-deep: #d6961c;
  --ph-sermo-v5-teal: #11858f;
  --ph-sermo-v5-teal-deep: #0f6670;
  --ph-sermo-v5-dark: #13263a;
  --ph-sermo-v5-dark-soft: #1a3047;
  --ph-sermo-v5-border: rgba(18, 38, 59, 0.1);
  --ph-sermo-v5-shadow-lg: 0 30px 70px rgba(15, 35, 53, 0.16);
  --ph-sermo-v5-shadow-md: 0 18px 44px rgba(15, 35, 53, 0.12);
  --ph-sermo-v5-shadow-sm: 0 10px 24px rgba(15, 35, 53, 0.08);
}

body.page-peptide-therapy {
  background:
    radial-gradient(circle at 10% -8%, rgba(239, 179, 62, 0.22), transparent 34%),
    radial-gradient(circle at 95% -10%, rgba(17, 133, 143, 0.2), transparent 36%),
    linear-gradient(180deg, #f9fbfe 0%, #edf2f8 100%);
}

body.page-peptide-therapy main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.page-peptide-therapy .ph-peptide-page,
.page-peptide-therapy .ph-peptide-page * {
  box-sizing: border-box;
}

.page-peptide-therapy .ph-sermo-v5-page {
  color: var(--ph-sermo-v5-text);
  font-family: "Montserrat", "Segoe UI", sans-serif;
  overflow: hidden;
}

.page-peptide-therapy .ph-peptide-shell {
  width: min(1360px, calc(100% - 44px));
  margin: 0 auto;
}

.page-peptide-therapy .ph-sermo-variant-indicator {
  position: fixed;
  top: 104px;
  right: 16px;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 12px;
  border: 1px solid rgba(243, 194, 72, 0.5);
  background: rgba(15, 34, 53, 0.92);
  box-shadow: 0 8px 20px rgba(8, 22, 34, 0.32);
}

.page-peptide-therapy .ph-sermo-variant-label {
  color: #f3c248;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-peptide-therapy .ph-sermo-variant-select {
  min-width: 58px;
  height: 30px;
  border-radius: 10px;
  border: 1px solid rgba(229, 240, 249, 0.34);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 0 8px;
  outline: none;
}

.page-peptide-therapy .ph-sermo-variant-select:focus {
  border-color: rgba(243, 194, 72, 0.7);
  box-shadow: 0 0 0 2px rgba(243, 194, 72, 0.24);
}

.page-peptide-therapy [data-peptide-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

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

.page-peptide-therapy .ph-sermo-v5-kicker,
.page-peptide-therapy .ph-peptide-kicker {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ph-sermo-v5-teal-deep);
}

.page-peptide-therapy .ph-sermo-v5-hero {
  position: relative;
  padding: 64px 0 56px;
}

.page-peptide-therapy .ph-sermo-v5-hero .ph-peptide-shell {
  width: min(1180px, calc(100% - 44px));
}

.page-peptide-therapy .ph-sermo-v5-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(19, 38, 58, 0.98), rgba(25, 50, 73, 0.95) 48%, rgba(28, 58, 82, 0.9));
  z-index: 0;
}

.page-peptide-therapy .ph-sermo-v5-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(0.5px);
  opacity: 0.56;
  pointer-events: none;
  z-index: 0;
}

.page-peptide-therapy .ph-sermo-v5-orb-a {
  width: 420px;
  height: 420px;
  top: -140px;
  left: -120px;
  background: radial-gradient(circle, rgba(239, 179, 62, 0.74), rgba(239, 179, 62, 0));
  animation: phSermoV5FloatA 9s ease-in-out infinite;
}

.page-peptide-therapy .ph-sermo-v5-orb-b {
  width: 340px;
  height: 340px;
  top: 40px;
  right: -120px;
  background: radial-gradient(circle, rgba(17, 133, 143, 0.75), rgba(17, 133, 143, 0));
  animation: phSermoV5FloatB 11s ease-in-out infinite;
}

.page-peptide-therapy .ph-sermo-v5-orb-c {
  width: 280px;
  height: 280px;
  bottom: -80px;
  left: 36%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
  animation: phSermoV5FloatC 8s ease-in-out infinite;
}

@keyframes phSermoV5FloatA {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(26px, 18px); }
}

@keyframes phSermoV5FloatB {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-20px, 20px); }
}

@keyframes phSermoV5FloatC {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}

.page-peptide-therapy .ph-sermo-v5-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.9fr);
  gap: clamp(24px, 3vw, 44px);
  align-items: center;
}

.page-peptide-therapy .ph-sermo-v5-copy h1,
.page-peptide-therapy .ph-sermo-v5-head h2,
.page-peptide-therapy .ph-sermo-v5-fit-card h2,
.page-peptide-therapy .ph-peptide-head h2,
.page-peptide-therapy .ph-peptide-cta h2 {
  margin: 0;
  line-height: 1.04;
  letter-spacing: -0.038em;
  font-weight: 800;
}

.page-peptide-therapy .ph-sermo-v5-copy h1 {
  color: #ffffff;
  font-size: clamp(2.9rem, 5vw, 5rem);
}

.page-peptide-therapy .ph-sermo-v5-lead,
.page-peptide-therapy .ph-sermo-v5-head p,
.page-peptide-therapy .ph-sermo-v5-overview-card p,
.page-peptide-therapy .ph-sermo-v5-effect-card p,
.page-peptide-therapy .ph-sermo-v5-flow-card p,
.page-peptide-therapy .ph-sermo-v5-fit-card li,
.page-peptide-therapy .ph-sermo-v5-review-card p,
.page-peptide-therapy .ph-peptide-cta p,
.page-peptide-therapy .ph-peptide-related-copy p {
  margin: 0;
  color: var(--ph-sermo-v5-copy);
  font-size: 17px;
  line-height: 1.7;
}

.page-peptide-therapy .ph-sermo-v5-copy .ph-sermo-v5-lead {
  margin-top: 18px;
  max-width: 620px;
  color: rgba(237, 246, 255, 0.94);
}

.page-peptide-therapy .ph-peptide-compliance-note {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(237, 246, 255, 0.82);
  font-size: 13px;
  line-height: 1.55;
}

.page-peptide-therapy .ph-peptide-compliance-note--hero {
  max-width: 560px;
  padding-left: 12px;
  border-left: 3px solid rgba(239, 179, 62, 0.78);
  color: rgba(237, 246, 255, 0.88);
}

.page-peptide-therapy .ph-sermo-v5-head .ph-peptide-compliance-note,
.page-peptide-therapy .ph-peptide-cta .ph-peptide-compliance-note {
  max-width: 720px;
  color: var(--ph-sermo-v5-copy);
}

.page-peptide-therapy .ph-peptide-access-disclosure {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 251, 255, 0.96)),
    radial-gradient(circle at 88% 16%, rgba(17, 133, 143, 0.1), transparent 28%);
}

.page-peptide-therapy .ph-peptide-access-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: start;
}

.page-peptide-therapy .ph-peptide-access-copy h2 {
  max-width: 680px;
  margin: 0;
  color: var(--ph-sermo-v5-text);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.04;
  letter-spacing: -0.038em;
  font-weight: 800;
}

.page-peptide-therapy .ph-peptide-access-copy p:not(.ph-sermo-v5-kicker) {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--ph-sermo-v5-copy);
  font-size: 16px;
  line-height: 1.7;
}

.page-peptide-therapy .ph-peptide-access-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-peptide-therapy .ph-peptide-access-steps li {
  min-height: 168px;
  padding: 18px;
  border: 1px solid rgba(18, 38, 59, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--ph-sermo-v5-shadow-sm);
}

.page-peptide-therapy .ph-peptide-access-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: rgba(239, 179, 62, 0.18);
  color: var(--ph-sermo-v5-gold-deep);
  font-size: 12px;
  font-weight: 800;
}

.page-peptide-therapy .ph-peptide-access-steps strong {
  display: block;
  color: var(--ph-sermo-v5-text);
  font-size: 16px;
  line-height: 1.35;
}

.page-peptide-therapy .ph-peptide-access-steps p {
  margin: 8px 0 0;
  color: var(--ph-sermo-v5-copy);
  font-size: 14px;
  line-height: 1.55;
}

.page-peptide-therapy .ph-sermo-v5-actions,
.page-peptide-therapy .ph-peptide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.page-peptide-therapy .ph-sermo-v5-btn,
.page-peptide-therapy .ph-peptide-btn,
.page-peptide-therapy .ph-peptide-inline-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.page-peptide-therapy .ph-sermo-v5-btn,
.page-peptide-therapy .ph-peptide-btn {
  min-height: 50px;
  padding: 0 22px;
}

.page-peptide-therapy .ph-sermo-v5-btn:hover,
.page-peptide-therapy .ph-peptide-btn:hover,
.page-peptide-therapy .ph-peptide-inline-link:hover {
  transform: translateY(-2px);
}

.page-peptide-therapy .ph-sermo-v5-btn-primary,
.page-peptide-therapy .ph-peptide-btn-primary {
  background: linear-gradient(135deg, var(--ph-sermo-v5-gold), #ffd072);
  color: #1b2b3c;
  box-shadow: 0 14px 30px rgba(239, 179, 62, 0.32);
}

.page-peptide-therapy .ph-sermo-v5-btn-primary:hover,
.page-peptide-therapy .ph-peptide-btn-primary:hover {
  background: linear-gradient(135deg, #f5c357, #ffe08a);
  color: #17283a;
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt {
  --phtrtprime-bg: #f7f7f7;
  --phtrtprime-bg-soft: #f3f8fd;
  --phtrtprime-panel: #ffffff;
  --phtrtprime-panel-soft: rgba(255, 255, 255, 0.96);
  --phtrtprime-line: rgba(41, 47, 54, 0.08);
  --phtrtprime-line-strong: rgba(255, 197, 58, 0.26);
  --phtrtprime-copy: rgba(41, 47, 54, 0.72);
  --phtrtprime-muted: rgba(41, 47, 54, 0.56);
  position: relative;
  isolation: isolate;
  overflow: visible;
  display: block;
  padding: clamp(80px, 8vw, 116px) 0;
  color: #292f36;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 197, 58, 0.08), transparent 22%),
    radial-gradient(circle at 85% 16%, rgba(255, 197, 58, 0.1), transparent 24%),
    var(--ph-light-surface-glow-soft),
    var(--ph-light-surface-continue);
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.28), transparent 14%, transparent 84%, rgba(255, 197, 58, 0.03)),
    var(--ph-light-surface-glow);
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__shell {
  position: relative;
  z-index: 1;
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(30px, 4vw, 58px);
  align-items: center;
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__figure {
  position: relative;
  margin: 0;
  width: min(100%, 520px);
  justify-self: center;
  align-self: start;
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__figure-glow {
  position: absolute;
  inset: auto 6% -8% -4%;
  height: 72%;
  border-radius: var(--ph-radius-panel);
  background: radial-gradient(circle at center, rgba(255, 197, 58, 0.24), rgba(255, 197, 58, 0));
  filter: blur(42px);
  opacity: 0.88;
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__figure-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: var(--ph-radius-panel);
  border: 1px solid rgba(41, 47, 54, 0.08);
  background: #0d1117;
  box-shadow: 0 28px 68px rgba(15, 23, 34, 0.14);
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__figure-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  transform: scale(1.035);
  transition: transform 900ms ease;
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__figure-frame:hover img {
  transform: scale(1);
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__figure-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(14, 19, 27, 0.04) 0%, rgba(14, 19, 27, 0.16) 40%, rgba(10, 14, 20, 0.82) 100%);
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__content {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 24px;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid var(--phtrtprime-line);
  border-radius: var(--ph-radius-panel);
  background: var(--ph-light-surface-card);
  box-shadow: 0 24px 56px rgba(15, 23, 34, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.68);
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__content::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  height: 2px;
  border-radius: var(--ph-radius-panel) var(--ph-radius-panel) 0 0;
  background: linear-gradient(90deg, rgba(255, 197, 58, 0.55), rgba(255, 197, 58, 0));
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__header {
  display: grid;
  gap: 12px;
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__kicker {
  margin: 0;
  color: #ffc53a;
  font-family: var(--ph-font-display);
  font-size: var(--ph-text-eyebrow);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt h2 {
  margin: 0;
  color: #292f36;
  font-family: var(--ph-font-display);
  font-size: var(--ph-text-h2);
  font-weight: 700;
  line-height: var(--ph-leading-tight);
  letter-spacing: var(--ph-tracking-display);
  text-transform: uppercase;
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__features {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__feature {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 20px;
  border: 1px solid rgba(41, 47, 54, 0.08);
  border-radius: var(--ph-radius-card);
  background: var(--ph-light-surface-card);
  box-shadow: 0 16px 34px rgba(15, 23, 34, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__feature-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid var(--phtrtprime-line-strong);
  background: linear-gradient(180deg, rgba(255, 197, 58, 0.14) 0%, rgba(255, 197, 58, 0.08) 100%);
  color: #ffc53a;
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__feature-icon svg {
  width: 22px;
  height: 22px;
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__feature-copy {
  display: grid;
  gap: 8px;
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__feature-copy h3 {
  margin: 0;
  color: #292f36;
  font-family: var(--ph-font-display);
  font-size: var(--ph-text-h3);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__feature-copy p {
  margin: 0;
  color: var(--phtrtprime-copy);
  font-family: var(--ph-font-body);
  font-size: var(--ph-text-body);
  line-height: var(--ph-leading-normal);
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 6px;
}

.page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__button {
  justify-self: start;
}

@media (max-width: 1180px) {
  .page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__shell {
    width: min(1080px, calc(100% - 44px));
    grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
    gap: clamp(22px, 3vw, 34px);
    align-items: start;
  }

  .page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__figure {
    order: 2;
    width: min(100%, 360px);
    justify-self: end;
  }

  .page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__content {
    order: 1;
    padding: clamp(24px, 3vw, 34px);
  }

  .page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt h2 {
    max-width: none;
  }
}

@media (min-width: 768px) {
  .page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__figure {
    position: sticky;
    top: clamp(104px, 12vh, 132px);
  }
}

@media (max-width: 767px) {
  .page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt {
    padding: 64px 0;
  }

  .page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__shell {
    width: min(100% - 28px, 100%);
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__figure {
    width: min(100%, 360px);
    justify-self: center;
  }

  .page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__content {
    padding: 24px 18px;
    gap: 18px;
  }

  .page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__feature {
    grid-template-columns: auto 1fr;
    gap: 14px;
    padding: 18px 16px;
  }

  .page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__feature-icon {
    width: 44px;
    height: 44px;
  }

  .page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__feature-copy h3 {
    font-size: 1.1875rem;
  }

  .page-peptide-therapy section.ph-element.ph-element-trt-prime-standard-alt.ph-trt-prime-standard-alt .ph-trt-prime-standard-alt__button {
    width: 100%;
  }
}

.page-peptide-therapy .ph-sermo-v5-btn-secondary,
.page-peptide-therapy .ph-peptide-btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #eaf4ff;
  border: 1px solid rgba(234, 244, 255, 0.34);
}

.page-peptide-therapy .ph-sermo-v5-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.page-peptide-therapy .ph-sermo-v5-proof {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  padding: 10px 14px;
}

.page-peptide-therapy .ph-sermo-v5-proof img {
  width: 74px;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgba(20, 39, 58, 0.2);
  object-fit: contain;
  background: rgba(255, 255, 255, 0.9);
  padding: 4px;
}

.page-peptide-therapy .ph-sermo-v5-proof strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.page-peptide-therapy .ph-sermo-v5-proof span {
  color: rgba(228, 238, 249, 0.92);
  font-size: 13px;
}

.page-peptide-therapy .ph-sermo-v5-chip-row {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.page-peptide-therapy .ph-sermo-v5-chip {
  background: rgba(16, 35, 54, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  padding: 12px 14px;
}

.page-peptide-therapy .ph-sermo-v5-chip span {
  display: block;
  color: rgba(204, 221, 238, 0.86);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  margin-bottom: 5px;
}

.page-peptide-therapy .ph-sermo-v5-chip strong {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
}

.page-peptide-therapy .ph-sermo-v5-visual {
  display: grid;
  gap: 14px;
}

.page-peptide-therapy .ph-sermo-v5-anatomy-panel {
  position: relative;
  width: min(100%, 500px);
  margin: 0 auto;
  background:
    linear-gradient(160deg, rgba(10, 30, 47, 0.94), rgba(12, 41, 63, 0.9)),
    radial-gradient(circle at 18% 18%, rgba(239, 179, 62, 0.22), transparent 38%);
  border: 1px solid rgba(221, 237, 252, 0.24);
  border-radius: 28px;
  min-height: 0;
  padding: 12px;
  box-shadow: var(--ph-sermo-v5-shadow-lg);
}

.page-peptide-therapy .ph-sermo-v5-anatomy-label {
  display: none !important;
}

.page-peptide-therapy .ph-sermo-v5-avatar-wrap {
  position: relative;
  width: 100%;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(231, 242, 255, 0.22);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at 18% 12%, rgba(239, 179, 62, 0.22), transparent 36%),
    linear-gradient(165deg, rgba(7, 28, 44, 0.92), rgba(17, 49, 72, 0.88));
}

.page-peptide-therapy .ph-sermo-v5-avatar-wrap::before {
  display: none;
}

.page-peptide-therapy .ph-sermo-v5-avatar-wrap::after {
  display: none;
}

.page-peptide-therapy .ph-sermo-v5-avatar {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  transform: none;
  filter: saturate(1.06) contrast(1.04);
  z-index: 0;
}

.page-peptide-therapy .ph-sermo-v5-product {
  width: min(100%, 500px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
  border: 1px solid rgba(223, 236, 248, 0.5);
  background: rgba(247, 251, 255, 0.94);
  padding: 8px 10px;
  box-shadow: var(--ph-sermo-v5-shadow-md);
}

.page-peptide-therapy .ph-sermo-v5-product img {
  width: 84px;
  height: 84px;
  object-fit: cover;
  border-radius: 10px;
  background: #ffffff;
  padding: 1px;
  box-shadow: inset 0 0 0 1px rgba(18, 38, 59, 0.08);
}

.page-peptide-therapy .ph-sermo-v5-product figcaption span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ph-sermo-v5-teal);
  margin-bottom: 3px;
}

.page-peptide-therapy .ph-sermo-v5-product figcaption strong {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: var(--ph-sermo-v5-text);
}

.page-peptide-therapy .ph-sermo-v5-section,
.page-peptide-therapy .ph-peptide-band {
  padding: 72px 0;
}

.page-peptide-therapy .ph-sermo-v5-overview {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(247, 251, 255, 0.86));
  border-top: 1px solid var(--ph-sermo-v5-border);
  border-bottom: 1px solid var(--ph-sermo-v5-border);
}

.page-peptide-therapy .ph-sermo-v5-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, 0.95fr);
  gap: 20px;
  align-items: center;
}

.page-peptide-therapy .ph-sermo-v5-head h2,
.page-peptide-therapy .ph-sermo-v5-fit-card h2,
.page-peptide-therapy .ph-peptide-head h2,
.page-peptide-therapy .ph-peptide-cta h2 {
  font-size: clamp(2rem, 3.7vw, 3.3rem);
  color: var(--ph-sermo-v5-text);
}

.page-peptide-therapy .ph-sermo-v5-head p {
  margin-top: 16px;
  max-width: 740px;
}

.page-peptide-therapy .ph-sermo-v5-overview-cards {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(18, 38, 59, 0.12);
  background:
    radial-gradient(circle at 88% 10%, rgba(246, 179, 30, 0.16), transparent 38%),
    linear-gradient(165deg, #fdfefe, #f3f8fd 68%, #eef5fc);
  box-shadow: 0 22px 50px rgba(12, 24, 36, 0.12);
  overflow: hidden;
}

.page-peptide-therapy .ph-sermo-v5-overview-cards::before {
  content: "";
  position: absolute;
  left: -22%;
  top: -52%;
  width: 58%;
  height: 220%;
  background: linear-gradient(180deg, rgba(22, 144, 158, 0.12), rgba(22, 144, 158, 0));
  transform: rotate(16deg);
  pointer-events: none;
  animation: phSermoOverviewSweep 8s ease-in-out infinite;
}

.page-peptide-therapy .ph-sermo-v5-overview-card {
  position: relative;
  z-index: 1;
  background: linear-gradient(145deg, #ffffff, #f8fbff);
  border-radius: 16px;
  border: 1px solid rgba(17, 52, 79, 0.13);
  padding: 16px 16px 16px 18px;
  box-shadow: 0 10px 26px rgba(10, 26, 40, 0.1);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.page-peptide-therapy .ph-sermo-v5-overview-card::before {
  content: "";
  position: absolute;
  inset: 8px auto 8px 8px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f6b31e 0%, #16909e 100%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
}

.page-peptide-therapy .ph-sermo-v5-overview-card:hover {
  transform: translateY(-2px);
  border-color: rgba(18, 64, 99, 0.28);
  box-shadow: 0 14px 28px rgba(9, 27, 42, 0.16);
}

.page-peptide-therapy .ph-sermo-v5-overview-card span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #196f7f;
  margin: 0 0 8px 10px;
  font-weight: 700;
}

.page-peptide-therapy .ph-sermo-v5-overview-card h3 {
  margin: 0 0 0 10px;
  color: #122b43;
  font-size: 19px;
  line-height: 1.35;
}

@keyframes phSermoOverviewSweep {
  0%, 100% {
    transform: rotate(16deg) translateX(0);
    opacity: 0.65;
  }
  50% {
    transform: rotate(16deg) translateX(28px);
    opacity: 1;
  }
}

.page-peptide-therapy .ph-sermo-v5-effects {
  background: transparent;
}

.page-peptide-therapy .ph-sermo-v5-effects-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.page-peptide-therapy .ph-sermo-v5-effects-featured {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(220px, 1fr) auto;
  gap: 22px;
  grid-row: span 2;
  padding: clamp(22px, 2.3vw, 30px);
  border-radius: 28px;
  border: 1px solid rgba(223, 236, 249, 0.16);
  background: linear-gradient(160deg, #102234 0%, #16314a 54%, #0f4d5f 100%);
  box-shadow: 0 26px 58px rgba(9, 20, 31, 0.24);
}

.page-peptide-therapy .ph-sermo-v5-effects-featured__backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.15), transparent 26%),
    radial-gradient(circle at 78% 28%, rgba(239, 179, 62, 0.26), transparent 28%),
    radial-gradient(circle at 52% 74%, rgba(17, 133, 143, 0.28), transparent 34%);
  opacity: 0.92;
}

.page-peptide-therapy .ph-sermo-v5-effects-featured__header,
.page-peptide-therapy .ph-sermo-v5-effects-featured__figure,
.page-peptide-therapy .ph-sermo-v5-effects-featured__tags {
  position: relative;
  z-index: 1;
}

.page-peptide-therapy .ph-sermo-v5-effects-featured__header {
  display: grid;
  gap: 10px;
}

.page-peptide-therapy .ph-sermo-v5-effects-featured__eyebrow {
  margin: 0;
  color: rgba(239, 179, 62, 0.98);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-peptide-therapy .ph-sermo-v5-effects-featured__header h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.75rem, 2.3vw, 2.5rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.page-peptide-therapy .ph-sermo-v5-effects-featured__header p {
  margin: 0;
  max-width: 32ch;
  color: rgba(225, 236, 247, 0.88);
  font-size: 15px;
  line-height: 1.65;
}

.page-peptide-therapy .ph-sermo-v5-effects-featured__figure {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 260px;
}

.page-peptide-therapy .ph-sermo-v5-effects-featured__halo {
  position: absolute;
  inset: 50% auto auto 50%;
  width: min(88%, 360px);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle, rgba(239, 179, 62, 0.42) 0%, rgba(239, 179, 62, 0.16) 38%, rgba(239, 179, 62, 0) 72%);
  filter: blur(8px);
}

.page-peptide-therapy .ph-sermo-v5-effects-featured__figure img {
  position: relative;
  z-index: 1;
  width: min(84%, 340px);
  max-height: 320px;
  object-fit: contain;
  filter: drop-shadow(0 24px 36px rgba(7, 13, 20, 0.42));
  transform: translateY(0);
  transition: transform 0.45s ease;
}

.page-peptide-therapy .ph-sermo-v5-effects-featured:hover .ph-sermo-v5-effects-featured__figure img {
  transform: translateY(-4px) scale(1.02);
}

.page-peptide-therapy .ph-sermo-v5-effects-featured__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-peptide-therapy .ph-sermo-v5-effects-featured__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(233, 241, 249, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #f3f8fc;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.page-peptide-therapy .ph-sermo-v5-effect-card {
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: start;
  gap: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 249, 254, 0.96));
  border-radius: 22px;
  border: 1px solid rgba(18, 38, 59, 0.09);
  padding: 22px 20px 20px;
  box-shadow: var(--ph-sermo-v5-shadow-sm);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.page-peptide-therapy .ph-sermo-v5-effect-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(239, 179, 62, 0.95), rgba(17, 133, 143, 0.74), rgba(17, 133, 143, 0));
}

.page-peptide-therapy .ph-sermo-v5-effect-card:hover {
  transform: translateY(-4px);
  border-color: rgba(18, 38, 59, 0.16);
  box-shadow: 0 18px 34px rgba(15, 35, 53, 0.12);
}

.page-peptide-therapy .ph-sermo-v5-effect-card__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(239, 179, 62, 0.18), rgba(17, 133, 143, 0.12));
  border: 1px solid rgba(18, 38, 59, 0.08);
  color: #0f6670;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-peptide-therapy .ph-sermo-v5-effect-card h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.05;
  color: #173049;
}

.page-peptide-therapy .ph-sermo-v5-protocol {
  background: linear-gradient(180deg, rgba(15, 38, 59, 0.98), rgba(20, 48, 73, 0.96));
}

.page-peptide-therapy .ph-sermo-v5-protocol .ph-sermo-v5-kicker,
.page-peptide-therapy .ph-sermo-v5-protocol .ph-sermo-v5-head h2 {
  color: #ffffff;
}

.page-peptide-therapy .ph-sermo-v5-protocol .ph-sermo-v5-head p {
  color: rgba(223, 236, 249, 0.92);
}

.page-peptide-therapy .ph-sermo-v5-flow-pulse {
  position: relative;
  height: 22px;
  margin: 14px 0 10px;
  pointer-events: none;
}

.page-peptide-therapy .ph-sermo-v5-flow-pulse::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(239, 179, 62, 0.35), rgba(80, 205, 255, 0.62), rgba(239, 179, 62, 0.35));
  box-shadow: 0 0 14px rgba(93, 206, 255, 0.35);
}

.page-peptide-therapy .ph-sermo-v5-flow-pulse-dot {
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff8d5, #f6b31e 58%, #16909e 100%);
  box-shadow:
    0 0 0 0 rgba(246, 179, 30, 0.45),
    0 0 18px rgba(85, 209, 255, 0.55);
  animation: phSermoFlowPulseDivider 3.4s linear infinite;
}

.page-peptide-therapy .ph-sermo-v5-flow {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.page-peptide-therapy .ph-sermo-v5-flow-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  border: 1px solid rgba(222, 238, 253, 0.2);
  padding: 20px;
}

.page-peptide-therapy .ph-sermo-v5-flow-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin: 0 auto 12px;
  background: rgba(239, 179, 62, 0.2);
  border: 1px solid rgba(239, 179, 62, 0.5);
  color: #ffd77f;
  font-weight: 700;
  font-size: 14px;
}

@keyframes phSermoFlowPulseDivider {
  0% {
    left: 0;
    box-shadow:
      0 0 0 0 rgba(246, 179, 30, 0.45),
      0 0 18px rgba(85, 209, 255, 0.55);
    opacity: 0.3;
  }
  15%,
  85% {
    opacity: 1;
  }
  50% {
    box-shadow:
      0 0 0 10px rgba(246, 179, 30, 0),
      0 0 24px rgba(85, 209, 255, 0.7);
  }
  100% {
    left: calc(100% - 18px);
    box-shadow:
      0 0 0 0 rgba(246, 179, 30, 0),
      0 0 16px rgba(85, 209, 255, 0.45);
    opacity: 0.3;
  }
}

.page-peptide-therapy .ph-sermo-v5-flow-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 22px;
}

.page-peptide-therapy .ph-sermo-v5-flow-card p {
  color: rgba(225, 239, 252, 0.92);
  font-size: 15px;
}

.page-peptide-therapy .ph-sermo-v5-fit {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 251, 255, 0.92));
  border-top: 1px solid rgba(18, 38, 59, 0.08);
  border-bottom: 1px solid rgba(18, 38, 59, 0.08);
}

.page-peptide-therapy .ph-sermo-v5-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.page-peptide-therapy .ph-sermo-v5-fit-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(18, 38, 59, 0.1);
  padding: 26px;
  box-shadow: var(--ph-sermo-v5-shadow-sm);
}

.page-peptide-therapy .ph-sermo-v5-fit-card-alt {
  background: linear-gradient(145deg, rgba(17, 133, 143, 0.11), rgba(255, 255, 255, 0.96));
}

.page-peptide-therapy .ph-sermo-v5-fit-card ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.page-peptide-therapy .ph-sermo-v5-fit-card li {
  position: relative;
  padding-left: 22px;
}

.page-peptide-therapy .ph-sermo-v5-fit-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffd37a 35%, #f0b33f 100%);
  box-shadow: 0 0 0 3px rgba(239, 179, 62, 0.17);
}

.page-peptide-therapy .ph-sermo-v5-reviews {
  background: transparent;
}

.page-peptide-therapy .ph-sermo-v5-review-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.page-peptide-therapy .ph-sermo-v5-review-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid rgba(18, 38, 59, 0.1);
  padding: 20px;
  box-shadow: var(--ph-sermo-v5-shadow-sm);
}

.page-peptide-therapy .ph-sermo-v5-review-card strong {
  display: block;
  margin-top: 12px;
  color: #17314a;
  font-size: 14px;
}

.page-peptide-therapy .ph-sermo-vx-section {
  padding: 66px 0 26px;
}

.page-peptide-therapy .ph-sermo-v2-structure {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(244, 250, 255, 0.94));
  border-top: 1px solid rgba(18, 38, 59, 0.08);
}

.page-peptide-therapy .ph-sermo-v2-structure-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.page-peptide-therapy .ph-sermo-v2-structure-grid article {
  background: #ffffff;
  border: 1px solid rgba(18, 38, 59, 0.11);
  border-radius: 18px;
  padding: 20px;
  box-shadow: var(--ph-sermo-v5-shadow-sm);
}

.page-peptide-therapy .ph-sermo-v2-structure-grid span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  background: rgba(17, 133, 143, 0.12);
  color: var(--ph-sermo-v5-teal-deep);
}

.page-peptide-therapy .ph-sermo-v2-structure-grid h3 {
  margin: 12px 0 8px;
  color: #17324c;
  font-size: 21px;
}

.page-peptide-therapy .ph-sermo-v2-structure-grid p {
  margin: 0;
  color: #516274;
  font-size: 15px;
  line-height: 1.65;
}

.page-peptide-therapy .ph-sermo-v3-spectrum {
  background:
    radial-gradient(circle at 14% 30%, rgba(239, 179, 62, 0.26), transparent 34%),
    radial-gradient(circle at 86% 20%, rgba(17, 133, 143, 0.28), transparent 36%),
    linear-gradient(180deg, rgba(13, 30, 47, 0.98), rgba(18, 39, 60, 0.96));
  border-top: 1px solid rgba(208, 229, 248, 0.14);
}

.page-peptide-therapy .ph-sermo-v3-spectrum .ph-sermo-v5-kicker,
.page-peptide-therapy .ph-sermo-v3-spectrum h2,
.page-peptide-therapy .ph-sermo-v3-spectrum p {
  color: #e7f3ff;
}

.page-peptide-therapy .ph-sermo-v3-spectrum-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.page-peptide-therapy .ph-sermo-v3-spectrum-cards {
  display: grid;
  gap: 12px;
}

.page-peptide-therapy .ph-sermo-v3-spectrum-cards article {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(212, 234, 253, 0.22);
  border-radius: 16px;
  padding: 18px;
}

.page-peptide-therapy .ph-sermo-v3-spectrum-cards h3 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 21px;
}

.page-peptide-therapy .ph-sermo-v3-spectrum-cards p {
  margin: 0;
  color: rgba(228, 240, 251, 0.92);
  font-size: 15px;
  line-height: 1.65;
}

/* Variant 2: cleaner light-medical landing treatment. */
body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-hero::before {
  background:
    linear-gradient(140deg, #f7fbff 0%, #eff6fd 56%, #e8f1fa 100%);
}

body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-copy h1,
body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-copy .ph-sermo-v5-lead {
  color: #12283f;
}

body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-proof,
body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-chip {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(18, 38, 59, 0.14);
}

body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-proof strong,
body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-chip strong {
  color: #19314b;
}

body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-proof span,
body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-chip span {
  color: #4b6075;
}

body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #11858f, #24a6b1);
  box-shadow: 0 14px 30px rgba(17, 133, 143, 0.26);
}

body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-btn-primary:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #0f727a, #1f929c);
}

body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-btn-secondary {
  color: #17304a;
  background: rgba(23, 48, 74, 0.08);
  border-color: rgba(23, 48, 74, 0.18);
}

body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-btn-secondary:hover {
  color: #102338;
  background: rgba(23, 48, 74, 0.16);
}

body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-protocol {
  background: linear-gradient(180deg, #f7fbff, #eef6ff);
}

body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-protocol .ph-sermo-v5-kicker,
body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-protocol .ph-sermo-v5-head h2,
body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-protocol .ph-sermo-v5-head p {
  color: #17324c;
}

body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-flow-card {
  background: #ffffff;
  border-color: rgba(18, 38, 59, 0.12);
}

body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-flow-index {
  color: #0f6670;
  background: rgba(17, 133, 143, 0.14);
  border-color: rgba(17, 133, 143, 0.36);
}

body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-flow-card h3 {
  color: #17314a;
}

body.page-peptide-therapy.page-sermo-variant-2 .ph-sermo-v5-flow-card p {
  color: #4f6275;
}

/* Variant 3: darker, futuristic landing treatment. */
body.page-peptide-therapy.page-sermo-variant-3 {
  background:
    radial-gradient(circle at 5% 12%, rgba(239, 179, 62, 0.2), transparent 34%),
    radial-gradient(circle at 96% 10%, rgba(17, 133, 143, 0.24), transparent 38%),
    linear-gradient(180deg, #0b1b2a 0%, #132538 100%);
}

body.page-peptide-therapy.page-sermo-variant-3 .ph-sermo-v5-overview,
body.page-peptide-therapy.page-sermo-variant-3 .ph-sermo-v5-fit,
body.page-peptide-therapy.page-sermo-variant-3 .ph-peptide-related-band {
  background: transparent;
  border-color: rgba(205, 227, 245, 0.16);
}

body.page-peptide-therapy.page-sermo-variant-3 .ph-sermo-v5-head h2,
body.page-peptide-therapy.page-sermo-variant-3 .ph-sermo-v5-fit-card h2,
body.page-peptide-therapy.page-sermo-variant-3 .ph-peptide-head h2,
body.page-peptide-therapy.page-sermo-variant-3 .ph-peptide-cta h2 {
  color: #ebf5ff;
}

body.page-peptide-therapy.page-sermo-variant-3 .ph-sermo-v5-head p,
body.page-peptide-therapy.page-sermo-variant-3 .ph-sermo-v5-effect-card p,
body.page-peptide-therapy.page-sermo-variant-3 .ph-sermo-v5-fit-card li,
body.page-peptide-therapy.page-sermo-variant-3 .ph-sermo-v5-review-card p,
body.page-peptide-therapy.page-sermo-variant-3 .ph-peptide-related-copy p {
  color: rgba(219, 233, 247, 0.9);
}

body.page-peptide-therapy.page-sermo-variant-3 .ph-sermo-v5-overview-card,
body.page-peptide-therapy.page-sermo-variant-3 .ph-sermo-v5-effect-card,
body.page-peptide-therapy.page-sermo-variant-3 .ph-sermo-v5-fit-card,
body.page-peptide-therapy.page-sermo-variant-3 .ph-sermo-v5-review-card,
body.page-peptide-therapy.page-sermo-variant-3 .ph-peptide-related-card {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(212, 233, 251, 0.22);
}

body.page-peptide-therapy.page-sermo-variant-3 .ph-sermo-v5-overview-card h3,
body.page-peptide-therapy.page-sermo-variant-3 .ph-sermo-v5-effect-card h3,
body.page-peptide-therapy.page-sermo-variant-3 .ph-sermo-v5-fit-card h2,
body.page-peptide-therapy.page-sermo-variant-3 .ph-sermo-v5-review-card strong,
body.page-peptide-therapy.page-sermo-variant-3 .ph-peptide-related-copy h3 {
  color: #ffffff;
}

body.page-peptide-therapy.page-sermo-variant-3 .ph-sermo-v5-kicker,
body.page-peptide-therapy.page-sermo-variant-3 .ph-peptide-kicker,
body.page-peptide-therapy.page-sermo-variant-3 .ph-sermo-v5-overview-card span,
body.page-peptide-therapy.page-sermo-variant-3 .ph-peptide-related-copy span {
  color: #99d8e2;
}

body.page-peptide-therapy.page-sermo-variant-3 .ph-sermo-v5-effect-card__index {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(212, 233, 251, 0.18);
  color: #99d8e2;
}

body.page-peptide-therapy.page-sermo-variant-3 .ph-peptide-related-media {
  background: rgba(255, 255, 255, 0.06);
}

.page-peptide-therapy .ph-peptide-band {
  border-top: 1px solid rgba(18, 38, 59, 0.08);
}

.page-peptide-therapy .ph-peptide-related-band {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 249, 255, 0.96));
}

.page-peptide-therapy .ph-peptide-head h2,
.page-peptide-therapy .ph-peptide-cta h2 {
  color: #13283f;
}

.page-peptide-therapy .ph-peptide-related-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.page-peptide-therapy .ph-peptide-related-card {
  display: grid;
  grid-template-columns: 148px minmax(0, 1fr);
  gap: 14px;
  background: #ffffff;
  border: 1px solid rgba(18, 38, 59, 0.09);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--ph-sermo-v5-shadow-sm);
}

.page-peptide-therapy .ph-peptide-related-media {
  background: #f5f9fe;
}

.page-peptide-therapy .ph-peptide-related-media img {
  width: 100%;
  height: 100%;
  min-height: 156px;
  object-fit: contain;
  padding: 12px;
}

.page-peptide-therapy .ph-peptide-related-copy {
  padding: 14px 16px;
}

.page-peptide-therapy .ph-peptide-related-copy span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ph-sermo-v5-teal-deep);
  margin-bottom: 8px;
}

.page-peptide-therapy .ph-peptide-related-copy h3 {
  margin: 0 0 8px;
  color: #17304a;
  font-size: 22px;
}

.page-peptide-therapy .ph-peptide-inline-link {
  margin-top: 12px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(18, 38, 59, 0.2);
  color: #17304a;
  background: #ffffff;
}

.page-peptide-therapy .ph-peptide-inline-link:hover {
  background: #f1f7ff;
  color: #10273d;
}

.page-peptide-therapy .ph-peptide-cta-band {
  background: linear-gradient(145deg, var(--ph-sermo-v5-dark-soft), var(--ph-sermo-v5-dark));
}

.page-peptide-therapy .ph-peptide-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 20px;
  align-items: center;
  border: 1px solid rgba(233, 245, 255, 0.2);
  border-radius: 24px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.05);
}

.page-peptide-therapy .ph-peptide-cta .ph-peptide-kicker,
.page-peptide-therapy .ph-peptide-cta h2 {
  color: #ffffff;
}

.page-peptide-therapy .ph-peptide-cta p {
  color: rgba(221, 235, 248, 0.92);
  margin-top: 10px;
  max-width: 760px;
}

.page-peptide-therapy .ph-peptide-cta .ph-peptide-btn-secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(239, 246, 253, 0.3);
}

.page-peptide-therapy .ph-peptide-anchor-band {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(242, 248, 255, 0.95));
}

.page-peptide-therapy .ph-peptide-anchor-nav {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-peptide-therapy .ph-peptide-anchor-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid rgba(18, 38, 59, 0.16);
  background: #ffffff;
  color: #153049;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-peptide-therapy .ph-peptide-anchor-link:hover {
  transform: translateY(-2px);
  background: #f1f7ff;
  border-color: rgba(16, 102, 112, 0.34);
  color: #0f6670;
}

.page-peptide-therapy .ph-peptide-anchor-link.is-active {
  border-color: rgba(239, 179, 62, 0.66);
  background: linear-gradient(135deg, rgba(239, 179, 62, 0.18), rgba(255, 255, 255, 0.96));
  color: #0f2b45;
}

@media (max-width: 1220px) {
  .page-peptide-therapy .ph-sermo-v5-hero-grid,
  .page-peptide-therapy .ph-sermo-v5-overview-grid,
  .page-peptide-therapy .ph-peptide-access-panel {
    grid-template-columns: 1fr;
  }

  .page-peptide-therapy .ph-sermo-v5-chip-row,
  .page-peptide-therapy .ph-sermo-v5-overview-cards,
  .page-peptide-therapy .ph-sermo-v5-effects-grid,
  .page-peptide-therapy .ph-sermo-v5-flow,
  .page-peptide-therapy .ph-sermo-v5-review-grid,
  .page-peptide-therapy .ph-peptide-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-peptide-therapy .ph-sermo-v5-effects-featured {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 460px;
  }

  .page-peptide-therapy .ph-sermo-v5-fit-grid,
  .page-peptide-therapy .ph-peptide-cta {
    grid-template-columns: 1fr;
  }

  .page-peptide-therapy .ph-sermo-v5-avatar-wrap {
    width: min(100%, 620px);
  }

  .page-peptide-therapy .ph-sermo-v5-flow-pulse {
    display: none;
  }
}

@media (min-width: 901px) and (max-width: 1220px) {
  .page-peptide-therapy .ph-sermo-v5-hero {
    padding: 126px 0 48px;
  }

  .page-peptide-therapy .ph-sermo-v5-hero .ph-peptide-shell {
    width: min(1120px, calc(100% - 44px));
  }

  .page-peptide-therapy .ph-sermo-v5-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
    gap: clamp(22px, 3vw, 34px);
    justify-items: stretch;
    align-items: start;
  }

  .page-peptide-therapy .ph-sermo-v5-copy {
    width: min(100%, 680px);
    justify-self: start;
  }

  .page-peptide-therapy .ph-sermo-v5-copy h1 {
    max-width: 680px;
    font-size: clamp(2.9rem, 5.2vw, 3.8rem);
  }

  .page-peptide-therapy .ph-sermo-v5-copy .ph-sermo-v5-lead,
  .page-peptide-therapy .ph-peptide-compliance-note,
  .page-peptide-therapy .ph-sermo-v5-proof {
    max-width: 680px;
  }

  .page-peptide-therapy .ph-sermo-v5-visual {
    width: min(100%, 440px);
    justify-self: end;
    padding-top: 24px;
  }

  .page-peptide-therapy .ph-sermo-v5-anatomy-panel {
    width: min(100%, 420px);
    border-radius: 24px;
    padding: 10px;
  }
}

@media (max-width: 900px) {
  .page-peptide-therapy .ph-sermo-variant-indicator {
    top: 86px;
    right: 10px;
    gap: 6px;
    padding: 5px 8px;
  }

  .page-peptide-therapy .ph-sermo-variant-label {
    font-size: 10px;
  }

  .page-peptide-therapy .ph-sermo-variant-select {
    min-width: 54px;
    height: 28px;
    font-size: 12px;
  }

  .page-peptide-therapy .ph-peptide-shell {
    width: min(1360px, calc(100% - 28px));
  }

  .page-peptide-therapy .ph-sermo-v5-hero {
    padding: 124px 0 40px;
  }

  .page-peptide-therapy .ph-sermo-v5-hero .ph-peptide-shell {
    width: min(1360px, calc(100% - 28px));
  }

  .page-peptide-therapy .ph-sermo-v5-copy h1 {
    font-size: clamp(2.2rem, 10vw, 3.25rem);
  }

  .page-peptide-therapy .ph-sermo-v5-lead,
  .page-peptide-therapy .ph-sermo-v5-head p,
  .page-peptide-therapy .ph-sermo-v5-effect-card p,
  .page-peptide-therapy .ph-sermo-v5-flow-card p,
  .page-peptide-therapy .ph-sermo-v5-fit-card li,
  .page-peptide-therapy .ph-sermo-v5-review-card p,
  .page-peptide-therapy .ph-peptide-cta p,
  .page-peptide-therapy .ph-peptide-related-copy p {
    font-size: 15px;
  }

  .page-peptide-therapy .ph-sermo-v5-head h2,
  .page-peptide-therapy .ph-sermo-v5-fit-card h2,
  .page-peptide-therapy .ph-peptide-head h2,
  .page-peptide-therapy .ph-peptide-cta h2 {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
  }

  .page-peptide-therapy .ph-sermo-v5-chip-row,
  .page-peptide-therapy .ph-sermo-v5-overview-cards,
  .page-peptide-therapy .ph-sermo-v5-effects-grid,
  .page-peptide-therapy .ph-sermo-v5-flow,
  .page-peptide-therapy .ph-sermo-v5-review-grid,
  .page-peptide-therapy .ph-peptide-related-grid,
  .page-peptide-therapy .ph-sermo-v2-structure-grid,
  .page-peptide-therapy .ph-sermo-v3-spectrum-grid {
    grid-template-columns: 1fr;
  }

  .page-peptide-therapy .ph-sermo-v5-effect-card h3,
  .page-peptide-therapy .ph-sermo-v5-flow-card h3,
  .page-peptide-therapy .ph-peptide-related-copy h3 {
    font-size: 20px;
  }

  .page-peptide-therapy .ph-sermo-v5-effects-featured {
    min-height: 0;
    padding: 22px 20px;
    gap: 18px;
  }

  .page-peptide-therapy .ph-sermo-v5-effects-featured__figure {
    min-height: 220px;
  }

  .page-peptide-therapy .ph-sermo-v5-effects-featured__figure img {
    width: min(82%, 280px);
    max-height: 260px;
  }

  .page-peptide-therapy .ph-sermo-v5-effects-featured__header h3 {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  .page-peptide-therapy .ph-sermo-v5-effect-card__index {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .page-peptide-therapy .ph-sermo-v5-avatar-wrap {
    width: 100%;
  }

  .page-peptide-therapy .ph-peptide-related-card {
    grid-template-columns: 1fr;
  }

  .page-peptide-therapy .ph-peptide-related-media img {
    min-height: 210px;
  }

  .page-peptide-therapy .ph-sermo-v5-product {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-peptide-therapy .ph-sermo-v5-effects-featured__tags span {
    min-height: 34px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .page-peptide-therapy .ph-peptide-access-copy h2 {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
  }

  .page-peptide-therapy .ph-peptide-access-steps {
    grid-template-columns: 1fr;
  }

  .page-peptide-therapy .ph-peptide-access-steps li {
    min-height: 0;
  }
}
