.home-cta-band {
  background: var(--trust-accent, #be1e2d);
  border-top: 1.5px solid var(--trust-panel, #102b46);
  border-bottom: 0;
  padding: clamp(40px, 5vw, 56px) clamp(20px, 4vw, 72px);
}

.home-cta-band__inner {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.home-cta-band__copy {
  width: min(560px, 100%);
}

.home-cta-band__copy h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Instrument Serif", "Playfair Display", Georgia, serif;
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.15;
  font-weight: 400;
}

.home-cta-band__copy p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Instrument Sans", "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15.5px;
  line-height: 1.6;
}

.home-cta-band__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.home-cta-band__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Instrument Sans", "Libre Franklin", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
  border-radius: 2px;
  min-height: 52px;
  padding: 0 26px;
}

.home-cta-band__btn--primary {
  background: var(--trust-panel, #102b46);
  color: #ffffff;
}

.home-cta-band__btn--primary:hover,
.home-cta-band__btn--primary:focus-visible {
  background: #0b2238;
}

.home-cta-band__btn--outline {
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #ffffff;
}
