/* ═══════════════════════════════════════════
   VILSU LANDING V3 — SECCIONES
═══════════════════════════════════════════ */

/* ── headers compartidos ── */
.ident-header { text-align: center; margin-bottom: clamp(40px,5vw,60px); }

/* ═══════════════════════════════════════════
   CÓMO FUNCIONA EN 3 PASOS  (nueva — enganche curioso)
═══════════════════════════════════════════ */
#pasos { background: #0a0010; position: relative; }
#pasos::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(214,51,132,0.4), transparent); }
.pasos-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; position: relative; }
@media (max-width: 820px) { .pasos-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }

/* connecting dashed line on desktop */
.pasos-grid::before {
  content: ''; position: absolute; top: 46px; left: 16%; right: 16%; height: 2px;
  background: repeating-linear-gradient(90deg, rgba(255,215,0,0.35) 0 8px, transparent 8px 16px);
  z-index: 0;
}
@media (max-width: 820px) { .pasos-grid::before { display: none; } }

.paso-card {
  position: relative; z-index: 1;
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r); padding: 32px 26px 28px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s, background 0.35s;
}
.paso-card:hover { transform: translateY(-6px); border-color: rgba(255,215,0,0.35); box-shadow: 0 18px 48px rgba(45,10,61,0.5); background: rgba(255,255,255,0.05); }
.paso-num {
  width: 92px; height: 92px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Poppins', sans-serif; font-weight: 900; font-size: 38px; color: var(--white);
  background: linear-gradient(135deg, var(--purple), var(--pink));
  box-shadow: 0 10px 30px rgba(147,28,211,0.45), inset 0 2px 0 rgba(255,255,255,0.25);
  position: relative;
}
.paso-card:nth-child(2) .paso-num { background: linear-gradient(135deg, var(--pink), var(--orange)); box-shadow: 0 10px 30px rgba(214,51,132,0.45), inset 0 2px 0 rgba(255,255,255,0.25); }
.paso-card:nth-child(3) .paso-num { background: linear-gradient(135deg, var(--orange), var(--gold)); box-shadow: 0 10px 30px rgba(255,107,53,0.45), inset 0 2px 0 rgba(255,255,255,0.3); color: var(--deep); }
.paso-num .paso-ico { position: absolute; bottom: -6px; right: -6px; font-size: 26px; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4)); }
.paso-card h3 { font-family: 'Poppins', sans-serif; font-size: 19px; font-weight: 800; line-height: 1.25; }
.paso-card p { font-size: 14px; color: rgba(255,255,255,0.62); line-height: 1.65; }
.paso-tag { font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; color: var(--gold); background: rgba(255,215,0,0.1); border: 1px solid rgba(255,215,0,0.25); padding: 5px 12px; border-radius: 40px; }
.pasos-cta { text-align: center; margin-top: clamp(32px,4vw,44px); }

/* ═══════════════════════════════════════════
   IDENTIFICA / PERSONA
═══════════════════════════════════════════ */
#identifica { background: linear-gradient(180deg, #0a0010 0%, #120020 100%); position: relative; }
#identifica::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(214,51,132,0.4), transparent); }
.ident-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-bottom: 40px; }
@media (max-width: 800px) { .ident-grid { grid-template-columns: 1fr; } }
.ident-card {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--r); padding: 28px 24px; text-align: left; color: var(--white);
  display: flex; flex-direction: column; gap: 12px;
  transition: transform 0.3s, border-color 0.3s, background 0.3s, box-shadow 0.3s;
  position: relative; overflow: hidden;
}
.ident-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(147,28,211,0.1), rgba(214,51,132,0.05)); opacity: 0; transition: opacity 0.3s; }
.ident-card:hover, .ident-card.active { transform: translateY(-6px); border-color: rgba(255,215,0,0.4); background: rgba(255,255,255,0.05); box-shadow: 0 16px 48px rgba(45,10,61,0.5); }
.ident-card:hover::before, .ident-card.active::before { opacity: 1; }
.ident-card.active { border-color: var(--gold); box-shadow: 0 16px 48px rgba(255,215,0,0.2); }
.ic-emoji { font-size: 40px; }
.ident-card h3 { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 700; position: relative; }
.ident-card p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.6; flex: 1; position: relative; }
.ic-cta { color: var(--gold); font-weight: 700; font-size: 13px; letter-spacing: 0.5px; position: relative; }
.persona-response {
  background: rgba(255,215,0,0.06); border: 1px solid rgba(255,215,0,0.25);
  border-radius: var(--r); padding: 28px 32px;
  display: flex; flex-direction: column; align-items: flex-start; gap: 8px;
  transition: opacity 0.4s, transform 0.4s;
}
.pr-emoji { font-size: 32px; }
.persona-response h3 { font-family: 'Poppins', sans-serif; font-size: 19px; font-weight: 700; line-height: 1.3; }
.persona-response p { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.7; }

