.elementor-736 .elementor-element.elementor-element-3d4caf16{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:90px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-736 .elementor-element.elementor-element-684b8cb6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}body.elementor-page-736:not(.elementor-motion-effects-element-type-background), body.elementor-page-736 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#262A04;}/* Start custom CSS for html, class: .elementor-element-684b8cb6 *//* ========================================= */
/* RECIRCULO LIGHT SPLIT HERO (Strakke 50/50)*/
/* ========================================= */

.re-hero-light-split-sectie {
    
    padding: 1.5vw; 
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    font-family: 'Space Grotesk', sans-serif !important;
}

.re-hero-light-card {
    background-color: #f7f7f5; 
    width: 100%;
    max-width: 1800px;
    height: 70vh; /* Strakke maximale hoogte */
    min-height: 600px; /* Voorkomt dat het té plat wordt op kleine laptops */
    border-radius: 40px;
    display: flex;
    position: relative;
    /* Geen padding-top meer, content begint direct! */
}

/* --- Linker Tekst Helft (Exact 50%) --- */
.re-hero-text-half {
    flex: 0 0 50%; /* Forceert exact de helft van de breedte */
    padding: 60px 80px; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.re-hero-text-half h1 {
    font-size: 3.8rem !important; /* Iets kleiner om mooi in de 70vh te passen */
    font-weight: 500 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    color: #000000 !important;
    margin-bottom: 24px !important;
}

.re-hero-text-half .re-highlight {
    background-color: #E2FF00 !important;
    color: #000000 !important;
    padding: 0 12px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 3px 3px 0px #000;
}
.re-hero-text-half .re-highlight .re-letter { color: #000 !important; }

.re-hero-text-half p {
    font-size: 1.15rem !important;
    line-height: 1.7 !important;
    color: #4a4a46 !important;
    margin-bottom: 40px !important;
    max-width: 550px;
}

/* --- Zwarte Outline Knop Styling (Inclusief Layout Fixes) --- */
.re-hero-light-split-sectie .re-btn-outline {
    display: inline-flex !important; 
    align-items: center !important; 
    background-color: transparent !important; /* Transparant voor de outline look */
    color: #000000 !important; /* Zwarte tekst */
    text-decoration: none !important; 
    font-weight: 600 !important; 
    font-size: 0.95rem !important; 
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important; 
    padding: 8px 24px 8px 8px !important; 
    border-radius: 50px !important; /* Strakke pil-vorm */
    border: 1px solid #000000 !important; /* De zwarte outline */
    transition: background-color 0.3s ease, transform 0.2s ease !important; 
    overflow: hidden !important;
    cursor: pointer;
}

/* Het zwarte ronde bolletje binnenin de outline knop */
.re-hero-light-split-sectie .re-btn-outline .re-btn-icon {
    display: flex !important; 
    justify-content: center !important; 
    align-items: center !important; 
    background-color: #000000 !important; 
    color: #E2FF00 !important; /* Neon gele pijl */
    width: 32px !important; 
    height: 32px !important; 
    border-radius: 50% !important; 
    margin-right: 14px !important; 
    flex-shrink: 0 !important;
}

/* Wat er gebeurt als je eroverheen gaat met de muis */
.re-hero-light-split-sectie .re-btn-outline:hover {
    background-color: #000000 !important; /* Knop vult zich zwart */
    transform: translateY(-2px) !important;
}

/* Tekst wordt neon-geel op hover */
.re-hero-light-split-sectie .re-btn-outline:hover .re-roll-text {
    color: #E2FF00 !important; 
}

.re-hero-light-split-sectie .re-btn-dark:hover {
    background-color: #1a1a17 !important;
    transform: translateY(-2px) !important;
}

/* --- Rechter Foto Helft (Exact 50%) --- */
.re-hero-img-half {
    flex: 0 0 50%; /* Forceert exact de helft van de breedte */
    padding: 20px 20px 20px 0px; /* Flink minder padding rondom de afbeelding! */
    display: flex;
}

.re-hero-img-inner {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15); 
}

.re-hero-img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- Het Vierkantje EXACT op de Breuklijn --- */
.re-scroll-square {
    position: absolute;
    left: 50%; /* Duwt hem precies naar het midden van de kaart */
    bottom: 40px; 
    transform: translateX(-50%); /* Trekt hem z'n eigen halve breedte terug, zodat hij EXACT op de lijn ligt */
    
    width: 54px; 
    height: 54px;
    background-color: #ffffff;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    z-index: 10;
    overflow: hidden; 
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.re-scroll-square:hover {
    background-color: #E2FF00;
}

/* Animatie van het pijltje */
.re-scroll-arrow {
    font-size: 1rem;
    color: #000000;
    animation: re-scroll-loop 2s infinite cubic-bezier(0.76, 0, 0.24, 1);
}

@keyframes re-scroll-loop {
    0%   { transform: translateY(-150%); opacity: 0; }
    20%  { transform: translateY(0); opacity: 1; }
    60%  { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(150%); opacity: 0; }
}

/* --- Responsiveness --- */
@media (max-width: 1024px) {
    .re-hero-light-card {
        flex-direction: column;
        height: auto;
    }
    .re-hero-text-half, .re-hero-img-half {
        flex: none;
        width: 100%;
    }
    .re-hero-text-half {
        padding: 60px 40px;
    }
    .re-hero-img-half {
        padding: 0 20px 20px 20px;
        height: 400px;
    }
    .re-scroll-square {
        /* Op mobiel/tablet verplaatsen we hem naar de horizontale scheidslijn */
        bottom: auto;
        top: auto; 
        margin-top: -32px; /* Trekt hem omhoog over de foto heen */
        position: relative;
    }
}

@media (max-width: 768px) {
    .re-hero-light-split-sectie { padding: 3vw; } 
    .re-hero-light-card { border-radius: 24px; }
    .re-hero-text-half h1 { font-size: 2.5rem !important; }
}
.re-info-sectie { padding: 100px 0; }
        .re-info-container { max-width: 1600px; margin: 0 auto; padding: 0 40px; display: flex; justify-content: space-between; align-items: center; gap: 60px; }
        .re-info-links h2 { font-size: 2.5rem; font-weight: 500; line-height: 1.2; margin-bottom: 32px; letter-spacing: -0.02em; }
        .re-info-rechts { max-width: 500px; }
        .re-info-rechts p { font-size: 1rem; font-weight: 400; line-height: 1.7; color: #d1d1d1; }

        @media (max-width: 850px) {
            .re-info-sectie { padding: 60px 0; }
            .re-info-container { flex-direction: column; align-items: flex-start; gap: 30px; padding: 0 20px; }
            .re-info-links h2 { font-size: 2rem; }
        }
/* ========================================= */
/* FIX VOOR LICHTE THEMA SECTIES             */
/* ========================================= */

.re-light-section .re-logo-slider-section { 
    background-color: transparent; 
}

.re-light-section .re-logo-slider::before { 
    background: linear-gradient(to right, #f7f7f5 0%, rgba(247, 247, 245, 0) 100%); 
}

.re-light-section .re-logo-slider::after { 
    background: linear-gradient(to left, #f7f7f5 0%, rgba(247, 247, 245, 0) 100%); 
}

/* Maakt logos donkergrijs/zwart op een lichte achtergrond */
.re-light-section .re-logo-track img { 
    filter: grayscale(100%) brightness(0); 
    opacity: 0.3; 
} 

.re-light-section .re-logo-track img:hover { 
    filter: grayscale(0%) brightness(1); 
    opacity: 1; 
}

/* ========================================= */
/* RESPONSIVENESS                            */
/* ========================================= */

@media (max-width: 992px) {
    .re-logo-container { 
        flex-direction: column; 
        align-items: flex-start; 
        gap: 30px; 
        padding: 0 20px; 
    }
    .re-logo-text { 
        flex: 0 0 120px; 
        text-align: left; 
    }
    .re-logo-text p { 
        font-size: 2rem; 
        font-weight: 400; 
        color: #fff; 
        margin-bottom: 0px !important; 
    }
    .re-logo-slider::before, 
    .re-logo-slider::after { 
        width: 40px; 
    }
    .re-logo-track { 
        gap: 50px; 
        margin-bottom: 0px; 
        height: 80px;
    }
    .re-logo-track img { 
        height: 90px;
    }
    .re-logo-slider-section { 
        padding: 60px 0; 
    }
}
/* ========================================= */
/* VERGELIJKING SECTIE (ISOLATED FIX)        */
/* ========================================= */

.re-compare-sectie {
    padding: 100px 0;
    font-family: 'Space Grotesk', sans-serif !important;
}

.re-compare-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    box-sizing: border-box !important;
}

/* Linker content */
.re-compare-content {
    flex: 0 0 35%;
    max-width: 500px;
}

.re-compare-content h2 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    color: #fff !important;
}

.re-compare-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #b0b0a8 !important;
    margin-bottom: 30px;
}

.re-compare-usps {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

.re-compare-usps li {
    font-size: 1.05rem;
    color: #fff !important;
    font-weight: 500;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.re-compare-usps i {
    color: #000000 !important;
    background-color: #E2FF00 !important;
    width: 24px;
    height: 24px;
    min-width: 24px; /* Voorkomt dat icoon platgedrukt wordt */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
}

/* Rechterkant: De Tabel Wrapper */
.re-compare-table-wrapper {
    flex: 1;
    width: 100%;
}

/* De Grid Opzet - Geforceerde maten */
.re-compare-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    background-color: #ffffff !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08) !important;
    border: 1px solid rgba(0,0,0,0.1) !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.re-comp-cell {
    padding: 24px 30px !important;
    display: flex !important;
    align-items: center !important;
    color: #000000 !important;
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

/* Headers */
.re-comp-corner {
    background-color: #ffffff !important;
}

.re-comp-header {
    font-weight: 600 !important;
    font-size: 1.05rem !important;
    text-align: center !important;
    justify-content: center !important;
    padding: 30px 20px !important;
}

.re-comp-old {
    background-color: #fcfcfc !important;
    color: #666666 !important;
    border-top: 4px solid #ff4d4d !important; 
    border-right: 1px solid rgba(0,0,0,0.08) !important;
    border-left: 1px solid rgba(0,0,0,0.08) !important;
}

.re-comp-new {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-top: 4px solid #E2FF00 !important;
    box-shadow: inset 0 20px 40px -20px rgba(226,255,0,0.1) !important;
}

/* Rij Labels */
.re-comp-label {
    font-weight: 600 !important;
    color: #000000 !important;
    font-size: 1rem !important;
}

/* Waarden in de tabel */
.re-comp-val {
    justify-content: center !important;
    text-align: center !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
}

.re-old-val {
    background-color: #fcfcfc !important;
    color: #666666 !important;
    border-right: 1px solid rgba(0,0,0,0.08) !important;
    border-left: 1px solid rgba(0,0,0,0.08) !important;
}

.re-new-val {
    background-color: #ffffff !important;
    color: #000000 !important;
    font-weight: 700 !important;
    background-image: linear-gradient(180deg, rgba(226,255,0,0.03) 0%, rgba(226,255,0,0) 100%) !important;
}

/* Icoontjes */
.re-cross {
    color: #ff4d4d !important;
    font-size: 1.5rem !important;
}

.re-check {
    color: #000000 !important; 
    background-color: #E2FF00 !important; 
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.8rem !important;
    margin-right: 8px !important;
    box-shadow: 0 4px 10px rgba(226, 255, 0, 0.4) !important;
}

/* --- Mobiele Weergave --- */
@media (max-width: 1024px) {
    .re-compare-container {
        flex-direction: column !important;
        gap: 50px !important;
        padding: 0 20px !important;
    }
    .re-compare-content {
        flex: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .re-compare-table-wrapper {
        width: 100% !important;
        overflow-x: auto !important;
        padding-bottom: 20px !important;
    }
    .re-compare-grid {
        min-width: 750px !important; /* Forceert de breedte zodat het scrollbaar wordt i.p.v. verpletterd */
    }
}

@media (max-width: 768px) {
    .re-compare-sectie { padding: 60px 0 !important; }
    .re-compare-content h2 { font-size: 2.2rem !important; }
}
   	/* ========================================= */
/* 12. PRIJZEN SECTIE met SJUE!              */
/* ========================================= */
.re-pricing-sectie { padding: 80px 0; width: 100%;  position: relative; overflow: hidden; }
.re-pricing-container { width: 100%; max-width: 1000px; margin: 0 auto; padding: 0 40px; position: relative; z-index: 2; }
.re-pricing-header { text-align: center; margin-bottom: 60px; }
.re-pricing-header h2 { font-size: 3rem; font-weight: 500; line-height: 1.1; margin-bottom: 20px; letter-spacing: -0.02em; color: #fff; }
.re-pricing-header p { font-size: 1.1rem; color: #b0b0a8; line-height: 1.6; max-width: 600px; margin: 0 auto; }

/* Subtiele, bewegende achtergrond-glow */
.re-pricing-sectie::after { content: ''; position: absolute; top: -10%; left: 10%; width: 1000px; height: 1000px; background-image: radial-gradient(circle, rgba(226, 255, 0, 0.02) 0%, rgba(226, 255, 0, 0) 60%); border-radius: 50%; opacity: 0.8; filter: blur(100px); animation: re-bgGlowMove 30s ease-in-out infinite; pointer-events: none; z-index: 1; }
@keyframes re-bgGlowMove { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(100px, 100px); } }

.re-pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; position: relative; z-index: 2;}

.re-pricing-card { background: #111111; border: 1px solid rgba(255, 255, 255, 0.05); border-radius: 24px; padding: 50px 40px; display: flex; flex-direction: column; transition: transform 0.4s ease, border-color 0.4s ease; position: relative; overflow: hidden; }
.re-pricing-card:hover { transform: translateY(-5px); }

/* De 'sjue' featured kaart */
.re-pricing-featured { border-color: rgba(226, 255, 0, 0.3); background: linear-gradient(145deg, #141414 0%, rgba(226, 255, 0, 0.03) 100%); animation: re-featuredPulse 5s ease-in-out infinite; }
@keyframes re-featuredPulse { 0%, 100% { box-shadow: 0 20px 40px rgba(0,0,0,0.5), 0 0 30px rgba(226, 255, 0, 0.05); } 50% { box-shadow: 0 25px 50px rgba(0,0,0,0.6), 0 0 45px rgba(226, 255, 0, 0.1); } }

.re-pricing-top { border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding-bottom: 30px; margin-bottom: 30px; }
.re-pricing-top h3 { font-size: 1.5rem; font-weight: 500; color: #ffffff; margin-bottom: 10px; }
.re-pricing-top p { font-size: 0.95rem; color: #b0b0a8; margin-bottom: 20px; }
.re-price { font-size: 3.5rem; font-weight: 500; color: #E2FF00; line-height: 1; letter-spacing: -0.03em; }
.re-price span { font-size: 1rem; color: #888; font-weight: 400; letter-spacing: normal; margin-left: 5px; }

.re-pricing-card:not(.re-pricing-featured) .re-price { color: #ffffff; font-size: 2.8rem; margin-top: 10px; }

.re-pricing-features { list-style: none; flex-grow: 1; margin-bottom: 40px; }
.re-pricing-features li { display: flex; align-items: flex-start; gap: 16px; font-size: 0.95rem; color: #d1d1d1; margin-bottom: 16px; }
.re-pricing-features i { color: #E2FF00; font-size: 1rem; }
.re-pricing-card:not(.re-pricing-featured) .re-pricing-features i { color: #888; } 

/* Knoppen AANPASSINGEN: Compact en links uitgelijnd */
.re-pricing-card .re-btn-demo, 
.re-pricing-card .re-btn-outline { 
    width: fit-content; 
    align-self: flex-start; /* Dit trekt de knop strak naar links */
    margin: 0; /* Verwijdert de centrering */
}

@media (max-width: 768px) {
    .re-pricing-sectie { padding: 80px 0; }
    .re-pricing-container { padding: 0 20px; }
    .re-pricing-header h2 { font-size: 2.5rem; }
    .re-pricing-grid { grid-template-columns: 1fr; gap: 40px; }
    .re-pricing-card { padding: 40px 30px; }
}
/* ========================================= */
/* RECIRCULO SPLIT TEMPLATE (Feature Block)  */
/* ========================================= */

.re-split-template-sectie {
    padding: 100px 40px;
    background-color: transparent; /* Zorgt dat hij mooi in je zwarte achtergrond valt */
    width: 100%;
}

.re-split-template-container {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px; 
}

/* --- Linker Kolom (Tekst) --- */
.re-split-text-col {
    flex: 1;
    max-width: 690px;
}

/* FORCEER Space Grotesk op alle teksten in dit blok om Elementor te overrulen */
.re-split-template-sectie h2,
.re-split-template-sectie p,
.re-split-template-sectie li,
.re-split-template-sectie span,
.re-split-template-sectie div {
    font-family: 'Space Grotesk', sans-serif !important;
}

/* De Tag (Strak en zonder border) */
.re-template-tag {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #888888;
    margin-bottom: 24px;
}

.re-split-text-col h2 {
    font-size: 3.5rem !important; /* !important om thema font-sizes te breken */
    font-weight: 500 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 24px !important;
    color: #ffffff !important;
}

/* De highlight (neon geel) */
.re-split-text-col .re-highlight {
    color: #E2FF00 !important;
}

.re-split-text-col p {
    font-size: 1.15rem !important;
    line-height: 1.8 !important;
    color: #b0b0a8 !important;
    margin-bottom: 30px !important;
}

/* De Bulletpoints */
.re-template-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.re-template-bullets li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
    font-size: 1.05rem !important;
    color: #ffffff !important;
    line-height: 1.6 !important;
}

/* Styling voor het keiharde Unicode vinkje ✓ */
.re-bullet-icon {
    color: #E2FF00 !important; 
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    margin-top: 2px; 
    flex-shrink: 0; 
}

/* --- Rechter Kolom (Visual) --- */
.re-split-visual-col {
    flex: 1.2; 
    position: relative;
    max-width: 730px;
}

.re-template-img-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.re-template-img-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 4 / 3; 
    transition: transform 0.6s ease;
}

.re-template-img-wrapper:hover img {
    transform: scale(1.03); 
}

/* De zwevende badge */
.re-img-badge {
    position: absolute;
    top: 24px;
    right: 24px;
    background: rgba(14, 14, 11, 0.65);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(226, 255, 0, 0.3);
    color: #E2FF00;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

/* --- Responsiveness --- */
@media (max-width: 1024px) {
    .re-split-template-container { flex-direction: column; gap: 60px; }
    .re-split-text-col, .re-split-visual-col { max-width: 100%; width: 100%; }
    .re-split-text-col h2 { font-size: 2.8rem !important; }
}

@media (max-width: 768px) {
    .re-split-template-sectie { padding: 60px 20px; }
    .re-split-text-col h2 { font-size: 2.2rem !important; }
    .re-img-badge { top: 16px; right: 16px; font-size: 0.75rem !important; }
}
/* ========================================= */
/* RECIRCULO CTA BANNER (SPLIT CARD)         */
/* ========================================= */

.re-cta-banner-sectie {
    padding: 80px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: transparent; /* Past zich aan op de achtergrond van de pagina */
}

.re-cta-banner-container {
    width: 100%;
    max-width: 1600px;
    
}

/* De Donkere Hoofdkaart */
.re-cta-banner-card {
    display: flex;
    background-color: #f7f7f5; /* Recirculo Diep Donkergrijs */
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 30px 60px rgba(0,0,0,0.4);
    /* Let op: we gebruiken expres GEEN overflow:hidden hier, 
       omdat we de foto een eigen padding geven! */
}

/* --- Linker Tekst Kolom --- */
.re-cta-text-col {
    flex: 1;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.re-cta-tag {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
    margin-bottom: 24px;
}

.re-cta-text-col h2 {
    font-family: 'Space Grotesk', sans-serif !important;
    font-size: 3.8rem !important;
    font-weight: 500 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.02em !important;
    color: #000 !important;
    margin-bottom: 40px !important; 
    max-width: 500px;
}

.re-cta-text-col .re-highlight {
    color: #E2FF00 !important;
}

/* --- Rechter Visuele Kolom --- */
.re-cta-visual-col {
    flex: 1.1; /* Maakt de foto net iets breder dan de tekst */
    position: relative;
    /* Dit creëert het perfecte 'inset' effect uit je screenshot:
       24px ruimte boven, rechts en onder. 0px links! */
    padding: 24px 24px 24px 0;
    min-height: 450px; 
}

.re-cta-visual-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px; /* Rond de foto zelf mooi af in de kaart */
    display: block;
}

/* --- Responsiveness --- */
@media (max-width: 1024px) {
    .re-cta-banner-card {
        flex-direction: column;
    }
    .re-cta-text-col {
        padding: 60px 40px;
    }
    .re-cta-visual-col {
        /* Op mobiel padding aanpassen, nu ruimte aan alle kanten! */
        padding: 0 24px 24px 24px;
        min-height: 350px;
    }
}

@media (max-width: 768px) {
    .re-cta-banner-sectie {
        padding: 60px 20px;
    }
    .re-cta-banner-card {
        border-radius: 24px;
    }
    .re-cta-text-col h2 {
        font-size: 2.5rem !important;
    }
    .re-cta-visual-col {
        padding: 0 16px 16px 16px;
    }
    .re-cta-visual-col img {
        border-radius: 16px;
    }
}/* End custom CSS */