/* YOSUTRAVELS_HOMEPAGE_SECTION_BACKGROUND_POLISH_V402
   Homepage-only background normalization.
   Uses exact live DOM selectors and only overrides background/background-image. */

body.public-hue-bg .page-wrapper .home-stable-page > section.home-stable-section,
body.public-hue-bg .page-wrapper .home-stable-page > section.home-product-section,
body.public-hue-bg .page-wrapper .home-stable-page > section.home-service-links-section,
body.public-hue-bg .page-wrapper .home-stable-page > section.home-account-cta-section,
body.public-hue-bg .page-wrapper .home-stable-page > section.home-news-section {
    background-color: #ffffff !important;
    background-image: none !important;
}

/* Exact Transport section from live DOM. Only removes the accidental wrapper fill. */
body.public-hue-bg .page-wrapper .home-stable-page > section.home-stable-section:nth-of-type(5),
body.public-hue-bg .page-wrapper .home-stable-page > section.home-stable-section:nth-of-type(5) > .home-horizontal-scroll,
body.public-hue-bg .page-wrapper .home-stable-page > section.home-stable-section:nth-of-type(5) .home-horizontal-scroll > .home-scroll-item {
    background-color: transparent !important;
    background-image: none !important;
}

/* Exact Partner CTA wrapper from live DOM. Only removes the green-tinted gradient. */
body.public-hue-bg .page-wrapper > section.container.py-4.py-lg-5 > .p-4.p-lg-5.rounded-4.shadow-sm {
    background-color: #ffffff !important;
    background-image: none !important;
}

/* Exact Tourist Sites v258 wrapper/card from live DOM. Overrides the older inline style safely. */
body.public-hue-bg .page-wrapper > section.home-tourist-sites-link-v258,
body.public-hue-bg .page-wrapper > section.home-tourist-sites-link-v258 > .home-tourist-sites-link-v258__card {
    background-color: #ffffff !important;
    background-image: none !important;
}

@media (prefers-color-scheme: dark) {
    body.public-hue-bg .page-wrapper .home-stable-page > section.home-stable-section,
    body.public-hue-bg .page-wrapper .home-stable-page > section.home-product-section,
    body.public-hue-bg .page-wrapper .home-stable-page > section.home-service-links-section,
    body.public-hue-bg .page-wrapper .home-stable-page > section.home-account-cta-section,
    body.public-hue-bg .page-wrapper .home-stable-page > section.home-news-section {
        background-color: transparent !important;
        background-image: none !important;
    }

    body.public-hue-bg .page-wrapper > section.container.py-4.py-lg-5 > .p-4.p-lg-5.rounded-4.shadow-sm,
    body.public-hue-bg .page-wrapper > section.home-tourist-sites-link-v258 > .home-tourist-sites-link-v258__card {
        background-color: #111827 !important;
        background-image: none !important;
    }
}

