/* Slide: Oportunidad — mismo ritmo visual que el resto del deck */
.opportunity-slide .slide-inner {
  justify-content: center;
  padding: 1.1em 1.6em;
  gap: 0.5em;
}

.opportunity-slide .opp-slide-lead {
  margin: 0.2em 0 0.6em;
  max-width: 42em;
}

.opportunity-hub {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.88fr) minmax(0, 1fr);
  gap: 0.85em;
  align-items: stretch;
  margin-top: 0.35em;
  position: relative;
  flex: 1;
  min-height: 0;
  max-height: 62vh;
}

.opportunity-hub::before {
  content: "";
  position: absolute;
  top: 42%;
  left: 16%;
  right: 16%;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--senati-blue-light),
    var(--lime),
    var(--senati-blue-light)
  );
  opacity: 0.45;
  z-index: 0;
  pointer-events: none;
}

.opp-pillar {
  position: relative;
  z-index: 1;
  border-radius: 14px;
  padding: 0.85em 0.75em;
  min-width: 0;
  font-size: 0.48em;
  border: 1px solid var(--border);
  background: rgba(8, 10, 18, 0.78);
  backdrop-filter: blur(14px);
  display: flex;
  flex-direction: column;
  gap: 0.55em;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.opp-pillar__head {
  display: flex;
  align-items: center;
  gap: 0.45em;
  min-width: 0;
}

.opp-pillar:hover {
  transform: translateY(-4px);
  border-color: rgba(45, 111, 217, 0.55);
  box-shadow: 0 12px 40px rgba(0, 71, 186, 0.25);
}

.opp-pillar__icon {
  font-family: "Syne", sans-serif;
  font-size: 1em;
  font-weight: 800;
  flex: 0 0 auto;
  width: 1.65em;
  height: 1.65em;
  line-height: 1.65em;
  text-align: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--text);
}

.opp-pillar--research .opp-pillar__icon {
  background: rgba(0, 71, 186, 0.45);
  color: #fff;
}

.opp-pillar--industry .opp-pillar__icon {
  background: rgba(184, 255, 60, 0.25);
  color: var(--lime);
}

.opp-pillar__title {
  font-family: "Syne", sans-serif;
  font-size: 1.25em;
  font-weight: 800;
  margin: 0;
  line-height: 1.15;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  flex: 1 1 auto;
  min-width: 0;
}

.opp-pillar--research .opp-pillar__title { color: var(--senati-blue-light); }
.opp-pillar--industry .opp-pillar__title { color: var(--lime); }

.opp-pillar__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.92em;
  line-height: 1.45;
  color: var(--muted);
}

.opp-pillar__list li {
  padding: 0.35em 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.opp-pillar__list li:last-child {
  border-bottom: none;
}

.opp-pillar__list strong {
  color: var(--text);
  font-weight: 600;
}

.opp-core {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0.9em 0.65em;
  border-radius: 14px;
  border: 2px solid var(--senati-blue);
  background: linear-gradient(
    165deg,
    rgba(0, 71, 186, 0.35) 0%,
    rgba(5, 5, 8, 0.9) 55%
  );
  box-shadow: var(--glow-senati), inset 0 0 40px rgba(0, 71, 186, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.65em;
  min-width: 0;
  font-size: 0.48em;
}

.opp-core__brand {
  font-family: "Syne", sans-serif;
  font-size: 1.35em;
  font-weight: 800;
  color: var(--senati-blue-light);
  letter-spacing: 0.02em;
  line-height: 1.1;
}

.opp-core__brand-sub {
  font-size: 0.88em;
  letter-spacing: 0.06em;
}

.opp-core__cycle {
  font-size: 0.82em;
  line-height: 1.4;
  color: var(--text);
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.35em;
  margin: 0;
}

.opp-core__cycle span {
  display: inline-block;
  padding: 0.25em 0.45em;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  white-space: nowrap;
}

/* Slide 2b — laboratorios */
.opportunity-slide--labs .slide-inner {
  justify-content: center;
}

.opp-labs-strip--solo {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0.5em;
  padding: 1.1em 1em;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border);
  max-height: 58vh;
}

.opp-labs-strip__label {
  font-size: 0.42em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 0.75em;
  display: block;
  text-align: center;
}

.opp-labs-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55em;
  justify-content: center;
  row-gap: 0.45em;
}

.opp-lab-chip {
  font-size: 0.46em;
  font-weight: 600;
  padding: 0.45em 0.75em;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 71, 186, 0.2);
  color: var(--text);
  white-space: nowrap;
  text-align: center;
}

.opp-lab-chip--active {
  border-color: var(--senati-blue-light);
  box-shadow: 0 0 16px rgba(45, 111, 217, 0.35);
}

.opportunity-slide .opp-lab-chip small {
  display: block;
  font-size: 0.82em;
  font-weight: 400;
  color: var(--muted);
  margin-top: 0.15em;
  line-height: 1.2;
}

.opportunity-slide--labs .opp-global-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45em;
  justify-content: center;
  margin-top: 1em;
  font-size: 0.38em;
  color: var(--muted);
  line-height: 1.35;
}

.opp-global-row span {
  padding: 0.35em 0.65em;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 900px) {
  .opportunity-hub {
    grid-template-columns: 1fr;
    max-height: none;
  }
  .opportunity-hub::before {
    display: none;
  }
}
