/* ============================================
   Air Pinguin — Gedeelde Stijlen
   ============================================ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --rood: #E50913;
  --rood-donker: #B71C22;
  --rood-licht: rgba(229,9,19,0.08);
  --navy: #21201E;
  --navy-mid: #3a3836;
  --wit: #ffffff;
  --lichtgrijs: #F6F7F2;
  --grijs: #e4e4e0;
  --grijs-mid: #d1d5cb;
  --tekstgrijs: #52524e;
  --tekst: #21201E;
  --radius: 10px;
  --radius-lg: 16px;
  --schaduw: 0 1px 3px rgba(0,0,0,0.06), 0 4px 16px rgba(0,0,0,0.06);
  --schaduw-hover: 0 8px 32px rgba(0,0,0,0.14);
  --schaduw-xl: 0 20px 60px rgba(0,0,0,0.18);
  --transitie: 0.22s ease;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Ubuntu', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: var(--tekst);
  background: var(--lichtgrijs);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Eveleth', 'Ubuntu', -apple-system, BlinkMacSystemFont, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ============================================
   TOPBAR
   ============================================ */
.topbar {
  background: var(--navy);
  color: var(--wit);
  font-size: 0.85rem;
  padding: 8px 0;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.topbar a {
  color: var(--wit);
  transition: opacity var(--transitie);
}

.topbar a:hover {
  opacity: 0.8;
}

.topbar-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.topbar-links span {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* ============================================
   NAVIGATIE
   ============================================ */
.navbar {
  background: var(--wit);
  box-shadow: 0 1px 0 rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: box-shadow var(--transitie), height var(--transitie);
}

.navbar--scrolled {
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.logo img {
  height: 88px;
  width: auto;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 4px;
  align-items: center;
}

.nav-links a {
  padding: 8px 14px;
  border-radius: var(--radius);
  font-weight: 500;
  font-size: 0.95rem;
  transition: background var(--transitie), color var(--transitie);
  color: var(--navy);
}

.nav-links a:hover {
  background: var(--lichtgrijs);
  color: var(--rood);
}

.nav-links a.active {
  color: var(--rood);
  font-weight: 600;
}

.nav-cta {
  background: var(--rood) !important;
  color: var(--wit) !important;
  border-radius: var(--radius) !important;
  padding: 10px 20px !important;
  font-weight: 600 !important;
}

.nav-cta:hover {
  background: var(--rood-donker) !important;
  color: var(--wit) !important;
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}

.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--navy);
  transition: var(--transitie);
}

.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--navy);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='700' viewBox='0 0 1200 700'%3E%3Cdefs%3E%3CradialGradient id='g1' cx='70%25' cy='40%25' r='60%25'%3E%3Cstop offset='0%25' stop-color='%23E50913' stop-opacity='0.07'/%3E%3Cstop offset='100%25' stop-color='%2321201E' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Crect width='1200' height='700' fill='url(%23g1)'/%3E%3Cg stroke='rgba(255,255,255,0.045)' stroke-width='1.5' fill='none' stroke-linecap='round'%3E%3Cpath d='M-50 180 Q200 120 450 200 Q700 280 950 180 Q1100 130 1280 200'/%3E%3Cpath d='M-50 240 Q180 170 420 260 Q660 340 900 240 Q1050 180 1280 260'/%3E%3Cpath d='M-50 300 Q160 220 380 320 Q620 410 860 300 Q1020 230 1280 320'/%3E%3Cpath d='M-50 360 Q200 290 460 370 Q700 450 960 360 Q1100 300 1280 370'/%3E%3Cpath d='M-50 420 Q180 350 440 430 Q680 510 920 420 Q1070 360 1280 430'/%3E%3Cpath d='M-50 480 Q200 410 480 490 Q720 560 980 480 Q1100 430 1280 490'/%3E%3Cpath d='M-50 130 Q220 70 500 140 Q760 210 1020 130 Q1130 90 1280 140'/%3E%3Cpath d='M-50 540 Q200 470 500 550 Q760 620 1020 540 Q1130 500 1280 550'/%3E%3C/g%3E%3Ccircle cx='900' cy='200' r='220' stroke='rgba(229,9,20,0.05)' stroke-width='1' fill='none'/%3E%3Ccircle cx='900' cy='200' r='160' stroke='rgba(229,9,20,0.04)' stroke-width='1' fill='none'/%3E%3Ccircle cx='900' cy='200' r='100' stroke='rgba(229,9,20,0.06)' stroke-width='1' fill='none'/%3E%3Ccircle cx='200' cy='500' r='140' stroke='rgba(255,255,255,0.03)' stroke-width='1' fill='none'/%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  opacity: 1;
}

/* Diagonale rode accent rechtsboven */
.hero::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 520px;
  height: 520px;
  background: var(--rood);
  opacity: 0.08;
  border-radius: 50%;
  pointer-events: none;
}

.hero-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

.hero-tekst {
  color: var(--wit);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(229,9,20,0.15);
  border: 1px solid rgba(229,9,20,0.4);
  color: #ff6b6b;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 28px;
}

.hero-badge-dot {
  width: 6px;
  height: 6px;
  background: var(--rood);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}