/* ═══════════════════════════════════════════
   QUIZ  (nueva — ¿qué postre vender primero?)
═══════════════════════════════════════════ */
#quiz { background: #0a0010; position: relative; }
.quiz-shell {
  max-width: 720px; margin: 0 auto;
  background: rgba(255,255,255,0.03); border: 1px solid rgba(147,28,211,0.25);
  border-radius: var(--r); padding: clamp(24px,3vw,40px);
  box-shadow: 0 20px 60px rgba(45,10,61,0.4); position: relative; overflow: hidden;
}
.quiz-progress { display: flex; gap: 6px; margin-bottom: 26px; }
.quiz-progress i { flex: 1; height: 5px; border-radius: 6px; background: rgba(255,255,255,0.1); overflow: hidden; }
.quiz-progress i.on { background: linear-gradient(90deg, var(--pink), var(--gold)); }
.quiz-step { display: none; animation: quiz-in 0.45s cubic-bezier(0.22,1,0.36,1); }
.quiz-step.active { display: block; }
@keyframes quiz-in { from { opacity: 0; transform: translateX(24px); } to { opacity: 1; transform: none; } }
.quiz-q { font-family: 'Poppins', sans-serif; font-size: clamp(19px,2.4vw,24px); font-weight: 800; line-height: 1.3; margin-bottom: 6px; text-align: center; }
.quiz-hint { text-align: center; font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 24px; }
.quiz-opts { display: grid; gap: 12px; }
.quiz-opt {
  display: flex; align-items: center; gap: 14px; text-align: left;
  background: rgba(255,255,255,0.04); border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: 14px; padding: 16px 18px; color: var(--white);
  font-size: 15px; font-weight: 600; transition: transform 0.2s, border-color 0.2s, background 0.2s;
}
.quiz-opt:hover { transform: translateX(4px); border-color: rgba(255,215,0,0.5); background: rgba(255,215,0,0.06); }
.quiz-opt .qo-emoji { font-size: 26px; flex-shrink: 0; }
.quiz-step-head { display:flex; align-items:center; justify-content:space-between; margin-bottom: 14px; font-size: 12px; color: rgba(255,255,255,0.4); font-weight:700; letter-spacing:1px; text-transform:uppercase; }
.quiz-back { background:none; border:none; color: rgba(255,255,255,0.5); font-size:13px; font-weight:600; display:inline-flex; align-items:center; gap:4px; }
.quiz-back:hover { color: var(--white); }

/* Result */
.quiz-result { display: none; text-align: center; animation: quiz-in 0.5s ease; }
.quiz-result.active { display: block; }
.qr-pre { font-size: 12px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; color: var(--pink-lt); }
.qr-name { font-family: 'Poppins', sans-serif; font-size: clamp(28px,4vw,42px); font-weight: 900; color: var(--gold); margin: 6px 0 4px; line-height: 1.05; }
.qr-emoji { font-size: 56px; margin: 8px 0; }
.qr-why { font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.7; max-width: 480px; margin: 0 auto 18px; }
.qr-stats { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; margin: 0 auto 24px; }
.qr-stat { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 12px 18px; min-width: 96px; }
.qr-stat b { display: block; font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 900; color: var(--green); line-height: 1; }
.qr-stat span { font-size: 11px; color: rgba(255,255,255,0.5); margin-top: 4px; display: block; }
.qr-note { font-size: 13px; color: rgba(255,255,255,0.55); margin-top: 14px; }
.quiz-restart { background: none; border: none; color: var(--pink-lt); font-size: 13px; font-weight: 700; margin-top: 16px; text-decoration: underline; }

