/* ═══════════════════════════════════════
   DEWAERHEIT SOLUTIONS — Shared Stylesheet
   ═══════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,500;12..96,600;12..96,700;12..96,800&family=Hanken+Grotesk:wght@300;400;500;600;700;800&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

:root {
  --navy:    #032a73;
  --navy-dk: #021d52;
  --navy-lt: #0a3d9e;
  --charcoal:#404646;
  --amber:   #e8a220;
  --amber-dk:#c98c18;
  --steel:   #1e6fc4;
  --offwhite:#f4f6fa;
  --slate:   #596580;
  --white:   #ffffff;
  --bl:      rgba(3,42,115,0.09);
  --bd:      rgba(255,255,255,0.09);
  --font-display: 'Bricolage Grotesque', 'Inter', sans-serif;
  --font-body:    'Hanken Grotesk', 'Inter', sans-serif;
  --shadow-sm: 0 1px 2px rgba(2,20,64,0.06), 0 2px 6px rgba(2,20,64,0.05);
  --shadow-md: 0 4px 10px -4px rgba(2,20,64,0.14), 0 12px 26px -12px rgba(2,20,64,0.22);
  --shadow-lg: 0 8px 20px -8px rgba(2,20,64,0.20), 0 28px 56px -22px rgba(2,20,64,0.34);
  --shadow-amber: 0 6px 18px -6px rgba(232,162,32,0.45), 0 2px 6px rgba(2,20,64,0.10);
}

body { font-family: var(--font-body); color: var(--charcoal); background: var(--white); overflow-x: hidden; line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
/* Placeholder shown when a product image is missing — keeps layout intact, on-brand */
img.img-fallback { object-fit: contain !important; padding: 14% !important; opacity: 0.22; background: var(--offwhite); filter: none !important; }
h1, h2, h3, .h2, .hero-h1, .adecs-h1, .page-hero-h1, .about-quote-q { font-family: var(--font-display); }

.wrap { max-width: 1240px; margin: 0 auto; padding: 0 48px; }
.tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--steel); margin-bottom: 12px; }
.tag-dark { color: rgba(255,255,255,0.45); }
.h2 { font-size: clamp(30px, 4vw, 48px); font-weight: 800; line-height: 1.1; letter-spacing: -0.025em; color: var(--navy); }
.h2-light { color: var(--white); }
.lead { font-size: 16px; font-weight: 300; line-height: 1.8; color: var(--slate); margin-top: 14px; }
.lead-dark { color: rgba(255,255,255,0.55); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.on { opacity: 1; transform: none; }
.d1 { transition-delay: 0.1s; } .d2 { transition-delay: 0.2s; } .d3 { transition-delay: 0.3s; }

/* ── NAV ── */
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 200; background: var(--white); border-bottom: 1px solid var(--bl); height: 96px; display: flex; align-items: center; }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.nav-logo { text-decoration: none; display: inline-flex; align-items: center; }
.nav-logo img { height: 70px; display: block; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { font-size: 13px; font-weight: 600; color: var(--navy); text-decoration: none; letter-spacing: 0.02em; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--steel); }
.btn-amber { position: relative; overflow: hidden; font-family: var(--font-body); font-size: 12px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--navy); background: linear-gradient(135deg, #f5b73c 0%, var(--amber) 55%, var(--amber-dk) 100%); padding: 12px 26px; text-decoration: none; display: inline-block; box-shadow: var(--shadow-amber); transition: transform 0.2s cubic-bezier(0.22,1,0.36,1), box-shadow 0.2s, filter 0.2s; }
.btn-amber::after { content: ''; position: absolute; top: 0; left: -120%; width: 60%; height: 100%; background: linear-gradient(100deg, transparent, rgba(255,255,255,0.55), transparent); transform: skewX(-18deg); transition: left 0.6s cubic-bezier(0.22,1,0.36,1); }
.btn-amber:hover { transform: translateY(-2px); filter: brightness(1.04); box-shadow: 0 10px 26px -8px rgba(232,162,32,0.55), 0 4px 10px rgba(2,20,64,0.14); }
.btn-amber:hover::after { left: 130%; }
.btn-amber:active { transform: translateY(0); }
.btn-amber:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.btn-navy { font-family: var(--font-body); font-size: 12px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--white); background: var(--navy); padding: 14px 34px; text-decoration: none; display: inline-block; box-shadow: var(--shadow-md); transition: background 0.2s, transform 0.2s cubic-bezier(0.22,1,0.36,1), box-shadow 0.2s; }
.btn-navy:hover { background: var(--navy-dk); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-navy:focus-visible { outline: 2px solid var(--amber); outline-offset: 2px; }
.btn-outline-light { font-size: 12px; font-weight: 600; letter-spacing: 0.07em; text-transform: uppercase; color: rgba(255,255,255,0.7); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; border-bottom: 1px solid rgba(255,255,255,0.25); padding-bottom: 2px; transition: color 0.2s, border-color 0.2s; }
.btn-outline-light:hover { color: var(--white); border-color: rgba(255,255,255,0.7); }
.btn-outline-light svg { transition: transform 0.2s; }
.btn-outline-light:hover svg { transform: translateX(4px); }

/* ── PAGE HERO (inner pages) ── */
/* ── OVER ONS PAGE (redesigned) ── */
.about-stats { padding: 56px 0 !important; }
.about-stats-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--bl); border: 1px solid var(--bl); }
.about-stat { background: var(--white); padding: 36px 24px; text-align: center; transition: background 0.3s; }
.about-stat:hover { background: var(--offwhite); }
.about-stat-n { font-size: clamp(32px, 3.5vw, 52px); font-weight: 800; color: var(--navy); letter-spacing: -0.02em; line-height: 1; margin-bottom: 10px; }
.about-stat-l { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--steel); }
@media (max-width: 720px) { .about-stats-grid { grid-template-columns: repeat(2,1fr); } }

/* Services v2 — icons instead of numbers */
.svc-grid-v2 { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; margin-top: 48px; background: var(--bl); border: 1px solid var(--bl); }
.svc-card-v2 { background: var(--white); padding: 40px 32px 36px; transition: background 0.3s, transform 0.35s cubic-bezier(0.22,1,0.36,1); }
.svc-card-v2:hover { background: var(--offwhite); transform: translateY(-2px); }
.svc-icon { width: 52px; height: 52px; background: rgba(232,162,32,0.12); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--amber); margin-bottom: 22px; }
.svc-icon svg { width: 26px; height: 26px; }
.svc-t-v2 { font-size: 17px; font-weight: 700; color: var(--navy); letter-spacing: -0.01em; margin-bottom: 12px; line-height: 1.3; }
.svc-d-v2 { font-size: 14px; line-height: 1.72; color: var(--slate); }
@media (max-width: 1024px) { .svc-grid-v2 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .svc-grid-v2 { grid-template-columns: 1fr; } }

/* Story section with timeline */
.about-story { padding: 96px 0; position: relative; overflow: hidden; }
.about-story::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px); background-size: 56px 56px; }
.about-story > .wrap { position: relative; z-index: 1; }
.about-story-intro { max-width: 820px; margin-bottom: 64px; }

.about-tl { display: grid; grid-template-columns: repeat(4,1fr); gap: 40px; position: relative; padding-top: 20px; }
.about-tl::before { content: ''; position: absolute; top: 26px; left: 0; right: 0; height: 1px; background: rgba(255,255,255,0.12); z-index: 0; }
.about-tl-item { position: relative; z-index: 1; }
.about-tl-dot { width: 14px; height: 14px; border-radius: 50%; background: var(--navy); border: 2px solid rgba(232,162,32,0.4); margin-bottom: 18px; position: relative; z-index: 2; }
.about-tl-dot--now { background: var(--amber); border-color: var(--amber); box-shadow: 0 0 0 6px rgba(232,162,32,0.15); }
.about-tl-year { font-size: 13px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--amber); margin-bottom: 10px; }
.about-tl-t { font-size: 16px; font-weight: 700; color: var(--white); letter-spacing: -0.01em; margin-bottom: 8px; line-height: 1.3; }
.about-tl-d { font-size: 13px; line-height: 1.7; color: rgba(255,255,255,0.65); }
@media (max-width: 900px) { .about-tl { grid-template-columns: 1fr; gap: 24px; } .about-tl::before { display: none; } }

