.elementor-67525 .elementor-element.elementor-element-619ef30{--display:flex;}/* Start custom CSS for html, class: .elementor-element-a9e8ea7 *//* Brinton Vision Interactive LASIK Self-Test */

.bv-selftest-wrap {
  --bv-navy: #17324d;
  --bv-blue: #3e7fa7;
  --bv-light-blue: #edf7fb;
  --bv-gold: #c8a14a;
  --bv-ink: #1e2933;
  --bv-muted: #637381;
  --bv-border: #d9e3ea;
  --bv-white: #ffffff;
  --bv-error: #b42318;
  max-width: 1120px;
  margin: 0 auto;
  color: var(--bv-ink);
  font-family: inherit;
}

.bv-selftest-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 32px;
  align-items: stretch;
  padding: 28px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(62, 127, 167, 0.18), transparent 36%),
    linear-gradient(135deg, #ffffff 0%, #f5fbfd 100%);
  box-shadow: 0 24px 70px rgba(23, 50, 77, 0.14);
  border: 1px solid rgba(217, 227, 234, 0.9);
}

.bv-selftest-hero {
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(160deg, var(--bv-navy), #24516d);
  color: var(--bv-white);
  position: relative;
  overflow: hidden;
  min-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bv-selftest-hero:before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  right: -90px;
  top: -70px;
}

.bv-selftest-hero:after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  right: 48px;
  bottom: 42px;
}

.bv-selftest-hero-inner,
.bv-selftest-insight-panel {
  position: relative;
  z-index: 1;
  animation: bvFadeUp 220ms ease both;
}

.bv-selftest-eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bv-selftest-visual {
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 44px;
  margin: 26px 0 18px;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}

.bv-selftest-hero h2 {
  margin: 24px 0 16px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.02;
  color: #ffffff;
}

.bv-selftest-hero p {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.86);
  max-width: 520px;
}

.bv-selftest-insight-panel {
  display: grid;
  gap: 12px;
}

.bv-selftest-insight-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.45;
}

.bv-selftest-insight-icon {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-weight: 800;
}

.bv-selftest-card {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid var(--bv-border);
  padding: 28px;
  box-shadow: 0 18px 45px rgba(23, 50, 77, 0.10);
  min-height: 580px;
  display: flex;
  flex-direction: column;
}

.bv-selftest-progress-top {
  margin-bottom: 24px;
}

.bv-selftest-progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--bv-muted);
  font-weight: 700;
}

.bv-selftest-progress-track {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: #e9f1f5;
  overflow: hidden;
}

.bv-selftest-progress-fill {
  width: 9%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bv-blue), var(--bv-gold));
  transition: width 260ms ease;
}

.bv-selftest-step,
.bv-gf-step {
  display: none;
  animation: bvFadeUp 220ms ease both;
}

.bv-selftest-step.is-active,
.bv-gf-step.is-active {
  display: block;
}

@keyframes bvFadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bv-selftest-question-kicker {
  color: var(--bv-blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}

.bv-selftest-step h3,
.bv-gf-step h3 {
  margin: 0 0 12px;
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.16;
  color: var(--bv-navy);
}

.bv-selftest-help {
  color: var(--bv-muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 22px;
}

.bv-selftest-options {
  display: grid;
  gap: 12px;
}

.bv-selftest-options.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bv-selftest-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  text-align: left;
  border: 1.5px solid var(--bv-border);
  background: #ffffff;
  border-radius: 18px;
  padding: 16px;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  color: var(--bv-ink);
  font-weight: 700;
  min-height: 68px;
  box-sizing: border-box;
}

.bv-selftest-option:hover {
  transform: translateY(-1px);
  border-color: rgba(62, 127, 167, 0.55);
  box-shadow: 0 12px 28px rgba(23, 50, 77, 0.10);
}

.bv-selftest-option.is-selected {
  border-color: var(--bv-blue);
  background: var(--bv-light-blue);
  box-shadow: 0 12px 30px rgba(62, 127, 167, 0.16);
}

.bv-selftest-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bv-selftest-option-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f1f7fa;
  color: var(--bv-blue);
  flex: 0 0 auto;
  font-size: 22px;
}

