.okbv-widget {
  --okbv-black: #000000;
  --okbv-text: #4b4b4b;
  --okbv-muted: #66747b;
  --okbv-border: #e0e0e0;
  --okbv-cream: #f6f3ec;
  --okbv-blue: #b1e4ee;
  --okbv-yellow: #e4ed64;
  --okbv-white: #ffffff;
  --okbv-error: #9e302c;
  --okbv-success: #29624a;
  color: var(--okbv-text);
  font-family: Switzer, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 0 auto;
  max-width: 1160px;
}

.okbv-widget * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.okbv-widget [hidden] {
  display: none !important;
}

.okbv-pool-page-cta,
.okbv-pool-inline-cta,
.okbv-pool-page-section {
  --okbv-black: #000000;
  --okbv-text: #4b4b4b;
  --okbv-muted: #66747b;
  --okbv-border: #e0e0e0;
  --okbv-cream: #f6f3ec;
  --okbv-blue: #b1e4ee;
  --okbv-yellow: #e4ed64;
  --okbv-white: #ffffff;
  box-sizing: border-box;
  font-family: Switzer, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  letter-spacing: 0;
}

.okbv-pool-page-cta *,
.okbv-pool-inline-cta *,
.okbv-pool-page-section * {
  box-sizing: border-box;
  letter-spacing: 0;
}

.okbv-pool-page-cta {
  align-items: center;
  background: var(--okbv-black);
  border-radius: 30px;
  color: var(--okbv-white);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin: 44px auto 10px;
  max-width: 1160px;
  padding: 22px 24px;
}

.okbv-pool-page-cta-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.okbv-pool-page-cta-copy span,
.okbv-pool-page-section-heading span,
.okbv-single-model-copy span {
  color: var(--okbv-muted);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.okbv-pool-page-cta-copy span {
  color: var(--okbv-yellow);
}

.okbv-pool-page-cta-copy strong {
  color: var(--okbv-white);
  font-family: Involve, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.05;
}

.okbv-pool-page-cta-copy p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.45;
  margin: 0;
}

