/* Estilos específicos para la página de SPA */
.hero-spa { 
  min-height: 62vh; 
  background-image: linear-gradient(rgba(76,29,149,0.32), rgba(124,58,237,0.22)), url('../IMAGENES/spa2.jpg');
  background-size: cover; 
  background-position: center; 
  display: flex; 
  align-items: center; 
  color: #ffffff; 
  position: relative; 
}
.hero-spa .container { position: relative; z-index: 1; }
.hero-spa .spa-offers-line {
  position: absolute;
  top: 0; left: 0; right: 0; z-index: 3;
  display: grid; grid-template-columns: auto 1fr; align-items: stretch;
}
.hero-spa .spa-offers-line .breaking-label {
  background: #e11d48; color: #fff; font-weight: 800; letter-spacing: .6px;
  padding: 8px 12px; font-size: .92rem; border-bottom-left-radius: 8px; border-right: 1px solid rgba(255,255,255,.9);
}
.hero-spa .spa-offers-line .ticker { background: rgba(255,255,255,.96); color: #0f172a; overflow: hidden; }
.hero-spa .spa-offers-line .ticker-content {
  display: inline-block; white-space: nowrap; padding-left: 100%;
  animation: spaTicker 22s linear infinite;
}
.hero-spa .spa-offers-line .breaking-label {
  background: #e11d48; color: #fff; font-weight: 800; letter-spacing: .6px;
  padding: 8px 12px; font-size: .92rem;
}
.hero-spa .spa-offers-line .ticker { background: rgba(255,255,255,.96); color: #0f172a; overflow: hidden; }
.hero-spa .spa-offers-line .ticker-content {
  display: inline-block; white-space: nowrap; padding-left: 100%;
  animation: spaTicker 22s linear infinite;
}
@keyframes spaTicker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.hero-spa .hero-spa-content { width: 100%; display: flex; align-items: center; justify-content: center; padding: 24px 0; }
.hero-spa .hero-title {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(2.2rem, 5.4vw, 3.8rem);
  line-height: 1.3;
  letter-spacing: 0.3px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 2px 14px rgba(0,0,0,.45);
}
@media (max-width: 640px) { .hero-spa { min-height: 54vh; } }

/* --- Servicios SPA --- */
.spa-services { padding: 24px 0 40px; background: #ffffff; }
.spa-services-title {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', serif;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(2rem, 4.8vw, 3.2rem);
  line-height: 1.2;
  text-align: center;
  letter-spacing: 2px;
  color: #6A35DD;
  margin: 8px 0 22px;
}
.spa-services-grid { 
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 26px; 
}
.spa-card { display: flex; flex-direction: column; align-items: center; }
.spa-card-image { position: relative; width: 100%; aspect-ratio: 4/3; border-radius: 12px; overflow: hidden; }
.spa-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.spa-card-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(124,58,237,0.15) 0%, rgba(124,58,237,0.25) 40%, rgba(17,24,39,0.35) 85%); }
.spa-card-desc { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); width: calc(100% - 48px); background: rgba(88,28,135,0.66); color: #fff; padding: 12px 14px; border-radius: 8px; text-align: center; font-size: 0.95rem; line-height: 1.35; box-shadow: 0 6px 18px rgba(0,0,0,.25); }
.spa-card-btn { margin-top: 14px; display: inline-block; padding: 12px 24px; border-radius: 999px; color: #0a0a0a; font-weight: 700; text-decoration: none; background: linear-gradient(135deg, #9333ea 0%, #22d3ee 100%); box-shadow: 0 6px 18px rgba(124,58,237,.35); transition: transform .15s ease, box-shadow .2s ease; }
.spa-card-btn:hover { transform: translateY(-1px); box-shadow: 0 10px 22px rgba(124,58,237,.45); }

@media (max-width: 1024px) { .spa-services-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .spa-services-grid { grid-template-columns: 1fr; } .spa-card-desc { font-size: .9rem; width: calc(100% - 36px); } }

/* --- Detalle Servicios SPA --- */
html { scroll-behavior: smooth; }
.spa-detail-section { padding: 24px 0 34px; background: #fff; scroll-margin-top: 90px; }
.spa-detail-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 26px; align-items: center; }
.spa-detail-title { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 700; font-style: italic; font-size: clamp(2.2rem, 5.6vw, 3.6rem); line-height: 1.1; color: #0f172a; margin: 0 0 10px; }
.spa-detail-subtitle { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 700; font-style: italic; color: #6A35DD; font-size: clamp(1.4rem, 3.6vw, 2.2rem); margin: 0 0 12px; }
.spa-detail-list { margin: 0 0 16px; padding-left: 20px; }
.spa-detail-list li { font-size: 1.08rem; line-height: 1.6; color: #1f2937; margin-bottom: 10px; }
.spa-reserve-btn { display: inline-block; padding: 12px 24px; border-radius: 999px; background: linear-gradient(135deg, #7c3aed 0%, #22d3ee 100%); color: #fff; font-weight: 700; text-decoration: none; box-shadow: 0 8px 22px rgba(124,58,237,.3); }
.spa-reserve-btn:hover { filter: brightness(1.05); transform: translateY(-1px); transition: transform .15s ease, filter .15s ease; }
.spa-detail-image { position: relative; width: 100%; max-width: 520px; margin: 0 auto; }
.spa-detail-image::before { content: ""; position: absolute; inset: -20px -32px -20px -32px; background: repeating-linear-gradient(90deg, rgba(106,53,221,0.12) 0, rgba(106,53,221,0.12) 12px, rgba(106,53,221,0.05) 12px, rgba(106,53,221,0.05) 26px); border-radius: 30px; filter: blur(0.5px); }
.spa-detail-image img { display: block; width: 100%; height: auto; border-radius: 46% 34% 54% 36% / 46% 56% 44% 54%; box-shadow: 0 18px 36px rgba(0,0,0,.18); position: relative; z-index: 1; }

@media (max-width: 992px) { .spa-detail-grid { grid-template-columns: 1fr; } .spa-detail-image { max-width: 600px; } }

/* --- Lista de Precios --- */
.spa-pricing { position: relative; padding: 28px 0 40px; }
.spa-pricing::before { content: ""; position: absolute; inset: 0; background-image: url('../IMAGENES/spa%20fondo%20facial.jpg'); background-size: cover; background-position: center; filter: brightness(0.9); }
.spa-pricing::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(255,255,255,0.86)); }
.spa-pricing > .container { position: relative; z-index: 1; }
.spa-pricing-title { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-weight: 700; font-style: italic; font-size: clamp(2rem, 5.2vw, 3.4rem); text-align: center; color: #111827; margin-bottom: 18px; letter-spacing: 3px; }
.spa-pricing-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px; }
.spa-price-list { list-style: none; margin: 0; padding: 0; backdrop-filter: saturate(1.1); }
.spa-price-list li { display: flex; justify-content: space-between; align-items: baseline; padding: 10px 12px; margin-bottom: 8px; background: rgba(255,255,255,0.75); border-radius: 10px; box-shadow: 0 8px 18px rgba(0,0,0,.08); }
.spa-price-list .item { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-style: italic; font-size: 1.15rem; color: #1f2937; }
.spa-price-list .price { font-weight: 800; color: #6A35DD; font-size: 1.1rem; }

@media (max-width: 768px) { .spa-pricing-grid { grid-template-columns: 1fr; } .spa-price-list li { padding: 12px 14px; } }