.hero-tekst h1 {
  font-size: clamp(2.4rem, 4.5vw, 3.8rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}

.hero-tekst h1 em {
  font-style: normal;
  color: var(--rood);
}

.hero-tekst p {
  font-size: 1.1rem;
  opacity: 0.75;
  margin-bottom: 36px;
  line-height: 1.7;
  max-width: 480px;
}

.hero-inline-stats {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.hero-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-stat strong {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--wit);
}

.hero-stat span {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero-stat-divider {
  width: 1px;
  height: 32px;
  background: rgba(255,255,255,0.15);
}

/* Hero rechter kolom — product beeld */
.hero-beeld {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-beeld-cirkel {
  position: absolute;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(229,9,20,0.18) 0%, rgba(229,9,20,0) 70%);
  border-radius: 50%;
  border: 1px solid rgba(229,9,20,0.2);
}

.hero-product-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  height: 420px;
  object-fit: contain;
  filter: drop-shadow(0 24px 48px rgba(0,0,0,0.5));
}

.hero-beeld-badge {
  position: absolute;
  bottom: 20px;
  left: 0;
  background: var(--wit);
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  z-index: 2;
}

.hero-beeld-badge svg {
  color: #2ecc71;
}

.btn-groep {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transitie);
  text-decoration: none;
}

.btn-primair {
  background: var(--rood);
  color: var(--wit);
  border-color: var(--rood);
}

.btn-primair:hover {
  background: var(--rood-donker);
  border-color: var(--rood-donker);
  transform: translateY(-1px);
}

.btn-secundair {
  background: transparent;
  color: var(--wit);
  border-color: rgba(255,255,255,0.6);
}

.btn-secundair:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--wit);
}

.btn-outline {
  background: transparent;
  color: var(--rood);
  border-color: var(--rood);
}

.btn-outline:hover {
  background: var(--rood);
  color: var(--wit);
}

/* ============================================
   STATS BALK
   ============================================ */
.stats-balk {
  background: var(--wit);
  border-bottom: 1px solid var(--grijs);
  padding: 40px 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 0;
}

.stat-blok {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  padding: 0 20px;
}

.stat-getal {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
  letter-spacing: -0.02em;
}

.stat-getal sup {
  font-size: 0.55em;
  color: var(--rood);
}

.stat-label {
  font-size: 0.82rem;
  color: var(--tekstgrijs);
  font-weight: 500;
}

.stat-scheiding {
  width: 1px;
  height: 48px;
  background: var(--grijs);
}

/* ============================================
   SECTIES
   ============================================ */
.sectie {
  padding: 72px 0;
}

.sectie-grijs {
  background: var(--lichtgrijs);
}

.sectie-navy {
  background: var(--navy);
  color: var(--wit);
}

.sectie-header {
  text-align: center;
  margin-bottom: 48px;
}

.sectie-label {
  display: inline-block;
  color: var(--rood);
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sectie-header h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 14px;
}

.sectie-navy .sectie-header h2 {
  color: var(--wit);
}

.sectie-header p {
  font-size: 1.05rem;
  color: var(--tekstgrijs);
  max-width: 600px;
  margin: 0 auto;
}

.sectie-navy .sectie-header p {
  color: rgba(255,255,255,0.75);
}

/* ============================================
   PRODUCT KAARTEN
   ============================================ */
.categorie-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.tab-btn {
  padding: 9px 20px;
  border-radius: 24px;
  border: 2px solid var(--grijs);
  background: var(--wit);
  color: var(--tekstgrijs);
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all var(--transitie);
}

.tab-btn:hover,
.tab-btn.actief {
  background: var(--rood);
  border-color: var(--rood);
  color: var(--wit);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}

.product-kaart {
  background: var(--wit);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--schaduw);
  border: 1px solid var(--grijs);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.product-kaart:hover {
  transform: translateY(-6px);
  box-shadow: var(--schaduw-hover);
  border-color: transparent;
}

.product-afbeelding {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--lichtgrijs);
  position: relative;
  display: block;
  text-decoration: none;
}

.product-badge-nieuw {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--rood);
  color: var(--wit);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 10px;
  border-radius: 20px;
  z-index: 1;
}

.product-afbeelding img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  transition: transform 0.4s ease;
}

.product-kaart:hover .product-afbeelding img {
  transform: scale(1.05);
}

.product-info {
  padding: 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-categorie {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--rood);
  margin-bottom: 6px;
}

.product-info h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 8px;
  line-height: 1.3;
}

.product-info p {
  font-size: 0.88rem;
  color: var(--tekstgrijs);
  flex: 1;
  margin-bottom: 16px;
}

.product-kaart .btn {
  padding: 10px 16px;
  font-size: 0.9rem;
  justify-content: center;
}

/* ============================================
   WAAROM SECTIE (donkere achtergrond)
   ============================================ */
.sectie-donker {
  background: var(--navy);
}

.sectie-label-licht {
  color: rgba(229,9,20,0.9) !important;
}

.waarom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  background: rgba(255,255,255,0.06);
  border-radius: 16px;
  overflow: hidden;
}

.waarom-kaart {
  background: rgba(255,255,255,0.03);
  padding: 40px 32px;
  position: relative;
  transition: background var(--transitie);
}

.waarom-kaart:hover {
  background: rgba(255,255,255,0.07);
}

.waarom-nr {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 2rem;
  font-weight: 900;
  color: rgba(255,255,255,0.06);
  line-height: 1;
  letter-spacing: -0.02em;
}

.waarom-icon {
  width: 56px;
  height: 56px;
  background: rgba(229,9,20,0.15);
  border: 1px solid rgba(229,9,20,0.3);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--rood);
}

