.bpt-spoed-page {
  --bpt-red: #e73a1e;
  --bpt-red-dark: #b92812;
  --bpt-red-soft: #fff3f0;
  --bpt-black: #111111;
  --bpt-text: #333333;
  --bpt-muted: #6a6a6a;
  --bpt-border: #e4e4e4;
  --bpt-soft: #f7f7f7;
  --bpt-white: #ffffff;
  --bpt-shadow: 0 18px 48px rgba(17, 17, 17, 0.09);
  --bpt-max: 1180px;
  color: var(--bpt-text);
  background: var(--bpt-white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow: clip;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

.bpt-spoed-page *,
.bpt-spoed-page *::before,
.bpt-spoed-page *::after {
  box-sizing: border-box;
}

.bpt-spoed-page h1,
.bpt-spoed-page h2,
.bpt-spoed-page h3,
.bpt-spoed-page p {
  margin-top: 0;
}

.bpt-spoed-page h1,
.bpt-spoed-page h2,
.bpt-spoed-page h3 {
  color: var(--bpt-black);
  font-weight: 900;
  line-height: 1.16;
}

.bpt-spoed-page h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -0.035em;
}

.bpt-spoed-page h2 {
  margin-bottom: 14px;
  font-size: clamp(26px, 3.2vw, 36px);
  letter-spacing: -0.025em;
}

.bpt-spoed-page h3 {
  margin-bottom: 10px;
  font-size: 21px;
}

.bpt-spoed-page a {
  color: var(--bpt-red);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.bpt-spoed-page a:hover {
  text-decoration: underline;
}

.bpt-spoed-page [id] {
  scroll-margin-top: 110px;
}

.bpt-spoed-wrap {
  width: min(100%, var(--bpt-max));
  margin-inline: auto;
  padding-inline: 24px;
}

.bpt-spoed-eyebrow {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--bpt-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.bpt-spoed-emergency {
  padding: 10px 0;
  color: #ffffff;
  background: var(--bpt-black);
  font-size: 14px;
  text-align: center;
}

.bpt-spoed-emergency strong {
  margin-right: 4px;
}

.bpt-spoed-emergency a {
  color: #ffffff;
  font-weight: 900;
}

.bpt-spoed-hero {
  padding: 72px 0 64px;
  background:
    radial-gradient(circle at 84% 14%, rgba(231, 58, 30, 0.12), transparent 28%),
    linear-gradient(180deg, #fbfbfb 0%, #f1f1f1 100%);
  border-bottom: 1px solid var(--bpt-border);
}

.bpt-spoed-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
  gap: 48px;
  align-items: center;
}

.bpt-spoed-lead {
  max-width: 660px;
  margin-bottom: 0;
  color: #404040;
  font-size: 19px;
}

.bpt-spoed-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.bpt-spoed-btn,
.bpt-spoed-page a.bpt-spoed-btn,
.bpt-spoed-page button.bpt-spoed-btn {
  display: inline-flex;
  min-height: 52px;
  padding: 14px 24px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 2px solid transparent;
  border-radius: 10px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease, border-color 0.16s ease;
}

.bpt-spoed-page a.bpt-spoed-btn:hover,
.bpt-spoed-page button.bpt-spoed-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
}

.bpt-spoed-page .bpt-spoed-btn-primary {
  color: #ffffff;
  background: var(--bpt-red);
  box-shadow: 0 10px 24px rgba(231, 58, 30, 0.22);
}

.bpt-spoed-page .bpt-spoed-btn-primary:hover {
  color: #ffffff;
  background: var(--bpt-red-dark);
  box-shadow: 0 14px 28px rgba(231, 58, 30, 0.28);
}

.bpt-spoed-page .bpt-spoed-btn-light {
  color: var(--bpt-black);
  background: #ffffff;
  border-color: #dcdcdc;
}

.bpt-spoed-page .bpt-spoed-btn-light:hover {
  color: var(--bpt-black);
  border-color: var(--bpt-red);
}

.bpt-spoed-page .bpt-spoed-btn-secondary {
  width: 100%;
  color: var(--bpt-red);
  background: #ffffff;
  border-color: var(--bpt-red);
}

.bpt-spoed-page .bpt-spoed-btn-secondary:hover {
  color: #ffffff;
  background: var(--bpt-red);
}

.bpt-spoed-page .bpt-spoed-btn-white {
  color: var(--bpt-red);
  background: #ffffff;
}

.bpt-spoed-page .bpt-spoed-btn-outline-white {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
}

.bpt-spoed-page .bpt-spoed-btn-outline-white:hover {
  color: var(--bpt-red);
  background: #ffffff;
  border-color: #ffffff;
}

.bpt-spoed-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.bpt-spoed-trust > div {
  min-width: 0;
  padding: 13px 14px;
  background: #ffffff;
  border: 1px solid var(--bpt-border);
  border-radius: 0 0 0 18px;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.045);
}

.bpt-spoed-trust strong,
.bpt-spoed-trust span {
  display: block;
}

.bpt-spoed-trust strong {
  color: var(--bpt-black);
  font-size: 13px;
}

.bpt-spoed-trust span {
  margin-top: 2px;
  color: var(--bpt-muted);
  font-size: 12px;
}

.bpt-spoed-hero-card {
  position: relative;
  display: flex;
  min-height: 420px;
  padding: 30px;
  align-items: flex-end;
  color: #ffffff;
  background:
    linear-gradient(150deg, rgba(17, 17, 17, 0.96), rgba(50, 50, 50, 0.94)),
    var(--bpt-black);
  border-radius: 0 0 0 58px;
  box-shadow: var(--bpt-shadow);
}

.bpt-spoed-hero-label {
  position: absolute;
  top: 24px;
  left: 24px;
  padding: 8px 14px;
  color: #ffffff;
  background: var(--bpt-red);
  border-radius: 0 0 0 14px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.bpt-spoed-hero-panel {
  width: 100%;
  padding: 25px 26px;
  color: var(--bpt-text);
  background: rgba(255, 255, 255, 0.97);
  border-radius: 0 0 0 32px;
}

.bpt-spoed-hero-panel h2 {
  margin-bottom: 10px;
  font-size: 23px;
}

.bpt-spoed-hero-panel p {
  margin-bottom: 14px;
}

.bpt-spoed-hero-panel > a {
  font-size: 22px;
  font-weight: 900;
}

.bpt-spoed-section {
  padding: 76px 0;
}

.bpt-spoed-section-soft {
  background: var(--bpt-soft);
}

.bpt-spoed-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  gap: 34px;
  align-items: start;
}

.bpt-spoed-card {
  padding: 32px;
  background: #ffffff;
  border: 1px solid var(--bpt-border);
  border-radius: 0 0 0 40px;
  box-shadow: var(--bpt-shadow);
}

.bpt-spoed-intro,
.bpt-spoed-help {
  color: var(--bpt-muted);
}

.bpt-spoed-intro {
  margin-bottom: 24px;
}

.bpt-spoed-intro span,
.bpt-spoed-form label span[aria-hidden="true"],
.bpt-spoed-services legend span {
  color: var(--bpt-red);
}

.bpt-spoed-form[hidden] {
  display: none !important;
}

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

.bpt-spoed-field {
  margin-bottom: 17px;
}

.bpt-spoed-field label,
.bpt-spoed-services legend {
  display: block;
  margin-bottom: 7px;
  color: var(--bpt-black);
  font-size: 14px;
  font-weight: 800;
}

.bpt-spoed-field input,
.bpt-spoed-field textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  color: var(--bpt-text);
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 9px;
  font: inherit;
  font-size: 15px;
  line-height: 1.45;
  box-shadow: none;
  appearance: none;
}

