.cta-band{padding:48px 32px}.cta-band--compact{padding-bottom:32px;padding-top:32px}.cta-band--spacious{padding-bottom:72px;padding-top:72px}.cta-band--center{text-align:center}.cta-band__content{margin:0 auto;max-width:860px}.cta-band--left .cta-band__content{margin-left:0}.cta-band__heading{margin:0 0 14px}.cta-band__body>:first-child{margin-top:0}.cta-band__body>:last-child{margin-bottom:0}.cta-band__buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.cta-band--center .cta-band__buttons{justify-content:center}.cta-band__button{border:2px solid var(--cta-button-border,var(--hoover-color-surface,#fff));border-radius:var(--hoover-button-radius,25px);display:inline-block;font-weight:700;min-height:48px;min-width:120px;padding:9px 22px;text-align:center;text-decoration:none;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.cta-band__button--filled{background:var(--cta-button-bg,var(--hoover-color-surface,#fff));color:var(--cta-button-text,var(--hoover-color-accent,#98002e))}.cta-band__button--outline{background:transparent;border-color:var(
    --cta-outline-button-border,var(--hoover-color-surface,#fff)
  );color:var(--cta-outline-button-text,var(--hoover-color-surface,#fff))}.cta-band__button:focus,.cta-band__button:hover{background:var(--cta-button-hover-bg,var(--hoover-color-surface,#fff));border-color:var(
    --cta-button-hover-border,var(--hoover-color-surface,#fff)
  );color:var(--cta-button-hover-text,var(--hoover-color-accent-dark,#7c0025));text-decoration:none}@media (max-width:767px){.cta-band,.cta-band--spacious{padding:32px 24px}}