/* Xentry Control support-flow (QR-pagina's) */

.support_flow {
    padding-top: 55px;
}

.support_intro_head {
    max-width: 720px;
    margin-bottom: 50px;
}

.support_intro_head .product_title {
    margin-bottom: 18px;
}

.support_step {
    margin-bottom: 45px;
}

.support_step_title {
    font-family: "Soho Gothic W05 Bold";
    text-transform: uppercase;
    font-size: 22px;
    line-height: 28px;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.support_step_num {
    background: #ee2e24;
    color: #fff;
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    margin-right: 12px;
}

/* Stap 1: taalkeuze */

.support_lang {
    width: 100%;
    background: #fff;
    border: 1px solid #e2e3e5;
    padding: 22px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    transition: border-color .15s ease, background-color .15s ease;
}

.support_lang:hover {
    border-color: #ee2e24;
}

.support_lang.is_active {
    background: #ee2e24;
    border-color: #ee2e24;
    color: #fff;
}

.support_lang_flag {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 10px;
}

.support_lang_code {
    font-family: "Soho Gothic W05 Bold";
    font-size: 15px;
    line-height: 20px;
}

.support_lang_label {
    font-family: "Soho Gothic W05 Regular";
    font-size: 13px;
    line-height: 18px;
    color: #5e6167;
}

.support_lang.is_active .support_lang_label {
    color: #fff;
}

/* Stap 2: type speedgate */

.support_type {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #e2e3e5;
    padding: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
    cursor: pointer;
    transition: border-color .15s ease;
}

.support_type:hover {
    border-color: #ee2e24;
}

.support_type.is_active {
    border-color: #ee2e24;
    box-shadow: inset 0 0 0 1px #ee2e24;
}

.support_type_thumb {
    display: block;
    background: #f5f5f6;
    border-bottom: 1px solid #e2e3e5;
}

.support_type_thumb .support_type_img {
    width: 100%;
    height: 190px;
    object-fit: contain;
    display: block;
    padding: 14px;
}

.support_type_body {
    display: block;
    padding: 18px 20px 22px;
}

.support_type_name {
    display: block;
    font-family: "Soho Gothic W05 Bold";
    text-transform: uppercase;
    font-size: 17px;
    line-height: 22px;
}

.support_type_tell {
    display: block;
    font-family: "Soho Gothic W05 Regular";
    font-size: 14px;
    line-height: 20px;
    color: #5e6167;
    margin-top: 6px;
}

/* Stap 3: resultaat */

.support_video.video_container {
    display: block;
}

.support_result_title {
    font-family: "Soho Gothic W05 Bold";
    text-transform: uppercase;
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 12px;
}

.support_result_text {
    font-size: 16px;
    line-height: 24px;
    color: #5e6167;
    margin-bottom: 22px;
}

.support_downloads_title {
    font-family: "Soho Gothic W05 Bold";
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

.support_missing {
    border-left: 3px solid #ee2e24;
    background: #f5f5f6;
    padding: 20px 22px;
    font-size: 16px;
    line-height: 24px;
    color: #5e6167;
}

/* Andere onderwerpen */

.support_other {
    border-top: 1px solid #e2e3e5;
    padding-top: 34px;
    margin-top: 20px;
    padding-bottom: 18px;
}

.support_other_title {
    font-family: "Soho Gothic W05 Bold";
    text-transform: uppercase;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 16px;
}

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

.support_other_link {
    display: inline-flex;
    align-items: center;
    border: 1px solid #e2e3e5;
    padding: 13px 18px;
    min-height: 44px;
    font-family: "Soho Gothic W05 Medium";
    font-size: 15px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
    transition: border-color .15s ease;
}

.support_other_link:hover {
    border-color: #ee2e24;
    color: #000;
    text-decoration: none;
}

.support_other_link svg {
    margin-left: 12px;
    flex: 0 0 auto;
}

/* Taalbalk op het overzicht: een voorkeur, geen genummerde stap. */

.support_langbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    padding-bottom: 26px;
    margin-bottom: 34px;
    border-bottom: 1px solid #e2e3e5;
}

.support_langbar_label {
    font-family: "Soho Gothic W05 Medium";
    font-size: 14px;
    line-height: 20px;
    color: #5e6167;
}

.support_langbar_buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.support_langpill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    border: 1px solid #e2e3e5;
    padding: 9px 14px;
    min-height: 44px;
    cursor: pointer;
    font-family: "Soho Gothic W05 Medium";
    color: #000;
    transition: border-color .15s ease, background-color .15s ease;
}

