/* ============================================================
   ELEKTRISCH VOERTUIG BANDEN — Scoped CSS
   Prefix: ev- | Tech-premium: cyaan / elektrisch blauw / donker
   ============================================================ */

:root {
  --ev-cyan:        #06b6d4;
  --ev-cyan-dark:   #0891b2;
  --ev-cyan-bright: #22d3ee;
  --ev-blue:        #0ea5e9;
  --ev-deep:        #060d1a;
  --ev-deep-mid:    #0a1628;
  --ev-deep-light:  #0f2040;
  --ev-slate:       #1e3a5f;
  --ev-bg:          #f0f8ff;
  --ev-white:       #ffffff;
  --ev-gray:        #8fa3b8;
  --ev-border:      #dbeafe;
  --ev-text:        #3d5470;
  --ev-green:       #10b981;
}

/* -- HERO --------------------------------------------------- */
.ev-hero {
  position: relative;
  background: var(--ev-deep);
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Circuit board pattern */
.ev-hero-circuit {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(6,182,212,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6,182,212,.04) 1px, transparent 1px);
  background-size: 48px 48px;
}

/* Energy flow lines */
.ev-hero-energy {
  position: absolute; inset: 0; overflow: hidden;
}
.ev-hero-energy::before {
  content: '';
  position: absolute;
  top: 20%; left: -100%; right: -100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--ev-cyan) 40%, var(--ev-cyan-bright) 50%, var(--ev-cyan) 60%, transparent 100%);
  opacity: .3;
  animation: ev-flow1 4s linear infinite;
}
.ev-hero-energy::after {
  content: '';
  position: absolute;
  top: 65%; left: -100%; right: -100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, var(--ev-blue) 40%, var(--ev-cyan-bright) 50%, var(--ev-blue) 60%, transparent 100%);
  opacity: .2;
  animation: ev-flow2 6s linear infinite;
}
@keyframes ev-flow1 {
  from { transform: translateX(-30%); }
  to   { transform: translateX(30%); }
}
@keyframes ev-flow2 {
  from { transform: translateX(20%); }
  to   { transform: translateX(-20%); }
}

.ev-hero-grad {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 0% 50%, rgba(6,13,26,.98) 0%, transparent 62%),
    radial-gradient(ellipse 50% 80% at 100% 20%, rgba(6,182,212,.08) 0%, transparent 60%),
    linear-gradient(135deg, #060d1a 0%, #0a1628 55%, #060d20 100%);
}

/* Cyan tech glow */
.ev-hero-glow {
  position: absolute; right: 10%; top: 50%;
  transform: translateY(-50%);
  width: 650px; height: 650px;
  background:
    radial-gradient(circle at 40% 40%, rgba(6,182,212,.14) 0%, transparent 45%),
    radial-gradient(circle at 70% 70%, rgba(14,165,233,.1) 0%, transparent 45%);
  pointer-events: none;
}

/* Charging icon animation */
.ev-hero-bolt {
  position: absolute; right: 14%; top: 50%;
  transform: translateY(-50%);
  font-size: 18rem;
  color: rgba(6,182,212,.04);
  pointer-events: none;
  animation: ev-chargePulse 3s ease-in-out infinite;
  z-index: 1;
}
@keyframes ev-chargePulse {
  0%,100% { opacity: 1; transform: translateY(-50%) scale(1); }
  50%      { opacity: .5; transform: translateY(-50%) scale(1.04); }
}

.ev-hero-inner {
  max-width: 1280px; margin: 0 auto; padding: 80px 24px;
  position: relative; z-index: 2; width: 100%;
  display: grid;
  grid-template-columns: 1fr 460px;
  gap: 60px;
  align-items: center;
  box-sizing: border-box;
}

.ev-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(6,182,212,.1);
  border: 1px solid rgba(6,182,212,.3);
  border-radius: 100px;
  padding: 6px 18px;
  color: #67e8f9;
  font-size: .72rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2px;
  margin-bottom: 20px;
}
.ev-hero-eyebrow-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--ev-cyan);
  box-shadow: 0 0 8px var(--ev-cyan);
  animation: ev-dot 2s ease-in-out infinite;
}
@keyframes ev-dot {
  0%,100%{ opacity: 1; box-shadow: 0 0 8px var(--ev-cyan); }
  50%{ opacity: .3; box-shadow: 0 0 3px var(--ev-cyan); }
}

