.page-home-staging .flow .container,
.page-home-staging .testimony .container {
    max-width: 164rem;
    width: 100%;
}

.page-home-staging .flow .container {
    padding-inline: 7rem;
}

.page-home-staging .sub-title {

    margin: clamp(11rem, calc(110px + (150 - 110) * var(--vw-desktop-range)), 15rem) 0 0 0;
    margin-inline: auto;

}



.page-home-staging .sec-about {

    margin: clamp(3.5rem, calc(35px + (60 - 35) * var(--vw-desktop-range)), 6rem) auto 0;

    max-width: 153.2rem;

    width: 100%;

}

.page-home-staging .sec-about .title {

    font-size: clamp(3.6rem, calc(36px + (56 - 36) * var(--vw-desktop-range)), 5.6rem);

    line-height: clamp(5rem, calc(50px + (84 - 50) * var(--vw-desktop-range)), 8.4rem);

    text-align: center;

    font-weight: 500;

}

.page-home-staging .sec-about p {

    font-size: clamp(1.6rem, calc((15px + (24 - 15) * var(--vw-desktop-range)) * 1.1), 2.6rem);

    line-height: clamp(2.6rem, calc(26px + (50 - 26) * var(--vw-desktop-range)), 5rem);

    letter-spacing: 2.4px;

    text-align: center;

    margin: 5rem 0 0 0;

}

.page-home-staging .sec-about .gray {

    background: var(--lightgray);

    padding: clamp(3rem, calc(30px + (50 - 30) * var(--vw-desktop-range)), 5rem) clamp(6rem, calc(60px + (80 - 60) * var(--vw-desktop-range)), 8rem);

    margin: auto;

    margin-top: clamp(6.5rem, calc(65px + (100 - 65) * var(--vw-desktop-range)), 10rem);

    max-width: 80rem;

}

.page-home-staging .sec-about .gray ul li {

    font-size: clamp(1.65rem, calc((15px + (24 - 15) * var(--vw-desktop-range)) * 1.1), 2.64rem);

    font-weight: 500;

    line-height: clamp(3.6rem, calc(36px + (60 - 36) * var(--vw-desktop-range)), 6rem);

}

.page-home-staging .sec-rtl {
    overflow: hidden;
}

.page-home-staging .sec-rtl .flex {

    display: flex;

    max-width: 150rem;

    width: 100%;

    margin-top: clamp(6.5rem, calc(65px + (100 - 65) * var(--vw-desktop-range)), 10rem);

    margin-left: auto;

    margin-right: auto;

    justify-content: center;

    gap: clamp(4.5rem, calc(45px + (80 - 45) * var(--vw-desktop-range)), 8rem);

}

.page-home-staging .sec-rtl .left {

    text-align: left;

    font-size: clamp(1.8rem, calc(18px + (24 - 18) * var(--vw-desktop-range)), 2.4rem);

    line-height: clamp(2.6rem, calc(26px + (50 - 26) * var(--vw-desktop-range)), 5rem);

    max-width: 79rem;

    width: 100%;

    /* margin-left: 2rem; */

}

.page-home-staging .sec-rtl .right {

    width: 100%;

}

.page-home-staging .sec-rtl img {

    width: 100%;

    height: auto;

}



.page-home-staging .sec-rtl .flex.flex--ltr {

    display: flex;

    flex-direction: row-reverse;

    max-width: 150rem;

    width: 100%;

    margin-top: clamp(6.5rem, calc(65px + (100 - 65) * var(--vw-desktop-range)), 10rem);

    margin-left: auto;

    margin-right: auto;

    justify-content: center;

    gap: clamp(4.5rem, calc(45px + (80 - 45) * var(--vw-desktop-range)), 8rem);



}

.page-home-staging .sec-rtl .flex.flex--ltr .right {

    max-width: 80rem;

    /* margin-right: 2rem; */

}

.page-home-staging .sec-rtl .flex.flex--ltr .left {

    margin-left: 0;

}

/* .page-home-staging .sec-rtl .right {

    text-align: left;

    font-size: clamp(1.8rem, calc(18px + (24 - 18) * var(--vw-desktop-range)), 2.4rem);

    line-height: clamp(2.6rem, calc(26px + (50 - 26) * var(--vw-desktop-range)), 5rem);

    max-width: 79rem;

    width: 100%;

} */

.page-home-staging .sec-rtl .flex .blue_radius_box {
    border: 1px solid var(--blue);
    border-radius: 20px;
    padding: clamp(3rem, calc(30px + (60 - 30) * var(--vw-desktop-range)), 6rem) clamp(2rem, calc(20px + (44 - 20) * var(--vw-desktop-range)), 4.4rem);
}

.page-home-staging .sec-rtl .flex .blue_radius_box p {
    padding-left: clamp(3rem, calc(30px + (60 - 30) * var(--vw-desktop-range)), 6rem);
    font-weight: bold;
}

.page-home-staging .sec-rtl .flex .blue_radius_box p.blue_tytle {
    position: relative;
    letter-spacing: -0.5px;
}

.page-home-staging .sec-rtl .flex .blue_radius_box p.blue_tytle:before {
    content: "";
    width: clamp(2rem, calc(20px + (44 - 20) * var(--vw-desktop-range)), 4.4rem);
    height: clamp(2rem, calc(20px + (44 - 20) * var(--vw-desktop-range)), 4.4rem);
    background: url(../img/common/blue_check.svg) no-repeat center center/ contain;
    position: absolute;
    top: 0.2em;
    left: 0;
}

.page-home-staging .sec-rtl p {

    font-size: clamp(2rem, calc(20px + (40 - 20) * var(--vw-desktop-range)), 4rem);

    line-height: clamp(3.6rem, calc(36px + (60 - 36) * var(--vw-desktop-range)), 6rem);

}

.page-home-staging .sec-rtl span,

.page-home-staging .sec-rtl {

    font-size: clamp(2.6rem, calc(26px + (40 - 26) * var(--vw-desktop-range)), 4rem);

    line-height: clamp(3.8rem, calc(38px + (60 - 38) * var(--vw-desktop-range)), 6rem);

    font-weight: 500;

}

.page-home-staging .sec-rtl p:nth-child(2) {

    margin-top: clamp(1.2rem, calc(12px + (20 - 12) * var(--vw-desktop-range)), 2rem);

}

