/* HSF prijsindicatie — volledig gescoped; bestaande pagina's blijven ongemoeid. */
.hsf-price-main {
  --hsf-pi-orange: var(--theme-color, #ff5e14);
  --hsf-pi-ink: #262a36;
  --hsf-pi-muted: #687078;
  --hsf-pi-line: #e4e7eb;
  --hsf-pi-soft: #f5f6f8;
  --hsf-pi-dark: #0d2e3f;
  --hsf-pi-radius: 10px;
  color: var(--hsf-pi-ink);
  overflow: hidden;
}

.hsf-price-main *,
.hsf-price-main *::before,
.hsf-price-main *::after {
  box-sizing: border-box;
}

.hsf-pi-wrap {
  width: min(1160px, calc(100% - 32px));
  margin-inline: auto;
}

.hsf-pi-hero {
  position: relative;
  background: linear-gradient(115deg, #0d2e3f 0%, #123c50 100%);
  color: #fff;
  padding: clamp(54px, 7vw, 92px) 0;
  overflow: hidden;
}

.hsf-pi-hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  right: -110px;
  top: -170px;
  border: 70px solid rgba(255,255,255,.04);
}

.hsf-pi-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
}

.hsf-pi-hero__copy {
  max-width: 760px;
}

.hsf-pi-eyebrow,
.hsf-pi-kicker,
.hsf-pi-aside__kicker,
.hsf-pi-result__eyebrow {
  margin: 0 0 10px;
  color: var(--hsf-pi-orange);
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.hsf-pi-hero h1 {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--title-font, inherit);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  text-transform: none;
  letter-spacing: -.02em;
}

.hsf-pi-hero__copy > p:not(.hsf-pi-eyebrow) {
  max-width: 690px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.65;
}

.hsf-pi-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 24px;
}

.hsf-pi-hero__trust span {
  position: relative;
  padding-left: 21px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.hsf-pi-hero__trust span::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--hsf-pi-orange);
  font-weight: 900;
}

.hsf-pi-hero__badge {
  width: 154px;
  height: 154px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  text-align: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.17);
  backdrop-filter: blur(5px);
}

.hsf-pi-hero__badge strong {
  display: block;
  color: #fff;
  font-family: var(--title-font, inherit);
  font-size: 48px;
  line-height: .9;
}

.hsf-pi-hero__badge span {
  margin-top: 7px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
}

.hsf-pi-section {
  background: var(--hsf-pi-soft);
  padding: clamp(36px, 6vw, 72px) 0 clamp(52px, 7vw, 88px);
}

.hsf-pi-layout {
  display: grid;
  grid-template-columns: minmax(230px, 310px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.hsf-pi-aside {
  position: sticky;
  top: 96px;
  background: #fff;
  border: 1px solid var(--hsf-pi-line);
  border-radius: var(--hsf-pi-radius);
  padding: 26px;
  box-shadow: 0 12px 36px rgba(38,42,54,.055);
}

.hsf-pi-aside h2,
.hsf-pi-step h2,
.hsf-pi-quote h2,
.hsf-pi-success h2 {
  margin: 0;
  font-family: var(--title-font, inherit);
  color: var(--hsf-pi-ink);
  text-transform: none;
}

.hsf-pi-aside h2 {
  font-size: 24px;
  line-height: 1.25;
}

.hsf-pi-aside > p:not(.hsf-pi-aside__kicker):not(.hsf-pi-aside__note) {
  margin: 12px 0 18px;
  color: var(--hsf-pi-muted);
  font-size: 14px;
  line-height: 1.6;
}

.hsf-pi-aside ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}

.hsf-pi-aside li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  font-weight: 700;
  color: var(--hsf-pi-ink);
}

.hsf-pi-aside li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hsf-pi-orange);
}

.hsf-pi-aside__note {
  margin: 20px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--hsf-pi-line);
  color: var(--hsf-pi-muted);
  font-size: 12.5px;
  line-height: 1.55;
}

