/* ═══════════════════════════════════════════════════════════
   DRAGON — CSS específico: Sanación con Caballos
   Paleta tierra/marrón, sobreescribe tokens globales
   ═══════════════════════════════════════════════════════════ */

:root {
  --black:        #060402;
  --deep:         #0e0906;
  --surface:      #17100a;
  --card:         #201610;
  --border:       #3a2618;
  --text:         #f5ede0;
  --muted:        #a89070;
  --subtle:       #5a4030;
}

:root {
  --brown:        #6b3210;
  --brown-mid:    #9e5020;
  --brown-light:  #cb7833;
}

/* ─── HEARTBEAT tierra ─── */
@keyframes heartbeat {
  0%   { transform: scale(1);    box-shadow: 0 4px 30px rgba(107,50,16,0.45); }
  7%   { transform: scale(1.03); box-shadow: 0 6px 36px rgba(107,50,16,0.6); }
  14%  { transform: scale(1);    box-shadow: 0 4px 30px rgba(107,50,16,0.45); }
  21%  { transform: scale(1.02); box-shadow: 0 5px 32px rgba(107,50,16,0.52); }
  30%  { transform: scale(1);    box-shadow: 0 4px 30px rgba(107,50,16,0.45); }
  100% { transform: scale(1);    box-shadow: 0 4px 30px rgba(107,50,16,0.45); }
}

/* ─── BOTONES tierra ─── */
.btn-primary {
  background: linear-gradient(135deg, var(--brown) 0%, var(--brown-mid) 55%, var(--gold) 100%);
  box-shadow: 0 4px 30px rgba(107,50,16,0.5);
  animation: none;
}
.btn-primary:hover { box-shadow: 0 8px 40px rgba(107,50,16,0.7); }

/* ─── ORNAMENT / LABELS tierra ─── */
.ornament-icon { color: var(--brown-light); }
.section-label { color: var(--brown-light); }
.section-label::before { background: var(--brown-light); }

/* ─── HERO ─── */
#hero {
  min-height: 100dvh; display: flex; flex-direction: column;
  justify-content: center; align-items: center;
  text-align: center; position: relative;
  padding: 148px 24px 80px; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(0.45) saturate(0.85); }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(6,4,2,0.3) 0%, rgba(6,4,2,0.5) 55%, rgba(6,4,2,0.97) 100%); }
#hero > *:not(.hero-bg) { position: relative; z-index: 1; }

.hero-badge { display: inline-block; border: 1px solid var(--brown-light); color: var(--brown-light); font-family: 'Cinzel', serif; font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; padding: 6px 20px; border-radius: 2px; margin-bottom: 32px; animation: fadeDown 0.8s ease both; }
.hero-title { font-family: 'Cormorant SC', serif; font-weight: 700; font-size: clamp(1.6rem, 5vw, 4.5rem); letter-spacing: -0.02em; line-height: 1.1; text-transform: uppercase; margin-bottom: 8px; width: 65vw; background: linear-gradient(160deg, var(--gold-bright) 0%, var(--gold) 40%, var(--brown-light) 80%, var(--brown-mid) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: fadeDown 0.8s 0.15s ease both; }
.hero-subtitle { font-family: 'Cinzel', serif; font-size: clamp(0.75rem, 2vw, 1rem); letter-spacing: 0.35em; text-transform: uppercase; color: var(--muted); margin-bottom: 36px; animation: fadeDown 0.8s 0.25s ease both; }
.hero-quote { max-width: 700px; font-size: clamp(1rem, 2vw, 1.2rem); color: #e0d0c0; line-height: 1.85; font-style: italic; margin-bottom: 48px; animation: fadeDown 0.8s 0.35s ease both; }
.hero-quote strong { color: var(--gold-light); font-style: normal; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; animation: fadeDown 0.8s 0.45s ease both; }
.hero-scroll { position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; color: var(--subtle); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; font-family: 'Cinzel', serif; animation: fadeDown 1s 0.7s ease both; }
.hero-scroll svg { animation: bounce 2s infinite; }

/* ─── QUÉ ES ─── */
#que-es { background: var(--deep); }
.que-es-grid { display: grid; grid-template-columns: 2fr 3fr; gap: 56px; align-items: stretch; margin-top: 40px; }
.que-es-video { position: relative; border-radius: 12px; overflow: hidden; border: 1px solid var(--border); box-shadow: 0 20px 60px rgba(0,0,0,0.6); height: 100%; }
.que-es-video video { width: 100%; height: 100%; object-fit: cover; display: block; }

.espejo-callout { background: linear-gradient(135deg, rgba(107,50,16,0.2), rgba(158,80,32,0.08)); border: 1px solid rgba(203,120,51,0.35); border-radius: 12px; padding: 40px 44px; margin-top: 32px; position: relative; overflow: hidden; }
.espejo-callout::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(160,80,20,0.12), transparent 70%); pointer-events: none; }
.espejo-title { font-family: 'Cinzel', serif; font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 700; color: var(--gold-light); margin-bottom: 20px; line-height: 1.3; }
.espejo-text { font-size: clamp(0.95rem, 1.6vw, 1.1rem); color: #d8c8b8; line-height: 1.85; }
.espejo-text strong { color: var(--gold-light); }
.espejo-warning { margin-top: 24px; padding: 16px 20px; background: rgba(107,50,16,0.25); border-left: 3px solid var(--brown-light); border-radius: 0 6px 6px 0; font-size: 0.92rem; color: #c8b0a0; line-height: 1.7; font-style: italic; }
.espejo-warning strong { color: var(--brown-light); font-style: normal; }

/* ─── PARA QUIÉN ─── */
#para-quien { background: var(--black); }
.audience-card:hover { border-color: var(--brown-light); }
.audience-card::before { background: linear-gradient(90deg, var(--brown), var(--gold)); }
.audience-card-icon { width: 44px; height: 44px; margin-bottom: 14px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(182,160,111,0.25); border-radius: 6px; background: rgba(182,160,111,0.05); }
.audience-list li::before { color: var(--brown-light); }

/* ─── CTA STRIP tierra ─── */
.cta-strip .btn-primary { animation: none; }

/* ─── INCLUYE caballos (5 columnas) ─── */
#incluye { background: var(--deep); }
.includes-grid-caballos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; margin-top: 36px; }
.include-item-cab {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 10px; padding: 28px 20px; text-align: center;
  transition: border-color 0.3s, transform 0.3s;
  position: relative; overflow: hidden;
}
.include-item-cab::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--brown), var(--brown-light), var(--gold)); }
.include-item-cab:hover { border-color: var(--brown-light); transform: translateY(-4px); }
.include-item-cab .include-icon { border-color: rgba(203,120,51,0.3); background: rgba(203,120,51,0.06); }
.include-item-cab .include-title { color: var(--brown-light); }
.include-item-cab .include-desc { font-size: 0.82rem; color: var(--muted); line-height: 1.5; }

