@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Raleway:wght@300;400;500;600;700;800&display=swap');

:root {
  /* =========================================================================
     NUEVA COLORIMETRÍA ESOTÉRICA DE VANGUARDIA (AMETHYST & CELESTIAL GOLD)
     ========================================================================= */
  --gold: #fff5e0;
  --gold-primary: #f5cf68;
  --gold-light: #fff3c9;
  --gold-glow: #ffe599;
  --gold-dark: #c99b2c;
  --gold-shadow: rgba(245, 207, 104, 0.35);

  /* Púrpura y Amatista Sagrado (Alta Magia) */
  --purple-mystic: #b366ff;
  --purple-deep: #210d3d;
  --purple-glow: 0 0 28px rgba(179, 102, 255, 0.35);
  --purple-border: rgba(179, 102, 255, 0.28);
  --purple-card-bg: rgba(19, 12, 34, 0.82);

  /* Fondos Cósmicos y Superficies */
  --bg-dark: #07050f;
  --bg-surface: #100a20;
  --bg-card: rgba(19, 12, 34, 0.8);
  --bg-card-hover: rgba(30, 18, 54, 0.92);
  --border-gold: rgba(245, 207, 104, 0.3);
  --border-gold-bright: rgba(245, 207, 104, 0.65);

  /* Acentos de Alerta y WhatsApp */
  --crimson: #ff3366;
  --whatsapp-green: #25d366;

  /* Gradientes de Lujo */
  --gold-gradient: linear-gradient(135deg, #fff7d6 0%, #f5cf68 45%, #c99b2c 80%, #8c6710 100%);
  --gold-text-gradient: linear-gradient(135deg, #ffffff 0%, #ffe599 35%, #f5cf68 70%, #c99b2c 100%);
  --mystic-nebula: radial-gradient(circle at 50% 35%, #220f40 0%, #100822 50%, #07050f 90%);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  width: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  background-color: var(--bg-dark);
  color: #f2edf8;
  font-family: 'Raleway', sans-serif;
  line-height: 1.65;
}

/* =========================================================================
   FONDOS MÍSTICOS CÓSMICOS & ESTRELLAS AMATISTA
   ========================================================================= */
.mystic-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--mystic-nebula);
  animation: bgPulse 14s infinite alternate;
  z-index: -2;
  pointer-events: none;
}

.stars {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:
    radial-gradient(1.5px 1.5px at 25px 35px, rgba(255, 240, 190, 0.85), rgba(0, 0, 0, 0)),
    radial-gradient(1.5px 1.5px at 80px 90px, rgba(215, 175, 255, 0.75), rgba(0, 0, 0, 0)),
    radial-gradient(2px 2px at 150px 190px, rgba(245, 207, 104, 0.95), rgba(0, 0, 0, 0)),
    radial-gradient(1px 1px at 220px 70px, rgba(255, 255, 255, 0.7), rgba(0, 0, 0, 0));
  background-repeat: repeat;
  background-size: 240px 240px;
  opacity: 0.65;
  animation: zoomStars 80s infinite linear;
  z-index: -1;
  pointer-events: none;
}

/* =========================================================================
   BARRA DE URGENCIA SUPERIOR (ESPAÑA - VELVET AMETHYST & GOLD)
   ========================================================================= */
.urgency-top-bar {
  background: linear-gradient(90deg, #24081c 0%, #3e0e2d 50%, #24081c 100%);
  border-bottom: 1px solid rgba(245, 207, 104, 0.35);
  padding: 6px 12px;
  position: relative;
  z-index: 5001;
  font-size: 0.84rem;
  color: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}

.urgency-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  text-align: center;
}

.urgency-text-wrap {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1.3;
}

.pulse-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25d366;
  box-shadow: 0 0 8px #25d366;
  flex-shrink: 0;
  animation: dotPulse 1.5s infinite;
}

.urgency-link {
  color: var(--gold-glow);
  font-weight: 700;
  text-decoration: none;
  font-size: 0.8rem;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
  padding: 3px 12px;
  border-radius: 20px;
  background: rgba(245, 207, 104, 0.15);
  border: 1px solid rgba(245, 207, 104, 0.4);
  transition: all 0.25s;
}

