/* APK2GO Premium CSS */
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #030303;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: min(1180px, 92%);
  margin: auto;
}

.center {
  text-align: center;
}

/* HEADER */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(0, 0, 0, .94);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(16px);
}

.nav {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

/* LOGO */
.logo img {
  height: 150px;
  width: auto;
  object-fit: contain;
  display: block;
}

.logo,
.footerLogo,
.heroBrand {
  font-family: "League Spartan", sans-serif;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -.09em;
}

.logo {
  font-size: 42px;
}

.logo span,
.footerLogo span,
.heroBrand span {
  color: #e50914;
}

/* MENU */
.menu {
  display: flex;
  align-items: center;
  gap: 52px;
}

.menu a {
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.02em;
}


/* ACTIEVE MENU LINK */
.menu a:hover,
.menu .active {
  color: #e50914;
}

/* BEL DIRECT BUTTON */
.navBtn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 66px;
  padding: 0 34px;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  transition: .25s;
  background: linear-gradient(135deg, #e50914, #ff1b25);
  border: 1px solid #ff2d35;
}

.navBtn,
.primary {
  background: linear-gradient(135deg, #000000, #ff1b25);
  border: 1px solid #ff2d35;
  box-shadow: 0 18px 42px rgba(229, 9, 20, .28);
}

.outline {
  border: 1px solid #e50914;
  background: rgba(0, 0, 0, .25);
}

.btn:hover,
.navBtn:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.navBtnIcon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* HERO */
.hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #000;
}

.heroBg {
  position: absolute;
  inset: 0;
  background-image: url("assets/bg_4.jpg");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  transform: scale(1.01);
  filter: brightness(.72) contrast(1.08) saturate(.95);
}

.heroOverlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(0, 0, 0, .92) 0%,
      rgba(0, 0, 0, .74) 30%,
      rgba(0, 0, 0, .28) 58%,
      rgba(0, 0, 0, .78) 100%);
}

.heroOverlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 5% 55%,
      rgba(170, 0, 0, .34) 0%,
      rgba(120, 0, 0, .14) 34%,
      transparent 66%);
}

.heroOverlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(0deg,
      #030303 0%,
      rgba(3, 3, 3, .15) 22%,
      transparent 52%);
}

.heroGlow {
  position: absolute;
  top: -190px;
  left: -180px;
  width: 760px;
  height: 760px;
  background:
    radial-gradient(circle,
      rgba(229, 9, 20, .24) 0%,
      rgba(229, 9, 20, .10) 32%,
      transparent 72%);
  filter: blur(70px);
  pointer-events: none;
}

.heroGrid {
  position: relative;
  z-index: 5;
  width: min(1500px, 92%);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(780px, 1fr) 420px;
  column-gap: 70px;
  align-items: center;
  padding: 110px 0 90px;
}

.heroText {
  width: 100%;
  max-width: 1250px;
  overflow: visible;
}

.hero h1 {
  font-family: "League Spartan", sans-serif;
  font-size: clamp(48px, 4.8vw, 82px);
  line-height: .92;
  text-transform: uppercase;
  letter-spacing: -.025em;
  margin: 0;
  padding-right: 24px;
  font-style: italic;
  font-weight: 900;
  overflow: visible;
  text-shadow:
    0 12px 35px rgba(0, 0, 0, .75),
    0 0 12px rgba(255, 255, 255, .08);
}

