:root {
  --sbk-v2-navy: #0d1f2d;
  --sbk-v2-navy-deep: #071118;
  --sbk-v2-text: #3a4a5c;
  --sbk-v2-blue: #0062e3;
  --sbk-v2-blue-dark: #004fc4;
  --sbk-v2-sky: #ebf3fe;
  --sbk-v2-sky-soft: #f4f8fe;
  --sbk-v2-cream: #f5f7fa;
  --sbk-v2-white: #fff;
  --sbk-v2-yellow: #f5c518;
  --sbk-v2-green: #22c55e;
  --sbk-v2-line: #dde3ec;
  --sbk-v2-muted: #6b7f96;
  --sbk-v2-shadow: 0 18px 50px rgba(7, 17, 24, .12);
  --sbk-v2-radius: 16px;
  --sbk-v2-radius-lg: 24px;
  --sbk-v2-content: 1180px;
  --sbk-v2-ease: cubic-bezier(.22, .8, .24, 1);
}

.sbk-v2 .sbk-v2-step-zero__reassurance--plain {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-template-battery-finder .site-header,
.page-template-battery-finder .launch-footer {
  display: none !important;
}

.page-template-battery-finder #page-content {
  min-height: 100vh;
}

.battery-finder-page.sbk-v2 {
  min-width: 320px;
  min-height: 100vh;
  background: var(--sbk-v2-cream);
  color: var(--sbk-v2-navy);
  overflow: clip;
}

.battery-finder-page.sbk-v2::before,
.battery-finder-page.sbk-v2::after {
  content: "";
  position: fixed;
  z-index: 0;
  border-radius: 50%;
  pointer-events: none;
}

.battery-finder-page.sbk-v2::before {
  width: 430px;
  height: 430px;
  top: 13%;
  left: -330px;
  background: #e2f1ff;
}

.battery-finder-page.sbk-v2::after {
  width: 560px;
  height: 560px;
  right: -420px;
  bottom: -220px;
  background: #e8f3ff;
}

.sbk-v2 .quiz-page {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  background: transparent;
}

.sbk-v2-header {
  position: sticky;
  z-index: 30;
  top: 0;
  width: min(calc(100% - 32px), var(--sbk-v2-content));
  min-height: 78px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(170px, auto) minmax(170px, 340px) minmax(72px, auto);
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(13, 31, 45, .09);
  background: rgba(245, 247, 250, .92);
  backdrop-filter: blur(14px);
}

.sbk-v2-brand {
  display: inline-flex;
  align-items: center;
  width: fit-content;
}

.sbk-v2-brand img {
  display: block;
  width: auto;
  height: 42px;
  max-width: 210px;
  object-fit: contain;
}

.sbk-v2 .quiz-progress {
  width: 100%;
  margin: 0;
  justify-self: center;
}

.sbk-v2 .quiz-progress__meta {
  margin-bottom: 8px;
  align-items: baseline;
}

.sbk-v2 .quiz-progress__label,
.sbk-v2 .quiz-progress__count {
  color: var(--sbk-v2-navy);
  font-size: .75rem;
  font-weight: 800;
}

.sbk-v2 .quiz-progress__count {
  color: var(--sbk-v2-muted);
  font-family: var(--font-body, "DM Sans", sans-serif);
  font-weight: 700;
}

.sbk-v2 .quiz-progress__track {
  height: 5px;
  background: #dfe8ef;
}

.sbk-v2 .quiz-progress__fill {
  background: var(--sbk-v2-blue);
  transition: width .35s var(--sbk-v2-ease);
}

.sbk-v2-help {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 0;
  padding: 9px;
  background: transparent;
  color: var(--sbk-v2-navy);
  font-weight: 800;
  cursor: pointer;
}

.sbk-v2-help span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border: 1px solid var(--sbk-v2-line);
  border-radius: 50%;
  color: var(--sbk-v2-blue-dark);
}

.sbk-v2-help em {
  font-style: normal;
  font-size: .86rem;
}

.sbk-v2 .quiz-intro {
  min-height: calc(100vh - 78px);
  display: grid;
  align-items: center;
  padding: clamp(36px, 6vh, 74px) 16px 56px;
  text-align: left;
  background: transparent;
}

.sbk-v2 .quiz-intro::before {
  display: none;
}

.sbk-v2 .quiz-intro__inner {
  width: min(100%, var(--sbk-v2-content));
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(330px, .75fr);
  gap: clamp(46px, 7vw, 100px);
  align-items: center;
}

.sbk-v2-intro-copy {
  max-width: 680px;
}

.sbk-v2 .quiz-intro__badge,
.sbk-v2-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--sbk-v2-blue-dark);
  font-size: .76rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.sbk-v2 .quiz-intro__title {
  max-width: 720px;
  margin-bottom: 16px;
  color: var(--sbk-v2-navy);
  font-size: clamp(2.4rem, 5.4vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.sbk-v2 .quiz-intro__sub {
  max-width: 62ch;
  margin: 0 0 26px;
  color: var(--sbk-v2-text);
  font-size: 1.04rem;
  line-height: 1.72;
}

.sbk-v2 .quiz-intro__cta,
.sbk-v2 .quiz-button--primary,
.sbk-v2 .sbk-complete-advice-button,
.sbk-v2 .sbk-lead-submit {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: var(--sbk-v2-yellow);
  color: var(--sbk-v2-navy-deep);
  font-weight: 850;
  box-shadow: none !important;
}

.sbk-v2 .quiz-intro__cta:hover,
.sbk-v2 .quiz-button--primary:hover,
.sbk-v2 .sbk-complete-advice-button:hover,
.sbk-v2 .sbk-lead-submit:hover {
  background: #e8b900;
  color: var(--sbk-v2-navy-deep);
  transform: translateY(-1px);
}

.sbk-v2 .quiz-intro__trust {
  justify-content: flex-start;
  gap: 12px 22px;
  margin-top: 22px;
}

.sbk-v2 .quiz-intro__trust-item {
  gap: 7px;
  color: var(--sbk-v2-text);
  font-size: .86rem;
  font-weight: 750;
}

.sbk-v2 .quiz-intro__trust-item span {
  color: var(--sbk-v2-green);
  font-weight: 900;
}

.sbk-v2-prep-card {
  padding: 24px;
  border: 1px solid rgba(13, 31, 45, .08);
  border-radius: 28px;
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--sbk-v2-shadow);
}

.sbk-v2-prep-card h2 {
  margin: 0 0 12px;
  color: var(--sbk-v2-navy);
  font-size: 1.35rem;
  line-height: 1.2;
}

.sbk-v2-prep-card ul {
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 8px;
  list-style: none;
}

.sbk-v2-prep-card li {
  position: relative;
  padding-left: 25px;
  color: var(--sbk-v2-text);
}

.sbk-v2-prep-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--sbk-v2-blue);
  font-weight: 900;
}

.sbk-v2-prep-card p {
  margin: 0;
  padding: 14px;
  border-radius: 14px;
  background: var(--sbk-v2-sky-soft);
  color: var(--sbk-v2-text);
  font-size: .88rem;
}

.sbk-v2-home-scene {
  position: relative;
  height: 190px;
  margin: -4px -4px 20px;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(180deg, #e9f4ff 0 62%, #dfeee3 62% 100%);
}

.scene-sun {
  position: absolute;
  top: 22px;
  right: 34px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--sbk-v2-yellow);
  box-shadow: 0 0 0 10px rgba(245, 197, 24, .14);
}

.scene-house {
  position: absolute;
  left: 62px;
  bottom: 28px;
  width: 130px;
  height: 88px;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(13, 31, 45, .12);
}

.scene-house::before {
  content: "";
  position: absolute;
  left: 9px;
  top: -43px;
  width: 92px;
  height: 92px;
  border-radius: 8px 4px;
  background: #fff;
  transform: rotate(45deg);
}

.scene-house i {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 0;
  width: 30px;
  height: 48px;
  border-radius: 5px 5px 0 0;
  background: var(--sbk-v2-blue);
}

.scene-solar {
  position: absolute;
  z-index: 3;
  left: 95px;
  bottom: 112px;
  width: 84px;
  height: 32px;
  border: 3px solid #b8d6fb;
  border-radius: 4px;
  background: repeating-linear-gradient(90deg, #1b6fd3 0 19px, #b8d6fb 19px 21px);
  transform: skew(-36deg);
}

.scene-battery {
  position: absolute;
  right: 50px;
  bottom: 27px;
  width: 58px;
  height: 86px;
  border: 3px solid var(--sbk-v2-blue);
  border-radius: 12px;
  background: #fff;
}

.scene-battery::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 18px;
  width: 17px;
  height: 7px;
  border-radius: 3px 3px 0 0;
  background: var(--sbk-v2-blue);
}

.scene-battery b {
  position: absolute;
  inset: auto 7px 7px;
  height: 48px;
  border-radius: 7px;
  background: linear-gradient(180deg, #7cb4fa, var(--sbk-v2-blue));
}

.scene-flow {
  position: absolute;
  z-index: 5;
  color: var(--sbk-v2-blue);
  font-size: 24px;
  font-weight: 900;
}

.scene-flow--in { left: 200px; bottom: 82px; }
.scene-flow--out { right: 112px; bottom: 42px; transform: rotate(180deg); }

.sbk-v2 .quiz-wrapper {
  min-height: calc(100vh - 78px);
  padding: clamp(30px, 5vh, 64px) 0 72px;
  background: transparent;
}

.sbk-v2 .quiz-container {
  width: min(calc(100% - 32px), var(--sbk-v2-content));
}

.sbk-v2 .quiz-step {
  position: relative;
  width: 100%;
  min-height: min(690px, calc(100vh - 150px));
  padding: clamp(32px, 5vw, 64px) min(47%, 540px) 96px clamp(24px, 5vw, 64px);
  border: 1px solid rgba(13, 31, 45, .08);
  border-radius: 28px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 50px rgba(7, 17, 24, .09);
  transform: translateY(8px);
}

.sbk-v2 .quiz-step.is-active {
  transform: translateY(0);
}

.sbk-v2 .quiz-step__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--sbk-v2-sky);
  color: var(--sbk-v2-blue-dark);
}

.sbk-v2 .quiz-step__question {
  max-width: 680px;
  margin-bottom: 10px;
  color: var(--sbk-v2-navy);
  font-size: clamp(1.75rem, 3.3vw, 2.75rem);
  line-height: 1.1;
  letter-spacing: -.035em;
}

.sbk-v2 .quiz-step__hint {
  max-width: 640px;
  margin-bottom: 22px;
  color: var(--sbk-v2-text);
  font-size: 1rem;
  line-height: 1.65;
}

.sbk-v2 .quiz-options {
  gap: 10px;
}

.sbk-v2 .quiz-option {
  min-height: 68px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1.5px solid var(--sbk-v2-line);
  border-radius: var(--sbk-v2-radius);
  background: rgba(255, 255, 255, .94);
  color: var(--sbk-v2-text);
}

.sbk-v2 .quiz-option::after {
  content: "›";
  color: #8ba0b2;
  font-size: 1.35rem;
}

.sbk-v2 .quiz-option:hover {
  border-color: #8db8ed;
  background: #fff;
  box-shadow: 0 8px 22px rgba(7, 27, 52, .07);
  transform: translateY(-1px);
}

.sbk-v2 .quiz-option.is-selected {
  border-color: var(--sbk-v2-blue);
  background: var(--sbk-v2-sky-soft);
  box-shadow: 0 0 0 3px rgba(6, 98, 227, .11);
}

.sbk-v2 .quiz-option.is-selected::after {
  content: "✓";
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--sbk-v2-blue);
  color: #fff;
  font-size: .8rem;
  font-weight: 900;
}

.sbk-v2 .quiz-option__dot {
  width: 42px;
  height: 42px;
  margin: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 12px;
  background: var(--sbk-v2-sky);
}

.sbk-v2 .quiz-option__dot::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid var(--sbk-v2-blue);
  border-radius: 50%;
}

.sbk-v2 .quiz-option.is-selected .quiz-option__dot {
  background: var(--sbk-v2-sky);
}

.sbk-v2 .quiz-option.is-selected .quiz-option__dot::before {
  border-color: var(--sbk-v2-blue);
  background: var(--sbk-v2-blue);
  box-shadow: inset 0 0 0 3px var(--sbk-v2-sky);
}

.sbk-v2 .quiz-option.is-selected .quiz-option__dot::after {
  display: none;
}

.sbk-v2 .quiz-option__text strong {
  color: var(--sbk-v2-navy);
  font-size: .98rem;
}

.sbk-v2 .quiz-option__text small {
  color: var(--sbk-v2-muted);
  font-size: .82rem;
}

