@media (max-width: 991px) {
    /* ========== PAGE 1: HERO MOBILE ========== */
    .desktop-tyrann {
        display: none;
    }

    .hero-mobile {
        height: calc(145vh - 80px);
    }

    .button-hero-mobile {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .btn-hero-mobile {
        --widhtbutton: 200px;
        --heightbutton: 45px;
    }

    .btn-blue {
        --widhtbutton: 200px;
        --heightbutton: 45px;
        font-size: 12px;
    }

    /* ========== PAGE 2: FACE YOUR CHALLENGE ========== */
    .face-your-challenge-mobile {
        background-image: url("../../img/product/tyrann/bgPageMobile2.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        padding: 0px 0 0px;
        position: relative;
        min-height: auto;
        display: block;
    }

    .title-img-mobile {
        max-width: 100%;
        margin: 0 auto 30px;
        display: block;
        width: 90%;
        height: auto;
        filter: drop-shadow(0 0 30px rgba(255, 145, 0, 0.6));
    }

    .desc-mobile {
        font-size: 12px !important;
        margin: -50px auto 40px;
        padding: 0 0px;
        color: #a0a9b0;
        line-height: 1.8;
        text-align: center;
        font-weight: 400;
        max-width: 800px;
    }

    .challengeSwiper .swiper-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .tulisan h3:last-child {
        font-size: 18px;
    }

    .tyran-slide {
        width: 100%;
        padding: 20px 0;
        overflow: visible;
    }

    .tyran-slide .swiper-wrapper {
        display: flex;
        gap: 15px;
        padding: 0 15px;
    }

    .tyran-slide .swiper-slide {
        width: 280px !important;
        flex-shrink: 0;
    }

    .tyran-slide .slide-content {
        width: 100%;
    }

    .tyran-slide .slide-content img {
        width: 100%;
        height: auto;
        max-height: 320px;
        object-fit: cover;
        border-radius: 20px !important;
        display: block;
    }

    .tyran-slide .slide-content h3 {
        margin: 0;
        font-family: "Montserrat", sans-serif;
    }

    .tyran-slide .slide-content h3.montserrat-semibold {
        font-size: 12px !important;
        color: #6e7887;
        margin-top: 12px;
        margin-bottom: 4px;
    }

    .tyran-slide .slide-content h3.montserrat-bold {
        font-size: 16px !important;
        color: #ffffff;
        line-height: 1.3;
    }

    /* ========== PAGE 3: (Fitur Unggulan Tyrann) ========== */
    .fitur-unggulan-tyrann {
        background-color: #0b0c0d !important;
        padding: 60px 15px;
    }

    .fitur-unggulan-tyrann h1 {
        font-size: 32px !important;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 2px;
        margin-bottom: 8px;
        color: #ffffff;
        text-transform: uppercase;
    }

    .fitur-unggulan-tyrann .subtitle {
        color: #6e7887;
        font-size: 15px !important;
        margin-top: 0px;
        font-weight: 400;
        line-height: 1.4;
    }

    .fitur-item svg {
        flex-shrink: 0;
        width: 32px;
        height: 32px;
        margin-bottom: 16px;
        color: #f77104;
    }

    .fitur-item p {
        color: #6e7887;
        font-size: 12px !important;
        font-weight: 400;
        line-height: 1.4;
        margin: 0;
        /* white-space: nowrap; */
        overflow: visible;
    }

    /* ========== PAGE 4: SPESIFIKASI ========== */

    .fitur-spek-tyrann {
        background-color: #0b0c0d;
        padding: 60px 0 80px;
    }

    .fitur-spek-tyrann .container {
        padding: 0 20px;
    }

    .spek-header {
        margin-bottom: 40px;
    }

    .spek-header h1 {
        font-weight: 700;
        font-size: 32px !important;
        color: #ffffff;
        margin: 0;
        letter-spacing: 2px;
        line-height: 1.2;
        text-transform: uppercase;
    }

    .spek-content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .spek-column {
        display: flex;
        flex-direction: column;
    }

    .fitur-spek-item {
        display: grid;
        grid-template-columns: 140px 1fr;
        gap: 20px;
        padding: 12px 0;
    }

    .fitur-spek-item.fitur-header {
        border-bottom: none;
        padding-bottom: 8px;
        margin-top: 8px;
    }

    .fitur-spek-item .label {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        color: #6e7887;
        font-weight: 600;
        line-height: 1.5;
    }

    .fitur-spek-item .value {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        color: #ffffff;
        font-weight: 400;
        line-height: 1.5;
    }

    .fitur-subitem {
        display: grid;
        grid-template-columns: 140px 1fr;
        gap: 20px;
        padding: 10px 0 10px 0;
    }

    .fitur-subitem .sub-label {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        color: #6e7887;
        font-weight: 400;
        font-style: italic;
        line-height: 1.5;
        padding-left: 0px;
    }

    .fitur-subitem .sub-value {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        color: #ffffff;
        font-weight: 400;
        line-height: 1.5;
    }
    /* ========== PAGE 5: VIDEO SECTION ========== */
    .video-wrapper-mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 25vh;
    }

    .video-tyrann {
        background: url("../../img/product/tyrann/bgVideo.png") no-repeat center
            center;
        padding: 0px 0;
    }

    .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-play-btn svg {
        width: 60px;
        height: 60px;
    }

    .video-play-btn:hover {
        background: var(--hoverTextColor);
    }

    .video-modal-content {
        width: 95%;
        padding: 0 10px;
    }

    .video-close-btn {
        top: -45px;
        right: 0;
        width: 42px;
        height: 42px;
    }

    .video-close-btn svg {
        width: 20px;
        height: 20px;
    }

    .video-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .video-modal.active {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 2;
    }

    .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-content {
        position: relative;
        width: 90%;
        max-width: 1200px;
        z-index: 10000;
        opacity: 2;
        animation: modalSlideIn 0.3s ease;
    }

    .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-close-btn svg {
        width: 24px;
        height: 24px;
    }

    .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-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    body.modal-open {
        overflow: hidden;
    }

    /* ========== PAGE 6: MOTOR SECTION MOBILE ========== */
    .motor-section {
        background-color: #0b0c0d;
        padding: 0px 10px;
        position: relative;
        overflow: hidden;
    }

    .motor-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 10px;
    }
    .motor-header {
        margin-top: 80px;
        margin-bottom: 40px;
    }

    .motor-title {
        font-size: 30px !important;
        font-weight: bold;
        color: #fff;
        line-height: 1.2;
        margin: 0 0 20px 0;
        letter-spacing: 1px;
    }

    .motor-controls {
        flex-direction: column;
        gap: 0px;
        align-items: center;
    }

    .color-buttons-wrapper {
        margin-top: 40px;
        margin-bottom: 35px;
        display: flex;
        align-items: center;
    }
    .price-section {
        margin-top: 40px;
        gap: 10px;
    }

    .price-amount {
        font-size: 32px !important;
    }

    .color-name-adora {
        font-size: 24px !important;
    }

    .color-text {
        font-size: 15px;
        min-width: auto;
    }

    .motor-image-wrapper {
        padding: 30px 20px;
        border-radius: 20px;
    }

    .color-btn {
        width: 33px;
        height: 33px;
    }

    .motor-description {
        color: #6e7887;
        font-size: 16px !important;
        font-weight: 400;
        line-height: 150%;
        max-width: 100%;
        margin: 0;
    }

    .motor-image-wrapper {
        position: relative;
        width: 100%;
        margin: 0 auto;
        border-radius: 30px;
        overflow: hidden;
        padding: 30px 40px;
        background-color: #1a1a1a;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transition: background-image 0.4s ease-in-out;
        isolation: isolate;
    }

    .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-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;
    }

    .view-360-btn {
        position: absolute;
        bottom: 12px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 15;
    }

    .btn-360 {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        padding: 6px 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;
    }

    .btn-360:hover {
        background: rgba(255, 255, 255, 0.2);
        border-color: rgba(255, 255, 255, 0.3);
        transform: translateY(-2px);
    }

    .price-amount {
        font-size: 28px !important;
        color: #ff6600;
        font-weight: 700;
        margin: 0;
        letter-spacing: 0.5px;
        line-height: 1;
    }

    .price-location {
        color: #6e7887;
        font-size: 13px !important;
        font-family: "Montserrat", sans-serif;
        margin-top: 10px;
        font-weight: 400;
    }

    .color-buttons-wrapper {
        margin-top: 35px;
        margin-bottom: 35px;
        display: flex;
        align-items: center;
    }

    .color-options {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .color-btn {
        width: 35px;
        height: 35px;
        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;
    }

    .color-btn:hover {
        transform: scale(1.1);
        border-color: rgba(255, 255, 255, 0.3);
    }

    .color-btn.active {
        border-color: #ff6600;
        box-shadow: 0 0 0 2px rgba(255, 102, 0, 0.2);
    }

    .color-btn svg {
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    .color-description {
        margin-left: 0px;
        text-align: left;
        max-width: 500px;
        margin: 0 auto;
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .color-description.changing {
        opacity: 0;
        transform: translateY(10px);
    }

    .color-name {
        color: #fff;
        font-size: 30px !important;
        font-weight: 700;
        margin: 0 0 10px 0;
        letter-spacing: 1px;
    }

    .color-text {
        color: #6e7887;
        font-size: 16px !important;
        line-height: 1.6;
        font-weight: 400;
        margin: 0;
    }

    /* ========== 360° MODAL ========== */
    .modal-360 {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        animation: fadeIn 0.3s ease;
    }

    .modal-360.active {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal-360-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.85);
        cursor: pointer;
    }

    .modal-360-content {
        position: relative;
        z-index: 10000;
        max-width: 90%;
        max-height: 90vh;
        animation: zoomIn 0.3s ease;
    }

    .modal-360-close-btn {
        position: absolute;
        top: -50px;
        right: 0;
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        z-index: 10001;
    }

    .modal-360-close-btn:hover {
        background: #fff;
        color: #000;
        transform: rotate(90deg);
    }

    .gif-360-container {
        background: #000;
        border-radius: 10px;
        overflow: hidden;
        max-width: 800px;
        max-height: 80vh;
    }

    .gif-360 {
        width: 100%;
        height: auto;
        display: block;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    @keyframes zoomIn {
        from {
            transform: scale(0.8);
            opacity: 0;
        }
        to {
            transform: scale(1);
            opacity: 1;
        }
    }

    /* ========== PAGE 7: PETUALANGAN MOBILE ========== */
    .petualangan-section {
        background-color: #0b0c0d;
        padding: 80px 10px 80px;
    }

    .petualangan-header {
        margin-bottom: 30px;
    }

    .petualangan-title {
        font-size: 25px !important;
        color: #ffffff;
        line-height: 1.1;
        letter-spacing: 1px;
        margin: 0;
        text-transform: uppercase;
    }

    .petualangan-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .card-petualangan {
        position: relative;
        border-radius: 20px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        overflow: hidden;
        border: 1px solid #3b4754;
    }

    .card-imove {
        background-image: url("../../img/product/tyrann/petulangan1.png");
        min-height: 50vh;
    }

    .card-bersiap {
        background-image: url("../../img/product/tyrann/petualangan2.png");
    }

    .card-taklukkan {
        background-image: url("../../img/product/tyrann/petulangan3.png");
    }

    .card-content {
        width: 100%;
        padding: 30px 25px;
        z-index: 2;
        position: relative;
    }

    .card-title {
        font-family: "montserrat";
        font-size: 20px !important;
        color: #ffffff;
        line-height: 1.2;
        margin: 0 0 20px 0;
        font-weight: bold;
    }

    .btn-petualangan {
        --baseColor: #f77104;
        --fillerColor: #0294f9;
        --baseTextColor: #fff;
        --hoverTextColor: #fff;
        --widhtbutton: 100%;
        --heightbutton: 50px;
        font-size: 12px;
        letter-spacing: 1.5px;
        width: 80%;
        max-width: 280px;
    }
    .btn-download-brosur {
        --baseColor: #f77104;
        --fillerColor: #0294f9;
        --baseTextColor: #fff;
        --hoverTextColor: #fff;
        --widhtbutton: 100%;
        --heightbutton: 50px;
        font-size: 14px;
        letter-spacing: 1.5px;
        width: 100%;
        max-width: 280px;
    }

    .btn-petualangan .button__text {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .btn-petualangan .button__text svg {
        width: 18px;
        height: 18px;
        stroke: currentColor;
    }
    /* END */

    .hero-banner .swiper-slide {
        padding-bottom: 120px !important;
    }

    .swiper-scrollbar {
        width: calc(100% - 40px) !important;
        margin: 0 auto !important;
        left: 0 !important;
        right: 0 !important;
    }

    .face-your-challenge,
    .face-your-challenge-mobile,
    .hero-section,
    .hero-banner,
    .video-tyrann,
    .video-adora {
        background-attachment: scroll !important;
        background-size: cover !important;
    }
}
