/* ============================================================
   WERKGEBIED.CSS — 1-op-1 match met Manus Werkgebied.tsx
   ============================================================ */

/* ── Intro Stats ── */
.sm-wg-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin-bottom: 3rem;
}

.sm-wg-stat {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  border: 1px solid rgba(44,24,16,0.08);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  box-shadow: 0 2px 12px rgba(44,24,16,0.05);
}

.sm-wg-stat__icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.sm-wg-stat__titel {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 1rem;
  color: #2C1810;
  margin-bottom: 0.25rem;
}

.sm-wg-stat__tekst {
  font-size: 0.85rem;
  color: #7A6055;
}

/* ── Provincies Grid ── */
.sm-wg-provincies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.sm-wg-provincie {
  border-radius: 20px;
  border: 1px solid rgba(44,24,16,0.08);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(44,24,16,0.06);
}

/* Provincie header (gekleurde balk) */
.sm-wg-provincie__header {
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.sm-wg-provincie__naam {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: white;
  margin: 0;
}

.sm-wg-provincie__desc {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.75);
  margin: 0.15rem 0 0;
}

.sm-wg-provincie__count {
  background: rgba(255,255,255,0.2);
  color: white;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 50px;
  flex-shrink: 0;
  white-space: nowrap;
}

/* Plaatsen grid */
.sm-wg-provincie__plaatsen {
  padding: 1.5rem;
  background: #FDFAF7;
}

.sm-wg-plaatsen-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem 1rem;
}

.sm-wg-plaats {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  padding: 0.2rem 0;
}

.sm-wg-plaats__link {
  text-decoration: none;
  font-weight: 700;
  transition: text-decoration 0.2s;
}

.sm-wg-plaats__link:hover {
  text-decoration: underline;
}

