.btn-hero {
    --widhtbutton : auto !important;
    padding: 4px 25px !important;
}


.vehicle-detail-page .font-spacing-montserrat {
    letter-spacing: 0.5px !important;
}

.vehicle-detail-page .font-spacing-nulshock {
    letter-spacing: 2px !important;
}



.hero-produk {
    background-image: var(--desktop-bg);
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 400px;
}

.fitur-spek-adora .spec-stat .spec-value .value {
    color: var(--text-color);
}
.fitur-spek-adora .fitur-spek-item .value, .fitur-spek-adora .fitur-spek-item-2 .value, .fitur-spek-adora .fitur-subitem .sub-value, .fitur-spek-adora .fitur-subitem-2 .sub-value {
    color: var(--text-color);
}

.my-swiper-button-prev,
.my-swiper-button-next {
    color: var(--text-color);
    border: 1px solid var(--border-swiper);
}

.motor-section-adora .color-btn {
    border: 3px solid var(--color-active);
}

.fitur-unggulan {
    margin-bottom: 0px !important;
    
}

.row-fitur-unggulan {
    padding-bottom: 100px;
    border-bottom: 1px solid var(--border-bawah);
}

.fitur-unggulan-adora {
    padding-top: 150px;
    padding-bottom: 50px !important;
}

.paragft em{
    padding-top: 0px !important;
}

.fitur-unggulan-adora .fitur-item p {
    color: #6e7887;
    font-size: 14px !important;
    font-weight: 400;
    margin: 0;
    padding-top: 3px;
    white-space: nowrap;
    overflow: visible;
    letter-spacing: 0.5px;
}

/* SECTION 4 */
.fitur-spek-adora {
    padding: 80px 0;
}

.fitur-spek-adora h1 {
    font-weight: 700;
    font-size: 48px !important;
    margin-bottom: 0;
    letter-spacing: 2px;
    line-height: 1.2;
    text-transform: uppercase;
}

.fitur-spek-adora .fitur-spek-item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 0px;
    padding: 8px 0;
    align-items: start;
}

.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;
    margin-bottom: 50px;
}

.fitur-spek-adora .spec-stat .spec-value {
    display: flex;
    align-items: baseline;
    gap: 8px;
    line-height: 44px;
}

.fitur-spek-adora .spec-stat .spec-value .value {
    font-family: "nulshock";
    font-size: 37px;
    font-weight: 700;
    /* line-height: 0.9; */
    letter-spacing: 2px;
}

.fitur-spek-adora .spec-stat .spec-value .unit {
    font-family: "nulshock";
    font-size: 37px;
    font-weight: 700;
    color: #f77104; /* brand orange */
    text-transform: uppercase;
    letter-spacing: 2px;
}

.fitur-spek-adora .spec-stat .spec-label {
    display: block;
    font-family: "Montserrat";
    font-size: 16px;
    color: #6e7887;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.fitur-spek-adora .spec-stat .spec-subtext {
    display: block;
    margin-top: 6px;
    font-family: "Montserrat";
    font-size: 12px;
    color: #98a1ae;
    line-height: 1.4;
}

.single {
    grid-template-columns: 130px 1fr !important;
    padding: 8px 0 !important;
}

.multiple {
    display: grid !important;
    grid-template-columns: 200px 1fr !important;
    gap: 0px !important;
    padding: 0px 0 !important;
    align-items: start !important;
}

.fitur-spek-adora .fitur-spek-item .multiple {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 0px;
    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;
    letter-spacing: 0.5px;
    font-size: 16px !important;
    color: #6e7887;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
}

.fitur-spek-adora .fitur-spek-item .value {
    font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    overflow: visible;
}

.fitur-spek-adora .fitur-spek-item.fitur-header {
    padding-bottom: 0px;
    grid-template-columns: 200px 1fr;
}

.fitur-spek-adora .fitur-subitem {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 0px;
    padding: 0px 0 !important;
    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: 16px !important;
    letter-spacing: 0.5px;
    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: 16px !important;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5px;
    white-space: pre-line;
}

.fitur-spek-adora .fitur-spek-item-2 {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 0px;
    padding: 8px 0;
    align-items: start;
}

.fitur-spek-adora .fitur-spek-item-2:first-child {
    padding-top: 0;
}

.fitur-spek-adora .fitur-spek-item-2 .label {
    font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
    letter-spacing: 0.5px;
    color: #6e7887;
    font-weight: 600;
    line-height: 1.5;
    white-space: nowrap;
}