.support_langpill:hover {
    border-color: #ee2e24;
}

.support_langpill.is_active {
    background: #ee2e24;
    border-color: #ee2e24;
    color: #fff;
}

.support_langpill_flag {
    font-size: 18px;
    line-height: 1;
}

.support_langpill_code {
    font-size: 13px;
    letter-spacing: .04em;
}

.support_cards_title {
    font-family: "Soho Gothic W05 Bold";
    text-transform: uppercase;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 22px;
}

/* Veelgestelde vragen */

.support_faq {
    border-top: 1px solid #e2e3e5;
    padding-top: 48px;
    margin-top: 44px;
    margin-bottom: 75px;
}

.support_faq_title {
    font-family: "Soho Gothic W05 Bold";
    text-transform: uppercase;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 18px;
}

/* Overzichtspagina: randloze kaarten, zoals de productgrid van de site. */

.support_cards {
    align-items: stretch;
}

.support_cards > [class*="col-"] {
    display: flex;
}

.support_cards_head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 24px;
}

.support_cards_title {
    font-family: "Soho Gothic W05 Bold";
    text-transform: uppercase;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
}

.support_langbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.support_langbar_label {
    font-family: "Soho Gothic W05 Regular";
    font-size: 13px;
    line-height: 20px;
    color: #acadaf;
}

.support_langbar_buttons {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.support_langpill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 1px solid #eaeaea;
    padding: 7px 12px;
    cursor: pointer;
    font-family: "Soho Gothic W05 Medium";
    font-size: 13px;
    line-height: 18px;
    color: #5e6167;
    transition: color .15s ease, border-color .15s ease, background-color .15s ease;
}

.support_langpill:hover {
    color: #ee2e24;
    border-color: #ee2e24;
}

.support_langpill.is_active {
    background: #ee2e24;
    border-color: #ee2e24;
    color: #fff;
}

.support_langpill_flag {
    font-size: 16px;
    line-height: 1;
}

.support_card {
    display: flex;
    flex-direction: column;
    height: 100%;
    color: #000;
    text-decoration: none;
}

.support_card:hover {
    color: #000;
    text-decoration: none;
}

.support_card_thumb {
    display: block;
    overflow: hidden;
    background: #f5f5f6;
}

.support_card_thumb .support_card_img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}

.support_card:hover .support_card_img {
    transform: scale(1.03);
}

/* base.css zet margin-top:0 !important op alle koppen; daarom hier ook
   !important, net zoals de theme zelf bij .block_3_title doet. */
.support_card_title {
    font-family: "Soho Gothic W05 Bold";
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    margin: 28px 0 14px 0 !important;
}

.support_card_text {
    display: block;
    font-size: 15px;
    line-height: 23px;
    color: #5e6167;
    margin-bottom: 14px;
}

.support_card_action {
    display: block;
    margin-top: auto;
}

.support_card_action_row {
    padding: 8px 0;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
    font-family: "Soho Gothic W05 Medium";
    line-height: 21px;
}

.support_card_action_row span:last-child {
    color: #acadaf;
    flex: 0 0 20px;
    text-align: right;
}

.support_card:hover .support_card_action_row,
.support_card:hover .support_card_action_row span {
    color: #ee2e24;
}

@media (max-width: 767px) {
    .support_flow {
        padding-top: 35px;
    }
    .support_step {
        margin-bottom: 32px;
    }
    .support_step_title {
        font-size: 19px;
        line-height: 24px;
    }
    .support_lang {
        padding: 16px 8px;
    }
    .support_lang_flag {
        font-size: 28px;
    }
    .support_type_thumb .support_type_img {
        height: 150px;
    }
    .support_card_thumb .support_card_img {
        height: 200px;
    }
    .support_cards_head {
        flex-direction: column;
        align-items: flex-start;
    }
    .support_other {
        padding-bottom: 12px;
    }
    .support_faq {
        padding-top: 36px;
        margin-top: 32px;
        margin-bottom: 55px;
    }
    .support_other_links {
        flex-direction: column;
    }
    .support_other_link {
        justify-content: space-between;
    }
}

@media (prefers-reduced-motion: reduce) {
    .support_lang,
    .support_type {
        transition: none;
    }
}
