.hero-assurance {
  margin: 17px 0 0;
  color: #b8c5d1;
  font-size: .78rem;
  font-weight: 750;
  line-height: 1.55;
}

#snel-aanvragen {
  scroll-margin-top: 110px;
}

.quick-choice-section {
  padding: 88px max(24px, calc(50vw - 620px));
  background:
    radial-gradient(circle at 90% 5%, rgba(42, 157, 244, .18), transparent 25rem),
    linear-gradient(180deg, #080d12, #0b1118);
  border-bottom: 1px solid rgba(42, 157, 244, .2);
}

.quick-choice-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 480px);
  align-items: end;
  gap: 16px 48px;
  margin-bottom: 34px;
}

.quick-choice-heading .eyebrow {
  grid-column: 1 / -1;
}

.quick-choice-heading h2 {
  margin: 0;
  color: var(--platinum, #e8edf2);
  font-size: clamp(2.75rem, 6vw, 5.6rem);
  line-height: .9;
  letter-spacing: -.05em;
  text-transform: uppercase;
}

.quick-choice-heading p {
  margin: 0;
  color: #b8c5d1;
  font-size: 1.05rem;
  line-height: 1.7;
}

.service-shortcuts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.service-shortcut {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 136px;
  padding: 24px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 100% 0, rgba(7, 95, 174, .3), transparent 48%),
    linear-gradient(145deg, #131d27, #090e13 72%);
  border: 1px solid rgba(42, 157, 244, .34);
  border-radius: 20px;
  text-decoration: none;
  box-shadow: inset 0 1px rgba(255, 255, 255, .05), 0 18px 45px rgba(0, 0, 0, .18);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.service-shortcut::after {
  position: absolute;
  right: -12%;
  bottom: -55%;
  width: 58%;
  height: 88%;
  border: 1px solid rgba(214, 173, 54, .24);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.service-shortcut:hover {
  transform: translateY(-3px);
  border-color: rgba(243, 207, 99, .68);
  box-shadow: inset 0 1px rgba(255, 255, 255, .07), 0 24px 58px rgba(0, 0, 0, .34);
}

.shortcut-number {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #071019;
  background: linear-gradient(180deg, var(--gold-bright, #f3cf63), var(--gold, #d6ad36));
  border-radius: 16px;
  font-size: .8rem;
  font-weight: 950;
}

.service-shortcut b,
.service-shortcut small {
  display: block;
}

.service-shortcut b {
  margin-bottom: 7px;
  font-size: 1.25rem;
}

.service-shortcut small {
  color: #aeb9c4;
  font-size: .78rem;
  line-height: 1.5;
}

.service-shortcut strong {
  z-index: 1;
  color: var(--gold-bright, #f3cf63);
  font-size: .82rem;
  white-space: nowrap;
}

.choice-help {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 22px 24px;
  background: rgba(7, 95, 174, .1);
  border: 1px solid rgba(42, 157, 244, .28);
  border-radius: 16px;
}

.choice-help span,
.choice-help b {
  display: block;
}

.choice-help span {
  margin-bottom: 4px;
  color: #9baaba;
  font-size: .75rem;
}

.choice-help b {
  font-size: .96rem;
}

.choice-help a {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  color: #06101a;
  background: #e8edf2;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

.mobile-action-bar {
  display: none;
}

.hero-result-card {
  position: relative;
  z-index: 2;
  align-self: stretch;
  min-height: 700px;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(214, 173, 54, .2), transparent 44%),
    #05070a;
  border: 1px solid rgba(243, 207, 99, .62);
  border-bottom: 0;
  border-radius: 32px 32px 0 0;
  box-shadow: inset 0 1px rgba(255, 255, 255, .08), 0 28px 90px rgba(0, 0, 0, .7);
}

.hero-result-card::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 66%, rgba(0, 0, 0, .88));
  content: "";
  pointer-events: none;
}

.hero-result-card img {
  width: 100%;
  height: 100%;
  min-height: 700px;
  object-fit: contain;
}

.hero-result-card figcaption {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 5px 14px;
  padding: 16px 18px;
  background: rgba(5, 8, 11, .9);
  border: 1px solid rgba(243, 207, 99, .68);
  border-radius: 14px;
  backdrop-filter: blur(10px);
}

.hero-result-card figcaption span {
  grid-row: 1 / 3;
  color: #071019;
  padding: 9px 11px;
  background: linear-gradient(180deg, #f3cf63, #d6ad36);
  border-radius: 9px;
  font-size: .67rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-result-card figcaption strong {
  font-size: 1rem;
  text-transform: uppercase;
}

.hero-result-card figcaption small {
  color: #aeb9c4;
  font-size: .7rem;
}

.results-section {
  padding: 105px max(24px, calc(50vw - 620px));
  background:
    radial-gradient(circle at 8% 4%, rgba(214, 173, 54, .16), transparent 30rem),
    linear-gradient(180deg, #070b10, #0b1118);
  border-bottom: 1px solid rgba(42, 157, 244, .2);
}

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

.results-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #05070a;
  border: 1px solid rgba(243, 207, 99, .42);
  border-radius: 24px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, .36);
}

.results-grid img {
  width: 100%;
  height: auto;
}

.results-grid figcaption {
  display: grid;
  gap: 7px;
  min-height: 120px;
  align-content: center;
  padding: 22px 24px;
  background: linear-gradient(180deg, #111922, #090e13);
  border-top: 1px solid rgba(243, 207, 99, .3);
}

.results-grid figcaption span {
  color: #f3cf63;
  font-size: .66rem;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.results-grid figcaption strong {
  color: #e8edf2;
  font-size: .94rem;
  line-height: 1.5;
}

.results-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding: 22px 24px;
  background: rgba(7, 95, 174, .1);
  border: 1px solid rgba(42, 157, 244, .3);
  border-radius: 18px;
}

.results-cta p {
  margin: 0;
}

.results-cta p strong,
.results-cta p span {
  display: block;
}

.results-cta p strong {
  color: #fff;
  margin-bottom: 5px;
}

.results-cta p span {
  color: #9baaba;
  font-size: .8rem;
}

.home-faq {
  padding: 105px max(24px, calc(50vw - 620px));
  background: #080d12;
  border-bottom: 1px solid rgba(42, 157, 244, .2);
}

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

.home-faq-grid details {
  align-self: start;
  overflow: hidden;
  background: linear-gradient(145deg, #131d27, #090e13 72%);
  border: 1px solid rgba(42, 157, 244, .3);
  border-radius: 16px;
}

.home-faq-grid summary {
  position: relative;
  padding: 20px 54px 20px 20px;
  color: #e8edf2;
  cursor: pointer;
  font-size: .86rem;
  font-weight: 900;
  line-height: 1.5;
  list-style: none;
}

.home-faq-grid summary::-webkit-details-marker {
  display: none;
}

.home-faq-grid summary::after {
  position: absolute;
  top: 50%;
  right: 19px;
  color: #f3cf63;
  content: "+";
  font-size: 1.35rem;
  transform: translateY(-50%);
}

.home-faq-grid details[open] summary {
  color: #f3cf63;
  border-bottom: 1px solid rgba(42, 157, 244, .2);
}

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

.home-faq-grid p {
  margin: 0;
  padding: 19px 20px 22px;
  color: #aeb9c4;
  font-size: .84rem;
  line-height: 1.7;
}

.games-section {
  padding: 88px max(24px, calc(50vw - 620px));
  background:
    radial-gradient(circle at 86% 12%, rgba(214, 173, 54, .17), transparent 28rem),
    linear-gradient(180deg, #070b10, #0d151e);
  border-bottom: 1px solid rgba(42, 157, 244, .2);
  scroll-margin-top: 100px;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.games-grid a {
  display: grid;
  gap: 10px;
  min-height: 250px;
  align-content: center;
  padding: 30px;
  overflow: hidden;
  color: #e8edf2;
  background: linear-gradient(145deg, #15212d, #080d12 72%);
  border: 1px solid rgba(42, 157, 244, .38);
  border-radius: 22px;
  text-decoration: none;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
  transition: transform .18s ease, border-color .18s ease;
}

.games-grid a:hover { transform: translateY(-4px); border-color: #f3cf63; }
.games-grid span { font-size: 2.4rem; }
.games-grid b { font-size: 1.35rem; text-transform: uppercase; }
.games-grid small { color: #aeb9c4; line-height: 1.55; }
.games-grid strong { margin-top: 10px; color: #f3cf63; font-size: .82rem; }
.game-app-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 22px;
}

.game-app-link > a:last-child {
  color: #f3cf63;
  font-size: .75rem;
  font-weight: 900;
  text-underline-offset: 4px;
}

@media (max-width: 820px) {
  .games-grid { grid-template-columns: 1fr; }
  .games-grid a { min-height: 190px; }
  .hero-result-card,
  .hero-result-card img { min-height: 620px; }
  .results-grid { grid-template-columns: 1fr; }
  .results-grid figure { width: min(620px, 100%); margin-inline: auto; }
  .results-cta { align-items: stretch; flex-direction: column; }
  .results-cta .primary-button { width: 100%; }
  .home-faq-grid { grid-template-columns: 1fr; }
}

.reviews-section {
  padding: 88px max(24px, calc(50vw - 620px));
  background: linear-gradient(180deg, #080d12, #0c131b);
  border-top: 1px solid rgba(42, 157, 244, .18);
  border-bottom: 1px solid rgba(42, 157, 244, .18);
}

.review-summary {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 28px 0 20px;
}

.review-summary strong { font-size: clamp(2.8rem, 6vw, 5.2rem); line-height: .8; }
.review-summary span { color: var(--gold-bright, #f3cf63); font-size: 1.3rem; letter-spacing: .14em; }
.review-summary small { color: #aeb9c4; }

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

.review-grid blockquote {
  margin: 0;
  padding: clamp(24px, 4vw, 36px);
  background: linear-gradient(145deg, #131d27, #090e13 72%);
  border: 1px solid rgba(42, 157, 244, .34);
  border-radius: 20px;
}

.review-grid blockquote > p { margin: 0 0 22px; color: #e7edf3; font-size: 1.05rem; line-height: 1.75; }
.review-grid footer { display: grid; gap: 4px; padding: 0; background: none; border: 0; }
.review-grid footer strong { color: var(--gold-bright, #f3cf63); }
.review-grid footer span { color: #9baaba; font-size: .78rem; }
.review-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }

@media (max-width: 720px) {
  .review-summary { flex-wrap: wrap; }
  .review-grid { grid-template-columns: 1fr; }
}

.booking-page-hero {
  min-height: 430px;
}

.booking-hero-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 24px auto 0;
  padding: 0;
  list-style: none;
}

.booking-hero-benefits li {
  padding: 10px 14px;
  color: #e7edf3;
  background: rgba(7, 95, 174, .12);
  border: 1px solid rgba(42, 157, 244, .4);
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 850;
}

.booking-hero-benefits li::before {
  margin-right: 7px;
  color: var(--gold-bright, #f3cf63);
  content: "✓";
}

.booking-progress {
  position: relative;
  z-index: 2;
  width: min(920px, calc(100% - 36px));
  margin: -28px auto 0;
  padding: 14px 22px;
  background: rgba(9, 15, 22, .98);
  border: 1px solid rgba(42, 157, 244, .4);
  border-radius: 18px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, .38);
}

.booking-progress ol {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking-progress li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #cbd4dd;
  font-size: .76rem;
  font-weight: 800;
}

.booking-progress b {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #071019;
  background: linear-gradient(180deg, var(--gold-bright, #f3cf63), var(--gold, #d6ad36));
  border-radius: 50%;
}

.booking-intro {
  max-width: 680px;
  margin: -12px 0 24px;
  color: #aeb9c4;
  font-size: 1rem;
  line-height: 1.65;
}

.booking-service-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.booking-service-choice {
  position: relative;
  cursor: pointer;
}

.booking-service-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  opacity: 0;
}

.booking-builder .booking-service-choice > span {
  display: grid;
  align-content: center;
  min-height: 94px;
  padding: 16px;
  color: #eef3f7;
  background: #0a1118;
  border: 1px solid rgba(87, 116, 143, .58);
  border-radius: 13px;
  transition: border-color .16s ease, background .16s ease, transform .16s ease;
}

.booking-service-choice b,
.booking-service-choice small {
  display: block;
}

.booking-service-choice b {
  margin-bottom: 5px;
  font-size: 1rem;
}

.booking-service-choice small {
  color: #9baaba;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1.45;
}

.booking-service-choice input:checked + span {
  color: #071019;
  background: linear-gradient(180deg, var(--gold-bright, #f3cf63), var(--gold, #d6ad36));
  border-color: var(--gold-bright, #f3cf63);
  box-shadow: 0 12px 30px rgba(214, 173, 54, .18);
}

.booking-service-choice input:checked + span small {
  color: #1b2732;
}

.booking-service-choice input:focus-visible + span {
  outline: 3px solid var(--sapphire-bright, #2a9df4);
  outline-offset: 3px;
}

.booking-builder {
  gap: 20px;
}

.booking-builder label,
.booking-builder .form-help {
  font-size: .86rem;
}

.booking-builder input,
.booking-builder select,
.booking-builder textarea {
  min-height: 56px;
  font-size: 1rem;
}

.booking-builder textarea {
  min-height: 120px;
}

.booking-builder label small {
  color: #91a0af;
  font-weight: 600;
}

.required-help {
  margin-top: -3px !important;
}

.booking-builder .button {
  min-height: 58px;
  font-size: .8rem;
}

.booking-help-box {
  align-self: start;
  position: sticky;
  top: 105px;
}

.booking-help-box > p {
  color: #b7c1ca;
  line-height: 1.65;
}

.booking-help-box .contact-call {
  display: grid;
  gap: 4px;
  min-height: 74px;
  align-content: center;
  padding: 12px 16px;
  color: #071019;
  background: linear-gradient(180deg, var(--gold-bright, #f3cf63), var(--gold, #d6ad36));
  border-radius: 13px;
}

.contact-call span {
  font-size: .7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.contact-call b {
  font-size: 1.3rem;
}

.privacy-assurance {
  display: grid;
  gap: 9px;
  margin: 18px 0;
  padding: 17px;
  background: rgba(7, 95, 174, .1);
  border: 1px solid rgba(42, 157, 244, .3);
  border-radius: 13px;
}

.privacy-assurance b {
  color: #fff;
  margin-bottom: 3px;
}

.privacy-assurance span {
  color: #b7c1ca;
  font-size: .78rem;
}

.privacy-assurance span::before {
  margin-right: 7px;
  color: var(--gold-bright, #f3cf63);
  content: "✓";
}

@media (max-width: 900px) {
  .quick-choice-heading {
    grid-template-columns: 1fr;
  }

  .quick-choice-heading .eyebrow {
    grid-column: auto;
  }

  .service-shortcuts {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body:has(.mobile-action-bar) {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .quick-choice-section {
    padding: 68px 17px;
  }

  .quick-choice-heading {
    margin-bottom: 25px;
  }

  .quick-choice-heading h2 {
    font-size: clamp(2.65rem, 13vw, 4.2rem);
  }

  .service-shortcut {
    grid-template-columns: auto minmax(0, 1fr);
    min-height: 124px;
    padding: 18px;
  }

  .service-shortcut strong {
    grid-column: 2;
    white-space: normal;
  }

  .shortcut-number {
    width: 48px;
    height: 48px;
  }

  .choice-help {
    align-items: stretch;
    flex-direction: column;
  }

  .choice-help a {
    min-height: 56px;
  }

  .floating-book {
    display: none;
  }

  .mobile-action-bar {
    position: fixed;
    z-index: 120;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 9px;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    background: rgba(5, 9, 13, .97);
    border-top: 1px solid rgba(42, 157, 244, .45);
    box-shadow: 0 -14px 36px rgba(0, 0, 0, .4);
  }

  .mobile-action-bar a {
    display: grid;
    min-height: 52px;
    place-items: center;
    color: #e8edf2;
    border: 1px solid rgba(42, 157, 244, .55);
    border-radius: 11px;
    font-size: .78rem;
    font-weight: 950;
    text-decoration: none;
  }

  .mobile-action-bar a:last-child {
    color: #071019;
    background: linear-gradient(180deg, var(--gold-bright, #f3cf63), var(--gold, #d6ad36));
    border-color: var(--gold, #d6ad36);
  }

  .booking-page-hero {
    min-height: 430px;
    padding-bottom: 82px;
  }

  .booking-progress {
    margin-top: -42px;
    padding: 12px;
  }

  .booking-progress ol {
    gap: 5px;
  }

  .booking-progress li {
    justify-content: center;
    text-align: center;
  }

  .booking-progress li span {
    display: none;
  }

  .booking-progress b {
    width: 42px;
    height: 42px;
  }

  .booking-service-options {
    grid-template-columns: 1fr;
  }

  .booking-builder .booking-service-choice > span {
    min-height: 82px;
  }

  .booking-help-box {
    position: static;
  }
}

@media (prefers-reduced-motion: reduce) {
  .service-shortcut,
  .booking-service-choice > span {
    transition: none;
  }
}