.urgency-link:hover {
  background: var(--gold-gradient);
  color: #10061e;
  border-color: var(--gold-glow);
  box-shadow: 0 0 15px rgba(245, 207, 104, 0.5);
}

/* =========================================================================
   HEADER / HERO CON AURA MÍSTICA
   ========================================================================= */
header {
  position: relative;
  text-align: center;
  padding: 7rem 1.5rem 5.5rem;
  border-bottom: 2px solid rgba(245, 207, 104, 0.5);
  overflow: hidden;
  background-color: #080512;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../assets/maestra.webp');
  background-size: cover;
  background-position: center;
  z-index: 0;
  filter: brightness(0.42) contrast(1.15) saturate(1.1);
  transform: scale(1.02);
  transition: transform 8s ease;
}

header:hover .header-overlay {
  transform: scale(1.06);
}

.header-content {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin: 0 auto;
  animation: floatUp 1.2s ease-out;
}

.hero-badge-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(179, 102, 255, 0.16);
  border: 1px solid var(--purple-mystic);
  padding: 6px 20px;
  border-radius: 50px;
  color: var(--gold-glow);
  font-family: 'Cinzel', serif;
  font-size: 0.85rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 1.3rem;
  box-shadow: 0 0 25px rgba(179, 102, 255, 0.35);
  backdrop-filter: blur(8px);
  text-align: center;
  max-width: 95%;
}

.hero-badge-top i {
  color: var(--gold-primary);
  font-size: 0.85em;
  flex-shrink: 0;
}

header h1 {
  font-family: 'Cinzel', serif;
  font-size: clamp(2rem, 5.5vw, 3.4rem);
  line-height: 1.15;
  margin-bottom: 1.1rem;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2.5px;
  background: var(--gold-text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 30px rgba(245, 207, 104, 0.45));
  animation: textGlow 4s infinite alternate;
}

.intro {
  font-size: 1.18rem;
  max-width: 820px;
  margin: 0 auto 2rem;
  color: #f7f4fb;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.95);
  font-weight: 400;
}

.highlight {
  color: var(--gold-glow);
  font-weight: 700;
  font-size: 1.32rem;
  font-family: 'Cinzel', serif;
  display: inline-block;
  margin: 4px 0;
  text-shadow: 0 0 16px rgba(255, 229, 153, 0.6);
}

.hero-chips {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 2rem;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(19, 12, 34, 0.85);
  border: 1px solid var(--purple-border);
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 0.84rem;
  color: #eae3f5;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}

.hero-chip i {
  color: var(--gold-primary);
}

/* =========================================================================
   NAVBAR STICKY (ESOTERIC GLASS)
   ========================================================================= */
.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5000;
  background: rgba(10, 6, 20, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--purple-border);
  padding: 0.7rem 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.nav-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.logo-icono {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 1.5px solid var(--gold-primary);
  box-shadow: 0 0 12px rgba(245, 207, 104, 0.4);
}

.logo-nombre {
  font-family: 'Cinzel', serif;
  color: var(--gold-primary);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 1px;
  display: block;
  line-height: 1.15;
}

.logo-casa {
  font-family: 'Cinzel', serif;
  color: #f7d274;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 1.1px;
  display: block;
  text-transform: uppercase;
  margin-top: 1px;
  opacity: 0.95;
}

.logo-ubicacion {
  font-size: 0.64rem;
  color: #c9bede;
  display: block;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 1px;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 1.3rem;
  align-items: center;
}

.nav-menu a {
  color: #e5def2;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: 0.3s;
  font-family: 'Cinzel', serif;
}

.nav-menu a:hover {
  color: var(--gold-glow);
  text-shadow: 0 0 12px var(--gold-glow);
}

.cta-nav {
  background: rgba(179, 102, 255, 0.16);
  border: 1px solid var(--gold-primary) !important;
  color: var(--gold-glow) !important;
  padding: 0.45rem 1rem;
  border-radius: 4px;
  font-weight: 700 !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 0 12px rgba(245, 207, 104, 0.25);
}

.cta-nav:hover {
  background: var(--gold-gradient);
  color: #10061e !important;
  box-shadow: 0 0 25px rgba(245, 207, 104, 0.6);
}

.nav-toggle,
.nav-toggle-label {
  display: none;
}

/* =========================================================================
   AVISO MAYORES DE EDAD
   ========================================================================= */
.aviso-mayores {
  background: linear-gradient(90deg, #1f0722 0%, #3a0e35 50%, #1f0722 100%);
  color: #ffd6e8;
  text-align: center;
  padding: 0.6rem 1rem;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 51, 102, 0.35);
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* =========================================================================
   MAIN & CONTENIDO
   ========================================================================= */
main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3.5rem 1.2rem;
  text-align: center;
}

h2 {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: inline-block;
  background: var(--gold-text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 20px rgba(245, 207, 104, 0.35));
}

h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold-primary), transparent);
  margin: 12px auto 0;
  box-shadow: 0 0 10px var(--gold-primary);
}