.bpt-spoed-field input[type="date"] {
  appearance: auto;
}

.bpt-spoed-field textarea {
  min-height: 148px;
  resize: vertical;
}

.bpt-spoed-field input:focus,
.bpt-spoed-field textarea:focus {
  outline: none;
  border-color: var(--bpt-red);
  box-shadow: 0 0 0 3px rgba(231, 58, 30, 0.13);
}

.bpt-spoed-field input::placeholder,
.bpt-spoed-field textarea::placeholder {
  color: #888888;
  opacity: 1;
}

.bpt-spoed-services {
  min-width: 0;
  margin: 4px 0 20px;
  padding: 0;
  border: 0;
}

.bpt-spoed-services legend {
  float: left;
  width: 100%;
}

.bpt-spoed-services > *:not(legend) {
  clear: both;
}

.bpt-spoed-help {
  margin: 0 0 13px;
  font-size: 13px;
}

.bpt-spoed-categories {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.bpt-spoed-category {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--bpt-border);
  border-radius: 0 0 0 22px;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.04);
  transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.bpt-spoed-category[open],
.bpt-spoed-category.has-selection {
  border-color: #f1b1a5;
}

.bpt-spoed-category:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.07);
}

.bpt-spoed-category summary {
  display: flex;
  min-height: 62px;
  padding: 14px 16px;
  align-items: center;
  gap: 13px;
  color: var(--bpt-black);
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.bpt-spoed-category summary::-webkit-details-marker {
  display: none;
}

.bpt-spoed-category summary:focus-visible {
  outline: 3px solid rgba(231, 58, 30, 0.28);
  outline-offset: -3px;
}

.bpt-spoed-category-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  color: var(--bpt-red);
  background: var(--bpt-red-soft);
  border-radius: 0 0 0 12px;
}