.hero h1 span {
  display: inline-block;
  white-space: normal;
  padding-right: 24px;
  background: linear-gradient(180deg, #b5b5b5 0%, #ffffff 78%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.redLine {
  width: min(830px,100%);
  height: 5px;
  background: #e50914;
  margin: 38px 0 30px;
  box-shadow:
    0 0 26px rgba(229, 9, 20, .75),
    0 0 60px rgba(229, 9, 20, .35);
}

.lead {
  max-width: 900px;
  font-size: clamp(22px, 1.55vw, 31px);
  line-height: 1.45;
  color: rgba(255, 255, 255, .94);
  font-style: italic;
  font-weight: 700;
  text-shadow: 0 8px 22px rgba(0, 0, 0, .75);
}

.heroStats,
.uspRow {
  display: none;
}

.heroUsps {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
  margin-top: 34px;
  margin-bottom: 34px;
}

.heroUsp {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.heroUsp span {
  width: 42px;
  height: 42px;
  border: 2px solid #e50914;
  border-radius: 50%;
  color: #e50914;
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 0 20px rgba(229, 9, 20, .18);
}

.heroUsp p {
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
}

.heroActions {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 0;
}

.heroActions .btn {
  min-width: 240px;
  min-height: 62px;
  font-size: 15px;
}

.heroActions .outline {
  background: rgba(0, 0, 0, .35);
  border: 2px solid #e50914;
}

.openCard {
  position: relative;
  width: 420px;
  max-width: 420px;
  justify-self: end;
  align-self: center;
  background: rgba(0, 0, 0, 0.72);
  border: 1px solid #ff2d35;
  border-radius: 8px;
  padding: 20px 28px;
  text-align: center;
  box-shadow: 0 30px 90px #3c0a0a;
  backdrop-filter: blur(8px);
}

.openCard h3 {
  font-family: "League Spartan";
  font-size: 32px;
  line-height: .95;
  margin: 0 0 20px;
}

.openCard div {
  height: 1px;
  background: #e50914;
  margin: 0 0 23px;
}

.openCard p {
  font-weight: 900;
  margin: 0;
}

.openCard strong {
  display: block;
  color: #e50914;
  font-family: "League Spartan";
  font-size: 42px;
  margin: 7px 0 15px;
}

.openCard small {
  font-weight: 900;
  line-height: 1.4;
}

/*KENTEKEN CHECK*/
.kentekenCheck {
  padding: 80px 0;
  background: #050505;
  text-align: center;
}

.kentekenCheck h2 {
  font-family: "League Spartan", sans-serif;
  font-size: 46px;
  margin: 0 0 28px;
  color: #fff;
}

.plateChecker {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.plateBox {
  display: flex;
  height: 58px;
}

.plateBox span {
  width: 46px;
  display: grid;
  place-items: center;
  background: #064caa;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  border-radius: 6px 0 0 6px;
}

.plateBox input {
  width: 240px;
  background: #f5c400;
  color: #111;
  border: 2px solid #111;
  border-radius: 0 6px 6px 0;
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.plateChecker button {
  height: 58px;
  padding: 0 32px;
  border: 0;
  border-radius: 6px;
  background: #e50914;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.kentekenResult {
  max-width: 760px;
  margin: 28px auto 0;
  padding: 22px;
  border-radius: 10px;
  background: linear-gradient(180deg, #171717, #090909);
  border: 1px solid rgba(229, 9, 20, .35);
  color: #fff;
  display: none;
}

.kentekenResult.show {
  display: block;
}

.kentekenResult strong {
  color: #e50914;
}

/* SECTIONS */
.section {
  padding: 88px 0;
}

.sectionHead p,
.eyebrow {
  color: #e50914;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: .24em;
  margin: 0 0 13px;
}

.sectionHead h2,
.aboutText h2,
.reviewIntro h2,
.afspraakGrid h2 {
  font-family: 'Cormorant Garamond', serif;
  color: #ffffff;
  font-size: 56px;
  line-height: .92;
  letter-spacing: -.06em;
  margin: 0 0 24px;
  font-style: italic;
}

.sectionHeadfont p {
  font-family: 'Cormorant Garamond', serif;
  color: #e50914;
  font-size: 56px;
  line-height: .92;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -.06em;
  margin: 0 0 24px;
  font-style: italic;
}

.sectionHead small {
  display: block;
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, .65);
  font-size: 17px;
  line-height: 1.7;
}

/*knoppen*/


.appointmentButtons {
  display: flex;
  gap: 18px;
  margin-top: 18px;
}

.appointmentButtons .btn {
  flex: 1;
  width: 100%;
  min-height: 64px;
}

.appointmentButtons .btn i {
  font-size: 22px;
  margin-right: 10px;
}

.emailSubmit {
  background: linear-gradient(135deg, #e50914, #ff1b25);
  border: 1px solid #ff2d35;
  color: #fff;
  box-shadow: 0 18px 42px rgba(229, 9, 20, .28);
}

.emailSubmit:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

/* FASE 1 - RDW PREVIEW + AANBEVOLEN DIENSTEN */
.vehiclePreview {
  grid-column: 1 / -1;
  display: none;

  padding: 18px 20px;
  border-radius: 10px;

  background: linear-gradient(180deg, #171717, #080808);
  border: 1px solid rgba(229, 9, 20, .38);

  color: #fff;
}

.vehiclePreview.show {
  display: block;
}

.vehiclePreview strong {
  color: #e50914;
  font-size: 18px;
}

.vehiclePreview small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .72);
}

.rdwLoading {
  opacity: .75;
}

.recommendedServices {
  display: none;
  max-width: 980px;
  margin: 26px auto 0;
}

.recommendedServices.show {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.recommendCard {
  padding: 18px 14px;
  border-radius: 10px;
  background: linear-gradient(180deg, #171717, #080808);
  border: 1px solid rgba(229, 9, 20, .38);
  color: #ffffff;
  text-align: center;
  font-weight: 900;

  cursor: pointer;
  transition: .25s ease;
}

.recommendCard:hover {
  transform: translateY(-4px);
  border-color: #e50914;
  box-shadow: 0 18px 40px rgba(229, 9, 20, .14);
}

.recommendCard span {
  display: block;
  color: #e50914;
  font-size: 24px;
  margin-bottom: 8px;
}

@media(max-width: 1200px) {
.hero h1{
font-size: clamp(42px, 5vw, 72px);
}
}


@media(max-width: 900px) {
  .recommendedServices.show {
    grid-template-columns: 1fr 1fr;
  }

  .hero {
    min-height: auto;
    padding: 60px 0 40px;
  }

  .heroGrid {
    width: 92% !important;
    padding: 40px 0 20px !important;
  }

  .hero h1 {
    font-size: 42px;
    line-height: .95;
    padding-right: 0;
  }

  .hero h1 span {
    white-space: normal;
    padding-right: 0;
  }

  .redLine {
    width: 180px;
  }

  .lead {
    font-size: 17px;
  }

  .heroUsps {
    gap: 18px;
  }

  .openCard {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    width: 92% !important;
    max-width: 420px !important;
    margin: 25px auto 0 !important;
  }
}

@media(max-width: 520px) {
  .recommendedServices.show {
    grid-template-columns: 1fr;
  }

  .appointmentButtons {
    flex-direction: column;
  }

  .plateBox input {
    width: 205px;
    font-size: 24px;
  }
}

.recommendIcon {
  width: 62px;
  height: 62px;

  margin: 0 auto 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 18px;

  background: rgba(0, 0, 0, .75);

  border: 1px solid rgba(229, 9, 20, .32);

  box-shadow:
    0 0 24px rgba(229, 9, 20, .18);

  color: #e50914;
  font-size: 30px;
}

.recommendIcon img {
  width: 34px;
  height: 34px;
  object-fit: contain;

  filter:
    brightness(0) saturate(100%) invert(14%) sepia(100%) saturate(7470%) hue-rotate(353deg) brightness(102%) contrast(119%);
}

/* SERVICES */
.services {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 46px 0 34px;
}

.service {
  display: flex;
  flex-direction: column;
  position: relative;
  background: linear-gradient(180deg, rgba(30, 30, 30, .95), rgba(8, 8, 8, .98));
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, .35);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #e50914;
  transition: .4s ease;
  z-index: 3;
}

.service:hover::before {
  width: 100%;
}

.service:hover {
  transform: translateY(-8px);
  border-color: rgba(229, 9, 20, .35);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, .45),
    0 0 35px rgba(229, 9, 20, .08);
}

.photo {
  height: 220px;
  background: #222 center/cover;
  position: relative;
  transition: transform .7s ease;
}

.service:hover .photo {
  transform: scale(1.05);
}

.photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .76));
}

.apk {
  background-image: url('assets/apk.jpg');
}

.onderhoud {
  background-image: url('assets/service.jpg');
}

.remmen {
  background-image: url('assets/remmen.jpg');
}

.airco {
  background-image: url('assets/airco.jpg');
}

.hybride {
  background-image: url('assets/hybride.jpg');
}

.reparatie {
  background-image: url('assets/reparatie.jpg');
}

.banden {
  background-image: url('assets/banden.jpg');
}

.diagnose {
  background-image: url('assets/coding.jpg');
}

.serviceBody {
  padding: 0 24px 26px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.service i {
  display: inline-grid;
  place-items: center;

  width: 78px;
  height: 78px;

  margin-top: -38px;
  position: relative;
  z-index: 2;

  border-radius: 24px;

  background: rgba(0, 0, 0, .68);

  color: #ff0b17;

  font-size: 38px;

  box-shadow:
    0 0 24px rgba(229, 9, 20, .35),
    inset 0 0 0 1px rgba(255, 255, 255, .04);
  border: 1px solid rgba(229, 9, 20, .35);

  backdrop-filter: blur(8px);
}


.service:hover .serviceIcon {
  transform: translateY(-4px);
  box-shadow:
    0 0 34px rgba(229, 9, 20, .48),
    inset 0 0 0 1px rgba(255, 255, 255, .12);
}

.serviceIcon {
  transition: .25s ease;
}

.customIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 78px;
  height: 78px;

  margin-top: -38px;
  position: relative;
  z-index: 2;

  border-radius: 24px;

  background: rgba(0, 0, 0, .92);

  box-shadow:
    0 0 24px rgba(229, 9, 20, .22),
    inset 0 0 0 1px rgba(255, 255, 255, .04);

  backdrop-filter: blur(8px);
}

.customIcon img {
  width: 42px;
  height: 42px;
  object-fit: contain;

  filter:
    brightness(0) saturate(100%) invert(14%) sepia(100%) saturate(7470%) hue-rotate(353deg) brightness(102%) contrast(119%);
}

.service h3 {
  font-family: "League Spartan";
  font-size: 27px;
  letter-spacing: -.04em;
  margin: 16px 0 10px;
}

.service p {
  font-size: 14px;
  line-height: 1.65;
  color: #cfcfcf;
  margin: 0;
}

.serviceBody a {
  display: inline-flex;
  margin-top: auto;
  color: #e50914;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

/* ABOUT */
.about {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  border-top: 1px solid #181818;
  border-bottom: 1px solid #181818;
  background: #070707;
}

.aboutPhoto {
  min-height: 720px;
  background:
    linear-gradient(rgba(0, 0, 0, .12), rgba(0, 0, 0, .42)),
    url('assets/werkplaats-overzicht.jpg');

  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;

  background-color: #050505;
}

.aboutText {
  padding: 72px 8vw 72px 48px;
}

.aboutText p:not(.eyebrow) {
  color: #d4d4d4;
  line-height: 1.75;
  max-width: 560px;
}

.whyGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 28px 0;
}

.whyGrid div {
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
  border: 1px solid rgba(255, 255, 255, .08);
  padding: 20px;
  border-radius: 10px;
}

.whyGrid b {
  display: block;
  font-family: "League Spartan";
  font-size: 34px;
  color: #fff;
}

.whyGrid span {
  display: block;
  color: rgba(255, 255, 255, .6);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.aboutText ul {
  list-style: none;
  margin: 24px 0 34px;
  padding: 0;
}

.aboutText li {
  font-weight: 900;
  margin: 13px 0;
}

.aboutText li::before {
  content: "✓";
  color: #e50914;
  margin-right: 11px;
}

/* REVIEWS */
.reviews {
  padding: 64px 0;
  background: linear-gradient(90deg, #070707, #171717, #060606);
  border-bottom: 1px solid #1f1f1f;
}

.googleReviewBar {
  margin: 0 auto 55px;
  padding: 24px 34px;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background:
    radial-gradient(circle at 86% 20%, rgba(229, 9, 20, .18), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .015));
  border: 1px solid rgba(229, 9, 20, .45);
  border-radius: 14px;
  box-shadow:
    0 20px 65px rgba(0, 0, 0, .42),
    0 0 28px rgba(229, 9, 20, .08);
}

.googleReviewLeft {
  display: grid;
  gap: 8px;
}

.googleLogoText {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -2px;
}

.googleLogoText b {
  margin-left: 12px;
  color: #fff;
  font-size: 24px;
  letter-spacing: -1px;
}

.g-blue {
  color: #4285f4;
}

.g-red {
  color: #ea4335;
}

.g-yellow {
  color: #fbbc05;
}

.g-green {
  color: #34a853;
}

.googleRatingLine {
  display: flex;
  align-items: center;
  gap: 13px;
}

.googleRatingLine strong {
  font-size: 34px;
  font-weight: 900;
}

.googleRatingLine span {
  color: #ffbf00;
  font-size: 25px;
  letter-spacing: 1px;
}

.googleRatingLine small {
  color: #fff;
  font-size: 22px;
}

.googleReviewButton {
  min-height: 58px;
  padding: 0 32px;
  border-radius: 10px;
  background: linear-gradient(135deg, #e50914, #ff2630);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(229, 9, 20, .32);
  transition: .25s ease;
}

.googleReviewButton:hover {
  transform: translateY(-3px);
}


.googleBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #555;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 20px;
  width: fit-content;
  margin: 34px auto 0;
}

.reviewsCenterBtn {
  margin: 32px auto 0;
  width: fit-content;
}

.reviewIntro {
  text-align: center;
  margin-bottom: 40px;
}

.reviewIntro h2 {
  margin: 0 auto;
}

.reviewGrid {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviewCards {
  width: 100%;
}

.reviewTop {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}

.reviewAvatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #e50914, #111);
  color: white;
  font-weight: 900;
  font-size: 20px;
  border: 2px solid rgba(255, 255, 255, .12);
}

.reviewInfo {
  display: flex;
  flex-direction: column;
}

.reviewInfo h4,
.reviewTop h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
}

.postedGoogle {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.postedGoogle img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.postedGoogle span {
  color: rgba(255, 255, 255, .65);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.reviewCard b {
  display: none;
}

/* FORM */
.afspraakGrid {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 54px;
}

.contactList p {
  font-weight: 900;
  line-height: 1.6;
  color: #e9e9e9;
}

.formGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

input,
select {
  width: 100%;
  min-height: 56px;
  background: linear-gradient(180deg, #181818, #0d0d0d);
  border: 1px solid #343434;
  border-radius: 5px;
  color: white;
  padding: 15px;
  font: inherit;
  outline: none;
}


textarea {
  width: 100%;
  min-height: 56px;
  height: 56px;
  background: linear-gradient(180deg, #181818, #0d0d0d);
  border: 1px solid #343434;
  border-radius: 5px;
  color: white;
  padding: 15px;
  font: inherit;
  outline: none;
  resize: vertical;
}




input:focus,
select:focus,
textarea:focus {
  border-color: #e50914;
  box-shadow: 0 0 0 3px rgba(229, 9, 20, .12);
}

.plate {
  display: flex;
}

.plate span {
  width: 42px;
  display: grid;
  place-items: center;
  background: #1f63d8;
  border-radius: 5px 0 0 5px;
  font-size: 11px;
  font-weight: 900;
}

.plate input {
  border-radius: 0 5px 5px 0;
  background: #ffd51f;
  color: #111;
  text-align: center;
  font-weight: 900;
  text-transform: uppercase;
}

.submit {
  border: 0;
}

/* FOOTER COMPLETE FIX */
footer {
  background: #030303;
  border-top: 1px solid rgba(255, 255, 255, .06);
  box-shadow: inset 0 1px 0 rgba(229, 9, 20, .12);
  padding: 70px 0 34px;
}

.footerGrid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1.15fr 1.75fr;
  gap: 70px;
  align-items: flex-start;
}

.footerGrid a {
  line-height: 1.45;
}

.footerLogo img {
  height: 185px;
  width: auto;
  object-fit: contain;

  margin-top: -15px;
  margin-bottom: 38px;

  filter: drop-shadow(0 0 18px rgba(229, 9, 20, .18));
}

footer h4,
.footerContact h4,
.officeTitle h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: .04em;
  margin: 0 0 28px;
  text-transform: none;
}

footer a {
  display: block;
  width: fit-content;
  color: #fff;
  font-size: 17px;
  line-height: 1.75;
  margin-bottom: 3px;
  transition: .2s ease;
}

footer a:hover {
  color: #e50914;
  transform: translateX(4px);
}

footer p {
  color: #fff;
  font-size: 17px;
  line-height: 1.65;
  margin: 0;
}

.socials {
  display: flex;
  gap: 14px;
  margin-top: -8px;
}

.socials a {
  width: 46px;
  height: 46px;
  margin: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #171717, #070707);
  border: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
  font-size: 17px;
  box-shadow:
    0 12px 30px rgba(0, 0, 0, .45),
    inset 0 0 0 1px rgba(255, 255, 255, .03);
}

.socials a:hover {
  transform: translateY(-4px);
  color: #e50914;
  border-color: rgba(229, 9, 20, .55);
}

.footerContact {
  max-width: 430px;
}

.contactItem {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
  color: #fff;
  font-size: 17px;
  line-height: 1.45;
}

.contactItem i {
  color: #fff;
  font-size: 18px;
  margin-top: 5px;
}

.officeHours {
  margin-top: 42px;
}

.officeTitle {
  display: grid;
  grid-template-columns: 26px 1fr;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.officeTitle i {
  font-size: 18px;
}

.officeTitle h4 {
  margin: 0;
}

.hourRow {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  color: #fff;
  font-size: 17px;
  line-height: 1.45;
  margin-bottom: 12px;
}

.copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;

  gap: 16px;

  width: min(1180px, 92%);
  margin: 40px auto 0;

  padding-top: 26px;

  border-top: 1px solid rgba(255, 255, 255, .08);

  color: #777;
  font-size: 14px;
}

.copy span:last-child {
  text-align: right;
}

.copy a {
  color: #ff1b25;
  font-weight: 900;
  font-style: italic;
  font-family: "League Spartan", sans-serif;
  letter-spacing: -.03em;
  transition: .25s ease;
  opacity: .78;
}

.copy a:hover {
  color: #fff;
}

@media(max-width: 700px) {
  .copy {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .copy span:last-child {
    text-align: left;
  }
}

@media(max-width: 700px) {
  .appointmentButtons {
    flex-direction: column;
  }
}

@media(max-width: 1040px) {

  .footerGrid {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }

  .footerLogo img {
    height: 145px;
    margin-top: 0;
  }
}

@media(max-width: 620px) {

  .footerGrid {
    grid-template-columns: 1fr;
  }

  .footerLogo img {
    height: 130px;
  }


  .hourRow {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

/* PREMIUM SOCIALS */
.socials {
  display: flex;
  gap: 18px;
  margin-top: 8px;
}

.socials a {
  width: 58px;
  height: 58px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    linear-gradient(180deg, #171717 0%, #080808 100%);

  border: 1px solid rgba(255, 255, 255, .10);

  color: #fff;
  font-size: 22px;

  box-shadow:
    0 12px 35px rgba(0, 0, 0, .45),
    0 0 18px rgba(229, 9, 20, .08);

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease,
    color .25s ease;
}

.socials a:hover {
  transform: translateY(-5px) scale(1.06);

  color: #e50914;

  border-color: rgba(229, 9, 20, .55);

  box-shadow:
    0 18px 45px rgba(229, 9, 20, .18),
    0 0 26px rgba(229, 9, 20, .20);
}

/* OPENINGSTIJDEN FIX */
.officeHours {
  margin-top: 34px;
}

.hourRow {
  display: grid;
  grid-template-columns: 180px auto;
  align-items: start;
  gap: 18px;

  font-size: 17px;
  line-height: 1;

  margin-bottom: 10px;
}

.hourRow span:first-child {
  white-space: nowrap;
}

.hourRow span:last-child {
  white-space: nowrap;
}

/* ANIMATIONS */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* FLOATING WHATSAPP BUTTON */
.whatsappFloating {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 9999;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366, #1ebe5d);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 10px 30px rgba(37, 211, 102, .30),
    0 0 20px rgba(37, 211, 102, .15);
  transition:
    transform .25s ease,
    box-shadow .25s ease,
    filter .25s ease;
}

.whatsappFloating img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.whatsappFloating:hover {
  transform: translateY(-5px) scale(1.06);
  box-shadow:
    0 18px 45px rgba(37, 211, 102, .42),
    0 0 28px rgba(37, 211, 102, .24);
  filter: brightness(1.05);
}

.whatsappFloating::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 1px solid rgba(37, 211, 102, .22);
  animation: whatsappPulse 2s infinite;
}

@keyframes whatsappPulse {
  0% {
    transform: scale(.9);
    opacity: 1;
  }

  70% {
    transform: scale(1.18);
    opacity: 0;
  }

  100% {
    transform: scale(1.18);
    opacity: 0;
  }
}

/* RESPONSIVE */
@media(max-width: 1250px) {
  .heroGrid {
    grid-template-columns: 1fr;
  }

  .heroText {
    max-width: 100%;
  }

  .openCard {
    justify-self: start;
    margin-top: 40px;
  }

  .heroUsps {
    flex-wrap: wrap;
  }
}

@media(max-width: 1040px) {

  .menu,
  .navBtn {
    display: none;
  }

  .about,
  .afspraakGrid {
    grid-template-columns: 1fr;
  }

  .services {
    grid-template-columns: repeat(2, 1fr);
  }

  .reviewCards,
  .footerGrid {
    grid-template-columns: 1fr 1fr;
  }

  .aboutText {
    padding: 56px 5vw;
  }
}

@media(max-width: 900px) {
  .nav {
    height: 82px;
  }

  .logo img {
    height: 72px;
  }

  .menu {
    display: none;
  }

  .navBtn {
    min-height: 52px;
    padding: 0 20px;
    font-size: 13px;
  }

  .hero h1 span {
    white-space: normal;
  }

  .hero h1 {
    font-size: clamp(44px, 12vw, 70px);
    padding-right: 20px;
  }

  .lead {
    font-size: 18px;
  }

  .googleReviewBar {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px;
    min-height: unset;
  }

  .googleReviewButton {
    width: 100%;
    min-height: 56px;
    font-size: 16px;
  }

  .googleLogoText {
    font-size: 29px;
  }

  .googleLogoText b {
    font-size: 20px;
  }

  .googleRatingLine {
    flex-wrap: wrap;
  }

  .googleRatingLine small {
    font-size: 17px;
  }
}

@media(max-width: 620px) {
  .nav {
    height: 74px;
  }

  .logo img {
    height: 64px;
  }

  .hero {
    min-height: auto;
  }

  .heroGrid {
    padding: 60px 0;
  }

  .heroActions .btn {
    width: 100%;
  }

  .diensten .btn {
    width: 100%;
  }

  .openCard {
    width: 100%;
  }

  .section {
    padding: 56px 0;
  }

  .sectionHead h2,
  .aboutText h2,
  .reviewIntro h2,
  .afspraakGrid h2 {
    font-size: 36px;
  }

  .services,
  .reviewCards,
  .formGrid,
  .footerGrid,
  .whyGrid {
    grid-template-columns: 1fr;
  }

  .aboutPhoto {
    min-height: 270px;
  }

  .whatsappFloating {
    width: 56px;
    height: 56px;
    right: 14px;
    bottom: 14px;
  }

  .whatsappFloating img {
    width: 26px;
    height: 26px;
  }
}


/* ================================
   FASE 3A - TRUST & MARKETING
================================ */

/* Open / gesloten status */
.openStatus {
  height: auto !important;
  margin: 22px 0 0 !important;
  padding: 12px 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.openStatus.open {
  color: #25D366;
  border-color: rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 20px rgba(37, 211, 102, .12);
}

.openStatus.closed {
  color: #ff3b3b;
  border-color: rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 20px rgba(229, 9, 20, .12);
}

@keyframes pulseGreen {
  0% {
    opacity: 1;
    text-shadow: 0 0 8px rgba(0, 255, 120, .55);
  }

  50% {
    opacity: .45;
    text-shadow: 0 0 22px rgba(0, 255, 120, 1);
  }

  100% {
    opacity: 1;
    text-shadow: 0 0 8px rgba(0, 255, 120, .55);
  }
}

.openStatus.open {
  animation: pulseGreen 1.4s infinite ease-in-out;
}

/* Actie banner */
.actieBanner {
  position: relative;
  overflow: hidden;
  padding: 58px 0;
  background:
    radial-gradient(circle at 15% 50%, rgba(229, 9, 20, .24), transparent 34%),
    linear-gradient(135deg, #120000, #050505 55%, #160000);
  border-top: 1px solid rgba(229, 9, 20, .35);
  border-bottom: 1px solid rgba(229, 9, 20, .35);
}

.actieBanner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .06), transparent);
  transform: translateX(-100%);
  animation: shineMove 5s infinite;
}

.actieInner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.actieInner span {
  display: inline-block;
  color: #e50914;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .22em;
  margin-bottom: 10px;
}

.actieInner h2 {
  font-family: "League Spartan", sans-serif;
  font-size: clamp(38px, 4vw, 64px);
  line-height: .9;
  margin: 0 0 12px;
  text-transform: uppercase;
  font-style: italic;
}

.actieInner p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  font-weight: 800;
}

/* FAQ */
.faqSection {
  background:
    radial-gradient(circle at 80% 10%, rgba(229, 9, 20, .10), transparent 30%),
    #050505;
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.faqList {
  max-width: 980px;
  margin: 44px auto 0;
  display: grid;
  gap: 14px;
}

.faqList details {
  background: linear-gradient(180deg, #171717, #080808);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 12px;
  padding: 0 22px;
  overflow: hidden;
  transition: .25s ease;
}

.faqList details:hover,
.faqList details[open] {
  border-color: rgba(229, 9, 20, .48);
  box-shadow: 0 18px 45px rgba(229, 9, 20, .10);
}

.faqList summary {
  cursor: pointer;
  padding: 22px 0;
  font-size: 18px;
  font-weight: 900;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faqList summary::-webkit-details-marker {
  display: none;
}

.faqList summary::after {
  content: "+";
  color: #e50914;
  font-size: 30px;
  font-weight: 900;
  transition: .25s ease;
}

.faqList details[open] summary::after {
  transform: rotate(45deg);
}

.faqList p {
  margin: 0;
  padding: 0 0 22px;
  color: rgba(255, 255, 255, .72);
  line-height: 1.65;
  font-size: 16px;
}

/* Premium hover polish */
.service,
.reviewCard,
.whyGrid div,
.kentekenResult,
.vehiclePreview,
.recommendCard,
.googleReviewBar,
.form input,
.form select,
.form textarea {
  transition:
    transform .28s ease,
    border-color .28s ease,
    box-shadow .28s ease,
    filter .28s ease;
}

.reviewCard:hover,
.whyGrid div:hover {
  transform: translateY(-6px);
  border-color: rgba(229, 9, 20, .50);
  box-shadow: 0 22px 55px rgba(229, 9, 20, .10);
}

/* Loading state */
.loadingText {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.loadingText::before {
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .22);
  border-top-color: #e50914;
  animation: spin .8s linear infinite;
}

/* Form submit loading */
.btn.isLoading {
  pointer-events: none;
  opacity: .75;
}

.btn.isLoading::after {
  content: "";
  width: 17px;
  height: 17px;
  margin-left: 8px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .28);
  border-top-color: #fff;
  animation: spin .8s linear infinite;
}

/* Mobile fase 3 */
@media(max-width: 900px) {
  .actieInner {
    flex-direction: column;
    align-items: flex-start;
  }

  .actieInner .btn {
    width: 100%;
  }

  .faqList summary {
    font-size: 16px;
  }
}

/* Keyframes */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes shineMove {
  0% {
    transform: translateX(-100%);
  }

  45%,
  100% {
    transform: translateX(100%);
  }
}

/* Datum kalender icoon wit */
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
}

/* =================================
   FORM ERRORS + GRID FIX
================================= */

.formGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.fieldGroup {
  width: 100%;
  min-width: 0;
  min-height: 56px;

  position: relative;

  padding-bottom: 0;
}

.fieldGroup.fullField,
#vehiclePreview {
  grid-column: 1 / -1;
}

.fieldGroup input,
.fieldGroup select,
.fieldGroup textarea {
  width: 100%;
  min-width: 0;
}

.fieldError {
  display: block;

  margin-top: 8px;
  padding-left: 2px;

  color: #ff3b3b;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;

  opacity: 0;
  max-height: 0;
  overflow: hidden;

  transition: .2s ease;
}

.fieldError:not(:empty) {
  opacity: 1;
  max-height: 60px;
}

.inputError {
  border-color: #ff3b3b !important;
  box-shadow: 0 0 0 3px rgba(255, 59, 59, .13) !important;
}

.plate {
  width: 100%;
  display: flex;
}

.plate.inputError {
  border-radius: 5px;
  box-shadow: 0 0 0 3px rgba(255, 59, 59, .13) !important;
}

.plate.inputError input {
  border-color: #ff3b3b !important;
}


/* BUTTONS */
.appointmentButtons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  width: 100%;
}

.appointmentButtons .btn {
  width: 100%;
  min-width: 0;
  white-space: nowrap;
}

/* MOBILE */
@media(max-width: 900px) {
  .appointmentButtons .btn {
    white-space: normal;
  }
}

@media(max-width: 700px) {

  .formGrid,
  .appointmentButtons {
    grid-template-columns: 1fr;
  }
}

.serviceDropdown {
  position: relative;
  width: 100%;
}

.serviceDropdownBtn {
  width: 100%;
  min-height: 56px;
  padding: 15px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  background: linear-gradient(180deg, #181818, #0d0d0d);
  border: 1px solid #343434;
  border-radius: 5px;

  color: #fff;
  font: inherit;
  cursor: pointer;
}

.serviceDropdown.open .serviceDropdownBtn {
  border-color: #e50914;
  box-shadow: 0 0 0 3px rgba(229, 9, 20, .12);
}

.serviceDropdownMenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 40;

  width: 100%;
  max-height: 320px;
  overflow-y: auto;

  padding: 10px;

  display: none;
  gap: 8px;

  background: linear-gradient(180deg, #171717, #070707);
  border: 1px solid rgba(229, 9, 20, .45);
  border-radius: 10px;

  box-shadow: 0 22px 55px rgba(0, 0, 0, .65);
}

.serviceDropdown.open .serviceDropdownMenu {
  display: grid;
}

.serviceDropdownMenu label {
  min-height: 48px;
  padding: 12px 14px;

  display: flex;
  align-items: center;
  gap: 12px;

  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
  border: 1px solid rgba(255, 255, 255, .07);

  cursor: pointer;
  transition: .2s ease;
}

.serviceDropdownMenu label:hover {
  border-color: rgba(229, 9, 20, .45);
  background: rgba(229, 9, 20, .08);
}

.serviceDropdownMenu input {
  width: 18px;
  height: 18px;
  accent-color: #e50914;
  min-height: auto;
}

.serviceDropdownMenu label:has(input:checked) {
  border-color: #e50914;
  background: rgba(229, 9, 20, .14);
  box-shadow: 0 0 18px rgba(229, 9, 20, .12);
}

.serviceDropdownMenu span {
  font-size: 15px;
  font-weight: 800;
}

.serviceDropdown.inputError .serviceDropdownBtn {
  border-color: #ff3b3b !important;
  box-shadow: 0 0 0 3px rgba(255, 59, 59, .13) !important;
}

.customSelect {
  position: relative;
}

.customSelect select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding-right: 55px;
}

.customSelect i {
  position: absolute;
  right: 18px;
  top: 50%;

  transform: translateY(-50%);

  font-size: 18px;
  color: #fff;

  pointer-events: none;
}

.tireSizeBox {
  display: none;
  padding-top: 8px;
  margin-top: -6px;
  grid-column: span 2;
  background:
    radial-gradient(circle at 100% 0%, rgba(229, 9, 20, .12), transparent 30%),
    linear-gradient(180deg, #111, #050505);
}

.tireSizeBox.show {
  display: block;
}

.tireSizeGrid {
  display: grid;

  grid-template-columns:
    .4fr .5fr .5fr .5fr 1fr 1fr;

  gap: 12px;
}

.tireSizeGrid label {
  display: block;
  margin-bottom: 5px;
  color: #e50914;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.tireSizeGrid input,
.tireSizeGrid select {
  width: 100%;
  min-height: 56px;
}

.tireSizeGrid input {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
}

.tireSizeGrid input::placeholder {
  color: rgba(255, 255, 255, .28);
}

.tireSizeGrid select {
  padding-right: 42px;
}

/* Tablet */
@media(max-width: 900px) {
  .tireSizeGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobiel */
@media(max-width: 600px) {
  .tireSizeGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Kleine mobiel */
@media(max-width: 420px) {
  .tireSizeGrid {
    grid-template-columns: 1fr;
  }
}

.reviewGrid {
  display: block;
}

.reviewIntro {
  margin-bottom: 34px;
}

.reviewCards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.reviewCard {
  min-height: 260px;
  padding: 26px;
  border: 1px solid rgba(229, 9, 20, .75);
  border-radius: 10px;
  background: #030303;
}

.reviewCard p {
  margin-top: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.reviewInfo small {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  font-weight: 700;
}

.reviewStars {
  color: #fbbc05;
  font-size: 18px;
  margin-top: 12px;
}

@media(max-width: 900px) {
  .reviewCards {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 600px) {
  .reviewCards {
    grid-template-columns: 1fr;
  }
}

.contactMiniInfo {
  display: flex;
  align-items: center;
  gap: 14px;

  padding: 16px 18px;
  margin-top: 16px;

  border-radius: 14px;

  background:
    linear-gradient(180deg, #111, #050505);

  border: 1px solid rgba(255, 255, 255, .06);

  transition:
    transform .25s ease,
    border-color .25s ease,
    box-shadow .25s ease;
}

.contactMiniInfo:hover {
  transform: translateY(-3px);

  border-color: rgba(229, 9, 20, .6);

  box-shadow:
    0 10px 30px rgba(229, 9, 20, .12);
}

.contactMiniInfo i {
  color: #e50914;
  font-size: 18px;
  margin-top: 2px;
}

.contactMiniInfo div {
  line-height: 1.5;
}

/*Sub paginas*/

.serviceHero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #000;
}

.serviceHeroBg {
  position: absolute;
  inset: 0;
  background-image: url("assets/bg_4.jpg");
  background-size: cover;
  background-position: center right;
  filter: brightness(.65) contrast(1.1);
}

.serviceHeroOverlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(0, 0, 0, .94) 0%,
      rgba(0, 0, 0, .78) 36%,
      rgba(0, 0, 0, .35) 62%,
      rgba(0, 0, 0, .82) 100%);
}

.serviceHeroGlow {
  position: absolute;
  top: -180px;
  left: -160px;
  width: 720px;
  height: 720px;
  background: radial-gradient(circle, rgba(229, 9, 20, .22), transparent 70%);
  filter: blur(70px);
}

.serviceHeroInner {
  position: relative;
  z-index: 5;
  max-width: 980px;
  padding: 120px 0 100px;
}

.serviceEyebrow {
  color: #e50914;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: .24em;
  margin: 0 0 28px;
}

.serviceHero h1 {
  font-family: "League Spartan", sans-serif;
  font-size: clamp(64px, 5.6vw, 108px);
  line-height: .9;
  text-transform: uppercase;
  letter-spacing: -.025em;
  margin: 0;
  font-style: italic;
  font-weight: 900;
  text-shadow: 0 12px 35px rgba(0, 0, 0, .75);
  overflow: visible;
  padding-right: 45px;
  padding-bottom: 12px;
}

.serviceHero h1 span {
  background: linear-gradient(180deg, #b5b5b5 0%, #fff 78%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  padding-right: 45px;
}

.serviceLead {
  max-width: 850px;
  font-size: clamp(22px, 1.55vw, 31px);
  line-height: 1.45;
  color: rgba(255, 255, 255, .94);
  font-style: italic;
  font-weight: 700;
}

.serviceHeroActions {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.serviceHeroActions .btn {
  min-width: 250px;
}

.serviceHeroGrid {
  position: relative;
  z-index: 5;
  width: min(1500px, 92%);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(780px, 1fr) 420px;
  column-gap: 70px;
  align-items: center;
  padding: 110px 0 90px;
}

.serviceHeroInner {
  max-width: 980px;
  padding: 0;
  overflow: visible;
}

.serviceOpenCard {
  position: relative !important;
  right: 10% !important;
  top: 5% !important;
  transform: none !important;
  justify-self: end;
  align-self: center;
}

@media(max-width: 1250px) {
  .serviceHeroGrid {
    grid-template-columns: 1fr;
  }

  .serviceOpenCard {
    justify-self: start;
    margin-top: 40px;
  }
}

@media(max-width: 900px) {
  .serviceHeroGrid {
    padding: 60px 0 40px;
  }

  .serviceOpenCard {
    width: 100% !important;
    max-width: 420px !important;
  }
}

.quickCards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 48px;
}

.quickCard {
  min-height: 260px;
  padding: 34px 30px;
  border-radius: 14px;

  background:
    radial-gradient(circle at top right, rgba(229, 9, 20, .16), transparent 36%),
    linear-gradient(180deg, #171717, #070707);

  border: 1px solid rgba(229, 9, 20, .38);

  box-shadow: 0 24px 70px rgba(0, 0, 0, .38);

  transition: .28s ease;
}

.quickCard:hover {
  transform: translateY(-8px);
  border-color: rgba(229, 9, 20, .75);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, .45),
    0 0 35px rgba(229, 9, 20, .12);
}

.quickCard i {
  width: 74px;
  height: 74px;
  margin-bottom: 28px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: rgba(0, 0, 0, .65);
  border: 1px solid rgba(229, 9, 20, .38);
  color: #e50914;
  font-size: 30px;
  box-shadow: 0 0 24px rgba(229, 9, 20, .22);
}

.quickCard h3 {
  font-family: "League Spartan", sans-serif;
  font-size: 28px;
  margin: 0 0 14px;
  margin-bottom: 18px;
}

.quickCard p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.65;
  margin: 0;
  font-size: 16px;
}

@media(max-width: 900px) {
  .quickCards {
    grid-template-columns: 1fr;
  }
}

/*checklist subpagina*/

.apkChecks {
  padding: 50px 0;
  position: relative;
}

.sectionHeading.center {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 70px;
}

.sectionHeading.center>p:first-child {
  color: #e50914;
  text-transform: uppercase;
  letter-spacing: .32em;
  font-weight: 900;
  margin-bottom: 22px;
}

.sectionHeading.center h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(58px, 5vw, 92px);
  line-height: .95;
  font-style: italic;
  margin-bottom: 30px;
}

.headingLine {
  width: 900px;
  height: 4px;
  background: #e50914;
  display: block;
  margin: 0 auto 34px;
  box-shadow: 0 0 24px rgba(229, 9, 20, .5);
}

.sectionText {
  color: rgba(255, 255, 255, .72);
  font-size: 20px;
  line-height: 1.8;
}

.apkChecksGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.apkCheckCard {
  padding: 34px;
  border-radius: 16px;

  background:
    radial-gradient(circle at top right, rgba(229, 9, 20, .14), transparent 38%),
    linear-gradient(180deg, #161616, #070707);

  border: 1px solid rgba(229, 9, 20, .35);

  transition: .28s ease;
}

.apkCheckCard:hover {
  transform: translateY(-8px);

  border-color: rgba(229, 9, 20, .7);

  box-shadow:
    0 24px 80px rgba(0, 0, 0, .45),
    0 0 35px rgba(229, 9, 20, .12);
}

.apkCheckCard i {
  width: 72px;
  height: 72px;
  margin-bottom: 28px;

  display: grid;
  place-items: center;

  border-radius: 22px;

  background: rgba(0, 0, 0, .7);

  border: 1px solid rgba(229, 9, 20, .35);

  color: #e50914;
  font-size: 28px;
}

.apkCheckCard h3 {
  font-size: 30px;
  margin-bottom: 16px;
  font-family: "League Spartan", sans-serif;
}

.apkCheckCard p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.7;
}

@media(max-width: 1000px) {
  .apkChecksGrid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 700px) {
  .apkChecksGrid {
    grid-template-columns: 1fr;
  }
}

.diensten {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 0;
}

.diensten .btn {
  min-width: 240px;
  min-height: 62px;
  font-size: 15px;
}

.diensten .outline {
  background: rgba(0, 0, 0, .35);
  border: 2px solid #e50914;
}

.navDropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.navDropdown>a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.navDropdown i {
  font-size: 12px;
}

.dropdownMenu {
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%) translateY(14px);

  min-width: 260px;
  padding: 14px;
  padding-top: 18px;

  background: linear-gradient(180deg, #171717, #060606);
  border: 1px solid rgba(229, 9, 20, .45);
  border-radius: 12px;

  box-shadow:
    0 24px 70px rgba(0, 0, 0, .55),
    0 0 30px rgba(229, 9, 20, .12);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: .25s ease;
  z-index: 999;
}

.dropdownMenu a {
  display: block;
  padding: 13px 14px;
  border-radius: 8px;

  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;

  transition: .2s ease;
}

.dropdownMenu a:hover {
  background: rgba(229, 9, 20, .14);
  color: #e50914;
  transform: translateX(4px);
}

.navDropdown:hover .dropdownMenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(6px);
}

.navDropdown::after {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: 100%;
  height: 18px;
}

/*apkregels*/
.apkTimelineSection {
  padding: 50px 0;
  background:
    radial-gradient(circle at 12% 20%, rgba(229, 9, 20, .13), transparent 32%),
    radial-gradient(circle at 85% 80%, rgba(229, 9, 20, .08), transparent 34%),
    #030303;
}

.apkTimelineGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 65px;
}

.apkTimelineCard {
  position: relative;
  padding: 34px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(229, 9, 20, .16), transparent 38%),
    linear-gradient(180deg, #171717, #070707);
  border: 1px solid rgba(229, 9, 20, .38);
  box-shadow: 0 25px 70px rgba(0, 0, 0, .42);
  transition: .28s ease;
}

.apkTimelineCard:hover {
  transform: translateY(-8px);
  border-color: rgba(229, 9, 20, .75);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, .5),
    0 0 35px rgba(229, 9, 20, .12);
}



.apkTimelineCard h3 {
  font-family: "League Spartan", sans-serif;
  font-size: 29px;
  margin: 0 0 22px;
}

.timelineSteps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 24px;
}

.timelineSteps.compact {
  grid-template-columns: repeat(2, 1fr);
}

.timelineSteps div {
  padding: 14px 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, .42);
  border: 1px solid rgba(255, 255, 255, .08);
  text-align: center;
}

.timelineSteps b {
  display: block;
  color: #e50914;
  font-size: 18px;
  font-weight: 900;
}

.timelineSteps small {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, .68);
  font-size: 12px;
  font-weight: 800;
}

