/*
Theme Name:  Listeo ChildTheme
Theme URI: https://vakmangeregeld.nl
Author: Flexxmarketing
Author URI: https://flexxmarketing.nl
Description: VakmanGeregeld.nl - Marktplaats voor vloerenleggers
Version: 82.8
License: ThemeForest
Template: listeo
Text Domain: listeo
*/

/* ============================================
   VAKMANGEREGELD.NL HUISSTIJL
   Navy: #1B2A4A | Amber: #C17F24 | Wit: #FFFFFF
   Font: Montserrat
   ============================================ */

/* --- GLOBAAL --- */
*, *::before, *::after { box-sizing: border-box; }

body {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px;
    color: #333333;
    background-color: #F8F7F5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    color: #1B2A4A;
    line-height: 1.25;
}

a { color: #C17F24; text-decoration: none; transition: color 0.2s ease; }
a:hover { color: #A06A1A; }

/* --- HEADER --- */
#header,
#header-container,
.main-header,
.header-inner,
.sticky-header {
    background-color: #1B2A4A !important;
    border-bottom: none !important;
}

#header .container { padding-top: 0; padding-bottom: 0; }

/* Logo */
#logo img,
#listeo_logo {
    max-height: 55px !important;
    width: auto !important;
}

/* Navigatie */
#navigation ul li a,
.main-nav ul li a,
#header nav ul li a {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #FFFFFF !important;
    letter-spacing: 0.3px;
    text-transform: none !important;
}

#navigation ul li a:hover,
.main-nav ul li a:hover,
#navigation ul li.current-menu-item > a {
    color: #C17F24 !important;
}

/* Dropdown menu */
#navigation ul ul,
.main-nav ul ul {
    background-color: #1B2A4A !important;
    border-top: 3px solid #C17F24 !important;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

#navigation ul ul li a { border-bottom: 1px solid rgba(255,255,255,0.08) !important; }

/* Add listing / aanmelden knop in header */
.add-listing-btn,
.sign-in,
#header .btn,
#header .button {
    background-color: #C17F24 !important;
    border-color: #C17F24 !important;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    padding: 10px 20px !important;
    transition: background-color 0.2s ease !important;
}

.add-listing-btn:hover,
.sign-in:hover {
    background-color: #A06A1A !important;
    border-color: #A06A1A !important;
    color: #FFFFFF !important;
}

/* --- HERO / BANNER --- */
.main-search-container,
.hero-banner,
.banner-section {
    min-height: 520px;
    display: flex;
    align-items: center;
}

.main-search-container:before,
.banner-overlay {
    background: linear-gradient(135deg, rgba(27,42,74,0.88) 0%, rgba(27,42,74,0.65) 100%) !important;
}

.main-search-container h1,
.banner-title,
.hero-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 42px !important;
    font-weight: 800 !important;
    color: #FFFFFF !important;
    line-height: 1.2 !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.main-search-container p,
.banner-subtitle {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    color: rgba(255,255,255,0.9) !important;
    font-weight: 400 !important;
}

/* Zoekbalk */
.main-search-input,
.main-search-input-item input,
.main-search-input-item select {
    border-radius: 4px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    height: 52px !important;
    border: 2px solid transparent !important;
}

.main-search-input-item input:focus,
.main-search-input-item select:focus {
    border-color: #C17F24 !important;
    outline: none !important;
}

#search-btn,
.search-btn,
.main-search-input-item button[type="submit"] {
    background-color: #C17F24 !important;
    border-color: #C17F24 !important;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    height: 52px !important;
    border-radius: 4px !important;
    transition: background-color 0.2s ease !important;
}

#search-btn:hover,
.search-btn:hover {
    background-color: #A06A1A !important;
    border-color: #A06A1A !important;
}

/* --- BUTTONS GLOBAAL --- */
.button,
button[type="submit"],
input[type="submit"],
.btn-primary,
.wp-block-button__link {
    background-color: #C17F24 !important;
    border-color: #C17F24 !important;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    transition: background-color 0.2s ease, border-color 0.2s ease !important;
}

.button:hover,
button[type="submit"]:hover,
input[type="submit"]:hover,
.btn-primary:hover {
    background-color: #A06A1A !important;
    border-color: #A06A1A !important;
    color: #FFFFFF !important;
}

/* Secundaire knop (outline) */
.btn-secondary,
.button.outline,
.button-outline {
    background-color: transparent !important;
    border: 2px solid #C17F24 !important;
    color: #C17F24 !important;
}

.btn-secondary:hover,
.button.outline:hover {
    background-color: #C17F24 !important;
    color: #FFFFFF !important;
}

/* --- LISTING CARDS --- */
.listing-item,
.listing-item-container,
.listing-card {
    border-radius: 8px !important;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08) !important;
    transition: box-shadow 0.2s ease, transform 0.2s ease !important;
    background: #FFFFFF;
}

.listing-item:hover,
.listing-item-container:hover {
    box-shadow: 0 8px 28px rgba(27,42,74,0.15) !important;
    transform: translateY(-3px) !important;
}

.listing-item h4 a,
.listing-item h3 a,
.listing-title a {
    color: #1B2A4A !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

.listing-item h4 a:hover,
.listing-title a:hover { color: #C17F24 !important; }

/* Categorie badge op listing card */
.listing-item-category,
.listing-category-badge {
    background-color: #C17F24 !important;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border-radius: 3px !important;
}

/* Sterren / ratings */
.star-rating span,
.listing-rating i.filled,
.review-stars i.filled { color: #C17F24 !important; }

/* Verified badge */
.verified-badge,
.listing-badge {
    background-color: #C17F24 !important;
    color: #FFFFFF !important;
}

/* --- CATEGORIEËN GRID --- */
.taxonomy-box-wrapper,
.category-box {
    border-radius: 8px !important;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.taxonomy-box-wrapper:hover { transform: translateY(-4px) !important; box-shadow: 0 8px 24px rgba(27,42,74,0.15) !important; }
.taxonomy-box-wrapper:hover .taxonomy-box-right { border-color: #C17F24 !important; background: rgba(193,127,36,0.08) !important; }
.taxonomy-box-wrapper:hover .taxonomy-box-right path { fill: #C17F24 !important; }
.taxonomy-box-count { background-color: #C17F24 !important; color: #FFFFFF !important; }

/* --- FORMULIEREN --- */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
textarea,
select {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    border: 2px solid #E0DDD8 !important;
    border-radius: 4px !important;
    padding: 10px 14px !important;
    transition: border-color 0.2s ease !important;
    background-color: #FFFFFF !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border-color: #C17F24 !important;
    box-shadow: 0 0 0 3px rgba(193,127,36,0.12) !important;
    outline: none !important;
}

label {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #1B2A4A !important;
}

/* --- PAGINERING --- */
.pagination .current,
.pagination a:hover,
.page-numbers.current {
    background-color: #C17F24 !important;
    border-color: #C17F24 !important;
    color: #FFFFFF !important;
}

/* --- DASHBOARD --- */
.dashboard-nav ul li.active a,
.dashboard-nav ul li a:hover {
    color: #C17F24 !important;
    border-left-color: #C17F24 !important;
}

.dashboard-nav ul li.active { border-left: 3px solid #C17F24 !important; }

/* Dashboard header */
.dashboard-headline,
.dashboard-title { color: #1B2A4A !important; font-family: 'Montserrat', sans-serif !important; }

/* --- FOOTER --- */
#footer,
footer,
.footer-wrap,
.footer-section {
    background-color: #1B2A4A !important;
    color: rgba(255,255,255,0.8) !important;
}

#footer h3,
#footer h4,
.footer-wrap h3,
.footer-wrap h4 {
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
}

#footer a,
.footer-wrap a {
    color: rgba(255,255,255,0.7) !important;
    font-family: 'Montserrat', sans-serif !important;
    transition: color 0.2s ease !important;
}

#footer a:hover,
.footer-wrap a:hover { color: #C17F24 !important; }

.footer-copyright,
.copyright-bar {
    background-color: #111D33 !important;
    color: rgba(255,255,255,0.55) !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    padding: 14px 0 !important;
}

/* Footer widget titels */
.footer-widget-title,
.widget-title { color: #FFFFFF !important; font-size: 16px !important; font-weight: 700 !important; margin-bottom: 16px !important; }

/* Footer separator lijn */
.footer-separator { border-color: rgba(255,255,255,0.12) !important; }

/* --- BERICHTEN / MESSAGING --- */
.message-bubble-sent { background-color: #C17F24 !important; color: #FFFFFF !important; }
.message-bubble-received { background-color: #F0EDE8 !important; color: #333333 !important; }
.message-send-btn { background-color: #C17F24 !important; border-color: #C17F24 !important; color: #FFFFFF !important; }

/* --- NOTIFICATIES --- */
.notification-item.unread { border-left: 3px solid #C17F24 !important; }
.notification-count { background-color: #C17F24 !important; color: #FFFFFF !important; }

/* --- SECTIES HOMEPAGE --- */
.section-title,
.section-heading { color: #1B2A4A !important; font-family: 'Montserrat', sans-serif !important; font-weight: 800 !important; }
.section-subtitle { color: #666666 !important; font-family: 'Montserrat', sans-serif !important; }

/* Hoe werkt het sectie */
.how-it-works-icon,
.step-icon { color: #C17F24 !important; }
.how-it-works-step-number { background-color: #C17F24 !important; color: #FFFFFF !important; }

/* --- WOOCOMMERCE --- */
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button {
    background-color: #C17F24 !important;
    color: #FFFFFF !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
}

.woocommerce .button:hover,
.woocommerce button.button:hover {
    background-color: #A06A1A !important;
    color: #FFFFFF !important;
}

/* Prijs kleur */
.woocommerce .price,
.woocommerce ins .amount,
.woocommerce .amount { color: #C17F24 !important; font-weight: 700 !important; }

/* --- MOBIEL RESPONSIVE --- */
@media (max-width: 992px) {
    .main-search-container h1,
    .banner-title { font-size: 32px !important; }
}

@media (max-width: 768px) {
    body, p { font-size: 15px !important; }
    h1 { font-size: 26px !important; }
    h2 { font-size: 22px !important; }
    h3 { font-size: 18px !important; }

    .main-search-container { min-height: 380px; }
    .main-search-container h1 { font-size: 24px !important; }

    section,
    .section-padding,
    .container { padding-left: 10px !important; padding-right: 10px !important; }

    .listing-item,
    .listing-card { margin-bottom: 16px !important; }

    /* Mobiel menu */
    #mobile-navigation { background-color: #1B2A4A !important; }
    #mobile-navigation ul li a { color: #FFFFFF !important; border-bottom: 1px solid rgba(255,255,255,0.1) !important; }
    #mobile-navigation ul li a:hover { color: #C17F24 !important; }
}

@media (max-width: 480px) {
    .main-search-container h1 { font-size: 20px !important; }
    .main-search-container p { font-size: 14px !important; }
}

/* ===== LISTING CARD FIXES ===== */
/* Ensure listing image container has proper height on desktop */
.listing-image-container-nl {
    min-height: 220px;
}

/* Fix listing card container width for proper display */
.listing-card-container-nl {
    container-type: inline-size;
}

/* Hide pagination from homepage listings section */
.page-template-template-homepage .pagination-container,
.page-template-template-homepage .pagination {
    display: none !important;
}

/* Fix listing card image display */
.slider-image-nl {
    min-height: 220px;
    object-fit: cover;
}

/* Fix the listing card details padding */
.details-main-col-nl {
    padding: 20px 24px !important;
}

.details-sidebar-col-nl {
    padding: 20px 16px !important;
}

/* Fix listing amenities spacing */
.listing-amenities-nl {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* Fix listing location style */
.listing-location-nl {
    color: #666;
    font-size: 14px;
    margin-top: 2px;
}

/* Fix listing title style */
.listing-title-nl {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1B2A4A !important;
    margin-bottom: 4px !important;
}

/* Fix category tag */
.listing-category-tag-nl {
    font-size: 12px !important;
    padding: 3px 10px !important;
}

/* ===== CONTACT PAGE RESPONSIVE ===== */
@media (max-width: 768px) {
    .contact-page-wrapper div[style*="grid-template-columns"],
    .aanmelden-page-wrapper div[style*="grid-template-columns"] {
        display: block !important;
    }
    .contact-page-wrapper div[style*="grid-template-columns"] > div,
    .aanmelden-page-wrapper div[style*="grid-template-columns"] > div {
        margin-bottom: 32px;
    }
}

/* ===== MOBILE NAV WRAPPER FORCE HIDE ===== */
/* Ensure mobile nav is always hidden until opened */
.mobile-navigation-wrapper {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateX(-100%) !important;
}
.mobile-nav-open .mobile-navigation-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: all !important;
    transform: translateX(0%) !important;
}

/* Remove any orange/colored border from header */
#header,
#header-container,
.main-header,
.header-inner,
.sticky-header,
#header.sticky {
    border-bottom: none !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
}

/* Hide duplicate Account section in dashboard sidebar - the custom menu (dashboard_main) already shows these links */
/* Account section shows correctly with Dutch translations */
/* Also hide the Listings section if empty */
.template-dashboard .dashboard-nav ul[data-submenu-title="Advertenties"]:empty {
    display: none !important;
}
/* Fix Hello translation */
.dashboard-content #titlebar h2 {
    font-size: 28px;
}

/* ============================================
   Dashboard Header Fixes
   ============================================ */

/* Logo: add white background pill so color logo is visible on dark header */
#header-container.dashboard #logo a img {
    background: #fff;
    border-radius: 6px;
    padding: 4px 8px;
    max-height: 46px !important;
    width: auto !important;
}

/* Account text: make "Mijn account" label visible (white on dark header) */
#header-container.dashboard .user-menu .user-name .usrname {
    color: #fff !important;
}
#header-container.dashboard .user-menu .user-name:after {
    color: #fff !important;
}
#header-container.dashboard .user-menu:hover .user-name .usrname,
#header-container.dashboard .user-menu.active .user-name .usrname {
    color: #e0e0e0 !important;
}

/* "Blader door advertenties" button: keep it styled */
#header-container.dashboard .header-widget .button {
    color: #fff !important;
}

/* Override Listeo #logo img max-height for dashboard */
#header-container.dashboard #logo img,
#header-container.dashboard #logo a img,
.template-dashboard #header-container #logo img {
    background: #ffffff !important;
    border-radius: 6px !important;
    padding: 4px 10px !important;
    max-height: 52px !important;
    width: auto !important;
    display: inline-block !important;
}

/* Mijn account text white */
#header-container.dashboard .usrname,
.template-dashboard #header-container .usrname {
    color: #ffffff !important;
    display: inline-block !important;
}

/* ============================================
   Dashboard Sidebar: Verberg "Profielen" sectie
   (bevat Profiel aanmaken + Mijn Profiel met sub-items + Beoordelingen)
   We vervangen dit door onze eigen "Mijn Profiel" sectie via de hook
   ============================================ */
.dashboard-nav ul[data-submenu-title="Profielen"] {
    display: none !important;
}
/* Fallback voor Engelse vertaling */
.dashboard-nav ul[data-submenu-title="Listings"] {
    display: none !important;
}

/* ============================================
   PROFIELPAGINA — UX & DESIGN VERBETERINGEN
   Juli 2026
   ============================================ */

/* --- 1. TYPOGRAFIE: H1 bedrijfsnaam sterker --- */
.listing-titlebar h1,
#titlebar h1 {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #1B2A4A !important;
    margin-top: 6px !important;
    margin-bottom: 4px !important;
    line-height: 1.2 !important;
}

/* --- 2. PROFIELFOTO: groter en prominenter --- */
.listing-titlebar-has-logo .listing-logo {
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    border: 3px solid #C17F24 !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
    background: #fff !important;
}

.listing-titlebar-has-logo .listing-logo img {
    width: 110px !important;
    height: 110px !important;
    object-fit: cover !important;
    display: block !important;
}

/* --- 3. HEADER SECTIE: betere spacing en achtergrond --- */
#titlebar.listing-titlebar {
    padding: 28px 0 20px !important;
    background: #fff !important;
    border-bottom: 1px solid #e8e8e8 !important;
}

.listing-titlebar-title {
    padding-left: 20px !important;
}

/* --- 4. SPECIALISME TAGS: niet klikbaar, badge-stijl --- */
.listing-titlebar-tags .listing-tag a {
    color: #666 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    pointer-events: none !important;
    cursor: default !important;
}

.listing-titlebar-tags .listing-tag {
    background: rgba(193, 127, 36, 0.08) !important;
    padding: 3px 10px !important;
    display: inline-block !important;
    margin-right: 4px !important;
    margin-bottom: 4px !important;
    font-size: 12px !important;
    color: #888 !important;
    border-radius: 0 !important;
}

/* --- 5. GALERIJ: hover effect, scherpe hoeken --- */
.slg-gallery-img {
    overflow: hidden !important;
    display: block !important;
    position: relative !important;
    border-radius: 0 !important;
}

.slg-gallery-img img {
    transition: transform 0.3s ease !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.slg-gallery-img:hover img {
    transform: scale(1.04) !important;
}

.slg-half,
.slg-grid-inner {
    overflow: hidden !important;
    border-radius: 0 !important;
}

/* --- 6. KENMERKEN: niet klikbaar, duidelijker stijl --- */
.listing-features.checkboxes li a {
    pointer-events: none !important;
    cursor: default !important;
    text-decoration: none !important;
    color: #1B2A4A !important;
    font-weight: 500 !important;
}

.listing-features.checkboxes li {
    font-size: 14px !important;
    color: #1B2A4A !important;
}

/* --- 7. SIDEBAR WIDGET: kaart-stijl met schaduw --- */
.listeo-single-listing-sidebar .widget {
    background: #ffffff !important;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #eeeeee !important;
    margin-bottom: 24px !important;
    padding: 20px !important;
    border-radius: 0 !important;
}

.verified-badge {
    border-radius: 0 !important;
}

/* --- 8. STUUR EEN BERICHT KNOP: prominenter, volle breedte --- */
.send-message-to-owner.button,
.send-message-to-owner,
#widget_listing_owner-1 .button.popup-with-form {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 14px 20px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    background: #C17F24 !important;
    color: #fff !important;
    border-radius: 0 !important;
    margin-top: 12px !important;
    letter-spacing: 0.3px !important;
    box-shadow: 0 2px 8px rgba(193,127,36,0.3) !important;
}

.send-message-to-owner.button:hover,
.send-message-to-owner:hover,
#widget_listing_owner-1 .button.popup-with-form:hover {
    background: #a86d1e !important;
    color: #fff !important;
}

/* --- 9. OPDRACHTEN GEWONNEN BADGE: prominente stijl --- */
.vakman-opdrachten-count {
    background: #f0f9f0 !important;
    border: 1px solid #c3e6c3 !important;
    color: #2d6a2d !important;
    padding: 10px 16px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 12px !important;
    border-radius: 0 !important;
}

.vakman-opdrachten-count i {
    color: #2d6a2d !important;
    font-size: 16px !important;
}

/* --- 10. LISTING SECTIES: kaart-stijl met schaduw --- */
.listing-section {
    background: #ffffff !important;
    padding: 28px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 1px 8px rgba(0,0,0,0.06) !important;
    border: 1px solid #eeeeee !important;
    border-radius: 0 !important;
}

/* --- 11. LISTING NAV: scherpe hoeken, betere stijl --- */
.listing-nav-container {
    background: #fff !important;
    border-bottom: 2px solid #e8e8e8 !important;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05) !important;
    border-radius: 0 !important;
}

.listing-nav li a {
    border-radius: 0 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    padding: 14px 18px !important;
    color: #555 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.listing-nav li a.active,
.listing-nav li a:hover {
    color: #C17F24 !important;
    border-bottom: 2px solid #C17F24 !important;
}

/* --- 12. ALLE BUTTONS: scherpe hoeken --- */
.button,
a.button,
input[type="submit"],
.btn,
.listing-contact-btn a,
.listing-save-btn button {
    border-radius: 0 !important;
}

/* --- 13. KAART: locatie kaart scherpe hoeken --- */
#singleListingMap {
    border-radius: 0 !important;
}

/* --- 14. BEOORDELINGEN: avatar groter, betere layout --- */
.comment-list .comment-body {
    padding: 16px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.comment-list .comment-author img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
}

/* Beoordeling toevoegen knop stijl */
#add-review h3 a,
.add-review-btn {
    color: #C17F24 !important;
    font-weight: 600 !important;
}

/* --- 15. RESPONSIVE: mobile verbeteringen --- */
@media (max-width: 768px) {
    .listing-titlebar-has-logo .listing-logo {
        width: 80px !important;
        height: 80px !important;
        min-width: 80px !important;
    }
    .listing-titlebar-has-logo .listing-logo img {
        width: 80px !important;
        height: 80px !important;
    }
    .listing-titlebar h1,
    #titlebar h1 {
        font-size: 22px !important;
    }
    .listeo-single-listing-sidebar .widget {
        padding: 16px !important;
    }
    .listing-section {
        padding: 20px !important;
    }
}

/* =====================================================
   VAKMANGEREGELD — Clean Homepage CSS v4.0
   Gebaseerd op Zoofy/Werkspot stijl
   Geen full-width gekleurde blokken. Alles contained.
   ===================================================== */

/* ===== RESET & BASE ===== */
#vg-hp {
    font-family: 'Montserrat', sans-serif;
    color: #1a1a2e;
    background: #fff;
}
#vg-hp * {
    box-sizing: border-box;
}
#vg-hp h1, #vg-hp h2, #vg-hp h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 12px;
}
#vg-hp p {
    margin: 0 0 16px;
    line-height: 1.6;
}
#vg-hp a {
    text-decoration: none;
}

/* ===== CONTAINER ===== */
.vg-wrap {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 24px;
}
.vg-wrap--narrow {
    max-width: 760px;
}

/* ===== BUTTONS ===== */
.vg-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 0;
    text-decoration: none;
}
.vg-btn--primary {
    background: #C17F24;
    color: #fff;
    border-color: #C17F24;
}
.vg-btn--primary:hover {
    background: #a86d1e;
    border-color: #a86d1e;
    color: #fff;
}
.vg-btn--dark {
    background: #1B2A4A;
    color: #fff;
    border-color: #1B2A4A;
}
.vg-btn--dark:hover {
    background: #0f1e35;
    border-color: #0f1e35;
    color: #fff;
}
.vg-btn--outline {
    background: transparent;
    color: #1B2A4A;
    border-color: #1B2A4A;
}
.vg-btn--outline:hover {
    background: #1B2A4A;
    color: #fff;
}
.vg-btn--full {
    width: 100%;
    justify-content: center;
}
.vg-btn--lg {
    padding: 16px 36px;
    font-size: 15px;
}

/* ===== SECTIONS ===== */
.vg-section {
    padding: 72px 0;
}
.vg-section--white {
    background: #fff;
}
.vg-section--gray {
    background: #f5f5f5;
}
.vg-section__title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a2e;
    text-align: center;
    margin-bottom: 8px;
}
.vg-section__sub {
    font-size: 15px;
    color: #666;
    text-align: center;
    margin-bottom: 40px;
}
.vg-section__cta {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
    flex-wrap: wrap;
}

/* Hero wider container */
.vg-hero .vg-wrap {
    max-width: 1280px;
    padding: 0 32px;
}

/* ===== HERO ===== */
.vg-hero {
    background: #1B2A4A;
    padding: 64px 0 56px;
}
.vg-hero__grid {
    display: grid;
    grid-template-columns: 55fr 45fr;
    gap: 40px;
    align-items: center;
}
.vg-hero__eyebrow {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #C17F24;
    margin-bottom: 16px;
}
.vg-hero__h1 {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 16px;
}
.vg-hero__accent {
    color: #C17F24;
}
.vg-hero__lead {
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    margin-bottom: 28px;
    line-height: 1.6;
}

/* Zoekbalk */
.vg-search {
    margin-bottom: 16px;
}
.vg-search__wrap {
    display: flex;
    flex-direction: row;
    gap: 6px;
    background: transparent;
    box-shadow: none;
    align-items: stretch;
}
.vg-search__field {
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
    padding: 0 !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 47px !important;
    max-height: none !important;
    flex: 1 1 0 !important;
}
.vg-search__field .vg-search__sel {
    background: #fff !important;
    padding: 12px 14px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    border: none !important;
    width: 100% !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    color: #1B2A4A !important;
    font-weight: 500 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    height: 48px !important;
    line-height: 1.4 !important;
    display: block !important;
    box-sizing: border-box !important;
}
.vg-search__ico {
    flex-shrink: 0;
    color: #999;
    margin-right: 8px;
}
.vg-search__sel {
    border: none;
    outline: none;
    background: transparent;
    padding: 10px 0;
    width: 100%;
    min-width: 120px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #1B2A4A;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.vg-search__icon {
    display: none;
}
.vg-search__sep,
.vg-search__divider {
    display: none;
}
.vg-search__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #C17F24;
    color: #fff;
    border: none;
    padding: 0 20px;
    min-height: 48px;
    max-height: 49px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    flex: 1 1 0;
    transition: background 0.2s;
    white-space: nowrap;
    align-self: stretch;
}
.vg-search__btn:hover {
    background: #a86d1e;
}

