html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  text-size-adjust: 100%;
}

input,
textarea,
button {
  max-width: 100%;
}

button {
  font: inherit;
}

body.site-menu-open {
  overflow: hidden;
}

body.signup-drawer-open {
  overflow: hidden;
}

body.site-menu-open .site-menu-toggle {
  opacity: 0;
  pointer-events: none;
}

.site-menu-toggle {
  display: none;
  position: relative;
  z-index: 1001;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(214, 178, 94, 0.65);
  border-radius: 999px;
  background: #d6b25e;
  color: #050505;
  cursor: pointer;
  flex: 0 0 auto;
}

.site-menu-toggle span,
.site-menu-close span {
  position: absolute;
  left: 50%;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: translateX(-50%);
  transition: transform 220ms ease, top 220ms ease;
}

.site-menu-toggle span:first-child {
  top: 20px;
}

.site-menu-toggle span:last-child {
  top: 30px;
}

.site-menu-toggle.is-open span:first-child {
  top: 25px;
  transform: translateX(-50%) rotate(45deg);
}

.site-menu-toggle.is-open span:last-child {
  top: 25px;
  transform: translateX(-50%) rotate(-45deg);
}

.site-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  background: #050505;
  color: #ffffff;
  overflow-y: auto;
  pointer-events: none;
}

.site-menu-overlay.is-open {
  visibility: visible;
  opacity: 1;
  clip-path: inset(0 0 0 0);
  pointer-events: auto;
}

.site-menu-panel {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  padding: 28px clamp(22px, 5vw, 56px) 34px;
}

.site-menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.site-menu-brand {
  font-size: clamp(22px, 4.8vw, 34px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.site-menu-close {
  position: relative;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(214, 178, 94, 0.65);
  border-radius: 999px;
  background: transparent;
  color: #d6b25e;
  cursor: pointer;
  flex: 0 0 auto;
}

.site-menu-close span:first-child {
  top: 25px;
  transform: translateX(-50%) rotate(45deg);
}

.site-menu-close span:last-child {
  top: 25px;
  transform: translateX(-50%) rotate(-45deg);
}

.site-menu-kicker {
  margin-top: clamp(44px, 8vh, 78px);
  color: #d6b25e;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.site-menu-list {
  display: grid;
  gap: clamp(14px, 2.6vh, 24px);
  margin-top: 24px;
}

.site-menu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #ffffff;
  text-decoration: none;
  font-size: clamp(42px, 9vw, 82px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
}

.site-menu-link::after {
  content: "";
  width: clamp(42px, 10vw, 108px);
  height: 2px;
  background: rgba(214, 178, 94, 0.42);
  transform-origin: right;
  transition: transform 220ms ease, background 220ms ease;
}

.site-menu-link:hover::after,
.site-menu-link:focus-visible::after,
.site-menu-link.is-active::after {
  transform: scaleX(1.35);
  background: #d6b25e;
}

.site-menu-link.is-active {
  color: #d6b25e;
}

.site-menu-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 26px;
  margin-top: auto;
  padding-top: 46px;
}

.site-menu-note {
  max-width: 360px;
  color: #cfcfcf;
  font-size: 16px;
  line-height: 1.55;
}

.site-menu-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 30px;
  border-radius: 999px;
  background: #d6b25e;
  color: #050505;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.site-menu-accent {
  position: fixed;
  right: -22vw;
  bottom: -28vw;
  width: min(76vw, 740px);
  aspect-ratio: 1;
  border: 1px solid rgba(214, 178, 94, 0.26);
  border-radius: 50%;
  pointer-events: none;
}

.site-menu-toggle:focus-visible,
.site-menu-close:focus-visible,
.site-menu-link:focus-visible,
.site-menu-cta:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

.signup-drawer {
  position: fixed;
  inset: 0;
  z-index: 1200;
  visibility: hidden;
  pointer-events: none;
}

.signup-drawer.is-open {
  visibility: visible;
  pointer-events: auto;
}

.signup-drawer.is-closing {
  visibility: visible;
  pointer-events: none;
}

.signup-drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 5, 5, 0.72);
  opacity: 0;
  transition: opacity 260ms ease;
}

.signup-drawer.is-open .signup-drawer-backdrop {
  opacity: 1;
}

.signup-drawer.is-closing .signup-drawer-backdrop {
  opacity: 0;
}

.signup-drawer-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 520px);
  height: 100%;
  overflow-y: auto;
  padding: 30px;
  background: #050505;
  color: #ffffff;
  border-left: 1px solid rgba(214, 178, 94, 0.38);
  box-shadow: -34px 0 90px rgba(0, 0, 0, 0.38);
  transform: translateX(100%);
  transition: transform 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

.signup-drawer.is-open .signup-drawer-panel {
  /* Keep the panel visible even when an interrupted animation left an inline transform. */
  transform: translateX(0) !important;
}

.signup-drawer.is-closing .signup-drawer-panel {
  transform: translateX(100%) !important;
}

.signup-drawer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.signup-drawer-kicker {
  display: block;
  color: #d6b25e;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.signup-drawer h2 {
  margin: 9px 0 0;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 700;
}

.signup-drawer-close {
  position: relative;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  border: 1px solid rgba(214, 178, 94, 0.62);
  border-radius: 999px;
  background: transparent;
  color: #d6b25e;
  cursor: pointer;
}

.signup-drawer-close::before,
.signup-drawer-close::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 13px;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.signup-drawer-close::before {
  transform: rotate(45deg);
}

.signup-drawer-close::after {
  transform: rotate(-45deg);
}

.signup-drawer-intro {
  margin: 0 0 24px;
  color: #cfcfcf;
  font-size: 15px;
  line-height: 1.6;
}

.signup-form {
  display: grid;
  gap: 14px;
}

.signup-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.signup-form label {
  display: grid;
  gap: 7px;
  color: #fff4e3;
  font-size: 13px;
  font-weight: 700;
}

.signup-form input,
.signup-form select,
.signup-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
  color: #ffffff;
  padding: 14px 15px;
  font: inherit;
  font-size: 15px;
}

.signup-form select {
  color-scheme: dark;
}

.signup-form textarea {
  min-height: 112px;
  resize: vertical;
}

.signup-form input:focus,
.signup-form select:focus,
.signup-form textarea:focus,
.signup-drawer-close:focus-visible {
  outline: 2px solid #d6b25e;
  outline-offset: 2px;
}

.signup-form button {
  min-height: 56px;
  margin-top: 8px;
  border: 0;
  border-radius: 999px;
  background: #d6b25e;
  color: #050505;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
}

