.elementor-1835 .elementor-element.elementor-element-cabbb31{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* ===== BASE ===== */
.seo-eletrica {
  font-family: 'Segoe UI', Arial, sans-serif;
  line-height: 1.7;
  color: #1a1a1a;
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

/* ===== TÍTULOS ===== */
.seo-eletrica h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0d0d0d;
}

.seo-eletrica h2 {
  font-size: 24px;
  margin-top: 35px;
  margin-bottom: 10px;
  padding-left: 14px;
  border-left: 6px solid #ffc107;
  position: relative;
}

.seo-eletrica h2::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: #ffc107;
  margin-top: 6px;
}

.seo-eletrica h3 {
  font-size: 19px;
  margin-top: 20px;
  color: #333;
}

/* ===== TEXTO ===== */
.seo-eletrica p {
  font-size: 16px;
  margin-bottom: 15px;
}

/* ===== LISTAS ===== */
.seo-eletrica ul {
  margin-left: 20px;
  margin-bottom: 15px;
}

.seo-eletrica ul li {
  margin-bottom: 8px;
  padding-left: 5px;
}

/* ===== DESTAQUE IMPORTANTE ===== */
.destaque {
  background: #fff8e1;
  border-left: 5px solid #ffc107;
  padding: 15px;
  border-radius: 6px;
  margin: 20px 0;
}

/* ===== ALERTA ===== */
.alerta {
  background: #ffe5e5;
  border-left: 5px solid #ff4d4d;
  padding: 15px;
  border-radius: 6px;
  margin: 20px 0;
}

/* ===== CTA PREMIUM ===== */
.cta {
  background: linear-gradient(135deg, #fff3cd, #ffe082);
  border: 2px solid #ffc107;
  padding: 30px;
  margin: 40px 0;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  position: relative;
}

.cta::before {
  content: "ATENDIMENTO RÁPIDO";
  position: absolute;
  top: -12px;
  left: 20px;
  background: #ffcc00;
  color: #000;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: bold;
}

.cta p {
  font-size: 18px;
}

/* BOTÃO */
.cta a {
  display: inline-block;
  margin-top: 12px;
  background: linear-gradient(135deg, #25d366, #1ebe5d);
  color: #fff;
  padding: 14px 26px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  transition: 0.3s;
}

/* HOVER BOTÃO */
.cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* ===== FAQ ===== */
.faq {
  background: #f4f6f8;
  padding: 25px;
  border-radius: 10px;
  margin-top: 30px;
}

.faq p {
  margin-bottom: 12px;
}

/* ===== SEPARADOR ===== */
.divisor {
  height: 1px;
  background: #eaeaea;
  margin: 30px 0;
}

/* ===== RESPONSIVO ===== */
@media (max-width: 768px) {
  .seo-eletrica h1 { font-size: 26px; }
  .seo-eletrica h2 { font-size: 20px; }
  .cta { padding: 20px; }
}/* End custom CSS */