.waarom-kaart h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--wit);
  margin-bottom: 10px;
}

.waarom-kaart p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.55);
  line-height: 1.65;
}

/* Legacy dienst-kaart (voor andere pagina's) */
.diensten-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
}

.dienst-kaart {
  background: var(--wit);
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: var(--schaduw);
  border-left: 4px solid var(--rood);
  transition: all var(--transitie);
}

.dienst-kaart:hover {
  transform: translateY(-3px);
  box-shadow: var(--schaduw-hover);
}

.dienst-icon {
  width: 52px;
  height: 52px;
  background: rgba(229,9,20,0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.dienst-icon svg {
  color: var(--rood);
}

.dienst-kaart h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 10px;
}

.dienst-kaart p {
  font-size: 0.92rem;
  color: var(--tekstgrijs);
  line-height: 1.6;
}

/* ============================================
   OVER ONS SECTIE
   ============================================ */
.over-ons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.over-ons-tekst--breed {
  max-width: 720px;
}

.over-ons-illustratie {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--schaduw-hover);
}

.over-ons-illustratie svg {
  width: 100%;
  height: auto;
  display: block;
}

.over-ons-tekst h2 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--navy);
  margin-bottom: 20px;
}

.over-ons-tekst p {
  color: var(--tekstgrijs);
  margin-bottom: 16px;
  font-size: 1.02rem;
  line-height: 1.75;
}

.over-ons-afbeelding {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--schaduw-hover);
}

.over-ons-afbeelding img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* ============================================
   CTA BALK
   ============================================ */
.cta-sectie {
  background: var(--rood);
  padding: 72px 0;
  color: var(--wit);
  position: relative;
  overflow: hidden;
}

.cta-sectie::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 360px;
  height: 360px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  pointer-events: none;
}

.cta-sectie::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 280px;
  height: 280px;
  background: rgba(0,0,0,0.08);
  border-radius: 50%;
  pointer-events: none;
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.cta-tekst h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 800;
  margin-bottom: 8px;
}

.cta-tekst p {
  font-size: 1.05rem;
  opacity: 0.85;
  max-width: 460px;
}

.btn-wit {
  background: var(--wit);
  color: var(--rood);
  border-color: var(--wit);
  font-weight: 700;
}

.btn-wit:hover {
  background: rgba(255,255,255,0.9);
  border-color: rgba(255,255,255,0.9);
  transform: translateY(-1px);
}

/* ============================================
   CONTACTFORMULIER
   ============================================ */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-groep {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-groep.vol-breedte {
  grid-column: 1 / -1;
}

.form-groep label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--navy);
}

.form-groep input,
.form-groep select,
.form-groep textarea {
  padding: 12px 16px;
  border: 2px solid var(--grijs);
  border-radius: var(--radius);
  font-size: 1rem;
  font-family: inherit;
  color: var(--tekst);
  transition: border-color var(--transitie);
  background: var(--wit);
}

.form-groep input:focus,
.form-groep select:focus,
.form-groep textarea:focus {
  outline: none;
  border-color: var(--rood);
}

.form-groep textarea {
  resize: vertical;
  min-height: 120px;
}

/* ============================================
   CONTACT INFO
   ============================================ */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 56px;
  align-items: start;
}

.contact-info-blok {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-icon {
  width: 48px;
  height: 48px;
  background: rgba(229,9,20,0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--rood);
}

.contact-item h4 {
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
}

.contact-item p,
.contact-item a {
  color: var(--tekstgrijs);
  font-size: 0.95rem;
}

.contact-item a:hover {
  color: var(--rood);
}

/* ============================================
   PAGE HERO (subpagina's)
   ============================================ */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--rood-donker) 100%);
  color: var(--wit);
  padding: 64px 0;
  text-align: center;
}

.page-hero h1 {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 12px;
}

.page-hero p {
  font-size: 1.05rem;
  opacity: 0.8;
  max-width: 560px;
  margin: 0 auto;
}

/* ============================================
   FOOTER
   ============================================ */
footer {
  background: var(--navy);
  color: var(--wit);
  padding: 56px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-logo {
  height: 50px;
  width: auto;
  margin-bottom: 16px;
  filter: brightness(0) invert(1);
}

.footer-kolom p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  margin-bottom: 20px;
}

.footer-kolom h4 {
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 16px;
  color: var(--wit);
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links a {
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
  transition: color var(--transitie);
}

.footer-links a:hover {
  color: var(--rood);
}

.footer-contact-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.footer-contact-item svg {
  flex-shrink: 0;
  margin-top: 2px;
  opacity: 0.65;
}

.footer-contact-item a,
.footer-contact-item span {
  color: rgba(255,255,255,0.65);
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer-contact-item a:hover {
  color: var(--rood);
}

.footer-bottom {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
  flex-wrap: wrap;
  gap: 12px;
}

/* ============================================
   BREADCRUMB
   ============================================ */
.breadcrumb {
  padding: 14px 0;
  font-size: 0.875rem;
  color: var(--tekstgrijs);
  border-bottom: 1px solid var(--grijs);
}

.breadcrumb a {
  color: var(--rood);
  transition: opacity var(--transitie);
}

.breadcrumb a:hover {
  opacity: 0.75;
}

.breadcrumb span {
  margin: 0 8px;
  opacity: 0.4;
}

/* ============================================
   PRODUCT DETAILPAGINA
   ============================================ */
.product-detail {
  padding: 56px 0;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

.product-detail-img-wrap {
  position: sticky;
  top: 100px;
  background: var(--lichtgrijs);
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-detail-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 32px;
}

.product-detail-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product-detail-categorie {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--rood);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.product-detail-categorie a {
  color: var(--rood);
  transition: opacity var(--transitie);
}

.product-detail-categorie a:hover {
  opacity: 0.75;
}

.product-detail-info h1 {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: var(--navy);
  line-height: 1.2;
  margin: 0;
}

.product-detail-omschrijving {
  font-size: 1.02rem;
  color: var(--tekstgrijs);
  line-height: 1.75;
}

.product-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 8px 0;
}

.spec-item {
  background: var(--lichtgrijs);
  border-radius: var(--radius);
  padding: 14px 16px;
  border-left: 3px solid var(--rood);
}

.spec-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--tekstgrijs);
  margin-bottom: 4px;
}