.signup-form button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.signup-form-status {
  min-height: 20px;
  margin: 2px 0 -2px;
  color: #cfcfcf;
  font-size: 13px;
  line-height: 1.45;
}

.signup-form-status.is-success {
  color: #d6b25e;
}

.signup-form-status.is-error {
  color: #ffb7a8;
}

.signup-drawer-note {
  margin: 18px 0 0;
  color: #9f9f9f;
  font-size: 13px;
  line-height: 1.5;
}

.vap-clubs {
  background: #eeeeec;
  padding: 54px 0;
}

.vap-clubs-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 48px;
}

.vap-clubs p {
  max-width: 680px;
  margin: 0 auto 30px;
  color: #111111;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.vap-club-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
}

.vap-club-card {
  position: relative;
  min-height: 142px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 13px;
  padding: 20px 14px 18px;
  border: 1px solid rgba(5, 5, 5, 0.08);
  border-radius: 18px;
  background: #ffffff;
  color: #151515;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(5, 5, 5, 0.055);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.vap-club-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 13px;
  height: 2px;
  border-radius: 999px;
  background: #d6b25e;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 220ms ease;
}

.vap-club-card img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(5, 5, 5, 0.08));
}

.vap-club-card span {
  color: #202020;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.15;
}

.vap-club-card:hover,
.vap-club-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(214, 178, 94, 0.72);
  box-shadow: 0 22px 56px rgba(5, 5, 5, 0.11);
}

.vap-club-card:hover::after,
.vap-club-card:focus-visible::after {
  transform: scaleX(1);
}

.vap-club-card:focus-visible {
  outline: 2px solid #050505;
  outline-offset: 4px;
}

.vap-hero {
  position: relative;
  overflow: hidden;
  min-height: 92svh;
  background: #050505;
  color: #ffffff;
}

.vap-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.92), rgba(5, 5, 5, 0.72) 42%, rgba(5, 5, 5, 0.38)),
    linear-gradient(180deg, rgba(5, 5, 5, 0.15), #050505 96%),
    url("uploads/vap/training/training-session-23.jpeg") center 46% / cover no-repeat;
  transform: scale(1.02);
}

.vap-hero-fade {
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(180deg, transparent, #050505);
  pointer-events: none;
}

.vap-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 48px 34px;
}

.vap-hero-stage {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  align-items: center;
  gap: 54px;
  padding: 48px 0 24px;
}

.vap-hero-copy {
  max-width: 700px;
}

.vap-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #d6b25e;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.vap-hero-kicker span {
  width: 34px;
  height: 2px;
  background: #d6b25e;
}

.vap-hero-title {
  margin: 0;
  color: #ffffff;
  font-size: 96px;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0;
}

.vap-hero-text {
  max-width: 560px;
  margin: 28px 0 0;
  color: #e7e1d3;
  font-size: 19px;
  line-height: 1.62;
}

.vap-hero-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 34px;
}

.vap-hero-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.vap-hero-actions a:hover,
.vap-hero-actions a:focus-visible {
  transform: translateY(-2px);
}

.vap-hero-primary {
  background: #d6b25e;
  color: #050505;
}

.vap-hero-secondary {
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(5, 5, 5, 0.24);
  color: #ffffff;
}

.vap-hero-secondary:hover,
.vap-hero-secondary:focus-visible {
  border-color: #d6b25e;
  color: #d6b25e;
}

.vap-hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 650px;
  margin-top: 48px;
  border: 1px solid rgba(214, 178, 94, 0.34);
  background: rgba(214, 178, 94, 0.22);
}

.vap-hero-proof div {
  min-height: 104px;
  padding: 22px;
  background: rgba(5, 5, 5, 0.66);
}

.vap-hero-proof strong,
.vap-hero-proof span {
  display: block;
}

.vap-hero-proof strong {
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
}

.vap-hero-proof span {
  margin-top: 10px;
  color: #cfcfcf;
  font-size: 13px;
  line-height: 1.35;
}

.vap-hero-photos {
  position: relative;
  min-height: 640px;
}

.vap-photo {
  position: absolute;
  overflow: hidden;
  background-color: #111111;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}

.vap-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.02), rgba(5, 5, 5, 0.46));
}

.vap-photo-main {
  right: 0;
  top: 16px;
  width: 62%;
  height: 590px;
  border: 1px solid rgba(214, 178, 94, 0.58);
  border-radius: 26px;
  background-position: center 42%;
}

.vap-photo-main span {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 24px;
  padding: 12px 18px;
  border: 1px solid rgba(214, 178, 94, 0.7);
  border-radius: 999px;
  background: rgba(5, 5, 5, 0.72);
  color: #fff4e3;
  font-size: 14px;
  font-weight: 800;
}

.vap-photo-small {
  width: 34%;
  height: 255px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
}

.vap-photo-one {
  left: 0;
  top: 76px;
  background-position: center 40%;
}

.vap-photo-two {
  left: 10%;
  bottom: 42px;
  background-position: center 38%;
}

.vap-hero-note {
  position: absolute;
  right: 9%;
  bottom: 0;
  z-index: 3;
  max-width: 300px;
  padding: 22px 24px;
  border-left: 3px solid #d6b25e;
  background: rgba(5, 5, 5, 0.82);
  backdrop-filter: blur(10px);
}

.vap-hero-note strong,
.vap-hero-note span {
  display: block;
}

.vap-hero-note strong {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
}

.vap-hero-note span {
  margin-top: 9px;
  color: #cfcfcf;
  font-size: 14px;
  line-height: 1.45;
}

.vap-hero-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(214, 178, 94, 0.34);
  border-bottom: 1px solid rgba(214, 178, 94, 0.34);
}

.vap-hero-strip span {
  padding: 20px 18px;
  border-right: 1px solid rgba(214, 178, 94, 0.22);
  color: #fff4e3;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.vap-hero-strip span:last-child {
  border-right: 0;
}

.vap-slider-section {
  background: #050505;
  padding: 84px 0 92px;
  color: #ffffff;
}

.vap-slider-wrap {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 48px;
}

.vap-slider-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: 34px;
}

.vap-slider-eyebrow {
  display: inline-block;
  color: #d6b25e;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 12px;
}

.vap-slider-heading h2 {
  margin: 0;
  max-width: 620px;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: 0;
}

.vap-slider-heading p {
  margin: 0;
  max-width: 430px;
  color: #cfcfcf;
  font-size: 17px;
  line-height: 1.6;
}

.vap-home-slider {
  position: relative;
  overflow: hidden;
  min-height: 650px;
  border: 1px solid rgba(214, 178, 94, 0.32);
  border-radius: 26px;
  background: #111111;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.26);
}

