.ai-b-hero {
  position: relative;
  min-height: 68vh;
  overflow: hidden;
  padding-bottom: clamp(1.8rem, 4.6vw, 3rem);
  background:
    radial-gradient(circle at 82% 17%, rgb(0 210 255 / 15%) 0%, transparent 34%),
    linear-gradient(180deg, #081a34 0%, #113d78 100%);
}

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

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

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

.ai-b-console {
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 18px;
  background: rgb(255 255 255 / 9%);
  padding: 0.9rem;
}

.ai-b-console h3 {
  color: #ffffff;
  font-size: 0.86rem;
  margin-bottom: 0.54rem;
}

.ai-b-console__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.54rem;
}

.ai-b-console__grid article {
  border: 1px solid rgb(255 255 255 / 14%);
  border-radius: 11px;
  background: rgb(8 23 56 / 78%);
  color: #ffffff;
  padding: 0.56rem;
}

.ai-b-console__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;
}

.ai-b-solve,
.ai-b-journey,
.ai-b-grid-4,
.ai-b-outcomes,
.ai-b-opportunities {
  margin-top: 1rem;
}

.ai-b-solve {
  border: 1px solid #d7e4fc;
  border-radius: 18px;
  background: linear-gradient(170deg, #ffffff 0%, #f4f8ff 100%);
  box-shadow: 0 16px 30px rgb(16 36 78 / 8%);
  padding: clamp(0.9rem, 2vw, 1.2rem);
}

.ai-b-solve__cards {
  margin-top: 0.72rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.62rem;
}

.ai-b-solve__cards article {
  border: 1px solid #d3e2fc;
  border-radius: 14px;
  border-top: 3px solid #2f68dc;
  background: #ffffff;
  padding: 0.68rem;
}

.ai-b-journey-section {
  background:
    radial-gradient(circle at 82% 14%, rgb(19 118 255 / 10%) 0%, transparent 34%),
    linear-gradient(180deg, #f4f8ff 0%, #edf4ff 100%);
  padding-bottom: clamp(1.2rem, 3vw, 2rem);
}

.ai-b-deliver-section {
  padding-top: clamp(1.3rem, 3vw, 2.1rem);
}

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

.ai-b-journey::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 8%;
  right: 8%;
  height: 2px;
  background: linear-gradient(90deg, rgb(63 114 222 / 30%) 0%, rgb(63 114 222 / 60%) 100%);
  z-index: 0;
}

.ai-b-journey article {
  position: relative;
  z-index: 1;
  border: 1px solid #d4e2fc;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 18px rgb(20 44 90 / 7%);
  padding: 0.78rem;
}

.ai-b-journey span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(180deg, #2f68dc 0%, #1453d7 100%);
  font-size: 0.74rem;
  font-weight: 700;
  margin-bottom: 0.34rem;
}

.ai-b-journey h3 {
  font-size: 0.86rem;
  line-height: 1.35;
}

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

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

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

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

.ai-b-outcomes article {
  border: 1px solid #d1e0fb;
  border-radius: 13px;
  background: #ffffff;
  box-shadow: 0 10px 18px rgb(20 44 90 / 6%);
  padding: 0.66rem;
  display: grid;
  align-content: start;
  gap: 0.16rem;
}

.ai-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.24rem;
}

.ai-b-outcomes h3 {
  font-size: 0.82rem;
  line-height: 1.35;
}

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

.ai-b-opportunities article {
  border: 1px solid #d3e2fc;
  border-radius: 14px;
  border-top: 3px solid #2f68dc;
  background: radial-gradient(circle at 88% 16%, rgb(16 91 255 / 10%) 0%, transparent 38%), #ffffff;
  box-shadow: 0 12px 20px rgb(20 44 90 / 7%);
  padding: 0.72rem;
  min-height: 126px;
}

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

.ai-b-opportunities h3 {
  font-size: 0.9rem;
  margin-bottom: 0.16rem;
}

.ai-b-opportunities .card__body {
  color: #4b617f;
  font-size: 0.8rem;
  line-height: 1.45;
}

.ai-b-cta {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 17%, rgb(24 241 182 / 15%) 0%, transparent 34%),
    linear-gradient(180deg, #081a52 0%, #003fff 100%);
}

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

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

  .ai-b-console__grid,
  .ai-b-journey,
  .ai-b-grid-4,
  .ai-b-outcomes,
  .ai-b-opportunities,
  .ai-b-solve__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ai-b-journey::before {
    display: none;
  }
}

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

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

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

  .ai-b-console__grid,
  .ai-b-journey,
  .ai-b-grid-4,
  .ai-b-outcomes,
  .ai-b-opportunities,
  .ai-b-solve__cards {
    grid-template-columns: 1fr;
  }

  .ai-b-journey-section {
    padding-bottom: 1rem;
  }

  .ai-b-deliver-section {
    padding-top: 1rem;
  }

  .ai-b-outcomes h3 {
    font-size: 0.86rem;
  }

  .ai-b-opportunities article {
    min-height: 112px;
  }
}
