/* Ajustes exclusivos da LP publicada na raiz. */
body {
  padding-top: 0;
}

.site-header {
  position: fixed;
  top: 14px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

.site-header .brand {
  display: flex;
  --brand-width: 204px;
  flex: 0 0 var(--brand-width);
  width: var(--brand-width);
  max-width: var(--brand-width);
  overflow: hidden;
  transform: translateY(0);
  transition: flex-basis 0.28s ease, width 0.28s ease, max-width 0.28s ease, opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0s;
}

.site-header .brand-logo {
  display: block;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 100%;
  height: auto;
}

.site-header .nav {
  justify-content: center;
}

.site-header {
  border-color: transparent;
}

.site-header.is-scrolled .brand {
  display: flex;
  flex-basis: 0;
  width: 0;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-7px);
  transition: flex-basis 0.28s ease, width 0.28s ease, max-width 0.28s ease, opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.28s;
}

.site-header.is-scrolled .nav {
  justify-content: center;
}

.hero-cta-panel {
  background: #fff;
  backdrop-filter: none;
}

.hero {
  padding: 120px 0;
  background-position: center top;
  background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.48) 20%, rgba(0, 0, 0, 0) 46%),
    linear-gradient(120deg, rgba(18, 18, 18, 0.82), rgba(18, 18, 18, 0.58) 55%, rgba(18, 18, 18, 0.44)),
    url("../img/background-header.png");
}

.hero:after {
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0), #121212 100%);
}

@media (max-width: 900px) {
  .site-header {
    top: 10px;
  }

  .site-header .nav {
    flex-wrap: nowrap;
  }

  .hero {
    padding: 96px 0 104px;
  }

  .site-header .brand {
    display: flex;
    --brand-width: 112px;
  }

  .site-header .brand-logo {
    width: 112px;
  }

  .site-header .nav-menu {
    order: 0;
    width: auto;
    min-width: 0;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .site-header .nav-menu::-webkit-scrollbar {
    display: none;
  }

  .site-header .nav-menu a {
    flex: 0 0 auto;
    font-size: 11px;
  }
}

.floating-whatsapp {
  max-width: calc(100vw - 24px);
  overflow: hidden;
}

.floating-whatsapp-copy {
  min-width: 0;
  white-space: normal;
}

.floating-whatsapp-copy strong,
.floating-whatsapp-copy small {
  max-width: 100%;
  overflow-wrap: anywhere;
}

@media (max-width: 600px) {
  .floating-whatsapp {
    gap: 8px;
    padding-right: 14px;
  }

  .floating-whatsapp > img {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }
}