/* Quote section */
.about-quote { padding: 96px 0; }
.about-quote-inner { max-width: 780px; margin: 0 auto; text-align: center; }
.about-quote-icon { width: 44px; height: 44px; color: var(--amber); opacity: 0.5; margin-bottom: 24px; }
.about-quote-q { font-size: clamp(24px, 3vw, 36px); font-weight: 700; color: var(--navy); letter-spacing: -0.02em; line-height: 1.35; margin: 0 0 22px; font-style: italic; }
.about-quote-src { font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--steel); }

/* ── PRODUCTEN PAGE (redesigned) ── */
.prod-hero { padding: 140px 0 0 !important; }
.prod-hero .page-hero-inner { padding-bottom: 72px; }

.prod-brands-overview { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; position: relative; z-index: 2; }
.prod-brand-nav { display: flex; align-items: center; gap: 20px; padding: 22px 24px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; text-decoration: none; cursor: pointer; transition: background 0.3s, border-color 0.3s, transform 0.3s cubic-bezier(0.22,1,0.36,1); }
.prod-brand-nav:hover { background: rgba(255,255,255,0.08); border-color: rgba(232,162,32,0.35); transform: translateY(-2px); }
.prod-brand-nav-logo { width: 110px; height: 72px; background: rgba(255,255,255,0.95); border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 10px 16px; flex-shrink: 0; }
.prod-brand-nav-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.prod-brand-nav-meta { flex: 1; min-width: 0; }
.prod-brand-nav-role { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--amber); margin-bottom: 4px; }
.prod-brand-nav-count { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.85); }
.prod-brand-nav-count span { color: rgba(255,255,255,0.5); font-weight: 400; }
@media (max-width: 900px) { .prod-brands-overview { grid-template-columns: 1fr; } }

/* ── Accessoire tiles (clickable, open modal) ── */
.acc-tile { display: flex; flex-direction: column; text-align: left; background: var(--navy-dk); border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; padding: 28px 24px 20px; cursor: pointer; transition: background 0.25s, border-color 0.25s, transform 0.35s cubic-bezier(0.22,1,0.36,1); color: inherit; font-family: inherit; position: relative; overflow: hidden; }
.acc-tile:hover { background: #01143d; border-color: rgba(232,162,32,0.25); transform: translateY(-3px); box-shadow: 0 18px 40px -18px rgba(0,0,0,0.6); }
.acc-tile:focus-visible { outline: 2px solid var(--amber); outline-offset: 2px; }
.acc-tile-icon { width: 56px; height: 56px; background: rgba(232,162,32,0.12); border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.acc-tile-icon img { width: 30px; height: 30px; filter: brightness(0) invert(1); }
.acc-tile-name { font-size: 16px; font-weight: 700; color: var(--white); letter-spacing: -0.01em; margin-bottom: 8px; line-height: 1.25; }
.acc-tile-tagline { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.6); margin-bottom: 18px; flex: 1; }
.acc-tile-cta { font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--amber); display: inline-flex; align-items: center; gap: 6px; transition: gap 0.25s; }
.acc-tile:hover .acc-tile-cta { gap: 10px; }

/* ── Accessoire modal ── */
.amodal { position: fixed; inset: 0; background: rgba(2,13,39,0.78); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); display: none; align-items: flex-start; justify-content: center; z-index: 1000; padding: 60px 20px; overflow-y: auto; }
.amodal.open { display: flex; }
.amodal-inner { background: var(--white); max-width: 680px; width: 100%; padding: 40px 44px; border-radius: 10px; position: relative; color: var(--navy); }
.amodal-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; background: var(--offwhite); border: 1px solid var(--bl); border-radius: 50%; cursor: pointer; font-size: 14px; color: var(--slate); transition: background 0.2s, color 0.2s; display: flex; align-items: center; justify-content: center; }
.amodal-close:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.amodal-hdr { display: flex; align-items: center; gap: 20px; margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--bl); }
.amodal-icon { width: 64px; height: 64px; background: rgba(232,162,32,0.15); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.amodal-icon img { width: 36px; height: 36px; filter: brightness(0.15) sepia(1) hue-rotate(-10deg) saturate(5); }
.amodal-name { font-size: 26px; font-weight: 800; color: var(--navy); letter-spacing: -0.02em; line-height: 1.15; }
.amodal-video { margin: 0 0 28px; border-radius: 8px; overflow: hidden; background: #000; aspect-ratio: 16/9; }
.amodal-video video { width: 100%; height: 100%; display: block; object-fit: contain; }
.amodal-desc { font-size: 15px; line-height: 1.75; color: var(--slate); margin-bottom: 28px; }
.amodal-section { margin-bottom: 24px; }
.amodal-section:last-child { margin-bottom: 0; }
.amodal-sh { font-size: 11px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--amber); margin-bottom: 12px; }
.amodal-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.amodal-list li { font-size: 14px; line-height: 1.6; color: var(--navy); padding-left: 22px; position: relative; }
.amodal-list li::before { content: ''; position: absolute; left: 0; top: 8px; width: 12px; height: 2px; background: var(--amber); }
.amodal-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.amodal-tag { display: inline-flex; padding: 6px 12px; background: var(--offwhite); border: 1px solid var(--bl); border-radius: 20px; font-size: 12px; font-weight: 600; color: var(--navy); }
@media (max-width: 640px) { .amodal-inner { padding: 32px 24px; } .amodal-hdr { flex-direction: column; align-items: flex-start; } }

/* ── Unifiller sub-switch ── */
.uni-subswitch { display: inline-flex; gap: 4px; padding: 4px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; margin-bottom: 32px; }
.uni-sub-btn { display: inline-flex; align-items: center; gap: 10px; padding: 10px 20px; background: none; border: none; color: rgba(255,255,255,0.55); font-size: 13px; font-weight: 700; letter-spacing: 0.04em; cursor: pointer; border-radius: 6px; transition: background 0.2s, color 0.2s; font-family: inherit; }
.uni-sub-btn:hover { color: rgba(255,255,255,0.85); }
.uni-sub-btn.active { background: var(--amber); color: var(--navy); }
.uni-sub-count { display: inline-flex; align-items: center; justify-content: center; min-width: 22px; height: 20px; padding: 0 6px; background: rgba(255,255,255,0.08); border-radius: 10px; font-size: 10px; font-weight: 700; color: inherit; }
.uni-sub-btn.active .uni-sub-count { background: rgba(2,13,39,0.15); }
.uni-sub-panel { display: none; }
.uni-sub-panel.active { display: block; }
.uni-sub-panel.acc-grid.active { display: grid; }

/* ── cat-tabs hidden (navigation via brand overview tiles) ── */
.cat-tabs { display: none; }

/* ── Brand headers per category panel ── */
.brand-header { display: flex; align-items: center; gap: 28px; padding: 28px 32px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 10px; margin-bottom: 32px; }
.brand-header-logo { flex-shrink: 0; width: 160px; height: 100px; background: rgba(255,255,255,0.95); border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 16px 24px; }
.brand-header-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.brand-header-body { flex: 1; min-width: 0; }
.brand-header-title { font-size: 20px; font-weight: 700; color: var(--white); letter-spacing: -0.01em; margin-bottom: 8px; line-height: 1.3; }
.brand-header-title sup { font-size: 11px; }
.brand-header-desc { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.68); }
.brand-header-desc sup { font-size: 8px; }
@media (max-width: 720px) { .brand-header { flex-direction: column; align-items: flex-start; gap: 18px; padding: 22px; } .brand-header-logo { width: 140px; height: 80px; } }

/* ── Enhanced mcat-card hover ── */
.mcat-card { transition: background 0.25s, transform 0.35s cubic-bezier(0.22,1,0.36,1); }
.mcat-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px -18px rgba(0,0,0,0.6), 0 0 0 1px rgba(232,162,32,0.25); }

