/* ═══════════════════════════════════════════════════════════
   DRAGON — CSS específico: Taller de Manifestación
   Paleta teal/verde, sobreescribe tokens globales
   ═══════════════════════════════════════════════════════════ */

:root {
  --black:        #040d0a;
  --deep:         #071310;
  --surface:      #0c1d18;
  --card:         #112620;
  --border:       #1c3d30;
  --text:         #e6f5ef;
  --muted:        #7aafa0;
  --subtle:       #2a5a48;
}

:root {
  --teal:         #0b6b52;
  --teal-mid:     #189e7c;
  --teal-light:   #2dd4a0;
}

/* ─── PULSE ANIMATION (teal) ─── */
@keyframes pulse {
  0%   { transform: scale(1);    box-shadow: 0 4px 30px rgba(24,158,124,0.4); }
  7%   { transform: scale(1.03); box-shadow: 0 6px 36px rgba(24,158,124,0.6); }
  14%  { transform: scale(1);    box-shadow: 0 4px 30px rgba(24,158,124,0.4); }
  21%  { transform: scale(1.02); box-shadow: 0 5px 32px rgba(24,158,124,0.5); }
  30%  { transform: scale(1);    box-shadow: 0 4px 30px rgba(24,158,124,0.4); }
  100% { transform: scale(1);    box-shadow: 0 4px 30px rgba(24,158,124,0.4); }
}

/* ─── BOTÓN primario teal ─── */
.btn-primary {
  background: linear-gradient(135deg, var(--teal) 0%, var(--teal-mid) 50%, var(--teal-light) 100%);
  box-shadow: 0 4px 30px rgba(24,158,124,0.4);
  animation: pulse 2400ms ease-in-out infinite;
}
.btn-primary:hover {
  animation: none;
  box-shadow: 0 8px 40px rgba(24,158,124,0.7);
}

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