.bpt-spoed-category-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bpt-spoed-category:nth-child(3) .bpt-spoed-category-icon svg {
  fill: currentColor;
  stroke: none;
}

.bpt-spoed-category-title {
  min-width: 0;
  flex: 1 1 auto;
  font-size: 16px;
  font-weight: 900;
}

.bpt-spoed-category-count {
  flex: 0 0 auto;
  color: var(--bpt-muted);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.bpt-spoed-category.has-selection .bpt-spoed-category-count {
  color: var(--bpt-red);
}

.bpt-spoed-category-caret {
  flex: 0 0 auto;
  color: var(--bpt-red);
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.18s ease;
}

.bpt-spoed-category[open] .bpt-spoed-category-caret {
  transform: rotate(90deg);
}

.bpt-spoed-category-body {
  padding: 0 15px 12px;
}

.bpt-spoed-option {
  position: relative;
  display: flex;
  min-height: 46px;
  padding: 10px 11px;
  align-items: center;
  gap: 11px;
  color: var(--bpt-text);
  border-bottom: 1px solid #f1f1f1;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
}

.bpt-spoed-option:last-child {
  border-bottom: 0;
}

.bpt-spoed-option:hover {
  background: #f8f8f8;
}

.bpt-spoed-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.bpt-spoed-option-mark {
  display: inline-flex;
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
}

/* Het vinkje bestaat pas nadat de optie daadwerkelijk is geselecteerd. */
.bpt-spoed-option-mark::before {
  content: "";
}

.bpt-spoed-option.is-checked {
  color: var(--bpt-red-dark);
  background: var(--bpt-red-soft);
  font-weight: 700;
}

.bpt-spoed-option.is-checked .bpt-spoed-option-mark {
  color: #ffffff;
  background: var(--bpt-red);
  border-color: var(--bpt-red);
}

.bpt-spoed-option.is-checked .bpt-spoed-option-mark::before {
  content: "✓";
}

.bpt-spoed-option:has(input:focus-visible) {
  outline: 3px solid rgba(231, 58, 30, 0.25);
  outline-offset: 1px;
}

.bpt-spoed-field-error {
  margin: 10px 0 0;
  color: #a51f0c;
  font-size: 13px;
  font-weight: 800;
}

.bpt-spoed-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.bpt-spoed-privacy {
  margin: -2px 0 17px;
  color: var(--bpt-muted);
  font-size: 12.5px;
}

.bpt-spoed-submit {
  width: 100%;
}

.bpt-spoed-submit:disabled {
  opacity: 0.72;
  cursor: wait;
  transform: none !important;
}

.bpt-spoed-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: bpt-spoed-spin 0.75s linear infinite;
}

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

.bpt-spoed-status,
.bpt-spoed-confirm {
  margin: 0 0 20px;
  padding: 16px 18px;
  border-radius: 0 0 0 18px;
}

.bpt-spoed-status.is-error {
  color: #8d1f12;
  background: #fff0ed;
  border: 1px solid #efb2a7;
}

.bpt-spoed-status.is-success,
.bpt-spoed-confirm {
  color: #155d34;
  background: #ebf8f0;
  border: 1px solid #b9dfc8;
}

.bpt-spoed-confirm strong,
.bpt-spoed-confirm span {
  display: block;
}

.bpt-spoed-confirm strong {
  margin-bottom: 4px;
  font-size: 17px;
}

.bpt-spoed-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: sticky;
  top: 110px;
}

.bpt-spoed-alert-card {
  padding: 30px;
  color: #ffffff;
  background: linear-gradient(145deg, var(--bpt-red) 0%, var(--bpt-red-dark) 100%);
  border-radius: 0 0 0 38px;
  box-shadow: 0 18px 45px rgba(185, 40, 18, 0.22);
}

.bpt-spoed-alert-card .bpt-spoed-eyebrow,
.bpt-spoed-alert-card h2,
.bpt-spoed-alert-card p,
.bpt-spoed-alert-card a {
  color: #ffffff;
}

.bpt-spoed-alert-card .bpt-spoed-eyebrow {
  color: #ffd9d2;
}

.bpt-spoed-alert-card .bpt-spoed-btn-white {
  width: 100%;
  color: var(--bpt-red);
}

.bpt-spoed-email-link {
  display: block;
  margin-top: 14px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.bpt-spoed-regular-card,
.bpt-spoed-checklist-card {
  padding: 26px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.055);
}

.bpt-spoed-regular-card p {
  color: var(--bpt-muted);
}

.bpt-spoed-checklist-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bpt-spoed-checklist-card li {
  position: relative;
  padding: 8px 0 8px 27px;
  border-bottom: 1px solid #eeeeee;
}

