.elementor-8 .elementor-element.elementor-element-cc54bcb{--display:flex;--min-height:60px;--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;}.elementor-8 .elementor-element.elementor-element-b9c493e{--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;}.elementor-8 .elementor-element.elementor-element-a44124d{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-06f1796{--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;}.elementor-8 .elementor-element.elementor-element-c13b9fd{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-8 .elementor-element.elementor-element-a40fa51{--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;}.elementor-8 .elementor-element.elementor-element-c1cb59e{--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;}.elementor-8 .elementor-element.elementor-element-e42291f{--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;}.elementor-8 .elementor-element.elementor-element-624d778{--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;}.elementor-8 .elementor-element.elementor-element-69911ec{--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;}.elementor-8 .elementor-element.elementor-element-75b9410{--display:flex;--min-height:0px;--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;}.elementor-8 .elementor-element.elementor-element-81b08d6{--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;}.elementor-8 .elementor-element.elementor-element-38c7f40{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-7400087 *//* --- ESTILOS PARA O CABEÇALHO (MENU) --- */
.site-header {
  background-color: #ffffff;
  padding: 16px 0;
  border-bottom: 1px solid #f3f4f6; /* Borda inferior sutil */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); /* Sombra sutil */
  
  /* --- CORREÇÃO APLICADA AQUI --- */
  position: fixed; /* Alterado de "sticky" para "fixed" para garantir que fique fixo */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  font-family: 'Poppins', sans-serif; /* Você pode trocar para a fonte do seu site */
}

.header-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Estilos do Logo */
.header-logo-link {
  text-decoration: none;
}

.header-logo-image {
  max-height: 40px; /* Controla a altura do logo. Ajuste se necessário */
  width: auto; /* Mantém a proporção da imagem */
}


/* Estilos da Navegação */
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; /* Itens lado a lado */
  gap: 32px;
}

.main-navigation a {
  text-decoration: none;
  color: #374151; /* Cinza escuro */
  font-weight: 500;
  transition: color 0.3s ease;
}

.main-navigation a:hover {
  color: #007BFF; /* Azul no hover */
}

/* Estilos do Botão "Falar Conosco" */
.header-cta-button {
  background-color: #007BFF;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease;
}

.header-cta-button:hover {
  background-color: #0056b3; /* Azul mais escuro no hover */
}


/* --- RESPONSIVIDADE DO MENU --- */
@media (max-width: 767px) {
  /* Em telas de celular, esconde a navegação principal */
  .main-navigation {
    display: none;
  }
  
  /* Opcional: Diminui o botão em telas pequenas */
  .header-cta-button {
    padding: 10px 16px;
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a44124d *//* --- ESTILOS COMPLETOS E ATUALIZADOS PARA A SEÇÃO HERO --- */

/* --- Estilos Gerais (Base) --- */
.whatsupa-hero {
  background-image: linear-gradient(to bottom right, #eef6ff, #ffffff, #f0fdf4);
  padding: 80px 0;
  font-family: 'Poppins', sans-serif;
}

.whatsupa-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  /* A propriedade 'gap' foi removida para controle manual das margens */
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  color: #1f2d3d;
  line-height: 1.2;
  margin-bottom: 24px; /* Espaçamento ajustado */
}

.hero-title-brand {
  color: #007BFF;
}

.hero-subtitle {
  font-size: 20px;
  color: #4b5563;
  line-height: 1.75;
  margin-bottom: 32px; /* Espaçamento ajustado */
}

.hero-support-box {
  background-color: rgba(40, 167, 69, 0.1);
  border: 1px solid rgba(40, 167, 69, 0.3);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 32px; /* Espaçamento ajustado */
}

.hero-support-box svg {
  color: #28A745;
  flex-shrink: 0;
  margin-top: 2px;
}

.hero-support-box p {
  color: #28A745;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}

.hero-cta {
  background-color: #007BFF;
  color: white;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px 0 rgba(0, 118, 255, 0.39);
  align-self: flex-start;
}

.hero-cta:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}

.hero-mockup {
  position: relative;
}

.mockup-frame {
  background-image: linear-gradient(to bottom right, #007BFF, #28A745);
  padding: 32px;
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.chat-card {
  background-color: white;
  border-radius: 16px;
  padding: 24px;
}

.chat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
}

.chat-icon-bg {
  width: 40px;
  height: 40px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-title {
  font-weight: 600;
  color: #111827;
  margin: 0;
}

.chat-status {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}

.chat-body {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.chat-message {
  padding: 12px;
  border-radius: 8px;
  max-width: 80%;
}

.chat-message p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.user-message {
  background-color: #f3f4f6;
  color: #4b5563;
  align-self: flex-start;
}

.bot-message {
  background-color: #007BFF;
  color: white;
  align-self: flex-end;
}

.audio-message {
  display: flex;
  align-items: center;
  gap: 8px;
}

.audio-message .audio-bar {
  flex-grow: 1;
  height: 4px;
  background-color: #28A745;
  border-radius: 2px;
}

.audio-message span {
  font-size: 12px;
  color: #6b7280;
}


/* --- Ajustes para Celular (até 767px) --- */
@media (max-width: 767px) {
  .hero-title {
    font-size: 38px;
  }
  .hero-support-box {
    padding: 16px;
  }
  .hero-support-box p {
    font-size: 16px;
  }
  .hero-cta {
    padding: 14px 24px;
    font-size: 16px;
  }
  .hero-mockup {
    transform: scale(0.9);
    transform-origin: top center;
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .mockup-frame {
    padding: 20px;
  }
  .chat-card {
    padding: 16px;
  }
  .chat-body {
    gap: 8px;
  }
}


/* --- Ajustes para Tablet (768px até 991px) --- */
@media (min-width: 768px) and (max-width: 991px) {
  .hero-title {
    font-size: 44px;
  }
}


/* --- Ajustes para Desktop (992px em diante) --- */
@media (min-width: 992px) {
  .whatsupa-container {
    grid-template-columns: 1fr 1fr;
  }
  .hero-title {
    font-size: 58px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c13b9fd *//* --- ESTILOS GERAIS PARA A SEÇÃO PREFEITO --- */
.prefeito-section {
  padding: 80px 0;
  background-image: linear-gradient(to right, #007BFF, #004a99);
  color: white;
  font-family: 'Poppins', sans-serif; /* Você pode trocar para a fonte do seu site */
}

.prefeito-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

/* --- COLUNA DA ESQUERDA: CONTEÚDO (PREFEITO) --- */
.prefeito-content {
  text-align: center;
}

.prefeito-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}

.prefeito-title .highlight {
  color: #fcd34d; /* Amarelo */
}

.prefeito-subtitle {
  font-size: 20px;
  color: #dbeafe; /* Azul claro */
  line-height: 1.75;
  max-width: 600px;
  margin: 0 auto 40px auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 16px;
  justify-content: center;
}

.feature-item {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 24px 16px;
  border-radius: 12px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.feature-item:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.feature-item p {
  margin: 0;
  margin-top: 12px;
  font-weight: 600;
  font-size: 14px;
}

.feature-icon-bg {
  color: #fcd34d;
}

/* --- COLUNA DA DIREITA: CARD DO PREFEITO (MODIFICADO) --- */
.prefeito-card {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prefeito-card img {
  max-width: 100%;
  height: auto;
  border-radius: 999px; /* Cria o formato de pílula para a imagem retangular */
  border: 4px solid white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  object-fit: cover;
}

/* --- RESPONSIVIDADE PARA A SEÇÃO PREFEITO --- */
@media (min-width: 992px) {
  .prefeito-container {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }
  .prefeito-content {
    text-align: left;
  }
  .prefeito-subtitle {
    margin-left: 0;
    margin-right: 0;
  }
  .features-grid {
     justify-content: flex-start;
  }
}
/* --- AJUSTES PARA MELHORAR VISUALIZAÇÃO MOBILE DA PRIMEIRA SEÇÃO --- */

/* Para telas pequenas (celulares) */
@media (max-width: 767px) {
  
  /* Diminui o título principal em celulares */
  .hero-title {
    font-size: 38px;
  }
  
  /* Diminui o preenchimento da moldura azul/verde do mockup */
  .mockup-frame {
    padding: 20px;
  }

  /* Diminui o preenchimento interno do card branco do chat */
  .chat-card {
    padding: 16px;
  }

  /* Diminui o espaçamento entre as bolhas de chat */
  .chat-body {
    gap: 8px;
  }
}

/* Ajuste fino para o título em telas médias, evitando quebra de linha indesejada */
@media (min-width: 768px) and (max-width: 991px) {
  .hero-title {
    font-size: 44px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-890b845 *//* --- ESTILOS PARA A SEÇÃO WHATSAPP --- */

.whatsapp-section {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif; /* Você pode trocar para a fonte do seu site */
}

.whatsapp-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

.whatsapp-title {
  font-size: 36px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 64px;
  line-height: 1.4;
}

.whatsapp-title span {
  color: #28A745;
}

.features-grid-whatsapp {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

.feature-item-whatsapp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrapper.green {
  background-color: rgba(40, 167, 69, 0.1);
  color: #28A745;
}

.icon-wrapper.blue {
  background-color: rgba(0, 123, 255, 0.1);
  color: #007BFF;
}

.icon-wrapper.relative {
  position: relative;
}

.cancel-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 24px;
  height: 24px;
  background-color: #ef4444; /* Vermelho */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  border: 2px solid white;
}

.feature-item-whatsapp h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.feature-item-whatsapp p {
  color: #6b7280;
  margin: 0;
  max-width: 220px;
}

.cta-box-whatsapp {
  margin-top: 64px;
  background-image: linear-gradient(to right, #28A745, #218838);
  border-radius: 16px;
  padding: 32px;
  color: white;
}

.cta-box-whatsapp h3 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
}

.cta-box-whatsapp p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.6;
}


/* --- RESPONSIVIDADE --- */

@media (min-width: 576px) {
  .features-grid-whatsapp {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .features-grid-whatsapp {
    grid-template-columns: repeat(4, 1fr);
  }
  .whatsapp-title {
    font-size: 42px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-638e0b7 *//* --- ESTILOS PARA A SEÇÃO COMO FUNCIONA --- */

.how-it-works-section {
  padding: 80px 0;
  background-color: #f9fafb; /* Cinza claro de fundo */
  font-family: 'Poppins', sans-serif; /* Você pode trocar para a fonte do seu site */
}

.how-it-works-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-title {
  text-align: center;
  margin-bottom: 64px;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 16px;
}

.section-title h2 span {
  color: #007BFF;
}

.section-title p {
  font-size: 18px;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}

.process-flow-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px 32px;
  justify-items: center;
}

.process-step {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  width: 100%;
  max-width: 280px;
}

.process-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
}

.step-icon-wrapper {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto 24px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.step-icon-wrapper.green { background-color: #28A745; }
.step-icon-wrapper.blue { background-color: #007BFF; }
.step-icon-wrapper.purple { background-color: #8b5cf6; }

.process-step h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px 0;
}

.process-step p {
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

.step-connector {
  display: none; /* Escondido por padrão */
}

.tech-details-card {
  margin-top: 64px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.tech-details-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.tech-features h3 {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 24px 0;
}

.tech-features ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tech-features li {
  position: relative;
  padding-left: 20px;
  color: #4b5563;
  font-size: 16px;
}

.tech-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #28A745;
  border-radius: 50%;
}

.availability-box {
  background-image: linear-gradient(to bottom right, #007BFF, #28A745);
  border-radius: 12px;
  padding: 24px;
  color: white;
}

.availability-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.availability-box p {
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.6;
}


/* --- RESPONSIVIDADE --- */
@media(min-width: 768px) {
  .process-flow-grid {
    grid-template-columns: repeat(2, 1fr);
  }
   .tech-details-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1024px) {
  .process-flow-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .step-connector {
    display: block;
    position: absolute;
    top: 32px; /* Alinha com o centro do ícone */
    left: calc(100% + 8px);
    width: 16px;
    height: 2px;
    background-color: #d1d5db; /* Cinza claro */
  }
  .step-connector::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #d1d5db;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd75674 *//* --- ESTILOS PARA A SEÇÃO BENEFÍCIOS --- */
.benefits-section {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif; /* Você pode trocar para a fonte do seu site */
}

.benefits-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.benefits-title-area {
  text-align: center;
  margin-bottom: 64px;
}

.benefits-title-area h2 {
  font-size: 42px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 16px;
}

.benefits-title-area h2 span {
  color: #28A745;
}

.benefits-title-area p {
  font-size: 18px;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.benefit-card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
}

.card-image-wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.card-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.benefit-card:hover .card-image-wrapper img {
  transform: scale(1.05);
}

.card-icon {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.card-content {
  padding: 24px;
}

.card-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px 0;
}

.card-content p {
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
}

.democratizing-banner {
  margin-top: 64px;
  background-image: linear-gradient(to right, #28A745, #218838);
  border-radius: 16px;
  padding: 32px;
  color: white;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.banner-text h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 16px 0;
}

.banner-text p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.7;
}

.banner-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.stat-item {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}

.stat-value {
  font-size: 28px;
  font-weight: 700;
}

.stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

/* --- RESPONSIVIDADE --- */
@media (min-width: 768px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .democratizing-banner {
     grid-template-columns: 2fr 1fr;
     padding: 48px;
  }
}
/* --- AJUSTES PARA CORRIGIR O BANNER VERDE NO MOBILE --- */

.democratizing-banner {
  margin-top: 64px;
  background-image: linear-gradient(to right, #28A745, #218838);
  border-radius: 16px;
  padding: 32px; /* Padding padrão para celular */
  color: white;
  display: grid;
  /* MOBILE-FIRST: Garante que os itens fiquem um em cima do outro em telas pequenas */
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.banner-text h3 {
  font-size: 26px; /* Tamanho do título ligeiramente reduzido para mobile */
  font-weight: 700;
  margin: 0 0 16px 0;
}

.banner-text p {
  font-size: 16px; /* Tamanho do texto ligeiramente reduzido para mobile */
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  line-height: 1.7;
}

.banner-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.stat-item {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 8px;
  padding: 16px;
  text-align: center;
}

.stat-value {
  font-size: 28px;
  font-weight: 700;
}

.stat-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

/* --- A MÁGICA ACONTECE AQUI --- */
/* Apenas em telas maiores (tablets e desktops), os itens ficarão lado a lado */
@media (min-width: 768px) {
  .democratizing-banner {
     grid-template-columns: 2fr 1fr; /* Define 2 colunas */
     padding: 48px; /* Aumenta o padding em telas maiores */
  }

  .banner-text h3 {
    font-size: 30px; /* Restaura o tamanho do título */
  }

  .banner-text p {
    font-size: 18px; /* Restaura o tamanho do texto */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-272d36c *//* --- ESTILOS PARA A SEÇÃO BENEFÍCIOS PREFEITURAS --- */
.city-benefits-section {
  padding: 80px 0;
  background-image: linear-gradient(to bottom right, #f9fafb, #eef6ff);
  font-family: 'Poppins', sans-serif; /* Você pode trocar para a fonte do seu site */
}

.city-benefits-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.city-benefits-title-area {
  text-align: center;
  margin-bottom: 64px;
}

.city-benefits-title-area h2 {
  font-size: 42px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 16px;
}

.city-benefits-title-area h2 span {
  color: #007BFF;
}

.city-benefits-title-area p {
  font-size: 18px;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}

.benefits-grid-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 64px;
}

.benefit-card-top {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.benefit-card-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.08);
}

.icon-wrapper-top {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin: 0 auto 16px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to bottom right, #007BFF, #28A745);
  color: white;
  transition: transform 0.3s ease;
}

.benefit-card-top:hover .icon-wrapper-top {
  transform: scale(1.1);
}

.stat-number {
  font-size: 36px;
  font-weight: 700;
  color: #007BFF;
}

.stat-label-top {
  font-size: 12px;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.benefit-card-top h3 {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px 0;
}

.benefit-card-top p {
  color: #6b7280;
  margin: 0;
  line-height: 1.6;
  font-size: 14px;
}

.benefits-grid-bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.results-card,
.impact-card {
  border-radius: 16px;
  padding: 32px;
}

.results-card {
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.impact-card {
  background-image: linear-gradient(to bottom right, #007BFF, #0056b3);
  color: white;
}

.card-title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.card-title-wrapper h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.results-card .card-title-wrapper { color: #111827; }
.impact-card .card-title-wrapper { color: white; }
.impact-card .card-title-wrapper svg { color: #fcd34d; } /* Amarelo */

.results-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.results-card li {
  position: relative;
  padding-left: 20px;
}

.results-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #28A745;
  border-radius: 50%;
}

.results-card li strong {
  display: block;
  font-weight: 600;
  color: #111827;
}

.results-card li span {
  color: #6b7280;
}

.impact-items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.impact-item {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 8px;
  padding: 16px;
}

.impact-item h4 {
  font-weight: 600;
  margin: 0 0 4px 0;
  color: #fcd34d; /* Amarelo */
}

.impact-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}

/* --- RESPONSIVIDADE --- */
@media (min-width: 576px) {
  .benefits-grid-top {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .benefits-grid-top {
    grid-template-columns: repeat(4, 1fr);
  }
  .benefits-grid-bottom {
    grid-template-columns: repeat(2, 1fr);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7004a9a *//* --- ESTILOS PARA A SEÇÃO DEPOIMENTOS --- */
.testimonials-section {
  padding: 80px 0;
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif; /* Você pode trocar para a fonte do seu site */
}

.testimonials-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.testimonials-title-area {
  text-align: center;
  margin-bottom: 64px;
}

.testimonials-title-area h2 {
  font-size: 42px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 16px;
}

.testimonials-title-area h2 span {
  color: #28A745;
}

.testimonials-title-area p {
  font-size: 18px;
  color: #6b7280;
  max-width: 600px;
  margin: 0 auto;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.testimonial-card {
  border-radius: 16px;
  padding: 32px;
  color: white;
  position: relative;
  overflow: hidden;
}

.testimonial-card.green {
  background-image: linear-gradient(to bottom right, #28A745, #218838);
}

.testimonial-card.blue {
  background-image: linear-gradient(to bottom right, #007BFF, #0056b3);
}

.quote-symbol {
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 0.2;
  color: white;
  z-index: 0;
}

.stars {
  display: flex;
  gap: 4px;
  margin-bottom: 24px;
  color: #fcd34d; /* Amarelo */
}

.testimonial-card blockquote {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 500;
  margin: 0 0 24px 0;
  position: relative;
  z-index: 1;
}

.author {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  z-index: 1;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  flex-shrink: 0;
}

.author-info {
  line-height: 1.4;
}

.author-name {
  font-weight: 600;
}

.author-title {
  font-size: 14px;
  opacity: 0.8;
}

.impact-card-wrapper {
  margin-top: 64px;
  background-color: #f9fafb; /* Cinza claro */
  border-radius: 16px;
  padding: 32px;
}

.impact-title {
  text-align: center;
  margin-bottom: 48px;
}

.impact-title h3 {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px 0;
}

.impact-title p {
  color: #6b7280;
  margin: 0;
}

.impact-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.stat-item-impact {
  text-align: center;
}

.stat-value-impact {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 4px;
}

.stat-value-impact.green {
  color: #28A745;
}
.stat-value-impact.blue {
  color: #007BFF;
}

.stat-label-impact {
  color: #6b7280;
}


/* --- RESPONSIVIDADE --- */
@media (min-width: 768px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .impact-stats-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .impact-card-wrapper {
    padding: 48px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-00a5df7 *//* --- ESTILOS PARA A SEÇÃO FINAL DE CTA --- */
.final-cta-section {
  padding: 80px 0;
  background-image: linear-gradient(to bottom right, #007BFF, #0062cc, #28A745);
  color: white;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif; /* Você pode trocar para a fonte do seu site */
}

.final-cta-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.main-cta-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

.cta-content h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px 0;
}

.cta-content h2 span {
  color: #fcd34d; /* Amarelo */
}

.cta-content > p {
  font-size: 20px;
  color: #dbeafe;
  line-height: 1.7;
  margin-bottom: 32px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #fcd34d; /* Amarelo */
  color: #007BFF;
  padding: 16px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #facc15;
  transform: scale(1.05);
}

.cta-subtext {
  font-size: 14px;
  color: #dbeafe;
  margin-top: 16px;
}

.cta-form-card {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 32px;
  min-height: 400px;
}

/* Estilos para o formulário e o placeholder */
.form-placeholder {
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

/* O shortcode do seu formulário vai aqui. Essas regras ajudam a estilizá-lo. */
.cta-form-card .wpforms-container .wpforms-form .wpforms-field-label {
   color: white !important;
}
.cta-form-card .wpforms-container .wpforms-form .wpforms-field input,
.cta-form-card .wpforms-container .wpforms-form .wpforms-field textarea {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: white !important;
}
.cta-form-card .wpforms-container .wpforms-form .wpforms-submit {
  background-color: #fcd34d !important;
  color: #007BFF !important;
  width: 100% !important;
  font-weight: 700 !important;
}


.contact-cards-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.contact-card {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-icon {
  background-color: #fcd34d; /* Amarelo */
  color: #007BFF;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 4px 0;
}

.contact-info p {
  color: #dbeafe;
  margin: 0;
  font-size: 14px;
}


/* --- RESPONSIVIDADE --- */
@media (min-width: 992px) {
  .main-cta-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cta-content h2 {
    font-size: 52px;
  }
  .contact-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* --- AJUSTES PARA MELHORAR VISUALIZAÇÃO MOBILE DA SEÇÃO FINAL (CTA) --- */

@media (max-width: 767px) {
  
  /* Diminui o título principal da seção final em celulares */
  .cta-content h2 {
    font-size: 38px;
    line-height: 1.3; /* Melhora o espaçamento entre linhas */
  }

  /* Diminui o parágrafo de texto em celulares */
  .cta-content > p {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-38c7f40 *//* --- ESTILOS PARA O RODAPÉ --- */
.site-footer {
  background-color: #111827; /* Cor de fundo escura */
  color: #d1d5db;
  padding-top: 64px;
  font-family: 'Poppins', sans-serif; /* Você pode trocar para a fonte do seu site */
}

.footer-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-grid-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.logo-icon-bg {
  background-color: #28A745;
  padding: 12px;
  border-radius: 8px;
  flex-shrink: 0;
}

.logo-text h3 {
  font-size: 28px;
  font-weight: 700;
  color: #007BFF;
  margin: 0;
  line-height: 1;
}

.logo-text p {
  font-size: 14px;
  color: #9ca3af;
  margin: 0;
}

.footer-description {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 24px 0;
}

.footer-sub-tagline {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #28A745;
  font-weight: 600;
}

.footer-contact h4,
.footer-links h4 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 24px 0;
}

.footer-contact ul,
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-contact li svg {
  color: #007BFF;
  flex-shrink: 0;
}

.footer-links a {
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #28A745;
}

.footer-bottom {
  border-top: 1px solid #374151;
  margin-top: 64px;
  padding: 32px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.copyright-text,
.footer-tagline {
  font-size: 14px;
  color: #9ca3af;
  margin: 0;
}


/* --- RESPONSIVIDADE --- */
@media(min-width: 768px) {
  .footer-grid-top {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .footer-grid-top {
    grid-template-columns: 2fr 1.5fr 1fr; /* Proporção das colunas */
  }
}/* End custom CSS */