.hsf-pi-card {
  min-width: 0;
  background: #fff;
  border: 1px solid var(--hsf-pi-line);
  border-radius: var(--hsf-pi-radius);
  box-shadow: 0 14px 40px rgba(38,42,54,.07);
  overflow: hidden;
}

.hsf-pi-progress {
  padding: 20px 28px 0;
}

.hsf-pi-progress__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  color: var(--hsf-pi-muted);
  font-size: 12px;
  font-weight: 700;
}

.hsf-pi-progress__top span:first-child {
  color: var(--hsf-pi-orange);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.hsf-pi-progress__bar {
  height: 5px;
  background: #eceef1;
  border-radius: 999px;
  overflow: hidden;
}

.hsf-pi-progress__bar i {
  display: block;
  height: 100%;
  width: 20%;
  background: var(--hsf-pi-orange);
  border-radius: inherit;
  transition: width .25s ease;
}

.hsf-pi-step {
  padding: 30px 28px 28px;
}

.hsf-pi-step[hidden],
.hsf-pi-lead-gate[hidden],
.hsf-pi-result[hidden],
.hsf-pi-quote[hidden],
.hsf-pi-success[hidden],
.hsf-pi-error[hidden],
.hsf-pi-result__fineprint[hidden] {
  display: none !important;
}

.hsf-pi-step h2 {
  font-size: clamp(24px, 3.2vw, 32px);
  line-height: 1.18;
}

.hsf-pi-lead {
  margin: 10px 0 22px;
  color: var(--hsf-pi-muted);
  font-size: 15px;
  line-height: 1.55;
}

.hsf-pi-field {
  display: grid;
  gap: 8px;
  margin: 0;
}

.hsf-pi-field > span {
  color: var(--hsf-pi-ink);
  font-size: 13px;
  font-weight: 800;
}

.hsf-pi-field em {
  font-style: normal;
  color: var(--hsf-pi-muted);
  font-weight: 500;
}

.hsf-pi-field input,
.hsf-pi-field textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid #d8dde2;
  border-radius: 8px;
  background: #fff;
  color: var(--hsf-pi-ink);
  font: inherit;
  font-size: 16px;
  padding: 0 14px;
  outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.hsf-pi-field textarea {
  min-height: 112px;
  padding-top: 13px;
  resize: vertical;
}

.hsf-pi-field input:focus,
.hsf-pi-field textarea:focus {
  border-color: var(--hsf-pi-orange);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--hsf-pi-orange) 14%, transparent);
}

.hsf-pi-m2-input {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  max-width: 360px;
  border: 1px solid #d8dde2;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.hsf-pi-m2-input:focus-within {
  border-color: var(--hsf-pi-orange);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--hsf-pi-orange) 14%, transparent);
}

.hsf-pi-m2-input input {
  border: 0;
  box-shadow: none !important;
  border-radius: 0;
  min-height: 58px;
  font-size: 20px;
  font-weight: 800;
}

.hsf-pi-m2-input b {
  display: grid;
  place-items: center;
  align-self: stretch;
  min-width: 58px;
  background: #f5f6f8;
  color: var(--hsf-pi-muted);
  font-size: 15px;
}

.hsf-pi-options,
.hsf-pi-checks {
  display: grid;
  gap: 10px;
}

.hsf-pi-options--2 {
  grid-template-columns: 1fr 1fr;
}

.hsf-pi-radiator-count {
  margin: 2px 0 4px 34px;
  max-width: 280px;
}

.hsf-pi-radiator-count[hidden] {
  display: none !important;
}

.hsf-pi-radiator-count input {
  min-height: 48px;
}

