/* =========================================================
   Dakreinigingsdiensten — Site Stylesheet
   Structure-inspired by fastandtop.nl
   ========================================================= */

:root {
  --color-primary: #262626;
  --color-primary-dark: #1a1a1a;
  --color-accent: #f39200;
  --color-accent-dark: #d87f00;
  --color-text: #222;
  --color-muted: #666;
  --color-bg: #ffffff;
  --color-bg-alt: #f5f7fa;
  --color-border: #e3e6ec;
  --color-success: #2e8b57;
  --color-danger: #c0392b;
  --shadow-sm: 0 2px 6px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 6px 18px rgba(0, 0, 0, 0.08);
  --radius: 6px;
  --max-width: 1180px;
  --font-body: "Helvetica Neue", Arial, sans-serif;
  --font-heading: "Anton", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.6;
  font-size: 16px; /* 1rem = 16px — browser default; alle rem-waardes hieronder zijn op deze schaal afgestemd */
  scroll-behavior: smooth;
}

img { max-width: 100%; height: auto; display: block; }

a {
  color: var(--color-primary);
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover { color: var(--color-accent); }

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  /* --color-heading is set by zizoedit; falls back to dark-section color */
  color: var(--color-heading, var(--color-primary-dark));
  font-weight: 400; /* Anton only ships at weight 400 — set explicitly so browsers don't synthesize bold */
  letter-spacing: 0.3px;
  line-height: 1.15;
  margin: 0 0 0.6em;
}
h1 { font-size: 2.4rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.3rem; }

p { margin: 0 0 1em; }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- Top bar ---------- */
.topbar {
  background: var(--color-primary-dark);
  color: #fff;
  font-size: 0.875rem;
  padding: 6px 0;
}
.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.topbar a { color: #fff; }
.topbar a:hover { color: var(--color-accent); }

/* ---------- Header & navigation ---------- */
.site-header {
  background: #fff;
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 0;
  z-index: 50;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--color-primary-dark);
}
.brand-mark {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}
.brand > span {
  font-family: "Anton", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400; /* Anton has only one weight (400), already heavy */
  font-size: 1.55rem;
  letter-spacing: 0.5px;
  line-height: 1.05;
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 8px 12px;
  cursor: pointer;
  font-size: 1.1rem;
}

.main-nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2px;
  align-items: center;
}
.main-nav ul.dropdown {
  list-style: none;
  margin: 4px 0 0;
  padding: 8px 0;
  display: block; /* defensive: ensure dropdown items stack vertically */
}
.main-nav a {
  display: block;
  padding: 10px 10px;
  color: var(--color-text);
  font-weight: 500;
  font-size: 0.95rem;
  border-radius: var(--radius);
  white-space: nowrap;
}
.main-nav a:hover,
.main-nav a.active {
  background: var(--color-bg-alt);
  color: var(--color-primary);
}
.has-dropdown { position: relative; }
.has-dropdown > a::after {
  content: " \25BE";
  font-size: 0.8em;
  opacity: 0.7;
}
.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  min-width: 220px;
  background: #fff;
  box-shadow: var(--shadow-md);
  border-radius: var(--radius);
  /* padding-top doubles as a visual gap AND keeps the hover area continuous —
     no dead 4px margin to lose the cursor in. */
  padding: 12px 0 8px;
  list-style: none;
  margin: 0;
  z-index: 60;
  /* Hidden by default — three properties so nothing slips through */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* Closing has a 150ms grace period so brief mouse-overshoots don't slam
     the panel shut mid-movement. Opening is instant. */
  transition: opacity 0.12s ease, visibility 0s linear 0.15s;
}
.has-dropdown:hover > .dropdown,
.has-dropdown:focus-within > .dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.12s ease, visibility 0s linear 0s;
}
.dropdown a {
  padding: 8px 18px;
  border-radius: 0;
  white-space: nowrap;
}