.sbk-v2 .sbk-inline-details,
.sbk-v2 .sbk-inline-question,
.sbk-v2 .sbk-panel-count,
.sbk-v2 .sbk-conditional-fields {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid var(--sbk-v2-line);
  border-radius: var(--sbk-v2-radius);
  background: var(--sbk-v2-sky-soft);
}

.sbk-v2 .sbk-inline-details summary {
  color: var(--sbk-v2-blue-dark);
  font-weight: 800;
  cursor: pointer;
}

.sbk-v2 .sbk-inline-input,
.sbk-v2 .sbk-panel-count label,
.sbk-v2 .sbk-inline-question h3 {
  color: var(--sbk-v2-navy);
}

.sbk-v2 .sbk-inline-input input,
.sbk-v2 .sbk-number-stepper input,
.sbk-v2 .sbk-lead-form input:not([type="checkbox"]),
.sbk-v2 .sbk-lead-form textarea {
  min-height: 50px;
  border: 1.5px solid var(--sbk-v2-line);
  border-radius: 12px;
  background: #fff;
}

.sbk-v2 .sbk-lead-form textarea {
  width: 100%;
  min-height: 96px;
  margin-top: 7px;
  padding: 12px 14px;
  resize: vertical;
  font: inherit;
}

.sbk-v2 .sbk-lead-context {
  display: block;
  margin-top: 14px;
}

.sbk-v2 .sbk-choice-chips {
  gap: 8px;
}

.sbk-v2 .sbk-choice-chip {
  min-height: 48px;
  border: 1.5px solid var(--sbk-v2-line);
  border-radius: 13px;
  background: #fff;
  color: var(--sbk-v2-navy);
  font-weight: 750;
}

.sbk-v2 .sbk-choice-chip.is-selected {
  border-color: var(--sbk-v2-blue);
  background: var(--sbk-v2-sky);
  color: var(--sbk-v2-blue-dark);
  box-shadow: 0 0 0 3px rgba(6, 98, 227, .1);
}

.sbk-v2-step-scene {
  position: absolute;
  top: 50%;
  right: clamp(24px, 5vw, 64px);
  width: min(35%, 360px);
  aspect-ratio: 1 / 1;
  transform: translateY(-50%);
  border-radius: 32px;
  overflow: hidden;
  background: linear-gradient(180deg, #e8f4ff 0 61%, #e1efe5 61% 100%);
}

.sbk-v2-step-scene::before {
  content: "";
  position: absolute;
  left: 22%;
  bottom: 18%;
  width: 45%;
  height: 34%;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 36px rgba(13, 31, 45, .12);
}

.sbk-v2-step-scene::after {
  content: "";
  position: absolute;
  left: 27%;
  bottom: 42%;
  width: 34%;
  height: 34%;
  border-radius: 8px 4px;
  background: #fff;
  transform: rotate(45deg);
}

.sbk-v2-step-scene__battery {
  position: absolute;
  z-index: 3;
  right: 18%;
  bottom: 17%;
  width: 17%;
  height: 34%;
  border: 3px solid var(--sbk-v2-blue);
  border-radius: 10px;
  background: #fff;
}

.sbk-v2-step-scene__battery::after {
  content: "";
  position: absolute;
  inset: 42% 5px 5px;
  border-radius: 5px;
  background: var(--sbk-v2-blue);
}

.sbk-v2-step-scene__sun {
  position: absolute;
  top: 13%;
  right: 13%;
  width: 13%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--sbk-v2-yellow);
  box-shadow: 0 0 0 10px rgba(245, 197, 24, .13);
}

.sbk-v2-step-scene__label {
  position: absolute;
  z-index: 4;
  left: 10%;
  bottom: 8%;
  max-width: 72%;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--sbk-v2-navy);
  font-size: .75rem;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(13, 31, 45, .08);
}

.sbk-v2 .quiz-nav {
  position: absolute;
  left: clamp(24px, 5vw, 64px);
  right: min(47%, 540px);
  bottom: 34px;
  margin: 0;
}

.sbk-v2 .quiz-button {
  min-height: 50px;
  border-radius: 999px;
  font-weight: 800;
}

.sbk-v2 .quiz-button--ghost {
  border-color: var(--sbk-v2-line);
  background: #fff;
  color: var(--sbk-v2-text);
}

.sbk-v2 :where(button, a, input, summary):focus-visible {
  outline: 3px solid rgba(0, 98, 227, .42);
  outline-offset: 3px;
}

.sbk-v2 .quiz-results {
  min-height: calc(100vh - 78px);
  padding: clamp(40px, 6vh, 76px) 0 80px;
  background: transparent;
}

.sbk-v2 .quiz-results__header,
.sbk-v2 .sbk-result-section,
.sbk-v2 .sbk-custom-offer,
.sbk-v2 .sbk-bundle-action,
.sbk-v2 .sbk-analysis,
.sbk-v2 .sbk-lead-card,
.sbk-v2 .quiz-results__restart {
  width: min(calc(100% - 32px), var(--sbk-v2-content));
  margin-inline: auto;
}

.sbk-v2 .quiz-results__header {
  position: relative;
  margin-bottom: 26px;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 28px;
  background: var(--sbk-v2-navy);
  text-align: left;
  overflow: hidden;
}

.sbk-v2 .quiz-results__header::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: -130px;
  bottom: -210px;
  border-radius: 50%;
  background: rgba(0, 98, 227, .28);
}

.sbk-v2 .quiz-results__header .sbk-v2-eyebrow {
  color: #9fc7fb;
}