.hsf-pi-option,
.hsf-pi-check,
.hsf-pi-request__grid label {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.hsf-pi-option input,
.hsf-pi-check input,
.hsf-pi-request__grid input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hsf-pi-option > span,
.hsf-pi-check > span,
.hsf-pi-request__grid label > span {
  display: flex;
  min-height: 62px;
  align-items: center;
  border: 1px solid var(--hsf-pi-line);
  border-radius: 8px;
  background: #fff;
  color: var(--hsf-pi-ink);
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}

.hsf-pi-option > span {
  padding: 14px 46px 14px 16px;
}

.hsf-pi-option > span::after {
  content: "";
  position: absolute;
  right: 17px;
  top: 50%;
  width: 18px;
  height: 18px;
  border: 2px solid #b8c0c7;
  border-radius: 50%;
  transform: translateY(-50%);
}

.hsf-pi-option > span::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 22px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--hsf-pi-orange);
  transform: translateY(-50%) scale(0);
  transition: transform .16s ease;
}

.hsf-pi-option input:checked + span {
  border-color: var(--hsf-pi-orange);
  background: color-mix(in srgb, var(--hsf-pi-orange) 5%, #fff);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--hsf-pi-orange) 10%, transparent);
}

.hsf-pi-option input:checked + span::after {
  border-color: var(--hsf-pi-orange);
}

.hsf-pi-option input:checked + span::before {
  transform: translateY(-50%) scale(1);
}

.hsf-pi-option input:focus-visible + span,
.hsf-pi-check input:focus-visible + span,
.hsf-pi-request__grid input:focus-visible + span {
  outline: 3px solid color-mix(in srgb, var(--hsf-pi-orange) 25%, transparent);
  outline-offset: 2px;
}

.hsf-pi-check > span {
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 13px 16px 13px 50px;
}

.hsf-pi-check > span::before,
.hsf-pi-request__grid label > span::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #b8c0c7;
  border-radius: 5px;
  background: #fff;
}

.hsf-pi-check > span::before {
  left: 16px;
  top: 19px;
}

.hsf-pi-check > span::after,
.hsf-pi-request__grid label > span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) scale(0);
  transition: transform .16s ease;
}

.hsf-pi-check > span::after {
  left: 21px;
  top: 25px;
}

.hsf-pi-check small {
  display: block;
  margin-top: 3px;
  color: var(--hsf-pi-muted);
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 500;
}

.hsf-pi-check input:checked + span,
.hsf-pi-request__grid input:checked + span {
  border-color: var(--hsf-pi-orange);
  background: color-mix(in srgb, var(--hsf-pi-orange) 4%, #fff);
}

.hsf-pi-check input:checked + span::before,
.hsf-pi-request__grid input:checked + span::before {
  background: var(--hsf-pi-orange);
  border-color: var(--hsf-pi-orange);
}

.hsf-pi-check input:checked + span::after,
.hsf-pi-request__grid input:checked + span::after {
  transform: rotate(-45deg) scale(1);
}

.hsf-pi-request {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid var(--hsf-pi-line);
  border-radius: 9px;
  background: #f8f9fa;
}

.hsf-pi-request__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hsf-pi-request__head h3 {
  margin: 0;
  color: var(--hsf-pi-ink);
  font-family: var(--title-font, inherit);
  font-size: 18px;
  text-transform: none;
}

.hsf-pi-request__head > span {
  flex: 0 0 auto;
  padding: 5px 9px;
  border-radius: 99px;
  background: #fff;
  color: var(--hsf-pi-orange);
  border: 1px solid color-mix(in srgb, var(--hsf-pi-orange) 25%, #fff);
  font-size: 11px;
  font-weight: 800;
}

.hsf-pi-request > p {
  margin: 8px 0 15px;
  color: var(--hsf-pi-muted);
  font-size: 12.5px;
  line-height: 1.5;
}

.hsf-pi-request__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.hsf-pi-request__grid label > span {
  position: relative;
  min-height: 48px;
  padding: 10px 12px 10px 42px;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 700;
}

.hsf-pi-request__grid label > span::before {
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
}

.hsf-pi-request__grid label > span::after {
  left: 16px;
  top: calc(50% - 3px);
  width: 9px;
  height: 5px;
}

.hsf-pi-actions,
.hsf-pi-result__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}

.hsf-pi-actions--end {
  justify-content: flex-end;
}

.hsf-pi-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 0 19px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .15s ease, filter .15s ease, border-color .15s ease;
}

