/* Specialisten-directory (#277) — SEO-landingpagina + postcode-funnel.
   Huisstijl: paars #494677, groen #41d684/#69D19C, oranje #FCAD20. */

.specialist-directory-page { padding: 24px 16px 64px; }
.spec-dir-wrap { max-width: 860px; margin: 0 auto; color: #2b2a3f; }

.spec-dir-breadcrumb { font-size: 13px; color: #807da0; margin-bottom: 12px; }
.spec-dir-breadcrumb a { color: #494677; text-decoration: none; }
.spec-dir-breadcrumb a:hover { text-decoration: underline; }

.specialist-directory-page h1 { font-size: 28px; line-height: 1.2; color: #494677; margin: 0 0 12px; }
.specialist-directory-page h2 { font-size: 20px; color: #494677; margin: 32px 0 12px; }
.spec-dir-intro { font-size: 16px; line-height: 1.6; color: #44425c; margin: 0 0 24px; }

/* Postcode-funnel */
.spec-dir-funnel { background: #f4f3fb; border: 1px solid #e3e1f2; border-radius: 14px; padding: 20px; margin: 0 0 28px; }
.spec-dir-funnel label { display: block; font-weight: 600; color: #494677; margin-bottom: 10px; font-size: 15px; }
.spec-dir-funnel-row { display: flex; gap: 10px; max-width: 420px; }
.spec-dir-funnel-row input { flex: 1; padding: 12px 14px; border: 1px solid #c9c6e0; border-radius: 10px; font-size: 16px; outline: none; }
.spec-dir-funnel-row input:focus { border-color: #494677; box-shadow: 0 0 0 3px rgba(73,70,119,.15); }
.spec-dir-funnel-row button { padding: 12px 22px; background: #41d684; color: #fff; border: 0; border-radius: 10px; font-size: 16px; font-weight: 600; cursor: pointer; transition: background .15s; }
.spec-dir-funnel-row button:hover { background: #34c075; }
.spec-dir-funnel-hint { font-size: 13px; color: #807da0; margin: 8px 0 0; }
.spec-dir-results { margin-top: 18px; }
.spec-dir-results-msg { font-size: 14px; color: #44425c; margin: 0 0 12px; font-weight: 600; }

/* Specialist-cards */
.spec-dir-cards { list-style: none; padding: 0; margin: 8px 0 0; display: grid; gap: 12px; }
.spec-dir-card { border: 1px solid #e3e1f2; border-radius: 12px; padding: 16px; background: #fff; }
.spec-dir-card-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.spec-dir-card-name { font-weight: 700; color: #2b2a3f; font-size: 16px; }
.spec-dir-keurmerk { font-size: 12px; background: #eaf8f1; color: #2a8a5d; padding: 3px 8px; border-radius: 20px; }
.spec-dir-afstand { font-size: 13px; color: #fff; background: #494677; padding: 3px 10px; border-radius: 20px; font-weight: 600; }
.spec-dir-card-meta { font-size: 13px; color: #807da0; margin-top: 4px; }
.spec-dir-card-tags { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 6px; }
.spec-dir-tag { font-size: 12px; background: #f0eefb; color: #494677; padding: 3px 9px; border-radius: 20px; }
.spec-dir-card-actions { margin-top: 12px; display: flex; gap: 14px; }
.spec-dir-link { font-size: 14px; color: #494677; font-weight: 600; text-decoration: none; }
.spec-dir-link:hover { text-decoration: underline; }
.spec-dir-empty { font-size: 15px; color: #807da0; background: #f7f7fb; border-radius: 10px; padding: 16px; }

/* Interne link-graph */
.spec-dir-related { margin-top: 8px; }
.spec-dir-inline-links { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.spec-dir-inline-links li a { display: inline-block; font-size: 14px; color: #494677; background: #f4f3fb; border: 1px solid #e3e1f2; border-radius: 20px; padding: 6px 14px; text-decoration: none; transition: background .15s; }
.spec-dir-inline-links li a:hover { background: #e8e6f6; }
.spec-dir-count { color: #a8a5c4; font-size: 12px; }
.spec-dir-plaatsgrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 8px; }
.spec-dir-plaatsgrid li a { display: block; }

.spec-dir-catlist { list-style: none; padding: 0; margin: 16px 0; display: grid; gap: 8px; }
.spec-dir-catlist a { color: #494677; font-weight: 600; text-decoration: none; }

/* Funnel-in CTA's */
.spec-dir-funnel-in { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0; }
.spec-dir-cta { display: inline-block; background: #41d684; color: #fff; padding: 13px 24px; border-radius: 28px; font-weight: 600; text-decoration: none; font-size: 15px; transition: background .15s; }
.spec-dir-cta:hover { background: #34c075; color: #fff; }
.spec-dir-cta-ghost { background: #fff; color: #494677; border: 2px solid #494677; padding: 11px 22px; }
.spec-dir-cta-ghost:hover { background: #494677; color: #fff; }

/* FAQ */
.spec-dir-faq { margin-top: 36px; }
.spec-dir-faq-item { border: 1px solid #e3e1f2; border-radius: 10px; padding: 0; margin-bottom: 10px; background: #fff; overflow: hidden; }
.spec-dir-faq-item summary { cursor: pointer; padding: 14px 18px; font-weight: 600; color: #494677; list-style: none; font-size: 15px; }
.spec-dir-faq-item summary::-webkit-details-marker { display: none; }
.spec-dir-faq-item summary::after { content: "+"; float: right; color: #41d684; font-size: 20px; line-height: 1; }
.spec-dir-faq-item[open] summary::after { content: "−"; }
.spec-dir-faq-item p { padding: 0 18px 16px; margin: 0; color: #44425c; line-height: 1.6; font-size: 15px; }

@media (max-width: 600px) {
  .specialist-directory-page h1 { font-size: 23px; }
  .spec-dir-funnel-row { flex-direction: column; }
  .spec-dir-funnel-in { flex-direction: column; }
  .spec-dir-cta { text-align: center; }
}
