.science-hero-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(96, 165, 250, 0.2);
  border-radius: 1.5rem;
  background:
    linear-gradient(180deg, rgba(22, 32, 64, 0.94) 0%, rgba(10, 22, 40, 0.98) 100%);
  box-shadow:
    0 24px 80px rgba(2, 6, 23, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.science-hero-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.18), transparent 38%),
    radial-gradient(circle at bottom left, rgba(56, 189, 248, 0.12), transparent 32%);
  pointer-events: none;
}

.science-hero-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.science-hero-caption {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem;
  padding: 0.55rem 0.9rem;
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 9999px;
  background: rgba(10, 22, 40, 0.76);
  color: #bfdbfe;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.science-hero-caption::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 9999px;
  background: #38bdf8;
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.65);
}

.science-hero-wrap {
  max-width: 70rem;
  margin: 2.75rem auto 0;
}

@media (min-width: 1024px) {
  .science-hero-wrap {
    margin-top: 3.25rem;
  }
}
