/* =============================================================
   index.css — ThinkCentrum.nl Homepage — Redesign v2
   ============================================================= */

/* ══════ HERO ══════ */
.hero2 {
  background: #f7f9fc;
  padding: 52px 0 52px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e2e8f0;
}

.hero2::after {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(212,43,43,0.06) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.hero2-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 60% 80% at 95% 50%, rgba(26,58,92,0.055) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 5% 80%, rgba(212,43,43,0.03) 0%, transparent 60%);
  pointer-events: none;
}

/* Grid pattern overlay */
.hero2::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(26,58,92,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26,58,92,0.03) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
  z-index: 0;
}

.hero2-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 28px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* Eyebrow */
.hero2-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1.5px solid #e2e8f0;
  border-radius: 30px;
  padding: 6px 16px;
  font-size: 11px;
  font-weight: 700;
  color: #d42b2b;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* H1 */
.hero2-tekst h1 {
  font-size: clamp(32px, 4.5vw, 50px);
  font-weight: 900;
  color: #0d1b2a;
  line-height: 1.08;
  margin-bottom: 18px;
  letter-spacing: -1.5px;
}

.hero2-tekst h1 em {
  font-style: normal;
  color: #d42b2b;
  position: relative;
}

.hero2-tekst h1 em::after {
  content: '';
  position: absolute;
  bottom: 2px; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d42b2b, rgba(212,43,43,0.3));
  border-radius: 2px;
}

/* Subtekst */
.hero2-tekst p {
  font-size: 16px;
  color: #4a5568;
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 460px;
}

/* Knoppen */
.hero2-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.h2-btn-primair {
  background: #d42b2b;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 14px rgba(212,43,43,0.3);
  letter-spacing: 0.01em;
}
.h2-btn-primair:hover {
  background: #b82323;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212,43,43,0.35);
  color: #fff;
  text-decoration: none;
}