/* ═══════════════════════════════════════════
   DOLOR
═══════════════════════════════════════════ */
#dolor { background: linear-gradient(180deg, #120020 0%, #0a0010 100%); }
.pain-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
@media (max-width: 900px) { .pain-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .pain-grid { grid-template-columns: 1fr; } }
.pain-flip { position: relative; perspective: 1000px; height: 220px; cursor: pointer; }
.pain-flip .pf-front, .pain-flip .pf-back {
  position: absolute; inset: 0; border-radius: var(--r); padding: 24px;
  backface-visibility: hidden; transition: transform 0.6s cubic-bezier(0.22,1,0.36,1);
  display: flex; flex-direction: column; gap: 10px;
}
.pain-flip .pf-front { background: rgba(214,51,132,0.06); border: 1px solid rgba(214,51,132,0.2); align-items: flex-start; justify-content: space-between; }
.pain-flip .pf-front .pf-icon { font-size: 32px; }
.pain-flip .pf-front h4 { font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 700; line-height: 1.3; color: rgba(255,255,255,0.9); }
.pain-flip .pf-front .pf-tap { font-size: 11px; color: var(--pink); font-weight: 700; letter-spacing: 0.5px; }
.pain-flip .pf-back { background: linear-gradient(135deg, rgba(34,197,94,0.12), rgba(34,197,94,0.04)); border: 1px solid rgba(34,197,94,0.3); transform: rotateY(180deg); align-items: flex-start; justify-content: center; }
.pain-flip .pf-back .pf-tag { display: inline-block; background: var(--green); color: #052e16; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; padding: 4px 10px; border-radius: 40px; }
.pain-flip .pf-back p { font-size: 14px; color: rgba(255,255,255,0.85); line-height: 1.6; }
.pain-flip .pf-back strong { color: var(--green); }
.pain-flip.flipped .pf-front { transform: rotateY(180deg); }
.pain-flip.flipped .pf-back { transform: rotateY(360deg); }

/* ═══════════════════════════════════════════
   MECANISMO (vs)
═══════════════════════════════════════════ */
#mecanismo { background: #0a0010; }
.vs-toggle-wrap { display: flex; justify-content: center; margin-bottom: 36px; }
.vs-toggle { position: relative; display: inline-flex; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 40px; padding: 4px; }
.vs-toggle button { background: none; border: none; color: rgba(255,255,255,0.5); font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 700; padding: 10px 20px; border-radius: 40px; position: relative; z-index: 1; transition: color 0.3s; white-space: nowrap; }
.vs-toggle button.active { color: var(--white); }
.vs-pill { position: absolute; top: 4px; bottom: 4px; left: 4px; width: calc(50% - 4px); background: linear-gradient(135deg, var(--purple), var(--pink)); border-radius: 40px; transition: transform 0.4s cubic-bezier(0.22,1,0.36,1); box-shadow: 0 4px 16px rgba(147,28,211,0.4); }
.vs-toggle.new .vs-pill { transform: translateX(100%); background: linear-gradient(135deg, var(--green), #16a34a); box-shadow: 0 4px 16px rgba(34,197,94,0.4); }
.vs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 800px) { .vs-grid { grid-template-columns: 1fr; } }
.vs-col { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--r); padding: 28px; transition: opacity 0.4s, transform 0.4s, border-color 0.4s; }
.vs-col.vs-old { border-color: rgba(239,68,68,0.2); }
.vs-col.vs-new { border-color: rgba(34,197,94,0.2); }
@media (max-width: 800px) {
  .vs-col { transition: opacity 0.3s, transform 0.3s; }
  .vs-grid.show-old .vs-new, .vs-grid.show-new .vs-old { opacity: 0.3; transform: scale(0.97); }
}
.vs-head { margin-bottom: 20px; }
.vs-pill-tag { display: inline-block; font-family: 'Poppins', sans-serif; font-size: 10px; font-weight: 800; letter-spacing: 1.5px; padding: 4px 10px; border-radius: 40px; margin-bottom: 10px; }
.vs-pill-tag.bad { background: rgba(239,68,68,0.15); color: var(--red); border: 1px solid rgba(239,68,68,0.3); }
.vs-pill-tag.good { background: rgba(34,197,94,0.15); color: var(--green); border: 1px solid rgba(34,197,94,0.3); }
.vs-col h3 { font-family: 'Poppins', sans-serif; font-size: 19px; font-weight: 700; line-height: 1.3; }
.vs-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 20px; }
.vs-list li { display: flex; gap: 12px; font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.75); }
.vs-list li strong { color: var(--white); }
.li-x { color: var(--red); font-weight: 900; flex-shrink: 0; font-size: 18px; line-height: 1.2; }
.li-c { width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0; background: var(--green); color: #052e16; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 900; }
.vs-bottom { padding: 14px 18px; border-radius: 12px; font-size: 13px; font-weight: 600; }
.vs-bottom.bad { background: rgba(239,68,68,0.08); border: 1px solid rgba(239,68,68,0.2); color: rgba(255,255,255,0.7); }
.vs-bottom.bad strong { color: var(--red); }
.vs-bottom.good { background: rgba(34,197,94,0.08); border: 1px solid rgba(34,197,94,0.2); color: rgba(255,255,255,0.85); }
.vs-bottom.good strong { color: var(--green); }

/* ═══════════════════════════════════════════
   ANTES / DESPUÉS  (nueva — vaso casero vs profesional)
═══════════════════════════════════════════ */
#transformacion { background: linear-gradient(180deg, #0a0010 0%, #120020 100%); }
.trans-wrap { max-width: 860px; margin: 0 auto; }
.trans-stage { display: grid; grid-template-columns: 280px 1fr; gap: clamp(24px,4vw,44px); align-items: center; }
@media (max-width: 760px) { .trans-stage { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; } }

/* The morphing cup (simple CSS shapes only) */
.cup-viz { position: relative; width: 100%; max-width: 260px; margin: 0 auto; aspect-ratio: 3/3.4; }
.cup-body {
  position: absolute; inset: 0 8% 0 8%;
  clip-path: polygon(12% 0, 88% 0, 80% 100%, 20% 100%);
  background: rgba(255,255,255,0.05);
  border: 2px solid rgba(255,255,255,0.28); border-top: none;
  overflow: hidden;
}
.cup-layers { position: absolute; inset: 0; display: flex; flex-direction: column-reverse; }
.cup-layers .cl { width: 100%; transition: height 0.5s cubic-bezier(0.22,1,0.36,1), opacity 0.4s; }
.cl-cream { background: linear-gradient(180deg, #fff6e6, #f3e2c4); }
.cl-fruit { background: linear-gradient(180deg, var(--gold), var(--orange)); }
.cl-choco { background: linear-gradient(180deg, #6b4226, #43271a); }
.cup-label {
  position: absolute; top: 42%; left: 50%; transform: translate(-50%,-50%) scale(0);
  width: 52%; aspect-ratio: 1; border-radius: 50%;
  background: rgba(255,255,255,0.95); color: var(--deep);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  font-family: 'Poppins', sans-serif; box-shadow: 0 6px 18px rgba(0,0,0,0.3);
  transition: transform 0.5s cubic-bezier(0.34,1.56,0.64,1); z-index: 3;
}
.cup-label b { font-size: 12px; font-weight: 900; letter-spacing: 0.5px; }
.cup-label span { font-size: 7px; letter-spacing: 1.5px; color: var(--pink); font-weight: 700; }
.cup-dome {
  position: absolute; top: -16%; left: 4%; right: 4%; height: 30%;
  border-radius: 50% 50% 0 0;
  border: 2px solid rgba(255,255,255,0.28); border-bottom: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.12), transparent);
  opacity: 0; transform: translateY(10px); transition: opacity 0.5s, transform 0.5s; z-index: 2;
}
.cup-topping { position: absolute; top: -3%; left: 50%; transform: translateX(-50%) scale(0); font-size: 30px; transition: transform 0.5s cubic-bezier(0.34,1.56,0.64,1); z-index: 4; }
.cup-viz.pro .cup-label { transform: translate(-50%,-50%) scale(1); }
.cup-viz.pro .cup-dome { opacity: 1; transform: translateY(0); }
.cup-viz.pro .cup-topping { transform: translateX(-50%) scale(1); }
.cup-viz.pro .cup-body { border-color: rgba(255,215,0,0.5); box-shadow: 0 20px 50px rgba(255,107,53,0.25); }
.cup-state-tag {
  position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%);
  font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase;
  padding: 5px 14px; border-radius: 40px; white-space: nowrap; transition: all 0.4s; z-index: 5;
}
.cup-viz:not(.pro) .cup-state-tag { background: rgba(239,68,68,0.15); color: #ff8080; border: 1px solid rgba(239,68,68,0.3); }
.cup-viz.pro .cup-state-tag { background: rgba(34,197,94,0.18); color: #4ade80; border: 1px solid rgba(34,197,94,0.4); }

/* Controls + stat morph */
.trans-panel { display: flex; flex-direction: column; gap: 20px; }
.trans-slider-row { display: flex; align-items: center; gap: 14px; }
.trans-slider-row span { font-size: 12px; font-weight: 800; letter-spacing: 0.5px; text-transform: uppercase; white-space: nowrap; }
.trans-slider-row span.s-casero { color: #ff8080; }
.trans-slider-row span.s-pro { color: #4ade80; }
.trans-slider { -webkit-appearance: none; appearance: none; flex: 1; height: 8px; border-radius: 8px; background: linear-gradient(90deg, var(--red), var(--gold), var(--green)); outline: none; }
.trans-slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 28px; height: 28px; border-radius: 50%; background: var(--white); border: 3px solid var(--purple); cursor: grab; box-shadow: 0 4px 16px rgba(0,0,0,0.4); transition: transform 0.15s; }
.trans-slider::-webkit-slider-thumb:hover { transform: scale(1.12); }
.trans-slider::-moz-range-thumb { width: 28px; height: 28px; border-radius: 50%; background: var(--white); border: 3px solid var(--purple); cursor: grab; }
.trans-stats { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.trans-stat { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; padding: 14px 12px; text-align: center; transition: border-color 0.4s, background 0.4s; }
.trans-stat b { display: block; font-family: 'Poppins', sans-serif; font-size: clamp(18px,2.4vw,24px); font-weight: 900; line-height: 1; font-variant-numeric: tabular-nums; transition: color 0.4s; }
.trans-stat span { font-size: 10.5px; color: rgba(255,255,255,0.5); margin-top: 6px; display: block; line-height: 1.3; }
.trans-caption {
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px; padding: 14px 16px; font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.8);
  transition: border-color 0.4s, background 0.4s;
}
.trans-caption strong { color: var(--gold); }
.trans-hint { text-align: center; font-size: 12px; color: rgba(255,255,255,0.4); margin-top: 4px; }
.trans-hint .drag { color: var(--gold); font-weight: 700; }

/* ═══════════════════════════════════════════
   PRODUCTO
═══════════════════════════════════════════ */
#producto { background: #0a0010; }
.ebook-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(32px,5vw,80px); align-items: center; }
@media (max-width: 800px) { .ebook-grid { grid-template-columns: 1fr; } }
.ebook-img-wrap { position: relative; display: flex; justify-content: center; }
.ebook-img-wrap .ebook-glow { position: absolute; width: 80%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(214,51,132,0.3) 0%, transparent 70%); animation: pulse-glow 5s ease-in-out infinite; }
.ebook-img-wrap img { width: 100%; max-width: 360px; filter: drop-shadow(0 24px 64px rgba(147,28,211,0.5)); position: relative; z-index: 1; }
.ebook-content h2 { margin-bottom: 16px; }
.ebook-content .subtitle { margin: 0 0 28px; }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.check-item { display: flex; align-items: flex-start; gap: 14px; font-size: 15px; line-height: 1.5; color: rgba(255,255,255,0.85); }
.ci-icon { width: 24px; height: 24px; border-radius: 50%; background: linear-gradient(135deg, var(--purple), var(--pink)); display: flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; margin-top: 1px; }

/* ═══════════════════════════════════════════
   STACK SLIDE
═══════════════════════════════════════════ */
#stack { background: linear-gradient(180deg, #120020 0%, #0a0010 100%); position: relative; overflow: hidden; }
#stack::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 20% 50%, rgba(255,215,0,0.05), transparent 50%), radial-gradient(circle at 80% 50%, rgba(147,28,211,0.06), transparent 50%); pointer-events: none; }
.stack-shell { position: relative; display: grid; grid-template-columns: 1fr 360px; gap: 32px; align-items: start; }
@media (max-width: 900px) { .stack-shell { grid-template-columns: 1fr; } }
.stack-list { display: flex; flex-direction: column; gap: 12px; }
.stack-item {
  display: grid; grid-template-columns: 70px 1fr auto; gap: 18px; align-items: center;
  background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px; padding: 16px 20px; opacity: 0; transform: translateX(-30px);
  transition: opacity 0.6s cubic-bezier(0.22,1,0.36,1), transform 0.6s cubic-bezier(0.22,1,0.36,1), border-color 0.3s, background 0.3s, box-shadow 0.3s;
}
.stack-item.in { opacity: 1; transform: translateX(0); animation: stack-pop 0.5s ease; }
@keyframes stack-pop { 0% { box-shadow: 0 0 0 0 rgba(255,215,0,0.3); } 50% { box-shadow: 0 0 0 8px rgba(255,215,0,0.15); border-color: var(--gold); background: rgba(255,215,0,0.05); } 100% { box-shadow: 0 0 0 0 rgba(255,215,0,0); } }
.stack-item:hover { border-color: rgba(255,215,0,0.3); background: rgba(255,255,255,0.05); }
.stack-item.new-bonus { background: linear-gradient(135deg, rgba(255,216,77,0.08), rgba(147,28,211,0.08)); border: 1px solid rgba(255,216,77,0.4); box-shadow: 0 0 24px rgba(147,28,211,0.15); position: relative; }
.stack-item.new-bonus::before { content: "✨ NUEVO"; position: absolute; top: -10px; right: 16px; background: linear-gradient(135deg, var(--gold), var(--purple)); color: #fff; font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 800; letter-spacing: 1.2px; padding: 4px 10px; border-radius: 40px; box-shadow: 0 4px 12px rgba(147,28,211,0.4); }
.of-stack li.bonus-new { background: linear-gradient(135deg, rgba(255,216,77,0.12), rgba(147,28,211,0.12)); border: 1px solid rgba(255,216,77,0.35); color: #fff; font-weight: 600; }
.si-img { width: 70px; aspect-ratio: 3/4; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,0.3); }
.si-img img { width: 100%; height: 100%; object-fit: cover; }
.si-content { display: flex; flex-direction: column; gap: 4px; }
.si-tag { font-family: 'Poppins', sans-serif; font-size: 9px; font-weight: 800; letter-spacing: 1.5px; padding: 3px 8px; border-radius: 40px; width: fit-content; }
.si-tag.main { background: rgba(214,51,132,0.18); color: var(--pink-lt); border: 1px solid rgba(214,51,132,0.4); }
.si-tag.bonus { background: rgba(255,215,0,0.12); color: var(--gold); border: 1px solid rgba(255,215,0,0.3); }
.si-content h4 { font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 700; line-height: 1.3; }
.si-content p { font-size: 12px; color: rgba(255,255,255,0.55); line-height: 1.5; }
.si-price { font-family: 'Poppins', sans-serif; font-size: 22px; font-weight: 900; color: var(--gold); white-space: nowrap; }
.stack-total { position: sticky; top: calc(var(--banner-h) + 24px); background: linear-gradient(135deg, rgba(255,215,0,0.1), rgba(255,107,53,0.1)); border: 1px solid rgba(255,215,0,0.3); border-radius: var(--r); padding: 24px; display: flex; flex-direction: column; gap: 16px; box-shadow: 0 16px 48px rgba(45,10,61,0.4); }
.st-row { display: flex; flex-direction: column; gap: 6px; }
.st-label { font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.st-num-wrap { display: flex; align-items: baseline; gap: 4px; }
.st-prefix { font-family: 'Poppins', sans-serif; font-size: 28px; font-weight: 900; color: var(--gold); }
.st-num { font-family: 'Poppins', sans-serif; font-size: clamp(48px,7vw,72px); font-weight: 900; color: var(--gold); line-height: 1; font-variant-numeric: tabular-nums; text-shadow: 0 0 30px rgba(255,215,0,0.4); transition: transform 0.2s; }
.st-num.bump { transform: scale(1.1); }
.st-divider { height: 1px; background: rgba(255,255,255,0.1); }
.st-now-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.st-now-label { font-size: 12px; color: rgba(255,255,255,0.5); margin-bottom: 4px; }
.st-now-price { font-family: 'Poppins', sans-serif; font-size: 36px; font-weight: 900; color: var(--orange); line-height: 1; }
.st-now-price small { font-size: 12px; color: rgba(255,255,255,0.5); font-weight: 600; }

/* ═══════════════════════════════════════════
   CALCULADORA  (mini demo más visual)
═══════════════════════════════════════════ */
#calc { background: #0a0010; }
.calc-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--r); padding: clamp(24px,3vw,40px); max-width: 980px; margin: 0 auto; box-shadow: 0 16px 48px rgba(45,10,61,0.3); }
.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px,4vw,48px); }
@media (max-width: 800px) { .calc-grid { grid-template-columns: 1fr; } }
.calc-inputs { display: flex; flex-direction: column; gap: 26px; }
.ci-label { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; font-size: 14px; color: rgba(255,255,255,0.8); font-weight: 500; }
.ci-val { font-family: 'Poppins', sans-serif; font-weight: 800; color: var(--gold); font-size: 18px; min-width: 50px; text-align: right; }
.slider { -webkit-appearance: none; appearance: none; width: 100%; height: 8px; border-radius: 8px; background: linear-gradient(90deg, var(--purple), var(--pink), var(--gold)); outline: none; }
.slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 24px; height: 24px; border-radius: 50%; background: var(--white); border: 3px solid var(--gold); cursor: grab; box-shadow: 0 4px 16px rgba(255,215,0,0.5), 0 0 0 8px rgba(255,215,0,0.1); transition: transform 0.15s; }
.slider::-webkit-slider-thumb:hover { transform: scale(1.15); }
.slider::-moz-range-thumb { width: 24px; height: 24px; border-radius: 50%; background: var(--white); border: 3px solid var(--gold); cursor: grab; box-shadow: 0 4px 16px rgba(255,215,0,0.5); }
.ci-marks { display: flex; justify-content: space-between; margin-top: 8px; font-size: 11px; color: rgba(255,255,255,0.35); }