.fitur-spek-adora .fitur-spek-item-2 .value {
    font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    overflow: visible;
}

.fitur-spek-adora .fitur-spek-item-2.fitur-header {
    padding-bottom: 0px;
    grid-template-columns: 180px 1fr;
}

.fitur-spek-adora .fitur-subitem-2 {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 0px;
    padding: 0px 0;
    align-items: start;
}

.fitur-spek-adora .fitur-subitem-2:last-child {
    padding-bottom: 20px;
}

.fitur-spek-adora .fitur-subitem-2 .sub-label {
    font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
    color: #6e7887;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5;
}

.fitur-spek-adora .fitur-subitem-2 .sub-value {
    font-family: "Montserrat", sans-serif;
    font-size: 16px !important;
    letter-spacing: 0.5px;
    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 {
    background: var(--desktop-bg-video) no-repeat
        center center;
    background-size: cover;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 80px 0;
}

.video-adora .video-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    width: 100%;
}

.video-adora .video-play-btn {
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.034);
    backdrop-filter: blur(0px);
    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 {
    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: 15px 0 20px;
}

.tab-btn {
    background: transparent;
    border: none;
    color: #98a1ae;
    font-family: "Montserrat", sans-serif;
    font-size: 14px !important;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 16px;
    transition: all 0.3s ease;
    position: relative;
    flex: 0 0 auto;
    white-space: nowrap;
    text-align: center;
}

.tab-btn sora {
    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;
    /* font-weight: 700 !important; */
}

.tab-btn:hover::after {
    transform: translateX(-50%) scaleX(1);
}

.tab-btn.active {
    /* font-weight: 700 !important; */
    font-style: italic;
    color: #0294f9;
}

.tab-btn.active span {
    font-weight: 700 !important;
}

.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 {
    /* Tune these values to control the gap below the motor stage. */
    --motor-controls-gap: 0px;
    --variant-controls-offset: 71px;
    --single-variant-controls-offset: 36px;
    padding: 20px 80px;
    position: relative;
    overflow: hidden;
    overflow-anchor: none;
}

.motor-section-adora .motor-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.motor-section-adora .motor-header {
    margin-top: 150px;
    margin-bottom: 70px;
}

.motor-section-adora .motor-title {
    font-family: "nulshock", sans-serif;
    font-size: 37px !important;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 8px 0;
    letter-spacing: 2px;
    max-width: 50%;

}

.motor-section-adora .motor-description {
    color: #6e7887;
    font-size: 16px !important;
    line-height: 150%;
    font-weight: 400;
    max-width: 100%;
    margin: 0;
    letter-spacing: 0.5px;
    max-width: 100%;
}

.motor-section-adora .motor-header p{
    color: #6e7887;
    font-size: 16px !important;
    line-height: 150%;
    font-weight: 400;
    max-width: 100%;
    margin: 0;
    letter-spacing: 0.5px;
}


.motor-section-adora .motor-image-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    /* padding: 80px 40px; */
    background-color: #1a1a1a;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    isolation: isolate;
}

.motor-section-adora .motor-background-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    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 .motor-image-wrapper.is-height-locked .motor-image {
    position: absolute;
    inset: 0;
    height: 100%;
    object-fit: contain;
}

.motor-section-adora .view-360-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 15;
}

.motor-section-adora .btn-360 {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 4px 15px;
    border-radius: 2rem;
    height: 46px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-family: "nulshock", sans-serif;
    letter-spacing: 2px;
}

.motor-section-adora .motor-controls-wrapper {
    margin-top: var(--motor-controls-gap);
}

.motor-section-adora .motor-controls {
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 40px;
    margin-bottom: 40px;
    margin-left: 132px;
}

.motor-section-adora .price-section {
    margin-top: var(--variant-controls-offset);
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 30px;
}