.ev-hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.8rem,5vw,5.2rem);
  font-weight: 900; line-height: .88;
  letter-spacing: -1.5px; color: #fff;
  text-transform: uppercase; margin-bottom: 8px;
}
.ev-hero-title em {
  color: var(--ev-cyan);
  font-style: normal;
  text-shadow: 0 0 30px rgba(6,182,212,.4);
}
.ev-hero-title-sub {
  font-size: clamp(.9rem,1.5vw,1.2rem);
  font-weight: 600; color: rgba(255,255,255,.25);
  text-transform: uppercase; letter-spacing: 5px;
  margin-bottom: 24px;
}
.ev-hero-desc {
  color: rgba(255,255,255,.65); font-size: 1rem;
  line-height: 1.8; max-width: 450px; margin-bottom: 36px;
}
.ev-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 52px; }
.ev-hero-stats { display: flex; gap: 36px; flex-wrap: wrap; }
.ev-hero-stat-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.2rem; font-weight: 900; color: #fff; line-height: 1;
}
.ev-hero-stat-num span { color: var(--ev-cyan); }
.ev-hero-stat-label { font-size: .72rem; color: rgba(255,255,255,.35); margin-top: 2px; text-transform: uppercase; letter-spacing: 1px; }
.ev-hero-stat-divider { width: 1px; background: rgba(255,255,255,.08); align-self: stretch; }

