.elementor-12 .elementor-element.elementor-element-c2fda91{--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;}.elementor-12 .elementor-element.elementor-element-2bffc4a{--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;}.elementor-12 .elementor-element.elementor-element-d6c48eb{--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;}.elementor-12 .elementor-element.elementor-element-5c9e399{--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;}.elementor-12 .elementor-element.elementor-element-34ee554{--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;}.elementor-12 .elementor-element.elementor-element-399034f{--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;}.elementor-12 .elementor-element.elementor-element-5a6eff4{--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 container, class: .elementor-element-c2fda91 *//* =====================================================
   ZETTA AG — DOBRA 1 COMPLETA
===================================================== */

:root {
  --zt-orange: #ff6b00;
  --zt-orange-dark: #cc5500;
  --zt-black: #0a0a0a;
  --zt-dark: #111111;
  --zt-surface: #1a1a1a;
  --zt-white: #f5f5f5;
  --zt-muted: #929292;
  --zt-border: rgba(255, 107, 0, 0.22);
  --zt-container: 1240px;
  --zt-header-height: 86px;
}

/* =====================================================
   RESET
===================================================== */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  background: var(--zt-black);
}

body {
  margin: 0;
  background: var(--zt-black);
  color: var(--zt-white);
  font-family: "Barlow", sans-serif;
  overflow-x: hidden;
}

body.zt-menu-open {
  overflow: hidden !important;
  touch-action: none;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font-family: inherit;
}

.zt-container {
  width: min(calc(100% - 48px), var(--zt-container));
  margin-inline: auto;
}

/* =====================================================
   HEADER
===================================================== */

.zt-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: var(--zt-header-height);
  border-bottom: 1px solid transparent;
  transition:
    height 0.35s ease,
    background 0.35s ease,
    border-color 0.35s ease,
    backdrop-filter 0.35s ease;
}

.zt-header.is-scrolled {
  height: 74px;
  background: rgba(10, 10, 10, 0.9);
  border-color: rgba(255, 107, 0, 0.16);
  backdrop-filter: blur(18px);
}

.zt-header__inner {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.zt-header__logo {
  position: relative;
  z-index: 10004;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.zt-header__logo img {
  display: block;
  width: auto;
  max-width: 180px;
  height: 52px;
  object-fit: contain;
  object-position: center;
}

/* =====================================================
   MENU DESKTOP
===================================================== */

.zt-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 2.5vw, 42px);
}

.zt-nav a {
  position: relative;
  color: rgba(245, 245, 245, 0.76);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.25s ease;
}

.zt-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 2px;
  background: var(--zt-orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.zt-nav a:hover {
  color: var(--zt-white);
}

.zt-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.zt-nav__mobile-cta {
  display: none !important;
}

/* =====================================================
   BOTÕES
===================================================== */

.zt-button {
  position: relative;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    color 0.3s ease,
    box-shadow 0.3s ease;
}

.zt-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -110%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.24),
    transparent
  );
  transform: skewX(-22deg);
  transition: left 0.55s ease;
}

.zt-button:hover::before {
  left: 145%;
}

.zt-button:hover {
  transform: translateY(-3px);
}

.zt-button--header {
  min-height: 46px;
  padding-inline: 22px;
  color: var(--zt-black);
  background: var(--zt-orange);
  border-color: var(--zt-orange);
  box-shadow: 0 10px 34px rgba(255, 107, 0, 0.18);
}

.zt-button--header:hover {
  color: var(--zt-black);
  background: var(--zt-white);
  border-color: var(--zt-white);
}

.zt-button--primary {
  min-width: 258px;
  color: var(--zt-black);
  background: var(--zt-orange);
  border-color: var(--zt-orange);
  box-shadow: 0 18px 42px rgba(255, 107, 0, 0.18);
}

.zt-button--primary:hover {
  color: var(--zt-black);
  background: var(--zt-white);
  border-color: var(--zt-white);
}

.zt-button--secondary {
  min-width: 238px;
  color: var(--zt-white);
  border-color: rgba(245, 245, 245, 0.25);
  background: rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(8px);
}

.zt-button--secondary:hover {
  border-color: var(--zt-orange);
  background: rgba(255, 107, 0, 0.08);
}

.zt-button__icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  border-left: 1px solid currentColor;
}

.zt-button__icon i {
  transition: transform 0.3s ease;
}

.zt-button:hover .zt-button__icon i {
  transform: translateX(4px);
}

.zt-button--secondary:hover .zt-button__icon i {
  transform: translateY(4px);
}

/* =====================================================
   BOTÃO MOBILE
===================================================== */

.zt-menu-toggle {
  position: relative;
  z-index: 10005;
  width: 46px;
  height: 46px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  padding: 0;
  border: 1px solid rgba(255, 107, 0, 0.4);
  background: rgba(10, 10, 10, 0.72);
  cursor: pointer;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none;
}

.zt-menu-toggle span {
  width: 21px;
  height: 2px;
  display: block;
  background: var(--zt-white);
  transform-origin: center;
  pointer-events: none;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.zt-menu-toggle.is-active span:first-child {
  transform: translateY(4.5px) rotate(45deg);
}

.zt-menu-toggle.is-active span:last-child {
  transform: translateY(-4.5px) rotate(-45deg);
}

/* =====================================================
   OVERLAY MOBILE
===================================================== */

.zt-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.68);
  backdrop-filter: blur(4px);
  pointer-events: none;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.zt-menu-overlay.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

/* =====================================================
   HERO
===================================================== */

.zt-hero {
  position: relative;
  width: 100%;
  min-height: 100svh;
  height: 100svh;
  display: flex;
  align-items: center;
  padding-top: var(--zt-header-height);
  background:
    linear-gradient(
      90deg,
      rgba(10, 10, 10, 1) 0%,
      rgba(10, 10, 10, 0.94) 42%,
      rgba(10, 10, 10, 0.78) 100%
    ),
    var(--zt-black);
  isolation: isolate;
  overflow: hidden;
}

.zt-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      90deg,
      rgba(10, 10, 10, 0.82) 0%,
      rgba(10, 10, 10, 0.34) 58%,
      rgba(10, 10, 10, 0.12) 100%
    ),
    linear-gradient(
      0deg,
      rgba(10, 10, 10, 0.72) 0%,
      transparent 30%,
      transparent 72%,
      rgba(10, 10, 10, 0.44) 100%
    );
}

.zt-hero__background {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.zt-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(255, 107, 0, 0.095) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 107, 0, 0.095) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    rgba(0, 0, 0, 0.7) 35%,
    black 100%
  );
  animation: ztGridMove 18s linear infinite;
}

@keyframes ztGridMove {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 72px 72px;
  }
}

.zt-hero__glow {
  position: absolute;
  border-radius: 50%;
  animation: ztGlowFloat 8s ease-in-out infinite;
}

.zt-hero__glow--one {
  top: 5%;
  right: 8%;
  width: 420px;
  height: 420px;
  background: radial-gradient(
    circle,
    rgba(255, 107, 0, 0.18),
    transparent 66%
  );
}

.zt-hero__glow--two {
  right: 28%;
  bottom: -20%;
  width: 520px;
  height: 520px;
  background: radial-gradient(
    circle,
    rgba(204, 85, 0, 0.12),
    transparent 68%
  );
  animation-delay: -3s;
}

@keyframes ztGlowFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(-18px, 22px, 0) scale(1.06);
  }
}

.zt-data-particle {
  position: absolute;
  z-index: 1;
  color: rgba(255, 107, 0, 0.62);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
  animation: ztDataFloat 5s ease-in-out infinite;
}

.zt-data-particle--one {
  top: 16%;
  right: 16%;
}

.zt-data-particle--two {
  right: 8%;
  bottom: 31%;
  animation-delay: -1.5s;
}

.zt-data-particle--three {
  top: 31%;
  right: 45%;
  animation-delay: -2.5s;
}

.zt-data-particle--four {
  right: 33%;
  bottom: 20%;
  animation-delay: -3.2s;
}

@keyframes ztDataFloat {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.45;
  }

  50% {
    transform: translateY(-10px);
    opacity: 0.95;
  }
}

.zt-hero__chart {
  position: absolute;
  top: 11%;
  right: -2%;
  width: min(57vw, 860px);
  height: auto;
  opacity: 0.92;
}

.zt-chart-path--main {
  stroke-dasharray: 1250;
  stroke-dashoffset: 1250;
  animation: ztDrawChart 2.2s 0.5s forwards ease-out;
}

@keyframes ztDrawChart {
  to {
    stroke-dashoffset: 0;
  }
}

.zt-hero__inner {
  position: relative;
  z-index: 3;
  min-height: calc(100svh - var(--zt-header-height));
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: center;
  gap: clamp(40px, 6vw, 90px);
  padding-top: 30px;
  padding-bottom: 95px;
}

.zt-hero__content {
  max-width: 760px;
}

.zt-eyebrow {
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(18px, 2.5vh, 30px);
  padding: 10px 20px;
  border: 1px solid rgba(255, 107, 0, 0.38);
  border-radius: 999px;
  background: rgba(255, 107, 0, 0.045);
  color: var(--zt-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(10px, 0.78vw, 13px);
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.zt-eyebrow__dot {
  width: 7px;
  height: 7px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--zt-orange);
  box-shadow: 0 0 18px rgba(255, 107, 0, 0.8);
  animation: ztPulse 2s ease-in-out infinite;
}

@keyframes ztPulse {
  50% {
    box-shadow:
      0 0 0 8px rgba(255, 107, 0, 0.08),
      0 0 24px rgba(255, 107, 0, 0.85);
  }
}

.zt-hero__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(78px, 9.5vw, 154px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.72;
  text-transform: uppercase;
}

.zt-title-line {
  display: block;
}

.zt-title-line--white {
  color: var(--zt-white);
}

.zt-title-line--orange {
  color: var(--zt-orange);
}

.zt-title-line--outline {
  margin-top: 10px;
  color: transparent;
  font-size: 0.72em;
  letter-spacing: -0.035em;
  line-height: 0.93;
  -webkit-text-stroke: clamp(1px, 0.12vw, 2px) var(--zt-orange);
}

.zt-hero__text {
  max-width: 650px;
  margin-top: clamp(30px, 4vh, 48px);
  color: rgba(245, 245, 245, 0.64);
  font-size: clamp(15px, 1.15vw, 18px);
  line-height: 1.75;
}

.zt-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(24px, 3.5vh, 40px);
}

/* =====================================================
   CARDS LATERAIS
===================================================== */

.zt-hero__side {
  position: relative;
  height: 100%;
  min-height: 480px;
}

.zt-metric-card {
  position: absolute;
  width: min(100%, 280px);
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 17px;
  border: 1px solid rgba(255, 107, 0, 0.24);
  background: rgba(12, 12, 12, 0.58);
  backdrop-filter: blur(14px);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.35),
    inset 0 1px rgba(255, 255, 255, 0.025);
  animation: ztCardFloat 5s ease-in-out infinite;
}

.zt-metric-card--one {
  top: 22%;
  right: 8%;
}

.zt-metric-card--two {
  right: 28%;
  bottom: 13%;
  animation-delay: -2.3s;
}

@keyframes ztCardFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.zt-metric-card__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: var(--zt-orange);
  border: 1px solid rgba(255, 107, 0, 0.32);
  background: rgba(255, 107, 0, 0.07);
  font-size: 18px;
}

.zt-metric-card span,
.zt-metric-card strong {
  display: block;
}