.h2-btn-sec {
  background: #fff;
  color: #1a3a5c;
  border: 1.5px solid #d0d8e4;
  font-size: 14px;
  font-weight: 600;
  padding: 13px 22px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.15s;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.h2-btn-sec:hover {
  border-color: #1a3a5c;
  background: #f0f4f9;
  color: #1a3a5c;
  text-decoration: none;
}

/* Trust badges */
.hero2-trust {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.hero2-trust span {
  font-size: 13px;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}

/* ══════ HERO VISUAL (rechts) ══════ */
.hero2-visual {
  position: relative;
  max-width: 420px;
  margin-left: auto;
}

/* ══════ HERO SLIDER KAART ══════ */
.hero-slider {
  position: relative;
}

.hero-slide {
  display: none;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(15,25,35,0.12), 0 4px 16px rgba(15,25,35,0.06);
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  animation: slideIn 0.4s ease;
}

@keyframes slideIn {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-slide:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(15,25,35,0.16), 0 8px 24px rgba(15,25,35,0.08);
}

.hero-slide.actief { display: block; }

/* Laptop foto bovenin de kaart */
.hero-slide-foto {
  width: 100%;
  height: 160px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #eef1f5;
}

.hero-slide-foto img {
  max-width: 80%;
  max-height: 140px;
  object-fit: contain;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 6px 16px rgba(0,0,0,0.10));
}

.hero-slide:hover .hero-slide-foto img {
  transform: scale(1.04);
}

.hero-slide-foto-placeholder {
  font-size: 64px;
  opacity: 0.15;
}

/* Kaart content */
.hero-slide-content {
  padding: 16px 20px 18px;
}

/* Badges */
.hero-slide-badges {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
}

.hero-kaart-da-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #d42b2b;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}

.hero2-kaart-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}
.hero2-kaart-badge-a     { background: #16a34a; }
.hero2-kaart-badge-aplus { background: #7c3aed; }
.hero2-kaart-badge-b     { background: #2563eb; }
.hero2-kaart-badge-c     { background: #9ca3af; }

/* Naam */
.hero2-kaart-naam {
  font-size: 16px;
  font-weight: 800;
  color: #0d1b2a;
  margin-bottom: 10px;
  line-height: 1.25;
  transition: color 0.15s;
}
.hero-slide:hover .hero2-kaart-naam { color: #1a3a5c; }

/* Specs */
.hero2-kaart-specs {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 0;
  background: #f8fafc;
  border-radius: 10px;
  padding: 12px 14px;
}
.hero2-kaart-specs > div {
  display: flex;
  gap: 10px;
  font-size: 13px;
  align-items: center;
}
.hero2-kaart-specs span {
  color: #94a3b8;
  min-width: 72px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.hero2-kaart-specs strong {
  color: #1e293b;
  font-weight: 600;
}

/* Bottom: prijs + knop */
.hero-slide-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #f0f4f8;
}
.hero-slide-bottom-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

/* ══ PRIJS BLOK — VOLLEDIG HERSCHREVEN ══ */
.hero2-kaart-prijs {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  align-items: flex-start;
}
.hero2-kaart-prijs .prijs-label {
  font-size: 10px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
  display: block;
}

/* ── HPB: hero prijs blok — directe selectors zonder foutieve parent ── */
.hpb {
  display: block !important;
  width: 100% !important;
}
.hpb-label {
  font-size: 10px !important;
  font-weight: 700 !important;
  color: #94a3b8 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  display: block !important;
  margin-bottom: 2px !important;
}
.hpb-oud {
  font-size: 14px !important;
  color: #64748b !important;
  text-decoration: line-through !important;
  display: block !important;
  font-weight: 600 !important;
  margin-bottom: 4px !important;
}
/* Prijs + badge naast elkaar */
.hpb-rij {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
  visibility: visible !important;
  opacity: 1 !important;
}
/* Het prijsgetal zelf */
.hpb-prijs {
  font-size: 26px !important;
  font-weight: 900 !important;
  color: #0d1b2a !important;
  -webkit-text-fill-color: #0d1b2a !important;
  line-height: 1 !important;
  letter-spacing: -1px !important;
  white-space: nowrap !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.hpb-excl {
  font-size: 10px !important;
  color: #94a3b8 !important;
  display: block !important;
  margin-top: 3px !important;
}
/* Korting badge — klein pill, nooit uitrekken */
.hpb-korting,
.hero-korting-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #dc2626 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  padding: 3px 9px !important;
  border-radius: 20px !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  width: auto !important;
  min-width: unset !important;
  max-width: unset !important;
  align-self: auto !important;
  line-height: 1 !important;
}

/* Bekijk knop */
.hero-slide-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d42b2b;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 11px 22px;
  border-radius: 9px;
  text-decoration: none;
  transition: background 0.15s, transform 0.15s;
  white-space: nowrap;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(212,43,43,0.25);
}
.hero-slide-btn:hover {
  background: #b82323;
  transform: translateY(-1px);
  color: #fff;
  text-decoration: none;
}

/* Timer */
.hero-da-timer-sm {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: #0d1b2a;
  border: 1px solid rgba(255,107,53,0.3);
  border-radius: 8px;
  padding: 5px 10px;
  width: fit-content;
}
.hero-da-num {
  font-size: 14px;
  font-weight: 900;
  color: #ff6b35;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  min-width: 20px;
  text-align: center;
}
.hero-da-sep-sm {
  font-size: 12px;
  font-weight: 900;
  color: rgba(255,107,53,0.4);
  margin: 0 1px;
}
.hero-da-lbl-sm {
  font-size: 9px;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-left: 6px;
  white-space: nowrap;
}

@keyframes timerPuls {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.4; }
}
.hero-da-timer-sm.urgent .hero-da-num {
  animation: timerPuls 1s infinite;
  color: #ff3b30;
}
.hero-da-timer-sm.urgent { border-color: rgba(255,59,48,0.4); }

/* Dots */
.hero-dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 14px;
}
.hero-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #d0d8e4;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, width 0.25s;
}
.hero-dot.actief {
  background: #d42b2b;
  transform: scale(1.2);
  width: 20px;
  border-radius: 3px;
}

/* ══════ USP STRIP ══════ */
.usp-strip {
  background: #fff;
  border-bottom: 1px solid #e8edf3;
  padding: 0;
}

.usp-strip-inner {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.usp-s-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 28px;
  border-right: 1px solid #e8edf3;
  flex: 1;
  min-width: 160px;
  transition: background 0.15s;
  position: relative;
}
.usp-s-item:last-child { border-right: none; }
.usp-s-item:hover { background: #f8fafc; }

.usp-s-item::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 40px; height: 2px;
  background: #d42b2b;
  border-radius: 2px;
  transition: transform 0.2s;
}
.usp-s-item:hover::after { transform: translateX(-50%) scaleX(1); }

.usp-s-icon { font-size: 22px; flex-shrink: 0; }
.usp-s-item div { display: flex; flex-direction: column; }
.usp-s-item strong {
  font-size: 13px;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 1px;
}
.usp-s-item span {
  font-size: 11.5px;
  color: #94a3b8;
}
.usp-strip-divider { display: none; }

/* ══════ SECTIE KOP ══════ */
.sectie-kop { text-align: center; margin-bottom: 36px; }
.sectie-kop h2 {
  font-size: clamp(22px, 3.5vw, 30px);
  font-weight: 800;
  color: #0d1b2a;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}
.sectie-kop p {
  font-size: 15px;
  color: #64748b;
}
.sectie-kop-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  text-align: left;
  gap: 12px;
}
.sectie-alle-link {
  font-size: 13.5px;
  font-weight: 700;
  color: #d42b2b;
  text-decoration: none;
  white-space: nowrap;
  padding: 6px 14px;
  border: 1.5px solid rgba(212,43,43,0.2);
  border-radius: 20px;
  transition: all 0.15s;
}
.sectie-alle-link:hover {
  background: #d42b2b;
  color: #fff;
  border-color: #d42b2b;
  text-decoration: none;
}

/* ══════ PRODUCTEN SECTIE ══════ */
.producten-sectie {
  padding: 60px 0;
  background: #fff;
}

.pk-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.leeg-melding {
  text-align: center;
  padding: 48px;
  color: #aaa;
  font-size: 15px;
}

/* ══════ WAAROM SECTIE ══════ */
.waarom-sectie {
  background: #f7f9fc;
  padding: 60px 0;
  border-top: 1px solid #e8edf3;
}

.waarom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.waarom-item {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e8edf3;
  padding: 28px 24px;
  transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
  position: relative;
  overflow: hidden;
}

.waarom-item::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #d42b2b, transparent);
  opacity: 0;
  transition: opacity 0.2s;
}