/* -- FINDER ------------------------------------------------- */
.ev-finder {
  background: rgba(6,13,26,.85);
  border: 1px solid rgba(6,182,212,.2);
  border-radius: 16px; padding: 32px;
  backdrop-filter: blur(20px);
  box-shadow: 0 0 0 1px rgba(6,182,212,.05), 0 32px 80px rgba(0,0,0,.7), inset 0 1px 0 rgba(6,182,212,.1);
  position: relative; overflow: hidden;
}
.ev-finder::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--ev-cyan), var(--ev-cyan-bright), var(--ev-cyan), transparent);
  box-shadow: 0 0 16px rgba(6,182,212,.5);
}
.ev-finder-label {
  font-size: .65rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2.5px;
  color: var(--ev-cyan); margin-bottom: 4px;
}
.ev-finder-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.7rem; font-weight: 800;
  text-transform: uppercase; color: #fff; margin-bottom: 20px;
  letter-spacing: -.5px;
}
.ev-finder-field { margin-bottom: 12px; }
.ev-finder-field label {
  display: block; font-size: .68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1.5px;
  color: rgba(255,255,255,.4); margin-bottom: 6px;
}
.ev-finder-field select,
.ev-finder-field input {
  width: 100%; height: 46px;
  background: rgba(6,182,212,.06);
  border: 1px solid rgba(6,182,212,.15);
  border-radius: 8px; color: #fff;
  font-size: .9rem; padding: 0 14px;
  outline: none; cursor: pointer;
  transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none; appearance: none;
  box-sizing: border-box;
  font-family: 'Barlow', sans-serif;
}
.ev-finder-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(6,182,212,0.6)' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px;
}
.ev-finder-field select option { background: #0a1628; color: #fff; }
.ev-finder-field select:focus,
.ev-finder-field input:focus {
  border-color: var(--ev-cyan);
  box-shadow: 0 0 0 3px rgba(6,182,212,.15), 0 0 12px rgba(6,182,212,.1);
}
.ev-finder-row { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.ev-finder-btn {
  width: 100%; padding: 15px;
  background: var(--ev-cyan); color: var(--ev-deep);
  border: none; border-radius: 8px;
  font-family: 'Barlow', sans-serif;
  font-size: 1rem; font-weight: 700;
  cursor: pointer; transition: all .2s; margin-top: 6px;
  box-shadow: 0 4px 20px rgba(6,182,212,.4), 0 0 30px rgba(6,182,212,.15);
  display: flex; align-items: center; justify-content: center; gap: 10px;
  text-transform: uppercase; letter-spacing: 1px;
}
.ev-finder-btn:hover {
  background: var(--ev-cyan-bright);
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(6,182,212,.5), 0 0 40px rgba(6,182,212,.2);
}
.ev-finder-tabs {
  display: flex; gap: 4px; margin-bottom: 20px;
  background: rgba(255,255,255,.04); border-radius: 10px; padding: 4px;
}
.ev-finder-tab {
  flex: 1; padding: 9px 8px;
  background: none; border: none; border-radius: 7px;
  color: rgba(255,255,255,.4); font-size: .78rem; font-weight: 600;
  cursor: pointer; transition: all .2s;
  font-family: 'Barlow', sans-serif;
  white-space: nowrap;
}
.ev-finder-tab.active {
  background: var(--ev-cyan); color: var(--ev-deep);
  box-shadow: 0 2px 10px rgba(6,182,212,.4);
}
.ev-finder-panel { display: none; }
.ev-finder-panel.active { display: block; }
.ev-finder-guarantee {
  text-align: center; font-size: .7rem;
  color: rgba(255,255,255,.3); margin-top: 14px;
  display: flex; align-items: center; justify-content: center; gap: 6px;
}
.ev-finder-guarantee i { color: var(--ev-cyan); }

/* -- KNOPPEN ------------------------------------------------ */
.ev-btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 30px;
  background: var(--ev-cyan); color: var(--ev-deep);
  border: 2px solid var(--ev-cyan); border-radius: 8px;
  font-family: 'Barlow', sans-serif;
  font-size: 1rem; font-weight: 700;
  cursor: pointer; transition: all .2s;
  box-shadow: 0 4px 24px rgba(6,182,212,.4);
  text-decoration: none; text-transform: uppercase; letter-spacing: .5px;
}
.ev-btn-primary:hover {
  background: var(--ev-cyan-bright); border-color: var(--ev-cyan-bright);
  transform: translateY(-2px); box-shadow: 0 8px 32px rgba(6,182,212,.5);
  color: var(--ev-deep);
}
.ev-btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 30px;
  background: rgba(6,182,212,.08); color: #fff;
  border: 2px solid rgba(6,182,212,.3); border-radius: 8px;
  font-family: 'Barlow', sans-serif;
  font-size: 1rem; font-weight: 600;
  cursor: pointer; transition: all .2s; text-decoration: none;
  text-transform: uppercase; letter-spacing: .5px;
}
.ev-btn-outline:hover {
  background: rgba(6,182,212,.15); border-color: rgba(6,182,212,.7);
  transform: translateY(-2px); color: #fff;
}
.ev-btn-dark {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 30px;
  background: var(--ev-deep-light); color: #fff;
  border: 1px solid rgba(6,182,212,.2); border-radius: 8px;
  font-family: 'Barlow', sans-serif;
  font-size: 1rem; font-weight: 700;
  cursor: pointer; transition: all .2s; text-decoration: none;
  text-transform: uppercase; letter-spacing: .5px;
}
.ev-btn-dark:hover {
  background: var(--ev-slate); border-color: rgba(6,182,212,.4);
  transform: translateY(-2px); color: #fff;
}

