.header-contact-success{display:grid;justify-items:center;padding:34px 18px 20px;text-align:center}
.header-contact-success[hidden]{display:none!important}
.header-contact-success-icon{display:grid;width:74px;height:74px;margin:2px 0 22px;place-items:center;border-radius:50%;background:rgba(8,127,175,.1);color:var(--blue,#087faf)}
.header-contact-success-icon svg{width:38px;height:38px}
.header-contact-success-title{max-width:560px;margin:0 0 12px;font-size:clamp(1.65rem,3.2vw,2.15rem);font-weight:800;line-height:1.16;letter-spacing:-.025em}
.header-contact-success-copy{max-width:510px;margin:0;color:var(--ink2,#52616b);font-size:1.03rem;line-height:1.6}
.header-contact-success-actions{display:flex;justify-content:center;gap:10px;margin-top:28px}
.header-contact-success-actions .btn{min-width:150px}
@media(max-width:640px){.header-contact-success{padding:30px 6px 14px}.header-contact-success-actions{width:100%;flex-direction:column}.header-contact-success-actions .btn{width:100%}}
