.elementor-241 .elementor-element.elementor-element-c7216c0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-5318e0c *//* REMOVE a linha antiga */
.escala-footer::before {
  display: none;
}

/* ===== BARRA TOPO PREMIUM ===== */
.escala-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 100vw;
  height: 2px;

  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(120, 50, 255, 0.6) 20%,
    rgba(180, 90, 255, 0.9) 50%,
    rgba(120, 50, 255, 0.6) 80%,
    transparent 100%
  );

  box-shadow:
    0 0 12px rgba(140, 70, 255, 0.45),
    0 0 28px rgba(140, 70, 255, 0.25);

  pointer-events: none;
  z-index: 2;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c7216c0 *//* ===== FOOTER BASE ===== */
.escala-footer,
.escala-footer * {
  box-sizing: border-box;
}

.escala-footer {
  position: relative;
  width: 100%;
  padding: 26px 24px 24px;
  background: linear-gradient(
    180deg,
    rgba(7, 2, 18, 0.96) 0%,
    rgba(5, 1, 14, 0.98) 100%
  );
  overflow: hidden;
}

/* ===== BARRA TOPO ANIMADA ===== */
.escala-footer-topbar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 2px;
  overflow: hidden;
  pointer-events: none;
  z-index: 5;

  background: rgba(255, 255, 255, 0.03);
  box-shadow:
    0 0 10px rgba(140, 70, 255, 0.18),
    0 0 24px rgba(140, 70, 255, 0.10);
}

.escala-footer-topbar-track {
  position: absolute;
  inset: 0;
  width: 220%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(126, 49, 255, 0) 0%,
    rgba(126, 49, 255, 0.18) 10%,
    rgba(183, 97, 255, 0.72) 22%,
    rgba(235, 196, 255, 0.96) 30%,
    rgba(145, 63, 255, 0.70) 40%,
    rgba(126, 49, 255, 0.14) 52%,
    rgba(126, 49, 255, 0) 64%,
    rgba(126, 49, 255, 0.18) 74%,
    rgba(192, 92, 255, 0.78) 84%,
    rgba(126, 49, 255, 0) 100%
  );
  animation: escalaFooterBarFlow 10s linear infinite;
  filter: blur(0.2px);
}

@keyframes escalaFooterBarFlow {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-54%);
  }
}

/* ===== INNER ===== */
.escala-footer-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  min-height: 64px;

  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 26px;

  position: relative;
  z-index: 2;
}

/* ===== BRAND ===== */
.escala-footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  line-height: 0;
}

.escala-footer-brand img {
  display: block;
  width: auto;
  height: 54px;
  max-width: 100%;
  filter: drop-shadow(0 0 14px rgba(140, 70, 255, 0.14));
}

/* ===== COPYRIGHT ===== */
.escala-footer-copy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 54px;
  padding-left: 24px;
}

.escala-footer-copy::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 1px;
  height: calc(100% - 12px);
  background: rgba(255, 255, 255, 0.08);
}

.escala-footer-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-family: Inter, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 400;
  text-align: right;
}

/* ===== TABLET ===== */
@media (max-width: 1024px) {
  .escala-footer {
    padding: 24px 18px 22px;
  }

  .escala-footer-inner {
    gap: 20px;
  }

  .escala-footer-brand img {
    height: 48px;
  }

  .escala-footer-copy {
    padding-left: 18px;
  }

  .escala-footer-copy p {
    font-size: 13px;
  }
}

/* ===== MOBILE ===== */
@media (max-width: 767px) {
  .escala-footer {
    padding: 20px 16px 18px;
  }

  .escala-footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
    min-height: auto;
    text-align: center;
  }

  .escala-footer-brand img {
    height: 44px;
  }

  .escala-footer-copy {
    justify-content: center;
    min-height: auto;
    padding-left: 0;
  }

  .escala-footer-copy::before {
    display: none;
  }

  .escala-footer-copy p {
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    max-width: 260px;
  }
}

/* ===== MOBILE PEQUENO ===== */
@media (max-width: 480px) {
  .escala-footer {
    padding: 18px 14px 16px;
  }

  .escala-footer-inner {
    gap: 12px;
  }

  .escala-footer-brand img {
    height: 40px;
  }

  .escala-footer-copy p {
    font-size: 11px;
    max-width: 230px;
  }
}/* End custom CSS */