.waarom-item:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
  transform: translateY(-3px);
  border-color: #d4dde8;
}
.waarom-item:hover::before { opacity: 1; }

.waarom-icon {
  font-size: 30px;
  margin-bottom: 16px;
  line-height: 1;
  display: block;
}
.waarom-item h3 {
  font-size: 15px;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
}
.waarom-item p {
  font-size: 13px;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}

/* ══════ GRADE SECTIE ══════ */
.grade-sectie {
  background: #f0f4f8;
  padding: 52px 0;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.grade-s-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.grade-s-item {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: box-shadow 0.15s, transform 0.15s;
}
.grade-s-item:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.07);
  transform: translateY(-2px);
}
.grade-s-letter {
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grade-s-aplus .grade-s-letter { color: #7c3aed; background: #f3e8ff; }
.grade-s-a     .grade-s-letter { color: #16a34a; background: #dcfce7; }
.grade-s-b     .grade-s-letter { color: #2563eb; background: #dbeafe; }

.grade-s-info strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0d1b2a;
  margin-bottom: 4px;
}
.grade-s-info p {
  font-size: 12.5px;
  color: #64748b;
  line-height: 1.5;
  margin: 0;
}

/* ══════ RESPONSIVE ══════ */
@media (max-width: 1100px) {
  .pk-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 960px) {
  .hero2-inner { grid-template-columns: 1fr; gap: 36px; }
  .hero2-tekst h1 { font-size: 32px; }
  .hero2-visual { max-width: 480px; margin: 0 auto; }
  .pk-grid { grid-template-columns: repeat(2, 1fr); }
  .waarom-grid { grid-template-columns: repeat(2, 1fr); }
  .grade-s-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .hero2 { padding: 52px 0 52px; }
  .hero2-tekst h1 { font-size: 28px; letter-spacing: -0.8px; }
  .hero2-tekst p { font-size: 15px; }
  .pk-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .waarom-grid { grid-template-columns: 1fr; }
  .usp-strip-inner { overflow-x: auto; flex-wrap: nowrap; justify-content: flex-start; }
  .usp-s-item { min-width: 140px; flex-shrink: 0; }
  .sectie-kop-flex { flex-direction: column; gap: 12px; }
  .hero-slide-foto { height: 160px; }
}

@media (max-width: 480px) {
  .pk-grid { grid-template-columns: 1fr; }
  .waarom-grid { grid-template-columns: 1fr; }
  .hero2-btns { flex-direction: column; }
  .h2-btn-primair, .h2-btn-sec { text-align: center; justify-content: center; }
  .hero-slide-bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .hero-slide-btn { width: 100%; text-align: center; justify-content: center; }
}

/* ══════ HERO VISUAL TITEL ══════ */
.hero-visual-titel {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #0d1b2a !important;
  letter-spacing: -0.3px !important;
  margin-bottom: 12px !important;
  padding-left: 0 !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-visual-titel::before {
  content: '';
  display: block;
  width: 4px;
  height: 22px;
  background: #d42b2b;
  border-radius: 2px;
  flex-shrink: 0;
}

/* ══════ LAPTOPS PAGINA FIXES ══════ */
.lp-foto-wrap {
  background: #f8fafc;
}
.lp-bekijk-btn {
  background: #d42b2b !important;
  color: #fff !important;
  flex: 1;
}
.lp-bekijk-btn:hover {
  background: #b82323 !important;
}
.lp-wagen-btn {
  background: #16a34a !important;
  color: #fff !important;
  border: none !important;
  padding: 7px 12px;
  border-radius: 8px;
  transition: all 0.15s;
}
.lp-wagen-btn:hover {
  background: #15803d !important;
  color: #fff !important;
}
.filter-titel {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #64748b;
  margin-bottom: 10px;
}
.filter-zoek-btn {
  background: #d42b2b !important;
}