/* v25: home video only cleanup, Ibiza location, brighter magic stars, current rates */
html body:not([data-active-view]),
html body[data-active-view="inicio"],
html body[data-active-view="inicio"] .site-header,
html body[data-active-view="inicio"] .hero,
html body:not([data-active-view]) .site-header,
html body:not([data-active-view]) .hero {
  background: transparent !important;
  background-color: transparent !important;
}

html body .site-header .hero {
  background: transparent !important;
}

html body .site-header .hero .home-video-bg {
  background: transparent !important;
}

html body .site-header .hero .hero-bg,
html body .site-header .hero .hero-bg::before {
  background: transparent !important;
  background-image: none !important;
}

/* fuerza que solo el video cubra el home */
html body .home-video-bg {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

/* Destellos brillosos y más explayados */
.magic-particle-burst.magic-star-burst-v25 {
  position: fixed;
  z-index: 9998;
  pointer-events: none;
  width: 1px;
  height: 1px;
}

.magic-particle-burst.magic-star-burst-v25 span {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--size);
  height: var(--size);
  background: transparent !important;
  border-radius: 0 !important;
  filter:
    drop-shadow(0 0 7px rgba(255,255,255,1))
    drop-shadow(0 0 16px rgba(255,222,126,.95))
    drop-shadow(0 0 24px rgba(134,236,255,.58));
  animation: magicStarV25 1.25s cubic-bezier(.13,.75,.16,1) forwards !important;
  animation-delay: var(--delay);
}

.magic-particle-burst.magic-star-burst-v25 span::before,
.magic-particle-burst.magic-star-burst-v25 span::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%) rotate(var(--rot));
  background: linear-gradient(90deg, transparent, #fff, #ffe293, #fff, transparent);
  border-radius: 999px;
}

.magic-particle-burst.magic-star-burst-v25 span::after {
  transform: translate(-50%, -50%) rotate(calc(var(--rot) + 90deg));
}

@keyframes magicStarV25 {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.18) rotate(0deg);
  }
  12% {
    opacity: 1;
  }
  70% {
    opacity: .95;
  }
  100% {
    opacity: 0;
    transform: translate(calc(var(--dx) - 50%), calc(var(--dy) - 50%)) scale(.12) rotate(260deg);
  }
}

.reserve-pill.sparkling,
.app-center-reserve.sparkling,
#bottomReserveBtn.sparkling {
  filter: brightness(1.38) saturate(1.16);
}

/* Tarifas del mes actual */
.current-season-card {
  position: relative;
  overflow: hidden;
}

.current-rate-pill {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 10px;
  border: 1px solid rgba(6,21,37,.18);
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: .7rem;
  font-weight: 900;
}

/* Ubicación Ibiza */
.location-ibiza-section {
  width: min(1180px, calc(100% - 32px));
}

.location-card-grid {
  display: grid;
  grid-template-columns: minmax(260px, .82fr) minmax(300px, 1.18fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: stretch;
}

.ibiza-visual-card,
.ibiza-map-card {
  margin: 0;
  min-height: 100%;
}

.ibiza-visual-card {
  border: 1px solid rgba(6,21,37,.14);
  background: rgba(255,255,255,.65);
  overflow: hidden;
}

.ibiza-visual-card img {
  display: block;
  width: 100%;
  height: min(420px, 55vw);
  object-fit: cover;
}

.ibiza-visual-card figcaption {
  padding: 14px 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #061525;
}

.ibiza-map-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.map-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.map-btn {
  text-align: center;
  justify-content: center;
}

.ghost-map {
  background: transparent !important;
  color: #061525 !important;
  border: 1px solid rgba(6,21,37,.2) !important;
}

.ibiza-map-frame {
  width: 100%;
  min-height: 300px;
  border: 0;
  filter: saturate(.95) contrast(.95);
}

@media (max-width: 820px) {
  .location-card-grid {
    grid-template-columns: 1fr;
  }
  .map-actions {
    grid-template-columns: 1fr;
  }
}

/* Teléfono admin */
.phone-warning {
  display: block;
  margin-top: 6px;
  color: #a45b00;
  font-size: .78rem;
  line-height: 1.35;
}
