/* FAQ — LICHTE STRAKKE KAARTEN */
.sv-model-page .sv-model-faq{background:#fff;color:#000}
.sv-model-page .sv-model-faq .sv-model-section-head__eyebrow{color:rgba(0,0,0,.46)}
.sv-model-page .sv-model-faq .sv-model-section-head h2{color:#000}
.sv-model-page .sv-model-faq .sv-model-section-head__intro{color:rgba(0,0,0,.62)}
.sv-model-page .sv-model-faq__list{gap:10px}
.sv-model-page .sv-model-faq-item{border:1px solid #dededb;border-radius:4px;background:#f6f6f4;transition:background-color .2s ease,border-color .2s ease}
.sv-model-page .sv-model-faq-item:hover,.sv-model-page .sv-model-faq-item[open]{border-color:#c8c8c4;background:#fff}
.sv-model-page .sv-model-faq-item summary{min-height:74px;padding:20px 24px}
.sv-model-page .sv-model-faq-item__question{color:#000;font-size:clamp(18px,1.15vw,23px);font-weight:600;letter-spacing:-.025em}
.sv-model-page .sv-model-faq-item__plus{display:grid;place-items:center;width:34px;height:34px;border:1px solid #d0d0cc;border-radius:50%;color:#000;font-size:22px}
.sv-model-page .sv-model-faq-item[open] .sv-model-faq-item__plus{color:#000;border-color:#000}
.sv-model-page .sv-model-faq-item__answer{padding:0 24px 24px;color:rgba(0,0,0,.64);font-size:16px;line-height:1.7}
@media(max-width:700px){.sv-model-page .sv-model-faq-item summary{min-height:66px;padding:17px 18px}.sv-model-page .sv-model-faq-item__answer{padding:0 18px 20px}}

/* ============================================================
   SERVA MODEL PAGE — V1 CROSS COUNTRY BASE
   VOLLEDIGE VERVANGING VAN serva-page-model.css

   Gebaseerd op de oorspronkelijke EX60 Cross Country pagina.
   Eén stylesheet voor alle Volvo-modelpagina's.

   Algemene font-family blijft uit serva-standard.css komen.
   ============================================================ */


/* ============================================================
   00. BASIS
   ============================================================ */

.sv-model-page {
  --sv-model-black: #000;
  --sv-model-white: #fff;
  --sv-model-light: #f5f5f5;
  --sv-model-soft: #eeeeee;

  width: 100%;

/* 10B. HET SERVA GEVOEL — LICHTE TEAMCOMPOSITIE */
.sv-model-serva {
  padding: clamp(76px, 8vw, 118px) 0;
  background: #f2f2f0;
  color: #000;
}

.sv-model-serva .sv-model-section-head {
  max-width: 820px;
  margin-bottom: clamp(42px, 5vw, 70px);
}

.sv-model-serva .sv-model-section-head__eyebrow {
  color: rgba(0,0,0,.48);
}

.sv-model-serva .sv-model-section-head h2 {
  color: #000;
}

.sv-model-serva .sv-model-section-head__intro {
  color: rgba(0,0,0,.62);
}

.sv-model-serva-story {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(340px, .72fr);
  gap: clamp(32px, 4.6vw, 76px);
  align-items: center;
}

.sv-model-serva-story__visuals {
  position: relative;
  min-height: clamp(560px, 53vw, 760px);
  padding: 0 clamp(60px, 8vw, 126px) clamp(58px, 6vw, 90px) 0;
}

.sv-model-serva-story__image {
  margin: 0;
  overflow: hidden;
  background: #dededb;
}

.sv-model-serva-story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sv-model-serva-story__image--main {
  height: 100%;
  min-height: clamp(500px, 48vw, 690px);
  border-radius: 4px;
}

.sv-model-serva-story__image--main img {
  object-position: center;
}

.sv-model-serva-story__image--accent {
  position: absolute;
  right: 0;
  bottom: 0;
  width: clamp(230px, 31vw, 410px);
  aspect-ratio: 4 / 3;
  border: 12px solid #f2f2f0;
  border-radius: 3px;
  box-shadow: 0 24px 58px rgba(0,0,0,.16);
}

.sv-model-serva-story__image--accent img {
  object-position: center;
}

.sv-model-serva-story__place {
  position: absolute;
  left: 22px;
  bottom: 22px;
  padding: 10px 14px;
  background: #fff;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.sv-model-serva-story__content {
  padding: clamp(30px, 4vw, 58px);
  background: #fff;
  box-shadow: 0 18px 55px rgba(0,0,0,.07);
}

.sv-model-serva-story__label {
  display: block;
  margin-bottom: 18px;
  color: rgba(0,0,0,.46);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.sv-model-serva-story__content h3 {
  margin: 0;
  color: #000;
  font-size: clamp(42px, 4.2vw, 72px);
  line-height: .98;
  letter-spacing: -.055em;
}

.sv-model-serva-story__lead {
  margin: 24px 0 0;
  color: rgba(0,0,0,.68);
  font-size: clamp(18px, 1.45vw, 22px);
  line-height: 1.6;
}

.sv-model-serva-story__values {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 26px;
  margin-top: 34px;
  border-top: 1px solid rgba(0,0,0,.12);
}

.sv-model-serva-story__values > div {
  padding: 22px 0;
  border-bottom: 1px solid rgba(0,0,0,.12);
}

.sv-model-serva-story__values strong,
.sv-model-serva-story__values span {
  display: block;
}

.sv-model-serva-story__values strong {
  color: #000;
  font-size: 16px;
  line-height: 1.3;
}

.sv-model-serva-story__values span {
  margin-top: 7px;
  color: rgba(0,0,0,.56);
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1180px) {
  .sv-model-serva-story {
    grid-template-columns: 1fr;
  }

  .sv-model-serva-story__content {
    max-width: 760px;
    margin: -76px 32px 0 auto;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 700px) {
  .sv-model-serva-story__visuals {
    min-height: 0;
    padding: 0 0 74px;
  }

  .sv-model-serva-story__image--main {
    min-height: 430px;
  }

  .sv-model-serva-story__image--accent {
    width: 62%;
    border-width: 8px;
  }

  .sv-model-serva-story__place {
    left: 12px;
    bottom: 18px;
  }

  .sv-model-serva-story__content {
    margin: 0;
    padding: 30px 24px;
  }

  .sv-model-serva-story__values {
    grid-template-columns: 1fr;
  }
}



  margin: 0;
  padding: 0;

  color: #000;
  background: #fff;

  overflow-x: clip;
}

.sv-model-page,
.sv-model-page *,
.sv-model-page *::before,
.sv-model-page *::after {
  box-sizing: border-box;
}

.sv-model-page img {
  display: block;
  max-width: 100%;
}

.sv-model-page button,
.sv-model-page input,
.sv-model-page select,
.sv-model-page textarea {
  font: inherit;
}

.sv-model-page article,
.sv-model-page section,
.sv-model-page header,
.sv-model-page nav,
.sv-model-page div {
  min-width: 0;
}

.sv-model-page article {
  margin: 0;
}


/* ============================================================
   01. FULL BLEED + CONTAINER

   Exact volgens oude:
   max-width 1680 / 1720
   desktop gutter 56px
   mobiel 24px
   ============================================================ */

.sv-model-fullbleed {
  position: relative;

  left: 50%;

  width: 100vw;
  max-width: 100vw;

  margin-left: -50vw;

  overflow: hidden;
}

.sv-model-container {
  width: 100%;
  max-width: 1680px;

  margin-left: auto;
  margin-right: auto;

  padding-left: 56px;
  padding-right: 56px;
}


/* ============================================================
   02. ALGEMENE SECTIE HEADER
   ============================================================ */

.sv-model-section {
  position: relative;
}

.sv-model-section-head {
  width: 100%;
  max-width: 1120px;

  margin-left: auto;
  margin-right: auto;

  text-align: center;
}

.sv-model-section-head__eyebrow {
  display: block;

  margin: 0;

  font-size: 12px;
  font-weight: 700;

  letter-spacing: .45em;
  text-transform: uppercase;

  color: rgba(0,0,0,.45);
}

.sv-model-section-head h2 {
  margin: 22px 0 0;

  font-size: clamp(48px, 3.4vw, 72px);
  line-height: 1;

  letter-spacing: -.04em;
  font-weight: 700;
}

.sv-model-section-head__intro {
  width: 100%;
  max-width: 900px;

  margin: 26px auto 0;

  font-size: clamp(20px, 1.15vw, 24px);
  line-height: 1.65;

  color: rgba(0,0,0,.62);
}


/* ============================================================
   03. MODEL NAVIGATIE
   ============================================================ */

.sv-model-nav {
  position: sticky;

  top: var(--sv-header-offset, 0px);

  z-index: 50;

  width: 100%;

  border-bottom: 1px solid rgba(255,255,255,.10);

  background: rgba(0,0,0,.70);
  color: #fff;

  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.sv-model-nav__inner {
  min-height: 64px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 32px;
}

.sv-model-nav__brand {
  flex: 0 0 auto;

  color: #fff;

  font-size: 14px;
  font-weight: 600;

  text-decoration: none;
}

.sv-model-nav__links {
  display: flex;
  align-items: center;

  gap: 32px;

  margin-left: auto;
}

.sv-model-nav__links a {
  color: rgba(255,255,255,.80);

  font-size: 14px;

  text-decoration: none;

  transition: color .2s ease;
}

.sv-model-nav__links a:hover {
  color: #fff;
}


/* ============================================================
   04. MODEL HERO — EX60
   Tekst links / auto rechts

   - Witte achtergrond
   - Auto rechts, bewust richting midden geplaatst
   - VOLVO + tekst optisch uitgelijnd t.o.v. EX60
   - Geen hero-buttons
   ============================================================ */


/* ============================================================
   04A. HERO BASIS
   ============================================================ */

.sv-model-hero {
  position: relative;

  width: 100%;
  min-height: 590px;

  background: #fff;
  color: #000;

  overflow: hidden;
}


/* ============================================================
   04B. HERO INNER
   ============================================================ */

.sv-model-hero__inner {
  min-height: 590px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: clamp(34px, 4vw, 70px);

  padding-top: 50px;
  padding-bottom: 50px;
}


/* ============================================================
   04C. CONTENT LINKS
   ============================================================ */

.sv-model-hero__content {
  flex: 0 0 48%;

  width: 48%;
  max-width: 760px;

  text-align: left;
}


/* ============================================================
   04D. EYEBROW — VOLVO

   Optische correctie:
   EX60 heeft door de vorm van de E visueel extra witruimte links.
   Daarom beginnen VOLVO en de teksten 8px verder naar rechts.
   ============================================================ */

.sv-model-hero__eyebrow {
  display: block;

  width: auto;

  margin: 0 0 20px;
  padding: 0;

  transform: translateX(8px);

  background: transparent;
  color: rgba(0, 0, 0, .46);

  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;

  letter-spacing: .42em;
  text-transform: uppercase;
}


/* ============================================================
   04E. MODELNAAM — EX60
   ============================================================ */

.sv-model-hero h1,
.sv-model-hero .sv-display {
  width: 100%;

  margin: 0;

  color: #000;

  text-align: left;

  font-size: clamp(72px, 6vw, 118px);
  font-weight: 600;

  line-height: .92;

  letter-spacing: -.055em;
}


/* ============================================================
   04F. SUBTITEL
   Zelfde optische startlijn als VOLVO
   ============================================================ */

.sv-model-hero__subtitle {
  width: calc(100% - 8px);
  max-width: 700px;

  margin: 26px 0 0;

  transform: translateX(8px);

  color: #000;

  font-size: clamp(27px, 2vw, 38px);
  font-weight: 600;

  line-height: 1.15;

  letter-spacing: -.025em;

  text-align: left;
}


/* ============================================================
   04G. INTRO
   Zelfde optische startlijn als VOLVO
   ============================================================ */

.sv-model-hero__intro {
  width: calc(100% - 8px);
  max-width: 700px;

  margin: 24px 0 0;

  transform: translateX(8px);

  color: rgba(0, 0, 0, .60);

  font-size: clamp(18px, 1.05vw, 21px);

  line-height: 1.65;

  text-align: left;
}


/* ============================================================
   04H. AUTO RECHTS
   Zelfde grootte, verder naar links
   ============================================================ */

.sv-model-hero__media {
  position: relative;

  flex: 0 0 52%;

  width: 52%;
  min-width: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  /*
   * Bewust richting midden geplaatst.
   * Grootte van auto blijft hetzelfde.
   */
  transform: translateX(-115px);
}


/* ============================================================
   04I. SUBTIELE SCHADUW ONDER AUTO
   ============================================================ */

.sv-model-hero__media::after {
  content: "";

  position: absolute;

  left: 50%;
  bottom: 4%;

  width: 80%;
  height: 12%;

  transform: translateX(-50%);

  border-radius: 50%;

  background:
    radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, .11) 0%,
      rgba(0, 0, 0, .045) 46%,
      rgba(0, 0, 0, 0) 74%
    );

  filter: blur(10px);

  pointer-events: none;
}


/* ============================================================
   04J. AUTO
   ============================================================ */

.sv-model-hero__media img {
  position: relative;

  z-index: 1;

  width: 110%;
  max-width: 960px;
  height: auto;

  object-fit: contain;

  filter:
    drop-shadow(
      0 24px 24px rgba(0, 0, 0, .08)
    );
}


/* ============================================================
   04K. TABLET / KLEIN DESKTOP
   ============================================================ */

@media (max-width: 1100px) {

  .sv-model-hero {
    min-height: 570px;
  }

  .sv-model-hero__inner {
    min-height: 570px;

    gap: 28px;

    padding-top: 46px;
    padding-bottom: 46px;
  }

  .sv-model-hero__content {
    flex-basis: 49%;

    width: 49%;
  }

  .sv-model-hero__media {
    flex-basis: 51%;

    width: 51%;

    transform: translateX(-58px);
  }

  .sv-model-hero h1,
  .sv-model-hero .sv-display {
    font-size: clamp(66px, 8vw, 94px);
  }

  .sv-model-hero__subtitle {
    font-size: clamp(25px, 2.6vw, 32px);
  }

  .sv-model-hero__intro {
    max-width: 620px;

    font-size: 18px;
  }

}


/* ============================================================
   04L. MOBIEL
   ============================================================ */

@media (max-width: 768px) {

  .sv-model-hero {
    min-height: 0;
  }

  .sv-model-hero__inner {
    min-height: 0;

    flex-direction: column;
    align-items: stretch;

    gap: 38px;

    padding-top: 48px;
    padding-bottom: 38px;
  }


  /* ------------------------------------------------------------
     CONTENT
     ------------------------------------------------------------ */

  .sv-model-hero__content {
    flex: none;

    width: 100%;
    max-width: none;
  }


  /* ------------------------------------------------------------
     VOLVO
     ------------------------------------------------------------ */

  .sv-model-hero__eyebrow {
    margin-bottom: 18px;

    transform: translateX(6px);
  }


  /* ------------------------------------------------------------
     EX60
     ------------------------------------------------------------ */

  .sv-model-hero h1,
  .sv-model-hero .sv-display {
    font-size: clamp(60px, 18vw, 86px);
  }


  /* ------------------------------------------------------------
     SUBTITEL
     ------------------------------------------------------------ */

  .sv-model-hero__subtitle {
    width: calc(100% - 6px);

    margin-top: 22px;

    transform: translateX(6px);

    font-size: clamp(24px, 7vw, 31px);
  }


  /* ------------------------------------------------------------
     INTRO
     ------------------------------------------------------------ */

  .sv-model-hero__intro {
    width: calc(100% - 6px);
    max-width: 100%;

    margin-top: 20px;

    transform: translateX(6px);

    font-size: 17px;

    line-height: 1.6;
  }


  /* ------------------------------------------------------------
     AUTO
     ------------------------------------------------------------ */

  .sv-model-hero__media {
    flex: none;

    width: 100%;

    transform: none;
  }

  .sv-model-hero__media img {
    width: min(108%, 680px);
    max-width: 680px;
  }

}


/* ============================================================
   04M. KLEINE MOBIEL
   ============================================================ */

@media (max-width: 520px) {

  .sv-model-hero__inner {
    gap: 30px;

    padding-top: 42px;
    padding-bottom: 30px;
  }

  .sv-model-hero__eyebrow {
    transform: translateX(5px);
  }

  .sv-model-hero__subtitle,
  .sv-model-hero__intro {
    width: calc(100% - 5px);

    transform: translateX(5px);
  }

  .sv-model-hero__media {
    width: calc(100% + 20px);

    margin-left: -10px;
  }

}
/* ============================================================
   05. EX60 SPECIFICATIES — DEFINITIEF

   Desktop:
   [ 810 km ]   [      FOTO      ]   [ 19 min ]
   [ 680 pk ]   [      FOTO      ]   [ 2.400 kg ]

   - Middenfoto: 560px
   - Iedere speckaart: exact 271px
   - 18px tussenruimte
   - Geen kaart kan meer inklappen
   - Units klein, lichtgrijs en onderaan uitgelijnd
   ============================================================ */


/* ============================================================
   05A. SECTIE
   ============================================================ */

.sv-model-page .sv-model-specs {
  position: relative;

  padding: clamp(78px, 7vw, 108px) 0;

  background: #f3f3f1;
  color: #000;
}


/* ============================================================
   05B. HEADER
   ============================================================ */

.sv-model-page .sv-model-specs .sv-model-section-head {
  width: min(100%, 900px);

  margin: 0 auto clamp(46px, 4.5vw, 64px);

  text-align: center;
}

.sv-model-page .sv-model-specs .sv-model-section-head__eyebrow {
  color: rgba(0,0,0,.42);
}

.sv-model-page .sv-model-specs .sv-model-section-head h2 {
  color: #000;
}

.sv-model-page .sv-model-specs .sv-model-section-head__intro {
  max-width: 720px;

  color: rgba(0,0,0,.58);
}


/* ============================================================
   05C. HOOFDLAYOUT
   ============================================================ */

.sv-model-page .sv-model-specs__layout {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;

  width: 100%;

  gap: 18px;
}


/* ============================================================
   05D. LINKER + RECHTER SPEC-KOLOM

   Exact 560px hoog.
   ============================================================ */

.sv-model-page .sv-model-specs__side {
  flex: 0 0 26% !important;

  width: 26% !important;
  height: 560px !important;
  min-height: 560px !important;
  max-height: 560px !important;

  display: flex !important;
  flex-direction: column !important;

  gap: 18px !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* ============================================================
   05E. IEDERE SPEC CARD EXACT EVEN HOOG

   (560 - 18) / 2 = 271px
   ============================================================ */

.sv-model-page .sv-model-specs__side > .sv-model-spec {
  flex: 0 0 271px !important;

  width: 100% !important;
  height: 271px !important;
  min-height: 271px !important;
  max-height: 271px !important;

  margin: 0 !important;
}


/* ============================================================
   05F. MIDDENFOTO
   ============================================================ */

.sv-model-page .sv-model-specs__media {
  position: relative;

  flex: 1 1 auto;

  min-width: 0;
  height: 560px !important;
  min-height: 560px !important;
  max-height: 560px !important;

  overflow: hidden;

  border: 1px solid rgba(0,0,0,.055);
  border-radius: 26px;

  background: #e3e3e0;
}

.sv-model-page .sv-model-specs__media img {
  position: absolute;
  inset: 0;

  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: 50% 52%;

  transform: scale(1.42);

  transition: transform .55s ease;
}

.sv-model-page .sv-model-specs__media:hover img {
  transform: scale(1.46);
}


/* ============================================================
   05G. SPEC CARD BASIS
   ============================================================ */

.sv-model-page .sv-model-spec {
  position: relative;

  box-sizing: border-box !important;

  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;

  padding: 28px !important;

  overflow: hidden;

  border: 1px solid rgba(0,0,0,.07);
  border-radius: 26px;

  background: #fff;

  box-shadow:
    0 10px 28px rgba(0,0,0,.035);

  transition:
    transform .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.sv-model-page .sv-model-spec::before,
.sv-model-page .sv-model-spec::after {
  display: none !important;
}

.sv-model-page .sv-model-spec:hover {
  transform: translateY(-2px);

  border-color: rgba(0,0,0,.12);

  box-shadow:
    0 15px 34px rgba(0,0,0,.05);
}


/* ============================================================
   05H. CONTENT
   ============================================================ */

.sv-model-page .sv-model-spec__content {
  width: 100% !important;
  max-width: 100% !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: visible !important;
}


/* ============================================================
   05I. CIJFER + UNIT
   ============================================================ */

.sv-model-page .sv-model-spec__value {
  display: inline-flex !important;

  flex-direction: row !important;
  flex-wrap: nowrap !important;

  align-items: flex-end !important;

  width: auto !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  color: #000 !important;

  font-size: clamp(42px, 2.7vw, 54px) !important;
  font-weight: 600 !important;

  line-height: .92 !important;

  letter-spacing: -.045em !important;

  white-space: nowrap !important;
}


/* ============================================================
   05J. UNIT — km / min / pk / kg

   Klein
   Lichtgrijs
   Iets naar rechts
   Onderkant uitgelijnd
   ============================================================ */

.sv-model-page
.sv-model-spec__value
.sv-model-spec__unit {
  display: inline-block !important;

  position: static !important;

  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;

  width: auto !important;
  height: auto !important;

  margin: 0 0 2px 10px !important;
  padding: 0 !important;

  transform: none !important;

  color: #a3a3a3 !important;

  font-size: 16px !important;
  font-weight: 500 !important;

  line-height: 1 !important;

  letter-spacing: .01em !important;

  white-space: nowrap !important;
}


/* ============================================================
   05K. LABEL
   ============================================================ */

.sv-model-page .sv-model-spec__label {
  display: block !important;

  width: 100%;

  margin: 18px 0 0 !important;

  color: #000;

  font-size: 19px;
  font-weight: 600;

  line-height: 1.25;

  letter-spacing: -.015em;
}


/* ============================================================
   05L. BESCHRIJVING

   Bewust compact zodat alles gegarandeerd past.
   ============================================================ */

.sv-model-page .sv-model-spec__description {
  display: block !important;

  width: 100%;
  max-width: 300px;

  margin: 10px 0 0 !important;
  padding: 0 !important;

  color: rgba(0,0,0,.52);

  font-size: 14px;
  font-weight: 400;

  line-height: 1.45;

  overflow: visible !important;
}


/* ============================================================
   05M. OUDE NUMMERING UIT
   ============================================================ */

.sv-model-page .sv-model-spec__number {
  display: none !important;
}


/* ============================================================
   05N. TABLET
   ============================================================ */

@media (max-width: 1100px) {

  .sv-model-page .sv-model-specs__layout {
    flex-wrap: wrap !important;
  }


  /* FOTO */

  .sv-model-page .sv-model-specs__media {
    order: 1;

    flex: 0 0 100% !important;

    width: 100% !important;
    height: 460px !important;
    min-height: 460px !important;
    max-height: 460px !important;
  }

  .sv-model-page .sv-model-specs__media img {
    transform: scale(1.30);
  }

  .sv-model-page .sv-model-specs__media:hover img {
    transform: scale(1.34);
  }


  /* SPEC-KOLOMMEN */

  .sv-model-page .sv-model-specs__side {
    order: 2;

    flex: 0 0 calc((100% - 18px) / 2) !important;

    width: calc((100% - 18px) / 2) !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }


  /* CARDS */

  .sv-model-page .sv-model-specs__side > .sv-model-spec {
    flex: none !important;

    width: 100% !important;
    height: 220px !important;
    min-height: 220px !important;
    max-height: 220px !important;
  }

}


/* ============================================================
   05O. MOBIEL
   ============================================================ */

@media (max-width: 700px) {

  .sv-model-page .sv-model-specs {
    padding: 70px 0;
  }

  .sv-model-page .sv-model-specs .sv-model-section-head {
    margin-bottom: 40px;
  }


  .sv-model-page .sv-model-specs__layout {
    flex-direction: column !important;
    flex-wrap: nowrap !important;

    gap: 14px;
  }


  /* FOTO */

  .sv-model-page .sv-model-specs__media {
    order: 1;

    flex: none !important;

    width: 100% !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    aspect-ratio: 4 / 3;

    border-radius: 24px;
  }

  .sv-model-page .sv-model-specs__media img {
    transform: scale(1.24);
  }


  /* SPEC GROEPEN */

  .sv-model-page .sv-model-specs__side {
    flex: none !important;

    width: 100% !important;

    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    gap: 14px !important;
  }

  .sv-model-page .sv-model-specs__side--left {
    order: 2;
  }

  .sv-model-page .sv-model-specs__side--right {
    order: 3;
  }


  /* CARDS */

  .sv-model-page .sv-model-specs__side > .sv-model-spec {
    flex: none !important;

    width: 100% !important;

    height: auto !important;
    min-height: 190px !important;
    max-height: none !important;

    padding: 24px !important;

    border-radius: 24px;
  }


  /* WAARDE */

  .sv-model-page .sv-model-spec__value {
    font-size: clamp(44px, 13vw, 58px) !important;
  }


  /* UNIT */

  .sv-model-page
  .sv-model-spec__value
  .sv-model-spec__unit {
    margin-left: 9px !important;

    font-size: 15px !important;
  }


  /* BESCHRIJVING */

  .sv-model-page .sv-model-spec__description {
    max-width: 100%;
  }

}


/* ============================================================
   05P. ZEER KLEINE MOBIEL
   ============================================================ */

@media (max-width: 480px) {

  .sv-model-page .sv-model-specs__media {
    aspect-ratio: 1 / 1;
  }

  .sv-model-page .sv-model-specs__media img {
    transform: scale(1.32);
  }

}
/* ============================================================
   06. DESIGN / CAROUSEL
   ============================================================ */

.sv-model-design {
  padding: 96px 0;

  background: #000;
  color: #fff;
}

.sv-model-design .sv-model-section-head {
  margin-bottom: 56px;
}

.sv-model-design .sv-model-section-head__eyebrow {
  color: rgba(255,255,255,.70);
}

.sv-model-design .sv-model-section-head h2 {
  color: #fff;
}

.sv-model-design .sv-model-section-head__intro {
  color: rgba(255,255,255,.65);

  line-height: 1.65;
}

.sv-model-carousel {
  position: relative;
}

.sv-model-carousel__track {
  display: flex;

  gap: 24px;

  overflow-x: auto;
  overflow-y: hidden;

  padding-bottom: 32px;

  scroll-behavior: smooth;

  -webkit-overflow-scrolling: touch;

  scrollbar-width: none;
}

.sv-model-carousel__track::-webkit-scrollbar {
  display: none;
}

.sv-model-carousel__item {
  flex: 0 0 24%;

  min-width: 0;
}

.sv-model-carousel__media {
  height: 460px;

  overflow: hidden;

  border-radius: 24px;

  background: #111;
}

.sv-model-carousel__media img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.sv-model-carousel__button {
  position: absolute;

  top: 50%;

  z-index: 20;

  width: 56px;
  height: 56px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 0;
  border-radius: 999px;

  background: #fff;
  color: #000;

  box-shadow: 0 15px 30px rgba(0,0,0,.30);

  font-size: 30px;

  cursor: pointer;
}

.sv-model-carousel__button--prev {
  left: 0;

  transform: translate(-50%, -50%);
}

.sv-model-carousel__button--next {
  right: 0;

  transform: translate(50%, -50%);
}


/* ============================================================
   07. HIGHLIGHTS

   BELANGRIJK:
   altijd 2 × 2 op desktop.

   Geen afbeelding aanwezig?
   Dan wordt het mediablok niet getoond.
   ============================================================ */

.sv-model-highlights {
  padding: 112px 0;

  background: #f5f5f5;
  color: #000;
}

.sv-model-highlights .sv-model-section-head {
  max-width: 1800px;

  margin-bottom: 80px;
}

.sv-model-highlights__grid {
  width: 100%;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    minmax(0, 1fr);

  grid-auto-flow: row;

  gap: 32px;
}

.sv-model-highlights__grid > .sv-model-highlight-card {
  width: auto;
  max-width: none;

  margin: 0;

  grid-column: auto;
  grid-row: auto;
}

.sv-model-highlight-card {
  overflow: hidden;

  border-radius: 36px;

  background: #fff;

  box-shadow:
    0 20px 80px rgba(0,0,0,.08);
}

/* Standaard geen leeg beeldvlak */

.sv-model-highlight-card__media {
  display: none;

  width: 100%;

  overflow: hidden;
}

/* Alleen tonen zodra er echt een afbeelding in staat */

.sv-model-highlight-card__media:has(img) {
  display: block;

  height: 520px;
}

.sv-model-highlight-card__media img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .7s ease;
}

.sv-model-highlight-card:hover
.sv-model-highlight-card__media img {
  transform: scale(1.03);
}

.sv-model-highlight-card__body {
  padding: 40px;
}

.sv-model-highlight-card__eyebrow {
  display: block;

  color: rgba(0,0,0,.40);

  font-size: 12px;
  font-weight: 600;

  letter-spacing: .35em;
  text-transform: uppercase;
}

.sv-model-highlight-card h3 {
  margin: 20px 0 0;

  color: #000;

  font-size: 36px;
  font-weight: 600;

  line-height: 1.2;

  letter-spacing: -.025em;
}

.sv-model-highlight-card p {
  margin: 24px 0 0;

  color: rgba(0,0,0,.65);

  font-size: 18px;
  line-height: 2;
}


/* ============================================================
   08. VEILIGHEID

   Originele Cross Country-layout:
   afbeelding links
   6 klikbare systemen rechts
   ============================================================ */

.sv-model-safety {
  padding: 112px 0;

  background: #f5f5f5;
  color: #000;
}

.sv-model-safety .sv-model-section-head {
  max-width: 1800px;

  margin-bottom: 64px;
}

.sv-model-safety__layout {
  display: grid;

  grid-template-columns:
    minmax(0, 1.1fr)
    minmax(0, .9fr);

  gap: 32px;

  align-items: stretch;
}

.sv-model-safety__media {
  position: relative;

  min-height: 680px;

  overflow: hidden;

  border-radius: 36px;

  background: #e8e8e8;
}

.sv-model-safety__media img {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: opacity .3s ease;
}

.sv-model-safety__items {
  display: flex;
  flex-direction: column;

  gap: 16px;
}

.sv-model-safety-item {
  width: 100%;

  padding: 28px;

  border: 1px solid #ddd;
  border-radius: 28px;

  background: #fff;
  color: #000;

  text-align: left;

  cursor: pointer;

  transition:
    background .25s ease,
    color .25s ease,
    border-color .25s ease,
    transform .25s ease;
}

.sv-model-safety-item:hover,
.sv-model-safety-item.is-active,
.sv-model-safety-item.active {
  background: #000;
  color: #fff;

  border-color: #000;

  transform: translateY(-2px);
}

.sv-model-safety-item h3 {
  margin: 0;

  color: inherit;

  font-size: 24px;

  line-height: 1.25;
}

.sv-model-safety-item p {
  margin: 14px 0 0;

  color: #666;

  font-size: 16px;

  line-height: 1.7;
}

.sv-model-safety-item:hover p,
.sv-model-safety-item.is-active p,
.sv-model-safety-item.active p {
  color: rgba(255,255,255,.70);
}


/* Geen veiligheidsfoto:
   voorkom groot leeg vlak totdat foto's worden toegevoegd. */

.sv-model-safety__media:not(:has(img)) {
  display: none;
}

.sv-model-safety__layout:not(:has(.sv-model-safety__media img)) {
  grid-template-columns: 1fr;
}

.sv-model-safety__layout:not(:has(.sv-model-safety__media img))
.sv-model-safety__items {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0,1fr));

  gap: 16px;
}


/* ============================================================
   09. CONFIGURATOR
   ============================================================ */

.sv-model-configurator {
  padding: 96px 0;

  background: #f5f5f5;
  color: #000;
}

.sv-model-configurator .sv-model-section-head {
  margin-bottom: 56px;
}

.sv-model-configurator__layout {
  display: grid;

  grid-template-columns:
    minmax(0, 1.28fr)
    minmax(460px, .72fr);

  gap: 28px;

  align-items: stretch;
}

.sv-model-config-preview,
.sv-model-config-panel {
  min-height: 720px;
}

.sv-model-config-preview {
  position: sticky;

  top: 24px;

  height: calc(100vh - 48px);

  padding: 24px;

  border-radius: 38px;

  background: #fff;

  box-shadow:
    0 24px 90px rgba(0,0,0,.08);
}

.sv-model-config-stage {
  position: relative;

  height: calc(100vh - 300px);

  min-height: 500px;
  max-height: 650px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  border-radius: 30px;

  background:
    radial-gradient(
      circle at 50% 82%,
      rgba(0,0,0,.08),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      #f9f9f9 0%,
      #eeeeee 100%
    );
}

.sv-model-config-stage img {
  width: 108%;
  height: 108%;

  object-fit: contain;

  transform: scale(1.08);

  transition:
    opacity .42s ease,
    transform .42s ease,
    filter .42s ease;
}

.sv-model-config-stage img.is-loading,
.sv-model-config-stage img.is-changing {
  opacity: 0;

  transform: scale(1.04);

  filter: blur(5px);
}

.sv-model-config-loader {
  position: absolute;

  right: 24px;
  bottom: 24px;

  width: 38px;
  height: 38px;

  border: 3px solid rgba(0,0,0,.12);
  border-top-color: #000;
  border-radius: 999px;

  opacity: 0;

  animation: svModelSpin .8s linear infinite;

  transition: opacity .2s ease;
}

.sv-model-config-loader.is-visible,
.sv-model-config-loader.show {
  opacity: 1;
}

@keyframes svModelSpin {
  to {
    transform: rotate(360deg);
  }
}

.sv-model-config-tabs {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 8px;

  margin-top: 18px;

  padding: 6px;

  border-radius: 999px;

  background: #f1f1f1;
}

.sv-model-config-tab {
  padding: 12px 8px;

  border: 0;
  border-radius: 999px;

  background: transparent;
  color: rgba(0,0,0,.55);

  font-weight: 700;

  cursor: pointer;

  transition: .2s ease;
}

.sv-model-config-tab.is-active,
.sv-model-config-tab.active {
  background: #000;
  color: #fff;
}

.sv-model-config-meta {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 10px;

  margin-top: 16px;
}

.sv-model-config-meta__item {
  padding: 14px;

  border-radius: 18px;

  background: #f6f6f6;
}

.sv-model-config-meta__label {
  display: block;

  color: rgba(0,0,0,.42);

  font-size: 11px;
  font-weight: 700;

  letter-spacing: .18em;
  text-transform: uppercase;
}

.sv-model-config-meta__value {
  display: block;

  margin-top: 5px;

  color: #000;

  font-size: 14px;

  line-height: 1.25;
}


/* CONFIGURATOR RECHTS */

.sv-model-config-panel {
  position: sticky;

  top: 24px;

  height: calc(100vh - 48px);

  overflow-y: auto;

  padding: 24px;

  border-radius: 38px;

  background: #fff;

  box-shadow:
    0 24px 90px rgba(0,0,0,.08);

  scrollbar-width: thin;
  scrollbar-color: #000 #eee;
}

.sv-model-config-panel::-webkit-scrollbar {
  width: 8px;
}

.sv-model-config-panel::-webkit-scrollbar-track {
  background: #eee;

  border-radius: 99px;
}

.sv-model-config-panel::-webkit-scrollbar-thumb {
  background: #000;

  border-radius: 99px;
}

.sv-model-config-summary {
  position: sticky;

  top: 0;

  z-index: 20;

  padding: 26px;

  margin-bottom: 18px;

  border-radius: 30px;

  background: #000;
  color: #fff;

  box-shadow:
    0 0 0 24px #fff,
    0 24px 60px rgba(0,0,0,.18);
}

.sv-model-config-summary__eyebrow {
  display: block;

  color: rgba(255,255,255,.65);

  font-size: 11px;
  font-weight: 700;

  letter-spacing: .28em;
  text-transform: uppercase;
}

.sv-model-config-summary__price {
  margin: 12px 0 0;

  color: #fff;

  font-size: 48px;

  line-height: 1;

  letter-spacing: -.05em;
}

.sv-model-config-summary p {
  margin: 10px 0 0;

  color: rgba(255,255,255,.65);

  font-size: 14px;

  line-height: 1.5;
}

.sv-model-config-group {
  border-bottom: 1px solid rgba(0,0,0,.10);
}

.sv-model-config-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 18px;

  padding: 22px 0;

  list-style: none;

  cursor: pointer;
}

.sv-model-config-group summary::-webkit-details-marker {
  display: none;
}

.sv-model-config-group__title {
  color: #000;

  font-size: 21px;
  font-weight: 700;
}

.sv-model-config-group__value {
  margin-top: 5px;

  color: rgba(0,0,0,.52);

  font-size: 14px;

  line-height: 1.35;
}

.sv-model-config-group__plus {
  font-size: 30px;

  line-height: 1;

  transition: transform .2s ease;
}

.sv-model-config-group[open]
.sv-model-config-group__plus {
  transform: rotate(45deg);
}

.sv-model-config-group__body {
  padding-bottom: 24px;
}

.sv-model-config-options {
  display: grid;

  gap: 12px;
}

.sv-model-config-choice {
  width: 100%;

  padding: 14px 16px;

  border: 1px solid rgba(0,0,0,.10);
  border-radius: 20px;

  background: #fafafa;
  color: #000;

  text-align: left;

  cursor: pointer;

  transition: .2s ease;
}

.sv-model-config-choice:hover,
.sv-model-config-choice.is-active,
.sv-model-config-choice.active {
  background: #fff;

  border-color: #000;

  transform: translateY(-1px);
}

.sv-model-config-choice__row {
  display: grid;

  grid-template-columns:
    auto
    1fr
    auto;

  align-items: center;

  gap: 14px;
}

.sv-model-config-choice__thumb {
  width: 52px;
  height: 52px;

  border: 1px solid rgba(0,0,0,.12);
  border-radius: 999px;

  background: #fff;

  object-fit: cover;
}

.sv-model-config-choice__price {
  padding-left: 10px;

  white-space: nowrap;

  font-size: 14px;
  font-weight: 700;
}

.sv-model-config-colors {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 10px;
}

.sv-model-config-color {
  padding: 11px 8px;

  border: 2px solid transparent;
  border-radius: 18px;

  background: #fafafa;

  text-align: center;

  cursor: pointer;

  transition: .2s ease;
}

.sv-model-config-color:hover,
.sv-model-config-color.is-active,
.sv-model-config-color.active {
  border-color: #000;

  background: #fff;
}

.sv-model-config-color__dot {
  display: block;

  width: 32px;
  height: 32px;

  margin: 0 auto 8px;

  border: 1px solid rgba(0,0,0,.18);
  border-radius: 999px;
}

.sv-model-config-interiors {
  display: grid;

  gap: 18px;
}

.sv-model-config-interior-group__title {
  margin: 0 0 10px;

  color: rgba(0,0,0,.55);

  font-size: 13px;
  font-weight: 700;
}

.sv-model-config-interior-swatches {
  display: flex;
  flex-wrap: wrap;

  gap: 10px;
}

.sv-model-config-interior {
  width: 48px;
  height: 48px;

  padding: 5px;

  border: 2px solid transparent;
  border-radius: 999px;

  background: #fafafa;

  cursor: pointer;

  transition: .2s ease;
}

.sv-model-config-interior span {
  display: block;

  width: 100%;
  height: 100%;

  border: 1px solid rgba(0,0,0,.18);
  border-radius: 999px;

  box-shadow:
    inset 0 0 0 4px rgba(255,255,255,.75);
}

.sv-model-config-interior:hover,
.sv-model-config-interior.is-active,
.sv-model-config-interior.active {
  border-color: #0066cc;

  background: #fff;

  box-shadow:
    0 0 0 3px rgba(0,102,204,.14);
}

.sv-model-config-total {
  margin-top: 22px;

  padding: 22px;

  border-radius: 28px;

  background: #f7f7f7;
}

.sv-model-config-total__row {
  display: flex;
  justify-content: space-between;

  gap: 16px;

  padding: 10px 0;

  border-bottom: 1px solid rgba(0,0,0,.08);

  color: rgba(0,0,0,.60);

  font-size: 14px;
}

.sv-model-config-total__actions {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 12px;

  margin-top: 22px;
}

.sv-model-config-total__actions a {
  padding: 14px 16px;

  border-radius: 999px;

  background: #000;
  color: #fff;

  font-size: 14px;
  font-weight: 700;

  text-align: center;
  text-decoration: none;
}


/* ============================================================
   10. PERSONALISATIE BIJ SERVA
   ============================================================ */

.sv-model-personalisation {
  padding: 110px 0;

  background: #f5f5f5;
  color: #000;
}

.sv-model-personalisation .sv-model-section-head {
  max-width: 980px;

  margin-bottom: 64px;
}

.sv-model-personalisation__grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0,1fr));

  gap: 24px;
}

.sv-model-personalisation-card {
  position: relative;

  min-height: 560px;

  overflow: hidden;

  border-radius: 38px;

  background: #000;
  color: #fff;

  isolation: isolate;

  box-shadow:
    0 24px 80px rgba(0,0,0,.10);
}

.sv-model-personalisation-card__media {
  position: absolute;
  inset: 0;

  z-index: -2;
}

.sv-model-personalisation-card__media img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transform: scale(1.02);

  transition:
    transform .55s ease,
    opacity .55s ease;
}

.sv-model-personalisation-card::before {
  content: "";

  position: absolute;
  inset: 0;

  z-index: -1;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.88),
      rgba(0,0,0,.42) 45%,
      rgba(0,0,0,.12)
    ),
    linear-gradient(
      to right,
      rgba(0,0,0,.35),
      rgba(0,0,0,0)
    );
}

