.subscribe-band {
  background: #0d2137;
  padding: 30px 0;
}
.subscribe-inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.subscribe-copy { color: #f0eadc; flex: 1; min-width: 180px; }
.subscribe-copy strong {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1rem;
  margin-bottom: 3px;
}
.subscribe-copy span { font-size: 0.86rem; color: #a8b8c6; }
.subscribe-form { display: flex; flex: 1; min-width: 240px; }
.subscribe-form input {
  flex: 1;
  font-size: 0.85rem;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(255,255,255,0.06);
  color: #f0eadc;
  font-family: inherit;
}
.subscribe-form button {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 10px 16px;
  background: #b08d3e;
  color: #0a1929;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
}
.subscribe-form button:hover { background: #c9a960; }
.subscribe-band + .footer { margin-top: 0; }