.vap-slider-track,
.vap-slide {
  position: absolute;
  inset: 0;
}

.vap-slide {
  display: flex;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  pointer-events: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.vap-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 5, 5, 0.82), rgba(5, 5, 5, 0.38) 48%, rgba(5, 5, 5, 0.08));
}

.vap-slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  pointer-events: auto;
}

.vap-slide-content {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: 0 0 72px 54px;
}

.vap-slide-content h3 {
  margin: 0;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: 0;
}

.vap-slide-content p {
  margin: 16px 0 0;
  color: #e6e0d2;
  font-size: 18px;
  line-height: 1.55;
}

.vap-slider-controls {
  position: absolute;
  left: 54px;
  right: 54px;
  bottom: 30px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.vap-slider-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(214, 178, 94, 0.45);
  background: rgba(5, 5, 5, 0.62);
  color: #ffffff;
  cursor: pointer;
  touch-action: manipulation;
}

.vap-slider-controls > button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 34px;
  line-height: 1;
}

.vap-slider-dots {
  display: flex;
  gap: 8px;
  padding: 0 8px;
}

.vap-slider-dots button {
  width: 32px;
  height: 4px;
  border-radius: 999px;
  padding: 0;
}

.vap-slider-controls button:hover,
.vap-slider-controls button:focus-visible,
.vap-slider-dots button.is-active {
  background: #d6b25e;
  color: #050505;
}

.vap-slider-controls button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

/* Premium gold accent layer */
nav > a:last-child,
nav > a[href="/contact"],
[data-screen-label="Hero"] [style*="bottom:120px"] a:first-child,
[data-screen-label="Hero"] [style*="bottom: 120px"] a:first-child,
[data-screen-label="CTA"] a,
[data-screen-label="Footer"] [href^="mailto:"],
[data-screen-label="Footer"] [href*="instagram"],
[data-screen-label="Footer"] [style*="font-size:20px"][style*="⚽"] {
  background: #d6b25e !important;
  color: #050505 !important;
}

[data-screen-label="Hero"] [style*="width:22px"],
[data-screen-label="Hero"] [style*="width: 22px"],
[data-screen-label="Contactinfo"] [style*="width:52px"],
[data-screen-label="Contactinfo"] [style*="width: 52px"],
[data-screen-label="Wie ben ik"] [style*="width:40px"],
[data-screen-label="Wie ben ik"] [style*="width: 40px"] {
  background: #d6b25e !important;
  color: #050505 !important;
}

[data-screen-label="Hero"] [style*="In samenwerking"],
[data-screen-label="Header"] [style*="font-size:15px"][style*="font-weight:500"],
[data-screen-label="Hero"] [style*="font-size:15px"][style*="font-weight:500"] {
  color: #d6b25e !important;
}

[data-screen-label="Hero"] [style*="border:1.5px solid #ffffff"],
[data-screen-label="Hero"] [style*="border: 1.5px solid rgb(255, 255, 255)"],
[data-screen-label="Hero"] [style*="border: 1.5px solid #ffffff"] {
  border-color: #d6b25e !important;
}

[data-screen-label="Aanpak"] [style*="background:#050505"],
[data-screen-label="Aanpak"] [style*="background: #050505"],
[data-screen-label="Trainingsaanbod"] [style*="background:#050505"],
[data-screen-label="Trainingsaanbod"] [style*="background: #050505"] {
  border: 1px solid rgba(214, 178, 94, 0.55) !important;
  box-shadow: 0 22px 70px rgba(5, 5, 5, 0.16), inset 0 1px 0 rgba(214, 178, 94, 0.35) !important;
}

[data-screen-label="Aanpak"] [style*="background:#050505"] [style*="background:#ffffff"],
[data-screen-label="Aanpak"] [style*="background: #050505"] [style*="background: #ffffff"],
[data-screen-label="Trainingsaanbod"] [style*="background:#050505"] [style*="background:#ffffff"],
[data-screen-label="Trainingsaanbod"] [style*="background: #050505"] [style*="background: #ffffff"] {
  background: #d6b25e !important;
  color: #050505 !important;
}

[data-screen-label="Contactinfo"] a,
[data-screen-label="Beschikbaarheid"] [style*="color:#2b2b2b"],
[data-screen-label="Beschikbaarheid"] [style*="color: #2b2b2b"] {
  color: #9f7f33 !important;
}

[data-screen-label="Footer"] {
  border-top: 1px solid rgba(214, 178, 94, 0.22) !important;
}

.vap-footer {
  position: relative;
  overflow: hidden;
  background: #050505;
  color: #ffffff;
  font-family: "Onest", system-ui, sans-serif;
}

.vap-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 5, 0), #050505 72%),
    radial-gradient(circle at 88% 18%, rgba(214, 178, 94, 0.16), transparent 30%),
    radial-gradient(circle at 16% 76%, rgba(255, 255, 255, 0.08), transparent 32%);
  pointer-events: none;
}

.vap-footer-inner {
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  padding: 54px 48px 34px;
}

.vap-footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr);
  gap: 38px;
  align-items: stretch;
  min-height: 430px;
  padding: 28px;
  border: 1px solid rgba(214, 178, 94, 0.34);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.3);
}

.vap-footer-cta-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 26px 16px 26px 10px;
}

.vap-footer-cta-copy span {
  color: #d6b25e;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.vap-footer-cta-copy h2 {
  margin: 16px 0 0;
  max-width: 600px;
  color: #ffffff;
  font-size: 62px;
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: 0;
}

.vap-footer-cta-copy p {
  margin: 22px 0 0;
  max-width: 470px;
  color: #cfcfcf;
  font-size: 17px;
  line-height: 1.62;
}

.vap-footer-cta-copy a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 56px;
  margin-top: 34px;
  padding: 0 32px;
  border-radius: 999px;
  background: #d6b25e;
  color: #050505;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
}

.vap-footer-media {
  position: relative;
  min-height: 372px;
}

.vap-footer-photo-main,
.vap-footer-photo-small {
  position: absolute;
  overflow: hidden;
  background-color: #111111;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.vap-footer-photo-main::after,
.vap-footer-photo-small::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.02), rgba(5, 5, 5, 0.34));
}

.vap-footer-photo-main {
  inset: 0 0 0 22%;
  border-radius: 22px;
  background-image: url("uploads/vap/training/training-session-14.jpeg");
  background-position: center 42%;
}

.vap-footer-photo-small {
  left: 0;
  width: 34%;
  height: 46%;
  border: 1px solid rgba(214, 178, 94, 0.42);
  border-radius: 18px;
}