.sbk-v2 .quiz-results__title {
  max-width: 760px;
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.sbk-v2 .quiz-results__title span {
  color: #9fc7fb;
}

.sbk-v2 .quiz-results__sub {
  max-width: 760px;
  margin: 0;
  color: #d7e2ec;
}

.sbk-v2-expert-trigger {
  position: relative;
  z-index: 2;
  margin-top: 22px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.sbk-v2 .sbk-result-section,
.sbk-v2 .sbk-custom-offer,
.sbk-v2 .sbk-bundle-action,
.sbk-v2 .sbk-analysis,
.sbk-v2 .sbk-lead-card {
  margin-bottom: 22px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(13, 31, 45, .08);
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 34px rgba(7, 17, 24, .07);
}

.sbk-v2 .sbk-result-section__heading h3,
.sbk-v2 .sbk-bundle-action h3,
.sbk-v2 .sbk-section-heading h3 {
  color: var(--sbk-v2-navy);
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.sbk-v2 .quiz-products {
  width: 100%;
  margin: 18px 0 0;
  gap: 16px;
}

.sbk-v2 .quiz-product-card {
  padding: 0;
  overflow: hidden;
  border: 1.5px solid var(--sbk-v2-line);
  border-radius: 20px;
  box-shadow: none;
}

.sbk-v2 .quiz-product-card--best {
  border-color: var(--sbk-v2-blue);
  box-shadow: 0 0 0 3px rgba(0, 98, 227, .09);
}

.sbk-v2 .quiz-product-card__badge {
  position: static;
  align-self: flex-start;
  margin: 16px 16px 0;
  background: var(--sbk-v2-sky);
  color: var(--sbk-v2-blue-dark);
}

.sbk-v2 .quiz-product-card__image-link {
  display: block;
  margin-top: 12px;
}

.sbk-v2 .quiz-product-card__image-wrap {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: #f6f8fb;
}

.sbk-v2 .quiz-product-card__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sbk-v2 .quiz-product-card__header,
.sbk-v2 .quiz-product-card__fit,
.sbk-v2 .quiz-product-card__actions {
  margin: 0;
  padding: 16px;
}

.sbk-v2 .quiz-product-card__fit {
  border-radius: 0;
  background: var(--sbk-v2-sky-soft);
}

.sbk-v2 .quiz-product-card__fit-compare {
  display: block;
  margin-top: 8px;
  font-weight: 500;
  color: var(--sbk-v2-muted);
}

.sbk-v2 .quiz-product-card__actions .btn {
  width: 100%;
  min-height: 48px;
  border-radius: 999px;
  background: var(--sbk-v2-blue);
  color: #fff;
  box-shadow: none;
}

.sbk-v2 .sbk-analysis__summary {
  color: var(--sbk-v2-navy);
}

.sbk-v2 .sbk-analysis__summary span {
  font-size: 1.08rem;
  font-weight: 850;
}

.sbk-v2 .sbk-bundle-action {
  text-align: left;
}

.sbk-v2 .sbk-bundle-action > p {
  max-width: 680px;
}

.sbk-v2 .sbk-complete-advice-button {
  min-width: min(100%, 340px);
}

.sbk-v2-reassurance {
  position: relative;
  margin: 18px 0 0 !important;
  padding-left: 26px;
  color: var(--sbk-v2-text);
  font-size: .88rem;
  font-weight: 750;
}

.sbk-v2-reassurance::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--sbk-v2-green);
  font-weight: 900;
}

.sbk-v2 .sbk-lead-card {
  display: none;
  scroll-margin-top: 98px;
}

.sbk-v2 .sbk-lead-card.is-open {
  display: block;
  animation: sbkV2In .28s var(--sbk-v2-ease);
}

.sbk-v2 .sbk-form-grid {
  gap: 14px;
}

.sbk-v2 .sbk-lead-form label span {
  color: var(--sbk-v2-navy);
  font-weight: 750;
}

.sbk-v2 .sbk-lead-submit {
  min-width: min(100%, 320px);
}

.sbk-v2 .quiz-results__restart {
  text-align: center;
}

.sbk-v2-dialog {
  width: min(calc(100% - 32px), 560px);
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 80px rgba(7, 17, 24, .24);
}

.sbk-v2-dialog::backdrop {
  background: rgba(7, 17, 24, .58);
  backdrop-filter: blur(4px);
}

.sbk-v2-dialog form {
  padding: 26px;
}

.sbk-v2-dialog__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.sbk-v2-dialog__head h2 {
  margin: 0 0 14px;
  color: var(--sbk-v2-navy);
  font-size: 1.6rem;
}

.sbk-v2-dialog__head > button {
  width: 40px;
  height: 40px;
  border: 1px solid var(--sbk-v2-line);
  border-radius: 50%;
  background: #fff;
  font-size: 1.45rem;
  cursor: pointer;
}

.sbk-v2-info-box {
  display: grid;
  gap: 3px;
  margin: 18px 0;
  padding: 16px;
  border-radius: 14px;
  background: var(--sbk-v2-sky-soft);
  color: var(--sbk-v2-text);
}

.sbk-v2-dialog__confirm {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: var(--sbk-v2-blue);
  color: #fff;
  font-weight: 850;
}

@keyframes sbkV2In {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .sbk-v2-header {
    grid-template-columns: auto minmax(120px, 1fr) auto;
    gap: 14px;
  }

  .sbk-v2-brand img {
    height: 34px;
    max-width: 155px;
  }

  .sbk-v2 .quiz-intro__inner {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .sbk-v2-prep-card {
    max-width: 620px;
  }

  .sbk-v2 .quiz-step {
    min-height: auto;
    padding-right: clamp(24px, 5vw, 64px);
    padding-bottom: 105px;
  }

  .sbk-v2-step-scene {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: none;
    height: 230px;
    aspect-ratio: auto;
    margin-top: 24px;
    transform: none;
  }

  .sbk-v2 .quiz-nav {
    right: clamp(24px, 5vw, 64px);
  }
}

@media (max-width: 640px) {
  .sbk-v2-header {
    width: calc(100% - 24px);
    min-height: 68px;
    grid-template-columns: auto 1fr auto;
  }

  .sbk-v2-brand img {
    width: auto;
    height: 30px;
    max-width: 96px;
    object-fit: contain;
  }

  .sbk-v2 .quiz-progress__meta {
    margin-bottom: 5px;
  }

  .sbk-v2 .quiz-progress__count,
  .sbk-v2-help em {
    display: none;
  }

  .sbk-v2-help {
    padding: 5px;
  }

  .sbk-v2 .quiz-intro {
    min-height: calc(100svh - 68px);
    padding: 30px 12px 36px;
  }

  .sbk-v2 .quiz-intro__title {
    font-size: clamp(2.2rem, 12vw, 3.35rem);
  }

  .sbk-v2 .quiz-intro__sub {
    font-size: .96rem;
    line-height: 1.58;
  }

  .sbk-v2 .quiz-intro__cta {
    width: 100%;
  }

  .sbk-v2 .quiz-intro__trust {
    display: grid;
    justify-items: start;
  }

  .sbk-v2-prep-card {
    padding: 16px;
    border-radius: 20px;
  }

  .sbk-v2-home-scene {
    height: 160px;
  }

  .scene-house { left: 36px; transform: scale(.86); transform-origin: bottom left; }
  .scene-solar { left: 63px; bottom: 101px; transform: skew(-36deg) scale(.86); transform-origin: bottom left; }
  .scene-battery { right: 28px; transform: scale(.86); transform-origin: bottom right; }
  .scene-flow--in { left: 154px; }
  .scene-flow--out { right: 82px; }

  .sbk-v2 .quiz-wrapper {
    min-height: calc(100svh - 68px);
    padding: 14px 0 32px;
  }

  .sbk-v2 .quiz-container {
    width: calc(100% - 24px);
  }

  .sbk-v2 .quiz-step {
    padding: 22px 16px 96px;
    border-radius: 20px;
    box-shadow: 0 8px 28px rgba(7, 17, 24, .07);
  }

  .sbk-v2 .quiz-step__icon {
    width: 42px;
    height: 42px;
    margin-bottom: 13px;
  }

  .sbk-v2 .quiz-step__question {
    font-size: 1.65rem;
  }

  .sbk-v2 .quiz-step__hint {
    margin-bottom: 16px;
    font-size: .9rem;
  }

  .sbk-v2 .quiz-options,
  .sbk-v2 .quiz-options--2col {
    grid-template-columns: 1fr;
  }

  .sbk-v2 .quiz-option {
    min-height: 64px;
    padding: 11px 12px;
    grid-template-columns: 38px 1fr auto;
  }

  .sbk-v2 .quiz-option__dot {
    width: 38px;
    height: 38px;
  }

  .sbk-v2-step-scene {
    height: 180px;
    margin-top: 18px;
    border-radius: 20px;
  }

  .sbk-v2 .quiz-nav {
    position: sticky;
    z-index: 10;
    left: auto;
    right: auto;
    bottom: 0;
    margin: 24px -16px -96px;
    padding: 12px 16px max(12px, env(safe-area-inset-bottom));
    border-top: 1px solid rgba(13, 31, 45, .08);
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(12px);
  }

  .sbk-v2 .quiz-nav .quiz-button {
    width: 100%;
  }

  .sbk-v2 .quiz-results {
    min-height: calc(100svh - 68px);
    padding: 20px 0 48px;
  }

  .sbk-v2 .quiz-results__header,
  .sbk-v2 .sbk-result-section,
  .sbk-v2 .sbk-custom-offer,
  .sbk-v2 .sbk-bundle-action,
  .sbk-v2 .sbk-analysis,
  .sbk-v2 .sbk-lead-card,
  .sbk-v2 .quiz-results__restart {
    width: calc(100% - 24px);
  }

  .sbk-v2 .quiz-results__header {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .sbk-v2 .quiz-results__title {
    font-size: 2rem;
  }

  .sbk-v2 .quiz-results__sub {
    display: block;
    font-size: .9rem;
  }

  .sbk-v2-expert-trigger {
    width: 100%;
  }

  .sbk-v2 .sbk-result-section,
  .sbk-v2 .sbk-custom-offer,
  .sbk-v2 .sbk-bundle-action,
  .sbk-v2 .sbk-analysis,
  .sbk-v2 .sbk-lead-card {
    padding: 18px;
    border-radius: 19px;
  }

  .sbk-v2 .quiz-products {
    display: grid;
    width: 100%;
    padding: 0;
    overflow: visible;
  }

  .sbk-v2 .quiz-product-card {
    width: 100%;
    flex-basis: auto;
  }

  .sbk-v2-dialog {
    width: 100%;
    max-width: none;
    margin: auto 0 0;
    border-radius: 24px 24px 0 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sbk-v2 *,
  .sbk-v2 *::before,
  .sbk-v2 *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}


/* =============================================================================
   V2 MOBILE UX PATCH — dense/compound steps + contextual step scenes
   2026-08-12
   ============================================================================= */

/* Make conditional controls deliberate instead of browser-default fragments. */
.sbk-v2 .sbk-number-stepper {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  gap: 8px;
  align-items: stretch;
  margin-top: 10px;
}

.sbk-v2 .sbk-number-stepper button {
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--sbk-v2-line);
  border-radius: 12px;
  background: #fff;
  color: var(--sbk-v2-blue-dark);
  font-size: 1.35rem;
  font-weight: 850;
  line-height: 1;
  cursor: pointer;
}

.sbk-v2 .sbk-number-stepper button:active {
  background: var(--sbk-v2-sky);
}

.sbk-v2 .sbk-number-stepper input {
  width: 100%;
  min-width: 0;
  padding: 0 12px;
  text-align: center;
  font-size: 1rem;
  font-weight: 800;
  color: var(--sbk-v2-navy);
  -moz-appearance: textfield;
}

.sbk-v2 .sbk-number-stepper input::-webkit-outer-spin-button,
.sbk-v2 .sbk-number-stepper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.sbk-v2 .sbk-panel-count > label {
  display: block;
  margin-bottom: 2px;
  font-weight: 800;
  line-height: 1.35;
}

.sbk-v2 .sbk-panel-unknown {
  width: 100%;
  min-height: 44px;
  margin-top: 10px;
  padding: 10px 14px;
  border: 1.5px solid var(--sbk-v2-line);
  border-radius: 12px;
  background: #fff;
  color: var(--sbk-v2-text);
  font-weight: 750;
  cursor: pointer;
}

.sbk-v2 .sbk-panel-unknown.is-selected {
  border-color: var(--sbk-v2-blue);
  background: var(--sbk-v2-sky);
  color: var(--sbk-v2-blue-dark);
  box-shadow: 0 0 0 3px rgba(0, 98, 227, .09);
}

/* Avoid nested "card inside card inside card" on EV follow-ups. */
.sbk-v2 .sbk-conditional-fields {
  display: grid;
  gap: 14px;
}

.sbk-v2 .sbk-conditional-fields > .sbk-inline-question {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.sbk-v2 .sbk-conditional-fields > .sbk-inline-question + .sbk-inline-question {
  padding-top: 14px;
  border-top: 1px solid var(--sbk-v2-line);
}

/* Contextual scenes: same component, different visual for every question. */
.sbk-v2-step-scene {
  --sbk-scene-accent: var(--sbk-v2-blue);
  --sbk-scene-soft: #e9f4ff;
  isolation: isolate;
}

.sbk-v2-step-scene--solar,
.sbk-v2-step-scene--investment {
  --sbk-scene-accent: #d8a900;
  --sbk-scene-soft: #fff8d8;
}

.sbk-v2-step-scene--goal {
  --sbk-scene-accent: #15945c;
  --sbk-scene-soft: #eaf8f0;
}

.sbk-v2-step-scene--backup {
  --sbk-scene-accent: #154b84;
  --sbk-scene-soft: #e8f1fb;
}

.sbk-v2-step-scene {
  background:
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.92) 0 11%, transparent 11.5%),
    linear-gradient(145deg, var(--sbk-scene-soft), #f8fbff 58%, #edf4f8);
}

.sbk-v2-step-scene::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 54%;
  aspect-ratio: 1;
  right: -13%;
  bottom: -27%;
  left: auto;
  height: auto;
  border-radius: 50%;
  background: color-mix(in srgb, var(--sbk-scene-accent) 14%, transparent);
  box-shadow: none;
}

.sbk-v2-step-scene::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 42%;
  height: 24%;
  left: -9%;
  bottom: 18%;
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  transform: rotate(-14deg);
}

.sbk-v2-step-scene__sun,
.sbk-v2-step-scene__battery {
  display: none;
}

.sbk-v2-step-scene__orb {
  position: absolute;
  z-index: 1;
  top: 12%;
  right: 12%;
  width: 14%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--sbk-v2-yellow);
  box-shadow: 0 0 0 10px rgba(245, 197, 24, .12);
}

.sbk-v2-step-scene__visual {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 46%;
  width: 42%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(13, 31, 45, .08);
  border-radius: 28%;
  background: rgba(255,255,255,.9);
  color: var(--sbk-scene-accent);
  box-shadow: 0 16px 34px rgba(13,31,45,.11);
}

.sbk-v2-step-scene__visual svg {
  width: 64%;
  height: 64%;
}

.sbk-v2-step-scene__label {
  max-width: 80%;
}

/* Result density: profile facts should scan like facts, not five giant cards. */
.sbk-v2 .sbk-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.sbk-v2 .sbk-profile-item {
  min-width: 0;
}

@media (max-width: 640px) {
  /* Override the older global rule that forces step 1 back into a cramped 2-col grid. */
  .battery-finder-page.sbk-v2 .quiz-step#step-1 .quiz-options,
  .battery-finder-page.sbk-v2 .quiz-step.sbk-v2-step--dense > .quiz-options {
    grid-template-columns: 1fr;
  }

  .battery-finder-page.sbk-v2 .quiz-step#step-1 .quiz-option__text small {
    display: block;
  }

  /* Mobile card density. Let content determine height instead of reserving a fake footer well. */
  .sbk-v2 .quiz-step {
    padding: 20px 16px 0;
    border-radius: 18px;
  }

  .sbk-v2 .quiz-step__icon {
    width: 38px;
    height: 38px;
    margin-bottom: 11px;
    border-radius: 11px;
  }

  .sbk-v2 .quiz-step__icon svg {
    width: 19px;
    height: 19px;
  }

  .sbk-v2 .quiz-step__question {
    margin-bottom: 7px;
    font-size: clamp(1.45rem, 7.1vw, 1.72rem);
    line-height: 1.08;
  }

  .sbk-v2 .quiz-step__hint {
    margin-bottom: 14px;
    font-size: .88rem;
    line-height: 1.5;
  }

  .sbk-v2 .quiz-options {
    gap: 8px;
  }

  .sbk-v2 .quiz-option,
  .sbk-v2 .quiz-step.sbk-v2-step--dense .quiz-option {
    min-height: 58px;
    padding: 10px 11px;
    grid-template-columns: 34px minmax(0, 1fr) 24px;
    gap: 10px;
    border-radius: 14px;
  }

  .sbk-v2 .quiz-option__dot,
  .sbk-v2 .quiz-step.sbk-v2-step--dense .quiz-option__dot {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .sbk-v2 .quiz-option__text {
    min-width: 0;
  }

  .sbk-v2 .quiz-option__text strong {
    margin: 0;
    font-size: .9rem;
    line-height: 1.25;
  }

  .sbk-v2 .quiz-option__text small {
    margin-top: 2px;
    font-size: .74rem;
    line-height: 1.3;
  }

  .sbk-v2 .quiz-option.is-selected::after {
    width: 23px;
    height: 23px;
  }

  .sbk-v2 .sbk-inline-details,
  .sbk-v2 .sbk-inline-question,
  .sbk-v2 .sbk-panel-count,
  .sbk-v2 .sbk-conditional-fields {
    margin-top: 12px;
    padding: 12px;
    border-radius: 14px;
  }

  .sbk-v2 .sbk-inline-details summary {
    font-size: .9rem;
  }

  .sbk-v2 .sbk-inline-question h3,
  .sbk-v2 .sbk-panel-count > label {
    margin-bottom: 9px;
    font-size: .94rem;
    line-height: 1.3;
  }

  .sbk-v2 .sbk-choice-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .sbk-v2 .sbk-choice-chips > .sbk-choice-chip:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .sbk-v2 .sbk-choice-chips--stack {
    grid-template-columns: 1fr;
  }

  .sbk-v2 .sbk-choice-chip {
    min-height: 44px;
    padding: 9px 10px;
    border-radius: 11px;
    font-size: .78rem;
    line-height: 1.25;
  }

  .sbk-v2 .sbk-number-stepper {
    grid-template-columns: 46px minmax(0, 1fr) 46px;
    gap: 8px;
  }

  .sbk-v2 .sbk-number-stepper button {
    width: 46px;
    min-width: 46px;
    min-height: 46px;
  }

  .sbk-v2 .sbk-number-stepper input {
    min-height: 46px;
  }

  /* Illustrations become compact context, not half a screen of decoration. */
  .sbk-v2-step-scene {
    position: relative;
    width: 100%;
    height: 104px;
    margin-top: 14px;
    border-radius: 16px;
  }

  .sbk-v2-step-scene__visual {
    left: 52px;
    top: 50%;
    width: 68px;
    height: 68px;
    transform: translateY(-50%);
    border-radius: 18px;
  }

  .sbk-v2-step-scene__orb {
    top: 14px;
    right: 18px;
    width: 24px;
    box-shadow: 0 0 0 7px rgba(245, 197, 24, .11);
  }

  .sbk-v2-step-scene__label {
    left: 96px;
    right: 14px;
    bottom: 50%;
    max-width: none;
    padding: 0;
    transform: translateY(50%);
    border-radius: 0;
    background: transparent;
    font-size: .78rem;
    line-height: 1.3;
    box-shadow: none;
  }

  /* Dense or compound screens already have enough information: drop decorative scene entirely. */
  .sbk-v2 .quiz-step.sbk-v2-step--dense .sbk-v2-step-scene,
  .sbk-v2 .quiz-step.sbk-v2-step--compound .sbk-v2-step-scene {
    display: none;
  }

  /* Proper iPhone bottom action bar. */
  .sbk-v2 .quiz-nav {
    position: sticky;
    z-index: 12;
    left: auto;
    right: auto;
    bottom: 0;
    gap: 9px;
    margin: 18px -16px 0;
    padding: 11px 16px max(11px, env(safe-area-inset-bottom));
    border-top: 1px solid rgba(13, 31, 45, .08);
    border-radius: 0 0 18px 18px;
    background: rgba(255,255,255,.97);
    backdrop-filter: blur(14px);
  }

  .sbk-v2 .quiz-nav .quiz-button {
    width: auto;
    min-height: 48px;
    padding-inline: 16px;
  }

  .sbk-v2 .quiz-nav .quiz-button--ghost {
    flex: 0 0 auto;
    min-width: 92px;
  }

  .sbk-v2 .quiz-nav .quiz-button--primary {
    flex: 1 1 auto;
  }

  .sbk-v2 .quiz-nav > div:empty {
    display: none;
  }

  .sbk-v2 .quiz-nav > div:empty + .quiz-button--primary {
    width: 100%;
  }

  /* Results: compact facts and less lead-form scrolling. */
  .sbk-v2 .sbk-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .sbk-v2 .sbk-profile-grid > .sbk-profile-item:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .sbk-v2 .sbk-profile-item {
    padding: 10px 11px;
    border-radius: 11px;
  }

  .sbk-v2 .sbk-profile-item span {
    margin-bottom: 3px;
    font-size: .68rem;
    line-height: 1.25;
  }

  .sbk-v2 .sbk-profile-item strong {
    font-size: .82rem;
    line-height: 1.3;
  }

  .sbk-v2 .sbk-analysis-why {
    margin-top: 12px;
    padding: 12px;
  }

  .sbk-v2 .sbk-analysis-why h4 {
    font-size: .9rem;
  }

  .sbk-v2 .sbk-analysis-why li {
    font-size: .78rem;
    line-height: 1.42;
  }

  .sbk-v2 .sbk-lead-card {
    padding: 16px;
  }

  .sbk-v2 .sbk-section-heading h3 {
    font-size: 1.18rem;
  }

  .sbk-v2 .sbk-section-heading p {
    font-size: .82rem;
    line-height: 1.42;
  }

  .sbk-v2 .sbk-form-grid {
    gap: 10px;
    margin-top: 12px;
  }

  .sbk-v2 .sbk-lead-form label > span {
    margin-bottom: 4px;
    font-size: .78rem;
  }

  .sbk-v2 .sbk-lead-form input[type="text"],
  .sbk-v2 .sbk-lead-form input[type="email"],
  .sbk-v2 .sbk-lead-form input[type="tel"] {
    min-height: 44px;
    padding: 10px 11px;
  }

  .sbk-v2 .sbk-consent {
    gap: 9px;
    margin: 13px 0;
    font-size: .8rem;
    line-height: 1.38;
  }

  .sbk-v2 .sbk-consent input {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin-top: 1px;
  }

  .sbk-v2 .sbk-lead-submit {
    width: 100%;
    min-height: 48px;
  }

  .sbk-v2 .sbk-lead-form > small {
    display: block;
    margin-top: 10px;
    font-size: .75rem;
    line-height: 1.4;
  }
}


