.am-b-hero {
  position: relative;
  min-height: 68vh;
  overflow: hidden;
  padding-bottom: clamp(1.75rem, 4.5vw, 3rem);
  background:
    radial-gradient(circle at 78% 20%, rgb(0 195 255 / 18%) 0%, transparent 35%),
    linear-gradient(180deg, #07152f 0%, #112f64 100%);
}

.am-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.2rem);
}

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

.am-b-hero__cta {
  margin-top: clamp(1rem, 2vw, 1.4rem);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.am-b-board {
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 18px;
  background: rgb(255 255 255 / 8%);
  padding: 0.86rem;
  display: grid;
  gap: 0.6rem;
}

.am-b-board__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}

.am-b-board__head h3 {
  color: #ffffff;
  font-size: 0.86rem;
}

.am-b-board__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.56rem;
}

.am-b-board__grid article {
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 12px;
  background: rgb(8 24 58 / 76%);
  color: #ffffff;
  padding: 0.64rem;
}

.am-b-board__grid h4 {
  display: flex;
  align-items: center;
  gap: 0.32rem;
  font-size: 0.83rem;
  margin-bottom: 0.22rem;
}

.am-b-board__icon {
  width: 22px;
  height: 22px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8fd6ff;
  background: rgb(143 214 255 / 14%);
  font-size: 0.7rem;
}

.am-b-board__grid p {
  color: rgb(255 255 255 / 76%);
  font-size: 0.75rem;
}

.am-b-board__rail {
  display: flex;
  flex-wrap: wrap;
  gap: 0.34rem;
}

.am-b-board__rail span {
  border: 1px solid rgb(143 214 255 / 34%);
  border-radius: 999px;
  background: rgb(143 214 255 / 10%);
  color: rgb(215 242 255);
  font-size: 0.68rem;
  padding: 0.2rem 0.45rem;
}

.am-b-solve,
.am-b-deliver,
.am-b-scenarios,
.am-b-outcomes {
  margin-top: 1rem;
}

.am-b-solve {
  border: 1px solid #d7e3fb;
  border-radius: 20px;
  background:
    radial-gradient(circle at 12% 14%, rgb(16 91 255 / 10%) 0%, transparent 45%),
    linear-gradient(160deg, #ffffff 0%, #f3f8ff 100%);
  box-shadow: 0 20px 36px rgb(13 33 78 / 9%);
  padding: clamp(1rem, 2.2vw, 1.45rem);
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: clamp(0.9rem, 2vw, 1.4rem);
}

.am-b-kicker {
  display: inline-flex;
  align-items: center;
  border: 1px solid #c8dafc;
  border-radius: 999px;
  background: #edf4ff;
  color: #1d4fbf;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.24rem 0.58rem;
  margin-bottom: 0.62rem;
}

.am-b-solve__impact {
  margin-top: 0.6rem;
  border-left: 3px solid #2b67de;
  padding-left: 0.62rem;
  color: #324c75;
  font-size: 0.9rem;
  font-weight: 600;
}

.am-b-solve__cards {
  display: grid;
  gap: 0.58rem;
}

.am-b-solve__cards article {
  border: 1px solid #d3e2fb;
  border-radius: 14px;
  border-top: 3px solid #3f72de;
  background: #ffffff;
  padding: 0.7rem;
  box-shadow: 0 10px 18px rgb(20 44 90 / 8%);
  display: block;
}

.am-b-solve__cards i {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #235fd8;
  background: #e6efff;
  margin-bottom: 0.44rem;
}

.am-b-solve__cards h3 {
  font-size: 0.92rem;
  margin-bottom: 0.16rem;
}

.am-b-solve__cards p {
  color: #4b617f;
  font-size: 0.8rem;
}

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

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

.am-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;
}

.am-b-scenarios {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.66rem;
}

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

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

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

.am-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;
}

.am-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;
}

.am-b-outcomes h3 {
  font-size: 0.84rem;
  margin-bottom: 0.18rem;
}

.am-b-outcomes p {
  color: #4a5f7b;
  font-size: 0.75rem;
  line-height: 1.4;
}

.am-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%);
}

.am-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) {
  .am-b-hero {
    min-height: auto;
  }

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

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

  .am-b-solve,
  .am-b-scenarios {
    grid-template-columns: 1fr;
  }
}

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

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

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

  .am-b-board {
    padding: 0.74rem;
  }

  .am-b-board__head {
    flex-direction: column;
    align-items: flex-start;
  }

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