.page-home-staging .sec-rtl p:last-child {

    letter-spacing: 2.4px;

    line-height: clamp(2.6rem, calc(26px + (50 - 26) * var(--vw-desktop-range)), 5rem);

    font-size: clamp(1.6rem, calc((15px + (24 - 15) * var(--vw-desktop-range)) * 1.1), 2.6rem);

    margin-top: clamp(3rem, calc(30px + (50 - 30) * var(--vw-desktop-range)), 5rem);

}



.page-home-staging .results .container {

    max-width: 164rem;

    width: 100%;

}

.page-home-staging .results p.para:nth-of-type(1) {

    font-size: clamp(2.6rem, calc(26px + (40 - 26) * var(--vw-desktop-range)), 4rem);

    line-height: clamp(3.8rem, calc(38px + (60 - 38) * var(--vw-desktop-range)), 6rem);

    font-weight: 500;

    text-align: center;

    margin: clamp(6.5rem, calc(65px + (100 - 65) * var(--vw-desktop-range)), 10rem) 0 0 0;

}

.page-home-staging .results p.para:nth-of-type(2) {

    font-size: clamp(2.6rem, calc(26px + (40 - 26) * var(--vw-desktop-range)), 4rem);

    line-height: clamp(3.8rem, calc(38px + (60 - 38) * var(--vw-desktop-range)), 6rem);

    font-weight: 500;

    margin-top: clamp(1.2rem, calc(12px + (20 - 12) * var(--vw-desktop-range)), 2rem);

    text-align: center;

}


.page-home-staging .results .flex {

    display: flex;

    gap: clamp(3rem, calc(30px + (63 - 30) * var(--vw-desktop-range)), 6.3rem);

    margin-top: clamp(6.5rem, calc(65px + (100 - 65) * var(--vw-desktop-range)), 10rem);

    justify-content: flex-end;

}

.page-home-staging .results .flex .left p {

    letter-spacing: 2.4px;

    font-size: clamp(1.8rem, calc(18px + (24 - 18) * var(--vw-desktop-range)), 2.4rem);

    line-height: clamp(2.6rem, calc(26px + (50 - 26) * var(--vw-desktop-range)), 5rem);

}

.page-home-staging .results .flex .left {

    max-width: 64.4rem;

    width: 100%;

}

.page-home-staging .results .flex .right {

    /* min-width: 64rem; */

    /* max-width: 81.1rem; */

    width: 100%;
    max-width: 90rem;
    margin: auto;

}

.page-home-staging .results .flex .right img {

    width: 100%;

    height: auto;

}

.page-home-staging .results .flex .right small {

    font-size: clamp(1.5rem, calc(15px + (16 - 15) * var(--vw-desktop-range)), 1.6rem);

    line-height: clamp(2.2rem, calc(22px + (26 - 22) * var(--vw-desktop-range)), 2.6rem);

    margin-top: 2rem;

    font-weight: 500;

    display: inline-block;

}



.page-home-staging .flow .cards {

    display: flex;

    align-items: center;

    /* gap: 2rem; */
    gap: 1rem;

    margin-top: clamp(6.5rem, calc(65px + (100 - 65) * var(--vw-desktop-range)), 10rem);

}

.page-home-staging .flow .card {

    background: var(--lightgray);

    border-top: 5px solid var(--blue);

    width: 27.2rem;

    height: 27.1rem;
    display: block;
    text-align: center;
    padding-bottom: clamp(2rem, calc(20px + (60 - 20) * var(--vw-desktop-range)), 6rem);
    /* display: flex;

    align-items: center;

    justify-content: center;

    flex-direction: column; */

}

.page-home-staging .flow .cards img {}

.page-home-staging .flow .cards .card img {

    margin-bottom: 3rem;
    margin-top: 2.5rem;

}

.page-home-staging .flow .cards .card p {

    font-family: var(--font-jp);

    font-weight: 700;

    font-size: clamp(1.8rem, calc(18px + (24 - 18) * var(--vw-desktop-range)), 2.4rem);

    letter-spacing: 0px;

    text-align: center;

    color: #000;

    line-height: clamp(2.8rem, calc(28px + (34 - 28) * var(--vw-desktop-range)), 3.4rem);

}

.page-home-staging .flow .cards .card--relative {

    position: relative;

}

.page-home-staging .flow .cards small {

    font-size: clamp(1.5rem, calc(15px + (16 - 15) * var(--vw-desktop-range)), 1.6rem);

    line-height: clamp(2.2rem, calc(22px + (26 - 22) * var(--vw-desktop-range)), 2.6rem);

    margin-top: 1rem;

    font-weight: 500;

    position: absolute;

    left: 1.5rem;

    top: 100%;

    text-indent: -1.5rem;

}

.page-home-staging .flow .cards small.right {
    text-align: right;
}


.page-home-staging .testimony .flex {

    display: flex;

    gap: clamp(3rem, calc(30px + (60 - 30) * var(--vw-desktop-range)), 6rem);

    margin-top: clamp(6.5rem, calc(65px + (100 - 65) * var(--vw-desktop-range)), 10rem);

}

.page-home-staging .testimony .flex .left,

.page-home-staging .testimony .flex .right {

    width: 100%;

    position: relative;

    z-index: 5;

}

.page-home-staging .testimony .flex .left div,

.page-home-staging .testimony .flex .right div {

    border: 2px solid #252621;

    padding: clamp(3rem, calc(30px + (60 - 30) * var(--vw-desktop-range)), 6rem);

    min-height: 36rem;

}

.page-home-staging .testimony .flex p:first-of-type {

    font-size: clamp(2.6rem, calc(26px + (40 - 26) * var(--vw-desktop-range)), 4rem);

    line-height: clamp(3.8rem, calc(38px + (60 - 38) * var(--vw-desktop-range)), 6rem);

    font-weight: 500;

}

.page-home-staging .testimony .flex p:nth-of-type(2) {

    font-size: clamp(1.65rem, calc((15px + (24 - 15) * var(--vw-desktop-range)) * 1.1), 2.64rem);

    line-height: clamp(2.6rem, calc(26px + (50 - 26) * var(--vw-desktop-range)), 5rem);

    font-weight: 700;

    letter-spacing: 2.4px;

    margin-top: clamp(2rem, calc(40px + (40 - 20) * var(--vw-desktop-range)), 4rem);

}