.reference-tesentak {
        background-color: var(--product-bg);
        padding: 1px 0 80px;
        position: relative;
    }

    .reference-tesentak .tesentak-header {
        margin-top: 100px;
        margin-bottom: 40px;
    }

    .reference-tesentak .tesentak-title {
        color: var(--text-color);
        font-family: "nulshock", sans-serif;
        font-size: 37px !important;
        font-weight: 700;
        line-height: 1.2;
        margin: 0;
    }

    .reference-tesentak .tesentak-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        width: 100%;
    }

    .reference-tesentak .tesentak-right {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .reference-tesentak .card-tesentak {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border: 1px solid var(--border-bawah);
        border-radius: 2rem;
        overflow: hidden;
        padding: 30px;
        position: relative;
    }

    .reference-tesentak .card-application {
        min-height: 650px;
    }

    .reference-tesentak .card-bersiap-adora,
    .reference-tesentak .card-taklukkan-testRide {
        min-height: 320px;
    }

    .reference-tesentak .card-content {
        position: relative;
        z-index: 1;
    }

    .reference-tesentak .card-title {
        color: var(--text-color);
        font-family: "Montserrat", sans-serif;
        font-size: 30px !important;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 20px;
        max-width: 40%;
    }

@media (min-width: 769px) {
    .motor-section-adora .motor-controls {
        justify-content: center;
        height: 246px;
    }

    .motor-section-adora .price-section {
        flex: 0 0 330px;
        width: 330px;
    }

    .motor-section-adora .motor-controls > div:last-child {
        flex: 0 0 500px;
        width: 500px;
        min-width: 0;
    }

    .motor-section-adora.single-variant .motor-controls {
        padding-top: var(--single-variant-controls-offset);
    }

    .motor-section-adora.single-variant .price-section {
        margin-top: 0;
    }
}

.motor-section-adora .price-amount {
    font-family: "nulshock", sans-serif;
    color: #ff6600;
    font-size: 30px !important;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1;
    letter-spacing: 2px;
}

.motor-section-adora .price-location {
    color: #6e7887;
    font-size: 14px !important;
    letter-spacing: 0.5px;
    margin: 0;
    font-weight: 400;
}

/* Color Buttons Wrapper */
.motor-section-adora .color-buttons-wrapper {
    margin-top: 0px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}

.motor-section-adora .color-options {
    display: flex;
    gap: 10px;
    align-items: center;
}

.motor-section-adora .color-btn {
    width: 40px;
    height: 40px;
    border: 4px solid var(--product-bg);
    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: var(--color-active);
    transform: scale(1.1);
}

.motor-section-adora .color-btn svg {
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.motor-section-adora .color-description {
    /* margin-left: 10px !important; */
    text-align: left;
    max-width: 500px;
    height: 110px;
    overflow: hidden;
    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 {
    font-family: "nulshock", sans-serif;
    color: var(--text-color);
    font-size: 18px !important;
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
}

.motor-section-adora .color-text {
    color: #6e7887;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    max-width: 84%;
    letter-spacing: 0.5px;
}


/* SECTION 6 */
.tesentak-section .tesentak-grid {
    display: flex;
    gap: 32px;
}

.tesentak-section {
    padding: 1px 0 80px;
}

.tesentak-section .tesentak-header {
    margin-top: 100px;
    margin-bottom: 40px;
    
}

.tesentak-section .tesentak-title {
    font-family: "nulshock", sans-serif;
    font-size: 37px !important;
    font-weight: bold;
    /* line-height: 100%; */
    margin: 0;
    letter-spacing: 2px;
    line-height: 1.2;
    max-width: 100%;
}

/* Grid Layout */
.tesentak-section .tesentak-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    width: 100%;
}

.tesentak-section .tesentak-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.tesentak-section .card-tesentak {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 2rem;
    border: 1px solid var(--border-bawah);
    padding: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.tesentak-section .card-content {
    position: relative;
    z-index: 1;
}

/* Card Title */
.tesentak-section .card-title-bawah {
    font-size: 30px !important;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 130%;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
    max-width: 50%;
}

.card-tesentak {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 320px;
    position: relative;
}

.fitur-unggulan {
    padding-top: 70px;
    padding-bottom: 50px;
}

    .section-title-fitur h2 {
        font-family: 'nulshock', sans-serif !important;
        letter-spacing: 2px;
        /* max-width: 75%; */
    }

    .fitur-title {
        font-family: 'nulshock', sans-serif !important;
        letter-spacing: 2px;
        font-size: 37px;
        color: var(--text-color);
    }

    .subtitle-fitur {
        color : #98A1AE;
        font-size: 14px !important;
        letter-spacing: 0.5px;
        font-weight: 600 !important;
    }

    .title-fitur {
        font-size: 20px !important;
        letter-spacing: 0.25px;
    }

    .banner-product-logo {
        width: 100%;
        max-width: var(--logo-desktop-width);
        height: auto;
        margin-bottom: 1.5rem;
    }

    .banner-title {
        width: 100%;
        letter-spacing: 2px !important;
        line-height: 65px;
    }

    @media (max-width: 767px) {
        .banner-product-logo {
            max-width: var(--logo-mobile-width);
        }

        .banner-title {
            line-height: 1.2;
        }
    }

@media (max-width: 991px) {
    .heroSwiper .btn-hero {
        --widhtbutton : auto !important;
        padding: 4px 25px !important;
    }
    .heroSwiper .swiper-slide {
        background-image: var(--mobile-bg);
    }
    .heroSwiper .swiper-slide img {
        width: 200px;
        height: auto;
    }
    .hero-banner .swiper-slide {
        height: 100% !important;
    }
    .hero-banner {
        position: relative;
        width: 100%;
        height: calc(100vh - 71px) !important;
    }

    .hero-produk .swiper-slide {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        color: #fff;
        
    }

    .hero-produk .container {
        position: relative;
        z-index: 2;
    }

    .hero-produk .button-hero-mobile {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }

    .hero-produk .btn-one-mobile {
        width: 145px !important;
        letter-spacing: 2px;
    }
    .hero-produk .btn-hero-mobile {
        width: 170px !important;
        letter-spacing: 2px;
    }

    .hero-produk .btn-blue {
        width: 170px;
        height: 45px;
        font-size: 10px;
    }

    .text-hero {
        font-size: 14px !important;
        max-width: 63%;
        letter-spacing: 0.5px;
    }

    .fitur-unggulan {
            padding-top: 1rem !important;
            padding-bottom: 0rem;
    }

    

    .fitur-unggulan .container-fluid {
        padding-left: 0px;
    }
    .section-title-fitur h2 {
        font-family: 'nulshock', sans-serif !important;
        color: var(--text-color);
        letter-spacing: 2px;
        max-width: 100%;
        padding: 0 12px;
        margin: 0px;
    }
    .subtitle-fitur {
        color : #98A1AE;font-size: 14px !important;
        letter-spacing: 0.5px;
        font-weight: 600 !important;
    }

    .title-fitur {
        font-size: 16px !important;
        letter-spacing: 0.25px;
    }

    .fitur-unggulan-adora {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
        
    }
    
    .video-adora {
        background: var(--mobile-bg-video) no-repeat center center !important;
        background-size: cover !important;
    }

    .atas-vehicle {
        padding: 0 12px;
    }

    .fitur-title {
        font-size: 24px;
        margin: 0px;
    }

    .fitur-unggulan-adora .subtitle {
        color: #6e7887;
        font-size: 13px !important;
        margin-top: 0px;
        font-weight: 400;
        line-height: 1.4;
        letter-spacing: 0.25px;
        padding-top: 5px;
    }

    .fitur-unggulan-adora .row {
        margin: 0;
    }

    .fitur-item {
        display: flex;
        flex-direction: column;
    }

    .fitur-item svg {
        margin-bottom: auto; /* dorong text ke bawah */
    }

    .fitur-item p {
        margin: 0;
    }

    .fitur-spek-adora {
    background-color: var(--background-color) !important;
    padding: 80px 15px;
    }

    .fitur-spek-adora h1 {
        font-weight: 700;
        font-size: 32px !important;
        color: var(--text-color);
        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: var(--text-color);
        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: 10px 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: 700;
        line-height: 1.5;
    }

    .fitur-spek-adora .fitur-spek-item .value {
        font-family: "Montserrat", sans-serif;
        font-size: 14px !important;
        color: var(--text-color);
        font-weight: 400;
        line-height: 1.5;

        overflow: visible;
    }

    .fitur-spek-adora .fitur-spek-item.fitur-header {
        padding-top: 20px;
        grid-template-columns: 200px 1fr;
    }
    .fitur-spek-adora .fitur-spek-item.fitur-header-2 {
        padding-bottom: 0px;
        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: 14px !important;
        color: var(--text-color);
        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;
    }

    .spec-stats-row {
        display: grid;
        grid-template-columns: 200px 1fr;
        gap: 0px;
        padding: 20px 0;
        align-items: start;
    }

    .spec-stat-number {
        font-family: 'nulshock', sans-serif;
        font-size: 24px;
        color: var(--text-color);
        line-height: 1;
    }

    .spec-stat-unit {
        font-size: 24px;
        font-weight: 900;
        color: #F47920; /* warna orange seperti di gambar */
    }

    .spec-stat-label {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        color: #6e7887;
        font-weight: 400;
        margin-top: 4px;
    }

    /* SECTION 5 */
    .video-adora .video-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 40vh !important;
    }
    .video-adora {
        background: var(--mobile-bg-video) center/cover no-repeat;
        padding: 30px 0;
    }

    .video-adora .video-play-btn {
        width: 72px;
        height: 72px;
        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;
    }

    .garis-mobile {
        margin: 0 12px;
        border-top: 1px solid var(--border-bawah);
        opacity: 1;
    }

    .reference-tesentak {
            padding: 30px 0 50px;
        }

        .reference-tesentak .tesentak-header {
            margin: 30px 0;
        }

        .reference-tesentak .tesentak-title {
            font-size: 24px !important;
            line-height: 1;
        }

        .reference-tesentak .tesentak-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .reference-tesentak .card-tesentak {
            border: 1px solid var(--border-bawah);
            border-radius: 2rem;
            min-height: 0;
            overflow: hidden;
            padding: 0;
            position: relative;
        }

        .reference-tesentak .card-tesentak > img {
            border-radius: 2rem;
            display: block;
            height: auto;
            width: 100%;
        }

        .reference-tesentak .card-content {
            left: 20px;
            position: absolute;
            top: 20px;
            z-index: 2;
        }

        .reference-tesentak .card-title {
            font-size: 20px !important;
            line-height: 1.3;
            margin-bottom: 10px;
            max-width: 60%;
        }

        .reference-tesentak .btn-download-brosur,
        .reference-tesentak .btn-download-brosur-2,
        .reference-tesentak .btn-test-ride {
            font-size: 10px !important;
            height: 46px;
            padding: 4px 25px !important;
            width: auto;
            letter-spacing: 2px;
        }

    
    
    
}

@media (max-width: 768px){
        .motor-section-adora {
            --mobile-motor-controls-gap: 30px;
            background-color: var(--background-color);
            padding: 0px 0px;
            position: relative;
            overflow: hidden;
        }
        .motor-section-adora .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 12px !important;
        }
        .motor-section-adora .motor-header {
            margin-top: 60px;
            margin-bottom: 30px;
        }

        .motor-section-adora .motor-title {
            font-size: 24px !important;
            font-weight: bold;
            color: var(--text-color);
            line-height: 1.2;
            margin: 0 0 10px 0;
            letter-spacing: 1px;
            max-width: 100%;
        }
        .motor-section-adora .motor-description {
            color: #6e7887;
            font-size: 14px !important;
            line-height: 150%;
            font-weight: 400;
            max-width: 100%;
            margin: 0;
        }

        .motor-section-adora .motor-header p {
            color: #6e7887;
            font-size: 14px !important;
            line-height: 150%;
            font-weight: 400;
            max-width: 100% !important;
            margin: 0;
        }

        .motor-section-adora .motor-image {
            width: 100%;
            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%;
            right: auto;
            transform: translateX(-50%);
            z-index: 15;
        }

        .motor-section-adora .btn-360 {
            font-family: "nulshock", sans-serif !important;
            letter-spacing: 2px;
            background: rgba(0, 0, 0, 0.4);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            padding: 5px 20px;
            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: var(--mobile-motor-controls-gap);
            }

            .motor-section-adora .motor-controls {
                display: block;
                margin-bottom: 0px;
                align-items: flex-start;
                margin-left: 0px;
            }
            .motor-section-adora .price-section {
                margin-top: 0;
                margin-bottom: 15px;
                display: flex;
                flex-direction: column;
                gap: 0px;
            }

            .motor-section-adora .variant-tabs {
                width: 100%;
            }

            .motor-section-adora .tab-btn {
                flex: 1 1 0;
                min-width: 0;
                padding-right: 8px;
                padding-left: 8px;
            }

            .motor-section-adora .price-amount {
                color: #F77104;
                font-size: 24px !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: 5px;
                font-weight: 400;
            }
            /* Color Buttons Wrapper */
            .motor-section-adora .color-buttons-wrapper {
                margin-top: 0px;
                margin-bottom: 25px;
                display: flex;
                align-items: center;
            }

            .motor-section-adora .color-options {
                display: flex;
                gap: 15px;
                align-items: center;
            }

            .motor-section-adora .color-btn {
                width: 35px;
                height: 35px;
                border: 3px solid var(--product-bg);
                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: var(--color-active);
            }

            .motor-section-adora .color-btn.active {
                border-color: var(--color-active);

                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: var(--text-color);
                font-size: 18px !important;
                font-weight: 700;
                margin: 0 0 5px 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: 100% !important;
            }
            .color-text {
                color: #6e7887;
                font-size: 13px;
                font-weight: 400;
                line-height: 1.6;
                margin: 0;
                min-width: 85% !important;
            }
            .tesentak-section {
                padding: 30px 0px 50px 0px;
            }
    }