/* visual output */
.calc-output { background: rgba(255,215,0,0.04); border: 1px solid rgba(255,215,0,0.15); border-radius: 16px; padding: 24px; display: flex; flex-direction: column; gap: 16px; }
.calc-viz { display: flex; align-items: flex-end; gap: 10px; height: 120px; padding: 6px 0 0; }
.cv-bar-group { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 8px; height: 100%; justify-content: flex-end; }
.cv-bar { width: 100%; max-width: 56px; border-radius: 8px 8px 0 0; transition: height 0.5s cubic-bezier(0.22,1,0.36,1); position: relative; min-height: 4px; }
.cv-bar.ingreso { background: linear-gradient(180deg, var(--purple), #6b0fb0); }
.cv-bar.costo { background: linear-gradient(180deg, rgba(239,68,68,0.7), rgba(239,68,68,0.4)); }
.cv-bar.ganancia { background: linear-gradient(180deg, var(--green), #16a34a); box-shadow: 0 0 18px rgba(34,197,94,0.4); }
.cv-bar b { position: absolute; top: -22px; left: 50%; transform: translateX(-50%); font-family: 'Poppins', sans-serif; font-size: 13px; font-weight: 800; white-space: nowrap; font-variant-numeric: tabular-nums; }
.cv-bar.ingreso b { color: var(--pink-lt); }
.cv-bar.costo b { color: #ff9999; }
.cv-bar.ganancia b { color: var(--green); }
.cv-bar-group span { font-size: 10px; color: rgba(255,255,255,0.5); letter-spacing: 0.5px; text-align: center; }
.co-row { display: flex; justify-content: space-between; align-items: baseline; }
.co-label { font-size: 13px; color: rgba(255,255,255,0.65); }
.co-num { font-family: 'Poppins', sans-serif; font-weight: 700; color: var(--white); font-size: 18px; font-variant-numeric: tabular-nums; transition: transform 0.2s; }
.co-row.big { padding-top: 14px; border-top: 1px dashed rgba(255,255,255,0.12); }
.co-row.big .co-num { font-size: 26px; }
.co-row.big .co-label { font-weight: 700; color: var(--white); font-size: 14px; }
.co-num.green { color: var(--green); }
.co-num.gold { color: var(--gold); font-size: 28px; }
.co-row.mensual { padding-top: 4px; }
.co-recoup { margin-top: 4px; padding: 12px 14px; background: rgba(255,107,53,0.1); border: 1px solid rgba(255,107,53,0.25); border-radius: 12px; display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.85); }
.co-recoup strong { color: var(--orange); font-weight: 800; }
.cr-icon { font-size: 18px; }

/* ═══════════════════════════════════════════
   PRUEBA SOCIAL
═══════════════════════════════════════════ */
#prueba { background: linear-gradient(180deg, #0a0010 0%, #120020 100%); }
.trust-stats { display: flex; align-items: center; justify-content: center; gap: clamp(16px,3vw,40px); margin-bottom: clamp(40px,6vw,64px); background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--r); padding: 24px; flex-wrap: wrap; }
.ts-item { text-align: center; }
.ts-num { font-family: 'Poppins', sans-serif; font-size: clamp(28px,4vw,40px); font-weight: 900; color: var(--gold); line-height: 1; font-variant-numeric: tabular-nums; }
.ts-label { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 6px; }
.ts-divider { width: 1px; height: 32px; background: rgba(255,255,255,0.1); }
@media (max-width: 600px) { .ts-divider { display: none; } }
.testimonios-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
@media (max-width: 800px) { .testimonios-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; } }
.testimonio-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 24px; overflow: hidden; transition: transform 0.35s, border-color 0.3s, box-shadow 0.35s; }
.testimonio-card:hover { transform: translateY(-6px); border-color: rgba(34,197,94,0.3); box-shadow: 0 20px 60px rgba(0,0,0,0.4); }
.testimonio-card img { width: 100%; display: block; border-radius: 20px; }

/* ═══════════════════════════════════════════
   OFERTA
═══════════════════════════════════════════ */
#oferta { background: #0a0010; }
.oferta-card { background: linear-gradient(135deg, rgba(255,215,0,0.06), rgba(255,107,53,0.04)); border: 1px solid rgba(255,215,0,0.2); border-radius: var(--r); padding: clamp(24px,3vw,40px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px,4vw,48px); align-items: center; box-shadow: 0 24px 64px rgba(45,10,61,0.4); }
@media (max-width: 800px) { .oferta-card { grid-template-columns: 1fr; } }
.of-stack h3 { font-family: 'Poppins', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 16px; }
.of-stack ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.of-stack li { display: flex; justify-content: space-between; align-items: center; font-size: 14px; color: rgba(255,255,255,0.75); padding: 10px 14px; background: rgba(255,255,255,0.03); border-radius: 10px; }
.of-stack .op { font-weight: 700; color: rgba(255,255,255,0.5); text-decoration: line-through; }
.of-total { background: rgba(255,215,0,0.08) !important; border: 1px solid rgba(255,215,0,0.25); margin-top: 6px; }
.of-total span:first-child { color: var(--gold) !important; font-weight: 800; font-size: 14px; letter-spacing: 0.5px; }
.op-total { font-family: 'Poppins', sans-serif; font-size: 22px !important; font-weight: 900 !important; color: var(--gold) !important; text-decoration: line-through !important; }
.of-price { display: flex; flex-direction: column; align-items: center; gap: 12px; text-align: center; }
.of-price-was { display: flex; flex-direction: column; align-items: center; gap: 4px; opacity: 0.5; }
.of-price-was span { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.5); }
.of-price-was strong { font-family: 'Poppins', sans-serif; font-size: 32px; font-weight: 900; color: rgba(255,255,255,0.6); text-decoration: line-through; }
.of-arrow-down { font-size: 24px; color: var(--orange); animation: arrow-down 1.5s ease-in-out infinite; }
@keyframes arrow-down { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }
.of-price-banner { display: inline-block; background: var(--orange); color: var(--white); font-family: 'Poppins', sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 1.5px; padding: 5px 12px; border-radius: 40px; box-shadow: 0 4px 20px rgba(255,107,53,0.4); }
.of-price-now { font-family: 'Poppins', sans-serif; font-size: clamp(72px,9vw,108px); font-weight: 900; color: var(--gold); line-height: 1; text-shadow: 0 0 60px rgba(255,215,0,0.5); }
.of-price-equiv { font-size: 13px; color: rgba(255,255,255,0.4); }
.of-savings { display: flex; align-items: center; gap: 8px; padding: 8px 16px; background: rgba(34,197,94,0.1); border: 1px solid rgba(34,197,94,0.3); border-radius: 40px; margin: 8px 0; flex-wrap: wrap; justify-content: center; }
.of-savings span { font-size: 13px; color: rgba(255,255,255,0.7); }
.of-savings strong { color: var(--green); font-family: 'Poppins', sans-serif; font-weight: 800; font-size: 16px; }
.pay-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px; font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 12px; }
.pay-strip .ps-label { color: rgba(255,255,255,0.6); margin-right: 4px; }
.pay-strip span { padding: 3px 8px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 6px; font-weight: 600; }