.page-home-staging .testimony .flex img.char {

    position: absolute;

    top: calc(100% + 2rem);

    left: 50%;

    transform: translateX(-50%);

    width: 14.7rem;

    height: 16.7rem;

}

.page-home-staging .testimony .flex img.border {

    position: absolute;

    z-index: 10;

    top: calc(100% - 5px);

    left: 30%;

    width: 3.1rem;

    height: 3.4rem;

}

.page-home-staging .testimony .sub-title {

    margin: clamp(16rem, calc(160px + (200 - 160) * var(--vw-desktop-range)), 20rem) 0 0 0;
    margin-inline: auto;

}



.page-home-staging .blog {

    margin: clamp(28rem, calc(280px + (337 - 280) * var(--vw-desktop-range)), 33.7rem) 0 0 0;

}

.page-home-staging .blog .sub-title {

    margin: 0;
    margin-inline: auto;

}

.page-home-staging .blog .btn {

    display: flex;

    align-items: center;

    justify-content: center;

    border: clamp(0.1rem, calc(1px + (2 - 1) * var(--vw-desktop-range)), 0.2rem) solid var(--black);

    background: var(--black);

    transition: .3s;

    height: var(--btn-height);

    width: clamp(30rem, calc(300px + (360 - 300) * var(--vw-desktop-range)), 36rem);

    max-width: 100%;

    font-size: var(--fs-body-md);

    letter-spacing: 0;

    padding-inline: clamp(1.2rem, calc(12px + (20 - 12) * var(--vw-desktop-range)), 2rem);

    position: relative;

    margin: var(--space-40-80) auto clamp(16rem, calc(160px + (200 - 160) * var(--vw-desktop-range)), 20rem);

    color: var(--white);

}

.page-home-staging .blog .btn svg {

    stroke: var(--white);

    position: absolute;

    right: 2.5rem;

    top: 50%;

    transform: translateY(-50%);

}

.page-home-staging .blog .btn:hover {

    color: var(--white);

    background: var(--lightblue);

    border-color: var(--lightblue);

}

.page-home-staging .blog .btn:hover svg {

    stroke: var(--white);

}

.page-home-staging .blog {

    position: relative;

    overflow: hidden;

}



.page-home-staging .blog__slider-outer {

    position: relative;

    width: 100vw;

    left: 50%;

    transform: translateX(-50%);

    overflow: visible;

    margin-top: var(--space-40-80);

}

.page-home-staging .blog__slider {

    overflow: visible;

}

.page-home-staging .blog .swiper-wrapper {

    display: flex;
    gap: 0;
    /* gap: 4rem; */
    /* 40px */

}

.page-home-staging .blog .swiper-slide.card {

    /* flex: 0 0 auto; */

    /* width: clamp(38rem, calc(380px + (454 - 380) * var(--vw-desktop-range)), 45.4rem) !important; */

    /* height: clamp(38rem, calc(380px + (454 - 380) * var(--vw-desktop-range)), 45.4rem) !important; */

    padding: 0;

    border: none;

    box-shadow: none;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;
    max-width: none;
    /* max-height: 45.4rem; */
    height: calc(454 * 100vw / 1920);
}

.page-home-staging .blog .swiper-slide.card img {

    /* display: block;

    max-width: 100%;

    max-height: 100%;

    width: auto;

    height: auto;

    object-fit: contain; */
    width: 100%;
    height: 100%;
    object-fit: cover;

}



.results .text {

    font-size: clamp(2.2rem, calc(22px + (32 - 22) * var(--vw-desktop-range)), 3.2rem);

    line-height: clamp(3.8rem, calc(38px + (60 - 38) * var(--vw-desktop-range)), 6rem);

    font-weight: 500;

    margin-right: 1rem;

}

.results .text span {

    font-size: clamp(2.6rem, calc(26px + (40 - 26) * var(--vw-desktop-range)), 4rem);

    line-height: clamp(3.8rem, calc(38px + (60 - 38) * var(--vw-desktop-range)), 6rem);

    font-weight: 500;

    color: var(--white);

    background: var(--blue);

    padding: 0 1rem;

}

.results table {

    font-size: clamp(1.65rem, calc((15px + (24 - 15) * var(--vw-desktop-range)) * 1.1), 2.64rem);

    line-height: clamp(2.6rem, calc(26px + (50 - 26) * var(--vw-desktop-range)), 5rem);

    font-weight: 700;

    letter-spacing: 0.01em;

    margin-top: clamp(2rem, calc(20px + (30 - 20) * var(--vw-desktop-range)), 3rem);

    text-align: center;

    border-collapse: collapse;

    width: 100%;

}

.results .first-thead th {

    background: var(--blue);

    color: var(--white);

    text-align: center;

    border: 1px solid var(--black);

    height: 6rem;

}

.results .second-thead th {

    background: var(--lightgray);

    text-align: center;

    border: 1px solid var(--black);

    height: 6rem;

    min-width: 18rem;

}

.results .second-thead .hide,

.results .first-thead .hide {

    border: none;

    background: none;

}

.results tbody th {

    background: var(--blue);

    color: var(--white);

    text-align: center;

    border: 1px solid var(--black);

    height: 6rem;

    min-width: 18rem;

}

.results tbody td {

    border: 1px solid var(--black);

    height: 6rem;

}

.results tbody td.blue,

.results tbody td.yellow {

    color: var(--blue);

    font-size: clamp(1.8rem, calc(18px + (32 - 18) * var(--vw-desktop-range)), 3.2rem);

    line-height: clamp(2.6rem, calc(26px + (50 - 26) * var(--vw-desktop-range)), 5rem);

    font-weight: 700;

    letter-spacing: 0.01em;

    text-align: center;

}

.results tbody td.yellow {

    border: none;

}

.results tbody td.yellow span {
    position: relative;
}

.results tbody td.yellow span::before {

    content: "";

    inset: auto auto -0.5rem 0;

    z-index: -1;

    background: #FEF37A;

    position: absolute;

    height: 2rem;

    width: 100%;

}

@media screen and (min-width: 1025px) {


    .page-home-staging .sec-rtl .left {

        width: 53.5%;

    }

    .page-home-staging .sec-rtl .right {

        width: 43%;

    }



    .page-home-staging .sec-rtl .flex {
        position: relative;
    }

    .page-home-staging .sec-rtl .flex img {

        width: 126.5%;

        height: 100%;

        object-fit: cover;

    }

    .page-home-staging .sec-rtl .flex.flex--ltr .left {
        position: relative;
        left: -11.5%;
        width: 43%;
    }

    .page-home-staging .sec-rtl .flex.flex--ltr .right {
        width: 53.5%;
    }

    .page-home-staging .sec-rtl .flex .blue_flex_box {

        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 2rem;
    }

    .page-home-staging .sec-rtl .flex .blue_radius_box {
        margin-right: 5rem;
    }


}

