/* ============================================================================
   Become a Vosher Pro - CSS Styles
   Für: become_a_vosher_pro.php (Landing-Page) und become_a_vosher_pro_questions.php (Formular)
   Präfix: bvosher-pro-
   ============================================================================ */

/* ============================================================================
   WALLPAPER & HEADER
   ============================================================================ */

.become-a-vosher-pro-wall {
    background-image: url("/public/assets/Vosh_Pro_Wallpaper.png");
    background-size: cover;
}

@media screen and (max-width: 991px){
    .become-a-vosher-pro-wall {
        min-height: 140pt;
        background-position-y: 42%;
        margin-top: 20pt;
    }
}

@media screen and (min-width: 992px){
    .become-a-vosher-pro-wall {
        min-height: 540px;
        background-position-y: 42%;
    }
}

/* ============================================================================
   LANDING-PAGE STYLES
   ============================================================================ */

@media screen and (max-width: 991px){
    .bvosher-pro-page-content {
        padding-left: 36pt !important;
        padding-right: 36pt !important;
    }
    
    .bvosher-pro-page-content .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .bvosher-pro-page-content .row > div {
        display: flex;
        margin-bottom: 20px;
    }
    
    .bvosher-pro-why-main-title {
        color: #6F6F6F;
        font-size: 20pt;
        text-align: center;
        text-transform: uppercase;
        margin: 30pt 0 12pt 0;
    }
    
    .bvosher-pro-why-main-subtitle {
        color: #6F6F6F;
        font-size: 20pt;
        text-align: center;
        margin-top: 0;
    }
    
    .bvosher-pro-benefit-card {
        background: #FFFFFF;
        border-radius: 12px;
        padding: 15px 12px;
        margin-bottom: 20px;
        box-shadow: 
            0 2px 4px rgba(0, 0, 0, 0.05),
            0 6px 12px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100%;
        min-height: 280px;
    }
    
    .bvosher-pro-benefit-card:hover {
        transform: translateY(-5px);
        box-shadow: 
            0 4px 8px rgba(0, 0, 0, 0.08),
            0 10px 20px rgba(110, 207, 233, 0.15);
    }
    
    .bvosher-pro-benefit-icon-wrapper {
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
        transition: all 0.3s ease;
    }
    
    .bvosher-pro-benefit-card:hover .bvosher-pro-benefit-icon-wrapper {
        transform: scale(1.1);
    }
    
    .bvosher-pro-benefit-icon {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
    
    .bvosher-pro-benefit-title {
        font-size: 16px;
        color: #6ecfe9;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0 0 8px 0;
        letter-spacing: 0.5px;
    }
    
    .bvosher-pro-benefit-description {
        font-size: 15px;
        color: #6f6f6f;
        line-height: 1.3;
        margin: 0;
        flex: 1;
        display: flex;
        align-items: center;
    }
    
    .bvosher-pro-small-contact-line-text {
        font-size: 16pt;
        color: #ec971f;
        text-transform: uppercase;
        text-align: center;
        margin: 13pt 0 10pt 0;
    }
    
    .bvosher-pro-button-contact-us {
        font-size: 16pt;
        color: #FFFFFF;
        background: linear-gradient(135deg, #ec971f 0%, #d6891a 100%);
        text-transform: uppercase;
        border-radius: 10pt;
        text-align: center;
        justify-content: center;
        height: 50pt;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .bvosher-pro-button-contact-us:hover {
        text-decoration: none;
        color: #FFFFFF;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(236, 151, 31, 0.3);
    }
    
    .bvosher-pro-contact-line {
        display: none;
    }
    
    /* Split CTA Section */
    .bvosher-split-cta-section {
        margin: 40px 0;
        display: flex;
        flex-wrap: wrap;
    }
    
    .bvosher-split-cta-left,
    .bvosher-split-cta-right {
        padding: 10px;
    }
    
    .bvosher-split-cta-box {
        border-radius: 16px;
        padding: 30px 25px;
        text-align: center;
        height: 100%;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }
    
    .bvosher-split-cta-primary {
        background: linear-gradient(135deg, #6ecfe9 0%, #5bb8d4 100%);
        color: #FFFFFF;
    }
    
    .bvosher-split-cta-secondary {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #ffffff 100%);
        border: 2px solid #e9ecef;
        color: #6F6F6F;
    }
    
    .bvosher-split-cta-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }
    
    .bvosher-split-cta-title {
        font-size: 22pt;
        text-transform: uppercase;
        margin-bottom: 12px;
        color: #FFFFFF;
    }
    
    .bvosher-split-cta-subtitle {
        font-size: 14pt;
        margin-bottom: 25px;
        color: #FFFFFF;
        opacity: 0.95;
        line-height: 1.4;
    }
    
    .bvosher-split-cta-crosslink-title {
        font-size: 18pt;
        text-transform: uppercase;
        margin-bottom: 12px;
        color: #244659;
    }
    
    .bvosher-split-cta-crosslink-text {
        font-size: 13pt;
        margin-bottom: 20px;
        color: #6F6F6F;
        line-height: 1.5;
    }
    
    .bvosher-split-cta-button {
        font-size: 16pt;
        color: #FFFFFF !important;
        background: linear-gradient(135deg, #ec971f 0%, #d6891a 100%);
        text-transform: uppercase;
        border-radius: 10pt;
        padding: 14px 35px;
        border: none;
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s ease;
        font-weight: 700;
    }
    
    .bvosher-split-cta-button:hover {
        color: #FFFFFF !important;
        text-decoration: none;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(236, 151, 31, 0.4);
    }
    
    .bvosher-split-cta-button-secondary {
        font-size: 15pt;
        color: #FFFFFF !important;
        background: linear-gradient(135deg, #6ecfe9 0%, #5bb8d4 100%);
        text-transform: uppercase;
        border-radius: 10pt;
        padding: 12px 30px;
        border: none;
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s ease;
        font-weight: 700;
    }
    
    .bvosher-split-cta-button-secondary:hover {
        color: #FFFFFF !important;
        text-decoration: none;
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(110, 207, 233, 0.4);
    }
    
    .bvosher-pro-faq-title {
        color: #6F6F6F !important;
        font-size: 20pt !important;
    }
    
    .bvosher-pro-faq-content {
        color: #6F6F6F !important;
        font-size: 14pt !important;
        line-height: normal !important;
    }
    
    .bvosher-pro-hr {
        border: 1pt solid #6F6F6F;
        margin: 28pt 0 20pt 0;
    }
    
    .bvosher-pro-faq-section {
        padding: 0 !important;
    }
    
    .bvosher-pro-faq-section .panel {
        padding: 0 36pt 0 36pt;
        border: none;
    }
}

@media screen and (min-width: 992px){
    .bvosher-pro-why-main-title {
        color: #6F6F6F;
        font-size: 50px;
        text-align: center;
        text-transform: uppercase;
    }
    
    .bvosher-pro-why-main-subtitle {
        color: #6F6F6F;
        font-size: 50px;
        text-align: center;
        margin-bottom: 85px;
    }
    
    .bvosher-pro-page-content .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .bvosher-pro-page-content .row > div {
        display: flex;
        margin-bottom: 30px;
    }
    
    .bvosher-pro-benefit-card {
        background: #FFFFFF;
        border-radius: 16px;
        padding: 30px 20px;
        margin-bottom: 0;
        box-shadow: 
            0 4px 6px rgba(0, 0, 0, 0.05),
            0 10px 20px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 100%;
        min-height: 380px;
    }
    
    .bvosher-pro-benefit-card:hover {
        transform: translateY(-8px);
        box-shadow: 
            0 6px 12px rgba(0, 0, 0, 0.08),
            0 15px 30px rgba(110, 207, 233, 0.15);
    }
    
    .bvosher-pro-benefit-icon-wrapper {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
        transition: all 0.3s ease;
    }
    
    .bvosher-pro-benefit-card:hover .bvosher-pro-benefit-icon-wrapper {
        transform: scale(1.1);
    }
    
    .bvosher-pro-benefit-icon {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
    
    .bvosher-pro-benefit-title {
        font-size: 34px;
        color: #6ecfe9;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0 0 15px 0;
        letter-spacing: 0.5px;
    }
    
    .bvosher-pro-benefit-description {
        font-size: 28px;
        color: #6f6f6f;
        line-height: 1.4;
        margin: 0;
        flex: 1;
        display: flex;
        align-items: center;
    }
    
    .bvosher-pro-small-contact-line {
        display: none;
    }
    
    .bvosher-pro-contact-line {
        width: 100%;
        height: 100px;
        background: linear-gradient(135deg, #6ecfe9 0%, #5bb8d4 100%);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .bvosher-pro-contact-line-text {
        font-size: 28px;
        color: #FFFFFF;
        display: flex;
        align-items: center;
    }
    
    .bvosher-pro-button-contact-us {
        font-size: 24px;
        color: #FFFFFF;
        background: linear-gradient(135deg, #ec971f 0%, #d6891a 100%);
        border-radius: 10px;
        padding: 12px 40px;
        border: none;
        cursor: pointer;
        text-transform: uppercase;
        transition: all 0.3s ease;
        margin-left: 20px;
    }
    
    .bvosher-pro-button-contact-us:hover {
        text-decoration: none;
        color: #FFFFFF;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(236, 151, 31, 0.3);
    }
    
    /* Split CTA Section */
    .bvosher-split-cta-section {
        margin: 60px 0;
        display: flex;
    }
    
    .bvosher-split-cta-left,
    .bvosher-split-cta-right {
        padding: 15px;
    }
    
    .bvosher-split-cta-box {
        border-radius: 20px;
        padding: 50px 40px;
        text-align: center;
        height: 100%;
        min-height: 320px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
    }
    
    .bvosher-split-cta-primary {
        background: linear-gradient(135deg, #6ecfe9 0%, #5bb8d4 100%);
        color: #FFFFFF;
    }
    
    .bvosher-split-cta-secondary {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #ffffff 100%);
        border: 2px solid #e9ecef;
        color: #6F6F6F;
    }
    
    .bvosher-split-cta-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    }
    
    .bvosher-split-cta-title {
        font-size: 36px;
        text-transform: uppercase;
        margin-bottom: 20px;
        color: #FFFFFF;
        font-weight: 700;
    }
    
    .bvosher-split-cta-subtitle {
        font-size: 22px;
        margin-bottom: 35px;
        color: #FFFFFF;
        opacity: 0.95;
        line-height: 1.4;
    }
    
    .bvosher-split-cta-crosslink-title {
        font-size: 28px;
        text-transform: uppercase;
        margin-bottom: 15px;
        color: #244659;
        font-weight: 700;
    }
    
    .bvosher-split-cta-crosslink-text {
        font-size: 18px;
        margin-bottom: 30px;
        color: #6F6F6F;
        line-height: 1.5;
    }
    
    .bvosher-split-cta-button {
        font-size: 20px;
        color: #FFFFFF !important;
        background: linear-gradient(135deg, #ec971f 0%, #d6891a 100%);
        text-transform: uppercase;
        border-radius: 10px;
        padding: 18px 50px;
        border: none;
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s ease;
        font-weight: 700;
    }
    
    .bvosher-split-cta-button:hover {
        color: #FFFFFF !important;
        text-decoration: none;
        transform: translateY(-3px);
        box-shadow: 0 8px 24px rgba(236, 151, 31, 0.4);
    }
    
    .bvosher-split-cta-button-secondary {
        font-size: 18px;
        color: #FFFFFF !important;
        background: linear-gradient(135deg, #6ecfe9 0%, #5bb8d4 100%);
        text-transform: uppercase;
        border-radius: 10px;
        padding: 15px 45px;
        border: none;
        cursor: pointer;
        text-decoration: none;
        display: inline-block;
        transition: all 0.3s ease;
        font-weight: 700;
    }
    
    .bvosher-split-cta-button-secondary:hover {
        color: #FFFFFF !important;
        text-decoration: none;
        transform: translateY(-3px);
        box-shadow: 0 8px 24px rgba(110, 207, 233, 0.4);
    }
    
    .bvosher-pro-faq-title {
        font-size: 50px;
        color: #6F6F6F;
        text-transform: uppercase;
    }
    
    .bvosher-pro-hr-extra {
        border: 1px solid #6F6F6F;
        width: 100%;
        margin: 0 0 45px 0;
    }
    
    .bvosher-pro-faq-title {
        color: #6F6F6F !important;
        font-size: 34px !important;
    }
    
    .bvosher-pro-faq-content {
        color: #6F6F6F !important;
        font-size: 28px !important;
        line-height: normal !important;
    }
    
    .bvosher-pro-hr {
        display: none;
    }
    
    .bvosher-pro-faq-section .panel {
        border: 1px solid #ccc;
    }
    
    .maxwidth {
        max-width: 1650px;
    }
}

.panel {
    padding: 0;
    box-shadow: none;
}

.panel-body {
    background: #fff;
    padding: 20px;
    color: #3b3b3b;
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
}

.panel-default > .panel-heading {
    text-transform: uppercase;
    background-color: #FFFFFF;
    border: none;
}

.panel-default > .panel-heading span {
    top: -2px;
    position: relative;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border: none;
}

.panel-title > a {
    position: relative;
}

.panel-title > a:after {
    content: url("/public/images/new_images/angle-down-icon.svg");
    float: right;
    display: flex;
}

.panel-title > a[aria-expanded="true"]:after {
    content: url("/public/images/new_images/angle-up-icon.svg");
    float: right;
    display: flex;
}

.panel-title a:hover {
    text-decoration: none !important;
    color: #6F6F6F !important;
}

/* ============================================================================
   FORMULAR STYLES (become_a_vosher_pro_questions.php)
   ============================================================================ */

.become-a-vosher-question-page {
    background: #fff;
    padding: 40px 0;
}

.bvosher-pro-question-page-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.bvosher-pro-question-title {
    text-align: left;
    margin-bottom: 30px;
}

.bvosher-pro-question-title h3 {
    font-size: 32px;
    color: #6F6F6F;
    font-weight: 400;
    margin: 0;
}

.bvosher-pro-title-hr {
    border: 1px solid #e0e0e0;
    width: 100%;
    margin: 20px 0 40px 0;
}

.bvosher-pro-form-section {
    margin-bottom: 30px;
}

.bvosher-pro-question-title-label {
    font-size: 20px;
    color: #6F6F6F;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
}

.bvosher-pro-question-subtitle {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin: -10px 0 15px 0;
}

.bvosher-pro-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 15px;
}

.bvosher-pro-form-section .form-group {
    margin-bottom: 15px;
}

.bvosher-pro-form-section .form-group:last-child {
    margin-bottom: 0;
}

.bvosher-pro-form-hr {
    border: none;
    border-top: 1px solid #e0e0e0;
    width: 100%;
    margin: 30px 0;
}

#become_a_vosher_pro_form .form-control {
    height: 48px;
    font-size: 16px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    width: 100%;
    transition: border-color 0.3s ease;
}

#become_a_vosher_pro_form .form-control:focus {
    border-color: #6ecfe9;
    outline: none;
    box-shadow: 0 0 0 2px rgba(110, 207, 233, 0.1);
}

#become_a_vosher_pro_form .form-control::placeholder {
    color: #999;
    opacity: 1;
}

#become_a_vosher_pro_form textarea.form-control {
    height: auto;
    resize: vertical;
    min-height: 80px;
}

.bvosher-pro-submit-section {
    text-align: center;
    margin-top: 40px;
}

.bvosher-pro-input-submit-button {
    color: #FFFFFF !important;
    background: linear-gradient(135deg, #ec971f 0%, #d6891a 100%) !important;
    font-size: 18px !important;
    border-radius: 4px !important;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 200px;
}

.bvosher-pro-input-submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(236, 151, 31, 0.3);
}

.bvosher-pro-radio-group {
    display: flex;
    gap: 30px;
    margin-top: 15px;
}

@media screen and (max-width: 991px){
    .bvosher-pro-question-page-content {
        width: 80%;
        max-width: 80%;
        margin: 0 auto;
        padding: 0;
    }
    
    .bvosher-pro-question-title h3 {
        font-size: 24px;
    }
    
    .bvosher-pro-form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    #become_a_vosher_pro_form .form-control {
        height: 44px;
        font-size: 16px;
    }
    
    .bvosher-pro-question-title-label {
        font-size: 18px;
    }
    
    .bvosher-pro-input-submit-button {
        width: 100%;
        padding: 14px 20px;
    }
    
    .bvosher-pro-radio-group {
        flex-direction: column;
        gap: 15px;
    }
    
    /* Customer Segment Cards */
    .bvosher-pro-customer-segment-cards {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 20px 0;
    }
    
    .bvosher-pro-segment-card {
        position: relative;
        background: #FFFFFF;
        border: 2px solid #e0e0e0;
        border-radius: 8px;
        padding: 16px;
        text-align: left;
        cursor: pointer;
        transition: all 0.2s ease;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .bvosher-pro-segment-card:hover {
        border-color: #ec971f;
        box-shadow: 0 4px 8px rgba(236, 151, 31, 0.15);
    }
    
    .bvosher-pro-segment-card.selected {
        background: #fff8f0;
        border-color: #ec971f;
        border-width: 2px;
        box-shadow: 0 4px 12px rgba(236, 151, 31, 0.2);
    }
    
    .bvosher-pro-segment-card input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }
    
    .bvosher-pro-segment-icon {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .bvosher-pro-segment-icon img {
        max-width: 100%;
        max-height: 100%;
    }
    
    .bvosher-pro-segment-title {
        font-size: 16px;
        color: #333;
        font-weight: 500;
        margin: 0;
        flex: 1;
        transition: color 0.2s ease;
    }
    
    .bvosher-pro-segment-card.selected .bvosher-pro-segment-title {
        color: #ec971f;
        font-weight: 600;
    }
    
    .bvosher-pro-segment-check-icon {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 24px;
        height: 24px;
        background: #ec971f;
        color: #FFFFFF;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: bold;
        opacity: 0;
        transition: opacity 0.2s ease;
    }
    
    .bvosher-pro-segment-card.selected .bvosher-pro-segment-check-icon {
        opacity: 1;
    }
    
    .bvosher-pro-segment-check-icon i {
        color: #FFFFFF;
    }
    
    /* Radio Buttons for Home Delivery */
    #become_a_vosher_pro_form input[type="radio"] {
        display: none;
    }
    
    #become_a_vosher_pro_form input[type="radio"] + label {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 16px;
        color: #333;
        cursor: pointer;
    }
    
    #become_a_vosher_pro_form input[type="radio"] + label span {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 8px;
        vertical-align: middle;
        background: url(/public/images/new_images/radio-unselected-icon.svg) no-repeat;
        cursor: pointer;
        background-size: 20px;
        flex-shrink: 0;
    }
    
    #become_a_vosher_pro_form input[type="radio"]:checked + label span {
        background: url(/public/images/new_images/radio-selected-icon.svg) no-repeat;
        background-size: 20px;
    }
    
    .bvosher-pro-answer-option {
        font-size: 16px;
        color: #333;
        font-weight: 400;
    }
}

@media screen and (min-width: 992px){
    .bvosher-pro-question-page-content {
        max-width: 900px;
        padding: 0 40px;
    }
    
    .bvosher-pro-question-title h3 {
        font-size: 36px;
    }
    
    .bvosher-pro-form-row {
        gap: 20px;
    }
    
    #become_a_vosher_pro_form .form-control {
        height: 50px;
        font-size: 16px;
    }
    
    .bvosher-pro-question-title-label {
        font-size: 22px;
    }
    
    /* Customer Segment Cards */
    .bvosher-pro-customer-segment-cards {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin: 25px 0;
    }
    
    .bvosher-pro-segment-card {
        position: relative;
        background: #FFFFFF;
        border: 2px solid #e0e0e0;
        border-radius: 8px;
        padding: 20px;
        text-align: left;
        cursor: pointer;
        transition: all 0.2s ease;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .bvosher-pro-segment-card:hover {
        border-color: #ec971f;
        box-shadow: 0 4px 8px rgba(236, 151, 31, 0.15);
    }
    
    .bvosher-pro-segment-card.selected {
        background: #fff8f0;
        border-color: #ec971f;
        border-width: 2px;
        box-shadow: 0 4px 12px rgba(236, 151, 31, 0.2);
    }
    
    .bvosher-pro-segment-icon {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .bvosher-pro-segment-icon img {
        max-width: 100%;
        max-height: 100%;
    }
    
    .bvosher-pro-segment-title {
        font-size: 16px;
        color: #333;
        font-weight: 500;
        margin: 0;
        transition: color 0.2s ease;
    }
    
    .bvosher-pro-segment-card.selected .bvosher-pro-segment-title {
        color: #ec971f;
        font-weight: 600;
    }
    
    .bvosher-pro-segment-check-icon {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 24px;
        height: 24px;
        background: #ec971f;
        color: #FFFFFF;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: bold;
        opacity: 0;
        transition: opacity 0.2s ease;
    }
    
    .bvosher-pro-segment-card.selected .bvosher-pro-segment-check-icon {
        opacity: 1;
    }
    
    .bvosher-pro-segment-check-icon i {
        color: #FFFFFF;
    }
    
    /* Radio Buttons for Home Delivery */
    #become_a_vosher_pro_form input[type="radio"] {
        display: none;
    }
    
    #become_a_vosher_pro_form input[type="radio"] + label {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 16px;
        color: #333;
        cursor: pointer;
    }
    
    #become_a_vosher_pro_form input[type="radio"] + label span {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 8px;
        vertical-align: middle;
        background: url(/public/images/new_images/radio-unselected-icon.svg) no-repeat;
        cursor: pointer;
        background-size: 20px;
        flex-shrink: 0;
    }
    
    #become_a_vosher_pro_form input[type="radio"]:checked + label span {
        background: url(/public/images/new_images/radio-selected-icon.svg) no-repeat;
        background-size: 20px;
    }
    
    .bvosher-pro-answer-option {
        font-size: 16px;
        color: #333;
        font-weight: 400;
    }
}