.section-subtitle {
  color: #c9bcdb;
  font-size: 1.05rem;
  margin-bottom: 2.8rem;
  max-width: 750px;
  margin-inline: auto;
}

/* =========================================================================
   GRID DE LOS 13 SERVICIOS ORIGINALES (ESOTERIC AMETHYST GLASS)
   ========================================================================= */
.servicios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.8rem;
}

.servicio {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: 12px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.servicio:hover {
  transform: translateY(-7px) scale(1.015);
  border-color: var(--gold-primary);
  background: var(--bg-card-hover);
  box-shadow: 0 14px 40px rgba(179, 102, 255, 0.25), 0 0 20px rgba(245, 207, 104, 0.2);
}

.img-wrapper {
  overflow: hidden;
  height: 200px;
  border-bottom: 1px solid var(--border-gold);
  position: relative;
  background-color: #0b0617;
}

.img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(19, 12, 34, 0.92) 0%, transparent 80%);
}

.servicio img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
  opacity: 0.95;
}

.servicio:hover img {
  transform: scale(1.12);
  opacity: 1;
}

.servicio h3 {
  font-family: 'Cinzel', serif;
  color: var(--gold-primary);
  margin: 1.2rem 1rem 0.5rem;
  font-size: 1.18rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s;
}

.servicio:hover h3 {
  color: #fff;
  text-shadow: 0 0 12px var(--gold-glow);
}

.servicio p {
  color: #d6cee3;
  padding: 0 1.2rem 1.5rem;
  font-size: 0.95rem;
  line-height: 1.55;
  flex-grow: 1;
}

/* =========================================================================
   MÓDULO INTERACTIVO DE TAROT (CRO)
   ========================================================================= */
.oracle-box {
  background: rgba(22, 14, 40, 0.85);
  border: 1px solid var(--purple-mystic);
  border-radius: 14px;
  padding: 2.5rem 1.5rem;
  margin: 4.5rem auto 3.5rem;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.7), 0 0 30px rgba(179, 102, 255, 0.18);
  position: relative;
  overflow: hidden;
}

.oracle-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(179, 102, 255, 0.18), transparent 65%);
  pointer-events: none;
}

.oracle-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  max-width: 800px;
  margin: 2rem auto;
}

.oracle-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.card-pos-tag {
  font-family: 'Cinzel', serif;
  font-size: 0.82rem;
  color: var(--gold-primary);
  font-weight: 700;
  letter-spacing: 1px;
}

.oracle-card-3d {
  width: 100%;
  aspect-ratio: 2/3.3;
  max-width: 210px;
  perspective: 1000px;
  cursor: pointer;
}

.oracle-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
  border-radius: 10px;
}

.oracle-card-3d.flipped .oracle-card-inner {
  transform: rotateY(180deg);
}

.oracle-face {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.6);
  border: 1px solid var(--border-gold);
}

.oracle-back {
  background: #110920 url('../assets/tarot-back.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}

.oracle-back span {
  background: rgba(12, 6, 24, 0.88);
  border: 1px solid var(--purple-mystic);
  color: var(--gold-glow);
  font-size: 0.78rem;
  padding: 6px 10px;
  border-radius: 6px;
  font-family: 'Cinzel', serif;
  box-shadow: 0 0 12px rgba(179, 102, 255, 0.4);
}

.oracle-front {
  transform: rotateY(180deg);
  background: #110920;
}

.oracle-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.oracle-card-name {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(14, 7, 28, 0.92);
  border: 1px solid var(--gold-primary);
  color: var(--gold);
  font-family: 'Cinzel', serif;
  font-size: 0.75rem;
  padding: 2px 10px;
  border-radius: 4px;
  white-space: nowrap;
}

.oracle-result {
  display: none;
  margin-top: 1.5rem;
  padding: 1.5rem;
  background: rgba(28, 16, 50, 0.75);
  border: 1px solid var(--gold-primary);
  border-radius: 8px;
  animation: floatUp 0.6s ease;
  box-shadow: 0 0 30px rgba(179, 102, 255, 0.2);
}

.oracle-result.active {
  display: block;
}

/* Destellos Místicos al Voltear Carta */
.oracle-spark {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--gold-glow);
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 0 0 10px var(--gold-primary);
  animation: sparkFly 0.8s ease-out forwards;
  z-index: 10;
}

