/* ============ service pillar pages (dakwerken / gevelwerken) ============ */

/* ---- section head pattern ---- */
.section-head { max-width: 660px; margin-bottom: clamp(1.8rem, 4vw, 2.6rem); }
.section-head p { font-size: 1.06rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }

/* ---- hero ---- */
.hero { position: relative; background: var(--navy-900); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; border-radius: 0; min-height: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-scrim {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 85% 0%, rgba(1,181,217,.20), transparent 55%),
    linear-gradient(97deg, rgba(8,28,49,.96) 0%, rgba(8,28,49,.86) 46%, rgba(8,28,49,.42) 100%);
}
.hero-inner { position: relative; max-width: 660px; padding: clamp(3.6rem, 7vw, 5.8rem) 0 clamp(5.2rem, 9vw, 7.4rem); }
.hero h1 { color: #fff; }
.hero .lede { font-size: clamp(1.05rem, 1.6vw, 1.22rem); color: #C6D6E8; max-width: 32em; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 1.7rem; }
.trust-strip { display: flex; flex-wrap: wrap; gap: .7rem 2.1rem; margin-top: 2.3rem; padding-top: 1.35rem; border-top: 1px solid rgba(255,255,255,.18); color: #DCE8F4; font-size: .9rem; font-weight: 600; }
.trust-strip > span { display: inline-flex; align-items: center; gap: .5rem; }
.trust-strip svg { width: 19px; height: 19px; color: var(--sky-500); flex: none; }

/* ---- spoed banner ---- */
.spoedband { background: var(--navy-800); color: #fff; padding: 1.15rem 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.spoedband .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: .9rem 1.5rem; }
.spoed-msg { display: flex; align-items: center; gap: .9rem; min-width: min(100%, 380px); flex: 1 1 380px; }
.spoed-msg svg { width: 34px; height: 34px; color: var(--sky-500); flex: none; }
.spoed-msg p { margin: 0; color: #C6D6E8; font-size: .95rem; line-height: 1.45; }
.spoed-msg strong { display: block; color: #fff; font-size: 1.04rem; font-stretch: 110%; font-variation-settings: 'wdth' 110; }
.spoed-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .6rem 1.3rem; margin-left: auto; }
.spoed-actions .btn { padding: .68rem 1.3rem; }
.wa-link { display: inline-flex; align-items: center; gap: .45rem; color: #fff; font-weight: 600; font-size: .92rem; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 1px; }
.wa-link:hover { border-color: #fff; }
.wa-link svg { width: 18px; height: 18px; color: var(--sky-500); }

/* ---- intro ---- */
.intro-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(1.8rem, 5vw, 4.5rem); align-items: start; }
.intro-grid h2 { margin-bottom: 0; }
.intro-facts { display: flex; flex-wrap: wrap; gap: .5rem 1.8rem; margin-top: 1.6rem; padding-top: 1.3rem; border-top: 1px solid var(--line); }
.intro-facts b { display: block; font-size: 1.55rem; font-stretch: 116%; font-variation-settings: 'wdth' 116; font-weight: 760; color: var(--navy-900); line-height: 1.15; }
.intro-facts small { font-size: .82rem; color: var(--slate); font-weight: 560; }

/* ---- subservices ---- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }
.svc-media { position: relative; }
.svc-media .ph { aspect-ratio: 16/10; border-radius: 0; }
.svc-badge { position: absolute; top: .8rem; left: .8rem; z-index: 2; background: var(--navy-900); color: #fff; font-size: .7rem; font-weight: 660; letter-spacing: .06em; text-transform: uppercase; padding: .3rem .7rem; border-radius: 999px; box-shadow: var(--shadow-card); }
.svc-body { padding: 0 1.4rem 1.5rem; }
.svc-icon { display: block; width: 52px; height: 52px; padding: 11px; margin: -26px 0 .8rem; position: relative; background: #fff; border: 1px solid var(--line); border-radius: 13px; color: var(--blue-700); box-shadow: var(--shadow-card); }
.svc-icon svg { width: 100%; height: 100%; }
.svc-body h3 { margin-bottom: .35em; }
.svc-body p { font-size: .95rem; margin-bottom: .8em; }
.svc-link { display: inline-flex; align-items: center; gap: .4rem; font-weight: 640; font-size: .92rem; color: var(--blue-700); }
.svc-link svg { width: 15px; height: 15px; }
.card:hover .svc-link { text-decoration: underline; }

/* ---- prijzen ---- */
.price-grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(1.8rem, 5vw, 4rem); align-items: start; }
.price-grid .section-head { margin-bottom: 1.4rem; }
.price-note { display: flex; align-items: flex-start; gap: .65rem; font-size: .92rem; color: var(--slate); margin: 0 0 1.5rem; }
.price-note svg { width: 20px; height: 20px; color: var(--ok); flex: none; margin-top: .12rem; }
.price-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-card); overflow: hidden; }
.price-table { width: 100%; border-collapse: collapse; }
.price-table caption { text-align: left; padding: 1.05rem 1.4rem .95rem; font-weight: 700; font-stretch: 112%; font-variation-settings: 'wdth' 112; color: var(--navy-900); border-bottom: 2px solid var(--navy-900); }
.price-table caption small { display: block; font-weight: 500; font-stretch: 100%; font-variation-settings: 'wdth' 100; font-size: .8rem; color: var(--slate); margin-top: .15rem; }
.price-table td, .price-table th { padding: 1rem 1.4rem; border-top: 1px solid var(--line); text-align: left; vertical-align: top; font-size: .98rem; }
.price-table tbody tr:first-child td, .price-table tbody tr:first-child th { border-top: 0; }
.price-table th { font-weight: 620; color: var(--ink); }
.price-table th small { display: block; font-weight: 480; font-size: .82rem; color: var(--slate); }
.price-table td { text-align: right; white-space: nowrap; color: var(--slate); font-size: .86rem; }
.price-table td b { display: block; font-size: 1.12rem; font-weight: 720; font-stretch: 110%; font-variation-settings: 'wdth' 110; color: var(--navy-900); }

/* ---- werkwijze ---- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.3rem; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.5rem 1.4rem 1.6rem; }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 11px; background: var(--navy-900); color: #fff; font-weight: 760; font-stretch: 116%; font-variation-settings: 'wdth' 116; font-size: 1.15rem; margin-bottom: 1rem; }
.step h3 { font-size: 1.06rem; margin-bottom: .35em; }
.step p { font-size: .92rem; margin: 0; }
.step-tag { display: inline-block; margin-top: .75rem; font-size: .76rem; font-weight: 640; color: var(--blue-700); background: var(--mist); border: 1px solid var(--line); border-radius: 999px; padding: .2rem .65rem; }

/* ---- realisaties ---- */
.real-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.4rem; }
.ba { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 3px; background: var(--line); }
.ba .ph { aspect-ratio: 4/3; border-radius: 0; min-height: 0; }
.ba .ph-label { font-size: .62rem; margin: .5rem; }
.ba-tag { position: absolute; top: .65rem; z-index: 2; font-size: .66rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; padding: .22rem .6rem; border-radius: 4px; }
.ba-tag.voor { left: .65rem; background: rgba(8,28,49,.82); color: #A9C7E2; }
.ba-tag.na { left: calc(50% + .65rem); background: #fff; color: var(--navy-900); box-shadow: var(--shadow-card); }
.real-body { padding: 1.25rem 1.4rem 1.45rem; }
.real-body h3 { font-size: 1.08rem; margin-bottom: .2em; }
.real-meta { font-size: .82rem; font-weight: 620; color: var(--blue-700); letter-spacing: .03em; }
.real-body blockquote { margin: .8rem 0 0; padding-left: .9rem; border-left: 3px solid var(--sky-500); font-size: .93rem; color: var(--slate); font-style: italic; }
.real-body cite { display: block; margin-top: .35rem; font-style: normal; font-size: .8rem; font-weight: 600; color: var(--ink); }

/* ---- reviews ---- */
.rev-head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1.2rem; margin-bottom: 2.2rem; }
.rev-head .section-head { margin-bottom: 0; }
.score-badge { display: inline-flex; align-items: center; gap: .9rem; background: var(--navy-900); color: #fff; padding: .85rem 1.3rem; border-radius: var(--radius-lg); }
.score-badge b { font-size: 2rem; font-weight: 780; font-stretch: 116%; font-variation-settings: 'wdth' 116; line-height: 1; }
.score-badge small { display: block; font-size: .78rem; color: #C6D6E8; margin-top: .2rem; }
.rev-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; }
.review { padding: 1.5rem 1.5rem 1.4rem; display: flex; flex-direction: column; }
.review .stars { font-size: .95rem; margin-bottom: .7rem; }
.review p { font-size: .96rem; margin-bottom: 1rem; flex: 1; }
.review footer { font-size: .85rem; font-weight: 640; color: var(--ink); }
.review footer span { display: block; font-weight: 500; color: var(--slate); margin-top: .1rem; }

/* ---- faq ---- */
.faq { max-width: 780px; margin: 0 auto; }

/* ---- regio ---- */
.region-chips { display: flex; flex-wrap: wrap; gap: .6rem; max-width: 820px; }
.region-chips .chip { padding: .45rem 1rem; font-size: .88rem; }

/* ---- final CTA ---- */
.final-cta { padding-top: calc(4.5vw + clamp(3rem, 6vw, 4.6rem)); text-align: center; }
.final-cta .section-head { margin-bottom: 1.9rem; }
.final-cta .hero-cta { justify-content: center; margin-top: 0; }
.final-cta .cta-assurance { justify-content: center; }

/* ---- responsive ---- */
@media (max-width: 980px) {
  .services-grid { grid-template-columns: 1fr 1fr; }
  .steps { grid-template-columns: 1fr 1fr; }
  .intro-grid, .price-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .services-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .spoed-actions { margin-left: 0; }
  .price-table td, .price-table th { padding: .85rem 1rem; }
  .rev-head { flex-direction: column; align-items: flex-start; }
}
