.btn-telegram {
  box-shadow: 0 12px 34px rgba(13, 110, 173, 0.18);
}

.btn-telegram:hover {
  box-shadow: 0 14px 36px rgba(10, 91, 143, 0.22);
}

.btn-telegram:visited {
  color: #fff;
}

.comparison-section a:not(.btn-primary):not(.btn-whatsapp):not(.btn-telegram),
.how-section a:not(.btn-primary):not(.btn-whatsapp):not(.btn-telegram),
.coa-section a:not(.btn-primary):not(.btn-whatsapp):not(.btn-telegram),
.home-faq-answer a,
.final-cta a:not(.btn-primary):not(.btn-whatsapp):not(.btn-telegram) {
  color: #b42963 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.comparison-section a:visited:not(.btn-primary):not(.btn-whatsapp):not(.btn-telegram),
.how-section a:visited:not(.btn-primary):not(.btn-whatsapp):not(.btn-telegram),
.coa-section a:visited:not(.btn-primary):not(.btn-whatsapp):not(.btn-telegram),
.home-faq-answer a:visited,
.final-cta a:visited:not(.btn-primary):not(.btn-whatsapp):not(.btn-telegram) {
  color: #b42963 !important;
}

.final-cta-inner {
  display: grid;
  justify-items: center;
  gap: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fdf8fa 100%);
}

.bulk-strip {
  padding-top: 18px;
}

.final-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  width: 100%;
  max-width: 640px;
}

.final-cta-actions > a {
  flex: 1 1 240px;
}

.final-cta-signals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
}

.final-cta-signals span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.final-cta-disclaimer {
  margin: 0;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.14em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}

.bulk-strip-inner {
  padding: 28px 32px;
  border: 1px solid rgba(31, 19, 27, 0.08);
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #faf6f8 100%);
  box-shadow: 0 16px 40px rgba(18, 13, 19, 0.05);
}

.bulk-strip-actions {
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.bulk-strip-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(180, 41, 99, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #625460;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}

.bulk-strip-link:visited {
  color: #625460;
}

.bulk-strip-link:hover {
  border-color: rgba(180, 41, 99, 0.36);
  color: #b42963;
  background: #fff;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .hero-title {
    max-width: 12.5ch;
  }

  .final-cta-inner,
  .bulk-strip-inner {
    padding: 28px 22px;
  }

  .final-cta-actions,
  .bulk-strip-actions {
    width: 100%;
  }

  .final-cta-actions > a,
  .bulk-strip-actions > a {
    flex: 1 1 100%;
    width: 100%;
  }

  .bulk-strip-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .bulk-strip-text {
    font-size: 16px;
  }

  .whatsapp-float {
    /* mobile geometry now from global.css :root --fab-* vars */
  }

  .whatsapp-float svg {
    width: 24px;
    height: 24px;
  }

  .back-to-top {
    left: 16px;
    bottom: max(18px, calc(env(safe-area-inset-bottom) + 12px));
    width: 40px;
    height: 40px;
  }

  .back-to-top svg {
    width: 16px;
    height: 16px;
  }
}

/* Retatrutide UAE flagship hero: keep the dark field tied to the
   actual hero height and collapse the proof side into one card. */
main {
  background: #f7f3f5 !important;
}

.hero {
  position: relative;
  isolation: isolate;
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 460px);
  gap: 58px;
  padding: 54px 0 62px !important;
  overflow: visible;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 82% 9%, rgba(219, 38, 108, 0.18) 0, rgba(219, 38, 108, 0.06) 320px, transparent 560px),
    radial-gradient(circle at 14% 92%, rgba(255, 90, 158, 0.10) 0, transparent 420px),
    linear-gradient(180deg, #120d13 0%, #09080a 100%) !important;
  mask-image: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
  z-index: 0;
}

.hero::after {
  right: -110px;
  bottom: 8%;
  width: 500px;
  height: 500px;
  opacity: 0.82;
  z-index: 1;
}

.hero-left,
.hero-right {
  z-index: 2;
}

.hero-left {
  padding-top: 8px;
  text-align: left !important;
}

.hero-title {
  max-width: 12.8ch !important;
  font-size: 66px !important;
  line-height: 0.98 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
}

.hero-subtitle {
  max-width: 39rem;
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.45;
}

