/* uta.css — UTA · Unidad de Tecnologías para el Aprendizaje */

.uta-hero { position: relative; }
.uta-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(15,23,42,0.82) 0%, rgba(30,58,138,0.5) 100%);
}
.uta-hero .page-hero-inner { position: relative; z-index: 1; }

.uta-hero-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  margin-top: 1.5rem;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-size: 0.75rem; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 0.4rem 0.85rem; border-radius: 999px;
  backdrop-filter: blur(8px);
}

.uta-card { position: relative; }
.uta-card-badge {
  position: absolute; top: 1rem; right: 1rem;
  font-size: 0.55rem; font-weight: 900;
  text-transform: uppercase; letter-spacing: 0.1em;
  background: #4285F4; color: #fff;
  padding: 0.2rem 0.5rem; border-radius: 4px;
}

.area-servicio-icon.uta-icon--google { background: #e8f0fe; color: #4285F4; }

.uta-cta-card {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 100%) !important;
}
