.snet-fullwidth .promo-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 80px 20px;
  background: #f0f4f8;
}

.snet-fullwidth .promo-heading {
  position: relative;
  display: inline-block;
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  color: #0f5ea8;
  margin-bottom: 1rem;
  font-weight: 700;
}
.snet-fullwidth .promo-heading::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(40px, 6vw, 60px);
  height: 3px;
  background: #00e291;
  border-radius: 2px;
}

.snet-fullwidth .promo-subtitle {
  max-width: 700px;
  margin: 1rem auto 0.75rem;
  color: #1f2937;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  line-height: 1.6;
}

.snet-fullwidth .promo-services {
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  margin-bottom: 30px;
  color: #004aad;
  font-weight: 600;
}

.snet-fullwidth a.promo-button {
  display: inline-block;
  padding: 12px 28px;
  font-size: 1rem;
  color: #fff;
  background-color: #0073e6;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.snet-fullwidth a.promo-button:hover {
  background: #0088c2;
  box-shadow: 0 0 15px rgba(0,175,240,0.4);
  transform: translateY(-2px);
}