.spec-waarde {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--navy);
}

.product-prijs-blok {
  background: var(--lichtgrijs);
  border: 1.5px solid var(--grijs);
  border-radius: var(--radius);
  padding: 20px 24px;
  display: flex;
  gap: 32px;
  align-items: flex-end;
}

.product-prijs-label {
  font-size: 0.8rem;
  color: var(--tekstgrijs);
  margin-bottom: 2px;
}

.product-prijs-vanaf {
  font-size: 0.8rem;
  color: var(--tekstgrijs);
  margin-bottom: 12px;
}

.product-prijs-vanaf span {
  color: var(--rood);
  font-weight: 600;
}

.product-prijs-item {
  display: flex;
  flex-direction: column;
}

.product-prijs-bedrag {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--tekst);
  line-height: 1.1;
}

/* Inner price row — replaces the inline style="display:flex;gap:32px;" in product pages */
.product-prijs-items {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.product-detail-acties {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid var(--grijs);
}

.product-detail-acties .btn {
  justify-content: center;
  width: 100%;
}

.product-voordelen {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.voordeel-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.92rem;
  color: var(--tekstgrijs);
}

.voordeel-item svg {
  color: var(--rood);
  flex-shrink: 0;
  margin-top: 2px;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .product-detail-img-wrap {
    position: static;
    max-width: 480px;
    margin: 0 auto;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .over-ons-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-split {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .hero-tekst p {
    max-width: 100%;
  }

  .hero-inline-stats {
    justify-content: center;
  }

  .hero-beeld {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .waarom-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .stat-scheiding {
    display: none;
  }

  .stat-blok {
    padding: 24px 16px;
    border-bottom: 1px solid var(--grijs);
  }

  .stat-blok:nth-child(odd) {
    border-right: 1px solid var(--grijs);
  }

  .cta-inner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav-links {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: var(--wit);
    flex-direction: column;
    padding: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    gap: 4px;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    display: block;
    padding: 12px 16px;
    width: 100%;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-groep.vol-breedte {
    grid-column: 1;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .topbar .container {
    flex-direction: column;
    gap: 6px;
    text-align: center;
  }

  .topbar-links {
    justify-content: center;
    gap: 16px;
  }

  .waarom-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-blok:nth-child(odd) {
    border-right: none;
  }

  .btn-groep {
    flex-direction: column;
  }

  .btn {
    justify-content: center;
  }

  .hero-inline-stats {
    flex-wrap: wrap;
    gap: 16px;
  }
}

/* ============================================
   MOBILE RESPONSIVE — extra fixes (≤ 480px)
   ============================================ */

/* Prevent any element from causing horizontal scroll.
   Only on html — applying overflow-x: hidden on body would break
   position: sticky on the navbar. */
html {
  overflow-x: hidden;
}

/* Long Dutch compound words should wrap rather than overflow */
h1, h2, h3, h4, h5, h6, p, a, span, li {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  /* ---- General section padding ---- */
  .sectie {
    padding: 48px 0;
  }

  .cta-sectie {
    padding: 48px 0;
  }

  /* ---- Hero ---- */
  .hero {
    overflow: hidden;
  }

  .hero-tekst {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .hero-tekst h1 {
    font-size: clamp(1.7rem, 7vw, 2.4rem);
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .hero-tekst p {
    font-size: 1rem;
    max-width: 100%;
  }

  .hero-badge {
    font-size: 0.72rem;
    padding: 5px 12px;
  }

  /* ---- Logo in navbar: keep it inside the 72px bar ---- */
  .logo img {
    height: 52px;
  }

  /* ---- Product price block: stack on small screens ---- */
  .product-prijs-blok {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  /* Inner price items row: wrap on mobile */
  .product-prijs-items {
    flex-wrap: wrap;
    gap: 16px;
  }

  /* ---- Stats bar: tighter padding ---- */
  .stat-blok {
    padding: 20px 12px;
  }

  /* ---- Section header ---- */
  .sectie-header {
    margin-bottom: 36px;
  }

  /* ---- Topbar: hide address on very narrow screens, show links only ---- */
  .topbar .container > span:first-child {
    display: none;
  }

  /* ---- Waarom grid: reduce card padding ---- */
  .waarom-kaart {
    padding: 28px 20px;
  }

  /* ---- Buttons in hero: full width ---- */
  .hero .btn-groep .btn {
    width: 100%;
    justify-content: center;
  }

  /* ---- Testimonials: tighter card padding ---- */
  .testimonial-kaart {
    padding: 24px 20px;
  }
}

@media (max-width: 480px) {
  /* ---- Hero heading: ensure it never overflows on 390px screens ---- */
  .hero-tekst h1 {
    font-size: clamp(1.55rem, 8vw, 1.9rem);
    letter-spacing: -0.01em;
  }

  /* ---- Container: slightly narrower padding on very small screens ---- */
  .container {
    padding: 0 16px;
  }

  /* ---- Section padding further reduced ---- */
  .sectie {
    padding: 40px 0;
  }

  /* ---- Product detail grid: already 1-col at 1024px, but ensure image isn't too tall ---- */
  .product-detail-img-wrap {
    max-width: 100%;
  }

  /* ---- Price block bedrag font slightly smaller ---- */
  .product-prijs-bedrag {
    font-size: 1.3rem;
  }

  /* ---- Specs grid: full width on tiny screens ---- */
  .product-specs {
    grid-template-columns: 1fr;
  }

  /* ---- Page hero padding ---- */
  .page-hero {
    padding: 48px 0;
  }

  /* ---- Footer bottom: stack cleanly ---- */
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

  /* ---- CTA inner: reduce gap ---- */
  .cta-inner {
    gap: 24px;
  }

  /* ---- Topbar: even more compact ---- */
  .topbar {
    font-size: 0.78rem;
  }

  .topbar-links {
    gap: 12px;
  }

  /* ---- Floating call button: slightly smaller ---- */
  .floating-bel {
    padding: 12px 18px;
    font-size: 0.88rem;
    bottom: 20px;
    right: 16px;
  }

  /* ---- Hero inline stats: reduce gap and font ---- */
  .hero-stat strong {
    font-size: 0.95rem;
  }

  .hero-stat span {
    font-size: 0.72rem;
  }
}

/* ============================================
   SCROLL REVEAL ANIMATIONS
   ============================================ */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s cubic-bezier(0.22,1,0.36,1), transform 0.65s cubic-bezier(0.22,1,0.36,1);
}

[data-reveal].zichtbaar {
  opacity: 1;
  transform: none;
}

[data-reveal-delay="1"] { transition-delay: 0.1s; }
[data-reveal-delay="2"] { transition-delay: 0.2s; }
[data-reveal-delay="3"] { transition-delay: 0.3s; }
[data-reveal-delay="4"] { transition-delay: 0.4s; }
[data-reveal-delay="5"] { transition-delay: 0.5s; }
[data-reveal-delay="6"] { transition-delay: 0.6s; }

/* ============================================
   TOEPASSINGEN SECTIE (Use Cases)
   ============================================ */
.toepassingen-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.toepassing-kaart {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  aspect-ratio: 16/9;
  cursor: default;
  background: var(--navy);
}

.toepassing-kaart--groot {
  grid-row: span 2;
  aspect-ratio: auto;
}

.toepassing-achtergrond {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  overflow: hidden;
}

.toepassing-achtergrond svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.toepassing-kaart:hover .toepassing-achtergrond {
  transform: scale(1.04);
}

.toepassing-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7,13,58,0.88) 0%, rgba(7,13,58,0.3) 55%, transparent 100%);
}

.toepassing-inhoud {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
  color: var(--wit);
}

.toepassing-tag {
  display: inline-block;
  background: var(--rood);
  color: var(--wit);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.toepassing-inhoud h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 6px;
  line-height: 1.3;
}

.toepassing-inhoud p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.55;
}

.toepassing-kaart--groot .toepassing-inhoud h3 {
  font-size: 1.5rem;
}

/* SVG illustrated backgrounds — gradients removed */

@media (max-width: 768px) {
  .toepassingen-grid {
    grid-template-columns: 1fr;
  }
  .toepassing-kaart--groot {
    grid-row: auto;
    aspect-ratio: 16/9;
  }
}

/* ============================================
   TESTIMONIALS SECTIE
   ============================================ */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-kaart {
  background: var(--wit);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  box-shadow: var(--schaduw);
  border: 1px solid var(--grijs);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all var(--transitie);
}

.testimonial-kaart:hover {
  transform: translateY(-4px);
  box-shadow: var(--schaduw-hover);
}

.testimonial-sterren {
  display: flex;
  gap: 3px;
  color: #f59e0b;
}

.testimonial-tekst {
  font-size: 0.97rem;
  color: var(--tekstgrijs);
  line-height: 1.7;
  flex: 1;
  font-style: italic;
}

.testimonial-auteur {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--grijs);
}

.testimonial-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--rood));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wit);
  font-weight: 800;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.testimonial-naam {
  font-weight: 700;
  color: var(--navy);
  font-size: 0.9rem;
}

