/* Hero editorial específico para la landing de masajes. */

.masajes-page .hero-stage {
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  padding: 140px clamp(32px, 6vw, 96px) 210px;
}

.masajes-page .hero-row,
.masajes-page .hero-row--start,
.masajes-page .hero-row--center,
.masajes-page .hero-row--end {
  width: 100%;
  max-width: 880px;
  justify-content: flex-start;
}

.masajes-page .hero-title {
  font-size: clamp(4.5rem, 10vw, 8.75rem);
  font-weight: 600;
  line-height: 0.88;
  letter-spacing: -0.055em;
  text-align: left;
  text-wrap: nowrap;
}

.masajes-page .tf-word.tf-blur {
  filter: none;
  opacity: 0.5;
}

.masajes-page .tf-word {
  transition: opacity 0.45s ease;
}

.masajes-page .hero-kicker {
  top: 120px;
  left: clamp(32px, 6vw, 96px);
  transform: none;
}

.masajes-page .hero-stats {
  left: 50%;
  right: auto;
  top: auto;
  bottom: 34px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  width: min(calc(100% - 64px), 820px);
  max-width: 820px;
  padding: 20px 14px;
  background: rgba(15, 11, 24, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.masajes-page .hero-stat {
  position: relative;
  min-width: 0;
  padding: 2px 24px;
  text-align: center;
}

.masajes-page .hero-stat + .hero-stat::before {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 1px;
  background: linear-gradient(transparent, rgba(157, 149, 255, 0.55), transparent);
}

.masajes-page .hero-stat .stat-row,
.masajes-page .hero-stat .stat-row {
  justify-content: center;
}

.masajes-page .hero-stat .stat-line {
  display: none;
}

.masajes-page .hero-stat .stat-num {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 750;
  color: #fff;
  letter-spacing: -0.04em;
}

.masajes-page .hero-stat .stat-label {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem !important;
  font-weight: 600;
  line-height: 1.3 !important;
}

@media (max-width: 767px) {
  .masajes-page .hero {
    min-height: 100svh;
  }

  .masajes-page .hero-stage {
    justify-content: center;
    align-items: flex-start;
    padding: 150px 22px 190px;
  }

  .masajes-page .hero-row,
  .masajes-page .hero-row--start,
  .masajes-page .hero-row--center,
  .masajes-page .hero-row--end {
    justify-content: flex-start;
  }

  .masajes-page .hero-title {
    font-size: clamp(2.9rem, 14vw, 4.4rem);
    line-height: 0.94;
    letter-spacing: -0.05em;
  }

  .masajes-page .hero-kicker {
    top: 128px;
    left: 22px;
    right: 22px;
    justify-content: center;
    max-width: max-content;
    margin-inline: auto;
    white-space: normal;
    text-align: center;
  }

  .masajes-page .hero-stats {
    bottom: 18px;
    width: calc(100% - 28px);
    padding: 15px 4px;
    border-radius: 18px;
  }

  .masajes-page .hero-stat {
    padding: 2px 8px;
  }

  .masajes-page .hero-stat .stat-num {
    font-size: 1.75rem;
  }

  .masajes-page .hero-stat .stat-label {
    font-size: 0.78rem !important;
    line-height: 1.25 !important;
  }

  .masajes-page .hero-stat + .hero-stat::before {
    top: 4px;
    bottom: 4px;
  }
}

@media (max-width: 360px) {
  .masajes-page .hero-title {
    font-size: 2.85rem;
  }

  .masajes-page .hero-stat .stat-num {
    font-size: 1.5rem;
  }

  .masajes-page .hero-stat .stat-label {
    font-size: 0.7rem !important;
  }
}
