.gw-impact-section {
  padding: clamp(2rem, 5vw, 4rem) 0;
  background: #FFFFFF;
  border-top: 1px solid rgba(13, 110, 253, 0.06);
  border-bottom: 1px solid rgba(13, 110, 253, 0.06);
  position: relative;
  overflow: hidden;
}

.gw-impact-section::before {
  content: '';
  position: absolute;
  top: -80px;
  left: -80px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle at top left, rgba(13, 110, 253, 0.05), transparent 70%);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}

/* العناوين */
.gw-section-title {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 800;
  color: var(--bs-dark);
  margin-bottom: 1rem;
}

.gw-section-lead {
  color: rgba(33, 37, 41, 0.75);
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

/* الكروت */
.gw-counter {
  background: #FFFFFF;
  border: 1px solid var(--card-tone-border);
  border-radius: 1.25rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
  box-shadow: var(--card-tone-shadow);
  transition: all 0.3s ease;
}

.gw-counter:hover {
  transform: translateY(-4px);
  box-shadow: var(--card-tone-hover-shadow);
}

.gw-counter i {
  font-size: 2rem;
  color: var(--bs-primary);
  margin-bottom: 0.75rem;
  display: inline-block;
}

.gw-counter .number {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 800;
  color: var(--bs-dark);
}

.gw-counter .label {
  font-size: 0.95rem;
  color: rgba(33, 37, 41, 0.75);
  font-weight: 600;
  margin-top: 0.35rem;
}

/* RTL support */
[dir='rtl'] .gw-impact-section {
  text-align: right;
}

/* responsiveness */
@media (max-width: 768px) {
  .gw-counter {
    padding: 1.25rem;
  }

  .gw-counter i {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
  }

  .gw-counter .number {
    font-size: 1.75rem;
  }

  .gw-counter .label {
    font-size: 0.85rem;
  }
}
/* Ultra-Compact Landing Stats for Mobile */
@media (max-width: 576px) {

  .landing-stats-card {
    padding: 0.5rem 0.5rem !important;
    box-shadow: 0 5px 14px rgba(15, 36, 84, 0.05) !important;
    gap:0px !important;
  }

  .landing-stats-icon i {
    font-size: 1.2rem !important;
    margin-bottom: 0.15rem !important;
  }

  .landing-stats-value {
    font-size: 1.45rem !important;
    margin-top: 0.2rem !important;
    font-weight: 800;
  }

  .landing-stats-label {
    font-size: 0.82rem !important;
    margin-top: 0.15rem !important;
  }

  .landing-stats-text {
    font-size: 0.72rem !important;
    line-height: 1.3 !important;
    margin-top: 0.2rem !important;
  }

  /* تقليل المسافات بين الكروت */
  .landing-stats .col-12.col-sm-6 {
    margin-bottom: 0.4rem !important;
  }

  /* تقليل المسافات العامة في السيكشن */
  .landing-stats {
    padding: 1.2rem 0 !important;
  }
}
