@import url("fonts-hits92.css?v=1789488058");
/* Hits 92.1 — Locutores & Nosotros (línea gráfica del sitio) */
.hits-page {
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}
.hits-page-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 50% at 15% 10%, rgba(253,155,0,0.14), transparent 55%),
    radial-gradient(ellipse 50% 40% at 90% 0%, rgba(227,3,0,0.12), transparent 50%),
    linear-gradient(180deg, #000 0%, #0a0a0a 45%, #000 100%);
}
.hits-page-inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 20px 100px;
}

.hits-hero {
  text-align: center;
  margin-bottom: 55px;
  animation: hits-rise 0.7s ease both;
}
.hits-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #FD9B00, #E30300);
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 22px;
  box-shadow: 0 10px 28px rgba(253,155,0,0.3);
}
.hits-hero h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.6rem, 6vw, 4.2rem);
  font-weight: 900;
  letter-spacing: -1.5px;
  line-height: 1.05;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #FD9B00, #E30300, #FD9B00);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: hits-grad 5s ease infinite;
}
@keyframes hits-grad {
  0%,100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}
.hits-hero p {
  color: #cccccc;
  font-size: 1.15rem;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.65;
}

.hits-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 55px;
}
.hits-stat {
  min-width: 160px;
  padding: 22px 28px;
  text-align: center;
  background: linear-gradient(145deg, rgba(255,255,255,0.07), rgba(255,255,255,0.02));
  border: 1px solid rgba(253,155,0,0.25);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  animation: hits-rise 0.7s ease both;
}
.hits-stat:nth-child(2) { animation-delay: 0.08s; }
.hits-stat:nth-child(3) { animation-delay: 0.16s; }
.hits-stat strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, #FD9B00, #E30300);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
}
.hits-stat span {
  color: #aaaaaa;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Locutores grid — estilo host-card del inicio, más dinámico */
.loc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
@media (min-width: 1100px) {
  .loc-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; }
}
.loc-card {
  display: grid;
  grid-template-columns: 200px 1fr;
  min-height: 240px;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  border: 2px solid transparent;
  border-radius: 25px;
  overflow: hidden;
  backdrop-filter: blur(18px);
  transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  animation: hits-rise 0.65s ease both;
}
.loc-card:nth-child(1){animation-delay:.05s}
.loc-card:nth-child(2){animation-delay:.1s}
.loc-card:nth-child(3){animation-delay:.15s}
.loc-card:nth-child(4){animation-delay:.2s}
.loc-card:nth-child(5){animation-delay:.25s}
.loc-card:nth-child(6){animation-delay:.3s}
.loc-card:nth-child(7){animation-delay:.35s}
.loc-card:nth-child(8){animation-delay:.4s}
.loc-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(253,155,0,0.12), transparent);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
  z-index: 2;
  pointer-events: none;
}
.loc-card:hover::before { transform: translateX(120%); }
.loc-card:hover {
  transform: translateY(-8px) scale(1.01);
  border-color: #FD9B00;
  box-shadow: 0 25px 50px rgba(253,155,0,0.28);
  color: inherit;
}
.loc-card-media {
  position: relative;
  background-size: cover;
  background-position: center top;
  min-height: 240px;
}
.loc-card-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 40%, rgba(0,0,0,0.55));
}
.loc-card-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  background: linear-gradient(135deg, #FD9B00, #E30300);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 20px;
}
.loc-card-body {
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.loc-card-role {
  color: #FD9B00;
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.loc-card h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.25;
  transition: color 0.3s ease;
}
.loc-card:hover h2 { color: #FD9B00; }
.loc-card p {
  color: #bdbdbd;
  font-size: 0.95rem;
  line-height: 1.55;
  margin-bottom: 16px;
}
.loc-card-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #FD9B00;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  transition: transform 0.3s ease, color 0.3s ease;
}
.loc-card:hover .loc-card-more {
  color: #fff;
  transform: translateX(6px);
}

@media (max-width: 800px) {
  .loc-grid { grid-template-columns: 1fr; }
  .loc-card { grid-template-columns: 1fr; }
  .loc-card-media { min-height: 220px; }
  .loc-card-media::after {
    background: linear-gradient(to top, rgba(0,0,0,0.75), transparent 55%);
  }
}

/* Profile page */
.profile-hero {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 50px;
  animation: hits-rise 0.65s ease both;
}
.profile-photo-wrap {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  border: 2px solid rgba(253,155,0,0.35);
  box-shadow: 0 30px 60px rgba(0,0,0,0.45), 0 0 40px rgba(253,155,0,0.12);
  aspect-ratio: 4/5;
  background: #111;
}
.profile-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.6s ease;
}
.profile-photo-wrap:hover img { transform: scale(1.04); }
.profile-photo-glow {
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
  pointer-events: none;
}
.profile-meta .hits-badge { margin-bottom: 16px; }
.profile-meta h1 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 12px;
}
.profile-role {
  color: #FD9B00;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.95rem;
  margin-bottom: 14px;
}
.profile-schedule {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(253,155,0,0.1);
  border: 1px solid rgba(253,155,0,0.35);
  color: #fff;
  padding: 12px 18px;
  border-radius: 18px;
  font-size: 0.95rem;
  margin-bottom: 22px;
}
.profile-schedule i { color: #FD9B00; }
.profile-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.profile-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.profile-btn.primary {
  background: linear-gradient(135deg, #FD9B00, #E30300);
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(253,155,0,0.35);
}
.profile-btn.ghost {
  border: 2px solid rgba(253,155,0,0.5);
  color: #fff !important;
  background: rgba(255,255,255,0.03);
}
.profile-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 32px rgba(253,155,0,0.35);
}
.profile-bio {
  background: linear-gradient(145deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  border: 1px solid rgba(253,155,0,0.18);
  border-radius: 25px;
  padding: 36px 34px;
  margin-bottom: 55px;
  animation: hits-rise 0.7s ease both;
}
.profile-bio h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  font-weight: 800;
  color: #FD9B00;
  margin-bottom: 18px;
}
.profile-bio p {
  color: #d6d6d6;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}
.profile-bio p:last-child { margin-bottom: 0; }

.profile-more h2 {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 28px;
  background: linear-gradient(135deg, #FD9B00, #E30300);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 900px) {
  .profile-hero { grid-template-columns: 1fr; gap: 28px; }
  .profile-photo-wrap { max-width: 420px; margin: 0 auto; aspect-ratio: 1; }
}

/* Nosotros — timeline antiguo removido */
/* Nosotros — historia (rediseño) */
.nos-history {
  margin-bottom: 70px;
}
.nos-history > h2 {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 14px;
  background: linear-gradient(135deg, #FD9B00, #E30300);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nos-history-lead {
  text-align: center;
  color: #bdbdbd;
  max-width: 640px;
  margin: 0 auto 36px;
  font-size: 1.05rem;
  line-height: 1.6;
}
.nos-history-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.nos-era {
  position: relative;
  background: linear-gradient(160deg, rgba(255,255,255,0.07), rgba(255,255,255,0.015));
  border: 1px solid rgba(253,155,0,0.22);
  border-radius: 24px;
  padding: 28px 24px 26px;
  overflow: hidden;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  animation: hits-rise 0.55s ease both;
}
.nos-era:nth-child(1){animation-delay:.04s}
.nos-era:nth-child(2){animation-delay:.08s}
.nos-era:nth-child(3){animation-delay:.12s}
.nos-era:nth-child(4){animation-delay:.16s}
.nos-era:nth-child(5){animation-delay:.2s}
.nos-era:nth-child(6){animation-delay:.24s}
.nos-era::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #FD9B00, #E30300);
  opacity: 0.9;
}
.nos-era:hover {
  transform: translateY(-6px);
  border-color: rgba(253,155,0,0.55);
  box-shadow: 0 20px 40px rgba(253,155,0,0.18);
}
.nos-era-year {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.5px;
  background: linear-gradient(135deg, #FD9B00, #E30300);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  line-height: 1;
}
.nos-era-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.nos-era p {
  color: #c4c4c4;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 1000px) {
  .nos-history-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .nos-history-grid { grid-template-columns: 1fr; }
}

.nos-gallery h2 {
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 28px;
  background: linear-gradient(135deg, #FD9B00, #E30300);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nos-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.nos-gal-item {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 2px solid transparent;
  aspect-ratio: 4/3;
  cursor: pointer;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
  animation: hits-rise 0.6s ease both;
}
.nos-gal-item:nth-child(2){animation-delay:.08s}
.nos-gal-item:nth-child(3){animation-delay:.16s}
.nos-gal-item:nth-child(4){animation-delay:.24s}
.nos-gal-item:nth-child(5){animation-delay:.32s}
.nos-gal-item:nth-child(6){animation-delay:.4s}
.nos-gal-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.nos-gal-item:hover {
  transform: translateY(-8px);
  border-color: #FD9B00;
  box-shadow: 0 22px 40px rgba(253,155,0,0.25);
}
.nos-gal-item:hover img { transform: scale(1.06); }
.nos-gal-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent 55%);
  display: flex;
  align-items: flex-end;
  padding: 18px;
  opacity: 0.95;
}
.nos-gal-overlay h3 {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.nos-gal-overlay p {
  color: #cccccc;
  font-size: 0.85rem;
  margin-top: 4px;
}

.nos-cta {
  margin-top: 60px;
  text-align: center;
  padding: 48px 30px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(253,155,0,0.12), rgba(227,3,0,0.08));
  border: 2px solid rgba(253,155,0,0.3);
}
.nos-cta h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #FD9B00;
  margin-bottom: 12px;
}
.nos-cta p {
  color: #ccc;
  margin-bottom: 24px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

@keyframes hits-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
@media (max-width: 900px) {
  .nos-gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .nos-gallery-grid { grid-template-columns: 1fr; }
  .hits-page-inner { padding: 40px 16px 80px; }
}
.profile-more .loc-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 800px) {
  .profile-more .loc-grid { grid-template-columns: 1fr; }
}
