/*
 Bare-bones Zaptec funnel stylesheet.
*/
:root {
    --zaptec-ink: #17212b;
    --zaptec-muted: #5f6f7d;
    --zaptec-line: #dbe3e9;
    --zaptec-surface: #f6f8f9;
    --zaptec-green: #0f8f6f;
    --zaptec-green-dark: #096850;
    --zaptec-yellow: #ffd166;
    --zaptec-white: #ffffff;
}
body {
    color: var(--zaptec-ink);
    background: var(--zaptec-white);
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
html { scroll-behavior: smooth; }
.zaptec-page { color: var(--zaptec-ink); background: var(--zaptec-white); }
.zaptec-page * { box-sizing: border-box; }
.zaptec-wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.zaptec-hero { min-height: 88vh; display: flex; align-items: center; position: relative; background: linear-gradient(90deg, rgba(16,30,42,.92), rgba(16,30,42,.74) 50%, rgba(16,30,42,.18)), url("/assets/projects/zaptec-laadpaal-installatie-maassluis-strakke-afwerking.jpg") center/cover; color: var(--zaptec-white); padding: 64px 0; }
.zaptec-hero h1 { max-width: 760px; font-size: clamp(38px, 6vw, 74px); line-height: 1.02; margin: 16px 0 18px; letter-spacing: 0; }
.zaptec-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--zaptec-yellow); }
.zaptec-lead { max-width: 680px; font-size: 20px; line-height: 1.55; color: rgba(255,255,255,.9); }
.zaptec-price-accent { color: var(--zaptec-green); font-style: italic; }
.zaptec-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.zaptec-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 6px; font-weight: 800; text-decoration: none; border: 2px solid transparent; }
.zaptec-btn.primary { color: var(--zaptec-white); background: var(--zaptec-green); }
.zaptec-btn.primary:hover { color: var(--zaptec-white); background: var(--zaptec-green-dark); }
.zaptec-btn.secondary { color: var(--zaptec-white); border-color: rgba(255,255,255,.62); }
.zaptec-btn.secondary:hover { color: var(--zaptec-ink); background: var(--zaptec-white); }
.zaptec-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; max-width: 840px; margin-top: 36px; }
.zaptec-proof span { display: block; border-left: 3px solid var(--zaptec-yellow); padding: 10px 14px; background: rgba(255,255,255,.12); backdrop-filter: blur(10px); }
.zaptec-section { padding: 78px 0; scroll-margin-top: 24px; }
.zaptec-section.alt { background: var(--zaptec-surface); }
.zaptec-section h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.12; margin: 0 0 18px; }
.section-intro { max-width: 720px; margin-bottom: 28px; }
.zaptec-section p { color: var(--zaptec-muted); font-size: 17px; line-height: 1.7; }
.photo-section { padding-top: 34px; background: linear-gradient(180deg, var(--zaptec-white), #f9fbfb); }
.zaptec-photos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.zaptec-photo { position: relative; aspect-ratio: 4 / 5; min-height: 0; margin: 0; overflow: hidden; border-radius: 8px; background: var(--zaptec-surface); box-shadow: 0 16px 40px rgba(15,35,52,.12); }
.zaptec-photo img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; filter: saturate(.95) contrast(1.02); }
.zaptec-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.46) 0%, rgba(0,0,0,.22) 34%, rgba(0,0,0,0) 68%); }
.zaptec-photo figcaption { position: absolute; left: 18px; right: 18px; bottom: 16px; z-index: 1; color: var(--zaptec-white); font-size: 18px; font-weight: 800; }
.zaptec-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }
.zaptec-card { background: var(--zaptec-white); border: 1px solid var(--zaptec-line); border-radius: 8px; padding: 24px; box-shadow: 0 10px 34px rgba(15,35,52,.06); }
.contact-priority { border-top: 1px solid var(--zaptec-line); border-bottom: 1px solid var(--zaptec-line); }
.form-card { box-shadow: 0 18px 46px rgba(15,35,52,.1); }
.seo-section { background: var(--zaptec-white); }
.seo-wrap { max-width: 1080px; }
.seo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-top: 28px; }
.seo-grid article { border-top: 3px solid var(--zaptec-green); padding: 22px 0 0; }
.seo-grid h3 { margin-bottom: 10px; }
.zaptec-floating-cta { position: fixed; right: 22px; bottom: 22px; z-index: 50; display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 20px; border-radius: 999px; color: var(--zaptec-white); background: rgba(15,143,111,.94); box-shadow: 0 18px 44px rgba(15,35,52,.22), 0 0 0 1px rgba(255,255,255,.28) inset; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); font-weight: 800; text-decoration: none; }
.zaptec-floating-cta:hover { color: var(--zaptec-white); background: var(--zaptec-green-dark); }
.zaptec-card h3 { font-size: 22px; margin: 0 0 10px; }
.zaptec-steps { counter-reset: steps; display: grid; gap: 16px; margin-top: 28px; }
.zaptec-step { counter-increment: steps; display: grid; grid-template-columns: 54px 1fr; gap: 16px; align-items: start; }
.zaptec-step::before { content: counter(steps); width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; color: var(--zaptec-white); background: var(--zaptec-green); font-weight: 800; }
.zaptec-split { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: start; }
.basis-installatie-wrap { grid-template-columns: minmax(0, 640px); justify-content: center; }
.zaptec-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 12px; }
.zaptec-list li { padding-left: 28px; position: relative; color: var(--zaptec-muted); line-height: 1.6; }
.zaptec-list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 10px; height: 10px; border-radius: 50%; background: var(--zaptec-green); }
.zaptec-form { display: grid; gap: 16px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.zaptec-form label { display: grid; gap: 7px; color: var(--zaptec-ink); font-weight: 700; }
.zaptec-form input, .zaptec-form select, .zaptec-form textarea, .zaptec-form button { font-family: Arial, Helvetica, sans-serif; }
.zaptec-form input, .zaptec-form select, .zaptec-form textarea { width: 100%; border: 1px solid var(--zaptec-line); border-radius: 6px; padding: 13px 14px; font-size: 16px; line-height: 1.4; color: var(--zaptec-ink); background: var(--zaptec-white); }
.zaptec-form select { min-height: 50px; line-height: 22px; padding: 0 42px 0 14px; appearance: auto; -webkit-appearance: menulist; }
.zaptec-meter-stepper { display: grid; grid-template-columns: 58px minmax(0, 1fr) 58px; min-height: 58px; border: 1px solid var(--zaptec-line); border-radius: 6px; overflow: hidden; background: var(--zaptec-white); }
.zaptec-meter-value { display: grid; place-items: center; min-width: 0; height: 58px; border-left: 1px solid var(--zaptec-line); border-right: 1px solid var(--zaptec-line); background: var(--zaptec-white); }
.zaptec-meter-stepper input { width: 100%; height: 58px; min-width: 0; padding: 0 14px; border: 0; border-radius: 0; color: var(--zaptec-ink); text-align: center; font-size: 22px; font-weight: 800; line-height: 58px; background: var(--zaptec-white); -moz-appearance: textfield; }
.zaptec-meter-stepper input:focus { outline: none; }
.zaptec-meter-stepper input::-webkit-outer-spin-button, .zaptec-meter-stepper input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }
.zaptec-meter-value:focus-within { box-shadow: inset 0 0 0 3px rgba(15,143,111,.14); }
.zaptec-meter-btn { display: grid; place-items: center; min-width: 58px; min-height: 58px; border: 0; color: var(--zaptec-ink); background: var(--zaptec-surface); font-size: 30px; font-weight: 800; line-height: 1; cursor: pointer; touch-action: manipulation; }
.zaptec-meter-btn:active { background: var(--zaptec-line); }
.zaptec-form [hidden], .zaptec-hp { display: none !important; }
.zaptec-submit { border: 0; border-radius: 6px; min-height: 52px; padding: 0 24px; color: var(--zaptec-white); background: var(--zaptec-green); font-weight: 800; cursor: pointer; }
.zaptec-submit:hover { background: var(--zaptec-green-dark); }
.zaptec-alert { border-radius: 6px; padding: 14px 16px; font-weight: 700; }
.zaptec-alert.error { color: #8a1f22; background: #ffe9e9; }
.zaptec-faq details { border-top: 1px solid var(--zaptec-line); padding: 18px 0; }
.zaptec-faq summary { cursor: pointer; font-weight: 800; }
.success-page { min-height: 100vh; display: grid; place-items: center; padding: 32px; background: var(--zaptec-surface); }
.success-card { max-width: 640px; background: #fff; border: 1px solid var(--zaptec-line); border-radius: 8px; padding: 32px; }
@media (max-width: 820px) {
    .zaptec-hero { min-height: auto; padding: 72px 0 56px; background: linear-gradient(180deg, rgba(16,30,42,.94), rgba(16,30,42,.78)), url("/assets/projects/zaptec-laadpaal-installatie-maassluis-strakke-afwerking.jpg") center/cover; }
    .zaptec-proof, .zaptec-grid, .zaptec-split, .zaptec-photos, .seo-grid, .form-grid { grid-template-columns: 1fr; }
    .zaptec-photo { aspect-ratio: 4 / 3; min-height: 250px; }
    .zaptec-section { padding: 56px 0; }
    .zaptec-floating-cta { right: 14px; bottom: 14px; min-height: 48px; padding: 0 16px; font-size: 14px; }
}