.bv-selftest-option.is-selected .bv-selftest-option-icon {
  background: var(--bv-blue);
  color: #ffffff;
}

.bv-selftest-note,
.bv-results-disclaimer {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.bv-selftest-note {
  background: #fff8e5;
  color: #6b4e00;
  border: 1px solid #f3dc93;
}

.bv-results-disclaimer {
  background: #eef7fb;
  border: 1px solid #c9e3ef;
  color: #23475f;
}

.bv-results-grid {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

.bv-result-card {
  border: 1px solid var(--bv-border);
  border-radius: 18px;
  padding: 16px;
  background: #f8fbfd;
}

.bv-result-card strong {
  display: block;
  color: var(--bv-navy);
  margin-bottom: 6px;
  font-size: 16px;
}

.bv-result-card span {
  color: var(--bv-muted);
  font-size: 14px;
  line-height: 1.55;
}

.bv-selftest-nav {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-top: 24px;
}

.bv-selftest-btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 14px 22px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
}

.bv-selftest-btn:hover {
  transform: translateY(-1px);
}

.bv-selftest-btn-primary {
  background: var(--bv-navy);
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(23, 50, 77, 0.18);
}

.bv-selftest-btn-secondary {
  background: #eef5f8;
  color: var(--bv-navy);
}

.bv-selftest-btn[disabled] {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.bv-selftest-error {
  display: none;
  margin-top: 14px;
  color: var(--bv-error);
  font-size: 14px;
  font-weight: 700;
}

.bv-selftest-error.is-visible {
  display: block;
}

.bv-contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.bv-contact-field {
  display: grid;
  gap: 7px;
}

.bv-contact-field.full {
  grid-column: 1 / -1;
}

.bv-contact-field label {
  font-size: 13px;
  font-weight: 800;
  color: var(--bv-navy);
}

.bv-contact-field input {
  width: 100%;
  border: 1.5px solid var(--bv-border);
  border-radius: 14px;
  min-height: 52px;
  padding: 12px 14px;
  font-size: 16px;
  box-shadow: none;
  box-sizing: border-box;
}

.bv-contact-consent {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 14px;
  background: #f7fafc;
  border-radius: 16px;
  border: 1px solid var(--bv-border);
  color: var(--bv-muted);
  font-size: 13px;
  line-height: 1.5;
}

.bv-contact-consent input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 2px;
  flex: 0 0 auto;
}

/* Final results + form layout */

.bv-selftest-wrap.is-final-layout {
  max-width: 1180px;
}

.bv-selftest-wrap.is-final-layout .bv-selftest-shell {
  display: block !important;
  padding: 28px !important;
  border-radius: 30px !important;
  background:
    radial-gradient(circle at top left, rgba(62, 127, 167, 0.16), transparent 34%),
    linear-gradient(135deg, #ffffff 0%, #f5fbfd 100%) !important;
  border: 1px solid rgba(217, 227, 234, 0.95) !important;
  box-shadow: 0 24px 70px rgba(23, 50, 77, 0.14) !important;
}

.bv-selftest-wrap.is-final-layout .bv-selftest-hero {
  display: none !important;
}

.bv-selftest-wrap.is-final-layout .bv-selftest-card {
  padding: 0 !important;
  min-height: auto !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.bv-final-step.is-active {
  display: block !important;
}

.bv-final-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 34px;
  align-items: stretch;
}

.bv-final-results,
.bv-final-form {
  border-radius: 28px;
  overflow: hidden;
}

.bv-final-results {
  position: relative;
  padding: 34px;
  background:
    radial-gradient(circle at 84% 4%, rgba(255, 255, 255, 0.16), transparent 28%),
    radial-gradient(circle at 78% 92%, rgba(255, 255, 255, 0.12), transparent 32%),
    linear-gradient(160deg, #17324d 0%, #1f536e 100%);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 22px 55px rgba(23, 50, 77, 0.22);
}

.bv-final-results::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -72px;
  top: -88px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.10);
}

.bv-final-results::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: 34px;
  bottom: 54px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.bv-final-results > * {
  position: relative;
  z-index: 1;
}

.bv-final-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bv-final-icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin: 26px 0 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.14);
  color: #ffffff;
  font-size: 42px;
  font-weight: 300;
}