.hsf-pi-btn:hover {
  transform: translateY(-1px);
}

.hsf-pi-btn--primary {
  background: var(--hsf-pi-orange);
  color: #fff;
}

.hsf-pi-btn--primary:hover {
  color: #fff;
  filter: brightness(.97);
}

.hsf-pi-btn--ghost {
  background: #fff;
  color: var(--hsf-pi-ink);
  border-color: #d6dbe0;
}

.hsf-pi-btn--calculate {
  flex: 1;
}

.hsf-pi-btn:disabled {
  opacity: .62;
  cursor: wait;
  transform: none;
}

.hsf-pi-error {
  margin: 18px 28px 0;
  padding: 12px 14px;
  border-radius: 7px;
  background: #fff0ef;
  border: 1px solid #f6cfca;
  color: #a53024;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.hsf-pi-field-error {
  display: block;
  margin-top: 5px;
  color: #a53024;
  font-size: 12px;
  font-weight: 700;
}

.hsf-pi-field.is-bad input,
.hsf-pi-field.is-bad textarea,
[data-pi-field].is-bad .hsf-pi-option > span {
  border-color: #c94335;
}

.hsf-pi-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.hsf-pi-result-step {
  padding-top: 24px;
}

.hsf-pi-lead-gate {
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid var(--hsf-pi-line);
  border-top: 4px solid var(--hsf-pi-orange);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(38,42,54,.055);
}

.hsf-pi-lead-gate__head {
  max-width: 690px;
  margin-bottom: 22px;
}

.hsf-pi-lead-gate__head h2 {
  margin: 0;
  color: var(--hsf-pi-ink);
  font-family: var(--title-font, inherit);
  font-size: clamp(25px, 3.2vw, 32px);
  line-height: 1.18;
  text-transform: none;
}

.hsf-pi-lead-gate__head > p:last-child {
  margin: 10px 0 0;
  color: var(--hsf-pi-muted);
  font-size: 14.5px;
  line-height: 1.6;
}

.hsf-pi-contact-grid--lead {
  margin-top: 4px;
}

.hsf-pi-lead-gate__note {
  position: relative;
  margin: 18px 0 0;
  padding: 12px 14px 12px 38px;
  border-radius: 7px;
  background: #f7f8fa;
  color: var(--hsf-pi-muted);
  font-size: 12.5px;
  line-height: 1.5;
}

.hsf-pi-lead-gate__note::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 11px;
  color: var(--hsf-pi-orange);
  font-weight: 900;
}

.hsf-pi-btn--reveal {
  width: 100%;
  min-height: 56px;
  margin-top: 18px;
  font-size: 15px;
}

.hsf-pi-result {
  border-radius: 10px;
  background: linear-gradient(135deg, #0d2e3f 0%, #123c50 100%);
  color: #fff;
  padding: clamp(24px, 4vw, 38px);
}

.hsf-pi-result__eyebrow {
  color: #ff8c54;
}

.hsf-pi-result__price {
  margin-top: 5px;
  color: #fff;
  font-family: var(--title-font, inherit);
  font-size: clamp(42px, 7vw, 66px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -.03em;
}

.hsf-pi-result__vat {
  margin: 7px 0 0;
  color: rgba(255,255,255,.7);
  font-size: 14px;
  font-weight: 700;
}

.hsf-pi-result__copy {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 14px;
  line-height: 1.6;
}

.hsf-pi-summary {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}

.hsf-pi-summary__item {
  padding: 13px 14px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 7px;
  background: rgba(255,255,255,.06);
}

.hsf-pi-summary__item small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255,255,255,.6);
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 800;
}

.hsf-pi-summary__item b {
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
}

