/* ═══════════════════════════════════════════════════════════════════════════
   brand-uk.css — /best-retatrutide-brand-uk page modules.
   Loads AFTER geo.css + home.css (which own the shared hero/button/section/FAQ
   components) and BEFORE brand-uk-motion.css (enhance-gated animation layer).
   Mobile-first: 375px is the design canvas; desktop is a widening.
   Tokens come from global.min.css — no new colors.
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Hero: CSS aurora (no canvas, no raster — LCP is the H1 text) ────────── */
.uk-hero {
  position: relative;
  overflow: hidden;
  padding: 44px 22px 40px;
  background:
    radial-gradient(120% 90% at 85% -10%, rgba(219,38,108,0.14), transparent 55%),
    radial-gradient(90% 70% at -10% 100%, rgba(219,38,108,0.08), transparent 60%),
    var(--bg, #080808);
}
.uk-hero::before,
.uk-hero::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
}
.uk-hero::before {
  width: 420px; height: 420px;
  top: -180px; right: -120px;
  background: radial-gradient(circle, rgba(219,38,108,0.22), transparent 65%);
}
.uk-hero::after {
  width: 360px; height: 360px;
  bottom: -200px; left: -140px;
  background: radial-gradient(circle, rgba(255,90,158,0.10), transparent 65%);
}
.uk-hero-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }
.uk-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(219,38,108,0.35);
  background: rgba(219,38,108,0.10);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pink-text, #ff5a9e);
}
.uk-hero h1 {
  margin: 0 0 14px;
  font-family: var(--serif);
  font-weight: 500;
  font-size: clamp(30px, 8.6vw, 54px);
  line-height: 1.12;
  letter-spacing: 0;
  text-align: left;
  color: var(--white, #f8f8f8);
}
.uk-hero h1 em { font-style: italic; color: var(--pink-text, #ff5a9e); }
.uk-hero-promise {
  max-width: 700px;
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--gray-light, #cccccc);
}
.uk-hero-promise strong { color: var(--white, #f8f8f8); }
.uk-chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 22px; }
.uk-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border-radius: 999px;
  border: 1px solid var(--border-strong, rgba(255,255,255,0.14));
  background: rgba(255,255,255,0.03);
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--gray, #bdbdbd);
}
.uk-chip svg { width: 12px; height: 12px; color: var(--pink-text, #ff5a9e); flex-shrink: 0; }
.uk-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
/* .btn-whatsapp geometry comes from geo.css; page-scope guard for stacking on 375px */
@media (max-width: 700px) {
  .uk-hero { padding: 34px 20px 32px; }
  .uk-hero-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .uk-hero-actions a { width: 100%; justify-content: center; text-align: center; }
}

/* ── Sticky brand switcher ───────────────────────────────────────────────── */
.uk-switcher {
  position: sticky;
  top: var(--nav-h-mobile, 64px);
  z-index: 40;
  background: rgba(8,8,8,0.94);
  -webkit-backdrop-filter: none;
  backdrop-filter: none; /* nav backdrop-blur removed site-wide 2026-06-23 — keep none */
  border-top: 1px solid var(--border, rgba(255,255,255,0.07));
  border-bottom: 1px solid var(--border, rgba(255,255,255,0.07));
  transition: top .3s ease;
}
body:has(> nav.nav-hidden) .uk-switcher { top: 0; }
.uk-switcher-track {
  display: flex;
  gap: 6px;
  max-width: 900px;
  margin: 0 auto;
  padding: 8px 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}
.uk-switcher-track::-webkit-scrollbar { display: none; }
.uk-switcher a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 48px; /* tap target */
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  scroll-snap-align: start;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--gray, #bdbdbd);
  transition: color .2s, border-color .2s, background .2s;
}
.uk-switcher a .uk-rank {
  font-size: 10px;
  color: var(--pink-text, #ff5a9e);
}
.uk-switcher a:hover { color: var(--white, #f8f8f8); border-color: var(--border-strong, rgba(255,255,255,0.14)); }
.uk-switcher a.is-active {
  color: var(--white, #f8f8f8);
  border-color: rgba(219,38,108,0.45);
  background: rgba(219,38,108,0.12);
}
@media (min-width: 901px) {
  .uk-switcher { top: var(--nav-h-desktop, 80px); }
  .uk-switcher-track { padding: 10px 40px; justify-content: center; }
}

/* ── At-a-glance comparison table (snap-scroll, sticky first column) ─────── */
.uk-compare-wrap {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
}
.uk-compare-scroller {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  border: 1px solid var(--border-strong, rgba(255,255,255,0.14));
  border-radius: 14px;
  background: var(--surface, #0e0e0e);
}
/* edge-fade scroll hints (toggled by brand-uk.js) */
.uk-compare-wrap::before,
.uk-compare-wrap::after {
  content: '';
  position: absolute;
  top: 1px; bottom: 1px;
  width: 34px;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s;
}
.uk-compare-wrap::before {
  left: 1px;
  border-radius: 14px 0 0 14px;
  background: linear-gradient(90deg, rgba(8,8,8,0.9), transparent);
}
.uk-compare-wrap::after {
  right: 1px;
  border-radius: 0 14px 14px 0;
  background: linear-gradient(270deg, rgba(8,8,8,0.9), transparent);
}
.uk-compare-wrap.can-left::before { opacity: 1; }
.uk-compare-wrap.can-right::after { opacity: 1; }
table.uk-compare {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 13.5px;
}
table.uk-compare caption {
  caption-side: bottom;
  text-align: left;
  padding: 12px 4px 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--gray, #bdbdbd);
}
.uk-compare th,
.uk-compare td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--border, rgba(255,255,255,0.07));
  vertical-align: top;
  text-align: left;
  min-width: 148px;
  scroll-snap-align: start;
}
.uk-compare tr:last-child th,
.uk-compare tr:last-child td { border-bottom: none; }
.uk-compare thead th {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--white, #f8f8f8);
  background: var(--surface-2, #141414);
  border-bottom: 1px solid var(--border-strong, rgba(255,255,255,0.14));
  white-space: nowrap;
}
.uk-compare thead th .uk-col-sub {
  display: block;
  margin-top: 3px;
  font-size: 9.5px;
  letter-spacing: 0.06em;
  color: var(--gray, #bdbdbd);
}
.uk-compare tbody th[scope="row"] {
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 132px;
  max-width: 150px;
  background: var(--surface-2, #141414);
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--gray, #bdbdbd);
  border-right: 1px solid var(--border-strong, rgba(255,255,255,0.14));
}
.uk-compare thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
}
.uk-compare td { color: var(--gray-light, #cccccc); line-height: 1.55; }
.uk-compare td strong { color: var(--white, #f8f8f8); }
.uk-compare td a { color: var(--pink-text, #ff5a9e); text-decoration: underline; text-underline-offset: 2px; }
.uk-verdict-cell { display: inline-flex; align-items: flex-start; gap: 7px; }
.uk-verdict-cell svg { width: 14px; height: 14px; flex-shrink: 0; margin-top: 2px; }
.uk-yes svg { color: var(--green-text, #13993f); }
.uk-no svg { color: var(--pink-text, #ff5a9e); }
.uk-warn svg { color: var(--gray, #bdbdbd); }
/* purity micro-bar (scaleX draw lives in motion css) */
.uk-purity { font-family: var(--mono); color: var(--white, #f8f8f8); white-space: nowrap; }
.uk-bar-track {
  margin-top: 7px;
  width: 104px;
  height: 3px;
  border-radius: 3px;
  background: rgba(255,255,255,0.09);
  overflow: hidden;
}
.uk-bar-fill {
  display: block;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--pink, #db266c), var(--pink-text, #ff5a9e));
  transform-origin: left;
}

/* ── Methodology box ─────────────────────────────────────────────────────── */
.uk-method {
  max-width: 900px;
  margin: 0 auto;
  padding: 26px 24px;
  background: var(--surface, #0e0e0e);
  border: 1px solid var(--border2, rgba(255,255,255,0.12));
  border-left: 3px solid var(--pink, #db266c);
  border-radius: 12px;
}
.uk-method p { margin: 0 0 12px; font-size: 15px; line-height: 1.75; color: var(--gray-light, #cccccc); }
.uk-method p:last-child { margin-bottom: 0; font-size: 13.5px; color: var(--gray, #bdbdbd); }
.uk-method a { color: var(--pink-text, #ff5a9e); text-decoration: underline; text-underline-offset: 2px; }
.uk-method strong { color: var(--white, #f8f8f8); }

/* ── Brand deep-dive cards ───────────────────────────────────────────────── */
.uk-brand-card {
  max-width: 900px;
  margin: 0 auto 26px;
  padding: 26px 22px 24px;
  background: var(--surface, #0e0e0e);
  border: 1px solid var(--border2, rgba(255,255,255,0.12));
  border-radius: 16px;
  scroll-margin-top: 132px; /* nav + switcher */
}
.uk-brand-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 6px;
}
.uk-brand-rank {
  font-family: var(--serif);
  font-size: 30px;
  line-height: 1;
  color: rgba(255,255,255,0.22);
}
.uk-tier {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 13px;
  border-radius: 999px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.uk-tier--proof {
  color: var(--pink-text, #ff5a9e);
  border: 1px solid rgba(219,38,108,0.45);
  background: rgba(219,38,108,0.12);
}
.uk-tier--none {
  color: var(--gray, #bdbdbd);
  border: 1px solid var(--border-strong, rgba(255,255,255,0.14));
  background: rgba(255,255,255,0.03);
}
.uk-tier--flag {
  color: var(--white, #f8f8f8);
  border: 1px solid rgba(219,38,108,0.6);
  background: rgba(219,38,108,0.2);
}
.uk-brand-card h2, .uk-brand-card h3 { text-align: left; }
.uk-brand-card .section-title { margin-bottom: 12px; }
.uk-brand-card p { max-width: 780px; font-size: 15.5px; line-height: 1.75; color: var(--gray-light, #cccccc); margin: 0 0 13px; }
.uk-brand-card p strong { color: var(--white, #f8f8f8); }
.uk-brand-card a { color: var(--pink-text, #ff5a9e); text-decoration: underline; text-underline-offset: 2px; }
.uk-proof-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  margin: 16px 0;
  padding: 16px;
  border: 1px solid var(--border, rgba(255,255,255,0.07));
  border-radius: 12px;
  background: rgba(255,255,255,0.02);
}
.uk-proof-line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  font-size: 13px;
  color: var(--gray-light, #cccccc);
}
.uk-proof-line .uk-proof-k {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gray, #bdbdbd);
  flex-shrink: 0;
}
.uk-proof-line .uk-proof-v { text-align: right; }
.uk-proof-line .uk-proof-v a { white-space: nowrap; }
.uk-check-list { list-style: none; margin: 14px 0 0; padding: 0; }
.uk-check-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--gray-light, #cccccc);
}
.uk-check-list svg { width: 15px; height: 15px; flex-shrink: 0; margin-top: 4px; }
.uk-check-list .ok svg { color: var(--green-text, #13993f); }
.uk-check-list .bad svg { color: var(--pink-text, #ff5a9e); }
.uk-check-list .na svg { color: var(--gray, #bdbdbd); }
@media (min-width: 701px) {
  .uk-brand-card { padding: 30px 32px 28px; }
  .uk-proof-panel { grid-template-columns: 1fr 1fr; gap: 12px 28px; }
}

/* ── Anti-counterfeit module ─────────────────────────────────────────────── */
.uk-verify {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px 22px;
  border: 1px solid rgba(219,38,108,0.4);
  border-radius: 16px;
  background:
    radial-gradient(120% 120% at 100% 0%, rgba(219,38,108,0.10), transparent 55%),
    var(--surface, #0e0e0e);
}
.uk-verify-formats { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 4px; }
.uk-format-chip {
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid var(--border-strong, rgba(255,255,255,0.14));
  background: rgba(255,255,255,0.03);
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--white, #f8f8f8);
}
.uk-format-chip.uk-format-no {
  border-color: rgba(219,38,108,0.55);
  color: var(--pink-text, #ff5a9e);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}
.uk-steps { list-style: none; counter-reset: ukstep; margin: 18px 0 0; padding: 0; }
.uk-steps li {
  counter-increment: ukstep;
  position: relative;
  margin-bottom: 14px;
  padding: 14px 16px 14px 52px;
  border: 1px solid var(--border, rgba(255,255,255,0.07));
  border-radius: 12px;
  background: rgba(255,255,255,0.02);
  font-size: 14.5px;
  line-height: 1.65;
  color: var(--gray-light, #cccccc);
}
.uk-steps li::before {
  content: counter(ukstep, decimal-leading-zero);
  position: absolute;
  left: 16px;
  top: 15px;
  font-family: var(--mono);
  font-size: 13px;
  color: var(--pink-text, #ff5a9e);
}
.uk-steps a { color: var(--pink-text, #ff5a9e); text-decoration: underline; text-underline-offset: 2px; }
.uk-steps strong { color: var(--white, #f8f8f8); }

/* ── Formats block table (reuses kaufen-style stacked cards on mobile) ───── */
.uk-formats-wrap { max-width: 900px; margin: 0 auto; overflow-x: auto; -webkit-overflow-scrolling: touch; }
table.uk-formats {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 14px;
}
table.uk-formats caption {
  caption-side: bottom;
  text-align: left;
  margin-top: 12px;
  font-size: 12px;
  color: var(--gray, #bdbdbd);
  line-height: 1.6;
}
table.uk-formats th, table.uk-formats td {
  text-align: left;
  padding: 12px 14px;
  border-bottom: 1px solid var(--border, rgba(255,255,255,0.07));
  vertical-align: top;
  color: var(--gray-light, #cccccc);
}
table.uk-formats thead th {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--pink-text, #ff5a9e);
  border-bottom: 1px solid var(--border-strong, rgba(255,255,255,0.14));
}
table.uk-formats td a { color: var(--pink-text, #ff5a9e); text-decoration: underline; text-underline-offset: 2px; }
@media (max-width: 600px) {
  table.uk-formats, table.uk-formats tbody, table.uk-formats tr, table.uk-formats td { display: block; }
  table.uk-formats { min-width: 0; }
  .uk-formats-wrap { overflow-x: visible; }
  table.uk-formats thead { display: none; }
  table.uk-formats caption { display: block; width: 100%; }
  table.uk-formats tr {
    border: 1px solid var(--border-strong, rgba(255,255,255,0.14));
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 14px;
    background: rgba(255,255,255,0.02);
  }
  table.uk-formats td { border: none; padding: 4px 0; display: flex; justify-content: space-between; gap: 16px; text-align: right; font-size: 14px; }
  table.uk-formats td:first-child { display: block; text-align: left; font-size: 15.5px; margin-bottom: 6px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.1); color: var(--white, #f8f8f8); }
  table.uk-formats td:not(:first-child)::before {
    font-family: var(--mono);
    font-size: 10.5px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--gray, #9a9a9a);
    text-align: left;
    flex: 0 0 auto;
  }
  table.uk-formats td:nth-child(2)::before { content: 'Strength'; }
  table.uk-formats td:nth-child(3)::before { content: 'UK presence'; }
  table.uk-formats td:nth-child(4)::before { content: 'Verifiable COA'; }
}

/* ── Verdict ─────────────────────────────────────────────────────────────── */
.uk-verdict-list { list-style: none; margin: 20px 0 0; padding: 0; max-width: 780px; }
.uk-verdict-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  margin-bottom: 10px;
  border: 1px solid var(--border, rgba(255,255,255,0.07));
  border-radius: 12px;
  background: var(--surface, #0e0e0e);
  font-size: 14.5px;
  color: var(--gray-light, #cccccc);
}
.uk-verdict-list .uk-v-rank {
  font-family: var(--serif);
  font-size: 21px;
  color: var(--pink-text, #ff5a9e);
  flex: 0 0 30px;
}
.uk-verdict-list .uk-v-name { color: var(--white, #f8f8f8); font-weight: 500; flex: 0 0 auto; }
.uk-verdict-list .uk-v-note { font-size: 13px; }
.uk-score-track {
  flex: 1 1 60px;
  min-width: 44px;
  height: 3px;
  border-radius: 3px;
  background: rgba(255,255,255,0.09);
  overflow: hidden;
}
.uk-score-fill {
  display: block;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--pink, #db266c), var(--pink-text, #ff5a9e));
  transform-origin: left;
}
@media (max-width: 600px) {
  .uk-verdict-list li { flex-wrap: wrap; gap: 8px 12px; }
  .uk-verdict-list .uk-v-note { flex-basis: 100%; }
}

/* ── Sources list ────────────────────────────────────────────────────────── */
.uk-sources { max-width: 900px; margin: 0 auto; padding-left: 20px; }
.uk-sources li { font-size: 13px; line-height: 1.7; color: var(--gray-light, #cccccc); margin-bottom: 10px; }
.uk-sources li a { color: var(--pink-text, #ff5a9e); text-decoration: underline; text-underline-offset: 2px; overflow-wrap: anywhere; }
sup.fn a { color: var(--pink-text, #ff5a9e); text-decoration: none; font-size: 0.7em; padding-left: 1px; }

/* ── Sticky bottom CTA bar (mobile only, dismissible) ────────────────────── */
.uk-sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
  background: rgba(10,10,10,0.97);
  border-top: 1px solid var(--border-strong, rgba(255,255,255,0.14));
  transform: translateY(110%);
  transition: transform .35s cubic-bezier(.22,1,.36,1);
}
.uk-sticky-cta.is-on { transform: translateY(0); }
.uk-sticky-label {
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--gray-light, #cccccc);
  line-height: 1.4;
}
.uk-sticky-cta .btn-whatsapp {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 0 18px;
  font-size: 11px;
}
.uk-sticky-dismiss {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: var(--gray, #bdbdbd);
  cursor: pointer;
}
.uk-sticky-dismiss svg { width: 15px; height: 15px; }
@media (max-width: 700px) {
  .uk-sticky-cta { display: flex; }
  /* lift the WhatsApp FAB + back-to-top mirror above the bar (--fab-* contract) */
  body.uk-bar-on {
    --fab-bottom: calc(16px + env(safe-area-inset-bottom, 0px) + 66px);
  }
}

/* ── Page-scoped fallbacks ───────────────────────────────────────────────── */
/* geo.css owns .btn-whatsapp/.btn-primary/.btn-ghost; belt-and-braces if geo.css
   ever drops the green class this page must not ship a broken primary CTA. */
.uk-hero-actions .btn-whatsapp,
.uk-final .btn-whatsapp,
.uk-sticky-cta .btn-whatsapp {
  background: var(--green, #107f38);
  color: #fff;
  border: none;
}
.uk-hero-actions .btn-whatsapp:hover,
.uk-final .btn-whatsapp:hover,
.uk-sticky-cta .btn-whatsapp:hover {
  background: var(--green-hover, #13993f);
}
.uk-hero-actions .btn-whatsapp svg,
.uk-final .btn-whatsapp svg,
.uk-sticky-cta .btn-whatsapp svg { width: 16px; height: 16px; flex-shrink: 0; fill: currentColor; }

/* section rhythm on this page */
.uk-section { max-width: 900px; margin: 0 auto; padding: 34px 22px 10px; }
.uk-section .section-title { text-align: left; }
.uk-section .section-tag { text-align: left; }
.uk-section > p { max-width: 780px; font-size: 15.5px; line-height: 1.75; color: var(--gray-light, #cccccc); margin: 0 0 13px; }
.uk-section > p strong { color: var(--white, #f8f8f8); }
.uk-section > p a { color: var(--pink-text, #ff5a9e); text-decoration: underline; text-underline-offset: 2px; }
@media (min-width: 901px) {
  .uk-section { padding: 44px 64px 12px; }
  .uk-hero { padding: 72px 64px 64px; }
}