.sv-model-personalisation-card:hover
.sv-model-personalisation-card__media img {
  transform: scale(1.08);

  opacity: .92;
}

.sv-model-personalisation-card__content {
  min-height: 560px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  padding: 38px;
}

.sv-model-personalisation-card__number {
  color: rgba(255,255,255,.68);

  font-size: 13px;
  font-weight: 700;

  letter-spacing: .28em;
  text-transform: uppercase;
}

.sv-model-personalisation-card h3 {
  margin: 30px 0 0;

  color: #fff;

  font-size: clamp(32px, 2vw, 44px);

  line-height: 1.05;

  letter-spacing: -.04em;
}

.sv-model-personalisation-card p {
  max-width: 500px;

  margin: 22px 0 0;

  color: rgba(255,255,255,.78);

  font-size: 18px;

  line-height: 1.7;
}

.sv-model-personalisation-card__action {
  display: inline-flex;
  align-items: center;

  width: fit-content;

  margin-top: 42px;

  padding: 14px 20px;

  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;

  background: rgba(255,255,255,.14);
  color: #fff;

  backdrop-filter: blur(16px);

  font-weight: 700;
}


/* ============================================================
   11. BREDE CTA BALK
   ============================================================ */

.sv-model-cta {
  padding: 90px 0;

  background: #000;
  color: #fff;
}