/* -- USP BALK ----------------------------------------------- */
.ev-usp-strip {
  background: var(--ev-deep-mid);
  border-top: 1px solid rgba(6,182,212,.15);
  border-bottom: 1px solid rgba(6,182,212,.1);
}
.ev-usp-inner {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: repeat(4,1fr);
}
.ev-usp-item {
  display: flex; align-items: center; gap: 14px;
  padding: 22px 20px;
  border-right: 1px solid rgba(255,255,255,.05);
  transition: background .2s;
}
.ev-usp-item:last-child { border-right: none; }
.ev-usp-item:hover { background: rgba(6,182,212,.04); }
.ev-usp-icon {
  width: 42px; height: 42px; border-radius: 8px;
  background: rgba(6,182,212,.12);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  box-shadow: 0 0 12px rgba(6,182,212,.1);
}
.ev-usp-icon i { color: var(--ev-cyan); font-size: 1.1rem; }
.ev-usp-text strong { display: block; font-size: .875rem; font-weight: 700; color: #fff; }
.ev-usp-text span  { font-size: .78rem; color: rgba(255,255,255,.38); }

/* -- SECTIES ----------------------------------------------- */
.ev-section { padding: 80px 0; }
.ev-section-inner { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
.ev-section-header { margin-bottom: 52px; }
.ev-section-header.center { text-align: center; }
.ev-eyebrow {
  display: inline-block; font-size: .68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 2.5px;
  color: var(--ev-cyan); margin-bottom: 10px;
}
.ev-section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem,3vw,3rem); font-weight: 900;
  text-transform: uppercase; color: var(--ev-deep);
  line-height: .95; letter-spacing: -.5px;
}
.ev-section-title em { color: var(--ev-cyan-dark); font-style: normal; }
.ev-section-title.light { color: #fff; }
.ev-section-title.light em { color: var(--ev-cyan); }
.ev-section-line {
  width: 48px; height: 2px;
  background: linear-gradient(90deg, var(--ev-cyan), var(--ev-blue));
  border-radius: 2px; margin: 14px 0 0;
  box-shadow: 0 0 8px rgba(6,182,212,.4);
}
.ev-section-header.center .ev-section-line { margin: 14px auto 0; }
.ev-section-sub {
  font-size: .95rem; color: var(--ev-text);
  margin-top: 12px; max-width: 520px; line-height: 1.7;
}
.ev-section-header.center .ev-section-sub { margin-left: auto; margin-right: auto; }
.ev-section-sub.light { color: rgba(255,255,255,.5); }

.ev-bg-white { background: #fff; }
.ev-bg-light  { background: var(--ev-bg); }
.ev-bg-deep   { background: var(--ev-deep); }
.ev-bg-dark   { background: var(--ev-deep-mid); }
.ev-center    { text-align: center; margin-top: 36px; }

/* -- EV VOORDELEN — feature blokken ------------------------ */
.ev-feat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 60px; }
.ev-feat-card {
  background: var(--ev-deep-mid);
  border: 1px solid rgba(6,182,212,.12);
  border-radius: 14px; padding: 32px 26px;
  transition: all .25s; position: relative; overflow: hidden;
}
.ev-feat-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--ev-cyan), var(--ev-blue));
  transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.ev-feat-card:hover { border-color: rgba(6,182,212,.3); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(6,182,212,.08); }
.ev-feat-card:hover::before { transform: scaleX(1); }
.ev-feat-icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: rgba(6,182,212,.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; margin-bottom: 18px;
  box-shadow: 0 0 20px rgba(6,182,212,.15);
}
.ev-feat-icon i { color: var(--ev-cyan); }
.ev-feat-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.15rem; font-weight: 800; color: #fff; margin-bottom: 10px; text-transform: uppercase;
}
.ev-feat-text { font-size: .875rem; color: rgba(255,255,255,.5); line-height: 1.7; }