@media screen and (min-width: 769px) {
    .page-home-staging .blog__slider-outer {
        width: 120vw;
    }
}

@media screen and (max-width: 768px) {
    .page-home-staging .blog__slider-outer {
        margin-left: 5vw;
        width: calc(100% - 5vw);
        left: auto;
        transform: none;
        overflow: hidden;
    }
}



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

    .page-home-staging .flow .cards {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding-bottom: clamp(2rem, calc(20px + (60 - 20) * var(--vw-desktop-range)), 6rem);
    }

    .page-home-staging .flow .cards small {
        display: none;
    }

    .page-home-staging .flow .cards img {}

    .page-home-staging .flow .cards .card img {

        margin-bottom: 0;
        margin-top: 2rem;

    }

    .page-home-staging .flow .cards .chevron {

        transform: rotateZ(90deg);

    }

    .page-home-staging .flow .card {

        width: 35rem;

        height: 19.1rem;

    }

    .page-home-staging .flow .cards img:not(.chevron) {

        max-width: 8rem;

        width: 100%;

        height: auto;

        margin-bottom: 2.5rem;

    }

    .page-home-staging .flow .cards .card:first-of-type+.chevron {

        margin-top: 3rem;

    }

    .page-home-staging .sec-about .title {

        font-size: clamp(2rem, calc(20 * var(--vw390)), 4rem);

        line-height: clamp(3rem, calc(30 * var(--vw390)), 5rem);

    }

    .page-home-staging .sec-about {

        padding: 0 2rem;

    }

    .page-home-staging .sec-about p {

        margin: clamp(5rem, calc(50 * var(--vw390)), 7rem) 0 0 0;

        text-align: left;

    }

    .page-home-staging .sec-about .gray {

        margin-top: clamp(4rem, calc(40 * var(--vw390)), 6rem);

        padding: clamp(3rem, calc(30 * var(--vw390)), 4rem) clamp(3rem, calc(30 * var(--vw390)), 3.5rem);

    }

    .page-home-staging .sec-about .gray+p {

        margin-top: clamp(4rem, calc(40 * var(--vw390)), 6rem);

    }

    .page-home-staging .sub-title {

        margin: clamp(7rem, calc(70 * var(--vw390)), 8rem) 0 0 0;
        margin-inline: auto;
        font-size: clamp(2.4rem, calc(24 * var(--vw390)), 3.2rem);

    }

    .page-home-staging .sec-rtl .flex {

        margin: clamp(5rem, calc(50 * var(--vw390)), 6rem) 0 0 0;

        flex-direction: column-reverse;

    }

    .page-home-staging .sec-rtl .flex:first-of-type {

        margin: clamp(5.5rem, calc(55 * var(--vw390)), 6.5rem) 0 0 0;

    }

    .page-home-staging .sec-rtl .flex.flex--ltr {

        flex-direction: column-reverse;

        margin: clamp(5rem, calc(50 * var(--vw390)), 6rem) 0 0 0;

    }

    .page-home-staging .sec-rtl span.overline {

        margin-right: 1rem;

        padding-inline: 1rem;

    }

    .page-home-staging .sec-rtl span,

    .page-home-staging .sec-rtl {

        font-size: clamp(2rem, calc(20 * var(--vw390)), 3rem);

        line-height: clamp(3rem, calc(30 * var(--vw390)), 4rem);

    }

    .page-home-staging .sec-rtl .left {

        margin-left: 0;

        padding: 0 3rem;

        max-width: none;

    }

    .page-home-staging .sec-rtl .flex.flex--ltr .right {

        padding: 0 3rem;

    }

    .page-home-staging .sec-rtl .flex.flex--ltr .left {

        padding: 0;

    }

    .page-home-staging .sec-rtl p:last-child {

        margin-top: clamp(2rem, calc(20 * var(--vw390)), 4rem);

        line-height: clamp(3rem, calc(30 * var(--vw390)), 4rem);

    }

    .page-home-staging .sec-rtl .right {

        width: calc(100% - 3rem);

        margin-left: 3rem;

    }

    .page-home-staging .sec-rtl .flex.flex--ltr .right {

        margin-left: 0;

        margin-right: 0;

        width: 100%;

        max-width: none;

    }

    .page-home-staging .sec-rtl .flex.flex--ltr .left {

        width: calc(100% - 3rem);

        margin-right: 3rem;

        max-width: none;

    }

    .page-home-staging .sec-rtl .flex .blue_radius_box p.blue_tytle:before {
        top: 0.4em;
    }

    .page-home-staging .results p.para:nth-of-type(1) {

        margin: clamp(5.5rem, calc(55 * var(--vw390)), 6.5rem) 0 0 0;

    }

    .page-home-staging .results span,

    .page-home-staging .results,

    .page-home-staging .results p.para:nth-of-type(2) {

        font-size: clamp(2rem, calc(20 * var(--vw390)), 3rem);

        line-height: clamp(3rem, calc(30 * var(--vw390)), 4rem);

    }

    .page-home-staging .results .overline {

        padding: 0 1rem;

        margin-right: 1rem;

    }

    .page-home-staging .results p.para:nth-of-type(2) {

        margin-top: 0;

    }

    .page-home-staging .results .flex {

        flex-direction: column;

        font-size: clamp(1.4rem, calc(15 * var(--vw390)), 1.6rem);

        line-height: clamp(2.8rem, calc(30 * var(--vw390)), 3.2rem);

        margin: clamp(1.8rem, calc(20 * var(--vw390)), 3rem) 0 0 0;

        gap: clamp(3.5rem, calc(40 * var(--vw390)), 5rem);

    }

    .page-home-staging .results p.para:nth-of-type(1) {}

    .page-home-staging .results p.para:nth-of-type(2) {}

    .page-home-staging .results .flex .left {
        max-width: none;
    }

    .page-home-staging .results .flex .left p {

        font-size: clamp(1.4rem, calc(15 * var(--vw390)), 1.6rem);

        line-height: clamp(2.8rem, calc(30 * var(--vw390)), 3.2rem);
    }

    .page-home-staging .flow .cards .chevron {

        transform: rotateZ(90deg);

    }

    .page-home-staging .flow .card {

        width: 35rem;

        height: 19.1rem;

    }

    .page-home-staging .flow .cards img:not(.chevron) {

        max-width: 8rem;

        width: 100%;

        height: auto;

        margin-bottom: 2.5rem;

    }

    .page-home-staging .testimony .sub-title {

        margin: clamp(7rem, calc(70 * var(--vw390)), 8rem) 0 0 0;

    }

    .page-home-staging .testimony .flex {

        margin: clamp(5.5rem, calc(55 * var(--vw390)), 6.5rem) 0 0 0;

        flex-direction: column;

    }

    .page-home-staging .testimony .flex .left div,

    .page-home-staging .testimony .flex .right div {

        padding: clamp(3rem, calc(30 * var(--vw390)), 3.5rem);

    }

    .page-home-staging .testimony .flex p:first-of-type {

        font-size: clamp(1.8rem, calc(20 * var(--vw390)), 2.2rem);

        line-height: clamp(2.8rem, calc(30 * var(--vw390)), 3.2rem);

    }

    .page-home-staging .testimony .flex p:nth-of-type(2) {

        margin-top: clamp(2rem, calc(20 * var(--vw390)), 2.5rem);

        font-size: clamp(1.4rem, calc(14 * var(--vw390)), 1.6rem);

        line-height: clamp(2.8rem, calc(30 * var(--vw390)), 3.2rem);

    }

    .page-home-staging .results .flex .right {

        min-width: auto;

    }

    .page-home-staging .results table {

        font-size: clamp(1.5rem, calc(15 * var(--vw390)), 2.4rem);

        line-height: clamp(2rem, calc(26 * var(--vw390)), 3.2rem);

        margin-top: clamp(1.5rem, calc(15 * var(--vw390)), 2.4rem);

        /* width: auto; */
        width: 100%;

    }

    .page-home-staging .results .first-thead th {

        height: 4rem;

    }

    .page-home-staging .results .second-thead th {

        height: 4rem;

        /* width: clamp(3rem, calc(85 * var(--vw390)), 8.5rem); */
        width: auto;

        min-width: auto;

        font-size: clamp(1.4rem, calc(14 * var(--vw390)), 2.4rem);

        letter-spacing: 0;

    }

    .page-home-staging .results tbody th {

        height: 4rem;

        /* width: clamp(3rem, calc(40 * var(--vw390)), 4rem); */
        width: auto;

        min-width: auto;

    }

    .page-home-staging .results tbody td {

        border: 1px solid var(--black);

        height: 4rem;

        /* width: clamp(3rem, calc(40 * var(--vw390)), 4rem); */
        width: auto;

    }

    .page-home-staging .results tbody td.blue,

    .page-home-staging .results tbody td.yellow {

        font-size: clamp(1.5rem, calc(15 * var(--vw390)), 1.8rem);

        line-height: clamp(2rem, calc(26 * var(--vw390)), 3.2rem);

        width: auto;

    }

    .page-home-staging .results tbody td {

        height: 4rem;

        /* width: clamp(3rem, calc(81 * var(--vw390)), 8.1rem);

        min-width: auto; */

    }

    .page-home-staging .results tbody td.yellow span {
        position: relative;
        font-size: clamp(1.5rem, calc(15 * var(--vw390)), 1.8rem);
    }

    .page-home-staging .results tbody td.yellow span::before {

        content: "";

        inset: auto auto -0.5rem 0;

        z-index: -1;

        background: #FEF37A;

        position: absolute;

        height: 2rem;

        width: 100%;

    }

    .page-home-staging .results .text {

        font-size: clamp(1.8rem, calc(18 * var(--vw390)), 2.2rem);
        text-align: center;
    }

    .page-home-staging .results span.overline-blue {

        margin-left: 0.5rem;

    }

    .page-home-staging .testimony .flex img.char {

        max-height: calc(80 * var(--vw390));

    }

    .page-home-staging .testimony .flex {

        gap: clamp(15rem, calc(150 * var(--vw390)), 22rem);

    }

    .page-home-staging .blog {
        margin-top: 20rem;
    }

    .page-home-staging .blog .swiper-slide.card {

        flex: 0 0 auto;

        padding: 0;

        border: none;

        box-shadow: none;

        display: flex;

        align-items: center;

        justify-content: center;

        overflow: hidden;

        width: auto;

        height: auto;

        margin-right: 0;
        max-height: 25rem;

    }

    .page-home-staging .blog .swiper-wrapper {

        /* gap: 1rem; */
        gap: 0;

    }

    .blog__slider-outer {

        position: relative;

    }



    /* Fond de la barre */

    .blog__slider-progress {

        margin-top: 1.2rem;

        width: 90vw;

        height: 4px;

        background: #F1EEED;
        /* ou ta couleur */

        /* border-radius: 999px; */

        overflow: hidden;

    }



    /* Barre qui se remplit */

    .blog__slider-progress-bar {
        display: block;
        width: 0;
        height: 100%;
        background: var(--blue);
        transform-origin: left center;
    }

    .page-home-staging .blog__slider-outer {
        /* width: 150vw; */
    }

}