/* ── Redesigned CTA ── */
.prod-cta { background: linear-gradient(135deg, var(--amber) 0%, #d18c0d 100%); padding: 80px 0; position: relative; overflow: hidden; }
.prod-cta::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px); background-size: 48px 48px; }
.prod-cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.prod-cta-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(2,13,39,0.5); margin-bottom: 16px; }
.prod-cta-eyebrow::before { content: ''; width: 24px; height: 1px; background: var(--navy); }
.prod-cta-h { font-size: clamp(32px, 4vw, 48px); font-weight: 800; line-height: 1.08; letter-spacing: -0.025em; color: var(--navy); margin-bottom: 20px; }
.prod-cta-sub { font-size: 15px; line-height: 1.72; color: rgba(2,13,39,0.75); max-width: 500px; }
.prod-cta-right { display: flex; flex-direction: column; gap: 14px; }
.prod-cta-action { display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: rgba(2,13,39,0.08); border: 1px solid rgba(2,13,39,0.1); border-radius: 8px; transition: background 0.2s; }
.prod-cta-action:hover { background: rgba(2,13,39,0.12); }
.prod-cta-action-icon { width: 40px; height: 40px; flex-shrink: 0; background: var(--navy); color: var(--amber); display: flex; align-items: center; justify-content: center; border-radius: 6px; }
.prod-cta-action-t { font-size: 14px; font-weight: 700; color: var(--navy); }
.prod-cta-action-d { font-size: 12px; color: rgba(2,13,39,0.65); margin-top: 2px; }
.prod-cta-btns { display: flex; gap: 12px; margin-top: 8px; flex-wrap: wrap; }
.prod-cta-btns .btn-outline-light { color: var(--navy); border-bottom: 1px solid rgba(2,13,39,0.3); opacity: 0.85; }
.prod-cta-btns .btn-outline-light:hover { opacity: 1; border-bottom-color: var(--navy); }
@media (max-width: 900px) { .prod-cta-inner { grid-template-columns: 1fr; gap: 32px; } }

.page-hero { padding: 140px 0 72px; position: relative; overflow: hidden;
  background:
    radial-gradient(110% 130% at 88% 0%, rgba(232,162,32,0.15) 0%, transparent 44%),
    radial-gradient(100% 120% at 0% 100%, rgba(30,111,196,0.28) 0%, transparent 55%),
    linear-gradient(150deg, #021235 0%, #032a73 48%, #0a3b90 78%, #021537 100%);
}
.page-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background-image: linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(120% 120% at 30% 30%, #000 55%, transparent 100%);
  mask-image: radial-gradient(120% 120% at 30% 30%, #000 55%, transparent 100%);
}
.page-hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.45'/%3E%3C/svg%3E");
  background-size: 140px 140px; opacity: 0.55;
}
.page-hero-inner { position: relative; z-index: 2; }
.page-hero-tag { font-family: var(--font-body); font-size: 11px; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-bottom: 16px; display: flex; align-items: center; gap: 12px; }
.page-hero-tag::before { content: ''; width: 30px; height: 1px; background: linear-gradient(90deg, var(--amber), transparent); }
.page-hero-h1 { font-family: var(--font-display); font-size: clamp(38px, 5.2vw, 66px); font-weight: 800; color: var(--white); letter-spacing: -0.035em; line-height: 1.02; text-shadow: 0 2px 40px rgba(1,10,35,0.5); }
.page-hero-h1 em { font-style: normal; background: linear-gradient(120deg, #ffcf5e 0%, var(--amber) 45%, #b9760d 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: var(--amber); }
.page-hero-sub { font-size: 16px; font-weight: 400; line-height: 1.75; color: rgba(255,255,255,0.68); margin-top: 18px; max-width: 560px; }

/* ── HERO (homepage) ── */
.hero { background: var(--navy); min-height: 100vh; padding-top: 96px; position: relative; overflow: hidden; display: flex; flex-direction: column; }
.hero-vbg { position: absolute; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; }
.hero-vbg::after { content: ''; position: absolute; inset: 0; background: rgba(3,42,115,0.78); z-index: 1; }
.hero-vbg iframe { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100vw; height: 56.25vw; min-height: 100vh; min-width: 177.78vh; border: none; }
.hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 1; background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px); background-size: 56px 56px; }
.hero-body { flex: 1; display: flex; align-items: center; position: relative; z-index: 2; padding: 32px 0 24px; }
.hero-yt-link { position: absolute; bottom: 16px; right: 20px; z-index: 3; display: flex; align-items: center; gap: 6px; font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: rgba(255,255,255,0.35); text-decoration: none; transition: color 0.2s; }
.hero-yt-link:hover { color: rgba(255,255,255,0.75); }
.hero-yt-link svg { opacity: 0.6; transition: opacity 0.2s; }
.hero-yt-link:hover svg { opacity: 1; }
/* ── Hero V2 — Centered cinematic ── */
.hero-center { text-align: center; display: flex; flex-direction: column; align-items: center; }
.hero-tag { display: inline-flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 28px; animation: up 0.8s 0.1s both; }
.hero-tag::before, .hero-tag::after { content: ''; width: 28px; height: 1px; background: var(--amber); }
.hero-h1 { font-size: clamp(48px, 7vw, 88px); font-weight: 800; line-height: 1.08; letter-spacing: -0.03em; color: var(--white); margin-bottom: 28px; animation: up 0.8s 0.2s both; }
.hero-h1 em { font-style: normal; color: var(--amber); }
.hero-sub { font-size: 17px; font-weight: 400; line-height: 1.78; color: rgba(255,255,255,0.75); max-width: 580px; margin-bottom: 36px; animation: up 0.8s 0.3s both; text-shadow: 0 1px 8px rgba(2,13,39,0.6); }
.hero-btns { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; animation: up 0.8s 0.4s both; }

/* ── Brand tiles — horizontal glass cards ── */
.hero-brands { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 56px; width: 100%; max-width: 900px; animation: up 0.8s 0.55s both; }
.hero-brand-tile { display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 24px 20px 18px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); text-decoration: none; color: var(--white); transition: background 0.3s, border-color 0.3s, transform 0.3s cubic-bezier(0.22,1,0.36,1); position: relative; }
.hero-brand-tile:hover { background: rgba(255,255,255,0.12); border-color: rgba(232,162,32,0.35); transform: translateY(-2px); }
.hero-brand-tile:focus-visible { outline: 2px solid var(--amber); outline-offset: 2px; }
.hero-brand-tile:active { transform: translateY(0); }
.hero-brand-logo { width: 100%; height: 96px; background: rgba(255,255,255,0.92); border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 14px 20px; }
.hero-brand-logo img { max-width: 100%; max-height: 100%; object-fit: contain; }
.hero-brand-role { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--amber); display: inline-flex; align-items: center; gap: 8px; }
.hero-brand-arrow { color: var(--amber); opacity: 0.6; transition: opacity 0.2s, transform 0.2s; }
.hero-brand-tile:hover .hero-brand-arrow { opacity: 1; transform: translateX(4px); }
.hpillar { padding: 32px 44px; border-right: 1px solid rgba(255,255,255,0.09); display: flex; align-items: center; gap: 20px; transition: background 0.2s; }
.hpillar:last-child { border-right: none; }
.hpillar:hover { background: rgba(255,255,255,0.03); }
.hpillar-icon { width: 44px; height: 44px; flex-shrink: 0; background: rgba(232,162,32,0.12); display: flex; align-items: center; justify-content: center; }
.hpillar-icon svg { color: var(--amber); }
.hpillar-t { font-size: 15px; font-weight: 700; color: var(--white); letter-spacing: -0.01em; }
.hpillar-d { font-size: 12px; color: rgba(255,255,255,0.45); margin-top: 2px; line-height: 1.5; }
@keyframes up { from { opacity:0; transform:translateY(22px); } to { opacity:1; transform:translateY(0); } }

