/* ==========================================================
   Bottom CTA Banner — gradient, centered
   ========================================================== */
.cta-banner,
.bottom-cta {
  background: linear-gradient(135deg, var(--c-primary), var(--c-primary-dark));
  color: #fff;
  padding: 80px 0;
  text-align: center;
}
.cta-banner h2,
.bottom-cta h2 {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.4;
}
.cta-banner p,
.bottom-cta p {
  color: rgba(255, 255, 255, .85);
  font-size: 14px;
  margin-bottom: 28px;
}
.cta-banner .actions,
.bottom-cta .actions,
.bottom-cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.cta-banner .tel,
.bottom-cta .tel {
  font-family: var(--mono);
  font-weight: 700;
  font-size: 28px;
  color: var(--c-accent);
  display: block;
  margin-bottom: 6px;
}
