:root {
  --f404-bg: #080d12;
  --f404-panel: #101820;
  --f404-panel-light: #16222d;
  --f404-text: #e6edf3;
  --f404-muted: #9aa8b6;
  --f404-accent: #27d4ff;
  --f404-accent-2: #0aa8d8;
  --f404-red: #ef2b2d;
  --f404-success: #22c55e;
  --f404-warning: #f59e0b;
  --f404-border: rgba(230,237,243,.12);
  --f404-radius: 18px;
  --f404-shadow: 0 24px 70px rgba(0,0,0,.32);
  --f404-max: 1180px;
}

html { scroll-behavior: smooth; }
body { background: var(--f404-bg); color: var(--f404-text); }

.f404-page { overflow: hidden; background: var(--f404-bg); color: var(--f404-text); }
.f404-wrap { width: min(var(--f404-max), calc(100% - 40px)); margin-inline: auto; }
.f404-section { padding: clamp(64px, 8vw, 112px) 0; }
.f404-section--tight { padding: 54px 0; }
.f404-section--panel { background: linear-gradient(180deg, rgba(22,34,45,.55), rgba(8,13,18,0)); border-top: 1px solid var(--f404-border); border-bottom: 1px solid var(--f404-border); }

.f404-kicker { margin: 0 0 12px; color: var(--f404-accent); text-transform: uppercase; letter-spacing: .16em; font: 700 12px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.f404-title { max-width: 900px; margin: 0; font-size: clamp(42px, 7vw, 82px); line-height: .98; letter-spacing: -.045em; color: #fff; }
.f404-h2 { margin: 0 0 18px; font-size: clamp(30px, 4vw, 50px); line-height: 1.08; letter-spacing: -.03em; color: #fff; }
.f404-lead { max-width: 760px; color: #c3ced8; font-size: clamp(18px, 2vw, 22px); line-height: 1.65; }
.f404-copy { color: var(--f404-muted); line-height: 1.75; }

.f404-hero { position: relative; min-height: 78vh; display: grid; align-items: center; padding: 80px 0; background: radial-gradient(circle at 80% 20%, rgba(39,212,255,.13), transparent 34%), radial-gradient(circle at 15% 90%, rgba(239,43,45,.09), transparent 32%); }
.f404-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(to bottom, black, transparent); }
.f404-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); gap: 72px; align-items: center; }
.f404-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.f404-logo-card { display: grid; place-items: center; min-height: 430px; padding: 34px; border: 1px solid var(--f404-border); border-radius: 30px; background: linear-gradient(145deg, rgba(22,34,45,.86), rgba(16,24,32,.55)); box-shadow: var(--f404-shadow); }
.f404-logo-card img { width: min(100%, 430px); height: auto; border-radius: 22px; }

.f404-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px; border-radius: 10px; text-decoration: none !important; font-weight: 800; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.f404-btn:hover { transform: translateY(-2px); }
.f404-btn--primary { background: var(--f404-accent); color: #041015 !important; }
.f404-btn--secondary { border: 1px solid rgba(230,237,243,.2); background: rgba(255,255,255,.03); color: var(--f404-text) !important; }
.f404-btn--danger { background: var(--f404-red); color: #fff !important; }

.f404-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.f404-grid--2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.f404-card { padding: 28px; border: 1px solid var(--f404-border); border-radius: var(--f404-radius); background: var(--f404-panel); box-shadow: 0 12px 36px rgba(0,0,0,.14); }
.f404-card h3 { color: #fff; margin-top: 0; }
.f404-card p:last-child { margin-bottom: 0; }

.f404-product { display: grid; grid-template-columns: 1fr .78fr; gap: 44px; align-items: stretch; }
.f404-price-box { padding: 34px; border: 1px solid rgba(39,212,255,.28); border-radius: 24px; background: linear-gradient(180deg, rgba(39,212,255,.08), rgba(16,24,32,.9)); }
.f404-price { margin: 10px 0 4px; font-size: clamp(42px, 6vw, 66px); color: #fff; font-weight: 900; letter-spacing: -.04em; }
.f404-price-note { color: var(--f404-muted); }
.f404-list { margin: 22px 0 28px; padding: 0; list-style: none; }
.f404-list li { position: relative; padding: 7px 0 7px 28px; color: #c9d4dd; }
.f404-list li::before { content: "✓"; position: absolute; left: 0; color: var(--f404-success); font-weight: 900; }

.f404-steps { counter-reset: f404step; display: grid; gap: 16px; }
.f404-step { counter-increment: f404step; display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px; border: 1px solid var(--f404-border); background: var(--f404-panel); border-radius: 14px; }
.f404-step::before { content: counter(f404step, decimal-leading-zero); display: grid; place-items: center; height: 44px; border: 1px solid rgba(39,212,255,.28); border-radius: 10px; color: var(--f404-accent); font: 800 13px/1 ui-monospace, monospace; }
.f404-step h3 { margin: 2px 0 6px; color: #fff; }
.f404-step p { margin: 0; color: var(--f404-muted); }

.f404-badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.f404-badge { padding: 8px 11px; border-radius: 999px; border: 1px solid var(--f404-border); background: rgba(255,255,255,.025); color: #c3ced8; font-size: 14px; }
.f404-notice { padding: 18px 20px; border-left: 3px solid var(--f404-warning); background: rgba(245,158,11,.08); border-radius: 8px; }
.f404-contact { max-width: 820px; }
.f404-vat { color: var(--f404-muted); font-weight: 500; }

.woocommerce div.product, .woocommerce-cart-form, .woocommerce-checkout, .woocommerce-order { color: var(--f404-text); }
.woocommerce div.product .summary, .woocommerce-cart-form, .woocommerce-checkout-review-order, .woocommerce-form-coupon, .woocommerce-form-login { padding: 24px; border-radius: var(--f404-radius); background: var(--f404-panel); border: 1px solid var(--f404-border); }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { background: var(--f404-accent) !important; color: #041015 !important; border-radius: 9px !important; font-weight: 800 !important; }



/* =========================================================
   Homepage benefit cards + modern coloured icons
========================================================= */
.f404-section-heading { max-width: 820px; margin-bottom: 38px; }
.f404-section-intro { margin-bottom: 0; }
.f404-benefit-grid { align-items: stretch; }

.f404-benefit-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 292px;
  padding: 30px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.f404-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(255,255,255,.035), transparent 42%);
}
.f404-benefit-card::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -78px;
  top: -78px;
  z-index: -1;
  border-radius: 999px;
  opacity: .13;
  filter: blur(4px);
  pointer-events: none;
}
.f404-benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 54px rgba(0,0,0,.28);
}
.f404-benefit-card--download:hover { border-color: rgba(53,212,255,.34); }
.f404-benefit-card--build:hover { border-color: rgba(151,126,255,.34); }
.f404-benefit-card--replay:hover { border-color: rgba(255,94,103,.34); }
.f404-benefit-card--download::after { background: #35d4ff; }
.f404-benefit-card--build::after { background: #8b7dff; }
.f404-benefit-card--replay::after { background: #ff5e67; }

.f404-feature-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 21px;
  background: linear-gradient(160deg, rgba(255,255,255,.075), rgba(255,255,255,.02));
  box-shadow: 0 14px 34px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.05);
  transition: transform .2s ease, box-shadow .2s ease;
}
.f404-feature-icon svg { width: 43px; height: 43px; display: block; overflow: visible; }
.f404-benefit-card:hover .f404-feature-icon { transform: translateY(-2px) scale(1.025); }

.f404-feature-icon--download {
  background: radial-gradient(circle at 24% 18%, rgba(85,231,255,.23), transparent 56%), linear-gradient(160deg, #122733, #0c171f 72%);
  border-color: rgba(53,212,255,.24);
  box-shadow: 0 14px 34px rgba(0,0,0,.28), 0 0 30px rgba(53,212,255,.10), inset 0 1px 0 rgba(255,255,255,.05);
}
.f404-feature-icon--build {
  background: radial-gradient(circle at 24% 18%, rgba(167,139,250,.24), transparent 56%), linear-gradient(160deg, #211d37, #111520 72%);
  border-color: rgba(151,126,255,.25);
  box-shadow: 0 14px 34px rgba(0,0,0,.28), 0 0 30px rgba(139,125,255,.10), inset 0 1px 0 rgba(255,255,255,.05);
}
.f404-feature-icon--replay {
  background: radial-gradient(circle at 24% 18%, rgba(255,154,98,.23), transparent 56%), linear-gradient(160deg, #35211f, #191418 72%);
  border-color: rgba(255,94,103,.24);
  box-shadow: 0 14px 34px rgba(0,0,0,.28), 0 0 30px rgba(255,94,103,.10), inset 0 1px 0 rgba(255,255,255,.05);
}

.f404-benefit-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.16;
  letter-spacing: -.025em;
}
.f404-benefit-card .f404-copy { margin: 0; }

@media (max-width: 900px) {
  .f404-hero__grid, .f404-product { grid-template-columns: 1fr; }
  .f404-grid { grid-template-columns: 1fr 1fr; }
  .f404-logo-card { min-height: 0; }
}
@media (max-width: 620px) {
  .f404-wrap { width: min(100% - 28px, var(--f404-max)); }
  .f404-grid, .f404-grid--2 { grid-template-columns: 1fr; }
  .f404-hero { min-height: auto; padding: 58px 0; }
  .f404-logo-card { padding: 18px; }
}

@media (max-width: 620px) {
  .f404-feature-icon { width: 68px; height: 68px; border-radius: 18px; }
  .f404-feature-icon svg { width: 38px; height: 38px; }
  .f404-benefit-card { min-height: 0; padding: 25px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}

/* =========================================================
   v1.2 - Homepage: escaperooms, toepassingen en categorieën
========================================================= */
.f404-hero--home .f404-title { max-width: 820px; }
.f404-hero--home .f404-lead { max-width: 760px; }

.f404-section-heading--split {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
}
.f404-section-heading--split > div { max-width: 790px; }

.f404-purpose-grid { align-items: stretch; }
.f404-purpose-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 310px;
  padding: 30px;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.f404-purpose-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -94px;
  right: -88px;
  z-index: -1;
  border-radius: 999px;
  opacity: .14;
  filter: blur(4px);
  pointer-events: none;
}
.f404-purpose-card:hover { transform: translateY(-5px); box-shadow: 0 22px 54px rgba(0,0,0,.28); }
.f404-purpose-card--education::after { background: #35d4ff; }
.f404-purpose-card--class::after { background: #8b7dff; }
.f404-purpose-card--location::after { background: #ff6b6b; }
.f404-purpose-card--education:hover { border-color: rgba(53,212,255,.34); }
.f404-purpose-card--class:hover { border-color: rgba(139,125,255,.34); }
.f404-purpose-card--location:hover { border-color: rgba(255,107,107,.34); }
.f404-purpose-card h3 { margin: 0 0 12px; font-size: clamp(22px,2.2vw,28px); line-height: 1.16; letter-spacing: -.025em; }
.f404-purpose-card .f404-copy { margin: 0; }

.f404-feature-icon--education {
  color: #55e7ff;
  background: radial-gradient(circle at 24% 18%, rgba(85,231,255,.23), transparent 56%), linear-gradient(160deg,#122733,#0c171f 72%);
  border-color: rgba(53,212,255,.24);
  box-shadow: 0 14px 34px rgba(0,0,0,.28),0 0 30px rgba(53,212,255,.10),inset 0 1px 0 rgba(255,255,255,.05);
}
.f404-feature-icon--class {
  color: #ae98ff;
  background: radial-gradient(circle at 24% 18%, rgba(167,139,250,.24), transparent 56%), linear-gradient(160deg,#211d37,#111520 72%);
  border-color: rgba(151,126,255,.25);
  box-shadow: 0 14px 34px rgba(0,0,0,.28),0 0 30px rgba(139,125,255,.10),inset 0 1px 0 rgba(255,255,255,.05);
}
.f404-feature-icon--location {
  color: #ff766f;
  background: radial-gradient(circle at 24% 18%, rgba(255,132,105,.23), transparent 56%), linear-gradient(160deg,#35211f,#191418 72%);
  border-color: rgba(255,107,107,.24);
  box-shadow: 0 14px 34px rgba(0,0,0,.28),0 0 30px rgba(255,94,103,.10),inset 0 1px 0 rgba(255,255,255,.05);
}

.f404-category-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 18px;
}
.f404-category-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--f404-border);
  border-radius: var(--f404-radius);
  background: linear-gradient(145deg,rgba(22,34,45,.82),rgba(16,24,32,.88));
  color: var(--f404-text) !important;
  text-decoration: none !important;
  box-shadow: 0 12px 36px rgba(0,0,0,.14);
  transition: transform .18s ease,border-color .18s ease,background .18s ease;
}
a.f404-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(39,212,255,.32);
  background: linear-gradient(145deg,rgba(39,212,255,.09),rgba(16,24,32,.92));
}
.f404-category-card__name { display: block; margin-bottom: 11px; color: #fff; font-size: 26px; line-height: 1.1; font-weight: 850; letter-spacing: -.025em; }
.f404-category-card__copy { display: block; color: var(--f404-muted); line-height: 1.65; font-size: 15px; }
.f404-category-card__action { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: auto; padding-top: 22px; color: var(--f404-accent); font-weight: 800; font-size: 14px; }
.f404-category-card--static { cursor: default; }
.f404-coming-soon { display: inline-flex; align-self: flex-start; margin-top: auto; padding-top: 22px; color: #f7bd58; font-weight: 800; font-size: 14px; }

.f404-product--featured { align-items: center; }
.f404-home-cta { background: radial-gradient(circle at 84% 50%,rgba(39,212,255,.10),transparent 34%); }
.f404-home-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.f404-home-cta__inner > div { max-width: 760px; }
.f404-home-cta__inner .f404-h2 { margin-bottom: 12px; }
.f404-home-cta__inner .f404-lead { margin-bottom: 0; }

/* Catalogus / categoriepagina */
.f404-catalog-hero { padding-bottom: 64px; }
.f404-title--catalog { max-width: 920px; font-size: clamp(42px,6vw,72px); }
.f404-category-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.f404-category-pill {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid var(--f404-border);
  border-radius: 999px;
  background: rgba(255,255,255,.025);
  color: #c3ced8 !important;
  text-decoration: none !important;
  font-weight: 750;
}
.f404-category-pill:hover,.f404-category-pill.is-active { border-color: rgba(39,212,255,.38); background: rgba(39,212,255,.10); color: #fff !important; }
.f404-catalog-heading { max-width: 760px; margin-bottom: 30px; }
.f404-catalog-heading .f404-h2 { margin-bottom: 10px; }
.f404-catalog-product {
  display: grid;
  grid-template-columns: minmax(0,1.25fr) minmax(300px,.7fr);
  gap: 34px;
  padding: 34px;
  border: 1px solid var(--f404-border);
  border-radius: 24px;
  background: var(--f404-panel);
}
.f404-catalog-product__content h3 { margin: 0 0 12px; color: #fff; font-size: clamp(28px,3vw,40px); letter-spacing: -.03em; }

@media (max-width: 1020px) {
  .f404-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .f404-catalog-product { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .f404-section-heading--split,.f404-home-cta__inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .f404-category-grid { grid-template-columns: 1fr; }
  .f404-category-card { min-height: 0; }
  .f404-catalog-product { padding: 24px; }
}

/* =========================================================
   v1.4 - Moderne category links zonder pijlen
========================================================= */
.f404-category-card__action {
  display: inline-block;
  width: fit-content;
  margin-top: auto;
  padding-top: 22px;
  color: var(--f404-accent);
  font-weight: 800;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: color .18s ease, background-size .18s ease;
}

a.f404-category-card:hover .f404-category-card__action,
a.f404-category-card:focus-visible .f404-category-card__action {
  color: #8cecff;
  background-size: 100% 2px;
}

a.f404-category-card:focus-visible {
  outline: 2px solid rgba(53,212,255,.75);
  outline-offset: 4px;
}


/* =========================================================
   v1.6 - 404 Found IT footer
========================================================= */

/* Blocksy standaardfooter verbergen; de eigen footer staat via wp_footer in het child theme. */
#footer.ct-footer,
.ct-footer[data-id] {
  display: none !important;
}

.f404-site-footer {
  position: relative;
  z-index: 2;
  background:
    radial-gradient(circle at 12% 0%, rgba(39,212,255,.08), transparent 30%),
    linear-gradient(180deg, #0b1118 0%, #080d12 100%);
  border-top: 1px solid var(--f404-border);
  color: var(--f404-text);
}

.f404-site-footer__main {
  display: grid;
  grid-template-columns: minmax(0,1.55fr) repeat(3, minmax(150px,.6fr));
  gap: clamp(38px,6vw,88px);
  padding-top: 64px;
  padding-bottom: 58px;
}

.f404-site-footer__brand {
  max-width: 650px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.f404-site-footer__logo {
  display: block;
  flex: 0 0 auto;
  text-decoration: none !important;
}

.f404-site-footer__logo img {
  display: block;
  width: 150px;
  max-width: none;
  height: auto;
  border-radius: 12px;
}

.f404-site-footer__brand-copy {
  min-width: 0;
}

.f404-site-footer__brand p {
  max-width: 430px;
  margin: 0;
  color: var(--f404-muted);
  font-size: 15px;
  line-height: 1.75;
}

.f404-site-footer__column h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: .02em;
}

.f404-site-footer__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.f404-site-footer__column li + li {
  margin-top: 10px;
}

.f404-site-footer__column a {
  position: relative;
  display: inline-block;
  color: #9eabb7 !important;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none !important;
  transition: color .18s ease;
}

.f404-site-footer__column a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -3px;
  height: 1px;
  background: var(--f404-accent);
  transition: right .18s ease;
}

.f404-site-footer__column a:hover,
.f404-site-footer__column a:focus-visible {
  color: #fff !important;
}

.f404-site-footer__column a:hover::after,
.f404-site-footer__column a:focus-visible::after {
  right: 0;
}

.f404-site-footer__column a:focus-visible,
.f404-site-footer__logo:focus-visible {
  outline: 2px solid rgba(39,212,255,.72);
  outline-offset: 5px;
  border-radius: 4px;
}

.f404-site-footer__bottom {
  border-top: 1px solid rgba(230,237,243,.09);
  background: rgba(3,7,10,.28);
}

.f404-site-footer__bottom-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.f404-site-footer__bottom p {
  margin: 0;
  color: #748391;
  font-size: 13px;
  line-height: 1.5;
}

.f404-site-footer__credit strong {
  color: #aab6c1;
  font-weight: 750;
}

@media (max-width: 900px) {
  .f404-site-footer__main {
    grid-template-columns: 1fr 1fr;
  }

  .f404-site-footer__brand {
    grid-column: 1 / -1;
    max-width: 720px;
  }
}

@media (max-width: 620px) {
  .f404-site-footer__main {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 48px;
    padding-bottom: 42px;
  }

  .f404-site-footer__brand {
    grid-column: auto;
    align-items: flex-start;
    gap: 20px;
  }

  .f404-site-footer__logo img {
    width: 112px;
  }

  .f404-site-footer__bottom-inner {
    min-height: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
  }
}


@media (max-width: 440px) {
  .f404-site-footer__brand {
    flex-direction: column;
  }

  .f404-site-footer__logo img {
    width: 132px;
  }
}

/* =========================================================
   LEGAL PAGES
========================================================= */
.f404-legal-page {
  background: var(--f404-bg);
  color: var(--f404-text);
}

.f404-legal-hero {
  padding: clamp(72px, 9vw, 118px) 0 48px;
  background:
    radial-gradient(circle at 75% 15%, rgba(39,212,255,.09), transparent 34%),
    linear-gradient(180deg, rgba(16,24,32,.62), rgba(8,13,18,0));
  border-bottom: 1px solid var(--f404-border);
}

.f404-legal-wrap {
  max-width: 920px;
}

.f404-legal-hero h1 {
  margin: 0 0 20px;
  color: #fff;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.f404-legal-intro {
  margin: 0;
  max-width: 760px;
  color: #c3ced8;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65;
}

.f404-legal-updated {
  margin: 20px 0 0;
  color: #738391;
  font-size: 13px;
}

.f404-legal-content {
  padding: 54px 0 clamp(80px, 10vw, 124px);
}

.f404-legal-notice {
  margin-bottom: 38px;
  padding: 18px 20px;
  border: 1px solid rgba(245,158,11,.24);
  border-radius: 14px;
  background: rgba(245,158,11,.07);
  color: #d7c39b;
  line-height: 1.65;
}

.f404-legal-notice strong {
  color: #f5c567;
}

.f404-legal-document {
  color: #aebbc6;
  font-size: 16px;
  line-height: 1.8;
}

.f404-legal-document h2 {
  margin: 54px 0 16px;
  color: #fff;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.18;
  letter-spacing: -.025em;
}

.f404-legal-document h2:first-child {
  margin-top: 0;
}

.f404-legal-document h3 {
  margin: 32px 0 10px;
  color: #e6edf3;
  font-size: 19px;
}

.f404-legal-document p,
.f404-legal-document ul {
  margin-top: 0;
  margin-bottom: 18px;
}

.f404-legal-document ul {
  padding-left: 22px;
}

.f404-legal-document li + li {
  margin-top: 7px;
}

.f404-legal-document a {
  color: var(--f404-accent);
  text-decoration: underline;
  text-decoration-color: rgba(39,212,255,.35);
  text-underline-offset: 3px;
}

.f404-legal-document a:hover {
  color: #7ce6ff;
  text-decoration-color: currentColor;
}

.f404-legal-details {
  margin: 28px 0 42px;
  border: 1px solid var(--f404-border);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(16,24,32,.55);
}

.f404-legal-details div {
  display: grid;
  grid-template-columns: minmax(150px, .65fr) 1.5fr;
  gap: 24px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(230,237,243,.08);
}

.f404-legal-details div:last-child {
  border-bottom: 0;
}

.f404-legal-details dt {
  color: #7f8f9c;
  font-weight: 650;
}

.f404-legal-details dd {
  margin: 0;
  color: #dbe4ea;
}

/* Footer legal links */
.f404-site-footer__legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
}

.f404-site-footer__legal-links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.f404-site-footer__legal-links a {
  color: #8595a3;
  font-size: 13px;
  text-decoration: none;
  transition: color .18s ease;
}

.f404-site-footer__legal-links a:hover,
.f404-site-footer__legal-links a:focus-visible {
  color: #d9e3ea;
}

@media (max-width: 720px) {
  .f404-legal-details div {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .f404-site-footer__legal {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* =========================================================
   HOME SALES PAGE — V1.9
========================================================= */
.f404-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 34px;
}

.f404-process-card {
  position: relative;
  padding: 30px;
  min-height: 250px;
  border: 1px solid var(--f404-border);
  border-radius: var(--f404-radius);
  background: linear-gradient(180deg, rgba(22,34,45,.78), rgba(16,24,32,.92));
  box-shadow: 0 16px 40px rgba(0,0,0,.16);
}

.f404-process-card h3,
.f404-value-item h3 {
  margin: 18px 0 10px;
  color: #fff;
  font-size: 21px;
}

.f404-process-card p,
.f404-value-item p {
  margin: 0;
  color: var(--f404-muted);
  line-height: 1.72;
}

.f404-process-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  border: 1px solid rgba(255,255,255,.1);
}

.f404-process-card__icon svg { width: 30px; height: 30px; }
.f404-process-card__icon--download { color: #35d4ff; background: rgba(39,212,255,.09); }
.f404-process-card__icon--prepare { color: #9c8cff; background: rgba(156,140,255,.09); }
.f404-process-card__icon--play { color: #ff706a; background: rgba(255,112,106,.09); }

.f404-centered-action { margin-top: 30px; text-align: center; }

.f404-featured-product {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  gap: 64px;
  align-items: center;
}

.f404-spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 10px;
}

.f404-spec {
  padding: 16px 16px 15px;
  border: 1px solid var(--f404-border);
  border-radius: 13px;
  background: rgba(255,255,255,.025);
}

.f404-spec span {
  display: block;
  margin-bottom: 5px;
  color: var(--f404-muted);
  font-size: 12px;
}

.f404-spec strong {
  display: block;
  color: #fff;
  font-size: 15px;
}

.f404-price-box--featured { min-height: 100%; }

.f404-package-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 70px;
  align-items: center;
}

.f404-list--compact { margin-top: 24px; }

.f404-package-preview {
  position: relative;
  min-height: 440px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.f404-package-preview::before {
  content: "";
  position: absolute;
  inset: 14% 4% 2%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39,212,255,.13), transparent 66%);
  filter: blur(18px);
  z-index: -1;
}

.f404-document-card {
  position: absolute;
  width: min(330px, 72%);
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(230,237,243,.15);
  border-radius: 18px;
  background: linear-gradient(155deg, #14202a, #0c131a);
  box-shadow: 0 30px 70px rgba(0,0,0,.38);
}

.f404-document-card--primary { transform: translate(-22%, 0) rotate(-5deg); z-index: 3; }
.f404-document-card--secondary { transform: translate(18%, -8%) rotate(5deg); z-index: 2; }
.f404-document-card--tertiary { transform: translate(13%, 24%) rotate(2deg); z-index: 1; }

.f404-document-card__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 46px;
  color: var(--f404-accent);
  font: 700 10px/1.2 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .12em;
}

.f404-document-card strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 24px;
  letter-spacing: -.02em;
}

.f404-document-card > span {
  display: block;
  margin-bottom: 28px;
  color: var(--f404-muted);
  font-size: 13px;
}

.f404-document-card i {
  display: block;
  width: 100%;
  height: 7px;
  margin: 9px 0;
  border-radius: 999px;
  background: rgba(230,237,243,.10);
}
.f404-document-card i:nth-of-type(2) { width: 82%; }
.f404-document-card i:nth-of-type(3) { width: 63%; }

.f404-category-card--disabled {
  cursor: default;
  opacity: .68;
}

.f404-category-card--disabled:hover {
  transform: none;
  border-color: var(--f404-border);
  box-shadow: none;
}

.f404-category-card__status {
  align-self: flex-start;
  display: inline-flex;
  padding: 6px 9px;
  margin-bottom: 14px;
  border: 1px solid rgba(245,158,11,.25);
  border-radius: 999px;
  background: rgba(245,158,11,.07);
  color: #f5b942;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.f404-school-value {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 70px;
  align-items: start;
}

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

.f404-value-item {
  padding: 26px;
  border: 1px solid var(--f404-border);
  border-radius: var(--f404-radius);
  background: rgba(16,24,32,.62);
}

.f404-value-item h3 { margin-top: 0; }

@media (max-width: 1024px) {
  .f404-process-grid,
  .f404-spec-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }

  .f404-featured-product,
  .f404-package-layout,
  .f404-school-value {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .f404-package-preview { min-height: 400px; }
}

@media (max-width: 680px) {
  .f404-process-grid,
  .f404-spec-grid,
  .f404-value-grid { grid-template-columns: 1fr; }

  .f404-package-layout { gap: 28px; }
  .f404-package-preview { min-height: 330px; }
  .f404-document-card { width: 76%; min-height: 215px; padding: 20px; }
  .f404-document-card--primary { transform: translate(-14%, 0) rotate(-4deg); }
  .f404-document-card--secondary { transform: translate(14%, -7%) rotate(4deg); }
  .f404-document-card--tertiary { transform: translate(8%, 21%) rotate(2deg); }
  .f404-document-card__top { margin-bottom: 30px; }
  .f404-document-card strong { font-size: 18px; }
}

/* =========================================================
   V2.0 — richer colour system + illustrated process cards
========================================================= */
:root {
  --f404-cyan: #27d4ff;
  --f404-cyan-soft: #78e9ff;
  --f404-violet: #8b7dff;
  --f404-purple: #b36cff;
  --f404-coral: #ff654f;
  --f404-orange: #ff9a45;
  --f404-blue: #2f7dff;
  --f404-teal: #2bd4b2;
}

/* Richer but still restrained section separation */
.f404-section--panel {
  background:
    radial-gradient(circle at 9% 14%, rgba(39,212,255,.055), transparent 24%),
    radial-gradient(circle at 92% 86%, rgba(139,125,255,.045), transparent 24%),
    linear-gradient(180deg, rgba(19,31,41,.78), rgba(8,13,18,.16));
}

.f404-hero--home {
  background:
    radial-gradient(circle at 78% 22%, rgba(39,212,255,.18), transparent 31%),
    radial-gradient(circle at 24% 72%, rgba(139,125,255,.10), transparent 30%),
    radial-gradient(circle at 6% 95%, rgba(255,101,79,.10), transparent 28%),
    #080d12;
}
.f404-hero--home .f404-logo-card {
  border-color: rgba(39,212,255,.18);
  background:
    radial-gradient(circle at 20% 10%, rgba(39,212,255,.10), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(139,125,255,.10), transparent 40%),
    linear-gradient(145deg, rgba(22,34,45,.92), rgba(10,16,22,.82));
  box-shadow: 0 28px 85px rgba(0,0,0,.38), 0 0 44px rgba(39,212,255,.055);
}

/* Hero benefit chips gain functional colour, not random RGB */
.f404-badge {
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.f404-badge:hover { transform: translateY(-1px); }
.f404-badge--cyan { color: #89eeff; border-color: rgba(39,212,255,.25); background: rgba(39,212,255,.075); }
.f404-badge--violet { color: #b9afff; border-color: rgba(139,125,255,.26); background: rgba(139,125,255,.075); }
.f404-badge--orange { color: #ffb06f; border-color: rgba(255,154,69,.24); background: rgba(255,154,69,.07); }
.f404-badge--blue { color: #91b8ff; border-color: rgba(47,125,255,.24); background: rgba(47,125,255,.07); }

/* Primary CTA gets a premium cyan gradient */
.f404-btn--primary {
  background: linear-gradient(135deg, #36ddff 0%, #23c9f1 58%, #45b7ff 100%);
  box-shadow: 0 12px 30px rgba(39,212,255,.15), inset 0 1px 0 rgba(255,255,255,.35);
}
.f404-btn--primary:hover {
  box-shadow: 0 16px 38px rgba(39,212,255,.22), inset 0 1px 0 rgba(255,255,255,.42);
}

/* Purpose cards: stronger coloured surface glow */
.f404-purpose-card--education {
  background: radial-gradient(circle at 110% -8%, rgba(39,212,255,.18), transparent 42%), linear-gradient(160deg,#101b24,#0e171f);
}
.f404-purpose-card--class {
  background: radial-gradient(circle at 110% -8%, rgba(139,125,255,.19), transparent 42%), linear-gradient(160deg,#17172a,#10151e);
}
.f404-purpose-card--location {
  background: radial-gradient(circle at 110% -8%, rgba(255,101,79,.18), transparent 42%), linear-gradient(160deg,#251817,#11161d);
}

/* Process cards now use the commissioned visual assets */
.f404-process-grid { gap: 24px; }
.f404-process-card {
  padding: 0;
  min-height: 440px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  isolation: isolate;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.f404-process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 64px rgba(0,0,0,.30);
}
.f404-process-card--download {
  border-color: rgba(39,212,255,.22);
  background: radial-gradient(circle at 50% 10%, rgba(39,212,255,.16), transparent 38%), linear-gradient(180deg,#101f2b,#0d151c 72%);
}
.f404-process-card--prepare {
  border-color: rgba(139,125,255,.22);
  background: radial-gradient(circle at 50% 10%, rgba(139,125,255,.18), transparent 38%), linear-gradient(180deg,#18182e,#0e151d 72%);
}
.f404-process-card--play {
  border-color: rgba(255,101,79,.22);
  background: radial-gradient(circle at 50% 10%, rgba(255,101,79,.17), transparent 38%), linear-gradient(180deg,#261817,#10151c 72%);
}
.f404-process-card--download:hover { border-color: rgba(39,212,255,.42); }
.f404-process-card--prepare:hover { border-color: rgba(139,125,255,.42); }
.f404-process-card--play:hover { border-color: rgba(255,101,79,.42); }

.f404-process-card__visual {
  position: relative;
  height: 238px;
  display: grid;
  place-items: center;
  padding: 18px 20px 4px;
  overflow: hidden;
}
.f404-process-card__visual::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.12), transparent);
}
.f404-process-card__visual img {
  width: min(76%, 205px);
  height: auto;
  max-height: 214px;
  object-fit: contain;
  filter: drop-shadow(0 20px 28px rgba(0,0,0,.34));
  transition: transform .25s ease, filter .25s ease;
}
.f404-process-card:hover .f404-process-card__visual img {
  transform: translateY(-4px) scale(1.035);
  filter: drop-shadow(0 24px 34px rgba(0,0,0,.42));
}
.f404-process-card__body {
  flex: 1;
  padding: 24px 28px 30px;
}
.f404-process-card__step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 25px;
  padding: 0 9px;
  margin-bottom: 4px;
  border-radius: 999px;
  font: 800 11px/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: .08em;
}
.f404-process-card--download .f404-process-card__step { color:#7ceaff; background:rgba(39,212,255,.09); border:1px solid rgba(39,212,255,.22); }
.f404-process-card--prepare .f404-process-card__step { color:#b8adff; background:rgba(139,125,255,.09); border:1px solid rgba(139,125,255,.22); }
.f404-process-card--play .f404-process-card__step { color:#ff9d82; background:rgba(255,101,79,.09); border:1px solid rgba(255,101,79,.22); }
.f404-process-card__body h3 { margin-top: 13px; font-size: 23px; }

/* Featured product gets stronger visual priority */
.f404-featured-product {
  position: relative;
}
.f404-featured-product__content .f404-h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
}
.f404-featured-product__content .f404-h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 74px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg,var(--f404-cyan),var(--f404-violet));
  box-shadow: 0 0 18px rgba(39,212,255,.22);
}
.f404-spec:nth-child(1) { border-color: rgba(39,212,255,.16); background: rgba(39,212,255,.035); }
.f404-spec:nth-child(2) { border-color: rgba(139,125,255,.16); background: rgba(139,125,255,.035); }
.f404-spec:nth-child(3) { border-color: rgba(47,125,255,.16); background: rgba(47,125,255,.035); }
.f404-spec:nth-child(4) { border-color: rgba(255,154,69,.16); background: rgba(255,154,69,.035); }
.f404-price-box--featured {
  position: relative;
  overflow: hidden;
  border-color: rgba(39,212,255,.34);
  background:
    radial-gradient(circle at 12% 8%, rgba(39,212,255,.17), transparent 34%),
    radial-gradient(circle at 110% 90%, rgba(139,125,255,.12), transparent 42%),
    linear-gradient(155deg,#102632,#101820 70%);
  box-shadow: 0 28px 68px rgba(0,0,0,.26), 0 0 34px rgba(39,212,255,.055);
}
.f404-price-box--featured .f404-price {
  text-shadow: 0 0 26px rgba(39,212,255,.14);
}

/* Package preview: three colours clearly map to document types */
.f404-document-card--primary {
  border-color: rgba(39,212,255,.25);
  background: linear-gradient(155deg,#112d3a,#0d1720);
  box-shadow: 0 30px 70px rgba(0,0,0,.38), 0 0 28px rgba(39,212,255,.07);
}
.f404-document-card--secondary {
  border-color: rgba(139,125,255,.25);
  background: linear-gradient(155deg,#211e3a,#10151d);
}
.f404-document-card--secondary .f404-document-card__top { color:#aa9cff; }
.f404-document-card--tertiary {
  border-color: rgba(255,101,79,.22);
  background: linear-gradient(155deg,#321d1c,#11161c);
}
.f404-document-card--tertiary .f404-document-card__top { color:#ff806a; }

/* Categories use colour by field. Coming-soon remains muted but identifiable. */
.f404-category-card {
  position: relative;
  overflow: hidden;
}
.f404-category-card::before {
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:3px;
  opacity:.9;
}
.f404-category-card--ict::before { background: linear-gradient(90deg,var(--f404-cyan),#1489ff); }
.f404-category-card--zorg::before { background: linear-gradient(90deg,var(--f404-teal),#4fd6ff); }
.f404-category-card--techniek::before { background: linear-gradient(90deg,var(--f404-orange),#ff6b4a); }
.f404-category-card--algemeen::before { background: linear-gradient(90deg,var(--f404-violet),var(--f404-purple)); }
.f404-category-card--ict { background: radial-gradient(circle at 100% 0,rgba(39,212,255,.10),transparent 43%),var(--f404-panel); }
.f404-category-card--zorg { background: radial-gradient(circle at 100% 0,rgba(43,212,178,.09),transparent 43%),var(--f404-panel); }
.f404-category-card--techniek { background: radial-gradient(circle at 100% 0,rgba(255,154,69,.09),transparent 43%),var(--f404-panel); }
.f404-category-card--algemeen { background: radial-gradient(circle at 100% 0,rgba(139,125,255,.09),transparent 43%),var(--f404-panel); }
.f404-category-card__status {
  border-color: rgba(245,158,11,.32);
  background: rgba(245,158,11,.10);
  color: #ffc65c;
}

/* Value cards each get a subtle identity without becoming noisy */
.f404-value-item:nth-child(1) { border-color:rgba(39,212,255,.15); background:linear-gradient(145deg,rgba(39,212,255,.035),rgba(16,24,32,.70)); }
.f404-value-item:nth-child(2) { border-color:rgba(139,125,255,.15); background:linear-gradient(145deg,rgba(139,125,255,.035),rgba(16,24,32,.70)); }
.f404-value-item:nth-child(3) { border-color:rgba(43,212,178,.15); background:linear-gradient(145deg,rgba(43,212,178,.035),rgba(16,24,32,.70)); }
.f404-value-item:nth-child(4) { border-color:rgba(255,154,69,.15); background:linear-gradient(145deg,rgba(255,154,69,.035),rgba(16,24,32,.70)); }

.f404-home-cta {
  background:
    radial-gradient(circle at 78% 50%,rgba(39,212,255,.13),transparent 31%),
    radial-gradient(circle at 8% 90%,rgba(139,125,255,.07),transparent 25%),
    linear-gradient(180deg,#0a1118,#0b151c);
  border-top:1px solid rgba(39,212,255,.10);
}

@media (max-width: 1024px) {
  .f404-process-card { min-height: 420px; }
}
@media (max-width: 680px) {
  .f404-process-card { min-height: 0; }
  .f404-process-card__visual { height: 220px; }
  .f404-process-card__visual img { width: min(72%,190px); max-height: 196px; }
}


/* =========================================================
   V2.1 — process cards zonder decoratieve stapnummers
========================================================= */
.f404-process-card__step { display: none !important; }
.f404-process-card__body h3 { margin-top: 0; }

/* =========================================================
   404 FOUND IT v2.2 — conversion & marketing refinements
========================================================= */
.f404-hero-price-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
    margin: 22px 0 0;
    color: #d8e8f1;
}

.f404-hero-price-line strong {
    color: #fff;
    font-size: 1rem;
}

.f404-hero-price-line span {
    color: #91a5b3;
    font-size: .92rem;
}

.f404-section--featured {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 83% 18%, rgba(39, 212, 255, .13), transparent 30%),
        radial-gradient(circle at 12% 85%, rgba(111, 76, 255, .09), transparent 28%),
        linear-gradient(180deg, rgba(15, 29, 39, .96), rgba(7, 14, 20, .98));
    border-top: 1px solid rgba(39, 212, 255, .08);
    border-bottom: 1px solid rgba(39, 212, 255, .08);
}

.f404-price-eyebrow {
    margin: 0 0 6px;
    color: #56dfff;
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.f404-price-benefits {
    display: grid;
    gap: 9px;
    margin: 20px 0 24px;
    padding: 0;
    list-style: none;
    color: #bbcad4;
}

.f404-price-benefits li {
    position: relative;
    padding-left: 22px;
    line-height: 1.5;
}

.f404-price-benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #35e58a;
    font-weight: 900;
}

.f404-package-note {
    margin: 22px 0 0;
    padding: 14px 16px;
    border: 1px solid rgba(39, 212, 255, .13);
    border-radius: 12px;
    background: rgba(39, 212, 255, .045);
    color: #9fb1be;
    font-size: .9rem;
    line-height: 1.6;
}

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

.f404-practical-card {
    min-height: 230px;
    padding: 26px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.09);
    background: linear-gradient(180deg, rgba(19,29,38,.92), rgba(10,17,23,.98));
    box-shadow: 0 18px 48px rgba(0,0,0,.18);
    position: relative;
    overflow: hidden;
}

.f404-practical-card::before {
    content: "";
    position: absolute;
    width: 145px;
    height: 145px;
    right: -54px;
    top: -64px;
    border-radius: 50%;
    filter: blur(4px);
    opacity: .18;
}

.f404-practical-card--cyan { border-color: rgba(39,212,255,.18); }
.f404-practical-card--cyan::before { background: #27d4ff; }
.f404-practical-card--violet { border-color: rgba(135,102,255,.2); }
.f404-practical-card--violet::before { background: #8766ff; }
.f404-practical-card--orange { border-color: rgba(255,104,69,.2); }
.f404-practical-card--orange::before { background: #ff6845; }
.f404-practical-card--teal { border-color: rgba(52,217,186,.2); }
.f404-practical-card--teal::before { background: #34d9ba; }

.f404-practical-card__value {
    display: block;
    color: #fff;
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 900;
    letter-spacing: -.04em;
    line-height: 1;
}

.f404-practical-card__unit {
    display: block;
    margin-top: 6px;
    color: #8fa5b5;
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.f404-practical-card h3 {
    margin: 24px 0 8px;
    color: #fff;
    font-size: 1.15rem;
}

.f404-practical-card p {
    margin: 0;
    color: #9eafbb;
    line-height: 1.65;
    font-size: .93rem;
}

.f404-home-cta {
    background:
        radial-gradient(circle at 80% 40%, rgba(39,212,255,.16), transparent 32%),
        radial-gradient(circle at 20% 90%, rgba(111,76,255,.11), transparent 28%),
        linear-gradient(110deg, #0c1620, #09151c 56%, #09202a);
}

@media (max-width: 980px) {
    .f404-practical-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .f404-hero-price-line {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .f404-practical-grid {
        grid-template-columns: 1fr;
    }

    .f404-practical-card {
        min-height: 0;
    }
}


/* =========================================================
   v2.3 - Grote visuele iconen voor toepassingskaarten
========================================================= */
.f404-purpose-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  min-height: 420px;
}

.f404-purpose-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 230px;
  padding: 26px 28px 12px;
  overflow: hidden;
}

.f404-purpose-visual::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  filter: blur(34px);
  opacity: .18;
  pointer-events: none;
}

.f404-purpose-card--education .f404-purpose-visual::before { background: #35d4ff; }
.f404-purpose-card--class .f404-purpose-visual::before { background: #8b7dff; }
.f404-purpose-card--location .f404-purpose-visual::before { background: #ff684f; }

.f404-purpose-visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 210px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(0,0,0,.34));
  transform: translateZ(0);
  transition: transform .22s ease, filter .22s ease;
}

.f404-purpose-card:hover .f404-purpose-visual img {
  transform: translateY(-4px) scale(1.035);
  filter: drop-shadow(0 22px 34px rgba(0,0,0,.42));
}

.f404-purpose-card__content {
  padding: 8px 30px 30px;
  margin-top: auto;
}

.f404-purpose-card__content h3 {
  margin-bottom: 12px;
}

.f404-purpose-card--education {
  border-color: rgba(53,212,255,.22);
  background:
    radial-gradient(circle at 50% 5%, rgba(39,212,255,.16), transparent 34%),
    linear-gradient(160deg,#101c25,#0d171f 72%);
}

.f404-purpose-card--class {
  border-color: rgba(139,125,255,.22);
  background:
    radial-gradient(circle at 50% 5%, rgba(139,125,255,.17), transparent 34%),
    linear-gradient(160deg,#18172a,#10151e 72%);
}

.f404-purpose-card--location {
  border-color: rgba(255,104,79,.22);
  background:
    radial-gradient(circle at 50% 5%, rgba(255,104,79,.16), transparent 34%),
    linear-gradient(160deg,#251817,#11161d 72%);
}

@media (max-width: 1024px) {
  .f404-purpose-card { min-height: 390px; }
  .f404-purpose-visual { min-height: 205px; }
  .f404-purpose-visual img { width: min(100%, 185px); }
}

@media (max-width: 700px) {
  .f404-purpose-card { min-height: auto; }
  .f404-purpose-visual { min-height: 190px; padding-top: 22px; }
  .f404-purpose-visual img { width: min(100%, 170px); }
  .f404-purpose-card__content { padding: 4px 24px 26px; }
}


/* Catalog growth message */
.f404-catalog-release {
    max-width: 780px;
    margin-top: 14px;
    padding: 14px 16px;
    border: 1px solid rgba(53, 212, 255, 0.16);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(53, 212, 255, 0.07), rgba(139, 125, 255, 0.05));
}


/* =========================================================
   V2.5 — COMPACTERE HOMEPAGE
========================================================= */

.f404-home .f404-section,
.f404-page .f404-section {
    padding-top: clamp(58px, 6vw, 82px);
    padding-bottom: clamp(58px, 6vw, 82px);
}

.f404-hero--home {
    padding-top: clamp(58px, 6vw, 86px);
    padding-bottom: clamp(58px, 6vw, 86px);
}

.f404-section-heading {
    margin-bottom: 28px;
}

.f404-purpose-grid,
.f404-process-grid,
.f404-category-grid {
    gap: 18px;
}

.f404-purpose-card,
.f404-process-card,
.f404-category-card {
    min-height: 0;
}

.f404-purpose-visual {
    min-height: 138px;
}

.f404-purpose-visual img {
    max-height: 122px;
}

.f404-process-card__visual {
    min-height: 190px;
    padding: 22px 22px 8px;
}

.f404-process-card__visual img {
    max-height: 170px;
}

.f404-process-card__body {
    padding-top: 10px;
    padding-bottom: 24px;
}

.f404-centered-action {
    margin-top: 24px;
}

.f404-featured-product {
    gap: clamp(28px, 5vw, 58px);
}

.f404-product-assurance {
    margin: 14px 0 0;
    max-width: 680px;
    font-size: .92rem;
    line-height: 1.65;
    color: var(--f404-muted, #9eb0bf);
}

.f404-package-layout {
    gap: clamp(34px, 6vw, 72px);
}

.f404-package-note {
    margin-top: 16px;
}

.f404-category-card {
    padding-top: 22px;
    padding-bottom: 22px;
}

.f404-home-cta {
    padding-top: clamp(44px, 5vw, 64px) !important;
    padding-bottom: clamp(44px, 5vw, 64px) !important;
}

@media (max-width: 767px) {
    .f404-home .f404-section,
    .f404-page .f404-section,
    .f404-hero--home {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .f404-purpose-visual,
    .f404-process-card__visual {
        min-height: auto;
    }
}

/* =========================================================
   PRODUCT PAGE - HARDWARE RECOVERY
========================================================= */
.f404-product-page__hero {
    padding-top: clamp(52px, 7vw, 92px);
}

.f404-product-title {
    margin-bottom: 18px;
}

.f404-product-page__cta {
    background:
        radial-gradient(circle at 85% 50%, rgba(53, 212, 255, 0.14), transparent 34%),
        linear-gradient(120deg, rgba(68, 66, 170, 0.14), rgba(7, 17, 24, 0.98) 58%);
    border-top: 1px solid rgba(106, 190, 225, 0.12);
}

.f404-btn--disabled {
    opacity: 0.62;
    cursor: not-allowed;
    pointer-events: none;
}