.vap-footer-photo-a {
  top: 28px;
  background-image: url("uploads/vap/training/training-session-11.jpeg");
  background-position: center 40%;
}

.vap-footer-photo-b {
  bottom: 28px;
  background-image: url("uploads/vap/training/training-session-16.jpeg");
  background-position: center 42%;
}

.vap-footer-main {
  display: grid;
  grid-template-columns: 0.9fr 1.8fr;
  gap: 54px;
  padding: 54px 0 36px;
}

.vap-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: #ffffff;
  text-decoration: none;
}

.vap-footer-logo span {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #050505 url("uploads/vap/cropped-Voetbal-Academie-Partij.png") center / cover no-repeat;
}

.vap-footer-logo strong {
  font-size: 21px;
  line-height: 1.02;
}

.vap-footer-brand p {
  margin: 22px 0 0;
  max-width: 320px;
  color: #cfcfcf;
  font-size: 16px;
  line-height: 1.58;
}

.vap-footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.vap-footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #050505;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.vap-footer-socials a:first-child {
  background: #d6b25e;
}

.vap-footer-socials svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vap-footer-socials a:hover {
  transform: translateY(-2px);
}

.vap-footer-socials a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 4px;
}

.vap-footer-links {
  display: grid;
  grid-template-columns: minmax(150px, 0.85fr) minmax(190px, 0.95fr) minmax(300px, 1.35fr) minmax(250px, 1.1fr);
  gap: clamp(26px, 4vw, 56px);
}

.vap-footer-links h5 {
  margin: 0 0 18px;
  color: #d6b25e;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.vap-footer-links a,
.vap-footer-links span,
.vap-footer-links p {
  display: block;
  margin: 0 0 12px;
  color: #cfcfcf;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.55;
}

.vap-footer-links a:hover,
.vap-footer-links a:focus-visible,
.vap-footer-bottom a:hover,
.vap-footer-bottom a:focus-visible {
  color: #d6b25e;
}

.vap-footer .vap-footer-links a[href^="mailto:"] {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #cfcfcf !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: none !important;
}

.vap-footer .vap-footer-links a[href^="mailto:"]:hover,
.vap-footer .vap-footer-links a[href^="mailto:"]:focus-visible {
  color: #d6b25e !important;
}

.vap-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(214, 178, 94, 0.22);
}

.vap-footer-bottom a,
.vap-footer-bottom span {
  color: #9f9f9f;
  text-decoration: none;
  font-size: 14px;
}

