.voor-wie-info {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
.voor-wie-info__container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px 120px;
}
.voor-wie-info__bg-wrapper {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 550px;
    overflow: hidden;
    border-radius: 0 0 16px 16px;
    z-index: 1;
    margin-bottom: -470px;
}
.voor-wie-info__bg-color {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
}
.voor-wie-info__bg-color--top {
    top: 0;
}
.voor-wie-info__bg-color--bottom {
    bottom: 0;
}
.voor-wie-info__bg-image {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
    border-radius: 16px 16px 16px 16px;
}
.voor-wie-info__title {
    position: relative;
    z-index: 2;
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 128px;
    font-weight: 700;
    line-height: 0.8;
    letter-spacing: -3.2px;
    color: #FBF8F6;
    margin: 375px 0 -80px 0;
    max-width: 1440px;
}
.voor-wie-info__intro {
    position: relative;
    z-index: 2;
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.6px;
    color: #FBF8F6;
    background: transparent;
    padding: 0;
    margin-top: 200px;
    margin-bottom: 100px;
    max-width: 700px;
}
.voor-wie-info__cards {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 80px;
}
.voor-wie-info__card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.voor-wie-info__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.voor-wie-info__card-title {
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.6px;
    color: #EF7D00;
    margin: 0;
}
.voor-wie-info__card-text {
    font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.45px;
    color: #162E44;
    margin: 0;
}
.voor-wie-info__card-text a {
    color: #EF7D00;
    text-decoration: underline;
    transition: opacity 0.3s ease;
}
.voor-wie-info__card-text a:hover {
    opacity: 0.8;
}
@media (max-width: 1024px) {
    .voor-wie-info__container {
        padding: 0 32px 100px;
    }
    .voor-wie-info__bg-wrapper {
        height: 450px;
    }
    .voor-wie-info__title {
        font-size: 80px;
        letter-spacing: -2px;
        margin-bottom: 32px;
    }
    .voor-wie-info__intro {
        font-size: 20px;
        padding: 24px;
        margin-bottom: 60px;
    }
    .voor-wie-info__cards {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 60px;
        gap: 20px;
    }
    .voor-wie-info__card {
        padding: 32px 24px;
    }
    .voor-wie-info__card-title {
        font-size: 22px;
    }
    .voor-wie-info__card-text {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .voor-wie-info__container {
        padding: 0 20px 80px;
    }
    .voor-wie-info__bg-wrapper {
        height: 350px;
        border-radius: 0 0 12px 12px;
    }
    .voor-wie-info__title {
        font-size: 48px;
        line-height: 0.9;
        letter-spacing: -1.2px;
        margin-bottom: 24px;
    }
    .voor-wie-info__intro {
        font-size: 18px;
        line-height: 1.5;
        padding: 20px;
        margin-bottom: 40px;
        max-width: 100%;
    }
    .voor-wie-info__cards {
        grid-template-columns: 1fr;
        margin-top: 40px;
        gap: 16px;
    }
    .voor-wie-info__card {
        padding: 28px 20px;
        border-radius: 12px;
    }
    .voor-wie-info__card-title {
        font-size: 20px;
    }
    .voor-wie-info__card-text {
        font-size: 16px;
    }
}
@media (max-width: 480px) {
    .voor-wie-info__container {
        padding: 0 16px 60px;
    }
    .voor-wie-info__bg-wrapper {
        height: 300px;
    }
    .voor-wie-info__title {
        font-size: 36px;
        letter-spacing: -0.9px;
        margin: 441px 0 -80px 0;
    }
    .voor-wie-info__intro {
        font-size: 16px;
        padding: 16px;
        margin-top: 100px;
    }
    .voor-wie-info__card {
        padding: 24px 16px;
    }
    .voor-wie-info__card-title {
        font-size: 18px;
    }
    .voor-wie-info__card-text {
        font-size: 15px;
    }
}

/* Full width alignment */
.alignfull.voor-wie-info {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* Wide alignment */
.alignwide.voor-wie-info {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