/* ─── TESTIMONIAL + PRECIO (grid 2 col) ─── */
.testi-precio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }

/* ─── PRECIO caballos ─── */
.price-card {
  background: var(--card); border: 1px solid var(--border);
  border-radius: 12px; padding: 52px 44px; text-align: center;
  position: relative; overflow: hidden;
}
.price-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--brown), var(--brown-light), var(--gold)); }
.price-label { font-family: 'Cinzel', serif; font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted); margin-bottom: 20px; }
.price-amount { font-family: 'Cinzel Decorative', serif; font-size: clamp(2.8rem, 6vw, 4.5rem); font-weight: 900; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1; margin-bottom: 10px; }
.price-currency { font-family: 'Cinzel', serif; font-size: 1rem; color: var(--muted); margin-bottom: 32px; }
.price-includes-list { list-style: none; text-align: left; margin-bottom: 36px; display: flex; flex-direction: column; gap: 10px; }
.price-includes-list li { display: flex; align-items: center; gap: 12px; font-size: 0.92rem; color: #c8b8a8; }
.check { width: 20px; height: 20px; flex-shrink: 0; background: linear-gradient(135deg, var(--brown), var(--gold)); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.65rem; color: white; font-weight: 700; }
.fechas-note { margin-top: 20px; padding: 14px 20px; background: rgba(203,120,51,0.08); border: 1px solid rgba(203,120,51,0.25); border-radius: 6px; font-size: 0.85rem; color: var(--gold-light); font-family: 'Cinzel', serif; letter-spacing: 0.05em; }

/* ─── INSCRIPCIÓN ─── */
.steps-row { margin: 36px 0 0; }
.step-num { font-family: 'Cinzel Decorative', serif; font-size: 2rem; font-weight: 900; background: linear-gradient(135deg, var(--gold-bright), var(--gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 12px; }

.comprobante-box { border-color: var(--border); }
.comprobante-btn {
  background: linear-gradient(135deg, var(--brown), var(--brown-mid), var(--gold));
  box-shadow: 0 4px 30px rgba(107,50,16,0.4);
}

/* ─── CTA FINAL ─── */
#cta-final::before {
  background:
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(107,50,16,0.4), transparent 70%),
    radial-gradient(ellipse 40% 30% at 50% 110%, rgba(160,80,20,0.2), transparent 60%);
}
.cta-final-title { background: linear-gradient(160deg, var(--gold-bright) 0%, var(--gold) 50%, var(--brown-light) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-size: clamp(2rem, 5vw, 3.8rem); margin-bottom: 20px; }
.cta-final-sub { max-width: 660px; margin: 0 auto 36px; font-size: clamp(1rem, 1.8vw, 1.15rem); color: #c8b8a8; line-height: 1.75; }
.cta-final-btn {
  display: inline-flex; align-items: center; gap: 12px;
  background: linear-gradient(135deg, var(--brown) 0%, var(--brown-mid) 50%, var(--gold) 100%);
  color: #fff; font-family: 'Cinzel', serif; font-weight: 700;
  font-size: 1rem; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 22px 56px; border: none; border-radius: 4px;
  cursor: pointer; text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
  box-shadow: 0 8px 50px rgba(107,50,16,0.55);
  animation: heartbeat 882ms ease-in-out infinite;
}
.cta-final-btn:hover { animation: none; transform: translateY(-3px); box-shadow: 0 14px 60px rgba(107,50,16,0.7); filter: brightness(1.1); }

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .includes-grid-caballos { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .que-es-grid { grid-template-columns: 1fr; gap: 32px; }
  .que-es-video { max-width: 360px; margin: 0 auto; height: auto; aspect-ratio: 9/16; }
  .testi-precio-grid { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 768px) {
  section { padding: 48px 0; }
  .includes-grid-caballos { grid-template-columns: repeat(2, 1fr); }
  .stats-strip { flex-direction: column; gap: 28px; }
  .stat-divider { width: 56px; height: 1px; margin: 0; }
  .hero-ctas { flex-direction: column; align-items: center; }
  .btn-primary, .btn-secondary { width: 100%; max-width: 320px; justify-content: center; }
  .espejo-callout { padding: 28px 24px; }
}
@media (max-width: 480px) {
  .includes-grid-caballos { grid-template-columns: 1fr; }
  .container { padding: 0 16px; }
}
