.solutions-hero {
  position: relative;
  background:
    radial-gradient(110% 150% at 14% 8%, rgba(96, 145, 255, 0.24) 0%, rgba(96, 145, 255, 0) 50%),
    linear-gradient(140deg, #061234 0%, #0b2360 48%, #1b3f92 100%);
  color: var(--white);
  overflow: hidden;
}

.solutions-hero::before {
  content: "";
  position: absolute;
  inset: -24% -12%;
  pointer-events: none;
  background:
    radial-gradient(290px 220px at 14% 82%, rgba(166, 208, 255, 0.18), rgba(166, 208, 255, 0) 74%),
    radial-gradient(360px 260px at 36% 24%, rgba(123, 179, 255, 0.2), rgba(123, 179, 255, 0) 76%),
    radial-gradient(280px 220px at 74% 68%, rgba(144, 196, 255, 0.16), rgba(144, 196, 255, 0) 74%);
  mix-blend-mode: screen;
  opacity: 0.78;
  filter: blur(1px);
  animation: solutionsHeroOrbsDriftSlow 26s ease-in-out infinite alternate;
}

.solutions-hero::after {
  content: "";
  position: absolute;
  inset: -18% -8%;
  pointer-events: none;
  opacity: 0.68;
  background:
    radial-gradient(230px 170px at 22% 36%, rgba(181, 220, 255, 0.14), rgba(181, 220, 255, 0) 72%),
    radial-gradient(320px 240px at 56% 84%, rgba(139, 193, 255, 0.18), rgba(139, 193, 255, 0) 74%),
    radial-gradient(260px 190px at 84% 26%, rgba(165, 210, 255, 0.16), rgba(165, 210, 255, 0) 74%);
  filter: blur(2px);
  animation: solutionsHeroOrbsDriftFast 17s ease-in-out infinite alternate;
}

.solutions-hero .container {
  position: relative;
  z-index: 1;
  min-height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 0.9rem 0.7rem;
}

.solutions-hero .row {
  justify-content: center;
  width: 100%;
}

.solutions-hero .row > .col-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.solutions-hero-content {
  text-align: center;
  width: 100%;
}

.solutions-hero-visual {
  display: none;
}

.solutions-hero-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  font-weight: 700;
  color: #8bcaff;
  margin-block-end: 0.9rem;
}

.solutions-hero-title {
  color: #f1f7ff;
  font-size: clamp(2rem, 3.1vw, 3.15rem);
  line-height: 1.12;
  margin-block-end: 1rem;
}

.solutions-hero-lead {
  color: #c0d8ef;
  font-size: 1.08rem;
  width: 100%;
  max-width: none;
  line-height: 1.6;
  text-align: center;
  margin-block-end: 0.95rem;
}

@keyframes solutionsHeroOrbsDriftSlow {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(2.5%, -2.2%, 0) scale(1.04);
  }
}

@keyframes solutionsHeroOrbsDriftFast {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }
  to {
    transform: translate3d(-3.4%, 2.6%, 0) scale(1.08);
  }
}


.solutions-cards-section {
  background: var(--lighter-blue);
  padding-block: 3.5rem 4.25rem;
}

.solutions-group-section + .solutions-group-section {
  margin-block-start: 2.4rem;
}

.solutions-group-header {
  margin-block-end: 1rem;
}

.solutions-group-heading {
  margin: 0;
  font-size: clamp(1.2rem, 1.8vw, 1.6rem);
  color: #113a5c;
}

.solutions-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
  justify-items: center;
}

.solution-card {
  position: relative;
  background: var(--white);
  border: 1px solid rgba(30, 144, 255, 0.14);
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(20, 52, 84, 0.08);
  padding: 1.25rem 1.2rem 1.15rem;
  display: flex;
  flex-direction: column;
  min-height: 305px;
  width: 100%;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  isolation: isolate;
  overflow: hidden;
}

.solution-card:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 144, 255, 0.3);
  box-shadow: 0 16px 34px rgba(20, 52, 84, 0.14);
}

.solution-card-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
  margin-block-end: 0.95rem;
}

.solution-group {
  background: rgba(30, 144, 255, 0.09);
  color: #0b4d80;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 0.26rem 0.68rem;
  white-space: nowrap;
}

.solution-title {
  position: relative;
  z-index: 1;
  font-size: 1.08rem;
  line-height: 1.3;
  margin-block-end: 0.65rem;
}

.solution-summary {
  position: relative;
  z-index: 1;
  color: var(--text-light);
  font-size: 0.93rem;
  line-height: 1.52;
  margin-block-end: 1rem;
  min-height: 4.7rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.solution-link {
  position: relative;
  z-index: 1;
  margin-block-start: auto;
  font-weight: 700;
  font-size: 0.9rem;
}

.solution-bg-icon {
  position: absolute;
  inset-inline-end: 0.9rem;
  inset-block-end: 0.8rem;
  color: rgba(11, 77, 128, 0.11);
  font-size: clamp(5.6rem, 7vw, 7.4rem);
  line-height: 1;
  pointer-events: none;
  z-index: 0;
}

[dir="rtl"] .solution-link i {
  transform: rotate(180deg);
}

@media (min-width: 576px) {
  .solutions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
  }

  .solution-card {
    max-width: 420px;
  }

  .solutions-grid > .solution-card:last-child:nth-child(2n + 1) {
    grid-column: 1 / -1;
    justify-self: center;
  }
}

@media (min-width: 992px) {
  .solutions-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.3rem;
    justify-content: center;
  }

  .solution-card {
    min-height: 315px;
    max-width: 420px;
  }

  .solutions-grid > .solution-card:last-child:nth-child(3n + 1) {
    grid-column: 2;
    justify-self: center;
  }

  .solutions-grid > .solution-card:nth-last-child(2):nth-child(3n + 1) {
    grid-column: 2;
  }

  .solutions-grid > .solution-card:last-child:nth-child(3n + 2) {
    grid-column: 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  .solutions-hero::before,
  .solutions-hero::after {
    animation: none !important;
    transform: none !important;
  }
}
