.elementor-11 .elementor-element.elementor-element-ddc4420{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-60cdb43 *//* ==================================================
   SEÇÃO GERAL DA SEQUÊNCIA
================================================== */

.hero-sequence-section {
  position: relative;
  width: 100%;
  min-height: 400vh;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible;
}


/* Remove possíveis limitações do Elementor */

.hero-sequence-section,
.hero-sequence-section > .e-con-inner {
  max-width: none !important;
  width: 100% !important;
}


/* ==================================================
   HERO FIXA DURANTE O SCROLL
================================================== */

.evo-scroll-hero {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: #090909;
  isolation: isolate;
}


/* ==================================================
   CANVAS ONDE AS IMAGENS SERÃO EXIBIDAS
================================================== */

#evoHeroCanvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}


/* ==================================================
   CAMADA ESCURA SOBRE AS IMAGENS
================================================== */

.evo-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.78) 0%,
      rgba(0, 0, 0, 0.54) 38%,
      rgba(0, 0, 0, 0.18) 72%,
      rgba(0, 0, 0, 0.10) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.35) 0%,
      transparent 28%,
      transparent 70%,
      rgba(0, 0, 0, 0.40) 100%
    );
}


/* ==================================================
   CONTEÚDO DA HERO
================================================== */

.evo-hero-content {
  position: relative;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  width: min(720px, 88%);
  height: 100%;
  margin-left: clamp(24px, 7vw, 140px);
  padding-top: 80px;
  padding-bottom: 80px;

  color: #ffffff;
}


/* Pequeno texto acima do título */

.evo-hero-eyebrow {
  display: inline-block;
  margin-bottom: 22px;

  font-family: "Sora", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.78);
}


/* Título */

.evo-hero-title {
  max-width: 780px;
  margin: 0;

  font-family: "Sora", sans-serif;
  font-size: clamp(44px, 5.3vw, 88px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.045em;

  color: #ffffff;
}


/* Descrição */

.evo-hero-description {
  max-width: 590px;
  margin: 28px 0 0;

  font-family: "Sora", sans-serif;
  font-size: clamp(16px, 1.25vw, 19px);
  font-weight: 400;
  line-height: 1.65;

  color: rgba(255, 255, 255, 0.78);
}


/* Área dos botões */

.evo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}


/* Estilo geral dos botões */

.evo-hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 54px;
  padding: 0 27px;

  border: 1px solid transparent;
  border-radius: 999px;

  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;

  transition:
    transform 250ms ease,
    background-color 250ms ease,
    border-color 250ms ease,
    color 250ms ease;
}


/* Botão principal */

.evo-hero-button-primary {
  background: #ffffff;
  color: #111111;
}

.evo-hero-button-primary:hover {
  transform: translateY(-2px);
  background: #f1f1f1;
  color: #111111;
}


/* Botão secundário */

.evo-hero-button-secondary {
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.evo-hero-button-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}


/* ==================================================
   INDICADOR DE SCROLL
================================================== */

.evo-scroll-indicator {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 28px;

  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;

  transform: translateX(-50%);
  pointer-events: none;
}

.evo-scroll-line {
  display: block;
  width: 1px;
  height: 34px;

  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0.90)
  );

  animation: evoScrollLine 1.8s ease-in-out infinite;
}

.evo-scroll-text {
  font-family: "Sora", sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.68);
}

@keyframes evoScrollLine {
  0%,
  100% {
    opacity: 0.3;
    transform: scaleY(0.55);
    transform-origin: top;
  }

  50% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
  }
}


/* ==================================================
   TELA DE CARREGAMENTO
================================================== */

.evo-loading {
  position: absolute;
  inset: 0;
  z-index: 10;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 24px;
  background: #090909;

  opacity: 1;
  visibility: visible;

  transition:
    opacity 500ms ease,
    visibility 500ms ease;
}

.evo-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.evo-loading-text {
  margin-bottom: 16px;

  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.72);
}

.evo-loading-track {
  width: min(260px, 70vw);
  height: 2px;

  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
}

.evo-loading-progress {
  display: block;
  width: 0%;
  height: 100%;

  background: #ffffff;
  transition: width 150ms linear;
}


/* ==================================================
   TABLET
================================================== */

