/* =========================================================
   Component — Closing call to action

   The last band on a marketing page: a gold hairline, one heading,
   one line, two buttons, one reassurance.
   ========================================================= */
.closer { padding-block: var(--space-8) var(--space-24); }
.closer__inner {
  max-width: 44rem;
  text-align: center;
}
.closer__rule { margin-bottom: var(--space-16); }
.closer__title {
  margin: 0 0 var(--space-4);
  font-size: var(--fs-h2);
  text-wrap: balance;
}
.closer__lead {
  margin: 0 auto var(--space-8);
  max-width: 42ch;
  color: var(--color-text-secondary);
}
.closer__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}
.closer__note {
  margin: 0;
  font-size: var(--fs-xs);
  color: var(--color-text-muted);
}
