/* Gérance Section */
.gerance-section {
  padding: clamp(60px, 8vw, 100px) clamp(24px, 5vw, 80px);
  background: #ffffff;
}

.gerance-container {
  max-width: 1400px;
  margin: 0 auto;
}

.gerance-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  margin: 0 0 20px 0;
  color: #1f2937;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

.gerance-content {
  max-width: 800px;
}

.gerance-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4b5563;
  margin: 0 0 24px 0;
  text-align: left;
}

.gerance-highlight {
  font-weight: 600;
  color: #3b82f6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .gerance-section {
    padding: clamp(40px, 6vw, 60px) clamp(16px, 4vw, 24px);
  }

  .gerance-heading {
    font-size: 2rem;
  }

  .gerance-text {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .gerance-heading {
    font-size: 1.75rem;
  }

  .gerance-text {
    font-size: 0.95rem;
  }
}