.hsf-pi-result__fineprint {
  margin: 14px 0 0;
  color: #ffd1bd;
  font-size: 12px;
  line-height: 1.5;
}

.hsf-pi-result__actions {
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 20px;
}

.hsf-pi-text-btn {
  border: 0;
  padding: 8px 0;
  background: transparent;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.hsf-pi-quote {
  margin-top: 22px;
  padding: 26px;
  border: 1px solid var(--hsf-pi-line);
  border-radius: 9px;
  background: #fff;
}

.hsf-pi-quote__head {
  margin-bottom: 20px;
}

.hsf-pi-quote__head h2 {
  font-size: 26px;
  line-height: 1.2;
}

.hsf-pi-quote__head > p:last-child {
  margin: 8px 0 0;
  color: var(--hsf-pi-muted);
  font-size: 14px;
}

.hsf-pi-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.hsf-pi-field--full {
  grid-column: 1 / -1;
}

.hsf-pi-legal {
  margin: 17px 0 0;
  color: var(--hsf-pi-muted);
  font-size: 11.5px;
  line-height: 1.55;
}

.hsf-pi-legal a {
  color: var(--hsf-pi-orange);
}

.hsf-pi-btn--submit {
  width: 100%;
  margin-top: 18px;
  min-height: 54px;
}

.hsf-pi-success {
  margin-top: 22px;
  padding: 34px 28px;
  border: 1px solid #bee7cf;
  border-radius: 9px;
  background: #f0fbf4;
  text-align: center;
}

.hsf-pi-success__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #2d9d5b;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}

.hsf-pi-success h2 {
  font-size: 26px;
}

.hsf-pi-success p {
  max-width: 600px;
  margin: 9px auto 0;
  color: #496253;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .hsf-pi-hero__badge { display: none; }
  .hsf-pi-hero__inner { grid-template-columns: 1fr; }
  .hsf-pi-layout { grid-template-columns: 1fr; }
  .hsf-pi-aside { position: static; }
}

@media (max-width: 680px) {
  .hsf-pi-wrap { width: min(100% - 22px, 1160px); }
  .hsf-pi-hero { padding: 44px 0 48px; }
  .hsf-pi-hero h1 { font-size: 36px; }
  .hsf-pi-hero__trust { display: grid; gap: 8px; }
  .hsf-pi-section { padding-top: 26px; }
  .hsf-pi-aside { padding: 20px; }
  .hsf-pi-progress { padding: 17px 18px 0; }
  .hsf-pi-step { padding: 24px 18px 20px; }
  .hsf-pi-error { margin: 16px 18px 0; }
  .hsf-pi-options--2,
  .hsf-pi-request__grid,
  .hsf-pi-summary,
  .hsf-pi-contact-grid { grid-template-columns: 1fr; }
  .hsf-pi-field--full { grid-column: auto; }
  .hsf-pi-actions { align-items: stretch; }
  .hsf-pi-actions .hsf-pi-btn { min-width: 0; }
  .hsf-pi-actions .hsf-pi-btn--ghost { flex: 0 0 auto; }
  .hsf-pi-btn--calculate { flex: 1 1 auto; }
  .hsf-pi-result { padding: 25px 19px; }
  .hsf-pi-result__actions { align-items: stretch; flex-direction: column-reverse; }
  .hsf-pi-result__actions .hsf-pi-btn { width: 100%; }
  .hsf-pi-text-btn { align-self: center; }
  .hsf-pi-quote { padding: 22px 18px; }
}

@media (max-width: 420px) {
  .hsf-pi-hero h1 { font-size: 32px; }
  .hsf-pi-step h2 { font-size: 24px; }
  .hsf-pi-actions { flex-direction: column-reverse; }
  .hsf-pi-actions .hsf-pi-btn { width: 100%; }
}

/* v1.10.15 lead-gate hardening: een prijsresultaat is standaard nooit zichtbaar. */
.hsf-pi-result[hidden],
.hsf-pi-result[aria-hidden="true"] {
  display: none !important;
}

/* v1.10.16 — gecombineerde offerte-opties + bestandsupload. */
.hsf-pi-request__subhead {
  margin: 16px 0 8px !important;
  color: var(--hsf-pi-ink) !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .055em;
}

.hsf-pi-upload {
  margin-top: 18px;
  padding: 15px;
  border: 1px dashed #cfd5da;
  border-radius: 9px;
  background: #f8f9fa;
}

.hsf-pi-upload__button {
  display: block;
  margin: 0;
  cursor: pointer;
}

.hsf-pi-upload__button input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hsf-pi-upload__button > span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 14px;
  border: 1px solid var(--hsf-pi-line);
  border-radius: 8px;
  background: #fff;
  color: var(--hsf-pi-ink);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
  text-align: center;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.hsf-pi-upload__button em {
  margin-left: 4px;
  color: var(--hsf-pi-muted);
  font-style: normal;
  font-weight: 500;
}

.hsf-pi-upload__button input:focus-visible + span,
.hsf-pi-upload__button:hover > span {
  border-color: var(--hsf-pi-orange);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--hsf-pi-orange) 10%, transparent);
}

