/* Mindfulnessplein - style.css v20260101 */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --sage: #6B9E6F;
  --sage-light: #EBF3EC;
  --sage-dark: #3D6B41;
  --sand: #F6F1E9;
  --sand-dark: #E5DDD0;
  --ink: #1C2321;
  --ink-mid: #4A5150;
  --ink-light: #8A9290;
  --white: #FFFFFF;
  --gold: #C9A84C;
  --gold-bg: #FDF8EE;
  --radius: 10px;
  --shadow: 0 2px 10px rgba(28,35,33,0.07);
  --shadow-lg: 0 8px 28px rgba(28,35,33,0.13);
  --max: 1180px;
}
body { font-family: 'Inter', sans-serif; background: var(--sand); color: var(--ink); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.nav { background: var(--white); border-bottom: 1px solid var(--sand-dark); position: sticky; top: 0; z-index: 100; }
.nav-inner { max-width: var(--max); margin: 0 auto; padding: 0 24px; height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { font-family: 'DM Serif Display', serif; font-size: 21px; color: var(--sage-dark); }
.logo span { color: var(--sage); }
.nav-links { display: flex; gap: 28px; font-size: 14px; font-weight: 500; }
.nav-links a { color: var(--ink-mid); transition: color 0.15s; }
.nav-links a:hover, .nav-links a.active { color: var(--sage-dark); }
.nav-cta { background: var(--sage); color: var(--white); padding: 8px 18px; border-radius: 8px; font-size: 13px; font-weight: 600; transition: background 0.2s; white-space: nowrap; }
.nav-cta:hover { background: var(--sage-dark); color: var(--white); }
.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; }
.mobile-menu { display: none; background: var(--white); border-top: 1px solid var(--sand-dark); padding: 16px 24px; }
.mobile-menu a { display: block; padding: 10px 0; font-size: 15px; border-bottom: 1px solid var(--sand-dark); color: var(--ink-mid); }
.mobile-menu.open { display: block; }
@media(max-width:768px) { .nav-links, .nav-cta { display: none; } .hamburger { display: block; } }
.hero { background: linear-gradient(135deg, #2A3F2D 0%, #3D6B41 55%, #6B9E6F 100%); color: var(--white); padding: 72px 24px 80px; text-align: center; }
.hero-label { font-size: 12px; letter-spacing: 2.5px; text-transform: uppercase; opacity: 0.65; margin-bottom: 18px; }
.hero h1 { font-family: 'DM Serif Display', serif; font-size: clamp(30px, 5vw, 54px); line-height: 1.1; letter-spacing: -0.5px; margin-bottom: 18px; }
.hero h1 em { font-style: italic; color: #BDD9BF; }
.hero-sub { font-size: 17px; font-weight: 300; opacity: 0.82; max-width: 500px; margin: 0 auto 40px; }
.hero-stats { display: flex; gap: 48px; justify-content: center; flex-wrap: wrap; margin-top: 36px; }
.hero-stat strong { display: block; font-family: 'DM Serif Display', serif; font-size: 38px; line-height: 1; }
.hero-stat span { font-size: 12px; opacity: 0.6; margin-top: 4px; display: block; letter-spacing: 0.5px; }
.search-wrap { max-width: 820px; margin: -30px auto 0; padding: 0 20px; position: relative; z-index: 10; }
.search-bar { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 18px 20px; display: flex; gap: 10px; flex-wrap: wrap; }
.sf { flex: 1; min-width: 150px; position: relative; }
.sf input, .sf select { width: 100%; padding: 9px 12px 9px 34px; border: 1.5px solid var(--sand-dark); border-radius: 8px; font-size: 13px; font-family: 'Inter', sans-serif; color: var(--ink); background: var(--sand); outline: none; appearance: none; transition: border-color 0.2s; }
.sf input:focus, .sf select:focus { border-color: var(--sage); background: var(--white); }
.sf-icon { position: absolute; left: 11px; top: 50%; transform: translateY(-50%); color: var(--ink-light); font-size: 14px; pointer-events: none; }
.search-btn { background: var(--sage); color: var(--white); border: none; padding: 9px 24px; border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; transition: background 0.2s; }
.search-btn:hover { background: var(--sage-dark); }
@media(max-width:600px) { .search-bar { flex-direction: column; } }
.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.main-grid { display: grid; grid-template-columns: 220px 1fr; gap: 32px; margin: 40px auto; max-width: var(--max); padding: 0 24px; align-items: start; }
@media(max-width:900px) { .main-grid { grid-template-columns: 1fr; } }
.sidebar { background: var(--white); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); position: sticky; top: 78px; }
.sidebar-title { font-size: 10px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; color: var(--ink-light); margin-bottom: 12px; }
.filter-group { margin-bottom: 26px; }
.filter-opt { display: flex; align-items: center; gap: 8px; padding: 5px 0; cursor: pointer; font-size: 13px; color: var(--ink-mid); }
.filter-opt:hover { color: var(--sage-dark); }
.filter-opt input { accent-color: var(--sage); width: 14px; height: 14px; cursor: pointer; }
.filter-count { margin-left: auto; font-size: 11px; color: var(--ink-light); background: var(--sand); padding: 1px 6px; border-radius: 20px; }
.reset-btn { width: 100%; padding: 8px; background: none; border: 1.5px solid var(--sand-dark); border-radius: 8px; font-size: 12px; color: var(--ink-mid); cursor: pointer; transition: all 0.2s; margin-top: 4px; }
.reset-btn:hover { border-color: var(--sage); color: var(--sage-dark); }
@media(max-width:900px) { .sidebar { position: static; } }
.results-bar { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; flex-wrap: wrap; gap: 10px; }
.results-count { font-size: 14px; color: var(--ink-mid); }
.results-count strong { color: var(--ink); }
.sort-sel { padding: 7px 12px; border: 1.5px solid var(--sand-dark); border-radius: 8px; font-size: 13px; font-family: 'Inter', sans-serif; color: var(--ink); background: var(--white); cursor: pointer; outline: none; }
.cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column; border: 1.5px solid transparent; transition: box-shadow 0.2s, transform 0.2s; }
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }
.card.premium { border-color: var(--gold); background: var(--gold-bg); }
.card-head { padding: 18px 18px 0; display: flex; gap: 12px; align-items: flex-start; }
.avatar { width: 50px; height: 50px; border-radius: 50%; background: var(--sage-light); display: flex; align-items: center; justify-content: center; font-family: 'DM Serif Display', serif; font-size: 19px; color: var(--sage-dark); flex-shrink: 0; }
.card-meta { flex: 1; }
.card-name { font-family: 'DM Serif Display', serif; font-size: 16px; color: var(--ink); line-height: 1.2; }
.card-prof { font-size: 11px; color: var(--ink-light); margin-top: 3px; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.badge-premium { background: var(--gold); color: var(--white); font-size: 9px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; padding: 3px 7px; border-radius: 4px; }
.card-body { padding: 14px 18px; flex: 1; }
.card-loc { font-size: 12px; color: var(--ink-mid); margin-bottom: 4px; }
.card-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 8px; }
.tag { background: var(--sage-light); color: var(--sage-dark); font-size: 10px; font-weight: 500; padding: 2px 8px; border-radius: 20px; }
.card-foot { padding: 12px 18px; border-top: 1px solid var(--sand-dark); display: flex; gap: 8px; }
.btn-primary { flex: 1; padding: 8px 10px; background: var(--sage); color: var(--white); border: none; border-radius: 7px; font-size: 12px; font-weight: 600; cursor: pointer; text-align: center; transition: background 0.2s; display: block; }
.btn-primary:hover { background: var(--sage-dark); color: var(--white); }
.btn-outline { padding: 8px 12px; background: none; border: 1.5px solid var(--sand-dark); border-radius: 7px; font-size: 12px; color: var(--ink-mid); cursor: pointer; transition: all 0.2s; white-space: nowrap; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.paging { display: flex; justify-content: center; gap: 6px; margin-top: 36px; flex-wrap: wrap; }
.paging button { width: 36px; height: 36px; border: 1.5px solid var(--sand-dark); border-radius: 8px; background: var(--white); font-size: 13px; color: var(--ink-mid); cursor: pointer; transition: all 0.2s; }
.paging button:hover, .paging button.active { background: var(--sage); border-color: var(--sage); color: var(--white); }
.paging button:disabled { opacity: 0.3; cursor: default; }
.section { padding: 64px 0; }
.section-label { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--sage); font-weight: 600; margin-bottom: 10px; }
.section-title { font-family: 'DM Serif Display', serif; font-size: clamp(26px, 4vw, 40px); color: var(--ink); margin-bottom: 14px; line-height: 1.15; }
.section-sub { font-size: 16px; color: var(--ink-mid); max-width: 560px; line-height: 1.7; }
.city-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 12px; margin-top: 32px; }
.city-card { background: var(--white); border-radius: var(--radius); padding: 18px 16px; box-shadow: var(--shadow); border: 1.5px solid transparent; transition: all 0.2s; cursor: pointer; display: block; }
.city-card:hover { border-color: var(--sage); transform: translateY(-2px); }
.city-card h3 { font-family: 'DM Serif Display', serif; font-size: 16px; color: var(--ink); margin-bottom: 4px; }
.city-card span { font-size: 12px; color: var(--ink-light); }
.spec-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; margin-top: 32px; }
.spec-card { background: var(--white); border-radius: var(--radius); padding: 20px; box-shadow: var(--shadow); border-left: 4px solid var(--sage); transition: box-shadow 0.2s; }
.spec-card:hover { box-shadow: var(--shadow-lg); }
.spec-card h3 { font-size: 15px; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
.spec-card span { font-size: 12px; color: var(--ink-light); }
.usp-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 24px; margin-top: 36px; }
.usp { background: var(--white); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.usp-icon { font-size: 28px; margin-bottom: 14px; }
.usp h3 { font-family: 'DM Serif Display', serif; font-size: 18px; margin-bottom: 8px; }
.usp p { font-size: 13px; color: var(--ink-mid); line-height: 1.6; }
.overlay { display: none; position: fixed; inset: 0; background: rgba(28,35,33,0.55); z-index: 200; align-items: center; justify-content: center; padding: 20px; }
.overlay.open { display: flex; }
.modal { background: var(--white); border-radius: 14px; padding: 36px; max-width: 460px; width: 100%; box-shadow: 0 20px 60px rgba(28,35,33,0.2); }
.modal h2 { font-family: 'DM Serif Display', serif; font-size: 22px; margin-bottom: 8px; }
.modal p { font-size: 13px; color: var(--ink-mid); margin-bottom: 20px; line-height: 1.6; }
.modal-trainer-tag { background: var(--sage-light); border-radius: 7px; padding: 10px 14px; font-size: 13px; color: var(--sage-dark); font-weight: 600; margin-bottom: 20px; }
.form-row { margin-bottom: 14px; }
.form-row label { display: block; font-size: 12px; font-weight: 600; margin-bottom: 5px; }
.form-row input { width: 100%; padding: 9px 12px; border: 1.5px solid var(--sand-dark); border-radius: 8px; font-size: 13px; font-family: 'Inter', sans-serif; outline: none; transition: border-color 0.2s; }
.form-row input:focus { border-color: var(--sage); }
.modal-btns { display: flex; gap: 10px; margin-top: 6px; }
.btn-cancel { padding: 10px 18px; background: none; border: 1.5px solid var(--sand-dark); border-radius: 8px; font-size: 13px; color: var(--ink-mid); cursor: pointer; }
.breadcrumb { font-size: 12px; color: var(--ink-light); margin-bottom: 24px; }
.breadcrumb a { color: var(--sage); }
.breadcrumb a:hover { text-decoration: underline; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; margin-top: 32px; }
.blog-card { background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; transition: box-shadow 0.2s; display: block; }
.blog-card:hover { box-shadow: var(--shadow-lg); }
.blog-card-img { height: 160px; background: linear-gradient(135deg, var(--sage-dark), var(--sage)); }
.blog-card-body { padding: 20px; }
.blog-cat { font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--sage); margin-bottom: 8px; }
.blog-card h3 { font-family: 'DM Serif Display', serif; font-size: 18px; margin-bottom: 8px; line-height: 1.3; color: var(--ink); }
.blog-card p { font-size: 13px; color: var(--ink-mid); line-height: 1.6; margin-bottom: 14px; }
.blog-meta { font-size: 11px; color: var(--ink-light); }
.article-body h2 { font-family: 'DM Serif Display', serif; font-size: 24px; margin: 36px 0 12px; color: var(--ink); }
.article-body h3 { font-size: 18px; font-weight: 600; margin: 28px 0 10px; color: var(--ink); }
.article-body p { font-size: 15px; color: var(--ink-mid); line-height: 1.8; margin-bottom: 18px; }
.article-body ul { padding-left: 20px; margin-bottom: 18px; }
.article-body li { font-size: 15px; color: var(--ink-mid); line-height: 1.7; margin-bottom: 6px; }
.author-box { background: var(--sage-light); border-radius: var(--radius); padding: 20px; margin-top: 40px; display: flex; gap: 16px; align-items: flex-start; }
.author-avatar { width: 50px; height: 50px; border-radius: 50%; background: var(--sage); display: flex; align-items: center; justify-content: center; color: var(--white); font-family: 'DM Serif Display', serif; font-size: 18px; flex-shrink: 0; }
.author-name { font-weight: 600; font-size: 14px; }
.author-bio { font-size: 13px; color: var(--ink-mid); line-height: 1.6; margin-top: 4px; }
.faq-block { margin-top: 40px; }
.faq-block h2 { font-family: 'DM Serif Display', serif; font-size: 24px; margin-bottom: 20px; }
.faq-item { border-top: 1px solid var(--sand-dark); padding: 16px 0; }
.faq-q { font-weight: 600; font-size: 15px; margin-bottom: 8px; }
.faq-a { font-size: 14px; color: var(--ink-mid); line-height: 1.7; }
.empty { text-align: center; padding: 56px 20px; color: var(--ink-mid); grid-column: 1/-1; }
.empty h3 { font-family: 'DM Serif Display', serif; font-size: 22px; margin-bottom: 8px; color: var(--ink); }
.claim-box { background: var(--gold-bg); border: 1.5px solid var(--gold); border-radius: var(--radius); padding: 24px; }
.claim-box h3 { font-family: 'DM Serif Display', serif; font-size: 18px; margin-bottom: 8px; }
.claim-box p { font-size: 13px; color: var(--ink-mid); line-height: 1.6; margin-bottom: 16px; }
footer { background: var(--ink); color: rgba(255,255,255,0.55); padding: 48px 24px 32px; margin-top: 80px; }
.footer-inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; }
.footer-logo { font-family: 'DM Serif Display', serif; font-size: 20px; color: var(--white); margin-bottom: 10px; }
.footer-logo span { color: var(--sage); }
.footer-desc { font-size: 13px; line-height: 1.7; }
.footer-col h4 { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 14px; }
.footer-col a { display: block; font-size: 13px; margin-bottom: 8px; color: rgba(255,255,255,0.55); transition: color 0.15s; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { max-width: var(--max); margin: 32px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; font-size: 12px; flex-wrap: wrap; gap: 8px; }
@media(max-width:768px) { .footer-inner { grid-template-columns: 1fr; gap: 28px; } }
#btt { position: fixed; bottom: 24px; right: 24px; width: 40px; height: 40px; background: var(--sage); color: var(--white); border: none; border-radius: 50%; font-size: 18px; cursor: pointer; display: none; box-shadow: var(--shadow-lg); z-index: 90; transition: background 0.2s; }
#btt:hover { background: var(--sage-dark); }
#btt.show { display: block; }

/* ── PREMIUM SPOT ADVERTENTIE BLOKKEN ── */
.promo-card {
  background: linear-gradient(135deg, var(--gold-bg) 0%, #FFFCF5 100%);
  border: 1.5px solid var(--gold);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--shadow);
}
.promo-card::before {
  content: "Aanbevolen";
  position: absolute;
  top: 0;
  right: 0;
  background: var(--gold);
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 0 0 0 8px;
}
.promo-card .card-head { padding: 22px 18px 0; }
.promo-card .avatar {
  background: var(--gold);
  color: var(--white);
  width: 56px;
  height: 56px;
  font-size: 21px;
}
.promo-card .card-name { font-size: 17px; }
.promo-card .promo-tagline {
  font-size: 12px;
  color: var(--gold);
  font-weight: 600;
  margin-top: 2px;
}
.promo-card .card-body { padding-top: 10px; }
.promo-card .promo-text {
  font-size: 13px;
  color: var(--ink-mid);
  line-height: 1.6;
  margin-bottom: 10px;
}
.promo-card .card-foot { border-top: 1px solid rgba(201,168,76,0.3); }
.promo-card .btn-primary { background: var(--gold); }
.promo-card .btn-primary:hover { background: #B8973F; }

/* Sticky sidebar promo */
.promo-sidebar {
  background: linear-gradient(135deg, var(--gold-bg) 0%, #FFFCF5 100%);
  border: 1.5px solid var(--gold);
  border-radius: var(--radius);
  padding: 22px;
  position: sticky;
  top: 78px;
  margin-bottom: 24px;
}
.promo-sidebar-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.promo-sidebar .avatar {
  background: var(--gold);
  color: var(--white);
  width: 48px;
  height: 48px;
  font-size: 18px;
  margin-bottom: 12px;
}
.promo-sidebar h4 {
  font-family: 'DM Serif Display', serif;
  font-size: 16px;
  color: var(--ink);
  margin-bottom: 4px;
}
.promo-sidebar .promo-tagline {
  font-size: 11px;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 10px;
}
.promo-sidebar p {
  font-size: 12px;
  color: var(--ink-mid);
  line-height: 1.6;
  margin-bottom: 14px;
}
.promo-sidebar .btn-primary {
  background: var(--gold);
  display: block;
  text-align: center;
  padding: 10px;
}
.promo-sidebar .btn-primary:hover { background: #B8973F; }
.promo-disclosure {
  font-size: 10px;
  color: var(--ink-light);
  text-align: center;
  margin-top: 8px;
  font-style: italic;
}
.layout-with-sidebar {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 32px;
  align-items: start;
}
@media(max-width: 900px) {
  .layout-with-sidebar { grid-template-columns: 1fr; }
  .promo-sidebar { position: static; }
}

.promo-card .avatar.has-photo, .promo-sidebar .avatar.has-photo {
  background-image: var(--promo-img);
  background-size: cover;
  background-position: center;
  border: 2px solid var(--gold);
}