/* -- EV MODELLEN ------------------------------------------- */
.ev-models-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.ev-model-card {
  background: #fff; border: 2px solid var(--ev-border);
  border-radius: 14px; padding: 28px;
  cursor: pointer; transition: all .25s; position: relative; overflow: hidden;
  text-decoration: none; display: block;
}
.ev-model-card:hover {
  border-color: var(--ev-cyan); transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(6,182,212,.12);
}
.ev-model-card.featured { border-color: var(--ev-cyan); background: var(--ev-deep); }
.ev-model-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.ev-model-icon {
  width: 52px; height: 52px; border-radius: 10px;
  background: rgba(6,182,212,.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; transition: background .25s;
}
.ev-model-card:hover .ev-model-icon { background: rgba(6,182,212,.2); }
.ev-model-tag {
  font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px;
  padding: 3px 10px; border-radius: 100px;
  background: rgba(6,182,212,.1); color: var(--ev-cyan-dark); border: 1px solid rgba(6,182,212,.2);
}
.ev-model-card.featured .ev-model-tag { background: rgba(6,182,212,.15); color: var(--ev-cyan); border-color: rgba(6,182,212,.3); }
.ev-model-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.3rem; font-weight: 900; text-transform: uppercase;
  color: var(--ev-deep); margin-bottom: 6px; letter-spacing: -.2px;
}
.ev-model-card.featured .ev-model-name { color: #fff; }
.ev-model-sub { font-size: .83rem; color: var(--ev-text); line-height: 1.5; margin-bottom: 16px; }
.ev-model-card.featured .ev-model-sub { color: rgba(255,255,255,.5); }
.ev-model-sizes { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.ev-size-tag {
  background: var(--ev-bg); border: 1px solid var(--ev-border);
  border-radius: 100px; padding: 3px 10px;
  font-size: .72rem; font-weight: 600; color: var(--ev-deep);
  transition: all .2s;
}
.ev-model-card.featured .ev-size-tag { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.12); color: rgba(255,255,255,.75); }
.ev-model-card:hover .ev-size-tag { border-color: rgba(6,182,212,.3); background: rgba(6,182,212,.07); }
.ev-model-cta {
  display: flex; align-items: center; justify-content: space-between;
  color: var(--ev-cyan-dark); font-size: .85rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .5px;
}
.ev-model-card.featured .ev-model-cta { color: var(--ev-cyan); }
.ev-model-cta i { transition: transform .2s; }
.ev-model-card:hover .ev-model-cta i { transform: translateX(5px); }

/* -- MERKEN ------------------------------------------------ */
.ev-brands-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.ev-brand-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(6,182,212,.1);
  border-radius: 12px; padding: 26px 20px;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  cursor: pointer; transition: all .25s; position: relative; overflow: hidden;
}
.ev-brand-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--ev-cyan), transparent);
  transform: scaleX(0); transition: transform .25s;
}
.ev-brand-card:hover {
  background: rgba(6,182,212,.06); border-color: rgba(6,182,212,.35);
  transform: translateY(-4px); box-shadow: 0 12px 36px rgba(6,182,212,.1);
}
.ev-brand-card:hover::after { transform: scaleX(1); }
.ev-brand-logo {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.15rem; font-weight: 900; text-transform: uppercase;
  color: rgba(255,255,255,.6); letter-spacing: 1px; transition: color .25s;
}
.ev-brand-card:hover .ev-brand-logo { color: #fff; }
.ev-brand-count { font-size: .72rem; color: rgba(255,255,255,.28); transition: color .25s; }
.ev-brand-card:hover .ev-brand-count { color: var(--ev-cyan); }
.ev-brand-ev { font-size: .65rem; color: rgba(6,182,212,.4); text-transform: uppercase; letter-spacing: 1px; }
.ev-brand-badge {
  position: absolute; top: 8px; right: 8px;
  background: var(--ev-green); color: #fff;
  font-size: .58rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
  padding: 2px 7px; border-radius: 100px;
}

/* -- PRODUCTEN --------------------------------------------- */
.ev-prod-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.ev-prod-card {
  background: #fff; border-radius: 14px;
  border: 2px solid var(--ev-border);
  overflow: hidden; transition: all .25s; position: relative;
}
.ev-prod-card:hover {
  border-color: var(--ev-cyan); transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(6,182,212,.1);
}
.ev-prod-card.featured { border-color: var(--ev-cyan); }
.ev-prod-badge {
  position: absolute; top: 16px; left: 16px;
  background: var(--ev-deep); color: #fff;
  font-size: .68rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: 1px;
  padding: 5px 12px; border-radius: 100px; z-index: 2;
}
.ev-prod-badge.cyan  { background: var(--ev-cyan); color: var(--ev-deep); }
.ev-prod-badge.green { background: var(--ev-green); }
.ev-prod-img {
  height: 200px; background: var(--ev-bg);
  display: flex; align-items: center; justify-content: center; font-size: 4rem;
  position: relative;
}
.ev-prod-featured-bar {
  height: 2px;
  background: linear-gradient(90deg, var(--ev-cyan), var(--ev-blue));
  box-shadow: 0 0 8px rgba(6,182,212,.4);
}
.ev-prod-body { padding: 24px; }
.ev-prod-brand { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--ev-cyan-dark); }
.ev-prod-name {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.15rem; font-weight: 800; color: var(--ev-deep);
  margin: 4px 0 6px; text-transform: uppercase; letter-spacing: -.2px;
}
/* EV spec tags */
.ev-prod-specs { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 14px; }
.ev-spec-pill {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .5px;
  padding: 3px 9px; border-radius: 100px;
  background: rgba(6,182,212,.08); border: 1px solid rgba(6,182,212,.2); color: var(--ev-cyan-dark);
}
.ev-spec-pill.green { background: rgba(16,185,129,.08); border-color: rgba(16,185,129,.2); color: #059669; }
.ev-prod-scores { margin-bottom: 14px; }
.ev-prod-score { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.ev-prod-score-label { font-size: .72rem; color: var(--ev-gray); min-width: 80px; }
.ev-dots { display: flex; gap: 4px; }
.ev-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: var(--ev-border); transition: background .2s;
}
.ev-dot.on { background: var(--ev-cyan); box-shadow: 0 0 4px rgba(6,182,212,.4); }
.ev-dot.on.green { background: var(--ev-green); box-shadow: 0 0 4px rgba(16,185,129,.4); }
.ev-prod-desc { font-size: .82rem; color: var(--ev-text); line-height: 1.65; margin-bottom: 14px; }
.ev-prod-old  { font-size: .85rem; color: var(--ev-gray); text-decoration: line-through; }
.ev-prod-price {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.2rem; font-weight: 900; color: var(--ev-deep); line-height: 1;
}
.ev-prod-price small { font-size: 1rem; font-weight: 400; }
.ev-prod-buy {
  width: 100%; padding: 13px;
  background: var(--ev-deep); color: #fff;
  border: none; border-radius: 8px;
  font-family: 'Barlow', sans-serif;
  font-size: .9rem; font-weight: 700; cursor: pointer; transition: all .2s;
  margin-top: 14px; display: flex; align-items: center; justify-content: center; gap: 8px;
  box-sizing: border-box; text-transform: uppercase; letter-spacing: .5px;
}
.ev-prod-buy.cyan { background: var(--ev-cyan); color: var(--ev-deep); box-shadow: 0 4px 16px rgba(6,182,212,.3); }
.ev-prod-buy:hover { filter: brightness(1.15); transform: translateY(-1px); }

/* -- MATEN ------------------------------------------------- */
.ev-maten-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.ev-maat-card {
  background: #fff; border: 2px solid var(--ev-border);
  border-radius: 10px; padding: 20px;
  text-align: center; cursor: pointer; transition: all .2s;
  position: relative; overflow: hidden; text-decoration: none; display: block;
}
.ev-maat-card::after {
  content: '';
  position: absolute; inset: -2px;
  border: 2px solid var(--ev-cyan); border-radius: 11px;
  opacity: 0; transition: opacity .2s;
  box-shadow: inset 0 0 12px rgba(6,182,212,.1), 0 0 12px rgba(6,182,212,.15);
}
.ev-maat-card:hover::after { opacity: 1; }
.ev-maat-card:hover { transform: translateY(-3px); }
.ev-maat-size { font-family: 'Barlow Condensed', sans-serif; font-size: 1.5rem; font-weight: 900; color: var(--ev-deep); margin-bottom: 4px; }
.ev-maat-label { font-size: .72rem; color: var(--ev-text); margin-bottom: 10px; }
.ev-maat-ev-tag {
  display: inline-block; font-size: .62rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;
  padding: 2px 7px; border-radius: 100px; margin-bottom: 8px;
  background: rgba(6,182,212,.08); border: 1px solid rgba(6,182,212,.2); color: var(--ev-cyan-dark);
}
.ev-maat-from  { font-size: .68rem; color: var(--ev-gray); }
.ev-maat-price { font-family: 'Barlow Condensed', sans-serif; font-size: 1.9rem; font-weight: 900; color: var(--ev-cyan-dark); line-height: 1; }
.ev-maat-count { font-size: .7rem; color: var(--ev-gray); margin-top: 4px; }

/* -- REVIEWS ----------------------------------------------- */
.ev-reviews-top {
  display: flex; gap: 40px; align-items: center;
  margin-bottom: 48px;
  background: var(--ev-bg); border-radius: 14px; padding: 32px;
  border: 2px solid var(--ev-border);
}
.ev-review-score-big { font-family: 'Barlow Condensed', sans-serif; font-size: 4.5rem; font-weight: 900; color: var(--ev-deep); line-height: 1; }
.ev-review-stars { color: #0891b2; font-size: 1.1rem; margin: 4px 0; }
.ev-review-lbl { font-size: .8rem; color: var(--ev-gray); }
.ev-review-divider { width: 1px; background: var(--ev-border); align-self: stretch; }
.ev-review-bars { flex: 1; }
.ev-review-bar-row { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; }
.ev-review-bar-row span { font-size: .78rem; color: var(--ev-gray); width: 30px; }
.ev-review-bar { flex: 1; height: 6px; background: var(--ev-border); border-radius: 3px; overflow: hidden; }
.ev-review-bar-fill { height: 100%; background: var(--ev-cyan); border-radius: 3px; }
.ev-review-extra { display: flex; gap: 32px; }
.ev-review-extra-num { font-family: 'Barlow Condensed', sans-serif; font-size: 2rem; font-weight: 900; color: var(--ev-deep); }
.ev-review-extra-lbl { font-size: .78rem; color: var(--ev-gray); }
.ev-reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.ev-review-card {
  background: #fff; border-radius: 12px; padding: 24px;
  border: 2px solid var(--ev-border); transition: all .2s; position: relative; overflow: hidden;
}
.ev-review-card::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, var(--ev-cyan), var(--ev-blue));
  transform: scaleX(0); transition: transform .25s;
}
.ev-review-card:hover::after { transform: scaleX(1); }
.ev-review-card:hover { border-color: rgba(6,182,212,.3); transform: translateY(-3px); }
.ev-review-header { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.ev-review-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--ev-deep);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Barlow Condensed', sans-serif; font-size: 1rem; font-weight: 900; color: #fff; flex-shrink: 0;
  box-shadow: 0 0 12px rgba(6,182,212,.2);
}
.ev-review-name { font-weight: 700; font-size: .9rem; color: var(--ev-deep); }
.ev-review-car  { font-size: .75rem; color: var(--ev-gray); }
.ev-review-stars-sm { color: #0891b2; font-size: .85rem; margin-bottom: 10px; }
.ev-review-text { font-size: .875rem; color: var(--ev-text); line-height: 1.65; }
.ev-review-verified {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: .72rem; color: #059669; font-weight: 600; margin-top: 12px;
}

/* -- STAPPEN ----------------------------------------------- */
.ev-steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.ev-step-card {
  text-align: center; padding: 36px 24px;
  background: var(--ev-deep-mid);
  border: 1px solid rgba(6,182,212,.12);
  border-radius: 14px; transition: all .2s; position: relative; overflow: hidden;
}
.ev-step-card:hover { border-color: rgba(6,182,212,.3); transform: translateY(-4px); box-shadow: 0 16px 40px rgba(6,182,212,.08); }
.ev-step-nr {
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--ev-cyan); color: var(--ev-deep);
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.6rem; font-weight: 900;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 0 24px rgba(6,182,212,.5);
}
.ev-step-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.15rem; font-weight: 800; color: #fff; margin-bottom: 10px; text-transform: uppercase; }
.ev-step-text  { font-size: .875rem; color: rgba(255,255,255,.5); line-height: 1.65; }