/* ── TICKER ── */
.ticker { background: var(--navy-dk); overflow: hidden; border-top: 1px solid rgba(255,255,255,0.05); padding: 12px 0; }
.ticker-inner { display: flex; width: max-content; animation: tick 30s linear infinite; }
.ticker-item { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.28); padding: 0 18px; white-space: nowrap; display: flex; align-items: center; gap: 18px; }
.ticker-sep { color: var(--amber); font-size: 7px; }
@keyframes tick { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ── SECTION SHELLS ── */
.s-white  { background: var(--white);    padding: 96px 0; }
.s-off    { background: var(--offwhite); padding: 96px 0; }
.s-navy   { background: var(--navy);     padding: 96px 0; }
.s-navydk { background: var(--navy-dk);  padding: 96px 0; }
.s-amber  { background: linear-gradient(135deg, #f0ac2b 0%, var(--amber) 50%, #d18c0d 100%); padding: 80px 0; position: relative; overflow: hidden; }
.s-amber::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,0.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.07) 1px, transparent 1px); background-size: 48px 48px; -webkit-mask-image: radial-gradient(120% 120% at 80% 0%, #000 40%, transparent 100%); mask-image: radial-gradient(120% 120% at 80% 0%, #000 40%, transparent 100%); }
.s-amber::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, transparent, rgba(2,20,64,0.28), transparent); }
.s-amber > .wrap { position: relative; z-index: 1; }

/* ── OPLOSSINGEN ── */
.opl-img-wrap { overflow: hidden; margin: -48px -40px 32px; }
.opl-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; filter: brightness(0.9); transition: filter 0.3s, transform 0.4s ease; }
.opl-card:hover .opl-img { filter: brightness(1); transform: scale(1.015); }
.opl-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: var(--bl); border: 1px solid var(--bl); margin-top: 56px; }
.opl-card { background: var(--offwhite); padding: 48px 40px; position: relative; overflow: hidden; transition: background 0.25s; }
.opl-card:hover { background: var(--white); }
.opl-kw { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--steel); margin-bottom: 10px; display: block; }
.opl-t { font-size: 22px; font-weight: 800; color: var(--navy); letter-spacing: -0.02em; margin-bottom: 14px; line-height: 1.2; }
.opl-d { font-size: 14px; line-height: 1.78; color: var(--slate); }
.opl-brand { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--bl); font-size: 11px; font-weight: 600; color: var(--steel); display: flex; align-items: center; gap: 6px; }
.opl-brand::before { content: ''; width: 14px; height: 1px; background: var(--steel); }
.opl-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--amber); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }
.opl-card:hover .opl-bar { transform: scaleX(1); }

/* ── ADECS ── */
.adecs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.adecs-visual { background: var(--navy); padding: 56px 48px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 280px; }
.adecs-visual::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 40px 40px; }
.adecs-brand-img { position: relative; z-index: 2; width: 280px; max-width: 85%; object-fit: contain; background: #fff; padding: 18px 32px; box-shadow: 0 6px 28px rgba(0,0,0,0.35); }
.adecs-tagline { position: relative; z-index: 2; font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-top: 12px; }
.adecs-link { position: relative; z-index: 2; margin-top: 24px; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--amber); text-decoration: none; display: inline-flex; align-items: center; gap: 6px; border-bottom: 1px solid rgba(232,162,32,0.3); padding-bottom: 2px; transition: border-color 0.2s; }
.adecs-link:hover { border-color: var(--amber); }
.adecs-list { margin-top: 32px; display: flex; flex-direction: column; gap: 14px; }
.adecs-item { display: flex; align-items: flex-start; gap: 14px; }
.adecs-check { width: 22px; height: 22px; flex-shrink: 0; background: rgba(232,162,32,0.15); display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.adecs-check svg { color: var(--amber); }
.adecs-item-t { font-size: 14px; font-weight: 600; color: var(--navy); }
.adecs-item-d { font-size: 13px; color: var(--slate); line-height: 1.6; margin-top: 2px; }

/* ── MACHINE CATALOGUS ── */
.cat-tabs { display: none; }
.cat-tab { padding: 14px 32px; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: rgba(255,255,255,0.45); cursor: pointer; background: none; border: none; border-bottom: 2px solid transparent; margin-bottom: -2px; transition: color 0.2s, border-color 0.2s; }
.cat-tab.active, .cat-tab:hover { color: var(--amber); border-bottom-color: var(--amber); }
.cat-panel { display: none; margin-top: 40px; }
.cat-panel:not(.active) { display: none !important; }
.cat-panel.active { display: grid; }
.mcat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; background: rgba(255,255,255,0.05); }
.mcat-card { background: var(--navy-dk); cursor: pointer; position: relative; overflow: hidden; transition: background 0.25s; display: flex; flex-direction: column; }
.mcat-card:hover { background: #01143d; }
a.mcat-card--link { display: flex; text-decoration: none; color: inherit; }
.mcat-img-wrap { position: relative; overflow: hidden; aspect-ratio: 4/3; background: #f0f3f8; display: flex; align-items: center; justify-content: center; }
.mcat-img { width: 100%; height: 100%; object-fit: contain; display: block; padding: 20px; transition: transform 0.4s ease; }
.mcat-card:hover .mcat-img { transform: scale(1.05); }
.mcat-badge-img { position: absolute; top: 12px; left: 12px; font-size: 9px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--navy); background: var(--amber); padding: 3px 9px; }
.mcat-body { padding: 22px 22px 26px; flex: 1; display: flex; flex-direction: column; }
.mcat-name { font-size: 16px; font-weight: 800; color: var(--white); letter-spacing: -0.02em; margin-bottom: 7px; line-height: 1.2; }
.mcat-tagline { font-size: 12px; line-height: 1.65; color: rgba(255,255,255,0.42); flex: 1; margin-bottom: 14px; }
.mcat-keyspec { display: flex; align-items: baseline; gap: 8px; margin-bottom: 16px; padding: 9px 13px; background: rgba(255,255,255,0.04); border-left: 2px solid var(--amber); }
.mcat-keyspec-val { font-size: 17px; font-weight: 800; color: var(--amber); letter-spacing: -0.02em; }
.mcat-keyspec-k { font-size: 10px; font-weight: 600; color: rgba(255,255,255,0.28); text-transform: uppercase; letter-spacing: 0.08em; }
.mcat-cta { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--amber); transition: gap 0.2s; }
.mcat-card:hover .mcat-cta { gap: 14px; }
.mcat-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--amber); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.mcat-card:hover .mcat-bar { transform: scaleX(1); }
.mcat-drive { display: inline-flex; align-items: center; gap: 4px; font-size: 10px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; padding: 3px 8px; border-radius: 3px; margin-bottom: 8px; }
.mcat-drive--servo { background: rgba(232,162,32,0.1); color: var(--amber); border: 1px solid rgba(232,162,32,0.3); }
.mcat-drive--pneum { background: rgba(30,111,196,0.1); color: var(--steel); border: 1px solid rgba(30,111,196,0.3); }
.acc-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; background: none; }
@media (max-width: 1024px) { .acc-grid { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 640px) { .acc-grid { grid-template-columns: repeat(2,1fr); } }
.acc-card { background: var(--navy-dk); border: 1px solid rgba(255,255,255,0.06); padding: 28px 24px 24px; cursor: default; display: flex; flex-direction: column; align-items: flex-start; gap: 14px; transition: transform 0.22s cubic-bezier(0.34,1.56,0.64,1), border-color 0.2s, box-shadow 0.2s; box-shadow: 0 2px 8px rgba(0,0,0,0.25); }
.acc-card:hover { transform: translateY(-3px); border-color: rgba(232,162,32,0.3); box-shadow: 0 8px 24px rgba(0,0,0,0.35), 0 0 0 1px rgba(232,162,32,0.12); }
.acc-icon { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background: rgba(232,162,32,0.08); border: 1px solid rgba(232,162,32,0.15); padding: 10px; box-sizing: border-box; }
.acc-icon img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); opacity: 0.7; transition: opacity 0.2s; }
.acc-card:hover .acc-icon { background: rgba(232,162,32,0.14); border-color: rgba(232,162,32,0.3); }
.acc-card:hover .acc-icon img { opacity: 1; }
.acc-name { font-size: 13px; font-weight: 800; color: var(--white); letter-spacing: -0.01em; line-height: 1.25; margin-top: 2px; }
.acc-desc { font-size: 12px; line-height: 1.7; color: rgba(255,255,255,0.55); flex: 1; }
.acc-badge { display: inline-block; font-size: 9px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(232,162,32,0.8); background: rgba(232,162,32,0.07); border: 1px solid rgba(232,162,32,0.2); padding: 3px 10px; margin-top: auto; }
/* Collapsible sections */
.mcat-section-header { display: flex; align-items: center; gap: 14px; padding: 14px 24px; cursor: pointer; user-select: none; border-top: 1px solid rgba(255,255,255,0.06); transition: background 0.2s; }
.mcat-section-header:hover { background: rgba(255,255,255,0.03); }
.mcat-section-header:first-child { border-top: none; }
.mcat-section-num { font-size: 10px; font-weight: 800; color: var(--amber); opacity: 0.5; letter-spacing: 0.1em; }
.mcat-section-title { font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.mcat-section-thumb { width: 36px; height: 36px; object-fit: contain; object-position: center; opacity: 0.7; border-radius: 2px; background: rgba(255,255,255,0.08); padding: 2px; flex-shrink: 0; }
.mcat-section-line { flex: 1; height: 1px; background: rgba(255,255,255,0.05); }
.mcat-section-chevron { font-size: 12px; color: rgba(255,255,255,0.3); transition: transform 0.28s ease; display: inline-block; flex-shrink: 0; }
.mcat-section-header.sect-collapsed .mcat-section-chevron { transform: rotate(-90deg); }
#cat-unifiller.active { display: block; background: none; }
#cat-adecs.active { display: block; background: none; }
#cat-adecs .mcat-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2px; }
.adecs-cat-intro { text-align: center; padding: 32px 0 24px; }
.mcat-cat-tile-img--photo { display: none; }
.adecs-section-hdr { font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; color: var(--amber); padding: 24px 0 14px; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 16px; display: flex; align-items: center; gap: 14px; }
.adecs-section-hdr::after { content: ''; flex: 1; height: 1px; background: rgba(255,255,255,0.08); }
.mcat-section-body { display: grid; grid-template-columns: repeat(4,1fr); gap: 2px; background: rgba(255,255,255,0.04); }
.mcat-section-body.collapsed { display: none; }

/* ── UNIFILLER CATEGORY NAV ── */
.ucat-nav-wrap { background: rgba(0,0,0,0.2); border: 1px solid rgba(255,255,255,0.07); padding: 24px; margin-bottom: 0; }
.ucat-hdr { display: flex; align-items: center; gap: 14px; padding: 0 0 14px; }
.ucat-hdr-label { font-size: 10px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; color: var(--amber); white-space: nowrap; }
.ucat-hdr-line { flex: 1; height: 1px; background: rgba(255,255,255,0.1); }
.ucat-machines-hdr { display: flex; align-items: center; gap: 16px; padding: 36px 0 18px; margin-top: 8px; }
.ucat-machines-title { font-size: 18px; font-weight: 800; color: var(--white); letter-spacing: -0.02em; white-space: nowrap; }
.ucat-machines-title strong { color: var(--amber); }
.ucat-machines-hdr .ucat-hdr-line { background: rgba(255,255,255,0.08); }
.ucat-back-btn { display: inline-flex; align-items: center; gap: 6px; background: none; border: 1px solid rgba(255,255,255,0.18); color: rgba(255,255,255,0.55); font-size: 10px; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; padding: 6px 14px; cursor: pointer; transition: border-color 0.2s, color 0.2s; white-space: nowrap; font-family: inherit; }
.ucat-back-btn:hover { border-color: var(--amber); color: var(--amber); }
.mcat-cat-nav { display: flex; flex-wrap: wrap; gap: 8px; }
.mcat-cat-tile { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 999px; cursor: pointer; text-align: left; padding: 8px 14px 8px 12px; position: relative; transition: background 0.2s, border-color 0.2s, color 0.2s; display: inline-flex; align-items: center; gap: 8px; font-family: inherit; }
.mcat-cat-tile:hover { background: rgba(255,255,255,0.1); border-color: rgba(232,162,32,0.3); }
.mcat-cat-tile.active { background: var(--amber); border-color: var(--amber); }
.mcat-cat-tile:hover { background: rgba(255,255,255,0.06); }
.mcat-cat-tile.active { outline: 2px solid var(--amber); outline-offset: -2px; }
.mcat-cat-tile-img { display: none; }
.mcat-cat-tile-img--all { display: none; }
.mcat-cat-tile-num { display: inline-flex; align-items: center; justify-content: center; min-width: 22px; height: 20px; padding: 0 6px; background: rgba(255,255,255,0.1); border-radius: 10px; font-size: 10px; font-weight: 800; color: var(--amber); letter-spacing: 0; }
.mcat-cat-tile.active .mcat-cat-tile-num { background: rgba(2,13,39,0.15); color: var(--navy); }
.mcat-cat-tile-label { font-size: 12px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255,255,255,0.85); line-height: 1; }
.mcat-cat-tile.active .mcat-cat-tile-label { color: var(--navy); }

