.download-card {
  margin-top: 1.15rem;
  padding: 1rem;
  border: 1px solid #c9d8ea;
  border-radius: 14px;
  background: linear-gradient(135deg, #f7fbff, #edf4fc);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.download-card h3 { margin: 0 0 .2rem; color: var(--navy); font-size: 1.05rem; }
.download-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.download-card .section-label { margin-bottom: .15rem; color: var(--bright); font-size: .76rem; }
.download-button { display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; border: 1px solid #bd9020; border-radius: 10px; padding: .78rem 1rem; background: var(--gold); color: var(--navy); font-weight: 850; text-decoration: none; }
.download-button:focus-visible { outline: 3px solid rgba(29,111,193,.35); outline-offset: 2px; }

@media (max-width: 600px) {
  .download-card { align-items: stretch; flex-direction: column; }
  .download-button { width: 100%; }
}
