.elementor-109 .elementor-element.elementor-element-3414a10{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* ===== CONFIGURAÇÕES GERAIS ===== */
body {
  background-color: #0e0e0e;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
}

/* ===== SEÇÃO PRINCIPAL (HERO) ===== */
.hero {
  padding: 80px 20px;
  background: linear-gradient(180deg, #0e0e0e 0%, #141414 100%);
  text-align: center;
}

.hero h1 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero p {
  font-size: 18px;
  color: #d1d1d1;
  max-width: 700px;
  margin: 0 auto;
}

/* ===== TEXTO DE ALERTA / ATENÇÃO ===== */
.alerta {
  background: #ff2c2c;
  color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
  margin:/* End custom CSS */