@keyframes sparkFly {
  0% { transform: translate(0, 0) scale(1); opacity: 1; }
  100% { transform: translate(var(--tx), var(--ty)) scale(0); opacity: 0; }
}

/* =========================================================================
   BOTONES WHATSAPP DE CONVERSIÓN
   ========================================================================= */
.whatsapp-btn {
  display: inline-flex;
  width: fit-content;
  margin: 2.2rem auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--gold-gradient);
  color: #10061e;
  padding: 1rem 2.8rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  box-shadow: 0 0 28px rgba(245, 207, 104, 0.45);
  animation: pulseElegant 2.5s infinite;
  transition: transform 0.3s, box-shadow 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.whatsapp-btn:hover {
  transform: scale(1.04);
  color: #000;
  box-shadow: 0 0 45px rgba(245, 207, 104, 0.75);
}

.boton-container {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

/* =========================================================================
   SECCIÓN DE TRANSFORMACIÓN / EL PODER ANCESTRAL EN ESPAÑA
   ========================================================================= */
.img-unica-transformacion {
  position: relative;
  max-width: 860px;
  margin: 4.5rem auto 3rem;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.75);
  border: 1px solid var(--purple-border);
}

.img-unica-transformacion img {
  width: 100%;
  display: block;
  filter: contrast(1.08) brightness(1.02);
}

.texto-transformacion {
  background: rgba(16, 9, 30, 0.96);
  padding: 2.5rem 2rem;
  border-top: 1px solid var(--gold-primary);
}

.texto-transformacion h3 {
  font-family: 'Cinzel', serif;
  color: var(--gold-primary);
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  letter-spacing: 2px;
}

.texto-transformacion p {
  color: #eae1f5;
  font-size: 1.05rem;
  line-height: 1.7;
}

/* =========================================================================
   TESTIMONIOS
   ========================================================================= */
#testimonios {
  margin-top: 4.5rem;
}

.testimonios-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.8rem;
}

.testimonio-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  padding: 1.8rem 1.4rem;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.testimonio-card:hover {
  transform: translateY(-6px);
  border-color: var(--purple-mystic);
  box-shadow: 0 12px 35px rgba(179, 102, 255, 0.25);
}

.testimonio-card .stars-icon {
  color: var(--gold-primary);
  font-size: 1.1rem;
  display: block;
  margin-bottom: 8px;
  letter-spacing: 3px;
  text-shadow: 0 0 10px rgba(245, 207, 104, 0.5);
}

.testimonio-card img {
  width: 100%;
  border-radius: 6px;
  margin-top: 15px;
  filter: brightness(0.95);
  cursor: pointer;
  transition: opacity 0.3s;
}

.testimonio-card img:hover {
  opacity: 0.85;
}

.origen {
  color: #fff;
  font-style: italic;
  font-weight: 600;
  font-size: 1.05rem;
}

/* =========================================================================
   REPRODUCTOR DE AUDIOS TESTIMONIALES (WHATSAPP VOICE STYLE)
   ========================================================================= */
.audio-testimonials-wrapper {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(245, 207, 104, 0.2);
}

.audio-testimonials-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(1rem, 3.8vw, 1.25rem);
  color: var(--gold-light);
  margin-bottom: 1.6rem;
  text-align: center;
  line-height: 1.35;
  text-shadow: 0 0 12px rgba(245, 207, 104, 0.3);
}

.audio-testimonials-title i.fa-whatsapp {
  color: #25d366;
  font-size: 1.2em;
  filter: drop-shadow(0 0 8px rgba(37, 211, 102, 0.6));
  vertical-align: -2px;
  margin-right: 6px;
  display: inline-block;
}

