html { scroll-behavior: smooth; }

/* ════════════════════════════════════════════════════════
   PALETA CÁLIDA
   --primary    #FF6B35  coral cálido (acción)
   --secondary  #F7931E  naranja dorado
   --gold       #FFB627  amarillo cálido
   --cream      #FFF8F0  fondo crema
   --peach      #FFE8D6  durazno suave
   --warm       #3D2817  marrón cálido (texto)
   --dark       #2C1810  marrón oscuro
   ════════════════════════════════════════════════════════ */

body { background: #FFF8F0; color: #3D2817; }

/* ──────────────────────────────────────
   HERO
   ────────────────────────────────────── */
.hero-section {
  background: linear-gradient(135deg, #FFF8F0 0%, #FFE8D6 50%, #FFD3A5 100%);
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: -20%; right: -15%;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(255,107,53,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.hero-section::after {
  content: '';
  position: absolute;
  bottom: -30%; left: -15%;
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(255,182,39,0.15) 0%, transparent 70%);
  pointer-events: none;
}

.hero-headline { letter-spacing: -0.02em; }

.text-highlight {
  background: linear-gradient(135deg, #FF6B35, #F7931E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Trust badge */
.trust-badge {
  background: white;
  border: 2px solid #FFE8D6;
  color: #3D2817;
  box-shadow: 0 4px 15px rgba(255,107,53,0.12);
}

/* Hero specs chips */
.hero-chip {
  background: white;
  border: 2px solid #FFE8D6;
  box-shadow: 0 2px 10px rgba(255,107,53,0.08);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.hero-chip:hover { transform: translateY(-2px); border-color: #FF6B35; }

/* Price block */
.price-block {
  background: white;
  border: 2px solid #FFE8D6;
  box-shadow: 0 8px 30px rgba(255,107,53,0.12);
}

/* Trust pills */
.trust-pill {
  background: white;
  border: 1.5px solid #FFE8D6;
  color: #3D2817;
  padding: 6px 14px;
  border-radius: 9999px;
  font-weight: 700;
}

/* ──────────────────────────────────────
   ANTES / DESPUÉS — HERO
   ────────────────────────────────────── */
.ba-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
.ba-card:hover { transform: translateY(-5px); }

.ba-bg-before {
  background: linear-gradient(135deg, #4A3328 0%, #2C1810 100%);
}
.ba-bg-after {
  background: linear-gradient(135deg, #FF6B35 0%, #F7931E 50%, #FFB627 100%);
}

.ba-tag-before {
  background: rgba(0,0,0,0.7);
  color: white;
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
}
.ba-tag-after {
  background: white;
  color: #FF6B35;
  padding: 4px 12px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* ──────────────────────────────────────
   CTA PRINCIPAL — gradiente cálido
   ────────────────────────────────────── */
.cta-main {
  background: linear-gradient(135deg, #FF6B35 0%, #F7931E 50%, #FFB627 100%);
  display: inline-block;
  transition: filter 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
  animation: pulse-cta 2.4s ease-out infinite;
  box-shadow: 0 8px 25px rgba(255,107,53,0.4);
}
.cta-main:hover {
  filter: brightness(1.08);
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255,107,53,0.55);
}

@keyframes pulse-cta {
  0%,100% { box-shadow: 0 8px 25px rgba(255,107,53,0.4), 0 0 0 0 rgba(255,107,53,0.55); }
  60%     { box-shadow: 0 8px 25px rgba(255,107,53,0.4), 0 0 0 22px rgba(255,107,53,0); }
}
.pulse-cta { animation: pulse-cta 2.4s ease-out infinite; }

@keyframes dot-pulse {
  0%,100% { opacity: 1; transform: scale(1); }
  50%     { opacity: 0.4; transform: scale(1.3); }
}
.dot-pulse { animation: dot-pulse 1.6s ease-in-out infinite; }

/* ──────────────────────────────────────
   TICKER
   ────────────────────────────────────── */
.ticker-section {
  background: linear-gradient(90deg, #FF6B35 0%, #F7931E 50%, #FFB627 100%);
}
.ticker-wrap { overflow: hidden; }
.ticker-content {
  display: inline-block;
  animation: ticker 30s linear infinite;
  white-space: nowrap;
}
@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ──────────────────────────────────────
   QUICK BENEFITS — 3 razones
   ────────────────────────────────────── */
.quick-card {
  background: white;
  border: 2px solid #FFE8D6;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.quick-card:hover {
  transform: translateY(-6px);
  border-color: #FF6B35;
  box-shadow: 0 15px 40px rgba(255,107,53,0.18);
}
.quick-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFE8D6 0%, #FFB627 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 6px 18px rgba(255,107,53,0.2);
}

/* ──────────────────────────────────────
   PROBLEM SECTION — fondo visual
   ────────────────────────────────────── */
.problem-section {
  position: relative;
  background:
    linear-gradient(135deg, rgba(44,24,16,0.85) 0%, rgba(255,107,53,0.7) 100%),
    radial-gradient(circle at 30% 20%, #5D3A1F 0%, #2C1810 60%);
  overflow: hidden;
}
.problem-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,182,39,0.15) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(255,107,53,0.2) 0%, transparent 50%);
  pointer-events: none;
}
.problem-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(44,24,16,0.4) 100%);
  pointer-events: none;
}

.problem-card {
  background: white;
  border: 2px solid white;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.problem-card:hover {
  transform: translateX(6px);
  border-color: #FF6B35;
}
.problem-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FFE8D6, #FFB627);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.solution-preview {
  background: linear-gradient(135deg, white 0%, #FFF8F0 100%);
  border: 3px solid #FFB627;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

/* Safety section — 7 numbered cards */
.safety-card {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.safety-card:hover {
  transform: translateX(6px);
  border-color: #FF6B35;
  box-shadow: 0 14px 35px rgba(255,107,53,0.18);
}
.safety-num {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #FF6B35 0%, #FFB627 100%);
  color: white;
  font-weight: 800;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(255,107,53,0.35);
}

/* ──────────────────────────────────────
   PRODUCT SECTION
   ────────────────────────────────────── */
.product-showcase {
  background: white;
  border: 3px solid #FFE8D6;
}
.product-spec-mini {
  background: #FFF8F0;
  border-radius: 12px;
  padding: 10px;
  text-align: center;
}

.spec-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: white;
  padding: 16px 18px;
  border-radius: 16px;
  border: 2px solid #FFE8D6;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.spec-row:hover {
  border-color: #FF6B35;
  transform: translateX(4px);
}
.spec-row-highlight {
  background: linear-gradient(135deg, #FFF8F0 0%, #FFE8D6 100%);
  border-color: #FFB627;
}
.spec-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #FFE8D6, #FFB627);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}

/* ──────────────────────────────────────
   WHATSAPP CHATS
   ────────────────────────────────────── */
.wa-chat {
  background: #ECE5DD;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,0.4) 0%, transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(255,255,255,0.3) 0%, transparent 30%);
  transition: transform 0.25s ease;
}
.wa-chat:hover { transform: translateY(-5px); }

.wa-header {
  background: white;
  margin: -16px -16px 0 -16px;
  padding: 16px;
  border-radius: 24px 24px 0 0;
}
.wa-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 900;
  font-size: 13px;
}
.wa-bubble {
  background: white;
  padding: 10px 14px;
  border-radius: 8px 18px 18px 18px;
  font-size: 13px;
  line-height: 1.4;
  color: #3D2817;
  box-shadow: 0 1px 2px rgba(0,0,0,0.08);
  max-width: 95%;
}
.wa-bubble-them { align-self: flex-start; }

/* ──────────────────────────────────────
   COMPARISON TABLE
   ────────────────────────────────────── */
.comparison-table {
  background: white;
  border: 3px solid #FFB627;
}
.comp-head {
  padding: 20px 14px;
  border-bottom: 3px solid #FFE8D6;
}
.comp-head-empty { background: #FFF8F0; }
.comp-head-other { background: #F5F1EC; }
.comp-head-us {
  background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
  position: relative;
}
.comp-head-us::after {
  content: '⭐ MEJOR';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFB627;
  color: #2C1810;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.comp-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-bottom: 1px solid #FFE8D6;
}
.comp-row:last-child { border-bottom: none; }

.comp-label {
  padding: 16px 14px;
  font-weight: 700;
  color: #3D2817;
  background: #FFF8F0;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.comp-cell {
  padding: 16px 14px;
  text-align: center;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comp-cell-other {
  color: #8B6F5C;
  background: #F5F1EC;
}
.comp-cell-us {
  background: linear-gradient(135deg, rgba(255,107,53,0.08) 0%, rgba(255,182,39,0.08) 100%);
  color: #2C1810;
  font-weight: 700;
  border-left: 3px solid #FF6B35;
  border-right: 3px solid #FF6B35;
}

/* ──────────────────────────────────────
   ANTES vs DESPUÉS — Lista
   ────────────────────────────────────── */
.ba-block { transition: transform 0.3s ease; }
.ba-block:hover { transform: translateY(-5px); }

.ba-block-before {
  background: white;
  border: 3px solid #E5D5C8;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}
.ba-block-after {
  background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
  border: 3px solid #FFB627;
  box-shadow: 0 15px 40px rgba(255,107,53,0.35);
  color: white;
}
.ba-block-after .ba-item-good { color: white; }

.ba-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
}
.ba-item-bad { color: #8B6F5C; }

.ba-x, .ba-check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 900;
  font-size: 14px;
  margin-top: 1px;
}
.ba-x {
  background: #FFE5E5;
  color: #C53030;
}
.ba-check {
  background: white;
  color: #FF6B35;
}

/* ──────────────────────────────────────
   TESTIMONIALS
   ────────────────────────────────────── */
.testimonial-card {
  border: 2px solid #FFE8D6;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.testimonial-card:hover {
  border-color: #FF6B35;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255,107,53,0.18);
}
.testimonial-featured {
  border-color: #FFB627 !important;
  box-shadow: 0 10px 40px rgba(255,182,39,0.25) !important;
  transform: translateY(-3px);
}
.avatar-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 900;
  font-size: 13px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* ──────────────────────────────────────
   CTA FINAL
   ────────────────────────────────────── */
.cta-final-section {
  background: linear-gradient(135deg, #2C1810 0%, #5D3A1F 50%, #3D2817 100%);
  position: relative;
  overflow: hidden;
}
.cta-final-section::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(255,107,53,0.2) 0%, transparent 60%);
  pointer-events: none;
}
.cd-block {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,182,39,0.35);
  text-align: center;
  backdrop-filter: blur(10px);
}

/* ──────────────────────────────────────
   FAQ
   ────────────────────────────────────── */
.faq-item {
  background: white;
  border: 2px solid #FFE8D6;
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.faq-item:hover, .faq-item[open] {
  border-color: #FF6B35;
  box-shadow: 0 8px 25px rgba(255,107,53,0.1);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary { list-style: none; }
.faq-item[open] summary { color: #FF6B35; }
.faq-arrow { transition: transform 0.2s ease; display: inline-block; }
.faq-item[open] .faq-arrow { transform: rotate(180deg); }

/* ──────────────────────────────────────
   GARANTÍA
   ────────────────────────────────────── */
.warranty-badge {
  background: white;
  border: 4px solid white;
  position: relative;
}
.warranty-seal {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(255,107,53,0.4);
  border: 4px solid white;
}
.warranty-mini {
  background: #FFF8F0;
  border: 2px solid #FFE8D6;
  border-radius: 12px;
  padding: 12px 8px;
  text-align: center;
}

/* ──────────────────────────────────────
   STICKY HEADER
   ────────────────────────────────────── */
.sticky-header {
  transform: translateY(-100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  background: linear-gradient(135deg, #2C1810 0%, #5D3A1F 100%);
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}
.sticky-header.visible { transform: translateY(0); }

/* ──────────────────────────────────────
   WHATSAPP FLOAT
   ────────────────────────────────────── */
.wa-float {
  position: fixed;
  bottom: 1.75rem;
  right: 1.5rem;
  z-index: 40;
  transition: transform 0.2s ease;
  text-decoration: none;
}
.wa-float:hover { transform: scale(1.1); }

/* ──────────────────────────────────────
   MODAL
   ────────────────────────────────────── */
@keyframes modal-in {
  from { opacity: 0; transform: translateY(36px) scale(0.96); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.animate-modal { animation: modal-in 0.3s cubic-bezier(0.34,1.56,0.64,1) both; }

/* Spinner */
@keyframes spin { to { transform: rotate(360deg); } }
.animate-spin { animation: spin 0.75s linear infinite; }

/* ──────────────────────────────────────
   FADE IN ON SCROLL
   ────────────────────────────────────── */
.fade-in {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ──────────────────────────────────────
   SHOWCASE 3D — Vista 360° pseudo-3D
   ────────────────────────────────────── */
.showcase-3d-section {
  background: linear-gradient(180deg, #FFF8F0 0%, #FFE8D6 100%);
  position: relative;
  overflow: hidden;
}
.showcase-3d-section::before {
  content: '';
  position: absolute;
  top: -10%; left: -10%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(255,182,39,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.showcase-3d-section::after {
  content: '';
  position: absolute;
  bottom: -10%; right: -10%;
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(255,107,53,0.18) 0%, transparent 70%);
  pointer-events: none;
}
.showcase-3d-tag {
  display: inline-block;
  background: linear-gradient(135deg, #FF6B35, #F7931E);
  color: white;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(255,107,53,0.35);
}
.showcase-3d-stage {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: 480px;
  margin: 0 auto;
  perspective: 1200px;
  perspective-origin: 50% 40%;
}
.showcase-3d-halo {
  position: absolute;
  top: 50%; left: 50%;
  width: 380px; height: 380px;
  border-radius: 50%;
  background: conic-gradient(from 0deg,
    rgba(255,182,39,0.55), rgba(255,107,53,0.15),
    rgba(255,182,39,0.55), rgba(255,107,53,0.15),
    rgba(255,182,39,0.55));
  filter: blur(40px);
  transform: translate(-50%, -50%);
  animation: halo-spin 10s linear infinite;
  z-index: 0;
}
@keyframes halo-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.showcase-3d-pedestal {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px; height: 40px;
  background: radial-gradient(ellipse, rgba(255,107,53,0.45) 0%, rgba(255,107,53,0) 70%);
  filter: blur(8px);
  z-index: 1;
}
.showcase-3d-shadow {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px; height: 28px;
  background: radial-gradient(ellipse, rgba(44,24,16,0.5) 0%, rgba(44,24,16,0) 70%);
  filter: blur(6px);
  animation: shadow-pulse 4s ease-in-out infinite;
  z-index: 1;
}
@keyframes shadow-pulse {
  0%, 100% { width: 260px; opacity: 0.55; }
  50%      { width: 210px; opacity: 0.35; }
}
.showcase-3d-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  animation: pot-swing 7s ease-in-out infinite, pot-float 4s ease-in-out infinite;
  z-index: 2;
}
.showcase-3d-img {
  width: 88%;
  max-width: 420px;
  object-fit: contain;
  filter: drop-shadow(0 30px 35px rgba(44,24,16,0.4))
          drop-shadow(0 0 25px rgba(255,107,53,0.25));
  transform-style: preserve-3d;
}
@keyframes pot-swing {
  0%   { transform: rotateY(-25deg) rotateX(3deg); }
  50%  { transform: rotateY(25deg)  rotateX(3deg); }
  100% { transform: rotateY(-25deg) rotateX(3deg); }
}
@keyframes pot-float {
  0%, 100% { translate: 0 0; }
  50%      { translate: 0 -16px; }
}
.showcase-3d-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 88%; max-width: 420px;
  height: 70%;
  background: linear-gradient(105deg,
    transparent 30%,
    rgba(255,255,255,0.40) 50%,
    transparent 70%);
  mix-blend-mode: screen;
  pointer-events: none;
  animation: shine-sweep 7s ease-in-out infinite;
  z-index: 3;
  border-radius: 50%;
}
@keyframes shine-sweep {
  0%, 100% { opacity: 0; transform: translateX(-35%); }
  40%      { opacity: 0.7; }
  60%      { opacity: 0.7; }
  80%      { opacity: 0; transform: translateX(35%); }
}
.showcase-3d-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 24px;
}
.showcase-chip {
  background: white;
  border: 2px solid #FFE8D6;
  color: #3D2817;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  box-shadow: 0 4px 12px rgba(255,107,53,0.10);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.showcase-chip:hover {
  transform: translateY(-2px);
  border-color: #FF6B35;
}

@media (prefers-reduced-motion: reduce) {
  .showcase-3d-wrap,
  .showcase-3d-halo,
  .showcase-3d-shadow,
  .showcase-3d-wrap::after { animation: none; }
}

@media (max-width: 640px) {
  .showcase-3d-stage { height: 380px; max-width: 340px; }
  .showcase-3d-img { max-width: 300px; }
  .showcase-3d-halo { width: 280px; height: 280px; }
  .showcase-3d-pedestal { width: 220px; bottom: 40px; }
  .showcase-3d-shadow { width: 200px; bottom: 20px; }
}

/* ──────────────────────────────────────
   RESPONSIVE TWEAKS
   ────────────────────────────────────── */
@media (max-width: 768px) {
  .hero-headline { font-size: 2rem; line-height: 1.1; }
  .comp-label, .comp-cell { padding: 12px 8px; font-size: 12px; }
  .comp-head { padding: 14px 8px; }
  .ba-item { font-size: 14px; }
}
