/* ================================================================
   PRIMUS.NL — door Landuwasco Wasserijtechniek
   Design system: Primus clean × Landuwasco orange + navy
   ================================================================ */

:root {
  --orange:        #E8612A;
  --orange-light:  #F2784A;
  --orange-dim:    rgba(232, 97, 42, 0.10);
  --navy:          #1A2744;
  --navy-mid:      #253660;
  --navy-dim:      rgba(26, 39, 68, 0.08);
  --white:         #ffffff;
  --off-white:     #F7F8FC;
  --light-gray:    #EEF0F6;
  --border:        #DDE0EA;
  --text:          #1A1A2E;
  --text-mid:      #4A4A6A;
  --text-light:    #7A7A9A;

  --font:          'Inter', 'Segoe UI', Arial, sans-serif;
  --radius:        10px;
  --radius-lg:     18px;
  --shadow-sm:     0 2px 8px rgba(26,39,68,0.07);
  --shadow-md:     0 6px 24px rgba(26,39,68,0.10);
  --shadow-lg:     0 16px 48px rgba(26,39,68,0.14);
  --transition:    0.22s ease;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* ── Typography ── */
h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 800; line-height: 1.12; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.5rem, 3vw, 2.25rem); font-weight: 700; line-height: 1.22; letter-spacing: -0.01em; }
h3 { font-size: 1.2rem; font-weight: 700; line-height: 1.3; }
h4 { font-size: 1rem; font-weight: 600; }
p  { line-height: 1.7; color: var(--text-mid); }

.label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--orange);
}

/* ── Layout ── */
.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}
section { padding: 80px 0; }

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all var(--transition);
  white-space: nowrap;
}
.btn-primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 4px 16px rgba(232,97,42,0.30);
}
.btn-primary:hover {
  background: var(--orange-light);
  box-shadow: 0 6px 20px rgba(232,97,42,0.40);
  transform: translateY(-1px);
}
.btn-outline {
  border: 2px solid var(--white);
  color: var(--white);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.12);
}
.btn-outline-dark {
  border: 2px solid var(--navy);
  color: var(--navy);
}
.btn-outline-dark:hover {
  background: var(--navy);
  color: var(--white);
}
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }

/* ── Section header ── */
.section-header {
  max-width: 600px;
  margin-bottom: 52px;
}
.section-header.centered {
  text-align: center;
  margin: 0 auto 52px;
}
.section-header .label { margin-bottom: 12px; }
.section-header h2 { margin-bottom: 16px; color: var(--navy); }
.section-header p { font-size: 1.05rem; }

/* ================================================================
   NAVIGATION
   ================================================================ */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--orange);
  box-shadow: 0 3px 16px rgba(0,0,0,0.25);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 58px;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 32px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.nav-logo .dealer-tag {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-links a {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255,255,255,0.85);
  transition: color var(--transition), font-weight var(--transition);
}
.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
  font-weight: 700;
}
.nav-phone {
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.nav-phone:hover { text-decoration: underline; }
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 28px;
  cursor: pointer;
}
.nav-hamburger span {
  display: block;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all var(--transition);
}

/* ================================================================
   HERO
   ================================================================ */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, var(--navy) 0%, #0f1a35 60%, #1e3060 100%);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}

/* Line mesh — fades from nav top down to stats strip */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  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;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 55%, rgba(0,0,0,0) 88%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 55%, rgba(0,0,0,0) 88%);
  pointer-events: none;
}

/* Orange accent glow */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 80% 50%, rgba(232,97,42,0.10) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(37,54,96,0.5) 0%, transparent 60%);
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(232,97,42,0.15);
  border: 1px solid rgba(232,97,42,0.30);
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 24px;
}
.hero-badge::before {
  content: '';
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--orange);
}

.hero-content h1 {
  color: var(--white);
  margin-bottom: 20px;
}
.hero-content h1 em {
  font-style: normal;
  color: var(--orange);
}
.hero-content .hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.70);
  max-width: 500px;
  margin-bottom: 36px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

/* Washing machine — freestanding, black bg disappears via blend mode */
.hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-machine {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  mix-blend-mode: lighten;
  filter: brightness(1.08) contrast(1.05);
}