/* Hero tags */
.vg-hero__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.vg-hero__tags-label {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
}
.vg-hero__tag {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    background: rgba(255,255,255,0.1);
    padding: 4px 12px;
    border-radius: 0;
    transition: background 0.2s;
    text-decoration: none;
}
.vg-hero__tag:hover {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

/* Hero foto grid (Zoofy-stijl) */
.vg-hero__photos {
    position: relative;
}
.vg-hero__photo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
    height: 380px;
}
.vg-hero__photo-big {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    overflow: hidden;
}
.vg-hero__photo-big img,
.vg-hero__photo-sm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vg-hero__photo-sm {
    overflow: hidden;
}
/* Review badge */
.vg-hero__badge-card {
    position: absolute;
    background: #fff;
    padding: 12px 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    text-align: center;
    min-width: 130px;
}
.vg-hero__badge-card:first-of-type,
.vg-hero__badge-card--top {
    bottom: 20px;
    left: 20px;
}
.vg-hero__badge-card--bottom {
    top: 12px;
    right: 8px;
}
.vg-hero__badge-score {
    font-size: 28px;
    font-weight: 800;
    color: #1B2A4A;
    line-height: 1;
}
.vg-hero__badge-num {
    font-size: 22px;
    font-weight: 800;
    color: #1B2A4A;
    line-height: 1;
}
.vg-hero__badge-stars {
    color: #C17F24;
    font-size: 14px;
    margin: 2px 0;
}
.vg-hero__badge-label {
    font-size: 11px;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ===== STATS BAR ===== */
.vg-stats {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 28px 0;
}
.vg-stats__row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}
.vg-stats__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 40px;
}
.vg-stats__num {
    font-size: 26px;
    font-weight: 800;
    color: #1B2A4A;
    line-height: 1;
}
.vg-stats__label {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
    font-weight: 600;
}
.vg-stats__div {
    width: 1px;
    height: 40px;
    background: #e8e8e8;
}

/* ===== KLUS CARDS (Zoofy-stijl) ===== */
.vg-klus-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.vg-klus-card {
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    text-decoration: none;
    transition: box-shadow 0.2s, transform 0.2s;
    display: block;
}
.vg-klus-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
.vg-klus-card__img {
    height: 160px;
    background-size: cover;
    background-position: center;
    background-color: #e8e8e8;
}
.vg-klus-card__body {
    padding: 16px;
}
.vg-klus-card__name {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
}
.vg-klus-card__count {
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}
.vg-klus-card__link {
    font-size: 13px;
    font-weight: 600;
    color: #C17F24;
}

/* ===== STAPPEN (Werkspot-stijl) ===== */
.vg-steps {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 8px;
}
.vg-step {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 24px;
}
.vg-step:first-child {
    padding-left: 0;
}
.vg-step:last-child {
    padding-right: 0;
}
.vg-step__ico {
    width: 56px;
    height: 56px;
    background: #fff5e6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    flex-shrink: 0;
}
.vg-step__title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 8px;
}
.vg-step__text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.vg-step__arrow {
    font-size: 24px;
    color: #C17F24;
    padding-top: 16px;
    flex-shrink: 0;
}
}

/* ===== HOE WERKT HET — Werkspot-stijl met illustraties ===== */
.vg-section--hoe-werkt {
    background: #F8F7F5;
}
.vg-stappen {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
    margin: 48px 0 40px;
    flex-wrap: wrap;
}
.vg-stap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 220px;
    max-width: 300px;
}
.vg-stap__img-wrap {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 24px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    flex-shrink: 0;
}
.vg-stap__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vg-stap__nr {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #C17F24;
    margin: 0 0 8px;
    text-transform: uppercase;
}
.vg-stap__title {
    font-size: 20px;
    font-weight: 700;
    color: #1B2A4A;
    margin: 0;
    line-height: 1.3;
}

/* ===== REVIEWS (Zoofy-stijl) ===== */
.vg-reviews__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 32px;
    gap: 24px;
}
.vg-reviews__header .vg-section__title,
.vg-reviews__header .vg-section__sub {
    text-align: left;
    margin-bottom: 4px;
}
.vg-reviews__score {
    text-align: center;
    flex-shrink: 0;
    background: #fff;
    padding: 16px 24px;
    border: 1px solid #eee;
}
.vg-reviews__score-num {
    font-size: 36px;
    font-weight: 800;
    color: #1B2A4A;
    display: block;
    line-height: 1;
}
.vg-reviews__score-stars {
    color: #C17F24;
    font-size: 18px;
    margin: 4px 0;
}
.vg-reviews__score-label {
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.vg-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.vg-review-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 24px;
}
.vg-review-card__stars {
    color: #C17F24;
    font-size: 16px;
    margin-bottom: 12px;
}
.vg-review-card__text {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 16px;
    font-style: italic;
}
.vg-review-card__meta {
    display: flex;
    align-items: center;
    gap: 12px;
}
.vg-review-card__avatar {
    width: 36px;
    height: 36px;
    background: #1B2A4A;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
}
.vg-review-card__name {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
    display: block;
}
.vg-review-card__detail {
    font-size: 12px;
    color: #888;
}

/* ===== VAKMENSEN CARDS ===== */
.vg-vakman-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.vg-vakman-card {
    background: #fff;
    border: 1px solid #eee;
    overflow: hidden;
    transition: box-shadow 0.2s;
}
.vg-vakman-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}
.vg-vakman-card__img-wrap {
    height: 200px;
    overflow: hidden;
}
.vg-vakman-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vg-vakman-card__body {
    padding: 20px;
}
.vg-vakman-card__name {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 6px;
}
.vg-vakman-card__spec {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #C17F24;
    background: #fff5e6;
    padding: 3px 8px;
    margin-bottom: 10px;
}
.vg-vakman-card__rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}
.vg-vakman-card__stars {
    color: #C17F24;
    font-size: 14px;
}
.vg-vakman-card__score {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a2e;
}
.vg-vakman-card__loc {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #888;
    margin-bottom: 16px;
}

/* ===== VAKMAN PROMO (2-kolom) ===== */
.vg-vakman-promo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.vg-vakman-promo__img {
    overflow: hidden;
    height: 420px;
}
.vg-vakman-promo__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.vg-vakman-promo__eyebrow {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #C17F24;
    margin-bottom: 12px;
}
.vg-vakman-promo__title {
    font-size: 26px;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 12px;
    line-height: 1.3;
}
.vg-vakman-promo__text {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}
.vg-vakman-promo__list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}
.vg-vakman-promo__list li {
    font-size: 14px;
    color: #333;
    padding: 6px 0;
    padding-left: 24px;
    position: relative;
}
.vg-vakman-promo__list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #C17F24;
    font-weight: 700;
}
.vg-vakman-promo__actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.vg-vakman-promo__price {
    font-size: 14px;
    color: #555;
}
.vg-vakman-promo__price strong {
    color: #1a1a2e;
}
.vg-vakman-promo__note {
    font-size: 12px;
    color: #aaa;
    margin: 0;
}

/* ===== FAQ ===== */
.vg-faq {
    border-top: 1px solid #eee;
}
.vg-faq__item {
    border-bottom: 1px solid #eee;
}
.vg-faq__q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    cursor: pointer;
    list-style: none;
    font-family: 'Montserrat', sans-serif;
}
.vg-faq__q::-webkit-details-marker {
    display: none;
}
.vg-faq__q::after {
    content: '+';
    font-size: 22px;
    color: #C17F24;
    font-weight: 400;
    flex-shrink: 0;
    margin-left: 16px;
}
.vg-faq__item[open] .vg-faq__q::after {
    content: '−';
}
.vg-faq__a {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    padding-bottom: 20px;
    margin: 0;
}

/* ===== VAKGEBIEDEN GRID ===== */
.vg-vakgebieden-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 32px;
}
.vg-vakgebied-link {
    font-size: 14px;
    color: #333;
    background: #fff;
    border: 1px solid #ddd;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.2s;
    font-weight: 500;
}
.vg-vakgebied-link:hover {
    background: #1B2A4A;
    color: #fff;
    border-color: #1B2A4A;
}


/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .vg-hero__grid {
        grid-template-columns: 1fr;
    }
    .vg-hero__photos {
        display: none;
    }
    .vg-klus-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .vg-vakman-promo {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .vg-vakman-promo__img {
        height: 280px;
    }
}
@media (max-width: 768px) {
    .vg-hero {
        padding: 48px 0 40px;
        position: relative;
        background: url("/wp-content/uploads/2026/07/hero-vakman-parket.jpg") center/cover no-repeat;
    }
    .vg-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(27, 42, 74, 0.85);
        z-index: 0;
    }
    .vg-hero .vg-wrap {
        position: relative;
        z-index: 1;
    }




    .vg-hero__h1 {
        font-size: 30px;
    }
    .vg-section {
        padding: 48px 0;
    }
    .vg-section__title {
        font-size: 22px;
    }
    .vg-steps {
        flex-direction: column;
    }
    .vg-step__arrow {
        display: none;
    }
    .vg-step {
        padding: 0;
        flex-direction: row;
        gap: 16px;
    }
    .vg-step__ico {
        margin-bottom: 0;
    }
    .vg-reviews-grid {
        grid-template-columns: 1fr;
    }
    .vg-vakman-grid {
        grid-template-columns: 1fr;
    }
    .vg-stats__row {
        gap: 0;
        flex-wrap: wrap;
    }
    .vg-stats__item {
        padding: 12px 20px;
        width: 50%;
    }
    .vg-stats__div {
        display: none;
    }
    .vg-search__inner,
.vg-search__wrap {
        flex-direction: column;
        align-items: stretch;
    }
    
.vg-search__icon {
    display: none;
}
.vg-search__sep {
        width: 100%;
        height: 1px;
    }
    .vg-search__btn {
        justify-content: center;
    }
    .vg-reviews__header {
        flex-direction: column;
    }
    .vg-reviews__score {
        align-self: flex-start;
    }
}
@media (max-width: 480px) {
    .vg-klus-grid {
        grid-template-columns: 1fr;
    }
    .vg-hero__h1 {
        font-size: 26px;
    }
    .vg-cta-final__title {
        font-size: 24px;
    }
}

/* ===== HERO FIXES v5.2 ===== */
/* Badge: move to top-right of photo grid, not overlapping stats */
.vg-hero__badge-card--bottom {
    top: 12px !important;
    right: 12px !important;
    bottom: auto !important;
    left: auto !important;
}
.vg-hero__badge-card--top,
.vg-hero__badge-card:first-of-type {
    display: none !important;
}

/* Search bar: force readable text */
.vg-search__sel {
    min-width: 130px !important;
    color: #1B2A4A !important;
    font-weight: 500 !important;
}
.vg-search__field {
    min-width: 0 !important;
    flex: 1 1 0 !important;
}

/* ===== BADGE INSIDE PHOTO GRID v5.4 ===== */
.vg-hero__photo-grid {
    position: relative;
    overflow: visible;
}
.vg-hero__badge-card--rating {
    position: absolute !important;
    bottom: 16px !important;
    left: 16px !important;
    top: auto !important;
    right: auto !important;
    display: block !important;
    z-index: 10;
}
.vg-hero__badge-card--klanten {
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    bottom: auto !important;
    left: auto !important;
    display: block !important;
    z-index: 10;
}
/* Hide old badge positions */
.vg-hero__badge-card:not(.vg-hero__badge-card--rating):not(.vg-hero__badge-card--klanten):not(.vg-hero__badge-card--bottom) {
    display: none !important;
}

/* ===== FIX: Select hoogte in opdracht formulier ===== */
.vakman-opdracht-form select,
.vakman-filter-field select {
    height: auto !important;
    min-height: 44px !important;
    padding: 10px 14px !important;
    color: #333 !important;
    background-color: #fff !important;
    font-size: 15px !important;
    font-family: 'Montserrat', sans-serif !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}
.vakman-opdracht-form select:focus,
.vakman-filter-field select:focus {
    border-color: #C17F24 !important;
    outline: none !important;
}



/* ===== FIX: Listeo hides invalid selects - override for vakman form ===== */
.vakman-form-wrap select:not(.dokan-form-control):invalid,
.vakman-form-wrap select:invalid,
.vakman-form-wrap select {
    height: auto !important;
    min-height: 44px !important;
    opacity: 1 !important;
    position: static !important;
    display: block !important;
    visibility: visible !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px 12px !important;
    color: #333 !important;
    background-color: #fff !important;
    font-size: 15px !important;
    font-family: 'Montserrat', sans-serif !important;
    border: 1px solid #ddd !important;
}

/* ===== FIX: Wanneer field full-width + foto upload styling ===== */
.vakman-opdracht-form .vakman-field-row:has(.vakman-field:only-child) {
    grid-template-columns: 1fr !important;
}
.vakman-foto-upload-wrap {
    border: 2px dashed #ddd !important;
    border-radius: 0px !important;
    background: #fafafa !important;
}
.vakman-foto-upload-wrap:hover {
    border-color: #C17F24 !important;
    background: #fff9f0 !important;
}

/* ===== FIX: Hero search selects - prevent Listeo from hiding them ===== */
.vg-search__sel:not(.dokan-form-control):invalid,
.vg-search__sel:invalid,
.vg-search__sel {
    height: auto !important;
    min-height: 20px !important;
    opacity: 1 !important;
    position: static !important;
    display: block !important;
    visibility: visible !important;
}

/* ===================================================================
   VG HEADER — Volledig nieuw design (Werkspot/Zoofy stijl)
=================================================================== */

/* Reset Listeo header */
#header-container,
#header,
.main-header,
.header-inner,
.sticky-header {
    display: none !important;
}

/* VG Header basis */
#vg-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: #1B2A4A;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

#vg-header.vg-header--sticky {
    box-shadow: 0 2px 20px rgba(0,0,0,0.25);
    background-color: #1B2A4A;
}

.vg-header__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    height: 72px;
    display: flex;
    align-items: center;
    gap: 32px;
}

/* Logo */
.vg-header__logo {
    flex-shrink: 0;
}

.vg-header__logo img {
    height: 44px;
    width: auto;
    display: block;
}

/* Nav */
.vg-header__nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.vg-header__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 8px;
    align-items: center;
}

.vg-header__nav ul li a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: rgba(255,255,255,0.85) !important;
    text-decoration: none !important;
    padding: 8px 14px !important;
    border-radius: 0 !important;
    transition: color 0.2s ease !important;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.vg-header__nav ul li a:hover,
.vg-header__nav ul li a.active {
    color: #C17F24 !important;
}

/* Rechts: account + CTA */
.vg-header__right {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.vg-header__login {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: rgba(255,255,255,0.85) !important;
    text-decoration: none !important;
    padding: 8px 14px !important;
    transition: color 0.2s ease !important;
    white-space: nowrap;
}

.vg-header__login:hover {
    color: #C17F24 !important;
}

.vg-header__cta {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    background-color: #C17F24 !important;
    text-decoration: none !important;
    padding: 10px 20px !important;
    border-radius: 0 !important;
    transition: background-color 0.2s ease !important;
    white-space: nowrap;
    display: inline-block;
}

.vg-header__cta:hover {
    background-color: #A06A1A !important;
    color: #FFFFFF !important;
}

.vg-header__cta--outline {
    background-color: transparent !important;
    border: 2px solid rgba(255,255,255,0.3) !important;
    color: rgba(255,255,255,0.85) !important;
}

.vg-header__cta--outline:hover {
    border-color: #C17F24 !important;
    color: #C17F24 !important;
    background-color: transparent !important;
}

/* Account dropdown */
.vg-header__account {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.vg-header__avatar img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.2);
    display: block;
}

.vg-header__username {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* Hamburger */
.vg-header__burger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    margin-left: auto;
}

.vg-header__burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #FFFFFF;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.vg-header__burger--open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.vg-header__burger--open span:nth-child(2) {
    opacity: 0;
}
.vg-header__burger--open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobiel menu */
.vg-header__mobile-menu {
    display: none;
    background: #1B2A4A;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.vg-header__mobile-menu--open {
    display: block;
}

.vg-header__mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.vg-header__mobile-menu ul li a {
    display: block;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: rgba(255,255,255,0.85) !important;
    text-decoration: none !important;
    padding: 14px 24px !important;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    transition: color 0.2s ease, background 0.2s ease !important;
}

.vg-header__mobile-menu ul li a:hover {
    color: #C17F24 !important;
    background: rgba(255,255,255,0.04) !important;
}

.vg-header__mobile-menu ul li a.vg-mobile-cta {
    color: #C17F24 !important;
    font-weight: 700 !important;
}

/* Spacer voor fixed header */
.vg-header-spacer {
    height: 72px;
}

/* Responsive */
@media (max-width: 900px) {
    .vg-header__nav,
    .vg-header__right {
        display: none;
    }
    .vg-header__burger {
        display: flex;
    }
    .vg-header__inner {
        padding: 0 20px;
    }
}

/* ===================================================================
   VG FOOTER — Volledig nieuw design (Zoofy stijl)
=================================================================== */

/* Verberg Listeo footer */
#footer,
.footer-section,
.footer-wrapper,
.new-footer-wrapper {
    display: none !important;
}

#vg-footer {
    font-family: 'Montserrat', sans-serif;
    background-color: #1B2A4A;
    color: rgba(255,255,255,0.75);
    margin-top: 0;
}

.vg-footer__main {
    padding: 64px 0 48px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.vg-footer__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
}

/* Kolom 1: Brand */
.vg-footer__logo {
    display: inline-block;
    margin-bottom: 20px;
}

.vg-footer__logo img {
    height: 40px;
    width: auto;
}

.vg-footer__desc {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.6);
    margin-bottom: 20px;
    max-width: 280px;
}

.vg-footer__usps {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vg-footer__usp {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Kolom headings */
.vg-footer__heading {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #C17F24;
    display: inline-block;
}

/* Links */
.vg-footer__links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vg-footer__links li a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.65) !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.vg-footer__links li a:hover {
    color: #C17F24 !important;
}

/* Contact */
.vg-footer__contact {
    margin-top: 20px;
}

.vg-footer__contact-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    color: rgba(255,255,255,0.65) !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.vg-footer__contact-link:hover {
    color: #C17F24 !important;
}

/* Bottom balk */
.vg-footer__bottom {
    background-color: rgba(0,0,0,0.2);
    padding: 18px 0;
}

.vg-footer__bottom-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.vg-footer__copy {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
}

.vg-footer__bottom-links {
    display: flex;
    gap: 20px;
}

.vg-footer__bottom-links a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    color: rgba(255,255,255,0.45) !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.vg-footer__bottom-links a:hover {
    color: #C17F24 !important;
}

/* Footer responsive */
@media (max-width: 1024px) {
    .vg-footer__inner {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .vg-footer__col--brand {
        grid-column: 1 / -1;
    }
    .vg-footer__desc {
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    .vg-footer__inner {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 0 20px;
    }
    .vg-footer__main {
        padding: 40px 0 32px;
    }
    .vg-footer__bottom-inner {
        flex-direction: column;
        text-align: center;
        padding: 0 20px;
    }
}

/* ============================================================
   APP MOCKUP SECTIE — versie 8.0
   ============================================================ */
.vg-app-mockup {
    background: #1B2A4A;
    padding: 80px 0;
}
.vg-app-mockup__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.vg-app-mockup__phone-wrap {
    display: flex;
    justify-content: center;
    position: relative;
}
.vg-phone {
    position: relative;
    display: inline-block;
}
.vg-phone__frame {
    width: 280px;
    background: #0d1b2e;
    border-radius: 36px;
    border: 3px solid #2d4a6e;
    box-shadow: 0 40px 80px rgba(0,0,0,0.5), inset 0 0 0 1px rgba(255,255,255,0.05);
    overflow: hidden;
    position: relative;
    padding: 20px 12px 30px;
}
.vg-phone__notch {
    width: 80px;
    height: 20px;
    background: #0d1b2e;
    border-radius: 0 0 12px 12px;
    margin: 0 auto 8px;
    position: relative;
    z-index: 2;
}
.vg-phone__screen {
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    height: 480px;
}
.vg-phone__screenshot {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}
.vg-phone__home-btn {
    width: 40px;
    height: 4px;
    background: #2d4a6e;
    border-radius: 2px;
    margin: 12px auto 0;
}
.vg-phone__deco {
    position: absolute;
    background: #fff;
    border-radius: 12px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1B2A4A;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    white-space: nowrap;
}
.vg-phone__deco--1 {
    top: 60px;
    right: -60px;
}
.vg-phone__deco--2 {
    bottom: 80px;
    left: -70px;
}
.vg-app-mockup__content {
    color: #fff;
}
.vg-app-mockup__eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C17F24;
    margin-bottom: 12px;
}
.vg-app-mockup__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 16px;
}
.vg-app-mockup__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin-bottom: 32px;
}
.vg-app-mockup__list {
    list-style: none;
    padding: 0;
    margin: 0 0 36px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.vg-app-mockup__item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.vg-app-mockup__check {
    width: 28px;
    height: 28px;
    background: #C17F24;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}
.vg-app-mockup__item strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 4px;
}
.vg-app-mockup__item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    margin: 0;
    line-height: 1.5;
}
.vg-app-mockup__actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.vg-btn--outline-dark {
    display: inline-block;
    padding: 14px 28px;
    border: 2px solid rgba(255,255,255,0.3);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all 0.2s;
    border-radius: 0;
}
.vg-btn--outline-dark:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
    color: #fff;
}

/* VAKMENSEN KAARTEN GRID */
.vg-vakmensen-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}
.vg-vakman-card {
    display: block;
    text-decoration: none;
    background: #fff;
    border: 1px solid #e8e5e0;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}
.vg-vakman-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.1);
}
.vg-vakman-card__img {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.vg-vakman-card__badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #C17F24;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 10px;
}
.vg-vakman-card__body {
    padding: 20px;
}
.vg-vakman-card__name {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #1B2A4A;
    margin: 0 0 8px;
}
.vg-vakman-card__loc {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #888;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.vg-vakman-card__rating {
    display: flex;
    align-items: center;
    gap: 6px;
}
.vg-vakman-card__stars {
    color: #C17F24;
    font-size: 14px;
}
.vg-vakman-card__score {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1B2A4A;
}
.vg-vakman-card__reviews {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #999;
}

/* RESPONSIVE — app mockup + vakmensen grid */
@media (max-width: 900px) {
    .vg-app-mockup__grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .vg-phone__deco--1,
    .vg-phone__deco--2 {
        display: none;
    }
    .vg-vakmensen-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 600px) {
    .vg-vakmensen-grid {
        grid-template-columns: 1fr;
    }
    .vg-app-mockup__title {
        font-size: 26px;
    }
    .vg-phone__frame {
        width: 220px;
    }
    .vg-phone__screen {
        height: 380px;
    }
}

/* ============================================================
   FINALE CTA CARD (Molenaar/AquaMera stijl)
   ============================================================ */
