/* ===========================
   HERO BANNER
   =========================== */

.hero {
    position: relative;
    min-height: 520px;
    background-image: url("/images/laatste.jpg");
    background-size: cover;
    background-position: center 70%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    height: 640px;
}

    .hero > .container {
        position: relative;
        z-index: 1;
        padding: 80px 16px;
        padding-top: 120px; /* titel wat lager */
    }

.hero-title {
    max-width: 480px;
    font-size: 2.8rem; /* kleiner */
    line-height: 1.05;
    font-weight: 700;
    color: rgba(255,255,255,0.92);
    text-shadow: 0 3px 14px rgba(0,0,0,0.25);
    margin: 0;
}

.hero-actions-bar {
    padding: 14px 0 18px;
}

    .hero-actions-bar .container {
        display: flex;
        gap: 12px;
        align-items: center;
        flex-wrap: wrap;
    }

.hero-link {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    text-decoration: none;
    color: #374151;
    background: #ffffff;
    font-weight: 500;
}

    .hero-link:hover {
        background: #f3f4f6;
        text-decoration: none;
        color: #111827;
    }

.hero-link-whatsapp {
    border-color: #22c55e;
    color: #166534;
    background: #f0fdf4;
}

    .hero-link-whatsapp:hover {
        background: #dcfce7;
    }

.site-footer {
    background: #111827;
    color: #e5e7eb;
    padding: 24px 20px;
    margin-top: 24px;
}

.site-footer-inner {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

.site-footer-brand {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: white;
    text-decoration: none;
}

.site-footer-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; /* belangrijk */
    gap: 10px;
    white-space: nowrap; /* belangrijk */
    overflow-x: auto; /* als het net niet past */
}

.site-footer-icon {
    color: #dbeafe;
    text-decoration: none;
    font-size: 18px;
}

.site-footer-link {
    color: #dbeafe;
    text-decoration: none;
}

    .site-footer-link:hover,
    .site-footer-icon:hover {
        text-decoration: underline;
    }

.site-footer-sep {
    color: #9ca3af;
}

.site-footer-bottom {
    margin-top: 14px;
    font-size: 0.9rem;
    color: #9ca3af;
}

.contact-social {
    display: flex;
    gap: 18px;
    font-size: 24px;
}

    .contact-social a {
        color: #374151;
    }

        .contact-social a:hover {
            color: #111827;
        }


/* Floating WhatsApp knop */

.whatsapp-float {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 56px;
    height: 56px;
    background: #25d366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    z-index: 999;
}

    .whatsapp-float:hover {
        background: #1ebe5b;
        color: white;
    }

.home-buttons .btn {
    border-radius: 20px;
    padding: 6px 16px;
    margin-right: 8px;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center; /* dit zorgt dat ze op dezelfde hoogte staan */
    width: 100%;
    margin-top: 18px;
    margin-bottom: 24px;
}

    .top-bar .home-buttons {
        display: flex;
        gap: 10px;
    }

    .top-bar .language-switcher {
        display: flex;
        gap: 6px;
    }

.site-logo img {
    height: 50px;
    width: auto;
}

@media (max-width: 768px) {
    .top-bar {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        margin-top: 12px;
        margin-bottom: 12px;
    }

        .top-bar .home-buttons {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 8px;
        }

        .top-bar .language-switcher {
            display: flex;
            justify-content: center;
            gap: 6px;
        }

    .site-logo img {
        height: 40px;
    }

    .hero {
        height: auto;
        min-height: 380px;
        background-position: center;
    }

        .hero > .container {
            padding: 40px 16px 30px;
            padding-top: 60px;
        }

    .hero-title {
        max-width: 100%;
        font-size: 2rem;
        line-height: 1.1;
    }

    .home-buttons .btn {
        padding: 5px 12px;
        margin-right: 0;
        font-size: 0.9rem;
    }

    .site-footer-links {
        flex-wrap: wrap;
        white-space: normal;
        overflow-x: visible;
        justify-content: center;
    }

    .whatsapp-float {
        right: 20px;
        bottom: 20px;
        width: 52px;
        height: 52px;
        font-size: 24px;
    }
}

.lavori-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
    justify-content: center;
    gap: 16px;
}

.lavoro-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

    .lavoro-card img {
        width: 100%;
        height: 130px;
        object-fit: cover;
        display: block;
    }

.lavoro-title {
    padding: 10px;
    font-size: 0.9rem;
}

.home-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin: 0;
}

.language-switcher {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin: 0;
}

.lang-btn {
    border: 1px solid #ccc;
    background: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    cursor: pointer;
}

    .lang-btn:hover {
        background: #f2f2f2;
    }

    .lang-btn.active {
        background: #6b7280 !important;
        color: white !important;
        border-color: #6b7280 !important;
    }

.servizi-page {
    max-width: 900px;
}

.servizio {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}

    .servizio h2 {
        font-size: 1.4rem;
        margin-bottom: 10px;
    }

    .servizio p {
        color: #374151;
        line-height: 1.7;
        margin-bottom: 12px;
    }

    .servizio ul {
        padding-left: 20px;
        color: #374151;
        line-height: 1.8;
    }


.privacy-container { max-width: 800px; margin: 60px auto; padding: 20px; }
.privacy-container h1 { font-size: 2rem; font-weight: 600; margin-bottom: 30px; color: #0d3b66; }
.privacy-container h2 { font-size: 1.2rem; margin-top: 28px; margin-bottom: 10px; color: #0d3b66; border-bottom: 1px solid #e5e5e5; padding-bottom: 6px; }
.privacy-container p { line-height: 1.6; color: #333; margin-bottom: 12px; }
.privacy-container a { color: #0d3b66; text-decoration: none; }
.privacy-container a:hover { text-decoration: underline; }
body { font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
.home-buttons .btn.active { background: #6b7280; color: #fff; border-color: #6b7280; }
.top-bar { padding: 0 32px; }
.page-title, .page-subtitle { text-align: center; }
.page-title { margin-top: 28px; }
.page-subtitle { color: #4b5563; margin-bottom: 28px; }
.lavori-grid { margin: 0 auto 32px; padding: 0 20px; }
@media (max-width: 768px) { .top-bar { padding: 0 16px; } }
