/** Shopify CDN: Minification failed

Line 802:66 Expected "}" to go with "{"

**/
/* ============================================================
   SALES PAGE (dark overlay)
============================================================ */
#sales-page {
  position: fixed; inset: 0; z-index: 95;
  display: none; flex-direction: column;
  background: var(--bg);
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  transition: opacity 0.4s ease;
  opacity: 0;
}

/* Nav de ventas */
#sales-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 300;
  height: 56px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 52px;
  background: rgba(5,8,10,0.88);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  opacity: 0; transition: opacity 0.4s ease 0.3s;
}
#sales-page.shown #sales-nav { opacity: 1; }

.snav-back {
  display: flex; align-items: center; gap: 8px;
  cursor: pointer; background: none; border: none; padding: 6px 10px;
  color: rgba(82,183,136,0.6); font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  border-radius: 4px; transition: color 0.2s, background 0.2s;
}
.snav-back:hover { color: var(--g6); background: rgba(82,183,136,0.07); }
.snav-back svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.25s; }
.snav-back:hover svg { transform: translateX(-3px); }

.snav-logo { font-size: 14px; font-weight: 900; letter-spacing: 0.22em; color: #fff; font-family: 'Helvetica Neue', Arial, sans-serif; }
.snav-logo em { color: var(--g6); font-style: normal; }

.snav-pill {
  background: var(--g6); color: var(--bg);
  font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 9px 24px; border-radius: 100px; border: none; cursor: pointer;
  box-shadow: 0 4px 20px rgba(82,183,136,0.3);
  transition: transform 0.2s, box-shadow 0.2s;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
.snav-pill:hover { transform: scale(1.05); box-shadow: 0 6px 30px rgba(82,183,136,0.5); }

/* Flecha scroll */
#slide-arrow {
  position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%);
  z-index: 300;
  width: 48px; height: 48px;
  display: none; align-items: center; justify-content: center;
  border: 1.5px solid rgba(82,183,136,0.35);
  border-radius: 50%;
  background: rgba(5,8,10,0.7);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: opacity 0.4s, border-color 0.3s, transform 0.2s;
  animation: bounce-arrow 2.4s ease-in-out infinite;
}
#slide-arrow:hover { border-color: rgba(82,183,136,0.8); transform: translateX(-50%) scale(1.1); animation: none; }
#slide-arrow.hidden { opacity: 0; pointer-events: none; }
#slide-arrow svg { width: 18px; height: 18px; stroke: var(--g6); fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
@keyframes bounce-arrow {
  0%,100% { transform: translateX(-50%) translateY(0); }
  50%      { transform: translateX(-50%) translateY(6px); }
}

/* Dots */
#slide-dots {
  position: fixed; right: 20px; top: 50%; transform: translateY(-50%);
  z-index: 300;
  display: none; flex-direction: column; gap: 8px;
}
.dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: rgba(255,255,255,0.15);
  cursor: pointer; transition: background 0.3s, transform 0.3s;
}
.dot.active { background: var(--g6); transform: scale(1.4); }