.cta-btn {
  background: var(--color-accent);
  color: #fff !important;
  font-weight: 600;
  padding: 10px 18px !important;
  border-radius: var(--radius);
}
/* Contact-knop hover loskoppeld van --color-accent-dark zodat zizoedit hem
   onafhankelijk kan stellen (default: bijna-zwart voor een sterk accent
   op de belangrijkste CTA in de nav).
   Selector heeft .main-nav prefix om .main-nav a:hover (0,2,1) te overrulen
   die anders het lichte bg-alt zou opleggen. */
.main-nav .cta-btn:hover { background: var(--color-cta-hover, #1a1a1a) !important; color: #fff !important; }

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(135deg, #262626 0%, #404040 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}
.hero h1 { color: #fff; font-size: 2.8rem; margin-bottom: 0.4em; }
.hero p { font-size: 1.15rem; opacity: 0.95; max-width: 720px; margin: 0 auto 1.6em; }
.hero .btn-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: var(--radius);
  font-weight: 600;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}
.btn-primary { background: var(--color-accent); color: #fff; }
.btn-primary:hover { background: var(--color-accent-dark); color: #fff; }
.btn-outline { background: transparent; color: #fff; border-color: #fff; }
.btn-outline:hover { background: #fff; color: var(--color-primary-dark); }

/* ---------- Sections ---------- */
section { padding: 64px 0; }
.section-title { text-align: center; margin-bottom: 12px; }
.section-lead { text-align: center; color: var(--color-muted); max-width: 720px; margin: 0 auto 40px; }
.section-alt { background: var(--color-bg-alt); }

/* ---------- Service cards ---------- */
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.service-card h3 { margin-top: 0; }
.service-card .icon {
  width: 52px;
  height: 52px;
  background: var(--color-bg-alt);
  border-radius: var(--radius);
  display: grid;
  place-items: center;
  font-size: 1.6rem;
  margin-bottom: 14px;
  color: var(--color-primary);
}
.service-card .more-link {
  margin-top: auto;
  font-weight: 600;
}

/* ---------- Feature row ---------- */
.feature-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  text-align: center;
}
.feature-row .feature h4 { color: var(--color-primary); margin-bottom: 6px; }

/* ---------- Two-column content ---------- */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 800px) { .two-col { grid-template-columns: 1fr; } }

/* ---------- Page header (interior pages) ---------- */
.page-header {
  background: var(--color-bg-alt);
  padding: 56px 0 40px;
  border-bottom: 1px solid var(--color-border);
}
.page-header h1 { margin-bottom: 6px; }
.breadcrumb {
  font-size: 0.9rem;
  color: var(--color-muted);
}
.breadcrumb a { color: var(--color-muted); }
.breadcrumb a:hover { color: var(--color-primary); }

/* ---------- Forms ---------- */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media (max-width: 700px) { .form-grid { grid-template-columns: 1fr; } }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; font-weight: 600; margin-bottom: 6px; font-size: 0.95rem; }
input, select, textarea {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  font: inherit;
  background: #fff;
}
textarea { min-height: 140px; resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: none;
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px rgba(26, 77, 140, 0.15);
}

/* ---------- FAQ ---------- */
.faq-list { max-width: 820px; margin: 0 auto; }
.faq-item {
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  margin-bottom: 12px;
  background: #fff;
}
.faq-item summary {
  padding: 16px 20px;
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; float: right; font-size: 1.2em; color: var(--color-primary); }
.faq-item[open] summary::after { content: "−"; }
.faq-item .answer { padding: 0 20px 16px; color: var(--color-muted); }

/* ---------- Spoed banner ---------- */
.urgent-banner {
  background: var(--color-danger);
  color: #fff;
  padding: 18px 0;
  text-align: center;
  font-weight: 600;
}
.urgent-banner a { color: #fff; text-decoration: underline; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--color-primary-dark);
  color: #c9d1da;
  padding: 56px 0 24px;
}
.site-footer h4 { color: #fff; margin-bottom: 14px; font-size: 1.05rem; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-grid li { margin-bottom: 8px; }
.footer-grid a { color: #c9d1da; }
.footer-grid a:hover { color: var(--color-accent); }
.footer-bottom {
  margin-top: 36px;
  padding-top: 18px;
  border-top: 1px solid #2c3744;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 0.875rem;
}

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.mt-2 { margin-top: 1.2em; }
.mb-2 { margin-bottom: 1.2em; }

/* ---------- Mobile nav ---------- */
@media (max-width: 1100px) {
  .nav-toggle { display: block; }
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: var(--shadow-md);
    padding: 12px 20px;
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .dropdown {
    position: static;
    box-shadow: none;
    padding-left: 16px;
    margin: 0;
    /* Reset desktop visibility tricks; use display for mobile toggling */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
  }
  /* Explicitly neutralize desktop hover / focus-within rules in mobile */
  .has-dropdown:hover > .dropdown,
  .has-dropdown:focus-within > .dropdown { display: none; }
  .has-dropdown.open > .dropdown { display: block; }
  .site-header .container { position: relative; }
}

/* =========================================================
   Homepage layout (image hero, orange strip, dark grid, IG)
   ========================================================= */

/* ---------- Hero with background image ---------- */
.hero-image {
  position: relative;
  background-color: var(--color-primary-dark);
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25)),
    url("../images/hero.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 200px 0 140px;
  text-align: left;
}
.hero-image .container { max-width: var(--max-width); }
.hero-image .hero-content { max-width: 640px; }
.hero-image .eyebrow {
  display: inline-block;
  color: var(--color-accent);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.hero-image h1 {
  color: #fff;
  font-size: 3rem;
  line-height: 1.1;
  margin: 0 0 18px;
}
.hero-image p {
  color: #fff;
  font-size: 1.05rem;
  opacity: 0.95;
  max-width: 560px;
}
@media (max-width: 700px) {
  .hero-image { padding: 80px 0 180px; }
  .hero-image h1 { font-size: 2.1rem; }
}

/* ---------- Orange strip with service cards ---------- */
.orange-strip {
  background: var(--color-accent);
  padding: 64px 0 80px;
  position: relative;
}
.services-heading {
  color: var(--color-banner-title, #fff);
  text-align: center;
  font-size: 2rem;
  margin: 0 0 36px;
}
.overlap-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .overlap-cards-grid { grid-template-columns: 1fr; } }
.overlap-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
}
.overlap-card-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-color: #c75a40;
}
.overlap-img-roof    { background-image: url("../images/card-leggen.jpg");  background-position: center 55%; }
.overlap-img-chimney { background-image: url("../images/card-vegen.jpg");   background-position: 60% center; }
.overlap-img-tools   { background-image: url("../images/card-opmeten.jpg"); background-position: center 65%; }
.overlap-card-body {
  padding: 28px 24px 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.overlap-card-body h3 {
  /* Anton — display font, works well at this size with darker orange */
  font-family: var(--font-heading);
  font-weight: 400;
  letter-spacing: 0.3px;
  color: var(--color-card-title, var(--color-accent-dark));
  font-size: 1.35rem;
  line-height: 1.15;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.overlap-card-body p {
  color: var(--color-muted);
  font-size: 0.92rem;
  margin-bottom: 20px;
  flex: 1;
}
.overlap-card-body .btn { align-self: center; }

/* ---------- Centered text section ("Klus werkzaamheden") ---------- */
.centered-text-section {
  padding: 72px 0;
  background: #fff;
  text-align: center;
}
.centered-text-section .narrow {
  max-width: 820px;
  margin: 0 auto;
}
.orange-heading {
  color: var(--color-heading, var(--color-accent));
  font-size: 1.9rem;
  margin: 0;
}
.orange-divider {
  width: 80px;
  border: 0;
  border-top: 3px solid var(--color-accent);
  margin: 16px auto 28px;
}
.centered-text-section p { color: #444; }
.centered-text-section .region-list { color: var(--color-muted); font-size: 0.95rem; }

/* ---------- Dark image-bg section with 2x2 grid ---------- */
.dark-grid-section {
  position: relative;
  background-color: var(--color-primary-dark);
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url("../images/usp-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: #fff;
}
.dark-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.08);
}
@media (max-width: 800px) { .dark-grid { grid-template-columns: 1fr; } }
.dark-card {
  background: rgba(0, 0, 0, 0.65);
  padding: 36px 32px;
  color: #e8e8e8;
}
.dark-card h3 {
  font-family: var(--font-heading);
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #fff;
  text-align: center;
  margin: 0 0 4px;
  font-size: 1.45rem;
  line-height: 1.15;
}
.dark-card h4 {
  font-family: var(--font-heading);
  font-weight: 400;
  letter-spacing: 0.3px;
  color: var(--color-accent-dark);
  text-align: center;
  font-size: 1.15rem;
  line-height: 1.15;
  margin: 0 0 18px;
}
.dark-card p { color: #d6d6d6; font-size: 0.93rem; margin: 0 0 12px; }

/* ---------- Instagram section ---------- */
.instagram-section { padding: 72px 0; background: #fff; }
.ig-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.ig-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex: 0 0 64px;
  background-color: var(--color-accent);
  background-image: url("https://picsum.photos/seed/avatarbrand/120");
  background-size: cover;
  background-position: center;
}
.ig-name { margin: 0; font-size: 1.1rem; color: var(--color-primary-dark); }
.ig-bio  { margin: 4px 0 0; color: var(--color-muted); font-size: 0.88rem; }
.ig-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  margin-bottom: 28px;
}
@media (max-width: 800px) { .ig-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 500px) { .ig-grid { grid-template-columns: repeat(2, 1fr); } }
.ig-tile {
  aspect-ratio: 1 / 1;
  background-color: #eee;
  background-size: cover;
  background-position: center;
}

/* ---------- CTA band (between sections) ---------- */
.cta-band {
  background: var(--color-accent);
  color: #fff;
  text-align: center;
  padding: 64px 0;
}
.cta-band h2 {
  color: var(--color-banner-title, #fff);
  margin: 0 0 10px;
  font-size: 1.9rem;
}
.cta-band p {
  color: #fff;
  opacity: 0.95;
  max-width: 640px;
  margin: 0 auto 24px;
}
.cta-band .btn {
  background: #fff;
  color: var(--color-primary-dark);
  border-color: #fff;
}
.cta-band .btn:hover {
  background: var(--color-primary-dark);
  color: #fff;
  border-color: var(--color-primary-dark);
}

/* ---------- USP heading (inside dark-grid-section) ---------- */
.usp-heading {
  color: var(--color-banner-title, #fff);
  text-align: center;
  font-size: 2rem;
  margin: 0 0 32px;
}
.usp-heading + .dark-grid { margin-top: 0; }

/* ---------- Portfolio section ---------- */
.portfolio-section { padding: 72px 0; background: #fff; }
.portfolio-section .section-heading {
  text-align: center;
  margin-bottom: 32px;
}
.portfolio-section .section-heading h2 {
  color: var(--color-heading, var(--color-accent));
  margin: 0;
  font-size: 1.9rem;
}
.portfolio-section .section-heading .divider {
  width: 80px;
  border: 0;
  border-top: 3px solid var(--color-accent);
  margin: 16px auto 12px;
}
.portfolio-section .section-heading p {
  color: var(--color-muted);
  max-width: 640px;
  margin: 0 auto;
}

/* Donker thema voor de portfolio sectie (zelfde uitstraling als oude .projects-dark) */
.portfolio-section.portfolio-dark { background: var(--color-primary-dark); padding: 80px 0 64px; }
.portfolio-section.portfolio-dark .section-heading h2 { color: var(--color-banner-title, #fff); }
.portfolio-section.portfolio-dark .section-heading p { color: #c9d1da; }
.portfolio-section.portfolio-dark .portfolio-tile { background: var(--color-primary-dark); }
/* Instagram-style grid — alle tegels zijn vierkant en even groot,
   foto's worden bijgesneden met object-fit: cover. */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 28px;
}
@media (max-width: 1100px) { .portfolio-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 700px)  { .portfolio-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px)  { .portfolio-grid { grid-template-columns: 1fr; } }

.portfolio-tile {
  display: block;
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 4px;
  background: #eee;
}
.portfolio-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.portfolio-tile:hover img { transform: scale(1.03); }

.portfolio-tile .caption {
  position: absolute;
  inset: auto 0 0 0;
  padding: 28px 14px 12px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.2px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 10%, transparent 100%);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.portfolio-tile:hover .caption,
.portfolio-tile:focus-within .caption {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   Category page template (used on /dakonderhoud/ etc.)
   Reusable pattern: orange H1 + intro text + grid of cards
   ========================================================= */
.page-intro {
  padding: 56px 0 16px;
  background: #fff;
}
.page-intro h1 {
  color: var(--color-accent);
  font-size: 2rem;
  margin: 0 0 24px;
  font-weight: 700;
}
.page-intro p {
  color: var(--color-text);
  line-height: 1.65;
  margin-bottom: 14px;
}
.page-intro p a {
  color: var(--color-accent);
  text-decoration: underline;
}
.page-intro p a:hover { color: var(--color-accent-dark); }

.services-cards-section {
  padding: 32px 0 80px;
  background: #fff;
}
.services-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 900px) { .services-cards-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .services-cards-grid { grid-template-columns: 1fr; } }

.service-card-lg {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.service-card-lg:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}
.service-card-lg .card-image {
  display: block;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-color: #c75a40;
}
.service-card-lg .card-body {
  padding: 24px 22px 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.service-card-lg h3 {
  margin: 0 0 14px;
  font-size: 1.05rem;
}
.service-card-lg h3 a {
  color: var(--color-card-title, var(--color-accent));
  text-decoration: underline;
  font-weight: 700;
}
.service-card-lg h3 a:hover { color: var(--color-accent-dark); }
.service-card-lg .card-body p {
  color: var(--color-muted);
  margin: 0 0 22px;
  flex: 1;
  line-height: 1.55;
  font-size: 0.93rem;
}
.service-card-lg .card-body .btn {
  align-self: center;
  background: var(--color-accent);
  color: #fff;
  padding: 9px 26px;
  border-radius: 30px;
  font-weight: 600;
  border: 2px solid var(--color-accent);
}
.service-card-lg .card-body .btn:hover {
  background: var(--color-accent-dark);
  border-color: var(--color-accent-dark);
  color: #fff;
}

/* =========================================================
   Service-page template (long-form landing — /services/*/)
   Based on intake-landing layout, in Dakreinigingsdiensten
   colors (orange accent, navy dark, white).
   ========================================================= */

/* ---------- Service hero ---------- */
.service-hero {
  background: var(--color-bg-alt);
  padding: 72px 0 80px;
}
.service-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 900px) { .service-hero-grid { grid-template-columns: 1fr; gap: 36px; } }
.service-hero-content h1 {
  color: var(--color-primary-dark);
  font-size: 2.8rem;
  line-height: 1.05;
  margin: 0 0 18px;
}
.service-hero-content > p {
  color: var(--color-muted);
  font-size: 1.05rem;
  margin: 0 0 26px;
  max-width: 480px;
}
.service-hero .btn-row {
  display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 22px;
}
.service-hero .btn-outline-dark {
  background: transparent;
  color: var(--color-primary-dark);
  border: 2px solid var(--color-primary-dark);
}
.service-hero .btn-outline-dark:hover { background: var(--color-primary-dark); color: #fff; }
.rating-inline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--color-muted);
  font-size: 0.95rem;
}
.rating-inline .stars { color: #f4b400; letter-spacing: 1px; font-size: 1rem; }
.service-hero-image { position: relative; }
.service-hero-image img { width: 100%; border-radius: 12px; display: block; }
.service-hero-badge {
  position: absolute;
  top: -22px; right: -22px;
  width: 130px; height: 130px;
  border-radius: 50%;
  background-size: cover; background-position: center;
  border: 4px solid #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  display: grid; place-items: center;
}
.service-hero-badge .play-icon {
  width: 44px; height: 44px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--color-accent);
  font-size: 1.1rem;
  padding-left: 4px;
}

/* ---------- USP columns on dark band ---------- */
.service-usps {
  background: var(--color-primary-dark);
  color: #fff;
  padding: 56px 0;
}
.service-usps .usp-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 800px) { .service-usps .usp-cols { grid-template-columns: 1fr; gap: 28px; } }
.usp-col { text-align: left; }
.usp-col .usp-icon {
  width: 74px; height: 74px;
  display: grid; place-items: center;
  margin-bottom: 14px;
}
.usp-col .usp-icon img { width: 74px; height: 74px; display: block; border-radius: 14px; }
.usp-col h3 { color: #fff; font-size: 1.05rem; margin: 0 0 8px; }
.usp-col p { color: #c9d1da; font-size: 0.92rem; margin: 0; line-height: 1.55; }

/* ---------- Image + text alternating ---------- */
.image-text-section { padding: 72px 0; background: #fff; }
.image-text-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
@media (max-width: 900px) { .image-text-grid { grid-template-columns: 1fr; gap: 32px; } }
.image-text-media { position: relative; border-radius: 12px; overflow: hidden; }
.image-text-media img { width: 100%; display: block; border-radius: 12px; }
.image-text-media video {
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  display: block;
  object-fit: cover;
  background: #000;
  border-radius: 12px;
}
.image-text-media .play-overlay {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  pointer-events: none;
}
.image-text-media .play-overlay::before {
  content: "▶";
  background: rgba(255, 255, 255, 0.95);
  width: 64px; height: 64px;
  border-radius: 50%;
  display: grid; place-items: center;
  color: var(--color-accent);
  font-size: 1.5rem;
  padding-left: 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.image-text-content h2 { color: var(--color-heading, var(--color-primary-dark)); margin: 0 0 14px; font-size: 1.7rem; }
.image-text-content p { color: var(--color-muted); margin: 0 0 14px; line-height: 1.6; }
.image-text-content .inline-link {
  color: var(--color-accent);
  font-weight: 600;
  display: inline-block;
  margin: 6px 0 18px;
}
.image-text-content .btn-dark {
  background: var(--color-primary-dark);
  color: #fff;
  border: 2px solid var(--color-primary-dark);
}
.image-text-content .btn-dark:hover { background: #000; border-color: #000; color: #fff; }

/* ---------- Offer (pricing + accordion + side image) ---------- */
.offer-section { background: var(--color-bg-alt); padding: 80px 0; }
.offer-grid {
  display: grid;
  grid-template-columns: 1.3fr minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}
@media (max-width: 900px) { .offer-grid { grid-template-columns: 1fr; } }
.offer-image {
  display: block;
  aspect-ratio: 3 / 2;
}
.offer-content h2 { color: var(--color-heading, var(--color-primary-dark)); font-size: 1.6rem; margin: 0 0 12px; }
.offer-price {
  margin: 12px 0 22px;
  font-size: 1.1rem;
  color: var(--color-primary-dark);
}
.offer-price del { color: var(--color-accent); margin-right: 10px; opacity: 0.85; font-weight: 600; }
.offer-price strong { color: var(--color-accent); font-size: 1.6rem; font-weight: 800; }
.offer-content > p { color: var(--color-muted); margin: 0 0 14px; }
.offer-content .what-included {
  font-weight: 600;
  color: var(--color-primary-dark);
  margin: 18px 0 8px;
}
.offer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
@media (max-width: 900px) {
  .offer-image { aspect-ratio: auto; }
  .offer-image img { height: auto; }
}

/* ---------- Accordion (offer + faq-with-image) ---------- */
.accordion-list { display: flex; flex-direction: column; }
.accordion-item {
  border-bottom: 1px solid var(--color-border);
  background: transparent;
}
.accordion-item summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 0;
  font-weight: 600;
  color: var(--color-primary-dark);
  position: relative;
  padding-right: 32px;
}
.accordion-item summary::-webkit-details-marker { display: none; }
.accordion-item summary::after {
  content: "+";
  position: absolute; right: 0; top: 12px;
  color: var(--color-accent);
  font-size: 1.4rem;
  line-height: 1;
}
.accordion-item[open] summary::after { content: "−"; }
.accordion-item .answer {
  padding: 0 0 16px;
  color: var(--color-muted);
  line-height: 1.55;
}

/* ---------- Projects (dark band) ---------- */
.projects-dark { background: var(--color-primary-dark); color: #fff; padding: 80px 0 64px; }
.projects-heading { color: var(--color-banner-title, #fff); text-align: center; margin: 0 0 6px; font-size: 1.9rem; }
.projects-sub { text-align: center; color: #c9d1da; margin: 0 0 40px; }
.projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
@media (max-width: 900px) { .projects-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .projects-grid { grid-template-columns: 1fr; } }
.project-card { background: transparent; }
.project-image {
  height: 220px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin-bottom: 14px;
  background-color: #2a3340;
}
.project-date { color: var(--color-accent); font-size: 0.85rem; font-weight: 600; }
.project-card h3 { color: #fff; margin: 4px 0 8px; font-size: 1.1rem; }
.project-card p { color: #c9d1da; font-size: 0.92rem; margin: 0; line-height: 1.5; }
.projects-divider {
  border: 0;
  border-top: 2px solid var(--color-accent);
  width: 80px;
  margin: 50px auto 0;
}

/* ---------- Reviews ---------- */
.reviews-section { background: var(--color-bg-alt); padding: 72px 0; }
.reviews-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}
.reviews-header h2 { color: var(--color-heading, var(--color-primary-dark)); font-size: 1.8rem; margin: 0; max-width: 520px; }
.reviews-badge {
  background: #fff;
  border-radius: 8px;
  padding: 14px 22px;
  box-shadow: var(--shadow-sm);
  font-weight: 600;
  color: var(--color-primary-dark);
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .reviews-grid { grid-template-columns: 1fr; } }
.review-card {
  background: #fff;
  border-radius: 8px;
  padding: 22px 22px 18px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}
.review-rating-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.review-rating {
  background: var(--color-accent);
  color: #fff;
  border-radius: 6px;
  padding: 4px 10px;
  font-weight: 700;
  font-size: 0.92rem;
}
.review-date { color: var(--color-muted); font-size: 0.85rem; }
.review-card > p { color: var(--color-text); margin: 0 0 16px; font-size: 0.95rem; line-height: 1.55; flex: 1; }
.review-author {
  display: flex; align-items: center; gap: 10px;
  border-top: 1px solid var(--color-border);
  padding-top: 14px;
}
.review-author img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }
.review-author strong { display: block; color: var(--color-primary-dark); font-size: 0.92rem; }
.review-author span { color: var(--color-muted); font-size: 0.82rem; }

/* ---------- FAQ with side image ---------- */
.faq-with-image { padding: 72px 0; background: #fff; }
.faq-image-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1.3fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 900px) { .faq-image-grid { grid-template-columns: 1fr; } }
.faq-image {
  display: block;
  aspect-ratio: 3 / 2;
}
.faq-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
@media (max-width: 900px) {
  .faq-image { aspect-ratio: auto; }
  .faq-image img { height: auto; }
}
.faq-content h2 { color: var(--color-heading, var(--color-primary-dark)); margin: 0 0 24px; font-size: 1.7rem; text-align: center; }

/* ---------- Service selector (replaces intake form) ---------- */
.service-selector-sub { color: #c9d1da; margin: 0 0 24px; }
.service-selector-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-bottom: 20px;
}
@media (max-width: 500px) { .service-selector-grid { grid-template-columns: 1fr; } }
.intake-form .service-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #858585;
  color: #fff;
  font-size: 1rem;
  padding: 22px 14px;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.2px;
  border: 2px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
  user-select: none;
}
.intake-form .service-option span { color: #fff; }
.service-option input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.service-option:hover { background: #6d6d6d; }
.service-option:has(input:checked) {
  background: var(--color-accent);
  border-color: #fff;
}
.service-selector-actions { display: flex; justify-content: flex-end; }
.service-selector-actions .btn { min-width: 220px; text-align: center; }
.service-selector-actions .btn-primary:hover {
  background: #fff;
  color: #1a1a1a;
  border-color: #fff;
}
@media (max-width: 500px) {
  .service-selector-actions { justify-content: stretch; }
  .service-selector-actions .btn { width: 100%; }
}

/* ---------- Intake form on dark band ---------- */
.intake-section { background: var(--color-primary-dark); color: #fff; padding: 72px 0; }
.intake-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 197px;
  align-items: start;
}
@media (max-width: 900px) { .intake-grid { grid-template-columns: 1fr; } }
.intake-form h2 { color: #fff; margin: 0 0 22px; font-size: 1.8rem; }
.intake-form label { color: #c9d1da; font-size: 0.88rem; font-weight: 500; }
.intake-form input,
.intake-form select,
.intake-form textarea {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
}
.intake-form input::placeholder,
.intake-form textarea::placeholder { color: rgba(255, 255, 255, 0.45); }
.intake-form input:focus,
.intake-form textarea:focus { border-color: var(--color-accent); box-shadow: 0 0 0 3px rgba(243, 146, 0, 0.15); }
.intake-side { color: #c9d1da; }
.intake-portrait {
  width: 140px; height: 140px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 18px;
  border: 4px solid rgba(255, 255, 255, 0.08);
}
.intake-logo {
  display: block;
  max-width: 240px;
  height: auto;
  margin-bottom: 20px;
}
.placeholder-text {
  color: rgba(255, 255, 255, 0.45);
  font-style: italic;
}
.intake-side > strong { color: #fff; display: block; margin-bottom: 8px; font-size: 1.05rem; }
.intake-side p { color: #c9d1da; font-size: 0.95rem; line-height: 1.6; margin: 0 0 14px; }
.intake-social { display: flex; gap: 10px; margin: 16px 0; }
.intake-social a {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.intake-social a:hover { background: var(--color-accent); }
.intake-name { color: var(--color-accent); font-weight: 700; margin-top: 12px; }
.intake-name span { color: #c9d1da; font-weight: 400; font-size: 0.85rem; display: block; }

/* ---------- "Bekend van" logo strip ---------- */
.known-from { padding: 56px 0; background: #fff; text-align: center; }
.known-from h3 { color: var(--color-primary-dark); font-size: 1.3rem; margin: 0 0 26px; }
.known-logos {
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  align-items: center;
}
.known-logos span {
  color: var(--color-muted);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.5px;
  opacity: 0.55;
  font-family: Georgia, serif;
}

/* ---------- 3-column footer + reviews widget ---------- */
.footer-grid.cols-3 { grid-template-columns: 1.6fr 1fr 1fr; }
@media (max-width: 800px) { .footer-grid.cols-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid.cols-3 { grid-template-columns: 1fr; } }

.reviews-widget {
  background: #fff;
  color: #333;
  border-radius: 8px;
  padding: 12px 14px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.reviews-widget .g-logo {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #ea4335, #fbbc05, #34a853, #4285f4, #ea4335);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  font-family: Arial, sans-serif;
}
.reviews-widget .g-logo::before { content: "G"; }
.reviews-widget .rating-text { display: flex; flex-direction: column; line-height: 1.1; }
.reviews-widget .rating-row { display: flex; align-items: center; gap: 6px; }
.reviews-widget .rating { font-weight: 700; color: #222; }
.reviews-widget .stars { color: #f4b400; font-size: 1rem; letter-spacing: 1px; }
.reviews-widget .count { font-size: 0.78rem; color: #666; margin-top: 2px; }
