.elementor-177 .elementor-element.elementor-element-a9d36a8{--display:flex;overflow:visible;}.elementor-177 .elementor-element.elementor-element-a757f36.elementor-element{--align-self:center;}@media(min-width:768px){.elementor-177 .elementor-element.elementor-element-a9d36a8{--width:1200%;}}/* Start custom CSS *//* =========================
   BLOG – FUNDO BRANCO
========================= */

.blog {
  padding: 120px 0;
  background: #ffffff;
}

.blog-header {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 80px;
}

.blog-eyebrow {
  display: block;
  font-size: 12px;
  letter-spacing: 3px;
  color: #16a34a;
  margin-bottom: 16px;
}

.blog-header h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #020617;
}

.blog-header p {
  font-size: 16px;
  color: #475569;
  line-height: 1.7;
}

/* GRID */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
}

/* CARD */
.blog-card {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 36px;
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  border-color: #22c55e;
  box-shadow: 0 20px 40px rgba(34, 197, 94, 0.18);
}

/* TAG */
.blog-tag {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 2px;
  color: #16a34a;
  margin-bottom: 16px;
}

/* TÍTULO */
.blog-card h2 {
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.4;
  color: #020617;
}

/* TEXTO */
.blog-card p {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 24px;
}

/* LINK */
.blog-card a {
  font-size: 14px;
  font-weight: 600;
  color: #16a34a;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.blog-card a:hover {
  text-decoration: underline;
}/* End custom CSS */