/* Animaciones slides */
@keyframes rise {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.slide-in { opacity: 0; }
.slide-in.visible { animation: rise 0.7s cubic-bezier(0.22,1,0.36,1) forwards; }
.slide-in.d1.visible { animation-delay: 0.05s; }
.slide-in.d2.visible { animation-delay: 0.15s; }
.slide-in.d3.visible { animation-delay: 0.25s; }
.slide-in.d4.visible { animation-delay: 0.35s; }
.slide-in.d5.visible { animation-delay: 0.45s; }

/* Slide base */
.slide {
  scroll-snap-align: start;
  min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 80px 52px 100px;
  position: relative; overflow: hidden;
  color: #fff;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* S1 */
.s1::before {
  content: ''; position: absolute; top: -15%; left: 50%; transform: translateX(-50%);
  width: 800px; height: 800px; border-radius: 50%;
  background: radial-gradient(circle, rgba(27,67,50,0.18) 0%, transparent 68%);
  pointer-events: none;
}
.s1-eyebrow { font-size: 10px; letter-spacing: 0.38em; text-transform: uppercase; color: rgba(82,183,136,0.4); margin-bottom: 48px; }
.pain-list { display: flex; flex-direction: column; gap: 0; max-width: 820px; width: 100%; }
.pain-line {
  font-size: clamp(22px,3.6vw,48px); font-weight: 800; line-height: 1.2; letter-spacing: -0.02em;
  color: rgba(255,255,255,0.1); padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  transition: color 0.7s cubic-bezier(0.22,1,0.36,1); text-align: center;
}
.pain-line:last-child { border-bottom: none; }
.pain-line.lit { color: rgba(255,255,255,0.92); }
.pain-line .red { color: var(--red); }
.pain-line .dim { color: rgba(255,255,255,0.35); }

/* S2 */
.s2 { background: var(--bg2); }
.s2-inner { max-width: 820px; text-align: center; }
.flip-h { font-size: clamp(30px,4.5vw,62px); font-weight: 900; line-height: 1.0; letter-spacing: -0.03em; margin-bottom: 28px; }
.flip-h em { color: var(--g6); font-style: normal; }
.flip-sub { font-size: clamp(15px,1.8vw,19px); color: rgba(255,255,255,0.4); line-height: 1.75; margin-bottom: 20px; }
.flip-sub strong { color: rgba(255,255,255,0.8); font-weight: 600; }
.flip-quote {
  margin-top: 32px; padding: 22px 32px;
  border-left: 3px solid var(--g5); background: rgba(27,67,50,0.14);
  border-radius: 0 14px 14px 0; text-align: left;
  font-size: clamp(16px,2vw,22px); font-weight: 700; line-height: 1.45;
  color: rgba(255,255,255,0.7); font-style: italic;
}
.flip-quote em { color: var(--g6); font-style: normal; }

/* S3 */
.s3-inner { max-width: 720px; width: 100%; }
.narrative-month {
  font-size: clamp(60px,11vw,140px); font-weight: 900; line-height: 0.85;
  letter-spacing: -0.05em; color: rgba(255,255,255,0.04);
  user-select: none; margin-bottom: -12px;
}
.narrative-h { font-size: clamp(26px,3.5vw,46px); font-weight: 900; line-height: 1.05; letter-spacing: -0.025em; margin-bottom: 28px; }
.narrative-h em { color: var(--g6); font-style: normal; }
.narrative-body { font-size: clamp(14px,1.5vw,17px); color: rgba(255,255,255,0.38); line-height: 1.8; }
.narrative-body p { margin-bottom: 16px; }
.narrative-body strong { color: rgba(255,255,255,0.75); font-weight: 600; }
.narrative-body .highlight { color: #fff; font-weight: 700; }
.narrative-body .moment {
  display: block; margin: 20px 0;
  font-size: clamp(16px,2vw,22px); font-weight: 700;
  color: rgba(255,255,255,0.68); border-left: 3px solid var(--red);
  padding-left: 16px; font-style: italic;
}

/* S4 */
.s4 { background: var(--bg2); }
.s4-inner { max-width: 1060px; width: 100%; }
.parallel-h { font-size: clamp(24px,3.2vw,44px); font-weight: 900; letter-spacing: -0.025em; line-height: 1.05; margin-bottom: 28px; text-align: center; }
.parallel-h em { color: var(--g6); font-style: normal; }
.parallel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.day-col { border-radius: 20px; padding: 22px 24px; display: flex; flex-direction: column; gap: 14px; }
.day-col-without { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); }
.day-col-with    { background: rgba(27,67,50,0.16);    border: 1px solid rgba(82,183,136,0.2); }
.day-label { font-size: 9px; letter-spacing: 0.35em; text-transform: uppercase; margin-bottom: 2px; }
.day-label-without { color: rgba(255,80,80,0.55); }
.day-label-with    { color: var(--g6); }
.day-title { font-size: 16px; font-weight: 800; letter-spacing: -0.01em; }
.day-moment { display: flex; flex-direction: column; gap: 4px; }
.day-time { font-size: 9px; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.18); }
.day-text { font-size: 13px; line-height: 1.55; }
.day-col-without .day-text { color: rgba(255,255,255,0.35); }
.day-col-with    .day-text { color: rgba(200,235,215,0.72); }
.day-sep { height: 1px; background: rgba(255,255,255,0.05); }

/* S5 */
.s5::before {
  content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(27,67,50,0.26) 0%, transparent 65%);
  pointer-events: none;
}
.s5-inner { text-align: center; position: relative; }
.kicker { font-size: 10px; letter-spacing: 0.38em; text-transform: uppercase; color: rgba(82,183,136,0.45); margin-bottom: 18px; display: block; }
.sol-intro { font-size: clamp(14px,1.6vw,17px); color: rgba(255,255,255,0.32); max-width: 520px; margin: 0 auto 28px; line-height: 1.7; }
.pack-name {
  font-size: clamp(48px,8vw,100px); font-weight: 900; letter-spacing: -0.04em;
  line-height: 0.9; margin-bottom: 14px;
  background: linear-gradient(130deg,#fff 0%,var(--g8) 45%,var(--g6) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.pack-sub { font-size: 11px; letter-spacing: 0.32em; text-transform: uppercase; color: rgba(82,183,136,0.38); margin-bottom: 30px; }
.pack-pills { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.ing-pill { padding: 9px 18px; border: 1px solid rgba(82,183,136,0.2); border-radius: 100px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.55); background: rgba(27,67,50,0.15); }
.ing-pill em { color: var(--g6); font-style: normal; }

/* S6 */
.s6 { background: var(--bg2); }
.s6-inner { max-width: 1060px; width: 100%; }
.prod-h { font-size: clamp(24px,3.2vw,44px); font-weight: 900; letter-spacing: -0.025em; line-height: 1.05; margin-bottom: 24px; }
.prod-h em { color: var(--g6); font-style: normal; }
.prod-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.prod-card {
  background: var(--bg); border: 1px solid rgba(255,255,255,0.07);
  border-radius: 20px; padding: 22px 20px;
  display: flex; flex-direction: column; gap: 10px;
  position: relative; overflow: hidden;
  transition: border-color 0.3s, transform 0.3s;
}
.prod-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  opacity: 0; transition: opacity 0.3s;
}
.c1::before { background: linear-gradient(to right,transparent,#52b788,transparent); }
.c2::before { background: linear-gradient(to right,transparent,#e9a23b,transparent); }
.c3::before { background: linear-gradient(to right,transparent,#9b59b6,transparent); }
.prod-card:hover { border-color: rgba(82,183,136,0.28); transform: translateY(-4px); }
.prod-card:hover::before { opacity: 1; }
.prod-img-wrap {
  width: calc(100% + 40px); margin: -22px -20px 16px;
  height: 200px; overflow: hidden; position: relative;
  border-radius: 20px 20px 0 0;
  flex-shrink: 0;
  background: #06100d;
  display: flex; align-items: center; justify-content: center;
}
.prod-img-wrap img {
  max-height: 186px; width: auto; max-width: 80%;
  object-fit: contain; display: block;
  filter: drop-shadow(0 10px 28px rgba(0,0,0,0.6));
  transition: transform 0.55s cubic-bezier(0.22,1,0.36,1), filter 0.4s ease;
}
/* Gradiente de fusión abajo: imagen se disuelve en el fondo de la tarjeta */
.prod-img-wrap::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 56px;
  background: linear-gradient(to bottom, transparent, #05080a);
  pointer-events: none;
}
.prod-card:hover .prod-img-wrap img {
  transform: scale(1.06) translateY(-4px);
  filter: drop-shadow(0 18px 36px rgba(0,0,0,0.7));
}
/* Hacemos las tarjetas clickeables */
.prod-card { cursor: pointer; }
.prod-top { display: flex; justify-content: space-between; align-items: flex-start; }
.prod-num { font-size: 40px; font-weight: 900; line-height: 1; color: rgba(255,255,255,0.05); letter-spacing: -0.04em; }
.prod-icon { font-size: 22px; }
.prod-problem { font-size: 10px; color: rgba(255,80,80,0.55); letter-spacing: 0.1em; text-transform: uppercase; }
.prod-name { font-size: 18px; font-weight: 800; letter-spacing: -0.01em; margin-bottom: 2px; }
.prod-dose { display: inline-block; font-size: 10px; color: var(--g7); letter-spacing: 0.07em; background: rgba(82,183,136,0.08); border: 1px solid rgba(82,183,136,0.18); padding: 4px 12px; border-radius: 100px; }
.prod-stat { display: flex; align-items: baseline; gap: 5px; }
.prod-stat-num { font-size: 30px; font-weight: 900; color: var(--g6); letter-spacing: -0.03em; }
.prod-stat-lbl { font-size: 10px; color: rgba(82,183,136,0.42); letter-spacing: 0.12em; text-transform: uppercase; }
.prod-body { font-size: 12px; color: rgba(255,255,255,0.32); line-height: 1.6; }
.prod-solve { padding-top: 10px; border-top: 1px solid rgba(255,255,255,0.06); display: flex; flex-direction: column; gap: 3px; }
.prod-solve-lbl { font-size: 8px; letter-spacing: 0.28em; text-transform: uppercase; color: rgba(255,255,255,0.18); }
.prod-solve-txt { font-size: 12px; color: rgba(200,230,215,0.55); line-height: 1.5; }

/* S7 */
.s7-inner { max-width: 800px; width: 100%; }
.cost-h { font-size: clamp(26px,3.8vw,52px); font-weight: 900; line-height: 1.05; letter-spacing: -0.025em; margin-bottom: 12px; }
.cost-h em { color: var(--red); font-style: normal; }
.cost-intro { font-size: clamp(14px,1.5vw,16px); color: rgba(255,255,255,0.35); line-height: 1.7; margin-bottom: 28px; }
.cost-rows { display: flex; flex-direction: column; margin-bottom: 24px; }
.cost-row { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.05); gap: 20px; }
.cost-row:last-child { border-bottom: none; }
.cost-row-label { font-size: 14px; color: rgba(255,255,255,0.42); }
.cost-row-label strong { color: rgba(255,255,255,0.76); font-weight: 600; font-size: 15px; }
.cost-row-value { font-size: 18px; font-weight: 800; color: rgba(255,80,80,0.6); white-space: nowrap; }
.cost-total { background: rgba(192,57,43,0.08); border: 1px solid rgba(192,57,43,0.2); border-radius: 14px; padding: 20px 26px; display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.cost-total-label { font-size: 13px; color: rgba(255,255,255,0.4); }
.cost-total-value { font-size: 28px; font-weight: 900; color: var(--red); }
.cost-vs { font-size: clamp(13px,1.5vw,16px); color: rgba(255,255,255,0.35); line-height: 1.7; }
.cost-vs strong { color: rgba(255,255,255,0.76); font-weight: 600; }
.cost-vs .price-hi { color: var(--g6); font-weight: 800; }

/* S8 · TESTIMONIOS */
.s8-inner { text-align: center; position: relative; max-width: 1100px; }
.testi-h { font-size: clamp(28px,4vw,52px); font-weight: 900; line-height: 1; letter-spacing: -0.02em; margin-bottom: 40px; }
.testi-h em { color: var(--g6); font-style: normal; }
.testi-grid { display: grid; grid-template-columns: 1fr 1.15fr 1fr; gap: 20px; align-items: start; }
.testi-card {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px; padding: 28px 24px; text-align: left; display: flex; flex-direction: column; gap: 12px;
  transition: border-color 0.3s;
}
.testi-card:hover { border-color: rgba(82,183,136,0.25); }
.testi-card--featured {
  background: rgba(82,183,136,0.06); border-color: rgba(82,183,136,0.2);
  transform: translateY(-8px);
}
.testi-avatar { font-size: 36px; }
.testi-stars { color: #f4c542; font-size: 13px; letter-spacing: 2px; }
.testi-quote { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.65; font-style: italic; flex: 1; }
.testi-author { font-size: 11px; color: rgba(82,183,136,0.6); letter-spacing: 0.06em; font-family: 'Helvetica Neue', sans-serif; }
@media (max-width: 700px) {
  .testi-grid { grid-template-columns: 1fr; }
  .testi-card--featured { transform: none; }
}

/* S9 · FAQ */
.s9-inner { max-width: 720px; }
.faq-h { font-size: clamp(28px,4vw,52px); font-weight: 900; line-height: 1; letter-spacing: -0.02em; margin-bottom: 36px; }
.faq-h em { color: var(--g6); font-style: normal; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px; overflow: hidden; transition: border-color 0.3s;
}
.faq-item[open] { border-color: rgba(82,183,136,0.3); }
.faq-q {
  padding: 16px 20px; cursor: pointer; font-size: 14px; font-weight: 600;
  color: rgba(255,255,255,0.85); list-style: none; display: flex; justify-content: space-between; align-items: center;
  font-family: 'Helvetica Neue', sans-serif;
}
.faq-q::after { content: '▾'; color: var(--g6); font-size: 16px; transition: transform 0.3s; flex-shrink: 0; margin-left: 12px; }
.faq-item[open] .faq-q::after { transform: rotate(180deg); }
.faq-q::-webkit-details-marker { display: none; }
.faq-a { padding: 0 20px 16px; font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7; font-family: 'Helvetica Neue', sans-serif; }

/* S10 · CTA */
.s10-inner { text-align: center; position: relative; }
.s10::before {
  content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%);
  width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(27,67,50,0.3) 0%, transparent 65%);
  pointer-events: none;
}
.cta-h { font-size: clamp(26px,4.5vw,52px); font-weight: 900; line-height: 1.0; letter-spacing: -0.03em; margin-bottom: 4px; }
.cta-h em { color: var(--g6); font-style: normal; }
.cta-sub { font-size: clamp(14px,1.8vw,18px); color: rgba(255,255,255,0.3); margin-bottom: 20px; line-height: 1.6; }
.cta-old { font-size: 14px; color: rgba(255,255,255,0.18); text-decoration: line-through; margin-bottom: 2px; }
.cta-price { font-size: clamp(44px,7vw,72px); font-weight: 900; letter-spacing: -0.05em; line-height: 1; margin-bottom: 2px; }
.cta-price sup { font-size: 0.4em; color: var(--g6); vertical-align: top; margin-top: 10px; }
.cta-saving { font-size: 12px; color: var(--g6); margin-bottom: 4px; }
/* ── Selector creatina ── */
.creatina-selector {
  margin: 4px 0 16px;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
}
.creatina-selector-label {
  font-size: 10px; letter-spacing: 0.22em; text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}
.creatina-options {
  display: flex; gap: 10px;
}
.creatina-opt {
  display: flex; flex-direction: column; align-items: center; gap: 3px;
  padding: 12px 22px; border-radius: 10px; cursor: pointer;
  border: 1.5px solid rgba(82,183,136,0.2);
  background: rgba(255,255,255,0.03);
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
  min-width: 110px;
}
.creatina-opt:hover { border-color: rgba(82,183,136,0.5); transform: translateY(-2px); }
.creatina-opt.active {
  border-color: var(--g6);
  background: rgba(82,183,136,0.1);
}
.creatina-opt-icon { font-size: 18px; line-height: 1; }
.creatina-opt-name {
  font-size: 13px; font-weight: 700; color: #fff; letter-spacing: 0.06em;
}
.creatina-opt-sub {
  font-size: 9.5px; color: rgba(255,255,255,0.35); letter-spacing: 0.08em;
}
.creatina-opt.active .creatina-opt-name { color: var(--g7); }

.btn-add-cart {
  background: transparent; color: var(--g7);
  font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 14px 48px; border-radius: 100px;
  border: 1.5px solid rgba(82,183,136,0.4);
  cursor: pointer; font-family: 'Helvetica Neue', Arial, sans-serif;
  transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.2s;
  display: inline-block; margin-top: 10px;
}
.btn-add-cart:hover {
  background: rgba(82,183,136,0.1);
  border-color: var(--g6); color: #fff;
  transform: translateY(-2px);
}

.btn-buy {
  background: var(--g6); color: var(--bg);
  font-size: 14px; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 20px 72px; border-radius: 100px; border: none; cursor: pointer;
  box-shadow: 0 10px 44px rgba(82,183,136,0.4);
  transition: transform 0.45s cubic-bezier(0.22,1,0.36,1);
  animation: pulse-btn 2.6s ease-in-out infinite 1.5s;
  display: inline-block; font-family: 'Helvetica Neue', Arial, sans-serif;
  opacity: 1 !important;
  position: relative;
}
.btn-buy::before {
  content: '';
  position: absolute; inset: -8px;
  border-radius: 100px;
  opacity: 0;
  box-shadow: 0 0 60px rgba(82,183,136,0.7), 0 0 120px rgba(82,183,136,0.3);
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: -1;
}
.btn-buy:hover { transform: scale(1.05); opacity: 1 !important; }
.btn-buy:hover::before {
  opacity: 1;
  animation: glow-breathe 1.2s ease-in-out infinite;
}
@keyframes pulse-btn {
  0%,100% { box-shadow: 0 10px 44px rgba(82,183,136,0.4); }
  50%      { box-shadow: 0 18px 64px rgba(82,183,136,0.65); }
}
@keyframes glow-breathe {
  0%,100% { box-shadow: 0 0 50px rgba(82,183,136,0.65), 0 0 100px rgba(82,183,136,0.28); }
  50%      { box-shadow: 0 0 80px rgba(82,183,136,0.92), 0 0 170px rgba(82,183,136,0.42); }
}
.particle {
  transition: opacity 0.6s ease, background-color 0.6s ease;
}
#slide-3.fizz .particle {
  opacity: 0.6 !important;
  background: rgba(82,183,136,0.42) !important;
}

/* ============================================================
   PRODUCTS PAGE INTRO HOOK
============================================================ */
#products-intro {
  padding: clamp(24px, 3vw, 48px) clamp(20px, 3vw, 48px) 8px clamp(20px, 3vw, 48px);
  display: flex; flex-direction: column; gap: 8px;
}
.prod-intro-eyebrow {
  font-size: 9px; letter-spacing: 0.38em; text-transform: uppercase;
  color: rgba(82,183,136,0.6); font-family: 'Helvetica Neue', sans-serif;
  margin: 0;
}
.prod-intro-title {
  font-size: clamp(30px, 4.5vw, 62px); font-weight: 400; line-height: 1.08;
  letter-spacing: 0.01em; color: var(--green-dark); margin: 0;
  font-family: Georgia, 'Times New Roman', serif;
}
.prod-intro-title em {
  font-style: italic; color: var(--green-mid);
}
.prod-intro-sub {
  font-size: 14px; color: rgba(0,0,0,0.38); line-height: 1.6; margin: 0;
  max-width: 360px; font-family: 'Helvetica Neue', sans-serif;
}

/* ============================================================
   STACK HOOK (products page banner)
============================================================ */
#stack-hook {
  position: relative; overflow: hidden;
  margin: 18px 16px 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, #07130d 0%, #0c1f15 60%, #05080a 100%);
  border: 1px solid rgba(82,183,136,0.22);
  padding: clamp(28px, 3.5vw, 52px) 28px clamp(28px, 3.5vw, 52px) clamp(24px, 3vw, 48px);
  cursor: pointer;
  display: flex; align-items: center;
  min-height: clamp(160px, 22vh, 240px);
  transition: border-color 0.35s, transform 0.35s;
  box-shadow: 0 8px 40px rgba(0,0,0,0.45), inset 0 1px 0 rgba(82,183,136,0.1);
}
#stack-hook:hover { border-color: rgba(82,183,136,0.5); transform: translateY(-2px); }
#hook-canvas {
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none; opacity: 0.5;
}
.hook-content { position: relative; z-index: 1; max-width: 680px; }
.hook-eyebrow {
  font-size: 9px; letter-spacing: 0.38em; text-transform: uppercase;
  color: rgba(82,183,136,0.55); margin-bottom: 10px;
  font-family: 'Helvetica Neue', sans-serif;
}
.hook-title {
  font-size: clamp(18px, 2vw, 30px); font-weight: 900; line-height: 1.15;
  letter-spacing: -0.025em; color: #fff; margin-bottom: 14px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
.hook-title em { color: var(--g6); font-style: normal; }
.hook-cta {
  background: var(--g6); color: var(--bg);
  font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 10px 24px; border-radius: 100px; border: none; cursor: pointer;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  pointer-events: none;
  box-shadow: 0 4px 20px rgba(82,183,136,0.35);
  transition: transform 0.3s;
}
#stack-hook:hover .hook-cta { transform: scale(1.04); }

/* ============================================================
   MOPA HOOK (products page banner)
============================================================ */
#mopa-hook {
  position: relative; overflow: hidden;
  margin: 0 16px 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, #130f00 0%, #1a1500 55%, #05080a 100%);
  border: 1px solid rgba(245,200,66,0.22);
  padding: clamp(28px, 3.5vw, 52px) 28px clamp(28px, 3.5vw, 52px) clamp(24px, 3vw, 48px);
  cursor: pointer;
  display: flex; align-items: center;
  min-height: clamp(160px, 22vh, 240px);
  transition: border-color 0.35s, transform 0.35s;
  box-shadow: 0 8px 40px rgba(0,0,0,0.45), inset 0 1px 0 rgba(245,200,66,0.1);
}
#mopa-hook:hover { border-color: rgba(245,200,66,0.5); transform: translateY(-2px); }
#mopa-hook .hook-content { position: relative; z-index: 1; max-width: 680px; }
#mopa-hook .hook-eyebrow { color: rgba(245,200,66,0.55); }
#mopa-hook .hook-title em { color: #f5c842; }
#mopa-hook .hook-cta {
  background: #f5c842; color: #13100a;
  box-shadow: 0 4px 20px rgba(245,200,66,0.35);
}
#mopa-hook:hover .hook-cta { transform: scale(1.04); }
#mopa-hook-canvas {
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none; opacity: 0.65;
}

