.convocatoria-detalle {
  color: #1f2937;
  line-height: 1.7;
  font-family: "Segoe UI", Arial, sans-serif;
  max-width: 1100px;
  margin: 0 auto;
}

.convocatoria-hero {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(135deg, #0b3c6f 0%, #145da0 55%, #1f8ed8 100%);
  padding: 48px 38px;
  margin-bottom: 28px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.convocatoria-orb {
  position: absolute;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.convocatoria-orb--top {
  top: -40px;
  right: -40px;
  width: 220px;
  height: 220px;
}

.convocatoria-orb--bottom {
  bottom: -60px;
  left: -30px;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.06);
}

.convocatoria-hero__content {
  position: relative;
  z-index: 2;
}

.convocatoria-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.convocatoria-titulo {
  margin: 0 0 10px 0;
  font-size: 38px;
  line-height: 1.15;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
}

.convocatoria-subtitulo {
  margin: 0;
  font-size: 17px;
  color: #f8fafc;
  max-width: 900px;
}

.convocatoria-imagen-destacada {
  display: block;
  margin: 20px auto 0;
  width: min(100%, 820px);
  max-height: 260px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.2);
}

.convocatoria-resumen {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  margin-bottom: 30px;
}

.convocatoria-resumen__item {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.convocatoria-resumen__item h3 {
  margin: 0 0 8px 0;
  font-size: 15px;
  font-weight: 700;
  color: #0b3c6f;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.convocatoria-resumen__item p {
  margin: 0;
  font-size: 21px;
  font-weight: 800;
  color: #111827;
}

.convocatoria-resumen__item .estado-abierta {
  color: #0f766e;
}

.convocatoria-resumen__item .estado-cerrada {
  color: #b91c1c;
}

.convocatoria-seccion {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 28px;
  margin-bottom: 22px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.convocatoria-seccion h3 {
  margin: 0 0 18px 0;
  font-size: 24px;
  font-weight: 800;
  color: #0f172a;
  border-left: 5px solid #145da0;
  padding-left: 14px;
}

.convocatoria-bloques {
  display: grid;
  gap: 16px;
}

.convocatoria-bloque-card {
  background: #ffffff;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  padding: 20px 22px;
}

.convocatoria-bloque-card h2,
.convocatoria-bloque-card h3,
.convocatoria-bloque-card h4 {
  border-left: 0;
  padding-left: 0;
  margin: 0 0 12px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e7eb;
}

.convocatoria-bloque-body > *:first-child {
  margin-top: 0;
}

.convocatoria-bloque-body > *:last-child {
  margin-bottom: 0;
}

.convocatoria-acciones {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 8px;
}

.convocatoria-btn {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
}

.convocatoria-btn--principal {
  background: #145da0;
  color: #ffffff;
}

.convocatoria-btn--secundario {
  background: #ffffff;
  color: #145da0;
  border-color: #145da0;
}

.convocatoria-btn--disabled {
  background: #d1d5db;
  color: #374151;
  cursor: not-allowed;
}

.convocatoria-documento {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  border: 1px solid #dbe3ef;
  border-radius: 14px;
  padding: 14px;
  background: #f8fbff;
}

.convocatoria-documento h4 {
  margin: 0 0 10px 0;
  font-size: 17px;
  color: #0f172a;
  font-weight: 700;
  word-break: break-word;
}

.convocatoria-documento iframe {
  display: block;
  width: min(100%, 980px);
  min-height: 78vh;
  margin: 0 auto;
  border: 1px solid #cdd8ea;
  border-radius: 10px;
  background: #ffffff;
}

.convocatoria-galeria {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.convocatoria-galeria img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  transition: transform 0.2s ease;
}

.convocatoria-galeria img:hover {
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .convocatoria-hero {
    padding: 30px 22px;
  }

  .convocatoria-titulo {
    font-size: 29px;
  }

  .convocatoria-imagen-destacada {
    width: 100%;
    max-height: 180px;
  }

  .convocatoria-documento iframe {
    width: 100%;
    min-height: 420px;
  }
}