.hero-desc {
  max-width: 43rem;
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.68;
}

.hero-support-note {
  max-width: 43rem;
}

.hero-actions {
  max-width: 500px !important;
}

@media (min-width: 701px) {
  .hero-actions {
    grid-template-columns: minmax(0, 1.15fr) minmax(150px, 0.85fr) !important;
  }

  .hero-actions .btn-primary {
    grid-column: 1 !important;
    grid-row: 1;
  }

  .hero-actions > .btn-whatsapp.hero-wa {
    grid-column: 2 !important;
    grid-row: 1;
  }

  .hero-actions .hero-actions-row {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

.hero-pen-stack {
  max-width: 460px !important;
  gap: 0 !important;
}

.hero-pen-image {
  display: none !important;
}

.hero-pen-stack .product-card {
  max-width: 460px;
  padding: 24px;
  border-color: rgba(255, 255, 255, 0.55);
  background: linear-gradient(180deg, rgba(255, 250, 252, 0.99) 0%, rgba(253, 246, 249, 0.98) 100%);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

.hero-pen-stack .product-card::after {
  top: -120px;
  right: -120px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(219, 38, 108, 0.12) 0%, transparent 72%);
}

@media (max-width: 600px) {
  .hero-pen-stack .product-card::after {
    display: none;
  }
}

.hero-pen-stack .product-card .product-hero-img {
  display: block !important;
  width: min(100%, 360px);
  max-height: 210px;
  object-fit: contain;
  margin: 2px auto 20px;
  border: 1px solid rgba(31, 19, 27, 0.08);
  border-radius: 10px;
  background: #eef4f8;
  box-shadow: 0 14px 36px rgba(18, 13, 19, 0.12);
}

.hero-pen-stack .product-head {
  margin-bottom: 16px;
}

.hero-pen-stack .product-brand,
.hero-pen-stack .doc-chip,
.hero-pen-stack .spec-label {
  letter-spacing: 0.14em;
}

.hero-pen-stack .doc-chip {
  padding: 7px 12px;
}

.hero-pen-stack .product-title {
  margin-bottom: 8px;
  font-size: 32px;
}

.hero-pen-stack .product-dose {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.45;
}

.hero-pen-stack .product-specs {
  gap: 10px;
  margin-bottom: 18px;
}

.hero-pen-stack .spec-item {
  padding: 13px 14px;
  border-radius: 12px;
}

.hero-pen-stack .spec-label {
  margin-bottom: 8px;
  font-size: 9px;
}

.hero-pen-stack .spec-value {
  font-size: 17px;
}

.hero-pen-stack .product-micro-note {
  padding-top: 16px;
  border-top: 1px solid rgba(31, 19, 27, 0.08);
}

@media (min-width: 1500px) {
  .hero-title {
    font-size: 74px !important;
  }
}

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 410px);
    gap: 36px;
  }

  .hero-title {
    font-size: 58px !important;
  }
}

@media (max-width: 900px) {
  .hero {
    width: 100% !important;
    max-width: none;
    box-sizing: border-box;
    grid-template-columns: 1fr;
    padding: 44px 20px 54px !important;
    overflow: visible;
  }

  .hero::after { display: none; }

  .hero-title {
    max-width: 11.2ch !important;
    font-size: 54px !important;
  }

  .hero-subtitle {
    font-size: 17px;
  }

  .hero-pen-stack,
  .hero-pen-stack .product-card {
    max-width: 100% !important;
  }
}

@media (max-width: 560px) {
  .hero {
    padding: 36px 20px 44px !important;
  }

  .hero-title {
    font-size: 44px !important;
    line-height: 1.02 !important;
    letter-spacing: 0 !important;
  }

  .hero-subtitle {
    font-size: 15px;
  }

  .hero-desc {
    font-size: 15px;
  }

  .hero-actions .hero-actions-row {
    grid-template-columns: 1fr !important;
  }

  .hero-pen-stack .product-card {
    padding: 20px;
  }

  .hero-pen-stack .product-hero-img {
    max-height: 180px;
  }

  .hero-pen-stack .product-specs {
    grid-template-columns: 1fr 1fr;
  }

  .hero-pen-stack .spec-value {
    font-size: 15px;
  }
}

@media (max-width: 390px) {
  .hero {
    padding-inline: 16px !important;
  }
}
