/*
 * QARAR B2B — Requested Public Section Order
 * Immediate deterministic order for the approved Public Home V2.
 * No content/database/backend changes.
 */

.qarar-home-v2 {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
}

/* Exact requested order */
.qarar-home-v2 > [data-builder-section="hero-form"] {
    order: 10 !important;
}

.qarar-home-v2 > [data-builder-section="why"] {
    order: 20 !important;
}

.qarar-home-v2 > [data-builder-section="stations"] {
    order: 30 !important;
}

.qarar-home-v2 > [data-builder-section="benefits"] {
    order: 40 !important;
}

.qarar-home-v2 > [data-builder-section="statistics"] {
    order: 50 !important;
}

.qarar-home-v2 > [data-builder-section="ai_assistant"] {
    order: 60 !important;
}

.qarar-home-v2 > [data-builder-section="partners"] {
    order: 70 !important;
}

.qarar-home-v2 > [data-builder-section="faq"] {
    order: 80 !important;
}

.qarar-home-v2 > [data-builder-section="final_cta"] {
    order: 90 !important;
}

/* Participation Opportunities stays removed/hidden. */
.qarar-home-v2 > #opportunities,
.qarar-home-v2 > [data-builder-section="participation"] {
    display: none !important;
}
