/* Hide "Request Demo" button and center "Watch Video" button in hero section */

/* RU version - page71748113.html */
[data-elem-id="1767071658592000064"] {
    display: none !important;
}
[data-group-id="1767071658592000062"] {
    justify-content: center !important;
}

/* EN version - page60203399.html */
[data-elem-id="1766386524422000006"] {
    display: none !important;
}
[data-group-id="1766386524422000004"] {
    justify-content: center !important;
}

/* CN version - page105912866.html */
[data-elem-id="1767021566448000003"] {
    display: none !important;
}
[data-group-id="1767021566448000001"] {
    justify-content: center !important;
}

/* AR version - page106149966.html */
[data-elem-id="1767075165365000052"] {
    display: none !important;
}
[data-group-id="1767075165365000050"] {
    justify-content: center !important;
}

/* Hide "Watch video" button in "Leave a request for demo" section */

/* RU version - page71748113.html */
[data-elem-id="1767072136339000002"] {
    display: none !important;
}

/* EN version - page60203399.html */
[data-elem-id="1770208164996000002"] {
    display: none !important;
}

/* CN version - page105912866.html */
[data-elem-id="1770220230471000002"] {
    display: none !important;
}

/* AR version - page106149966.html */
[data-elem-id="1770240476507000002"] {
    display: none !important;
}

/* Hide Watch Video buttons by text content (backup method for CN/AR) */
.tn-atom__button-text:has-text("观看视频"):parent() {
    display: none !important;
}

/* Disable clicks on OAZIS logo (main and mobile menu) */
[data-elem-id="1734469015655"],
[data-elem-id="1734469015655"] *,
[data-elem-id="1734560123684"],
[data-elem-id="1734560123684"] *,
.t450__logowrapper,
.t450__logowrapper * {
    pointer-events: none !important;
    cursor: default !important;
}

/* Hide Help & Support button */
[data-elem-id="1570289271162"] {
    display: none !important;
}