/* ─── HERO (video bg) ─── */
#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-video-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-video-bg video { width: 100%; height: 100%; object-fit: cover; display: block; filter: brightness(0.35) saturate(0.7); }
.hero-video-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(4,13,10,0.4) 0%, rgba(4,13,10,0.55) 50%, rgba(4,13,10,0.97) 100%); }
#hero > *:not(.hero-video-bg) { position: relative; z-index: 1; }
.hero-badge { display: inline-block; border: 1px solid var(--teal-light); color: var(--teal-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) 35%, var(--teal-light) 75%, var(--teal-mid) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: fadeDown 0.8s 0.2s 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: 740px; font-size: clamp(1rem, 2vw, 1.25rem); color: #c8e0d8; line-height: 1.8; font-style: italic; margin-bottom: 48px; animation: fadeDown 0.8s 0.38s 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.48s 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; z-index: 1; }
.hero-scroll svg { animation: bounce 2s infinite; }

/* ─── QUÉ ES ─── */
#que-es { background: var(--deep); }
.que-es-grid { display: grid; grid-template-columns: 3fr 7fr; gap: 56px; align-items: center; margin-top: 32px; }
.que-es-image { position: relative; border-radius: 8px; overflow: hidden; aspect-ratio: 9/16; max-height: 600px; border: 1px solid rgba(24,158,124,0.3); }
.que-es-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.quote-block { border-left-color: var(--teal-mid); background: linear-gradient(135deg, rgba(11,107,82,0.07), transparent); }
.quote-block p { color: #c8e0d8; }

.benefit-box {
  max-width: 860px; margin: 24px auto 0;
  background: linear-gradient(135deg, rgba(11,107,82,0.15), rgba(182,160,111,0.08));
  border: 1px solid var(--teal-mid); border-radius: 12px; padding: 32px 40px;
  text-align: center; position: relative; overflow: hidden;
}
.benefit-box::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(11,107,82,0.2), transparent 70%); pointer-events: none; }
.benefit-quote { color: #c8e0d8; }

/* ─── PARA QUIÉN ─── */
#para-quien { background: var(--black); }
.audience-grid { grid-template-columns: repeat(3, 1fr); }
.audience-card:hover { border-color: var(--teal-light); }
.audience-card::before { background: linear-gradient(90deg, var(--teal), 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-card-title { font-family: 'Cinzel', serif; font-size: 1rem; color: var(--gold-light); margin-bottom: 16px; letter-spacing: 0.05em; }
.audience-list li { color: #a8c8be; }
.audience-list li::before { color: var(--teal-light); }

/* ─── INCLUYE ─── */
#incluye { background: var(--deep); }
.include-item:hover { border-color: var(--teal-light); background: rgba(11,107,82,0.05); }

/* ─── CTA STRIP ─── */
.cta-strip p { color: #a8c8be; }

/* ─── PRECIOS ─── */
#precio { background: var(--black); text-align: center; }
.precio-tabs { display: flex; justify-content: center; gap: 0; margin: 32px auto 36px; max-width: 400px; border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.precio-tab { flex: 1; padding: 12px 20px; font-family: 'Cinzel', serif; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase; background: transparent; color: var(--muted); border: none; cursor: pointer; transition: background 0.2s, color 0.2s; }
.precio-tab.active { background: var(--teal); color: #fff; }
.precio-tab:not(.active):hover { background: rgba(11,107,82,0.15); color: var(--text); }
.precio-panel { display: none; }
.precio-panel.active { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; }
.price-card { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 40px 36px; position: relative; overflow: hidden; transition: border-color 0.3s, transform 0.3s; width: 100%; max-width: 420px; text-align: center; }
.price-card:hover { border-color: var(--teal-mid); transform: translateY(-4px); }
.price-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--teal), var(--gold)); }
.price-card-label { font-family: 'Cinzel', serif; font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.price-card-type { font-family: 'Cinzel', serif; font-size: 1.1rem; color: var(--text); margin-bottom: 20px; }
.price-amount { font-family: 'Cinzel Decorative', serif; font-size: clamp(2rem, 4vw, 3rem); 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: 6px; }
.price-currency { font-family: 'Cinzel', serif; font-size: 0.9rem; color: var(--muted); margin-bottom: 28px; }
.price-note { font-size: 0.82rem; color: var(--muted); line-height: 1.5; padding-top: 16px; border-top: 1px solid var(--border); }
.price-badge { display: inline-block; background: rgba(11,107,82,0.2); border: 1px solid var(--teal-mid); color: var(--teal-light); font-size: 0.75rem; font-family: 'Cinzel', serif; letter-spacing: 0.1em; padding: 4px 12px; border-radius: 3px; margin-bottom: 16px; }

/* ─── FECHAS ─── */
#fechas { background: var(--deep); }
.dates-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; max-width: 960px; margin-left: auto; margin-right: auto; }
.date-card { background: var(--card); border: 1px solid var(--border); border-radius: 8px; padding: 32px 28px; position: relative; overflow: hidden; transition: border-color 0.3s ease; }
.date-card:not(.sold-out):hover { border-color: var(--teal-light); }
.date-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--teal), var(--gold)); }
.date-card.sold-out { opacity: 0.5; }
.date-card-label { font-family: 'Cinzel', serif; font-size: 10px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--teal-light); margin-bottom: 12px; }
.date-card-dates { font-family: 'Cinzel', serif; font-size: 1.15rem; color: var(--gold-light); font-weight: 600; margin-bottom: 8px; }
.date-card-month { font-size: 0.85rem; color: var(--muted); margin-bottom: 20px; }
.sold-out-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(60,50,60,0.3); border: 1px solid var(--subtle); color: var(--subtle); font-size: 0.78rem; font-family: 'Cinzel', serif; letter-spacing: 0.1em; padding: 5px 14px; border-radius: 4px; }
.available-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(11,107,82,0.2); border: 1px solid rgba(24,158,124,0.5); color: var(--teal-light); font-size: 0.78rem; font-family: 'Cinzel', serif; letter-spacing: 0.08em; padding: 5px 14px; border-radius: 4px; }
.coming-soon-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(182,160,111,0.12); border: 1px solid rgba(182,160,111,0.4); color: var(--gold-light); font-size: 0.78rem; font-family: 'Cinzel', serif; letter-spacing: 0.08em; padding: 5px 14px; border-radius: 4px; }
.date-card.coming-soon::before { background: linear-gradient(90deg, var(--gold), var(--gold-light)); }
.date-card.coming-soon .date-card-label { color: var(--gold); }