.okbv-pool-page-cta-button {
  align-items: center;
  background: var(--okbv-yellow);
  border: 1px solid var(--okbv-yellow);
  border-radius: 999px;
  color: var(--okbv-black);
  display: inline-flex;
  flex: 0 0 auto;
  font-family: Involve, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 52px;
  padding: 15px 26px;
  text-decoration: none;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.okbv-pool-page-cta-button:hover,
.okbv-pool-page-cta-button:focus-visible {
  background: var(--okbv-white);
  border-color: var(--okbv-white);
  color: var(--okbv-black);
  outline: 0;
  transform: translateY(-1px);
}

.okbv-pool-inline-cta {
  margin-top: 14px;
}

.okbv-pool-inline-cta-button {
  align-items: center;
  background: var(--okbv-black);
  border: 1px solid var(--okbv-black);
  border-radius: 999px;
  color: var(--okbv-white);
  display: inline-flex;
  font-family: Involve, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 55px;
  min-width: 224px;
  padding: 15px 26px;
  text-decoration: none;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.okbv-pool-inline-cta-button:hover,
.okbv-pool-inline-cta-button:focus-visible {
  background: var(--okbv-yellow);
  border-color: var(--okbv-yellow);
  color: var(--okbv-black);
  outline: 0;
  transform: translateY(-1px);
}

.okbv-pool-page-section {
  background: var(--okbv-cream);
  margin: 86px 0 0;
  padding: 76px 20px;
  scroll-margin-top: 120px;
}

.okbv-pool-page-section-inner {
  display: grid;
  gap: 28px;
  margin: 0 auto;
  max-width: 1160px;
}

.okbv-pool-page-section-heading {
  display: grid;
  gap: 10px;
  max-width: 780px;
}

.okbv-pool-page-section-heading h2 {
  color: var(--okbv-black);
  font-family: Involve, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 0.98;
  margin: 0;
}

.okbv-pool-page-section-heading p {
  color: var(--okbv-text);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  max-width: 640px;
}

.okbv-pool-template-heading .elementor-heading-title {
  color: var(--okbv-black);
  font-family: Involve, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 0.98;
  margin: 0;
  max-width: 840px;
}

.okbv-pool-template-copy p {
  color: var(--okbv-text);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
  max-width: 680px;
}

.okbv-shell {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.okbv-form {
  background: var(--okbv-white);
  border: 1px solid var(--okbv-border);
  border-radius: 30px;
  display: grid;
  gap: 22px;
  padding: 30px;
}

.okbv-single-model-context {
  align-items: center;
  background: var(--okbv-black);
  border-radius: 24px;
  color: var(--okbv-white);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  overflow: hidden;
  padding: 18px;
}

.okbv-single-model-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.okbv-single-model-copy span {
  color: var(--okbv-yellow);
}

.okbv-single-model-copy strong {
  color: var(--okbv-white);
  font-family: Involve, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.okbv-single-model-copy small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 700;
}

.okbv-single-model-thumb {
  background: var(--okbv-blue);
  border-radius: 18px;
  display: block;
  flex: 0 0 150px;
  overflow: hidden;
}

.okbv-single-model-thumb img {
  aspect-ratio: 16 / 10;
  display: block;
  height: auto;
  object-fit: contain;
  padding: 8px;
  width: 100%;
}

.okbv-form[aria-busy="true"] {
  cursor: progress;
}

.okbv-step-panel {
  display: grid;
  gap: 22px;
  min-height: 360px;
}

.okbv-panel-heading {
  display: grid;
  gap: 7px;
}

.okbv-panel-heading h3 {
  color: var(--okbv-black);
  font-family: Involve, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.08;
  margin: 0;
}

.okbv-panel-heading p {
  color: var(--okbv-text);
  font-size: 0.98rem;
  line-height: 1.5;
  margin: 0;
  max-width: 720px;
}

.okbv-upload-layout {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
}

.okbv-dropzone {
  align-content: center;
  background: var(--okbv-cream);
  border: 1px dashed #9fb9bd;
  border-radius: 30px;
  cursor: pointer;
  display: grid;
  gap: 12px;
  justify-items: start;
  min-height: 260px;
  padding: 34px;
  transition: background 0.16s ease, border-color 0.16s ease;
}

.okbv-dropzone:hover,
.okbv-dropzone:focus-within {
  background: #faf8f2;
  border-color: var(--okbv-black);
  outline: 0;
}

.okbv-dropzone input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.okbv-dropzone-main,
.okbv-actions button,
.okbv-primary,
.okbv-result-cta {
  align-items: center;
  background: var(--okbv-yellow);
  border: 1px solid var(--okbv-yellow);
  border-radius: 999px;
  color: var(--okbv-black);
  cursor: pointer;
  display: inline-flex;
  font-family: Involve, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  min-height: 46px;
  min-width: 150px;
  padding: 14px 28px;
  text-decoration: none;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
}

.okbv-dropzone-main {
  min-width: 0;
}

.okbv-dropzone:hover .okbv-dropzone-main,
.okbv-actions button:hover,
.okbv-primary:hover,
.okbv-result-cta:hover {
  background: var(--okbv-black);
  border-color: var(--okbv-black);
  color: var(--okbv-white);
}

.okbv-dropzone-meta {
  color: var(--okbv-black);
  font-weight: 700;
  min-width: 0;
  overflow-wrap: anywhere;
}

.okbv-upload-requirements {
  color: var(--okbv-text);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.35;
}

.okbv-dropzone-hint {
  color: var(--okbv-muted);
  font-size: 0.92rem;
  line-height: 1.45;
  max-width: 360px;
}

.okbv-photo-preview {
  background: var(--okbv-blue);
  border: 1px solid var(--okbv-border);
  border-radius: 30px;
  display: grid;
  place-items: center;
  margin: 0;
  min-height: 260px;
  overflow: hidden;
  position: relative;
}

.okbv-photo-preview img {
  display: block;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  width: 100%;
}

.okbv-preview-loading {
  align-items: center;
  color: var(--okbv-black);
  display: none;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  padding: 24px;
  text-align: center;
}

.okbv-preview-loading::before,
.okbv-progress-spinner {
  animation: okbv-spin 0.8s linear infinite;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: var(--okbv-black);
  border-radius: 999px;
  content: "";
  flex: 0 0 auto;
  height: 24px;
  width: 24px;
}

.okbv-photo-preview.is-loading .okbv-preview-loading {
  display: inline-flex;
}

.okbv-photo-preview.is-error {
  background: #fff0ed;
}

@keyframes okbv-spin {
  to {
    transform: rotate(360deg);
  }
}

.okbv-model-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: visible;
  padding: 2px;
}

.okbv-model-card {
  background: var(--okbv-cream);
  border: 1px solid var(--okbv-border);
  border-radius: 18px;
  cursor: pointer;
  display: grid;
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.okbv-model-card:hover {
  background: var(--okbv-white);
  border-color: var(--okbv-black);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.07);
  transform: translateY(-2px);
}

.okbv-model-card input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.okbv-model-visual {
  aspect-ratio: 16 / 10;
  background: var(--okbv-white);
  display: block;
  overflow: hidden;
}

.okbv-model-visual img {
  display: block;
  height: 100%;
  object-fit: contain;
  padding: 9px;
  width: 100%;
}

.okbv-model-placeholder {
  align-items: center;
  background: linear-gradient(135deg, #eef4f2 0%, #dbe9e6 100%);
  color: #071e32;
  display: flex;
  font-family: var(--e-global-typography-primary-font-family, inherit);
  font-size: 1.15rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.okbv-model-body {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) 24px;
  min-height: 58px;
  overflow: visible;
  padding: 11px 12px;
  position: relative;
}

.okbv-model-card input:focus-visible ~ .okbv-model-visual,
.okbv-model-card.is-selected,
.okbv-model-card:has(input:checked) {
  border-color: var(--okbv-black);
  box-shadow: inset 0 0 0 2px var(--okbv-black);
}

.okbv-model-card.is-selected .okbv-model-visual,
.okbv-model-card:has(input:checked) .okbv-model-visual {
  background: var(--okbv-blue);
}

.okbv-model-row {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.okbv-model-name {
  color: var(--okbv-black);
  font-family: Involve, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.okbv-model-size {
  color: var(--okbv-text);
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1;
}

.okbv-model-info {
  align-items: center;
  background: var(--okbv-yellow);
  border: 1px solid var(--okbv-yellow);
  border-radius: 999px;
  color: var(--okbv-black);
  display: inline-flex;
  font-family: Involve, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  height: 24px;
  justify-content: center;
  line-height: 1;
  width: 24px;
}

.okbv-model-tooltip {
  background: var(--okbv-black);
  border-radius: 16px;
  bottom: calc(100% - 8px);
  color: var(--okbv-white);
  font-size: 0.78rem;
  font-weight: 600;
  left: 12px;
  line-height: 1.36;
  max-width: min(260px, calc(100vw - 48px));
  opacity: 0;
  padding: 10px 12px;
  pointer-events: none;
  position: absolute;
  transform: translateY(8px);
  transition: opacity 0.16s ease, transform 0.16s ease;
  visibility: hidden;
  width: max-content;
  z-index: 8;
}

.okbv-model-card:hover .okbv-model-tooltip,
.okbv-model-card:focus-within .okbv-model-tooltip {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.okbv-field-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.okbv-address-grid {
  grid-template-columns: minmax(0, 1fr);
}

.okbv-address-field {
  display: block;
  min-height: 64px;
  position: relative;
}

.okbv-field-grid label,
.okbv-consent {
  display: grid;
  gap: 8px;
}

.okbv-field-grid .okbv-address-field {
  display: block;
}

.okbv-field-grid span {
  color: var(--okbv-black);
  font-weight: 700;
}

.okbv-field-grid input {
  background: var(--okbv-cream);
  border: 1px solid var(--okbv-border);
  border-radius: 18px;
  color: var(--okbv-black);
  font: inherit;
  min-height: 52px;
  padding: 12px 16px;
  width: 100%;
}

.okbv-field-grid input:focus {
  background: var(--okbv-white);
  border-color: var(--okbv-black);
  outline: 0;
}

.okbv-address-field input {
  border-radius: 999px;
  font-size: 1.02rem;
  min-height: 64px;
  padding: 14px 72px 14px 22px;
}

.okbv-address-field input::placeholder {
  color: rgba(75, 75, 75, 0.68);
  font-weight: 700;
}

.okbv-address-next {
  align-items: center;
  background: var(--okbv-yellow);
  border: 1px solid var(--okbv-yellow);
  border-radius: 999px;
  color: var(--okbv-black);
  cursor: pointer;
  display: inline-flex;
  font-size: 1.22rem;
  font-weight: 800;
  height: 48px;
  justify-content: center;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  transform: none;
  transition: background 0.16s ease, border-color 0.16s ease, color 0.16s ease, transform 0.16s ease;
  width: 48px;
  z-index: 2;
}

.okbv-address-next:hover,
.okbv-address-next:focus-visible {
  background: var(--okbv-black);
  border-color: var(--okbv-black);
  color: var(--okbv-white);
  outline: 0;
  transform: scale(1.03);
}

.okbv-address-next:disabled {
  cursor: progress;
  opacity: 0.72;
}

.okbv-address-next.is-checking span {
  opacity: 0;
}

.okbv-address-next.is-checking::before {
  animation: okbv-spin 0.8s linear infinite;
  border: 2px solid rgba(0, 0, 0, 0.16);
  border-radius: 999px;
  border-top-color: var(--okbv-black);
  content: "";
  height: 18px;
  position: absolute;
  width: 18px;
}

.okbv-address-next:hover.is-checking::before,
.okbv-address-next:focus-visible.is-checking::before {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: var(--okbv-white);
}

.okbv-service-area {
  background: var(--okbv-cream);
  border: 1px solid var(--okbv-border);
  border-radius: 24px;
  display: grid;
  gap: 7px;
  padding: 18px 20px;
}

.okbv-service-area span {
  color: var(--okbv-muted);
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.okbv-service-area strong {
  color: var(--okbv-black);
  font-family: Involve, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1;
}

.okbv-service-area p,
.okbv-service-area small {
  color: var(--okbv-text);
  line-height: 1.45;
  margin: 0;
}

.okbv-service-area small {
  color: var(--okbv-muted);
  font-size: 0.84rem;
  font-weight: 700;
}

.okbv-service-area.is-checking {
  background: var(--okbv-blue);
}

.okbv-service-area.is-checking strong {
  align-items: center;
  display: inline-flex;
  gap: 10px;
}

.okbv-service-area.is-checking strong::before {
  animation: okbv-spin 0.8s linear infinite;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: var(--okbv-black);
  border-radius: 999px;
  content: "";
  height: 20px;
  width: 20px;
}

.okbv-service-area.is-in-area {
  background: #eff8ef;
  border-color: rgba(41, 98, 74, 0.22);
}

.okbv-service-area.is-outside-area {
  background: #fff8d8;
  border-color: rgba(155, 121, 23, 0.25);
}

.okbv-service-area.is-unverified {
  background: #f7fbfc;
  border-color: rgba(102, 116, 123, 0.25);
}

.okbv-consent {
  align-items: start;
  color: var(--okbv-text);
  font-size: 0.95rem;
  grid-template-columns: 20px minmax(0, 1fr);
  line-height: 1.4;
}

.okbv-consent input {
  accent-color: var(--okbv-black);
  margin-top: 2px;
}

.okbv-option-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.okbv-option-card {
  align-items: center;
  background: var(--okbv-cream);
  border: 1px solid var(--okbv-border);
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  gap: 12px;
  min-height: 66px;
  padding: 16px 18px;
  position: relative;
  transition: background 0.16s ease, border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.okbv-option-card:hover,
.okbv-option-card:focus-within {
  background: var(--okbv-white);
  border-color: var(--okbv-black);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.06);
  outline: 0;
  transform: translateY(-1px);
}

.okbv-option-card input {
  accent-color: var(--okbv-black);
  flex: 0 0 auto;
  height: 18px;
  margin: 0;
  width: 18px;
}

.okbv-option-card span {
  color: var(--okbv-black);
  font-weight: 800;
  line-height: 1.2;
}

.okbv-option-card.is-selected,
.okbv-option-card:has(input:checked) {
  background: var(--okbv-blue);
  border-color: var(--okbv-black);
  box-shadow: inset 0 0 0 2px var(--okbv-black);
}

.okbv-review {
  border: 1px solid var(--okbv-border);
  border-radius: 30px;
  display: grid;
  margin: 0;
  overflow: hidden;
}

.okbv-review div {
  border-bottom: 1px solid var(--okbv-border);
  display: grid;
  gap: 5px;
  padding: 18px 22px;
}

.okbv-review div:nth-child(odd) {
  background: var(--okbv-cream);
}

.okbv-review div:last-child {
  border-bottom: 0;
}

.okbv-review dt {
  color: var(--okbv-muted);
  font-size: 0.76rem;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.okbv-review dd {
  color: var(--okbv-black);
  font-weight: 700;
  margin: 0;
  overflow-wrap: anywhere;
}

.okbv-review-photo-thumb {
  border-radius: 20px;
  margin: 0;
  max-width: 280px;
  overflow: hidden;
}

.okbv-review-photo-thumb img {
  aspect-ratio: 16 / 10;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.okbv-actions {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}

.okbv-actions .okbv-secondary {
  background: var(--okbv-white);
  border-color: var(--okbv-border);
  color: var(--okbv-black);
}

.okbv-actions .okbv-secondary:hover {
  background: var(--okbv-cream);
  border-color: var(--okbv-black);
  color: var(--okbv-black);
}

.okbv-actions button:disabled {
  cursor: progress;
  opacity: 0.62;
}

.okbv-status {
  background: var(--okbv-blue);
  border-radius: 30px;
  color: var(--okbv-black);
  font-weight: 700;
  margin-top: 18px;
  padding: 18px 24px;
}

.okbv-status.is-progress {
  background: var(--okbv-white);
  border: 1px solid var(--okbv-border);
  color: var(--okbv-text);
  padding: 0;
}

.okbv-progress {
  display: grid;
  gap: 18px;
  padding: 24px;
}

.okbv-progress-header {
  align-items: center;
  display: flex;
  gap: 14px;
}

.okbv-progress-copy {
  display: grid;
  gap: 4px;
}

.okbv-progress-copy strong {
  color: var(--okbv-black);
  font-family: Involve, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
}

.okbv-progress-copy p {
  color: var(--okbv-text);
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.45;
  margin: 0;
}

.okbv-progress-steps {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.okbv-progress-steps li {
  align-items: center;
  background: var(--okbv-cream);
  border-radius: 16px;
  color: var(--okbv-muted);
  display: grid;
  font-size: 0.76rem;
  font-weight: 700;
  gap: 8px;
  line-height: 1.22;
  min-height: 82px;
  padding: 11px;
}

.okbv-progress-dot {
  background: var(--okbv-white);
  border: 1px solid var(--okbv-border);
  border-radius: 999px;
  display: block;
  height: 10px;
  width: 10px;
}

.okbv-progress-steps li.is-active {
  background: var(--okbv-blue);
  color: var(--okbv-black);
}

.okbv-progress-steps li.is-complete {
  color: var(--okbv-black);
}

.okbv-progress-steps li.is-active .okbv-progress-dot,
.okbv-progress-steps li.is-complete .okbv-progress-dot {
  background: var(--okbv-yellow);
  border-color: var(--okbv-yellow);
}

.okbv-status.is-error {
  background: #fff0ed;
  color: var(--okbv-error);
}

.okbv-status.is-success {
  background: #eff8ef;
  color: var(--okbv-success);
}

.okbv-result {
  background: var(--okbv-white);
  border: 1px solid var(--okbv-border);
  border-radius: 30px;
  display: grid;
  gap: 18px;
  margin-top: 22px;
  padding: 28px;
}

.okbv-result h3 {
  color: var(--okbv-black);
  font-family: Involve, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.08;
  margin: 0;
}

.okbv-result img {
  aspect-ratio: 16 / 10;
  background: var(--okbv-cream);
  border-radius: 30px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.okbv-result-notice {
  background: var(--okbv-cream);
  border: 1px solid var(--okbv-border);
  border-radius: 30px;
  display: grid;
  gap: 8px;
  padding: 22px;
}

.okbv-result-notice strong {
  color: var(--okbv-black);
  font-family: Involve, HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.okbv-result-notice p {
  color: var(--okbv-text);
  line-height: 1.5;
  margin: 0;
}

.okbv-result-actions {
  display: flex;
  justify-content: flex-start;
}

@media (max-width: 980px) {
  .okbv-pool-page-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .okbv-pool-page-section-heading h2,
  .okbv-pool-template-heading .elementor-heading-title {
    font-size: 3.35rem;
  }

  .okbv-model-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .okbv-upload-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .okbv-pool-page-section {
    margin-top: 56px;
    padding: 54px 16px;
  }

  .okbv-pool-page-section-heading h2,
  .okbv-pool-template-heading .elementor-heading-title {
    font-size: 2.45rem;
  }

  .okbv-upload-layout,
  .okbv-field-grid,
  .okbv-option-grid {
    grid-template-columns: 1fr;
  }

  .okbv-model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .okbv-progress-steps {
    grid-template-columns: 1fr;
  }

  .okbv-progress-steps li {
    min-height: 0;
  }

  .okbv-form,
  .okbv-result {
    padding: 22px;
  }

  .okbv-result h3 {
    font-size: 1.75rem;
  }

  .okbv-panel-heading h3 {
    font-size: 1.42rem;
  }
}

@media (max-width: 560px) {
  .okbv-pool-page-cta {
    border-radius: 24px;
    margin-top: 32px;
    padding: 20px;
  }

  .okbv-pool-page-cta-button {
    width: 100%;
  }

  .okbv-pool-inline-cta-button {
    width: 100%;
  }

  .okbv-single-model-context {
    align-items: stretch;
    flex-direction: column;
  }

  .okbv-single-model-thumb {
    flex-basis: auto;
  }

  .okbv-step-panel {
    min-height: 0;
  }

  .okbv-model-grid {
    grid-template-columns: 1fr;
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }

  .okbv-dropzone,
  .okbv-photo-preview,
  .okbv-photo-preview img {
    min-height: 190px;
  }

  .okbv-dropzone,
  .okbv-form,
  .okbv-result,
  .okbv-result-notice {
    border-radius: 24px;
  }

  .okbv-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .okbv-actions button,
  .okbv-result-cta {
    width: 100%;
  }
}