/* ── MERKEN ── */
.brands-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--bd); border: 1px solid var(--bd); margin-top: 48px; }
.brand-card { background: var(--navy-dk); transition: background 0.25s; position: relative; overflow: hidden; padding: 28px 28px 32px; }
.brand-card:hover { background: var(--navy); }
.brand-logo-wrap { width: 100%; height: 90px; background: #fff; border-radius: 4px; padding: 10px 14px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; box-sizing: border-box; overflow: hidden; }
.brand-logo { height: 100%; width: auto; max-width: 100%; display: block; object-fit: contain; }
.brand-img-wrap { overflow: hidden; }
.brand-img { width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; filter: brightness(0.88) saturate(0.9); transition: filter 0.4s, transform 0.5s ease; }
.brand-card:hover .brand-img { filter: brightness(1) saturate(1); transform: scale(1.05); }
.brand-text { padding: 28px 28px 32px; }
.brand-name { font-size: 20px; font-weight: 900; color: var(--white); letter-spacing: -0.02em; margin-bottom: 6px; }
.brand-role { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--amber); margin-bottom: 10px; }
.brand-d { font-size: 12px; line-height: 1.7; color: rgba(255,255,255,0.5); }
.brand-ext { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-size: 11px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; color: var(--amber); text-decoration: none; border-bottom: 1px solid rgba(232,162,32,0.25); padding-bottom: 2px; transition: border-color 0.2s; }
.brand-ext:hover { border-color: var(--amber); }

/* ── VIDEO SECTIE ── */
.video-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; background: var(--bl); margin-top: 56px; }
.video-card { background: var(--offwhite); position: relative; overflow: hidden; }
.video-embed-wrap { position: relative; aspect-ratio: 16/9; overflow: hidden; cursor: pointer; }
.video-embed-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.video-overlay { position: absolute; inset: 0; background: var(--navy); opacity: 0.4; transition: opacity 0.3s; pointer-events: none; }
.video-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 64px; height: 64px; background: var(--amber); display: flex; align-items: center; justify-content: center; transition: transform 0.2s, background 0.2s; pointer-events: none; }
.video-play svg { color: var(--navy); }
.video-embed-wrap:hover .video-overlay { opacity: 0; }
.video-embed-wrap:hover .video-play { transform: translate(-50%,-50%) scale(1.1); background: var(--amber-dk); }
.video-embed-wrap.playing .video-overlay, .video-embed-wrap.playing .video-play { display: none; }
.video-meta { padding: 24px 28px; }
.video-brand { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--steel); margin-bottom: 6px; }
.video-title { font-size: 16px; font-weight: 700; color: var(--navy); margin-bottom: 6px; line-height: 1.3; }
.video-desc { font-size: 13px; color: var(--slate); line-height: 1.65; }

