/* Form confirmation (public/site/hubspot.js): after a successful send the form is replaced, in place, by this panel.
   It carries the page's own form card class (.pga-form), so it keeps that card's frame; these rules set its content. */
.hs-done { align-content: center; justify-items: center; text-align: center; animation: hs-in .45s cubic-bezier(.2, .7, .2, 1) both; }
.hs-done > * { grid-column: 1 / -1; }
.hs-done-ic { display: grid; place-items: center; width: 72px; height: 72px; margin-bottom: 24px; border-radius: 50%; background: #e8f6ef; color: #13936a; box-shadow: 0 0 0 10px #f3fbf7; }
.hs-done-ic svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.hs-done-ic path { stroke-dasharray: 30; stroke-dashoffset: 30; animation: hs-tick .5s .25s cubic-bezier(.3, .8, .3, 1) forwards; }
.hs-done h3 { margin: 0 0 12px; font-size: clamp(26px, 2.2vw, 34px); font-weight: 900; line-height: 1.15; letter-spacing: -.02em; color: var(--head, #0f1c4d); outline: 0; }
.hs-done p { margin: 0 auto; max-width: 440px; font-size: 16px; line-height: 1.65; color: var(--mut, #5a6687); }
.hs-done p b { font-weight: 800; color: var(--head, #0f1c4d); overflow-wrap: anywhere; }
.hs-done .hs-done-note { margin-top: 22px; max-width: 460px; padding: 12px 16px; border-radius: 10px; background: #eef5fd; font-size: 13.5px; color: #49698e; }
.hs-done-note a { white-space: nowrap; font-weight: 700; color: #1c5798; text-decoration: underline; text-underline-offset: 3px; }
.hs-done .pg-btn { margin-top: 28px; width: auto; }
@keyframes hs-in { from { opacity: 0; transform: translateY(8px); } }
@keyframes hs-tick { to { stroke-dashoffset: 0; } }
@media (prefers-reduced-motion: reduce) {
  .hs-done, .hs-done-ic path { animation: none; }
  .hs-done-ic path { stroke-dashoffset: 0; }
}

/* Shared request form on the homepage. */
.gsx-form select { font: inherit; font-size: 15px; color: var(--head); padding: 12px 14px; border-radius: 10px; border: 0; background: var(--field); box-shadow: inset 0 0 0 1px var(--field-line); min-width: 0; }
.gsx-form select:focus { outline: 2px solid var(--acc); }
.gsx-form select option { color: #152039; background: white; }
.gsx-form h3 { margin: 0; color: var(--head); }
.gsx-form .pv-formnote, .gsx-form [role="status"] { grid-column: 1 / -1; margin: 0; color: var(--mut); font-size: 13px; }
.gsx-form[hidden] { display: none; }
.ns-turnstile { grid-column: 1 / -1; min-width: 0; width: 100%; margin: 8px 0; }
.gsx-form .gsx-btn { display: flex; align-items: center; justify-content: center; gap: 10px; }
