/* =============================================
   Geo Clients Section - Region-specific clients
   ============================================= */

.geo-clients-section {
  padding: 20px 40px 60px;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.geo-clients-title {
  font-size: clamp(1.6rem, 3vw, 2rem);
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 36px;
}

/* Text fallback card for clients without a logo image */
.hc-logo-item.geo-client-text-card {
  flex-direction: column;
  gap: 4px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fafafa;
  padding: 18px 14px;
}

.geo-client-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a1a2e;
  line-height: 1.3;
}

.geo-client-country {
  font-size: 0.78rem;
  color: #777;
}

@media (max-width: 768px) {
  .geo-clients-section {
    padding: 10px 20px 40px;
  }
}