.sv-model-cta__grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0,1fr));

  gap: 20px;
}

.sv-model-cta-card {
  position: relative;

  min-height: 260px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  overflow: hidden;

  padding: 34px;

  border: 1px solid rgba(255,255,255,.08);
  border-radius: 34px;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.08),
      rgba(255,255,255,.04)
    );

  color: #fff;

  text-decoration: none;

  isolation: isolate;

  transition: .28s ease;
}

.sv-model-cta-card::before {
  content: "";

  position: absolute;
  inset: 0;

  z-index: -1;

  opacity: 0;

  background:
    radial-gradient(
      circle at top right,
      rgba(255,255,255,.12),
      transparent 40%
    );

  transition: opacity .3s ease;
}

.sv-model-cta-card:hover {
  transform: translateY(-4px);

  border-color: rgba(255,255,255,.16);

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,.12),
      rgba(255,255,255,.06)
    );
}

.sv-model-cta-card:hover::before {
  opacity: 1;
}

.sv-model-cta-card__number {
  color: rgba(255,255,255,.45);

  font-size: 12px;
  font-weight: 700;

  letter-spacing: .32em;
  text-transform: uppercase;
}

.sv-model-cta-card h3 {
  margin: 26px 0 0;

  color: #fff;

  font-size: clamp(28px, 1.9vw, 42px);

  line-height: 1.02;

  letter-spacing: -.04em;
}