/* =============================================================================
   RESULT HERO V3 — stronger mobile payoff, less generic pill UI
   ============================================================================= */

.sbk-v2 .quiz-results__header.sbk-result-hero--enhanced {
  isolation: isolate;
  padding: clamp(30px, 4.8vw, 54px);
  border: 1px solid rgba(127, 188, 255, .2);
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 16%, rgba(52, 145, 255, .34) 0 12%, transparent 38%),
    radial-gradient(circle at 10% 112%, rgba(0, 98, 227, .3) 0 20%, transparent 48%),
    linear-gradient(145deg, #071722 0%, #0a263a 50%, #083f78 100%);
  box-shadow: 0 24px 62px rgba(5, 31, 58, .2);
}

.sbk-v2 .quiz-results__header.sbk-result-hero--enhanced::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(145deg, #000 0%, transparent 76%);
}

.sbk-v2 .quiz-results__header.sbk-result-hero--enhanced::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 330px;
  height: 330px;
  right: -170px;
  bottom: -165px;
  border-radius: 50%;
  border: 54px solid rgba(84, 164, 255, .16);
  background: rgba(0, 98, 227, .1);
}

.sbk-v2 .sbk-result-hero--enhanced .sbk-v2-eyebrow {
  margin-bottom: 14px;
  color: #b8d9ff;
  font-size: .72rem;
  letter-spacing: .13em;
}

.sbk-v2 .sbk-result-hero--enhanced .quiz-results__title {
  max-width: 880px;
  margin: 0;
  line-height: 1;
}

.sbk-v2 .sbk-result-capacity {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  color: #fff;
}

.sbk-v2 .sbk-result-capacity strong {
  display: block;
  font-family: var(--font-display, "Sora", sans-serif);
  font-size: clamp(4.5rem, 10vw, 8rem);
  font-weight: 850;
  line-height: .84;
  letter-spacing: -.075em;
  text-shadow: 0 10px 34px rgba(0,0,0,.18);
}

.sbk-v2 .sbk-result-capacity em {
  margin-bottom: .55rem;
  color: #9bc8ff;
  font-family: var(--font-display, "Sora", sans-serif);
  font-size: clamp(1.45rem, 3.2vw, 2.45rem);
  font-style: normal;
  font-weight: 800;
  letter-spacing: -.035em;
}

.sbk-v2 .sbk-result-label {
  display: block;
  max-width: 680px;
  margin-top: 13px;
  color: #fff;
  font-family: var(--font-display, "Sora", sans-serif);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.sbk-v2 .sbk-result-hero--enhanced .quiz-results__sub {
  max-width: 720px;
  margin-top: 13px;
  color: rgba(231, 240, 249, .8);
  font-size: .94rem;
  line-height: 1.55;
}

.sbk-v2 .sbk-result-hero-meta {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 190px));
  gap: 10px;
  margin-top: 22px;
}

.sbk-v2 .sbk-result-hero-stat {
  min-height: 69px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 14px;
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
}

.sbk-v2 .sbk-result-hero-stat span,
.sbk-v2 .sbk-result-hero-stat strong {
  display: block;
}

.sbk-v2 .sbk-result-hero-stat span {
  margin-bottom: 3px;
  color: #9fc4e7;
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.sbk-v2 .sbk-result-hero-stat strong {
  color: #fff;
  font-family: var(--font-display, "Sora", sans-serif);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.sbk-v2 .sbk-result-hero-reason {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 16px 0 0;
  padding-left: 22px;
  color: #e9f3ff;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.5;
}

.sbk-v2 .sbk-result-hero-reason::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42em;
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background: var(--sbk-v2-yellow);
  box-shadow: 0 0 0 5px rgba(245, 197, 24, .13);
  transform: rotate(45deg);
}

/* The result actions should feel like deliberate controls, not generic pills. */
.sbk-v2 .sbk-v2-expert-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 54px;
  margin-top: 21px;
  padding: 13px 15px 13px 17px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 14px;
  background: rgba(255,255,255,.96);
  color: #09263e;
  font-family: var(--font-display, "Sora", sans-serif);
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.25;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .14);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.sbk-v2 .sbk-v2-expert-trigger::after {
  content: "→";
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--sbk-v2-blue);
  color: #fff;
  font-size: 1.05rem;
}

.sbk-v2 .sbk-v2-expert-trigger:hover {
  background: #fff;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(0,0,0,.18);
}

.sbk-v2 .sbk-complete-advice-button {
  min-height: 54px;
  padding-inline: 18px;
  border-radius: 14px !important;
  box-shadow: 0 9px 20px rgba(245, 197, 24, .22) !important;
}

.sbk-v2 .sbk-complete-advice-button::after {
  content: "→";
  margin-left: 9px;
  font-size: 1.05em;
}

/* The old yellow "Persoonlijk maatwerk" capsule becomes a cleaner label. */
.sbk-v2 .sbk-custom-offer .sbk-discount-badge {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid #e4b714;
  border-left-width: 4px;
  border-radius: 8px;
  background: #fff7cf;
  color: #5c4800;
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
  white-space: normal;
}

@media (max-width: 640px) {
  .sbk-v2 .quiz-results__header.sbk-result-hero--enhanced {
    padding: 25px 19px 21px;
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(5, 31, 58, .18);
  }

  .sbk-v2 .quiz-results__header.sbk-result-hero--enhanced::after {
    width: 230px;
    height: 230px;
    right: -128px;
    bottom: -122px;
    border-width: 40px;
  }

  .sbk-v2 .sbk-result-hero--enhanced .sbk-v2-eyebrow {
    margin-bottom: 12px;
    font-size: .66rem;
  }

  .sbk-v2 .sbk-result-capacity {
    gap: 8px;
  }

  .sbk-v2 .sbk-result-capacity strong {
    font-size: clamp(4.35rem, 21vw, 6rem);
  }

  .sbk-v2 .sbk-result-capacity em {
    margin-bottom: .38rem;
    font-size: 1.35rem;
  }

  .sbk-v2 .sbk-result-label {
    margin-top: 10px;
    font-size: 1.08rem;
  }

  .sbk-v2 .sbk-result-hero--enhanced .quiz-results__sub {
    margin-top: 9px;
    font-size: .82rem;
    line-height: 1.48;
  }

  .sbk-v2 .sbk-result-hero-meta {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-top: 17px;
  }

  .sbk-v2 .sbk-result-hero-stat {
    min-height: 62px;
    padding: 9px 10px;
    border-radius: 12px;
  }

  .sbk-v2 .sbk-result-hero-stat span {
    font-size: .59rem;
  }

  .sbk-v2 .sbk-result-hero-stat strong {
    font-size: .88rem;
  }

  .sbk-v2 .sbk-result-hero-reason {
    margin-top: 13px;
    padding-left: 19px;
    font-size: .78rem;
    line-height: 1.44;
  }

  .sbk-v2 .sbk-v2-expert-trigger {
    width: 100%;
    min-height: 52px;
    margin-top: 17px;
    padding: 10px 10px 10px 14px;
    border-radius: 13px;
    font-size: .82rem;
    text-align: left;
  }

  .sbk-v2 .sbk-v2-expert-trigger::after {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    border-radius: 9px;
  }

  .sbk-v2 .sbk-complete-advice-button {
    width: 100%;
    min-width: 0;
    border-radius: 13px !important;
  }

  .sbk-v2 .sbk-custom-offer .sbk-discount-badge {
    font-size: .64rem;
  }
}

/* =============================================================================
   V4 — STEP ZERO + REAL QUESTION IMAGE SLOTS
   ============================================================================= */

/* Step zero is the existing intro screen, now intentionally framed as preparation. */
.sbk-v2 .sbk-v2-step-zero .quiz-intro__inner {
  align-items: start;
}

.sbk-v2 .sbk-v2-step-zero .quiz-intro__title {
  max-width: 760px;
}

.sbk-v2 .sbk-v2-step-zero .quiz-intro__sub strong {
  color: var(--sbk-v2-navy);
}

.sbk-v2-intro-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 24px;
}

.sbk-v2-intro-flow > div {
  min-height: 82px;
  padding: 13px;
  border: 1px solid var(--sbk-v2-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
}

.sbk-v2-intro-flow span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  margin-bottom: 8px;
  border-radius: 8px;
  background: var(--sbk-v2-sky);
  color: var(--sbk-v2-blue-dark);
  font-size: .72rem;
  font-weight: 900;
}

.sbk-v2-intro-flow strong {
  display: block;
  color: var(--sbk-v2-navy);
  font-size: .82rem;
  line-height: 1.35;
}

.sbk-v2 .sbk-v2-step-zero .quiz-intro__cta {
  padding-inline: 22px;
  border-radius: 14px;
}

.sbk-v2-prep-card__intro {
  margin: -2px 0 14px !important;
  padding: 0 !important;
  background: transparent !important;
  color: var(--sbk-v2-muted) !important;
  font-size: .84rem !important;
  line-height: 1.5;
}

.sbk-v2-prep-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.sbk-v2-prep-item {
  min-height: 94px;
  padding: 12px;
  border: 1px solid var(--sbk-v2-line);
  border-radius: 13px;
  background: var(--sbk-v2-sky-soft);
}

.sbk-v2-prep-item strong,
.sbk-v2-prep-item span {
  display: block;
}

.sbk-v2-prep-item strong {
  margin-bottom: 4px;
  color: var(--sbk-v2-navy);
  font-size: .82rem;
}

.sbk-v2-prep-item span {
  color: var(--sbk-v2-text);
  font-size: .76rem;
  line-height: 1.42;
}