/* ─── INSCRIPCIÓN ─── */
#inscripcion { background: var(--black); }
.steps-row { background: var(--surface); border: 1px solid var(--border); border-radius: 12px; overflow: hidden; margin-top: 36px; margin-bottom: 48px; }
.step { padding: 28px 24px; }
.step-num { width: 36px; height: 36px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--teal-mid)); display: flex; align-items: center; justify-content: center; font-family: 'Cinzel', serif; font-size: 0.9rem; font-weight: 700; color: #fff; margin: 0 auto 12px; }
.step-title { color: var(--gold-light); }

.payment-grid { grid-template-columns: repeat(2, 1fr); }
.payment-card:hover { border-color: var(--teal-mid); }
.payment-bank { color: var(--teal-light); }
.payment-row { border-bottom-color: rgba(28,61,48,0.6); }
.payment-label { color: var(--muted); }

.comprobante-box { background: linear-gradient(135deg, rgba(11,107,82,0.2), rgba(182,160,111,0.1)); border-color: var(--teal-mid); max-width: 100%; }
.comprobante-box::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(11,107,82,0.25), transparent 70%); pointer-events: none; }
.comprobante-notice { color: #a8c8be; }
.comprobante-btn { background: linear-gradient(135deg, var(--teal), var(--teal-mid)); box-shadow: 0 6px 30px rgba(11,107,82,0.4); }

/* ─── CTA FINAL ─── */
#cta-final { padding: 80px 24px; }
#cta-final::before { background: radial-gradient(ellipse 70% 50% at 50% 100%, rgba(11,107,82,0.3), transparent 70%); }
.cta-final-title { font-size: clamp(2rem, 5vw, 3.8rem); margin-bottom: 20px; background: linear-gradient(160deg, var(--gold-bright) 0%, var(--gold) 40%, var(--teal-light) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.cta-final-sub { max-width: 660px; margin: 0 auto 36px; font-size: clamp(1rem, 1.8vw, 1.15rem); color: #a8c8be; line-height: 1.75; }
.btn-primary.btn-hero { box-shadow: 0 8px 50px rgba(11,107,82,0.5); }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  .que-es-grid { grid-template-columns: 1fr; gap: 28px; }
  .que-es-image { max-width: 320px; margin: 0 auto; }
  .audience-grid { grid-template-columns: 1fr; }
  .dates-grid { grid-template-columns: repeat(3, 1fr); }
  .steps-row { flex-direction: column; }
  .step:not(:last-child)::after { width: 60%; height: 1px; top: auto; bottom: 0; right: auto; left: 50%; transform: translateX(-50%); }
  .payment-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
  .includes-grid { grid-template-columns: 1fr 1fr; }
  .hero-ctas { flex-direction: column; align-items: center; }
  .btn-primary, .btn-secondary { width: 100%; max-width: 320px; justify-content: center; }
  .benefit-box { padding: 36px 24px; }
  .stats-strip { flex-direction: column; gap: 28px; }
  .stat-divider { width: 56px; height: 1px; margin: 0; }
}
@media (max-width: 480px) {
  .includes-grid { grid-template-columns: 1fr; }
  .dates-grid { grid-template-columns: 1fr; }
}