/* ── SERVICES ── */
.svc-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 2px; background: var(--bl); border: 1px solid var(--bl); margin-top: 56px; }
.svc-card { background: var(--white); padding: 44px 40px; position: relative; overflow: hidden; transition: background 0.25s; }
.svc-card:hover { background: var(--offwhite); }
.svc-num { font-size: 44px; font-weight: 900; color: var(--bl); line-height: 1; margin-bottom: 20px; letter-spacing: -0.03em; }
.svc-t { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 12px; letter-spacing: -0.01em; }
.svc-d { font-size: 14px; line-height: 1.78; color: var(--slate); }
.svc-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--amber); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.svc-card:hover .svc-bar { transform: scaleX(1); }

/* ── OVER ONS ── */
.over-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: start; }
.over-img { width: 100%; aspect-ratio: 4/5; object-fit: cover; display: block; }
.timeline { margin-top: 36px; }
.tl-item { display: flex; gap: 20px; margin-bottom: 28px; }
.tl-year { font-size: 13px; font-weight: 800; color: var(--amber); letter-spacing: 0.04em; min-width: 46px; padding-top: 2px; }
.tl-line { width: 1px; background: var(--bl); flex-shrink: 0; position: relative; }
.tl-line::before { content: ''; position: absolute; top: 5px; left: -3px; width: 7px; height: 7px; background: var(--navy); }
.tl-t { font-size: 14px; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.tl-d { font-size: 13px; color: var(--slate); line-height: 1.65; }
.contact-strip { margin-top: 36px; padding: 28px 32px; background: var(--navy); display: flex; flex-direction: column; gap: 16px; }
.contact-strip-item { display: flex; align-items: center; gap: 14px; }
.contact-strip-item svg { color: var(--amber); flex-shrink: 0; }
.contact-strip-label { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.4); }
.contact-strip-val { font-size: 14px; font-weight: 500; color: var(--white); }
.contact-strip-val a { color: inherit; text-decoration: none; transition: color 0.2s; }
.contact-strip-val a:hover { color: var(--amber); }

/* ── CTA ── */
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 48px; }
.cta-h { font-size: clamp(32px, 4.5vw, 54px); font-weight: 800; color: var(--navy); letter-spacing: -0.025em; line-height: 1.1; }
.cta-right { flex-shrink: 0; max-width: 360px; }
.cta-right p { font-size: 15px; line-height: 1.8; color: rgba(3,42,115,0.65); margin-bottom: 28px; }

/* ── CONTACT ── */
.contact-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 72px; }
.ci-lede p { font-size: 15px; line-height: 1.8; color: var(--slate); margin: 14px 0 36px; }
.cdet { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.cdet-icon { width: 40px; height: 40px; flex-shrink: 0; border: 1px solid var(--bl); display: flex; align-items: center; justify-content: center; }
.cdet-l { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--slate); margin-bottom: 2px; }
.cdet-v { font-size: 14px; font-weight: 500; color: var(--navy); line-height: 1.5; }
.cdet-v a { color: inherit; text-decoration: none; transition: color 0.2s; }
.cdet-v a:hover { color: var(--steel); }
.hours { margin-top: 28px; padding: 20px 24px; background: var(--offwhite); border-left: 3px solid var(--steel); }
.hours-t { font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy); margin-bottom: 8px; }
.hours p { font-size: 13px; color: var(--slate); line-height: 1.7; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.fg { margin-bottom: 12px; }
.fl { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--slate); display: block; margin-bottom: 6px; }
.fi { width: 100%; padding: 12px 16px; background: var(--offwhite); border: 1px solid var(--bl); color: var(--navy); font-family: var(--font-body); font-size: 14px; outline: none; transition: border-color 0.2s, background 0.2s, box-shadow 0.2s; }
.fi:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(232,162,32,0.15); background: var(--white); }
.fi:focus { border-color: var(--steel); background: var(--white); }
.fi::placeholder { color: rgba(89,101,128,0.45); }
textarea.fi { resize: vertical; }
.consent-label { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.6; color: var(--slate); cursor: pointer; margin-top: 4px; }
.consent-cb { margin-top: 3px; accent-color: var(--amber); flex-shrink: 0; width: 16px; height: 16px; cursor: pointer; }
.privacy-check { margin-bottom: 4px; }
.privacy-label { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: var(--slate); line-height: 1.5; cursor: pointer; }
.privacy-label input[type="checkbox"] { margin-top: 3px; flex-shrink: 0; accent-color: var(--navy); width: 15px; height: 15px; }
.privacy-label a { color: var(--steel); }
.fsub { width: 100%; padding: 14px; background: linear-gradient(135deg, #f5b73c 0%, var(--amber) 55%, var(--amber-dk) 100%); color: var(--navy); font-family: var(--font-body); font-size: 12px; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; border: none; cursor: pointer; margin-top: 8px; box-shadow: var(--shadow-amber); transition: transform 0.2s cubic-bezier(0.22,1,0.36,1), box-shadow 0.2s, filter 0.2s; }
.fsub:hover { filter: brightness(1.04); transform: translateY(-2px); box-shadow: 0 10px 26px -8px rgba(232,162,32,0.55), 0 4px 10px rgba(2,20,64,0.14); }
.fsub:active { transform: translateY(0); }
.fsub:focus-visible { outline: 2px solid var(--navy); outline-offset: 2px; }

/* ── FOOTER ── */
footer { background: var(--navy-dk); border-top: 1px solid rgba(255,255,255,0.06); padding: 48px 0 32px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.06); margin-bottom: 24px; }
.footer-brand { display: inline-flex; align-items: center; gap: 18px; }
.footer-brand img { height: 58px; width: auto; display: block; filter: brightness(0) invert(1); opacity: 0.95; }
.footer-brand-wm { display: flex; flex-direction: column; line-height: 1; }
.footer-brand-wm .wm-main { font-family: 'Inter', sans-serif; font-size: 26px; font-weight: 800; letter-spacing: 0.005em; color: var(--white); }
.footer-brand-wm .wm-sub { font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0.46em; color: rgba(255,255,255,0.55); margin-top: 8px; }
.footer-tagline { font-size: 12px; color: rgba(255,255,255,0.3); margin-top: 14px; letter-spacing: 0.04em; }
.footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 14px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,0.5); text-decoration: none; margin-bottom: 8px; transition: color 0.2s; }
.footer-col a:hover { color: var(--white); }
.footer-col p { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.25); }
.footer-legal { display: flex; gap: 20px; }
.footer-legal a { font-size: 11px; color: rgba(255,255,255,0.25); text-decoration: none; transition: color 0.2s; }
.footer-legal a:hover { color: rgba(255,255,255,0.6); }

/* ── MACHINE DETAIL MODAL ── */
.mmodal { position: fixed; inset: 0; z-index: 500; display: none; background: #020d27; overflow-y: auto; }
.mmodal.open { display: block; animation: mfadeIn 0.2s ease; }
@keyframes mfadeIn { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:none; } }
.mmodal-close { position: fixed; top: 16px; right: 20px; background: rgba(255,255,255,0.1); border: none; color: #fff; width: 44px; height: 44px; cursor: pointer; font-size: 20px; display: flex; align-items: center; justify-content: center; z-index: 10; transition: background 0.2s; line-height: 1; }
.mmodal-close:hover { background: rgba(255,255,255,0.18); }
.mmodal-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 64px 40px 48px; }
.mmodal-video-section { max-width: 1100px; margin: 0 auto; padding: 0 40px 80px; }
.mmodal-video-label { font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 14px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.mmodal-video-wrap { position: relative; aspect-ratio: 16/9; background: #000; border-radius: 2px; overflow: hidden; }
.mmodal-video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.mmodal-img-col { display: flex; flex-direction: column; gap: 10px; position: sticky; top: 64px; align-self: start; }
.mmodal-main-img { width: 100%; aspect-ratio: 4/3; object-fit: contain; background: #f0f3f8; padding: 32px; display: block; }
.mmodal-thumbs { display: flex; gap: 6px; }
.mmodal-thumb { width: 72px; height: 56px; object-fit: contain; background: #f0f3f8; padding: 6px; cursor: pointer; opacity: 0.5; transition: opacity 0.2s; border: 1px solid transparent; }
.mmodal-thumb.active, .mmodal-thumb:hover { opacity: 1; border-color: var(--amber); }
.mmodal-brand { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 8px; display: block; }
.mmodal-badge { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--amber); display: block; margin-bottom: 12px; }
.mmodal-name { font-size: clamp(22px,3vw,34px); font-weight: 800; color: var(--white); letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 18px; }
.mmodal-desc { font-size: 14px; line-height: 1.82; color: rgba(255,255,255,0.52); margin-bottom: 28px; }
.mmodal-section-t { font-size: 10px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.07); }
.mmodal-specs { margin-bottom: 24px; }
.mmodal-spec-row { display: flex; justify-content: space-between; align-items: baseline; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.05); }
.mmodal-spec-k { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.3); }
.mmodal-spec-v { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.8); }
.mmodal-apps { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 24px; }
.mmodal-app { font-size: 11px; font-weight: 600; padding: 5px 12px; background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.55); letter-spacing: 0.04em; }
.mmodal-features { display: flex; flex-direction: column; gap: 9px; margin-bottom: 32px; }
.mmodal-feature { display: flex; align-items: center; gap: 10px; font-size: 13px; color: rgba(255,255,255,0.65); }
.mmodal-feature::before { content: ''; width: 6px; height: 6px; min-width: 6px; background: var(--amber); }

