/* CGD Analytics — rodapé e elementos compartilhados entre páginas */
.cgd-footer--site {
  background: var(--cgd-green-dark, #0B3F36);
  color: rgba(246, 248, 247, 0.75);
  padding: 64px 0 40px;
  border-top: none;
}

.cgd-footer--site .cgd-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 40px;
  max-width: none;
  text-align: left;
  align-items: start;
  margin-bottom: 48px;
}

.cgd-footer--site .cgd-footer__brand img {
  height: 40px;
  width: auto;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
}

.cgd-footer--site .cgd-footer__brand p {
  font-size: 0.9375rem;
  line-height: 1.6;
  max-width: 280px;
  margin: 0;
}

.cgd-footer--site .cgd-footer__heading {
  font-family: 'Darker Grotesque', system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2ECF9A;
  margin: 0 0 16px;
}

.cgd-footer--site a {
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 10px;
  color: rgba(246, 248, 247, 0.75);
  text-decoration: none;
  transition: color 0.2s;
}

.cgd-footer--site a:hover { color: #ffffff; }

.cgd-footer--site .cgd-footer__bottom {
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 0.8125rem;
  max-width: none;
}

.cgd-footer--site .cgd-footer__disclaimer-note {
  font-size: 0.6875rem;
  line-height: 1.6;
  color: rgba(246, 248, 247, 0.55);
  max-width: 720px;
  margin: 0;
}

@media (max-width: 1024px) {
  .cgd-footer--site .cgd-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .cgd-footer--site { padding: 48px 0 32px; }
  .cgd-footer--site .cgd-footer__grid { grid-template-columns: 1fr; }
}