.vg-cta-card-wrap {
    padding: 60px 24px 80px;
    background: #F8F7F5;
}
.vg-cta-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    background: #1B2A4A;
    overflow: hidden;
    max-width: 1100px;
    margin: 0 auto;
    min-height: 320px;
    box-shadow: 0 16px 48px rgba(27,42,74,0.18);
}
.vg-cta-card__content {
    padding: 56px 56px 56px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vg-cta-card__eyebrow {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C17F24;
    display: block;
    margin-bottom: 16px;
}
.vg-cta-card__title {
    font-family: Montserrat, sans-serif;
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 18px;
}
.vg-cta-card__sub {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    color: rgba(255,255,255,0.78);
    line-height: 1.65;
    margin: 0 0 32px;
    max-width: 420px;
}
.vg-cta-card__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}
.vg-cta-card__actions .vg-btn--primary {
    background: #C17F24;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 32px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.2s;
    border: 2px solid #C17F24;
}
.vg-cta-card__actions .vg-btn--primary:hover {
    background: #A06A1A;
    border-color: #A06A1A;
}
.vg-cta-card__actions .vg-btn--outline-dark {
    background: transparent;
    color: rgba(255,255,255,0.85);
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 28px;
    text-decoration: none;
    display: inline-block;
    border: 2px solid rgba(255,255,255,0.35);
    transition: border-color 0.2s, color 0.2s;
}
.vg-cta-card__actions .vg-btn--outline-dark:hover {
    border-color: rgba(255,255,255,0.75);
    color: #fff;
}
.vg-cta-card__image {
    position: relative;
    overflow: hidden;
    min-height: 320px;
}
.vg-cta-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}
.vg-cta-card__image::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(27,42,74,0.25) 0%, transparent 50%);
    z-index: 1;
    pointer-events: none;
}
@media (max-width: 768px) {
    .vg-cta-card {
        grid-template-columns: 1fr;
    }
    .vg-cta-card__content {
        padding: 40px 28px;
    }
    .vg-cta-card__title {
        font-size: 28px;
    }
    .vg-cta-card__image {
        min-height: 240px;
    }
}

/* ============================================
   FILTER SIDEBAR — VakmanGeregeld.nl
   Version: 80.0
   ============================================ */

.vg-filter-sidebar {
    background: #fff;
    border: 1px solid #e8e4dc;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.vg-filter-block {
    padding: 20px 22px;
    border-bottom: 1px solid #f0ece4;
}

.vg-filter-block:last-child {
    border-bottom: none;
}

.vg-filter-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #1B2A4A;
    margin: 0 0 12px 0;
}

.vg-filter-select-wrap {
    position: relative;
}

.vg-filter-select-wrap::after {
    content: '';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #1B2A4A;
    pointer-events: none;
}

.vg-filter-select {
    width: 100%;
    padding: 10px 32px 10px 12px;
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #1B2A4A;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    transition: border-color 0.2s;
}

.vg-filter-select:focus {
    border-color: #C17F24;
}

/* Checkboxes */
.vg-filter-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vg-filter-checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 13px;
    color: #444;
    font-weight: 500;
    line-height: 1.3;
    transition: color 0.15s;
}

.vg-filter-checkbox-label:hover {
    color: #C17F24;
}

.vg-filter-checkbox {
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 0;
    cursor: pointer;
    accent-color: #C17F24;
    flex-shrink: 0;
}

.vg-filter-checkbox-text {
    flex: 1;
}

.vg-filter-count {
    color: #aaa;
    font-size: 11px;
    font-weight: 400;
}

/* Buttons */
.vg-filter-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vg-filter-btn {
    display: block;
    width: 100%;
    padding: 12px 20px;
    background: #C17F24;
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background 0.2s;
    text-align: center;
}

.vg-filter-btn:hover {
    background: #A06A1A;
}

.vg-filter-reset {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #888;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.vg-filter-reset:hover {
    color: #C17F24;
    text-decoration: underline;
}

/* Override Listeo sidebar wrapper */
.sidebar.sticky.right {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
}

/* Responsive */
@media (max-width: 991px) {
    .vg-filter-sidebar {
        margin-bottom: 30px;
    }
}

/* ============================================
   LISTINGS TITLEBAR — VakmanGeregeld.nl
   ============================================ */

.vg-listings-titlebar {
    background: #1B2A4A;
    padding: 28px 0;
    margin-bottom: 0;
}

.vg-listings-titlebar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.vg-listings-titlebar__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px 0;
    line-height: 1.2;
}

.vg-listings-titlebar__meta {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin: 0;
    font-weight: 400;
}

.vg-listings-titlebar__count {
    color: #C17F24;
    font-weight: 700;
}

.vg-listings-titlebar__cta {
    display: inline-block;
    padding: 10px 22px;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.3);
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
    border-radius: 0;
}

.vg-listings-titlebar__cta:hover {
    background: #C17F24;
    border-color: #C17F24;
    color: #fff;
}

/* Listings archive container spacing */
.container.left-sidebar {
    padding-top: 40px;
    padding-bottom: 60px;
}

/* Sidebar column spacing */
.container.left-sidebar .col-lg-3 {
    padding-right: 30px;
}

/* Responsive */
@media (max-width: 768px) {
    .vg-listings-titlebar__inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .vg-listings-titlebar__title {
        font-size: 20px;
    }
    .vg-listings-titlebar__cta {
        display: none;
    }
}

/* ============================================
   FILTER SIDEBAR FIXES — Checkbox overlap fix
   ============================================ */

/* Force correct flex layout on filter checkboxes */
.vg-filter-sidebar .vg-filter-checkbox-label {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    cursor: pointer;
    font-size: 13px;
    color: #444;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0 !important;
    padding: 2px 0;
}

.vg-filter-sidebar .vg-filter-checkbox {
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    top: 0 !important;
    vertical-align: middle !important;
    accent-color: #C17F24;
    cursor: pointer;
}

.vg-filter-sidebar .vg-filter-checkbox-text {
    flex: 1;
    display: inline !important;
}

.vg-filter-sidebar .vg-filter-count {
    color: #aaa;
    font-size: 11px;
    font-weight: 400;
    white-space: nowrap;
}

/* Top spacing for the listings content area */
.container.left-sidebar.margin-top-40 {
    margin-top: 0 !important;
    padding-top: 40px;
}

/* Sidebar sticky top spacing */
.container.left-sidebar .sticky {
    top: 20px !important;
}

/* ============================================
   FILTER SIDEBAR — Checkbox row fix (div-based)
   ============================================ */

/* Checkbox row: div wrapping input + label side by side */
.vg-filter-sidebar .vg-filter-checkbox-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 6px !important;
}

/* The checkbox input itself */
.vg-filter-sidebar .vg-filter-checkbox-row .vg-filter-checkbox {
    display: inline-block !important;
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    accent-color: #C17F24;
    cursor: pointer;
}

/* The label next to the checkbox */
.vg-filter-sidebar .vg-filter-checkbox-row .vg-filter-checkbox-label {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex: 1 !important;
    gap: 4px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #444 !important;
    margin-bottom: 0 !important;
    cursor: pointer;
    line-height: 1.3 !important;
}

/* Override Listeo's label span style */
.vg-filter-sidebar .vg-filter-checkbox-row .vg-filter-checkbox-label span {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #444 !important;
}

.vg-filter-sidebar .vg-filter-count {
    color: #aaa !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
}

/* ============================================
   FILTER SIDEBAR — Custom styled checkboxes
   Verbergt native checkbox, vervangt met CSS
   ============================================ */

/* Hide native checkbox completely */
.vg-filter-sidebar .vg-filter-checkbox-row input[type="checkbox"].vg-filter-checkbox {
    position: absolute !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    pointer-events: none !important;
}

/* Label becomes the full clickable row */
.vg-filter-sidebar .vg-filter-checkbox-row {
    position: relative;
    display: block !important;
    margin-bottom: 5px !important;
}

.vg-filter-sidebar .vg-filter-checkbox-row .vg-filter-checkbox-label {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 3px 0 !important;
    cursor: pointer !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #444 !important;
    margin-bottom: 0 !important;
    line-height: 1.4 !important;
    user-select: none;
}

/* Custom checkbox box using ::before */
.vg-filter-sidebar .vg-filter-checkbox-row .vg-filter-checkbox-label::before {
    content: '' !important;
    display: inline-block !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    border: 2px solid #ccc !important;
    background: #fff !important;
    border-radius: 0 !important;
    transition: all 0.15s ease !important;
    flex-shrink: 0 !important;
}

/* Checked state */
.vg-filter-sidebar .vg-filter-checkbox-row input[type="checkbox"]:checked + .vg-filter-checkbox-label::before {
    background: #C17F24 !important;
    border-color: #C17F24 !important;
}

/* Checkmark using ::after */
.vg-filter-sidebar .vg-filter-checkbox-row .vg-filter-checkbox-label::after {
    content: '' !important;
    display: none !important;
    position: absolute !important;
    left: 5px !important;
    top: 7px !important;
    width: 5px !important;
    height: 9px !important;
    border: 2px solid #fff !important;
    border-top: none !important;
    border-left: none !important;
    transform: rotate(45deg) !important;
}

.vg-filter-sidebar .vg-filter-checkbox-row input[type="checkbox"]:checked + .vg-filter-checkbox-label::after {
    display: block !important;
}

/* Hover state */
.vg-filter-sidebar .vg-filter-checkbox-row .vg-filter-checkbox-label:hover::before {
    border-color: #C17F24 !important;
}

/* Label text and count */
.vg-filter-sidebar .vg-filter-checkbox-row .vg-filter-checkbox-label .vg-filter-checkbox-text {
    flex: 1 !important;
    color: #444 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.vg-filter-sidebar .vg-filter-checkbox-row .vg-filter-checkbox-label .vg-filter-count {
    color: #aaa !important;
    font-size: 11px !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
    margin-left: auto !important;
}

/* ============================================
   FILTER SIDEBAR — Force ::before inline-flex
   Fixes Listeo label { display: block } override
   ============================================ */

/* Force the ::before to be inline-flex, not block */
.vg-filter-sidebar .vg-filter-checkbox-row .vg-filter-checkbox-label::before {
    display: inline-flex !important;
    align-self: center !important;
    flex-shrink: 0 !important;
    content: '' !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    min-height: 16px !important;
    border: 2px solid #ccc !important;
    background: #fff !important;
    border-radius: 0 !important;
    box-sizing: border-box !important;
    margin-right: 0 !important;
    vertical-align: middle !important;
}

/* Checked state for ::before */
.vg-filter-sidebar .vg-filter-checkbox-row input[type="checkbox"]:checked + .vg-filter-checkbox-label::before {
    background: #C17F24 !important;
    border-color: #C17F24 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2.5' d='M3 8l3.5 3.5L13 4'/%3E%3C/svg%3E") !important;
    background-size: 12px 12px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* Remove the ::after checkmark (using SVG in ::before instead) */
.vg-filter-sidebar .vg-filter-checkbox-row .vg-filter-checkbox-label::after {
    display: none !important;
    content: none !important;
}

/* ============================================
   FILTER SIDEBAR — SVG Checkbox Rows
   Volledig onafhankelijk van Listeo CSS
   ============================================ */

.vg-filter-sidebar .vg-cb-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 4px 0 !important;
    cursor: pointer !important;
    user-select: none !important;
    margin-bottom: 2px !important;
}

.vg-filter-sidebar .vg-cb-row:hover .vg-cb-box svg rect {
    stroke: #C17F24 !important;
}

.vg-filter-sidebar .vg-cb-box {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    line-height: 1 !important;
}

.vg-filter-sidebar .vg-cb-box svg {
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0 !important;
}

.vg-filter-sidebar .vg-cb-text {
    flex: 1 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #444 !important;
    line-height: 1.3 !important;
    display: inline !important;
}

.vg-filter-sidebar .vg-cb-count {
    font-size: 11px !important;
    color: #aaa !important;
    font-weight: 400 !important;
    white-space: nowrap !important;
    display: inline !important;
}

/* ============================================================
   VG FILTER — Witruimte & Dropdown Fix (v27)
   ============================================================ */

/* Verwijder de 75px margin-top die Listeo op de sidebar kolom zet */
.container.left-sidebar .col-lg-3.margin-top-75,
.container.left-sidebar .col-md-4.margin-top-75,
.sticky-wrapper > .col-lg-3.margin-top-75,
.sticky-wrapper > .col-md-4.margin-top-75 {
    margin-top: 0 !important;
}

/* Fix select dropdown: overschrijf Listeo's 51px hoogte en zorg voor leesbare tekst */
.vg-filter-sidebar select.vg-filter-select,
#listeo_core-search-form select.vg-filter-select {
    height: auto !important;
    line-height: 1.4 !important;
    padding: 10px 32px 10px 12px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #1B2A4A !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.vg-filter-sidebar select.vg-filter-select option,
#listeo_core-search-form select.vg-filter-select option {
    color: #1B2A4A !important;
    background-color: #fff !important;
}

/* Remove dashboard top padding */
#dashboard {
    padding-top: 0 !important;
}

/* ============================================================
   Profiel bewerken: verberg Dienstcategorieën veld (dynamisch geïnjecteerd)
   ============================================================ */
.form-field-service_category-container {
    display: none !important;
}

/* ============================================================
   Profielpagina: verberg Kenmerken (listing_feature) sectie
   ============================================================ */
.listing-features.checkboxes,
.listing-features.checkboxes + h2.listing-desc-headline,
h2.listing-desc-headline + ul.listing-features.checkboxes {
    display: none !important;
}
/* Verberg ook de h2 "Kenmerken" kop die erboven staat */
h2.listing-desc-headline:has(+ ul.listing-features) {
    display: none !important;
}

/* ============================================================
   Profiel bewerken: verberg kaart in Locatie sectie
   ============================================================ */
#submit_map {
    display: none !important;
}

/* ============================================================
   Profielpagina: adrestekst onder de kaart
   ============================================================ */
.vg-listing-address {
    margin-top: 16px;
    font-size: 15px;
    color: #1B2A4A;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}
.vg-listing-address i {
    color: #C17F24;
    margin-right: 6px;
}

/* ============================================================
   VakmanGeregeld.nl - Profiel Pagina Redesign (v33.0)
   ============================================================ */

/* HERO BANNER */
.vg-profile-hero {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 0;
}
.vg-profile-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(27,42,74,0.25) 0%, rgba(27,42,74,0.55) 100%);
}

/* PROFIEL HEADER */
.vg-profile-header {
    display: flex !important;
    align-items: flex-start;
    gap: 20px;
    padding: 28px 0 20px !important;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0 !important;
}
.vg-profile-logo {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border: 2px solid #e8e8e8;
    overflow: hidden;
    background: #fff;
}
.vg-profile-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vg-profile-header-info {
    flex: 1;
    min-width: 0;
}
.vg-profile-header-info h1 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #1B2A4A !important;
    margin: 4px 0 8px !important;
    line-height: 1.2 !important;
}

/* RATING IN HEADER */
.vg-profile-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.vg-rating-score {
    font-size: 15px;
    font-weight: 700;
    color: #1B2A4A;
}
.vg-rating-count {
    font-size: 13px;
    color: #777;
    text-decoration: none;
}
.vg-rating-count:hover { color: #C17F24; }

/* VERTROUWENSSIGNALEN BADGES */
.vg-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}
.vg-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid #e0e0e0;
    background: #f8f7f5;
    color: #444;
    white-space: nowrap;
}
.vg-badge i { font-size: 11px; }
.vg-badge-verified {
    background: #f0f9f0;
    border-color: #4caf50;
    color: #2e7d32;
}
.vg-badge-verified i { color: #4caf50; }
.vg-badge-location i,
.vg-badge-since i,
.vg-badge-reviews i { color: #C17F24; }

/* ADRES + MINI-KAART ROW */
.vg-profile-address-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.vg-profile-address-text {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #555;
}
.vg-profile-address-text i { color: #C17F24; }
.vg-profile-minimap {
    width: 140px;
    height: 80px;
    flex-shrink: 0;
    border: 1px solid #ddd;
    overflow: hidden;
    z-index: 1;
}

/* CTA KNOPPEN IN HEADER */
.vg-profile-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}
.vg-btn-primary {
    background: #C17F24 !important;
    color: #fff !important;
    border: none !important;
    padding: 11px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    border-radius: 0 !important;
    transition: background 0.2s !important;
}
.vg-btn-primary:hover { background: #a86d1e !important; color: #fff !important; }
.vg-btn-secondary {
    background: #fff !important;
    color: #1B2A4A !important;
    border: 2px solid #1B2A4A !important;
    padding: 9px 18px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    border-radius: 0 !important;
    transition: all 0.2s !important;
}
.vg-btn-secondary:hover { background: #1B2A4A !important; color: #fff !important; }

/* HIDE ORIGINAL TITLEBAR ELEMENTS we replaced */
.vg-profile-header .listing-address { display: none !important; }

/* HIDE LOCATIE SECTIE ONDERAAN (kaart zit nu in header) */
#listing-location { display: none !important; }
#listing-nav-location { display: none !important; }

/* TABS - opgeschoond */
.listing-nav li a { font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 600; }

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .vg-profile-hero { height: 200px; }
    .vg-profile-header { flex-direction: column; gap: 12px; }
    .vg-profile-logo { width: 64px; height: 64px; }
    .vg-profile-header-info h1 { font-size: 20px !important; }
    .vg-profile-address-row { flex-direction: column; align-items: flex-start; gap: 10px; }
    .vg-profile-minimap { width: 100%; height: 100px; }
    .vg-profile-cta { flex-direction: column; }
    .vg-btn-primary, .vg-btn-secondary { width: 100%; justify-content: center; }
    .vg-trust-badges { gap: 6px; }
}

/* ============================================================
   VakmanGeregeld.nl - Profiel Pagina CSS Verfijning (v34.0)
   ============================================================ */

/* HERO - grotere hoogte */
.vg-profile-hero {
    height: 260px !important;
    overflow: hidden;
}
.vg-profile-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* PROFIEL HEADER - betere spacing */
.listeo-single-listing-content > #titlebar {
    padding: 24px 0 20px !important;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px !important;
}

/* Profielfoto - scherpe hoeken, goede grootte */
.vg-profile-logo {
    width: 72px !important;
    height: 72px !important;
    border-radius: 0 !important;
    border: 2px solid #e0e0e0 !important;
    flex-shrink: 0;
    overflow: hidden;
    background: #fff;
}
.vg-profile-logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 0 !important;
}

/* Naam H1 */
.vg-profile-header-info h1.listing-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1B2A4A !important;
    margin: 0 0 6px !important;
    line-height: 1.25 !important;
}

/* Specialisme tags */
.vg-specialisme-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}
.vg-specialisme-tags a {
    font-size: 11px;
    font-weight: 600;
    color: #555;
    background: #f0f0f0;
    padding: 3px 8px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
}
.vg-specialisme-tags a:hover { background: #C17F24; color: #fff; }

/* Rating rij */
.vg-profile-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.vg-profile-rating .star-rating { font-size: 14px; }
.vg-rating-score { font-size: 14px; font-weight: 700; color: #1B2A4A; }
.vg-rating-count { font-size: 13px; color: #888; }

/* Trust badges */
.vg-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}
.vg-badge {
    font-size: 11px;
    padding: 4px 9px;
    border-radius: 0 !important;
}

/* Adres + minikaart rij */
.vg-profile-address-row {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px;
}
.vg-profile-address-text {
    font-size: 13px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 4px;
}
.vg-profile-minimap {
    width: 160px !important;
    height: 90px !important;
    flex-shrink: 0;
    border: 1px solid #ddd;
    overflow: hidden;
}

/* CTA knoppen */
.vg-profile-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.vg-btn-primary, .vg-btn-secondary {
    font-size: 13px !important;
    padding: 10px 18px !important;
    border-radius: 0 !important;
}

/* NAVIGATIE TABS */
.listing-nav-container {
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 24px;
}
.listing-nav {
    display: flex;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.listing-nav li a {
    display: block;
    padding: 12px 18px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #777;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: all 0.15s;
    letter-spacing: 0.5px;
}
.listing-nav li a:hover,
.listing-nav li a.active {
    color: #C17F24;
    border-bottom-color: #C17F24;
}

/* SIDEBAR - opschonen */
.listeo-single-listing-sidebar .widget {
    border: 1px solid #e8e8e8;
    padding: 20px;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 0 !important;
}
/* Verberg dubbele sidebar widget (widget_listing_owner toont al info in header) */
.listeo-single-listing-sidebar #widget_listing_owner-1 {
    display: none !important;
}
/* Stuur een bericht knop in sidebar - maak prominent */
.listeo-single-listing-sidebar .button.border {
    display: block;
    width: 100%;
    text-align: center;
    background: #C17F24 !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 20px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    margin-bottom: 10px;
}
.listeo-single-listing-sidebar .button.border:hover {
    background: #a86d1e !important;
}

/* GALERIJ SECTIE */
#listing-gallery {
    margin-bottom: 30px;
}
#listing-gallery h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1B2A4A;
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
}

/* REVIEWS SECTIE */
#listing-reviews .listing-reviews-summary {
    background: #f8f7f5;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #e8e8e8;
}
#listing-reviews h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1B2A4A;
    margin-bottom: 16px;
    font-family: 'Montserrat', sans-serif;
}

/* LOCATIE TAB - verberg (kaart zit al in header) */
#listing-location {
    display: none !important;
}
#listing-nav-location { display: none !important; }

/* MOBILE */
@media (max-width: 768px) {
    .vg-profile-hero { height: 180px !important; }
    .vg-profile-address-row { flex-direction: column; }
    .vg-profile-minimap { width: 100% !important; height: 100px !important; }
    .vg-profile-cta { flex-direction: column; }
    .vg-btn-primary, .vg-btn-secondary { width: 100%; justify-content: center; }
}

/* ============================================================
   2-KOLOM PROFIEL HEADER (v35.0)
   ============================================================ */

/* Wrapper: profielfoto + 2-kolom naast elkaar */
.vg-profile-header.listing-titlebar {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 0 20px !important;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px !important;
}

/* 2-kolom container */
.vg-profile-header-cols {
    display: flex;
    flex: 1;
    gap: 30px;
    align-items: flex-start;
}

/* Linker kolom: neemt beschikbare ruimte */
.vg-profile-header-left {
    flex: 1;
    min-width: 0;
}

/* Rechter kolom: vaste breedte voor kaart */
.vg-profile-header-right {
    flex: 0 0 280px;
    width: 280px;
}

/* Grote kaart in rechter kolom */
.vg-profile-map-large {
    width: 100% !important;
    height: 200px !important;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 8px;
}

/* Adres onder de kaart */
.vg-profile-map-address {
    font-size: 13px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
}
.vg-profile-map-address i {
    color: #C17F24;
}

/* Verberg de oude minimap CSS (niet meer gebruikt) */
.vg-profile-address-row { display: none !important; }
.vg-profile-minimap { display: none !important; }

/* MOBILE: stapel de kolommen */
@media (max-width: 900px) {
    .vg-profile-header.listing-titlebar {
        flex-direction: column;
    }
    .vg-profile-header-cols {
        flex-direction: column;
        width: 100%;
    }
    .vg-profile-header-right {
        flex: none;
        width: 100%;
    }
    .vg-profile-map-large {
        height: 160px !important;
    }
}

/* ============================================================
   TRUST BADGES: zelfde grootte als specialisme-tags (v36.0)
   ============================================================ */

/* Specialisme tags (referentie stijl) */
.vg-specialisme-tags a {
    display: inline-block;
    font-size: 12px !important;
    font-weight: 500;
    padding: 4px 10px !important;
    border: 1px solid #ddd;
    color: #555 !important;
    text-decoration: none;
    margin: 0 4px 4px 0;
    background: #fff;
    transition: border-color 0.2s, color 0.2s;
}
.vg-specialisme-tags a:hover {
    border-color: #C17F24;
    color: #C17F24 !important;
}

