html {
  background: #f6f9ff;
}

body.site-watermark-body {
  background-color: #f6f9ff;
}

body.site-watermark-body footer {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

body.site-watermark-body footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(180deg, rgba(244, 248, 255, 0.94) 0%, rgba(244, 248, 255, 0.97) 100%),
    radial-gradient(circle at 18% 50%, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0) 34%),
    url("../img/imagem fundo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.22;
  filter: saturate(0.72) contrast(0.9) brightness(1.04);
  transform: scale(1.02);
}

body.site-watermark-body footer > * {
  position: relative;
  z-index: 1;
}

.site-footer-cnae {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  padding: 0.62rem 0.98rem;
  border: 1px solid rgba(27, 120, 255, 0.18);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 14px 32px rgba(7, 29, 73, 0.08);
  color: #0f4f9d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  backdrop-filter: blur(10px);
}

.site-footer-cnae::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #ff9b18 0%, #1b78ff 100%);
  box-shadow: 0 0 0 4px rgba(27, 120, 255, 0.08);
  flex-shrink: 0;
}

.site-page-footer {
  width: 100%;
  padding: 0 1rem 2rem;
}

.site-page-footer-shell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  max-width: 72rem;
  margin: 0 auto;
  padding: 1.15rem 1.25rem;
  border: 1px solid rgba(191, 219, 254, 0.86);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
  color: #526884;
  font-size: 0.92rem;
  text-align: center;
  backdrop-filter: blur(12px);
}

.site-page-footer-shell p {
  margin: 0;
}

.site-page-footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.site-page-footer a {
  color: #0f4f9d;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-page-footer a:hover {
  color: #1b78ff;
}

@media (max-width: 767px) {
  body.site-watermark-body footer::before {
    background-position: center center;
    background-size: cover;
    opacity: 0.16;
  }

  .site-footer-cnae {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}