/* -- GARANTIES --------------------------------------------- */
.ev-garantie-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.ev-garantie-card {
  background: rgba(6,182,212,.04);
  border: 1px solid rgba(6,182,212,.12);
  border-radius: 14px; padding: 32px 24px; transition: all .2s;
}
.ev-garantie-card:hover { background: rgba(6,182,212,.08); transform: translateY(-4px); border-color: rgba(6,182,212,.25); }
.ev-garantie-icon {
  width: 52px; height: 52px; border-radius: 12px;
  background: rgba(6,182,212,.15);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; margin-bottom: 18px;
  box-shadow: 0 0 16px rgba(6,182,212,.15);
}
.ev-garantie-icon i { color: var(--ev-cyan); }
.ev-garantie-title { font-family: 'Barlow Condensed', sans-serif; font-size: 1.15rem; font-weight: 800; color: var(--ev-deep); margin-bottom: 10px; text-transform: uppercase; }
.ev-garantie-text  { font-size: .875rem; color: var(--ev-text); line-height: 1.7; }

/* -- FAQ --------------------------------------------------- */
.ev-faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ev-faq-item {
  border: 1px solid var(--ev-border); border-radius: 10px;
  overflow: hidden; cursor: pointer; transition: border-color .2s;
}
.ev-faq-item:hover, .ev-faq-item.open { border-color: var(--ev-cyan); box-shadow: 0 4px 16px rgba(6,182,212,.08); }
.ev-faq-q {
  padding: 18px 20px;
  display: flex; justify-content: space-between; align-items: center;
  font-weight: 600; font-size: .9rem; color: var(--ev-deep); gap: 16px;
}
.ev-faq-item.open .ev-faq-q { color: var(--ev-cyan-dark); }
.ev-faq-q i { color: var(--ev-cyan); font-size: .8rem; transition: transform .2s; flex-shrink: 0; }
.ev-faq-item.open .ev-faq-q i { transform: rotate(180deg); }
.ev-faq-a { padding: 0 20px 18px; font-size: .875rem; color: var(--ev-text); line-height: 1.7; display: none; }
.ev-faq-item.open .ev-faq-a { display: block; }