/* Trust badges: zelfde grootte als specialisme-tags */
.vg-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 8px !important;
}
.vg-badge {
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 4px 10px !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
    color: #555 !important;
    border-radius: 0 !important;
    margin: 0 !important;
    line-height: 1.4;
}
.vg-badge i {
    font-size: 11px !important;
}
/* Geverifieerde vakman: groene rand */
.vg-badge-verified {
    border-color: #2e7d32 !important;
    color: #2e7d32 !important;
}
.vg-badge-verified i {
    color: #2e7d32 !important;
}
/* Locatie badge */
.vg-badge-location i { color: #C17F24 !important; }
/* Lid sinds badge */
.vg-badge-since i { color: #C17F24 !important; }
/* Beoordelingen badge */
.vg-badge-reviews i { color: #C17F24 !important; }

/* Wat ruimte tussen trust badges rij en de naam */
.vg-trust-badges + .listing-title {
    margin-top: 6px !important;
}
/* Wat ruimte tussen rating en specialisme tags */
.vg-profile-rating + .vg-specialisme-tags,
.vg-profile-rating {
    margin-bottom: 12px !important;
}
.vg-specialisme-tags {
    margin-top: 8px !important;
    margin-bottom: 16px !important;
}

/* ============================================================
   PROFIELPAGINA v2.0 — Clean, finished layout
   Gebaseerd op Thumbtack/Werkspot design principes
   ============================================================ */

/* ---- HERO ---- */
.vg-profile-hero {
    height: 220px !important;
    background-image: url('/wp-content/themes/listeo-child/images/profile-hero-banner.jpg') !important;
    background-size: cover !important;
    background-position: center 30% !important;
    position: relative !important;
    display: block !important;
}
.vg-profile-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(27,42,74,0.25) 0%, rgba(27,42,74,0.55) 100%);
}

/* ---- BREADCRUMB ---- */
.vg-breadcrumb-bar {
    background: #fff;
    border-bottom: 1px solid #e8e4de;
    padding: 10px 0;
}
.vg-breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #888;
    font-family: 'Montserrat', sans-serif;
}
.vg-breadcrumb a {
    color: #888;
    text-decoration: none;
    transition: color 0.15s;
}
.vg-breadcrumb a:hover { color: #C17F24; }
.vg-breadcrumb-sep { color: #bbb; }
.vg-breadcrumb-current {
    color: #1B2A4A;
    font-weight: 600;
}

/* ---- PAGE WRAPPER ---- */
.vg-profile-page {
    background: #F8F7F5;
    padding-bottom: 60px;
}
.vg-profile-page > .container {
    max-width: 900px !important;
    padding-top: 0 !important;
}

/* ---- PROFIEL HEADER WRAP ---- */
.vg-profile-header-wrap {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    background: #fff;
    border: 1px solid #e8e4de;
    padding: 24px;
    margin-top: 24px;
    margin-bottom: 0;
}

/* ---- LINKER KOLOM: foto + info ---- */
.vg-profile-header-main {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
    min-width: 0;
}

/* Profielfoto */
.vg-profile-logo {
    width: 72px !important;
    height: 72px !important;
    flex-shrink: 0;
    border: 2px solid #e8e4de;
    overflow: hidden;
    background: #f0ede8;
}
.vg-profile-logo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* Info blok */
.vg-profile-header-info {
    flex: 1;
    min-width: 0;
}

/* Trust badges */
.vg-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}
.vg-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    padding: 3px 8px;
    border-radius: 0 !important;
    border: 1px solid #e0ddd8;
    color: #555;
    background: #fafaf8;
}
.vg-badge i { font-size: 10px; }
.vg-badge-verified {
    color: #2d6a2d !important;
    border-color: #2d6a2d !important;
    background: #f0faf0 !important;
}
.vg-badge-verified i { color: #2d6a2d !important; }
.vg-badge-location i,
.vg-badge-since i,
.vg-badge-reviews i { color: #C17F24 !important; }

/* Naam */
.vg-profile-name {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #1B2A4A !important;
    margin: 0 0 6px !important;
    line-height: 1.2 !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* Rating */
.vg-profile-rating {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
}
.vg-profile-rating .star-rating { font-size: 13px; }
.vg-rating-value {
    font-size: 14px;
    font-weight: 700;
    color: #1B2A4A;
}
.vg-rating-count {
    font-size: 12px;
    color: #888;
    text-decoration: none;
}
.vg-rating-count:hover { color: #C17F24; }

/* Specialisme tags */
.vg-specialisme-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 14px;
}
.vg-specialisme-tags a {
    font-size: 11px;
    font-weight: 600;
    color: #555;
    background: #f0ede8;
    padding: 3px 8px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0;
    border: 1px solid #e0ddd8;
    transition: all 0.15s;
}
.vg-specialisme-tags a:hover {
    background: #C17F24;
    color: #fff;
    border-color: #C17F24;
}

/* CTA knoppen */
.vg-profile-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}
.vg-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #C17F24 !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    padding: 10px 18px !important;
    border-radius: 0 !important;
    border: none !important;
    text-decoration: none;
    transition: background 0.15s;
}
.vg-btn-primary:hover { background: #a86d1e !important; color: #fff !important; }
.vg-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff !important;
    color: #1B2A4A !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    padding: 10px 18px !important;
    border-radius: 0 !important;
    border: 2px solid #1B2A4A !important;
    text-decoration: none;
    transition: all 0.15s;
}
.vg-btn-secondary:hover {
    background: #1B2A4A !important;
    color: #fff !important;
}

/* ---- RECHTER KOLOM: kaart ---- */
.vg-profile-header-map {
    flex: 0 0 220px;
    width: 220px;
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid #e8e4de;
    overflow: hidden;
    background: #fff;
}
.vg-profile-map-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #999;
    padding: 8px 10px 4px;
    font-family: 'Montserrat', sans-serif;
}
.vg-profile-map-el {
    width: 100% !important;
    height: 140px !important;
    display: block;
}
.vg-profile-map-address {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    padding: 8px 10px;
    font-size: 11px;
    color: #555;
    border-top: 1px solid #e8e4de;
    line-height: 1.4;
}
.vg-profile-map-address i {
    color: #C17F24 !important;
    margin-top: 1px;
    flex-shrink: 0;
    font-size: 11px;
}

/* ---- NAVIGATIE TABS ---- */
.vg-profile-nav {
    background: #fff;
    border: 1px solid #e8e4de;
    border-top: none;
    margin-bottom: 20px;
}
.vg-profile-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0 8px;
    gap: 0;
}
.vg-profile-nav ul li a {
    display: block;
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #888;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: all 0.15s;
}
.vg-profile-nav ul li a:hover,
.vg-profile-nav ul li a.active {
    color: #C17F24;
    border-bottom-color: #C17F24;
}

/* ---- CONTENT SECTIES ---- */
.vg-profile-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.vg-profile-section {
    background: #fff;
    border: 1px solid #e8e4de;
    padding: 24px;
}

/* Sectie titels */
.vg-section-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1B2A4A !important;
    font-family: 'Montserrat', sans-serif !important;
    margin: 0 0 16px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #e8e4de !important;
    letter-spacing: 0 !important;
}

/* Overzicht sectie: beschrijving tekst */
.vg-profile-section p {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 12px;
}
.vg-profile-section p:last-child { margin-bottom: 0; }

/* Verberg overbodige Listeo elementen in overzicht */
.vg-profile-section .listing-address,
.vg-profile-section .listing-tags-container,
.vg-profile-section .listing-features,
.vg-profile-section .listing-checkboxes,
.vg-profile-section h2.listing-desc-headline:not(.vg-section-title),
.vg-profile-section .listing-desc-headline + ul.listing-features,
.vg-profile-section .listing-desc-headline + .listing-features {
    display: none !important;
}

/* Galerij: geen extra margin/padding van Listeo */
.vg-profile-section .listing-slider-small,
.vg-profile-section .gallery-items,
.vg-profile-section .listing-gallery-container {
    margin-top: 0 !important;
}

/* ---- REVIEWS SECTIE ---- */
/* Score samenvatting */
.vg-rating-summary {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e4de;
}
.vg-rating-score-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 3px;
    flex-shrink: 0;
    width: 80px;
}
.vg-score-number {
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #1B2A4A !important;
    line-height: 1;
    font-family: 'Montserrat', sans-serif !important;
}
.vg-score-label {
    font-size: 11px;
    color: #999;
}
.vg-score-count {
    font-size: 11px;
    color: #999;
    margin-top: 2px;
}
.vg-star-bars {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}
.vg-star-bar-row {
    display: flex;
    align-items: center;
    gap: 7px;
}
.vg-star-bar-label {
    width: 28px;
    text-align: right;
    font-size: 11px;
    color: #666;
    flex-shrink: 0;
}
.vg-star-bar-track {
    flex: 1;
    height: 5px;
    background: #e8e4de;
    overflow: hidden;
}
.vg-star-bar-fill {
    height: 100%;
    background: #C17F24;
}
.vg-star-bar-count {
    width: 14px;
    text-align: right;
    font-size: 11px;
    color: #999;
    flex-shrink: 0;
}
.vg-sub-scores {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
}
.vg-sub-score-row {
    display: flex;
    align-items: center;
    gap: 7px;
}
.vg-sub-score-name {
    width: 90px;
    font-size: 11px;
    color: #666;
    flex-shrink: 0;
}
.vg-sub-score-bar {
    flex: 1;
    height: 5px;
    background: #e8e4de;
    overflow: hidden;
}
.vg-sub-score-fill {
    height: 100%;
    background: #C17F24;
}
.vg-sub-score-row strong {
    width: 26px;
    text-align: right;
    font-size: 11px;
    color: #1B2A4A;
    flex-shrink: 0;
}

/* Reviews lijst */
.vg-reviews-list .comment-list {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
.vg-reviews-list .comment-list li {
    padding: 16px 0 !important;
    border-bottom: 1px solid #f0ede8 !important;
    margin: 0 !important;
    list-style: none !important;
}
.vg-reviews-list .comment-list li:last-child {
    border-bottom: none !important;
}
.vg-reviews-list .comment-list .avatar {
    width: 36px !important;
    height: 36px !important;
}
.vg-reviews-list .comment-list .helpful-review-btn,
.vg-reviews-list .comment-list .review-helpful {
    display: none !important;
}

/* Beoordeling toevoegen formulier */
.vg-add-review {
    margin-top: 20px !important;
    padding-top: 20px !important;
    border-top: 1px solid #e8e4de !important;
}
.vg-add-review h2 {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1B2A4A !important;
    margin-bottom: 14px !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* ---- VERBERG OVERBODIGE LISTEO ELEMENTEN ---- */
/* Verberg de sidebar volledig */
.listeo-single-listing-sidebar,
.col-lg-4.listeo-single-listing-sidebar {
    display: none !important;
}
/* Verberg Listeo's eigen titlebar (wij hebben onze eigen) */
.single-listing-page-titlebar {
    display: none !important;
}
/* Verberg Listeo's listing-section (wij gebruiken vg-profile-section) */
.listeo-single-listing-content .listing-section {
    display: none !important;
}
/* Verberg de listing-nav-container van Listeo (wij hebben vg-profile-nav) */
.listing-nav-container:not(.vg-profile-nav) {
    display: none !important;
}
/* Verberg Listeo's eigen #titlebar in de content kolom */
.listeo-single-listing-content > #titlebar:not(.vg-profile-header-wrap) {
    display: none !important;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
    .vg-profile-hero { height: 160px !important; }
    .vg-profile-header-wrap {
        flex-direction: column;
        gap: 16px;
        padding: 16px;
        margin-top: 16px;
    }
    .vg-profile-header-map {
        width: 100%;
        flex: none;
    }
    .vg-profile-map-el { height: 120px !important; }
    .vg-profile-name { font-size: 18px !important; }
    .vg-profile-cta { flex-direction: column; }
    .vg-btn-primary, .vg-btn-secondary { width: 100%; justify-content: center; }
    .vg-rating-summary { flex-wrap: wrap; gap: 16px; }
    .vg-profile-section { padding: 16px; }
}

/* === Profile page CSS refinements v38.0 === */

/* Fix gallery empty row */
.vg-gallery-grid .listing-slider-item:empty,
.vg-gallery-grid .slick-track,
#listing-gallery .listing-slider { margin-bottom: 0 !important; }
#listing-gallery .listing-slider .slick-list { padding-bottom: 0 !important; }

/* Reviews section title */
#listing-reviews .vg-section-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1B2A4A !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 2px solid #f0ede8 !important;
}

/* Compact section spacing */
.vg-profile-section { padding: 24px 28px !important; margin-bottom: 12px !important; }
.vg-profile-section + .vg-profile-section { margin-top: 0 !important; }

/* Remove extra space below gallery */
#listing-gallery { padding-bottom: 24px !important; }
#listing-gallery .listing-slider { margin-bottom: 0 !important; }

/* Fix breadcrumb spacing */
.vg-breadcrumb-bar { padding: 8px 0 !important; margin-bottom: 0 !important; background: transparent !important; border-bottom: none !important; }
.vg-breadcrumb-bar > .container { max-width: 900px !important; }

/* Tighten profile header card */
.vg-profile-header-wrap { padding: 20px 24px !important; margin-bottom: 12px !important; }

/* Compact nav tabs */
.vg-profile-nav { padding: 0 28px !important; margin-bottom: 0 !important; }
.vg-profile-nav a { padding: 10px 16px !important; font-size: 12px !important; }

/* ============================================================
   v40.0 — Hoe werkt het pagina
   ============================================================ */

/* ---- HERO ---- */
#vg-hwh { background: #F8F7F5; }