/* ── HAMBURGER / MOBILE NAV ── */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 6px; background: none; border: none; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--navy); transition: transform 0.3s, opacity 0.3s; }
.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); }
.mobile-menu { display: none; position: fixed; top: 80px; left: 0; right: 0; background: var(--white); border-bottom: 3px solid var(--amber); z-index: 199; padding: 0 28px; flex-direction: column; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 15px; font-weight: 600; color: var(--navy); text-decoration: none; padding: 16px 0; border-bottom: 1px solid var(--bl); transition: color 0.2s; }
.mobile-menu a:hover { color: var(--steel); }
.mobile-menu a:last-child { border-bottom: none; color: var(--amber); }

/* ── RESPONSIVE ── */
@media (max-width: 1050px) {
  .wrap { padding: 0 28px; }
  .hero-brands { grid-template-columns: 1fr; max-width: 360px; }
  .opl-grid { grid-template-columns: 1fr; }
  .mcat-grid { grid-template-columns: repeat(2,1fr); }
  .mcat-section-body { grid-template-columns: repeat(2,1fr); }
  .mcat-cat-nav { gap: 6px; }
  .adecs-grid { grid-template-columns: 1fr; }
  .brands-grid { grid-template-columns: repeat(2,1fr); }
  .svc-grid { grid-template-columns: 1fr; }
  .over-grid { grid-template-columns: 1fr; }
  .over-img { display: none; }
  .cta-inner { flex-direction: column; align-items: flex-start; }
  .contact-grid { grid-template-columns: 1fr; gap: 52px; }
  .hero-pillars { grid-template-columns: 1fr; }
  .hpillar { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.09); }
  .hpillar:last-child { border-bottom: none; }
  .footer-top { flex-wrap: wrap; }
  .video-grid { grid-template-columns: 1fr; }
  .mmodal-inner { grid-template-columns: 1fr; gap: 32px; padding: 56px 28px 40px; }
  .mmodal-video-section { padding: 0 28px 60px; }
  .mmodal-img-col { position: static; }
}
@media (max-width: 768px) {
  .nav-links, .nav .btn-amber { display: none; }
  .hamburger { display: flex; }
  .hero-h1 { font-size: clamp(36px, 9vw, 64px); }
  .svc-grid, .brands-grid, .mcat-grid { grid-template-columns: 1fr; }
  .mcat-section-body { grid-template-columns: 1fr; }
  .mcat-cat-nav { gap: 5px; }
  .frow { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .mmodal-inner { padding: 52px 18px 40px; }
  .mmodal-video-section { padding: 0 18px 60px; }
  .hpillar { padding: 24px 28px; }
  .lang-switch { display: none; }
}

/* ── LANGUAGE SWITCH ── */
.lang-switch { display: flex; align-items: center; gap: 2px; border: 1px solid rgba(3,42,115,0.15); border-radius: 2px; overflow: hidden; }
.lang-btn { background: none; border: none; padding: 6px 10px; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; cursor: pointer; color: var(--navy); transition: background 0.15s, color 0.15s; }
.lang-btn.active { background: var(--navy); color: var(--white); }
.lang-btn:hover:not(.active) { background: rgba(3,42,115,0.06); }

/* ── NL / FR TOGGLE ── */
body:not(.lang-fr) .fr-only { display: none !important; }
body.lang-fr .nl-only { display: none !important; }

/* ── COOKIE BANNER ── */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 900; background: var(--navy-dk); border-top: 2px solid var(--amber); padding: 20px 0; transform: translateY(100%); transition: transform 0.4s ease; }
.cookie-banner.show { transform: translateY(0); }
.cookie-banner .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cookie-text { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.75); flex: 1; min-width: 240px; }
.cookie-text a { color: var(--amber); text-decoration: none; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-accept { background: var(--amber); color: var(--navy); border: none; padding: 10px 24px; font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; cursor: pointer; transition: background 0.2s; }
.cookie-accept:hover { background: var(--amber-dk); }
.cookie-decline { background: none; border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.6); padding: 10px 18px; font-size: 12px; font-weight: 600; letter-spacing: 0.04em; cursor: pointer; transition: border-color 0.2s; }
.cookie-decline:hover { border-color: rgba(255,255,255,0.5); }

/* ── POLICY MODALS ── */
.policy-modal { position: fixed; inset: 0; z-index: 800; background: rgba(2,13,36,0.92); display: none; align-items: flex-start; justify-content: center; overflow-y: auto; padding: 40px 20px; }
.policy-modal.open { display: flex; }
.policy-inner { background: var(--offwhite); max-width: 760px; width: 100%; position: relative; padding: 52px 60px; margin: auto; }
.policy-close { position: absolute; top: 20px; right: 24px; background: none; border: none; font-size: 20px; cursor: pointer; color: var(--slate); }
.policy-close:hover { color: var(--navy); }
.policy-inner h2 { font-size: 22px; font-weight: 800; color: var(--navy); margin-bottom: 6px; }
.policy-inner h3 { font-size: 14px; font-weight: 700; color: var(--navy); margin: 24px 0 8px; }
.policy-inner p, .policy-inner li { font-size: 13px; line-height: 1.75; color: var(--charcoal); }
.policy-inner ul { padding-left: 20px; margin: 8px 0; }
.policy-meta { font-size: 11px; color: var(--slate); margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid rgba(3,42,115,0.1); }
@media (max-width: 640px) { .policy-inner { padding: 40px 24px; } }

/* ── SEARCH BUTTON (NAV) ── */
.search-btn { background: none; border: none; cursor: pointer; padding: 8px; display: inline-flex; align-items: center; justify-content: center; color: var(--navy); opacity: 0.65; transition: opacity 0.2s, transform 0.2s; }
.search-btn:hover { opacity: 1; transform: scale(1.1); }
.search-btn:focus-visible { outline: 2px solid var(--steel); outline-offset: 2px; }
.search-btn:active { transform: scale(0.95); }
.search-btn svg { width: 18px; height: 18px; display: block; }