.machine-card {
  width: 100%;
  max-width: 420px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
  backdrop-filter: blur(8px);
  position: relative;
  overflow: hidden;
}
.machine-card::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 160px; height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,97,42,0.18), transparent 70%);
}
.machine-photo {
  margin: -40px -36px 28px;
  height: 210px;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  overflow: hidden;
  position: relative;
}
.machine-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.82);
}
.machine-model-tag {
  position: absolute;
  bottom: 12px; left: 16px;
  background: rgba(232,97,42,0.92);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  backdrop-filter: blur(4px);
}
.machine-card h3 { color: var(--white); font-size: 1.3rem; margin-bottom: 8px; }
.machine-card p { color: rgba(255,255,255,0.60); font-size: 0.9rem; margin-bottom: 28px; }
.machine-specs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.spec-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.85rem;
}
.spec-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--orange);
  flex-shrink: 0;
}
.spec-row span { color: rgba(255,255,255,0.75); }

/* ================================================================
   STATS STRIP
   ================================================================ */
.stats-strip {
  background: var(--off-white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 0;
}
.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1160px;
  margin: 0 auto;
}
.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  border-right: 1px solid var(--border);
  text-align: center;
  gap: 4px;
}
.stat-item:last-child { border-right: none; }
.stat-item .num {
  font-size: 2rem;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
}
.stat-item .num span { color: var(--orange); }
.stat-item .desc {
  font-size: 0.82rem;
  color: var(--text-light);
  font-weight: 500;
  letter-spacing: 0.04em;
}

/* ================================================================
   SECTOREN
   ================================================================ */
.sectoren { background: var(--white); }
.sectoren-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.sector-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  padding: 36px 32px;
  transition: all var(--transition);
  cursor: pointer;
  display: block;
}
.sector-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--orange);
  transform: scaleX(0);
  transition: transform var(--transition);
  transform-origin: left;
}
.sector-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-3px);
  border-color: transparent;
}
.sector-card:hover::after { transform: scaleX(1); }
.sector-icon {
  width: 54px; height: 54px;
  border-radius: 12px;
  background: var(--orange-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: background var(--transition);
}
.sector-card:hover .sector-icon {
  background: var(--orange);
}
.sector-icon svg { width: 26px; height: 26px; color: var(--orange); transition: color var(--transition); }
.sector-card:hover .sector-icon svg { color: white; }
.sector-card h3 { color: var(--navy); margin-bottom: 10px; font-size: 1.15rem; }
.sector-card p { font-size: 0.92rem; color: var(--text-mid); margin-bottom: 20px; }
.sector-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--orange);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap var(--transition);
}
.sector-card:hover .sector-link { gap: 10px; }
.sector-link svg { width: 16px; height: 16px; }

/* ================================================================
   MACHINES
   ================================================================ */
.machines {
  background: linear-gradient(160deg, #0C1520 0%, var(--navy) 100%);
}
.machines .section-header h2 { color: var(--white); }
.machines .section-header p  { color: rgba(255,255,255,0.62); }
.machines .section-header .label { color: var(--orange); }
.machines-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.machine-tile {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.25);
  transition: all var(--transition);
  border: 1px solid rgba(255,255,255,0.08);
}
.machine-tile:hover {
  box-shadow: 0 24px 60px rgba(0,0,0,0.40);
  transform: translateY(-6px);
}
.machine-thumb {
  height: 220px;
  display: block;
  position: relative;
  overflow: hidden;
  background: #0C1520;
}
.machine-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.5s ease;
  filter: brightness(0.90);
}
.machine-tile:hover .machine-thumb img {
  transform: scale(1.05);
}
.machine-thumb::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60px;
  background: linear-gradient(transparent, rgba(12,21,32,0.35));
  pointer-events: none;
}
.machine-body { padding: 24px; }
.machine-body h3 { color: var(--navy); margin-bottom: 8px; }
.machine-body p { font-size: 0.9rem; margin-bottom: 16px; }
.machine-body .tag-list { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }
.machine-body .tag {
  font-size: 0.75rem;
  background: var(--navy-dim);
  color: var(--navy-mid);
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 500;
}
.machine-body a {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--orange);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap var(--transition);
}
.machine-body a:hover { gap: 9px; }