/* FORMULAR STYLES - Private Vosher */
.become-a-vosher-wall{background-image:url(/public/images/becomeAVosher_bg.jpg);background-size:cover}
.become-a-vosher-question-page-content{max-width:800px;margin:0 auto;padding:0 20px}

@media screen and (max-width: 991px){
    .become-a-vosher-question-page-content{
        width: 80%;
        max-width: 80%;
        margin: 0 auto;
        padding: 0;
    }
}
.bvosher-question-title{text-align:left;margin-bottom:30px}
.bvosher-question-title h3{font-size:32px;color:#6F6F6F;font-weight:400;margin:0}
.bvosher-title-hr{border:1px solid #e0e0e0;width:100%;margin:20px 0 40px 0}
.bvosher-form-section{margin-bottom:30px}
.bvosher-form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:15px}
.bvosher-form-section .form-group{margin-bottom:15px}
.bvosher-form-hr{border:none;border-top:1px solid #e0e0e0;width:100%;margin:30px 0}
.question-title{font-size:20px;color:#6F6F6F;font-weight:500;margin-bottom:15px;display:block}
.bvosher-radio-group,.bvosher-checkbox-group{display:flex;flex-wrap:wrap;gap:20px;margin-top:10px}
.answer-option{font-size:16px;color:#333;font-weight:400}
.answer-input{margin-top:15px}
#become_a_vosher_form .form-control{height:48px;font-size:16px;color:#333;border:1px solid #ddd;border-radius:4px;padding:10px 15px;width:100%;transition:border-color .3s ease}
#become_a_vosher_form .form-control:focus{border-color:#6ecfe9;outline:none;box-shadow:0 0 0 2px rgba(110,207,233,.1)}
#become_a_vosher_form .form-control::placeholder{color:#999;opacity:1}
#become_a_vosher_form input[type=radio]{display:none}
#become_a_vosher_form input[type=radio]+label{display:flex;align-items:center;font-weight:400;font-size:16px;color:#333;cursor:pointer}
#become_a_vosher_form input[type=radio]+label span{display:inline-block;width:20px;height:20px;margin-right:8px;vertical-align:middle;background:url(/public/images/new_images/radio-unselected-icon.svg) no-repeat;cursor:pointer;background-size:20px;flex-shrink:0}
#become_a_vosher_form input[type=radio]:checked+label span{background:url(/public/images/new_images/radio-selected-icon.svg) no-repeat;background-size:20px}
#become_a_vosher_form input[type=checkbox]{display:none}
#become_a_vosher_form input[type=checkbox]+label{display:flex;align-items:center;font-weight:400;font-size:16px;color:#333;cursor:pointer}
#become_a_vosher_form input[type=checkbox]+label span{display:inline-block;width:20px;height:20px;margin-right:8px;vertical-align:middle;background:url(/public/images/new_images/radio-unselected-icon.svg) no-repeat;cursor:pointer;background-size:20px;flex-shrink:0}
#become_a_vosher_form input[type=checkbox]:checked+label span{background:url(/public/images/new_images/radio-selected-icon.svg) no-repeat;background-size:20px}
.browse-img-button{color:#FFF!important;background:#ec971f!important;font-size:16px!important;border-radius:4px!important;text-align:center;text-transform:uppercase;padding:12px 20px;border:none;cursor:pointer;transition:all .3s ease}
.browse-img-button:hover{background:#d6891a!important;transform:translateY(-2px);box-shadow:0 4px 12px rgba(236,151,31,.3)}
.bvosher-upload-text{font-size:18px!important;margin-bottom:15px}
.name-of-file{font-size:14px;color:#666;margin-top:8px;display:block}
.bvosher-agreement-section{margin-bottom:30px}
#AGB-question{font-size:14px;color:#333;font-weight:400;display:flex;align-items:flex-start;gap:8px}
#AGB-question input[type=checkbox]{margin-top:3px;flex-shrink:0}
.payment-formular-link{color:#ec971f;text-decoration:underline}
.payment-formular-link:hover{color:#d6891a}
.bvosher-submit-section{text-align:center;margin-top:30px}
.bvosher-submit-button{color:#FFF!important;background:linear-gradient(135deg,#ec971f 0%,#d6891a 100%)!important;font-size:18px!important;border-radius:4px!important;text-align:center;text-transform:uppercase;padding:14px 50px;border:none;cursor:pointer;transition:all .3s ease;min-width:200px}
.bvosher-submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(236,151,31,.3)}
.fileContainer{overflow:hidden;position:relative;display:inline-block}
.fileContainer [type=file]{cursor:pointer;display:block;font-size:999px;filter:alpha(opacity=0);min-height:100%;min-width:100%;opacity:0;position:absolute;right:0;text-align:right;top:0}
@media screen and (max-width:991px){
.become-a-vosher-wall{min-height:140pt;background-position-y:42%;margin-top:20pt}
.become-a-vosher-question-page-content{padding:0 20px}
.bvosher-question-title h3{font-size:24px}
.bvosher-form-row{grid-template-columns:1fr;gap:15px}
#become_a_vosher_form .form-control{height:44px;font-size:16px}
.question-title{font-size:18px}
.bvosher-radio-group,.bvosher-checkbox-group{flex-direction:column;gap:15px}
.bvosher-submit-button{width:100%;padding:14px 20px}
}
@media screen and (min-width:992px){
.become-a-vosher-wall{min-height:540px;background-position-y:42%}
.become-a-vosher-question-page-content{max-width:900px;padding:0 40px}
.bvosher-question-title h3{font-size:36px}
.bvosher-form-row{gap:20px}
#become_a_vosher_form .form-control{height:50px;font-size:16px}
.question-title{font-size:22px}
.bvosher-radio-group,.bvosher-checkbox-group{gap:30px}
}

/* ============================================================================
   INTLTELINPUT STYLES (Telefonnummer-Validierung)
   ============================================================================ */

/* intlTelInput Container */
.intl-tel-input {
    position: relative;
    display: block !important;
    width: 100% !important;
}

.intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 99999999 !important;
    padding: 1px;
}

/* Selected Flag Container - Breiter machen */
#become_a_vosher_form .intl-tel-input .selected-flag,
#become_a_vosher_pro_form .intl-tel-input .selected-flag {
    width: 60px !important;
    min-width: 60px !important;
    padding: 0 8px !important;
}

#become_a_vosher_form .intl-tel-input .selected-flag .iti-flag,
#become_a_vosher_pro_form .intl-tel-input .selected-flag .iti-flag {
    margin-right: 6px !important;
}

#become_a_vosher_form .intl-tel-input .selected-flag .iti-arrow,
#become_a_vosher_pro_form .intl-tel-input .selected-flag .iti-arrow {
    margin-left: 4px !important;
}

/* Input-Feld Positionierung - Text soll direkt nach selected-flag beginnen */
#become_a_vosher_form .intl-tel-input input[type="tel"],
#become_a_vosher_pro_form .intl-tel-input input[type="tel"] {
    padding-left: 70px !important; /* 60px selected-flag width + 10px spacing */
}

/* Stelle sicher, dass das Input-Feld nicht die volle Breite einnimmt */
#become_a_vosher_form .intl-tel-input,
#become_a_vosher_pro_form .intl-tel-input {
    position: relative;
}

#become_a_vosher_form .intl-tel-input .selected-flag,
#become_a_vosher_pro_form .intl-tel-input .selected-flag {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
}

/* Error Border für ungültige Telefonnummern */
#become_a_vosher_form input[type="tel"].error-border,
#become_a_vosher_pro_form input[type="tel"].error-border {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.1) !important;
}

/* Mobile: Country List Anpassungen */
.iti-mobile .intl-tel-input .country-list {
    max-height: 100%;
    width: 30% !important;
}

@media screen and (max-width: 991px) {
    .iti-mobile .intl-tel-input.iti-container {
        top: 90px !important;
    }
}