/* ── SEARCH OVERLAY ── */
.search-overlay { position: fixed; inset: 0; z-index: 1000; display: flex; flex-direction: column; align-items: center; padding-top: 120px; pointer-events: none; opacity: 0; transition: opacity 0.22s ease; }
.search-overlay.open { pointer-events: auto; opacity: 1; }
.search-backdrop { position: fixed; inset: 0; background: rgba(2,13,36,0.88); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); z-index: 0; }
.search-panel { position: relative; z-index: 1; width: 100%; max-width: 640px; margin: 0 24px; transform: translateY(-12px); transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1); }
.search-overlay.open .search-panel { transform: translateY(0); }
.search-input-wrap { position: relative; display: flex; align-items: center; background: var(--white); box-shadow: 0 4px 32px rgba(3,42,115,0.28), 0 1px 4px rgba(3,42,115,0.12); }
.search-input-icon { position: absolute; left: 18px; color: var(--navy); opacity: 0.35; pointer-events: none; display: flex; align-items: center; }
.search-input-icon svg { width: 18px; height: 18px; }
.search-input { width: 100%; background: none; border: none; outline: none; padding: 20px 52px 20px 52px; font-family: 'Inter', sans-serif; font-size: 17px; font-weight: 500; color: var(--navy); letter-spacing: -0.01em; }
.search-input::placeholder { color: rgba(3,42,115,0.3); }
.search-clear { position: absolute; right: 18px; background: none; border: none; cursor: pointer; padding: 6px; display: flex; align-items: center; color: var(--navy); opacity: 0.4; transition: opacity 0.15s; }
.search-clear:hover { opacity: 0.8; }
.search-clear:focus-visible { outline: 2px solid var(--steel); outline-offset: 2px; }
.search-clear svg { width: 14px; height: 14px; }
.search-results { background: var(--white); border-top: 1px solid rgba(3,42,115,0.07); box-shadow: 0 8px 40px rgba(3,42,115,0.24), 0 2px 8px rgba(3,42,115,0.1); max-height: 420px; overflow-y: auto; }
.search-result-item { display: flex; align-items: flex-start; gap: 14px; padding: 16px 20px; cursor: pointer; border-bottom: 1px solid rgba(3,42,115,0.05); transition: background 0.12s; text-decoration: none; color: inherit; }
.search-result-item:last-child { border-bottom: none; }
.search-result-item:hover, .search-result-item:focus-visible { background: rgba(3,42,115,0.04); outline: none; }
.search-result-item:focus-visible { box-shadow: inset 2px 0 0 var(--steel); }
.search-result-item:active { background: rgba(3,42,115,0.08); }
.search-result-icon { width: 36px; height: 36px; min-width: 36px; background: rgba(3,42,115,0.06); display: flex; align-items: center; justify-content: center; color: var(--navy); opacity: 0.45; margin-top: 1px; }
.search-result-icon svg { width: 16px; height: 16px; }
.search-result-body { flex: 1; min-width: 0; }
.search-result-name { font-size: 14px; font-weight: 700; color: var(--navy); letter-spacing: -0.01em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-result-snippet { font-size: 12px; line-height: 1.6; color: var(--slate); margin-top: 2px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.search-result-badge { font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--steel); background: rgba(30,111,196,0.08); padding: 3px 8px; white-space: nowrap; margin-left: auto; flex-shrink: 0; align-self: center; }
.search-empty { padding: 28px 20px; text-align: center; font-size: 13px; color: var(--slate); }
.search-hint { margin-top: 10px; display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
.search-hint-key { font-size: 10px; font-weight: 600; letter-spacing: 0.04em; color: rgba(255,255,255,0.35); background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); padding: 3px 7px; }
.search-hint-sep { font-size: 10px; color: rgba(255,255,255,0.25); }
@media (max-width: 768px) { .search-overlay { padding-top: 80px; } .search-panel { margin: 0 16px; } }

/* ══════════════════════════════════════
   OPLOSSINGEN PAGE — SECTION A: SECTOREN
   ══════════════════════════════════════ */
.sector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 52px;
}
.sector-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 32px 28px;
  transition: transform 0.25s cubic-bezier(0.34,1.2,0.64,1), background 0.2s, box-shadow 0.2s;
  cursor: default;
}
.sector-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,0.09);
  box-shadow: 0 12px 40px rgba(0,0,0,0.25), 0 2px 8px rgba(0,0,0,0.15);
}
.sector-icon {
  width: 52px;
  height: 52px;
  background: rgba(232,162,32,0.12);
  border: 1px solid rgba(232,162,32,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--amber);
  margin-bottom: 20px;
  transition: background 0.2s;
}
.sector-card:hover .sector-icon {
  background: rgba(232,162,32,0.2);
}
.sector-name {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 8px;
  line-height: 1.3;
}
.sector-desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  color: rgba(255,255,255,0.45);
}

/* ══════════════════════════════════════
   OPLOSSINGEN PAGE — SECTION B: WAAROM
   ══════════════════════════════════════ */
.usp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 52px;
}
.usp-card {
  background: var(--white);
  border: 1px solid rgba(3,42,115,0.08);
  padding: 32px 28px;
  position: relative;
  box-shadow: 0 2px 12px rgba(3,42,115,0.06), 0 1px 3px rgba(3,42,115,0.04);
  transition: transform 0.25s cubic-bezier(0.34,1.2,0.64,1), box-shadow 0.2s;
}
.usp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(3,42,115,0.12), 0 3px 10px rgba(3,42,115,0.07);
}
.usp-num {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: var(--amber);
  margin-bottom: 16px;
}
.usp-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--navy);
  margin-bottom: 10px;
  line-height: 1.3;
}
.usp-desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: var(--slate);
  margin-bottom: 20px;
}
.usp-bar {
  height: 2px;
  background: linear-gradient(90deg, var(--amber) 0%, transparent 100%);
  width: 40px;
  transition: width 0.3s ease;
}
.usp-card:hover .usp-bar { width: 80px; }

/* ══════════════════════════════════════
   OPLOSSINGEN PAGE — SECTION C: SERVICE
   ══════════════════════════════════════ */
.service-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 56px;
  position: relative;
}
.service-phase {
  position: relative;
  padding: 0 20px 0 0;
}
.service-phase--last { padding-right: 0; }
.service-phase-num {
  width: 48px;
  height: 48px;
  background: var(--amber);
  color: var(--navy-dk);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.34,1.2,0.64,1);
}
.service-phase:hover .service-phase-num {
  transform: scale(1.1);
}
.service-phase-connector {
  position: absolute;
  top: 24px;
  left: 48px;
  right: 20px;
  height: 1px;
  background: rgba(255,255,255,0.15);
}
.service-phase-connector::after {
  content: '';
  position: absolute;
  right: -4px;
  top: -3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(255,255,255,0.25);
  border-right: 1px solid rgba(255,255,255,0.25);
  transform: rotate(45deg);
}
.service-phase-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.3;
}
.service-phase-desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255,255,255,0.5);
}

/* ══════════════════════════════════════
   OPLOSSINGEN PAGE — SECTION D: VERGELIJKING
   ══════════════════════════════════════ */
.verg-table-wrap {
  margin-top: 52px;
  overflow-x: auto;
  box-shadow: 0 4px 24px rgba(3,42,115,0.1), 0 1px 4px rgba(3,42,115,0.06);
}
.verg-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  background: var(--white);
  border: 1px solid rgba(3,42,115,0.08);
}
.verg-th-crit,
.verg-th-brand {
  padding: 20px 24px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: var(--navy);
  color: rgba(255,255,255,0.55);
  border-bottom: 2px solid var(--amber);
}
.verg-th-brand {
  color: var(--white);
  min-width: 200px;
}
.verg-brand-head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.verg-brand-logo {
  height: 22px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.85;
}
.verg-row td {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(3,42,115,0.06);
  color: var(--charcoal);
  vertical-align: middle;
  line-height: 1.5;
}
.verg-row-alt td { background: rgba(3,42,115,0.025); }
.verg-crit {
  font-weight: 600;
  color: var(--navy) !important;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  width: 200px;
}
.verg-val { color: var(--charcoal); }
.verg-val-highlight {
  color: var(--navy) !important;
  font-weight: 600;
}
.verg-cta {
  margin-top: 36px;
  display: flex;
  justify-content: flex-start;
}

/* ══════════════════════════════════════
   OPLOSSINGEN RESPONSIVE
   ══════════════════════════════════════ */
@media (max-width: 900px) {
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .usp-grid { grid-template-columns: repeat(2, 1fr); }
  .service-flow { grid-template-columns: 1fr 1fr; gap: 32px; }
  .service-phase-connector { display: none; }
}
@media (max-width: 600px) {
  .sector-grid { grid-template-columns: 1fr; }
  .usp-grid { grid-template-columns: 1fr; }
  .service-flow { grid-template-columns: 1fr; }
  .verg-th-crit { display: none; }
  .verg-crit { display: none; }
}