.sv-model-cta-card p {
  max-width: 420px;

  margin: 18px 0 0;

  color: rgba(255,255,255,.68);

  font-size: 17px;

  line-height: 1.75;
}

.sv-model-cta-card__action {
  display: inline-flex;
  align-items: center;

  width: fit-content;

  margin-top: 34px;

  padding: 14px 20px;

  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;

  background: rgba(255,255,255,.08);
  color: #fff;

  font-weight: 700;

  transition: .25s ease;
}

.sv-model-cta-card:hover
.sv-model-cta-card__action {
  background: #fff;
  color: #000;

  transform: translateY(-2px);
}


/* ============================================================
   12. HET SERVA GEVOEL
   ============================================================ */

.sv-model-serva {
  padding: 110px 0;

  background: #000;
  color: #fff;
}

.sv-model-serva .sv-model-section-head {
  max-width: 980px;

  margin-bottom: 64px;
}

.sv-model-serva .sv-model-section-head__eyebrow {
  color: rgba(255,255,255,.45);
}

.sv-model-serva .sv-model-section-head h2 {
  color: #fff;
}

.sv-model-serva .sv-model-section-head__intro {
  color: rgba(255,255,255,.65);
}

.sv-model-serva__showroom {
  position: relative;

  height: 760px;

  margin-bottom: 28px;

  overflow: hidden;

  border-radius: 42px;

  background: #111;

  isolation: isolate;

  box-shadow:
    0 24px 90px rgba(0,0,0,.28);
}