@media (max-width: 1024px) {

  .hero-sequence-section {
    min-height: 550vh;
  }

  .evo-hero-content {
    width: min(680px, calc(100% - 64px));
    margin-left: 32px;
  }

  .evo-hero-title {
    font-size: clamp(44px, 7vw, 70px);
  }

}


/* ==================================================
   CELULAR
================================================== */

@media (max-width: 767px) {

  .hero-sequence-section {
    min-height: 450vh;
  }

  .evo-hero-overlay {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.30) 0%,
        rgba(0, 0, 0, 0.18) 32%,
        rgba(0, 0, 0, 0.82) 76%,
        rgba(0, 0, 0, 0.94) 100%
      );
  }

  .evo-hero-content {
    justify-content: flex-end;

    width: auto;
    margin: 0;
    padding:
      100px
      22px
      max(76px, env(safe-area-inset-bottom));
  }

  .evo-hero-eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
  }

  .evo-hero-title {
    max-width: 540px;
    font-size: clamp(37px, 11vw, 52px);
    line-height: 1.03;
  }

  .evo-hero-description {
    max-width: 500px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.55;
  }

  .evo-hero-actions {
    width: 100%;
    margin-top: 26px;
  }

  .evo-hero-button {
    min-height: 50px;
    padding: 0 21px;
    font-size: 13px;
  }

  .evo-scroll-indicator {
    display: none;
  }

}


/* ==================================================
   CELULARES PEQUENOS
================================================== */

@media (max-width: 420px) {

  .evo-hero-actions {
    flex-direction: column;
  }

  .evo-hero-button {
    width: 100%;
  }

}


/* ==================================================
   ACESSIBILIDADE: REDUÇÃO DE MOVIMENTO
================================================== */

@media (prefers-reduced-motion: reduce) {

  .evo-scroll-line {
    animation: none;
  }

  .evo-hero-button {
    transition: none;
  }

}

/* ==================================================
   CORREÇÃO: SCROLL IMAGE SEQUENCE REAL
   A seção vira o espaço de rolagem
   A Hero fica fixa enquanto o usuário passa por ela
================================================== */

.hero-sequence-section {
  position: relative !important;
  width: 100% !important;
  height: 600vh !important;
  min-height: 600vh !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #090909 !important;
  overflow: visible !important;
}


/* Remove limitações internas do Elementor */

.hero-sequence-section,
.hero-sequence-section > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* A Hero fica fixa na tela, mas só aparece enquanto a seção está ativa */

.evo-scroll-hero {
  position: fixed !important;
  inset: 0 !important;

  width: 100vw !important;
  height: 100vh !important;
  height: 100svh !important;

  overflow: hidden !important;
  background: #090909 !important;

  z-index: 5 !important;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: none !important;
}


/* Quando o JavaScript detectar que estamos na seção, a Hero aparece */

.hero-sequence-section.is-sequence-active .evo-scroll-hero {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}


/* Canvas em tela cheia */

#evoHeroCanvas {
  position: absolute !important;
  inset: 0 !important;

  display: block !important;

  width: 100% !important;
  height: 100% !important;

  z-index: 0 !important;
}


/* Camada escura por cima da imagem */

.evo-hero-overlay {
  position: absolute !important;
  inset: 0 !important;

  z-index: 1 !important;
  pointer-events: none !important;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.78) 0%,
      rgba(0, 0, 0, 0.52) 42%,
      rgba(0, 0, 0, 0.16) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.35) 0%,
      transparent 35%,
      rgba(0, 0, 0, 0.38) 100%
    ) !important;
}


/* Conteúdo por cima da imagem */

.evo-hero-content {
  position: relative !important;
  z-index: 2 !important;

  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;

  width: min(720px, 88%) !important;
  height: 100% !important;

  margin-left: clamp(24px, 7vw, 140px) !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;

  color: #ffffff !important;
}


/* Evita o espaço branco durante o carregamento */

.evo-loading {
  position: absolute !important;
  inset: 0 !important;
  z-index: 10 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  background: #090909 !important;
}

.evo-loading.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}


/* Mobile */

@media (max-width: 767px) {

  .hero-sequence-section {
    height: 450vh !important;
    min-height: 450vh !important;
  }

  .evo-hero-content {
    justify-content: flex-end !important;

    width: auto !important;
    margin: 0 !important;

    padding:
      100px
      22px
      max(76px, env(safe-area-inset-bottom)) !important;
  }

}/* End custom CSS */