.sbk-v2-prep-note {
  margin: 0 !important;
  padding: 12px 13px !important;
  border-radius: 12px !important;
  background: #fff8d8 !important;
  color: #524512 !important;
  font-size: .78rem !important;
  line-height: 1.5;
}

/* Real photo on step zero. Missing image is removed by JS. */
.sbk-v2-prep-image {
  width: 100%;
  height: 158px;
  margin: -4px -4px 18px;
  overflow: hidden;
  border-radius: 20px;
  background: #edf2f6;
}

.sbk-v2-prep-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

/* Replace all generated/diagrammatic scenes with a basic real-image slot. */
.sbk-v2-step-scene.sbk-v2-step-scene--photo {
  position: absolute;
  top: 50%;
  right: clamp(24px, 5vw, 64px);
  width: min(36%, 390px);
  height: auto;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(13, 31, 45, .09);
  border-radius: 24px;
  background: #edf2f6;
  box-shadow: 0 16px 38px rgba(13, 31, 45, .11);
  transform: translateY(-50%);
}

.sbk-v2-step-scene.sbk-v2-step-scene--photo::before,
.sbk-v2-step-scene.sbk-v2-step-scene--photo::after {
  display: none !important;
  content: none !important;
}

.sbk-v2-step-scene--photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: opacity .2s ease;
}

.sbk-v2-step-scene--photo:not(.is-loaded) img {
  opacity: 0;
}

/* If a photo file has not been supplied yet, let the question use the full width. */
@media (min-width: 901px) {
  .sbk-v2 .quiz-step.sbk-v2-step--no-image {
    padding-right: clamp(24px, 5vw, 64px);
  }

  .sbk-v2 .quiz-step.sbk-v2-step--no-image .quiz-nav {
    right: clamp(24px, 5vw, 64px);
  }
}

@media (max-width: 900px) {
  .sbk-v2-step-scene.sbk-v2-step-scene--photo {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: 150px;
    aspect-ratio: auto;
    margin: 0 0 18px;
    border-radius: 18px;
    transform: none;
  }
}

@media (max-width: 640px) {
  .sbk-v2 .sbk-v2-step-zero .quiz-intro__title {
    font-size: clamp(2rem, 10.5vw, 3rem);
    line-height: 1.04;
  }

  .sbk-v2 .sbk-v2-step-zero .quiz-intro__sub {
    margin-bottom: 18px;
  }

  .sbk-v2-intro-flow {
    grid-template-columns: 1fr;
    gap: 7px;
    margin-bottom: 18px;
  }

  .sbk-v2-intro-flow > div {
    min-height: 0;
    display: grid;
    grid-template-columns: 31px 1fr;
    align-items: center;
    gap: 9px;
    padding: 9px 10px;
    border-radius: 11px;
  }

  .sbk-v2-intro-flow span {
    width: 28px;
    height: 28px;
    margin: 0;
  }

  .sbk-v2-intro-flow strong {
    font-size: .78rem;
  }

  .sbk-v2-prep-card {
    padding: 14px;
  }

  .sbk-v2-prep-image {
    height: 122px;
    margin: -2px -2px 14px;
    border-radius: 15px;
  }

  .sbk-v2-prep-grid {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .sbk-v2-prep-item {
    min-height: 0;
    padding: 10px 11px;
  }

  .sbk-v2-prep-item strong {
    font-size: .78rem;
  }

  .sbk-v2-prep-item span {
    font-size: .73rem;
  }

  /* Every question may have its own real photo, but keep it intentionally small on phones. */
  .sbk-v2 .quiz-step.sbk-v2-step--dense .sbk-v2-step-scene--photo,
  .sbk-v2 .quiz-step.sbk-v2-step--compound .sbk-v2-step-scene--photo,
  .sbk-v2-step-scene.sbk-v2-step-scene--photo {
    display: block !important;
    width: 100%;
    height: 96px;
    margin: 0 0 13px;
    border-radius: 13px;
    box-shadow: none;
  }
}

/* =============================================================================
   V6 — AD LANDER + COMPACT PREPARATION STEP + MOBILE FLOW
   ============================================================================= */

/* ---------- Dedicated ad-entry lander ---------- */
.sbk-v2-lander {
  min-height: calc(100svh - 78px);
  display: grid;
  place-items: center;
  padding: clamp(34px, 6vh, 72px) 16px 56px;
}

.sbk-v2-lander[hidden] { display: none !important; }

.sbk-v2-lander__inner {
  width: min(calc(100% - 0px), 980px);
  margin-inline: auto;
}

.sbk-v2-lander__copy {
  max-width: 780px;
  margin-inline: auto;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid rgba(13,31,45,.08);
  border-radius: 30px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 18px 50px rgba(7,17,24,.09);
  text-align: center;
}

.sbk-v2-lander__copy .sbk-v2-eyebrow { margin-bottom: 12px; }

.sbk-v2-lander__copy h1 {
  max-width: 15ch;
  margin: 0 auto 16px;
  color: var(--sbk-v2-navy);
  font-family: var(--font-display, "Sora", sans-serif);
  font-size: clamp(2.5rem, 5.7vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: -.048em;
}

.sbk-v2-lander__copy > p {
  max-width: 60ch;
  margin: 0 auto 24px;
  color: var(--sbk-v2-text);
  font-size: 1rem;
  line-height: 1.65;
}

.sbk-v2-lander__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  max-width: 650px;
  margin: 0 auto 22px;
}

.sbk-v2-lander__proof span {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 12px;
  border: 1px solid var(--sbk-v2-line);
  border-radius: 13px;
  background: var(--sbk-v2-sky-soft);
  color: var(--sbk-v2-text);
  font-size: .82rem;
  font-weight: 750;
  line-height: 1.25;
}

.sbk-v2-lander__proof strong { color: var(--sbk-v2-blue-dark); font-weight: 900; }

.sbk-v2-lander__cta {
  width: min(100%, 420px);
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 22px;
  border: 0;
  border-radius: 15px;
  background: var(--sbk-v2-yellow);
  color: var(--sbk-v2-navy-deep);
  font-family: var(--font-display, "Sora", sans-serif);
  font-size: 1rem;
  font-weight: 850;
  cursor: pointer;
}

.sbk-v2-lander__cta:hover { background: #e8b900; transform: translateY(-1px); }
.sbk-v2-lander__cta svg { width: 19px; height: 19px; }

.sbk-v2-lander__copy > small {
  display: block;
  margin-top: 11px;
  color: var(--sbk-v2-muted);
  font-size: .76rem;
  font-weight: 650;
}

/* The entry lander is intentionally not shown as an in-progress quiz state. */
.sbk-v2-mode--landing .sbk-v2-header {
  grid-template-columns: 1fr auto;
}
.sbk-v2-mode--landing .sbk-v2-header .quiz-progress { display: none; }
.sbk-v2-mode--landing .sbk-v2-help { grid-column: 2; }

/* ---------- Step 0: compact preparation, not another landing page ---------- */
.sbk-v2 .quiz-intro.sbk-v2-step-zero {
  min-height: calc(100svh - 78px);
  padding: clamp(26px, 4vh, 46px) 16px 48px;
}

.sbk-v2 .sbk-v2-step-zero .quiz-intro__inner {
  width: min(100%, 980px);
  display: grid;
  grid-template-areas:
    "copy image"
    "grid image"
    "actions image";
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr);
  gap: 16px clamp(34px, 5vw, 64px);
  align-items: start;
}

.sbk-v2-step-zero__copy { grid-area: copy; }
.sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-image { grid-area: image; }
.sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-grid { grid-area: grid; }
.sbk-v2-step-zero__actions { grid-area: actions; }

.sbk-v2 .sbk-v2-step-zero .quiz-intro__badge {
  margin-bottom: 8px;
}

.sbk-v2 .sbk-v2-step-zero .quiz-intro__title {
  max-width: 13ch;
  margin-bottom: 10px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.sbk-v2 .sbk-v2-step-zero .quiz-intro__sub {
  max-width: 56ch;
  margin: 0;
  color: var(--sbk-v2-text);
  font-size: .95rem;
  line-height: 1.55;
}

.sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-image {
  min-height: 0;
  height: 100%;
  max-height: 420px;
  overflow: hidden;
  border-radius: 22px;
  background: #eef3f8;
  box-shadow: 0 12px 30px rgba(7,17,24,.08);
}

.sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sbk-v2 .sbk-v2-step-zero.sbk-v2-step--no-image .quiz-intro__inner {
  grid-template-areas: "copy" "grid" "actions";
  grid-template-columns: 1fr;
  max-width: 720px;
}

.sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-item {
  min-height: 74px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 11px 13px;
  border: 1px solid #d8e3ee;
  border-radius: 13px;
  background: var(--sbk-v2-sky-soft);
}

.sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-item strong {
  color: var(--sbk-v2-navy);
  font-size: .82rem;
  line-height: 1.25;
}

.sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-item span {
  color: var(--sbk-v2-muted);
  font-size: .75rem;
  line-height: 1.3;
}

.sbk-v2-step-zero__actions { max-width: 650px; }

.sbk-v2-step-zero__reassurance {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--sbk-v2-text);
  font-size: .82rem;
  line-height: 1.42;
}

.sbk-v2-step-zero__reassurance > span {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eaf9ef;
  color: var(--sbk-v2-green);
  font-weight: 900;
}

.sbk-v2-step-zero__reassurance strong { color: var(--sbk-v2-navy); }

.sbk-v2 .sbk-v2-step-zero .quiz-intro__cta {
  width: min(100%, 420px);
  min-height: 54px;
  padding: 13px 18px;
  border-radius: 14px;
}

.sbk-v2-step-zero__meta {
  max-width: 60ch;
  margin: 8px 0 0;
  color: var(--sbk-v2-muted);
  font-size: .7rem;
  line-height: 1.4;
}

/* ---------- Desktop question photo alignment ---------- */
@media (min-width: 901px) {
  .sbk-v2-step-scene.sbk-v2-step-scene--photo {
    top: clamp(190px, 29%, 230px);
    right: clamp(28px, 4vw, 54px);
    width: min(37%, 410px);
    transform: none;
  }
}

@media (max-width: 900px) {
  .sbk-v2 .sbk-v2-step-zero .quiz-intro__inner {
    grid-template-areas: "copy" "image" "grid" "actions";
    grid-template-columns: 1fr;
    max-width: 700px;
  }

  .sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-image {
    width: 100%;
    height: 180px;
  }

  .sbk-v2-step-scene.sbk-v2-step-scene--photo { height: 168px; }
}

@media (max-width: 640px) {
  /* Landing: intentionally fits in one normal phone viewport. */
  .sbk-v2-mode--landing .sbk-v2-header {
    width: calc(100% - 24px);
    min-height: 64px;
  }

  .sbk-v2-lander {
    min-height: calc(100svh - 64px);
    padding: 14px 12px max(18px, env(safe-area-inset-bottom));
  }

  .sbk-v2-lander__copy {
    padding: 24px 18px;
    border-radius: 21px;
  }

  .sbk-v2-lander__copy .sbk-v2-eyebrow {
    margin-bottom: 8px;
    font-size: .68rem;
  }

  .sbk-v2-lander__copy h1 {
    max-width: 12ch;
    margin-bottom: 12px;
    font-size: clamp(2.25rem, 11vw, 3rem);
    line-height: 1.01;
  }

  .sbk-v2-lander__copy > p {
    margin-bottom: 17px;
    font-size: .88rem;
    line-height: 1.5;
  }

  .sbk-v2-lander__proof {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 16px;
  }

  .sbk-v2-lander__proof span {
    min-height: 44px;
    padding: 7px 8px;
    border-radius: 11px;
    font-size: .7rem;
  }

  .sbk-v2-lander__proof span:last-child { grid-column: 1 / -1; }

  .sbk-v2-lander__cta {
    width: 100%;
    min-height: 56px;
    border-radius: 14px;
    font-size: .96rem;
  }

  .sbk-v2-lander__copy > small {
    margin-top: 8px;
    font-size: .67rem;
    line-height: 1.35;
  }

  /* Preparation: one compact screen with all important information visible. */
  .sbk-v2 .quiz-intro.sbk-v2-step-zero {
    min-height: calc(100svh - 68px);
    padding: 14px 12px max(18px, env(safe-area-inset-bottom));
    align-items: start;
  }

  .sbk-v2 .sbk-v2-step-zero .quiz-intro__inner {
    gap: 10px;
  }

  .sbk-v2 .sbk-v2-step-zero .quiz-intro__badge {
    margin-bottom: 5px;
    font-size: .66rem;
  }

  .sbk-v2 .sbk-v2-step-zero .quiz-intro__title {
    max-width: none;
    margin-bottom: 7px;
    font-size: clamp(1.8rem, 8.1vw, 2.15rem);
    line-height: 1.04;
  }

  .sbk-v2 .sbk-v2-step-zero .quiz-intro__sub {
    font-size: .8rem;
    line-height: 1.42;
  }

  .sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-image {
    height: 100px;
    border-radius: 14px;
    box-shadow: none;
  }

  .sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-grid {
    grid-template-columns: 1fr 1fr;
    gap: 6px;
  }

  .sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-item {
    min-height: 58px;
    gap: 2px;
    padding: 8px 9px;
    border-radius: 10px;
  }

  .sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-item strong {
    font-size: .72rem;
  }

  .sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-item span {
    font-size: .64rem;
    line-height: 1.25;
  }

  .sbk-v2-step-zero__reassurance {
    margin-bottom: 8px;
    font-size: .7rem;
    line-height: 1.35;
  }

  .sbk-v2-step-zero__reassurance > span {
    width: 18px;
    height: 18px;
  }

  .sbk-v2 .sbk-v2-step-zero .quiz-intro__cta {
    width: 100%;
    min-height: 52px;
    padding: 12px 15px;
    font-size: .9rem;
  }

  .sbk-v2-step-zero__meta {
    margin-top: 6px;
    text-align: center;
    font-size: .62rem;
    line-height: 1.3;
  }

  /* Questions: larger hierarchy with normal persistent answer lists. */
  .sbk-v2 .quiz-wrapper { padding-top: 16px; }

  .sbk-v2 .quiz-step {
    padding: 24px 16px 0;
    border-radius: 20px;
  }

  .sbk-v2 .quiz-step__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    border-radius: 12px;
  }

  .sbk-v2 .quiz-step__question {
    margin-bottom: 8px;
    font-size: clamp(1.85rem, 8vw, 2rem);
    line-height: 1.05;
    letter-spacing: -.038em;
  }

  .sbk-v2 .quiz-step__hint {
    margin-bottom: 15px;
    font-size: .91rem;
    line-height: 1.5;
  }

  .sbk-v2-step-scene.sbk-v2-step-scene--photo,
  .sbk-v2 .quiz-step.sbk-v2-step--dense .sbk-v2-step-scene--photo,
  .sbk-v2 .quiz-step.sbk-v2-step--compound .sbk-v2-step-scene--photo {
    display: block !important;
    width: 100%;
    height: 120px;
    margin: 0 0 14px;
    border-radius: 14px;
    box-shadow: none;
  }

  .sbk-v2 .quiz-option {
    min-height: 62px;
    padding: 11px 12px;
  }

  .sbk-v2 .quiz-option__text strong { font-size: .94rem; }
  .sbk-v2 .quiz-option__text small { font-size: .75rem; line-height: 1.35; }

  .sbk-v2 .quiz-nav {
    margin-top: 18px;
  }
}