.price {
    /* margin: clamp(22rem, calc(220px + (300 - 220) * var(--vw-desktop-range)), 30rem) 0 0 0; */
    margin: clamp(11rem, calc(110px + (150 - 110) * var(--vw-desktop-range)), 15rem) 0 0 0;
    text-align: center;
}

.price .inner-sec {}

.price .container {
    max-width: 180rem;
    width: 100%;
    margin: auto;
    /* padding: 0 clamp(2rem, calc(20px + (40 - 20) * var(--vw-desktop-range)), 4rem); */
    padding: 0 8rem;
}

.price .under-title {
    margin-top: clamp(4rem, calc(40px + (70 - 40) * var(--vw-desktop-range)), 7rem);
    font-size: clamp(1.6rem, calc(16px + (24 - 16) * var(--vw-desktop-range)), 2.4rem);
    line-height: clamp(2.6rem, calc(26px + (36 - 26) * var(--vw-desktop-range)), 3.6rem);
    letter-spacing: 0.1em;
    padding: 0 2rem;
}

.price .inner-sec {
    background: url(../../assets/img/home-staging/bg.png) no-repeat;
    background-size: cover;
    margin-top: clamp(2rem, calc(20px + (30 - 20) * var(--vw-desktop-range)), 3rem);
    padding: clamp(3.5rem, calc(35px + (55 - 35) * var(--vw-desktop-range)), 5.5rem) 0;
}

.price .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* gap: clamp(2.4rem, 3.4vw, 3.4rem); */
    gap: 1rem;
}

.price .card-header {
    background: #029CAB;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    /* font-size: clamp(2rem, calc(20px + (30 - 20) * var(--vw-desktop-range)), 3rem); */
    font-size: clamp(1.8rem, calc(18px + (26 - 18) * var(--vw-desktop-range)), 3rem);
    line-height: clamp(4.2rem, calc(42px + (60 - 42) * var(--vw-desktop-range)), 6rem);
    letter-spacing: 0;
    height: clamp(6rem, calc(60px + (80 - 60) * var(--vw-desktop-range)), 8rem);
}

.price .content {
    background: rgba(255, 255, 255, 0.80);
    padding: clamp(1.5rem, calc(15px + (30 - 20) * var(--vw-desktop-range)), 3.5rem);
    /* padding: clamp(1rem, calc(10px + (15 - 10) * var(--vw-desktop-range)), 3.5rem); */
}

.price .content span {
    display: block;
}

.price .content .top {
    display: flex;
    gap: clamp(2rem, calc(20px + (38 - 20) * var(--vw-desktop-range)), 3.8rem);
    min-height: 10.8rem;
}

.price .content .top .left {}

.price .content .top .left .gray {
    background: #777777;
    color: #fff;
    font-weight: 700;
    font-size: clamp(1.5rem, calc(15px + (22 - 15) * var(--vw-desktop-range)), 2.2rem);
    line-height: clamp(2.2rem, calc(22px + (30 - 22) * var(--vw-desktop-range)), 3rem);
    letter-spacing: 0.1em;
    height: clamp(3.2rem, calc(32px + (37 - 32) * var(--vw-desktop-range)), 3.7rem);
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(7.2rem, calc(72px + (96 - 72) * var(--vw-desktop-range)), 9.6rem);
}

.price .content .right {}

.price .content .right .blue {
    font-weight: 700;
    /* font-size: clamp(3.8rem, calc(38px + (55 - 38) * var(--vw-desktop-range)), 5.5rem); */
    font-size: clamp(3rem, calc(30px + (40 - 30) * var(--vw-desktop-range)), 5.5rem);
    line-height: clamp(3rem, calc(30px + (40 - 30) * var(--vw-desktop-range)), 4rem);
    letter-spacing: 0.1em;
    color: #029CAB;
    text-align: left;
}

.price .content .right .black {
    font-size: clamp(1.4rem, calc(14px + (20 - 14) * var(--vw-desktop-range)), 2rem);
    line-height: clamp(2.2rem, calc(22px + (30 - 22) * var(--vw-desktop-range)), 3rem);
    letter-spacing: 0.1em;
    color: #000;
    text-align: left;
    margin-top: clamp(1rem, calc(10px + (15 - 10) * var(--vw-desktop-range)), 1.5rem);
}

.price .content p {
    font-weight: bold;
    font-size: clamp(1.6rem, calc(16px + (24 - 16) * var(--vw-desktop-range)), 2.4rem);
    line-height: clamp(2.6rem, calc(26px + (50 - 26) * var(--vw-desktop-range)), 5rem);
    letter-spacing: 1.2px;
    margin-top: clamp(1.2rem, calc(12px + (20 - 12) * var(--vw-desktop-range)), 2rem);
    text-align: left;
    min-height: 8rem;
}

.price .content .middle {
    gap: clamp(1.6rem, calc(16px + (23 - 16) * var(--vw-desktop-range)), 2.3rem);
    display: flex;
    margin-top: clamp(1.2rem, calc(12px + (20 - 12) * var(--vw-desktop-range)), 2rem);
    min-height: 10.6rem;
}

.price .content .middle .left {
    border: 1px solid #000;
    width: clamp(7.2rem, calc(72px + (96 - 72) * var(--vw-desktop-range)), 9.6rem);
    height: clamp(5.2rem, calc(52px + (68 - 52) * var(--vw-desktop-range)), 6.8rem);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 700;
    font-size: clamp(1.6rem, calc(16px + (24 - 16) * var(--vw-desktop-range)), 2.4rem);
    line-height: clamp(3.5rem, calc(35px + (50 - 35) * var(--vw-desktop-range)), 5rem);
    letter-spacing: 0.1em;
    font-weight: bold;
    min-width: 5.6rem;
}

.price .content .middle .right {
    font-weight: bold;
    font-size: clamp(1.6rem, calc(16px + (24 - 16) * var(--vw-desktop-range)), 2.4rem);
    line-height: clamp(2.6rem, calc(26px + (36 - 26) * var(--vw-desktop-range)), 3.6rem);
    letter-spacing: 0.1em;
    color: #000;
    text-align: left;
    width: calc(100% - (5.6rem + clamp(1.6rem, calc(16px + (23 - 16) * var(--vw-desktop-range)), 2.3rem)));
}

.price .content .bottom {
    border: 1px solid #000;
    width: 100%;
    /* margin-top: clamp(4rem, calc(40px + (65 - 40) * var(--vw-desktop-range)), 6.5rem); */
    margin-top: 3.7rem;
    padding: clamp(0.8rem, calc(8px + (10 - 8) * var(--vw-desktop-range)), 1rem) clamp(1.6rem, calc(16px + (25 - 16) * var(--vw-desktop-range)), 2.5rem) clamp(0.8rem, calc(8px + (10 - 8) * var(--vw-desktop-range)), 1rem);
    min-height: 16.2rem;
}

.price .content .bottom .bold {
    font-weight: 700;
    font-size: clamp(1.6rem, calc(16px + (24 - 16) * var(--vw-desktop-range)), 2.4rem);
    line-height: clamp(3.5rem, calc(35px + (50 - 35) * var(--vw-desktop-range)), 5rem);
    letter-spacing: 0.1em;
    color: #000;
    font-weight: bold;
}

