/*
 * home.css — styling voor de homepage-secties (hero, statistieken, diensten,
 * symptomen, werkwijze, projecten, automerken, reviews, over ons, FAQ en CTA).
 * Hergebruikt de helpers uit main.css (.asp-container, .asp-btn, .asp-section-label,
 * CSS-vars --c-orange/--c-dark/--c-light/--font-head). Prefix: .mh-
 */

.mh-sec { padding: 5rem 0; }
.mh-sec--light { background: var(--c-light); }
.mh-center { text-align: center; max-width: 640px; margin: 0 auto 3.5rem; }
.mh-center .asp-section-label { justify-content: center; }
.mh-h2 { font-family: var(--font-head); font-weight: 800; font-size: clamp(2rem,4vw,3rem); color: var(--c-dark); line-height: 1.05; margin-bottom: 1rem; }
.mh-h2--white { color: #fff; }
.mh-lead { color: var(--c-gray, #6b7280); font-size: 1.1rem; line-height: 1.6; }

/* ── Diensten: foto-cards ───────────────────────────────── */
.mh-services-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.25rem; }
.mh-service-card { display: flex; flex-direction: column; background: #fff; border: 1px solid #f1f1f3; border-radius: 1rem; overflow: hidden; height: 100%; transition: all .3s; text-decoration: none; }
.mh-service-card:hover { border-color: rgba(254,76,40,.3); box-shadow: 0 20px 60px rgba(0,0,0,.12); transform: translateY(-4px); }
.mh-service-card__media { position: relative; height: 13rem; overflow: hidden; }
.mh-service-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.mh-service-card:hover .mh-service-card__media img { transform: scale(1.1); }
.mh-service-card__media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,.2) 50%, transparent); }
.mh-badge { position: absolute; top: .75rem; right: .75rem; z-index: 2; background: var(--c-orange); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .72rem; letter-spacing: .05em; padding: .25rem .65rem; border-radius: 999px; }
.mh-service-card__cap { position: absolute; bottom: .75rem; left: .9rem; z-index: 2; }
.mh-service-card__sub { color: rgba(255,255,255,.82); font-family: var(--font-head); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.mh-service-card__title { color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 1.15rem; }
.mh-service-card__body { display: flex; flex-direction: column; flex: 1; padding: 1.25rem; }
.mh-service-card__desc { color: #6b7280; font-size: .88rem; line-height: 1.55; flex: 1; margin-bottom: 1rem; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mh-service-card__foot { display: flex; align-items: center; justify-content: space-between; padding-top: .75rem; border-top: 1px solid #f1f1f3; }
.mh-service-card__price { color: var(--c-orange); font-family: var(--font-head); font-weight: 800; font-size: 1.3rem; }
.mh-service-card__more { display: inline-flex; align-items: center; gap: .25rem; color: var(--c-dark); font-family: var(--font-head); font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .05em; }
.mh-service-card:hover .mh-service-card__more { color: var(--c-orange); }

/* ── Symptomen: foto-achtergrond + 2-kol ────────────────── */
.mh-symptoms { position: relative; overflow: hidden; }
.mh-symptoms__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mh-symptoms__ov { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,15,26,.97), rgba(26,39,68,.93) 50%, rgba(10,15,26,.9)); }
.mh-symptoms__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.mh-symptoms__cards { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.mh-symptom { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: .75rem; padding: 1rem; transition: all .2s; }
.mh-symptom:hover { background: rgba(255,255,255,.1); border-color: rgba(254,76,40,.3); }
.mh-symptom__head { display: flex; align-items: center; gap: .75rem; margin-bottom: .5rem; }
.mh-symptom__ic { width: 2.25rem; height: 2.25rem; flex-shrink: 0; background: rgba(254,76,40,.15); border-radius: .5rem; display: flex; align-items: center; justify-content: center; color: var(--c-orange); }
.mh-symptom__t { font-family: var(--font-head); font-weight: 700; color: #fff; font-size: 1rem; }
.mh-symptom__d { color: rgba(255,255,255,.82); font-size: .78rem; line-height: 1.5; padding-left: 3rem; }
.mh-txt-light p { color: rgba(255,255,255,.85); font-size: 1.05rem; line-height: 1.6; margin-bottom: 1.25rem; }
.mh-txt-light strong { color: #fff; }

/* ── Werkwijze: 4 stappen met lijn ──────────────────────── */
.mh-steps { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.mh-steps__line { display: none; position: absolute; top: 3rem; left: 12.5%; right: 12.5%; height: 2px; background: linear-gradient(to right, transparent, var(--c-orange) 20%, var(--c-orange) 80%, transparent); }
.mh-step { position: relative; text-align: center; padding: 0 1.5rem 1.5rem; }
.mh-step__num { position: relative; z-index: 1; width: 6rem; height: 6rem; margin: 0 auto 1.5rem; border-radius: 1rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 25px rgba(0,0,0,.12); font-family: var(--font-head); font-weight: 800; font-size: 2.25rem; color: #fff; }
.mh-step__num--o { background: var(--c-orange); }
.mh-step__num--d { background: var(--c-dark); }
.mh-step__t { font-family: var(--font-head); font-weight: 800; font-size: 1.25rem; color: var(--c-dark); margin-bottom: .75rem; }
.mh-step__d { color: #6b7280; font-size: .88rem; line-height: 1.55; }

/* ── Projecten: foto-cards ──────────────────────────────── */
.mh-proj-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.mh-proj-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.mh-proj-card { position: relative; height: 16rem; border-radius: 1rem; overflow: hidden; border: 1px solid #f1f1f3; box-shadow: var(--shadow-sm, 0 1px 3px rgba(0,0,0,.1)); transition: all .3s; }
.mh-proj-card:hover { box-shadow: 0 25px 50px rgba(0,0,0,.25); transform: translateY(-4px); }
.mh-proj-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.mh-proj-card:hover img { transform: scale(1.1); }
.mh-proj-card__ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,.4) 45%, transparent); }
.mh-proj-card__badges { position: absolute; top: .75rem; left: .75rem; display: flex; gap: .5rem; }
.mh-proj-card__badges .b1 { background: var(--c-orange); color: #fff; }
.mh-proj-card__badges .b2 { background: rgba(0,0,0,.5); color: rgba(255,255,255,.85); }
.mh-proj-card__badges span { font-family: var(--font-head); font-size: .72rem; font-weight: 700; padding: .25rem .65rem; border-radius: 999px; }
.mh-proj-card__cap { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.25rem; }
.mh-proj-card__dienst { color: var(--c-orange); font-family: var(--font-head); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; margin-bottom: .35rem; }
.mh-proj-card__title { color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 1.15rem; line-height: 1.15; margin-bottom: .4rem; }
.mh-proj-card__desc { color: rgba(255,255,255,.85); font-size: .82rem; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* ── Over ons: tekst + foto-grid ────────────────────────── */
.mh-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.mh-usp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2rem 0; }
.mh-usp { display: flex; align-items: center; gap: .65rem; font-size: .9rem; color: #374151; }
.mh-usp__ic { width: 1.75rem; height: 1.75rem; flex-shrink: 0; background: rgba(254,76,40,.1); border-radius: .5rem; display: flex; align-items: center; justify-content: center; color: var(--c-orange); }
.mh-photo-grid { display: grid; grid-template-columns: repeat(12,1fr); grid-template-rows: 1fr 1fr; gap: .75rem; height: 500px; }
.mh-photo-grid img { width: 100%; height: 100%; object-fit: cover; }
.mh-photo-grid > div { border-radius: 1rem; overflow: hidden; position: relative; }
.mh-pg-a { grid-column: span 7; grid-row: span 2; }
.mh-pg-b { grid-column: span 5; }
.mh-pg-c { grid-column: span 5; }
.mh-pg-badge { position: absolute; bottom: .75rem; left: .75rem; right: .75rem; background: var(--c-orange); color: #fff; border-radius: .75rem; padding: .6rem; text-align: center; }
.mh-pg-badge__n { font-family: var(--font-head); font-weight: 800; font-size: 1.5rem; line-height: 1; }
.mh-pg-badge__l { color: rgba(255,255,255,.85); font-size: .7rem; }

/* ── FAQ: titel+contactblok links, items rechts ─────────── */
.mh-faq-grid { display: grid; grid-template-columns: 2fr 3fr; gap: 4rem; align-items: start; }
.mh-contact-card { background: var(--c-dark); border-radius: 1rem; padding: 1.75rem; color: #fff; margin-top: 2rem; }
.mh-contact-card__head { display: flex; align-items: center; gap: .75rem; margin-bottom: .75rem; }
.mh-contact-card__ic { width: 2.5rem; height: 2.5rem; background: rgba(254,76,40,.2); border-radius: .75rem; display: flex; align-items: center; justify-content: center; color: var(--c-orange); }
.mh-contact-card__t { font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; }
.mh-contact-card p { color: rgba(255,255,255,.82); font-size: .88rem; margin-bottom: 1.25rem; }
.mh-contact-card__btns { display: flex; flex-direction: column; gap: .5rem; }
.mh-faq-list { display: flex; flex-direction: column; gap: .75rem; }
.mh-faq-item { border: 1px solid #e5e7eb; border-radius: .75rem; background: #fff; overflow: hidden; transition: all .2s; }
.mh-faq-item[open] { border-color: rgba(254,76,40,.4); box-shadow: 0 1px 3px rgba(0,0,0,.08); }
.mh-faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: 1.25rem; font-weight: 600; color: var(--c-dark); font-size: .92rem; }
.mh-faq-item summary::-webkit-details-marker { display: none; }
.mh-faq-item summary .mh-faq-plus { width: 1.75rem; height: 1.75rem; flex-shrink: 0; border-radius: 999px; background: #f3f4f6; color: #6b7280; display: flex; align-items: center; justify-content: center; font-size: 1.15rem; font-weight: 700; transition: all .2s; }
.mh-faq-item[open] summary .mh-faq-plus { background: var(--c-orange); color: #fff; transform: rotate(45deg); }
.mh-faq-item__a { padding: 0 1.25rem 1.25rem; color: #4b5563; font-size: .9rem; line-height: 1.6; border-top: 1px solid #f3f4f6; }
.mh-faq-item__a > div { padding-top: .75rem; }

/* ── Finale CTA: oranje ─────────────────────────────────── */
.mh-cta { position: relative; overflow: hidden; padding: 6rem 0; }
.mh-cta__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; }
.mh-cta__ov { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(254,76,40,.95), rgba(200,50,15,.92)); }
.mh-cta__inner { position: relative; z-index: 1; text-align: center; max-width: 800px; margin: 0 auto; }
.mh-cta__eyebrow { display: flex; align-items: center; justify-content: center; gap: .75rem; margin-bottom: 1.5rem; }
.mh-cta__eyebrow span.line { width: 3rem; height: 2px; background: rgba(255,255,255,.4); }
.mh-cta__eyebrow span.txt { color: rgba(255,255,255,.85); font-family: var(--font-head); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .2em; }
.mh-cta__h { font-family: var(--font-head); font-weight: 800; color: #fff; font-size: clamp(2.4rem,5vw,4.5rem); line-height: 1; margin-bottom: 1.5rem; }
.mh-cta__p { color: rgba(255,255,255,.9); font-size: 1.2rem; line-height: 1.6; margin-bottom: 2.5rem; }
.mh-cta__btns { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
.mh-btn-white { background: #fff; color: var(--c-orange); font-family: var(--font-head); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; padding: 1rem 2.5rem; border-radius: .75rem; display: inline-flex; align-items: center; gap: .5rem; font-size: 1.05rem; transition: all .2s; }
.mh-btn-white:hover { background: rgba(255,255,255,.9); box-shadow: 0 20px 40px rgba(0,0,0,.2); }

/* ── Responsive ─────────────────────────────────────────── */
@media (min-width: 768px) { .mh-steps__line { display: block; } }
@media (max-width: 1023px) {
  .mh-services-grid { grid-template-columns: 1fr 1fr; }
  .mh-symptoms__grid, .mh-about-grid, .mh-faq-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .mh-proj-grid { grid-template-columns: 1fr 1fr; }
  .mh-steps { grid-template-columns: 1fr 1fr; gap: 2rem 0; }
}
@media (max-width: 600px) {
  .mh-services-grid, .mh-proj-grid, .mh-symptoms__cards, .mh-usp-grid, .mh-steps { grid-template-columns: 1fr; }
  .mh-photo-grid { height: auto; grid-template-columns: 1fr 1fr; }
  .mh-pg-a { grid-column: span 2; grid-row: span 1; height: 220px; }
  .mh-pg-b, .mh-pg-c { grid-column: span 1; height: 180px; }
}
/* Consistente verticale ritmiek op mobiel — zelfde maat als .asp-section/.pg-sec. */
@media (max-width: 640px) {
  .mh-sec { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .mh-cta { padding-top: 4rem; padding-bottom: 4rem; }
}

/* ── TRANSMISSIE-SPOTLIGHT (merkpagina) ─────────────────────────────────────── */
.mh-trans { display: flex; align-items: center; gap: 1.5rem; background: var(--c-dark); color: #fff; border-radius: 1.25rem; padding: 2rem 2.25rem; flex-wrap: wrap; box-shadow: var(--shadow-md); }
.mh-trans__ic { flex-shrink: 0; width: 64px; height: 64px; border-radius: 1rem; background: rgba(254,76,40,.15); color: var(--c-orange); display: flex; align-items: center; justify-content: center; }
.mh-trans__body { flex: 1; min-width: 240px; }
.mh-trans__label { font-family: var(--font-head); font-size: .78rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--c-orange); margin-bottom: .35rem; }
.mh-trans__h { font-family: var(--font-head); font-weight: 800; font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.1; margin-bottom: .5rem; color: #fff; }
.mh-trans__h span { color: var(--c-orange); }
.mh-trans p { color: rgba(255,255,255,.8); font-size: .95rem; max-width: 620px; margin: 0; }
@media (max-width: 700px) { .mh-trans { padding: 1.5rem; } .mh-trans .asp-btn { width: 100%; justify-content: center; } }

/* 2-koloms voordelen-checklist (merkpagina) */
.asp-check-list--2col { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem 1.5rem; }
@media (max-width: 560px) { .asp-check-list--2col { grid-template-columns: 1fr; } }

/* "Alle merken"-kaart in de kruislink-grid */
.asp-merk-card--all { background: var(--c-orange); border-color: var(--c-orange); }
.asp-merk-card--all .asp-merk-card__name, .asp-merk-card--all .asp-merk-card__arrow { color: #fff; }
.asp-merk-card--all:hover { background: #e03d1a; }