.sv-model-serva__showroom:not(:has(img)) {
  display: none;
}

.sv-model-serva__showroom img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transform: scale(1.01);

  transition: transform .7s ease;
}

.sv-model-serva__showroom:hover img {
  transform: scale(1.04);
}

.sv-model-serva__showroom::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.55),
      rgba(0,0,0,.05)
    );

  pointer-events: none;
}

.sv-model-serva__grid {
  display: grid;

  grid-template-columns:
    1.15fr
    .85fr
    .85fr;

  grid-template-rows:
    1fr
    1fr;

  gap: 18px;

  align-items: stretch;
}

.sv-model-serva-card {
  position: relative;

  overflow: hidden;

  padding: 34px;

  border: 1px solid rgba(255,255,255,.10);
  border-radius: 34px;

  background: rgba(255,255,255,.07);
}

.sv-model-serva-card--hero {
  grid-column: 1;
  grid-row: 1 / span 2;

  min-height: 430px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  border-color: rgba(255,255,255,.12);

  background:
    radial-gradient(
      circle at top right,
      rgba(255,255,255,.12),
      transparent 40%
    ),
    linear-gradient(
      180deg,
      rgba(255,255,255,.10),
      rgba(255,255,255,.04)
    );
}

.sv-model-serva-card__number {
  color: rgba(255,255,255,.42);

  font-size: 12px;
  font-weight: 700;

  letter-spacing: .32em;
  text-transform: uppercase;
}

.sv-model-serva-card h3 {
  margin: 18px 0 0;

  color: #fff;

  font-size: clamp(28px, 1.8vw, 38px);

  line-height: 1.05;

  letter-spacing: -.04em;
}

.sv-model-serva-card--hero h3 {
  font-size: clamp(54px, 4vw, 86px);

  line-height: .90;

  letter-spacing: -.06em;
}

.sv-model-serva-card p {
  max-width: 660px;

  margin: 14px 0 0;

  color: rgba(255,255,255,.65);

  font-size: 16.5px;

  line-height: 1.7;
}

.sv-model-serva-card--hero p {
  max-width: 700px;

  color: rgba(255,255,255,.74);

  font-size: 21px;

  line-height: 1.75;
}


/* ============================================================
   13. FAQ
   ============================================================ */

.sv-model-faq {
  padding: 110px 0;

  background: #000;
  color: #fff;
}

.sv-model-faq .sv-model-section-head {
  max-width: 980px;

  margin-bottom: 64px;
}

.sv-model-faq .sv-model-section-head__eyebrow {
  color: rgba(255,255,255,.45);
}

.sv-model-faq .sv-model-section-head h2 {
  color: #fff;
}

.sv-model-faq .sv-model-section-head__intro {
  max-width: 820px;

  color: rgba(255,255,255,.65);
}

