/* =====================================================================
   Hunebed Media / stijlen voor de diensten-pagina's
   (diensten.html & diensten-websites.html)
   Alleen componenten die niet in het gedeelde design-systeem staan.
   ===================================================================== */

/* --------------------------- SECTIE-INTRO --------------------------- */
.section-intro { max-width: 720px; margin: 0 0 56px; }
.section-head--tight { margin-bottom: 46px; }

/* ----------------------- DIENST-KAART (breed) ----------------------- */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.svc-card {
  position: relative;
  display: flex;
  gap: 24px;
  background: #fff;
  border: 1px solid #E7E5DE;
  border-radius: 22px;
  padding: 34px 34px 36px;
  overflow: hidden;
  color: var(--ink);
  transition: transform .35s var(--ease), box-shadow .35s ease, border-color .35s ease;
}
.svc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 56px rgba(22,23,28,.13);
  border-color: #fff;
}
.svc-card__icon {
  flex: none;
  width: 58px; height: 58px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-display);
  font-size: 24px;
}
.svc-card__body { flex: 1; }
.svc-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.svc-card__top h3 {
  margin: 0;
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 23px;
  letter-spacing: .005em;
  color: var(--ink);
}
.svc-card__num { font-family: var(--f-body); font-size: 12px; font-weight: 700; }
.svc-card p { margin: 10px 0 16px; font-size: 15px; line-height: 1.6; color: var(--ink-muted); }
.svc-card__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 14.5px;
}
@media (max-width: 980px) { .svc-grid { grid-template-columns: 1fr; } }

/* CTA-band staat nu als gedeelde component .cta-band in styles.css */

/* ---------------------- HERO SPLIT + BROWSER ------------------------ */
.hero-split {
  display: grid;
  grid-template-columns: 1.3fr .9fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 980px) { .hero-split { grid-template-columns: 1fr; gap: 40px; } }

.browser-mock {
  background: var(--bg-3);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,.45);
}
.browser-mock__bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.browser-mock__dot { width: 11px; height: 11px; border-radius: 50%; }
.browser-mock__url { margin-left: 10px; font-size: 12px; color: var(--muted-3); }
.browser-mock__body { padding: 22px; }
.browser-mock__bar-line { border-radius: 6px; }

/* --------------------------- FEATURE-KAART -------------------------- */
.feature-card {
  background: #fff;
  border: 1px solid #E7E5DE;
  border-radius: 18px;
  padding: 30px 28px 32px;
  color: var(--ink);
  transition: transform .35s var(--ease), box-shadow .35s ease, border-color .35s ease;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(22,23,28,.12);
  border-color: #fff;
}
.feature-card__icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--f-display);
  font-size: 19px;
  margin-bottom: 18px;
}
.feature-card h3 {
  margin: 0 0 8px;
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 19px;
  letter-spacing: .005em;
  color: var(--ink);
}
.feature-card p { margin: 0; font-size: 14.5px; line-height: 1.6; color: var(--ink-muted); }

/* --------------------------- SPLIT + LIJST -------------------------- */
.split-2 {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 980px) { .split-2 { grid-template-columns: 1fr; gap: 36px; } }

.forwho-list { display: flex; flex-direction: column; gap: 14px; }
.forwho-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--bg-3);
  border: 1px solid var(--line-1);
  border-radius: 16px;
  padding: 22px 24px;
}
.forwho-item__check {
  flex: none;
  width: 34px; height: 34px;
  border-radius: 50%;
  background: rgba(255,108,0,.16);
  display: flex; align-items: center; justify-content: center;
  color: var(--orange);
  font-weight: 700;
}
.forwho-item__title {
  font-family: var(--f-head);
  font-weight: 600;
  font-size: 16.5px;
  color: var(--text);
  margin-bottom: 4px;
}
.forwho-item__desc { font-size: 14.5px; line-height: 1.55; color: var(--muted-2); }

/* --------------------------- REFERENTIE-KAART ----------------------- */
.ref-card {
  display: block;
  background: #fff;
  border: 1px solid #E7E5DE;
  border-radius: 20px;
  overflow: hidden;
  color: var(--ink);
  transition: transform .35s var(--ease), box-shadow .35s ease;
}
.ref-card:hover { transform: translateY(-6px); box-shadow: 0 24px 54px rgba(22,23,28,.14); }
.ref-card__media { position: relative; height: 170px; }
.ref-card__media::before {
  content: "";
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(135deg, rgba(255,255,255,.06) 0 1px, transparent 1px 14px);
}
.ref-card__tag {
  position: absolute; top: 14px; left: 14px;
  display: inline-flex; align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(15,46,55,.55);
  backdrop-filter: blur(6px);
  font-size: 11px;
  letter-spacing: .05em;
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
}
.ref-card__body { padding: 22px 22px 24px; }
.ref-card__body h3 {
  margin: 0 0 4px;
  font-family: var(--f-display);
  font-weight: 400;
  font-size: 19px;
  letter-spacing: .005em;
  color: var(--ink);
}
.ref-card__type { font-size: 13.5px; color: #82848C; margin-bottom: 14px; }
.ref-card__metric {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid #ECEAE3;
}
.ref-card__metric b { font-family: var(--f-head); font-weight: 700; font-size: 20px; }
.ref-card__metric span { font-size: 13.5px; color: var(--ink-muted); }

/* -------------------------- ANDERE DIENSTEN ------------------------- */
.other-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: var(--bg-3);
  border: 1px solid var(--line-1);
  border-radius: 16px;
  padding: 24px 26px;
  color: var(--text);
  transition: transform .3s ease, border-color .3s ease;
}
.other-link:hover { transform: translateY(-4px); border-color: var(--line-3); }
.other-link__title { font-family: var(--f-display); font-size: 18px; color: var(--text); margin-bottom: 4px; }
.other-link__desc { font-size: 13.5px; color: var(--muted-2); }
.other-link__arrow { flex: none; font-size: 20px; }
