.elementor-kit-15{--e-global-color-primary:#003366;--e-global-color-secondary:#0099CC;--e-global-color-text:#1E293B;--e-global-color-accent:#25D366;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =======================================================
   ECTA Contabilidade - Estilo Global (Paleta Fixa)
   Compatível com Elementor Free e WordPress Customizer
   ======================================================= */

/* -------------------------
   TIPOGRAFIA GLOBAL
------------------------- */
body {
  font-family: "Inter", sans-serif;
  color: #7a7a7a; /* texto */
  background: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #54595f; /* secundário */
  margin-bottom: 16px;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
p  { font-size: 1rem; color: #7a7a7a; }

/* -------------------------
   BOTÕES
------------------------- */
.btn-ecta {
  background: #61ce70; /* realce */
  color: #fff;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.btn-ecta:hover {
  background: #45b85a;
  transform: translateY(-3px);
}

/* -------------------------
   HERO SECTION
------------------------- */
.hero-ecta {
  background: linear-gradient(120deg, #003366, #0099cc); /* azul escuro + azul claro */
  color: #fff;
  padding: 120px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hero-ecta .hero-text {
  flex: 1 1 500px;
}
.hero-ecta h1 {
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.2;
}
.hero-ecta p {
  color: #e5e7eb;
  font-size: 1.1rem;
  margin-bottom: 24px;
}
.hero-ecta .hero-image img {
  max-width: 480px;
  border-radius: 16px;
}

/* -------------------------
   SERVIÇOS
------------------------- */
.servicos-ecta {
  background: #ffffff;
  padding: 100px 20px;
  text-align: center;
}
.servicos-ecta h2 {
  margin-bottom: 50px;
  color: #003366;
}
.servicos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.servico-card {
  background: #f8fafc;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
}
.servico-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.servico-card h3 {
  color: #003366;
}
.servico-card p {
  color: #555;
  margin-bottom: 20px;
}

/* -------------------------
   NÚMEROS
------------------------- */
.numeros-ecta {
  background: linear-gradient(120deg, #003366, #0099cc);
  color: #fff;
  text-align: center;
  padding: 100px 20px;
}
.numeros-ecta h2 {
  color: #fff;
  margin-bottom: 60px;
}
.numeros-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.numero-item {
  flex: 1 1 200px;
}
.counter {
  font-size: 64px;
  font-weight: 700;
  color: #fff;
}
.numero-item p {
  color: #e5e7eb;
  margin-top: 10px;
}

/* -------------------------
   CLIENTES (CARROSSEL)
------------------------- */
.clientes-ecta {
  background: #f8fafc;
  text-align: center;
  padding: 100px 20px;
}
.clientes-ecta h2 {
  color: #003366;
  margin-bottom: 50px;
}
.clientes-logos img {
  max-width: 150px;
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}
.clientes-logos img:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* -------------------------
   CTA FINAL
------------------------- */
.cta-ecta {
  text-align: center;
  background: #fff;
  padding: 100px 20px;
}
.cta-ecta h2 {
  color: #003366;
  margin-bottom: 20px;
}
.cta-ecta p {
  color: #555;
  margin-bottom: 32px;
}

/* -------------------------
   RODAPÉ
------------------------- */
.footer-ecta {
  background: #003366;
  color: #fff;
  padding: 80px 40px 30px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}
.footer-col h4 {
  color: #fff;
  margin-bottom: 20px;
}
.footer-col a {
  color: #e0e7ff;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.footer-col a:hover {
  color: #61ce70;
  transform: translateX(5px);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding-top: 20px;
  font-size: 0.9rem;
  color: #e0e7ff;
}

/* -------------------------
   RESPONSIVIDADE
------------------------- */
@media (max-width: 1024px) {
  .hero-ecta {
    flex-direction: column;
    text-align: center;
  }
  .hero-ecta .hero-image img {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .hero-ecta h1 {
    font-size: 2rem;
  }
  .counter {
    font-size: 48px;
  }
  .numeros-grid {
    flex-direction: column;
    gap: 40px;
  }
}/* End custom CSS */