.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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 *//* ===========================================
   EFEITOS DE GRADIENTE EM TEXTO
   =========================================== */

/* Gradiente laranja */
.dgd {
  background: linear-gradient(20deg, #fe3339, #ff9315);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* Fallback para browsers que não suportam -webkit-text-fill-color */
}

/* Gradiente laranja/vermelho */
.dgd2 {
  background: linear-gradient(290deg, #F7B320 0%, #F74B20 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* Texto vermelho simples */
.text-red {
  color: #ee2630;
}

/* ===========================================
   LAYOUT GLOBAL
   =========================================== */

html {
  width: 100%;
  overflow-x: hidden !important;
}

body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}


/* ===========================================
   UTILITÁRIOS
   =========================================== */

/* Prevenção de scroll horizontal em containers */
.no-overflow {
  overflow-x: hidden;
  max-width: 100%;
}

/* Gradientes reutilizáveis */
.bg-gradient-green {
  background: linear-gradient(60deg, #287A41, #00FF62);
}

.bg-gradient-orange {
  background: linear-gradient(290deg, #F7B320, #F74B20);
}

/* ===========================================
   RESPONSIVIDADE
   =========================================== */

@media (max-width: 768px) {
  .elementor-button,
  .modern-button {
    padding: 10px 20px;
    font-size: 14px;
  }
  
  .modern-button {
    padding: 12px 24px;
  }
}

@media (max-width: 480px) {
  .elementor-button,
  .modern-button {
    width: 100%;
    text-align: center;
  }
}

/* Previne erros de tracking em elementos dinâmicos */
.elementor-invisible,
[data-settings*="animation"] {
  pointer-events: none;
}

.elementor-invisible.elementor-invisible--visible {
  pointer-events: auto;
}

/* Estabiliza elementos para tracking */
body {
  min-height: 100vh;
}

/* Previne layout shifts que confundem o Clarity */
img, iframe, video {
  max-width: 100%;
  height: auto;
}

/* Badge de urgência */
.urgency-badge {
  background: linear-gradient(45deg, #FF6B6B, #FF8E53);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

/* Botão mais chamativo */
.cta-button {
  background: linear-gradient(45deg, #4CAF50, #45a049);
  border: none;
  color: white;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

/* Social proof box */
.social-proof {
  background: rgba(76, 175, 80, 0.1);
  border-left: 4px solid #4CAF50;
  padding: 15px;
  margin: 20px 0;
  border-radius: 4px;
}

* Otimizações de performance */
* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  loading: lazy;
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Micro-animações para engajamento */
.elementor-button {
  transition: all 0.3s ease;
}

.elementor-button:hover {
  transform: scale(1.05);
}/* End custom CSS */