.site-footer {
  margin-top: 30px;
  padding-top: 0;
  border-top: 1px solid rgba(173, 178, 182, 0.1);
  background: #03060b;
}

.site-footer-shell {
  display: grid;
  gap: 24px;
}

.footer-brand {
  display: grid;
  gap: 12px;
}

.footer-brand img {
  max-width: 300px;
}

.footer-brand p {
  margin: 0;
  max-width: 72ch;
  color: rgba(185, 192, 200, 0.76);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 22px;
}

.footer-menu {
  display: grid;
  gap: 8px;
}

.footer-menu a {
  padding: 0;
  color: rgba(238, 240, 242, 0.8);
}

.footer-newsletter {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
  background: linear-gradient(180deg, rgba(23, 25, 29, 0.98), rgba(14, 16, 22, 0.98));
  border-color: rgba(173, 178, 182, 0.14);
}

.footer-newsletter-copy {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-newsletter-copy .section-kicker {
  margin-bottom: 0;
}

.footer-newsletter-form {
  padding: 18px;
  border: 1px solid rgba(173, 178, 182, 0.14);
  border-radius: 20px;
  background: rgba(3, 6, 11, 0.42);
}

.footer-newsletter .newsletter-form > label,
.footer-newsletter .osint4all-form-note,
.footer-newsletter p,
.footer-newsletter h3 {
  color: rgba(238, 240, 242, 0.82);
}

.footer-meta {
  margin: 0;
  color: #adb2b6;
}

.notice {
  background: rgba(17, 54, 44, 0.9);
  border-left: 4px solid #4ab08c;
  border-radius: 12px;
  padding: 12px 14px;
}

.screen-reader-text,
.screen-reader-submit {
  position: absolute !important;
  left: -9999px !important;
}

.osint4all-honeypot {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
