/* Saint Global — bottom CTA banner (section-106) */

.body-76 .section-106 {
  margin-top: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
  padding: 0 clamp(1.25rem, 5vw, 3rem);
}

.body-76 .section-106 .div-block-800 {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.body-76 .section-106 .div-block-788.change {
  width: 100%;
  margin: 0;
  padding: clamp(3rem, 6vw, 4.25rem) clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  filter: none;
  box-shadow: 0 18px 42px rgba(10, 30, 38, 0.18);
  background-position: center;
  background-size: cover;
}

.body-76 .section-106 .div-block-788.change::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(8, 28, 38, 0.9) 0%, rgba(38, 85, 106, 0.72) 50%, rgba(8, 28, 38, 0.88) 100%),
    radial-gradient(circle at 50% 0%, rgba(97, 190, 193, 0.22), transparent 58%);
  pointer-events: none;
}

.body-76 .section-106 .sg-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.body-76 .section-106 .image-568 {
  width: clamp(44px, 5vw, 58px);
  height: auto;
  margin-bottom: 1.15rem;
  opacity: 0.96;
}

.body-76 .section-106 .heading-1033.size {
  margin: 0 0 1.65rem;
  color: #fff;
  font-family: corporate-a, serif;
  font-size: clamp(1.95rem, 4vw, 2.85rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.body-76 .section-106 .sg-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 0.9rem;
}

.body-76 .section-106 .button-69.colour-cng {
  margin-top: 0;
  padding: 0.88rem 1.7rem;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #61bec1 0%, #4a9fa6 100%);
  color: #fff;
  font-family: Mulish, sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  box-shadow: 0 10px 24px rgba(10, 30, 38, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.body-76 .section-106 .button-69.colour-cng:hover,
.body-76 .section-106 .button-69.colour-cng:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(10, 30, 38, 0.3);
  color: #fff;
}

.body-76 .section-106 .sg-cta__divider {
  color: rgba(255, 255, 255, 0.42);
  font-family: Mulish, sans-serif;
  font-size: 0.82rem;
  font-style: italic;
  font-weight: 500;
}

.body-76 .section-106 .link-107 {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: Mulish, sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  padding-bottom: 2px;
  transition: color 180ms ease, border-color 180ms ease;
}

.body-76 .section-106 .link-107:hover,
.body-76 .section-106 .link-107:focus-visible {
  color: #fff;
  border-color: rgba(97, 190, 193, 0.95);
}

@media screen and (max-width: 767px) {
  .body-76 .section-106 .sg-cta__actions {
    flex-direction: column;
    gap: 0.85rem;
  }

  .body-76 .section-106 .sg-cta__divider {
    display: none;
  }

  .body-76 .section-106 .button-69.colour-cng {
    width: min(100%, 280px);
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .body-76 .section-106 .button-69.colour-cng {
    transition: none;
  }

  .body-76 .section-106 .button-69.colour-cng:hover,
  .body-76 .section-106 .button-69.colour-cng:focus-visible {
    transform: none;
  }
}