.vg-hwh-hero {
    background: #1B2A4A;
    padding: 80px 0 72px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.vg-hwh-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 60% 50%, rgba(193,127,36,0.12) 0%, transparent 70%);
    pointer-events: none;
}
.vg-hwh-hero__eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #C17F24;
    margin: 0 0 16px;
}
.vg-hwh-hero__h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 20px;
}
.vg-hwh-hero__accent { color: #C17F24; }
.vg-hwh-hero__lead {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    max-width: 560px;
    margin: 0 auto 36px;
    line-height: 1.6;
}
.vg-hwh-hero__actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.vg-hwh-hero__actions .vg-btn { display: inline-flex; align-items: center; gap: 8px; }
.vg-hwh-hero__trust {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: rgba(255,255,255,0.65);
    font-weight: 500;
}

/* ---- SECTION LABEL ---- */
.vg-hwh-section-label {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 5px 14px;
    margin-bottom: 16px;
}
.vg-hwh-section-label--klant { background: rgba(193,127,36,0.12); color: #C17F24; border-left: 3px solid #C17F24; }
.vg-hwh-section-label--vakman { background: rgba(27,42,74,0.1); color: #1B2A4A; border-left: 3px solid #1B2A4A; }

/* ---- STEPS ---- */
.vg-hwh-steps {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 0;
    align-items: start;
    margin: 48px 0 40px;
}
.vg-hwh-steps__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    margin-top: 60px;
    opacity: 0.5;
}
.vg-hwh-step {
    background: #fff;
    border: 1px solid #e8e4de;
    padding: 32px 28px;
    position: relative;
    text-align: center;
    transition: box-shadow 0.2s, transform 0.2s;
}
.vg-hwh-step:hover { box-shadow: 0 8px 32px rgba(27,42,74,0.1); transform: translateY(-3px); }
.vg-hwh-step__num {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background: #C17F24;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vg-hwh-step__num--vakman { background: #1B2A4A; }
.vg-hwh-step__icon {
    width: 64px;
    height: 64px;
    background: #F8F7F5;
    border: 1px solid #e8e4de;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 8px auto 20px;
}
.vg-hwh-step__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1B2A4A;
    margin: 0 0 12px;
}
.vg-hwh-step__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #5a6a7a;
    line-height: 1.6;
    margin: 0 0 16px;
}
.vg-hwh-step__tip {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    background: rgba(193,127,36,0.07);
    border-left: 2px solid #C17F24;
    padding: 8px 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #7a5c1e;
    line-height: 1.4;
    text-align: left;
}
.vg-hwh-step__tip svg { flex-shrink: 0; margin-top: 1px; }
.vg-hwh-step__tip--vakman { background: rgba(27,42,74,0.06); border-left-color: #1B2A4A; color: #1B2A4A; }

/* ---- VERGELIJKING ---- */
.vg-hwh-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin: 48px 0 0;
    border: 2px solid #C17F24;
}
.vg-hwh-compare__col { padding: 0; }
.vg-hwh-compare__col--vg { background: #fff; }
.vg-hwh-compare__col--other { background: #F8F7F5; border-left: 1px solid #e8e4de; }
.vg-hwh-compare__header {
    padding: 24px 28px;
    border-bottom: 1px solid #e8e4de;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 72px;
}
.vg-hwh-compare__col--vg .vg-hwh-compare__header { background: #1B2A4A; }
.vg-hwh-compare__logo { height: 28px; width: auto; }
.vg-hwh-compare__badge {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    background: #C17F24;
    color: #fff;
    padding: 3px 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.vg-hwh-compare__other-title { font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: 700; color: #5a6a7a; }
.vg-hwh-compare__list { list-style: none; margin: 0; padding: 8px 0; }
.vg-hwh-compare__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 28px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #f0ece6;
}
.vg-hwh-compare__item:last-child { border-bottom: none; }
.vg-hwh-compare__item--yes { color: #1B2A4A; }
.vg-hwh-compare__item--no { color: #9aacb8; text-decoration: line-through; text-decoration-color: #c62828; }

/* ---- DUBBELE CTA ---- */
.vg-hwh-cta-split { padding: 80px 0; background: #F8F7F5; }
.vg-hwh-cta-split__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.vg-hwh-cta-split__card { padding: 48px 40px; }
.vg-hwh-cta-split__card--klant { background: #fff; border: 2px solid #e8e4de; }
.vg-hwh-cta-split__card--vakman { background: #1B2A4A; border: 2px solid #1B2A4A; }
.vg-hwh-cta-split__icon { width: 72px; height: 72px; background: #F8F7F5; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.vg-hwh-cta-split__card--vakman .vg-hwh-cta-split__icon { background: rgba(255,255,255,0.1); }
.vg-hwh-cta-split__title { font-family: 'Montserrat', sans-serif; font-size: 22px; font-weight: 800; color: #1B2A4A; margin: 0 0 12px; }
.vg-hwh-cta-split__card--vakman .vg-hwh-cta-split__title { color: #fff; }
.vg-hwh-cta-split__text { font-family: 'Montserrat', sans-serif; font-size: 15px; color: #5a6a7a; line-height: 1.6; margin: 0 0 20px; }
.vg-hwh-cta-split__card--vakman .vg-hwh-cta-split__text { color: rgba(255,255,255,0.75); }
.vg-hwh-cta-split__list { list-style: none; margin: 0 0 28px; padding: 0; }
.vg-hwh-cta-split__list li { font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 600; color: #1B2A4A; padding: 5px 0; }
.vg-hwh-cta-split__card--vakman .vg-hwh-cta-split__list li { color: rgba(255,255,255,0.9); }

/* ---- BUTTONS ---- */
.vg-btn--outline-white {
    background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.6);
    font-family: 'Montserrat', sans-serif; font-weight: 700; padding: 14px 28px;
    cursor: pointer; transition: background 0.2s, border-color 0.2s;
    text-decoration: none; display: inline-block; font-size: 15px;
}
.vg-btn--outline-white:hover { background: rgba(255,255,255,0.1); border-color: #fff; color: #fff; }
.vg-btn--outline-dark {
    background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.4);
    font-family: 'Montserrat', sans-serif; font-weight: 700; padding: 14px 28px;
    cursor: pointer; transition: background 0.2s, border-color 0.2s;
    text-decoration: none; display: inline-block; font-size: 15px;
}
.vg-btn--outline-dark:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.8); color: #fff; }

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
    .vg-hwh-steps { grid-template-columns: 1fr; gap: 32px; }
    .vg-hwh-steps__arrow { display: none; }
    .vg-hwh-compare { grid-template-columns: 1fr; }
    .vg-hwh-compare__col--other { border-left: none; border-top: 1px solid #e8e4de; }
    .vg-hwh-cta-split__grid { grid-template-columns: 1fr; }
    .vg-hwh-cta-split__card { padding: 36px 20px; }
}
@media (max-width: 600px) {
    .vg-hwh-hero { padding: 56px 0 48px; }
    .vg-hwh-hero__lead { font-size: 15px; }
    .vg-hwh-hero__trust { gap: 12px; font-size: 12px; }
    .vg-hwh-step { padding: 28px 16px; }
    .vg-hwh-compare__item { padding: 12px 16px; font-size: 13px; }
}

/* ============================================================
   v41.0 — Opdracht plaatsen + Contact pagina's
   ============================================================ */

/* ---- OPDRACHT PLAATSEN HERO ---- */
#vg-op { font-family: 'Montserrat', sans-serif; }
.vg-op-hero {
    background: #1B2A4A;
    padding: 80px 0 70px;
    position: relative;
    overflow: hidden;
}
.vg-op-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(ellipse at 70% 50%, rgba(193,127,36,0.12) 0%, transparent 60%);
    pointer-events: none;
}
.vg-op-hero__inner {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 60px;
    align-items: center;
}
.vg-op-hero__eyebrow {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #C17F24;
    margin: 0 0 16px;
}
.vg-op-hero__h1 {
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 20px;
}
.vg-op-hero__accent { color: #C17F24; }
.vg-op-hero__lead {
    font-size: 17px;
    color: rgba(255,255,255,0.82);
    line-height: 1.7;
    margin: 0 0 28px;
    max-width: 520px;
}
.vg-op-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 32px;
}
.vg-op-hero__trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    font-weight: 500;
}
.vg-op-hero__cta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.vg-op-hero__login-link {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s;
}
.vg-op-hero__login-link:hover { color: #C17F24; }
.vg-op-hero__login-link strong { color: #fff; }

/* Hero card (mock opdracht) */
.vg-op-hero__card {
    background: #fff;
    border-radius: 0;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    overflow: hidden;
    border-top: 4px solid #C17F24;
}
.vg-op-hero__card-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 24px;
    border-bottom: 1px solid #f0ede8;
    background: #faf9f7;
}
.vg-op-hero__card-icon {
    width: 48px; height: 48px;
    background: rgba(193,127,36,0.1);
    display: flex; align-items: center; justify-content: center;
}
.vg-op-hero__card-title {
    font-size: 15px;
    font-weight: 700;
    color: #1B2A4A;
}
.vg-op-hero__card-sub {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}
.vg-op-hero__card-body { padding: 20px 24px; }
.vg-op-hero__card-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #f5f3ef;
    font-size: 14px;
}
.vg-op-hero__card-row:last-child { border-bottom: none; }
.vg-op-hero__card-label { color: #888; }
.vg-op-hero__card-value { font-weight: 600; color: #1B2A4A; }
.vg-op-hero__card-badge {
    background: rgba(42,122,74,0.1);
    color: #2a7a4a;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
}
.vg-op-hero__card-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: #faf9f7;
    border-top: 1px solid #f0ede8;
}
.vg-op-hero__card-avatars { display: flex; }
.vg-op-hero__card-avatar {
    width: 32px; height: 32px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-right: -8px;
    border: 2px solid #fff;
}
.vg-op-hero__card-footer-text {
    font-size: 13px;
    color: #666;
    margin-left: 16px;
}

/* ---- VLOERTYPES ---- */
.vg-op-types {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 40px;
}
.vg-op-type {
    background: #fff;
    border: 2px solid #e8e4dc;
    padding: 24px 20px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
    position: relative;
}
.vg-op-type:hover {
    border-color: #C17F24;
    box-shadow: 0 8px 24px rgba(193,127,36,0.15);
    transform: translateY(-2px);
}
.vg-op-type__icon {
    margin-bottom: 8px;
}
.vg-op-type__name {
    font-size: 16px;
    font-weight: 700;
    color: #1B2A4A;
}
.vg-op-type__sub {
    font-size: 13px;
    color: #888;
}
.vg-op-type__arrow {
    position: absolute;
    top: 20px; right: 20px;
    color: #C17F24;
    opacity: 0;
    transition: opacity 0.2s;
}
.vg-op-type:hover .vg-op-type__arrow { opacity: 1; }
.vg-op-type--other { border-style: dashed; }

/* ---- STEPS ---- */
.vg-op-steps {
    display: flex;
    align-items: flex-start;
    gap: 0;
    margin-top: 48px;
}
.vg-op-step {
    flex: 1;
    background: #faf9f7;
    border: 1px solid #e8e4dc;
    padding: 32px 28px;
    position: relative;
    text-align: center;
}
.vg-op-step__num {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px; height: 36px;
    background: #C17F24;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    display: flex; align-items: center; justify-content: center;
}
.vg-op-step__icon {
    margin: 8px auto 16px;
    width: 64px; height: 64px;
    background: rgba(193,127,36,0.08);
    display: flex; align-items: center; justify-content: center;
}
.vg-op-step__title {
    font-size: 18px;
    font-weight: 700;
    color: #1B2A4A;
    margin: 0 0 10px;
}
.vg-op-step__text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 16px;
}
.vg-op-step__time {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #C17F24;
    background: rgba(193,127,36,0.08);
    padding: 4px 12px;
}
.vg-op-steps__connector {
    display: flex;
    align-items: center;
    padding: 0 8px;
    margin-top: 60px;
    flex-shrink: 0;
}
.vg-op-steps__cta {
    text-align: center;
    margin-top: 40px;
}

/* ---- SOCIAL PROOF ---- */
.vg-op-proof {
    background: #1B2A4A;
    padding: 48px 0;
}
.vg-op-proof__grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.vg-op-proof__stat {
    flex: 1;
    text-align: center;
    padding: 0 24px;
}
.vg-op-proof__num {
    font-size: 40px;
    font-weight: 800;
    color: #C17F24;
    line-height: 1;
    margin-bottom: 4px;
}
.vg-op-proof__stars {
    color: #C17F24;
    font-size: 18px;
    margin-bottom: 4px;
}
.vg-op-proof__label {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    font-weight: 500;
}
.vg-op-proof__div {
    width: 1px;
    height: 60px;
    background: rgba(255,255,255,0.15);
    flex-shrink: 0;
}

/* ---- REVIEWS ---- */
.vg-op-reviews {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
}
.vg-op-review {
    background: #fff;
    border: 1px solid #e8e4dc;
    padding: 28px 24px;
    border-top: 3px solid #C17F24;
}
.vg-op-review__stars {
    color: #C17F24;
    font-size: 16px;
    margin-bottom: 14px;
}
.vg-op-review__text {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    margin: 0 0 20px;
    font-style: italic;
}
.vg-op-review__author {
    display: flex;
    align-items: center;
    gap: 12px;
}
.vg-op-review__avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}
.vg-op-review__name {
    font-size: 14px;
    font-weight: 700;
    color: #1B2A4A;
}
.vg-op-review__meta {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}

/* ---- FINALE CTA ---- */
.vg-op-final-cta {
    background: linear-gradient(135deg, #1B2A4A 0%, #243659 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.vg-op-final-cta::before {
    content: '';
    position: absolute;
    top: -50%; right: -10%;
    width: 500px; height: 500px;
    background: radial-gradient(circle, rgba(193,127,36,0.15) 0%, transparent 60%);
    pointer-events: none;
}
.vg-op-final-cta__inner {
    text-align: center;
    position: relative;
}
.vg-op-final-cta__title {
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 800;
    color: #fff;
    margin: 0 0 16px;
}
.vg-op-final-cta__text {
    font-size: 17px;
    color: rgba(255,255,255,0.8);
    max-width: 560px;
    margin: 0 auto 36px;
    line-height: 1.7;
}
.vg-op-final-cta__actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.vg-op-final-cta__note {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    margin: 0;
}

/* ============================================================
   CONTACT PAGINA
   ============================================================ */
#vg-contact { font-family: 'Montserrat', sans-serif; }

/* Hero */
.vg-contact-hero {
    background: #1B2A4A;
    padding: 70px 0 60px;
    position: relative;
    overflow: hidden;
}
.vg-contact-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(ellipse at 30% 50%, rgba(193,127,36,0.1) 0%, transparent 60%);
    pointer-events: none;
}
.vg-contact-hero__inner { position: relative; }
.vg-contact-hero__content { max-width: 680px; }
.vg-contact-hero__eyebrow {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #C17F24;
    margin: 0 0 14px;
}
.vg-contact-hero__h1 {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 18px;
}
.vg-contact-hero__accent { color: #C17F24; }
.vg-contact-hero__lead {
    font-size: 17px;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    margin: 0 0 36px;
}
.vg-contact-hero__options {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.vg-contact-hero__option {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    padding: 16px 20px;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s;
    flex: 1;
    min-width: 200px;
}
.vg-contact-hero__option:hover {
    background: rgba(193,127,36,0.15);
    border-color: #C17F24;
}
.vg-contact-hero__option-icon {
    width: 44px; height: 44px;
    background: rgba(193,127,36,0.15);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.vg-contact-hero__option-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 3px;
}
.vg-contact-hero__option-value {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

/* Main grid */
.vg-contact-main {
    background: #F8F7F5;
    padding: 70px 0;
}
.vg-contact-main__grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 48px;
    align-items: start;
}

/* Form wrap */
.vg-contact-form-wrap {
    background: #fff;
    border: 1px solid #e8e4dc;
    padding: 40px;
}
.vg-contact-form-header {
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 2px solid #f0ede8;
}
.vg-contact-form-header__title {
    font-size: 24px;
    font-weight: 800;
    color: #1B2A4A;
    margin: 0 0 8px;
}
.vg-contact-form-header__sub {
    font-size: 14px;
    color: #888;
    margin: 0;
}

/* CF7 overrides */
.vg-contact-form-wrap .wpcf7-form input[type="text"],
.vg-contact-form-wrap .wpcf7-form input[type="email"],
.vg-contact-form-wrap .wpcf7-form input[type="tel"],
.vg-contact-form-wrap .wpcf7-form textarea {
    width: 100% !important;
    border: 2px solid #e8e4dc !important;
    border-radius: 0 !important;
    padding: 12px 16px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    color: #1B2A4A !important;
    background: #faf9f7 !important;
    transition: border-color 0.2s !important;
    box-shadow: none !important;
}
.vg-contact-form-wrap .wpcf7-form input:focus,
.vg-contact-form-wrap .wpcf7-form textarea:focus {
    border-color: #C17F24 !important;
    outline: none !important;
    background: #fff !important;
}
.vg-contact-form-wrap .wpcf7-form label {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #1B2A4A !important;
    display: block !important;
    margin-bottom: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}
.vg-contact-form-wrap .wpcf7-form input[type="submit"] {
    background: #C17F24 !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 32px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
    width: 100% !important;
    margin-top: 8px !important;
}
.vg-contact-form-wrap .wpcf7-form input[type="submit"]:hover {
    background: #a86d1e !important;
}
.vg-contact-form-wrap .wpcf7-form p {
    margin-bottom: 16px !important;
}

/* Fallback form */
.vg-contact-form__row { margin-bottom: 16px; }
.vg-contact-form__row--2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.vg-contact-form__field { display: flex; flex-direction: column; }
.vg-contact-form__label { font-size: 13px; font-weight: 700; color: #1B2A4A; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.5px; }
.vg-contact-form__req { color: #C17F24; }
.vg-contact-form__input, .vg-contact-form__textarea {
    border: 2px solid #e8e4dc;
    border-radius: 0;
    padding: 12px 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #1B2A4A;
    background: #faf9f7;
    transition: border-color 0.2s;
}
.vg-contact-form__input:focus, .vg-contact-form__textarea:focus {
    border-color: #C17F24;
    outline: none;
    background: #fff;
}
.vg-contact-form__textarea { resize: vertical; min-height: 140px; }
.vg-contact-form__submit { width: 100%; margin-top: 8px; justify-content: center; }

/* Info sidebar */
.vg-contact-info { display: flex; flex-direction: column; gap: 20px; }
.vg-contact-info__card {
    background: #fff;
    border: 1px solid #e8e4dc;
    padding: 28px 24px;
}
.vg-contact-info__title {
    font-size: 16px;
    font-weight: 800;
    color: #1B2A4A;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0ede8;
}
.vg-contact-info__item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}
.vg-contact-info__item:last-child { margin-bottom: 0; }
.vg-contact-info__item-icon {
    width: 40px; height: 40px;
    background: rgba(193,127,36,0.08);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.vg-contact-info__item-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #C17F24;
    margin-bottom: 3px;
}
.vg-contact-info__item-value {
    font-size: 14px;
    color: #1B2A4A;
    font-weight: 600;
    text-decoration: none;
}
a.vg-contact-info__item-value:hover { color: #C17F24; }

/* FAQ card */
.vg-contact-info__card--faq {}
.vg-contact-info__faq-item { margin-bottom: 16px; padding-bottom: 16px; border-bottom: 1px solid #f0ede8; }
.vg-contact-info__faq-item:last-of-type { border-bottom: none; margin-bottom: 12px; }
.vg-contact-info__faq-q { font-size: 13px; font-weight: 700; color: #1B2A4A; margin-bottom: 5px; }
.vg-contact-info__faq-a { font-size: 13px; color: #666; line-height: 1.6; }
.vg-contact-info__faq-a a { color: #C17F24; text-decoration: none; }
.vg-contact-info__faq-more { font-size: 13px; font-weight: 700; color: #C17F24; text-decoration: none; display: block; }
.vg-contact-info__faq-more:hover { text-decoration: underline; }

/* CTA card */
.vg-contact-info__card--cta {
    background: #1B2A4A;
    border-color: #1B2A4A;
    text-align: center;
}
.vg-contact-info__cta-icon {
    width: 56px; height: 56px;
    background: rgba(193,127,36,0.2);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
}
.vg-contact-info__cta-title {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 10px;
}
.vg-contact-info__cta-text {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    line-height: 1.6;
    margin: 0 0 20px;
}

/* Topics grid */
.vg-contact-topics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}
.vg-contact-topic {
    background: #fff;
    border: 1px solid #e8e4dc;
    padding: 28px 20px;
    text-align: center;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.vg-contact-topic:hover {
    border-color: #C17F24;
    box-shadow: 0 6px 20px rgba(193,127,36,0.12);
}
.vg-contact-topic__icon {
    width: 60px; height: 60px;
    background: rgba(193,127,36,0.08);
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px;
}
.vg-contact-topic__title {
    font-size: 15px;
    font-weight: 700;
    color: #1B2A4A;
    margin: 0 0 8px;
}
.vg-contact-topic__text {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
    margin: 0;
}

/* ---- SHARED BUTTON ADDITIONS ---- */
.vg-btn--xl {
    padding: 16px 36px;
    font-size: 16px;
}
.vg-btn--outline-white {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.5);
}
.vg-btn--outline-white:hover {
    background: rgba(255,255,255,0.1);
    border-color: #fff;
    color: #fff;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 900px) {
    .vg-op-hero__inner { grid-template-columns: 1fr; }
    .vg-op-hero__card { display: none; }
    .vg-op-types { grid-template-columns: repeat(2, 1fr); }
    .vg-op-steps { flex-direction: column; }
    .vg-op-steps__connector { transform: rotate(90deg); margin: 8px auto; }
    .vg-op-reviews { grid-template-columns: 1fr; }
    .vg-op-proof__grid { flex-wrap: wrap; }
    .vg-op-proof__div { display: none; }
    .vg-op-proof__stat { flex: 0 0 50%; padding: 16px; }
    .vg-contact-main__grid { grid-template-columns: 1fr; }
    .vg-contact-hero__options { flex-direction: column; }
    .vg-contact-topics { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .vg-op-types { grid-template-columns: 1fr; }
    .vg-contact-form__row--2 { grid-template-columns: 1fr; }
    .vg-contact-topics { grid-template-columns: 1fr; }
    .vg-op-final-cta__actions { flex-direction: column; align-items: center; }
}

/* ============================================================
   v42.0 — vg-section__eyebrow stijl (goud, uppercase)
   ============================================================ */
.vg-section__eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #C17F24;
    text-align: center;
    display: block;
    margin: 0 0 12px;
}

/* ============================================================
   v43.0 — Aanmelden pagina (klant + vakman role selector)
   ============================================================ */
#vg-aanmelden { font-family: 'Montserrat', sans-serif; }

/* Hero */
.vg-aanmeld-hero {
    background: #1B2A4A;
    padding: 60px 0 50px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.vg-aanmeld-hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(193,127,36,0.15) 0%, transparent 60%);
    pointer-events: none;
}
.vg-aanmeld-hero__inner { position: relative; max-width: 680px; margin: 0 auto; }
.vg-aanmeld-hero__eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C17F24;
    display: block;
    margin-bottom: 14px;
}
.vg-aanmeld-hero__h1 {
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    color: #fff;
    margin: 0 0 14px;
    line-height: 1.15;
}
.vg-aanmeld-hero__lead {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    line-height: 1.7;
    margin: 0 0 16px;
}
.vg-aanmeld-hero__login {
    font-size: 14px;
    color: rgba(255,255,255,0.65);
    margin: 0;
}
.vg-aanmeld-hero__login a {
    color: #C17F24;
    font-weight: 600;
    text-decoration: none;
}
.vg-aanmeld-hero__login a:hover { text-decoration: underline; }

/* Main section */
.vg-aanmeld-main {
    background: #F8F7F5;
    padding: 32px 0 70px;
}

/* Role selector tabs */
.vg-aanmeld-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    max-width: 760px;
    margin: 0 auto 24px;
    position: relative;
    top: 0;
}
.vg-aanmeld-tab {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 28px;
    background: #fff;
    border: 2px solid #d8d4cc;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s, border-color 0.2s;
    position: relative;
    border-bottom: 2px solid #d8d4cc;
    font-family: 'Montserrat', sans-serif;
}
.vg-aanmeld-tab:first-child { border-right: 2px solid #d8d4cc; }
.vg-aanmeld-tab:hover { background: #faf9f7; border-color: #C17F24; }
.vg-aanmeld-tab--active {
    background: #fff;
    border-color: #C17F24;
}
.vg-aanmeld-tab__icon {
    width: 52px; height: 52px;
    background: rgba(193,127,36,0.1);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    color: #C17F24;
    transition: background 0.2s;
}
.vg-aanmeld-tab--active .vg-aanmeld-tab__icon {
    background: #C17F24;
    color: #fff;
}
.vg-aanmeld-tab__content { flex: 1; }
.vg-aanmeld-tab__label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1B2A4A;
    margin-bottom: 3px;
}
.vg-aanmeld-tab__sub {
    display: block;
    font-size: 12px;
    color: #888;
}
.vg-aanmeld-tab__check {
    width: 28px; height: 28px;
    background: #C17F24;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 0.2s;
}
.vg-aanmeld-tab--active .vg-aanmeld-tab__check { opacity: 1; }

/* Panels */
.vg-aanmeld-panels {
    max-width: 760px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 40px;
    border: none;

}
.vg-aanmeld-panel { display: none; }
.vg-aanmeld-panel--active { display: block; }

.vg-aanmeld-panel__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 500px;
}

/* USPs side */
.vg-aanmeld-panel__usps {
    padding: 36px 32px;
    background: #faf9f7;
    border-right: 1px solid #e8e4dc;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.vg-aanmeld-panel__usps-header { margin-bottom: 24px; }
.vg-aanmeld-panel__badge {
    display: inline-block;
    background: #C17F24;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 12px;
    margin-bottom: 12px;
}
.vg-aanmeld-panel__badge--green {
    background: #2a7a4a;
}
.vg-aanmeld-panel__usps-title {
    font-size: 20px;
    font-weight: 800;
    color: #1B2A4A;
    margin: 0 0 10px;
    line-height: 1.3;
}
.vg-aanmeld-panel__usps-lead {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* USP list */
.vg-aanmeld-usp-list {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.vg-aanmeld-usp-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.vg-aanmeld-usp-item__icon {
    width: 26px; height: 26px;
    background: #C17F24;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}
.vg-aanmeld-usp-item__icon--green { background: #2a7a4a; }
.vg-aanmeld-usp-item strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #1B2A4A;
    margin-bottom: 2px;
}
.vg-aanmeld-usp-item p {
    font-size: 12px;
    color: #777;
    margin: 0;
    line-height: 1.5;
}

/* Social proof */
.vg-aanmeld-panel__social-proof {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid #e8e4dc;
}
.vg-aanmeld-panel__avatars {
    display: flex;
}
.vg-aanmeld-panel__avatar {
    width: 32px; height: 32px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 13px; font-weight: 700; color: #fff;
    margin-right: -8px;
    border: 2px solid #fff;
}
.vg-aanmeld-panel__stars {
    color: #C17F24;
    font-size: 14px;
    margin-bottom: 2px;
}
.vg-aanmeld-panel__social-text {
    font-size: 12px;
    color: #666;
    margin: 0;
}

/* Pricing card */
.vg-aanmeld-pricing {
    background: #1B2A4A;
    padding: 20px;
    margin-top: auto;
    text-align: center;
}
.vg-aanmeld-pricing__badge {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 8px;
}
.vg-aanmeld-pricing__price {
    font-size: 36px;
    font-weight: 800;
    color: #C17F24;
    line-height: 1;
    margin-bottom: 4px;
}
.vg-aanmeld-pricing__price span {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255,255,255,0.7);
}
.vg-aanmeld-pricing__trial {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: rgba(193,127,36,0.2);
    padding: 4px 12px;
    display: inline-block;
    margin-bottom: 8px;
}
.vg-aanmeld-pricing__note {
    font-size: 11px;
    color: rgba(255,255,255,0.5);
}

/* Form side */
.vg-aanmeld-panel__form-wrap {
    padding: 36px 32px;
    display: flex;
    flex-direction: column;
}
.vg-aanmeld-form-header {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0ede8;
}
.vg-aanmeld-form-header__title {
    font-size: 18px;
    font-weight: 800;
    color: #1B2A4A;
    margin: 0 0 6px;
}
.vg-aanmeld-form-header__sub {
    font-size: 13px;
    color: #888;
    margin: 0;
}

/* Override Listeo form styles */
#vg-aanmelden .listeo-registration-form,
#vg-aanmelden .register {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}
#vg-aanmelden .listeo-registration-form .form-row,
#vg-aanmelden .register .form-row {
    margin-bottom: 14px !important;
}
#vg-aanmelden .listeo-registration-form input[type="text"],
#vg-aanmelden .listeo-registration-form input[type="email"],
#vg-aanmelden .listeo-registration-form input[type="password"],
#vg-aanmelden .listeo-registration-form input[type="tel"],
#vg-aanmelden .register input[type="text"],
#vg-aanmelden .register input[type="email"],
#vg-aanmelden .register input[type="password"] {
    width: 100% !important;
    border: 2px solid #e8e4dc !important;
    border-radius: 0 !important;
    padding: 11px 14px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    color: #1B2A4A !important;
    background: #faf9f7 !important;
    box-shadow: none !important;
    transition: border-color 0.2s !important;
    height: auto !important;
}
#vg-aanmelden .listeo-registration-form input:focus,
#vg-aanmelden .register input:focus {
    border-color: #C17F24 !important;
    outline: none !important;
    background: #fff !important;
}
#vg-aanmelden .listeo-registration-form label,
#vg-aanmelden .register label {
    font-size: 12px !important;
    font-weight: 700 !important;
    color: #1B2A4A !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: block !important;
    margin-bottom: 5px !important;
}
#vg-aanmelden .listeo-registration-form label i,
#vg-aanmelden .register label i {
    display: none !important;
}
#vg-aanmelden .listeo-registration-form input[type="submit"],
#vg-aanmelden .register input[type="submit"],
#vg-aanmelden .listeo-registration-form button[type="submit"],
#vg-aanmelden .register button[type="submit"] {
    width: 100% !important;
    background: #C17F24 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 14px 24px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-top: 8px !important;
}
#vg-aanmelden .listeo-registration-form input[type="submit"]:hover,
#vg-aanmelden .register input[type="submit"]:hover {
    background: #a86d1e !important;
}
/* Hide role selector (we control it via JS) */
#vg-aanmelden .account-type { display: none !important; }
/* Listeo terms checkbox */
#vg-aanmelden .listeo-registration-form .form-row--terms,
#vg-aanmelden .register .form-row--terms {
    margin-top: 8px !important;
}
#vg-aanmelden .listeo-registration-form .form-row--terms label,
#vg-aanmelden .register .form-row--terms label {
    font-size: 12px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 500 !important;
    color: #666 !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
}
/* Listeo error/success notifications */
#vg-aanmelden .notification {
    padding: 12px 16px !important;
    font-size: 13px !important;
    margin-bottom: 16px !important;
    border-radius: 0 !important;
}

/* Responsive */
@media (max-width: 700px) {
    .vg-aanmeld-tabs { grid-template-columns: 1fr; }
    .vg-aanmeld-tab:first-child { border-right: none; border-bottom: 1px solid #d8d4cc; }
    .vg-aanmeld-panel__grid { grid-template-columns: 1fr; }
    .vg-aanmeld-panel__usps { border-right: none; border-bottom: 1px solid #e8e4dc; }
    .vg-aanmeld-tab { padding: 18px 20px; }
    .vg-aanmeld-panel__usps,
    .vg-aanmeld-panel__form-wrap { padding: 24px 20px; }
}

/* ============================================================
   v44.0 — Opdracht plaatsen: Galerij sectie
   ============================================================ */

/* Gallery grid */
.vg-op-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-bottom: 28px;
}
.vg-op-gallery__item {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #e8e4dc;
}
.vg-op-gallery__img-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.vg-op-gallery__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.vg-op-gallery__item:hover .vg-op-gallery__img-wrap img {
    transform: scale(1.06);
}
.vg-op-gallery__overlay {
    position: absolute;
    inset: 0;
    background: rgba(27,42,74,0.7);
    display: flex;
    align-items: flex-end;
    padding: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.vg-op-gallery__item:hover .vg-op-gallery__overlay {
    opacity: 1;
}
.vg-op-gallery__link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.3px;
}
.vg-op-gallery__link:hover { color: #C17F24; }

/* Gallery CTA */
.vg-op-gallery__cta {
    text-align: center;
    margin-top: 8px;
}
.vg-btn--outline-dark {
    display: inline-block;
    border: 2px solid #1B2A4A;
    color: #1B2A4A;
    padding: 12px 28px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s, color 0.2s;
}
.vg-btn--outline-dark:hover {
    background: #1B2A4A;
    color: #fff;
}

/* Responsive gallery */
@media (max-width: 900px) {
    .vg-op-gallery { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 600px) {
    .vg-op-gallery { grid-template-columns: repeat(2, 1fr); gap: 4px; }
}

/* ============================================================
   v45.0 — Galerij overlay labels (type + naam)
   ============================================================ */
.vg-op-gallery__label {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.vg-op-gallery__type {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #C17F24;
    font-family: 'Montserrat', sans-serif;
}
.vg-op-gallery__name {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

/* ============================================================
   v46.0 — Contact hero opties: exact 1/3 per blok
   ============================================================ */
.vg-contact-hero__options {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    flex-wrap: unset !important;
}
.vg-contact-hero__option {
    flex: unset !important;
    min-width: unset !important;
    width: 100% !important;
}
@media (max-width: 700px) {
    .vg-contact-hero__options {
        grid-template-columns: 1fr !important;
    }
}

/* Header: Aanmelden als vakman - subtiele secundaire link */
.vg-header__vakman-link {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: rgba(255,255,255,0.5) !important;
    text-decoration: none !important;
    padding: 8px 10px !important;
    transition: color 0.2s ease !important;
    white-space: nowrap;
}
.vg-header__vakman-link:hover {
    color: rgba(255,255,255,0.8) !important;
}

/* Header nav: Aanmelden als vakman - oranje tekst link in nav */
.vg-header__nav ul li a.vg-nav__vakman {
    color: #fff !important;
    font-weight: 600 !important;
}
.vg-header__nav ul li a.vg-nav__vakman:hover {
    color: rgba(255,255,255,0.75) !important;
}
/* Mobiel menu: Aanmelden als vakman oranje */
.vg-header__mobile-menu ul li a.vg-nav__vakman {
    color: #fff !important;
    font-weight: 600 !important;
}

/* Aanmeld pagina foutmeldingen */
.vg-aanmeld-hero__errors {
    margin-top: 16px;
}
.vg-aanmeld-errors-bar {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 20px;
}
.vg-aanmeld-error-msg {
    background: #fdecea;
    border: 1px solid #e74c3c;
    border-left: 4px solid #e74c3c;
    color: #c0392b;
    padding: 12px 18px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

/* ============================================================
   HOE WERKT HET v2 — Vergelijking & stap beschrijving
   ============================================================ */

/* Stap beschrijving tekst */
.vg-stap__desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-top: 8px;
    text-align: center;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
}

/* Vergelijkingstabel */
.vg-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 2px solid #e8e4de;
    overflow: hidden;
    margin-top: 40px;
}
.vg-compare__col {
    padding: 32px;
}
.vg-compare__col--ours {
    background: #fff;
    border-right: 2px solid #e8e4de;
}
.vg-compare__col--others {
    background: #fafaf8;
}
.vg-compare__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e8e4de;
}
.vg-compare__header strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1B2A4A;
}
.vg-compare__badge {
    background: #C17F24;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.vg-compare__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.vg-compare__item {
    font-size: 14px;
    color: #444;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.4;
}
.vg-compare__item::before {
    content: '';
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
}
.vg-compare__item--yes::before {
    content: '✓';
    background: #e8f5e9;
    color: #2e7d32;
}
.vg-compare__item--no::before {
    content: '✕';
    background: #fce4e4;
    color: #c62828;
}

/* Responsive vergelijking */
@media (max-width: 640px) {
    .vg-compare {
        grid-template-columns: 1fr;
    }
    .vg-compare__col--ours {
        border-right: none;
        border-bottom: 2px solid #e8e4de;
    }
}

/* ============================================================
   TRUST SECTIE — Betrouwbaarheid met mockup
   ============================================================ */
.vg-section--trust {
    padding: 80px 0;
}
.vg-trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.vg-trust__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 800;
    color: #1B2A4A;
    line-height: 1.2;
    margin: 0 0 16px;
}
.vg-trust__lead {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 36px;
}
.vg-trust-points {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 32px;
}
.vg-trust-point {
    padding: 20px 0 20px 20px;
    border-left: 3px solid #C17F24;
    margin-bottom: 16px;
}
.vg-trust-point:last-child {
    margin-bottom: 0;
}
.vg-trust-point__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #1B2A4A;
    margin: 0 0 8px;
}
.vg-trust-point__text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}
.vg-trust__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #C17F24;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}
.vg-trust__link:hover {
    border-bottom-color: #C17F24;
    color: #C17F24;
}
.vg-trust-grid__visual {
    display: flex;
    justify-content: center;
    align-items: center;
}
.vg-trust__mockup {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Responsive trust sectie */
@media (max-width: 768px) {
    .vg-trust-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .vg-trust-grid__visual {
        order: -1;
    }
    .vg-trust__mockup {
        max-width: 280px;
    }
    .vg-trust__title {
        font-size: 24px;
    }
    .vg-section--trust {
        padding: 50px 10px;
    }
}

/* === CTA FINAL SPLIT SECTION === */
.vg-cta-final {
    display: flex;
    background: #F8F7F5;
    padding: 60px 0;
}
.vg-cta-final__half {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}
.vg-cta-final__half--vakman {
    border-left: 1px solid #e0dbd2;
}
.vg-cta-final__inner {
    max-width: 380px;
    width: 100%;
}
.vg-cta-final__label {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C17F24;
    margin-bottom: 8px;
}
.vg-cta-final__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #1B2A4A;
    line-height: 1.25;
    margin: 0 0 10px;
}
.vg-cta-final__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #5a6a7a;
    line-height: 1.6;
    margin: 0 0 16px;
}
.vg-cta-final__list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}
.vg-cta-final__list li {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #1B2A4A;
    padding: 4px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.vg-cta-final__btn {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 28px;
    transition: all 0.2s ease;
}
.vg-cta-final__btn--primary {
    background: #C17F24;
    color: #fff;
    border: 2px solid #C17F24;
}
.vg-cta-final__btn--primary:hover {
    background: #a86d1e;
    border-color: #a86d1e;
    color: #fff;
}
.vg-cta-final__btn--secondary {
    background: transparent;
    color: #1B2A4A;
    border: 2px solid #1B2A4A;
}
.vg-cta-final__btn--secondary:hover {
    background: #1B2A4A;
    color: #fff;
}
@media (max-width: 768px) {
    .vg-cta-final { flex-direction: column; padding: 40px 0; gap: 32px; }
    .vg-cta-final__half { padding: 0 20px; }
    .vg-cta-final__half--vakman { border-left: none; border-top: 1px solid #e0dbd2; padding-top: 32px; }
}

/* === CHECKOUT STYLING v54.0 — VakmanGeregeld huisstijl === */

/* Checkout pagina body */
.woocommerce-checkout #header,
.woocommerce-checkout .vg-header {
    background: #1B2A4A !important;
    box-shadow: none !important;
}

/* Verberg breadcrumb en page title op checkout */
.woocommerce-checkout .page-title-container,
.woocommerce-checkout .breadcrumb-container,
.woocommerce-checkout .woocommerce-breadcrumb {
    display: none !important;
}

/* Checkout wrapper */
.woocommerce-checkout .wc-block-checkout,
.woocommerce-checkout .wp-block-woocommerce-checkout {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px 60px;
    font-family: 'Montserrat', sans-serif !important;
}

/* Checkout kolommen layout */
.woocommerce-checkout .wc-block-checkout__main {
    gap: 32px;
}

/* Sectie titels */
.woocommerce-checkout .wc-block-components-title,
.woocommerce-checkout .wc-block-checkout__step-heading {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    color: #1B2A4A !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #C17F24;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}

/* Input velden */
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-select select,
.woocommerce-checkout .wc-block-components-country-input input,
.woocommerce-checkout .wc-block-components-address-form input,
.woocommerce-checkout .wc-block-components-address-form select {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    border: 1.5px solid #d0cdc8 !important;
    border-radius: 0 !important;
    padding: 12px 14px !important;
    color: #1B2A4A !important;
    background: #fff !important;
    transition: border-color 0.2s ease !important;
}
.woocommerce-checkout .wc-block-components-text-input input:focus,
.woocommerce-checkout .wc-block-components-address-form input:focus {
    border-color: #C17F24 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(193,127,36,0.12) !important;
}

/* Labels */
.woocommerce-checkout .wc-block-components-text-input label,
.woocommerce-checkout .wc-block-components-address-form label,
.woocommerce-checkout .wc-block-components-checkbox__label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #5a6a7a !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Betaalknop */
.woocommerce-checkout .wc-block-components-checkout-place-order-button,
.woocommerce-checkout .wc-block-checkout__place-order button,
.woocommerce-checkout button.wc-block-components-button.wc-block-checkout__place-order-button {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    background: #C17F24 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 16px 32px !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
}
.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover {
    background: #a86d1e !important;
}

/* Order summary sidebar */
.woocommerce-checkout .wc-block-checkout__sidebar {
    background: #F8F7F5;
    padding: 24px;
    border: 1px solid #e8e4dc;
}
.woocommerce-checkout .wc-block-components-order-summary__title {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    font-size: 14px !important;
    color: #1B2A4A !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.woocommerce-checkout .wc-block-components-order-summary-item__name {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #1B2A4A !important;
}
.woocommerce-checkout .wc-block-components-order-summary-item__total-price {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    color: #C17F24 !important;
}

/* Totaal regel */
.woocommerce-checkout .wc-block-components-totals-item__label {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    color: #1B2A4A !important;
}
.woocommerce-checkout .wc-block-components-totals-item__value {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800 !important;
    color: #1B2A4A !important;
}
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 16px !important;
    color: #C17F24 !important;
}

/* Betaalmethoden */
.woocommerce-checkout .wc-block-components-payment-method-label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #1B2A4A !important;
}
.woocommerce-checkout .wc-block-components-radio-control__input:checked {
    accent-color: #C17F24;
}

/* Vertrouwensbalk boven betaalknop */
.woocommerce-checkout .wc-block-checkout__place-order::before {
    content: '🔒  Veilig betalen via Mollie  ·  iDEAL, Kaart, PayPal';
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #5a6a7a;
    text-align: center;
    padding: 10px 0 14px;
    letter-spacing: 0.3px;
}

/* Checkout pagina achtergrond */
.woocommerce-checkout.page-template-default #wrapper {
    background: #F8F7F5;
}

/* Mobiel */
@media (max-width: 768px) {
    .woocommerce-checkout .wc-block-checkout {
        padding: 20px 16px 40px;
    }
}

/* === BETAALSTAP v54.0 — In-page payment step na registratie === */
.vg-betaalstap {
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.vg-betaalstap__check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: #f0faf4;
    border-radius: 50%;
    margin-bottom: 4px;
}
.vg-betaalstap__title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #1B2A4A !important;
    margin: 0 !important;
}
.vg-betaalstap__sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #5a6a7a;
    margin: 0;
    line-height: 1.5;
}
.vg-betaalstap__product {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8F7F5;
    border: 1.5px solid #e8e4dc;
    padding: 16px 20px;
    gap: 12px;
}
.vg-betaalstap__product-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.vg-betaalstap__product-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #1B2A4A;
}
.vg-betaalstap__product-trial {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: #2a7a4a;
    font-weight: 600;
}
.vg-betaalstap__product-price {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #C17F24;
    white-space: nowrap;
}
.vg-betaalstap__product-price span {
    font-size: 13px;
    font-weight: 600;
    color: #5a6a7a;
}
.vg-betaalstap__usps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.vg-betaalstap__usps li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #1B2A4A;
    font-weight: 500;
}
.vg-betaalstap__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #C17F24;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 16px 28px;
    border-radius: 0;
    transition: background 0.2s ease;
    margin-top: 4px;
}
.vg-betaalstap__btn:hover {
    background: #a86d1e;
    color: #fff !important;
}
.vg-betaalstap__secure {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #8a9aaa;
    margin: 0;
    text-align: center;
}

