/* Kiespret SEO-pagina's — gedeelde styling */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --sunset: #E07830;
  --sunset-light: #FFF0E6;
  --ocean: #2A7F9E;
  --ocean-light: #E8F4F8;
  --sand: #FAFAF8;
  --shell: #F5F5F2;
  --night: #1A1A1A;
  --stone: #666666;
  --border: #E8E8E4;
  --green: #2D6A4F;
  --green-light: #E8F5E9;
  --red: #C0392B;
  --red-light: #FDEDEC;
}
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--sand);
  color: var(--night);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

/* ── NAV ── */
nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250,250,248,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 24px; height: 56px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 20px; font-weight: 800; color: var(--night); text-decoration: none; letter-spacing: -0.3px; }
.nav-logo span { color: var(--sunset); }
.nav-cta { background: var(--sunset); color: #fff; border: none; padding: 8px 18px; border-radius: 10px; font-size: 14px; font-weight: 600; font-family: 'DM Sans', sans-serif; cursor: pointer; text-decoration: none; transition: opacity 0.15s; }
.nav-cta:hover { opacity: 0.88; }

/* ── BREADCRUMB ── */
.breadcrumb {
  max-width: 780px; margin: 0 auto;
  padding: 12px 24px 0;
  font-size: 13px; color: var(--stone);
}
.breadcrumb a { color: var(--ocean); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* ── ARTICLE ── */
.article {
  max-width: 780px;
  margin: 0 auto;
  padding: 32px 24px 80px;
}
.article h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
}
.article .subtitle {
  font-size: 17px;
  color: var(--stone);
  margin-bottom: 24px;
  line-height: 1.6;
}
.article .tldr {
  background: var(--sunset-light);
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.6;
}
.article .tldr strong { color: var(--sunset); }

.article h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 12px;
}
.article h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 28px;
  margin-bottom: 8px;
}
.article p { margin-bottom: 16px; font-size: 16px; }
.article ul, .article ol { margin: 0 0 16px 20px; font-size: 16px; }
.article li { margin-bottom: 6px; }

/* ── VERGELIJKINGSTABEL ── */
.compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 14px;
}
.compare-table th {
  background: var(--night);
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
}
.compare-table td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--border);
}
.compare-table tr:nth-child(even) td { background: var(--shell); }
.compare-table .dim { font-weight: 600; color: var(--night); white-space: nowrap; }

/* ── VOOR WIE WEL/NIET ── */
.for-whom {
  display: flex; flex-direction: column; gap: 12px;
  margin: 24px 0;
}
.for-whom-item {
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 15px;
  line-height: 1.5;
}
.for-whom-yes { background: var(--green-light); border-left: 4px solid var(--green); }
.for-whom-no { background: var(--red-light); border-left: 4px solid var(--red); }
.for-whom-item strong { display: block; margin-bottom: 4px; }

/* ── CTA BLOK ── */
.cta-block {
  background: var(--ocean-light);
  border-radius: 14px;
  padding: 28px 24px;
  text-align: center;
  margin: 40px 0;
}
.cta-block h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  margin-top: 0;
}
.cta-block p { font-size: 15px; color: var(--stone); margin-bottom: 16px; }
.cta-block .cta-btn {
  display: inline-block;
  background: var(--sunset);
  color: #fff;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
  text-decoration: none;
  transition: opacity 0.15s;
}
.cta-block .cta-btn:hover { opacity: 0.88; }

/* ── WIDGET PLACEHOLDER ── */
.kiespret-widget {
  background: var(--shell);
  border-radius: 14px;
  padding: 24px;
  margin: 32px 0;
  text-align: center;
}
.kiespret-widget h3 { margin-top: 0; }

/* ── INTERNE LINKS ── */
.related-links {
  margin: 40px 0;
  padding: 20px 24px;
  background: var(--shell);
  border-radius: 14px;
}
.related-links h3 { margin-top: 0; font-size: 16px; }
.related-links ul { list-style: none; margin: 0; padding: 0; }
.related-links li { margin-bottom: 8px; }
.related-links a { color: var(--ocean); text-decoration: none; font-size: 15px; font-weight: 500; }
.related-links a:hover { text-decoration: underline; }

/* ── FOOTER ── */
footer {
  background: var(--night);
  padding: 28px 24px;
  text-align: center;
}
footer .footer-logo { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; }
footer .footer-logo span { color: var(--sunset); }
footer p { font-size: 12px; color: #555; margin-bottom: 4px; line-height: 1.6; }
footer a { color: #777; text-decoration: none; }
footer a:hover { color: #aaa; }
