/* HERO */
.hero {
    padding: 96px 0;
    background: linear-gradient(180deg, #fff7ed 0%, #e0ecff 100%);
}

.hero-layout {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.hero-text {
    text-align: left;
}

.hero-tag {
    display: inline-block;
    margin-bottom: 16px;
    padding: 8px 14px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.85);
    color: #1f2937;
    font-weight: 700;
    font-size: 0.92rem;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.04);
}

.hero h1 {
    font-size: 3.3rem;
    line-height: 1.05;
    margin-bottom: 18px;
    color: #1f2937;
    letter-spacing: -1px;
}

.hero-subtitle {
    font-size: 1.14rem;
    color: #374151;
    margin-bottom: 28px;
    max-width: 620px;
}

.hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.hero-blob {
    position: absolute;
    width: 360px;
    height: 360px;
    background: rgba(249, 115, 22, 0.18);
    border-radius: 50%;
    filter: blur(20px);
    z-index: 1;
}

.hero-illustration {
    max-width: 560px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}

.search-container {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
    max-width: 700px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 8px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.06);
}

.search-container input {
    flex: 1;
    padding: 14px 16px;
    border: none;
    font-size: 16px;
    background: transparent;
}

.search-container input:focus {
    outline: none;
}

.search-container button {
    padding: 14px 24px;
    border: none;
    background-color: #1f2937;
    color: white;
    border-radius: 12px;
    cursor: pointer;
    font-weight: 700;
    transition: 0.25s ease;
}

.search-container button:hover {
    background-color: #172554;
}

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.hero-highlights {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.highlight-pill {
    padding: 10px 14px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid #e5e7eb;
    color: #1f2937;
    font-size: 0.95rem;
    font-weight: 600;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.03);
}

.voordelen {
    background-color: #ffffff;
    text-align: center;
}

.waarom-top {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 32px;
    align-items: center;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 32px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.waarom-visual img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.waarom-text {
    text-align: left;
}

.waarom-text > h3 {
    font-size: 1.6rem;
    color: #1f2937;
    margin-bottom: 12px;
}

.waarom-text > p {
    color: #374151;
    font-size: 1.02rem;
    line-height: 1.7;
    margin-bottom: 22px;
}

.voordeel-list {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.voordeel {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.voordeel-icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: grid;
    place-items: center;
    background-color: #fff1e8;
    font-size: 1.1rem;
}

.voordeel-content h3 {
    margin-bottom: 6px;
    color: #1f2937;
    font-size: 1.02rem;
}

.voordeel-content p {
    margin: 0;
    color: #4b5563;
    line-height: 1.6;
}

/* HOE WERKT HET */
.hoe-werkt-het {
    background-color: #f9fafb;
    text-align: center;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 30px;
}

.step-card {
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 28px 20px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 30px rgba(0,0,0,0.10);
}

.step-image {
    width: 100%;
    max-width: 300px;
    height: 120px;
    object-fit: contain;
    margin: 0 auto 18px;
}

.step-number {
    width: 42px;
    height: 42px;
    margin: 0 auto 16px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background-color: #1f2937;
    color: white;
    font-weight: bold;
}

.step-card h3 {
    margin-bottom: 8px;
    color: #1f2937;
}

.floating-chat-toggle {
    position: relative;
}

.floating-chat-count {
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 999px;
    background: #f97316;
    color: white;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(249, 115, 22, 0.32);
    z-index: 2;
}

.floating-chat-count.ping::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.35);
    animation: floatingPing 1.4s ease-out infinite;
    z-index: -1;
}

@keyframes floatingPing {
    0% {
        transform: scale(1);
        opacity: 0.85;
    }
    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}

.floating-chat-contact-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.floating-chat-contact-name {
    color: #1f2937;
    font-weight: 700;
    text-decoration: none;
}

.floating-chat-contact-name:hover {
    color: #f97316;
    text-decoration: underline;
}

.floating-chat-contact-badge {
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 999px;
    background: #f97316;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    flex-shrink: 0;
}

/* AD SLIDER */
.ad-slider-section {
    background-color: #ffffff;
    padding: 55px 0 70px;
}

.ad-slider-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 10px 0;
}

.ad-slider-track {
    display: flex;
    gap: 22px;
    width: max-content;
    /* geen animatie standaard */
}

.ad-slider-track.is-loaded {
    animation: adScroll 40s linear infinite;
}

.ad-slider-track.ad-slider-track.is-loaded:hover {
    animation-play-state: paused; /* pauzeert scroll bij hover */
}

.ad-card {
    flex-shrink: 0;
    width: 280px;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: block !important;
}

.ad-card:hover {
    transform: translateY(-6px);
}

.ad-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.ad-content {
    padding: 18px;
}

.ad-label {
    display: inline-block;
    margin-bottom: 12px;
    background-color: #e0ecff;
    color: #1e3a8a;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 999px;
}

.ad-card h3 {
    margin-bottom: 8px;
    color: #1e3a8a;
    font-size: 1.15rem;
}

.ad-card p {
    color: #374151;
    font-size: 0.96rem;
    line-height: 1.5;
}

/* animatie van slider */
@keyframes adScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* responsive */
@media (max-width: 980px) {
    .hero-layout,
    .waarom-top,
    .voordeel-grid,
    .steps-grid {
        grid-template-columns: 1fr;
    }

    .hero-text {
        text-align: center;
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .search-container {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons,
    .hero-highlights {
        justify-content: center;
    }

    .waarom-text {
        text-align: center;
    }
}

@media (max-width: 700px) {
    .hero {
        padding: 80px 0 70px;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .search-container {
        flex-direction: column;
        align-items: stretch;
        border-radius: 16px;
    }

    .search-container input {
        width: 100%;
    }

    .search-container button {
        width: 100%;
    }

    .hero-buttons {
        flex-direction: column;
    }
}