/* =============================================================================
   V7 — STRICT SCREEN STATES + STEP 0 MOBILE CARD POLISH
   Keeps the ad lander, preparation step and quiz as truly separate screens.
   ============================================================================= */

/* Never allow the next screen to leak underneath the current one. */
.sbk-v2-mode--landing #quiz-intro,
.sbk-v2-mode--landing #quiz-wrapper,
.sbk-v2-mode--landing #quiz-results {
  display: none !important;
}

.sbk-v2-mode--prep #sbk-v2-lander,
.sbk-v2-mode--prep #quiz-wrapper,
.sbk-v2-mode--prep #quiz-results {
  display: none !important;
}

.sbk-v2-mode--quiz #sbk-v2-lander,
.sbk-v2-mode--quiz #quiz-intro,
.sbk-v2-mode--results #sbk-v2-lander,
.sbk-v2-mode--results #quiz-intro {
  display: none !important;
}

/* Defensive fallback: hidden really means hidden, even if older quiz CSS sets display:grid. */
.sbk-v2 [hidden] {
  display: none !important;
}

/* Step 0 should visually belong to the same product as the question cards. */
.sbk-v2 .quiz-intro.sbk-v2-step-zero {
  padding-top: clamp(18px, 3vh, 34px);
}

.sbk-v2 .sbk-v2-step-zero .quiz-intro__inner {
  width: min(calc(100% - 8px), 1040px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(13, 31, 45, .08);
  border-radius: 26px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 14px 38px rgba(7, 17, 24, .07);
}

.sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-item {
  background: #f6f9fd;
}

.sbk-v2-step-zero__reassurance {
  padding: 10px 12px;
  border: 1px solid #dce9df;
  border-radius: 12px;
  background: #f4fbf6;
}

@media (max-width: 640px) {
  /* Keep Step 0 compact enough that the CTA is obvious without a discovery scroll. */
  .sbk-v2 .quiz-intro.sbk-v2-step-zero {
    min-height: calc(100svh - 68px);
    padding: 12px 12px max(14px, env(safe-area-inset-bottom));
  }

  .sbk-v2 .sbk-v2-step-zero .quiz-intro__inner {
    width: 100%;
    gap: 8px;
    padding: 17px 15px 16px;
    border-radius: 20px;
    box-shadow: 0 8px 26px rgba(7, 17, 24, .065);
  }

  .sbk-v2 .sbk-v2-step-zero .quiz-intro__badge {
    margin-bottom: 4px;
    font-size: .64rem;
    letter-spacing: .08em;
  }

  .sbk-v2 .sbk-v2-step-zero .quiz-intro__title {
    margin-bottom: 5px;
    font-size: clamp(1.72rem, 7.7vw, 2rem);
    line-height: 1.02;
    letter-spacing: -.035em;
  }

  .sbk-v2 .sbk-v2-step-zero .quiz-intro__sub {
    font-size: .77rem;
    line-height: 1.36;
  }

  .sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-image {
    height: 88px;
    border-radius: 12px;
  }

  .sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-grid {
    gap: 5px;
  }

  .sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-item {
    min-height: 54px;
    padding: 7px 8px;
    border-radius: 10px;
  }

  .sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-item strong {
    font-size: .7rem;
  }

  .sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-item span {
    font-size: .61rem;
  }

  .sbk-v2-step-zero__reassurance {
    align-items: center;
    gap: 7px;
    margin: 0 0 7px;
    padding: 7px 9px;
    border-radius: 10px;
    font-size: .66rem;
    line-height: 1.28;
  }

  .sbk-v2-step-zero__reassurance > span {
    width: 17px;
    height: 17px;
    font-size: .68rem;
  }

  .sbk-v2 .sbk-v2-step-zero .quiz-intro__cta {
    min-height: 50px;
    padding: 11px 14px;
    border-radius: 13px;
    font-size: .88rem;
  }

  /* This is useful, but not important enough to push the CTA below the fold on phones. */
  .sbk-v2-step-zero__meta {
    display: none;
  }
}


/* =============================================================================
   V8 — responsive brand logo parity with the main site header
   Mobile/tablet: compact Slim mark. Desktop: full Slimthuisbatterijkopen.nl wordmark.
   ============================================================================= */
.sbk-v2-brand__picture {
  display: block;
  line-height: 0;
}

.sbk-v2-brand__picture img {
  display: block;
}

@media (max-width: 768px) {
  .sbk-v2 .sbk-v2-brand {
    min-width: 52px;
  }

  .sbk-v2 .sbk-v2-brand__picture img,
  .sbk-v2 .sbk-v2-brand img {
    width: auto;
    height: 42px;
    max-width: 72px;
    object-fit: contain;
    object-position: left center;
  }
}

@media (min-width: 769px) {
  .sbk-v2 .sbk-v2-brand__picture img,
  .sbk-v2 .sbk-v2-brand img {
    width: auto;
    height: 42px;
    max-width: 210px;
    object-fit: contain;
    object-position: left center;
  }
}

/* V12: custom-result text must always remain inside the result hero. */
.sbk-v2 .sbk-result-capacity--custom {
  width: 100%;
  min-width: 0;
}

.sbk-v2 .sbk-result-capacity--custom strong {
  max-width: 100%;
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: .9;
  letter-spacing: -.065em;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .sbk-v2 .sbk-result-capacity--custom strong {
    font-size: clamp(3rem, 15.5vw, 4.25rem);
    line-height: .92;
    letter-spacing: -.055em;
  }
}

/* V13 — complete-advice contact handoff */
.sbk-v2 .sbk-contact-hint {
  margin: 8px 0 0;
  color: var(--sbk-v2-text-muted, #6f829b);
  font-size: .8rem;
  line-height: 1.45;
}

.sbk-v2 .sbk-bundle-action .sbk-form-status.is-error {
  color: #b42318;
}

.sbk-v2 .sbk-bundle-action .sbk-form-status.is-success {
  color: #087a42;
}


/* =============================================================================
   V14 — QUIETER MOBILE FLOW + STRICT RESULT HIERARCHY
   Final simplification pass: compact Step 0, fewer usage choices, calmer result hero.
   ============================================================================= */

/* Step 0: one compact checklist instead of four competing cards. */
.sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-grid {
  display: none !important;
}

.sbk-v2 .sbk-v2-prep-checklist {
  grid-area: grid;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sbk-v2 .sbk-v2-prep-checklist li {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 7px 0;
}

.sbk-v2 .sbk-v2-prep-checklist li > span {
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e9f8ef;
  color: #16a65b;
  font-size: .75rem;
  font-weight: 900;
}

.sbk-v2 .sbk-v2-prep-checklist li div { min-width: 0; }
.sbk-v2 .sbk-v2-prep-checklist strong,
.sbk-v2 .sbk-v2-prep-checklist small { display: block; }
.sbk-v2 .sbk-v2-prep-checklist strong {
  color: var(--sbk-v2-navy);
  font-size: .86rem;
  line-height: 1.2;
}
.sbk-v2 .sbk-v2-prep-checklist small {
  margin-top: 2px;
  color: var(--sbk-v2-muted);
  font-size: .72rem;
  line-height: 1.25;
}

/* Exact usage is a first-class alternative, not hidden behind a disclosure. */
.sbk-v2 .sbk-exact-usage-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 250px);
  align-items: center;
  gap: 16px;
  margin-top: 12px;
  padding: 14px 16px;
  border: 1.5px solid var(--sbk-v2-line);
  border-radius: 15px;
  background: var(--sbk-v2-sky-soft);
}

.sbk-v2 .sbk-exact-usage-card > span:first-child strong,
.sbk-v2 .sbk-exact-usage-card > span:first-child small { display: block; }
.sbk-v2 .sbk-exact-usage-card > span:first-child strong {
  color: var(--sbk-v2-navy);
  font-size: .94rem;
}
.sbk-v2 .sbk-exact-usage-card > span:first-child small {
  margin-top: 3px;
  color: var(--sbk-v2-muted);
  font-size: .75rem;
  line-height: 1.35;
}

.sbk-v2 .sbk-exact-usage-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  overflow: hidden;
  border: 1.5px solid var(--sbk-v2-line);
  border-radius: 12px;
  background: #fff;
}
.sbk-v2 .sbk-exact-usage-control input {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0 12px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--sbk-v2-navy);
  font-weight: 800;
}
.sbk-v2 .sbk-exact-usage-control em {
  padding-right: 12px;
  color: var(--sbk-v2-muted);
  font-size: .8rem;
  font-style: normal;
  font-weight: 750;
}
.sbk-v2 .sbk-exact-usage-control:focus-within {
  border-color: var(--sbk-v2-blue);
  box-shadow: 0 0 0 3px rgba(0,98,227,.09);
}

