
/* v24: approved movement-science icons + opaque header */
.site-header {
  background: #ffffff !important;
  opacity: 1 !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: 0 1px 0 rgba(13,43,82,0.10);
}
.site-header nav,
.site-header .brand,
.site-header .header-cta {
  position: relative;
  z-index: 2;
}

.stage-icon {
  padding: 0.8rem;
  font-size: 0;
}
.stage-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.stage-card-grid article {
  justify-content: flex-start;
}
.stage-card-grid article p {
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
}
@media (max-width: 700px) {
  .stage-icon {
    padding: 0.68rem;
  }
}