.price .content .bottom .normal {
    font-weight: bold;
    font-size: clamp(1.4rem, calc(14px + (20 - 14) * var(--vw-desktop-range)), 2rem);
    line-height: clamp(2.2rem, calc(22px + (30 - 22) * var(--vw-desktop-range)), 3rem);
    letter-spacing: 0.1em;
    color: #000;
    text-align: left;
}

.price .last-card {
    min-height: clamp(5.2rem, calc(52px + (67 - 52) * var(--vw-desktop-range)), 6.7rem);
    margin-top: clamp(3.5rem, calc(35px + (55 - 35) * var(--vw-desktop-range)), 5.5rem);
    /* display: grid;
    grid-template-columns: minmax(clamp(34rem, calc(340px + (500 - 340) * var(--vw-desktop-range)), 50rem), clamp(42rem, calc(420px + (600 - 420) * var(--vw-desktop-range)), 60rem)) 1fr; */
    width: 100%;
    display: flex;
}

.price .last-card .left {
    min-height: clamp(5.2rem, calc(52px + (67 - 52) * var(--vw-desktop-range)), 6.7rem);
    background: #029CAB;
    color: #fff;
    padding: clamp(1rem, calc(10px + (15 - 10) * var(--vw-desktop-range)), 1.5rem);
    text-align: left;
    font-weight: 700;
    font-size: clamp(1.6rem, calc(16px + (24 - 16) * var(--vw-desktop-range)), 2.4rem);
    line-height: clamp(2.6rem, calc(26px + (36 - 26) * var(--vw-desktop-range)), 3.6rem);
    letter-spacing: 0.1em;
    display: flex;
    align-items: center;
    /* height: 100%; */
    /* max-width: clamp(42rem, calc(420px + (609 - 420) * var(--vw-desktop-range)), 60.9rem); */
    max-width: 60.9rem;
}

.price .last-card .right {
    min-height: clamp(5.2rem, calc(52px + (67 - 52) * var(--vw-desktop-range)), 6.7rem);
    padding: clamp(0.6rem, calc(6px + (6 - 6) * var(--vw-desktop-range)), 0.6rem) clamp(1.6rem, calc(16px + (25 - 16) * var(--vw-desktop-range)), 2.5rem) clamp(0.8rem, calc(8px + (11 - 8) * var(--vw-desktop-range)), 1.1rem);
    display: flex;
    background: rgba(255, 255, 255, 0.80);
    align-items: center;
    width: 100%;
    max-width: 121.4rem;
}

.price .last-card .bg-gray {
    background: #777;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(8rem, calc(80px + (113 - 80) * var(--vw-desktop-range)), 11.3rem);
    height: clamp(3.2rem, calc(32px + (37 - 32) * var(--vw-desktop-range)), 3.7rem);
    font-weight: 700;
    font-size: clamp(1.5rem, calc(15px + (22 - 15) * var(--vw-desktop-range)), 2.2rem);
    line-height: clamp(2.2rem, calc(22px + (30 - 22) * var(--vw-desktop-range)), 3rem);
    letter-spacing: 0.1em;
}

.price .last-card .blue {
    font-weight: 700;
    font-size: clamp(2.8rem, calc(28px + (40 - 28) * var(--vw-desktop-range)), 4rem);
    line-height: clamp(3.5rem, calc(35px + (50 - 35) * var(--vw-desktop-range)), 5rem);
    letter-spacing: 0.1em;
    color: #029CAB;
    margin-left: clamp(1.6rem, calc(16px + (35 - 16) * var(--vw-desktop-range)), 3.5rem);
}

.price .last-card span:last-of-type {
    font-weight: bold;
    font-size: clamp(1.6rem, calc(16px + (24 - 16) * var(--vw-desktop-range)), 2.4rem);
    line-height: clamp(2.6rem, calc(26px + (36 - 26) * var(--vw-desktop-range)), 3.6rem);
    letter-spacing: 0.1em;
    color: #000;
    margin-left: clamp(2rem, calc(20px + (60 - 20) * var(--vw-desktop-range)), 6rem);
}


.value-results {
    /* margin: clamp(22rem, calc(220px + (300 - 220) * var(--vw-desktop-range)), 30rem) 0 0 0; */
    margin: clamp(11rem, calc(110px + (150 - 110) * var(--vw-desktop-range)), 15rem) 0 0 0;
    text-align: center;
}

.value-results .container {
    max-width: 189rem;
    width: 100%;
    margin: auto;
    /* padding: 0 clamp(2rem, calc(20px + (40 - 20) * var(--vw-desktop-range)), 4rem); */
    /* padding: 0 2rem; */
    padding: 0 9rem;
}

.value-results .sub-title {}

.value-results .under-title {
    margin-top: clamp(4rem, calc(40px + (70 - 40) * var(--vw-desktop-range)), 7rem);
    font-weight: 500;
    font-size: clamp(1.6rem, calc(16px + (24 - 16) * var(--vw-desktop-range)), 2.4rem);
    line-height: clamp(2.6rem, calc(26px + (36 - 26) * var(--vw-desktop-range)), 3.6rem);
    letter-spacing: 0.1em;
    padding: 0 2rem;
}

.value-results .inner-sec {
    background: var(--lightgray);
    margin-top: clamp(2rem, calc(20px + (30 - 20) * var(--vw-desktop-range)), 3rem);
    padding: clamp(3.5rem, calc(35px + (55 - 35) * var(--vw-desktop-range)), 5.5rem) 0;
}

.value-results .cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2rem, calc(20px + (40 - 20) * var(--vw-desktop-range)), 4rem);
    max-width: 189rem;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
}

.value-results .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #000;
}

.value-results .card-header {
    display: flex;
    gap: calc(40 * 100vw / 1920);
}

.value-results .card-header .blue {
    /* max-width: 20.8rem; */
    max-width: calc(208 * 100vw / 1920);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    line-height: 6rem;
    letter-spacing: 0;
    border: 1px solid #029CAB;
    background: #029CAB;
}

.value-results .card-header .ttl {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 6rem;
    letter-spacing: 0;
    width: 100%;
    border-bottom: 1px solid #000;
    text-align: left;
}

.value-results .card-content {
    padding-inline: 3.5rem;
}

.value-results .card-img {
    display: flex;
    position: relative;
    align-items: center;
    gap: clamp(1.2rem, calc(12px + (24 - 12) * var(--vw-desktop-range)), 2.4rem);
    padding-inline: clamp(2rem, calc(20px + (45 - 20) * var(--vw-desktop-range)), 4.5rem);
    padding-bottom: clamp(2rem, calc(20px + (45 - 20) * var(--vw-desktop-range)), 4.5rem);
    overflow: hidden;
}