/* ── Niet Gevonden CTA ── */
.sm-wg-niet-gevonden {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  border: 2px dashed rgba(196,98,45,0.3);
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.sm-wg-niet-gevonden__titel {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #2C1810;
  margin-bottom: 0.75rem;
}

.sm-wg-niet-gevonden__tekst {
  color: #7A6055;
  line-height: 1.7;
  max-width: 440px;
  margin: 0 auto 1.5rem;
}

.sm-wg-niet-gevonden__buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ── LOKALE PAGINA (single-sv_stad.php) ── */

/* Hero */
.sm-lp-hero { position: relative; min-height: 420px; display: flex; align-items: center; background: linear-gradient(135deg, #2C1810 0%, #4a2c1a 60%, #6b3d25 100%); }
.sm-lp-hero__bg { position: absolute; inset: 0; opacity: 0.1; background-size: cover; background-position: center; }
.sm-lp-hero__inner { position: relative; z-index: 2; padding: 5rem 0; }
.sm-lp-hero__breadcrumb { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: rgba(245,239,230,0.7); margin-bottom: 1.5rem; }
.sm-lp-hero__breadcrumb a { color: rgba(245,239,230,0.7); text-decoration: none; }
.sm-lp-hero__breadcrumb a:hover { opacity: 1; color: white; }
.sm-lp-hero__breadcrumb svg { width: 12px; height: 12px; }
.sm-lp-hero__provincie { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.25rem 0.75rem; border-radius: 50px; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; background: rgba(196,98,45,0.3); color: #E8A87C; border: 1px solid rgba(196,98,45,0.4); margin-bottom: 1rem; }
.sm-lp-hero__title { font-family: var(--font-display); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 700; color: white; margin: 0 0 1rem; line-height: 1.1; }
.sm-lp-hero__subtitle { font-size: 1.2rem; color: #E8D5C4; max-width: 640px; margin-bottom: 2rem; line-height: 1.6; }
.sm-lp-hero__buttons { display: flex; flex-wrap: wrap; gap: 1rem; }

/* Intro */
.sm-lp-intro { padding: 4rem 0; background: #F5EFE6; }
.sm-lp-intro__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.sm-lp-intro__label { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--color-terracotta); margin-bottom: 0.5rem; }
.sm-lp-intro__title { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 700; color: #2C1810; margin: 0.5rem 0 1.5rem; line-height: 1.2; }
.sm-lp-intro__text { font-size: 1rem; color: #5C4033; line-height: 1.75; margin-bottom: 1rem; }
.sm-lp-intro__checks { list-style: none; padding: 0; margin: 1.5rem 0 0; display: flex; flex-direction: column; gap: 0.75rem; }
.sm-lp-intro__check { display: flex; align-items: center; gap: 0.75rem; font-size: 0.95rem; color: #5C4033; }
.sm-lp-intro__check svg { width: 20px; height: 20px; color: var(--color-terracotta); flex-shrink: 0; }
.sm-lp-intro__image { width: 100%; height: 320px; object-fit: cover; border-radius: 16px; box-shadow: var(--shadow-xl); }

/* Diensten grid */
.sm-lp-diensten { padding: 5rem 0; background: white; }
.sm-lp-diensten__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; }
.sm-lp-dienst-card { border-radius: 16px; overflow: hidden; border: 1px solid #E8D5C4; background: #FDFAF7; transition: all 0.3s ease; text-decoration: none; display: block; }
.sm-lp-dienst-card:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.sm-lp-dienst-card__image-wrap { position: relative; height: 220px; overflow: hidden; }
.sm-lp-dienst-card__image { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.sm-lp-dienst-card:hover .sm-lp-dienst-card__image { transform: scale(1.05); }
.sm-lp-dienst-card__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.4), transparent); }
.sm-lp-dienst-card__badge { position: absolute; bottom: 1rem; left: 1rem; padding: 0.25rem 0.75rem; border-radius: 50px; font-size: 0.75rem; font-weight: 700; color: white; background: var(--color-terracotta); }
.sm-lp-dienst-card__body { padding: 1.5rem; }
.sm-lp-dienst-card__title { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; color: #2C1810; margin: 0 0 0.75rem; }
.sm-lp-dienst-card__desc { font-size: 0.875rem; color: #7A6055; line-height: 1.65; margin-bottom: 1rem; }
.sm-lp-dienst-card__link { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; font-weight: 600; color: var(--color-terracotta); transition: gap 0.2s; }
.sm-lp-dienst-card__link:hover { gap: 0.75rem; }

/* Werkgebied omgeving */
.sm-lp-werkgebied { padding: 4rem 0; background: #F5EFE6; }
.sm-lp-werkgebied__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.sm-lp-werkgebied__pills { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.sm-lp-werkgebied__pill { display: inline-block; padding: 0.25rem 0.75rem; border-radius: 50px; font-size: 0.875rem; font-weight: 500; background: #E8D5C4; color: #2C1810; text-decoration: none; transition: opacity 0.2s; }
.sm-lp-werkgebied__pill:hover { opacity: 0.8; }
.sm-lp-werkgebied__contact { background: #2C1810; border-radius: 16px; padding: 2rem; }
.sm-lp-werkgebied__contact-title { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; color: #F5EFE6; margin-bottom: 1.5rem; }
.sm-lp-werkgebied__contact-item { display: flex; align-items: center; gap: 0.75rem; font-size: 0.875rem; color: #E8D5C4; margin-bottom: 1rem; }
.sm-lp-werkgebied__contact-item svg { width: 20px; height: 20px; color: var(--color-terracotta); }

/* Reviews */
.sm-lp-reviews { padding: 4rem 0; background: white; }
.sm-lp-reviews__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.sm-lp-review-card { border-radius: 16px; padding: 1.5rem; border: 1px solid #E8D5C4; background: #FDFAF7; }
.sm-lp-review-card__stars { display: flex; gap: 0.25rem; margin-bottom: 0.75rem; color: var(--color-terracotta); }
.sm-lp-review-card__text { font-size: 0.875rem; font-style: italic; color: #5C4033; line-height: 1.65; margin-bottom: 1rem; }
.sm-lp-review-card__name { font-weight: 600; font-size: 0.875rem; color: #2C1810; }
.sm-lp-review-card__dienst { font-size: 0.75rem; color: #7A6055; }

/* FAQ */
.sm-lp-faq { padding: 5rem 0; background: #FDFAF7; }
.sm-lp-faq__list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.75rem; }
.sm-lp-faq__item { border-radius: 12px; border: 1px solid #E8D5C4; overflow: hidden; }
.sm-lp-faq__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 1.5rem; font-size: 1rem; font-weight: 600; color: #2C1810; cursor: pointer; list-style: none; background: white; transition: background 0.2s; }
.sm-lp-faq__q::-webkit-details-marker { display: none; }
.sm-lp-faq__q:hover { background: #F5EFE6; }
.sm-lp-faq__chevron { width: 20px; height: 20px; color: var(--color-terracotta); flex-shrink: 0; transition: transform 0.3s; }
details[open] .sm-lp-faq__chevron { transform: rotate(180deg); }
.sm-lp-faq__a { padding: 0 1.5rem 1.25rem; font-size: 0.95rem; color: #5C4033; line-height: 1.7; background: #F5EFE6; }

/* CTA */
.sm-lp-cta { padding: 4rem 0; background: #2C1810; text-align: center; }
.sm-lp-cta__title { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 700; color: white; margin-bottom: 1rem; }
.sm-lp-cta__text { font-size: 1.1rem; color: #E8D5C4; max-width: 560px; margin: 0 auto 2rem; }
.sm-lp-cta__buttons { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; }

/* ── CSS Class Aliases (template uses different names than CSS) ── */
.sm-lp-hero__content { position: relative; z-index: 2; padding: 5rem 0; }
.sm-lp-breadcrumb { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: rgba(245,239,230,0.7); margin-bottom: 1.5rem; }
.sm-lp-breadcrumb a { color: rgba(245,239,230,0.7); text-decoration: none; }
.sm-lp-breadcrumb a:hover { color: white; }
.sm-lp-breadcrumb__current { color: #E8A87C; }
.sm-lp-badge-provincie { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.25rem 0.75rem; border-radius: 50px; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; background: rgba(196,98,45,0.3); color: #E8A87C; border: 1px solid rgba(196,98,45,0.4); margin-bottom: 1rem; }
.sm-lp-hero__ctas { display: flex; flex-wrap: wrap; gap: 1rem; }
.sm-lp-label { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--color-terracotta); margin-bottom: 0.5rem; display: block; }
.sm-lp-usps { list-style: none; padding: 0; margin: 1.5rem 0 0; display: flex; flex-direction: column; gap: 0.75rem; }
.sm-lp-usps__item { display: flex; align-items: center; gap: 0.75rem; font-size: 0.95rem; color: #5C4033; }
.sm-lp-usps__item svg, .sm-lp-usps__item [data-lucide] { width: 20px; height: 20px; color: var(--color-terracotta); flex-shrink: 0; }
.sm-lp-intro__text { }
.sm-lp-intro__image img { width: 100%; height: 320px; object-fit: cover; border-radius: 16px; box-shadow: var(--shadow-xl); }
.sm-lp-dienst-card__image { position: relative; height: 220px; overflow: hidden; }
.sm-lp-dienst-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.sm-lp-dienst-card:hover .sm-lp-dienst-card__image img { transform: scale(1.05); }
.sm-lp-dienst-card__text { font-size: 0.875rem; color: #7A6055; line-height: 1.65; margin-bottom: 1rem; }
.sm-lp-section-header { text-align: center; margin-bottom: 3rem; }
.sm-lp-section-header--center { text-align: center; }
.sm-lp-section-header__title { font-family: var(--font-display); font-size: clamp(1.8rem, 3vw, 2.5rem); font-weight: 700; color: #2C1810; margin: 0.5rem 0 0.75rem; }
.sm-lp-section-header__desc { font-size: 1rem; color: #7A6055; }
.sm-lp-werkgebied__title { font-family: var(--font-display); font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; color: #2C1810; margin: 0.5rem 0 1.5rem; line-height: 1.2; }
.sm-lp-werkgebied__desc { font-size: 1rem; color: #5C4033; line-height: 1.75; margin-bottom: 1.5rem; }
.sm-lp-pill { display: inline-block; padding: 0.25rem 0.75rem; border-radius: 50px; font-size: 0.875rem; font-weight: 500; background: #E8D5C4; color: #2C1810; text-decoration: none; transition: opacity 0.2s; }
.sm-lp-pill:hover { opacity: 0.8; }
.sm-lp-werkgebied__contact-items { margin-bottom: 1.5rem; }
.sm-lp-werkgebied__contact-btn { width: 100%; justify-content: center; margin-top: 0.5rem; }
.sm-lp-review-card__tekst { font-size: 0.875rem; font-style: italic; color: #5C4033; line-height: 1.65; margin-bottom: 1rem; }
.sm-lp-review-card__footer { }
.sm-lp-review-card__naam { font-weight: 600; font-size: 0.875rem; color: #2C1810; margin: 0; }
.sm-lp-review-card__dienst { font-size: 0.75rem; color: #7A6055; margin: 0; }
.sm-lp-reviews__meer { text-align: center; margin-top: 2rem; }
.sm-lp-link-arrow { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 600; color: var(--color-terracotta); text-decoration: none; }
.sm-lp-link-arrow:hover { text-decoration: underline; }
.sm-lp-faq__inner { max-width: 760px; margin: 0 auto; }
.sm-lp-faq-item { border-radius: 12px; border: 1px solid #E8D5C4; overflow: hidden; margin-bottom: 0.75rem; }
.sm-lp-faq-item__question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 1.5rem; font-size: 1rem; font-weight: 600; color: #2C1810; cursor: pointer; list-style: none; background: white; transition: background 0.2s; }
.sm-lp-faq-item__question::-webkit-details-marker { display: none; }
.sm-lp-faq-item__question:hover { background: #F5EFE6; }
.sm-lp-faq-item__question [data-lucide] { width: 20px; height: 20px; color: var(--color-terracotta); flex-shrink: 0; transition: transform 0.3s; }
details[open] .sm-lp-faq-item__question [data-lucide] { transform: rotate(180deg); }
.sm-lp-faq-item__answer { padding: 0 1.5rem 1.25rem; background: #F5EFE6; }
.sm-lp-faq-item__answer p { font-size: 0.95rem; color: #5C4033; line-height: 1.7; margin: 0; }
.sm-lp-faq__cta { text-align: center; margin-top: 2.5rem; }
.sm-lp-faq__cta p { color: #7A6055; margin-bottom: 1rem; }
.sm-lp-cta__inner { }

/* Responsive */
@media (max-width: 768px) {
  .sm-lp-intro__grid, .sm-lp-werkgebied__grid { grid-template-columns: 1fr; }
  .sm-lp-diensten__grid { grid-template-columns: 1fr; }
  .sm-lp-reviews__grid { grid-template-columns: 1fr; }
  .sm-lp-hero__ctas { flex-direction: column; }
  .sm-lp-hero__ctas a { width: 100%; justify-content: center; text-align: center; }
  .sm-lp-hero__title { font-size: clamp(1.8rem, 7vw, 2.5rem); }
  .sm-lp-hero__content { padding: 3rem 0; }
}
