/* ============================================
   SERMORELIN LP — Product-Page Layer
   Built on Voxy tokens (style.css). Page-specific
   classes only; everything references --tokens.
   ============================================ */

/* --- Promo bar + sticky nav (product-page chrome) --- */
.promo-bar {
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.promo-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 9px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}
.promo-bar__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.promo-bar__item svg {
  width: 14px;
  height: 14px;
  stroke: var(--sage);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.promo-bar__dot {
  color: rgba(255, 255, 255, 0.3);
}
/* This page uses a sticky nav so the promo bar can sit above it */
.nav { position: sticky; }
@media (max-width: 600px) {
  .promo-bar__item:nth-child(n+2) { display: none; }
  .promo-bar__dot { display: none; }
}

/* --- LP HERO: product gallery + buy-box --- */
.lp-hero {
  background: var(--sage-wash);
  padding: 56px 0 64px;
  position: relative;
  overflow: hidden;
}
.lp-hero::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -120px;
  width: 360px;
  height: 360px;
  background: rgba(122, 158, 142, 0.10);
  border-radius: 50%;
  pointer-events: none;
}
.lp-hero__grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 56px;
  align-items: start;
  position: relative;
  z-index: 1;
}

/* Product gallery (left) */
.gallery__breadcrumb {
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 16px;
  font-weight: 500;
}
.gallery__breadcrumb span { color: var(--charcoal); }
.gallery__main {
  position: relative;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.gallery__main image-slot,
.gallery__main > img {
  width: 100%;
  height: 430px;
  display: block;
  object-fit: cover;
}
.gallery__badge {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 11px 16px;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
}
.gallery__badge--tl { top: 18px; left: 18px; }
.gallery__badge--br { bottom: 18px; right: 18px; }
.gallery__badge-icon {
  width: 34px;
  height: 34px;
  background: var(--sage-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gallery__badge-icon svg {
  width: 17px;
  height: 17px;
  stroke: var(--sage);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.gallery__badge-text {
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  color: var(--charcoal);
  line-height: 1.25;
}
.gallery__badge-text span {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 400;
  color: var(--text-muted);
}
.gallery__rx {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  background: var(--charcoal);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  white-space: nowrap;
  line-height: 1;
}
.gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 12px;
}
.gallery__thumbs image-slot,
.gallery__thumbs > img {
  width: 100%;
  height: 84px;
  display: block;
  object-fit: cover;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

/* Buy-box (right) */
.buybox {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 36px 36px 32px;
}
.buybox__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: var(--sage-light);
  color: var(--sage);
  border-radius: var(--radius-full);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.buybox__rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 13px;
  color: var(--text-muted);
}
.buybox__stars {
  color: #f4b942;
  font-size: 15px;
  letter-spacing: 2px;
}
.buybox__title {
  font-family: var(--font-heading);
  font-size: clamp(34px, 4.4vw, 46px);
  font-weight: 700;
  letter-spacing: -1.4px;
  line-height: 1.05;
  color: var(--charcoal);
  margin-bottom: 10px;
}
.buybox__tagline {
  font-family: var(--font-heading);
  font-size: 19px;
  font-weight: 500;
  color: var(--sage);
  margin-bottom: 16px;
}
.buybox__desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
  margin-bottom: 22px;
}
.buybox__included {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}
.buybox__included li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 14.5px;
  color: var(--charcoal);
}
.buybox__included svg {
  width: 19px;
  height: 19px;
  min-width: 19px;
  stroke: var(--sage);
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.buybox__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  background: var(--sage-wash);
  border-radius: var(--radius-sm);
  margin-bottom: 22px;
}
.buybox__price-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 3px;
}
.buybox__price-value {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 600;
  color: var(--charcoal);
  line-height: 1.3;
}
.buybox__price-note {
  font-size: 12px;
  color: var(--text-muted);
  text-align: right;
  max-width: 120px;
  line-height: 1.4;
}
.buybox__micro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.buybox__micro span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--text-muted);
}
.buybox__micro svg {
  width: 15px;
  height: 15px;
  stroke: var(--sage);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.buybox__reassure {
  text-align: center;
  font-size: 12.5px;
  color: var(--text-muted);
  margin-top: 14px;
}

/* --- Credibility strip --- */
.cred {
  background: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cred__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.cred__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  color: var(--charcoal);
}
.cred__item svg {
  width: 20px;
  height: 20px;
  stroke: var(--sage);
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --- Stat band --- */
.stat-band {
  background: var(--offwhite);
  padding: 44px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.stat-band__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.stat { text-align: center; }
.stat__num {
  font-family: var(--font-heading);
  font-size: clamp(28px, 3.4vw, 38px);
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--sage);
  line-height: 1;
  margin-bottom: 8px;
}
.stat__label {
  font-size: 14px;
  color: var(--text-muted);
  font-weight: 500;
}

/* --- Value stack (what's included) --- */
.value-stack__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.value-list {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.value-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15.5px;
  color: var(--charcoal);
}
.value-list svg {
  width: 22px;
  height: 22px;
  min-width: 22px;
  stroke: var(--sage);
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.value-visual {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.value-visual image-slot,
.value-visual > img {
  width: 100%;
  height: 440px;
  display: block;
  object-fit: cover;
}

/* --- Step time chips (extends base .step) --- */
.step__time {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  padding: 6px 14px;
  background: var(--sage-light);
  color: var(--sage);
  border-radius: var(--radius-full);
  font-size: 13px;
  font-weight: 600;
}
.step__time svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* --- Quality tested badges --- */
.quality-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.quality-badge {
  background: var(--white);
  border-radius: var(--radius);
  padding: 30px 24px;
  text-align: center;
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all var(--transition);
}
.quality-badge:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
}
.quality-badge__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  background: var(--sage-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quality-badge__icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--sage);
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.quality-badge h4 {
  font-size: 16px;
  margin-bottom: 8px;
}
.quality-badge .pass {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--sage);
  background: var(--sage-light);
  padding: 3px 10px;
  border-radius: var(--radius-full);
  margin-bottom: 10px;
}
.quality-badge p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.6;
}

/* --- Comparison --- */
.compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 920px;
  margin: 0 auto;
}
.compare__col {
  border-radius: var(--radius);
  padding: 36px 32px;
}
.compare__col h3 {
  font-size: 20px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.compare__col ul { display: grid; gap: 14px; }
.compare__col li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 15px;
  line-height: 1.5;
}
.compare__col li svg {
  width: 19px;
  height: 19px;
  min-width: 19px;
  margin-top: 1px;
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.compare__col--old {
  background: var(--offwhite);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.compare__col--old h3 { color: var(--text-muted); }
.compare__col--old li { color: var(--text-muted); }
.compare__col--old li svg { stroke: #c0736f; }
.compare__col--voxy {
  background: var(--sage-wash);
  border: 1.5px solid var(--sage);
}
.compare__col--voxy h3 { color: var(--charcoal); }
.compare__col--voxy li { color: var(--charcoal); }
.compare__col--voxy li svg { stroke: var(--sage); }

/* --- Inline rating (section headers) --- */
.rating-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 14px;
  color: var(--text-muted);
}
.rating-inline .stars { color: #f4b942; letter-spacing: 2px; }

/* --- Simple pricing band (blank-friendly) --- */
.lp-pricing__card {
  max-width: 720px;
  margin: 0 auto;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 44px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  align-items: center;
}
.lp-pricing__list { display: grid; gap: 12px; }
.lp-pricing__list li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 15px;
  color: var(--charcoal);
}
.lp-pricing__list svg {
  width: 20px;
  height: 20px;
  min-width: 20px;
  stroke: var(--sage);
  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lp-pricing__right { text-align: center; }
.lp-pricing__amount {
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
  color: var(--charcoal);
  line-height: 1.1;
}
.lp-pricing__amount span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0;
  margin-top: 6px;
}
.lp-pricing__note {
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
  margin-top: 24px;
}

/* --- Sticky buy bar (mobile) --- */
.sticky-cta {
  display: none;
  align-items: center;
  gap: 14px;
}
.sticky-cta__info { flex: 1; min-width: 0; }
.sticky-cta__name {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 700;
  color: var(--charcoal);
  line-height: 1.1;
}
.sticky-cta__sub {
  font-size: 12px;
  color: var(--text-muted);
}
.sticky-cta .btn { width: auto; flex-shrink: 0; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 980px) {
  .lp-hero__grid { grid-template-columns: 1fr; gap: 32px; max-width: 620px; margin: 0 auto; }
  .stat-band__grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .value-stack__grid { grid-template-columns: 1fr; gap: 36px; }
  .quality-grid { grid-template-columns: repeat(2, 1fr); }
  .cred__inner { justify-content: center; gap: 22px 36px; }
}
@media (max-width: 768px) {
  .lp-hero { padding: 36px 0 44px; }
  .buybox { padding: 28px 24px; }
  .compare { grid-template-columns: 1fr; }
  .lp-pricing__card { grid-template-columns: 1fr; gap: 28px; text-align: center; }
  .lp-pricing__list li { text-align: left; }
  .sticky-cta { display: flex; }
}
@media (max-width: 480px) {
  .stat-band__grid { grid-template-columns: repeat(2, 1fr); }
  .quality-grid { grid-template-columns: 1fr; }
  .gallery__main image-slot { height: 340px; }
  .gallery__badge { padding: 9px 12px; }
  .buybox__price { flex-direction: column; align-items: flex-start; gap: 4px; }
  .buybox__price-note { text-align: left; max-width: none; }
}