.audio-notes-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  max-width: 900px;
  margin: 0 auto;
}

.audio-note-card {
  background: rgba(19, 12, 34, 0.88);
  border: 1px solid rgba(37, 211, 102, 0.35);
  border-radius: 12px;
  padding: 1.2rem 1.4rem;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.45);
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.audio-note-card:hover {
  transform: translateY(-4px);
  border-color: rgba(37, 211, 102, 0.7);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.25);
}

.audio-play-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #25d366;
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s, background 0.3s, box-shadow 0.3s;
}

.audio-play-btn:hover {
  transform: scale(1.08);
  background: #20ba5a;
}

.audio-play-btn.playing {
  animation: audioPulse 1.6s infinite;
}

@keyframes audioPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.audio-info {
  flex-grow: 1;
  text-align: left;
}

.audio-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.audio-author {
  color: #ffffff;
  font-weight: 700;
}

.audio-tag {
  color: var(--gold-primary);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.audio-track {
  height: 6px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  overflow: hidden;
  position: relative;
  margin-bottom: 6px;
  cursor: pointer;
}

.audio-progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #25d366, #38ef7d);
  border-radius: 999px;
  transition: width 0.1s linear;
}

.audio-time {
  font-size: 0.75rem;
  color: #bbaed4;
  font-variant-numeric: tabular-nums;
}

/* =========================================================================
   CÓMO FUNCIONA & BLOQUES PREMIUM
   ========================================================================= */
.bloque-premium {
  margin-top: 4.5rem;
}

.texto-premium {
  max-width: 820px;
  margin: 0 auto 2rem;
  color: #eae1f5;
  font-size: 1.08rem;
  line-height: 1.85;
}

.texto-premium strong {
  color: var(--gold-primary);
  font-weight: 700;
}

.pasos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.paso-card {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  border-radius: 12px;
  padding: 1.8rem 1.5rem;
  text-align: left;
  transition: transform 0.3s, border-color 0.3s;
}

.paso-card:hover {
  transform: translateY(-5px);
  border-color: var(--purple-mystic);
  box-shadow: 0 10px 30px rgba(179, 102, 255, 0.2);
}

.paso-num {
  display: inline-block;
  font-family: 'Cinzel', serif;
  color: var(--gold-primary);
  letter-spacing: 2px;
  font-weight: 900;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 10px rgba(245, 207, 104, 0.4);
}

.paso-title {
  font-family: 'Cinzel', serif;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.paso-text {
  color: #d6cee3;
  font-size: 0.98rem;
  line-height: 1.6;
}

/* =========================================================================
   PRIVACIDAD & EXCLUSIVIDAD (ESPAÑA)
   ========================================================================= */
.bloque-exclusivo {
  position: relative;
  border-top: 1px solid var(--purple-border);
  padding-top: 3.5rem;
}

.exclusivo-inner {
  background: rgba(19, 12, 34, 0.88);
  border: 1px solid var(--border-gold);
  border-radius: 14px;
  padding: 2.5rem 1.8rem;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.6), 0 0 35px rgba(179, 102, 255, 0.15);
  position: relative;
}

.sellos-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin: 1.5rem auto;
  max-width: 900px;
}

.sello {
  border: 1px solid var(--purple-border);
  color: #f2edf8;
  padding: 1rem;
  border-radius: 8px;
  background: rgba(33, 18, 58, 0.5);
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.nota-exclusiva {
  margin: 1.2rem auto 0;
  max-width: 860px;
  padding: 1.1rem 1.3rem;
  border-left: 3px solid var(--gold-primary);
  background: rgba(30, 16, 52, 0.45);
  color: #eae1f5;
  text-align: left;
  border-radius: 6px;
}

.nota-exclusiva span {
  color: var(--gold-primary);
  margin-right: 0.5rem;
}

/* =========================================================================
   BENEFICIOS / POR QUÉ ELEGIR
   ========================================================================= */
#servicios-motivos {
  margin-top: 4.5rem;
}

.beneficios {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
  max-width: 920px;
  margin: 0 auto 2.5rem;
  text-align: left;
}