/* Result hero: keep the wow moment, remove competing status/caveat boxes. */
.sbk-v2 .quiz-results__header.sbk-result-hero--enhanced {
  background: linear-gradient(145deg, #071d2d 0%, #0a3352 56%, #0b4f87 100%);
  border-color: rgba(132,190,255,.18);
  box-shadow: 0 22px 52px rgba(5,31,58,.17);
}
.sbk-v2 .quiz-results__header.sbk-result-hero--enhanced::before {
  opacity: 0 !important;
}
.sbk-v2 .quiz-results__header.sbk-result-hero--enhanced::after {
  opacity: .58;
}
.sbk-v2 .sbk-result-capacity strong {
  color: #a8d0ff;
  text-shadow: none;
}
.sbk-v2 .sbk-result-capacity em { color: #b7d8ff; }
.sbk-v2 .sbk-result-label {
  margin-top: 10px;
  color: #fff;
  font-size: clamp(1.12rem, 2.2vw, 1.55rem);
  font-weight: 820;
}
.sbk-v2 .sbk-result-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 19px;
}
.sbk-v2 .sbk-result-hero-stat {
  width: fit-content;
  max-width: 100%;
  min-height: 0;
  padding: 8px 12px;
  border-color: rgba(255,255,255,.18);
  border-radius: 11px;
  background: rgba(255,255,255,.08);
  backdrop-filter: none;
}
.sbk-v2 .sbk-result-hero-stat span {
  display: inline;
  margin: 0 7px 0 0;
  color: #a8c6e4;
  font-size: .66rem;
}
.sbk-v2 .sbk-result-hero-stat strong {
  display: inline;
  color: #fff;
  font-size: .9rem;
}
.sbk-v2 .sbk-result-hero-reason {
  margin-top: 15px;
  max-width: 650px;
  color: #fff;
  font-size: .88rem;
  line-height: 1.42;
}

/* Product cards only explain what the alternative is once. */
.sbk-v2 .quiz-product-card__fit {
  padding-top: 12px;
  padding-bottom: 12px;
}
.sbk-v2 .quiz-product-card__fit strong {
  font-size: .82rem;
  line-height: 1.4;
}
.sbk-v2 .quiz-product-card__fit-compare {
  font-size: .78rem;
  line-height: 1.4;
}

@media (max-width: 640px) {
  .sbk-v2 .sbk-v2-step-zero .quiz-intro__inner {
    gap: 7px;
    padding: 16px 15px 15px;
  }
  .sbk-v2 .sbk-v2-step-zero .quiz-intro__title {
    font-size: clamp(1.65rem, 7.3vw, 1.92rem);
  }
  .sbk-v2 .sbk-v2-step-zero .quiz-intro__sub {
    font-size: .76rem;
  }
  .sbk-v2 .sbk-v2-step-zero .sbk-v2-prep-image {
    height: 82px;
  }
  .sbk-v2 .sbk-v2-prep-checklist {
    grid-template-columns: 1fr 1fr;
    gap: 2px 10px;
  }
  .sbk-v2 .sbk-v2-prep-checklist li {
    gap: 6px;
    padding: 4px 0;
  }
  .sbk-v2 .sbk-v2-prep-checklist li > span {
    flex-basis: 17px;
    width: 17px;
    height: 17px;
    font-size: .6rem;
  }
  .sbk-v2 .sbk-v2-prep-checklist strong { font-size: .68rem; }
  .sbk-v2 .sbk-v2-prep-checklist small { font-size: .58rem; }
  .sbk-v2-step-zero__reassurance {
    margin-bottom: 5px;
    padding: 6px 8px;
  }

  .sbk-v2 .sbk-exact-usage-card {
    grid-template-columns: 1fr;
    gap: 9px;
    padding: 12px;
  }
  .sbk-v2 .sbk-exact-usage-card > span:first-child small { font-size: .71rem; }
  .sbk-v2 .sbk-exact-usage-control input { min-height: 46px; }

  .sbk-v2 .quiz-results__header.sbk-result-hero--enhanced {
    padding: 25px 20px 22px;
  }
  .sbk-v2 .sbk-result-capacity strong {
    font-size: clamp(4.65rem, 24vw, 6rem);
  }
  .sbk-v2 .sbk-result-label {
    font-size: 1.08rem;
    line-height: 1.18;
  }
  .sbk-v2 .sbk-result-hero-meta { margin-top: 15px; }
  .sbk-v2 .sbk-result-hero-stat { padding: 7px 10px; }
  .sbk-v2 .sbk-result-hero-stat span { font-size: .6rem; }
  .sbk-v2 .sbk-result-hero-stat strong { font-size: .82rem; }
  .sbk-v2 .sbk-result-hero-reason {
    margin-top: 13px;
    padding-left: 21px;
    font-size: .79rem;
    line-height: 1.38;
  }
}

/* =============================================================================
   V15 — MOBILE QUESTION SPACE + QUIETER RESULT CARDS
   ============================================================================= */

/* Result sections are not a numbered wizard. */
.sbk-v2 .quiz-results .sbk-result-section__heading .sbk-eyebrow,
.sbk-v2 .quiz-results .sbk-bundle-action > .sbk-v2-eyebrow {
  display: none !important;
}

/* Maatwerk must behave like a left-aligned wordmark, never a giant clipped number. */
.sbk-v2 .sbk-result-capacity--custom {
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: left;
  justify-content: flex-start;
  overflow: visible;
}
.sbk-v2 .sbk-result-capacity--custom strong {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  font-size: clamp(3.4rem, 7vw, 5.8rem);
  line-height: .94;
  letter-spacing: -.055em;
  white-space: nowrap;
  text-align: left;
}

/* Cleaner add-on cards: image gets the room, helper paragraphs stay out of the way. */
.sbk-v2 .sbk-addon-list {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}
.sbk-v2 .sbk-addon-card {
  overflow: hidden;
  border: 1.5px solid var(--sbk-v2-line);
  border-radius: 18px;
  background: #fff;
}
.sbk-v2 .sbk-addon-card.is-selected {
  border-color: rgba(0,98,227,.48);
  box-shadow: 0 0 0 3px rgba(0,98,227,.07);
}
.sbk-v2 .sbk-addon-card__media {
  width: 100%;
  height: 220px;
  padding: 14px;
  display: grid;
  place-items: center;
  background: #f6f8fb;
  border-bottom: 1px solid var(--sbk-v2-line);
}
.sbk-v2 .sbk-addon-card__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sbk-v2 .sbk-addon-card__body {
  padding: 16px;
}
.sbk-v2 .sbk-addon-card__label {
  display: inline-block;
  margin-bottom: 7px;
  color: var(--sbk-v2-blue-dark);
  font-size: .68rem;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.sbk-v2 .sbk-addon-card__body h4 {
  margin: 0;
  color: var(--sbk-v2-navy);
  font-size: 1.08rem;
  line-height: 1.25;
}
.sbk-v2 .sbk-addon-card__price {
  display: block;
  margin-top: 10px;
  color: var(--sbk-v2-navy);
  font-size: .92rem;
}
.sbk-v2 .sbk-addon-card.no-image .sbk-addon-card__body {
  padding-block: 18px;
}

/* Trim secondary result-page copy without removing important actions. */
.sbk-v2 .sbk-result-section__heading > p,
.sbk-v2 .sbk-analysis__summary > small {
  display: none !important;
}

@media (max-width: 640px) {
  /* The icon above every question costs a full row on small screens. Desktop keeps it. */
  .sbk-v2 .quiz-step__icon {
    display: none !important;
  }

  .sbk-v2 .quiz-step__question {
    margin-top: 0;
  }

  /* Compact custom result so the complete word is always visible and left aligned. */
  .sbk-v2 .sbk-result-capacity--custom strong {
    font-size: clamp(2.75rem, 12vw, 3.45rem) !important;
    line-height: .96;
    letter-spacing: -.045em;
  }

  .sbk-v2 .sbk-addon-card__media {
    height: 185px;
    padding: 12px;
  }
  .sbk-v2 .sbk-addon-card__body {
    padding: 14px;
  }
  .sbk-v2 .sbk-addon-card__body h4 {
    font-size: 1rem;
  }

  /* Result page: reduce low-priority grey prose. */
  .sbk-v2 .sbk-bundle-action > p:not(.sbk-form-status):not(.sbk-v2-reassurance) {
    margin-bottom: 14px;
    font-size: .86rem;
    line-height: 1.5;
  }
  .sbk-v2 .sbk-v2-reassurance {
    font-size: .82rem;
  }
}

/* =============================================================================
   V16 — DESKTOP RESULT COMPOSITION
   Desktop gets its own deliberate composition. Mobile V15 styling is left
   intact. Optional hero image: /assets/images/keuzehulp/resultaat-advies.webp
   ============================================================================= */

@media (min-width: 901px) {
  /* ---------- Result hero: use both halves of the desktop card ---------- */
  .sbk-v2 .quiz-results__header.sbk-result-hero--enhanced {
    min-height: 430px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(330px, .78fr);
    grid-template-areas:
      "eyebrow aside"
      "title aside"
      "sub aside"
      "action aside";
    grid-template-rows: auto auto auto 1fr;
    column-gap: clamp(34px, 5vw, 70px);
    align-items: start;
    padding: clamp(42px, 4.5vw, 62px);
  }

  .sbk-v2 .sbk-result-hero--enhanced > .sbk-v2-eyebrow {
    grid-area: eyebrow;
    align-self: end;
  }

  .sbk-v2 .sbk-result-hero--enhanced > .quiz-results__title {
    grid-area: title;
    max-width: 620px;
  }

  .sbk-v2 .sbk-result-hero--enhanced > .quiz-results__sub {
    grid-area: sub;
    max-width: 560px;
  }

  .sbk-v2 .sbk-result-hero--enhanced > .sbk-v2-expert-trigger {
    grid-area: action;
    align-self: end;
    justify-self: start;
    min-width: 320px;
    margin-top: 26px;
  }

  .sbk-v2 .sbk-result-capacity strong {
    font-size: clamp(6rem, 8vw, 8.2rem);
  }

  .sbk-v2 .sbk-result-capacity--custom strong {
    font-size: clamp(4.25rem, 6vw, 6rem);
  }

  .sbk-v2 .sbk-result-hero-aside {
    grid-area: aside;
    align-self: stretch;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 16px;
    padding: 16px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 23px;
    background:
      radial-gradient(circle at 78% 12%, rgba(107,181,255,.16), transparent 36%),
      rgba(255,255,255,.055);
  }

  .sbk-v2 .sbk-result-hero-aside.no-image {
    justify-content: center;
  }

  .sbk-v2 .sbk-result-hero-visual {
    flex: 1 1 auto;
    min-height: 220px;
    overflow: hidden;
    border-radius: 17px;
    background: rgba(255,255,255,.07);
  }

  .sbk-v2 .sbk-result-hero-visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .sbk-v2 .sbk-result-hero-aside__copy {
    padding: 6px 6px 7px;
  }

  .sbk-v2 .sbk-result-hero-aside .sbk-result-hero-meta {
    margin-top: 0;
  }

  .sbk-v2 .sbk-result-hero-aside .sbk-result-hero-stat {
    width: 100%;
    padding: 11px 14px;
    background: rgba(255,255,255,.09);
  }

  .sbk-v2 .sbk-result-hero-aside .sbk-result-hero-reason {
    max-width: none;
    margin-top: 17px;
    padding-left: 25px;
    font-size: .92rem;
    line-height: 1.5;
  }

  /* ---------- Recommended products: real desktop grids ---------- */
  .sbk-v2 .quiz-products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    align-items: stretch;
  }

  .sbk-v2 .quiz-product-card {
    width: 100%;
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .sbk-v2 .quiz-product-card__image-wrap {
    height: 230px;
  }

  .sbk-v2 .quiz-product-card__header {
    padding: 18px 18px 15px;
  }

  .sbk-v2 .quiz-product-card__fit {
    margin-top: auto;
    padding: 13px 18px;
  }

  .sbk-v2 .quiz-product-card__actions {
    padding: 16px 18px 18px;
  }

  /* A single valid recommendation should look intentional, not like a tiny
     mobile card stranded on the left side of a desktop section. */
  .sbk-v2 .quiz-products > .quiz-product-card:only-child {
    max-width: 920px;
    display: grid;
    grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
    grid-template-areas:
      "image badge"
      "image header"
      "image fit"
      "image actions";
    grid-template-rows: auto 1fr auto auto;
    justify-self: start;
  }

  .sbk-v2 .quiz-products > .quiz-product-card:only-child .quiz-product-card__badge {
    grid-area: badge;
    margin: 22px 22px 0;
  }

  .sbk-v2 .quiz-products > .quiz-product-card:only-child .quiz-product-card__image-link {
    grid-area: image;
    height: 100%;
    margin: 0;
    border-right: 1px solid var(--sbk-v2-line);
  }

  .sbk-v2 .quiz-products > .quiz-product-card:only-child .quiz-product-card__image-wrap {
    height: 100%;
    min-height: 340px;
    border: 0;
  }

  .sbk-v2 .quiz-products > .quiz-product-card:only-child .quiz-product-card__header {
    grid-area: header;
    padding: 18px 22px;
  }

  .sbk-v2 .quiz-products > .quiz-product-card:only-child .quiz-product-card__fit {
    grid-area: fit;
    margin: 0;
    padding: 13px 22px;
  }

  .sbk-v2 .quiz-products > .quiz-product-card:only-child .quiz-product-card__actions {
    grid-area: actions;
    padding: 17px 22px 22px;
  }

  .sbk-v2 .quiz-products > .quiz-product-card:only-child .quiz-product-card__actions .btn {
    width: min(100%, 310px);
  }

  /* ---------- Add-ons: compact without images, visual when images exist ---------- */
  .sbk-v2 .sbk-addon-list {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 18px;
  }

  .sbk-v2 .sbk-addon-card {
    min-width: 0;
  }

  .sbk-v2 .sbk-addon-card.no-image {
    min-height: 150px;
    display: flex;
    align-items: center;
  }

  .sbk-v2 .sbk-addon-card.no-image .sbk-addon-card__body {
    width: 100%;
    padding: 24px 26px;
  }

  .sbk-v2 .sbk-addon-card.has-image .sbk-addon-card__media {
    height: 190px;
  }

  .sbk-v2 .sbk-addon-card__body h4 {
    max-width: 22ch;
    font-size: 1.12rem;
  }

  .sbk-v2 .sbk-addon-list > .sbk-addon-card:only-child {
    max-width: 720px;
  }

  /* ---------- Complete-advice CTA: desktop horizontal composition ---------- */
  .sbk-v2 .sbk-bundle-action {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(290px, 360px);
    grid-template-areas:
      "heading button"
      "copy button"
      "status status"
      "reassure reassure";
    column-gap: 44px;
    row-gap: 8px;
    align-items: center;
    padding-block: 30px;
  }

  .sbk-v2 .sbk-bundle-action > h3 {
    grid-area: heading;
    margin: 0;
  }

  .sbk-v2 .sbk-bundle-action > p:not(.sbk-form-status):not(.sbk-v2-reassurance) {
    grid-area: copy;
    margin: 0;
    max-width: 650px;
  }

  .sbk-v2 .sbk-bundle-action > .sbk-complete-advice-button {
    grid-area: button;
    width: 100%;
    min-width: 0;
    justify-self: stretch;
  }

  .sbk-v2 .sbk-bundle-action > .sbk-form-status {
    grid-area: status;
    margin: 7px 0 0;
  }

  .sbk-v2 .sbk-bundle-action > .sbk-v2-reassurance {
    grid-area: reassure;
    margin-top: 10px !important;
  }

  /* Custom-result content also uses desktop width more intentionally. */
  .sbk-v2 .sbk-custom-offer:not([hidden]) {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
  }
}

@media (max-width: 900px) {
  /* Flatten the desktop hero wrapper so V15 mobile stays exactly vertical. */
  .sbk-v2 .sbk-result-hero-aside,
  .sbk-v2 .sbk-result-hero-aside__copy {
    display: contents;
  }

  .sbk-v2 .sbk-result-hero-visual {
    display: none !important;
  }
}

/* ============================================================================
   V16 DESKTOP RESULT-SCREEN REFINEMENT  (scoped to >=901px only)
   Balances the blue hero, fills the no-image aside intentionally, gives the
   product wells a stage, turns bald add-on boxes into real component tiles and
   composes the complete-advice CTA so it no longer trails off into empty space.
   No selector below targets mobile/tablet; <=900px styling is untouched.
   ========================================================================== */
@media (min-width: 901px) {
  /* ---- Hero: tighter proportions, less forced emptiness ---- */
  .sbk-v2 .quiz-results__header.sbk-result-hero--enhanced {
    min-height: 384px;
    column-gap: clamp(30px, 4vw, 56px);
    padding: clamp(40px, 4vw, 56px);
  }
  .sbk-v2 .sbk-result-hero--enhanced > .sbk-v2-expert-trigger { min-width: 300px; }

  /* Aside reads as a composed "advies in het kort" panel, image or not. */
  .sbk-v2 .sbk-result-hero-aside {
    justify-content: center;
    gap: 20px;
    padding: 26px 24px;
    border-color: rgba(255,255,255,.2);
    background:
      radial-gradient(130% 90% at 82% 8%, rgba(124,180,250,.22), transparent 60%),
      linear-gradient(165deg, rgba(255,255,255,.11), rgba(255,255,255,.05));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
  }
  .sbk-v2 .sbk-result-hero-aside.no-image { justify-content: flex-start; }
  /* Energy glyph anchors the panel when no product image is supplied. */
  .sbk-v2 .sbk-result-hero-aside.no-image::before {
    content: "";
    flex: 0 0 auto;
    width: 60px; height: 60px;
    border-radius: 17px;
    border: 1px solid rgba(255,255,255,.22);
    background:
      url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M13%202%204%2014h6l-1%208%209-12h-6l1-8z'%20fill='%23f5c518'/%3E%3C/svg%3E") center / 30px no-repeat,
      linear-gradient(160deg, rgba(255,255,255,.16), rgba(255,255,255,.06));
  }
  .sbk-v2 .sbk-result-hero-aside__copy {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 0;
  }
  .sbk-v2 .sbk-result-hero-aside.no-image .sbk-result-hero-aside__copy::before {
    content: "Jouw advies in het kort";
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: rgba(226,240,255,.66);
  }
  .sbk-v2 .sbk-result-hero-aside .sbk-result-hero-meta { margin: 0; }
  .sbk-v2 .sbk-result-hero-aside .sbk-result-hero-stat {
    width: 100%;
    padding: 13px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.1);
  }
  .sbk-v2 .sbk-result-hero-aside .sbk-result-hero-stat span { font-size: .64rem; }
  .sbk-v2 .sbk-result-hero-aside .sbk-result-hero-stat strong { font-size: 1.3rem; }
  .sbk-v2 .sbk-result-hero-aside .sbk-result-hero-reason {
    margin: 2px 0 0;
    padding-left: 24px;
    font-size: .9rem;
    line-height: 1.55;
    color: #eaf4ff;
  }

  /* ---- Product wells: give the floating image a soft stage ---- */
  .sbk-v2 .quiz-product-card__image-wrap {
    height: 208px;
    background: radial-gradient(118% 118% at 50% 14%, #ffffff 0%, #eef3fa 80%);
  }
  .sbk-v2 .quiz-product-card__fit { border-top: 1px solid var(--sbk-v2-line); }

  /* ---- Add-ons: real component tiles instead of empty rectangles ---- */
  .sbk-v2 .sbk-addon-card.no-image {
    min-height: 0;
    display: block;
    align-items: initial;
  }
  .sbk-v2 .sbk-addon-card.no-image .sbk-addon-card__body {
    display: grid;
    grid-template-columns: 58px minmax(0,1fr);
    grid-template-areas:
      "icon label"
      "icon title"
      "icon price";
    column-gap: 18px;
    row-gap: 4px;
    align-items: center;
    padding: 22px 24px;
  }
  .sbk-v2 .sbk-addon-card.no-image .sbk-addon-card__body::before {
    content: "";
    grid-area: icon;
    align-self: center;
    width: 58px; height: 58px;
    border-radius: 15px;
    border: 1px solid var(--sbk-v2-line);
    background:
      url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M12%205v14M5%2012h14'%20stroke='%230062e3'%20stroke-width='2.4'%20stroke-linecap='round'/%3E%3C/svg%3E") center / 26px no-repeat,
      var(--sbk-v2-sky);
  }
  .sbk-v2 .sbk-addon-card.no-image .sbk-addon-card__label { grid-area: label; margin: 0; }
  .sbk-v2 .sbk-addon-card.no-image .sbk-addon-card__body h4 { grid-area: title; margin: 2px 0; }
  .sbk-v2 .sbk-addon-card.no-image .sbk-addon-card__price {
    grid-area: price;
    margin: 0;
    font-weight: 800;
  }
  .sbk-v2 .sbk-addon-card.no-image.is-selected .sbk-addon-card__body::before {
    border-color: rgba(0,98,227,.4);
    background:
      url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3E%3Cpath%20d='M5%2013l4%204%2010-11'%20fill='none'%20stroke='%230062e3'%20stroke-width='2.6'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") center / 26px no-repeat,
      var(--sbk-v2-sky);
  }

  /* ---- Complete-advice CTA: balanced, no trailing void ---- */
  .sbk-v2 .sbk-bundle-action {
    grid-template-columns: minmax(0,1fr) minmax(300px,352px);
    grid-template-areas:
      "heading  button"
      "copy     button"
      "reassure button"
      "status   status";
    column-gap: clamp(32px,4vw,52px);
    row-gap: 10px;
    align-items: center;
    padding-block: clamp(28px,3vw,36px);
  }
  .sbk-v2 .sbk-bundle-action > h3 { align-self: end; }
  .sbk-v2 .sbk-bundle-action > .sbk-complete-advice-button {
    align-self: center;
    min-height: 60px;
    font-size: 1.02rem;
  }
  .sbk-v2 .sbk-bundle-action > .sbk-v2-reassurance {
    grid-area: reassure;
    align-self: start;
    margin: 4px 0 0 !important;
  }
  .sbk-v2 .sbk-bundle-action > .sbk-form-status:empty { display: none; }
}

/* Final result-card action cascade. */
.sbk-v2 .quiz-product-card__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.sbk-v2 .quiz-product-card__actions .btn { font: inherit; cursor: pointer; text-align: center; }
.sbk-v2 .quiz-product-card__actions .btn--secondary {
  background: #fff;
  color: var(--sbk-v2-blue);
  border: 1px solid rgba(0,98,227,.28);
}
.sbk-v2 .quiz-product-card__actions .sbk-card-add-button { border: 1px solid var(--sbk-v2-blue); }
@media (max-width: 520px) {
  .sbk-v2 .quiz-product-card__actions { grid-template-columns: 1fr; }
}

/* ============================================================================
   V17 MOBILE RESULT UI HOTFIX — 2026-09-08
   Presentation only. Recommendation/scoring logic is intentionally untouched.
   ========================================================================== */
.sbk-v2 .sbk-result-cart-status:empty {
  display: none;
}
.sbk-v2 .sbk-result-cart-status {
  margin: 14px 0 0;
}
.sbk-v2 .sbk-analysis-why > ul:first-child {
  margin-top: 0;
}

@media (max-width: 640px) {
  /* One purchase path: each result card owns its "Kies dit pakket" action. */
  .sbk-v2 .quiz-product-card__actions {
    gap: 9px;
  }
  .sbk-v2 .quiz-product-card__actions .btn {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding-inline: 16px;
    white-space: normal;
    line-height: 1.2;
  }
  .sbk-v2 .quiz-product-card__actions .sbk-card-add-button:disabled {
    opacity: .72;
    cursor: wait;
  }

  /* Chosen add-ons: readable hardware image + text that is allowed to wrap. */
  .sbk-v2 .sbk-addon-list {
    gap: 12px;
  }
  .sbk-v2 .sbk-addon-card.has-image {
    display: grid;
    grid-template-columns: minmax(132px, 38%) minmax(0, 1fr);
    min-height: 188px;
    overflow: hidden;
  }
  .sbk-v2 .sbk-addon-card.has-image .sbk-addon-card__media {
    width: 100%;
    height: 100%;
    min-height: 188px;
    padding: 4px;
    border: 0;
    border-right: 1px solid var(--sbk-v2-line);
    background: linear-gradient(145deg, #f7f9fc, #eef3f9);
    overflow: hidden;
  }
  .sbk-v2 .sbk-addon-card.has-image .sbk-addon-card__media img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    transform: scale(1.28);
    transform-origin: center;
  }
  .sbk-v2 .sbk-addon-card.has-image .sbk-addon-card__body {
    min-width: 0;
    padding: 19px 16px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sbk-v2 .sbk-addon-card__label {
    margin-bottom: 8px;
    font-size: .68rem;
  }
  .sbk-v2 .sbk-addon-card__body h4 {
    min-width: 0;
    max-width: none;
    margin: 0;
    font-size: clamp(1rem, 4.6vw, 1.17rem);
    line-height: 1.22;
    letter-spacing: -.015em;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
  }
  .sbk-v2 .sbk-addon-card__price {
    display: none !important;
  }

  /* Keep the explanation readable when expanded, without a duplicate heading. */
  .sbk-v2 .sbk-analysis__content {
    gap: 16px;
  }
  .sbk-v2 .sbk-analysis-why {
    padding: 18px 16px;
  }
  .sbk-v2 .sbk-analysis-why ul {
    margin: 0;
    padding-left: 1.15rem;
  }
  .sbk-v2 .sbk-analysis-why li {
    margin: 0 0 8px;
    line-height: 1.48;
  }
  .sbk-v2 .sbk-analysis-why li:last-child {
    margin-bottom: 0;
  }
  .sbk-v2 .sbk-analysis-checks ul {
    list-style: disc;
  }

  /* Prevent long result strings from pushing cards beyond the viewport. */
  .sbk-v2 .sbk-result-section,
  .sbk-v2 .quiz-product-card,
  .sbk-v2 .sbk-addon-card,
  .sbk-v2 .sbk-addon-card__body,
  .sbk-v2 .quiz-product-card__header,
  .sbk-v2 .quiz-product-card__name,
  .sbk-v2 .quiz-product-card__meta {
    min-width: 0;
    max-width: 100%;
  }
}

@media (max-width: 390px) {
  .sbk-v2 .sbk-addon-card.has-image {
    grid-template-columns: 118px minmax(0, 1fr);
  }
  .sbk-v2 .sbk-addon-card.has-image .sbk-addon-card__body {
    padding-inline: 13px;
  }
}
