/* ============================================================
   NOORDZEE KOERIERS — Werken bij (ZZP-koerier)
   Bouwt voort op nk2-styles.css (.field/.quote-form/.big-btn) en
   nk2-dienst.css (.dhero/.dhead/.dcta/.dsection).
   ============================================================ */

/* ---------- WAT WIJ BIEDEN ---------- */
.werk-benefits { padding: clamp(80px, 10vw, 150px) 0; background: var(--page); }
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: clamp(40px, 5vw, 66px);
}
.benefit {
  position: relative;
  background: var(--paper);
  border-radius: var(--r-panel);
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid transparent;
  overflow: hidden;
  transition: background-color 0.4s, border-color 0.4s, transform 0.5s var(--ease-out), box-shadow 0.5s var(--ease-out);
}
.benefit::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0;
  height: 3px; background: #6f9ceb;
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.55s var(--ease-out);
}
.benefit:hover { background: var(--white); border-color: var(--line-light); transform: translateY(-5px); box-shadow: 0 24px 54px rgba(0, 16, 41, 0.12); }
.benefit:hover::after { transform: scaleX(1); }
.benefit-ic {
  width: 56px; height: 56px;
  border-radius: 15px;
  background: var(--ink);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: clamp(18px, 2vw, 24px);
  transition: background-color 0.4s, transform 0.5s var(--ease-out);
}
.benefit:hover .benefit-ic { background: #6f9ceb; transform: rotate(-6deg); }
.benefit-ic svg { width: 27px; height: 27px; stroke: #fff; fill: none; }
.benefit h3 {
  font-family: var(--font-display);
  font-weight: 600;
  text-transform: uppercase;
  font-size: clamp(20px, 1.65vw, 26px);
  color: var(--ink);
  line-height: 1.05;
  margin-bottom: 10px;
  max-width: 18ch;
}
.benefit p {
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 38ch;
}

/* ---------- WIE WE ZOEKEN ---------- */
.werk-who { padding: clamp(80px, 10vw, 150px) 0; background: var(--paper); }
.req-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
}
.req-copy p.lead {
  font-size: clamp(16px, 1.2vw, 19px);
  font-weight: 500;
  line-height: 1.75;
  color: var(--ink-soft);
  margin-bottom: clamp(24px, 3vw, 36px);
  max-width: 54ch;
}
.req-list { display: flex; flex-direction: column; border-top: 1px solid var(--line-light); }
.req-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: clamp(15px, 1.6vw, 19px) 0;
  border-bottom: 1px solid var(--line-light);
}
.req-item .ck {
  width: 30px; height: 30px;
  flex: none;
  border-radius: 9px;
  background: rgba(111, 156, 235, 0.16);
  display: flex; align-items: center; justify-content: center;
  margin-top: 1px;
}
.req-item .ck svg { width: 16px; height: 16px; stroke: #2c63c4; fill: none; }
.req-item .txt strong {
  display: block;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 16px;
  color: var(--ink);
  line-height: 1.3;
}
.req-item .txt small {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-soft);
  margin-top: 3px;
  line-height: 1.5;
}
.req-media {
  position: relative;
  border-radius: var(--r-panel);
  overflow: hidden;
  aspect-ratio: 4 / 4.7;
}
.req-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: saturate(0.9);
  transition: transform 1.2s var(--ease-out);
}
.req-media:hover img { transform: scale(1.05); }
.req-media .tagline {
  position: absolute;
  left: clamp(18px, 2vw, 26px); bottom: clamp(18px, 2vw, 26px);
  z-index: 2;
  padding: 9px 14px; border-radius: 9px;
  background: rgba(0, 23, 59, 0.62);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; font-size: 12px;
}

/* ---------- AANMELDEN (form) ---------- */
.werk-apply { padding: clamp(30px, 4vw, 60px) 0 clamp(80px, 10vw, 140px); background: var(--page); }
.apply-shell { position: relative; overflow: hidden; }
.apply-shell .panel-pad { padding: clamp(40px, 5vw, 76px) clamp(24px, 4vw, 70px); }
.apply-grid {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}
.apply-copy .compass { color: rgba(255, 255, 255, 0.7); margin-bottom: 18px; }
.apply-copy .compass svg { stroke: #6f9ceb; }
.apply-copy h2 {
  font-size: clamp(32px, 4.2vw, 64px);
  color: #fff; line-height: 1.05;
  margin-bottom: 16px;
  max-width: 18ch;
}
.apply-copy p {
  font-size: clamp(15px, 1.15vw, 17.5px);
  font-weight: 500; line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
  max-width: 44ch;
  margin-bottom: clamp(22px, 2.6vw, 30px);
}
.apply-phone {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.apply-phone .lbl {
  font-family: var(--font-display);
  font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em;
  font-size: 12px; color: rgba(255, 255, 255, 0.55);
}
.apply-phone a {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(20px, 1.8vw, 27px);
  color: #fff;
  transition: color 0.3s;
}
.apply-phone a:hover { color: #6f9ceb; }
.apply-card {
  position: relative;
  background: var(--white);
  border-radius: var(--r-panel);
  padding: clamp(26px, 3vw, 42px);
  box-shadow: 0 30px 70px rgba(0, 16, 41, 0.3);
  overflow: hidden;
}
.apply-card .form-or {
  margin-top: 18px;
  display: flex; align-items: center; gap: 14px;
  font-family: var(--font-display);
  font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em;
  font-size: 12px; color: var(--ink-soft);
}
.apply-card .form-or::before,
.apply-card .form-or::after { content: ''; height: 1px; background: var(--line-light); flex: 1; }
.apply-card .form-callus {
  margin-top: 16px;
  font-size: 14.5px; font-weight: 500; color: var(--ink-soft);
}
.apply-card .form-callus a { font-weight: 700; color: var(--ink); }
.apply-ghost {
  position: absolute;
  bottom: -34%; left: -2%;
  z-index: 1;
  font-family: var(--font-display); font-weight: 700;
  font-size: clamp(200px, 30vw, 460px); line-height: 0.8;
  color: rgba(255, 255, 255, 0.05);
  pointer-events: none; user-select: none;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1020px) {
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .req-grid { grid-template-columns: 1fr; gap: 34px; }
  .req-media { aspect-ratio: 16 / 10; order: -1; }
  .apply-grid { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 600px) {
  .benefits-grid { grid-template-columns: 1fr; }
}
