.elementor-34 .elementor-element.elementor-element-028a40f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9f1e4d0 *//* =========================
   BASE
   ========================= */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  color: #111827;
  background: #ffffff;
}

section {
  padding: 80px 20px;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
}

h1 {
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
}

h2 {
  font-size: 32px;
  line-height: 1.25;
  margin-bottom: 18px;
}

h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

p {
  font-size: 16px;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 16px;
}

/* =========================
   FUNDOS
   ========================= */
.bg-soft {
  background: #f9fafb;
}

/* =========================
   HERO
   ========================= */
.hero p {
  max-width: 760px;
}

/* =========================
   STEPS
   ========================= */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 30px;
}

.step {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 22px;
  background: #ffffff;
}

.step .num {
  display: block;
  font-weight: 800;
  font-size: 14px;
  color: #1F7A17;
  margin-bottom: 10px;
}

/* =========================
   LISTA
   ========================= */
.lista {
  list-style: none;
  margin-top: 18px;
}

.lista li {
  margin-bottom: 10px;
  font-weight: 600;
}

/* =========================
   CTA
   ========================= */
.cta-final {
  background: #0b1220;
  color: #ffffff;
}

.cta-final h2 {
  color: #ffffff;
}

.botoes {
  display: flex;
  gap: 14px;
  margin-top: 20px;
}

.btn {
  padding: 12px 22px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
}

.btn-principal {
  background: #3BD12B;
  color: #0b1220;
}

.btn-secundario {
  border: 2px solid #3BD12B;
  color: #ffffff;
}

/* =========================
   RESPONSIVO
   ========================= */
@media (max-width: 900px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 26px;
  }

  .steps {
    grid-template-columns: 1fr;
  }

  .botoes {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */