/**
 * EFAA Custom Stylesheet - Versie 2
 * Modern, high-conversion hero banner, 4-column stable USP trust bar, and unified visual identity
 */

:root {
    --efaa-primary: #106aa5;
    --efaa-primary-dark: #095a8e;
    --efaa-success: #146c43;
    --efaa-success-dark: #0f5132;
    --efaa-gold: #f59e0b;
    --efaa-slate: #0f172a;
    --efaa-gray: #64748b;
    --efaa-bg-light: #f8fafc;
    --efaa-border: #e2e8f0;
}

/* Zorg dat de sticky header altijd bovenaan blijft en nooit over content heen schuift */
#header.fixed {
    top: 0 !important;
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10000 !important;
}

/* -------------------------------------------------------------
 * TOP UTILITY & TRUST BAR (36PX)
 * ------------------------------------------------------------- */
@media (min-width: 993px) {
    #topBar {
        background-color: #f8fafc !important;
        border-bottom: 1px solid #e2e8f0 !important;
        font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
        font-size: 12.5px !important;
        color: #475569 !important;
        height: 36px !important;
        min-height: 36px !important;
        line-height: 36px !important;
        padding: 0 !important;
        margin: 0 !important;
        display: block !important;
    }

    #topBar .container-fluid {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        height: 36px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    #topBar .topbar-inner {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
        height: 36px !important;
    }

    #topBar .topbar-left,
    #topBar .topbar-right {
        display: flex !important;
        align-items: center !important;
        gap: 16px !important;
        height: 36px !important;
    }

    #topBar .topbar-item {
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        font-size: 12px !important;
        color: #475569 !important;
        text-decoration: none !important;
        transition: color 0.16s ease !important;
        white-space: nowrap !important;
    }

    #topBar a.topbar-link:hover {
        color: #106aa5 !important;
        text-decoration: none !important;
    }

    #topBar .topbar-bullet {
        color: #cbd5e1 !important;
        font-size: 10px !important;
    }

    #topBar .topbar-wa {
        color: #15803d !important;
        font-weight: 500 !important;
    }

    #topBar .topbar-wa:hover {
        color: #16a34a !important;
    }

    #topBar .topbar-login {
        font-weight: 600 !important;
        color: #0f172a !important;
    }

    #topBar .topbar-login:hover {
        color: #106aa5 !important;
    }

    #topBar .flag-icon {
        font-size: 14px !important;
        line-height: 1 !important;
    }
}

/* -------------------------------------------------------------
 * SLANK, COMPACT & LEVENDIG HOOFDMENU (64PX)
 * ------------------------------------------------------------- */
@media (min-width: 993px) {
    #header,
    #header:not(.fixed),
    #header.fixed,
    #header #topNav,
    #topNav {
        height: 64px !important;
        min-height: 64px !important;
        background-color: #ffffff !important;
        border-bottom: 1px solid #e2e8f0 !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
    }

    #topNav .container-fluid {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: space-between !important;
        height: 64px !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        gap: 8px !important;
    }

    #topNav button.btn-mobile {
        display: none !important;
    }

    #header a.logo {
        display: inline-flex !important;
        align-items: center !important;
        height: 64px !important;
        margin: 0 !important;
        padding: 0 !important;
        float: none !important;
        flex-shrink: 0 !important;
        order: 1 !important;
    }

    #header a.logo > img {
        height: 38px !important;
        max-height: 38px !important;
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        display: block !important;
        transition: transform 0.2s ease !important;
    }

    #header a.logo:hover > img {
        transform: scale(1.02);
    }

    #topNav div.nav-main-collapse {
        display: flex !important;
        align-items: center !important;
        float: none !important;
        margin: 0 !important;
        height: 64px !important;
        position: static !important;
        order: 2 !important;
        flex-grow: 1 !important;
        flex-shrink: 1 !important;
        min-width: 0 !important;
        justify-content: flex-start !important;
        padding-left: 8px !important;
        overflow: visible !important;
    }

    #topNav nav.nav-main {
        display: flex !important;
        align-items: center !important;
        height: 64px !important;
        background: transparent !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
        max-width: 100% !important;
    }

    #topMain {
        display: flex !important;
        flex-wrap: nowrap !important;
        white-space: nowrap !important;
        align-items: center !important;
        gap: 2px !important;
        height: 64px !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        background: transparent !important;
    }

    #topMain > li {
        display: inline-flex !important;
        flex-shrink: 0 !important;
        align-items: center !important;
        height: 64px !important;
        margin: 0 !important;
        padding: 0 !important;
        position: relative !important;
        float: none !important;
        white-space: nowrap !important;
    }

    #topMain.nav-pills > li > a,
    #topMain > li > a {
        position: relative !important;
        text-transform: none !important;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 0.8125rem !important; /* 13px */
        font-weight: 500 !important;
        color: #334155 !important;
        letter-spacing: 0px !important;
        padding: 6px 7px !important;
        height: auto !important;
        line-height: 1.4 !important;
        border-radius: 8px !important;
        background-color: transparent !important;
        display: inline-flex !important;
        align-items: center !important;
        transition: all 0.18s cubic-bezier(0.4, 0, 0.2, 1) !important;
        white-space: nowrap !important;
    }

    /* Zachte, vloeiende chip-hover - GEEN STREEP DOOR DE TEKST! */
    #topMain.nav-pills > li:hover > a:not(.dropdown-toggle):not([href*="acties"]),
    #topMain.nav-pills > li > a:not([href*="acties"]):hover,
    #topMain.nav-pills > li > a:not([href*="acties"]):focus {
        color: #106aa5 !important;
        background-color: rgba(16, 106, 165, 0.08) !important;
        transform: translateY(-1px) !important;
    }

    /* Active styling */
    #topMain.nav-pills > li.active > a:not([href*="acties"]),
    #topMain > li.active > a:not([href*="acties"]) {
        color: #106aa5 !important;
        font-weight: 600 !important;
        background-color: rgba(16, 106, 165, 0.06) !important;
    }

    /* Actieve tab indicatorbalk: VEILIG onderaan het hele menu (bottom: 0px op li), 100% vrij van tekst */
    #topMain > li.active:not(.nav-item-acties)::after {
        content: '' !important;
        position: absolute !important;
        bottom: 0px !important;
        left: 10px !important;
        right: 10px !important;
        height: 3px !important;
        background: #106aa5 !important;
        border-radius: 3px 3px 0 0 !important;
        pointer-events: none !important;
    }

    /* Dropdown chevron rotatie */
    #topMain.nav-pills > li > a.dropdown-toggle {
        padding-right: 17px !important;
    }

    #topMain.nav-pills > li > a.dropdown-toggle:after {
        font-family: FontAwesome !important;
        content: "\f107" !important;
        position: absolute !important;
        right: 8px !important;
        top: 50% !important;
        margin-top: -6px !important;
        font-size: 11px !important;
        line-height: 1 !important;
        opacity: 0.65 !important;
        color: currentColor !important;
        transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease !important;
    }

    #topMain.nav-pills > li:hover > a.dropdown-toggle:after {
        transform: rotate(180deg) !important;
        opacity: 1 !important;
        color: #106aa5 !important;
    }

    /* Acties pill badge */
    #topMain > li.nav-item-acties > a,
    #topMain > li > a[href*="acties"] {
        padding: 4px 6px !important;
        background: transparent !important;
    }

    .nav-acties-pill {
        color: #dc2626 !important;
        font-weight: 600 !important;
        background: #fef2f2 !important;
        border: 1px solid #fee2e2 !important;
        border-radius: 20px !important;
        padding: 4px 12px !important;
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1) !important;
        box-shadow: 0 1px 2px rgba(220, 38, 38, 0.06) !important;
    }

    .nav-acties-dot {
        width: 6px !important;
        height: 6px !important;
        border-radius: 50% !important;
        background: #ef4444 !important;
        display: inline-block !important;
        box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2) !important;
        animation: pulseActiesDot 2s infinite !important;
    }

    @keyframes pulseActiesDot {
        0% { transform: scale(0.95); opacity: 0.8; }
        50% { transform: scale(1.2); opacity: 1; }
        100% { transform: scale(0.95); opacity: 0.8; }
    }

    #topMain > li.nav-item-acties:hover .nav-acties-pill,
    #topMain > li > a[href*="acties"]:hover .nav-acties-pill {
        background: #dc2626 !important;
        color: #ffffff !important;
        border-color: #dc2626 !important;
        box-shadow: 0 4px 14px rgba(220, 38, 38, 0.35) !important;
        transform: translateY(-1px) !important;
    }

    #topMain > li.nav-item-acties:hover .nav-acties-dot,
    #topMain > li > a[href*="acties"]:hover .nav-acties-dot {
        background: #ffffff !important;
    }

    /* RECHTERKOLOM UTILITY ACTIONS (ZOEKEN, WHATSAPP, LOGIN) */
    #header ul.nav-second-main,
    #header ul.header-actions {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        float: none !important;
        height: 64px !important;
        margin: 0 0 0 auto !important;
        padding: 0 0 0 10px !important;
        border-left: 1px solid #e2e8f0 !important;
        list-style: none !important;
        flex-shrink: 0 !important;
        order: 3 !important;
    }

    #header ul.nav-second-main li {
        margin: 0 !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center !important;
        position: relative !important;
    }

    /* Standaard op desktop: compacte icoonknoppen (labels verborgen voor maximale ruimte) */
    #header ul.nav-second-main .action-label {
        display: none !important;
    }

    /* Algemene actieknop styling */
    .btn-header-action {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 36px !important;
        height: 36px !important;
        padding: 0 !important;
        border-radius: 50% !important;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 13px !important;
        line-height: 1.2 !important;
        text-decoration: none !important;
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
        white-space: nowrap !important;
        box-sizing: border-box !important;
    }

    /* 1. Zoeken knop */
    .btn-header-search {
        background: #f8fafc !important;
        border: 1px solid #e2e8f0 !important;
        color: #475569 !important;
        font-weight: 500 !important;
    }

    .btn-header-search:hover {
        background: #ffffff !important;
        border-color: #106aa5 !important;
        color: #106aa5 !important;
        box-shadow: 0 2px 8px rgba(16, 106, 165, 0.15) !important;
        transform: translateY(-1px) !important;
    }

    /* 2. Direct WhatsApp Advies knop */
    .btn-header-wa {
        background: #f0fdf4 !important;
        border: 1px solid #bbf7d0 !important;
        color: #15803d !important;
        font-weight: 600 !important;
    }

    .btn-header-wa i {
        font-size: 14px !important;
    }

    .btn-header-wa:hover {
        background: #16a34a !important;
        border-color: #16a34a !important;
        color: #ffffff !important;
        box-shadow: 0 3px 12px rgba(22, 163, 74, 0.3) !important;
        transform: translateY(-1px) !important;
    }

    .btn-header-wa:hover i {
        color: #ffffff !important;
    }

    /* 3. Inloggen knop */
    .btn-header-login {
        background: #f8fafc !important;
        border: 1px solid #e2e8f0 !important;
        color: #334155 !important;
        font-weight: 600 !important;
    }

    .btn-header-login:hover {
        background: #106aa5 !important;
        border-color: #106aa5 !important;
        color: #ffffff !important;
        box-shadow: 0 3px 12px rgba(16, 106, 165, 0.25) !important;
        transform: translateY(-1px) !important;
    }

    .btn-header-login:hover i {
        color: #ffffff !important;
    }

    /* Zoekbalk popover dropdown */
    #header li.search .search-box {
        top: 100% !important;
        margin-top: 8px !important;
        right: 0 !important;
        left: auto !important;
        border-radius: 10px !important;
        border: 1px solid #e2e8f0 !important;
        box-shadow: 0 14px 35px -4px rgba(15, 23, 42, 0.18) !important;
        padding: 12px !important;
        width: 290px !important;
        background: #ffffff !important;
        z-index: 1060 !important;
    }

    #header li.search .search-box .input-group input {
        border-radius: 6px 0 0 6px !important;
        border: 1px solid #cbd5e1 !important;
        font-size: 13.5px !important;
        height: 38px !important;
        padding: 6px 12px !important;
    }

    #header li.search .search-box .input-group .btn-primary {
        border-radius: 0 6px 6px 0 !important;
        height: 38px !important;
        padding: 6px 14px !important;
        background: #106aa5 !important;
        border-color: #106aa5 !important;
    }

    /* DROPDOWN MENU */
    #topNav ul.dropdown-menu,
    #topNav div.submenu-color ul.dropdown-menu,
    #topNav .nav-main-collapse ul.dropdown-menu {
        position: absolute !important;
        top: calc(100% - 6px) !important;
        left: 0 !important;
        float: none !important;
        z-index: 1050 !important;
        background-color: #ffffff !important;
        background: #ffffff !important;
        border: 1px solid #e2e8f0 !important;
        border-top: 3px solid #106aa5 !important;
        border-radius: 0 0 10px 10px !important;
        box-shadow: 0 14px 35px -4px rgba(15, 23, 42, 0.12), 0 4px 10px -2px rgba(15, 23, 42, 0.05) !important;
        padding: 6px !important;
        margin: 0 !important;
        min-width: 230px !important;
        width: max-content !important;
        max-width: 310px !important;
        max-height: calc(100vh - 90px) !important;
        overflow-y: auto !important;
        animation: navDropdownFadeSlide 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
    }

    @keyframes navDropdownFadeSlide {
        from {
            opacity: 0;
            transform: translateY(6px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    #topNav ul.dropdown-menu li,
    #topNav div.submenu-color ul.dropdown-menu li {
        border: none !important;
        margin: 0 0 2px 0 !important;
        padding: 0 !important;
    }

    #topNav ul.dropdown-menu li:last-child,
    #topNav div.submenu-color ul.dropdown-menu li:last-child {
        margin-bottom: 0 !important;
    }

    #topNav ul.dropdown-menu li a,
    #topNav div.submenu-color ul.dropdown-menu li a,
    #topNav div.submenu-color ul.dropdown-menu > li a {
        text-transform: none !important;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 0.84375rem !important; /* 13.5px */
        font-weight: 500 !important;
        color: #334155 !important;
        padding: 7px 14px !important;
        line-height: 1.35 !important;
        display: block !important;
        white-space: nowrap !important;
        border-radius: 6px !important;
        background-color: transparent !important;
        transition: all 0.16s ease !important;
    }

    #topNav ul.dropdown-menu li a:hover,
    #topNav ul.dropdown-menu li:hover > a,
    #topNav div.submenu-color ul.dropdown-menu li a:hover,
    #topNav div.submenu-color ul.dropdown-menu li:hover > a,
    #topNav div.submenu-color ul.dropdown-menu li.active > a {
        color: #106aa5 !important;
        background-color: #f0f7fc !important;
        padding-left: 18px !important;
        transform: translateX(2px) !important;
    }

    #topNav ul.dropdown-menu li.divider,
    #topNav div.submenu-color ul.dropdown-menu li.divider {
        display: none !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }
}

/* COMPACTE DESKTOP / TABLET LANDSCAPE (993px - 1199px) */
@media (min-width: 993px) and (max-width: 1199px) {
    #topNav .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
        gap: 4px !important;
    }
    #header a.logo > img {
        height: 32px !important;
        max-height: 32px !important;
    }
    #topNav div.nav-main-collapse {
        padding-left: 4px !important;
    }
    #topMain {
        gap: 1px !important;
    }
    #topMain.nav-pills > li > a,
    #topMain > li > a {
        font-size: 12px !important;
        padding: 5px 5px !important;
    }
    #topMain.nav-pills > li > a.dropdown-toggle {
        padding-right: 14px !important;
    }
    .nav-acties-pill {
        padding: 3px 6px !important;
        font-size: 11px !important;
        gap: 4px !important;
    }
    .btn-header-action {
        width: 32px !important;
        height: 32px !important;
    }
    #header ul.nav-second-main {
        padding-left: 8px !important;
        gap: 4px !important;
    }
    #topBar .topbar-trust {
        display: none !important;
    }
    #topBar .topbar-bullet {
        display: none !important;
    }
}

/* ZEER BREDE DESKTOP (vanaf 1441px): extra lucht en actielabels tonen */
@media (min-width: 1441px) {
    #topNav .container-fluid {
        padding-left: 20px !important;
        padding-right: 20px !important;
        gap: 12px !important;
    }
    #header a.logo > img {
        height: 42px !important;
        max-height: 42px !important;
    }
    #topNav div.nav-main-collapse {
        padding-left: 14px !important;
    }
    #topMain {
        gap: 3px !important;
    }
    #topMain.nav-pills > li > a,
    #topMain > li > a {
        font-size: 0.875rem !important; /* 14px */
        padding: 7px 10px !important;
    }
    #topMain.nav-pills > li > a.dropdown-toggle {
        padding-right: 20px !important;
    }
    #header ul.nav-second-main,
    #header ul.header-actions {
        padding-left: 16px !important;
        gap: 8px !important;
    }
    #header ul.nav-second-main .action-label {
        display: inline !important;
    }
    .btn-header-action {
        width: auto !important;
        height: auto !important;
        padding: 6px 12px !important;
        border-radius: 20px !important;
        font-size: 13px !important;
        gap: 6px !important;
    }
}

/* -------------------------------------------------------------
 * FONTAWESOME ICON GLYPHS (voor iconen die in de gepurgde CSS ontbraken)
 * ------------------------------------------------------------- */
.fa-star:before { content: "\f005"; }
.fa-star-half-o:before { content: "\f123"; }
.fa-user:before { content: "\f007"; }
.fa-th-list:before { content: "\f00b"; }
.fa-check:before { content: "\f00c"; }
.fa-check-circle:before { content: "\f058"; }
.fa-question-circle:before { content: "\f059"; }
.fa-comment:before { content: "\f075"; }
.fa-comments:before { content: "\f086"; }
.fa-phone:before { content: "\f095"; }
.fa-certificate:before { content: "\f0a3"; }
.fa-users:before, .fa-group:before { content: "\f0c0"; }
.fa-list-ul:before { content: "\f0ca"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-envelope-o:before { content: "\f003"; }
.fa-comment-o:before { content: "\f0e5"; }
.fa-comments-o:before { content: "\f0e6"; }
.fa-laptop:before { content: "\f109"; }
.fa-question:before { content: "\f128"; }
.fa-compass:before { content: "\f14e"; }
.fa-graduation-cap:before, .fa-mortar-board:before { content: "\f19d"; }
.fa-user-circle:before { content: "\f2bd"; }
.fa-user-circle-o:before { content: "\f2be"; }
.fa-trophy:before { content: "\f091"; }
.fa-play-circle:before { content: "\f144"; }
.fa-play-circle-o:before { content: "\f01d"; }
.fa-heartbeat:before { content: "\f21e"; }
.fa-pencil:before { content: "\f040"; }
.fa-bolt:before { content: "\f0e7"; }
.fa-clock-o:before { content: "\f017"; }
.fa-lock:before { content: "\f023"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before { content: "\f060"; }

/* -------------------------------------------------------------
 * SAFEGUARDS & RESET
 * ------------------------------------------------------------- */
.alert a.btn,
.alert .btn {
    text-decoration: none !important;
}

.alert a.btn-success,
.alert .btn-success {
    color: #ffffff !important;
}

.alert a.btn-primary,
.alert .btn-primary {
    color: #ffffff !important;
}

.alert a.btn-info,
.alert .btn-info {
    color: #ffffff !important;
}

/* -------------------------------------------------------------
 * SIDEBAR CTA CARD & QUICKLINKS
 * ------------------------------------------------------------- */
.sidebar-cta-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 22px 18px 20px 18px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    margin-bottom: 22px;
    text-align: center;
}

.sidebar-cta-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
}

.sidebar-cta-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ecfdf5;
    color: #10b981;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 10px;
    border: 1px solid #d1fae5;
}

.sidebar-cta-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.sidebar-cta-subtitle {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
    line-height: 1.4;
}

.sidebar-cta-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar-cta-btn-primary {
    background-color: #146c43 !important;
    border-color: #146c43 !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 11px 16px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(20, 108, 67, 0.25);
    transition: all 0.2s ease;
    width: 100%;
}

.sidebar-cta-btn-primary:hover {
    background-color: #0f5132 !important;
    border-color: #0f5132 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(20, 108, 67, 0.35);
}

.sidebar-cta-btn-whatsapp {
    background-color: #f0fdf4 !important;
    border: 1.5px solid #86efac !important;
    color: #15803d !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    padding: 10px 12px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease;
    width: 100%;
}

.sidebar-cta-btn-whatsapp i {
    font-size: 16px;
    color: #22c55e;
}

.sidebar-cta-btn-whatsapp:hover {
    background-color: #dcfce7 !important;
    border-color: #4ade80 !important;
    color: #166534 !important;
    transform: translateY(-1px);
}

.sidebar-quicklinks {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 22px;
}

.sidebar-quicklink-btn {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 11px 14px;
    display: flex;
    align-items: center;
    text-decoration: none !important;
    color: #334155 !important;
    font-size: 13.5px;
    font-weight: 600;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.sidebar-quicklink-btn i:first-child {
    font-size: 15px;
    color: #095a8e;
    margin-right: 10px;
    width: 18px;
    text-align: center;
}

.sidebar-quicklink-btn span {
    flex: 1;
    text-align: left;
}

.sidebar-quicklink-btn .link-arrow {
    font-size: 13px;
    color: #94a3b8;
    transition: transform 0.2s ease;
}

.sidebar-quicklink-btn:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #095a8e !important;
    transform: translateX(2px);
}

.sidebar-quicklink-btn:hover .link-arrow {
    color: #095a8e;
    transform: translateX(2px);
}

/* -------------------------------------------------------------
 * HERO VERSIE 2: Full-width, sfeervol, commercieel krachtig
 * ------------------------------------------------------------- */
.home-hero-v2 {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    min-height: 520px;
    display: flex;
    align-items: center;
    background-color: #121820;
}

.home-hero-v2-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.home-hero-v2-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    display: block;
}

.home-hero-v2-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        rgba(14, 18, 25, 0.92) 0%, 
        rgba(14, 18, 25, 0.82) 45%, 
        rgba(14, 18, 25, 0.40) 78%, 
        rgba(14, 18, 25, 0.18) 100%
    );
    z-index: 2;
}

.home-hero-v2-container {
    z-index: 3;
    padding-top: 52px;
    padding-bottom: 52px;
    padding-left: 28px;
    padding-right: 28px;
    width: 100%;
}

@media (min-width: 992px) {
    .home-hero-v2-container {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 1200px) {
    .home-hero-v2-container {
        padding-left: 55px;
        padding-right: 55px;
    }
}

.home-hero-v2-content {
    padding-right: 25px;
}

.home-hero-v2-kicker {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    font-size: 15px;
    font-weight: 600;
    color: #f1f5f9;
    margin-bottom: 18px;
    letter-spacing: 0.2px;
    line-height: 1.4;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.home-hero-kicker-star {
    display: inline-flex;
    align-items: center;
    color: #fbbf24;
    font-size: 13px;
    filter: drop-shadow(0 1px 3px rgba(251, 191, 36, 0.5));
}

.home-hero-kicker-lead {
    color: #ffffff;
    font-weight: 700;
}

.home-hero-kicker-dot {
    color: #94a3b8;
    font-size: 12px;
    opacity: 0.8;
}

.home-hero-kicker-sub {
    color: #e2e8f0;
    font-weight: 500;
}

.home-hero-v2-title {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: clamp(2rem, 2.7vw, 2.7rem);
    font-weight: 800;
    line-height: 1.18;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
}

.home-hero-title-accent {
    color: #fbbf24;
    text-shadow: 0 2px 10px rgba(251, 191, 36, 0.25);
}

.home-hero-v2-lead {
    font-size: 1.125rem;
    line-height: 1.65;
    color: #cbd5e1;
    margin-bottom: 24px;
    max-width: 620px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.home-hero-v2-lead strong {
    color: #ffffff;
    font-weight: 700;
}

.home-hero-v2-trust-points {
    display: inline-grid;
    grid-template-columns: auto auto;
    gap: 12px 28px;
    margin-bottom: 28px;
    max-width: 100%;
}

.home-hero-v2-point {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-size: 14px;
    font-weight: 500;
    color: #cbd5e1;
    background: transparent;
    padding: 0;
    border: none;
    white-space: nowrap;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.home-hero-v2-point strong {
    color: #ffffff;
    font-weight: 700;
}

.home-hero-v2-point .text-gold {
    color: #fbbf24 !important;
    filter: drop-shadow(0 1px 2px rgba(251, 191, 36, 0.4));
}

.home-hero-v2-point i {
    font-size: 15px;
    flex-shrink: 0;
    color: #4ade80 !important;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}

.home-hero-v2-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.home-hero-v2-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    background-color: #146c43 !important;
    border-color: #146c43 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(20, 108, 67, 0.4);
    transition: all 0.2s ease;
}

.home-hero-v2-btn-primary i {
    font-size: 14px;
    transition: transform 0.2s ease;
}

.home-hero-v2-btn-primary:hover {
    background-color: #0f5132 !important;
    border-color: #0f5132 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(20, 108, 67, 0.5);
}

.home-hero-v2-btn-primary:hover i {
    transform: translateX(4px);
}

.home-hero-v2-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.85) !important;
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: all 0.2s ease;
}

.home-hero-v2-btn-secondary i {
    font-size: 15px;
    line-height: 1;
}

.home-hero-v2-btn-secondary:hover {
    background-color: #ffffff !important;
    color: #121820 !important;
    border-color: #ffffff !important;
    transform: translateY(-2px);
}

.home-hero-v2-micro-support {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #cbd5e1;
}

.home-hero-v2-micro-support i {
    flex-shrink: 0;
    line-height: 1;
}

.home-hero-v2-wa-link {
    color: #4ade80 !important;
    text-decoration: underline;
    transition: color 0.15s ease;
}

.home-hero-v2-wa-link:hover {
    color: #86efac !important;
}

/* -------------------------------------------------------------
 * COMMERCIËLE ACTIEKAART (Rechts in de Hero - Zoals in 'was')
 * ------------------------------------------------------------- */
.home-hero-v2-deal-col {
    display: flex;
    justify-content: flex-end;
}

.home-hero-deal-card {
    background: rgba(18, 24, 34, 0.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1.5px solid rgba(255, 255, 255, 0.16);
    border-top: 1.5px solid rgba(255, 255, 255, 0.28);
    border-radius: 16px;
    padding: 24px 22px 20px 22px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
    position: relative;
    width: 100%;
    max-width: 420px;
}

.home-deal-badge {
    position: absolute;
    top: -12px;
    left: 24px;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: 20px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    box-shadow: 0 3px 8px rgba(217, 119, 6, 0.35);
}

.home-deal-header {
    margin-top: 4px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding-bottom: 10px;
}

.home-deal-title {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: -0.3px;
    text-transform: none;
    color: #ffffff;
    margin: 0 0 4px 0;
    line-height: 1.2;
}

.home-deal-sub {
    font-size: 12.5px;
    font-weight: 800;
    color: #fbbf24;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(251, 191, 36, 0.2);
}

.home-deal-text {
    font-size: 14px;
    line-height: 1.55;
    color: #cbd5e1;
    margin-bottom: 16px;
}

.home-deal-checks {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
}

.home-deal-checks li {
    font-size: 13.5px;
    color: #cbd5e1;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    line-height: 1.45;
}

.home-deal-checks li strong {
    color: #ffffff;
    font-weight: 700;
}

.home-deal-checks li:last-child {
    margin-bottom: 0;
}

.home-deal-checks li i {
    margin-top: 3px;
    margin-right: 0 !important;
    flex-shrink: 0;
    color: #4ade80 !important;
}

.home-deal-buttons {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.home-deal-btn-primary {
    background: #ffffff !important;
    border: 1.5px solid #ffffff !important;
    color: #0f172a !important;
    font-size: 14.5px;
    font-weight: 800;
    letter-spacing: 0.3px;
    padding: 13px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
    text-align: center;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1.3;
    width: 100%;
    cursor: pointer;
}

.home-deal-btn-primary i {
    font-size: 13.5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    color: #0f172a;
    transition: transform 0.25s ease, color 0.25s ease;
}

.home-deal-btn-primary:hover {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%) !important;
    border-color: #f59e0b !important;
    color: #0f172a !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.45);
}

.home-deal-btn-primary:hover i {
    color: #0f172a !important;
    transform: translateX(5px);
}

.home-deal-btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 3px 10px rgba(245, 158, 11, 0.35);
}

.home-deal-btn-secondary {
    background-color: rgba(255, 255, 255, 0.12) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.28) !important;
    color: #ffffff !important;
    font-size: 13.5px;
    font-weight: 700;
    padding: 10px 16px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.home-deal-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.22) !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
}

/* -------------------------------------------------------------
 * USP VERTROUWENSBALK (4 Kolommen, 100% symmetrisch & stabiel)
 * ------------------------------------------------------------- */
.home-usp-v2 {
    background-color: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    padding: 22px 0 20px 0;
}

.home-usp-v2 .container,
.home-accreditation-v2 .container {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 992px) {
    .home-usp-v2 .container,
    .home-accreditation-v2 .container {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (min-width: 1200px) {
    .home-usp-v2 .container,
    .home-accreditation-v2 .container {
        padding-left: 45px;
        padding-right: 45px;
    }
}

.home-usp-v2-grid {
    margin: 0 -10px;
}

.home-usp-v2-col {
    padding: 6px 10px;
}

.home-usp-v2-card {
    display: flex;
    align-items: center;
    gap: 13px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 14px;
    height: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease;
}

.home-usp-v2-link {
    text-decoration: none !important;
    color: inherit !important;
    cursor: pointer;
}

.home-usp-v2-link:hover,
.home-usp-v2-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 4px 12px rgba(11, 44, 76, 0.06);
    transform: translateY(-1px);
}

.home-usp-v2-icon-wrap {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
}

.home-usp-v2-icon-wrap.icon-blue {
    background-color: #e0f2fe;
    color: #0284c7;
}

.home-usp-v2-icon-wrap.icon-green {
    background-color: #dcfce7;
    color: #16a34a;
}

.home-usp-v2-icon-wrap.icon-gold {
    background-color: #fef3c7;
    color: #d97706;
}

.home-usp-v2-body {
    flex: 1;
    min-width: 0;
}

.home-usp-v2-title {
    font-size: 14.5px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-usp-v2-sub {
    font-size: 12.5px;
    font-weight: 500;
    color: #64748b;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-usp-stars {
    color: #f59e0b;
    letter-spacing: 0.5px;
}

/* -------------------------------------------------------------
 * ACCREDITATIE & PARTNER STROOK (zoals in 'was')
 * ------------------------------------------------------------- */
.home-accreditation-v2 {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    padding: 14px 0;
}

.home-accreditation-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px 20px;
}

.home-accreditation-label {
    font-size: 12.5px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.home-accreditation-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 28px;
    flex-wrap: wrap;
}

.home-accreditation-list li img {
    max-height: 42px;
    width: auto;
    object-fit: contain;
    filter: grayscale(15%);
    opacity: 0.92;
    transition: all 0.2s ease;
}

.home-accreditation-list li a:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: translateY(-1px);
}

/* -------------------------------------------------------------
 * RESPONSIVE ADJUSTMENTS
 * ------------------------------------------------------------- */
