.site-footer {
  margin-top: 60px;
  font-family: "Lato", sans-serif;
  overflow: hidden;
  float: none !important;
  clear: both !important;
  display: block !important;
  width: 100% !important;
  position: static !important;
}

.site-footer__top {
  background: linear-gradient(165deg, #1f4339 0%, #19372F 45%, #142d26 100%);
  position: relative;
}

.site-footer__top::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.07) 0%, transparent 42%),
    radial-gradient(circle at 10% 90%, rgba(255, 255, 255, 0.04) 0%, transparent 35%);
  pointer-events: none;
}

.site-footer__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  align-items: center;
  padding: 52px 0 48px;
}

.site-footer__brand {
  padding-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__logo {
  display: inline-block;
}

.site-footer__logo img {
  display: block;
  max-width: 200px;
  width: 100%;
  height: auto;
}

.site-footer__contact {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  align-items: start;
}

.site-footer__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.site-footer__icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
}

.site-footer__icon svg {
  width: 22px;
  height: 22px;
}

.site-footer__content {
  flex: 1;
  min-width: 0;
}

.site-footer__content strong {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.site-footer__content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.92);
}

.site-footer__content a {
  color: #fff;
  text-decoration: none;
  word-break: break-word;
  transition: opacity 0.2s ease;
}

.site-footer__content a:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.site-footer__google {
  display: inline-block;
  margin-top: 4px;
  padding: 8px 12px;
  background: #fff;
  border-radius: 8px;
  line-height: 0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.site-footer__google img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-footer__google:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  text-decoration: none;
}

.site-footer__bottom {
  background: #0f1715;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.site-footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
}

.site-footer__copy {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.55);
}

.site-footer__cert img {
  display: block;
  max-height: 44px;
  width: auto;
  opacity: 0.9;
}

footer.site-footer p {
  text-shadow: none;
}

@media all and (max-width: 1100px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 44px 0 40px;
  }

  .site-footer__brand {
    padding-right: 0;
    padding-bottom: 28px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
  }

  .site-footer__logo {
    margin-bottom: 0;
  }

  .site-footer__contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .site-footer__item {
    max-width: none;
    margin: 0;
    width: 100%;
  }
}

@media all and (max-width: 769px) {
  .site-footer {
    margin-top: 40px;
  }

  .site-footer__grid {
    padding: 36px 0 32px;
  }

  .site-footer__logo img {
    max-width: 150px;
  }

  .site-footer__contact {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .site-footer__item {
    max-width: none;
    padding: 16px;
    background: rgba(0, 0, 0, 0.32) !important;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
  }

  .site-footer__bottom-inner {
    flex-direction: column;
    text-align: center;
    padding: 20px 0 24px;
  }

  .site-footer__cert img {
    max-height: 40px;
  }
}

@media all and (max-width: 480px) {
  .site-footer__grid {
    padding: 28px 0 24px;
  }

  .site-footer__icon {
    width: 40px;
    height: 40px;
  }

  .site-footer__icon svg {
    width: 18px;
    height: 18px;
  }

  .site-footer__content p,
  .site-footer__content a {
    font-size: 14px;
  }

  .site-footer__google {
    width: 100%;
    text-align: center;
  }
}

/* Legado default.css — garante contraste no rodapé */
#page footer.site-footer,
#page .site-footer {
  color: #fff;
}

#page .site-footer__top {
  background: linear-gradient(165deg, #1f4339 0%, #19372F 45%, #142d26 100%) !important;
}

#page .site-footer__bottom {
  background: #0f1715 !important;
}

#page .site-footer__content strong {
  color: rgba(255, 255, 255, 0.72) !important;
}

#page .site-footer__content p,
#page .site-footer__content a,
#page .site-footer__copy {
  color: rgba(255, 255, 255, 0.95) !important;
}

#page .site-footer__icon {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.14) !important;
}