/* ============================================================
   ABONNEMENT HIGHLIGHTS — versie 57
   ============================================================ */

/* Hero dual tagline */
.vg-hero__dual-tagline {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 14px;
    margin-bottom: 20px;
}
.vg-hero__tagline-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 5px 12px;
    border-radius: 0;
}
.vg-hero__tagline-item svg {
    color: #C17F24;
    flex-shrink: 0;
}

/* Nav prijstag */
.vg-nav__price-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: #C17F24;
    padding: 2px 6px;
    border-radius: 0;
    margin-left: 4px;
    vertical-align: middle;
    letter-spacing: 0.02em;
}

/* Abonnement vergelijkingstabel (homepage) */
.vg-abo-section {
    padding: 80px 0;
}
.vg-abo-compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border: 2px solid #e8e4dc;
    margin-top: 40px;
}
.vg-abo-compare__col {
    padding: 32px;
}
.vg-abo-compare__col--other {
    background: #f8f7f5;
    border-right: 2px solid #e8e4dc;
}
.vg-abo-compare__col--vg {
    background: #fff;
    position: relative;
}
.vg-abo-compare__header {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #1B2A4A;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.vg-abo-compare__badge {
    background: #C17F24;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    letter-spacing: 0.05em;
}
.vg-abo-compare__list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}
.vg-abo-compare__item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #444;
    padding: 8px 0;
    border-bottom: 1px solid #f0ece4;
    line-height: 1.4;
}
.vg-abo-compare__item svg {
    flex-shrink: 0;
    margin-top: 2px;
}
.vg-abo-compare__item--yes svg { color: #C17F24; }
.vg-abo-compare__item--no svg { color: #cc3333; }
.vg-abo-compare__item--no { color: #888; }
.vg-abo-compare__cta {
    display: inline-block;
    margin-top: 8px;
}
@media (max-width: 640px) {
    .vg-abo-compare {
        grid-template-columns: 1fr;
    }
    .vg-abo-compare__col--other {
        border-right: none;
        border-bottom: 2px solid #e8e4dc;
    }
}

/* Pricing card (hoe-werkt-het) */
.vg-pricing-card {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 0;
    background: #fff;
    border: 2px solid #C17F24;
    margin-top: 40px;
}
.vg-pricing-card__left {
    background: #1B2A4A;
    color: #fff;
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.vg-pricing-card__price-wrap {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    line-height: 1;
}
.vg-pricing-card__currency {
    font-size: 28px;
    font-weight: 700;
    color: #C17F24;
    margin-bottom: 6px;
}
.vg-pricing-card__amount {
    font-size: 64px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -2px;
}
.vg-pricing-card__period {
    font-size: 16px;
    font-weight: 500;
    color: rgba(255,255,255,0.6);
    margin-bottom: 8px;
}
.vg-pricing-card__note {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    margin: 0;
}
.vg-pricing-card__cancel {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    margin: 0;
}
.vg-pricing-card__right {
    padding: 40px 36px;
    background: #fff;
}
.vg-pricing-card__features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}
.vg-pricing-card__features li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #f0ece4;
    line-height: 1.4;
}
.vg-pricing-card__features li svg {
    color: #C17F24;
    flex-shrink: 0;
    margin-top: 2px;
}
.vg-pricing-card__compare {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #f8f7f5;
    border-left: 3px solid #cc3333;
    font-size: 13px;
}
.vg-pricing-card__compare-label {
    color: #888;
    font-weight: 600;
}
.vg-pricing-card__compare-val {
    color: #cc3333;
    font-weight: 700;
    text-decoration: line-through;
}
@media (max-width: 768px) {
    .vg-pricing-card {
        grid-template-columns: 1fr;
    }
}

/* Footer USP balk */
.vg-footer-usp-bar {
    background: #1B2A4A;
    padding: 20px 0;
    border-top: 3px solid #C17F24;
}
.vg-footer-usp-bar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
}
.vg-footer-usp-bar__item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255,255,255,0.9);
    padding: 6px 28px;
    font-family: 'Montserrat', sans-serif;
}
.vg-footer-usp-bar__item svg {
    color: #C17F24;
    flex-shrink: 0;
}
.vg-footer-usp-bar__divider {
    width: 1px;
    height: 24px;
    background: rgba(255,255,255,0.2);
}
@media (max-width: 768px) {
    .vg-footer-usp-bar__inner {
        flex-direction: column;
        gap: 12px;
    }
    .vg-footer-usp-bar__divider {
        display: none;
    }
}

/* ===== HERO RATING PILL (compact inline) ===== */
.vg-hero__rating-pill {
    position: absolute;
    bottom: 16px;
    left: 16px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(8px);
    padding: 10px 14px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.18);
    border-left: 3px solid #C17F24;
}
.vg-hero__rating-avatars {
    display: flex;
    align-items: center;
}
.vg-hero__rating-av {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    margin-left: -8px;
    font-family: 'Montserrat', sans-serif;
}
.vg-hero__rating-avatars .vg-hero__rating-av:first-child {
    margin-left: 0;
}
.vg-hero__rating-info {
    display: flex;
    flex-direction: column;
    gap: 1px;
}
.vg-hero__rating-stars {
    font-size: 13px;
    color: #C17F24;
    font-weight: 600;
    line-height: 1.2;
}
.vg-hero__rating-stars strong {
    color: #1B2A4A;
    font-size: 14px;
}
.vg-hero__rating-sub {
    font-size: 10px;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: 'Montserrat', sans-serif;
}

/* =============================================
   REVIEW CTA SECTIE — Werkspot-stijl
   ============================================= */
.vg-review-cta {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    flex-direction: column;
}
.vg-review-cta__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center 30%;
    z-index: 0;
}
.vg-review-cta__overlay {
    position: absolute;
    inset: 0;
    background: rgba(27, 42, 74, 0.72);
    z-index: 1;
}
.vg-review-cta__body {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 0;
}
.vg-review-cta__body .vg-wrap {
    overflow: visible;
    position: relative;
}
.vg-review-cta__row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 32px;
    width: 100%;
}
.vg-review-cta__left {
    flex: 0 0 auto;
    width: 320px;
    padding: 0;
}
.vg-review-cta__eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #C17F24;
    margin: 0 0 12px;
}
.vg-review-cta__title {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 14px;
}
.vg-review-cta__sub {
    font-size: 15px;
    color: rgba(255,255,255,0.82);
    margin: 0 0 28px;
    line-height: 1.5;
}
.vg-review-cta__cards-wrap {
    flex: 1;
    min-width: 0;
    overflow: visible;
}
.vg-review-cta__cards {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px 0 8px 0;
}
.vg-review-cta__cards::-webkit-scrollbar { display: none; }
.vg-review-cta__card {
    background: #fff;
    padding: 20px 20px 18px;
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    word-wrap: break-word;
}
.vg-review-cta__stars {
    color: #C17F24;
    font-size: 14px;
    margin-bottom: 8px;
}
.vg-review-cta__card-title {
    font-size: 14px;
    font-weight: 700;
    color: #1B2A4A;
    margin: 0 0 8px;
}
.vg-review-cta__card-text {
    font-size: 13px;
    color: #555;
    margin: 0 0 12px;
    line-height: 1.5;
}
.vg-review-cta__card-author {
    font-size: 12px;
    font-weight: 600;
    color: #1B2A4A;
    margin: 0;
}
.vg-review-cta__bar {
    position: relative;
    z-index: 2;
    background: #1B2A4A;
    padding: 18px 0;
}
.vg-review-cta__bar .vg-wrap {
    padding-top: 0;
    padding-bottom: 0;
}
.vg-review-cta__bar-link {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: color 0.2s;
}
.vg-review-cta__bar-link:hover { color: #C17F24; }
.vg-review-cta__bar-link span {
    font-size: 20px;
    transition: transform 0.2s;
}
.vg-review-cta__bar-link:hover span { transform: translateX(4px); }
@media (max-width: 900px) {
    .vg-review-cta__row { flex-direction: column; }
    .vg-review-cta__left { width: 100%; padding-left: 24px; padding-right: 24px; }
    .vg-review-cta__cards { padding: 4px 20px 8px; }
    .vg-review-cta__cards { flex-wrap: nowrap; justify-content: center; }
    .vg-review-cta__card:nth-child(n+2) { display: none; }
    .vg-review-cta__card { min-width: 0; max-width: 100%; flex: 0 0 auto; width: 100%; }
    .vg-review-cta__bar { padding: 16px 0; }
}

/* ============================================================
   VakmanGeregeld Dashboard Restyling — v72.0
   ============================================================ */

/* ---- SIDEBAR BACKGROUND & BASE ---- */
.dashboard-nav {
    padding-top: 80px !important;
    background-color: #1B2A4A !important;
    box-shadow: 2px 0 16px rgba(0,0,0,0.18) !important;
}

/* Sidebar section labels (HOOFD / ACCOUNT / OPDRACHTEN / MIJN PROFIEL) */
.dashboard-nav ul:before {
    color: rgba(255,255,255,0.35) !important;
    font-size: 10px !important;
    letter-spacing: 2px !important;
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
    padding: 0 24px !important;
    margin-top: 20px !important;
    margin-bottom: 4px !important;
}

/* Sidebar nav items */
.dashboard-nav ul li {
    border-left: 3px solid transparent !important;
    transition: background 0.2s, border-color 0.2s !important;
}

.dashboard-nav ul li a {
    color: rgba(255,255,255,0.72) !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 10px 24px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    transition: color 0.2s, background 0.2s !important;
}

.dashboard-nav ul li a i {
    width: 18px !important;
    font-size: 14px !important;
    color: rgba(255,255,255,0.45) !important;
    transition: color 0.2s !important;
    padding-right: 0 !important;
}

/* Hover state */
.dashboard-nav ul li a:hover {
    color: #C17F24 !important;
    background: rgba(193,127,36,0.10) !important;
}
.dashboard-nav ul li a:hover i {
    color: #C17F24 !important;
}

/* Active state */
.dashboard-nav ul li.active,
.dashboard-nav ul li.current_page_item {
    border-left: 3px solid #C17F24 !important;
    background: rgba(193,127,36,0.10) !important;
}
.dashboard-nav ul li.active a,
.dashboard-nav ul li.current_page_item a {
    color: #ffffff !important;
}
.dashboard-nav ul li.active a i,
.dashboard-nav ul li.current_page_item a i {
    color: #C17F24 !important;
}

/* Remove dropdown arrow from simple links */
.dashboard-nav ul li a:only-child:after {
    display: none !important;
}

/* ---- DASHBOARD BACKGROUND ---- */
#dashboard {
    background-color: #F8F7F5 !important;
    padding-top: 0 !important;
}

/* ---- DASHBOARD CONTENT AREA ---- */
.dashboard-content {
    padding: 32px 40px !important;
}

/* ---- TITLEBAR ---- */
#dashboard #titlebar {
    margin-bottom: 28px !important;
    padding: 0 !important;
    background: transparent !important;
}
#dashboard #titlebar h1,
#dashboard #titlebar h2 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #1B2A4A !important;
    margin: 0 0 4px 0 !important;
}
#dashboard nav#breadcrumbs {
    display: none !important;
}

/* ---- CLOCK / DATE — verbergen ---- */
.vg-dashboard-clock,
.dashboard-clock,
#header-container.dashboard .dashboard-date,
#header-container.dashboard .dashboard-time,
.template-dashboard .header-clock {
    display: none !important;
}

/* ---- STAT CARDS — brand kleuren ---- */
/* Alle 4 cards: donkerblauw met goud accent */
.dashboard-stat {
    background: #ffffff !important;
    border: 1px solid #e8e6e1 !important;
    border-radius: 0 !important;
    box-shadow: 0 2px 8px rgba(27,42,74,0.06) !important;
    height: 130px !important;
    max-height: 130px !important;
    transition: box-shadow 0.2s, transform 0.2s !important;
}
.dashboard-stat:hover {
    box-shadow: 0 6px 20px rgba(27,42,74,0.12) !important;
    transform: translateY(-2px) !important;
}

/* Override alle gekleurde varianten naar brand kleuren */
.dashboard-stat.color-1 {
    --stat-accent: #1B2A4A !important;
    --stat-accent-rgb: 27, 42, 74 !important;
}
.dashboard-stat.color-2 {
    --stat-accent: #C17F24 !important;
    --stat-accent-rgb: 193, 127, 36 !important;
}
.dashboard-stat.color-3 {
    --stat-accent: #1B2A4A !important;
    --stat-accent-rgb: 27, 42, 74 !important;
}
.dashboard-stat.color-4 {
    --stat-accent: #C17F24 !important;
    --stat-accent-rgb: 193, 127, 36 !important;
}

.dashboard-stat-content h4 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px !important;
}
.dashboard-stat-content span {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* Stat card sub-info (Laatste bladwijzer / Gemiddelde beoordeling) */
.dashboard-stat-content p,
.dashboard-stat-content small,
.dashboard-stat-content .stat-meta {
    font-size: 12px !important;
    color: #888 !important;
    margin-top: 2px !important;
}

/* ---- RECENTE ACTIVITEITEN ---- */
.dashboard-list-box {
    background: #ffffff !important;
    border: 1px solid #e8e6e1 !important;
    border-radius: 0 !important;
    box-shadow: 0 2px 8px rgba(27,42,74,0.06) !important;
    overflow: hidden !important;
}
.dashboard-list-box h4,
.dashboard-list-box .dashboard-list-box-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1B2A4A !important;
    padding: 18px 24px !important;
    margin: 0 !important;
    border-bottom: 1px solid #f0ede8 !important;
    background: #fff !important;
}
.dashboard-list-box ul {
    padding: 0 !important;
    margin: 0 !important;
}
.dashboard-list-box ul li {
    padding: 12px 24px !important;
    border-bottom: 1px solid #f5f3f0 !important;
    font-size: 13px !important;
    color: #555 !important;
    font-family: 'Montserrat', sans-serif !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}
.dashboard-list-box ul li:last-child {
    border-bottom: none !important;
}
.dashboard-list-box ul li a {
    color: #C17F24 !important;
    font-weight: 600 !important;
}
.dashboard-list-box ul li .activity-icon,
.dashboard-list-box ul li .icon-box-icon,
.dashboard-list-box ul li i {
    color: #C17F24 !important;
    font-size: 16px !important;
    width: 32px !important;
    height: 32px !important;
    background: rgba(193,127,36,0.1) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

/* ---- DASHBOARD FOOTER ---- */
#dashboard .copyrights {
    font-size: 12px !important;
    color: #aaa !important;
    padding: 24px 0 !important;
    font-family: 'Montserrat', sans-serif !important;
}

/* ---- USER PANEL IN HEADER ---- */
#header-container.dashboard .user-menu .user-name .usrname {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* ---- MOBILE RESPONSIVE ---- */
@media (max-width: 991px) {
    /* Dashboard trigger button */
    a.dashboard-responsive-nav-trigger {
        background-color: #1B2A4A !important;
        border-radius: 0 !important;
        color: #fff !important;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        padding: 14px 20px !important;
        margin: 10px 16px !important;
        width: calc(100% - 32px) !important;
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }
    a.dashboard-responsive-nav-trigger i {
        color: #C17F24 !important;
    }

    /* Dashboard content padding on mobile */
    .dashboard-content {
        padding: 20px 16px !important;
        margin-left: 0 !important;
    }

    /* Stat cards: 2 per row on mobile */
    .listeo-dashoard-widgets {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 12px !important;
    }
    .listeo-dashoard-widgets .dashboard-stat {
        height: 110px !important;
        max-height: 110px !important;
        margin-bottom: 0 !important;
    }
    .dashboard-stat-content h4 {
        font-size: 24px !important;
    }
    .dashboard-stat-content span {
        font-size: 11px !important;
    }
    .dashboard-stat-icon {
        font-size: 36px !important;
        right: 16px !important;
    }
    .dashboard-stat-content {
        left: 16px !important;
    }

    /* Titlebar on mobile */
    #dashboard #titlebar h1,
    #dashboard #titlebar h2 {
        font-size: 20px !important;
    }

    /* Activity list on mobile */
    .dashboard-list-box ul li {
        padding: 10px 16px !important;
    }
    .dashboard-list-box h4,
    .dashboard-list-box .dashboard-list-box-title {
        padding: 14px 16px !important;
    }
}

@media (max-width: 480px) {
    /* Single column stat cards on very small screens */
    .listeo-dashoard-widgets {
        grid-template-columns: 1fr !important;
    }
    .dashboard-content {
        padding: 16px 10px !important;
    }
}

/* ============================================================
   VakmanGeregeld Dashboard — Mobile Slide-in Sidemenu v74.0
   FAB (Floating Action Button) trigger + slide-in overlay
   ============================================================ */

/* ---- HIDE the original block trigger button ---- */
a.dashboard-responsive-nav-trigger {
    display: none !important;
}