/* ================================================================
   WAAROM PRIMUS — brand section
   ================================================================ */
.primus-brand {
  background: var(--off-white);
  padding: 80px 0;
}
.primus-brand .section-header h2 { color: var(--navy); }
.primus-brand .section-header p  { color: var(--text-mid); }
.primus-brand .section-header .label { color: var(--orange); }

.brand-facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: var(--shadow-sm);
}
.brand-fact {
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid var(--border);
}
.brand-fact:last-child { border-right: none; }
.brand-fact-num {
  font-size: 2rem;
  font-weight: 800;
  color: var(--orange);
  line-height: 1;
  margin-bottom: 7px;
}
.brand-fact-lbl {
  font-size: .75rem;
  color: var(--text-light);
  line-height: 1.45;
}

.brand-usp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.brand-usp-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: var(--shadow-sm);
  transition: box-shadow var(--transition), transform var(--transition);
}
.brand-usp-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.brand-usp-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--orange-dim);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  flex-shrink: 0;
}
.brand-usp-card h4 {
  font-size: .95rem;
  font-weight: 700;
  color: var(--navy);
}
.brand-usp-card p {
  font-size: .82rem;
  color: var(--text-mid);
  line-height: 1.65;
}

@media (max-width: 700px) {
  .brand-facts { grid-template-columns: repeat(2, 1fr); }
  .brand-fact:nth-child(2) { border-right: none; }
  .brand-fact:nth-child(1),
  .brand-fact:nth-child(2) { border-bottom: 1px solid var(--border); }
  .brand-usp-grid { grid-template-columns: 1fr; }
}

/* ================================================================
   WAAROM LANDUWASCO
   ================================================================ */
.waarom {
  background: var(--navy);
  padding: 80px 0;
}
.waarom .section-header h2 { color: var(--white); }
.waarom .section-header p  { color: rgba(255,255,255,0.62); }
.waarom .section-header .label { color: var(--orange); }
.usp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.usp-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: all var(--transition);
}
.usp-card:hover {
  background: rgba(255,255,255,0.10);
  border-color: rgba(232,97,42,0.35);
  transform: translateY(-2px);
}
.usp-icon {
  width: 46px; height: 46px;
  background: rgba(232,97,42,0.16);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.usp-icon svg { width: 22px; height: 22px; color: var(--orange); }
.usp-card h4 { color: var(--white); margin-bottom: 8px; font-size: 1rem; }
.usp-card p  { font-size: 0.88rem; color: rgba(255,255,255,0.55); line-height: 1.6; }

/* ================================================================
   OFFERTE SECTION
   ================================================================ */
.offerte-section { background: var(--white); }
.offerte-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 72px;
  align-items: start;
}
.offerte-left h2 { color: var(--navy); margin-bottom: 16px; }
.offerte-left p  { margin-bottom: 28px; }
.trust-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.trust-check {
  width: 22px; height: 22px;
  background: var(--orange-dim);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.trust-check svg { width: 13px; height: 13px; color: var(--orange); }
.trust-item span { font-size: 0.9rem; color: var(--text-mid); font-weight: 500; }

/* Form */
.form-card {
  background: var(--off-white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
}
.form-card h3 { color: var(--navy); margin-bottom: 28px; font-size: 1.1rem; }
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.form-group.full { grid-column: 1 / -1; }
.form-group label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--navy);
  letter-spacing: 0.03em;
}
.form-group input,
.form-group select,
.form-group textarea {
  padding: 11px 14px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  font-size: 0.93rem;
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  transition: border-color var(--transition), box-shadow var(--transition);
  outline: none;
  width: 100%;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(232,97,42,0.12);
}
.form-group textarea { resize: vertical; min-height: 100px; }
.form-group select { cursor: pointer; }
.form-submit-btn {
  width: 100%;
  padding: 14px;
  background: var(--orange);
  color: var(--white);
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 16px rgba(232,97,42,0.30);
  transition: all var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
}
.form-submit-btn:hover {
  background: var(--orange-light);
  box-shadow: 0 6px 20px rgba(232,97,42,0.40);
  transform: translateY(-1px);
}
.form-submit-btn.loading { opacity: 0.7; pointer-events: none; }
.form-note {
  font-size: 0.78rem;
  color: var(--text-light);
  text-align: center;
  margin-top: 12px;
}

