.elementor-1718 .elementor-element.elementor-element-257dcfc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1718 .elementor-element.elementor-element-adc8517{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1718 .elementor-element.elementor-element-4e97150{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-45ccb3b *//* =========================================================
   HORIZON X — HERO CINEMATOGRÁFICA
   CSS isolado pelo prefixo .hxHero
========================================================= */

.hxHero {
  --hx-bg: #070a12;
  --hx-bg-soft: #0c1220;
  --hx-surface: #111a2c;
  --hx-cyan: #36c7d9;
  --hx-blue: #5474f3;
  --hx-violet: #33245c;
  --hx-white: #f3f6fa;
  --hx-muted: #98a5b8;
  --hx-line: rgba(130, 170, 210, 0.18);
  --hx-header-h: 86px;
  position: relative;
  width: 100%;
  height: 260vh;
  min-height: 1500px;
  margin: 0;
  background: var(--hx-bg);
  color: var(--hx-white);
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
}

.hxHero,
.hxHero * {
  box-sizing: border-box;
}

.hxHero a {
  color: inherit;
  text-decoration: none;
}

.hxHero__stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 680px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 72% 48%, rgba(54, 199, 217, 0.06), transparent 28%),
    radial-gradient(circle at 95% 82%, rgba(51, 36, 92, 0.26), transparent 28%),
    linear-gradient(115deg, var(--hx-bg) 0%, var(--hx-bg-soft) 56%, #0b1020 100%);
}

/* CABEÇALHO */
.hxHero__header {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(150px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  width: 100%;
  height: var(--hx-header-h);
  padding: 0 clamp(24px, 4.5vw, 76px);
  border-bottom: 1px solid var(--hx-line);
  background: rgba(7, 10, 18, 0.58);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}

.hxHero__brand {
  display: inline-flex;
  justify-self: start;
  align-items: center;
}

.hxHero__logo {
  display: block;
  width: 154px;
  height: auto;
  object-fit: contain;
}

.hxHero__nav {
  display: flex;
  align-items: center;
  gap: clamp(22px, 2.7vw, 44px);
}

.hxHero__nav a {
  position: relative;
  padding: 12px 0;
  color: rgba(243, 246, 250, 0.72);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.hxHero__nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--hx-cyan);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s ease;
}

.hxHero__nav a:hover,
.hxHero__nav a:focus-visible {
  color: var(--hx-white);
}

.hxHero__nav a:hover::after,
.hxHero__nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.hxHero__headerCta {
  display: inline-flex;
  justify-self: end;
  align-items: center;
  gap: 15px;
  min-height: 46px;
  padding: 0 21px;
  border: 1px solid rgba(54, 199, 217, 0.45);
  background: rgba(17, 26, 44, 0.36);
  color: var(--hx-white);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.hxHero__headerCta:hover,
.hxHero__headerCta:focus-visible {
  border-color: var(--hx-cyan);
  background: rgba(54, 199, 217, 0.08);
  box-shadow: 0 0 28px rgba(54, 199, 217, 0.12);
}

.hxHero__menuButton,
.hxHero__mobileNav {
  display: none;
}

/* ATMOSFERA */
.hxHero__atmosphere,
.hxHero__grid,
.hxHero__scan {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hxHero__atmosphere {
  z-index: -1;
}

.hxHero__grid {
  opacity: 0.04;
  background-image:
    linear-gradient(rgba(130, 170, 210, 0.2) 1px, transparent 1px),
    linear-gradient(90deg, rgba(130, 170, 210, 0.2) 1px, transparent 1px);
  background-size: 72px 72px;
  transform: perspective(800px) rotateX(3deg) scale(1.08);
  transform-origin: center;
}

.hxHero__halo {
  position: absolute;
  width: 42vw;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0;
}

.hxHero__halo--cyan {
  top: 17%;
  right: 8%;
  background: rgba(54, 199, 217, 0.13);
}

.hxHero__halo--violet {
  right: -18%;
  bottom: -32%;
  background: rgba(84, 116, 243, 0.11);
}

.hxHero__scan {
  opacity: 0.15;
  background: linear-gradient(90deg, transparent 0%, rgba(54, 199, 217, 0.06) 48%, transparent 52%);
  transform: translateX(-100%);
}

/* X VETORIAL */
.hxHero__visual {
  position: absolute;
  z-index: 3;
  top: 52%;
  left: 72%;
  width: min(48vw, 720px);
  aspect-ratio: 1;
  opacity: 1;
  transform: translate(-50%, -50%) perspective(1100px) rotateY(12deg) scale(0.78);
  transform-style: preserve-3d;
  filter: drop-shadow(0 0 12px rgba(54, 199, 217, 0.12));
}

.hxHero__blade {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
  height: 12%;
  overflow: hidden;
  opacity: 0;
  border: 1px solid rgba(130, 220, 235, 0.38);
  clip-path: polygon(0 46%, 8% 0, 92% 0, 100% 54%, 92% 100%, 8% 100%);
  background:
    linear-gradient(180deg, rgba(243, 246, 250, 0.19), transparent 47%),
    linear-gradient(90deg, transparent, rgba(54, 199, 217, 0.18), rgba(243, 246, 250, 0.2), rgba(84, 116, 243, 0.12), transparent);
  box-shadow:
    inset 0 0 22px rgba(54, 199, 217, 0.2),
    0 0 24px rgba(54, 199, 217, 0.1);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  will-change: transform, opacity;
}

.hxHero__blade--a {
  transform: rotate(45deg) translateX(-68%);
}

.hxHero__blade--b {
  border-color: rgba(108, 115, 224, 0.38);
  transform: rotate(-45deg) translateX(68%);
}

.hxHero__bladeEdge {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20%;
  width: 20%;
  background: linear-gradient(90deg, transparent, rgba(243, 246, 250, 0.92), transparent);
  filter: blur(2px);
}

.hxHero__core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13%;
  aspect-ratio: 1;
  opacity: 0;
  transform: translate(-50%, -50%) rotate(45deg) scale(0);
  border: 1px solid rgba(54, 199, 217, 0.9);
  background: rgba(54, 199, 217, 0.1);
  box-shadow: 0 0 52px rgba(54, 199, 217, 0.45);
}

.hxHero__core span {
  position: absolute;
  inset: 23%;
  border: 1px solid rgba(243, 246, 250, 0.42);
}

.hxHero__orbit {
  position: absolute;
  opacity: 0;
  border: 1px solid var(--hx-line);
}

.hxHero__orbit--outer {
  inset: 8%;
  transform: rotate(-18deg) scale(0.8);
}

.hxHero__orbit--inner {
  inset: 23%;
  transform: rotate(22deg) scale(0.72);
}

.hxHero__coordinate {
  position: absolute;
  color: rgba(152, 165, 184, 0.54);
  font-family: monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  opacity: 0;
}

.hxHero__coordinate--one { top: 16%; right: 5%; }
.hxHero__coordinate--two { right: 0; bottom: 25%; }

/* CONTEÚDO */
.hxHero__content {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: clamp(28px, 5.6vw, 96px);
  width: min(55vw, 790px);
  transform: translateY(-43%);
}

.hxHero__eyebrow {
  margin: 0 0 25px;
  color: var(--hx-cyan);
  font-size: clamp(10px, 0.76vw, 13px);
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(18px);
}

.hxHero__title {
  margin: 0;
  max-width: 11ch;
  color: var(--hx-white);
  font-size: clamp(54px, 6.7vw, 112px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.064em;
  text-wrap: balance;
}

.hxHero__titleLine {
  display: block;
  opacity: 0;
  transform: translateY(42px);
  will-change: transform, opacity;
}

.hxHero__description {
  max-width: 560px;
  margin: 30px 0 0;
  color: var(--hx-muted);
  font-size: clamp(15px, 1.18vw, 20px);
  font-weight: 400;
  line-height: 1.55;
  opacity: 0;
  transform: translateY(24px);
}

.hxHero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
  opacity: 0;
  transform: translateY(24px);
}

.hxHero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 54px;
  padding: 0 25px;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.hxHero__button:hover,
.hxHero__button:focus-visible {
  transform: translateY(-2px);
}

.hxHero__button--primary {
  border: 1px solid rgba(54, 199, 217, 0.68);
  background: rgba(54, 199, 217, 0.1);
  box-shadow: inset 0 0 18px rgba(54, 199, 217, 0.04);
}

.hxHero__button--primary:hover,
.hxHero__button--primary:focus-visible {
  border-color: var(--hx-cyan);
  background: rgba(54, 199, 217, 0.17);
  box-shadow: 0 0 30px rgba(54, 199, 217, 0.13);
}

.hxHero__button--ghost {
  border: 1px solid rgba(152, 165, 184, 0.38);
  background: rgba(17, 26, 44, 0.14);
}

.hxHero__button--ghost:hover,
.hxHero__button--ghost:focus-visible {
  border-color: rgba(243, 246, 250, 0.7);
  background: rgba(243, 246, 250, 0.04);
}

/* INDICADORES E SAÍDA */
.hxHero__scrollCue {
  position: absolute;
  z-index: 12;
  right: clamp(22px, 3.2vw, 54px);
  bottom: 118px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(152, 165, 184, 0.62);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hxHero__scrollCue i {
  width: 1px;
  height: 48px;
  background: linear-gradient(var(--hx-cyan), transparent);
}

.hxHero__progress {
  position: absolute;
  z-index: 12;
  bottom: 34px;
  left: clamp(28px, 5.6vw, 96px);
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(152, 165, 184, 0.58);
  font-family: monospace;
  font-size: 9px;
}

.hxHero__progress i {
  position: relative;
  width: 110px;
  height: 1px;
  overflow: hidden;
  background: rgba(152, 165, 184, 0.2);
}

.hxHero__progress b {
  position: absolute;
  inset: 0;
  display: block;
  background: var(--hx-cyan);
  transform: scaleX(0);
  transform-origin: left;
}

.hxHero__next {
  position: absolute;
  z-index: 20;
  right: clamp(28px, 5.6vw, 96px);
  bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(36vw, 500px);
  min-height: 76px;
  padding: 12px 20px;
  border-top: 1px solid var(--hx-line);
  border-bottom: 1px solid var(--hx-line);
  background: rgba(7, 10, 18, 0.5);
  opacity: 0;
  transform: translateY(90px);
  backdrop-filter: blur(12px);
}

.hxHero__next span {
  display: grid;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hxHero__next small {
  color: var(--hx-muted);
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.18em;
}

.hxHero__next b {
  color: var(--hx-cyan);
  font-size: 23px;
  font-weight: 400;
}

/* TABLET */
@media (max-width: 1100px) {
  .hxHero__header {
    grid-template-columns: 1fr auto;
  }

  .hxHero__nav,
  .hxHero__headerCta {
    display: none;
  }

  .hxHero__menuButton {
    display: grid;
    justify-self: end;
    gap: 6px;
    width: 44px;
    height: 44px;
    padding: 13px 10px;
    border: 1px solid var(--hx-line);
    background: rgba(17, 26, 44, 0.35);
    cursor: pointer;
  }

  .hxHero__menuButton span {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--hx-white);
    transition: transform 0.3s ease;
  }

  .hxHero__mobileNav {
    position: absolute;
    z-index: 29;
    top: var(--hx-header-h);
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 14px clamp(24px, 4.5vw, 76px) 22px;
    border-bottom: 1px solid var(--hx-line);
    background: rgba(7, 10, 18, 0.96);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  }

  .hxHero__mobileNav a {
    padding: 13px 0;
    border-bottom: 1px solid rgba(130, 170, 210, 0.1);
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .hxHero.is-menu-open .hxHero__mobileNav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .hxHero.is-menu-open .hxHero__menuButton span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .hxHero.is-menu-open .hxHero__menuButton span:last-child {
    transform: translateY(-3px) rotate(-45deg);
  }

  .hxHero__visual {
    left: 76%;
    width: min(58vw, 650px);
  }

  .hxHero__content {
    width: min(62vw, 680px);
  }
}

/* CELULAR */
@media (max-width: 767px) {
  .hxHero {
    height: 220vh;
    min-height: 1300px;
  }

  .hxHero__stage {
    min-height: 620px;
  }

  .hxHero__header {
    height: 72px;
    padding: 0 20px;
  }

  .hxHero__logo {
    width: 126px;
  }

  .hxHero__mobileNav {
    top: 72px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hxHero__content {
    top: 17%;
    left: 22px;
    width: calc(100% - 44px);
    transform: none;
  }

  .hxHero__eyebrow {
    margin-bottom: 16px;
    letter-spacing: 0.23em;
  }

  .hxHero__title {
    max-width: 10ch;
    font-size: clamp(48px, 15vw, 72px);
  }

  .hxHero__description {
    max-width: 34ch;
    margin-top: 20px;
    font-size: 15px;
  }

  .hxHero__actions {
    gap: 10px;
    margin-top: 22px;
  }

  .hxHero__button {
    min-height: 48px;
    padding: 0 17px;
    font-size: 9px;
  }

  .hxHero__visual {
    top: 71%;
    left: 50%;
    width: min(96vw, 520px);
  }

  .hxHero__scrollCue {
    right: 13px;
    bottom: 74px;
  }

  .hxHero__progress {
    bottom: 22px;
    left: 22px;
  }

  .hxHero__progress i {
    width: 66px;
  }

  .hxHero__next {
    right: 22px;
    bottom: 14px;
    width: calc(100% - 44px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hxHero {
    height: 100vh;
    min-height: 680px;
  }

  .hxHero__blade,
  .hxHero__core,
  .hxHero__orbit,
  .hxHero__eyebrow,
  .hxHero__titleLine,
  .hxHero__description,
  .hxHero__actions {
    opacity: 1;
  }

  .hxHero__blade--a { transform: rotate(45deg); }
  .hxHero__blade--b { transform: rotate(-45deg); }
  .hxHero__core { transform: translate(-50%, -50%) rotate(45deg) scale(1); }
  .hxHero__eyebrow,
  .hxHero__titleLine,
  .hxHero__description,
  .hxHero__actions { transform: none; }
}/* End custom CSS */