/* Estilos próprios do site estático — carregado por último, depois do CSS do Elementor. */

/* ===== FOOTER ===== */
/* Mesma estrutura do rodapé do site do Dr. Fred, com o gradiente e a tipografia daqui. */
.site-footer {
  position: relative;
  min-height: 72px;
  background: linear-gradient(124deg, #2a719a 0%, #002f4c 100%);
  overflow: hidden;
}

.site-footer-grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  opacity: 0.42;
  pointer-events: none;
}

.site-footer-inner {
  position: relative;
  z-index: 1;
  /* 1140px + 10px de padding: mesma caixa de conteúdo das demais seções */
  max-width: 1140px;
  min-height: 72px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-footer-copy {
  margin: 0;
  font-family: "Inter", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff5e;
}

.site-footer-credit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  opacity: 0.75;
  transition: opacity 0.25s ease;
}

.site-footer-credit:hover,
.site-footer-credit:focus-visible {
  opacity: 1;
}

.site-footer-credit-text {
  font-family: "Inter", Sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff5e;
  white-space: nowrap;
}

.site-footer-credit-logo {
  height: 18px;
  width: auto;
  display: block;
}

@media (max-width: 767px) {
  .site-footer {
    min-height: unset;
  }

  .site-footer-inner {
    min-height: unset;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    text-align: center;
  }

  .site-footer-copy {
    font-size: 14px;
  }

  .site-footer-credit {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.elementor-25 .elementor-element.elementor-element-9013aa2 h1 {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  margin: 0;
}