/* ============================================================
   MOPA PAGE (overlay)
============================================================ */
#mopa-page {
  position: fixed; inset: 0; z-index: 96;
  display: none; flex-direction: column;
  background: var(--bg);
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  transition: opacity 0.4s ease;
  opacity: 0;
}

/* Nav mopa */
#mopa-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 400;
  height: 56px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 52px;
  background: rgba(5,8,10,0.88);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
  opacity: 0; transition: opacity 0.4s ease 0.3s;
}
#mopa-page.shown #mopa-nav { opacity: 1; }
.mnav-back {
  display: flex; align-items: center; gap: 8px;
  cursor: pointer; background: none; border: none; padding: 6px 10px;
  color: rgba(245,200,66,0.6); font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  border-radius: 4px; transition: color 0.2s, background 0.2s;
}
.mnav-back:hover { color: #f5c842; background: rgba(245,200,66,0.07); }
.mnav-back svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; transition: transform 0.25s; }
.mnav-back:hover svg { transform: translateX(-3px); }
.mnav-logo { font-size: 14px; font-weight: 900; letter-spacing: 0.22em; color: #fff; font-family: 'Helvetica Neue', Arial, sans-serif; }
.mnav-logo em { color: #f5c842; font-style: normal; }
.mnav-pill {
  background: #f5c842; color: #13100a;
  font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 9px 24px; border-radius: 100px; border: none; cursor: pointer;
  box-shadow: 0 4px 20px rgba(245,200,66,0.3);
  transition: transform 0.2s, box-shadow 0.2s;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
.mnav-pill:hover { transform: scale(1.05); box-shadow: 0 6px 30px rgba(245,200,66,0.5); }

/* Flecha */
#mopa-arrow {
  position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%);
  z-index: 400; width: 48px; height: 48px;
  display: none; align-items: center; justify-content: center;
  border: 1.5px solid rgba(245,200,66,0.35); border-radius: 50%;
  background: rgba(5,8,10,0.7); backdrop-filter: blur(12px);
  cursor: pointer; transition: opacity 0.4s, border-color 0.3s, transform 0.2s;
  animation: bounce-arrow 2.4s ease-in-out infinite;
}
#mopa-arrow:hover {
  border-color: rgba(245,200,66,0.8);
  animation: none;
  transform: translateX(-50%) scale(1.1);
}
#mopa-arrow.hidden { opacity: 0; pointer-events: none; }
#mopa-arrow svg { width: 18px; height: 18px; stroke: #f5c842; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* Dots */
#mopa-dots {
  position: fixed; right: 20px; top: 50%; transform: translateY(-50%);
  z-index: 400; display: none; flex-direction: column; gap: 8px;
}
#mopa-dots .dot { background: rgba(255,255,255,0.15); }
#mopa-dots .dot.active { background: #f5c842; transform: scale(1.4); }

