/* Hub /servicios — clima, horóscopo, quiniela, sorteos */

.servicios-page {
  --portal-rail-height: 2.75rem;
}

.servicios-hero {
  margin-bottom: 2rem;
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgb(203 213 225 / 0.9);
  background: linear-gradient(135deg, #f8fafc 0%, #f0f9ff 40%, #faf5ff 100%);
}

.servicios-hero--compact {
  padding-bottom: 1.25rem;
}

.servicios-hero__eyebrow {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #475569;
}

.servicios-hero__title {
  margin-top: 0.35rem;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
}

.servicios-hero__subtitle {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  color: #475569;
}

.servicios-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin: 0 0 0.75rem;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
  color: #64748b;
}

.servicios-breadcrumb li:not(:last-child)::after {
  content: "›";
  margin-left: 0.5rem;
  color: #94a3b8;
}

.servicios-breadcrumb a {
  color: #0369a1;
  text-decoration: none;
}

.servicios-breadcrumb a:hover {
  text-decoration: underline;
}

.servicios-intro__lead {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #334155;
}

.servicios-layout {
  display: grid;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .servicios-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    align-items: start;
  }

  .servicios-sidebar {
    position: sticky;
    top: calc(var(--site-header-height, 8.25rem) + var(--portal-rail-height, 2.75rem) + 0.75rem);
    align-self: start;
    z-index: 10;
  }
}

.servicios-grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .servicios-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.servicios-card {
  border-radius: 0.875rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 0.04);
  overflow: hidden;
}

.servicios-card--clima { border-color: #bae6fd; }
.servicios-card--horoscopo { border-color: #ddd6fe; }
.servicios-card--quini { border-color: #fde68a; }
.servicios-card--sorteos { border-color: #bbf7d0; }

.servicios-card__link {
  display: flex;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  text-decoration: none;
  color: inherit;
  align-items: flex-start;
}

.servicios-card__link:hover {
  background: #f8fafc;
}

.servicios-card__emoji {
  font-size: 1.75rem;
  line-height: 1;
}

.servicios-card__titulo {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
}

.servicios-card__desc {
  margin: 0.35rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #64748b;
}

.servicios-card__resumen {
  margin: 0.5rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  color: #334155;
}

.servicios-card__badge {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 0.5625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: #f1f5f9;
  color: #64748b;
}

.servicios-card__badge--activo {
  background: #dcfce7;
  color: #166534;
}

.servicios-placeholder {
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px dashed #cbd5e1;
  background: #fff;
  text-align: center;
}

.servicios-placeholder__emoji {
  font-size: 2.5rem;
  margin: 0 0 0.5rem;
}

.servicios-placeholder__titulo {
  margin: 0 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 800;
}

.servicios-placeholder__texto,
.servicios-placeholder__aviso {
  margin: 0 0 0.75rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #475569;
}

.servicios-placeholder__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem;
}

.servicios-placeholder__chip {
  padding: 0.4rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  color: #334155;
}

.servicios-placeholder__chip:hover {
  background: #e0f2fe;
  border-color: #7dd3fc;
}