.value-results .card-img>* {
    min-width: 0;
}

.value-results .card-img img {
    max-width: 100%;
    height: auto;
    display: block;
}

.value-results .before-after figure {
    margin: 0;
    max-width: 100%;
}

.value-results .card-content .blue {
    color: #029CAB;
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 6rem;
    letter-spacing: -0.5px;
    margin-top: 1rem;
    text-align: left;
}

.value-results .card-content .black {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2;
    letter-spacing: 0;
    color: #000;
    margin-top: 1rem;
    text-align: left;
    margin-bottom: 3.5rem;
}

.value-results .card-img {
    display: flex;
    position: relative;
    align-items: center;
}

.value-results .before-after {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.value-results .before-after div {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: 0;
    color: #000;
    5 margin-bottom: 1.5rem;
}

.value-results .arw {
    width: 3.3rem;
    height: 6.6rem;
    /* margin-left: 5.5rem;
    margin-right: 3.8rem; */
    position: relative;
    margin-top: 5.1rem;
}

.value-results .cards>.card:last-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: calc((100% - clamp(2.4rem, calc(24px + (54 - 24) * var(--vw-desktop-range)), 5.4rem)) / 2);
}


@media screen and (max-width: 1024px) {
    .price .cards {
        grid-template-columns: 1fr;
    }

    .price .content span {
        display: inline-block;
    }

    .price .content .right .black {
        margin-top: 0;
    }

    .price .content .top {
        min-height: auto;
    }

    .price .content .top+p {
        min-height: auto;
    }

    .price .content .middle {
        min-height: auto;
        align-items: center;
    }

    .price .content .bottom {
        min-height: auto;
    }

    .price .last-card {
        flex-direction: column;
    }

    .price .last-card .left {
        justify-content: center;
        max-width: 100%;
    }

    .price .last-card .right {
        display: grid;
        grid-template-columns: 8rem 1fr;
        justify-items: flex-start;
    }

    .price .last-card .right span:first-child {
        grid-column: 1;
        grid-row: 1;
    }

    .price .last-card .right span:nth-child(2) {
        grid-column: 2;
        grid-row: 1;
    }

    .price .last-card .right span:last-child {
        grid-column: 1 / 3;
        grid-row: 2;
        text-align: left;
        justify-self: flex-start;
        margin: 0;
    }

    .price .last-card .right .blue {
        grid-column: 2;
        grid-row: 1;
    }

    .value-results .container {
        padding: 0 2rem;
    }

    .value-results .cards {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .value-results .card-header .blue {
        max-width: 11.8rem;
    }

    .value-results .cards>.card:last-child {
        grid-column: 1 / 2;
        justify-self: center;
        max-width: 100%;
    }

    .value-results .card-content .blue {
        font-size: 2rem;
        line-height: 1.6;
    }

    .value-results .card-header .ttl {
        font-size: 2rem;
        line-height: normal;
        display: flex;
        align-items: center;
    }

    .value-results .card-img {
        flex-direction: column;
    }

    .value-results .card-img img.arw {
        transform: rotate(90deg);
        margin-top: 0;
        width: 5%;
        max-width: 3.3rem;
        max-height: 6.6rem;
    }

    .value-results .card-content .black {
        font-size: 1.6rem;
        line-height: 1.7;
    }

    .value-results .card-header .blue {
        font-size: 2rem;
        line-height: 2.4;
    }

    .value-results .before-after div {
        font-size: 2rem;
        line-height: 1.65;
    }

    .page-home-staging .sec-about .gray ul li {
        line-height: 2.4rem;
    }

    .page-home-staging .sec-about .gray ul li:not(:first-of-type) {
        margin-top: 1rem;
    }
}


/* Desktop : 3 colonnes */
.price .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

@media (max-width:1024px) {
    .price .card-header {
        line-height: 2.4rem;
    }

    .price .container {
        padding: 0 3rem;
    }

}

@media (max-width: 768px) {
    .price .cards {
        grid-template-columns: 1fr;
    }
}

/* <= 1024px : AU LIEU de 1 colonne (vertical), on met horizontal scroll */
@media (max-width:535px) {
    .price .cards {
        display: flex;
        /* on quitte le grid */
        gap: 1.6rem;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding: 0 1.6rem 1.2rem;
        /* espace pour scrollbar */
        position: relative;
    }

    .price .card {
        flex: 0 0 100%;
        /* largeur d'une card (ajuste 80-90%) */
        scroll-snap-align: start;
    }

    .price .card-header {
        font-size: clamp(1.6rem, calc(16px + (20 - 16) * var(--vw-desktop-range)), 2rem);
    }

    .price .content {
        height: 100%;
    }

    /* Scrollbar visible */
    .price .cards::-webkit-scrollbar {
        height: 6px;
    }

    .price .cards::-webkit-scrollbar-track {
        background: #e5e5e5;
        border-radius: 10px;
    }

    .price .cards::-webkit-scrollbar-thumb {
        background: #252621;
        border-radius: 10px;
    }

    /* Overlay hint injecté en JS */
    .price .scroll-hint {
        position: absolute;
        right: 1.2rem;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        align-items: center;
        gap: .6rem;
        padding: .7rem 1rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, .92);
        border: 1px solid rgba(0, 0, 0, .12);
        box-shadow: 0 6px 18px rgba(0, 0, 0, .12);
        font-size: 12px;
        color: #252621;
        pointer-events: none;
        opacity: 0;
        animation: hintInOut 2.2s ease-out forwards;
        z-index: 5;
    }

    .price .scroll-hint .arrow {
        display: inline-block;
        animation: arrowNudge .9s ease-in-out infinite;
    }

    .price .scroll-hint.is-hide {
        animation: none;
        opacity: 0;
    }

    @keyframes hintInOut {
        0% {
            opacity: 0;
            transform: translate(10px, -50%);
        }

        15% {
            opacity: 1;
            transform: translate(0, -50%);
        }

        80% {
            opacity: 1;
            transform: translate(0, -50%);
        }

        100% {
            opacity: 0;
            transform: translate(0, -50%);
        }
    }

    @keyframes arrowNudge {

        0%,
        100% {
            transform: translateX(0);
        }

        50% {
            transform: translateX(6px);
        }
    }
}