.testimonial-rol {
  color: var(--tekstgrijs);
  font-size: 0.8rem;
}

@media (max-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    max-width: 560px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .testimonials-grid {
    max-width: 100%;
  }
}

/* ============================================
   FLOATING CTA KNOP (mobiel)
   ============================================ */
.floating-bel {
  position: fixed;
  bottom: 28px;
  right: 24px;
  z-index: 999;
  display: none;
  align-items: center;
  gap: 10px;
  background: var(--rood);
  color: var(--wit);
  padding: 14px 22px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 4px 20px rgba(229,9,20,0.4);
  text-decoration: none;
  transition: all var(--transitie);
  animation: floatIn 0.4s ease forwards;
}

.floating-bel:hover {
  background: var(--rood-donker);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(229,9,20,0.5);
}

.floating-bel svg {
  flex-shrink: 0;
}

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

@media (max-width: 768px) {
  .floating-bel {
    display: flex;
  }
}

/* ============================================
   STATS BALK — verbeterd
   ============================================ */
.stats-balk {
  background: var(--wit);
  border-top: 1px solid var(--grijs);
  border-bottom: 1px solid var(--grijs);
  padding: 48px 0;
}

/* ============================================
   VERTROUWEN BALK (logo strip)
   ============================================ */
.vertrouwen-balk {
  background: var(--lichtgrijs);
  padding: 32px 0;
  border-bottom: 1px solid var(--grijs);
}

