.elementor-343 .elementor-element.elementor-element-3a96be7{--display:flex;overflow:visible;}/* Start custom CSS *//* =========================
   SERVIÇOS
========================= */

.services {
  padding: 120px 0;
  background: #ffffff;
}

.services-header {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 80px;
}

.services-eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: 3px;
  color: #16a34a;
  margin-bottom: 16px;
}

.services-header h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #020617;
}

.services-header p {
  font-size: 16px;
  color: #475569;
  line-height: 1.7;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

/* CARD */
.service-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 36px;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: #22c55e;
  box-shadow: 0 20px 40px rgba(34,197,94,0.18);
}

/* TÍTULO */
.service-card h2 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #020617;
}

/* TEXTO */
.service-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
}

/* LISTA */
.service-card ul {
  margin-top: 16px;
  padding-left: 18px;
}

.service-card li {
  font-size: 14px;
  color: #475569;
  margin-bottom: 6px;
}/* End custom CSS */