.hsf-pi-upload > p {
  margin: 8px 0 0;
  color: var(--hsf-pi-muted);
  font-size: 11.5px;
  line-height: 1.45;
  text-align: center;
}

.hsf-pi-upload__list {
  display: grid;
  gap: 7px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.hsf-pi-upload__list:empty {
  display: none;
}

.hsf-pi-upload__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 7px;
  background: #fff;
  color: var(--hsf-pi-ink);
  font-size: 11.5px;
  line-height: 1.35;
}

.hsf-pi-upload__list li span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.hsf-pi-upload__list button {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: var(--hsf-pi-orange);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

/* Homepage: dezelfde prijsindicatie, maar compact in de bestaande hero-kaart. */
.hsf-home-price-main {
  overflow: visible;
}

.hsf-home-price-main .hsf-pi-progress {
  padding: 0;
}

.hsf-home-price-main .hsf-pi-step {
  padding: 20px 0 0;
}

.hsf-home-price-main .hsf-pi-step h2,
.hsf-home-price-main .hsf-pi-quote h2,
.hsf-home-price-main .hsf-pi-success h2,
.hsf-home-price-main .hsf-pi-lead-gate__head h2 {
  font-size: 22px;
}

.hsf-home-price-main .hsf-pi-lead {
  margin-bottom: 16px;
}

.hsf-home-price-main .hsf-pi-option > span {
  min-height: 54px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 13px;
}

.hsf-home-price-main .hsf-pi-check > span {
  min-height: 56px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hsf-home-price-main .hsf-pi-request {
  margin-top: 18px;
  padding: 15px;
}

.hsf-home-price-main .hsf-pi-request__head {
  align-items: flex-start;
}

.hsf-home-price-main .hsf-pi-request__head h3 {
  font-size: 16px;
}

.hsf-home-price-main .hsf-pi-request__grid label > span {
  min-height: 44px;
  font-size: 11.5px;
}

.hsf-home-price-main .hsf-pi-actions {
  margin-top: 20px;
}

.hsf-home-price-main .hsf-pi-lead-gate,
.hsf-home-price-main .hsf-pi-result,
.hsf-home-price-main .hsf-pi-quote {
  padding: 20px;
}

.hsf-home-price-main .hsf-pi-result__price {
  font-size: clamp(38px, 5vw, 52px);
}

@media (min-width: 992px) {
  .hsf-hero-calc-col .hsf-home-price-card {
    width: min(470px, 100%);
  }
}

@media (max-width: 575px) {
  .hsf-home-price-main .hsf-pi-step {
    padding-top: 18px;
  }
  .hsf-home-price-main .hsf-pi-options--2 {
    grid-template-columns: 1fr;
  }
}
