body.site-page .template-quote-cta {
  background: var(--ink);
  padding: var(--space-xl) 80px;
  text-align: center;
}

body.site-page .template-quote-cta-inner {
  max-width: 760px;
  margin: 0 auto;
}

body.site-page .template-quote-cta .eyebrow {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--copper);
  margin-bottom: 28px;
}

body.site-page .template-quote-cta h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--cream);
  margin-bottom: 20px;
}

body.site-page .template-quote-cta-copy {
  max-width: 560px;
  margin: 0 auto 32px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ash);
}

@media (max-width: 720px) {
  body.site-page .template-quote-cta {
    padding-left: 32px;
    padding-right: 32px;
  }
}