.bpt-spoed-checklist-card li:last-child {
  border-bottom: 0;
}

.bpt-spoed-checklist-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 8px;
  color: var(--bpt-red);
  font-weight: 900;
}

.bpt-spoed-section-heading {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center;
}

.bpt-spoed-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bpt-spoed-steps li {
  min-width: 0;
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--bpt-border);
  border-radius: 0 0 0 26px;
}

.bpt-spoed-steps li > span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--bpt-red);
  border-radius: 0 0 0 12px;
  font-weight: 900;
}

.bpt-spoed-steps strong {
  display: block;
  margin-bottom: 6px;
  color: var(--bpt-black);
}

.bpt-spoed-steps p {
  margin-bottom: 0;
  color: var(--bpt-muted);
  font-size: 14px;
}

.bpt-spoed-faq {
  max-width: 850px;
  margin: 0 auto;
}

.bpt-spoed-faq details {
  margin-bottom: 12px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid var(--bpt-border);
  border-radius: 0 0 0 18px;
}

.bpt-spoed-faq summary {
  position: relative;
  padding: 18px 52px 18px 21px;
  color: var(--bpt-black);
  cursor: pointer;
  list-style: none;
  font-weight: 800;
}

.bpt-spoed-faq summary::-webkit-details-marker {
  display: none;
}

.bpt-spoed-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 20px;
  color: var(--bpt-red);
  font-size: 24px;
  font-weight: 900;
  transform: translateY(-50%);
}

.bpt-spoed-faq details[open] summary {
  color: var(--bpt-red);
}

.bpt-spoed-faq details[open] summary::after {
  content: "−";
}

.bpt-spoed-faq details > div {
  padding: 0 21px 19px;
  color: var(--bpt-muted);
}

.bpt-spoed-cta {
  padding: 66px 0;
  color: #ffffff;
  background: linear-gradient(135deg, var(--bpt-red) 0%, var(--bpt-red-dark) 100%);
  text-align: center;
}

.bpt-spoed-cta .bpt-spoed-wrap {
  max-width: 830px;
}

.bpt-spoed-cta .bpt-spoed-eyebrow {
  color: #ffd8d1;
}

.bpt-spoed-cta h2,
.bpt-spoed-cta p {
  color: #ffffff;
}

.bpt-spoed-cta p {
  margin-bottom: 0;
  font-size: 18px;
}

.bpt-spoed-actions-center {
  justify-content: center;
}

@media (max-width: 1040px) {
  .bpt-spoed-hero-grid,
  .bpt-spoed-form-layout {
    grid-template-columns: 1fr;
  }

  .bpt-spoed-hero-card {
    min-height: 290px;
  }

  .bpt-spoed-side {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .bpt-spoed-alert-card {
    grid-column: 1 / -1;
  }

  .bpt-spoed-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .bpt-spoed-wrap {
    padding-inline: 16px;
  }

  .bpt-spoed-hero {
    padding: 50px 0 46px;
  }

  .bpt-spoed-section {
    padding: 54px 0;
  }

  .bpt-spoed-grid-2,
  .bpt-spoed-side,
  .bpt-spoed-steps,
  .bpt-spoed-trust {
    grid-template-columns: 1fr;
  }

  .bpt-spoed-card,
  .bpt-spoed-alert-card {
    padding: 22px;
  }

  .bpt-spoed-actions .bpt-spoed-btn {
    width: 100%;
  }

  .bpt-spoed-hero-card {
    min-height: 265px;
    padding: 22px;
  }

  .bpt-spoed-hero-panel {
    padding: 20px;
  }

  .bpt-spoed-category summary {
    display: grid;
    grid-template-columns: 39px minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 2px;
    padding: 13px;
  }

  .bpt-spoed-category-icon {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 39px;
    height: 39px;
    flex-basis: 39px;
    align-self: center;
  }

  .bpt-spoed-category-title {
    grid-column: 2;
    grid-row: 1;
    font-size: 15px;
    line-height: 1.25;
  }

  .bpt-spoed-category-count {
    display: block;
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
    font-size: 11.5px;
    line-height: 1.2;
  }

  .bpt-spoed-category-caret {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
  }
}

@media (max-width: 390px) {
  .bpt-spoed-wrap {
    padding-inline: 12px;
  }

  .bpt-spoed-page h1 {
    font-size: 31px;
  }

  .bpt-spoed-card,
  .bpt-spoed-alert-card,
  .bpt-spoed-regular-card,
  .bpt-spoed-checklist-card {
    padding: 18px;
  }

  .bpt-spoed-category summary {
    column-gap: 10px;
    row-gap: 2px;
  }
}

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