.beneficios li {
  background: var(--bg-card);
  border: 1px solid var(--border-gold);
  padding: 1.2rem 1.4rem;
  border-radius: 12px;
  font-size: 0.96rem;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #d6cee3;
  transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.beneficios li:hover {
  transform: translateY(-4px);
  border-color: var(--purple-mystic);
  box-shadow: 0 10px 30px rgba(179, 102, 255, 0.2);
}

.beneficios li strong {
  color: #fff;
  font-family: 'Cinzel', serif;
  letter-spacing: 0.5px;
}

.beneficio-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(179, 102, 255, 0.15);
  border: 1.5px solid var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-primary);
  font-size: 1.15rem;
  flex-shrink: 0;
  box-shadow: 0 0 15px rgba(179, 102, 255, 0.3);
}

/* =========================================================================
   FOOTER
   ========================================================================= */
footer {
  background: #05030b;
  padding: 3.5rem 1rem;
  text-align: center;
  border-top: 1px solid var(--purple-border);
  color: #9f94b3;
}

.footer-link {
  color: #baaed4;
  text-decoration: none;
  transition: 0.3s;
  font-size: 0.9rem;
}

.footer-link:hover {
  color: var(--gold-primary);
}

/* =========================================================================
   BOTÓN FLOTANTE DIRECTO DE WHATSAPP
   ========================================================================= */
.whatsapp-floating {
  position: fixed;
  bottom: 25px;
  right: 22px;
  z-index: 6000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.6));
  animation: float 3s ease-in-out infinite;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), filter 0.3s;
}

.whatsapp-floating:hover {
  transform: scale(1.12);
  filter: drop-shadow(0 0 28px rgba(37, 211, 102, 0.9));
}

.floating-wp-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
}

.wp-badge-age {
  position: absolute;
  top: -2px;
  left: -2px;
  background: #e63946;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 800;
  padding: 2px 5px;
  border-radius: 50px;
  border: 1px solid #fff;
  z-index: 2;
}

/* =========================================================================
   TOAST DE PRUEBA SOCIAL EN VIVO (ESPAÑA)
   ========================================================================= */
.social-proof-toast {
  position: fixed;
  bottom: 25px;
  left: 18px;
  background: rgba(16, 10, 28, 0.96);
  border: 1px solid var(--purple-border);
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.7), 0 0 20px rgba(179, 102, 255, 0.2);
  z-index: 5500;
  display: none;
  align-items: center;
  gap: 12px;
  max-width: 320px;
  animation: slideInLeft 0.5s ease;
  backdrop-filter: blur(10px);
}

.social-proof-toast.show {
  display: flex;
}

.toast-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(179, 102, 255, 0.18);
  border: 1px solid var(--gold-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-primary);
  font-size: 0.9rem;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(179, 102, 255, 0.3);
}

.toast-content {
  font-size: 0.8rem;
  line-height: 1.35;
  color: #d6cee3;
}

.toast-name strong {
  color: #fff;
}

.toast-action em {
  color: var(--gold-glow);
  font-style: normal;
}

.toast-time {
  display: block;
  font-size: 0.72rem;
  color: #9f94b3;
  margin-top: 2px;
}

.toast-close {
  background: none;
  border: none;
  color: #887d9c;
  cursor: pointer;
  font-size: 0.8rem;
  padding: 2px;
  margin-left: auto;
}

.toast-close:hover {
  color: #fff;
}

/* =========================================================================
   MODAL LIGHTBOX TESTIMONIOS
   ========================================================================= */
.lightbox-modal {
  position: fixed;
  inset: 0;
  background: rgba(5, 3, 10, 0.92);
  backdrop-filter: blur(10px);
  z-index: 7000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.lightbox-modal.open {
  display: flex;
}

.lightbox-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}

.lightbox-img {
  max-width: 100%;
  max-height: 85vh;
  border-radius: 10px;
  border: 1.5px solid var(--gold-primary);
  box-shadow: 0 0 45px rgba(179, 102, 255, 0.4);
}

.lightbox-close {
  position: absolute;
  top: -38px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
}

/* =========================================================================
   ANIMACIONES
   ========================================================================= */
@keyframes zoomStars {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}

@keyframes floatUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

@keyframes bgPulse {
  0% { background-position: 50% 50%; }
  100% { background-position: 50% 55%; }
}

@keyframes textGlow {
  0% { text-shadow: 0 0 12px rgba(245, 207, 104, 0.25); }
  100% { text-shadow: 0 0 28px rgba(245, 207, 104, 0.65), 0 0 45px rgba(179, 102, 255, 0.3); }
}