/* ---- FAB BUTTON — round, sticky, bottom-right ---- */
#vg-fab-menu-btn {
    display: none; /* hidden on desktop */
    position: fixed;
    bottom: 24px;
    right: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #1B2A4A;
    color: #ffffff;
    border: none;
    cursor: pointer;
    z-index: 10000;
    box-shadow: 0 4px 16px rgba(27,42,74,0.45), 0 2px 6px rgba(0,0,0,0.25);
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
#vg-fab-menu-btn:hover {
    background-color: #243761;
    transform: scale(1.07);
    box-shadow: 0 6px 22px rgba(27,42,74,0.55);
}
#vg-fab-menu-btn.open {
    background-color: #C17F24;
    box-shadow: 0 4px 16px rgba(193,127,36,0.5);
}
/* Hamburger icon */
#vg-fab-menu-btn .vg-fab-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    transition: all 0.3s;
}
#vg-fab-menu-btn .vg-fab-icon span {
    display: block;
    width: 22px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}
/* Animate to X when open */
#vg-fab-menu-btn.open .vg-fab-icon span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
#vg-fab-menu-btn.open .vg-fab-icon span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
#vg-fab-menu-btn.open .vg-fab-icon span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ---- OVERLAY BACKDROP ---- */
#vg-sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    z-index: 9998;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
#vg-sidebar-overlay.active {
    display: block;
    animation: vgFadeIn 0.25s ease forwards;
}
@keyframes vgFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ---- MOBILE ONLY ---- */
@media (max-width: 991px) {

    /* Show FAB */
    #vg-fab-menu-btn {
        display: flex;
    }

    /* Sidebar: slide in from left */
    .dashboard-nav {
    padding-top: 80px !important;
        position: fixed !important;
        top: 0 !important;
        left: -290px !important;
        width: 280px !important;
        min-width: 280px !important;
        max-width: 280px !important;
        height: 100vh !important;
        min-height: 100vh !important;
        max-height: none !important;
        background-color: #1B2A4A !important;
        z-index: 9999 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        /* Override Listeo's visibility:hidden / max-height:0 */
        opacity: 1 !important;
        visibility: visible !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 0 !important;
        transition: left 0.32s cubic-bezier(0.4, 0, 0.2, 1) !important;
        box-shadow: none !important;
    }
    .dashboard-nav.active {
        left: 0 !important;
        box-shadow: 6px 0 28px rgba(0,0,0,0.4) !important;
    }

    /* Inner nav — override Listeo collapse */
    .dashboard-nav-inner {
        max-height: none !important;
        overflow-y: auto !important;
        width: 100% !important;
        padding: 16px 0 80px 0 !important;
    }

    /* Nav lists — override Listeo's visibility collapse */
    .dashboard-nav ul,
    .dashboard-nav ul li ul {
        opacity: 1 !important;
        visibility: visible !important;
        max-height: none !important;
        transition: none !important;
    }

    /* Dashboard content — no left margin on mobile */
    .dashboard-content {
        margin-left: 0 !important;
        padding: 20px 16px !important;
    }

    /* Prevent body scroll when sidebar open */
    body.vg-sidebar-open {
        overflow: hidden !important;
        position: fixed !important;
        width: 100% !important;
    }

    /* Sidebar header / logo area */
    .dashboard-nav #logo {
        display: flex !important;
        align-items: center !important;
        padding: 20px 24px 16px !important;
        border-bottom: 1px solid rgba(255,255,255,0.08) !important;
        margin-bottom: 8px !important;
    }
}

/* ---- DESKTOP: hide FAB, keep sidebar fixed ---- */
@media (min-width: 992px) {
    #vg-fab-menu-btn {
        display: none !important;
    }
    #vg-sidebar-overlay {
        display: none !important;
    }
    .dashboard-nav {
    padding-top: 80px !important;
        left: 0 !important;
    }
}

/* ============================================================
   VakmanGeregeld — Review Foto's & Galerij Upload (v75.0)
   ============================================================ */

/* --- Review foto upload knop --- */
.uploadButton .uploadButton-button {
    background-color: #1B2A4A !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    padding: 8px 18px !important;
    height: auto !important;
    letter-spacing: 0.3px !important;
}
.uploadButton .uploadButton-button:hover {
    background-color: #C17F24 !important;
    color: #fff !important;
}
.uploadButton .uploadButton-button:before {
    color: #C17F24 !important;
}
.uploadButton .uploadButton-button:hover:before {
    color: #fff !important;
}
.uploadButton .uploadButton-file-name {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #666;
}

/* --- Review foto weergave (na plaatsen review) --- */
.review-images {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
    margin-bottom: 8px;
}
.review-images a {
    flex: 0 0 auto;
    max-width: none;
    margin-right: 0;
    border-radius: 0 !important;
    overflow: hidden;
    display: block;
    width: 80px;
    height: 80px;
    border: 2px solid #eee;
    transition: border-color 0.2s;
}
.review-images a:hover {
    border-color: #C17F24;
}
.review-images a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
    display: block;
}

/* --- Galerij upload sectie op Profiel bewerken pagina --- */
.add-listing-section.gallery .add-listing-headline {
    font-family: 'Montserrat', sans-serif;
}
.add-listing-section.gallery .add-listing-headline h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1B2A4A;
}
/* Dropzone stijl */
.add-listing-section.gallery .dropzone {
    border: 2px dashed #d0d0d0;
    border-radius: 0 !important;
    background: #fafafa;
    min-height: 120px;
    transition: border-color 0.2s;
}
.add-listing-section.gallery .dropzone:hover,
.add-listing-section.gallery .dropzone.dz-drag-hover {
    border-color: #C17F24;
    background: #fffbf5;
}
.add-listing-section.gallery .dropzone .dz-default.dz-message span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1B2A4A;
}
.add-listing-section.gallery .dropzone .dz-default.dz-message span i {
    color: #C17F24;
    margin-right: 6px;
}

/* Dropzone preview thumbnails */
.add-listing-section.gallery .dropzone .dz-preview .dz-image {
    border-radius: 0 !important;
}
.add-listing-section.gallery .dropzone .dz-preview.dz-success .dz-success-mark {
    color: #C17F24;
}

/* Galerij tab icoon in de stap-navigatie */
.msf-nav li[data-section="gallery"] .msf-nav-icon,
.listing-nav li[data-section="gallery"] i {
    color: #C17F24;
}

/* --- Galerij sectie op profielpagina --- */
#listing-gallery .listing-desc-headline {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1B2A4A;
}
#listing-gallery .listing-slider-small .item {
    border-radius: 0 !important;
}

/* Mobiel */
@media (max-width: 767px) {
    .review-images a {
        width: 64px;
        height: 64px;
    }
    .uploadButton {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    .uploadButton .uploadButton-file-name {
        padding-left: 0;
    }
}

/* ============================================================
   VakmanGeregeld — Login form icon padding fix (v76.0)
   ============================================================ */

/* Fix: globale input padding overschrijft de icon-padding in het login formulier.
   Zorg dat inputs met een icoon links voldoende padding hebben. */
.sign-in-form label input[type="text"],
.sign-in-form label input[type="email"],
.sign-in-form label input[type="password"],
.sign-in-form label input[type="number"],
.sign-in-form label input[type="tel"] {
    padding-left: 45px !important;
}

/* Zorg dat het label position:relative heeft zodat het icoon correct gepositioneerd is */
.sign-in-form label {
    position: relative !important;
    display: block !important;
}

/* Icoon positie in het login formulier */
.sign-in-form label > i {
    position: absolute !important;
    left: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    bottom: initial !important;
    line-height: 1 !important;
    font-size: 18px !important;
    color: #aaa !important;
    pointer-events: none !important;
    z-index: 1 !important;
}

/* ============================================================
   VakmanGeregeld — Button kleur fix (v77.0)
   ============================================================ */

/* Fix: globale a { color: #C17F24 } overschrijft de witte kleur op outline-dark knoppen */
a.vg-btn {
    color: inherit;
}
a.vg-btn--primary,
a.vg-btn--primary:hover {
    color: #fff !important;
}
a.vg-btn--dark,
a.vg-btn--dark:hover {
    color: #fff !important;
}
/* Context-aware: dark bg = white text, light bg = dark blue text */
.vg-section--dark a.vg-btn--outline-dark,
.vg-hwh-hero a.vg-btn--outline-dark,
.vg-app-mockup a.vg-btn--outline-dark,
.vg-app-mockup__actions a.vg-btn--outline-dark {
    color: #fff !important;
}
.vg-section--white a.vg-btn--outline-dark,
.vg-section--light a.vg-btn--outline-dark,
.vg-op-gallery__cta a.vg-btn--outline-dark {
    color: #1B2A4A !important;
}
a.vg-btn--outline,
a.vg-btn--outline:hover {
    color: #1B2A4A !important;
}
a.vg-btn--outline:hover {
    color: #fff !important;
}

/* ============================================================
   VakmanGeregeld — Volledige site audit fix (v78.0)
   Fixes alle visuele slordigheden gevonden tijdens audit
   ============================================================ */

/* ---- 1. GLOBAL: border-radius 0px overal (scherpe hoeken) ---- */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
textarea,
select {
    border-radius: 0 !important;
}

/* ---- 2. GLOBAL: Select dropdowns — custom pijl, consistente hoogte ---- */
select {
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231B2A4A' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    padding-right: 36px !important;
    cursor: pointer !important;
    height: 46px !important;
    line-height: 46px !important;
}

/* ---- 3. GLOBAL: Listeo .button class conflicts ---- */
.button,
input[type="submit"],
button[type="submit"] {
    border-radius: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
}

/* ---- 4. HOMEPAGE: Stats bar — spacing between number and label ---- */
.vg-stats-bar__item-number {
    display: block !important;
}
.vg-stats-bar__item-label {
    display: block !important;
}

/* ---- 5. HOMEPAGE: Dashboard section "Aanmelden als vakman" button ---- */
.vg-dashboard-section .vg-btn--outline,
.vg-dashboard-section a.vg-btn--outline {
    border: 2px solid #C17F24 !important;
    color: #C17F24 !important;
    background: transparent !important;
    padding: 13px 24px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}
.vg-dashboard-section .vg-btn--outline:hover,
.vg-dashboard-section a.vg-btn--outline:hover {
    background: #C17F24 !important;
    color: #fff !important;
}

/* ---- 6. HOMEPAGE: Reduce white gap between specialisme grid and dashboard section ---- */
.vg-specialisme-grid {
    padding-bottom: 60px !important;
}
.vg-dashboard-section {
    padding-top: 80px !important;
}

/* ---- 7. VLOERENLEGGERS: Filter sidebar styling ---- */
.vg-filter-sidebar .vg-filter-section-title,
.vg-filter-sidebar label,
.vg-filter-sidebar .vg-filter-label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #1B2A4A !important;
}
.vg-filter-sidebar .vg-filter-checkbox-label {
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: #444 !important;
}

/* ---- 8. VLOERENLEGGERS: Listing archive filter sidebar headings ---- */
#listing-filters .widget-title,
#listing-filters .widgettitle,
.listing-filters-widget .widget-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #1B2A4A !important;
    margin-bottom: 12px !important;
    border-bottom: 2px solid #C17F24 !important;
    padding-bottom: 8px !important;
}

/* ---- 9. VLOERENLEGGERS: Pagination styling ---- */
.pagination .page-numbers,
.pagination a.page-numbers {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    border: 2px solid #E0DDD8 !important;
    background: #fff !important;
    color: #1B2A4A !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    margin: 0 3px !important;
}
.pagination .page-numbers:hover,
.pagination a.page-numbers:hover {
    border-color: #C17F24 !important;
    color: #C17F24 !important;
}
.pagination .current,
.pagination span.current {
    background: #1B2A4A !important;
    border-color: #1B2A4A !important;
    color: #fff !important;
}

/* ---- 10. PROFIEL: Tab navigation padding ---- */
.listing-nav-container .listing-nav li a,
#listing-nav li a {
    padding: 14px 20px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 0.5px !important;
}

/* ---- 11. PROFIEL: Profile badges consistent sizing ---- */
.listing-badges-container .badge,
.listing-verified-badge,
.listing-location-badge,
.listing-member-badge {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 4px 10px !important;
    letter-spacing: 0.3px !important;
}

/* ---- 12. PROFIEL: Review form star labels ---- */
.comment-form .review-score-widget label,
.comment-form .review-score-widget .review-score-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1B2A4A !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

/* ---- 13. PROFIEL: "Nuttige beoordeling" link styling ---- */
a.helpful-review-button,
.helpful-review-button {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #888 !important;
    border: 1px solid #E0DDD8 !important;
    padding: 4px 10px !important;
    text-decoration: none !important;
    transition: all 0.2s !important;
}
a.helpful-review-button:hover {
    border-color: #C17F24 !important;
    color: #C17F24 !important;
}

/* ---- 14. CONTACT: Form submit button ---- */
.vg-contact-form input[type="submit"],
.vg-contact-form button[type="submit"] {
    background: #C17F24 !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 32px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
    width: 100% !important;
}
.vg-contact-form input[type="submit"]:hover,
.vg-contact-form button[type="submit"]:hover {
    background: #A06A1A !important;
}

/* ---- 15. AANMELDEN: Tab switcher inactive text ---- */
#tab-klant,
#tab-vakman {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
}
#tab-klant:not(.active),
#tab-vakman:not(.active) {
    opacity: 0.7 !important;
}

/* ---- 16. AANMELDEN: Registration form submit button ---- */
.vg-register-form input[type="submit"],
.register-form input[type="submit"],
#register input[type="submit"] {
    background: #C17F24 !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 32px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
    width: 100% !important;
}

/* ---- 17. GLOBAL: Listeo's default orange/red focus border override ---- */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    border-color: #C17F24 !important;
    box-shadow: 0 0 0 3px rgba(193,127,36,0.12) !important;
    outline: none !important;
}

/* ---- 18. GLOBAL: Listeo's .chosen-container for select dropdowns ---- */
.chosen-container .chosen-single,
.chosen-container-single .chosen-single {
    border-radius: 0 !important;
    border: 2px solid #E0DDD8 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    height: 46px !important;
    line-height: 44px !important;
    padding: 0 14px !important;
    background: #fff !important;
    box-shadow: none !important;
}
.chosen-container .chosen-single:hover,
.chosen-container-single .chosen-single:hover {
    border-color: #C17F24 !important;
}
.chosen-container-active .chosen-single {
    border-color: #C17F24 !important;
    box-shadow: 0 0 0 3px rgba(193,127,36,0.12) !important;
}
.chosen-container .chosen-drop {
    border: 2px solid #C17F24 !important;
    border-top: none !important;
    border-radius: 0 !important;
    box-shadow: 0 8px 24px rgba(27,42,74,0.12) !important;
}
.chosen-container .chosen-results li.highlighted {
    background: #C17F24 !important;
    color: #fff !important;
}
.chosen-container .chosen-results li.result-selected {
    color: #C17F24 !important;
    font-weight: 600 !important;
}

/* ---- 19. GLOBAL: Listeo's listing card — star rating display ---- */
.listing-item .listing-rating,
.listing-item-inner .listing-rating {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1B2A4A !important;
}
.listing-item .star-rating i,
.listing-item-inner .star-rating i {
    color: #C17F24 !important;
    font-size: 12px !important;
}

/* ---- 20. GLOBAL: Listeo's .listing-item card border-radius = 0 ---- */
.listing-item,
.listing-item-inner,
.listing-item .listing-img-container,
.listing-item .listing-img-container img {
    border-radius: 0 !important;
}

/* ---- 21. GLOBAL: Listeo's default button class ---- */
a.button,
button.button,
input.button,
.wp-block-button__link {
    background: #C17F24 !important;
    color: #fff !important;
    border-radius: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    border: none !important;
    padding: 13px 24px !important;
    text-decoration: none !important;
    transition: background 0.2s ease !important;
    display: inline-block !important;
}
a.button:hover,
button.button:hover,
input.button:hover {
    background: #A06A1A !important;
    color: #fff !important;
}

/* ---- 22. GLOBAL: Listeo's gallery slider scrollbar hidden ---- */
.listing-gallery-container,
.listing-gallery-slider,
.owl-carousel {
    overflow: hidden !important;
}

/* ---- 23. GLOBAL: Consistent heading font ---- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif !important;
}

/* ---- 24. PROFIEL: "Foto's toevoegen" label as button ---- */
.uploadButton label,
label.uploadButton,
.comment-form .uploadButton {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: #1B2A4A !important;
    color: #fff !important;
    padding: 10px 18px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    cursor: pointer !important;
    border: none !important;
    transition: background 0.2s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}
.uploadButton label:hover,
label.uploadButton:hover {
    background: #C17F24 !important;
}

/* ---- 25. HOMEPAGE: Hero search form — consistent heights ---- */
.vg-hero-search select,
.vg-hero-search .vg-hero-search__select {
    height: 52px !important;
    line-height: 52px !important;
    font-size: 15px !important;
}
.vg-hero-search .vg-hero-search__btn,
.vg-hero-search button[type="submit"] {
    height: 52px !important;
    line-height: 52px !important;
    padding: 0 28px !important;
}

/* ---- 26. MOBILE: FAB button z-index safe ---- */
#vg-fab-menu-btn {
    z-index: 9990 !important;
}
.vg-sidebar-overlay {
    z-index: 9991 !important;
}
.vg-sidebar-panel {
    z-index: 9992 !important;
}

/* ---- 27. GLOBAL: Listeo popup/modal z-index stays above FAB ---- */
#sign-in-dialog,
.mfp-wrap,
.mfp-overlay {
    z-index: 99999 !important;
}

/* ---- 28. VLOERENLEGGERS: Archive page title area ---- */
.vg-archive-header {
    padding: 24px 0 20px !important;
}
.vg-archive-header h1 {
    font-size: 28px !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin: 0 0 4px !important;
}
.vg-archive-header .vg-archive-count {
    font-size: 14px !important;
    color: rgba(255,255,255,0.75) !important;
    font-weight: 500 !important;
}

/* ---- 29. GLOBAL: Consistent section spacing ---- */
.vg-section {
    padding: 80px 0 !important;
}
@media (max-width: 768px) {
    .vg-section {
        padding: 48px 0 !important;
    }
}

/* ---- 30. PROFIEL: Contact buttons consistent ---- */
.listing-contact-details .vg-btn,
.listing-contact-details a.vg-btn {
    width: 100% !important;
    justify-content: center !important;
    margin-bottom: 10px !important;
}

/* ---- 31. GLOBAL: Listeo's .listing-item-content padding ---- */
.listing-item-content {
    padding: 16px 18px !important;
}
.listing-item-content h3,
.listing-item-content .listing-title {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1B2A4A !important;
    margin-bottom: 6px !important;
}
.listing-item-content .listing-address {
    font-size: 13px !important;
    color: #666 !important;
    font-weight: 500 !important;
}

/* ---- 32. GLOBAL: Consistent link hover in content areas ---- */
.listing-content a:not(.vg-btn):not(.button),
.listing-description a:not(.vg-btn):not(.button) {
    color: #C17F24 !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(193,127,36,0.3) !important;
    transition: border-color 0.2s !important;
}
.listing-content a:not(.vg-btn):not(.button):hover,
.listing-description a:not(.vg-btn):not(.button):hover {
    border-bottom-color: #C17F24 !important;
}

/* ============================================================
   VakmanGeregeld — Audit fix v78b (targeted fixes)
   ============================================================ */

/* ---- Fix 1: Stats bar — num en label op aparte regels ---- */
.vg-stats__item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}
.vg-stats__num {
    display: block !important;
    line-height: 1.1 !important;
    margin-bottom: 4px !important;
}
.vg-stats__label {
    display: block !important;
    line-height: 1.3 !important;
}

/* ---- Fix 2: Dashboard section "Aanmelden als vakman" button (vg-btn--outline-dark op donkere achtergrond) ---- */
.vg-app-mockup__actions {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    flex-wrap: wrap !important;
    margin-top: 24px !important;
}
.vg-app-mockup__actions .vg-btn--outline-dark {
    border: 2px solid rgba(255,255,255,0.6) !important;
    color: #fff !important;
    background: transparent !important;
    padding: 13px 24px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    display: inline-flex !important;
    align-items: center !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}
.vg-app-mockup__actions .vg-btn--outline-dark:hover {
    background: rgba(255,255,255,0.12) !important;
    border-color: #fff !important;
    color: #fff !important;
}

/* ---- Fix 3: Listing archive — filter sidebar consistent styling ---- */
#listing-filters .widget,
.listing-filters-widget {
    margin-bottom: 24px !important;
}
#listing-filters .widget-title,
.listing-filters-widget .widget-title,
#listing-filters .widgettitle {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase !important;
    color: #1B2A4A !important;
    margin-bottom: 10px !important;
    padding-bottom: 8px !important;
    border-bottom: 2px solid #C17F24 !important;
}

/* ---- Fix 4: Listing cards — consistent card styling ---- */
.listing-item .listing-item-inner {
    border: 1px solid #E8E5E0 !important;
    box-shadow: 0 2px 8px rgba(27,42,74,0.06) !important;
    transition: box-shadow 0.2s ease, transform 0.2s ease !important;
    border-radius: 0 !important;
    overflow: hidden !important;
}
.listing-item .listing-item-inner:hover {
    box-shadow: 0 8px 24px rgba(27,42,74,0.14) !important;
    transform: translateY(-2px) !important;
}

/* ---- Fix 5: Pagination consistent ---- */
.pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    margin: 40px 0 !important;
}

/* ---- Fix 6: Profile page — tab nav active underline ---- */
#listing-nav li.active a,
.listing-nav-container li.active a {
    border-bottom: 3px solid #C17F24 !important;
    color: #C17F24 !important;
    font-weight: 700 !important;
}

/* ---- Fix 7: Global — Listeo's orange focus ring on inputs override ---- */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
    border-color: #C17F24 !important;
    box-shadow: 0 0 0 3px rgba(193,127,36,0.12) !important;
    outline: none !important;
}

/* ---- Fix 8: Contact page — form labels consistent ---- */
.vg-contact-form label,
.vg-contact-form .vg-form-label {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #1B2A4A !important;
    display: block !important;
    margin-bottom: 6px !important;
}

/* ---- Fix 9: Aanmelden page — tab switcher border-radius 0 ---- */
#tab-klant,
#tab-vakman {
    border-radius: 0 !important;
}
#tab-klant.active,
#tab-vakman.active {
    border: 2px solid #C17F24 !important;
    background: rgba(193,127,36,0.05) !important;
}

/* ---- Fix 10: Global — Listeo's .listing-item category tags ---- */
.listing-item .listing-category,
.listing-item .listing-tag {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
    background: #C17F24 !important;
    color: #fff !important;
    padding: 3px 8px !important;
    border-radius: 0 !important;
}


/* ============================================================
   v78.2 — Fix vg-btn--outline-dark context-aware styling
   - On white/light backgrounds: dark blue border + text
   - On dark backgrounds: white border + text
   ============================================================ */

/* BASE: dark blue border for light backgrounds (default) */
.vg-btn--outline-dark {
    border: 2px solid #1B2A4A !important;
    color: #1B2A4A !important;
    background: transparent !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 13px 24px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
}
.vg-btn--outline-dark:hover {
    background: #1B2A4A !important;
    color: #fff !important;
    border-color: #1B2A4A !important;
}

/* OVERRIDE: white border for dark section backgrounds */
.vg-section--dark .vg-btn--outline-dark,
.vg-hwh-hero .vg-btn--outline-dark,
.vg-app-mockup .vg-btn--outline-dark,
.vg-app-mockup__actions .vg-btn--outline-dark,
.vg-cta-dark .vg-btn--outline-dark,
[class*="vg-section--dark"] .vg-btn--outline-dark {
    border-color: rgba(255,255,255,0.65) !important;
    color: #fff !important;
}
.vg-section--dark .vg-btn--outline-dark:hover,
.vg-hwh-hero .vg-btn--outline-dark:hover,
.vg-app-mockup .vg-btn--outline-dark:hover,
.vg-app-mockup__actions .vg-btn--outline-dark:hover,
.vg-cta-dark .vg-btn--outline-dark:hover {
    background: rgba(255,255,255,0.12) !important;
    border-color: #fff !important;
    color: #fff !important;
}

/* ============================================================
   Fix: vg-btn--outline-white on dark backgrounds (final CTA etc.)
   The global a { color: #C17F24 } overrides the white color.
   Force white text on all outline-white buttons.
   ============================================================ */