/* -- EIND CTA ---------------------------------------------- */
.ev-eindcta {
  background: var(--ev-deep); padding: 80px 0;
  position: relative; overflow: hidden;
}
.ev-eindcta::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(6,182,212,.1) 0%, transparent 65%);
}
.ev-eindcta::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--ev-cyan), transparent);
  box-shadow: 0 0 20px rgba(6,182,212,.4);
}
.ev-eindcta-inner {
  max-width: 700px; margin: 0 auto; padding: 0 24px;
  text-align: center; position: relative; z-index: 2;
}
.ev-eindcta-eyebrow { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 2.5px; color: var(--ev-cyan); margin-bottom: 14px; }
.ev-eindcta-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2.2rem,4.5vw,4rem); font-weight: 900;
  text-transform: uppercase; color: #fff;
  line-height: .92; letter-spacing: -1px; margin-bottom: 20px;
}
.ev-eindcta-title em { color: var(--ev-cyan); font-style: normal; text-shadow: 0 0 30px rgba(6,182,212,.4); }
.ev-eindcta-text { color: rgba(255,255,255,.5); font-size: .95rem; line-height: 1.7; margin-bottom: 36px; }
.ev-eindcta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 36px; }
.ev-eindcta-pijlers { display: flex; gap: 32px; justify-content: center; flex-wrap: wrap; }
.ev-eindcta-pijler { font-size: .8rem; color: rgba(255,255,255,.32); display: flex; align-items: center; gap: 8px; }
.ev-eindcta-pijler i { color: var(--ev-cyan); }

