/* === Fullwidth About Reach Section === */
.snet-fullwidth .about-reach-section {
  padding: clamp(3rem, 5vw, 6rem) 5%;
  background: #111;
  color: #fff;
  text-align: center; 
  margin: 0 auto;
  max-width: 100%;
  box-sizing: border-box;
}

/* Section Title */
.about-reach-section .section-title {
  font-size: clamp(1.6rem, 2vw + 1rem, 2.4rem);
  color: inherit;
  margin-bottom: clamp(0.5rem, 1vw, 1rem);
  font-weight: 700;
}

/* Section Description */
.about-reach-section .section-description {
  max-width: 700px;
  margin: 0 auto clamp(1.5rem, 3vw, 3rem);
  font-size: clamp(1rem, 0.5vw + 0.9rem, 1.2rem);
  line-height: 1.6;
  color: inherit;
}

.reach-grid {
  margin: 0 auto;
}

/* =========================
   CARD
========================= */
.reach-card {
  background: #222;
  border-radius: 12px;
  padding: clamp(1.2rem, 2vw, 2rem);
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.reach-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);
}

/* Icon */
.reach-card i {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  color: #81d742;
  margin-bottom: 1rem;
  display: inline-block;
}

/* Title */
.reach-title {
  font-size: clamp(1.1rem, 1vw + 0.8rem, 1.4rem);
  margin-bottom: 0.5rem;
  color: inherit;
  font-weight: 600;
}

/* Subtitle */
.reach-subtitle {
  font-size: clamp(0.95rem, 0.5vw + 0.85rem, 1rem);
  color: #ccc;
  line-height: 1.6;
}