a.vg-btn--outline-white,
a.vg-btn--outline-white:visited {
    color: #fff !important;
    border-color: rgba(255,255,255,0.65) !important;
}
a.vg-btn--outline-white:hover {
    color: #fff !important;
    background: rgba(255,255,255,0.12) !important;
    border-color: #fff !important;
}


/* =====================================================
   VakmanGeregeld — FAQ & Legal Pages (v79.0)
   ===================================================== */

/* ---- FAQ HERO ---- */
.vg-faq-hero {
    background: #1B2A4A;
    padding: 80px 0 70px;
    text-align: center;
}
.vg-faq-hero__eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C17F24;
    margin: 0 0 16px;
}
.vg-faq-hero__h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.15;
}
.vg-faq-hero__accent {
    color: #C17F24;
}
.vg-faq-hero__lead {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: rgba(255,255,255,0.75);
    margin: 0;
}
.vg-faq-hero__link {
    color: #C17F24;
    text-decoration: underline;
}

/* ---- FAQ CONTENT ---- */
.vg-faq-content {
    background: #F8F7F5;
    padding: 72px 0 80px;
}
.vg-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}
@media (max-width: 900px) {
    .vg-faq-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ---- FAQ GROUP ---- */
.vg-faq-group {
    background: #fff;
    border: 1px solid #e8e4dc;
    padding: 32px;
}
.vg-faq-group__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid #C17F24;
}
.vg-faq-group__icon {
    font-size: 24px;
    line-height: 1;
}
.vg-faq-group__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1B2A4A;
    margin: 0;
}

/* ---- FAQ ACCORDION ITEMS ---- */
.vg-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.vg-faq-item {
    border-bottom: 1px solid #f0ece4;
}
.vg-faq-item:last-child {
    border-bottom: none;
}
.vg-faq-item__question {
    width: 100%;
    background: none;
    border: none;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1B2A4A;
    cursor: pointer;
    text-align: left;
    transition: color 0.2s;
}
.vg-faq-item__question:hover {
    color: #C17F24;
}
.vg-faq-item__icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border: 2px solid #C17F24;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: background 0.2s;
}
.vg-faq-item__icon::before,
.vg-faq-item__icon::after {
    content: '';
    position: absolute;
    background: #C17F24;
    transition: transform 0.25s, opacity 0.25s;
}
.vg-faq-item__icon::before {
    width: 10px;
    height: 2px;
}
.vg-faq-item__icon::after {
    width: 2px;
    height: 10px;
}
.vg-faq-item.is-open .vg-faq-item__icon {
    background: #C17F24;
}
.vg-faq-item.is-open .vg-faq-item__icon::before,
.vg-faq-item.is-open .vg-faq-item__icon::after {
    background: #fff;
}
.vg-faq-item.is-open .vg-faq-item__icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.vg-faq-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
}
.vg-faq-item.is-open .vg-faq-item__answer {
    max-height: 300px;
    padding-bottom: 16px;
}
.vg-faq-item__answer p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

/* ---- FAQ CTA ---- */
.vg-faq-cta {
    background: #1B2A4A;
    padding: 64px 0;
    text-align: center;
}
.vg-faq-cta__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
}
.vg-faq-cta__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    margin: 0 0 28px;
}

/* =====================================================
   LEGAL PAGES (Privacy + Cookiebeleid)
   ===================================================== */

/* ---- LEGAL HERO ---- */
.vg-legal-hero {
    background: #1B2A4A;
    padding: 80px 0 70px;
    text-align: center;
}
.vg-legal-hero__eyebrow {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C17F24;
    margin: 0 0 16px;
}
.vg-legal-hero__h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.15;
}
.vg-legal-hero__lead {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    color: rgba(255,255,255,0.75);
    margin: 0;
}

/* ---- LEGAL CONTENT ---- */
.vg-legal-content {
    background: #F8F7F5;
    padding: 72px 0 80px;
}
.vg-legal-body {
    max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ---- LEGAL BLOCK ---- */
.vg-legal-block {
    background: #fff;
    border: 1px solid #e8e4dc;
    border-bottom: none;
    padding: 36px 40px;
}
.vg-legal-block:first-child {
    border-top: 3px solid #C17F24;
}
.vg-legal-block:last-child {
    border-bottom: 1px solid #e8e4dc;
}
.vg-legal-block h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #1B2A4A;
    margin: 0 0 14px;
}
.vg-legal-block h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #1B2A4A;
    margin: 12px 0 8px;
}
.vg-legal-block p {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #555;
    line-height: 1.75;
    margin: 0 0 12px;
}
.vg-legal-block p:last-child {
    margin-bottom: 0;
}
.vg-legal-block ul {
    margin: 10px 0 12px 0;
    padding-left: 20px;
}
.vg-legal-block ul li {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 6px;
}
.vg-legal-block a {
    color: #C17F24;
    text-decoration: underline;
}
.vg-legal-block a:hover {
    color: #1B2A4A;
}

/* ---- COOKIE CARDS ---- */
.vg-legal-cookie-card {
    background: #F8F7F5;
    border-left: 3px solid #C17F24;
    padding: 20px 24px;
    margin: 16px 0;
    position: relative;
}
.vg-legal-cookie-card__badge {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 10px;
    margin-bottom: 10px;
}
.vg-legal-cookie-card__badge--required {
    background: #1B2A4A;
    color: #fff;
}
.vg-legal-cookie-card__badge--analytics {
    background: #C17F24;
    color: #fff;
}
.vg-legal-cookie-card h3 {
    margin-top: 0 !important;
}

/* ---- MOBILE ---- */
@media (max-width: 600px) {
    .vg-faq-hero__h1,
    .vg-legal-hero__h1 { font-size: 28px; }
    .vg-faq-hero,
    .vg-legal-hero { padding: 56px 0 48px; }
    .vg-faq-content,
    .vg-legal-content { padding: 40px 0 56px; }
    .vg-faq-group { padding: 24px 20px; }
    .vg-legal-block { padding: 24px 20px; }
    .vg-faq-cta { padding: 48px 0; }
    .vg-faq-cta__title { font-size: 22px; }
}


/* v80.0 — Fix dropdown hover gap: use opacity/visibility + ::before bridge */
.vg-header__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 12px; /* visual gap via padding, keeps hover area continuous */
    background: transparent;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    overflow: visible;
    /* hidden by default */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    z-index: 9999;
}
/* Inner wrapper for the actual dropdown box */
.vg-header__dropdown::after {
    content: none;
}
/* Bridge the gap: transparent pseudo-element fills the padding-top area */
.vg-header__account::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 12px; /* matches padding-top on dropdown */
    background: transparent;
    z-index: 9998;
    display: none;
}
.vg-header__account:hover::before {
    display: block;
}
.vg-header__account:hover .vg-header__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.vg-header__dropdown a {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #1B2A4A !important;
    text-decoration: none !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s ease !important;
    background: #FFFFFF;
    display: block;
    border-left: 3px solid transparent;
}
.vg-header__dropdown a:first-child {
    border-top: 3px solid #C17F24;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
}
.vg-header__dropdown a:hover {
    background: #F8F7F5 !important;
    color: #C17F24 !important;
    border-left-color: #C17F24;
}
/* ============================================================
   v80.2 — Fix: button.gray hover (Bewerken/Verwijderen)
   ============================================================ */
.dashboard-list-box .button.gray:hover,
.buttons-to-right .button.gray:hover,
.lbp-list-actions .button.gray:hover,
.buttons-to-down .button.gray:hover {
    background-color: #C17F24 !important;
    border-color: #C17F24 !important;
    color: #ffffff !important;
}
/* Delete button: red on hover for clarity */
.dashboard-list-box .button.gray.delete:hover,
.buttons-to-right .button.gray.delete:hover,
.listeo_core-dashboard-action-delete:hover {
    background-color: #c0392b !important;
    border-color: #c0392b !important;
    color: #ffffff !important;
}

/* ============================================================
   v80.2 — Fix: activity icon overlap (list-box-icon)
   ============================================================ */
/* The child theme set display:flex on all .dashboard-list-box ul li i,
   which broke the position:absolute layout of list-box-icon.
   Restore the absolute positioning for list-box-icon specifically. */
.dashboard-list-box ul li i.list-box-icon {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    flex-shrink: 0 !important;
    color: #C17F24 !important;
    background: rgba(193,127,36,0.10) !important;
    border-radius: 50% !important;
    font-size: 14px !important;
}
/* Ensure with-icons list items have enough left padding for the absolute icon */
.dashboard-list-box.with-icons ul li {
    padding-left: 87px !important;
}
.dashboard-list-box.with-icons ul li.no-icon {
    padding-left: 30px !important;
}

/* ============================================================
   VakmanGeregeld Child Theme — v80.4 QA Fixes
   ============================================================ */

/* ---- QA-01: Tabs nav active + hover kleur → goud ---- */
.tabs-nav li a:hover,
.tabs-nav li.active a {
    border-color: #C17F24 !important;
    color: #C17F24 !important;
}

/* ---- QA-02: Profiel pagina — "Stuur een bericht" outline knop ---- */
.listing-contact-btn a,
.listing-contact-btn .button {
    border-radius: 0 !important;
    border: 2px solid #1B2A4A !important;
    color: #1B2A4A !important;
    background: transparent !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    transition: all 0.2s ease !important;
}
.listing-contact-btn a:hover,
.listing-contact-btn .button:hover {
    background: #1B2A4A !important;
    color: #fff !important;
}

/* ---- QA-03: Specialisme tags border-radius 0 ---- */
.vg-specialisme-tags a,
.listing-tag,
.listing-tags a {
    border-radius: 0 !important;
}

/* ---- QA-04: Opdracht detail knoppen scherpe hoeken ---- */
.vakman-btn,
.vakman-btn-primary,
.vakman-btn-secondary {
    border-radius: 0 !important;
}

/* ---- QA-05: Opdracht kaart scherpe hoeken ---- */
.vakman-opdracht-card {
    border-radius: 0 !important;
}

/* ---- QA-06: Filter form scherpe hoeken ---- */
.vakman-filter-form {
    border-radius: 0 !important;
}

/* ---- QA-07: Bericht bubble scherpe hoeken ---- */
.vakman-bericht,
.vakman-bericht-form {
    border-radius: 0 !important;
}

/* ---- QA-08: Notice / alert scherpe hoeken ---- */
.vakman-notice {
    border-radius: 0 !important;
}

/* ---- QA-09: Offerte wrap scherpe hoeken ---- */
.vakman-offertes-wrap,
.vakman-offerte-item,
.vakman-offerte-upload-wrap,
.vakman-detail-content {
    border-radius: 0 !important;
}

/* ============================================================
   PROFIEL FORMULIER — Verplicht / Optioneel secties
   ============================================================ */

/* Verplichte sectie: lichte achtergrond met accent border */
.add-listing-section.vg_verplicht .add-listing-headline h3 {
    color: #1B2A4A;
    font-weight: 700;
    font-size: 22px;
}
.add-listing-section.vg_verplicht .add-listing-headline h3::after {
    content: " — vul alle velden in";
    font-size: 13px;
    font-weight: 400;
    color: #666;
    display: inline-block;
    margin-left: 10px;
}

/* Optionele sectie: subtielere styling */
.add-listing-section.vg_optioneel .add-listing-headline h3,
.add-listing-section.gallery .add-listing-headline h3 {
    color: #555;
    font-weight: 600;
    font-size: 20px;
}
.add-listing-section.vg_optioneel .add-listing-headline h3::after,
.add-listing-section.gallery .add-listing-headline h3::after {
    content: " (optioneel)";
    font-size: 13px;
    font-weight: 400;
    color: #999;
    display: inline-block;
    margin-left: 8px;
}

/* Verplichte velden: sterretje styling */
.add-listing-section.vg_verplicht label .required {
    color: #C17F24;
    font-weight: 700;
}

/* Scherpe hoeken op alle form elementen */
.add-listing-section input[type="text"],
.add-listing-section input[type="email"],
.add-listing-section input[type="number"],
.add-listing-section input[type="tel"],
.add-listing-section select,
.add-listing-section textarea,
.add-listing-section .select2-container .select2-selection,
.add-listing-section .mce-panel {
    border-radius: 0 !important;
}

/* Submit knop styling */
.add-listing-section button[type="submit"],
#submit-listing-form button[type="submit"] {
    background-color: #C17F24 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 14px 40px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#submit-listing-form button[type="submit"]:hover {
    background-color: #a56a1d !important;
}

/* Visuele scheiding tussen secties */
.add-listing-section.vg_optioneel,
.add-listing-section.gallery {
    border-top: 2px solid #eee;
    margin-top: 10px;
    padding-top: 20px;
}

/* Verberg de "Vermeldingstitel" tooltip tekst en vervang labels */
.submit-page .add-listing-section {
    border-radius: 0 !important;
}

/* Verberg lege secties (bijv. verwijderde FAQ wrapper) */
.add-listing-section:empty,
.add-listing-section .add-listing-headline:empty {
    display: none !important;
}
/* Verberg secties zonder titel */
.add-listing-section .add-listing-headline h3:empty {
    display: none !important;
}
/* Als een sectie alleen een lege headline heeft, verberg de hele sectie */
#submit-listing-form .add-listing-section:has(.add-listing-headline h3:empty):not(:has(input)):not(:has(select)):not(:has(textarea)):not(:has(.media-uploader)) {
    display: none !important;
}

/* Verberg "Aangepast veld" sectie (custom-term-features) */
.add-listing-section.custom-term-features {
    display: none !important;
}
/* Verberg lege basic_info sectie (product_id hidden field wrapper) */
.add-listing-section.basic_info:not(.vg_verplicht) {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* ===== UNIFIED SUBPAGE HERO ===== */
.vg-subhero {
    background: #1B2A4A;
    padding: 80px 0 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.vg-subhero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 60% 50%, rgba(193,127,36,0.12) 0%, transparent 70%);
    pointer-events: none;
}
.vg-subhero .vg-wrap {
    position: relative;
}
.vg-subhero__h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 20px;
}
.vg-subhero__accent {
    color: #C17F24;
}
.vg-subhero__lead {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}
.vg-subhero__lead a {
    color: #C17F24;
    text-decoration: underline;
}
.vg-subhero__lead a:hover {
    color: #fff;
}
.vg-subhero__actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 36px;
}
.vg-subhero__actions .vg-btn--outline-dark {
    border-color: rgba(255,255,255,0.6);
    color: #fff;
}
.vg-subhero__actions .vg-btn--outline-dark:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
}
@media (max-width: 768px) {
    .vg-subhero { padding: 56px 0 48px; }
    .vg-subhero__h1 { font-size: 28px; }
    .vg-subhero__lead { font-size: 16px; }
    .vg-subhero__actions { flex-direction: column; align-items: center; }
}

/* ===== VERIFIED BADGE TAG (above title) ===== */
.verified-badge-nl {
    background-color: #e8f5e9 !important;
    color: #2e7d32 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 4px 10px !important;
    border-radius: 0px !important;
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
}
.verified-badge-nl i {
    font-size: 12px;
    color: #2e7d32;
}
/* Hide empty listing-badges-nl (no margin when empty) */
.listing-badges-nl:not(:has(.badge-nl)) {
    display: none !important;
}
/* Reduce spacing when badges are present */
.listing-badges-nl {
    margin-bottom: 6px !important;
}
/* Reduce top padding in grid card details */
.new-grid-layout-nl .details-main-col-nl {
    padding: 16px 20px 16px !important;
}
/* Tighter title spacing */
.listing-title-nl {
    margin-top: 0 !important;
    margin-bottom: 2px !important;
    line-height: 1.3 !important;
}

/* ===== EQUAL HEIGHT GRID CARDS FIX ===== */
/* Force location to single line with ellipsis */
.new-grid-layout-nl .listing-location-nl {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
/* Force title to max 2 lines */
.new-grid-layout-nl .listing-title-nl {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 0 !important;
}
/* Force excerpt to exactly 2 lines */
.new-grid-layout-nl .listing-excerpt-nl {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* ===== CATEGORY TAGS: Individual tag style ===== */
.image-overlay-top-nl {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    padding: 12px !important;
    align-items: flex-start !important;
}







.listing-category-tag-nl {
    display: inline-block !important;
    background: rgba(27, 42, 74, 0.85) !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 4px 10px !important;
    border-radius: 0px !important;
    letter-spacing: 0.3px !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
}
/* Remove favorite icon */
.favorite-icon-nl {
    display: none !important;
}

/* v81.7: Vakman pre-select notice in opdracht form */
.vakman-voor-vakman-notice {
    background: #e8f4fd !important;
    border: 2px solid #1B2A4A !important;
    border-radius: 0 !important;
    padding: 16px 20px !important;
    margin-bottom: 24px !important;
}
.vakman-voor-vakman-notice p {
    margin: 0 0 4px 0;
    color: #1B2A4A;
}
.vakman-voor-vakman-notice p:last-child {
    margin-bottom: 0;
    font-size: 14px;
    opacity: 0.8;
}
.vakman-voor-vakman-notice i.fa-user {
    margin-right: 6px;
    color: #C17F24;
}

/* Thread tabs voor berichten per vloerenlegger */
.vakman-thread-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
}
.vakman-thread-tab {
    padding: 10px 20px;
    text-decoration: none;
    color: #1B2A4A;
    font-weight: 600;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: all 0.2s;
}
.vakman-thread-tab:hover {
    color: #C17F24;
    border-bottom-color: #C17F24;
}
.vakman-thread-tab.active {
    color: #C17F24;
    border-bottom-color: #C17F24;
}

/* ===== Chat Layout: Sidebar + Panel ===== */
.vakman-chat-container {
    display: flex;
    border: 1px solid #e0e0e0;
    min-height: 400px;
    max-height: 600px;
}
.vakman-chat-sidebar {
    width: 280px;
    min-width: 280px;
    border-right: 1px solid #e0e0e0;
    overflow-y: auto;
    background: #fafafa;
}
.vakman-chat-contact {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    text-decoration: none;
    color: #1B2A4A;
    border-bottom: 1px solid #eee;
    transition: background 0.15s;
    gap: 10px;
}
.vakman-chat-contact:hover {
    background: #f0ede8;
}
.vakman-chat-contact.active {
    background: #f0ede8;
    border-left: 3px solid #C17F24;
    padding-left: 13px;
}
.vakman-chat-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0;
}
.vakman-chat-contact-info {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}
.vakman-chat-contact-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
}
.vakman-chat-contact-header strong {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vakman-chat-time {
    font-size: 11px;
    color: #888;
    white-space: nowrap;
}
.vakman-chat-preview {
    font-size: 13px;
    color: #666;
    margin: 2px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vakman-chat-badge {
    background: #C17F24;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 10px;
    flex-shrink: 0;
}
.vakman-chat-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.vakman-chat-panel-header {
    padding: 14px 20px;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
}
.vakman-chat-panel-header strong {
    font-size: 16px;
    color: #1B2A4A;
}
.vakman-chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.vakman-chat-input {
    border-top: 1px solid #e0e0e0;
    padding: 12px 20px;
    background: #fafafa;
}
.vakman-chat-input form {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}
.vakman-chat-input textarea {
    flex: 1;
    resize: none;
    border: 1px solid #ddd;
    padding: 10px 14px;
    font-size: 14px;
    font-family: Montserrat, sans-serif;
}
.vakman-chat-input .vakman-btn {
    white-space: nowrap;
    padding: 10px 20px;
}

/* Responsive: op mobiel wordt sidebar boven het paneel */
@media (max-width: 768px) {
    .vakman-chat-container {
        flex-direction: column;
        max-height: none;
    }
    .vakman-chat-sidebar {
        width: 100%;
        min-width: 100%;
        max-height: 200px;
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
}

/* ===== Abonnement Widget ===== */
.vg-abonnement-widget {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    padding: 24px 28px;
    position: relative;
}
.vg-abo-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}
.vg-abo-icon {
    width: 44px;
    height: 44px;
    background: #f0f4f8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.vg-abo-icon svg { color: #1B2A4A; }
.vg-abo-title-wrap { display: flex; align-items: center; gap: 12px; }
.vg-abo-title-wrap h4 { margin: 0; font-size: 18px; color: #1B2A4A; font-weight: 600; }
.vg-abo-badge {
    display: inline-block;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 0;
}
.vg-abo-badge--trial { background: #e8f4fd; color: #1a73e8; }
.vg-abo-badge--active { background: #e6f7e9; color: #1e7e34; }
.vg-abo-badge--expired { background: #fde8e8; color: #c0392b; }
.vg-abo-badge--none { background: #f5f5f5; color: #666; }
.vg-abo-body {}
.vg-abo-info { margin: 0 0 8px; color: #444; font-size: 15px; line-height: 1.5; }
.vg-abo-info--sub { color: #777; font-size: 13px; }
.vg-abo-info--warning { color: #c0392b; font-weight: 500; }
.vg-abo-btn {
    display: inline-block;
    margin-top: 16px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    border-radius: 0;
}
.vg-abo-btn--primary {
    background: #C17F24;
    color: #fff;
}
.vg-abo-btn--primary:hover { background: #a86b1c; }
.vg-abo-success {
    margin-top: 16px;
    padding: 12px 16px;
    background: #e6f7e9;
    color: #1e7e34;
    font-weight: 500;
    border-left: 4px solid #1e7e34;
}

/* Fix: dropdown menu disappears when moving mouse to it (gap between trigger and dropdown) */
.user-menu:before {
    height: 45px !important;
    top: 20px !important;
    left: -40px !important;
    width: calc(100% + 80px) !important;
}
.user-menu ul {
    top: 38px !important;
}
.user-menu {
    padding-bottom: 10px;
}

/* ============================================================
   GALLERY GRID — profielpagina
   ============================================================ */
.vg-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 16px;
}
.vg-gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    aspect-ratio: 4/3;
    cursor: pointer;
}
.vg-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.vg-gallery-item:hover img {
    transform: scale(1.05);
}
.vg-gallery-zoom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(27, 42, 74, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #fff;
    font-size: 22px;
}
.vg-gallery-item:hover .vg-gallery-zoom {
    opacity: 1;
}
@media (max-width: 768px) {
    .vg-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}
@media (max-width: 480px) {
    .vg-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
}

/* ============================================================
   VakmanGeregeld Over ons pagina — v82.3
   ============================================================ */
.vg-over-ons__intro { max-width: 720px; }
.vg-over-ons__text {
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    margin-bottom: 16px;
}
.vg-over-ons__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 32px;
}
.vg-over-ons__card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0px;
    padding: 32px;
}
.vg-over-ons__card-icon {
    font-size: 28px;
    color: #C17F24;
    margin-bottom: 12px;
}
.vg-over-ons__card-title {
    font-size: 18px;
    font-weight: 700;
    color: #1B2A4A;
    margin-bottom: 8px;
}
.vg-over-ons__card-text {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}
.vg-over-ons__twocol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    margin-top: 32px;
}
.vg-over-ons__col-title {
    font-size: 20px;
    font-weight: 700;
    color: #1B2A4A;
    margin-bottom: 16px;
}
.vg-over-ons__list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}
.vg-over-ons__list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.5;
    color: #444;
}
.vg-over-ons__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #C17F24;
    font-weight: 700;
}
.vg-section--dark {
    background: #1B2A4A;
    padding: 64px 0;
}
.vg-over-ons__cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.vg-btn--white {
    background: #fff;
    color: #1B2A4A;
    border: none;
    font-weight: 600;
}
.vg-btn--white:hover {
    background: #f0f0f0;
    color: #1B2A4A;
}
@media (max-width: 768px) {
    .vg-over-ons__grid { grid-template-columns: 1fr; }
    .vg-over-ons__twocol { grid-template-columns: 1fr; gap: 32px; }
}

/* ============================================================
   VakmanGeregeld Content Blocks — Alternating text/image
   ============================================================ */
.vg-content-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}
.vg-content-block--reversed {
    direction: rtl;
}
.vg-content-block--reversed > * {
    direction: ltr;
}
.vg-content-block__title {
    font-size: 28px;
    font-weight: 700;
    color: #1B2A4A;
    margin-bottom: 16px;
}
.vg-content-block__desc {
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    margin-bottom: 12px;
}
.vg-content-block__image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}
@media (max-width: 768px) {
    .vg-content-block {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .vg-content-block--reversed {
        direction: ltr;
    }
    .vg-content-block__image {
        order: -1;
    }
}

/* Over ons page — compact sections */
.vg-section--compact {
    padding: 20px 0 !important;
}
@media (max-width: 768px) {
    .vg-section--compact {
        padding: 16px 0 !important;
    }
}
