/* final-cta.css — dark closing band. Reuses .hero-cta and .trust-bar from hero.css. */

.band {
  background: linear-gradient(160deg, var(--ink), #0B3A44);
  color: var(--on-dark);
  text-align: center;
}
.band h2 {
  color: #fff;
  font-size: var(--h2);
  margin-bottom: 14px;
}
.band .lede {
  color: rgba(234, 243, 243, .82);
  margin: 0 auto 30px;
}
.band .hero-cta {
  justify-content: center;
}
.band .trust-bar {
  justify-content: center;
  border-top-color: rgba(234, 243, 243, .2);
  max-width: 820px;
  margin: 8px auto 0;
}
.band .trust-item {
  color: rgba(234, 243, 243, .85);
}
.band .trust-item svg {
  color: var(--sage);
}
