.elementor-kit-7{--e-global-color-primary:#0073FF;--e-global-color-secondary:#939393;--e-global-color-text:#0F0F0F;--e-global-color-accent:#DEEDFF;--e-global-color-0ed29e9:#001C3E;--e-global-color-5342148:#001938;--e-global-color-c53ff93:#0053B9;--e-global-color-89e5203:#F8F8F8;--e-global-color-b91c4b9:#999999;--e-global-color-ae3b426:#848484;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:25px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;}.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);}@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 *//* =========================================
   SISTEMA (timing/easing/paleta)
   ========================================= */
:root{
  --brand: #0073FF;
  --brand-2: #0067E6;
  --radius: 12px;
  --focus: 2px;
}

/* =========================================
   BASE / UX
   ========================================= */
html, body{
  overflow-x: hidden !important;
  scroll-behavior: auto; /* sem smooth */
}

/* seleção */
::selection{
  background: rgba(0,115,255,.18);
}

/* =========================================
   FOCO PREMIUM (acessibilidade)
   ========================================= */
:focus{ outline: none; }

:focus-visible{
  outline: var(--focus) solid var(--brand);
  outline-offset: 3px;
  border-radius: 8px;
}

/* =========================================
   HOVER (SEM TRANSITION)
   ========================================= */
a:hover, button:hover, .elementor-button:hover{
  transform: translateY(-1px);
  letter-spacing: .2px;
}

/* ícones (SEM TRANSITION) */
.elementor-button:hover i,
.elementor-button:hover svg{
  transform: translateX(1px);
}

/* =========================================
   CTA padrão (classe: cta-primary)
   ========================================= */
.cta-primary .elementor-button{
  background: var(--brand);
  color: #fff;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,.14);
}

.cta-primary .elementor-button:hover{
  background: var(--brand-2);
}

/* =========================================
   SCROLLBAR (SEM TRANSITION)
   ========================================= */
body::-webkit-scrollbar{
  width: 8px;
}

body::-webkit-scrollbar-track{
  background: transparent;
}

body::-webkit-scrollbar-thumb{
  background: linear-gradient(180deg, var(--brand) 0%, #005ED1 100%);
  border-radius: 20px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

body::-webkit-scrollbar-thumb:hover{
  background: linear-gradient(180deg, #1A82FF 0%, #004DB3 100%);
  transform: scaleX(1.12);
}

/* Firefox */
html{
  scrollbar-width: thin;
  scrollbar-color: var(--brand) transparent;
}/* End custom CSS */