.sv-model-faq__layout {
  display: grid;

  grid-template-columns:
    minmax(0, .82fr)
    minmax(0, 1.18fr);

  gap: 34px;

  align-items: stretch;
}

.sv-model-faq__media {
  position: sticky;

  top: 32px;

  min-height: 100%;

  overflow: hidden;

  border-radius: 40px;

  background: #111;

  box-shadow:
    0 24px 90px rgba(0,0,0,.35);
}

.sv-model-faq__media:not(:has(img)) {
  display: none;
}

.sv-model-faq__layout:not(:has(.sv-model-faq__media img)) {
  grid-template-columns: 1fr;
}

.sv-model-faq__media img {
  width: 100%;
  height: 100%;

  min-height: 100%;

  object-fit: cover;
  object-position: 57% center;

  transform: scale(1.02);

  transition: transform .7s ease;
}

.sv-model-faq__media:hover img {
  transform: scale(1.06);
}

.sv-model-faq__media::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.48),
      rgba(0,0,0,.04)
    );

  pointer-events: none;
}

.sv-model-faq__list {
  display: grid;

  gap: 12px;
}

.sv-model-faq-item {
  overflow: hidden;

  border: 1px solid rgba(255,255,255,.10);
  border-radius: 24px;

  background: rgba(255,255,255,.07);
}

.sv-model-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 22px;

  padding: 22px 26px;

  list-style: none;

  cursor: pointer;
}

.sv-model-faq-item summary::-webkit-details-marker {
  display: none;
}

.sv-model-faq-item__question {
  color: #fff;

  font-size: clamp(20px, 1.25vw, 27px);
  font-weight: 700;

  line-height: 1.18;

  letter-spacing: -.03em;
}

.sv-model-faq-item__plus {
  flex-shrink: 0;

  color: rgba(255,255,255,.55);

  font-size: 30px;

  line-height: 1;

  transition:
    transform .25s ease,
    color .25s ease;
}

.sv-model-faq-item[open]
.sv-model-faq-item__plus {
  color: #fff;

  transform: rotate(45deg);
}

.sv-model-faq-item__answer {
  max-width: 960px;

  padding: 0 26px 26px;

  color: rgba(255,255,255,.68);

  font-size: 16.5px;

  line-height: 1.8;
}


/* ============================================================
   14. TABLET / KLEIN DESKTOP
   ============================================================ */

@media (max-width: 1280px) {

  .sv-model-carousel__item {
    flex-basis: 31%;
  }

}