/* Steam canvas */
.steam-canvas {
  position: absolute; inset: 0; width: 100%; height: 100%;
  pointer-events: none; opacity: 0.70;
}

/* Mslide base */
.mslide {
  scroll-snap-align: start;
  min-height: 100vh;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 80px 52px 100px;
  position: relative; overflow: hidden;
  color: #fff;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

/* ── M1: El Problema ── */
.ms1::before {
  content: ''; position: absolute; top: -10%; left: 50%; transform: translateX(-50%);
  width: 760px; height: 760px; border-radius: 50%;
  background: radial-gradient(circle, rgba(80,60,0,0.16) 0%, transparent 65%);
  pointer-events: none;
}
/* Slide 1 — layout 2 columnas */
.ms1-layout {
  display: flex; align-items: center; justify-content: center;
  gap: 48px; width: 100%; max-width: 1100px;
  position: relative; z-index: 1;
}
.ms1-text {
  flex: 1; min-width: 0; display: flex; flex-direction: column;
  align-items: flex-start; max-width: 480px;
}
.ms1-img-wrap {
  flex: 0 0 420px; position: relative;
}
.ms1-product-img {
  width: 100%; border-radius: 24px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.7), 0 0 0 1px rgba(245,200,66,0.08);
  display: block;
}
@media (max-width: 860px) {
  .ms1-layout { flex-direction: column; gap: 28px; }
  .ms1-text { align-items: center; text-align: center; }
  .ms1-img-wrap { flex: none; width: 100%; max-width: 380px; }
  .ms1-locations { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 480px) {
  .ms1-locations { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .ms1-loc { padding: 10px 4px; }
  .ms1-loc-icon { font-size: 16px; }
  .ms1-loc-name { font-size: 8px; }
}
.ms1-eyebrow {
  font-size: 10px; letter-spacing: 0.38em; text-transform: uppercase;
  color: rgba(245,200,66,0.4); margin-bottom: 18px;
}
.ms1-title {
  font-size: clamp(30px, 4.5vw, 62px); font-weight: 900; line-height: 1.0;
  letter-spacing: -0.035em; margin: 0 0 18px;
}
.ms1-title em { color: #f5c842; font-style: normal; }
.ms1-truth {
  font-size: clamp(13px, 1.4vw, 15px); color: rgba(255,255,255,0.32);
  line-height: 1.7; margin-bottom: 28px; max-width: 420px;
}
.ms1-truth strong { color: rgba(255,255,255,0.75); }
.ms1-locations {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px;
  width: 100%; max-width: 420px;
}
.ms1-loc {
  background: rgba(245,200,66,0.04); border: 1px solid rgba(245,200,66,0.12);
  border-radius: 12px; padding: 13px 6px;
  display: flex; flex-direction: column; align-items: center; gap: 6px;
  transition: border-color 0.3s, background 0.3s;
}
.ms1-loc:hover { border-color: rgba(245,200,66,0.28); background: rgba(245,200,66,0.08); }
.ms1-loc-icon { font-size: 20px; line-height: 1; }
.ms1-loc-name {
  font-size: 9px; color: rgba(255,255,255,0.48); font-weight: 600;
  letter-spacing: 0.05em; text-transform: uppercase;
  font-family: 'Helvetica Neue', sans-serif;
}

/* ── M2: Comparación ── */
.ms2 { background: var(--bg2); }
.ms2-inner {
  max-width: 780px; width: 100%; text-align: center;
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 0;
}
.ms2-eyebrow {
  font-size: 10px; letter-spacing: 0.38em; text-transform: uppercase;
  color: rgba(245,200,66,0.4); margin-bottom: 20px;
}
.ms2-title {
  font-size: clamp(28px, 4.5vw, 58px); font-weight: 900; line-height: 1.0;
  letter-spacing: -0.03em; margin: 0 0 32px;
}
.ms2-title em { color: #f5c842; font-style: normal; }
.mopa-compare-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px;
  width: 100%; margin-bottom: 28px;
}
@media (max-width: 520px) { .mopa-compare-grid { grid-template-columns: 1fr; } }
.mopa-col {
  border-radius: 20px; padding: 20px 22px;
  display: flex; flex-direction: column; gap: 0; text-align: left;
}
.mopa-col--bad  { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.07); }
.mopa-col--good { background: rgba(100,78,0,0.14);    border: 1px solid rgba(245,200,66,0.2); }
.mopa-col-label {
  font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  margin-bottom: 14px; font-family: 'Helvetica Neue', sans-serif;
}
.mopa-col--bad  .mopa-col-label { color: rgba(255,255,255,0.28); }
.mopa-col--good .mopa-col-label { color: #f5c842; }
.mopa-col-row {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,0.04);
  font-size: clamp(12px, 1.4vw, 14px); font-family: 'Helvetica Neue', sans-serif;
}
.mopa-col-row:last-child { border-bottom: none; }
.mopa-col--bad  .mopa-col-row { color: rgba(255,255,255,0.32); }
.mopa-col--good .mopa-col-row { color: rgba(220,200,140,0.82); }
.ms2-tagline {
  font-size: clamp(18px, 2.5vw, 26px); font-weight: 900; letter-spacing: -0.01em;
  color: rgba(255,255,255,0.65);
}
.ms2-tagline em { color: #f5c842; font-style: normal; }

/* ── M3: Specs + Kit ── */
.ms3::before {
  content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 640px; height: 640px; border-radius: 50%;
  background: radial-gradient(circle, rgba(80,60,0,0.18) 0%, transparent 62%);
  pointer-events: none;
}
/* Slide 3 — layout 2 columnas (foto izquierda) */
.ms3-layout {
  display: flex; align-items: center; justify-content: center;
  gap: 52px; width: 100%; max-width: 1100px;
  position: relative; z-index: 1;
}
.ms3-img-wrap {
  flex: 0 0 380px;
}
.ms3-kit-img {
  width: 100%; border-radius: 20px;
  display: block;
  filter: contrast(1.08) saturate(1.1) brightness(1.04);
  box-shadow:
    0 0 0 1px rgba(245,200,66,0.12),
    0 12px 48px rgba(0,0,0,0.55),
    0 0 80px rgba(245,200,66,0.06);
  transition: transform 0.5s cubic-bezier(0.22,1,0.36,1), box-shadow 0.4s ease;
}
.ms3-img-wrap:hover .ms3-kit-img {
  transform: scale(1.03) translateY(-4px);
  box-shadow:
    0 0 0 1px rgba(245,200,66,0.22),
    0 20px 60px rgba(0,0,0,0.65),
    0 0 120px rgba(245,200,66,0.1);
}
.ms3-text {
  flex: 1; min-width: 0; display: flex; flex-direction: column;
  align-items: flex-start; max-width: 460px;
}
@media (max-width: 860px) {
  .ms3-layout { flex-direction: column-reverse; gap: 24px; }
  .ms3-text { align-items: center; text-align: center; }
  .ms3-img-wrap { flex: none; width: 100%; max-width: 340px; }
}
.ms3-eyebrow {
  font-size: 10px; letter-spacing: 0.38em; text-transform: uppercase;
  color: rgba(245,200,66,0.4); margin-bottom: 16px;
}
.ms3-title {
  font-size: clamp(26px, 3.8vw, 50px); font-weight: 900; line-height: 1.02;
  letter-spacing: -0.03em; margin: 0 0 28px;
}
.ms3-title em { color: #f5c842; font-style: normal; }
/* Big specs para slide 3 */
.mopa-big-specs {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;