/* ============================================================
   SEÇÃO — Features Grid (6 cards)
============================================================ */
.features-section {
  padding: 120px 24px;
  position: relative;
}

.features-header {
  text-align: center;
  margin-bottom: 72px;
}

.features-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
