.elementor-kit-12{--e-global-color-primary:#1A1A1A;--e-global-color-secondary:#00E5A0;--e-global-color-text:#F2EFE7;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-kit-12 h1{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-12 h2{color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-12 h3{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-12{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-12 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-12 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-12 h3{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-12{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-12 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-12 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-kit-12 h3{font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Grid no body inteiro */
body {
  background-color: #0A0A0A !important;
  background-image:
    linear-gradient(rgba(0,229,160,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,229,160,0.035) 1px, transparent 1px) !important;
  background-size: 55px 55px !important;
  background-attachment: fixed !important;
}

/* Todas as seções transparentes */
.elementor-section,
.elementor-top-section,
.e-con,
.e-con-inner {
  background: transparent !important;
  background-color: transparent !important;
}

/* Glow neon fixo — flutua atrás da página toda */
body::before {
  content: '';
  position: fixed;
  width: 900px;
  height: 900px;
  background: radial-gradient(ellipse, rgba(0,229,160,0.07) 0%, transparent 65%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  top: 50%;
  left: 50%;
  animation: fj-glow-float 28s ease-in-out infinite;
}

@keyframes fj-glow-float {
  0%   { transform: translate(-70%, -80%); }
  20%  { transform: translate(20%, -50%); }
  40%  { transform: translate(50%, 30%); }
  60%  { transform: translate(-20%, 60%); }
  80%  { transform: translate(-70%, 10%); }
  100% { transform: translate(-70%, -80%); }
}
body {
  transition: background-color 0.4s ease !important;
}

body.fj-pricing-active {
  background-color: #F2EFE7 !important;
  background-image:
    linear-gradient(rgba(0,0,0,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.05) 1px, transparent 1px) !important;
}

#pricing {
  position: relative;
  overflow: hidden;
}

#pricing::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(ellipse, rgba(0,229,160,0.18) 0%, transparent 65%);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}/* End custom CSS */