.apkTimelineCard p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.7;
  margin: 0;
}

.apkRdwNotice {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  margin-top: 36px;
  padding: 34px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(229, 9, 20, .18), transparent 36%),
    linear-gradient(180deg, #141414, #060606);
  border: 1px solid rgba(229, 9, 20, .42);
}

.apkRdwNotice i {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: rgba(0, 0, 0, .72);
  border: 1px solid rgba(229, 9, 20, .38);
  color: #e50914;
  font-size: 28px;
}

.apkRdwNotice h3 {
  font-family: "League Spartan", sans-serif;
  font-size: 30px;
  margin: 0 0 12px;
}

.apkRdwNotice p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.75;
  margin: 0 0 12px;
}

@media(max-width: 1100px) {
  .apkTimelineGrid {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 650px) {

  .timelineSteps,
  .timelineSteps.compact {
    grid-template-columns: 1fr 1fr;
  }

  .apkRdwNotice {
    grid-template-columns: 1fr;
  }
}

.apkAfkeurPremium {
  padding: 80px 0;
  background:
    radial-gradient(circle at 15% 50%, rgba(0, 0, 0, 0.22), transparent 34%),
    linear-gradient(135deg, #120000, #050505 58%, #150000);
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

.afkeurPremiumBox {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 42px;
  align-items: center;

  padding: 44px;
  border-radius: 20px;

  background:
    radial-gradient(circle at top right, rgba(229, 9, 20, .18), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01));

  border: 1px solid rgba(229, 9, 20, .48);

  box-shadow:
    0 30px 90px rgba(0, 0, 0, .45),
    0 0 40px rgba(229, 9, 20, .10);
}

.afkeurText h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(48px, 4.5vw, 76px);
  line-height: .92;
  font-style: italic;
  margin: 0 0 24px;
}

.afkeurText p:not(.eyebrow) {
  color: rgba(255, 255, 255, .78);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 32px;
}

.afkeurSteps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.afkeurStep {
  min-height: 260px;
  padding: 26px 22px;
  border-radius: 16px;

  background:
    linear-gradient(180deg, #161616, #070707);

  border: 1px solid rgba(255, 255, 255, .08);
  backdrop-filter: blur(8px);
  transition: .28s ease;
}

.afkeurStep:hover {
  transform: translateY(-7px);
  border-color: rgba(229, 9, 20, .65);
  box-shadow: 0 20px 55px rgba(229, 9, 20, .12);
  background:
    radial-gradient(circle at top right, rgba(229, 9, 20, .22), transparent 42%),
    linear-gradient(180deg, #191919, #090909);

}

.afkeurStep span {
  color: rgba(255, 255, 255, .16);
  font-size: 34px;
  font-weight: 900;
}

.afkeurStep i {
  width: 60px;
  height: 60px;
  margin: 18px 0 22px;

  display: grid;
  place-items: center;

  border-radius: 18px;
  background: rgba(0, 0, 0, .7);
  border: 1px solid rgba(229, 9, 20, .36);

  color: #e50914;
  font-size: 24px;
}

.afkeurStep h3 {
  font-family: "League Spartan", sans-serif;
  font-size: 24px;
  margin: 0 0 12px;
  letter-spacing: .5px;
}

.afkeurStep p {
  color: rgba(255, 255, 255, .68);
  line-height: 1.6;
  margin: 0;
}

@media(max-width: 1100px) {
  .afkeurPremiumBox {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 800px) {
  .afkeurSteps {
    grid-template-columns: 1fr;
  }

  .afkeurPremiumBox {
    padding: 28px;
  }
}


/*CTA*/

.apkCtaSection {
  padding: 50px 0;

  background:
    radial-gradient(circle at 15% 50%, rgba(229, 9, 20, .18), transparent 34%),
    linear-gradient(180deg, #090909, #020202);
}

.apkCtaBox {
  position: relative;

  display: grid;
  grid-template-columns: 1.1fr .7fr;
  gap: 40px;

  padding: 55px;

  border-radius: 26px;

  background:
    radial-gradient(circle at top right, rgba(229, 9, 20, .18), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01));

  border: 1px solid rgba(229, 9, 20, .42);

  overflow: hidden;

  box-shadow:
    0 35px 100px rgba(0, 0, 0, .55),
    0 0 45px rgba(229, 9, 20, .10);
}

.apkCtaBox::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(90deg,
      rgba(229, 9, 20, .10),
      transparent 35%);

  pointer-events: none;
}

.apkCtaContent h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(56px, 5vw, 92px);
  line-height: .9;
  font-style: italic;

  margin: 0 0 22px;
}

.apkCtaContent p:not(.eyebrow) {
  max-width: 680px;

  color: rgba(255, 255, 255, .74);
  font-size: 18px;
  line-height: 1.75;

  margin-bottom: 28px;
}

.apkCtaFeatures {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;

  margin-bottom: 34px;
}

.apkCtaFeatures span {
  padding: 12px 18px;

  border-radius: 999px;

  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);

  font-size: 14px;
  font-weight: 800;
}

.apkCtaFeatures i {
  color: #e50914;
  margin-right: 8px;
}

.apkCtaButtons {
  display: flex;
  gap: 18px;
}

.apkCtaSide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.apkCtaStatus,
.apkCtaCard {
  display: flex;
  align-items: center;
  gap: 18px;

  padding: 22px;

  border-radius: 18px;

  background:
    linear-gradient(180deg, #141414, #080808);

  border: 1px solid rgba(255, 255, 255, .08);
}

.liveDot {
  width: 14px;
  height: 14px;

  border-radius: 50%;
  background: #00ff78;

  box-shadow:
    0 0 0 0 rgba(0, 255, 120, .7);

  animation: pulseDot 1.6s infinite;
}

@keyframes pulseDot {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 255, 120, .7);
  }

  70% {
    box-shadow: 0 0 0 16px rgba(0, 255, 120, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 255, 120, 0);
  }
}