@keyframes pulseElegant {
  0% { box-shadow: 0 0 0 0 rgba(245, 207, 104, 0.65); }
  70% { box-shadow: 0 0 0 16px rgba(245, 207, 104, 0); }
  100% { box-shadow: 0 0 0 0 rgba(245, 207, 104, 0); }
}

@keyframes dotPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1.3); }
}

@keyframes slideInLeft {
  from { opacity: 0; transform: translateX(-30px); }
  to { opacity: 1; transform: translateX(0); }
}

/* =========================================================================
   RESPONSIVIDAD MÓVIL REFINADA
   ========================================================================= */
@media (max-width: 768px) {
  header {
    padding: 5rem 1rem 3.8rem;
  }

  .header-overlay {
    background-position: center 20%;
  }

  .hero-badge-top {
    font-size: 0.72rem;
    padding: 5px 14px;
    letter-spacing: 1.1px;
    margin-bottom: 1rem;
    white-space: nowrap;
    max-width: 95%;
  }

  .intro {
    font-size: 1.02rem;
    margin-bottom: 1.5rem;
  }

  .highlight {
    font-size: 1.15rem;
  }

  .hero-chips {
    gap: 7px;
    margin-bottom: 1.5rem;
  }

  .hero-chip {
    font-size: 0.78rem;
    padding: 4px 10px;
  }

  .nav-toggle-label {
    display: block;
    color: var(--gold-primary);
    font-size: 1.4rem;
    cursor: pointer;
  }

  .nav-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(10, 6, 20, 0.98);
    padding: 1.5rem;
    border-bottom: 1px solid var(--purple-mystic);
    gap: 1.2rem;
  }

  .nav-toggle:checked ~ .nav-menu {
    display: flex;
  }

  .oracle-cards-grid {
    grid-template-columns: 1fr;
    max-width: 230px;
    gap: 1.2rem;
  }

  .oracle-box {
    padding: 2rem 1rem;
    margin: 3.5rem auto 2.5rem;
  }

  .servicios-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .pasos-grid,
  .sellos-grid,
  .beneficios {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .img-unica-transformacion {
    margin: 3.5rem auto 2rem;
  }

  .texto-transformacion {
    padding: 1.8rem 1.2rem;
  }

  .texto-transformacion h3 {
    font-size: 1.4rem;
  }

  .texto-transformacion p {
    font-size: 0.96rem;
  }

  .whatsapp-btn {
    padding: 0.88rem 1.8rem;
    font-size: 0.94rem;
    width: 100%;
    max-width: 320px;
    margin: 1.8rem auto;
  }

  .social-proof-toast {
    bottom: 85px;
    left: 12px;
    max-width: calc(100vw - 24px);
  }
}

@media (max-width: 480px) {
  .urgency-top-bar {
    padding: 7px 8px;
  }

  .urgency-content {
    gap: 5px;
    flex-direction: column;
  }

  .urgency-text-wrap {
    font-size: 0.78rem;
  }

  .urgency-link {
    font-size: 0.74rem;
    padding: 2px 10px;
  }

  header {
    padding: 4.2rem 0.8rem 3.2rem;
  }

  .hero-badge-top {
    font-size: clamp(0.58rem, 2.7vw, 0.68rem);
    padding: 4px 10px;
    letter-spacing: 0.6px;
    gap: 5px;
    white-space: nowrap;
    max-width: 100%;
  }

  .hero-badge-top i {
    font-size: 0.8em;
  }

  h2 {
    font-size: 1.65rem;
    letter-spacing: 1px;
  }

  .section-subtitle {
    font-size: 0.95rem;
    margin-bottom: 2rem;
  }

  .beneficios li {
    font-size: 0.98rem;
  }

  .audio-testimonials-title {
    font-size: 1.05rem;
    line-height: 1.3;
    padding: 0 5px;
    margin-bottom: 1.3rem;
  }

  .audio-note-card {
    padding: 0.95rem 1.1rem;
    gap: 12px;
  }

  .audio-play-btn {
    width: 42px;
    height: 42px;
    font-size: 1rem;
  }

  .audio-meta {
    font-size: 0.78rem;
  }

  .audio-tag {
    font-size: 0.68rem;
  }
}
