#primary section.phone-banner {
            padding-top: 60px;
            padding-bottom: 60px;
            position: relative;
        }


        .phone__shape-light {
            position: absolute;
            left: -50%;
            top: 0;
            transform: translateY(-50%);
            z-index: 0;
            pointer-events: none;
        }

        .phone__shape-light img {
            width: 100%;
    height: auto;
        }


        .phone__description {
            margin-top: 56px;
            display: flex;
            justify-content: end;
            gap: 16px;
            align-items: baseline;
            position: relative;
            z-index: 1;
        }

        .phone__description * {
            font-weight: 400;
            font-size: 20px;
            line-height: 150%;
            letter-spacing: 0;
        }

        .phone__paragraph p {
            font-weight: 500;
            font-size: 18px;
            line-height: 120%;
            letter-spacing: 0;
            text-transform: uppercase;
        }

        .phone-banner__stack {
            display: flex;
            justify-content: space-around;
            gap: 10px;
            margin-top: 56px;
            position: relative;
            z-index: 1;
        }

        .phone-banner__item img {
            width: 100%;
    height: auto;
        }

        .phone-banner__item--1 {
           margin-top: 157px;
        }

        .phone-banner__item--2 {
            margin-top: 314px;
        }

        .phone-banner-swiper {
            display: none;
        }

        @media screen and (max-width: 1024px) {

            .phone-banner__stack {
                display: none;
            }

            .phone-banner-swiper {
                display: block;
                margin-top: 40px;
            }

            /* No :has() here — WP Rocket RUCSS strips it because bullets are JS-injected. */
            .phone-pagination-wrapper {
                display: flex;
                justify-content: center;
                align-items: center;
                margin-top: 24px;
                min-height: 8px;
            }

        }


        @media screen and (max-width: 768px) {

            #primary section.phone-banner {
                padding-top: 20px;
                padding-bottom: 20px;
            }


            .phone-banner__item--1 {
                margin-top: 0;
            }

            .phone-banner__item--2 {
                margin-top: 0;
            }

            .phone-banner__item img {
                height: 100%;
            }

        }

        @media screen and (min-width: 1024px) {
            .phone-pagination-wrapper {
                display: none !important;
            }
        }

        .phone-pagination-wrapper {
            display: none;
            margin-top: 0;
            min-height: 0;
        }

        .phone-pagination {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            position: relative !important;
            top: unset !important;
            left: unset !important;
            bottom: unset !important;
            right: unset !important;
            width: auto !important;
            height: auto !important;
            min-height: 8px;
            z-index: 100 !important;
            opacity: 1 !important;
            pointer-events: auto !important;
            max-width: 72px;
            justify-content: flex-start;
            align-items: center;
        }

        .phone-pagination::-webkit-scrollbar {
            display: none;
        }

        .phone-pagination {
            scrollbar-width: none;
        }

        .phone-pagination .swiper-pagination-bullet {
            min-width: 8px !important;
            min-height: 8px !important;
            max-width: 8px !important;
            max-height: 8px !important;
            opacity: 1 !important;
            background: #CFCFCF !important;
            margin: 0 4px !important;
            outline: none !important;
            flex-shrink: 0;
        }

        .phone-pagination .swiper-pagination-bullet:first-child {
            margin-left: auto !important;
        }

        .phone-pagination .swiper-pagination-bullet:last-child {
            margin-right: auto !important;
        }

        .phone-pagination .swiper-pagination-bullet-active {
            background: var(--active-bullet-color, #1629D6) !important;
        }