.form-success {
  display: none;
  text-align: center;
  padding: 40px 20px;
}
.form-success.visible { display: block; }
.form-success .check-circle {
  width: 64px; height: 64px;
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 8px 24px rgba(232,97,42,0.30);
}
.form-success .check-circle svg { width: 32px; height: 32px; color: white; }
.form-success h3 { color: var(--navy); margin-bottom: 10px; }
.form-success p { font-size: 0.92rem; }

/* ================================================================
   FOOTER
   ================================================================ */
.footer {
  background: var(--navy);
  padding: 60px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}
.footer-brand .wordmark {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  color: var(--white);
  margin-bottom: 4px;
}
.footer-brand .wordmark span { color: var(--orange); }
.footer-brand .dealer-sub {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.40);
  margin-bottom: 16px;
}
.footer-brand p { font-size: 0.88rem; color: rgba(255,255,255,0.50); max-width: 280px; line-height: 1.65; margin-bottom: 20px; }
.footer-contact-info { display: flex; flex-direction: column; gap: 8px; }
.footer-contact-info a {
  font-size: 0.88rem;
  color: rgba(255,255,255,0.60);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color var(--transition);
}
.footer-contact-info a:hover { color: var(--orange); }
.footer-contact-info svg { width: 15px; height: 15px; flex-shrink: 0; }
.footer-col h4 {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.40);
  margin-bottom: 16px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col li a {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.60);
  transition: color var(--transition);
}
.footer-col li a:hover { color: var(--white); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.10);
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-bottom span, .footer-bottom a {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
}
.footer-bottom a:hover { color: rgba(255,255,255,0.60); }
.primus-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.55);
}

/* ================================================================
   SECTOR PAGES
   ================================================================ */
.sector-hero {
  min-height: 55vh;
  background: linear-gradient(135deg, var(--navy) 0%, #0f1a35 100%);
  display: flex;
  align-items: flex-end;
  padding: 120px 0 64px;
  position: relative;
  overflow: hidden;
}
.sector-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 75% 40%, rgba(232,97,42,0.14) 0%, transparent 70%);
}
.sector-hero-content { position: relative; z-index: 1; }
.sector-hero .label { margin-bottom: 12px; }
.sector-hero h1 { color: var(--white); margin-bottom: 16px; }
.sector-hero p { color: rgba(255,255,255,0.70); max-width: 560px; font-size: 1.1rem; margin-bottom: 32px; }

/* ================================================================
   SCROLL ANIMATIONS
   ================================================================ */
.fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}
.fade-up:nth-child(2) { transition-delay: 0.08s; }
.fade-up:nth-child(3) { transition-delay: 0.16s; }
.fade-up:nth-child(4) { transition-delay: 0.24s; }
.fade-up:nth-child(5) { transition-delay: 0.32s; }
.fade-up:nth-child(6) { transition-delay: 0.40s; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 900px) {
  .hero-grid       { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual     { display: none; }
  .sectoren-grid   { grid-template-columns: 1fr; }
  .machines-grid   { grid-template-columns: repeat(2, 1fr); }
  .usp-grid        { grid-template-columns: repeat(2, 1fr); }
  .offerte-grid    { grid-template-columns: 1fr; gap: 40px; }
  .stats-inner     { grid-template-columns: repeat(2, 1fr); }
  .footer-grid     { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 640px) {
  section          { padding: 56px 0; }
  .nav-links       { display: none; }
  .nav-phone       { display: none; }
  .nav-hamburger   { display: flex; }
  .machines-grid   { grid-template-columns: 1fr; }
  .usp-grid        { grid-template-columns: 1fr; }
  .stats-inner     { grid-template-columns: 1fr 1fr; }
  .form-row        { grid-template-columns: 1fr; }
  .footer-grid     { grid-template-columns: 1fr; }
  .footer-bottom   { flex-direction: column; gap: 10px; text-align: center; }
}
