/* Spring 2026 campaign overrides — loaded after si-core-agentic.css */

.promo-wrapper {
  background: #9E007E url("https://cdn.siteimprove.net/idp/assets/images/spring-2026/bg.png") top / cover no-repeat;
  margin-top: 0;
  padding-top: 0;
  justify-content: center;
}

.promo-text {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  width: 60%;
  text-align: start;
}
.promo-text h1 {
  color: #fff;
  display: block;
  font-size: 3vw;
  font-weight: 600;
  margin: 0;
  margin-bottom: 1rem;
  text-align: start;
}
.promo-text p {
  color: #fff;
  display: block;
  font-size: 1.4vw;
  font-weight: 400;
  letter-spacing: 0.125rem;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 3rem;
  text-align: start;
}
.promo-graphic-container {
  width: 22vw;
  z-index: 1;
  position: relative;
}

@media (min-width: 1440px) {
  .promo-graphic-container {
    width: 18vw;
  }
}

@media (min-width: 2560px) {
  .promo-graphic-container {
    width: 12vw;
  }
}
.promo-graphic {
  width: 100%;
  margin: 0;
}
