/* ============================================================
   Fast Nutrition — Landing Creatine Micronized Turbo
   Página de posicionamiento de marca + venta directa.
   Autónoma: no depende del estilos.css del sitio B2B.
   ============================================================ */

:root {
  --tinta: #0e0e0e;
  --tinta-2: #171717;
  --tinta-3: #202020;
  --crema: #f4f1ea;
  --crema-2: #ece7dc;
  --oro: #c9a227;
  --oro-claro: #e6c75a;
  --oro-grad: linear-gradient(135deg, #e2c15a 0%, #c69a24 55%, #a97e18 100%);
  --rojo: #e0121f;
  --blanco: #fafafa;
  --texto: #1c1c1c;
  --texto-suave: #5c5c5c;
  --linea: rgba(0, 0, 0, 0.1);
  --linea-cl: rgba(255, 255, 255, 0.12);
  --sombra: 0 20px 50px rgba(0, 0, 0, 0.25);
  --display: 'Anton', 'Arial Narrow', sans-serif;
  --cuerpo: 'Barlow', system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: var(--cuerpo);
  color: var(--texto);
  background: var(--crema);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.lp-cont {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3 { margin: 0; line-height: 1.02; }

/* ---------- Botones ---------- */
.lp-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 17px;
  padding: 17px 30px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
  line-height: 1;
}
.lp-btn--oro {
  background: var(--oro-grad);
  color: #1a1400;
  box-shadow: 0 10px 26px rgba(201, 162, 39, 0.35);
}
.lp-btn--oro:hover { transform: translateY(-2px); filter: brightness(1.05); box-shadow: 0 14px 32px rgba(201, 162, 39, 0.45); }
.lp-btn__arrow {
  display: inline-flex; align-items: center; justify-content: center;
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(0, 0, 0, 0.16); font-size: 15px;
}
.lp-btn--sm { font-size: 14px; padding: 12px 20px; }

/* ---------- Barra de anuncio superior ---------- */
.lp-annbar {
  background: var(--oro-grad); color: #1a1400;
  text-align: center; font-weight: 700; font-size: 13.5px;
  letter-spacing: 0.02em; padding: 9px 16px;
}
.lp-annbar span { display: inline-block; }

/* ---------- Selector de packs ---------- */
.lp-packs { margin: 26px 0 18px; }
.lp-packs__tit {
  display: block; font-family: var(--cuerpo); font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.08em; font-size: 12.5px;
  color: rgba(255, 255, 255, 0.6); margin-bottom: 12px; text-align: left;
}
.lp-pack {
  position: relative; display: flex; align-items: center; gap: 14px;
  width: 100%; text-align: left; cursor: pointer;
  background: rgba(255, 255, 255, 0.04);
  border: 2px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px; padding: 14px 16px; margin-bottom: 12px;
  transition: border-color 0.15s ease, background 0.15s ease;
  color: var(--blanco); font-family: var(--cuerpo);
}
.lp-pack:hover { border-color: rgba(230, 199, 90, 0.6); }
.lp-pack.sel {
  border-color: var(--oro-claro); background: rgba(230, 199, 90, 0.1);
  box-shadow: 0 0 0 3px rgba(230, 199, 90, 0.15), 0 10px 26px rgba(0, 0, 0, 0.35);
}
.lp-pack__radio {
  flex: none; width: 22px; height: 22px; border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4); position: relative;
}
.lp-pack.sel .lp-pack__radio { border-color: var(--oro-claro); }
.lp-pack.sel .lp-pack__radio::after {
  content: ''; position: absolute; inset: 4px; border-radius: 50%; background: var(--oro-claro);
}
.lp-pack__thumb { position: relative; flex: none; width: 46px; height: 46px; }
.lp-pack__img { width: 46px; height: 46px; object-fit: contain; }
.lp-pack__qty {
  position: absolute; bottom: -5px; right: -8px;
  background: var(--oro-grad); color: #1a1400;
  font-family: var(--display); font-size: 12px; line-height: 1;
  padding: 3px 6px; border-radius: 9px; border: 2px solid var(--tinta);
}
/* Imagen del pack (1/2/3 tarros): tile claro redondeado (disimula fondo blanco
   de las fotos y las hace ver como chip de producto uniforme). */
.lp-pack__thumb--multi {
  width: 78px; height: 60px; border-radius: 9px; padding: 4px;
  background: #f4f4f4; display: flex; align-items: center; justify-content: center;
}
.lp-pack__img--multi { width: 100%; height: 100%; object-fit: contain; }

/* --- Toques lúdicos (micro-interacciones) --- */
.lp-pack { will-change: transform; }
.lp-pack:hover { transform: translateY(-2px); }
.lp-pack__img { transition: transform 0.25s ease; }
.lp-pack:hover .lp-pack__img { transform: scale(1.08) rotate(-3deg); }
.lp-pack.sel { animation: lp-pop 0.32s cubic-bezier(0.2, 1.2, 0.4, 1); }
.lp-pack__badge--vendido { animation: lp-pulse 1.9s ease-in-out infinite; transform-origin: center; }
.lp-btn--comprar { animation: lp-glow 2.6s ease-in-out infinite; }
@keyframes lp-pop { 0% { transform: scale(0.97); } 55% { transform: scale(1.025); } 100% { transform: scale(1); } }
@keyframes lp-pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.07); } }
@keyframes lp-glow { 0%, 100% { box-shadow: 0 0 22px rgba(230, 199, 90, 0.28); } 50% { box-shadow: 0 0 34px rgba(230, 199, 90, 0.5); } }
@media (prefers-reduced-motion: reduce) {
  .lp-pack, .lp-pack__img, .lp-pack.sel, .lp-pack__badge--vendido, .lp-btn--comprar { animation: none !important; transition: none !important; }
  .lp-pack:hover, .lp-pack:hover .lp-pack__img { transform: none; }
}
.lp-pack__info { flex: 1; min-width: 0; }
.lp-pack__label { font-weight: 800; font-size: 16px; line-height: 1.1; }
.lp-pack__sub { font-size: 12.5px; color: rgba(255, 255, 255, 0.6); }
.lp-pack__ahorro { font-size: 12.5px; color: var(--oro-claro); font-weight: 700; margin-top: 2px; }
.lp-pack__envio { font-size: 11.5px; color: #7ed957; font-weight: 700; text-transform: uppercase; letter-spacing: 0.03em; }
.lp-pack__price { flex: none; text-align: right; }
.lp-pack__unit { font-family: var(--display); font-size: 22px; line-height: 1; }
.lp-pack__unit small { font-size: 0.5em; font-family: var(--cuerpo); font-weight: 600; color: rgba(255, 255, 255, 0.6); }
.lp-pack__ref { display: block; font-size: 12.5px; color: rgba(255, 255, 255, 0.45); text-decoration: line-through; margin-top: 2px; }
.lp-pack__badge {
  position: absolute; top: -10px; right: 12px;
  background: #0b0b0b; color: #fff; border: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 10.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em;
  padding: 3px 10px; border-radius: 20px; white-space: nowrap;
}
.lp-pack__badge--vendido { background: var(--oro-grad); color: #1a1400; border: none; }

/* CTA "Comprar ahora" estilo Ereboost: oscuro con borde/acento dorado */
.lp-btn--comprar {
  background: linear-gradient(180deg, #1e1e1e, #101010);
  color: #fff; border: 2px solid var(--oro-claro);
  box-shadow: 0 0 22px rgba(230, 199, 90, 0.28);
}
.lp-btn--comprar:hover { filter: brightness(1.08); box-shadow: 0 0 30px rgba(230, 199, 90, 0.42); transform: translateY(-2px); }
.lp-btn--comprar .lp-btn__arrow { background: var(--oro-grad); color: #1a1400; }
.lp-cta-dyn { width: 100%; justify-content: center; }
.lp-cta-dyn b { color: var(--oro-claro); }
.lp-cta-dyn s { font-weight: 400; color: rgba(255, 255, 255, 0.45); font-size: 0.82em; }

/* ---------- Medios de pago + garantía ---------- */
.lp-garantia { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 4px; }
.lp-chip {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px; padding: 7px 13px; font-size: 12.5px; font-weight: 600;
}
.lp-chip svg { width: 15px; height: 15px; stroke: var(--oro-claro); flex: none; }
.lp-pagos { display: flex; align-items: center; gap: 8px; margin-top: 14px; flex-wrap: wrap; }
.lp-pagos__lbl { font-size: 12px; color: rgba(255, 255, 255, 0.55); margin-right: 2px; }
.lp-pago {
  height: 26px; min-width: 40px; padding: 0 8px; border-radius: 5px;
  background: #fff; display: inline-flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 11px; font-style: italic; color: #1a1a2e; letter-spacing: -0.02em;
}
.lp-pago--mc { color: #eb001b; }
.lp-pago--visa { color: #1a1f71; }
.lp-pago--amex { color: #2e77bb; }
.lp-pago--shop { color: #5a31f4; font-style: normal; }

/* ---------- Topbar ---------- */
.lp-topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(12, 12, 12, 0.92);
  backdrop-filter: saturate(140%) blur(8px);
  border-bottom: 1px solid var(--linea-cl);
}
.lp-topbar__row {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.lp-topbar__logo img { height: 30px; width: auto; }
.lp-topbar__cta { }

/* ---------- Hero ---------- */
.lp-hero {
  background: var(--tinta);
  color: var(--blanco);
  position: relative;
  overflow-x: clip;
}
.lp-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  min-height: 560px;
}
.lp-hero__copy {
  padding: 64px 48px 64px 0;
  display: flex; flex-direction: column; justify-content: center;
  align-self: center;
}
.lp-eyebrow {
  font-family: var(--cuerpo);
  font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.22em; font-size: 12.5px;
  color: var(--oro-claro); margin-bottom: 18px;
}
.lp-hero__title {
  font-family: var(--display);
  font-size: clamp(46px, 6.6vw, 92px);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.lp-hero__title span { display: block; }
.lp-hero__title .oro { color: var(--oro-claro); }
.lp-hero__sub {
  font-size: 18px; color: rgba(255, 255, 255, 0.8);
  margin: 22px 0 30px; max-width: 420px; font-weight: 500;
}
.lp-hero__sub b { color: #fff; font-weight: 700; }
.lp-hero__rating {
  display: flex; align-items: center; gap: 14px; margin-top: 28px;
}
.lp-stars { color: #f5c518; letter-spacing: 2px; font-size: 18px; line-height: 1; }
.lp-hero__rating-txt { font-size: 14px; }
.lp-hero__rating-txt b { display: block; font-size: 16px; }
.lp-hero__rating-txt span { color: rgba(255, 255, 255, 0.6); }

/* Panel de imagen (atleta + tarro) */
.lp-hero__media {
  position: relative;
  background:
    radial-gradient(120% 90% at 70% 40%, rgba(201, 162, 39, 0.18), transparent 60%),
    linear-gradient(115deg, transparent 44%, rgba(201, 162, 39, 0.08) 50%, transparent 56%),
    linear-gradient(135deg, #1c1c1c 0%, #0c0c0c 100%);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
/* Foto real de atleta + producto (background). */
.lp-hero__media.has-photo { background-size: cover; background-position: center; background-color: #0a0a0a; }
@media (max-width: 900px) {
  .lp-hero__media.has-photo { min-height: 64vh; padding: 0; }
}
.lp-hero__jar {
  position: relative; z-index: 2;
  max-height: 480px; width: auto;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.55));
  animation: lp-float 6s ease-in-out infinite;
}
@keyframes lp-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.lp-hero__glow {
  position: absolute; z-index: 1; width: 60%; height: 60%;
  background: radial-gradient(circle, rgba(230, 199, 90, 0.28), transparent 70%);
  filter: blur(30px);
}

/* ---------- Franja esencial (stats) ---------- */
.lp-esencia { background: var(--crema); padding: 52px 0; }
.lp-esencia__grid {
  display: grid; grid-template-columns: 1.4fr 0.9fr; gap: 40px; align-items: center;
}
.lp-sec-title {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(26px, 3.4vw, 40px); letter-spacing: 0.01em;
  text-align: center; margin-bottom: 40px;
}
.lp-esencia .lp-sec-title { text-align: left; margin-bottom: 34px; }
.lp-stats { display: flex; align-items: flex-start; gap: 0; }
.lp-stat { flex: 1; padding: 0 22px; }
.lp-stat:first-child { padding-left: 0; }
.lp-stat + .lp-stat { border-left: 1px solid var(--linea); }
.lp-stat__num {
  font-family: var(--display); font-size: clamp(44px, 6vw, 70px);
  line-height: 0.9; letter-spacing: 0.01em;
}
.lp-stat__num small { font-size: 0.42em; font-weight: 400; }
.lp-stat__lbl {
  font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  font-size: 13px; color: var(--texto-suave); margin-top: 10px;
}
.lp-esencia__scoop {
  border-radius: 12px; overflow: hidden; min-height: 200px;
}

/* ---------- Cross-sell entre formatos ---------- */
.lp-cross { background: var(--tinta); padding: 0 0 8px; }
.lp-cross__link {
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.14), rgba(201, 162, 39, 0.05));
  border: 1px solid rgba(201, 162, 39, 0.4);
  border-left: 4px solid var(--oro);
  border-radius: 10px; padding: 18px 24px; color: var(--blanco);
  font-weight: 600; font-size: 16px; transition: background 0.2s ease, transform 0.15s ease;
}
.lp-cross__link:hover { background: linear-gradient(135deg, rgba(201, 162, 39, 0.22), rgba(201, 162, 39, 0.08)); transform: translateY(-1px); }
.lp-cross__arrow {
  flex: none; width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--oro-grad); color: #1a1400; font-size: 20px;
}

/* ---------- Por qué creatina ---------- */
.lp-porque { background: var(--crema-2); }
.lp-porque__grid { display: grid; grid-template-columns: 1fr 1.05fr; align-items: stretch; }
.lp-porque__media { min-height: 480px; }
.lp-porque__body { padding: 54px 0 54px 56px; align-self: center; }
.lp-porque__body h2 {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(28px, 3.6vw, 44px); margin-bottom: 26px;
}
.lp-benef { padding: 18px 0; border-top: 1px solid rgba(201, 162, 39, 0.5); }
.lp-benef:first-of-type { border-top: none; padding-top: 0; }
.lp-benef p { margin: 0; color: #3a3a3a; font-size: 16px; }
.lp-benef b { color: var(--texto); }

/* ---------- Reseñas ---------- */
.lp-resenas { background: var(--crema); padding: 52px 0; }
.lp-review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.lp-review {
  background: #fff; border: 1px solid var(--linea);
  border-radius: 14px; padding: 26px 24px; box-shadow: 0 8px 22px rgba(0, 0, 0, 0.05);
  text-align: center; display: flex; flex-direction: column; align-items: center;
}
.lp-review__avatar {
  width: 60px; height: 60px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 24px; color: #fff;
  margin-bottom: 14px; background-size: cover; background-position: center;
}
.lp-review__stars { color: #f5c518; letter-spacing: 2px; font-size: 16px; margin-bottom: 12px; }
.lp-review__text { font-size: 15px; color: #3a3a3a; font-style: italic; margin: 0 0 16px; }
.lp-review__name { font-weight: 800; font-size: 15px; }
.lp-review__verif { font-size: 12.5px; color: var(--texto-suave); }

/* ---------- Personas reales ---------- */
.lp-reales { background: var(--tinta); color: var(--blanco); padding: 0; }
.lp-reales__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; align-items: center; }
.lp-reales__copy { padding: 64px 48px 64px 0; }
.lp-reales__copy h2 {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(28px, 3.6vw, 46px); margin-bottom: 18px;
}
.lp-reales__copy p { color: rgba(255, 255, 255, 0.75); font-size: 17px; margin: 0 0 28px; max-width: 340px; }
.lp-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; height: 100%; }
.lp-gallery__cell { min-height: 260px; background-size: cover; background-position: center; }

/* ---------- CTA final ---------- */
.lp-final { background: linear-gradient(180deg, #131313, #0a0a0a); color: var(--blanco); padding: 52px 0; }
.lp-final__grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 40px; align-items: center; }
.lp-final__media { display: flex; align-items: center; justify-content: center; position: relative; }
.lp-final__jar { max-height: 340px; width: auto; filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.6)); }
.lp-final__copy h2 {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(30px, 4.2vw, 54px); margin-bottom: 6px;
}
.lp-final__copy h2 .oro { color: var(--oro-claro); }
.lp-final__name { font-size: 18px; font-weight: 600; margin: 14px 0 10px; }
.lp-final__rating { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.lp-final__rating .lp-stars { font-size: 17px; }
.lp-final__rating span { font-size: 14px; color: rgba(255, 255, 255, 0.7); }
.lp-final__price { font-family: var(--display); font-size: 34px; margin: 0 0 20px; }
.lp-final__price small { font-size: 15px; font-weight: 400; color: rgba(255, 255, 255, 0.6); font-family: var(--cuerpo); }

/* ---------- Barra confianza ---------- */
.lp-trust { background: #0a0a0a; color: rgba(255, 255, 255, 0.85); border-top: 3px solid var(--oro); padding: 26px 0; }
.lp-trust__row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.lp-trust__item { display: flex; align-items: center; gap: 12px; flex: 1; justify-content: center; }
.lp-trust__item svg { width: 30px; height: 30px; stroke: var(--oro-claro); flex: none; }
.lp-trust__item b { display: block; font-size: 14px; color: #fff; text-transform: uppercase; letter-spacing: 0.04em; }
.lp-trust__item span { font-size: 12.5px; color: rgba(255, 255, 255, 0.6); }

/* ---------- Footer ---------- */
.lp-foot { background: #060606; color: rgba(255, 255, 255, 0.55); padding: 26px 0; font-size: 13px; }
.lp-foot__row { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.lp-foot a:hover { color: var(--oro-claro); }

/* ---------- Placeholder de foto premium (mientras no hay foto real) ---------- */
.lp-ph {
  position: relative; overflow: hidden;
  background:
    radial-gradient(90% 80% at 28% 18%, rgba(201, 162, 39, 0.16), transparent 58%),
    linear-gradient(115deg, transparent 42%, rgba(201, 162, 39, 0.10) 50%, transparent 58%),
    linear-gradient(150deg, #1e1e1e, #060606);
}
.lp-ph--cream {
  background:
    radial-gradient(90% 80% at 28% 18%, rgba(201, 162, 39, 0.18), transparent 58%),
    linear-gradient(115deg, transparent 42%, rgba(201, 162, 39, 0.12) 50%, transparent 58%),
    linear-gradient(150deg, #efe9dc, #ddd4c2);
}
/* Rayo de energía (emblema) al centro, tenue */
.lp-ph::before {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: center / 56px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23e6c75a'%3E%3Cpath d='M13 2 3 14h7l-1 8 10-12h-7z'/%3E%3C/svg%3E");
  opacity: 0.18;
}
.lp-ph--cream::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231c1c1c'%3E%3Cpath d='M13 2 3 14h7l-1 8 10-12h-7z'/%3E%3C/svg%3E");
  opacity: 0.16;
}
/* Brillo suave tipo "cargando" (amigable) */
.lp-ph::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.05) 50%, transparent 65%);
  transform: translateX(-120%);
  animation: lp-sheen 3.8s ease-in-out infinite;
}
.lp-ph--cream::after { background: linear-gradient(115deg, transparent 35%, rgba(255, 255, 255, 0.4) 50%, transparent 65%); }
@keyframes lp-sheen { 0% { transform: translateX(-120%); } 55%, 100% { transform: translateX(120%); } }
@media (prefers-reduced-motion: reduce) { .lp-ph::after { animation: none; display: none; } }

/* ---------- Reveal on scroll (suave) ---------- */
.lp-reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.6s cubic-bezier(0.2, 0.7, 0.2, 1), transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1); will-change: opacity, transform; }
.lp-reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .lp-reveal { opacity: 1 !important; transform: none !important; transition: none; }
  .lp-hero__jar { animation: none; }
}

/* ---------- Fade-in amigable de imágenes ---------- */
.lp-fx { opacity: 0; transition: opacity 0.5s ease; }
.lp-fx.lp-loaded { opacity: 1; }

/* ---------- Barra de compra fija (móvil): CTA siempre visible ---------- */
.lp-stickybuy {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: none;
  align-items: center; gap: 12px;
  background: rgba(12, 12, 12, 0.97); backdrop-filter: saturate(140%) blur(8px);
  border-top: 1px solid var(--linea-cl);
  padding: 10px 16px; padding-bottom: calc(10px + env(safe-area-inset-bottom));
  transform: translateY(130%); transition: transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.35);
}
.lp-stickybuy.visible { transform: none; }
.lp-stickybuy__info { flex: none; color: #fff; line-height: 1.15; }
.lp-stickybuy__info small { display: block; font-size: 10.5px; color: rgba(255, 255, 255, 0.55); max-width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.lp-stickybuy__price { font-family: var(--display); font-size: 21px; color: var(--oro-claro); }
.lp-stickybuy .lp-btn { flex: 1; justify-content: center; padding: 14px 14px; font-size: 15px; box-shadow: none; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 900px) {
  body { padding-bottom: 76px; } /* espacio para la barra de compra fija */
  .lp-stickybuy { display: flex; }
  .lp-hero__grid { grid-template-columns: 1fr; min-height: 0; }
  .lp-hero__copy { padding: 40px 0 36px; text-align: center; align-items: center; }
  .lp-hero__sub { margin-left: auto; margin-right: auto; }
  .lp-hero__rating { justify-content: center; }
  .lp-hero__media { min-height: 0; order: -1; padding: 22px 0 10px; }
  .lp-hero__jar { max-height: 42vh; width: auto; }
  .lp-packs__tit, .lp-hero__sub { text-align: center; }
  .lp-garantia, .lp-pagos { justify-content: center; }
  .lp-esencia__grid { grid-template-columns: 1fr; }
  .lp-esencia__scoop { min-height: 180px; }
  .lp-porque__grid { grid-template-columns: 1fr; }
  .lp-porque__media { min-height: 300px; order: -1; }
  .lp-porque__body { padding: 44px 0; }
  .lp-review-grid { grid-template-columns: 1fr; }
  .lp-reales__grid { grid-template-columns: 1fr; }
  .lp-reales__copy { padding: 48px 0 36px; text-align: center; }
  .lp-reales__copy p { margin-left: auto; margin-right: auto; }
  .lp-gallery { grid-template-columns: repeat(2, 1fr); }
  .lp-final__grid { grid-template-columns: 1fr; text-align: center; }
  .lp-final__rating { justify-content: center; }
  .lp-trust__row { flex-direction: column; }
  .lp-foot__row { flex-direction: column; text-align: center; }
}

@media (max-width: 600px) {
  .lp-esencia, .lp-resenas, .lp-final { padding: 40px 0; }
  .lp-porque__body { padding: 36px 0; }
  .lp-reales__copy { padding: 40px 0 30px; }
  .lp-sec-title { margin-bottom: 24px; font-size: clamp(23px, 7vw, 32px); }
  .lp-esencia .lp-sec-title { margin-bottom: 24px; }
  .lp-hero__title { font-size: clamp(40px, 12.5vw, 60px); }
  .lp-topbar__row { height: 56px; }
  .lp-hero__media { min-height: 320px; }
  .lp-hero__jar { max-height: 280px; }
  .lp-final__jar { max-height: 250px; }
  .lp-stat__num { font-size: clamp(38px, 13vw, 54px); }
  .lp-cross__link { padding: 15px 18px; font-size: 14.5px; }
  .lp-benef p { font-size: 15px; }
}

@media (max-width: 480px) {
  .lp-cont { padding: 0 18px; }
  .lp-stats { gap: 0; }
  .lp-stat { padding: 0 9px; }
  .lp-btn { font-size: 15px; padding: 15px 24px; }
  .lp-gallery__cell { min-height: 132px; }
  .lp-pack { padding: 12px 13px; gap: 11px; }
  .lp-pack__thumb--multi { width: 64px; height: 50px; }
  .lp-pack__unit { font-size: 20px; }
  .lp-annbar { font-size: 12px; padding: 8px 12px; }
}

/* Desktop: panel del tarro FIJO (sticky) y centrado, para que el producto se
   vea completo en la primera pantalla aunque el copy/selector sea largo. */
@media (min-width: 901px) {
  .lp-hero__grid { align-items: start; }
  .lp-hero .lp-hero__media {
    position: sticky; top: 68px;
    height: calc(100vh - 68px);
    min-height: 470px; max-height: 760px;
  }
}
