.elementor-kit-2679{--e-global-color-primary:#FFA53E;--e-global-color-secondary:#000000;--e-global-color-text:#FFA53E;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-2679 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){margin-block-end: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 *//* -------------------------------------
   VARIÁVEIS DE CORES
------------------------------------- */
:root {
  --primary-orange: #ff6b00;
  --secondary-orange: #ff8533;
  --dark-bg: #0a0a0a;
  --darker-bg: #050505;
  --card-bg: #1a1a1a;
  --text-primary: #ffffff;
  --text-secondary: #cccccc;
  --text-muted: #888888;
  --accent-glow: rgba(255, 107, 0, 0.3);
}

/* -------------------------------------
   CONFIGURAÇÕES GERAIS
------------------------------------- */
body {
  background-color: var(--dark-bg) !important;
  color: #ffffffc4;
  font-family: 'Poppins', sans-serif;
}

/* -------------------------------------
   DESCRIÇÃO E LISTAGEM
------------------------------------- */
.descricao {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.check-list li::before {
  content: "✔";
  color: #ff7100;
  font-size: 18px;
  flex-shrink: 0;
}

/* -------------------------------------
   RESPONSIVIDADE (TABLET E CELULAR)
------------------------------------- */
@media (max-width: 1024px) {
  .descricao,
  .check-list {
    font-size: 16px;
  }
}


<style>
.spotlight {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: radial-gradient(circle 150px at var(--x, 50%) var(--y, 50%), rgba(255, 113, 0, 0.2), transparent 80%);
  transition: background 0.05s ease;
}
</style>/* End custom CSS */