.vertrouwen-balk-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.vertrouwen-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--tekstgrijs);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.vertrouwen-items {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.vertrouwen-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--tekstgrijs);
  font-size: 0.88rem;
  font-weight: 600;
}

.vertrouwen-item svg {
  color: var(--rood);
  flex-shrink: 0;
}

/* ============================================
   PAGE HERO — verbeterd
   ============================================ */
.page-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--rood-donker) 100%);
  color: var(--wit);
  padding: 72px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(229,9,20,0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.page-hero::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.page-hero .container {
  position: relative;
  z-index: 1;
}

.page-hero h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 900;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.page-hero p {
  font-size: 1.1rem;
  opacity: 0.8;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.65;
}

/* ============================================
   SECTIE HEADER — verbeterd
   ============================================ */
.sectie-header {
  text-align: center;
  margin-bottom: 56px;
}

.sectie-header h2 {
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 900;
  color: var(--navy);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.sectie-header p {
  font-size: 1.05rem;
  color: var(--tekstgrijs);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ============================================
   RESPONSIVE — aanvullingen
   ============================================ */
@media (max-width: 768px) {
  .toepassingen-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .page-hero {
    padding: 56px 0;
  }
  .page-hero h1 {
    font-size: 1.9rem;
  }
}

/* ============================================
   MOBILE FIRST — PREMIUM RESPONSIVE OVERHAUL
   Target: iPhone 14 (390px) and similar
   ============================================ */

/* ---- Topbar: hide on mobile, rely on floating call button ---- */
@media (max-width: 768px) {
  .topbar {
    display: none;
  }
}

/* ---- Navbar: polished mobile menu ---- */
@media (max-width: 768px) {
  .navbar .container {
    height: 64px;
    padding: 0 16px;
  }

  .logo img {
    height: 46px;
  }

  .hamburger {
    padding: 10px;
    margin-right: -10px;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
  }

  /* Full-screen dropdown menu */
  .nav-links {
    top: 64px;
    left: 0;
    right: 0;
    padding: 8px 12px 20px;
    gap: 2px;
    border-top: 1px solid var(--grijs);
    /* Subtle backdrop */
    background: var(--wit);
  }

  .nav-links li a {
    display: block;
    padding: 13px 16px;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 500;
    min-height: 44px;
    line-height: 1;
    display: flex;
    align-items: center;
  }

  .nav-links li:last-child a.nav-cta {
    margin-top: 8px;
    padding: 14px 20px;
    text-align: center;
    justify-content: center;
    font-size: 1rem;
    min-height: 48px;
    border-radius: 10px;
  }
}

/* ---- Hero section ---- */
@media (max-width: 768px) {
  .hero {
    min-height: auto;
    padding: 0;
  }

  .hero-split {
    grid-template-columns: 1fr;
    padding-top: 48px;
    padding-bottom: 56px;
    gap: 32px;
    text-align: left;
    width: 100%;
    overflow: hidden;
  }

  .hero-badge {
    font-size: 0.7rem;
    padding: 5px 12px;
    margin-bottom: 20px;
  }

  .hero-tekst h1 {
    font-size: clamp(1.8rem, 8vw, 2.6rem);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
  }

  .hero-tekst p {
    font-size: 0.97rem;
    margin-bottom: 28px;
    opacity: 0.8;
  }

  .btn-groep {
    gap: 10px;
  }

  /* Hero buttons: stack on mobile with full width */
  .hero .btn-groep {
    flex-direction: column;
    gap: 10px;
  }

  .hero .btn-groep .btn {
    width: 100%;
    justify-content: center;
    padding: 15px 20px;
    font-size: 1rem;
    min-height: 50px;
  }

  /* Hero inline stats: horizontal scroll-safe row */
  .hero-inline-stats {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.12);
    justify-content: space-between;
  }

  .hero-stat {
    flex: 1;
    align-items: center;
    text-align: center;
  }

  .hero-stat strong {
    font-size: 1rem;
    font-weight: 800;
  }

  .hero-stat span {
    font-size: 0.68rem;
    letter-spacing: 0.04em;
  }

  .hero-stat-divider {
    width: 1px;
    height: 28px;
    flex-shrink: 0;
  }
}

/* ---- Stats balk ---- */
@media (max-width: 768px) {
  .stats-balk {
    padding: 0;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }

  .stat-scheiding {
    display: none;
  }

  .stat-blok {
    padding: 24px 16px;
    border-bottom: 1px solid var(--grijs);
  }

  .stat-blok:nth-child(odd) {
    border-right: 1px solid var(--grijs);
  }

  .stat-getal {
    font-size: 1.75rem;
  }

  .stat-label {
    font-size: 0.78rem;
  }
}

@media (max-width: 480px) {
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-blok:nth-child(odd) {
    border-right: 1px solid var(--grijs);
  }
}

/* ---- Vertrouwen balk ---- */
@media (max-width: 768px) {
  .vertrouwen-balk {
    padding: 20px 0;
  }

  .vertrouwen-balk-inner {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .vertrouwen-items {
    gap: 12px 20px;
  }

  .vertrouwen-item {
    font-size: 0.82rem;
  }
}

/* ---- Section general ---- */
@media (max-width: 768px) {
  .sectie {
    padding: 48px 0;
  }

  .sectie-header {
    margin-bottom: 36px;
  }

  .sectie-header h2 {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 12px;
  }

  .sectie-header p {
    font-size: 0.97rem;
  }
}

/* ---- Product grid — assortiment page ---- */
@media (max-width: 768px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .product-afbeelding {
    aspect-ratio: 1/1;
  }

  .product-info {
    padding: 14px 14px 14px;
  }

  .product-info h3 {
    font-size: 0.9rem;
    margin-bottom: 6px;
  }

  .product-info p {
    font-size: 0.8rem;
    margin-bottom: 12px;
    display: none; /* hide description on small cards; product h3 + buttons enough */
  }

  /* The inline display:flex button rows in assortiment.html */
  .product-info div[style*="display:flex"] {
    flex-direction: column;
    gap: 6px;
  }

  .product-kaart .btn {
    padding: 10px 12px;
    font-size: 0.82rem;
    min-height: 40px;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .product-info h3 {
    font-size: 0.85rem;
  }

  .product-kaart .btn {
    font-size: 0.78rem;
    padding: 9px 10px;
  }
}

/* ---- Category tab buttons (assortiment) ---- */
@media (max-width: 768px) {
  .categorie-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    gap: 8px;
    padding-bottom: 12px;
    margin-bottom: 28px;
    /* Hide scrollbar but keep functionality */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .categorie-tabs::-webkit-scrollbar {
    display: none;
  }

  .tab-btn {
    flex-shrink: 0;
    padding: 9px 16px;
    font-size: 0.85rem;
    min-height: 40px;
    white-space: nowrap;
  }
}

/* ---- Toepassingen grid ---- */
@media (max-width: 768px) {
  .toepassingen-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .toepassing-kaart {
    aspect-ratio: 16/9;
  }

  .toepassing-kaart--groot {
    grid-row: auto;
    aspect-ratio: 16/9;
  }

  .toepassing-inhoud {
    padding: 20px;
  }

  .toepassing-inhoud h3 {
    font-size: 1.05rem;
  }

  .toepassing-kaart--groot .toepassing-inhoud h3 {
    font-size: 1.15rem;
  }
}

/* ---- Waarom grid (donkere sectie) ---- */
@media (max-width: 768px) {
  .waarom-grid {
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 12px;
  }

  .waarom-kaart {
    padding: 28px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
  }

  .waarom-kaart:last-child {
    border-bottom: none;
  }

  .waarom-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin-bottom: 14px;
  }

  .waarom-kaart h3 {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .waarom-kaart p {
    font-size: 0.88rem;
  }
}

/* ---- Over ons grid ---- */
@media (max-width: 768px) {
  .over-ons-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  /* The inline flex button row in index.html over-ons section */
  .over-ons-tekst div[style*="display:flex"] {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px !important;
  }

  .over-ons-tekst div[style*="display:flex"] .btn {
    width: 100%;
    justify-content: center;
    min-height: 48px;
    padding: 14px 20px;
  }

  .over-ons-afbeelding {
    border-radius: 12px;
  }

  /* Over ons afbeelding inner padding (inline style) */
  .over-ons-afbeelding[style*="padding:40px"] {
    padding: 24px !important;
    border-radius: 12px;
  }
}

/* ---- Testimonials ---- */
@media (max-width: 768px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    max-width: 100%;
  }

  .testimonial-kaart {
    padding: 24px 20px;
    gap: 14px;
  }

  .testimonial-tekst {
    font-size: 0.93rem;
  }
}

/* ---- CTA sectie ---- */
@media (max-width: 768px) {
  .cta-sectie {
    padding: 52px 0;
  }

  .cta-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
  }

  .cta-tekst h2 {
    font-size: clamp(1.4rem, 6vw, 1.9rem);
    margin-bottom: 8px;
  }

  .cta-tekst p {
    font-size: 0.97rem;
    max-width: 100%;
  }

  .cta-inner .btn-groep {
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }

  .cta-inner .btn-groep .btn {
    width: 100%;
    justify-content: center;
    min-height: 50px;
    padding: 15px 20px;
    font-size: 1rem;
  }
}

/* ---- Product detail pagina ---- */
@media (max-width: 768px) {
  .product-detail {
    padding: 32px 0 48px;
  }

  .product-detail-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-detail-img-wrap {
    position: static;
    max-width: 100%;
    aspect-ratio: 4/3;
    border-radius: 12px;
  }

  .product-detail-img-wrap img {
    padding: 20px;
  }

  .product-detail-info {
    gap: 20px;
  }

  .product-detail-info h1 {
    font-size: clamp(1.5rem, 6vw, 2rem);
  }

  .product-detail-omschrijving {
    font-size: 0.97rem;
    line-height: 1.7;
  }

  .product-specs {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .spec-item {
    padding: 12px 14px;
  }

  .spec-label {
    font-size: 0.7rem;
    margin-bottom: 2px;
  }

  .spec-waarde {
    font-size: 0.9rem;
  }

  .product-prijs-blok {
    flex-direction: column;
    gap: 12px;
    padding: 16px 18px;
    align-items: flex-start;
  }

  .product-prijs-items {
    gap: 20px;
  }

  .product-prijs-bedrag {
    font-size: 1.4rem;
    font-weight: 800;
  }

  .product-detail-acties {
    gap: 10px;
    padding-top: 0;
    border-top: none;
  }

  .product-detail-acties .btn {
    min-height: 50px;
    font-size: 0.97rem;
    padding: 14px 20px;
  }

  .voordeel-item {
    font-size: 0.9rem;
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .product-specs {
    grid-template-columns: 1fr 1fr;
  }

  .product-prijs-bedrag {
    font-size: 1.3rem;
  }
}

/* ---- Breadcrumb ---- */
@media (max-width: 768px) {
  .breadcrumb {
    padding: 10px 0;
    font-size: 0.8rem;
    /* Allow wrapping if path is long */
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
}

/* ---- Page hero (inner pages) ---- */
@media (max-width: 768px) {
  .page-hero {
    padding: 48px 0;
  }

  .page-hero h1 {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
    margin-bottom: 10px;
    letter-spacing: -0.02em;
  }

  .page-hero p {
    font-size: 0.97rem;
    line-height: 1.6;
  }
}

/* ---- Offerte / form tabs ---- */
@media (max-width: 600px) {
  /* These are inline styles in offerte-aanvragen.html —
     the page's own <style> block handles 600px,
     but reinforce here for consistency */
  .form-groep input,
  .form-groep select,
  .form-groep textarea {
    padding: 14px 16px;
    font-size: 1rem; /* prevents iOS zoom-on-focus */
    min-height: 48px;
    border-radius: 10px;
  }

  .form-groep textarea {
    min-height: 120px;
    padding: 14px 16px;
  }

  .form-groep label {
    font-size: 0.88rem;
    margin-bottom: 2px;
  }
}

/* ---- Contact form wrapper ---- */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact-form-wrapper {
    padding: 24px 20px !important;
    border-radius: 12px !important;
  }

  .contact-item {
    gap: 12px;
  }

  .contact-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
  }
}

/* ---- Footer ---- */
@media (max-width: 768px) {
  footer {
    padding: 44px 0 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-bottom: 32px;
  }

  .footer-logo {
    height: 42px;
    margin-bottom: 12px;
  }

  .footer-kolom p {
    font-size: 0.88rem;
    margin-bottom: 16px;
    line-height: 1.65;
  }

  .footer-kolom h4 {
    font-size: 0.9rem;
    margin-bottom: 12px;
  }

  .footer-links {
    gap: 10px;
  }

  .footer-links a {
    font-size: 0.88rem;
    display: block;
    padding: 2px 0;
    min-height: 28px;
    line-height: 1.5;
  }

  .footer-contact-item {
    margin-bottom: 10px;
    gap: 10px;
  }

  .footer-contact-item a,
  .footer-contact-item span {
    font-size: 0.88rem;
  }

  .footer-bottom {
    padding: 16px 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
    font-size: 0.8rem;
  }
}

/* ---- Floating call button: ensure it doesn't cover bottom content ---- */
@media (max-width: 768px) {
  .floating-bel {
    bottom: 20px;
    right: 16px;
    padding: 13px 20px;
    font-size: 0.92rem;
    gap: 8px;
    /* Add bottom safe area padding for notched phones */
    padding-bottom: max(13px, env(safe-area-inset-bottom, 13px));
  }

  /* Add breathing room at bottom of pages so floating button doesn't cover content */
  footer {
    padding-bottom: 72px;
  }
}

/* ---- General interactive elements: 44px minimum touch target ---- */
@media (max-width: 768px) {
  .btn {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /* Buttons in the CTA on product detail pages (inline styles) */
  .cta-sectie .btn-groep {
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
    width: 100%;
  }

  .cta-sectie .btn-groep .btn {
    width: 100%;
    justify-content: center;
    min-height: 50px;
    padding: 15px 20px;
    font-size: 1rem;
  }

  /* Product detail CTA inline justify:center group */
  .cta-sectie .container {
    text-align: center;
  }
}

/* ---- Diensten grid (projectondersteuning, over-ons) ---- */
@media (max-width: 768px) {
  .diensten-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .dienst-kaart {
    padding: 24px 20px;
    border-radius: 10px;
  }

  .dienst-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    margin-bottom: 14px;
  }

  .dienst-kaart h3 {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .dienst-kaart p {
    font-size: 0.9rem;
  }
}

/* ---- 480px fine-tuning pass ---- */
@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  .sectie {
    padding: 40px 0;
  }

  .cta-sectie {
    padding: 44px 0;
  }

  .page-hero {
    padding: 44px 0;
  }

  .page-hero h1 {
    font-size: clamp(1.5rem, 8vw, 1.9rem);
    letter-spacing: -0.01em;
  }

  .sectie-header h2 {
    font-size: clamp(1.4rem, 7vw, 1.85rem);
  }

  /* Hero heading crips on 390px */
  .hero-tekst h1 {
    font-size: clamp(1.7rem, 8.5vw, 2.2rem);
    letter-spacing: -0.02em;
  }

  /* Product grid: always 2-col for visual density, not 1-col */
  .product-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  /* Stat numbers slightly smaller */
  .stat-getal {
    font-size: 1.6rem;
  }

  /* Footer breathing room for floating button */
  footer {
    padding-bottom: 80px;
  }
}
