.wp-b-hero {
  position: relative;
  min-height: 68vh;
  overflow: hidden;
  padding-bottom: clamp(1.8rem, 4.6vw, 3rem);
  background:
    radial-gradient(circle at 84% 16%, rgb(0 195 255 / 16%) 0%, transparent 34%),
    linear-gradient(180deg, #071832 0%, #123972 100%);
}

.wp-b-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(1.2rem, 2.6vw, 2.3rem);
}

.wp-b-hero__title {
  color: #ffffff;
  font-size: clamp(2rem, 4.3vw, 3.45rem);
  line-height: 1.08;
  max-width: 15ch;
}

.wp-b-hero__cta {
  margin-top: 1rem;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
}

.wp-b-panel {
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 18px;
  background: rgb(255 255 255 / 8%);
  padding: 0.9rem;
}

.wp-b-panel h3 {
  color: #ffffff;
  font-size: 0.86rem;
  margin-bottom: 0.62rem;
}

.wp-b-panel__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.44rem;
}

.wp-b-panel__grid article {
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 11px;
  background: rgb(8 25 60 / 76%);
  padding: 0.5rem 0.56rem;
  color: #ffffff;
}

.wp-b-panel__grid i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8fd6ff;
  background: rgb(143 214 255 / 14%);
  margin-bottom: 0.2rem;
}

.wp-b-grid-4,
.wp-b-scenarios,
.wp-b-outcomes {
  margin-top: 1rem;
}

.wp-b-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.62rem;
}

.wp-b-card {
  border: 1px solid #d6e3fb;
  border-radius: 12px;
  background: #ffffff;
  padding: 0.76rem;
}

.wp-b-card i {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a53d9;
  background: #e8f0ff;
  margin-bottom: 0.32rem;
}

.wp-b-scenarios {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.66rem;
}

.wp-b-scenarios article {
  border: 1px solid #d6e3fb;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 18px rgb(20 44 90 / 6%);
  padding: 0.84rem;
}

.wp-b-scenarios h3 {
  font-size: 0.95rem;
  margin-bottom: 0.22rem;
}

.wp-b-scenarios--v2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.72rem;
}

.wp-b-scenarios--v2 article {
  border-top: 3px solid #2f68dc;
  display: grid;
  gap: 0.44rem;
}

.wp-b-scenarios--v2 h3 {
  margin-bottom: 0.2rem;
}

.wp-b-split {
  border: 1px solid #dbe7fd;
  border-radius: 10px;
  background: #f7faff;
  padding: 0.42rem 0.5rem;
}

.wp-b-split strong {
  display: block;
  color: #2a4d86;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 0.14rem;
}

.wp-b-split p {
  color: #4b617f;
  font-size: 0.78rem;
  line-height: 1.4;
}

.wp-b-outcomes {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.62rem;
}

.wp-b-outcomes article {
  border: 1px solid #cfdefb;
  border-radius: 13px;
  background: #ffffff;
  box-shadow: 0 10px 18px rgb(20 44 90 / 6%);
  padding: 0.68rem 0.6rem;
}

.wp-b-outcomes i {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1a53d9;
  background: #e8f0ff;
  margin-bottom: 0.34rem;
}

.wp-b-outcomes h3 {
  font-size: 0.84rem;
}

.wp-b-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 18%, rgb(20 240 181 / 15%) 0%, transparent 34%),
    linear-gradient(180deg, #091a4d 0%, #003dff 100%);
}

.wp-b-cta__shell {
  position: relative;
  z-index: 1;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 18px;
  background: rgb(255 255 255 / 6%);
  padding: clamp(1.2rem, 2.2vw, 1.8rem);
}

.cta-particles-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

@media (width <= 1024px) {
  .wp-b-hero {
    min-height: auto;
  }

  .wp-b-hero__grid {
    grid-template-columns: 1fr;
  }

  .wp-b-grid-4,
  .wp-b-scenarios,
  .wp-b-outcomes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (width <= 640px) {
  .wp-b-hero {
    padding-bottom: 2.6rem;
  }

  .wp-b-panel {
    padding: 0.74rem;
  }

  .wp-b-hero__title {
    max-width: 13ch;
  }

  .wp-b-hero__cta {
    width: 100%;
    justify-content: center;
  }

  .wp-b-panel__grid,
  .wp-b-grid-4,
  .wp-b-scenarios,
  .wp-b-outcomes {
    grid-template-columns: 1fr;
  }

  .wp-b-split {
    padding: 0.38rem 0.46rem;
  }
}