@media (max-width: 1180px) {
  .vap-footer-cta {
    grid-template-columns: 1fr;
  }

  .vap-footer-media {
    min-height: 420px;
  }

  .vap-footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .vap-footer-links {
    grid-template-columns: minmax(150px, 0.85fr) minmax(190px, 0.95fr) minmax(300px, 1.35fr) minmax(240px, 1fr);
    gap: 30px;
  }

  .vap-hero-stage {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 34px;
  }

  .vap-hero-title {
    max-width: 760px;
    font-size: 78px !important;
  }

  .vap-hero-text {
    max-width: 660px;
  }

  .vap-hero-photos {
    min-height: 560px;
  }

  .vap-photo-main {
    width: 62%;
    height: 520px;
  }

  .vap-photo-small {
    width: 33%;
    height: 230px;
  }

  [data-screen-label] > div,
  [data-screen-label="Footer"] > div {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }

  nav > div:nth-child(2) {
    gap: 22px !important;
  }

  h1 {
    font-size: 72px !important;
    letter-spacing: 0 !important;
  }

  h2 {
    font-size: 38px !important;
    letter-spacing: 0 !important;
  }

  [style*="grid-template-columns:1fr 1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr 1fr"],
  [style*="grid-template-columns: repeat(4, 1fr)"],
  [style*="grid-template-columns:repeat(4,1fr)"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .vap-club-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  [data-screen-label="Hero"] [style*="left:200px"] {
    left: 80px !important;
  }

  [data-screen-label="Hero"] [style*="right:200px"] {
    right: 80px !important;
  }

  [data-screen-label="Hero"] [style*="left:180px"] {
    left: 70px !important;
  }

  [data-screen-label="Hero"] [style*="right:230px"] {
    right: 90px !important;
  }

  [data-screen-label="CTA"] [style*="left:150px"],
  [data-screen-label="CTA"] [style*="left:60px"],
  [data-screen-label="CTA"] [style*="right:80px"],
  [data-screen-label="CTA"] [style*="right:140px"] {
    opacity: 0.28 !important;
  }

  [data-screen-label="Gallery"] [style*="height:620px"] {
    height: 520px !important;
  }

  .vap-home-slider {
    min-height: 560px;
  }

  .vap-slider-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  nav {
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  nav > div:nth-child(2),
  nav > a[href="/contact"],
  nav > a[data-signup-trigger] {
    display: none !important;
  }

  nav > a:first-child {
    max-width: calc(100% - 70px) !important;
  }

  .site-menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    position: fixed;
    top: 26px;
    right: 32px;
  }
}

@media (max-width: 900px) {
  .vap-footer-inner {
    padding-left: 26px;
    padding-right: 26px;
  }

  .vap-footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 30px;
  }

  .vap-footer-cta-copy h2 {
    font-size: 48px;
  }

  .vap-hero {
    min-height: 0;
  }

  .vap-hero-inner {
    padding-bottom: 28px;
  }

  .vap-hero-stage {
    min-height: 0;
  }

  .vap-hero-title {
    font-size: 64px !important;
  }

  .vap-hero-photos {
    min-height: 500px;
  }

  .vap-photo-main {
    width: 68%;
    height: 470px;
  }

  .vap-photo-one {
    top: 46px;
  }

  .vap-photo-two {
    bottom: 22px;
  }

  .vap-hero-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vap-hero-strip span:nth-child(2) {
    border-right: 0;
  }

  [data-screen-label] > div,
  [data-screen-label="Footer"] > div {
    padding-left: 26px !important;
    padding-right: 26px !important;
  }

  nav {
    flex-wrap: wrap !important;
    gap: 18px !important;
  }

  nav > div:nth-child(2) {
    order: 3;
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px !important;
  }

  nav > div:nth-child(2) a {
    display: block !important;
    text-align: center !important;
    padding: 10px 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.04) !important;
    line-height: 1.2 !important;
  }

  [style*="display:flex; align-items:flex-start; justify-content:space-between"] {
    flex-direction: column !important;
    gap: 22px !important;
  }

  [data-screen-label] > div > [style*="display: flex"][style*="justify-content: space-between"],
  [data-screen-label] > div > [style*="display:flex"][style*="justify-content:space-between"] {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 22px !important;
  }

  [data-screen-label="Hero"] [style*="height:640px"] {
    height: 600px !important;
  }

  [data-screen-label="Hero"] [style*="height: 640px"] {
    height: 600px !important;
  }

  [data-screen-label="Hero"] [style*="width:460px"] {
    width: 420px !important;
    max-width: 80vw !important;
    height: 560px !important;
  }

  [data-screen-label="Hero"] [style*="width: 460px"] {
    width: 420px !important;
    max-width: 80vw !important;
    height: 560px !important;
  }

  [data-screen-label="Hero"] [style*="border:1.5px solid #ffffff"] {
    display: none !important;
  }

  [data-screen-label="Hero"] [style*="height: 640px"] > [style*="position: absolute"][style*="border"],
  [data-screen-label="Hero"] [style*="height:640px"] > [style*="position:absolute"][style*="border"] {
    display: none !important;
  }

  [data-screen-label="Hero"] [style*="right:0; bottom:100px"] {
    right: 50% !important;
    bottom: 38px !important;
    transform: translateX(50%) !important;
    text-align: center !important;
  }

  [data-screen-label="Hero"] [style*="right: 0px"][style*="bottom: 100px"],
  [data-screen-label="Hero"] [style*="right: 0"][style*="bottom: 100px"] {
    right: 50% !important;
    bottom: 38px !important;
    transform: translateX(50%) !important;
    text-align: center !important;
  }

  [data-screen-label="Wie ben ik"] [style*="position:absolute; top:-26px; right:0; width:660px"] {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    margin-top: 18px !important;
  }

  [data-screen-label="Wie ben ik"] [style*="position: absolute"][style*="width: 660px"] {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    margin-top: 18px !important;
  }

  [data-screen-label="Footer"] [style*="display:flex; justify-content:space-between"] {
    flex-direction: column !important;
  }

  [data-screen-label="Footer"] > div > [style*="display: flex"][style*="justify-content: space-between"],
  [data-screen-label="Footer"] > div > [style*="display:flex"][style*="justify-content:space-between"] {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  [data-screen-label="Footer"] [style*="width:500px"] {
    width: 100% !important;
  }

  [data-screen-label="Footer"] [style*="width: 500px"] {
    width: 100% !important;
  }

  [data-screen-label="Footer"] input,
  [data-screen-label="Footer"] textarea,
  [data-screen-label="Footer"] [href^="mailto:"] {
    width: 100% !important;
  }

  [data-screen-label="Footer"] [style*="grid-template-columns:repeat(4,1fr)"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  [data-screen-label="Footer"] [style*="grid-template-columns: repeat(4, 1fr)"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .vap-bio-copy {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .vap-footer-inner {
    padding: 38px 20px 28px;
  }

  .vap-footer-cta {
    min-height: 0;
    padding: 18px;
    border-radius: 22px;
  }

  .vap-footer-cta-copy {
    padding: 8px 4px 6px;
  }

  .vap-footer-cta-copy h2 {
    font-size: 38px !important;
  }

  .vap-footer-cta-copy p {
    font-size: 15px;
  }

  .vap-footer-cta-copy a {
    width: 100%;
  }

  .vap-footer-media {
    min-height: 360px;
  }

  .vap-footer-photo-main {
    inset: 0;
  }

  .vap-footer-photo-small {
    display: none;
  }

  .vap-footer-main {
    padding: 38px 0 30px;
  }

  .vap-footer-links {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vap-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .vap-hero-bg {
    background:
      linear-gradient(180deg, rgba(5, 5, 5, 0.76), rgba(5, 5, 5, 0.94) 58%, #050505),
      url("uploads/vap/training/training-session-26.jpeg") center top / cover no-repeat;
  }

  .vap-hero-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vap-hero-stage {
    padding-top: 22px;
    gap: 30px;
  }

  .vap-hero-kicker {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .vap-hero-title {
    font-size: 54px !important;
    line-height: 0.98;
  }

  .vap-hero-text {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.55;
  }

  .vap-hero-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 24px;
  }

  .vap-hero-actions a {
    min-height: 54px;
    width: 100%;
  }

  .vap-hero-proof {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .vap-hero-proof div {
    min-height: 0;
    padding: 17px 18px;
  }

  .vap-hero-proof strong {
    font-size: 23px;
  }

  .vap-hero-photos {
    min-height: 520px;
  }

  .vap-photo-main {
    top: 0;
    right: 0;
    width: 82%;
    height: 430px;
    border-radius: 18px;
  }

  .vap-photo-small {
    width: 42%;
    height: 190px;
    border-radius: 16px;
  }

  .vap-photo-one {
    left: 0;
    top: 42px;
  }

  .vap-photo-two {
    left: 0;
    bottom: 42px;
  }

  .vap-hero-note {
    right: 0;
    bottom: 0;
    max-width: 82%;
    padding: 18px;
  }

  .vap-hero-strip {
    margin-top: 10px;
  }

  .vap-hero-strip span {
    padding: 15px 10px;
    font-size: 12px;
  }

  [data-screen-label] > div,
  [data-screen-label="Footer"] > div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  section[data-screen-label="Header"] {
    padding-bottom: 46px !important;
  }

  nav {
    align-items: center !important;
    padding: 20px 0 !important;
  }

  nav > a:first-child {
    max-width: calc(100% - 132px) !important;
  }

  .site-menu-toggle {
    top: 22px;
    right: 20px;
  }

  nav > a:first-child span {
    font-size: 16px !important;
    line-height: 1.08 !important;
  }

  nav > a:first-child > div {
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;
  }

  nav > a[href="/contact"] {
    padding: 11px 15px !important;
    font-size: 14px !important;
    white-space: nowrap !important;
  }

  h1 {
    font-size: 56px !important;
    line-height: 0.98 !important;
    letter-spacing: 0 !important;
  }

  h2 {
    font-size: 32px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  h3 {
    line-height: 1.2 !important;
  }

  p {
    max-width: 100% !important;
  }

  [style*="padding-top:40px"] {
    padding-top: 22px !important;
  }

  [style*="padding:80px 0"],
  [style*="padding:70px 0"],
  [style*="padding:60px 0"],
  [style*="padding:40px 0"] {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  [style*="grid-template-columns:1fr 1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr 1fr"],
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr"],
  [style*="grid-template-columns:repeat(4,1fr)"],
  [style*="grid-template-columns: repeat(4, 1fr)"],
  [style*="grid-template-columns:repeat(2, minmax(0, 1fr))"] {
    grid-template-columns: 1fr !important;
  }

  [style*="gap:48px"] {
    gap: 24px !important;
  }

  [style*="gap:24px"] {
    gap: 18px !important;
  }

  [style*="min-height:380px"] {
    min-height: 0 !important;
  }

  [style*="border-right:1px"] {
    border-right: 0 !important;
    border-bottom: 1px solid #dededb !important;
  }

  [style*="border-right: 1px"] {
    border-right: 0 !important;
    border-bottom: 1px solid #dededb !important;
  }

  [style*="grid-column:span 1"] {
    grid-column: auto !important;
  }

  [data-screen-label="Hero"] [style*="padding-top:44px"] {
    padding-top: 26px !important;
  }

  [data-screen-label="Hero"] [style*="font-size:26px"] {
    font-size: 18px !important;
    letter-spacing: 1px !important;
  }

  [data-screen-label="Hero"] h1 {
    font-size: 62px !important;
  }

  [data-screen-label="Hero"] [style*="height:640px"] {
    height: 540px !important;
    margin-top: 4px !important;
  }

  [data-screen-label="Hero"] [style*="height: 640px"] {
    height: 540px !important;
    margin-top: 4px !important;
  }

  [data-screen-label="Hero"] [style*="width:460px"] {
    width: 86vw !important;
    max-width: 360px !important;
    height: 430px !important;
    top: 24px !important;
    background-position: center top !important;
  }

  [data-screen-label="Hero"] [style*="width: 460px"] {
    width: 86vw !important;
    max-width: 360px !important;
    height: 430px !important;
    top: 24px !important;
    background-position: center top !important;
  }

  [data-screen-label="Hero"] [style*="bottom:120px"] {
    bottom: 22px !important;
    width: 100% !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  [data-screen-label="Hero"] [style*="bottom: 120px"] {
    bottom: 22px !important;
    width: 100% !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  [data-screen-label="Hero"] [style*="bottom:120px"] a {
    padding: 14px 15px !important;
    font-size: 14px !important;
  }

  [data-screen-label="Hero"] [style*="bottom: 120px"] a {
    padding: 14px 15px !important;
    font-size: 14px !important;
  }

  [data-screen-label="Hero"] [style*="right:0; bottom:100px"] {
    display: none !important;
  }

  [data-screen-label="Hero"] [style*="right: 0px"][style*="bottom: 100px"],
  [data-screen-label="Hero"] [style*="right: 0"][style*="bottom: 100px"] {
    display: none !important;
  }

  [data-screen-label="Hero"] [style*="height: 640px"] > [style*="position: absolute"][style*="border"],
  [data-screen-label="Hero"] [style*="height:640px"] > [style*="position:absolute"][style*="border"] {
    display: none !important;
  }

  .vap-club-card {
    min-height: 134px;
  }

  [data-screen-label="Wie ben ik"] [style*="height:540px"] {
    height: 320px !important;
    border-radius: 16px !important;
  }

  [data-screen-label="Wie ben ik"] [style*="height: 540px"] {
    height: 320px !important;
    border-radius: 16px !important;
  }

  [data-screen-label="Wie ben ik"] [style*="font-size:21px"] {
    font-size: 18px !important;
  }

  [data-screen-label="Gallery"] [style*="height:400px"],
  [data-screen-label="Gallery"] [style*="height:340px"],
  [data-screen-label="Gallery"] [style*="height:620px"] {
    height: 280px !important;
  }

  [data-screen-label="CTA"] [style*="padding:120px 0"],
  [data-screen-label="CTA"] [style*="padding:100px 0"] {
    padding: 64px 18px !important;
    border-radius: 18px !important;
  }

  [data-screen-label="CTA"] [style*="padding: 120px 0px"],
  [data-screen-label="CTA"] [style*="padding: 100px 0px"],
  [data-screen-label="CTA"] [style*="padding: 120px 0"],
  [data-screen-label="CTA"] [style*="padding: 100px 0"] {
    padding: 64px 18px !important;
    border-radius: 18px !important;
  }

  [data-screen-label="CTA"] [style*="position: absolute"][style*="url("] {
    display: none !important;
  }

  [data-screen-label="FAQ"] [style*="padding:26px 28px"] {
    padding: 20px !important;
  }

  [data-screen-label="Footer"] [style*="padding:70px 48px 40px"] {
    padding-top: 48px !important;
    padding-bottom: 30px !important;
  }

  [data-screen-label="Footer"] [style*="padding: 70px 48px 40px"] {
    padding-top: 48px !important;
    padding-bottom: 30px !important;
  }

  [data-screen-label="Footer"] [style*="margin-top:120px"] {
    margin-top: 36px !important;
  }

  [data-screen-label="Footer"] [style*="margin-top: 120px"] {
    margin-top: 36px !important;
  }

  [data-screen-label="Footer"] [style*="margin-top:80px"] {
    margin-top: 44px !important;
  }

  [data-screen-label="Footer"] [style*="margin-top: 80px"] {
    margin-top: 44px !important;
  }

  [data-screen-label="Footer"] [style*="grid-template-columns:repeat(4,1fr)"] {
    grid-template-columns: 1fr !important;
  }

  [data-screen-label="Footer"] [style*="grid-template-columns: repeat(4, 1fr)"] {
    grid-template-columns: 1fr !important;
  }

  [data-screen-label="Footer"] [style*="display:flex; justify-content:space-between; align-items:center"] {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  [data-screen-label="Footer"] [style*="display: flex"][style*="justify-content: space-between"][style*="align-items: center"] {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .vap-slider-section {
    padding: 54px 0 62px;
  }

  .vap-slider-wrap {
    padding: 0 20px;
  }

  .vap-slider-heading {
    gap: 14px;
    margin-bottom: 24px;
  }

  .vap-slider-heading h2 {
    font-size: 34px;
  }

  .vap-slider-heading p {
    font-size: 15px;
  }

  .vap-home-slider {
    min-height: 520px;
    border-radius: 18px;
  }

  .vap-slide::before {
    background: linear-gradient(180deg, rgba(5, 5, 5, 0.12), rgba(5, 5, 5, 0.82));
  }

  .vap-slide-content {
    padding: 0 22px 92px;
  }

  .vap-slide-content h3 {
    font-size: 34px;
  }

  .vap-slide-content p {
    font-size: 15px;
  }

  .vap-slider-controls {
    left: 22px;
    right: 22px;
    bottom: 24px;
    justify-content: space-between;
  }

  .vap-slider-dots {
    flex: 1;
    justify-content: center;
  }

  .vap-slider-dots button {
    width: 22px;
  }
}

@media (max-width: 420px) {
  .vap-footer-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .vap-footer-media {
    min-height: 300px;
  }

  .vap-footer-cta-copy h2 {
    font-size: 34px !important;
  }

  .vap-hero-title {
    font-size: 46px !important;
  }

  .vap-hero-text {
    font-size: 15px;
  }

  .vap-hero-photos {
    min-height: 480px;
  }

  .vap-photo-main {
    width: 88%;
    height: 385px;
  }

  .vap-photo-small {
    width: 45%;
    height: 170px;
  }

  .vap-hero-note {
    max-width: 90%;
  }

  [data-screen-label] > div,
  [data-screen-label="Footer"] > div {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  nav > a:first-child {
    max-width: calc(100% - 62px) !important;
  }

  .site-menu-panel {
    padding: 22px 18px 28px;
  }

  .site-menu-toggle {
    right: 18px;
  }

  .site-menu-link {
    font-size: 39px;
  }

  .site-menu-bottom {
    align-items: stretch;
    flex-direction: column;
  }

  .site-menu-cta {
    width: 100%;
  }

  .vap-home-slider {
    min-height: 500px;
  }

  .vap-slide-content h3 {
    font-size: 30px;
  }

  .vap-slider-controls > button {
    width: 42px;
    height: 42px;
  }

  h1 {
    font-size: 48px !important;
  }

  [data-screen-label="Hero"] h1 {
    font-size: 58px !important;
  }

  [data-screen-label="Hero"] [style*="height:640px"] {
    height: 510px !important;
  }

  [data-screen-label="Hero"] [style*="height: 640px"] {
    height: 510px !important;
  }

  [data-screen-label="Hero"] [style*="width:460px"] {
    width: 92vw !important;
    height: 400px !important;
  }

  [data-screen-label="Hero"] [style*="width: 460px"] {
    width: 92vw !important;
    height: 400px !important;
  }

  [data-screen-label="Hero"] [style*="bottom:120px"] {
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 0 16px !important;
  }

  [data-screen-label="Hero"] [style*="bottom: 120px"] {
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 0 16px !important;
  }

  [data-screen-label="Hero"] [style*="bottom:120px"] a {
    text-align: center !important;
  }

  [data-screen-label="Footer"] [style*="width:500px"] {
    padding: 22px !important;
  }

  [data-screen-label="Footer"] [style*="width: 500px"] {
    padding: 22px !important;
  }
}

@media (max-width: 1024px) {
  nav {
    align-items: center !important;
    flex-wrap: nowrap !important;
  }

  nav > div:nth-child(2),
  nav > a[href="/contact"],
  nav > a[data-signup-trigger] {
    display: none !important;
  }

  .site-menu-toggle {
    display: inline-flex !important;
    position: fixed;
    z-index: 1001;
  }
}

#faq-list [data-i] > div:last-child {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  min-width: 48px !important;
  min-height: 48px !important;
  padding: 0 !important;
  line-height: 1 !important;
  font-size: 0 !important;
}

#faq-list [data-i] > div:last-child::before {
  content: "" !important;
  width: 11px;
  height: 11px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

#faq-list [data-i] > div:last-child[style*="color:#050505"]::before {
  transform: translateY(2px) rotate(225deg);
}

@media (max-width: 768px) {
  #faq-list [data-i] {
    align-items: center !important;
    padding: 22px 18px !important;
  }

  #faq-list [data-i] > span {
    padding-right: 8px !important;
    font-size: 17px !important;
    line-height: 1.3 !important;
  }

  #faq-list [data-i] > div:last-child {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
  }
}

@media (max-width: 900px) {
  .vap-clubs {
    padding: 42px 0;
  }

  .vap-clubs-inner {
    padding-left: 26px;
    padding-right: 26px;
  }

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

@media (max-width: 760px) {
  .vap-hero .vap-hero-title {
    font-size: 54px !important;
  }

  nav > div:nth-child(2),
  nav > a[href="/contact"],
  nav > a[data-signup-trigger] {
    display: none !important;
  }

  .vap-clubs {
    padding: 36px 0;
  }

  .vap-clubs-inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vap-clubs p {
    margin-bottom: 22px;
    font-size: 18px;
  }

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

  .vap-club-card {
    min-height: 124px;
    padding: 18px 10px 16px;
    border-radius: 16px;
  }

  .vap-club-card img {
    width: 62px;
    height: 62px;
  }

  .vap-club-card span {
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .vap-hero .vap-hero-title {
    font-size: 46px !important;
  }

  .vap-club-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}

/* Legal pages */
.vap-legal-page {
  min-height: 100vh;
  background: #f4f4f2;
  color: #050505;
}

.vap-legal-header {
  position: relative;
  overflow: hidden;
  background: #050505;
  color: #ffffff;
}

.vap-legal-header::after {
  position: absolute;
  right: 7%;
  bottom: -24%;
  width: min(34vw, 500px);
  aspect-ratio: 1;
  border: 1px solid rgba(214, 178, 94, 0.32);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(214, 178, 94, 0.045), 0 0 0 144px rgba(255, 255, 255, 0.025);
  content: "";
  pointer-events: none;
}

.vap-legal-header-inner,
.vap-legal-layout {
  width: min(100% - 64px, 1320px);
  margin: 0 auto;
}

.vap-legal-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 28px 0;
}

.vap-legal-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
}

.vap-legal-brand-mark {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 8px;
  background: #050505 url("uploads/vap/cropped-Voetbal-Academie-Partij.png") center / cover no-repeat;
}

.vap-legal-brand strong {
  font-size: 20px;
  line-height: 1.02;
}

.vap-legal-nav-links {
  display: flex;
  align-items: center;
  gap: 38px;
}

.vap-legal-nav-links a {
  color: #cfcfcf;
  font-size: 15px;
  text-decoration: none;
}

.vap-legal-nav-links a:hover,
.vap-legal-nav-links a:focus-visible {
  color: #d6b25e;
}

.vap-legal-signup {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  background: #d6b25e;
  color: #050505;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.vap-legal-hero {
  position: relative;
  z-index: 1;
  max-width: 920px;
  padding: clamp(76px, 10vw, 148px) 0 clamp(92px, 12vw, 166px);
}

.vap-legal-hero > span {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #d6b25e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.vap-legal-hero > span::before {
  width: 52px;
  height: 2px;
  background: #d6b25e;
  content: "";
}

.vap-legal-hero h1 {
  max-width: 980px;
  margin: 20px 0 0;
  color: #ffffff;
  font-size: clamp(58px, 8vw, 116px);
  line-height: 0.94;
  font-weight: 800;
  letter-spacing: 0;
}

.vap-legal-hero p {
  max-width: 680px;
  margin: 28px 0 0;
  color: #cfcfcf;
  font-size: 19px;
  line-height: 1.65;
}

.vap-legal-hero small {
  display: block;
  margin-top: 22px;
  color: #8f8f8f;
  font-size: 13px;
}

.vap-legal-main {
  padding: clamp(72px, 9vw, 132px) 0;
}

.vap-legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 820px);
  justify-content: space-between;
  gap: clamp(52px, 8vw, 112px);
}

.vap-legal-toc {
  position: sticky;
  top: 32px;
  align-self: start;
  padding: 26px 0;
  border-top: 2px solid #d6b25e;
  border-bottom: 1px solid #d8d8d4;
}

.vap-legal-toc > span {
  display: block;
  margin-bottom: 18px;
  color: #050505;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.vap-legal-toc a {
  display: block;
  padding: 8px 0;
  color: #5b5b58;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}

.vap-legal-toc a:hover,
.vap-legal-toc a:focus-visible {
  color: #050505;
}

.vap-legal-content {
  min-width: 0;
}

.vap-legal-section {
  scroll-margin-top: 32px;
  padding: 0 0 clamp(54px, 7vw, 88px);
}

.vap-legal-section + .vap-legal-section {
  padding-top: clamp(54px, 7vw, 88px);
  border-top: 1px solid #d8d8d4;
}

.vap-legal-section > span {
  display: block;
  margin-bottom: 16px;
  color: #b0872c;
  font-size: 13px;
  font-weight: 800;
}

.vap-legal-section h2 {
  margin: 0 0 28px;
  color: #050505;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.04;
  letter-spacing: 0;
}

.vap-legal-section p,
.vap-legal-section li {
  color: #454542;
  font-size: 17px;
  line-height: 1.75;
}

.vap-legal-section p {
  margin: 0 0 18px;
}

.vap-legal-section ul {
  display: grid;
  gap: 10px;
  margin: 20px 0;
  padding-left: 22px;
}

.vap-legal-section a {
  color: #5f4307;
  font-weight: 700;
  text-underline-offset: 3px;
}

.vap-legal-example {
  margin-top: 28px;
  padding: 22px 24px;
  border-left: 3px solid #d6b25e;
  background: #ffffff;
}

.vap-legal-example strong {
  display: block;
  margin-bottom: 8px;
  color: #050505;
  font-size: 13px;
  text-transform: uppercase;
}

.vap-legal-example p {
  margin: 0;
}

.vap-legal-details {
  margin: 28px 0 0;
  border-top: 1px solid #d8d8d4;
}

.vap-legal-details > div {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 24px;
  padding: 16px 0;
  border-bottom: 1px solid #d8d8d4;
}

.vap-legal-details dt {
  color: #777773;
}

.vap-legal-details dd {
  min-width: 0;
  margin: 0;
  color: #050505;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.vap-legal-table {
  margin: 30px 0;
  border-top: 1px solid #050505;
}

.vap-legal-table > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  padding: 17px 0;
  border-bottom: 1px solid #d8d8d4;
}

.vap-legal-table span,
.vap-legal-table strong {
  color: #454542;
  font-size: 15px;
  line-height: 1.55;
}

.vap-legal-table strong {
  color: #050505;
}

/* Signup legal consent */
.signup-form .signup-form-consent {
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  color: #cfcfcf;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.55;
}

.signup-form .signup-form-consent input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  padding: 0;
  border-radius: 4px;
  accent-color: #d6b25e;
}

.signup-form .signup-form-consent a {
  color: #d6b25e;
  font-weight: 700;
  text-underline-offset: 3px;
}

/* Cookie notice */
.vap-cookie-notice {
  position: fixed;
  z-index: 1800;
  right: 20px;
  bottom: 20px;
  width: min(480px, calc(100% - 40px));
  visibility: hidden;
  opacity: 0;
  transform: translateY(24px);
  transition: visibility 0s linear 220ms, opacity 220ms ease, transform 220ms ease;
}

.vap-cookie-notice.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}

.vap-cookie-panel {
  padding: 26px;
  border: 1px solid rgba(214, 178, 94, 0.52);
  border-radius: 8px;
  background: #090909;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
  color: #ffffff;
}

.vap-cookie-copy > span {
  color: #d6b25e;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.vap-cookie-copy h2 {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: 0;
}

.vap-cookie-copy p {
  margin: 14px 0 0;
  color: #cfcfcf;
  font-size: 14px;
  line-height: 1.6;
}

.vap-cookie-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
}

.vap-cookie-actions a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 3px;
}

.vap-cookie-actions button {
  min-height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: #d6b25e;
  color: #050505;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.vap-footer-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
}

.vap-footer-legal button {
  padding: 0;
  border: 0;
  background: transparent;
  color: #9f9f9f;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.vap-footer-legal button:hover,
.vap-footer-legal button:focus-visible {
  color: #d6b25e;
}

@media (max-width: 980px) {
  .vap-legal-header-inner,
  .vap-legal-layout {
    width: min(100% - 48px, 900px);
  }

  .vap-legal-nav-links,
  .vap-legal-signup {
    display: none;
  }

  .vap-legal-layout {
    grid-template-columns: 1fr;
  }

  .vap-legal-toc {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;
  }

  .vap-legal-toc > span {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .vap-legal-header-inner,
  .vap-legal-layout {
    width: min(100% - 40px, 580px);
  }

  .vap-legal-nav {
    min-height: 94px;
    padding: 18px 0;
  }

  .vap-legal-brand strong {
    font-size: 18px;
  }

  .vap-legal-hero {
    padding: 76px 0 86px;
  }

  .vap-legal-hero h1 {
    font-size: 52px !important;
  }

  .vap-legal-hero p {
    font-size: 16px;
  }

  .vap-legal-main {
    padding: 62px 0;
  }

  .vap-legal-toc {
    grid-template-columns: 1fr;
  }

  .vap-legal-section h2 {
    font-size: 33px !important;
  }

  .vap-legal-section p,
  .vap-legal-section li {
    font-size: 16px;
  }

  .vap-legal-details > div,
  .vap-legal-table > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .vap-legal-table > div:first-child {
    display: none;
  }

  .vap-legal-table span + span::before {
    display: block;
    margin-bottom: 3px;
    color: #8c6a20;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    content: "Grondslag";
  }

  .vap-cookie-notice {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }

  .vap-cookie-panel {
    padding: 22px;
  }

  .vap-cookie-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .vap-cookie-actions button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vap-cookie-notice {
    transition: none;
  }
}
