.elementor-kit-7{--e-global-color-primary:#26225E;--e-global-color-secondary:#DE312A;--e-global-color-text:#ED6D32;--e-global-color-accent:#000000;--e-global-color-356069b:#FFFFFF;--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-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 *//* ================================
   VAZ POWER — SYNC PULSE SYSTEM
   ================================ */

.vaz-pulse{
  position:relative;
  animation: vazPulseSync .85s ease-in-out infinite;
  transform-origin:center;
  will-change: transform, box-shadow, filter;
}

/* Glow laranja escuro Vaz Power */
.vaz-pulse{
  box-shadow:
    0 0 14px rgba(222,49,42,.85),
    0 0 30px rgba(222,49,42,.75);
}

/* Halo externo */
.vaz-pulse::after{
  content:"";
  position:absolute;
  inset:-14px;
  border-radius:999px;
  background: rgba(222,49,42,.55);
  filter: blur(18px);
  opacity:.6;
  animation: vazHaloSync .85s ease-in-out infinite;
  pointer-events:none;
}

/* ================================
   ANIMAÇÕES (ÚNICAS E SINCRONIZADAS)
   ================================ */

@keyframes vazPulseSync{
  0%{
    transform: scale(1);
    box-shadow:
      0 0 12px rgba(222,49,42,.8),
      0 0 24px rgba(222,49,42,.7);
  }
  50%{
    transform: scale(1.22);
    box-shadow:
      0 0 26px rgba(222,49,42,1),
      0 0 50px rgba(222,49,42,.95);
  }
  100%{
    transform: scale(1);
    box-shadow:
      0 0 12px rgba(222,49,42,.8),
      0 0 24px rgba(222,49,42,.7);
  }
}

@keyframes vazHaloSync{
  0%{ transform: scale(.9); opacity:.45; }
  50%{ transform: scale(1.35); opacity:.85; }
  100%{ transform: scale(.9); opacity:.45; }
}

/* ================================
   MOBILE — MAIS AGRESSIVO
   ================================ */
@media (max-width: 768px){
  .vaz-pulse{
    animation-duration:.75s;
  }
}

/* ================================
   ACESSIBILIDADE
   ================================ */
@media (prefers-reduced-motion: reduce){
  .vaz-pulse,
  .vaz-pulse::after{
    animation:none !important;
    box-shadow:none !important;
  }
}/* End custom CSS */