.bv-final-results h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.bv-final-results p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  line-height: 1.62;
}

.bv-final-results-grid {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.bv-final-results-grid .bv-result-card {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.bv-final-results-grid .bv-result-card strong {
  display: block;
  margin-bottom: 7px;
  color: #0f2740;
  font-size: 14px;
  line-height: 1.35;
}

.bv-final-results-grid .bv-result-card span {
  display: block;
  color: #475f73;
  font-size: 13px;
  line-height: 1.55;
}

.bv-final-disclaimer {
  margin-top: 16px;
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
}

.bv-final-form {
  padding: 34px;
  background: #ffffff;
  border: 1px solid #d9e3ea;
  box-shadow: 0 18px 45px rgba(23, 50, 77, 0.10);
}

.bv-final-form h3 {
  margin: 0 0 12px;
  color: #17324d;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.bv-final-form .bv-selftest-help {
  max-width: 620px;
  margin-bottom: 24px;
}

.bv-final-form .bv-contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.bv-final-form .bv-contact-field.full {
  grid-column: 1 / -1;
}

.bv-final-form .bv-contact-field label {
  font-size: 13px;
  font-weight: 900;
  color: #17324d;
}

.bv-final-form .bv-contact-field input {
  min-height: 56px;
  border-radius: 16px;
  border: 1.5px solid #d9e3ea;
  background: #ffffff;
  font-size: 16px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.bv-final-form .bv-contact-field input:focus {
  outline: none;
  border-color: #3e7fa7;
  box-shadow: 0 0 0 4px rgba(62, 127, 167, 0.14);
}

.bv-final-form .bv-contact-consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 18px;
  background: #f6fafc;
  border: 1px solid #d9e3ea;
  color: #17324d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

.bv-final-form .bv-contact-consent input {
  width: 19px;
  height: 19px;
  min-height: 19px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.bv-final-actions {
  position: static !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 18px !important;
  margin-top: 26px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  border-top: 0 !important;
  background: transparent !important;
  backdrop-filter: none !important;
}

.bv-final-actions .bv-selftest-btn {
  border-radius: 0 !important;
  min-height: 56px !important;
  padding: 16px 26px !important;
}

.bv-final-actions .bv-selftest-btn-primary {
  background: #d9ecff !important;
  color: #07121f !important;
  box-shadow: 0 16px 34px rgba(23, 50, 77, 0.14) !important;
}

.bv-final-actions .bv-selftest-btn-secondary {
  background: #d9ecff !important;
  color: #07121f !important;
}

@media (max-width: 980px) {
  .bv-selftest-shell {
    grid-template-columns: 1fr;
  }

  .bv-selftest-hero {
    min-height: auto;
  }

  .bv-final-layout {
    grid-template-columns: 1fr;
  }

  .bv-final-results,
  .bv-final-form {
    padding: 28px;
  }

  .bv-final-results h2 {
    font-size: clamp(34px, 8vw, 48px);
  }
}

@media (max-width: 860px) {
  .bv-selftest-wrap {
    max-width: 100%;
  }

  .bv-selftest-shell {
    grid-template-columns: 1fr;
    padding: 0;
    border-radius: 22px;
    background: transparent;
    box-shadow: none;
    border: 0;
  }

  .bv-selftest-hero {
    display: none !important;
  }

  .bv-selftest-card {
    min-height: auto;
    padding: 22px;
  }

  .bv-selftest-options.two-col,
  .bv-contact-fields,
  .bv-final-form .bv-contact-fields {
    grid-template-columns: 1fr;
  }

  .bv-selftest-nav {
    position: sticky;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    margin-left: -22px;
    margin-right: -22px;
    padding: 14px 22px 4px;
    border-top: 1px solid var(--bv-border);
  }

  .bv-final-actions {
    position: static !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 18px 0 0 !important;
    border-top: 0 !important;
    background: transparent !important;
    backdrop-filter: none !important;
  }
}

@media (max-width: 640px) {
  .bv-selftest-wrap.is-final-layout .bv-selftest-shell {
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  .bv-selftest-wrap.is-final-layout .bv-selftest-card {
    padding: 0 !important;
  }

  .bv-final-layout {
    gap: 18px;
  }

  .bv-final-results,
  .bv-final-form {
    border-radius: 22px;
    padding: 22px;
  }

  .bv-final-actions {
    flex-direction: column-reverse;
  }

  .bv-final-actions .bv-selftest-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS */.bv-selftest-wrap,
.bv-selftest-wrap * {
  box-sizing: border-box;
}

.bv-selftest-wrap {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  font-family: inherit;
  color: #061c3d;
}

.bv-selftest-shell {
  display: block !important;
  width: 100%;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.bv-selftest-hero {
  display: none !important;
}

.bv-selftest-card {
  width: 100%;
  min-height: 640px;
  padding: 34px 32px 32px;
  background: #ffffff;
  border: 1px solid #d6e4ee;
  border-radius: 22px;
  box-shadow: none;
  overflow: visible !important;
}

.bv-selftest-progress-top {
  margin-bottom: 26px;
}

.bv-selftest-progress-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
  color: #24435f;
  font-size: 14px;
  font-weight: 800;
}

.bv-selftest-progress-track {
  width: 100%;
  height: 8px;
  overflow: hidden;
  background: #e8f1f6;
  border-radius: 999px;
}

.bv-selftest-progress-fill {
  width: 0%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #19658d 0%, #d6a936 100%);
  transition: width 260ms ease;
}

.bv-selftest-step {
  display: none;
}

.bv-selftest-step.is-active {
  display: block;
  animation: bvSelfTestFade 220ms ease both;
}

@keyframes bvSelfTestFade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bv-selftest-question-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: none;
  min-height: 22px;
  margin: 0 0 16px;
  padding: 3px 8px;
  color: #ffffff;
  background: #006fae;
  border-radius: 0;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: visible !important;
  clip-path: none !important;
  transform: none !important;
}

.bv-selftest-step h3,
.bv-final-form h3 {
  margin: 0 0 12px;
  color: #051f46;
  font-size: clamp(30px, 4vw, 37px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.bv-selftest-help {
  margin: 0 0 24px;
  color: #3c536b;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.bv-selftest-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 20px;
}

.bv-selftest-options.two-col {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bv-selftest-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 72px;
  padding: 16px;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #cfdfea;
  border-radius: 16px;
  color: #031a3a;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.bv-selftest-option:hover {
  border-color: #8cb7d3;
  background: #fbfdff;
  box-shadow: 0 10px 24px rgba(17, 66, 105, 0.08);
  transform: translateY(-1px);
}

.bv-selftest-option.is-selected {
  border-color: #006fae;
  background: #f0f8fd;
  box-shadow: 0 0 0 3px rgba(0, 111, 174, 0.12);
}

.bv-selftest-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.bv-selftest-option-icon {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #006fae;
  background: #f0f7fb;
  border-radius: 13px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.bv-selftest-option.is-selected .bv-selftest-option-icon {
  color: #ffffff;
  background: #006fae;
}

.bv-selftest-note {
  margin-top: 18px;
  padding: 14px 16px;
  color: #16425f;
  background: #f0f8fd;
  border: 1px solid #cce5f4;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
}

.bv-selftest-error {
  display: none;
  margin-top: 14px;
  color: #b42318;
  font-size: 14px;
  font-weight: 700;
}

.bv-selftest-error.is-visible {
  display: block;
}

.bv-selftest-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}

.bv-selftest-btn,
.bv-selftest-btn:focus,
.bv-selftest-btn:hover,
.bv-selftest-btn:active {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 84px !important;
  min-height: 52px !important;
  padding: 15px 24px !important;
  cursor: pointer;
  border: 0 !important;
  border-radius: 0 !important;
  outline: none !important;
  box-shadow: none;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transform: none;
  overflow: visible !important;
}

.bv-selftest-btn::before,
.bv-selftest-btn::after {
  display: none !important;
  content: none !important;
}

.bv-selftest-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.bv-selftest-btn-primary,
.bv-selftest-btn-primary:focus,
.bv-selftest-btn-primary:hover,
.bv-selftest-btn-primary:active {
  color: #001732 !important;
  background: #d8ecff !important;
}

.bv-selftest-btn-primary:hover:not(:disabled) {
  background: #c9e4ff !important;
}

.bv-selftest-btn-secondary,
.bv-selftest-btn-secondary:focus,
.bv-selftest-btn-secondary:hover,
.bv-selftest-btn-secondary:active {
  color: #6f6f6f !important;
  background: #e6f1fb !important;
}

.bv-selftest-btn-secondary:hover:not(:disabled) {
  color: #001732 !important;
  background: #d8ecff !important;
}

.bv-gf-step {
  display: none;
}

.bv-gf-step.is-active {
  display: block;
}

.bv-final-layout {
  display: block;
}

.bv-final-form {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  overflow: visible !important;
}

.bv-final-step {
  overflow: visible !important;
}

.bv-final-step.is-active {
  padding-top: 0;
}

.bv-calculating-results {
  margin-bottom: 26px;
}

.bv-calculating-results h3 {
  margin-bottom: 12px;
}

.bv-activity-bar-wrap {
  margin: 22px 0 4px;
  padding: 18px;
  background: #f5fbff;
  border: 1px solid #d6e4ee;
  border-radius: 16px;
}

.bv-activity-bar {
  position: relative;
  width: 100%;
  height: 10px;
  overflow: hidden;
  background: #e4eef6;
  border-radius: 999px;
}

.bv-activity-bar-fill {
  position: absolute;
  top: 0;
  left: -45%;
  width: 45%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #19658d 0%, #d6a936 100%);
  animation: bvActivityBarMove 1.35s ease-in-out 5 forwards;
}

.bv-activity-bar-text {
  margin-top: 12px;
  color: #24435f;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.bv-activity-bar-wrap.is-ready .bv-activity-bar {
  background: linear-gradient(90deg, #19658d 0%, #d6a936 100%);
}

.bv-activity-bar-wrap.is-ready .bv-activity-bar-fill {
  left: 0;
  width: 100%;
  animation: none;
  background: transparent;
}

.bv-activity-bar-wrap.is-ready .bv-activity-bar-text {
  color: #061c3d;
}

@keyframes bvActivityBarMove {
  0% {
    left: -45%;
  }

  50% {
    left: 55%;
  }

  100% {
    left: 105%;
  }
}

.bv-contact-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.bv-contact-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.bv-contact-field.full {
  grid-column: 1 / -1;
}

.bv-contact-field label {
  color: #24435f;
  font-size: 13px;
  font-weight: 900;
}

.bv-contact-field input[type="text"],
.bv-contact-field input[type="tel"],
.bv-contact-field input[type="email"] {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  color: #061c3d;
  background: #ffffff;
  border: 1px solid #cfdfea;
  border-radius: 12px;
  font-size: 16px;
  outline: none;
}

.bv-contact-field input:focus {
  border-color: #006fae;
  box-shadow: 0 0 0 3px rgba(0, 111, 174, 0.12);
}

.bv-contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  background: #f8fbfd;
  border: 1px solid #d6e4ee;
  border-radius: 14px;
  color: #334e68;
  font-size: 13px;
  line-height: 1.45;
}

.bv-contact-consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #006fae;
}

.bv-final-actions {
  margin-top: 24px;
}

@media (max-width: 640px) {
  .bv-selftest-wrap {
    max-width: 100%;
  }

  .bv-selftest-card {
    min-height: auto;
    padding: 28px 20px 26px;
    border-radius: 20px;
  }

  .bv-selftest-options.two-col {
    grid-template-columns: 1fr;
  }

  .bv-selftest-option {
    min-height: 66px;
  }

  .bv-selftest-nav {
    gap: 12px;
  }

  .bv-selftest-btn {
    min-width: 0 !important;
    flex: 1;
  }

  .bv-contact-fields {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */