/* Ajustes da home Manus integrada ao PHP */
html.manus-home {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body.manus-home {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.manus-home .font-sora {
  font-family: "Sora", "DM Sans", system-ui, sans-serif;
}

.manus-home #manus-header.is-scrolled {
  background-color: rgb(0 61 122 / 0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.2);
}

.manus-home [data-nav-mobile][hidden] {
  display: none !important;
}

.manus-home .faq-panel[hidden] {
  display: none !important;
}

.manus-home .fab-wa {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 60;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: #25d366;
  color: #fff;
  box-shadow: 0 8px 24px rgb(37 211 102 / 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.manus-home .fab-wa:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 28px rgb(37 211 102 / 0.5);
}

.manus-home .fab-wa svg {
  width: 1.65rem;
  height: 1.65rem;
}

.manus-home .skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.manus-home .skip-link:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  background: #fff;
  color: #003d7a;
  z-index: 100;
  border-radius: 0.5rem;
}