@media (max-width: 991px) {
    .home-hero-v2 {
        min-height: auto;
        padding: 10px 0;
    }
    .home-hero-v2-container {
        padding-top: 36px;
        padding-bottom: 36px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .home-hero-v2-overlay {
        background: linear-gradient(180deg, rgba(14, 18, 25, 0.96) 0%, rgba(14, 18, 25, 0.88) 55%, rgba(14, 18, 25, 0.75) 100%);
    }
    .home-hero-v2-content {
        padding-right: 0;
        margin-bottom: 28px;
    }
    .home-hero-v2-deal-col {
        justify-content: center;
    }
    .home-hero-deal-card {
        max-width: 100%;
    }
    .home-accreditation-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
    }
    .home-accreditation-list {
        justify-content: center;
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .home-hero-v2-container {
        padding-top: 26px;
        padding-bottom: 28px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .home-hero-v2-kicker {
        font-size: 13px;
        gap: 7px;
        margin-bottom: 12px;
    }
    .home-hero-kicker-star {
        font-size: 11.5px;
    }
    .home-hero-v2-title {
        font-size: 1.65rem;
        line-height: 1.25;
        margin-bottom: 14px;
    }
    .home-hero-v2-lead {
        font-size: 0.95rem;
        line-height: 1.5;
        margin-bottom: 16px;
    }
    .home-hero-v2-trust-points {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 20px;
        width: 100%;
    }
    .home-hero-v2-point {
        font-size: 13px;
        padding: 0;
        white-space: normal;
    }
    .home-hero-v2-actions {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        margin-bottom: 16px;
    }
    .home-hero-v2-actions .btn {
        width: 100%;
        padding: 12px 16px;
        font-size: 15px;
        justify-content: center;
    }
    .home-hero-v2-micro-support {
        font-size: 12.5px;
        line-height: 1.4;
    }
    .home-hero-deal-card {
        padding: 22px 16px 18px 16px;
        border-radius: 12px;
    }
    .home-deal-badge {
        top: -11px;
        left: 16px;
        font-size: 10.5px;
        padding: 4px 10px;
    }
    .home-deal-title {
        font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        font-size: 1.3rem;
        text-transform: none;
        margin-bottom: 3px;
    }
    .home-deal-sub {
        font-size: 11.5px;
    }
    .home-deal-text {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 12px;
    }
    .home-deal-checks {
        margin-bottom: 16px;
    }
    .home-deal-checks li {
        font-size: 13px;
        color: #cbd5e1;
        margin-bottom: 7px;
        display: flex;
        align-items: flex-start;
        gap: 8px;
    }
    .home-deal-checks li strong {
        color: #ffffff;
        font-weight: 700;
    }
    .home-deal-checks li i {
        margin-top: 3px;
        margin-right: 0 !important;
        flex-shrink: 0;
        color: #4ade80 !important;
    }
    .home-deal-btn-primary {
        font-size: 13.5px;
        padding: 12px 18px;
    }
    .home-deal-btn-secondary {
        font-size: 12.5px;
        padding: 9px 14px;
    }
    /* Mobile 2x2 grid for USP cards */
    .home-usp-v2 {
        padding: 14px 0 12px 0;
    }
    .home-usp-v2 .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    .home-usp-v2-grid {
        margin: 0 -4px;
    }
    .home-usp-v2-col {
        padding: 4px;
    }
    .home-usp-v2-card {
        padding: 8px 10px;
        gap: 8px;
        border-radius: 8px;
    }
    .home-usp-v2-icon-wrap {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .home-usp-v2-title {
        font-size: 11.5px;
        font-weight: 700;
        margin-bottom: 1px;
    }
    .home-usp-v2-sub {
        font-size: 10px;
    }
    .home-usp-stars {
        font-size: 10px;
    }
    .home-accreditation-v2 {
        padding: 12px 0;
    }
    .home-accreditation-v2 .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    .home-accreditation-label {
        font-size: 11px;
    }
    .home-accreditation-list {
        gap: 12px 18px;
    }
    .home-accreditation-list li img {
        max-height: 28px;
    }
}

/* -------------------------------------------------------------
 * OPLEIDINGEN KEUZE-SCAN FOCUS FUNNEL (PAGINA 209)
 * ------------------------------------------------------------- */
.scan-funnel-section {
    background-color: #f1f5f9 !important;
    background: linear-gradient(180deg, #f8fafc 0%, #edf2f7 100%) !important;
    padding-top: 36px !important;
    padding-bottom: 60px !important;
    min-height: calc(100vh - 180px);
}

@media (max-width: 767px) {
    .scan-funnel-section {
        padding-top: 18px !important;
        padding-bottom: 40px !important;
    }
}

.keuze-scan-wrapper h1,
.keuze-scan-wrapper h2,
.keuze-scan-wrapper h3,
.keuze-scan-wrapper h4,
.keuze-scan-wrapper h5 {
    font-family: 'BebasNeue', Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    letter-spacing: 0.5px !important;
    -webkit-font-smoothing: antialiased;
}

.scan-main-title {
    font-family: 'BebasNeue', Arial, Helvetica, sans-serif !important;
    font-size: 38px;
    font-weight: normal !important;
    color: #0f172a;
    line-height: 1.15;
    letter-spacing: 0.8px !important;
    margin: 0 0 10px 0;
}

@media (max-width: 767px) {
    .scan-main-title {
        font-size: 28px;
    }
}

.scan-step-title {
    font-family: 'BebasNeue', Arial, Helvetica, sans-serif !important;
    font-size: 28px;
    font-weight: normal !important;
    color: #0f172a;
    line-height: 1.2;
    letter-spacing: 0.5px !important;
    margin: 0 0 6px 0;
}

@media (max-width: 767px) {
    .scan-step-title {
        font-size: 23px;
    }
}

.scan-step-name {
    font-family: 'BebasNeue', Arial, Helvetica, sans-serif !important;
    font-size: 19px;
    font-weight: normal !important;
    color: #0f172a;
    letter-spacing: 0.5px !important;
}

.scan-card-title {
    font-family: 'BebasNeue', Arial, Helvetica, sans-serif !important;
    font-size: 21px;
    font-weight: normal !important;
    color: #0f172a;
    letter-spacing: 0.5px !important;
    line-height: 1.2;
    margin: 0 0 2px 0;
}

.scan-subheading {
    font-family: 'BebasNeue', Arial, Helvetica, sans-serif !important;
    font-size: 22px;
    font-weight: normal !important;
    color: #106aa5;
    letter-spacing: 0.5px !important;
}

.advisor-name {
    font-family: 'BebasNeue', Arial, Helvetica, sans-serif !important;
    font-size: 24px;
    font-weight: normal !important;
    color: #0f172a;
    letter-spacing: 0.5px !important;
}

.thankyou-title {
    font-family: 'BebasNeue', Arial, Helvetica, sans-serif !important;
    font-size: 38px;
    font-weight: normal !important;
    color: #0f172a;
    letter-spacing: 0.8px !important;
}

@media (max-width: 767px) {
    .thankyou-title {
        font-size: 28px;
    }
}

.thankyou-section-title {
    font-family: 'BebasNeue', Arial, Helvetica, sans-serif !important;
    font-size: 26px;
    font-weight: normal !important;
    color: #0f172a;
    letter-spacing: 0.5px !important;
}

.timeline-title {
    font-family: 'BebasNeue', Arial, Helvetica, sans-serif !important;
    font-size: 20px;
    font-weight: normal !important;
    color: #0f172a;
    letter-spacing: 0.5px !important;
}