.zt-metric-card span {
  margin-bottom: 4px;
  color: var(--zt-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.zt-metric-card strong {
  color: var(--zt-white);
  font-size: 14px;
  font-weight: 500;
}

/* =====================================================
   BASE DA HERO
===================================================== */

.zt-hero__bottom {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 72px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 107, 0, 0.16);
  background: rgba(10, 10, 10, 0.74);
  backdrop-filter: blur(12px);
}

.zt-hero__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.zt-scroll-hint {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(245, 245, 245, 0.48);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.zt-scroll-hint__line {
  position: relative;
  width: 70px;
  height: 1px;
  background: rgba(245, 245, 245, 0.16);
  overflow: hidden;
}

.zt-scroll-hint__line span {
  position: absolute;
  top: 0;
  left: -40%;
  width: 40%;
  height: 100%;
  background: var(--zt-orange);
  animation: ztScrollLine 2s linear infinite;
}

@keyframes ztScrollLine {
  to {
    left: 120%;
  }
}

.zt-hero__keywords {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(13px, 1.7vw, 26px);
  color: rgba(245, 245, 245, 0.5);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.zt-hero__keywords i {
  width: 5px;
  height: 5px;
  display: block;
  background: var(--zt-orange);
}

/* =====================================================
   ENTRADA DA HERO
===================================================== */

.zt-hero-reveal,
.zt-title-line {
  opacity: 1;
  transform: translateY(0);
}

html.zt-has-js .zt-hero-reveal,
html.zt-has-js .zt-title-line {
  opacity: 0;
  transform: translateY(26px);
}

html.zt-has-js body.zt-loaded .zt-hero-reveal,
html.zt-has-js body.zt-loaded .zt-title-line {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.72s ease,
    transform 0.72s cubic-bezier(0.2, 0.7, 0.25, 1);
}

body.zt-loaded .zt-title-line--white {
  transition-delay: 0.08s;
}

body.zt-loaded .zt-title-line--orange {
  transition-delay: 0.17s;
}

body.zt-loaded .zt-title-line--outline {
  transition-delay: 0.26s;
}

body.zt-loaded .zt-hero__text {
  transition-delay: 0.36s;
}

body.zt-loaded .zt-hero__actions {
  transition-delay: 0.46s;
}

/* =====================================================
   TABLET / MOBILE
===================================================== */

@media (max-width: 1100px) {
  .zt-nav {
    gap: 20px;
  }

  .zt-nav a {
    font-size: 12px;
  }

  .zt-button--header {
    padding-inline: 16px;
    font-size: 12px;
  }

  .zt-hero__title {
    font-size: clamp(76px, 10vw, 125px);
  }

  .zt-hero__chart {
    right: -14%;
    width: 68vw;
  }
}

@media (max-width: 920px) {
  :root {
    --zt-header-height: 76px;
  }

  .zt-header {
    z-index: 10000;
  }

  .zt-header__logo img {
    height: 46px;
    max-width: 155px;
  }

  .zt-button--header {
    display: none;
  }

  .zt-menu-toggle {
    display: flex;
  }

  /* MENU LATERAL */

  .zt-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10002;
    width: min(88vw, 420px);
    height: 100dvh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    padding:
      calc(106px + env(safe-area-inset-top))
      28px
      40px;
    background:
      linear-gradient(
        180deg,
        rgba(10, 10, 10, 0.995),
        rgba(7, 7, 7, 0.995)
      );
    border-left: 1px solid rgba(255, 107, 0, 0.24);
    box-shadow: -30px 0 80px rgba(0, 0, 0, 0.55);
    visibility: hidden;
    opacity: 0;
    transform: translate3d(105%, 0, 0);
    pointer-events: none;
    overflow-y: auto;
    transition:
      transform 0.38s cubic-bezier(0.2, 0.7, 0.2, 1),
      opacity 0.28s ease,
      visibility 0.38s ease;
  }

  .zt-nav.is-open {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
  }

  .zt-nav > a:not(.zt-nav__mobile-cta) {
    width: 100%;
    display: block;
    padding: 18px 0;
    color: rgba(255, 255, 255, 0.84);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 20px;
    pointer-events: auto;
  }

  .zt-nav > a::after {
    display: none;
  }

  .zt-nav__mobile-cta {
    width: 100%;
    min-height: 54px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 28px;
    padding: 0 18px !important;
    color: var(--zt-black) !important;
    background: var(--zt-orange);
    border: 1px solid var(--zt-orange) !important;
    font-size: 15px !important;
  }

  .zt-nav__mobile-cta i {
    transition: transform 0.3s ease;
  }

  .zt-nav__mobile-cta:hover i {
    transform: translateX(4px);
  }

  /* HERO MOBILE */

  .zt-hero {
    height: auto;
    min-height: 100svh;
  }

  .zt-hero__inner {
    grid-template-columns: 1fr;
    min-height: 100svh;
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .zt-hero__content {
    max-width: 720px;
  }

  .zt-hero__side {
    display: none;
  }

  .zt-hero__chart {
    top: 14%;
    right: -28%;
    width: 92vw;
    opacity: 0.48;
  }

  .zt-hero__grid {
    mask-image: none;
    opacity: 0.24;
  }

  .zt-hero__bottom-inner {
    justify-content: center;
  }

  .zt-scroll-hint {
    display: none;
  }

  .zt-hero__keywords {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 640px) {
  .zt-container {
    width: min(calc(100% - 32px), var(--zt-container));
  }

  .zt-header__logo img {
    height: 42px;
    max-width: 145px;
  }

  .zt-hero__inner {
    align-items: center;
    padding-top: 70px;
    padding-bottom: 112px;
  }

  .zt-eyebrow {
    padding: 9px 13px;
    font-size: 9px;
    letter-spacing: 0.17em;
  }

  .zt-hero__title {
    width: 100%;
    font-size: clamp(69px, 22vw, 102px);
    line-height: 0.76;
  }

  .zt-title-line--outline {
    margin-top: 8px;
    font-size: 0.58em;
  }

  .zt-hero__text {
    margin-top: 26px;
    font-size: 15px;
    line-height: 1.65;
  }

  .zt-hero__actions {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }

  .zt-button--primary,
  .zt-button--secondary {
    width: 100%;
    min-width: 0;
  }

  .zt-hero__bottom {
    min-height: 64px;
  }

  .zt-hero__keywords {
    gap: 8px;
    font-size: 8px;
    letter-spacing: 0.1em;
  }

  .zt-hero__keywords span:nth-of-type(2),
  .zt-hero__keywords i:nth-of-type(2) {
    display: none;
  }

  .zt-hero__chart {
    top: 24%;
    right: -52%;
    width: 145vw;
  }

  .zt-data-particle--three,
  .zt-data-particle--four {
    display: none;
  }

  .zt-nav {
    width: min(91vw, 390px);
    padding-inline: 22px;
  }
}

/* =====================================================
   TELAS COM POUCA ALTURA
===================================================== */

@media (max-height: 730px) and (min-width: 921px) {
  .zt-hero__title {
    font-size: clamp(68px, 8.2vw, 118px);
  }

  .zt-eyebrow {
    margin-bottom: 17px;
  }

  .zt-hero__text {
    margin-top: 26px;
    line-height: 1.55;
  }

  .zt-hero__actions {
    margin-top: 24px;
  }

  .zt-button {
    min-height: 48px;
  }
}

/* =====================================================
   REDUÇÃO DE MOVIMENTO
===================================================== */

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .zt-hero-reveal,
  .zt-title-line {
    opacity: 1 !important;
    transform: none !important;
  }
}
/* =====================================================
   CORREÇÃO DEFINITIVA — MENU MOBILE FORA DO ELEMENTOR
===================================================== */

@media (max-width: 920px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  body.zt-menu-open {
    overflow: hidden !important;
  }

  .zt-header {
    z-index: 999990 !important;
  }

  .zt-menu-toggle {
    position: relative !important;
    z-index: 1000003 !important;
    display: flex !important;
    pointer-events: auto !important;
  }

  /* Menu movido diretamente para o body */
  body > .zt-nav {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;

    z-index: 1000002 !important;

    width: min(88vw, 390px) !important;
    height: 100dvh !important;
    min-height: 100vh !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0 !important;

    padding:
      calc(105px + env(safe-area-inset-top))
      24px
      40px !important;

    margin: 0 !important;

    background:
      linear-gradient(
        180deg,
        #0a0a0a 0%,
        #070707 100%
      ) !important;

    border-left: 1px solid rgba(255, 107, 0, 0.32) !important;

    box-shadow:
      -30px 0 80px rgba(0, 0, 0, 0.72) !important;

    overflow-x: hidden !important;
    overflow-y: auto !important;

    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;

    transform: translate3d(110%, 0, 0) !important;

    transition:
      transform 0.38s cubic-bezier(0.2, 0.7, 0.2, 1),
      opacity 0.28s ease,
      visibility 0.38s ease !important;
  }

  body > .zt-nav.is-open {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;

    transform: translate3d(0, 0, 0) !important;
  }

  body > .zt-nav > a:not(.zt-nav__mobile-cta) {
    width: 100% !important;
    display: block !important;

    padding: 18px 0 !important;

    color: rgba(255, 255, 255, 0.86) !important;

    border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;

    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;

    text-decoration: none !important;
    text-transform: uppercase !important;

    pointer-events: auto !important;
  }

  body > .zt-nav > a::after {
    display: none !important;
  }

  body > .zt-nav .zt-nav__mobile-cta {
    width: 100% !important;
    min-height: 56px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    margin-top: 28px !important;
    padding: 0 18px !important;

    color: #0a0a0a !important;
    background: #ff6b00 !important;
    border: 1px solid #ff6b00 !important;

    font-size: 15px !important;
  }

  body > .zt-menu-overlay {
    position: fixed !important;
    inset: 0 !important;

    z-index: 1000001 !important;

    display: block !important;

    visibility: hidden !important;
    opacity: 0 !important;

    background: rgba(0, 0, 0, 0.74) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

    pointer-events: none !important;

    transition:
      opacity 0.3s ease,
      visibility 0.3s ease !important;
  }

  body > .zt-menu-overlay.is-visible {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }
}

@media (min-width: 921px) {
  body > .zt-nav {
    position: static !important;
    width: auto !important;
    height: auto !important;

    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  body > .zt-menu-overlay {
    display: none !important;
  }
}
/* =====================================================
   MENU MOBILE ZETTA — VERSÃO INDEPENDENTE
===================================================== */

.zt-mobile-drawer,
.zt-mobile-backdrop {
  display: none;
}

@media (max-width: 920px) {

  body.zt-mobile-menu-open {
    overflow: hidden !important;
    touch-action: none;
  }

  .zt-header {
    z-index: 2147483000 !important;
  }

  .zt-header__inner {
    position: relative;
    z-index: 2147483001 !important;
  }

  .zt-nav,
  .zt-button--header {
    display: none !important;
  }

  .zt-menu-toggle {
    position: relative !important;
    z-index: 2147483640 !important;

    width: 48px !important;
    height: 48px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 7px !important;

    padding: 0 !important;
    margin: 0 !important;

    border: 1px solid rgba(255, 107, 0, 0.55) !important;
    border-radius: 3px !important;

    background: #ff6b00 !important;

    cursor: pointer !important;
    pointer-events: auto !important;

    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .zt-menu-toggle span {
    width: 22px !important;
    height: 2px !important;

    display: block !important;

    background: #0a0a0a !important;

    transform-origin: center !important;
    pointer-events: none !important;

    transition:
      transform 0.28s ease,
      opacity 0.28s ease !important;
  }

  .zt-menu-toggle.is-active span:first-child {
    transform: translateY(4.5px) rotate(45deg) !important;
  }

  .zt-menu-toggle.is-active span:last-child {
    transform: translateY(-4.5px) rotate(-45deg) !important;
  }

  /* FUNDO ESCURO */

  .zt-mobile-backdrop {
    position: fixed !important;
    inset: 0 !important;

    z-index: 2147483600 !important;

    display: block !important;

    visibility: hidden !important;
    opacity: 0 !important;

    background: rgba(0, 0, 0, 0.76) !important;

    pointer-events: none !important;

    transition:
      opacity 0.3s ease,
      visibility 0.3s ease !important;
  }

  .zt-mobile-backdrop.is-open {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  /* PAINEL */

  .zt-mobile-drawer {
    position: fixed !important;

    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;

    z-index: 2147483610 !important;

    width: min(88vw, 390px) !important;
    height: 100dvh !important;
    min-height: 100vh !important;

    display: flex !important;
    flex-direction: column !important;

    margin: 0 !important;
    padding:
      calc(105px + env(safe-area-inset-top))
      24px
      calc(35px + env(safe-area-inset-bottom)) !important;

    background:
      linear-gradient(
        160deg,
        rgba(24, 16, 10, 0.99) 0%,
        #090909 42%,
        #050505 100%
      ) !important;

    border-left: 1px solid rgba(255, 107, 0, 0.42) !important;

    box-shadow:
      -30px 0 90px rgba(0, 0, 0, 0.85) !important;

    visibility: hidden !important;
    opacity: 0 !important;

    transform: translateX(105%) !important;

    pointer-events: none !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;

    transition:
      transform 0.38s cubic-bezier(0.2, 0.7, 0.2, 1),
      opacity 0.28s ease,
      visibility 0.38s ease !important;
  }

  .zt-mobile-drawer.is-open {
    visibility: visible !important;
    opacity: 1 !important;

    transform: translateX(0) !important;

    pointer-events: auto !important;
  }

  .zt-mobile-drawer__label {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 22px;

    color: #ff6b00;

    font-family: "Barlow Condensed", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
  }

  .zt-mobile-drawer__label::before {
    content: "";

    width: 20px;
    height: 2px;

    background: #ff6b00;
  }

  .zt-mobile-drawer__nav {
    width: 100%;

    display: flex;
    flex-direction: column;
  }

  .zt-mobile-drawer__nav a {
    position: relative;

    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;

    padding: 17px 2px !important;

    color: rgba(255, 255, 255, 0.88) !important;

    border: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09) !important;

    background: transparent !important;

    font-family: "Barlow Condensed", sans-serif !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    line-height: 1 !important;

    text-decoration: none !important;
    text-transform: uppercase !important;

    transform: translateX(18px);
    opacity: 0;

    transition:
      color 0.25s ease,
      transform 0.38s ease,
      opacity 0.38s ease !important;
  }

  .zt-mobile-drawer.is-open .zt-mobile-drawer__nav a {
    transform: translateX(0);
    opacity: 1;
  }

  .zt-mobile-drawer.is-open .zt-mobile-drawer__nav a:nth-child(1) {
    transition-delay: 0.08s !important;
  }

  .zt-mobile-drawer.is-open .zt-mobile-drawer__nav a:nth-child(2) {
    transition-delay: 0.12s !important;
  }

  .zt-mobile-drawer.is-open .zt-mobile-drawer__nav a:nth-child(3) {
    transition-delay: 0.16s !important;
  }

  .zt-mobile-drawer.is-open .zt-mobile-drawer__nav a:nth-child(4) {
    transition-delay: 0.2s !important;
  }

  .zt-mobile-drawer.is-open .zt-mobile-drawer__nav a:nth-child(5) {
    transition-delay: 0.24s !important;
  }

  .zt-mobile-drawer__nav a::after {
    content: "→" !important;

    position: static !important;

    width: auto !important;
    height: auto !important;

    display: block !important;

    color: #ff6b00 !important;
    background: none !important;

    font-size: 16px !important;

    transform: none !important;
  }

  .zt-mobile-drawer__nav a:active {
    color: #ff6b00 !important;
  }

  .zt-mobile-drawer__cta {
    width: 100%;

    min-height: 58px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    margin-top: 28px;
    padding: 0 18px;

    color: #0a0a0a !important;
    background: #ff6b00 !important;
    border: 1px solid #ff6b00 !important;

    font-family: "Barlow Condensed", sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.11em;

    text-decoration: none;
    text-transform: uppercase;
  }

  .zt-mobile-drawer__footer {
    margin-top: auto;
    padding-top: 30px;

    color: rgba(255, 255, 255, 0.32);

    font-size: 11px;
    line-height: 1.6;
  }
}

@media (min-width: 921px) {
  .zt-mobile-drawer,
  .zt-mobile-backdrop {
    display: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2bffc4a *//* =====================================================
   DOBRA 2 — INDICADORES + SOBRE
===================================================== */

.zt-about {
  position: relative;
  min-height: 100svh;
  height: 100svh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(
      circle at 82% 65%,
      rgba(255, 107, 0, 0.07),
      transparent 30%
    ),
    linear-gradient(180deg, #0c0c0c 0%, #111111 100%);
  border-top: 1px solid rgba(255, 107, 0, 0.12);
  isolation: isolate;
  overflow: hidden;
}

/* INDICADORES */

.zt-stats {
  position: relative;
  z-index: 4;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(255, 107, 0, 0.16);
  background:
    linear-gradient(
      90deg,
      rgba(255, 107, 0, 0.035),
      transparent 35%,
      rgba(255, 107, 0, 0.035)
    ),
    #0c0c0c;
}

.zt-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.zt-stat-card {
  position: relative;
  min-height: clamp(105px, 14vh, 142px);
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px clamp(20px, 2.5vw, 38px);
  border-right: 1px solid rgba(255, 107, 0, 0.13);
  overflow: hidden;
  transition:
    background 0.35s ease,
    border-color 0.35s ease;
}

.zt-stat-card:first-child {
  border-left: 1px solid rgba(255, 107, 0, 0.13);
}

.zt-stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    115deg,
    transparent 20%,
    rgba(255, 107, 0, 0.09),
    transparent 76%
  );
  transform: translateX(-110%);
  transition: transform 0.65s ease;
}

.zt-stat-card:hover::before {
  transform: translateX(110%);
}

.zt-stat-card:hover {
  background: rgba(255, 107, 0, 0.035);
  border-color: rgba(255, 107, 0, 0.3);
}

.zt-stat-card__icon {
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: var(--zt-orange);
  border: 1px solid rgba(255, 107, 0, 0.35);
  background: rgba(255, 107, 0, 0.05);
  font-size: 20px;
  transition:
    color 0.35s ease,
    background 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.zt-stat-card:hover .zt-stat-card__icon {
  color: var(--zt-black);
  background: var(--zt-orange);
  transform: rotate(-6deg) scale(1.06);
  box-shadow: 0 12px 30px rgba(255, 107, 0, 0.2);
}

.zt-stat-card__content {
  position: relative;
  z-index: 2;
}

.zt-stat-card__content strong,
.zt-stat-card__content span {
  display: block;
}

.zt-stat-card__content strong {
  margin-bottom: 5px;
  color: var(--zt-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.zt-stat-card__content span {
  max-width: 210px;
  color: rgba(245, 245, 245, 0.47);
  font-size: 12px;
  line-height: 1.35;
}

.zt-stat-card__index {
  position: absolute;
  top: 10px;
  right: 15px;
  color: rgba(255, 107, 0, 0.08);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 1;
}

/* FAIXA ANIMADA */

.zt-marquee {
  position: relative;
  z-index: 4;
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 107, 0, 0.15);
  background: rgba(255, 107, 0, 0.025);
}

.zt-marquee__track {
  width: max-content;
  display: flex;
  animation: ztMarqueeMove 28s linear infinite;
}

.zt-marquee__group {
  min-width: max-content;
  height: clamp(45px, 6vh, 58px);
  display: flex;
  align-items: center;
  gap: 32px;
  padding-right: 32px;
}

.zt-marquee__group span {
  color: rgba(245, 245, 245, 0.38);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  white-space: nowrap;
}

.zt-marquee__group i {
  width: 6px;
  height: 6px;
  display: block;
  background: var(--zt-orange);
  transform: rotate(45deg);
}

.zt-marquee:hover .zt-marquee__track {
  animation-play-state: paused;
}

@keyframes ztMarqueeMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* CONTEÚDO */

.zt-about__inner {
  position: relative;
  z-index: 3;
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1.28fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
  padding-top: clamp(34px, 5vh, 64px);
  padding-bottom: clamp(34px, 5vh, 64px);
}

.zt-about__heading {
  position: relative;
}

.zt-section-label {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: clamp(18px, 2.4vh, 28px);
  color: var(--zt-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

.zt-section-label i {
  width: 24px;
  height: 2px;
  display: block;
  background: var(--zt-orange);
  box-shadow: 0 0 14px rgba(255, 107, 0, 0.6);
}

.zt-about__title {
  max-width: 520px;
  color: var(--zt-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(52px, 5.4vw, 88px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.85;
  text-transform: uppercase;
}

.zt-about__title span,
.zt-about__title strong {
  display: block;
}

.zt-about__title span {
  color: var(--zt-white);
}

.zt-about__title strong {
  color: var(--zt-orange);
  font-weight: 700;
}

.zt-about__seal {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: clamp(24px, 4vh, 44px);
  padding: 12px 17px;
  border: 1px solid rgba(255, 107, 0, 0.2);
  background: rgba(255, 107, 0, 0.025);
}

.zt-about__seal-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--zt-orange);
  border: 1px solid rgba(255, 107, 0, 0.3);
}

.zt-about__seal strong,
.zt-about__seal span {
  display: block;
}

.zt-about__seal strong {
  color: var(--zt-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.zt-about__seal span {
  margin-top: 3px;
  color: rgba(245, 245, 245, 0.4);
  font-size: 11px;
}

.zt-about__content {
  min-width: 0;
}

.zt-about__text {
  max-width: 780px;
  margin-bottom: clamp(24px, 3.5vh, 42px);
}

.zt-about__text p {
  color: rgba(245, 245, 245, 0.52);
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.68;
}

.zt-about__text p + p {
  margin-top: 10px;
}

.zt-about__text strong {
  color: var(--zt-white);
  font-weight: 600;
}

.zt-about__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.zt-feature-card {
  position: relative;
  min-height: clamp(78px, 10vh, 100px);
  display: grid;
  grid-template-columns: 48px 1fr 20px;
  align-items: center;
  gap: 15px;
  padding: 14px 17px;
  border: 1px solid rgba(255, 107, 0, 0.16);
  background:
    linear-gradient(
      120deg,
      rgba(255, 107, 0, 0.035),
      transparent 58%
    ),
    rgba(20, 20, 20, 0.74);
  overflow: hidden;
  cursor: default;
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease,
    box-shadow 0.35s ease;
}

.zt-feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 75%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 107, 0, 0.08),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.6s ease;
}

.zt-feature-card:hover::before {
  left: 140%;
}

.zt-feature-card:hover {
  z-index: 2;
  border-color: rgba(255, 107, 0, 0.55);
  background:
    linear-gradient(
      120deg,
      rgba(255, 107, 0, 0.09),
      transparent 65%
    ),
    rgba(24, 24, 24, 0.96);
  transform: translateY(-5px);
  box-shadow:
    0 22px 48px rgba(0, 0, 0, 0.28),
    0 0 30px rgba(255, 107, 0, 0.05);
}

.zt-feature-card--highlight {
  border-color: rgba(255, 107, 0, 0.35);
  background:
    linear-gradient(
      120deg,
      rgba(255, 107, 0, 0.12),
      transparent 70%
    ),
    rgba(24, 18, 14, 0.92);
}

.zt-feature-card__icon {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--zt-orange);
  border: 1px solid rgba(255, 107, 0, 0.28);
  background: rgba(255, 107, 0, 0.045);
  font-size: 17px;
  transition:
    color 0.35s ease,
    background 0.35s ease,
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.zt-feature-card:hover .zt-feature-card__icon {
  color: var(--zt-black);
  background: var(--zt-orange);
  transform: rotate(-5deg) scale(1.06);
  box-shadow: 0 10px 28px rgba(255, 107, 0, 0.2);
}

.zt-feature-card__body {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.zt-feature-card__body strong,
.zt-feature-card__body span {
  display: block;
}

.zt-feature-card__body strong {
  color: var(--zt-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(15px, 1.25vw, 19px);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.zt-feature-card__body span {
  margin-top: 4px;
  color: rgba(245, 245, 245, 0.38);
  font-size: 11px;
  line-height: 1.3;
}

.zt-feature-card__arrow {
  position: relative;
  z-index: 2;
  color: rgba(255, 107, 0, 0.35);
  font-size: 12px;
  transform: translate(-4px, 4px);
  opacity: 0;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    color 0.3s ease;
}

.zt-feature-card:hover .zt-feature-card__arrow {
  color: var(--zt-orange);
  transform: translate(0, 0);
  opacity: 1;
}

/* FUNDO */

.zt-about__background {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
}

.zt-about__background::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 107, 0, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 107, 0, 0.06) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    transparent 30%,
    black 100%
  );
  animation: ztAboutGrid 24s linear infinite;
}

@keyframes ztAboutGrid {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 86px 86px;
  }
}

.zt-about__number {
  position: absolute;
  right: 3%;
  bottom: -5%;
  color: rgba(255, 107, 0, 0.025);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(190px, 26vw, 420px);
  font-weight: 900;
  line-height: 0.7;
}

.zt-about__circle {
  position: absolute;
  border: 1px solid rgba(255, 107, 0, 0.08);
  border-radius: 50%;
  animation: ztAboutCircle 10s ease-in-out infinite;
}

.zt-about__circle--one {
  width: 280px;
  height: 280px;
  right: -130px;
  top: 36%;
}

.zt-about__circle--two {
  width: 150px;
  height: 150px;
  right: 9%;
  bottom: -75px;
  animation-delay: -4s;
}

@keyframes ztAboutCircle {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.35;
  }

  50% {
    transform: scale(1.08);
    opacity: 0.8;
  }
}

/* ANIMAÇÃO DE ENTRADA AO ROLAR */

.zt-scroll-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.75s ease,
    transform 0.75s cubic-bezier(0.2, 0.7, 0.25, 1);
}

.zt-scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.zt-feature-card:nth-child(2) {
  transition-delay: 0.06s;
}

.zt-feature-card:nth-child(3) {
  transition-delay: 0.12s;
}

.zt-feature-card:nth-child(4) {
  transition-delay: 0.18s;
}

.zt-feature-card:nth-child(5) {
  transition-delay: 0.24s;
}

.zt-feature-card:nth-child(6) {
  transition-delay: 0.3s;
}

/* RESPONSIVO */

@media (max-width: 1100px) {
  .zt-about__inner {
    grid-template-columns: minmax(280px, 0.8fr) minmax(470px, 1.2fr);
    gap: 50px;
  }

  .zt-about__title {
    font-size: clamp(48px, 5.5vw, 72px);
  }

  .zt-feature-card {
    padding-inline: 13px;
    gap: 11px;
  }

  .zt-feature-card__icon {
    width: 43px;
    height: 43px;
  }
}

@media (max-width: 920px) {
  .zt-about {
    height: auto;
    min-height: 100svh;
  }

  .zt-stats__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .zt-stat-card {
    min-height: 118px;
    padding: 18px 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .zt-stat-card__icon {
    width: 42px;
    height: 42px;
  }

  .zt-stat-card__content strong {
    font-size: 22px;
  }

  .zt-stat-card__content span {
    font-size: 10px;
  }

  .zt-about__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .zt-about__heading {
    max-width: 680px;
  }

  .zt-about__title {
    max-width: 680px;
    font-size: clamp(58px, 9vw, 88px);
  }

  .zt-about__seal {
    margin-top: 26px;
  }

  .zt-about__text {
    max-width: 760px;
  }
}

/* =====================================================
   DOBRA 2 — MOBILE COMPLETO
   INDICADORES + MARQUEE + SOBRE
===================================================== */

@media (max-width: 640px) {

  /* Evita qualquer vazamento lateral */

  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .zt-about {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .zt-about .zt-container {
    width: min(calc(100% - 32px), var(--zt-container));
    max-width: 100%;
    margin-inline: auto;
  }

  /* =====================================================
     INDICADORES
  ===================================================== */

  .zt-stats {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    border-bottom: 1px solid rgba(255, 107, 0, 0.16);
  }

  .zt-stats__grid {
    width: min(calc(100% - 32px), var(--zt-container));
    max-width: 100%;
    margin-inline: auto;

    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .zt-stat-card {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 116px;

    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    align-items: center;
    gap: 15px;

    padding: 20px 16px;

    border: 0;
    border-left: 1px solid rgba(255, 107, 0, 0.15);
    border-right: 1px solid rgba(255, 107, 0, 0.15);
    border-bottom: 1px solid rgba(255, 107, 0, 0.15);

    background:
      linear-gradient(
        110deg,
        rgba(255, 107, 0, 0.045),
        transparent 60%
      ),
      rgba(14, 14, 14, 0.92);

    overflow: hidden;
    transform: none;
  }

  .zt-stat-card:first-child {
    border-top: 1px solid rgba(255, 107, 0, 0.15);
  }

  .zt-stat-card:hover {
    transform: none;
    background:
      linear-gradient(
        110deg,
        rgba(255, 107, 0, 0.09),
        transparent 65%
      ),
      rgba(18, 18, 18, 0.96);
  }

  .zt-stat-card::before {
    display: none;
  }

  .zt-stat-card__icon {
    position: relative;
    z-index: 2;

    width: 50px;
    height: 50px;

    display: grid;
    place-items: center;

    color: var(--zt-orange);
    border: 1px solid rgba(255, 107, 0, 0.34);
    background: rgba(255, 107, 0, 0.055);

    font-size: 18px;

    transform: none;
  }

  .zt-stat-card:hover .zt-stat-card__icon {
    color: var(--zt-black);
    background: var(--zt-orange);
    transform: rotate(-3deg);
  }

  .zt-stat-card__content {
    position: relative;
    z-index: 2;
    min-width: 0;
    width: 100%;
  }

  .zt-stat-card__content strong {
    display: block;
    margin: 0 0 6px;

    color: var(--zt-orange);

    font-family: "Barlow Condensed", sans-serif;
    font-size: 27px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.01em;

    text-transform: uppercase;

    white-space: normal;
    overflow-wrap: anywhere;
  }

  .zt-stat-card__content span {
    display: block;
    width: 100%;
    max-width: none;

    color: rgba(245, 245, 245, 0.5);

    font-size: 12px;
    line-height: 1.45;

    white-space: normal;
    overflow-wrap: anywhere;
  }

  .zt-stat-card__index {
    position: absolute;
    top: 14px;
    right: 14px;

    color: rgba(255, 107, 0, 0.07);

    font-family: "Barlow Condensed", sans-serif;
    font-size: 52px;
    font-weight: 900;
    line-height: 1;

    pointer-events: none;
  }

  /* =====================================================
     FAIXA ANIMADA
  ===================================================== */

  .zt-marquee {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;

    border-top: 0;
    border-bottom: 1px solid rgba(255, 107, 0, 0.15);

    background: rgba(255, 107, 0, 0.025);
  }

  .zt-marquee__track {
    width: max-content;
    display: flex;

    animation-duration: 34s;
  }

  .zt-marquee__group {
    min-width: max-content;
    height: 48px;

    display: flex;
    align-items: center;
    gap: 20px;

    padding-right: 20px;
  }

  .zt-marquee__group span {
    font-size: 9px;
    letter-spacing: 0.18em;
    white-space: nowrap;
  }

  .zt-marquee__group i {
    width: 5px;
    height: 5px;
    flex-shrink: 0;
  }

  /* =====================================================
     CONTEÚDO SOBRE
  ===================================================== */

  .zt-about__inner {
    position: relative;
    z-index: 3;

    width: min(calc(100% - 32px), var(--zt-container));
    max-width: 100%;
    min-width: 0;

    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;

    margin-inline: auto;

    padding-top: 52px;
    padding-bottom: 58px;
  }

  .zt-about__heading,
  .zt-about__content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .zt-section-label {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 18px;

    font-size: 10px;
    letter-spacing: 0.22em;
  }

  .zt-section-label i {
    width: 20px;
    height: 2px;
  }

  .zt-about__title {
    width: 100%;
    max-width: 100%;

    font-size: clamp(50px, 15.5vw, 72px);
    line-height: 0.87;
    letter-spacing: -0.04em;

    overflow-wrap: normal;
  }

  .zt-about__title span,
  .zt-about__title strong {
    display: block;
  }

  .zt-about__seal {
    width: 100%;
    max-width: 100%;

    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    gap: 13px;

    margin-top: 26px;
    padding: 13px 14px;
  }

  .zt-about__seal-icon {
    width: 42px;
    height: 42px;
  }

  .zt-about__seal strong {
    font-size: 14px;
  }

  .zt-about__seal span {
    font-size: 11px;
    line-height: 1.4;
  }

  /* TEXTO */

  .zt-about__text {
    width: 100%;
    max-width: 100%;

    margin-bottom: 28px;
  }

  .zt-about__text p {
    width: 100%;

    color: rgba(245, 245, 245, 0.53);

    font-size: 15px;
    line-height: 1.65;

    overflow-wrap: anywhere;
  }

  .zt-about__text p + p {
    margin-top: 13px;
  }

  /* =====================================================
     CARDS DE DIFERENCIAIS
  ===================================================== */

  .zt-about__features {
    width: 100%;
    max-width: 100%;

    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .zt-feature-card {
    position: relative;

    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 88px;

    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 12px;

    padding: 15px 14px;

    overflow: hidden;

    transform: none;
  }

  .zt-feature-card:hover {
    transform: translateY(-2px);
  }

  .zt-feature-card__icon {
    width: 46px;
    height: 46px;

    font-size: 16px;
  }

  .zt-feature-card__body {
    width: 100%;
    min-width: 0;
  }

  .zt-feature-card__body strong {
    font-size: 17px;
    line-height: 1.1;

    white-space: normal;
    overflow-wrap: anywhere;
  }

  .zt-feature-card__body span {
    margin-top: 5px;

    font-size: 11px;
    line-height: 1.35;

    white-space: normal;
    overflow-wrap: anywhere;
  }

  .zt-feature-card__arrow {
    display: block;

    font-size: 10px;
    opacity: 0.55;
    transform: none;
  }

  .zt-feature-card:hover .zt-feature-card__arrow {
    opacity: 1;
    transform: translate(1px, -1px);
  }

  /* =====================================================
     FUNDO
  ===================================================== */

  .zt-about__background {
    overflow: hidden;
  }

  .zt-about__background::before {
    opacity: 0.09;
    mask-image: none;
    background-size: 62px 62px;
  }

  .zt-about__number {
    right: -40px;
    bottom: 1%;

    font-size: 180px;
    opacity: 0.6;
  }

  .zt-about__circle--one {
    width: 190px;
    height: 190px;

    right: -115px;
    top: 45%;
  }

  .zt-about__circle--two {
    width: 100px;
    height: 100px;

    right: 5%;
    bottom: -55px;
  }

  /* =====================================================
     ANIMAÇÕES MAIS SEGURAS
  ===================================================== */

  .zt-stat-card,
  .zt-feature-card {
    transition:
      border-color 0.28s ease,
      background 0.28s ease,
      transform 0.28s ease;
  }

  html.zt-has-js .zt-about .zt-scroll-reveal {
    transform: translateY(18px);
  }

  html.zt-has-js .zt-about .zt-scroll-reveal.is-visible {
    transform: translateY(0);
  }
}

/* =====================================================
   CELULARES MUITO PEQUENOS
===================================================== */

@media (max-width: 380px) {

  .zt-stats__grid,
  .zt-about__inner {
    width: calc(100% - 24px);
  }

  .zt-stat-card {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;

    padding: 17px 13px;
  }

  .zt-stat-card__icon {
    width: 44px;
    height: 44px;
  }

  .zt-stat-card__content strong {
    font-size: 23px;
  }

  .zt-stat-card__content span {
    font-size: 11px;
  }

  .zt-stat-card__index {
    font-size: 43px;
  }

  .zt-about__title {
    font-size: clamp(46px, 15vw, 62px);
  }

  .zt-feature-card {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .zt-feature-card__icon {
    width: 42px;
    height: 42px;
  }

  .zt-feature-card__arrow {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d6c48eb *//* =====================================================
   DOBRA 3 — SERVIÇOS CORRIGIDA
   Mínimo 100vh, mas permite expansão
===================================================== */

.zt-services {
  position: relative;
  width: 100%;
  min-height: 100svh;
  height: auto;
  display: flex;
  align-items: center;
  background:
    radial-gradient(
      circle at 20% 80%,
      rgba(255, 107, 0, 0.055),
      transparent 27%
    ),
    linear-gradient(180deg, #090909 0%, #0e0e0e 100%);
  border-top: 1px solid rgba(255, 107, 0, 0.13);
  isolation: isolate;
  overflow: hidden;
}

.zt-services__inner {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 48px), var(--zt-container));
  min-height: 100svh;
  height: auto;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(70px, 8vh, 110px);
  padding-bottom: clamp(70px, 8vh, 110px);
}

/* =====================================================
   CABEÇALHO
===================================================== */

.zt-services__heading {
  flex-shrink: 0;
  margin-bottom: clamp(30px, 4vh, 52px);
}

.zt-services__heading-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(360px, 1.2fr);
  align-items: end;
  gap: clamp(50px, 8vw, 130px);
}

.zt-services__title {
  margin: 0;
  color: var(--zt-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(58px, 6vw, 100px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.78;
  text-transform: uppercase;
}

.zt-services__title strong {
  display: block;
  color: var(--zt-orange);
  font-weight: 600;
}

.zt-services__intro {
  max-width: 650px;
  padding-bottom: 4px;
}

.zt-services__intro p {
  color: rgba(245, 245, 245, 0.48);
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.65;
}

.zt-services__intro > span {
  display: block;
  margin-top: 16px;
  color: rgba(245, 245, 245, 0.7);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zt-services__intro > span strong {
  color: var(--zt-orange);
}

/* =====================================================
   GRID
===================================================== */

.zt-services__grid-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 14px;
}

/* =====================================================
   CARD
===================================================== */

.zt-service-card {
  position: relative;
  min-width: 0;
  min-height: 330px;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: clamp(19px, 2vw, 28px);
  border: 1px solid rgba(255, 107, 0, 0.14);
  background:
    linear-gradient(
      145deg,
      rgba(255, 107, 0, 0.045),
      transparent 45%
    ),
    rgba(20, 20, 20, 0.77);
  overflow: hidden;
  cursor: pointer;
  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}

.zt-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background:
    linear-gradient(
      125deg,
      rgba(255, 107, 0, 0.12),
      transparent 45%
    );
  transition: opacity 0.3s ease;
}

.zt-service-card::after {
  content: "";
  position: absolute;
  top: -80%;
  left: -40%;
  width: 65%;
  height: 240%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.055),
    transparent
  );
  transform: rotate(20deg) translateX(-110%);
  transition: transform 0.7s ease;
}

.zt-service-card:hover,
.zt-service-card.is-active {
  z-index: 5;
  border-color: rgba(255, 107, 0, 0.58);
  background:
    linear-gradient(
      145deg,
      rgba(255, 107, 0, 0.09),
      transparent 52%
    ),
    rgba(23, 23, 23, 0.96);
  transform: translateY(-5px);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(255, 107, 0, 0.045);
}

.zt-service-card:hover::before,
.zt-service-card.is-active::before {
  opacity: 1;
}

.zt-service-card:hover::after {
  transform: rotate(20deg) translateX(310%);
}

.zt-service-card--featured {
  border-color: rgba(255, 107, 0, 0.32);
  background:
    linear-gradient(
      145deg,
      rgba(255, 107, 0, 0.13),
      transparent 58%
    ),
    rgba(25, 18, 13, 0.92);
}

/* =====================================================
   TOPO
===================================================== */

.zt-service-card__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: clamp(16px, 2.2vh, 24px);
}

.zt-service-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--zt-orange);
  border: 1px solid rgba(255, 107, 0, 0.32);
  background: rgba(255, 107, 0, 0.055);
  font-size: 18px;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.zt-service-card:hover .zt-service-card__icon,
.zt-service-card.is-active .zt-service-card__icon {
  color: var(--zt-black);
  background: var(--zt-orange);
  transform: rotate(-5deg);
  box-shadow: 0 12px 28px rgba(255, 107, 0, 0.2);
}

.zt-service-card__number {
  color: rgba(255, 107, 0, 0.1);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(42px, 4vw, 66px);
  font-weight: 900;
  line-height: 0.75;
  transition:
    color 0.3s ease,
    transform 0.3s ease;
}

.zt-service-card:hover .zt-service-card__number,
.zt-service-card.is-active .zt-service-card__number {
  color: rgba(255, 107, 0, 0.3);
  transform: translateY(-3px);
}

/* =====================================================
   CONTEÚDO
===================================================== */

.zt-service-card__content {
  position: relative;
  z-index: 2;
  flex: 1;
}

.zt-service-card__category {
  display: block;
  margin-bottom: 7px;
  color: var(--zt-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.zt-service-card h3 {
  margin: 0;
  color: var(--zt-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(21px, 1.75vw, 29px);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1;
  text-transform: uppercase;
}

.zt-service-card__content > strong {
  display: block;
  margin-top: 7px;
  color: var(--zt-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.zt-service-card p {
  margin-top: 13px;
  color: rgba(245, 245, 245, 0.43);
  font-size: clamp(12px, 0.9vw, 14px);
  line-height: 1.48;
}

/* Conteúdo oculto sem alterar altura inicialmente */

.zt-service-card ul {
  max-height: 0;
  margin-top: 0;
  list-style: none;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition:
    max-height 0.45s ease,
    margin-top 0.45s ease,
    opacity 0.3s ease,
    visibility 0.3s ease;
}

/* Ao abrir, o card aumenta e a seção acompanha */

.zt-service-card:hover ul,
.zt-service-card.is-active ul {
  max-height: 240px;
  margin-top: 15px;
  opacity: 1;
  visibility: visible;
}

.zt-service-card li {
  position: relative;
  padding-left: 16px;
  color: rgba(245, 245, 245, 0.52);
  font-size: 11px;
  line-height: 1.55;
}

.zt-service-card li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--zt-orange);
}

.zt-service-card li + li {
  margin-top: 2px;
}

/* =====================================================
   BOTÃO
===================================================== */

.zt-service-card__button {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 18px;
  padding: 13px 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 107, 0, 0.14);
  background: transparent;
  color: rgba(245, 245, 245, 0.45);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 0.3s ease,
    border-color 0.3s ease;
}

.zt-service-card__button i {
  color: var(--zt-orange);
  font-size: 11px;
  transform: translate(-4px, 4px);
  opacity: 0.4;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.zt-service-card:hover .zt-service-card__button,
.zt-service-card.is-active .zt-service-card__button {
  color: var(--zt-white);
  border-color: rgba(255, 107, 0, 0.38);
}

.zt-service-card:hover .zt-service-card__button i,
.zt-service-card.is-active .zt-service-card__button i {
  transform: translate(0, 0);
  opacity: 1;
}

/* =====================================================
   FUNDO
===================================================== */

.zt-services__background {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.zt-services__grid {
  position: absolute;
  inset: 0;
  opacity: 0.19;
  background-image:
    linear-gradient(rgba(255, 107, 0, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 107, 0, 0.065) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: radial-gradient(circle at center, black 10%, transparent 80%);
  animation: ztServicesGrid 22s linear infinite;
}

@keyframes ztServicesGrid {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 76px 76px;
  }
}

.zt-services__glow {
  position: absolute;
  right: -180px;
  top: 5%;
  width: 580px;
  height: 580px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 107, 0, 0.08),
    transparent 68%
  );
  animation: ztServicesGlow 9s ease-in-out infinite;
}

@keyframes ztServicesGlow {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(24px);
  }
}

.zt-services__code {
  position: absolute;
  color: rgba(255, 107, 0, 0.16);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.zt-services__code--one {
  left: 3%;
  bottom: 7%;
}

.zt-services__code--two {
  right: 4%;
  top: 8%;
  writing-mode: vertical-rl;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 920px) {
  .zt-services {
    min-height: 100svh;
    height: auto;
  }

  .zt-services__inner {
    width: min(calc(100% - 40px), var(--zt-container));
    min-height: auto;
    padding-top: 72px;
    padding-bottom: 76px;
  }

  .zt-services__heading-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .zt-services__title {
    font-size: clamp(60px, 12vw, 92px);
  }

  .zt-services__intro {
    max-width: 720px;
  }

  .zt-services__grid-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .zt-service-card {
    min-height: 320px;
  }

  /* No tablet abre somente com clique */
  .zt-service-card:hover ul {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
  }

  .zt-service-card.is-active ul {
    max-height: 260px;
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 640px) {
  .zt-services__inner {
    width: min(calc(100% - 32px), var(--zt-container));
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .zt-services__heading {
    margin-bottom: 30px;
  }

  .zt-services__title {
    font-size: clamp(58px, 18vw, 78px);
  }

  .zt-services__grid-content {
    grid-template-columns: 1fr;
  }

  .zt-service-card {
    min-height: auto;
    padding: 22px 19px;
  }

  .zt-service-card:hover,
  .zt-service-card.is-active {
    transform: translateY(-3px);
  }

  .zt-service-card ul {
    max-height: none;
    margin-top: 15px;
    opacity: 1;
    visibility: visible;
  }

  .zt-service-card__button {
    display: none;
  }

  .zt-services__code {
    display: none;
  }
}

/* =====================================================
   TELAS COM POUCA ALTURA
===================================================== */

@media (max-height: 820px) and (min-width: 921px) {
  .zt-services {
    height: auto;
    min-height: 100svh;
  }

  .zt-services__inner {
    min-height: 100svh;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .zt-services__heading {
    margin-bottom: 26px;
  }

  .zt-services__title {
    font-size: clamp(54px, 5.4vw, 78px);
  }

  .zt-services__intro p {
    font-size: 14px;
  }

  .zt-service-card {
    min-height: 270px;
    padding: 17px;
  }

  .zt-service-card__top {
    margin-bottom: 13px;
  }

  .zt-service-card__icon {
    width: 42px;
    height: 42px;
  }

  .zt-service-card__number {
    font-size: 46px;
  }

  .zt-service-card h3 {
    font-size: 20px;
  }

  .zt-service-card p {
    margin-top: 9px;
    font-size: 11px;
    line-height: 1.4;
  }

  .zt-service-card__button {
    margin-top: 12px;
  }

  .zt-service-card:hover ul,
  .zt-service-card.is-active ul {
    max-height: 220px;
    margin-top: 10px;
  }

  .zt-service-card li {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .zt-services__grid,
  .zt-services__glow {
    animation: none !important;
  }

  .zt-service-card,
  .zt-service-card ul {
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5c9e399 *//* =====================================================
   DOBRA 4 — PROCESSO CORRIGIDA
===================================================== */

.zt-process {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 680px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(
      circle at 82% 18%,
      rgba(255, 107, 0, 0.08),
      transparent 28%
    ),
    linear-gradient(180deg, #0e0e0e 0%, #090909 100%);
  border-top: 1px solid rgba(255, 107, 0, 0.13);
  isolation: isolate;
  overflow: hidden;
}

/* O fundo fica full width, mas o conteúdo permanece encaixotado */

.zt-process__inner {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 48px), var(--zt-container));
  height: 100%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(42px, 5vh, 68px);
  padding-bottom: clamp(34px, 4vh, 54px);
}

/* =====================================================
   CABEÇALHO
===================================================== */

.zt-process__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  align-items: end;
  gap: clamp(45px, 7vw, 105px);
  margin-bottom: clamp(48px, 6vh, 72px);
}

.zt-process__heading-main {
  min-width: 0;
}

.zt-process__title {
  max-width: 720px;
  margin: 0;
  color: var(--zt-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(58px, 6vw, 96px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.82;
  text-transform: uppercase;
}

.zt-process__title strong {
  display: block;
  color: var(--zt-orange);
  font-weight: 700;
}

.zt-process__heading-text {
  max-width: 490px;
  padding: 8px 0 6px 24px;
  border-left: 1px solid rgba(255, 107, 0, 0.26);
}

.zt-process__heading-index {
  display: block;
  margin-bottom: 11px;
  color: var(--zt-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.zt-process__heading-text p {
  color: rgba(245, 245, 245, 0.48);
  font-size: clamp(13px, 1vw, 16px);
  line-height: 1.65;
}

/* =====================================================
   TIMELINE
===================================================== */

.zt-process__timeline {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

/* Linha central */

.zt-process__line {
  position: absolute;
  z-index: 0;
  top: -25px;
  left: 12.5%;
  width: 75%;
  height: 1px;
  background: rgba(255, 107, 0, 0.14);
  overflow: hidden;
}

.zt-process__line-progress {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: linear-gradient(
    90deg,
    var(--zt-orange-dark),
    var(--zt-orange)
  );
  box-shadow: 0 0 12px rgba(255, 107, 0, 0.32);
  transition: width 1s ease;
}

.zt-process.is-visible .zt-process__line-progress {
  width: 100%;
}

/* =====================================================
   CARDS
===================================================== */

.zt-process-card {
  position: relative;
  z-index: 2;
  min-width: 0;
  height: clamp(260px, 31vh, 315px);
  display: flex;
  flex-direction: column;
  padding: clamp(18px, 1.7vw, 24px);
  border: 1px solid rgba(255, 107, 0, 0.15);
  outline: none;
  background:
    linear-gradient(
      145deg,
      rgba(255, 107, 0, 0.045),
      transparent 48%
    ),
    rgba(18, 18, 18, 0.9);
  overflow: hidden;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.zt-process-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(
    135deg,
    rgba(255, 107, 0, 0.09),
    transparent 55%
  );
  transition: opacity 0.28s ease;
}

/* Hover simples, sem 3D e sem ultrapassar a dobra */

.zt-process-card:hover,
.zt-process-card:focus-visible,
.zt-process-card.is-active {
  border-color: rgba(255, 107, 0, 0.52);
  background:
    linear-gradient(
      145deg,
      rgba(255, 107, 0, 0.08),
      transparent 55%
    ),
    rgba(22, 22, 22, 0.97);
  transform: translateY(-5px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.26);
}

.zt-process-card:hover::before,
.zt-process-card:focus-visible::before,
.zt-process-card.is-active::before {
  opacity: 1;
}

.zt-process-card--featured {
  border-color: rgba(255, 107, 0, 0.3);
  background:
    linear-gradient(
      145deg,
      rgba(255, 107, 0, 0.11),
      transparent 60%
    ),
    rgba(24, 18, 14, 0.94);
}

/* =====================================================
   NÓS DA TIMELINE
===================================================== */

.zt-process-card__node {
  position: absolute;
  top: -33px;
  left: 50%;
  z-index: 4;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 107, 0, 0.55);
  border-radius: 50%;
  background: #0b0b0b;
  transform: translateX(-50%);
  transition:
    background 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.zt-process-card__node span {
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background: var(--zt-orange);
}

.zt-process-card:hover .zt-process-card__node,
.zt-process-card:focus-visible .zt-process-card__node,
.zt-process-card.is-active .zt-process-card__node {
  background: var(--zt-orange);
  border-color: var(--zt-orange);
  box-shadow:
    0 0 0 6px rgba(255, 107, 0, 0.06),
    0 0 20px rgba(255, 107, 0, 0.32);
}

.zt-process-card:hover .zt-process-card__node span,
.zt-process-card:focus-visible .zt-process-card__node span,
.zt-process-card.is-active .zt-process-card__node span {
  background: var(--zt-black);
}

/* =====================================================
   TOPO DO CARD
===================================================== */

.zt-process-card__top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: clamp(18px, 2.4vh, 26px);
}

.zt-process-card__icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--zt-orange);
  border: 1px solid rgba(255, 107, 0, 0.3);
  background: rgba(255, 107, 0, 0.055);
  font-size: 17px;
  transition:
    color 0.28s ease,
    background 0.28s ease,
    transform 0.28s ease;
}

.zt-process-card:hover .zt-process-card__icon,
.zt-process-card:focus-visible .zt-process-card__icon,
.zt-process-card.is-active .zt-process-card__icon {
  color: var(--zt-black);
  background: var(--zt-orange);
  transform: rotate(-4deg);
}

.zt-process-card__number {
  color: rgba(255, 107, 0, 0.1);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(44px, 4vw, 62px);
  font-weight: 700;
  line-height: 0.75;
  transition: color 0.28s ease;
}

.zt-process-card:hover .zt-process-card__number,
.zt-process-card:focus-visible .zt-process-card__number,
.zt-process-card.is-active .zt-process-card__number {
  color: rgba(255, 107, 0, 0.3);
}

/* =====================================================
   CONTEÚDO
===================================================== */

.zt-process-card__content {
  position: relative;
  z-index: 2;
  flex: 1;
  min-width: 0;
}

.zt-process-card__label {
  display: block;
  margin-bottom: 7px;
  color: var(--zt-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.zt-process-card h3 {
  margin: 0;
  color: var(--zt-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(25px, 2vw, 34px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 0.95;
  text-transform: uppercase;
}

.zt-process-card p {
  margin-top: 14px;
  color: rgba(245, 245, 245, 0.44);
  font-size: clamp(11px, 0.85vw, 13px);
  line-height: 1.5;
}

/* =====================================================
   RODAPÉ DOS CARDS
===================================================== */

.zt-process-card__footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 17px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 107, 0, 0.13);
  color: rgba(245, 245, 245, 0.34);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition:
    color 0.28s ease,
    border-color 0.28s ease;
}

.zt-process-card__footer i {
  color: var(--zt-orange);
  font-size: 10px;
  transition: transform 0.28s ease;
}

.zt-process-card:hover .zt-process-card__footer,
.zt-process-card:focus-visible .zt-process-card__footer,
.zt-process-card.is-active .zt-process-card__footer {
  color: var(--zt-white);
  border-color: rgba(255, 107, 0, 0.32);
}

.zt-process-card:hover .zt-process-card__footer i,
.zt-process-card:focus-visible .zt-process-card__footer i,
.zt-process-card.is-active .zt-process-card__footer i {
  transform: translateX(4px);
}

/* =====================================================
   BASE DA DOBRA
===================================================== */

.zt-process__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-top: clamp(24px, 3.5vh, 38px);
  padding-top: 18px;
  border-top: 1px solid rgba(255, 107, 0, 0.13);
}

.zt-process__bottom-text {
  display: flex;
  align-items: center;
  gap: 20px;
}

.zt-process__bottom-text span {
  flex-shrink: 0;
  color: var(--zt-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.zt-process__bottom-text p {
  color: rgba(245, 245, 245, 0.38);
  font-size: 12px;
  line-height: 1.5;
}

.zt-process__next {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(245, 245, 245, 0.6);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.28s ease;
}

.zt-process__next-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--zt-orange);
  border: 1px solid rgba(255, 107, 0, 0.28);
  background: rgba(255, 107, 0, 0.045);
  transition:
    color 0.28s ease,
    background 0.28s ease;
}

.zt-process__next:hover {
  color: var(--zt-white);
}

.zt-process__next:hover .zt-process__next-icon {
  color: var(--zt-black);
  background: var(--zt-orange);
}

/* =====================================================
   FUNDO SIMPLES E SEGURO
===================================================== */

.zt-process__background {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.zt-process__grid {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 107, 0, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 107, 0, 0.055) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: radial-gradient(
    circle at center,
    black 0%,
    rgba(0, 0, 0, 0.6) 45%,
    transparent 90%
  );
  animation: ztProcessGridSafe 28s linear infinite;
}

@keyframes ztProcessGridSafe {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 82px 82px;
  }
}

.zt-process__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  animation: ztProcessGlowSafe 10s ease-in-out infinite;
}

.zt-process__glow--one {
  top: -170px;
  right: -80px;
  width: 450px;
  height: 450px;
  background: radial-gradient(
    circle,
    rgba(255, 107, 0, 0.08),
    transparent 68%
  );
}

.zt-process__glow--two {
  left: -180px;
  bottom: -250px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(204, 85, 0, 0.045),
    transparent 70%
  );
  animation-delay: -4s;
}

@keyframes ztProcessGlowSafe {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }
}

.zt-process__data {
  position: absolute;
  color: rgba(255, 107, 0, 0.12);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.zt-process__data--one {
  top: 8%;
  right: 2%;
  writing-mode: vertical-rl;
}

.zt-process__data--two {
  left: 2%;
  bottom: 7%;
}

/* Desativa elementos que causavam vazamento */

.zt-process__orbit {
  display: none;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 920px) {
  .zt-process {
    height: auto;
    min-height: 100svh;
  }

  .zt-process__inner {
    height: auto;
    min-height: 100svh;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .zt-process__heading {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 58px;
  }

  .zt-process__title {
    max-width: 720px;
    font-size: clamp(58px, 11vw, 90px);
  }

  .zt-process__heading-text {
    max-width: 700px;
  }

  .zt-process__timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .zt-process__line {
    display: none;
  }

  .zt-process-card {
    height: auto;
    min-height: 300px;
  }

  .zt-process-card__node {
    top: 16px;
    left: auto;
    right: 16px;
    transform: none;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 640px) {
  .zt-process__inner {
    width: min(calc(100% - 32px), var(--zt-container));
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .zt-process__heading {
    gap: 22px;
    margin-bottom: 38px;
  }

  .zt-process__title {
    font-size: clamp(54px, 17vw, 76px);
    line-height: 0.84;
  }

  .zt-process__heading-text {
    padding-left: 17px;
  }

  .zt-process__timeline {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-left: 22px;
  }

  .zt-process__timeline::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 5px;
    width: 1px;
    background: linear-gradient(
      180deg,
      var(--zt-orange),
      rgba(255, 107, 0, 0.08)
    );
  }

  .zt-process-card {
    height: auto;
    min-height: 0;
    padding: 21px 18px;
  }

  .zt-process-card:hover,
  .zt-process-card:focus-visible,
  .zt-process-card.is-active {
    transform: translateY(-3px);
  }

  .zt-process-card__node {
    top: 24px;
    left: -25px;
    right: auto;
    transform: none;
  }

  .zt-process-card__top {
    margin-bottom: 20px;
  }

  .zt-process-card h3 {
    font-size: 30px;
  }

  .zt-process-card p {
    font-size: 13px;
  }

  .zt-process__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .zt-process__bottom-text {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .zt-process__next {
    width: 100%;
    justify-content: space-between;
  }

  .zt-process__data {
    display: none;
  }
}

/* =====================================================
   TELAS COM POUCA ALTURA
===================================================== */

@media (max-height: 760px) and (min-width: 921px) {
  .zt-process {
    min-height: 620px;
  }

  .zt-process__inner {
    padding-top: 28px;
    padding-bottom: 26px;
  }

  .zt-process__heading {
    margin-bottom: 38px;
  }

  .zt-process__title {
    font-size: clamp(50px, 5vw, 74px);
  }

  .zt-process__heading-text p {
    font-size: 13px;
    line-height: 1.5;
  }

  .zt-process-card {
    height: 235px;
    min-height: 235px;
    padding: 15px;
  }

  .zt-process-card__top {
    margin-bottom: 13px;
  }

  .zt-process-card__icon {
    width: 39px;
    height: 39px;
  }

  .zt-process-card__number {
    font-size: 42px;
  }

  .zt-process-card h3 {
    font-size: 23px;
  }

  .zt-process-card p {
    margin-top: 9px;
    font-size: 10px;
    line-height: 1.4;
  }

  .zt-process-card__footer {
    margin-top: 10px;
    padding-top: 9px;
  }

  .zt-process__bottom {
    margin-top: 22px;
    padding-top: 14px;
  }
}

/* =====================================================
   REDUÇÃO DE MOVIMENTO
===================================================== */

@media (prefers-reduced-motion: reduce) {
  .zt-process__grid,
  .zt-process__glow {
    animation: none !important;
  }

  .zt-process__line-progress {
    width: 100% !important;
    transition: none !important;
  }

  .zt-process-card {
    transform: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-34ee554 *//* =====================================================
   DOBRA 5 — POR QUE ESCOLHER A ZETTA
===================================================== */

.zt-why {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 680px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(
      circle at 18% 24%,
      rgba(255, 107, 0, 0.07),
      transparent 27%
    ),
    linear-gradient(180deg, #090909 0%, #101010 100%);
  border-top: 1px solid rgba(255, 107, 0, 0.13);
  isolation: isolate;
  overflow: hidden;
}

.zt-why__inner {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 48px), var(--zt-container));
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(560px, 1.18fr);
  align-items: center;
  gap: clamp(55px, 8vw, 120px);
  padding-top: clamp(42px, 5vh, 70px);
  padding-bottom: clamp(42px, 5vh, 70px);
}

/* =====================================================
   COLUNA ESQUERDA
===================================================== */

.zt-why__content {
  position: relative;
  min-width: 0;
}

.zt-why__title {
  max-width: 610px;
  margin: 0;
  color: var(--zt-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(56px, 5.8vw, 94px);
  font-weight: 700;
  letter-spacing: -0.052em;
  line-height: 0.82;
  text-transform: uppercase;
}

.zt-why__title span,
.zt-why__title strong {
  display: block;
}

.zt-why__title span {
  color: var(--zt-white);
}

.zt-why__title strong {
  color: var(--zt-orange);
  font-weight: 700;
}

.zt-why__text {
  max-width: 560px;
  margin-top: clamp(25px, 3.4vh, 40px);
  color: rgba(245, 245, 245, 0.49);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.68;
}

.zt-why__statement {
  position: relative;
  max-width: 560px;
  margin-top: clamp(24px, 3vh, 35px);
  padding: 19px 20px 19px 24px;
  border-left: 3px solid var(--zt-orange);
  background:
    linear-gradient(
      90deg,
      rgba(255, 107, 0, 0.09),
      transparent
    );
}

.zt-why__statement::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 3px;
  height: 38%;
  background: var(--zt-white);
}

.zt-why__statement span,
.zt-why__statement strong {
  display: block;
}

.zt-why__statement span {
  color: rgba(245, 245, 245, 0.46);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.zt-why__statement strong {
  margin-top: 5px;
  color: var(--zt-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(19px, 1.7vw, 27px);
  font-weight: 700;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.zt-why__button {
  margin-top: clamp(25px, 3.5vh, 38px);
}

/* =====================================================
   LISTA DE DIFERENCIAIS
===================================================== */

.zt-why__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  min-width: 0;
}

.zt-why-card {
  position: relative;
  min-height: clamp(91px, 11vh, 114px);
  display: grid;
  grid-template-columns: 44px 52px 1fr 20px;
  align-items: center;
  gap: 17px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 107, 0, 0.14);
  outline: none;
  background:
    linear-gradient(
      110deg,
      rgba(255, 107, 0, 0.035),
      transparent 48%
    ),
    rgba(18, 18, 18, 0.8);
  overflow: hidden;
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.zt-why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 107, 0, 0.07),
    transparent
  );
  transform: skewX(-18deg);
  transition: left 0.55s ease;
}

.zt-why-card:hover,
.zt-why-card:focus-visible,
.zt-why-card.is-active {
  border-color: rgba(255, 107, 0, 0.52);
  background:
    linear-gradient(
      110deg,
      rgba(255, 107, 0, 0.09),
      transparent 55%
    ),
    rgba(23, 23, 23, 0.96);
  transform: translateX(6px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.zt-why-card:hover::before,
.zt-why-card:focus-visible::before {
  left: 130%;
}

.zt-why-card--featured {
  border-color: rgba(255, 107, 0, 0.32);
  background:
    linear-gradient(
      110deg,
      rgba(255, 107, 0, 0.12),
      transparent 58%
    ),
    rgba(24, 18, 14, 0.93);
}

/* NÚMERO */

.zt-why-card__number {
  color: rgba(255, 107, 0, 0.16);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  transition: color 0.28s ease;
}

.zt-why-card:hover .zt-why-card__number,
.zt-why-card:focus-visible .zt-why-card__number,
.zt-why-card.is-active .zt-why-card__number {
  color: var(--zt-orange);
}

/* ÍCONE */

.zt-why-card__icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--zt-orange);
  border: 1px solid rgba(255, 107, 0, 0.29);
  background: rgba(255, 107, 0, 0.05);
  font-size: 17px;
  transition:
    color 0.28s ease,
    background 0.28s ease,
    transform 0.28s ease;
}

.zt-why-card:hover .zt-why-card__icon,
.zt-why-card:focus-visible .zt-why-card__icon,
.zt-why-card.is-active .zt-why-card__icon {
  color: var(--zt-black);
  background: var(--zt-orange);
  transform: rotate(-4deg);
}

/* CONTEÚDO */

.zt-why-card__body {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.zt-why-card__label {
  display: block;
  margin-bottom: 4px;
  color: var(--zt-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.zt-why-card h3 {
  margin: 0;
  color: var(--zt-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.zt-why-card p {
  margin-top: 6px;
  color: rgba(245, 245, 245, 0.4);
  font-size: clamp(10px, 0.78vw, 12px);
  line-height: 1.4;
}

/* SETA */

.zt-why-card__arrow {
  position: relative;
  z-index: 2;
  color: rgba(255, 107, 0, 0.32);
  font-size: 11px;
  transform: translate(-4px, 4px);
  opacity: 0;
  transition:
    color 0.28s ease,
    transform 0.28s ease,
    opacity 0.28s ease;
}

.zt-why-card:hover .zt-why-card__arrow,
.zt-why-card:focus-visible .zt-why-card__arrow,
.zt-why-card.is-active .zt-why-card__arrow {
  color: var(--zt-orange);
  transform: translate(0, 0);
  opacity: 1;
}

/* =====================================================
   FUNDO
===================================================== */

.zt-why__background {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.zt-why__grid {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 107, 0, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 107, 0, 0.055) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(
    to right,
    black 0%,
    rgba(0, 0, 0, 0.55) 45%,
    transparent 100%
  );
  animation: ztWhyGridMove 28s linear infinite;
}

@keyframes ztWhyGridMove {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 84px 84px;
  }
}

.zt-why__glow {
  position: absolute;
  top: 16%;
  left: -180px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 107, 0, 0.075),
    transparent 69%
  );
  animation: ztWhyGlow 10s ease-in-out infinite;
}

@keyframes ztWhyGlow {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(22px);
  }
}

.zt-why__code {
  position: absolute;
  color: rgba(255, 107, 0, 0.12);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.zt-why__code--one {
  left: 2%;
  bottom: 6%;
}

.zt-why__code--two {
  top: 8%;
  right: 2%;
  writing-mode: vertical-rl;
}

/* =====================================================
   DELAYS
===================================================== */

.zt-why-card:nth-child(1) {
  transition-delay: 0.05s;
}

.zt-why-card:nth-child(2) {
  transition-delay: 0.1s;
}

.zt-why-card:nth-child(3) {
  transition-delay: 0.15s;
}

.zt-why-card:nth-child(4) {
  transition-delay: 0.2s;
}

.zt-why-card:nth-child(5) {
  transition-delay: 0.25s;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 920px) {
  .zt-why {
    height: auto;
    min-height: 100svh;
  }

  .zt-why__inner {
    height: auto;
    min-height: 100svh;
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .zt-why__content {
    max-width: 760px;
  }

  .zt-why__title {
    max-width: 760px;
    font-size: clamp(60px, 11vw, 92px);
  }

  .zt-why__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .zt-why-card {
    min-height: 175px;
    grid-template-columns: 42px 1fr 18px;
    align-items: start;
    padding: 18px;
  }

  .zt-why-card__number {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 40px;
    opacity: 0.35;
  }

  .zt-why-card__icon {
    grid-row: 1 / span 2;
  }

  .zt-why-card__body {
    padding-top: 2px;
  }

  .zt-why-card__arrow {
    align-self: center;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 640px) {
  .zt-why__inner {
    width: min(calc(100% - 32px), var(--zt-container));
    gap: 38px;
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .zt-why__title {
    font-size: clamp(54px, 17vw, 76px);
    line-height: 0.84;
  }

  .zt-why__text {
    font-size: 15px;
  }

  .zt-why__statement {
    padding-left: 18px;
  }

  .zt-why__button {
    width: 100%;
  }

  .zt-why__list {
    grid-template-columns: 1fr;
  }

  .zt-why-card {
    min-height: auto;
    grid-template-columns: 46px 1fr 16px;
    padding: 18px 16px;
  }

  .zt-why-card:hover,
  .zt-why-card:focus-visible,
  .zt-why-card.is-active {
    transform: translateX(3px);
  }

  .zt-why-card__number {
    display: none;
  }

  .zt-why-card__icon {
    width: 44px;
    height: 44px;
  }

  .zt-why-card h3 {
    font-size: 21px;
  }

  .zt-why-card p {
    font-size: 12px;
  }

  .zt-why__code {
    display: none;
  }
}

/* =====================================================
   TELAS COM POUCA ALTURA
===================================================== */

@media (max-height: 760px) and (min-width: 921px) {
  .zt-why {
    min-height: 620px;
  }

  .zt-why__inner {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .zt-why__title {
    font-size: clamp(50px, 5vw, 74px);
  }

  .zt-why__text {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.5;
  }

  .zt-why__statement {
    margin-top: 18px;
    padding-block: 14px;
  }

  .zt-why__button {
    margin-top: 20px;
    min-height: 48px;
  }

  .zt-why__list {
    gap: 8px;
  }

  .zt-why-card {
    min-height: 82px;
    padding: 10px 14px;
  }

  .zt-why-card__icon {
    width: 42px;
    height: 42px;
  }

  .zt-why-card h3 {
    font-size: 18px;
  }

  .zt-why-card p {
    margin-top: 4px;
    font-size: 10px;
  }
}

/* =====================================================
   REDUÇÃO DE MOVIMENTO
===================================================== */

@media (prefers-reduced-motion: reduce) {
  .zt-why__grid,
  .zt-why__glow {
    animation: none !important;
  }

  .zt-why-card {
    transform: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-399034f *//* =====================================================
   DOBRA 6 — FAQ
===================================================== */

.zt-faq {
  position: relative;
  width: 100%;
  height: 100svh;
  min-height: 680px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(
      circle at 78% 20%,
      rgba(255, 107, 0, 0.075),
      transparent 28%
    ),
    linear-gradient(180deg, #101010 0%, #090909 100%);
  border-top: 1px solid rgba(255, 107, 0, 0.13);
  isolation: isolate;
  overflow: hidden;
}

.zt-faq__inner {
  position: relative;
  z-index: 3;
  width: min(calc(100% - 48px), var(--zt-container));
  height: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(350px, 0.78fr) minmax(580px, 1.22fr);
  align-items: center;
  gap: clamp(55px, 8vw, 120px);
  padding-top: clamp(42px, 5vh, 70px);
  padding-bottom: clamp(42px, 5vh, 70px);
}

/* =====================================================
   COLUNA ESQUERDA
===================================================== */

.zt-faq__heading {
  min-width: 0;
}

.zt-faq__title {
  max-width: 560px;
  margin: 0;
  color: var(--zt-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(66px, 7vw, 112px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.78;
  text-transform: uppercase;
}

.zt-faq__title strong {
  display: block;
  color: var(--zt-orange);
  font-weight: 700;
}

.zt-faq__text {
  max-width: 520px;
  margin-top: clamp(26px, 3.5vh, 42px);
  color: rgba(245, 245, 245, 0.48);
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1.68;
}

.zt-faq__contact {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: clamp(24px, 3.5vh, 38px);
  padding: 14px 18px;
  border: 1px solid rgba(255, 107, 0, 0.18);
  background:
    linear-gradient(
      110deg,
      rgba(255, 107, 0, 0.08),
      transparent
    ),
    rgba(18, 18, 18, 0.72);
}

.zt-faq__contact-icon {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--zt-orange);
  border: 1px solid rgba(255, 107, 0, 0.3);
  background: rgba(255, 107, 0, 0.05);
  font-size: 16px;
}

.zt-faq__contact span,
.zt-faq__contact strong {
  display: block;
}

.zt-faq__contact span {
  color: rgba(245, 245, 245, 0.42);
  font-size: 11px;
}

.zt-faq__contact strong {
  margin-top: 3px;
  color: var(--zt-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.zt-faq__button {
  margin-top: clamp(24px, 3vh, 36px);
}

/* =====================================================
   LISTA FAQ
===================================================== */

.zt-faq__list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
}

.zt-faq-item {
  position: relative;
  border: 1px solid rgba(255, 107, 0, 0.14);
  background:
    linear-gradient(
      105deg,
      rgba(255, 107, 0, 0.035),
      transparent 48%
    ),
    rgba(18, 18, 18, 0.82);
  overflow: hidden;
  transition:
    border-color 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.zt-faq-item:hover {
  border-color: rgba(255, 107, 0, 0.32);
}

.zt-faq-item.is-open {
  border-color: rgba(255, 107, 0, 0.5);
  background:
    linear-gradient(
      105deg,
      rgba(255, 107, 0, 0.09),
      transparent 58%
    ),
    rgba(22, 22, 22, 0.97);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

/* BOTÃO */

.zt-faq-item__button {
  width: 100%;
  min-height: clamp(67px, 8.5vh, 84px);
  display: grid;
  grid-template-columns: 38px 1fr 42px;
  align-items: center;
  gap: 17px;
  padding: 13px 16px 13px 18px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.zt-faq-item__number {
  color: rgba(255, 107, 0, 0.26);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  transition: color 0.28s ease;
}

.zt-faq-item.is-open .zt-faq-item__number {
  color: var(--zt-orange);
}

.zt-faq-item__question {
  color: rgba(245, 245, 245, 0.82);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.1;
  text-transform: uppercase;
  transition: color 0.28s ease;
}

.zt-faq-item:hover .zt-faq-item__question,
.zt-faq-item.is-open .zt-faq-item__question {
  color: var(--zt-white);
}

.zt-faq-item__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  justify-self: end;
  color: var(--zt-orange);
  border: 1px solid rgba(255, 107, 0, 0.28);
  background: rgba(255, 107, 0, 0.045);
  transition:
    color 0.28s ease,
    background 0.28s ease,
    transform 0.28s ease;
}

.zt-faq-item__icon i {
  font-size: 12px;
  transition: transform 0.28s ease;
}

.zt-faq-item.is-open .zt-faq-item__icon {
  color: var(--zt-black);
  background: var(--zt-orange);
}

.zt-faq-item.is-open .zt-faq-item__icon i {
  transform: rotate(45deg);
}

/* RESPOSTA */

.zt-faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 0.35s ease,
    opacity 0.3s ease;
}

.zt-faq-item.is-open .zt-faq-item__answer {
  grid-template-rows: 1fr;
  opacity: 1;
}

.zt-faq-item__answer-inner {
  min-height: 0;
  overflow: hidden;
}

.zt-faq-item__answer-inner p {
  margin: 0;
  padding:
    0
    clamp(58px, 5vw, 76px)
    18px
    73px;
  color: rgba(245, 245, 245, 0.48);
  font-size: clamp(12px, 0.9vw, 14px);
  line-height: 1.58;
}

/* =====================================================
   FUNDO
===================================================== */

.zt-faq__background {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.zt-faq__grid {
  position: absolute;
  inset: 0;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 107, 0, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 107, 0, 0.055) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: radial-gradient(
    circle at 75% 50%,
    black 0%,
    rgba(0, 0, 0, 0.55) 48%,
    transparent 90%
  );
  animation: ztFaqGridMove 28s linear infinite;
}

@keyframes ztFaqGridMove {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 82px 82px;
  }
}

.zt-faq__glow {
  position: absolute;
  top: 12%;
  right: -170px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 107, 0, 0.075),
    transparent 69%
  );
  animation: ztFaqGlow 10s ease-in-out infinite;
}

@keyframes ztFaqGlow {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(22px);
  }
}

.zt-faq__code {
  position: absolute;
  color: rgba(255, 107, 0, 0.12);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.zt-faq__code--one {
  left: 2%;
  bottom: 6%;
}

.zt-faq__code--two {
  top: 8%;
  right: 2%;
  writing-mode: vertical-rl;
}

/* =====================================================
   DELAYS
===================================================== */

.zt-faq-item:nth-child(1) {
  transition-delay: 0.04s;
}

.zt-faq-item:nth-child(2) {
  transition-delay: 0.08s;
}

.zt-faq-item:nth-child(3) {
  transition-delay: 0.12s;
}

.zt-faq-item:nth-child(4) {
  transition-delay: 0.16s;
}

.zt-faq-item:nth-child(5) {
  transition-delay: 0.2s;
}

.zt-faq-item:nth-child(6) {
  transition-delay: 0.24s;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 920px) {
  .zt-faq {
    height: auto;
    min-height: 100svh;
  }

  .zt-faq__inner {
    height: auto;
    min-height: 100svh;
    grid-template-columns: 1fr;
    gap: 48px;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .zt-faq__heading {
    max-width: 760px;
  }

  .zt-faq__title {
    max-width: 760px;
    font-size: clamp(64px, 12vw, 96px);
  }

  .zt-faq__list {
    max-width: 100%;
  }

  .zt-faq-item__button {
    min-height: 74px;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 640px) {
  .zt-faq__inner {
    width: min(calc(100% - 32px), var(--zt-container));
    gap: 38px;
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .zt-faq__title {
    font-size: clamp(58px, 18vw, 80px);
    line-height: 0.82;
  }

  .zt-faq__text {
    font-size: 15px;
  }

  .zt-faq__contact {
    width: 100%;
    padding: 13px 14px;
  }

  .zt-faq__button {
    width: 100%;
  }

  .zt-faq-item__button {
    grid-template-columns: 30px 1fr 36px;
    gap: 12px;
    min-height: 70px;
    padding: 12px 12px 12px 14px;
  }

  .zt-faq-item__number {
    font-size: 21px;
  }

  .zt-faq-item__question {
    font-size: 18px;
  }

  .zt-faq-item__icon {
    width: 34px;
    height: 34px;
  }

  .zt-faq-item__answer-inner p {
    padding:
      0
      16px
      17px
      56px;
    font-size: 13px;
  }

  .zt-faq__code {
    display: none;
  }
}

/* =====================================================
   TELAS COM POUCA ALTURA
===================================================== */

@media (max-height: 760px) and (min-width: 921px) {
  .zt-faq {
    min-height: 620px;
  }

  .zt-faq__inner {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .zt-faq__title {
    font-size: clamp(56px, 5.8vw, 82px);
  }

  .zt-faq__text {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.5;
  }

  .zt-faq__contact {
    margin-top: 18px;
    padding-block: 10px;
  }

  .zt-faq__button {
    min-height: 48px;
    margin-top: 20px;
  }

  .zt-faq__list {
    gap: 6px;
  }

  .zt-faq-item__button {
    min-height: 58px;
    padding-block: 8px;
  }

  .zt-faq-item__question {
    font-size: 17px;
  }

  .zt-faq-item__answer-inner p {
    padding-bottom: 12px;
    font-size: 11px;
  }
}

/* =====================================================
   REDUÇÃO DE MOVIMENTO
===================================================== */

@media (prefers-reduced-motion: reduce) {
  .zt-faq__grid,
  .zt-faq__glow {
    animation: none !important;
  }

  .zt-faq-item__answer {
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5a6eff4 *//* =====================================================
   DOBRA 7 — CTA FINAL + RODAPÉ
===================================================== */

.zt-final {
  position: relative;
  width: 100%;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  background:
    radial-gradient(
      circle at 78% 18%,
      rgba(255, 107, 0, 0.12),
      transparent 28%
    ),
    linear-gradient(180deg, #090909 0%, #0c0c0c 100%);
  border-top: 1px solid rgba(255, 107, 0, 0.13);
  isolation: isolate;
  overflow: hidden;
}

/* =====================================================
   CTA
===================================================== */

.zt-final__content {
  position: relative;
  z-index: 3;
  min-height: calc(100svh - 330px);
  display: flex;
  align-items: center;
}

.zt-final__inner {
  width: min(calc(100% - 48px), var(--zt-container));
  display: grid;
  grid-template-columns: minmax(500px, 1.1fr) minmax(360px, 0.9fr);
  align-items: center;
  gap: clamp(60px, 9vw, 140px);
  padding-top: clamp(70px, 9vh, 120px);
  padding-bottom: clamp(65px, 8vh, 105px);
}

/* COLUNA PRINCIPAL */

.zt-final__cta {
  min-width: 0;
}

.zt-final__eyebrow {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(20px, 3vh, 32px);
  color: var(--zt-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.zt-final__eyebrow i {
  width: 28px;
  height: 2px;
  display: block;
  background: var(--zt-orange);
  box-shadow: 0 0 14px rgba(255, 107, 0, 0.55);
}

.zt-final__title {
  max-width: 820px;
  margin: 0;
  color: var(--zt-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(68px, 7.3vw, 118px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.77;
  text-transform: uppercase;
}

.zt-final__title span,
.zt-final__title strong {
  display: block;
}

.zt-final__title span {
  color: var(--zt-white);
}

.zt-final__title strong {
  color: var(--zt-orange);
  font-weight: 700;
}

.zt-final__text {
  max-width: 620px;
  margin-top: clamp(26px, 3.5vh, 42px);
  color: rgba(245, 245, 245, 0.48);
  font-size: clamp(15px, 1.1vw, 18px);
  line-height: 1.7;
}

.zt-final__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: clamp(28px, 4vh, 46px);
}

/* BOTÃO FINAL */

.zt-final__button {
  position: relative;
  min-width: 280px;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 18px 0 26px;
  color: var(--zt-black);
  background: var(--zt-orange);
  border: 1px solid var(--zt-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(255, 107, 0, 0.18);
  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.zt-final__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transform: skewX(-20deg);
  transition: left 0.55s ease;
}

.zt-final__button:hover::before {
  left: 130%;
}

.zt-final__button:hover {
  color: var(--zt-black);
  background: var(--zt-white);
  border-color: var(--zt-white);
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(255, 107, 0, 0.22);
}

.zt-final__button-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-left: 1px solid rgba(10, 10, 10, 0.25);
}

.zt-final__button-icon i {
  transition: transform 0.3s ease;
}

.zt-final__button:hover .zt-final__button-icon i {
  transform: translateX(5px);
}

/* E-MAIL */

.zt-final__email {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: inherit;
  text-decoration: none;
}

.zt-final__email span {
  color: rgba(245, 245, 245, 0.38);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zt-final__email strong {
  position: relative;
  color: var(--zt-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.zt-final__email strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: var(--zt-orange);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.zt-final__email:hover strong::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* =====================================================
   PAINEL LATERAL
===================================================== */

.zt-final__panel {
  position: relative;
  padding: clamp(25px, 3vw, 38px);
  border: 1px solid rgba(255, 107, 0, 0.24);
  background:
    linear-gradient(
      145deg,
      rgba(255, 107, 0, 0.1),
      transparent 55%
    ),
    rgba(18, 18, 18, 0.86);
  box-shadow: 0 28px 75px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.zt-final__panel::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 107, 0, 0.09);
  border-radius: 50%;
}

.zt-final__panel-top {
  position: relative;
  z-index: 2;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 107, 0, 0.15);
}

.zt-final__panel-top span {
  display: block;
  margin-bottom: 8px;
  color: var(--zt-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.zt-final__panel-top strong {
  display: block;
  max-width: 390px;
  color: var(--zt-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(25px, 2.2vw, 36px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1;
  text-transform: uppercase;
}

.zt-final__panel-list {
  position: relative;
  z-index: 2;
  padding-block: 20px;
}

.zt-final__panel-item {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 107, 0, 0.11);
}

.zt-final__panel-item:last-child {
  border-bottom: 0;
}

.zt-final__panel-item span {
  color: var(--zt-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.zt-final__panel-item p {
  color: rgba(245, 245, 245, 0.58);
  font-size: 13px;
  line-height: 1.45;
}

.zt-final__panel-footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 107, 0, 0.15);
}

.zt-final__panel-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--zt-black);
  background: var(--zt-orange);
  font-size: 18px;
}

.zt-final__panel-footer span,
.zt-final__panel-footer strong {
  display: block;
}

.zt-final__panel-footer span {
  color: var(--zt-orange);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.zt-final__panel-footer strong {
  margin-top: 4px;
  color: var(--zt-white);
  font-size: 13px;
  font-weight: 500;
}

/* =====================================================
   RODAPÉ
===================================================== */

.zt-footer {
  position: relative;
  z-index: 4;
  border-top: 1px solid rgba(255, 107, 0, 0.16);
  background: rgba(8, 8, 8, 0.96);
}

.zt-footer__inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.15fr;
  gap: clamp(35px, 5vw, 80px);
  padding-top: 58px;
  padding-bottom: 48px;
}

.zt-footer__logo {
  display: inline-flex;
  align-items: center;
}

.zt-footer__logo img {
  display: block;
  width: auto;
  max-width: 180px;
  height: 54px;
  object-fit: contain;
}

.zt-footer__brand p {
  max-width: 260px;
  margin-top: 18px;
  color: rgba(245, 245, 245, 0.42);
  font-size: 14px;
  line-height: 1.6;
}

.zt-footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
}

.zt-footer__socials a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--zt-orange);
  border: 1px solid rgba(255, 107, 0, 0.25);
  background: rgba(255, 107, 0, 0.04);
  text-decoration: none;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.zt-footer__socials a:hover {
  color: var(--zt-black);
  background: var(--zt-orange);
  transform: translateY(-3px);
}

.zt-footer__column h3 {
  margin: 0 0 20px;
  color: var(--zt-white);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.zt-footer__column a,
.zt-footer__column span {
  display: block;
  width: fit-content;
  color: rgba(245, 245, 245, 0.45);
  font-size: 13px;
  line-height: 1.55;
  text-decoration: none;
  transition: color 0.25s ease;
}

.zt-footer__column a + a,
.zt-footer__column a + span,
.zt-footer__column span + a {
  margin-top: 9px;
}

.zt-footer__column a:hover {
  color: var(--zt-orange);
}

.zt-footer__contact a {
  overflow-wrap: anywhere;
}

.zt-footer__bottom {
  border-top: 1px solid rgba(255, 107, 0, 0.11);
}

.zt-footer__bottom-inner {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.zt-footer__bottom-inner span {
  color: rgba(245, 245, 245, 0.3);
  font-size: 11px;
  letter-spacing: 0.04em;
}

/* =====================================================
   FUNDO
===================================================== */

.zt-final__background {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.zt-final__grid {
  position: absolute;
  inset: 0;
  opacity: 0.15;
  background-image:
    linear-gradient(rgba(255, 107, 0, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 107, 0, 0.055) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: radial-gradient(
    circle at 60% 30%,
    black 0%,
    rgba(0, 0, 0, 0.55) 48%,
    transparent 90%
  );
  animation: ztFinalGridMove 28s linear infinite;
}

@keyframes ztFinalGridMove {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 84px 84px;
  }
}

.zt-final__glow {
  position: absolute;
  border-radius: 50%;
  animation: ztFinalGlow 10s ease-in-out infinite;
}

.zt-final__glow--one {
  top: -170px;
  right: -100px;
  width: 520px;
  height: 520px;
  background: radial-gradient(
    circle,
    rgba(255, 107, 0, 0.1),
    transparent 68%
  );
}

.zt-final__glow--two {
  left: -220px;
  bottom: 15%;
  width: 520px;
  height: 520px;
  background: radial-gradient(
    circle,
    rgba(204, 85, 0, 0.05),
    transparent 70%
  );
  animation-delay: -4s;
}

@keyframes ztFinalGlow {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(22px);
  }
}

.zt-final__code {
  position: absolute;
  color: rgba(255, 107, 0, 0.12);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.zt-final__code--one {
  left: 2%;
  top: 9%;
}

.zt-final__code--two {
  top: 8%;
  right: 2%;
  writing-mode: vertical-rl;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 920px) {
  .zt-final__content {
    min-height: auto;
  }

  .zt-final__inner {
    grid-template-columns: 1fr;
    gap: 46px;
    padding-top: 82px;
    padding-bottom: 74px;
  }

  .zt-final__title {
    max-width: 780px;
    font-size: clamp(64px, 12vw, 98px);
  }

  .zt-final__panel {
    max-width: 720px;
  }

  .zt-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px 60px;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 640px) {
  .zt-final__inner {
    width: min(calc(100% - 32px), var(--zt-container));
    gap: 38px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .zt-final__title {
    font-size: clamp(58px, 18vw, 80px);
    line-height: 0.8;
  }

  .zt-final__text {
    font-size: 15px;
  }

  .zt-final__actions {
    align-items: stretch;
    flex-direction: column;
    gap: 21px;
  }

  .zt-final__button {
    width: 100%;
    min-width: 0;
  }

  .zt-final__email {
    width: 100%;
  }

  .zt-final__panel {
    padding: 23px 18px;
  }

  .zt-final__panel-top strong {
    font-size: 28px;
  }

  .zt-footer__inner {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-top: 48px;
    padding-bottom: 42px;
  }

  .zt-footer__logo img {
    height: 50px;
    max-width: 165px;
  }

  .zt-footer__bottom-inner {
    min-height: 86px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
    padding-block: 20px;
  }

  .zt-final__code {
    display: none;
  }
}

/* =====================================================
   TELAS COM POUCA ALTURA
===================================================== */

@media (max-height: 760px) and (min-width: 921px) {
  .zt-final__content {
    min-height: 610px;
  }

  .zt-final__inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .zt-final__title {
    font-size: clamp(58px, 6vw, 88px);
  }

  .zt-final__text {
    margin-top: 22px;
    font-size: 14px;
  }

  .zt-final__actions {
    margin-top: 26px;
  }

  .zt-final__panel {
    padding: 24px;
  }

  .zt-footer__inner {
    padding-top: 42px;
    padding-bottom: 36px;
  }
}

/* =====================================================
   REDUÇÃO DE MOVIMENTO
===================================================== */

@media (prefers-reduced-motion: reduce) {
  .zt-final__grid,
  .zt-final__glow {
    animation: none !important;
  }

  .zt-final__button {
    transform: none !important;
  }
}/* End custom CSS */