/* ═══════════════════════════════════════════
   GARANTÍA
═══════════════════════════════════════════ */
#garantia { background: linear-gradient(135deg, #0a1a0d 0%, #0a0010 100%); }
.garantia-card { display: grid; grid-template-columns: 200px 1fr; gap: clamp(24px,4vw,48px); align-items: center; max-width: 880px; margin: 0 auto; }
@media (max-width: 700px) { .garantia-card { grid-template-columns: 1fr; text-align: center; justify-items: center; } }
.garantia-badge-2 { position: relative; width: 180px; aspect-ratio: 1; }
.gb-inner { position: absolute; inset: 14px; border-radius: 50%; background: radial-gradient(circle, rgba(34,197,94,0.25) 0%, transparent 70%); border: 2px solid rgba(34,197,94,0.4); display: flex; flex-direction: column; align-items: center; justify-content: center; box-shadow: 0 0 60px rgba(34,197,94,0.3); }
.gb-days { font-family: 'Poppins', sans-serif; font-size: 64px; font-weight: 900; color: var(--green); line-height: 1; }
.gb-text { font-size: 9px; font-weight: 800; letter-spacing: 1.5px; color: rgba(255,255,255,0.6); text-align: center; line-height: 1.3; }
.gb-ring { position: absolute; inset: 0; animation: rotate-ring 30s linear infinite; }
@keyframes rotate-ring { to { transform: rotate(360deg); } }
.garantia-points { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.gp-item { display: flex; align-items: center; gap: 8px; background: rgba(34,197,94,0.08); border: 1px solid rgba(34,197,94,0.2); border-radius: 40px; padding: 6px 14px; font-size: 13px; color: rgba(255,255,255,0.85); }
.gp-item span { color: var(--green); font-weight: 800; }

/* ═══════════════════════════════════════════
   ESCASEZ DE CUPOS  (evergreen — reemplaza urgencia con fecha)
═══════════════════════════════════════════ */
#cupos { background: #0a0010; padding-bottom: clamp(60px,8vw,100px); }
.cupos-card { background: linear-gradient(135deg, rgba(255,107,53,0.1), rgba(214,51,132,0.06)); border: 2px solid rgba(255,107,53,0.3); border-radius: var(--r); padding: clamp(32px,4vw,48px); text-align: center; max-width: 720px; margin: 0 auto; box-shadow: 0 16px 48px rgba(255,107,53,0.15); position: relative; overflow: hidden; }
.cupos-card::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 0%, rgba(255,107,53,0.15), transparent 60%); pointer-events: none; }
.cupos-icon { font-size: 46px; margin-bottom: 12px; display: inline-block; animation: badge-bounce 3s ease-in-out infinite; }
.cupos-card h3 { font-family: 'Poppins', sans-serif; font-size: clamp(24px,3vw,32px); font-weight: 900; margin-bottom: 12px; position: relative; }
.cupos-card p { font-size: 15px; color: rgba(255,255,255,0.75); line-height: 1.7; max-width: 540px; margin: 0 auto 26px; position: relative; }
.cupos-card p strong { color: var(--orange); }
/* big spots gauge */
.cupos-gauge { max-width: 460px; margin: 0 auto 26px; position: relative; }
.cg-top { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 10px; }
.cg-remain { font-family: 'Poppins', sans-serif; font-weight: 900; line-height: 1; text-align: left; }
.cg-remain b { font-size: clamp(40px,7vw,56px); color: var(--orange); }
.cg-remain small { display: block; font-size: 12px; color: rgba(255,255,255,0.55); font-weight: 600; letter-spacing: 0.5px; margin-top: 2px; }
.cg-taken { text-align: right; font-size: 13px; color: rgba(255,255,255,0.6); font-weight: 600; }
.cg-taken b { color: var(--gold); font-family: 'Poppins', sans-serif; font-weight: 900; font-size: 18px; }
.cg-bar { height: 18px; border-radius: 12px; background: rgba(255,255,255,0.1); overflow: hidden; position: relative; }
.cg-bar i { position: absolute; left: 0; top: 0; bottom: 0; border-radius: 12px; background: linear-gradient(90deg, var(--orange), #ff3355); box-shadow: 0 0 14px rgba(255,107,53,0.5); transition: width 1.2s cubic-bezier(0.22,1,0.36,1); }
.cg-bar i::after { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, rgba(255,255,255,0.15) 0 8px, transparent 8px 16px); }
.cg-foot { display: flex; justify-content: space-between; margin-top: 8px; font-size: 11px; color: rgba(255,255,255,0.4); }

/* ═══════════════════════════════════════════
   FAQ
═══════════════════════════════════════════ */
#faq { background: linear-gradient(180deg, #0a0010 0%, #120020 100%); }
.faq-list { display: flex; flex-direction: column; gap: 10px; max-width: 780px; margin: 0 auto; }
.faq-item { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: 14px; overflow: hidden; transition: border-color 0.3s, background 0.3s; }
.faq-item.open { border-color: rgba(147,28,211,0.4); background: rgba(147,28,211,0.05); }
.faq-q { width: 100%; background: none; border: none; text-align: left; padding: 18px 22px; display: flex; justify-content: space-between; align-items: center; gap: 14px; font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600; color: rgba(255,255,255,0.85); transition: color 0.2s; }
.faq-q:hover, .faq-item.open .faq-q { color: var(--white); }
.faq-chevron { width: 28px; height: 28px; border-radius: 50%; background: rgba(147,28,211,0.12); border: 1px solid rgba(147,28,211,0.25); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 14px; font-weight: 700; color: var(--purple); transition: transform 0.35s, background 0.2s, color 0.2s; }
.faq-item.open .faq-chevron { transform: rotate(45deg); background: var(--purple); color: var(--white); border-color: var(--purple); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.45s cubic-bezier(0.22,1,0.36,1), padding 0.3s; padding: 0 22px; }
.faq-item.open .faq-a { max-height: 400px; padding: 0 22px 18px; }
.faq-a p { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.8; }

/* ═══════════════════════════════════════════
   CIERRE
═══════════════════════════════════════════ */
#cierre { background: radial-gradient(ellipse 120% 80% at 50% 100%, #4a0a72 0%, #1a0028 50%, #0a0010 100%); text-align: center; padding: clamp(80px,12vw,140px) 0; position: relative; overflow: hidden; }
#cierre::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 50% 50%, rgba(255,215,0,0.05) 0%, transparent 60%); }
#cierre .container { position: relative; z-index: 1; }
#cierre h2 { font-size: clamp(32px,5vw,60px); text-transform: uppercase; margin-bottom: 16px; }
.cierre-sub { font-size: clamp(15px,2vw,18px); color: rgba(255,255,255,0.7); max-width: 520px; margin: 0 auto 44px; line-height: 1.7; }
.ps-section { max-width: 720px; margin: 48px auto 0; padding: 24px 28px; background: rgba(255,255,255,0.04); border-left: 3px solid var(--gold); border-radius: 12px; text-align: left; }
.ps-section p { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.8; }
.ps-section strong { color: var(--gold); }

/* ── FOOTER ── */
footer { background: #050008; border-top: 1px solid rgba(255,255,255,0.06); padding: 40px 20px; text-align: center; }
.footer-brand { font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 700; color: rgba(255,255,255,0.7); margin-bottom: 12px; }
.footer-divider { width: 40px; height: 2px; background: var(--purple); margin: 16px auto; }
footer p { font-size: 11px; color: rgba(255,255,255,0.25); line-height: 2; max-width: 680px; margin: 0 auto; }
footer a { color: rgba(255,255,255,0.4); text-decoration: underline; }

/* ── STICKY MOBILE CTA ── */
.sticky-cta { position: fixed; bottom: 0; left: 0; right: 0; z-index: 200; background: rgba(13,0,21,0.95); backdrop-filter: blur(16px); border-top: 1px solid rgba(255,215,0,0.3); padding: 12px 16px; display: flex; align-items: center; justify-content: center; gap: 12px; transform: translateY(100%); opacity: 0; transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), opacity 0.4s; box-shadow: 0 -8px 32px rgba(0,0,0,0.4); }
.sticky-cta.visible { transform: translateY(0); opacity: 1; }
.sc-info { display:flex; flex-direction:column; line-height:1.1; }
.sc-info .sc-spots { font-size: 10px; color: var(--orange); font-weight: 800; letter-spacing:0.3px; }
.sc-info .sc-price { font-family:'Poppins',sans-serif; font-weight:900; font-size:15px; color: var(--white); }
.sc-info .sc-price s { color: rgba(255,255,255,0.4); font-weight:600; font-size:12px; margin-right:4px; }
.sc-btn { background: linear-gradient(135deg, var(--orange), #ff3355); color: var(--white); font-family: 'Poppins', sans-serif; font-size: 14px; font-weight: 800; letter-spacing: 0.3px; padding: 14px 24px; border-radius: 40px; box-shadow: 0 4px 20px rgba(255,107,53,0.5); white-space: nowrap; text-align: center; flex: 1; max-width: 320px; }
@media (min-width: 1101px) { .sticky-cta { display: none; } }

/* ── LIVE TOAST (sutil) ── */
.live-toast { position: fixed; bottom: 24px; left: 24px; z-index: 150; background: rgba(13,0,21,0.92); backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; padding: 12px 14px; display: flex; align-items: center; gap: 12px; max-width: 310px; transform: translateY(140%); opacity: 0; transition: transform 0.5s cubic-bezier(0.22,1,0.36,1), opacity 0.5s; box-shadow: 0 12px 40px rgba(0,0,0,0.5); }
.live-toast.visible { transform: translateY(0); opacity: 1; }
.lt-avatar { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--purple), var(--pink)); color: var(--white); font-weight: 900; font-size: 15px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.lt-content { flex: 1; min-width: 0; }
.lt-text { font-size: 13px; line-height: 1.35; color: rgba(255,255,255,0.85); }
.lt-text strong { color: var(--white); }
.lt-meta { font-size: 11px; color: rgba(255,255,255,0.45); margin-top: 2px; }
.lt-close { background: none; border: none; color: rgba(255,255,255,0.4); font-size: 18px; line-height: 1; flex-shrink: 0; padding: 2px; }
.lt-close:hover { color: var(--white); }
@media (max-width: 560px) { .live-toast { left: 12px; right: 12px; bottom: 84px; max-width: none; } body.has-sticky-cta .live-toast { bottom: 84px; } }

#confetti { position: fixed; inset: 0; pointer-events: none; z-index: 9000; }
