.vfb, .vfb * { box-sizing: border-box; }
.vfb {
  --vfb-ink: #292e34;
  --vfb-muted: #56616d;
  --vfb-border: #d7dee5;
  width: min(100%, 860px);
  margin-inline: auto;
  color: var(--vfb-ink);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.vfb [hidden] { display: none !important; }
.vfb-shell, .vfb-success { border: 1px solid #e0e5ea; border-radius: 28px; padding: clamp(24px, 5vw, 54px); background: #f7f8fa; box-shadow: 0 16px 48px rgba(24,36,48,.06); }
.vfb-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 45px; }
.vfb-brand { display: flex; align-items: center; min-width: 44px; font-size: 18px; font-weight: 750; }
.vfb-brand a, .vfb-brand .custom-logo-link { display: inline-flex; align-items: center; line-height: 0; }
.vfb-brand img, .vfb-brand .custom-logo { display: block; width: auto; max-width: 135px; height: 44px; object-fit: contain; object-position: left center; }
.vfb-count { padding: 9px 16px; border: 1px solid var(--vfb-border); border-radius: 999px; color: var(--vfb-muted); font-size: 13px; font-weight: 650; white-space: nowrap; }
.vfb-progress { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; width: min(100%, 360px); margin: 26px auto 42px; }
.vfb-progress span { height: 5px; border-radius: 99px; background: #dce2e8; }
.vfb-progress span.is-active { background: var(--vfb-accent); }
.vfb-step { max-width: 670px; margin-inline: auto; }
.vfb-eyebrow { margin: 0 0 12px; color: #006a9f; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.vfb h2 { max-width: 640px; margin: 0; color: #292e34; font-size: clamp(30px, 4.6vw, 52px); font-weight: 750; line-height: 1.13; letter-spacing: -.035em; }
.vfb-intro { max-width: 570px; margin: 16px 0 30px; color: var(--vfb-muted); font-size: clamp(16px, 1.8vw, 19px); line-height: 1.55; }
.vfb--center .vfb-step > .vfb-eyebrow, .vfb--center .vfb-step > h2, .vfb--center .vfb-step > .vfb-intro { text-align: center; margin-left: auto; margin-right: auto; }
.vfb-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.vfb-choice { display: block; cursor: pointer; min-width: 0; }
.vfb-choice input, .vfb-pills input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.vfb-choice-body { display: flex; position: relative; flex-direction: column; gap: 11px; min-height: 137px; padding: 22px 23px; border: 1px solid var(--vfb-border); border-radius: 20px; background: #fff; transition: border-color .18s, background-color .18s, transform .18s; }
.vfb-choice:hover .vfb-choice-body { border-color: #818e9b; transform: translateY(-2px); }
.vfb-choice input:focus-visible + .vfb-choice-body, .vfb-pills input:focus-visible + span { outline: 3px solid #292e34; outline-offset: 3px; }
.vfb-choice input:checked + .vfb-choice-body { border-color: var(--vfb-accent); background: color-mix(in srgb, var(--vfb-accent) 8%, white); }
.vfb-choice svg { flex: none; color: #35414c; }
.vfb-choice input:checked + .vfb-choice-body svg { color: #006a9f; }
.vfb-choice-copy { display: flex; flex-direction: column; gap: 2px; padding-right: 20px; }
.vfb-choice-copy strong { color: #292e34; font-size: 17px; line-height: 1.3; }
.vfb-choice-copy small { color: var(--vfb-muted); font-size: 13px; line-height: 1.4; }
.vfb-check { position: absolute; top: 16px; right: 17px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--vfb-accent); color: var(--vfb-on-accent); font-size: 14px; font-weight: bold; opacity: 0; }
.vfb-choice input:checked + .vfb-choice-body .vfb-check { opacity: 1; }
.vfb-question { max-width: 620px; margin: 0 auto 14px; padding: 22px 24px 24px; border: 1px solid var(--vfb-border); border-radius: 20px; background: #fff; }
.vfb-question h3 { margin: 0 0 15px; color: #292e34; font-size: 18px; line-height: 1.4; }
.vfb-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.vfb-pills label { cursor: pointer; }
.vfb-pills span { display: inline-block; padding: 10px 16px; border: 1px solid #aab5bf; border-radius: 999px; background: #fff; color: #292e34; font-size: 14px; font-weight: 650; line-height: 1.4; transition: border-color .18s, background-color .18s; }
.vfb-pills label:hover span { border-color: #292e34; }
.vfb-pills input:checked + span { border-color: var(--vfb-accent); background: var(--vfb-accent); color: var(--vfb-on-accent); }
.vfb-reveal { max-width: 620px; margin: 18px 0 0; }
.vfb-step > .vfb-reveal { margin: 20px auto 0; }
.vfb-fields { display: grid; gap: 15px; max-width: 560px; margin-inline: auto; }
.vfb label:not(.vfb-choice), .vfb-fields label, .vfb-reveal label { color: #292e34; }
.vfb-fields label, .vfb-reveal > label { display: block; margin: 0 0 7px; font-size: 14px; font-weight: 700; }
.vfb-reveal > label:not(:first-child) { margin-top: 15px; }
.vfb-optional { color: var(--vfb-muted); font-weight: 450; }
.vfb input:not([type="radio"]):not([type="checkbox"]):not([type="color"]), .vfb textarea { display: block; width: 100%; min-height: 49px; margin: 0; padding: 12px 15px; border: 1px solid #b8c2cb; border-radius: 11px; outline: 0; background: #fff; color: #292e34; font: inherit; font-size: 15px; line-height: 1.5; box-shadow: none; }
.vfb textarea { min-height: calc(3 * 1.5em + 24px); resize: vertical; overflow: hidden; }
.vfb input::placeholder, .vfb textarea::placeholder { color: #75818c; opacity: 1; }
.vfb input:focus, .vfb textarea:focus { border-color: var(--vfb-accent) !important; box-shadow: 0 0 0 3px rgba(0,122,194,.16) !important; }
.vfb-help, .vfb-privacy { margin: 7px 0 0; color: var(--vfb-muted); font-size: 13px; line-height: 1.45; }
.vfb-privacy { max-width: 560px; margin: 20px auto 0; }
.vfb-privacy a { color: #006a9f; text-decoration: underline; text-underline-offset: 2px; }
.vfb-trap { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.vfb-feedback { max-width: 670px; margin: 24px auto 0; padding: 13px 16px; border: 1px solid #bf5555; border-radius: 12px; background: #fff2f2; color: #802d2d; font-size: 14px; }
.vfb-invalid .vfb-choice-body, .vfb-invalid.vfb-question { border-color: #bf5555; }
.vfb-actions { display: flex; justify-content: flex-end; gap: 12px; max-width: 670px; margin: 32px auto 0; }
.vfb button, .vfb-close { appearance: none; display: inline-flex; align-items: center; justify-content: center; gap: 18px; width: auto; min-width: 146px; min-height: 49px; padding: 11px 21px; border-radius: 11px; font: inherit; font-size: 15px; font-weight: 750; line-height: 1.4; text-decoration: none; text-transform: none !important; background-image: none !important; box-shadow: none !important; cursor: pointer; transition: filter .18s, transform .18s; }
.vfb button:hover, .vfb-close:hover { filter: brightness(1.08); transform: translateY(-1px); }
.vfb button:focus-visible, .vfb-close:focus-visible { outline: 3px solid #006a9f; outline-offset: 3px; }
.vfb button:disabled { opacity: .55; cursor: wait; }
.vfb .vfb-back, .vfb .vfb-back:hover, .vfb .vfb-back:focus { border: 1px solid #aab5bf !important; background-color: #fff !important; color: #292e34 !important; }
.vfb .vfb-next, .vfb .vfb-next:hover, .vfb .vfb-next:focus { border: 1px solid #292e34 !important; background-color: #292e34 !important; color: #fff !important; }
.vfb .vfb-submit, .vfb .vfb-submit:hover, .vfb .vfb-submit:focus, .vfb .vfb-close, .vfb .vfb-close:hover, .vfb .vfb-close:focus { border: 1px solid var(--vfb-accent) !important; background-color: var(--vfb-accent) !important; color: var(--vfb-on-accent) !important; }
.vfb-success { min-height: 490px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.vfb-success-icon { display: grid; place-items: center; width: 72px; height: 72px; margin: 10px 0 25px; border-radius: 50%; background: var(--vfb-accent); color: var(--vfb-on-accent); font-size: 32px; }
.vfb-success h2 { font-size: clamp(34px, 5vw, 50px); }
.vfb-success > p:not(.vfb-eyebrow) { max-width: 430px; margin: 15px auto 30px; color: var(--vfb-muted); font-size: 18px; }
@media (max-width: 650px) {
  .vfb-shell, .vfb-success { border-radius: 19px; padding: 25px 18px 26px; }
  .vfb-brand img, .vfb-brand .custom-logo { max-width: 110px; height: 38px; }
  .vfb-count { padding: 7px 11px; font-size: 11px; }
  .vfb-progress { width: min(100%, 280px); margin: 22px auto 31px; }
  .vfb-grid { grid-template-columns: 1fr; gap: 9px; }
  .vfb-choice-body { min-height: 95px; flex-direction: row; align-items: center; gap: 15px; padding: 17px 18px; }
  .vfb-choice-copy { padding-right: 17px; }
  .vfb-question { padding: 19px 16px; }
  .vfb-pills { gap: 8px; }
  .vfb-pills span { padding: 9px 13px; font-size: 13px; }
  .vfb-actions { margin-top: 26px; }
  .vfb button { min-width: 0; padding-inline: 13px; }
}
@media (prefers-reduced-motion: reduce) {
  .vfb *, .vfb *::before, .vfb *::after { scroll-behavior: auto !important; transition: none !important; }
}
