
/*
 * Footer consolidation parity with the PHP-rendered footer. fse.css loads after
 * theme-main.css, so the final footer rhythm belongs here.
 */
.osint4all-footer-newsletter-section .footer-newsletter.fse-footer-newsletter {
  border-radius: 10px;
}

.osint4all-footer-newsletter-section .newsletter-form > .osint4all-form-note {
  border-color: rgba(238, 240, 242, 0.08);
  color: rgba(238, 240, 242, 0.7);
  background: rgba(3, 6, 11, 0.24);
}

/*
 * Footer density cleanup: keep the newsletter useful without making the footer
 * feel like another oversized hero section.
 */
.osint4all-footer-newsletter-section {
  padding-top: clamp(34px, 4.5vw, 54px);
  padding-bottom: clamp(32px, 4vw, 48px);
}

.osint4all-unified-footer {
  padding-top: clamp(38px, 4.6vw, 58px);
  padding-bottom: 28px;
}

.osint4all-footer-newsletter-section .footer-newsletter.fse-footer-newsletter,
.footer-newsletter {
  gap: clamp(16px, 3vw, 40px);
  padding: clamp(18px, 2.4vw, 26px);
  border-radius: 10px;
}

.osint4all-footer-newsletter-section .footer-newsletter-copy h2,
.footer-newsletter-copy h2 {
  margin-bottom: 8px;
}

.osint4all-footer-newsletter-section .footer-newsletter-copy p,
.footer-newsletter-copy p:not(.section-kicker) {
  line-height: 1.45;
}

.osint4all-footer-newsletter-section .newsletter-form,
.footer-newsletter-form .newsletter-form {
  gap: 10px;
}

.osint4all-footer-newsletter-section .newsletter-form input[type="email"],
.osint4all-footer-newsletter-section .newsletter-form select,
.footer-newsletter .newsletter-form input[type="email"],
.footer-newsletter .newsletter-form select,
.footer-newsletter .newsletter-form > button {
  min-height: 42px;
  border-radius: 8px;
}

.osint4all-footer-newsletter-section .newsletter-form > .osint4all-form-note,
.footer-newsletter .newsletter-form > .osint4all-form-note {
  min-height: 0;
  padding: 8px 10px;
}

@media (max-width: 640px) {
  .osint4all-unified-footer .footer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
  }

  .osint4all-unified-footer .footer-grid-column {
    min-width: 0;
  }

  .osint4all-unified-footer .footer-menu a {
    font-size: 0.84rem;
    line-height: 1.35;
  }

  .osint4all-footer-newsletter-section .footer-newsletter.fse-footer-newsletter {
    border-radius: 10px;
  }
}
