.wgt-geo-solutions {
  padding-bottom: var(--padding-76);
  margin-bottom: var(--gap-section-120);
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--background-gray) 80%, transparent) 0%,
    color-mix(in srgb, var(--background-gray) 80%, transparent) 52%,
    color-mix(in srgb, var(--background-white) 80%, transparent) 100%
  );
}

.wgt-geo-solutions .home-inner {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xl-32);
  align-items: center;
}

.wgt-geo-solutions .home-section-head {
  align-items: center;
  width: 100%;
}

.wgt-geo-solutions .home-section-text {
  align-items: center;
}

/* Title: 26px → 38px (375→1920) — same range as .home-section-title */
.wgt-geo-solutions .geo-solutions-title,
.wgt-geo-solutions .geo-solutions-title :is(h1, h2, h3, h4, h5, h6, p) {
  max-width: 824px;
  margin: 0 auto;
  color: var(--text-title);
  font-size: clamp(1.625rem, 1.443rem + 0.7767vw, 2.375rem);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-heading);
  text-align: center;
}

.geo-solutions-chips {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-md-12);
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1044px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.geo-solutions-chip {
  display: inline-flex;
  gap: var(--gap-sm-8);
  align-items: center;
  justify-content: center;
  padding: var(--padding-sm-12) var(--padding-md-14);
  overflow: hidden;
  border: 1px solid var(--border-default-purple);
  border-radius: var(--radius-full);
  background: var(--background-white);
  color: var(--text-body);
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-body);
  white-space: nowrap;
}

.geo-solutions-chip img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.geo-solutions-chip-icon {
  width: 46px;
  height: 46px;
  padding: var(--padding-sm-12);
}

@media (max-width: 768px) {
  .wgt-geo-solutions {
    padding-bottom: var(--padding-xl-32);
    margin-bottom: var(--padding-4xl-80);
  }

  .geo-solutions-chips {
    gap: var(--gap-sm-8);
  }

  .geo-solutions-chip {
    line-height: var(--line-height-caption);
  }

  .wgt-geo-solutions .geo-solutions-title,
  .wgt-geo-solutions .geo-solutions-title :is(h1, h2, h3, h4, h5, h6, p) {
    line-height: var(--line-height-display);
  }

  .geo-solutions-chip img {
    width: 20px;
    height: 20px;
  }

  .geo-solutions-chip-icon {
    width: 44px;
    height: 44px;
  }
}
