:root {
  --ink: #15202b;
  --muted: #607080;
  --line: #d8e2ea;
  --paper: #ffffff;
  --mist: #eef6f8;
  --blue: #0f6d8f;
  --blue-dark: #084d68;
  --green: #2d7d5a;
  --brick: #a24f3c;
  --gold: #b5822a;
  --shadow: 0 18px 55px rgba(14, 42, 58, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--paper); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.site-header { position: fixed; z-index: 20; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; min-height: 78px; padding: 12px clamp(18px, 4vw, 54px); background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(216,226,234,.85); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 0; }
.brand-logo { width: clamp(56px, 6vw, 72px); height: clamp(56px, 6vw, 72px); object-fit: contain; filter: drop-shadow(0 8px 18px rgba(0,0,0,.12)); }
.brand-text { display: grid; gap: 2px; line-height: 1.1; }
.brand-text strong { color: var(--ink); font-size: clamp(17px, 1.7vw, 23px); font-weight: 800; white-space: nowrap; }
.brand-text small { color: var(--muted); font-size: 12px; font-weight: 700; white-space: nowrap; }
.site-nav { display: flex; align-items: center; gap: 8px; }
.site-nav a { padding: 10px 12px; border-radius: 6px; color: #2c3e4c; font-weight: 700; font-size: 14px; }
.site-nav a:hover { background: var(--mist); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.nav-toggle span { display: block; width: 20px; height: 2px; margin: 5px auto; background: var(--ink); }
.hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; padding: 136px clamp(18px, 5vw, 72px) 72px; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  object-position: center center;
}
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.97) 0%, rgba(255,255,255,.84) 43%, rgba(255,255,255,.18) 76%), linear-gradient(0deg, rgba(8,77,104,.28), rgba(8,77,104,0)); }
.hero-content { position: relative; max-width: 720px; }
.eyebrow { margin: 0 0 12px; color: var(--blue-dark); font-size: 13px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { margin: 0; max-width: 700px; font-size: clamp(42px, 6.5vw, 78px); line-height: .99; letter-spacing: 0; }
h2 { margin: 0; font-size: clamp(30px, 4vw, 52px); line-height: 1.06; letter-spacing: 0; }
h3 { margin: 0 0 10px; font-size: 20px; }
.hero-copy { max-width: 640px; margin: 24px 0 0; color: #35495a; font-size: 19px; line-height: 1.65; font-weight: 600; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 20px; border: 0; border-radius: 7px; font: inherit; font-weight: 800; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { color: #fff; background: var(--blue); box-shadow: 0 12px 28px rgba(15,109,143,.24); }
.button.primary:hover { background: var(--blue-dark); }
.button.secondary { color: var(--blue-dark); background: #fff; border: 1px solid var(--line); }
.button.full { width: 100%; }
.trust-strip { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; max-width: 650px; margin: 36px 0 0; }
.trust-strip div { padding: 18px; border: 1px solid rgba(216,226,234,.9); border-radius: 8px; background: rgba(255,255,255,.8); box-shadow: 0 12px 32px rgba(12,49,68,.08); }
.trust-strip dt { color: var(--brick); font-size: 26px; font-weight: 800; }
.trust-strip dd { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.section, .section-band, .quote-section, .area-section, .contact-section { padding: 88px clamp(18px, 5vw, 72px); }
.section-inner { width: min(1160px, 100%); margin: 0 auto; }
.two-column, .quote-layout, .area-layout, .contact-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: clamp(28px, 6vw, 76px); align-items: center; }
.section-band { background: var(--mist); }
.section-inner p { color: var(--muted); font-size: 17px; line-height: 1.7; }
.section-heading { max-width: 690px; margin-bottom: 34px; }
.service-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.service-card, .steps article, .contact-card, .request-form { border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 10px 30px rgba(14,42,58,.07); }
.service-card { min-height: 260px; padding: 24px; }
.service-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 34px; border-radius: 8px; color: var(--blue-dark); font-weight: 800; background: #e4f3f5; }
.service-card p, .steps p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.quote-section { background: #f7fbfb; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quality-list { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.quality-list li { padding: 14px 16px; border-left: 4px solid var(--gold); border-radius: 7px; color: #263948; background: #fff; font-weight: 800; box-shadow: 0 8px 22px rgba(14,42,58,.06); }
.request-form { display: grid; gap: 14px; padding: clamp(20px, 4vw, 30px); }
.form-row { display: grid; gap: 14px; }
.two-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.request-form label { display: grid; gap: 7px; color: #253746; font-size: 14px; font-weight: 800; }
.request-form input, .request-form select, .request-form textarea { width: 100%; min-height: 48px; padding: 0 12px; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: #fff; font: inherit; font-weight: 500; }
.request-form textarea { min-height: 112px; padding-top: 12px; resize: vertical; }
.request-form input:focus, .request-form select:focus, .request-form textarea:focus { outline: 3px solid rgba(15,109,143,.16); border-color: var(--blue); }
.estimate-result { margin: 0; padding: 16px; border-radius: 7px; color: var(--blue-dark) !important; background: #e7f5f7; font-weight: 800; }
.form-note { margin: 0 !important; text-align: center; font-size: 14px !important; }
.form-note a { color: var(--blue-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.steps article { padding: 24px; }
.steps span { display: inline-grid; place-items: center; width: 38px; height: 38px; margin-bottom: 22px; border-radius: 50%; color: #fff; background: var(--green); font-weight: 800; }
.area-section { color: #fff; background: linear-gradient(135deg, #0f4154, #1f7258); }
.area-section .eyebrow, .area-section p { color: rgba(255,255,255,.82); }
.area-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.area-list li { padding: 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(255,255,255,.08); font-weight: 800; }
.contact-section { background: #fbfcfc; }
.contact-card { display: grid; gap: 14px; padding: 26px; }
.contact-link { display: block; padding: 16px; border: 1px solid var(--line); border-radius: 7px; color: var(--blue-dark); background: var(--mist); font-weight: 800; }
.site-footer { display: flex; justify-content: space-between; gap: 18px; padding: 28px clamp(18px, 5vw, 72px); color: #5d6b76; border-top: 1px solid var(--line); font-size: 14px; }
.site-footer p { margin: 0; }
.site-footer a { color: var(--blue-dark); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 900px) {
  .site-nav { position: absolute; top: 78px; left: 18px; right: 18px; display: none; flex-direction: column; align-items: stretch; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .hero { min-height: 690px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.74)); }
  .two-column, .quote-layout, .area-layout, .contact-layout, .steps { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .brand-text small { display: none; }
  .brand-text strong { font-size: 16px; }
  .site-header { min-height: 72px; padding: 10px 16px; }
  .brand-logo { width: 56px; height: 56px; }
  .site-nav { top: 72px; }
  .hero { min-height: 750px; padding: 116px 18px 48px; }
  .hero-image { object-position: 62% center; }
  .hero-copy { font-size: 17px; }
  .trust-strip, .service-grid, .area-list, .two-fields { grid-template-columns: 1fr; }
  .trust-strip div { padding: 14px; }
  .section, .section-band, .quote-section, .area-section, .contact-section { padding: 64px 18px; }
  .site-footer { flex-direction: column; }
}
@media (max-width: 390px) {
  .brand-text strong { font-size: 14px; }
  .brand-logo { width: 50px; height: 50px; }
  h1 { font-size: 38px; }
}



.why-section {
  background: #fbfcfc;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.why-card {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(14,42,58,.07);
}
.why-card span {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--green);
  background: #eaf6ed;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.why-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
@media (max-width: 900px) {
  .why-grid { grid-template-columns: 1fr; }
}

.skyline-panel {
  grid-column: 1 / -1;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 18px 45px rgba(0,0,0,.18);
}
.skyline-panel img {
  width: 100%;
  height: clamp(240px, 34vw, 430px);
  object-fit: cover;
  object-position: center center;
}
.skyline-panel p {
  margin: 0;
  padding: 14px 16px 16px;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  font-weight: 800;
}

.hero-checklist {
  display: grid;
  gap: 10px;
  max-width: 650px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.hero-checklist li {
  position: relative;
  padding-left: 26px;
  color: #253746;
  font-size: 16px;
  font-weight: 800;
}
.hero-checklist li::before {
  content: "âœ“";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 800;
}

.why-grid.expanded { grid-template-columns: repeat(3, minmax(0, 1fr)); }
@media (max-width: 900px) { .why-grid.expanded { grid-template-columns: 1fr; } }


.seo-section {
  background: #ffffff;
  border-top: 1px solid var(--line);
}
.seo-content {
  max-width: 900px;
}
.seo-content h2 {
  margin-bottom: 18px;
}
.seo-content p:not(.eyebrow) {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}
.seo-content p:last-child {
  margin-bottom: 0;
}

.contact-details {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
}
.contact-details p {
  display: grid;
  gap: 4px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.contact-details strong {
  color: var(--ink);
  font-size: 13px;
  text-transform: uppercase;
}

.project-section {
  background: #f7fbfb;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.project-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 16px;
  align-items: stretch;
}
.project-card {
  display: grid;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(14,42,58,.07);
}
.project-card picture,
.project-card img {
  width: 100%;
  height: 100%;
}
.project-card img {
  min-height: 340px;
  object-fit: cover;
  object-position: center center;
}
.project-card.large img {
  min-height: 460px;
}
.project-card figcaption {
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.45;
}
@media (max-width: 900px) {
  .project-grid { grid-template-columns: 1fr; }
  .project-card img,
  .project-card.large img { min-height: 280px; }
}

.local-pride-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media (max-width: 900px) {
  .local-pride-grid { grid-template-columns: 1fr; }
}

.top-pride-section {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  align-items: stretch;
  min-height: 420px;
  background: #0f4154;
  color: #fff;
}
.top-pride-image {
  min-height: 420px;
  overflow: hidden;
}
.top-pride-image img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center center;
}
.top-pride-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
  background: linear-gradient(135deg, #0f4154, #1f7258);
}
.top-pride-content .eyebrow,
.top-pride-content p {
  color: rgba(255,255,255,.84);
}
.top-pride-content h2 {
  max-width: 560px;
}
.top-pride-content p:not(.eyebrow) {
  max-width: 560px;
  margin: 20px 0 0;
  font-size: 17px;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .top-pride-section { grid-template-columns: 1fr; }
  .top-pride-image,
  .top-pride-image img { min-height: 300px; }
}

.top-pride-image {
  position: relative;
}
.image-credit {
  position: absolute;
  left: 14px;
  bottom: 12px;
  margin: 0;
  padding: 7px 9px;
  border-radius: 6px;
  color: rgba(255,255,255,.92);
  background: rgba(0,0,0,.46);
  font-size: 12px;
  font-weight: 800;
}
.pride-work-card {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  max-width: 560px;
  margin: 26px 0 0;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}
.pride-work-card picture,
.pride-work-card img {
  width: 100%;
  height: 96px;
}
.pride-work-card img {
  object-fit: cover;
  border-radius: 6px;
}
.pride-work-card figcaption {
  color: rgba(255,255,255,.9);
  font-weight: 800;
  line-height: 1.45;
}
@media (max-width: 520px) {
  .pride-work-card { grid-template-columns: 1fr; }
  .pride-work-card picture,
  .pride-work-card img { height: 170px; }
}

.project-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.project-card.large {
  grid-column: span 2;
}
@media (max-width: 900px) {
  .project-card.large { grid-column: auto; }
}
/* Betere verhouding voor de Waag-sectie bovenaan */
.top-pride-section {
  grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr);
  min-height: 360px;
}
.top-pride-image,
.top-pride-image img {
  min-height: 360px;
  max-height: 520px;
}
.top-pride-content {
  padding: clamp(42px, 5.5vw, 86px);
}
.top-pride-content h2 {
  max-width: 680px;
  font-size: clamp(36px, 4.4vw, 58px);
  line-height: 1.04;
}
.top-pride-content p:not(.eyebrow) {
  max-width: 660px;
  font-size: 19px;
  line-height: 1.75;
}
.pride-work-card {
  max-width: 620px;
  grid-template-columns: 152px minmax(0, 1fr);
  margin-top: 30px;
}
.pride-work-card picture,
.pride-work-card img {
  height: 110px;
}
@media (max-width: 900px) {
  .top-pride-section { grid-template-columns: 1fr; }
  .top-pride-image,
  .top-pride-image img {
    min-height: 280px;
    max-height: 360px;
  }
}
@media (max-width: 620px) {
  .top-pride-content { padding: 36px 18px 44px; }
  .top-pride-content h2 { font-size: 34px; }
  .top-pride-content p:not(.eyebrow) { font-size: 17px; }
}

/* SEO en conversie uitbreidingen */
.hp-field { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
.form-status { min-height: 22px; margin: 0 !important; padding: 12px 14px; border-radius: 7px; font-size: 14px !important; font-weight: 800; background: #eef6f8; }
.form-status:empty { display: none; }
.form-status.is-success { color: #155f35 !important; background: #e6f6ec; }
.form-status.is-error { color: #8a2d22 !important; background: #fdecea; }
.form-status.is-loading { color: var(--blue-dark) !important; background: #e7f5f7; }
button:disabled { opacity: .68; cursor: wait; }
.local-keyword-section { background: #fbfcfc; border-top: 1px solid var(--line); }
.seo-link-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.seo-link-grid a { display: grid; min-height: 96px; align-items: center; padding: 18px; border: 1px solid var(--line); border-radius: 8px; color: var(--blue-dark); background: #fff; font-weight: 800; box-shadow: 0 10px 26px rgba(14,42,58,.06); }
.review-section { background: #f7fbfb; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.review-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px); gap: clamp(24px, 5vw, 64px); align-items: center; }
.review-card { padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: var(--shadow); }
.review-stars { color: #d89b20; font-size: 30px; letter-spacing: 0; }
.whatsapp-link { color: #155f35; background: #e7f7ec; }
.floating-whatsapp { position: fixed; right: 18px; bottom: 18px; z-index: 40; display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 18px; border-radius: 999px; color: #fff; background: #1fa855; box-shadow: 0 16px 32px rgba(31,168,85,.28); font-weight: 800; }
.enhanced-footer { display: block; color: #dfe9ec; background: #0d1c23; border-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 26px; max-width: 1160px; margin: 0 auto; }
.footer-grid h2 { margin: 0 0 12px; font-size: 18px; color: #fff; }
.footer-grid p { margin: 0 0 10px; line-height: 1.6; }
.footer-grid a, .footer-bottom a { color: #9be7aa; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.footer-logo { width: 86px; height: 86px; margin-bottom: 12px; object-fit: contain; }
.footer-bottom { max-width: 1160px; margin: 24px auto 0 !important; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); }
.seo-page-hero { padding: 150px clamp(18px, 5vw, 72px) 72px; color: #fff; background: linear-gradient(135deg, rgba(15,65,84,.96), rgba(31,114,88,.94)), url('../images/deventer-skyline.png'); background-size: cover; background-position: center; }
.seo-page-hero .section-inner { max-width: 980px; }
.seo-page-hero h1 { max-width: 900px; }
.seo-page-hero p { max-width: 760px; color: rgba(255,255,255,.86); font-size: 19px; line-height: 1.7; font-weight: 700; }
.seo-page-list { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.seo-page-list li { padding: 14px 16px; border-left: 4px solid var(--green); border-radius: 7px; background: #fff; font-weight: 800; box-shadow: 0 8px 22px rgba(14,42,58,.06); }
@media (max-width: 900px) {
  .seo-link-grid, .review-layout, .footer-grid { grid-template-columns: 1fr; }
  .floating-whatsapp { left: 18px; right: 18px; }
}

/* Vertrouwen en opdrachtgevers */
.proof-section { background: #fff; }
.proof-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 460px); gap: clamp(28px, 6vw, 76px); align-items: center; }
.proof-layout p { color: var(--muted); font-size: 17px; line-height: 1.75; }
.proof-card { padding: clamp(22px, 4vw, 34px); border: 1px solid var(--line); border-radius: 8px; background: #fbfcfc; box-shadow: var(--shadow); }
.proof-card h3 { font-size: 24px; }
.proof-list { display: grid; gap: 10px; margin: 22px 0 0; padding: 0; list-style: none; }
.proof-list li { padding: 13px 14px; border-left: 4px solid var(--green); border-radius: 7px; color: #263948; background: #fff; font-weight: 800; }
@media (max-width: 900px) { .proof-layout { grid-template-columns: 1fr; } }

