/* ==================== THE FOOTNOTE — NEWSLETTER STRIP ==================== */
.footnote-strip {
  background: linear-gradient(135deg, #0f1419 0%, #161d26 50%, #1e2833 100%);
  border-top: 1px solid rgba(232, 99, 74, 0.25);
  border-bottom: 1px solid rgba(232, 99, 74, 0.15);
  padding: 56px 0;
  position: relative;
  overflow: hidden;
}
.footnote-strip::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e8634a 50%, transparent);
  opacity: 0.6;
}
.footnote-strip .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 48px;
  align-items: center;
}
.footnote-copy {
  max-width: 520px;
}
.footnote-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e8634a;
  margin-bottom: 14px;
}
.footnote-eyebrow::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background: #e8634a;
}
.footnote-title {
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.footnote-title em {
  color: #e8634a;
  font-style: normal;
  font-weight: 700;
}
.footnote-tagline {
  font-size: 1rem;
  line-height: 1.55;
  color: #8b9aad;
  margin: 0 0 14px;
}
.footnote-meta {
  font-size: 0.78rem;
  color: #5a6a7d;
  letter-spacing: 0.04em;
}
.footnote-meta span { color: #38b5a7; }
.footnote-form {
  min-width: 360px;
  background: rgba(15, 20, 25, 0.6);
  border: 1px solid rgba(232, 99, 74, 0.2);
  border-radius: 8px;
  padding: 8px;
  backdrop-filter: blur(10px);
}
.footnote-form iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: 90px !important;
  background: transparent !important;
}
@media (max-width: 900px) {
  .footnote-strip { padding: 44px 0; }
  .footnote-strip .container {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footnote-form { min-width: 0; width: 100%; }
}
@media (max-width: 480px) {
  .footnote-strip .container { padding: 0 20px; }
  .footnote-title { font-size: 1.4rem; }
  .footnote-tagline { font-size: 0.95rem; }
}
</content>
</invoke>