/* -- RESPONSIVE -------------------------------------------- */
@media (max-width: 1024px) {
  .ev-hero-inner { grid-template-columns: 1fr 380px; gap: 40px; }
  .ev-brands-grid{ grid-template-columns: repeat(3,1fr); }
  .ev-maten-grid { grid-template-columns: repeat(3,1fr); }
  .ev-prod-grid  { grid-template-columns: repeat(2,1fr); }
  .ev-models-grid { grid-template-columns: repeat(2,1fr); }
  .ev-feat-grid  { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .ev-hero-inner { grid-template-columns: 1fr; padding: 48px 20px; }
  .ev-usp-inner  { grid-template-columns: repeat(2,1fr); }
  .ev-models-grid { grid-template-columns: 1fr; }
  .ev-feat-grid  { grid-template-columns: 1fr; }
  .ev-brands-grid{ grid-template-columns: repeat(2,1fr); }
  .ev-maten-grid { grid-template-columns: repeat(2,1fr); }
  .ev-prod-grid  { grid-template-columns: 1fr; }
  .ev-faq-grid   { grid-template-columns: 1fr; }
  .ev-reviews-grid { grid-template-columns: 1fr; }
  .ev-garantie-grid { grid-template-columns: 1fr; }
  .ev-steps-grid { grid-template-columns: 1fr; }
  .ev-reviews-top { flex-direction: column; gap: 20px; }
  .ev-hero-bolt  { display: none; }
}