/* Show a self-contained confirmation only after the contact form succeeds. */
body .section:has(.ws26-contact-success)>h2,
body .section:has(.ws26-contact-success)>p.small {display:none!important;}
body .section .ws26-contact-success {max-width:720px;padding:12px 0 24px;}
body .section .ws26-contact-success__icon {display:grid;place-items:center;width:56px;height:56px;margin:0 0 24px;border-radius:50%;color:#08785a;background:#e8f7f0;}
body .section .ws26-contact-success h2 {font-size:clamp(32px,3.3vw,46px);line-height:1.2;letter-spacing:-.025em;font-weight:400;margin:0 0 20px!important;text-wrap:balance;}
body .section .ws26-contact-success h2 strong {font-weight:650;color:#ff006a;}
body .section .ws26-contact-success p {max-width:52ch;font-size:18px;line-height:1.65;margin:0 0 28px;padding:0;}
body .section .ws26-contact-success__back {display:inline-flex;align-items:center;gap:12px;min-height:44px;font-size:15px;font-weight:500;color:#202570;text-decoration:underline;text-underline-offset:4px;}
body .section .ws26-contact-success__back:focus-visible {outline:2px solid #202570;outline-offset:5px;}
@media(max-width:600px) {
 body .section .ws26-contact-success {padding:0 0 12px;}
 body .section .ws26-contact-success p {font-size:16px;}
}
