.elementor-kit-114{--e-global-color-primary:#05070F;--e-global-color-secondary:#0B0F1A;--e-global-color-text:#FFFFFF;--e-global-color-accent:#9CA3AF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:800;--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-114 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}@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 *//* =========================================
   1. BASE + FUNDO PREMIUM
========================================= */
body {
  background: #05070D;
  color: #fff;
  font-family: 'Inter', sans-serif;
}

body::before {
  content: '';
  position: fixed;
  top: -20%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(108,59,255,0.35), transparent);
  filter: blur(120px);
  opacity: 0.6;
  z-index: -1;
}

body::after {
  content: '';
  position: fixed;
  bottom: -20%;
  left: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0,212,255,0.25), transparent);
  filter: blur(120px);
  opacity: 0.5;
  z-index: -1;
}

/* =========================================
   2. TIPOGRAFIA (CORREÇÃO PREMIUM)
========================================= */
h1 {
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: -0.5px;
  max-width: 520px;
}

h2 {
  font-size: 40px;
  line-height: 1.1;
}

h3 {
  font-size: 24px;
}

p {
  color: #A0A7B8;
  line-height: 1.6;
}

/* =========================================
   3. BOTÕES (HIERARQUIA VISUAL)
========================================= */
.btn-primary {
  background: linear-gradient(135deg, #6C3BFF, #00D4FF);
  padding: 14px 28px;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 15px 40px rgba(108,59,255,0.35);
}

.btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 60px rgba(108,59,255,0.5);
}

.btn-secondary {
  border: 1px solid rgba(255,255,255,0.2);
  padding: 14px 28px;
  border-radius: 8px;
  transition: 0.3s;
}

.btn-secondary:hover {
  background: rgba(255,255,255,0.05);
}

/* =========================================
   4. CARDS (PROFUNDIDADE)
========================================= */
.glass-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  padding: 24px;
  backdrop-filter: blur(14px);
  transition: all 0.3s ease;
}

.glass-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.5);
  border-color: rgba(108,59,255,0.5);
}

/* =========================================
   5. CATEGORIAS (MAIOR IMPACTO VISUAL)
========================================= */
.category-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
  filter: brightness(0.9) contrast(1.1);
}

.category-card:hover img {
  transform: scale(1.1);
  filter: brightness(1.2);
}

.category-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.9),
    rgba(0,0,0,0.3),
    transparent
  );
}

.category-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

/* =========================================
   6. HERO (PROFUNDIDADE)
========================================= */
.hero-img {
  transform: perspective(1000px) rotateY(-6deg);
}

/* =========================================
   7. STEPS (COMO FUNCIONA)
========================================= */
.steps {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.steps::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 10%;
  width: 80%;
  height: 3px;
  background: linear-gradient(90deg, #6C3BFF, #00D4FF);
  opacity: 0.8;
}

.step-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6C3BFF, #00D4FF);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  box-shadow: 0 0 25px rgba(108,59,255,0.5);
}

/* =========================================
   8. FORMULÁRIO (DARK PREMIUM)
========================================= */
input, select, textarea {
  width: 100%;
  padding: 14px;
  height: 52px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.15);
  background: #0B0F1A;
  color: #fff;
}

input:focus, select:focus {
  border-color: #6C3BFF;
  box-shadow: 0 0 12px rgba(108,59,255,0.4);
  outline: none;
}

/* =========================================
   9. ESPAÇAMENTO GLOBAL
========================================= */
.section {
  padding: 80px 0;
}

.container-custom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* =========================================
   10. MICROINTERAÇÕES
========================================= */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fade-up.active {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================
   11. RESPONSIVO
========================================= */
@media (max-width: 1024px) {
  h1 {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }

  .steps {
    flex-direction: column;
    gap: 40px;
  }

  .steps::before {
    display: none;
  }
}/* End custom CSS */