@media (max-width: 1200px) {

  .sv-model-cta__grid {
    grid-template-columns:
      repeat(2, minmax(0,1fr));
  }

  .sv-model-serva__grid {
    grid-template-columns:
      1fr
      1fr;

    grid-template-rows: auto;
  }

  .sv-model-serva-card--hero {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .sv-model-serva__showroom {
    height: 620px;
  }

}


@media (max-width: 1180px) {

  .sv-model-configurator__layout {
    grid-template-columns: 1fr;
  }

  .sv-model-config-preview,
  .sv-model-config-panel {
    position: relative;

    top: auto;

    width: 100%;
    height: auto;

    min-height: 0;

    overflow: visible;
  }

  .sv-model-config-stage {
    height: 560px;
  }

}


@media (max-width: 1100px) {

  .sv-model-personalisation__grid {
    grid-template-columns: 1fr;
  }

  .sv-model-personalisation-card,
  .sv-model-personalisation-card__content {
    min-height: 440px;
  }

  .sv-model-faq__layout {
    grid-template-columns: 1fr;
  }

  .sv-model-faq__media {
    position: relative;

    top: auto;

    height: auto;

    aspect-ratio: 4 / 5;
  }

}


@media (max-width: 1024px) {

  .sv-model-specs__layout {
    grid-template-columns: 1fr;
  }

  .sv-model-quick-actions {
    display: grid;

    grid-template-columns:
      repeat(2, minmax(0,1fr));
  }

  .sv-model-nav__links {
    display: none;
  }

  .sv-model-carousel__item {
    flex-basis: 48%;
  }

}


/* ============================================================
   15. MOBIEL
   ============================================================ */

@media (max-width: 768px) {

  .sv-model-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sv-model-nav__inner {
    min-height: 60px;

    gap: 12px;
  }

  .sv-model-nav__brand {
    max-width: 35%;

    overflow: hidden;

    text-overflow: ellipsis;
    white-space: nowrap;
  }


  /* HERO */

  .sv-model-hero {
    height: auto;
    min-height: 640px;
  }

  .sv-model-hero__inner {
    height: auto;
    min-height: 640px;

    padding-top: 88px;
    padding-bottom: 60px;
  }

  .sv-model-hero h1,
  .sv-model-hero .sv-display {
    white-space: normal;

    font-size: clamp(50px, 13vw, 72px);
  }

  .sv-model-hero__subtitle {
    font-size: clamp(22px, 6vw, 30px);
  }

  .sv-model-hero__intro {
    font-size: 17px;

    line-height: 1.65;
  }

  .sv-model-hero__actions {
    flex-direction: column;

    align-items: stretch;
  }


  /* SPECS */

  .sv-model-specs {
    padding: 72px 0;
  }

  .sv-model-specs__grid {
    grid-template-columns: 1fr;
  }

  .sv-model-spec {
    padding: 30px;
  }

  .sv-model-spec__value {
    font-size: 48px;
  }

  .sv-model-quick-actions {
    grid-template-columns: 1fr;
  }


  /* DESIGN */

  .sv-model-design {
    padding: 80px 0;
  }

  .sv-model-carousel {
    width: calc(100% + 24px);
  }

  .sv-model-carousel__track {
    padding-right: 24px;
  }

  .sv-model-carousel__item {
    flex-basis: 85%;
  }

  .sv-model-carousel__media {
    height: 460px;
  }

  .sv-model-carousel__button {
    display: none;
  }


  /* HIGHLIGHTS */

  .sv-model-highlights {
    padding: 80px 0;
  }

  .sv-model-highlights .sv-model-section-head {
    margin-bottom: 48px;
  }

  .sv-model-highlights__grid {
    grid-template-columns: 1fr;

    gap: 24px;
  }

  .sv-model-highlight-card__media:has(img) {
    height: auto;

    aspect-ratio: 4 / 3;
  }

  .sv-model-highlight-card__body {
    padding: 28px;
  }

  .sv-model-highlight-card h3 {
    font-size: 30px;
  }


  /* SAFETY */

  .sv-model-safety {
    padding: 80px 0;
  }

  .sv-model-safety__layout {
    grid-template-columns: 1fr;
  }

  .sv-model-safety__media {
    min-height: 0;

    aspect-ratio: 4 / 5;
  }

  .sv-model-safety__layout:not(:has(.sv-model-safety__media img))
  .sv-model-safety__items {
    grid-template-columns: 1fr;
  }


  /* CONFIG */

  .sv-model-configurator {
    padding: 76px 0;
  }

  .sv-model-config-preview,
  .sv-model-config-panel {
    padding: 18px;

    border-radius: 28px;
  }

  .sv-model-config-stage {
    height: 340px;

    min-height: 340px;
  }

  .sv-model-config-meta {
    grid-template-columns:
      repeat(2, minmax(0,1fr));
  }

  .sv-model-config-colors {
    grid-template-columns:
      repeat(2, minmax(0,1fr));
  }

  .sv-model-config-choice__row {
    grid-template-columns:
      auto
      minmax(0,1fr);
  }

  .sv-model-config-choice__price {
    grid-column: 2;

    padding-left: 0;
  }

  .sv-model-config-total__actions {
    grid-template-columns: 1fr;
  }

  .sv-model-config-summary__price {
    font-size: 40px;
  }


  /* PERSONALISATIE */

  .sv-model-personalisation {
    padding: 80px 0;
  }

  .sv-model-personalisation-card {
    border-radius: 28px;
  }

  .sv-model-personalisation-card__content {
    min-height: 420px;

    padding: 28px;
  }


  /* CTA */

  .sv-model-cta {
    padding: 70px 0;
  }

  .sv-model-cta__grid {
    grid-template-columns: 1fr;
  }

  .sv-model-cta-card {
    min-height: 220px;

    padding: 28px;

    border-radius: 28px;
  }


  /* SERVA */

  .sv-model-serva {
    padding: 80px 0;
  }

  .sv-model-serva__showroom {
    height: 520px;

    border-radius: 28px;
  }

  .sv-model-serva__grid {
    grid-template-columns: 1fr;
  }

  .sv-model-serva-card {
    padding: 28px;

    border-radius: 28px;
  }

  .sv-model-serva-card--hero {
    min-height: 340px;
  }


  /* FAQ */

  .sv-model-faq {
    padding: 80px 0;
  }

  .sv-model-faq__media {
    border-radius: 28px;
  }

  .sv-model-faq-item {
    border-radius: 22px;
  }

  .sv-model-faq-item summary {
    padding: 22px;
  }

  .sv-model-faq-item__answer {
    padding: 0 22px 22px;
  }

}


/* ============================================================
   16. REDUCED MOTION
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

  .sv-model-page *,
  .sv-model-page *::before,
  .sv-model-page *::after {
    scroll-behavior: auto !important;

    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;

    transition-duration: .01ms !important;
  }

}

/* ============================================================
   15. EX60 VERFIJNING — NAV / HERO / SECTIES / SPECS / SAFETY
   ============================================================ */

.sv-model-page > p:empty {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sv-model-page .sv-model-nav {
  border-bottom: 1px solid rgba(255,255,255,.12) !important;
  background: rgba(18,18,18,.94) !important;
  box-shadow: 0 12px 30px rgba(0,0,0,.12) !important;
}

.sv-model-page .sv-model-nav__inner {
  min-height: 70px !important;
  gap: 24px !important;
}

.sv-model-page .sv-model-nav__identity {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 0 0 auto;
}

.sv-model-page .sv-model-nav__brand,
.sv-model-page .sv-model-nav__brand:link,
.sv-model-page .sv-model-nav__brand:visited {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  line-height: 1 !important;
}

.sv-model-page .sv-model-nav__variants {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
}

.sv-model-page .sv-model-nav__variant {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 12px;
  border-radius: 999px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.sv-model-page .sv-model-nav__variant.is-current {
  background: #fff;
  color: #111;
}

.sv-model-page .sv-model-nav__variant.is-upcoming {
  opacity: .65;
}

.sv-model-page .sv-model-nav__links {
  gap: clamp(18px, 1.55vw, 28px) !important;
}

.sv-model-page .sv-model-nav__links a,
.sv-model-page .sv-model-nav__links a:link,
.sv-model-page .sv-model-nav__links a:visited {
  padding: 8px 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(255,255,255,.72) !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

.sv-model-page .sv-model-nav__links a:hover {
  color: #fff !important;
}

.sv-model-page .sv-model-hero h1,
.sv-model-page .sv-model-hero .sv-display {
  transform: translateX(10px);
}

.sv-model-page .sv-model-hero__intro {
  margin-top: 34px !important;
}

.sv-model-page .sv-model-spec__value {
  column-gap: 10px !important;
}

.sv-model-page .sv-model-spec__value .sv-model-spec__unit {
  margin-left: 0 !important;
}

.sv-model-page .sv-model-spec__description {
  max-width: none !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  text-wrap: balance;
}

.sv-model-page .sv-model-safety .sv-model-section-head {
  width: min(100%, 1120px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sv-model-page .sv-model-safety__media img {
  opacity: 1;
}

.sv-model-page .sv-model-safety-item {
  flex: 1 1 0;
  min-height: 0;
  padding: 22px 26px !important;
  border: 1px solid rgba(0,0,0,.09) !important;
  border-radius: 22px !important;
  background: #fff !important;
  color: #111 !important;
  box-shadow: 0 8px 24px rgba(0,0,0,.035) !important;
}

.sv-model-page .sv-model-safety-item:hover,
.sv-model-page .sv-model-safety-item.is-active {
  border-color: #111 !important;
  background: #111 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.sv-model-page .sv-model-safety-item h3 {
  font-size: clamp(18px,1.35vw,23px) !important;
}

.sv-model-page .sv-model-safety-item p {
  margin-top: 8px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

@media (max-width: 1180px) {
  .sv-model-page .sv-model-nav__variants {
    display: none;
  }

  .sv-model-page .sv-model-hero h1,
  .sv-model-page .sv-model-hero .sv-display {
    transform: translateX(7px);
  }
}

@media (max-width: 767px) {
  .sv-model-page .sv-model-nav__inner {
    min-height: 60px !important;
  }

  .sv-model-page .sv-model-hero h1,
  .sv-model-page .sv-model-hero .sv-display {
    transform: translateX(5px);
  }

  .sv-model-page .sv-model-hero__intro {
    margin-top: 28px !important;
  }

  .sv-model-page .sv-model-safety__layout {
    gap: 20px;
  }

  .sv-model-page .sv-model-safety__media {
    aspect-ratio: 4 / 5;
  }

  .sv-model-page .sv-model-safety-item {
    padding: 20px !important;
  }
}


/* ============================================================
   16. EX60 VERFIJNING — HERO CTA / SPECS / CAROUSEL
   ============================================================ */

.sv-model-page .sv-model-hero h1,
.sv-model-page .sv-model-hero .sv-display {
  transform: translateX(-5px) !important;
}

.sv-model-page .sv-model-hero__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 0;
  transform: translateX(8px);
}

.sv-model-page .sv-model-spec {
  padding: 34px 30px !important;
  border-color: rgba(0,0,0,.075);
  background:
    linear-gradient(145deg, #fff 0%, #fff 72%, #fafafa 100%);
  box-shadow:
    0 14px 34px rgba(0,0,0,.045);
}

.sv-model-page .sv-model-spec__content {
  justify-content: center !important;
}

.sv-model-page .sv-model-spec__value {
  font-size: clamp(43px, 2.75vw, 55px) !important;
  line-height: .95 !important;
}

.sv-model-page .sv-model-spec__label {
  margin-top: 11px !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
}

.sv-model-page .sv-model-spec__description {
  margin-top: 14px !important;
  max-width: 245px !important;
  color: rgba(0,0,0,.50);
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.sv-model-page .sv-model-carousel__button {
  top: 47% !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.sv-model-page .sv-model-carousel__button span {
  display: block;
  width: 100%;
  transform: translateY(-1px);
  color: inherit;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

@media (max-width: 767px) {
  .sv-model-page .sv-model-hero h1,
  .sv-model-page .sv-model-hero .sv-display {
    transform: translateX(-3px) !important;
  }

  .sv-model-page .sv-model-hero__actions {
    align-items: stretch;
    margin-top: 24px;
    transform: translateX(5px);
  }

  .sv-model-page .sv-model-spec {
    padding: 30px 26px !important;
  }
}


/* 17. HERO OPTISCHE LIJN — EX60 */
.sv-model-page .sv-model-hero h1,
.sv-model-page .sv-model-hero .sv-display {
  transform: translateX(4px) !important;
}

@media (max-width: 767px) {
  .sv-model-page .sv-model-hero h1,
  .sv-model-page .sv-model-hero .sv-display {
    transform: translateX(4px) !important;
  }
}


/* 18. HERO CTA — PREMIUM VOLVO-STIJL */
.sv-model-page .sv-model-hero__actions { gap: 10px !important; margin-top: 30px !important; }
@media (max-width: 767px) {
}


/* 19. MODEL BUTTON-LAYOUT — COMPONENTEN UIT serva-standard.css */
.sv-model-page .sv-model-hero__actions.sv-buttons {
  margin-top: 30px;
  transform: translateX(8px);
}

@media (max-width: 767px) {
  .sv-model-page .sv-model-hero__actions.sv-buttons {
    transform: translateX(5px);
  }
}


/* 20. WORPRESS WRAPPER- EN MEDIA-LAYOUT */
.sv-model-page .sv-model-nav__inner > p,
.sv-model-page .sv-model-hero__actions > p {
  display: contents;
}

.sv-model-page .sv-model-carousel__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================================================
   07B. EX60 CONFIGURATOR — INTERACTIEVE MODELKEUZE
   Algemene typografie en CTA-componenten komen uit serva-standard.css.
   ============================================================ */

.sv-model-page .sv-model-configurator {
  padding: clamp(78px,8vw,126px) 0;
  background: #f3f3f1;
  color: #000;
}

.sv-model-page .sv-model-configurator .sv-model-section-head {
  max-width: 860px;
  margin-bottom: clamp(44px,5vw,72px);
}

.sv-model-page .sv-model-configurator__layout {
  display: grid;
  grid-template-columns: minmax(0,1.12fr) minmax(420px,.88fr);
  gap: clamp(28px,3vw,52px);
  align-items: start;
}

.sv-model-page .sv-model-config-preview {
  position: sticky;
  top: 112px;
  min-width: 0;
}

.sv-model-page .sv-model-config-stage {
  position: relative;
  min-height: clamp(430px,43vw,690px);
  display: grid;
  place-items: center;
  padding: clamp(24px,3vw,54px);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 32px;
  background: #e9e9e6;
}

.sv-model-page .sv-model-config-stage img {
  width: 100%;
  height: 100%;
  max-height: 590px;
  object-fit: contain;
  transition: opacity .22s ease;
}

.sv-model-page .sv-model-config-note {
  position: absolute;
  right: 18px;
  bottom: 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: rgba(0,0,0,.52);
  font-size: 11px;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.sv-model-page .sv-model-config-tabs {
  display: inline-flex;
  gap: 4px;
  margin: 18px 0;
  padding: 4px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
}

.sv-model-page .sv-model-config-tab {
  min-height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(0,0,0,.56);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.sv-model-page .sv-model-config-tab.is-active {
  background: #000;
  color: #fff;
}

.sv-model-page .sv-model-config-meta {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 10px;
}

.sv-model-page .sv-model-config-meta__item {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 18px;
  background: rgba(255,255,255,.75);
}

.sv-model-page .sv-model-config-meta__label,
.sv-model-page .sv-model-config-summary__eyebrow {
  display: block;
  margin-bottom: 7px;
  color: rgba(0,0,0,.45);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.sv-model-page .sv-model-config-meta__value {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.sv-model-page .sv-model-config-panel {
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.09);
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,.06);
}

.sv-model-page .sv-model-config-summary {
  padding: clamp(28px,3vw,42px);
  border-bottom: 1px solid rgba(0,0,0,.09);
  background: #0a0a0a;
  color: #fff;
}

.sv-model-page .sv-model-config-summary__eyebrow {
  color: rgba(255,255,255,.48);
}

.sv-model-page .sv-model-config-summary__price {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(38px,3.5vw,58px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.04em;
}

.sv-model-page .sv-model-config-summary p {
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 14px;
  line-height: 1.55;
}

.sv-model-page .sv-model-config-group {
  border-bottom: 1px solid rgba(0,0,0,.09);
}

.sv-model-page .sv-model-config-group summary {
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px clamp(24px,3vw,38px);
  list-style: none;
  cursor: pointer;
}

.sv-model-page .sv-model-config-group summary::-webkit-details-marker { display:none; }

.sv-model-page .sv-model-config-group__title {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.3;
}

.sv-model-page .sv-model-config-group__value {
  color: rgba(0,0,0,.5);
  font-size: 13px;
  line-height: 1.4;
}

.sv-model-page .sv-model-config-group__plus {
  flex: 0 0 auto;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 50%;
  font-size: 21px;
  font-weight: 300;
  line-height: 1;
  transition: transform .2s ease;
}

.sv-model-page .sv-model-config-group[open] .sv-model-config-group__plus {
  transform: rotate(45deg);
}

.sv-model-page .sv-model-config-group__body {
  padding: 0 clamp(24px,3vw,38px) 26px;
}

.sv-model-page .sv-model-config-options {
  display: grid;
  gap: 10px;
}

.sv-model-page .sv-model-config-choice {
  width: 100%;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 17px 18px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 17px;
  background: #fff;
  color: #000;
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease,background-color .18s ease,box-shadow .18s ease;
}

.sv-model-page .sv-model-config-choice:hover {
  border-color: rgba(0,0,0,.28);
}

.sv-model-page .sv-model-config-choice.is-active {
  border-color: #000;
  background: #f5f5f3;
  box-shadow: inset 0 0 0 1px #000;
}

.sv-model-page .sv-model-config-choice > span {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.sv-model-page .sv-model-config-choice strong {
  font-size: 15px;
  line-height: 1.25;
}

.sv-model-page .sv-model-config-choice small {
  color: rgba(0,0,0,.52);
  font-size: 12px;
  line-height: 1.45;
}

.sv-model-page .sv-model-config-choice b {
  flex: 0 0 auto;
  color: rgba(0,0,0,.62);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}

.sv-model-page .sv-model-config-colors {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 10px;
}

.sv-model-page .sv-model-config-color {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 14px;
  background: #fff;
  color: #000;
  text-align: left;
  cursor: pointer;
}

.sv-model-page .sv-model-config-color > span {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 50%;
  background: var(--swatch);
  box-shadow: inset 0 0 0 3px #fff;
}

.sv-model-page .sv-model-config-color small {
  overflow: hidden;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  text-overflow: ellipsis;
}

.sv-model-page .sv-model-config-color.is-active {
  border-color: #000;
  box-shadow: inset 0 0 0 1px #000;
}

.sv-model-page .sv-model-config-total {
  padding: clamp(26px,3vw,38px);
  background: #f5f5f3;
}

.sv-model-page .sv-model-config-total__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  font-size: 14px;
}

.sv-model-page .sv-model-config-total__row strong {
  font-size: clamp(24px,2vw,32px);
  font-weight: 500;
  letter-spacing: -.025em;
}

.sv-model-page .sv-model-config-total__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 18px 0 24px;
}

.sv-model-page .sv-model-config-total__specs span {
  padding: 7px 10px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 999px;
  background: #fff;
  color: rgba(0,0,0,.58);
  font-size: 11px;
  line-height: 1;
}

.sv-model-page .sv-model-config-total__actions {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px;
}

.sv-model-page .sv-model-config-total__actions .sv-btn {
  min-width: 0;
}

@media (max-width: 1100px) {
  .sv-model-page .sv-model-configurator__layout { grid-template-columns: 1fr; }
  .sv-model-page .sv-model-config-preview { position: static; }
}

@media (max-width: 720px) {
  .sv-model-page .sv-model-configurator { padding: 66px 0; }
  .sv-model-page .sv-model-config-stage { min-height: 330px; border-radius: 22px; }
  .sv-model-page .sv-model-config-meta { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sv-model-page .sv-model-config-panel { border-radius: 22px; }
  .sv-model-page .sv-model-config-colors { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sv-model-page .sv-model-config-choice { align-items: flex-start; gap: 14px; }
  .sv-model-page .sv-model-config-total__actions { display:grid; grid-template-columns:1fr; }
}



/* EX60 CONFIGURATOR V2 — equal cards, desktop scroll, 5/4 colors */
@media (min-width:1101px) {
  .sv-model-page .sv-model-configurator__layout { align-items:stretch; }
  .sv-model-page .sv-model-config-preview,
  .sv-model-page .sv-model-config-panel { height:min(780px,calc(100vh - 150px)); min-height:680px; }
  .sv-model-page .sv-model-config-preview { position:sticky; top:112px; display:flex; flex-direction:column; }
  .sv-model-page .sv-model-config-stage { flex:1 1 auto; min-height:0; }
  .sv-model-page .sv-model-config-panel { overflow-y:auto; overscroll-behavior:contain; scrollbar-width:thin; scrollbar-color:rgba(0,0,0,.28) transparent; }
  .sv-model-page .sv-model-config-panel::-webkit-scrollbar { width:7px; }
  .sv-model-page .sv-model-config-panel::-webkit-scrollbar-thumb { border-radius:999px; background:rgba(0,0,0,.24); }
  .sv-model-page .sv-model-config-colors { grid-template-columns:repeat(5,minmax(0,1fr)); }
  .sv-model-page .sv-model-config-color { min-height:82px; flex-direction:column; justify-content:center; gap:8px; padding:10px 6px; text-align:center; }
  .sv-model-page .sv-model-config-color small { width:100%; white-space:normal; }
}
.sv-model-page .sv-model-config-meta__item { min-height:88px; display:flex; flex-direction:column; justify-content:center; }
.sv-model-page .sv-model-config-meta__value { white-space:normal; text-overflow:clip; }

/* EX60 CONFIGURATOR V3 — uitvoering uitlijning */
.sv-model-page .sv-model-config-choice[data-config-choice="trim"] {
  align-items:flex-start;
  text-align:left;
}
.sv-model-page .sv-model-config-choice[data-config-choice="trim"] .sv-model-config-choice__content {
  width:100%;
  min-width:0;
  display:block;
  padding:0;
  margin:0;
  text-align:left;
}
.sv-model-page .sv-model-config-choice[data-config-choice="trim"] .sv-model-config-choice__content strong {
  display:block;
  margin:0 0 10px;
  text-align:left;
}
.sv-model-page .sv-model-config-choice[data-config-choice="trim"] .sv-model-config-choice__content ul {
  display:grid;
  gap:6px;
  margin:0;
  padding:0;
  list-style:none;
  text-align:left;
}
.sv-model-page .sv-model-config-choice[data-config-choice="trim"] .sv-model-config-choice__content li {
  position:relative;
  margin:0;
  padding-left:15px;
  color:rgba(0,0,0,.58);
  font-size:12px;
  line-height:1.45;
  text-align:left;
}
.sv-model-page .sv-model-config-choice[data-config-choice="trim"] .sv-model-config-choice__content li::before {
  content:"";
  position:absolute;
  top:.58em;
  left:0;
  width:4px;
  height:4px;
  border-radius:50%;
  background:currentColor;
}



/* EX60 CONFIGURATOR V5 — desktop raster, aandrijflijn en mobiele sticky auto */
@media (min-width:721px) {
  .sv-model-page .sv-model-config-colors {
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:8px;
  }
  .sv-model-page .sv-model-config-colors > br { display:none !important; }
  .sv-model-page .sv-model-config-color {
    grid-column:auto !important;
    min-height:78px;
    flex-direction:column;
    justify-content:center;
    gap:8px;
    padding:9px 5px;
    text-align:center;
  }
  .sv-model-page .sv-model-config-color small {
    width:100%;
    overflow:visible;
    white-space:normal;
    text-overflow:clip;
  }
  .sv-model-page .sv-model-config-choice[data-config-choice="drive"] > span {
    flex:1 1 auto;
    justify-items:start;
    text-align:left;
  }
}
@media (max-width:720px) {
  .sv-model-page .sv-model-config-preview {
    display:contents;
  }
  .sv-model-page .sv-model-config-stage {
    position:sticky;
    top:64px;
    z-index:20;
    width:100%;
    height:clamp(170px,48vw,230px);
    min-height:170px;
    padding:8px;
    border-radius:18px;
    box-shadow:0 10px 32px rgba(0,0,0,.14);
  }
  .sv-model-page .sv-model-config-stage img {
    max-height:100%;
  }
}


/* EX60 PERSONALISATIE V6 — volledige fotografie en lage acties */
.sv-model-page .sv-model-personalisation-card::before {
  background:linear-gradient(
    to top,
    rgba(0,0,0,.64) 0%,
    rgba(0,0,0,.30) 42%,
    rgba(0,0,0,.08) 68%,
    rgba(0,0,0,.02) 100%
  );
}
.sv-model-page .sv-model-personalisation-card__media img {
  position:absolute;
  inset:0;
  width:100%;
  height:100% !important;
  object-fit:cover;
}
.sv-model-page .sv-model-personalisation-card__content {
  padding-bottom:24px;
}
.sv-model-page .sv-model-personalisation-card__content > br {
  display:none !important;
}
.sv-model-page .sv-model-personalisation-card__content > div:first-child {
  margin-bottom:32px;
}
.sv-model-page .sv-model-personalisation-card__action {
  margin-top:auto;
}


/* EX60 CTA V7 — compacte duidelijke actietegels */
.sv-model-page .sv-model-cta {
  padding:64px 0;
}
.sv-model-page .sv-model-cta__grid {
  gap:14px;
}
.sv-model-page .sv-model-cta-card {
  min-height:210px;
  padding:26px;
  border-radius:24px;
  border-color:rgba(255,255,255,.12);
  background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
}
.sv-model-page .sv-model-cta__grid > p:empty { display:none !important; }
.sv-model-page .sv-model-cta-card > br {
  display:none !important;
}
.sv-model-page .sv-model-cta-card h3 {
  margin:0;
  font-size:clamp(24px,1.55vw,30px);
  line-height:1.08;
  letter-spacing:-.035em;
}
.sv-model-page .sv-model-cta-card p {
  margin:12px 0 0;
  color:rgba(255,255,255,.66);
  font-size:14px;
  line-height:1.55;
}
.sv-model-page .sv-model-cta-card__action {
  margin-top:auto;
  padding:10px 14px;
  font-size:13px;
  line-height:1;
}
@media (max-width:768px) {
  .sv-model-page .sv-model-cta {
    padding:50px 0;
  }
  .sv-model-page .sv-model-cta-card {
    min-height:180px;
    padding:22px;
    border-radius:20px;
  }
}


/* EX60 SERVA V8 — hoofdvisual vult het kader */
.sv-model-page .sv-model-serva__showroom img {
  width:100%;
  height:100% !important;
  object-fit:cover;
  object-position:center;
}
