@media (max-width: 991px) {
    .desktop-adora {
        display: none;
    }

    /* SECTION 1 */
    .hero-banner-adora {
        position: relative;
        width: 100%;
        height: calc(140vh - 80px);
    }

    .hero-banner-adora .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #fff;
        height: 0vh;
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        position: relative;
        padding-bottom: 0px !important;
        padding-left: 20px !important;
        padding-top: 150px;
        margin-top: 0px;
        overflow: hidden;
    }

    .hero-banner-adora .container {
        position: relative;
        z-index: 2;
    }

    .hero-banner-adora .button-hero-mobile {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .hero-banner-adora .btn-hero-mobile {
        --widhtbutton: 200px;
        --heightbutton: 45px;
    }

    .hero-banner-adora .btn-blue {
        --widhtbutton: 200px;
        --heightbutton: 45px;
        font-size: 12px;
    }

    /* SECTION 2 */
    .siap-tesentak {
        background-image: url("../../img/product/adora/bgSiapTersentak.webp");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        min-height: 100vh;
        padding: 80px 0 0px;
        position: relative;
        overflow-x: hidden;
        overflow-y: visible;
    }

    .title-tersentak {
        display: block;
        margin: 30px auto 0px;
        width: 100%;
        max-width: 85%;
        height: auto;
        z-index: 1;
    }

    .siap-tesentak .siap-visual {
        width: 90%;
        max-width: 360px;
    }

    .siap-tesentak .siap-visual .title-tersentak {
        width: 100%;
        max-width: 100%;
    }

    .siap-tesentak .polaroid-left {
        width: 120px;
        top: 40px;
        left: -12px;
        transform: translateY(70px) rotate(-6deg);
    }

    .siap-tesentak .polaroid-right {
        width: 120px;
        top: -40px;
        right: -12px;
        transform: translateY(70px) rotate(6deg);
    }

    .siap-tesentak.is-visible .polaroid-left {
        transform: translateY(0) rotate(-6deg);
    }

    .siap-tesentak.is-visible .polaroid-right {
        transform: translateY(0) rotate(6deg);
    }

    .motor-cewek {
        display: block;
        margin: -59px auto 0px;
        width: 115%;
        max-width: none;
        height: auto;
        position: relative;
        z-index: 3;
        transform: translateX(-7%);
    }

    .siap-tesentak {
        overflow-x: hidden;
        overflow-y: visible;
    }

    @media (max-width: 575px) {
        .motor-cewek {
            width: 140%;
            transform: translateX(-13%);
        }

        .siap-tesentak .polaroid-left,
        .siap-tesentak .polaroid-right {
            width: 105px;
        }

        .siap-tesentak .polaroid-right {
            top: -15px;
        }
    }

    .siap-tesentak::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 110px;
        width: 70%;
        max-width: 1200px;
        height: 180px;
        pointer-events: none;
        z-index: 2;
        background: radial-gradient(
                closest-side at 30% 40%,
                rgba(80, 132, 255, 0.12) 0%,
                rgba(80, 132, 255, 0.06) 12%,
                rgba(0, 0, 0, 0) 35%
            ),
            radial-gradient(
                closest-side at 70% 60%,
                rgba(255, 120, 200, 0.12) 0%,
                rgba(255, 120, 200, 0.04) 15%,
                rgba(0, 0, 0, 0) 40%
            );
        filter: blur(28px);
    }

    .description-tersentak {
        text-align: center;
        color: #6e7887;
        margin: 80px auto 0;
        padding: 0 20px;
        font-size: 10px !important;
        font-weight: 400;
        line-height: 170%;
        max-width: 100%;
    }

    .slide-adora {
        background-color: #f0f3f4 !important;
        margin-top: 0;
        padding: 60px 0 80px;
    }

    .slide-adora .swiper-slide {
        background: transparent !important;
        border: none !important;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        width: 260px !important;
        height: auto;
        overflow: visible;
        transition: transform 0.3s ease;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-right: 15px !important;
    }

    .slide-adora .swiper-slide img {
        width: 250px;
        height: 285px;
        max-height: 320px;
        object-fit: cover;
        border-radius: 20px;
        display: block;
    }

    .tulisan-adora {
        width: 100%;
        padding: 0;
        text-align: left;
    }

    .tulisan-adora h3.montserrat-semibold {
        color: #98a1ae !important;
        font-size: 12px !important;
        font-weight: 500;
        margin: 0 0 6px;
        line-height: 1.4;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

    .tulisan-adora h3.montserrat-bold {
        color: #181d23 !important;
        font-size: 18px !important;
        font-weight: 700;
        margin: 0;
        line-height: 1.4;
        letter-spacing: 0.3px;
    }

    /* SECTION 3 */
    .fitur-unggulan-adora {
        background-color: #f0f3f4 !important;
        padding: 80px 0;
    }

    .fitur-unggulan-adora .col-lg-4 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-right: 60px;
    }

    .fitur-unggulan-adora h1 {
        font-size: 35px !important;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 2px;
        margin-bottom: 8px;
        color: #181d23;
        text-transform: uppercase;
    }

    .fitur-unggulan-adora .subtitle {
        color: #6e7887;
        font-size: 16px !important;
        margin-top: 20px;
        font-weight: 400;
        line-height: 1.4;
    }

    .fitur-unggulan-adora .col-lg-8 {
        display: flex;
        align-items: flex-start;
    }

    .fitur-unggulan-adora .row.row-cols-4 {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 50px 30px;
        width: 100%;
    }

    .fitur-unggulan-adora .fitur-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .fitur-unggulan-adora .fitur-item p {
        color: #6e7887;
        font-size: 10px !important;
        font-weight: 500;
        line-height: 1.4;
        margin: 0;
        white-space: nowrap;
        overflow: visible;
    }

    .fitur-unggulan-adora .row {
        margin: 0;
    }

    .fitur-unggulan-adora .col-lg-4 h1 {
        margin-top: 0;
        height: 48px;
        display: flex;
        align-items: center;
    }

    .fitur-unggulan-adora .col-lg-4 .subtitle {
        margin-top: 16px;
    }

    /* SECTION 4 */
    .fitur-spek-adora {
        background-color: #f0f3f4 !important;
        padding: 80px 15px;
    }

    .fitur-spek-adora h1 {
        font-weight: 700;
        font-size: 32px !important;
        color: #181d23;
        margin-bottom: 0;
        letter-spacing: 2px;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .fitur-spek-adora .spec-stats {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 48px;
        margin-top: 10px;
        margin-bottom: 30px;
        align-items: start;
    }

    .fitur-spek-adora .spec-stat {
        text-align: left;
    }

    .fitur-spek-adora .spec-stat .spec-value {
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

    .fitur-spek-adora .spec-stat .spec-value .value {
        font-family: "nulshock";
        font-size: 56px;
        font-weight: 700;
        color: #212529;
        line-height: 0.9;
        letter-spacing: 1px;
    }

    .fitur-spek-adora .spec-stat .spec-value .unit {
        font-family: "nulshock";
        font-size: 20px;
        font-weight: 700;
        color: #f77104; /* brand orange */
        text-transform: uppercase;
    }

    .fitur-spek-adora .spec-stat .spec-label {
        display: block;
        font-family: "Montserrat";
        margin-top: 8px;
        font-size: 14px;
        color: #98a1ae;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .fitur-spek-adora .spec-stat .spec-subtext {
        display: block;
        margin-top: 6px;
        font-family: "Montserrat";
        font-size: 12px;
        color: #98a1ae;
        line-height: 1.4;
    }

    .fitur-spek-adora .fitur-spek-item {
        display: grid;
        grid-template-columns: 200px 1fr;
        gap: 0px;
        padding: 20px 0;
        align-items: start;
    }

    .fitur-spek-adora .fitur-spek-item:first-child {
        padding-top: 0;
    }

    .fitur-spek-adora .fitur-spek-item .label {
        font-family: "Montserrat", sans-serif;
        font-size: 14px !important;
        color: #6e7887;
        font-weight: 600;
        line-height: 1.5;
    }

    .fitur-spek-adora .fitur-spek-item .value {
        font-family: "Montserrat", sans-serif;
        font-size: 12px !important;
        color: #181d23;
        font-weight: 400;
        line-height: 1.5;

        overflow: visible;
    }

    .fitur-spek-adora .fitur-spek-item.fitur-header {
        padding-bottom: 12px;
        grid-template-columns: 200px 1fr;
    }

    .fitur-spek-adora .fitur-subitem {
        display: grid;
        grid-template-columns: 200px 1fr;
        gap: 0px;
        padding: 3px 0;
        align-items: start;
    }

    .fitur-spek-adora .fitur-subitem:last-child {
        padding-bottom: 20px;
    }

    .fitur-spek-adora .fitur-subitem .sub-label {
        font-family: "Montserrat", sans-serif;
        font-size: 14px !important;
        color: #6e7887;
        font-weight: 400;
        font-style: italic;
        line-height: 1.5;
    }

    .fitur-spek-adora .fitur-subitem .sub-value {
        font-family: "Montserrat", sans-serif;
        font-size: 12px !important;
        color: #181d23;
        font-weight: 400;
        line-height: 1.5;
        white-space: pre-line;
    }

    .fitur-spek-adora .col-lg-4 {
        display: flex;
        align-items: flex-start;
    }

    .fitur-spek-adora .col-md-6 {
        padding-right: 30px;
    }

    /* SECTION 5 */
    .video-adora .video-wrapper-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 25vh;
    }
    .video-adora {
        background: url("../../img/product/adora/videoAdora.webp") no-repeat
            center center;
        padding: 30px 0;
    }

    .video-adora .video-play-btn {
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(10px);
        border: none;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .video-adora .video-play-btn:hover {
        background: var(--hoverTextColor);
    }

    .video-modal-adora .video-modal-content {
        width: 95%;
        padding: 0 10px;
    }

    .video-modal-adora {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .video-modal-adora.active {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 2;
    }

    .video-modal-adora .video-modal-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.95);
        opacity: 2;
        cursor: pointer;
    }

    .video-modal-adora .video-modal-content {
        position: relative;
        width: 90%;
        max-width: 1200px;
        z-index: 10000;
        opacity: 2;
        animation: modalSlideIn 0.3s ease;
    }

    .video-modal-adora .video-close-btn {
        position: absolute;
        top: -20px;
        right: -10px;
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        transition: all 0.3s ease;
        z-index: 10001;
    }

    .video-modal-adora .video-close-btn svg {
        width: 24px;
        height: 24px;
    }

    .video-modal-adora .video-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        background: #000;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    }

    .video-modal-adora .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    body.modal-open {
        overflow: hidden;
    }

    .variant-tabs {
        display: flex;
        align-items: center;
        gap: 20px;
        margin: 0px 0 40px;
    }

    .tab-btn {
        background: transparent;
        border: none;
        color: #98a1ae;
        font-family: "Montserrat", sans-serif;
        font-size: 16px !important;
        font-weight: 600;
        cursor: pointer;
        padding: 8px 16px;
        transition: all 0.3s ease;
        position: relative;
    }

    .tab-btn span {
        font-weight: 400;
        position: relative;
        z-index: 2;
    }

    .tab-btn::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) scaleX(0);
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, #0294f9 0%, #0294f9 100%);
        transition: transform 0.3s ease;
    }

    .tab-btn:hover {
        color: #0294f9;
    }

    .tab-btn:hover::after {
        transform: translateX(-50%) scaleX(1);
    }

    .tab-btn.active {
        font-weight: 700;
        font-style: italic;
        color: #0294f9;
    }

    .tab-btn.active::after {
        transform: translateX(-50%) scaleX(1);
    }

    .tab-divider {
        color: #374151;
        font-size: 24px;
        font-weight: 300;
        user-select: none;
    }

    .motor-section-adora {
        background-color: #f0f3f4;
        padding: 0px 0px;
        position: relative;
        overflow: hidden;
    }

    .motor-section-adora .motor-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .motor-section-adora .motor-header {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .motor-section-adora .motor-title {
        font-size: 30px !important;
        font-weight: bold;
        color: #181d23;
        line-height: 1.2;
        margin: 0 0 20px 0;
        letter-spacing: 1px;
    }

    .motor-section-adora .motor-description {
        color: #6e7887;
        font-size: 15px !important;
        line-height: 150%;
        font-weight: 400;
        max-width: 100%;
        margin: 0;
    }

    .motor-section-adora .motor-image-wrapper {
        position: relative;
        width: 100%;
        margin: 0 auto;
        border-radius: 30px;
        overflow: hidden;
        padding: 10px 0px;
        background-color: #1a1a1a;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: background-image 0.4s ease-in-out;
        isolation: isolate; /* Create new stacking context */
    }

    .motor-section-adora.motor-image-wrapper::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.1) 0%,
            rgba(0, 0, 0, 0.3) 100%
        );
        z-index: 1;
        pointer-events: none;
    }

    .motor-section-adora .motor-image {
        width: 70%;
        height: auto;
        display: block;
        position: relative;
        margin: 0 auto;
        z-index: 10 !important;
        opacity: 1;
        transform: translateX(0);
        will-change: transform, opacity;
    }

    .motor-section-adora .view-360-btn {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 15;
    }

    .motor-section-adora .btn-360 {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 5px 10px;
        border-radius: 50px;
        color: #fff;
        font-weight: 600;
        font-size: 12px;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
        transition: all 0.3s ease;
    }

    .motor-section-adora .btn-360:hover {
        background: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.3);
        transform: translateY(-2px);
    }

    .motor-section-adora .motor-controls-wrapper {
        margin-top: 0px;
    }

    .motor-section-adora .motor-controls {
        gap: 0px;
        margin-bottom: 0px;
        align-items: flex-start;
    }

    .motor-section-adora .price-section {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 0px;
    }

    .motor-section-adora .price-amount {
        color: #ff6600;
        font-size: 30px !important;
        font-weight: 700;
        margin: 0;
        letter-spacing: 0.5px;
        line-height: 1;
    }

    .motor-section-adora .price-location {
        color: #6e7887;
        font-size: 14px !important;
        margin-top: 10px;
        font-weight: 400;
    }

    /* Color Buttons Wrapper */
    .motor-section-adora .color-buttons-wrapper {
        margin-top: 0px;
        margin-bottom: 35px;
        display: flex;
        align-items: center;
    }

    .motor-section-adora .color-options {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .motor-section-adora .color-btn {
        width: 40px;
        height: 40px;
        border: 3px solid transparent;
        border-radius: 50%;
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
        overflow: hidden;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .motor-section-adora .color-btn:hover {
        transform: scale(1.1);
        border-color: rgba(255, 255, 255, 0.3);
    }

    .motor-section-adora .color-btn.active {
        border-color: #ff6600;
        box-shadow: 0 0 0 2px rgba(255, 102, 0, 0.2);
        transform: scale(1.15);
    }

    .motor-section-adora .color-btn svg {
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .motor-section-adora .color-description {
        margin-left: 0px !important;
        text-align: left;
        min-height: 110px;
        margin: 0 auto;
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .motor-section-adora .color-description.changing {
        opacity: 0;
        transform: translateY(10px);
    }

    .motor-section-adora .color-name-adora {
        color: #181d23;
        font-size: 25px !important;
        font-weight: 700;
        margin: 0 0 10px 0;
        letter-spacing: 1px;
    }

    .motor-section-adora.color-text {
        color: #6e7887;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        margin: 0;
        min-width: 700px;
    }

    /* SECTION 6 */
    .tesentak-section .tesentak-grid {
        display: flex;
        gap: 15px;
    }

    .tesentak-section {
        background-color: #f0f3f4;
        padding: 30px 0px;
    }

    .tesentak-section::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.03) 100%
        );
        pointer-events: none;
        z-index: 1;
    }

    .tesentak-section .tesentak-header {
        margin-top: 100px;
        margin-bottom: 50px;
    }

    .tesentak-section .tesentak-title {
        font-size: 40px !important;
        font-weight: bold;
        color: #181d23;
        line-height: 100%;
        margin: 0;
        letter-spacing: 5%;
    }

    /* Grid Layout */
    .tesentak-section .tesentak-grid {
        display: grid;
        gap: 20px;
        width: 100%;
    }

    .tesentak-section .tesentak-right {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .tesentak-section .card-tesentak {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        border-radius: 20px;
        border: 1px solid #c7cbd3;
        padding: 0px;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .tesentak-section .card-tesentak::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.4) 100%
        );
        pointer-events: none;
    }

    .tesentak-section .card-content {
        position: relative;
        z-index: 1;
    }

    .card-application {
        background-image: url("../../img/product/adora/adoraApplication.webp");
        min-height: 400px;
    }

    .card-bersiap-adora {
        background-image: url("../../img/product/adora/bersiapUntuk.webp");
        min-height: 0px;
    }

    .card-taklukkan-testRide {
        background-image: url("../../img/product/adora/testRide.webp");
        min-height: 0px;
    }

    /* Card Title */
    .tesentak-section .card-title {
        color: #181d23;
        font-size: 25px !important;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 130%;
    }
}