.apkCtaStatus strong,
.apkCtaCard strong {
  display: block;
  font-size: 18px;
}

.apkCtaStatus small,
.apkCtaCard small {
  color: rgba(255, 255, 255, .58);
}

.apkCtaCard i {
  width: 62px;
  height: 62px;

  display: grid;
  place-items: center;

  border-radius: 18px;

  background: rgba(0, 0, 0, .65);
  border: 1px solid rgba(229, 9, 20, .35);

  color: #e50914;
  font-size: 24px;
}

@media(max-width: 1000px) {
  .apkCtaBox {
    grid-template-columns: 1fr;
    padding: 36px;
  }

  .apkCtaButtons {
    flex-direction: column;
  }
}

.faqPremiumSection {
  padding: 50px 0;

  background:
    radial-gradient(circle at 12% 20%, rgba(229, 9, 20, .10), transparent 32%),
    radial-gradient(circle at 85% 80%, rgba(229, 9, 20, .08), transparent 34%),
    #030303;
}

.faqPremiumGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.faqColumn {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faqCard {
  border-radius: 18px;

  background:
    radial-gradient(circle at top right, rgba(229, 9, 20, .12), transparent 36%),
    linear-gradient(180deg, #171717, #070707);

  border: 1px solid rgba(255, 255, 255, .08);

  overflow: hidden;

  transition: .25s ease;

  min-height: 112px;
}

.faqCard:hover {
  border-color: rgba(229, 9, 20, .55);
  box-shadow: 0 20px 50px rgba(229, 9, 20, .10);
}

.faqCard summary {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 18px;

  padding: 24px 26px;

  cursor: pointer;
  list-style: none;
}

.faqCard summary::-webkit-details-marker {
  display: none;
}

.faqCard summary span {
  font-family: "League Spartan", sans-serif;
  font-size: 22px;
  line-height: 1.25;
  max-width: 85%;
}

.faqCard summary i {
  color: #e50914;
  font-size: 18px;
  transition: .25s ease;
}

.faqCard[open] summary i {
  transform: rotate(45deg);
}

.faqContent {
  padding: 0 28px 28px;

  color: rgba(255, 255, 255, .72);
  line-height: 1.75;
  font-size: 17px;
}

@media(max-width: 900px) {
  .faqPremiumGrid {
    grid-template-columns: 1fr;
  }

  .faqCard summary span {
    font-size: 22px;
  }
}

.apkIconBox {
  width: 92px;
  height: 92px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 26px;

  background:
    radial-gradient(circle at top, rgba(229, 9, 20, .16), transparent 60%),
    linear-gradient(180deg, #121212, #050505);

  border: 1px solid rgba(229, 9, 20, .35);

  margin-bottom: 28px;

  transition: .3s ease;
}

.apkIconBox img {
  width: 42px;
  height: 42px;

  object-fit: contain;

  filter:
    brightness(0) saturate(100%) invert(14%) sepia(99%) saturate(7472%) hue-rotate(356deg) brightness(102%) contrast(118%);
}

.apkIconBox img.oilFilterIcon {
  width: 34px !important;
  height: 34px !important;
}

.oilFilterBox {
  width: 75px;
  height: 75px;
}

.apkCheckCard:hover .apkIconBox {
  transform: translateY(-4px);
  box-shadow: 0 0 24px rgba(229, 9, 20, .18);
}


/*----------------------------------------------------------Onderhoud-----------------------------------------------------------*/

.afkeurSteps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.afkeurStep {
  position: relative;
  min-height: auto;
  padding: 24px 26px 24px 92px;
  border-radius: 16px;

  background:
    radial-gradient(circle at top right, rgba(229, 9, 20, .14), transparent 38%),
    linear-gradient(180deg, #151515, #070707);

  border: 1px solid rgba(255, 255, 255, .08);

  transition: .28s ease;
}

.afkeurStep:hover {
  transform: translateX(8px);
  border-color: rgba(229, 9, 20, .65);
  box-shadow: 0 20px 55px rgba(229, 9, 20, .12);
}

.afkeurStep span {
  position: absolute;
  left: 26px;
  top: 26px;

  color: #e50914;
  font-size: 24px;
  font-weight: 900;
}

.afkeurStep i {
  display: none;
}

.afkeurStep h3 {
  font-family: "League Spartan", sans-serif;
  font-size: 26px;
  margin: 0 0 8px;
}

.afkeurStep p {
  color: rgba(255, 255, 255, .68);
  line-height: 1.55;
  margin: 0;
  font-size: 16px;
}

/* kleine of grote onderhoudsbeurt */

.maintenanceTypes {
  padding: 10px 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(229, 9, 20, .10), transparent 32%),
    #030303;
}

.softwarePartnerTitle {
  font-size: 50px;
}

.maintenanceCompare {
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 34px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.maintenanceTypeCard {
  position: relative;
  padding: 44px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(229, 9, 20, .14), transparent 36%),
    linear-gradient(180deg, #151515, #070707);
  border: 1px solid rgba(255, 255, 255, .08);
  transition: .3s ease;
}

.maintenancePlanBtn {
  white-space: nowrap;
}

.maintenanceTypeCard:hover {
  transform: translateY(-8px);
  border-color: rgba(229, 9, 20, .65);
  box-shadow: 0 24px 70px rgba(229, 9, 20, .12);
}

.featuredCard {
  border-color: rgba(229, 9, 20, .55);
}

.maintenanceBadge {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 24px;
  align-self: center;
}

.featuredBadge {
  background: rgba(229, 9, 20, .16);
  border-color: rgba(229, 9, 20, .45);
  color: #fff;
}

.maintenanceTypeCard h3 {
  font-family: "League Spartan", sans-serif;
  font-size: 42px;
  margin: 0 0 18px;
}

.maintenanceIntro {
  color: rgba(255, 255, 255, .70);
  line-height: 1.7;
  margin: 0 0 30px;
}

.maintenanceList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 15px;
}

.maintenanceList li {
  display: flex;
  gap: 12px;
  line-height: 1.5;
  font-weight: 800;
}

.maintenanceList i {
  color: #e50914;
  margin-top: 3px;
}

.maintenanceBottomBadges {
  margin-top: 34px;
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.bottomBadge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  border-radius: 14px;
  background: linear-gradient(180deg, #141414, #070707);
  border: 1px solid rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .78);
  font-weight: 900;
}

.bottomBadge i {
  color: #e50914;
}

@media(max-width: 900px) {
  .maintenanceCompare {
    grid-template-columns: 1fr;
  }

  .maintenanceTypeCard h3 {
    font-size: 34px;
  }
}

/* onderhoudsbeurt kaarten */
.maintenanceTypeCard {
  display: flex;
  flex-direction: column;
}

.maintenanceList {
  list-style: none;
  padding: 0;
  margin: 0 0 34px;
  display: grid;
  gap: 15px;
}

.maintenancePlanBtn {
  margin-top: auto;
  align-self: center;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 58px;
  padding: 0 28px;
  border-radius: 8px;

  background: linear-gradient(135deg, #e50914, #ff1b25);
  border: 1px solid #ff2d35;

  color: #fff;
  font-weight: 900;
  text-transform: uppercase;

  box-shadow: 0 16px 38px rgba(229, 9, 20, .24);
  transition: .25s ease;
}

/* remblokken */

.brakeTestSection {
  padding: 50px 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(229, 9, 20, .12), transparent 34%),
    #030303;
}

.brakeTestGrid {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  gap: 60px;
  align-items: flex-start;
}

.brakeTestText h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(50px, 4.5vw, 82px);
  line-height: .92;
  font-style: italic;
  margin: 0 0 26px;
}

.headingLine.left {
  margin: 0 0 34px;
}

.brakeTestText p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.75;
  font-size: 18px;
  margin-bottom: 18px;
  max-width: 720px;
}

.brakeTestText .btn {
  margin-top: 30px;
  min-width: 240px;
}

.brakeTestCards {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 340px;
  margin-left: auto;
  align-self: flex-start;
}

.brakeTestCard {
  padding: 28px 30px;
  border-radius: 20px;

  background:
    radial-gradient(circle at top right, rgba(229, 9, 20, .14), transparent 40%),
    linear-gradient(180deg, #141414, #070707);

  border: 1px solid rgba(255, 255, 255, .08);

  min-height: 185px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;

  transition: .3s ease;
}

.brakeTestCard:hover {
  transform: translateX(8px);
  border-color: rgba(229, 9, 20, .65);
  box-shadow: 0 20px 55px rgba(229, 9, 20, .12);
}

.brakeTestCard span {
  display: block;
  margin: 0 0 12px;

  font-size: 15px;
  font-weight: 900;
  letter-spacing: .12em;
  color: #ff1b25;
}

.brakeTestCard h3 {
  font-family: "League Spartan", sans-serif;
  font-size: 28px;
  line-height: 1.05;
  margin: 0 0 12px;
}

.brakeTestCard p {
  color: rgba(255, 255, 255, .68);
  line-height: 1.6;
  margin: 0;
}

@media(max-width:768px) {

  .brakeTestText h2 {
    font-size: 42px;
    line-height: 1;
  }

  .brakeTestCards {
    max-width: 100%;
  }

  .brakeSymptomsGrid {
    grid-template-columns: 1fr;
  }
}

@media(max-width: 950px) {
  .brakeTestGrid {
    grid-template-columns: 1fr;
  }

  .brakeTestCards {
    max-width: none;
    margin-left: 0;
  }
}

/* premium tekst */

.premiumHeading {
  max-width: 1100px;
}

.premiumHeading p {
  margin: 0 0 24px;

  color: #d8d8d8;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .35em;
  text-transform: uppercase;
}

.premiumHeading h2 {
  margin: 0;

  font-family: "Cormorant Garamond", serif;
  font-size: clamp(54px, 5.5vw, 96px);
  line-height: .92;
  font-style: italic;
  font-weight: 700;
}

.premiumHeading span {
  display: block;

  width: min(760px, 100%);
  height: 4px;

  margin-top: 34px;

  background: linear-gradient(90deg, #ff1b25, #e50914);
  box-shadow: 0 0 26px rgba(229, 9, 20, .42);
}

.brakeSymptomsSection {
  padding: 50px 0;

  background:
    radial-gradient(circle at 20% 10%, rgba(229, 9, 20, .10), transparent 30%),
    #030303;
}

.sectionIntro {
  max-width: 760px;

  margin: 34px 0 60px;

  color: rgba(255, 255, 255, .72);
  line-height: 1.75;
  font-size: 18px;
}

.brakeSymptomsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.brakeSymptomCard {
  position: relative;

  padding: 42px 34px 34px;

  border-radius: 22px;

  background:
    radial-gradient(circle at top right, rgba(229, 9, 20, .12), transparent 38%),
    linear-gradient(180deg, #141414, #070707);

  border: 1px solid rgba(255, 255, 255, .08);

  overflow: hidden;

  transition: .3s ease;
}



.brakeSymptomCard:hover {
  transform: translateY(-8px);

  border-color: rgba(229, 9, 20, .6);

  box-shadow: 0 24px 70px rgba(229, 9, 20, .12);
}

.brakeSymptomCard h3 {
  margin: 0 0 16px;

  font-family: "League Spartan", sans-serif;
  font-size: 34px;
  line-height: 1.05;
}

.brakeSymptomCard p {
  margin: 0;

  color: rgba(255, 255, 255, .68);
  line-height: 1.7;
  font-size: 17px;
}

@media(max-width: 1050px) {
  .brakeSymptomsGrid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 700px) {
  .brakeSymptomsGrid {
    grid-template-columns: 1fr;
  }

  .brakeSymptomCard h3 {
    font-size: 28px;
  }
}

/*airco pagine*/
.aircoEquipmentPremium {
  padding: 120px 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(229, 9, 20, .10), transparent 34%),
    #030303;
}

.aircoEquipmentGrid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  align-items: center;
}

.aircoEquipmentContent {
  max-width: 720px;
}

.aircoEquipmentVisual {
  position: relative;
}

.aircoEquipmentImage {
  width: 100%;
  height: 610px;
  object-fit: cover;
  object-position: center;
  border-radius: 34px;
  border: 1px solid rgba(229, 9, 20, .40);
  box-shadow:
    0 35px 90px rgba(0, 0, 0, .65),
    0 0 60px rgba(229, 9, 20, .10);
  filter:
    brightness(1) contrast(1.05) saturate(1.02);
}

@media(max-width: 980px) {
  .aircoEquipmentGrid {
    grid-template-columns: 1fr;
  }

  .aircoEquipmentImage {
    height: 520px;
  }
}

/* BANDEN BESTELLEN */

.tireOrderSection {
  padding: 80px 0 110px;
  background:
    radial-gradient(circle at 80% 20%, rgba(229, 9, 20, .10), transparent 34%),
    #030303;
}

.tireOrderBox {
  margin-top: 42px;
  padding: 34px;
  border-radius: 24px;

  background:
    radial-gradient(circle at top right, rgba(229, 9, 20, .12), transparent 35%),
    linear-gradient(180deg, #141414, #080808);

  border: 1px solid rgba(229, 9, 20, .35);

  box-shadow:
    0 28px 80px rgba(0, 0, 0, .45),
    0 0 40px rgba(229, 9, 20, .08);
}

.tireOrderBtn {
  margin-top: 30px;
}

/* =========================================================
   APK2GO FINAL FIXES - HERO, OPENCARD, RESPONSIVE, MOBILE MENU
   Plaatsing: dit blok hoort helemaal onderaan de CSS.
   ========================================================= */

/* Algemene layout bescherming */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

/* Header stabiel */
.header {
  z-index: 999;
}

.nav {
  min-height: 104px;
}

.logo img {
  max-height: 150px;
}

/* Desktop menu blijft strak gelijk verdeeld */
.menu {
  display: flex;
  align-items: center;
  gap: clamp(28px, 3vw, 52px);
}

.navDropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.navDropdown>a {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* HOME HERO: normale grid, geen absolute hacks */
.hero {
  min-height: 680px;
  display: flex;
  align-items: center;
}

.heroGrid {
  position: relative;
  z-index: 5;
  width: min(1500px, 92%);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  column-gap: clamp(36px, 5vw, 76px);
  align-items: center;
  padding: 70px 0;
}

.heroText {
  width: 100%;
  max-width: 980px;
  min-width: 0;
  overflow: visible;
}

.hero h1 {
  font-size: clamp(54px, 5.2vw, 96px);
  line-height: .90;
  max-width: 980px;
}

.hero h1 span {
  max-width: 100%;
}

.redLine {
  width: min(760px, 100%);
}

.lead {
  max-width: 820px;
}

.heroUsps {
  flex-wrap: wrap;
}

/* Open card voor homepage en subpagina's */
.openCard {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  width: 360px !important;
  max-width: 100% !important;
  justify-self: end;
  align-self: center;
  z-index: 5;
}

.openCard h3 {
  font-size: clamp(28px, 2.2vw, 34px);
}

.openCard strong {
  font-size: clamp(34px, 3.4vw, 46px);
  line-height: 1;
}

/* SUBPAGINA HERO'S */
.serviceHero {
  min-height: 600px;
  display: flex;
  align-items: center;
}

.serviceHeroGrid {
  position: relative;
  z-index: 5;
  width: min(1500px, 92%);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  column-gap: clamp(36px, 5vw, 76px);
  align-items: center;
  padding: 80px 0;
}

.serviceHeroInner {
  max-width: 980px;
  min-width: 0;
  padding: 0;
}

.serviceHero h1 {
  font-size: clamp(54px, 5.2vw, 96px);
  line-height: .9;
}

.serviceLead {
  max-width: 820px;
}

.serviceOpenCard {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  justify-self: end;
  align-self: center;
}

/* Premium headings: standaard links, centered alleen wanneer parent center is */
.premiumHeading {
  max-width: 1100px;
}

.sectionHeading.center,
.sectionHead.center {
  text-align: center;
}

.sectionHead.center small,
.sectionHeading.center .sectionText {
  margin-left: auto;
  margin-right: auto;
}

/* Knoppen/formulier bescherming */
.btn,
.navBtn,
.serviceDropdownBtn,
input,
select,
textarea {
  max-width: 100%;
}

/* Mobile menu */
.mobileMenuBtn {
  display: none;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(229, 9, 20, .55);
  background:
    radial-gradient(circle at top right, rgba(229, 9, 20, .18), transparent 45%),
    linear-gradient(180deg, #141414, #050505);
  border-radius: 10px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  box-shadow: 0 12px 30px rgba(229, 9, 20, .12);
}

.mobileMenuBtn span {
  width: 25px;
  height: 2px;
  display: block;
  background: #fff;
  border-radius: 999px;
}

.mobileMenuOverlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, .84);
  opacity: 0;
  pointer-events: none;
  transition: .25s ease;
}

.mobileMenuOverlay.show {
  opacity: 1;
  pointer-events: auto;
}

.mobileMenuPanel {
  margin-left: auto;
  width: min(390px, 88vw);
  height: 100%;
  padding: 30px;
  background:
    radial-gradient(circle at top right, rgba(229, 9, 20, .14), transparent 42%),
    linear-gradient(180deg, #151515, #050505);
  border-left: 1px solid rgba(229, 9, 20, .48);
  box-shadow: -30px 0 80px rgba(0, 0, 0, .55);
  transform: translateX(100%);
  transition: .25s ease;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow-y: auto;
}

.mobileMenuOverlay.show .mobileMenuPanel {
  transform: translateX(0);
}

.mobileMenuPanel a {
  display: block;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.mobileMenuPanel a:hover,
.mobileMenuPanel a.active {
  color: #e50914;
}

.mobileMenuClose {
  align-self: flex-end;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  background: #080808;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.mobileMenuCta {
  margin-top: 12px;
  padding: 18px !important;
  text-align: center;
  background: linear-gradient(135deg, #e50914, #ff1b25);
  border: 1px solid #ff2d35;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(229, 9, 20, .24);
}

body.menuOpen {
  overflow: hidden;
}

/* Laptop / kleine desktop */
@media (max-width: 1250px) {
  .nav {
    gap: 24px;
  }

  .menu {
    gap: 28px;
  }

  .menu a {
    font-size: 15px;
  }

  .navBtn {
    min-height: 58px;
    padding: 0 24px;
    font-size: 15px;
  }

  .heroGrid,
  .serviceHeroGrid {
    grid-template-columns: minmax(0, 1fr) 340px;
  }

  .openCard {
    width: 340px !important;
  }
}

/* Tablet: mobile menu aan, hero onder elkaar */
@media (max-width: 1040px) {

  .menu,
  .navBtn {
    display: none !important;
  }

  .mobileMenuBtn {
    display: flex;
  }

  .nav {
    height: 88px;
    min-height: 88px;
  }

  .logo img {
    height: 92px;
  }

  .hero,
  .serviceHero {
    min-height: auto;
  }

  .heroGrid,
  .serviceHeroGrid {
    grid-template-columns: 1fr;
    padding: 72px 0 56px;
  }

  .openCard,
  .serviceOpenCard {
    justify-self: start;
    width: min(420px, 100%) !important;
    margin-top: 36px;
  }

  .about,
  .afspraakGrid,
  .aircoEquipmentGrid,
  .brakeTestGrid {
    grid-template-columns: 1fr !important;
  }
}

/* Mobiel */
@media (max-width: 700px) {

  .container,
  .heroGrid,
  .serviceHeroGrid {
    width: min(100% - 32px, 1180px);
  }

  .nav {
    height: 78px;
    min-height: 78px;
  }

  .logo img {
    height: 72px;
  }

  .mobileMenuBtn {
    width: 48px;
    height: 48px;
  }

  .heroGrid,
  .serviceHeroGrid {
    padding: 54px 0 44px;
  }

  .hero h1,
  .serviceHero h1 {
    font-size: clamp(40px, 12vw, 58px);
    line-height: .94;
    padding-right: 28px;
  }

  .hero h1 span,
  .serviceHero h1 span {
    white-space: normal;
    padding-right: 28px;
  }

  .lead,
  .serviceLead {
    font-size: 17px;
    line-height: 1.55;
  }

  .redLine {
    width: 100%;
    margin: 26px 0 22px;
  }

  .heroUsps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 26px 0;
  }

  .heroActions,
  .serviceHeroActions,
  .apkCtaButtons,
  .diensten {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .heroActions .btn,
  .serviceHeroActions .btn,
  .apkCtaButtons .btn,
  .diensten .btn {
    width: 100%;
    min-width: 0;
  }

  .openCard,
  .serviceOpenCard {
    width: 100% !important;
    margin-top: 28px;
    padding: 22px;
  }

  .openCard strong {
    font-size: 34px;
  }

  .section,
  .apkChecks,
  .maintenanceTypes,
  .brakeSymptomsSection,
  .faqPremiumSection,
  .apkCtaSection,
  .aircoEquipmentPremium,
  .tireOrderSection {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .premiumHeading h2,
  .sectionHeading.center h2,
  .sectionHead h2,
  .aboutText h2,
  .reviewIntro h2,
  .afspraakGrid h2 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .premiumHeading p,
  .sectionHead p,
  .eyebrow {
    font-size: 13px;
    letter-spacing: .20em;
  }

  .headingLine,
  .premiumHeading span {
    width: 100%;
  }

  .sectionIntro,
  .sectionText {
    font-size: 16px;
  }

  .services,
  .quickCards,
  .apkChecksGrid,
  .maintenanceCompare,
  .brakeSymptomsGrid,
  .faqPremiumGrid,
  .reviewCards,
  .formGrid,
  .footerGrid,
  .whyGrid,
  .tireSizeGrid {
    grid-template-columns: 1fr !important;
  }

  .tireSizeBox {
    grid-column: 1 / -1;
  }

  .appointmentButtons {
    grid-template-columns: 1fr !important;
  }

  .appointmentButtons .btn {
    white-space: normal;
  }

  .footerLogo img {
    height: 130px;
  }

  .hourRow {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

/* Kleine mobiel */
@media (max-width: 420px) {
  .mobileMenuPanel {
    width: 92vw;
    padding: 24px;
  }

  .btn,
  .navBtn {
    min-height: 58px;
    padding: 0 22px;
    font-size: 14px;
  }

  .hero h1,
  .serviceHero h1 {
    font-size: 38px;
  }

  .plateBox input {
    width: 190px;
  }
}

.workshopShowcase,
.equipmentSection {
  padding: 50px 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(229, 9, 20, .12), transparent 34%),
    #030303;
}

.workshopGrid,
.equipmentGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.equipmentGrid.reverse {
  direction: rtl;
}

.equipmentGrid.reverse>* {
  direction: ltr;
}

.workshopText h2,
.equipmentText h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(44px, 4vw, 76px);
  line-height: .95;
  font-style: italic;
  margin: 0 0 24px;
}

.workshopText p:not(.eyebrow),
.equipmentText p:not(.eyebrow) {
  color: rgba(255, 255, 255, .72);
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 30px;
}

.workshopImage,
.equipmentImage {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(229, 9, 20, .45);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .45);
}

.workshopImage img,
.equipmentImage img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  filter: brightness(.82) contrast(1.08) saturate(.95);
}

@media(max-width: 900px) {

  .workshopGrid,
  .equipmentGrid {
    grid-template-columns: 1fr;
  }

  .equipmentGrid.reverse {
    direction: ltr;
  }

  .workshopImage img,
  .equipmentImage img {
    height: 360px;
  }
}

.remmenActionBlock {
  margin-top: 46px;
  display: flex;
  align-items: flex-start;
  gap: 60px;
  flex-wrap: wrap;
}

.remmenBtn {
  transform: translateY(162px);
}

.remmenVisualLarge {
  width: 100%;
  max-width: 520px;
  height: 260px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(229, 9, 20, .4);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, .45),
    0 0 30px rgba(229, 9, 20, .12);
}

.remmenVisualLarge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media(max-width: 900px) {
  .remmenActionBlock {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 34px;
  }

  .remmenBtn {
    transform: none !important;
    width: 100%;
    margin: 0;
    order: 2;
  }

  .remmenVisualLarge {
    order: 1;
    width: 100%;
    max-width: 100%;
    height: 240px;
    margin: 0;
  }

  .remmenVisualLarge img {
    object-fit: cover;
  }
}

.maintenanceWorkshopImage {
  margin-top: 54px;
}

.maintenanceWorkshopImage img {
  width: 100%;
  height: 620px;

  object-fit: cover;

  border-radius: 34px;

  border: 1px solid rgba(229, 9, 20, .3);

  box-shadow:
    0 25px 70px rgba(0, 0, 0, .5),
    0 0 40px rgba(229, 9, 20, .1);
}

@media(max-width: 980px) {

  .maintenanceWorkshopImage img {
    height: 340px;
  }

}

.footerTrustBadges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.trustBadge {
  display: flex;
  align-items: center;
  gap: 10px;

  padding: 12px 18px;

  border: 1px solid rgba(255, 255, 255, 0.08);

  background:
    linear-gradient(135deg,
      rgba(255, 0, 0, 0.12),
      rgba(0, 0, 0, 0.95));

  border-radius: 14px;

  color: #fff;

  font-weight: 700;
  font-size: 14px;
}

.trustBadge img {
  width: 42px;
  height: auto;
  object-fit: contain;
}

.trustBadge i {
  color: #ff1a1a;
  font-size: 18px;
}

.trustBadge{
    transition: 0.3s ease;
}

.trustBadge:hover{
    transform: translateY(-3px);
    border-color: rgba(255,0,0,0.4);

    box-shadow:
    0 0 18px rgba(255,0,0,0.18);
}