/* START Desktop view */
@media (min-width: 1201px) {
    .lx-banner-lirunex-app {
        position: relative;
        min-height: 28rem;
        border-bottom-right-radius: 2rem;
        border-bottom-left-radius: 2rem;
        overflow: hidden;
        background-blend-mode: overlay;
        background-color: #157f8b;
        background-image:
            radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.18) 0%, transparent 35%),
            radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.12) 0%, transparent 40%),
            radial-gradient(circle at center center, #1eb1c2 0%, #157f8b 70%, #0f6470 100%);
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        padding: 5rem 0 0 0;
        isolation: isolate;
    }

    /* Stretch the row so the image col can bottom-align */
    .lx-banner-lirunex-app .row {
        min-height: calc(28rem - 5rem);
        align-items: stretch;
    }

    .lx-banner-lirunex-app::before,
    .lx-banner-lirunex-app::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(60px);
        pointer-events: none;
        z-index: 0;
    }

    .lx-banner-lirunex-app::before {
        top: -120px;
        left: -80px;
        width: 340px;
        height: 340px;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent 70%);
        animation: lxOrbDriftA 14s ease-in-out infinite;
        will-change: transform;
    }

    .lx-banner-lirunex-app::after {
        bottom: -140px;
        right: -100px;
        width: 380px;
        height: 380px;
        background: radial-gradient(circle, rgba(30, 177, 194, 0.45), transparent 70%);
        animation: lxOrbDriftB 18s ease-in-out infinite;
        will-change: transform;
    }

    .lx-banner-lirunex-app .lx-banner-lirunex-app-title {
        position: relative;
        z-index: 1;
        margin-top: 2rem;
        text-align: left;
    }

    /* Image col fills row height; image is pushed flush to the banner's bottom edge */
    .lx-banner-lirunex-app .lx-banner-lirunex-app-image {
        position: relative;
        z-index: 1;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .lx-banner-lirunex-app .lx-banner-lirunex-app-image img {
        display: block;
        margin: 0;
        max-width: 104%;
        height: auto;
    }

    .lx-banner-lirunex-app .lx-banner-lirunex-app-title .lirunex-app-title {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: 800;
        text-align: left;
        margin: 4rem 0 0;
        font-size: 3rem;
        letter-spacing: -0.02em;
        line-height: 1.5;
        background: linear-gradient(
            110deg,
            #ffffff 0%,
            #eaf9fb 30%,
            #ffffff 42%,
            #d5f6fa 50%,
            #ffffff 58%,
            #eaf9fb 70%,
            #ffffff 100%
        );
        background-size: 300% auto;
        -webkit-background-clip: text;
                background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: lxTitleShimmer 7s ease-in-out infinite;
        text-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    }

    .lx-banner-lirunex-app .lx-banner-lirunex-app-title .lirunex-app-subtitle {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        text-align: left;
        color: #f0f6f8;
        font-size: 1.1rem;
        font-weight: 400;
        margin: 1rem 0 0;
        max-width: 620px;
        letter-spacing: 0.01em;
        line-height: 1.5;
        opacity: 0.95;
    }

    .lx-lirunex-app-second-section {
        margin-top: 5rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .lx-lirunex-app-second-section .lx-lirunex-app-content-one-image img {
        width: 95%;
        height: auto;
        margin: 5rem 0 0;
    }

    .lx-lirunex-app-second-section .lirunex-app-title {
        color: #1a1a1a;
        font-size: 2.8rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        line-height: 1.5;
        margin: 5rem 1rem 0 2rem;
    }

    .lx-lirunex-app-second-section .lx-lirunex-app-content-one-subtitle {
        color: #5e6282;
        font-size: 1.1rem;
        line-height: 1.5;
        margin: 0.5rem 0 2rem 2rem;
    }

    .lx-lirunex-app-second-section .lx-lirunex-app-platform {
        margin-top: 3rem;
    }

    .lx-lirunex-app-second-section .img-trader {
        margin-bottom: 1rem;
        width: 75%;
        margin-left: 3rem;
    }

    .lx-lirunex-app-second-section .img-app-store {
        margin: 1rem 0 0;
    }

    .lx-lirunex-app-second-section .img-google-play {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .lx-lirunex-app-third-section {
        margin-top: 5rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .lx-lirunex-app-third-section .lirunex-app-title {
        color: #1a1a1a;
        font-size: 2.8rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        line-height: 1.5;
        margin: 5rem 1rem 0 0;
    }

    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-subtitle {
        color: #5e6282;
        font-size: 1.1rem;
        line-height: 1.5;
        margin: 0.5rem 0 2rem;
    }

    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-description {
        background: #ffffff;
        border-radius: 0.75rem;
        padding: 1.5rem 1.5rem 1.5rem 1.75rem;
        margin-bottom: 1rem;
        border: 1px solid #e8edf2;
        border-left: 3px solid #199caa;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
        transition:
            transform 0.25s ease,
            box-shadow 0.25s ease,
            border-color 0.25s ease;
    }

    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-description:hover {
        transform: translateY(-2px);
        border-left-color: #1eb1c2;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
    }

    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-description .description-point-one-title {
        font-size: 1.2rem;
        margin-top: 0;
        margin-bottom: 0.5rem;
    }

    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-description .description-point-third-description,
    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-description p {
        font-size: 0.9rem;
        margin-bottom: 0;
        margin-top: 0;
        text-align: left !important;
    }

     .lx-lirunex-app-third-section .row {
        display: flex;
        align-items: center;
    }

   .lx-lirunex-app-content-third-image {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin: 4rem auto;
    }

    /* Four section */
    .lx-lirunex-app-four-section {
        position: relative;
        margin-top: 5rem;
        padding: 4rem 0 5rem 0;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        background:
            radial-gradient(circle at 15% 20%, rgba(31, 192, 208, 0.18) 0%, transparent 38%),
            radial-gradient(circle at 85% 80%, rgba(30, 177, 194, 0.22) 0%, transparent 42%),
            linear-gradient(to bottom, #0a3438 0%, #0a2f33 40%, #0d6f79 100%);
        overflow: hidden;
        isolation: isolate;
    }

    .lx-lirunex-app-four-section::before,
    .lx-lirunex-app-four-section::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(110px);
        pointer-events: none;
        z-index: 0;
    }

    .lx-lirunex-app-four-section::before {
        top: -220px;
        left: -200px;
        width: 720px;
        height: 720px;
        background: radial-gradient(circle, rgba(31, 192, 208, 0.55), transparent 65%);
        animation: lxMeshDriftA 28s cubic-bezier(0.45, 0, 0.55, 1) infinite;
        will-change: transform;
    }

    .lx-lirunex-app-four-section::after {
        bottom: -280px;
        right: -240px;
        width: 820px;
        height: 820px;
        background: radial-gradient(circle, rgba(30, 177, 194, 0.6), transparent 65%);
        animation: lxMeshDriftB 36s cubic-bezier(0.45, 0, 0.55, 1) infinite;
        will-change: transform;
    }

    .lx-lirunex-app-four-section > .container {
        position: relative;
        z-index: 1;
    }

    .lx-lirunex-app-four-section .lx-title {
        margin-bottom: 2.8rem;
    }

    .lx-lirunex-app-four-section .mobile-app-title {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 2.5rem;
        font-weight: 800;
        text-align: center;
        letter-spacing: -0.02em;
        line-height: 1.5;
        margin: 0;
        background: linear-gradient(
            110deg,
            #ffffff 0%,
            #eaf9fb 30%,
            #ffffff 42%,
            #d5f6fa 50%,
            #ffffff 58%,
            #eaf9fb 70%,
            #ffffff 100%
        );
        background-size: 300% auto;
        -webkit-background-clip: text;
                background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: lxTitleShimmer 7s ease-in-out infinite;
        text-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    }

    .lx-lirunex-app-four-section .lx-lirunex-app-description {
        margin-bottom: 2rem;
        margin-top: 1rem;
    }

    .lx-lirunex-app-four-section .lx-main-image {
        display: block;
        width: 300px;
        margin: auto;
        filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
    }

    .lx-lirunex-app-four-section .lx-feature-item {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 1.25rem;
        margin-top: 1.25rem;
        padding: 1.25rem 1.4rem;
        align-items: center;
        justify-content: flex-start;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 1rem;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition:
            transform 0.3s cubic-bezier(0.22,1,0.36,1),
            background 0.3s ease,
            border-color 0.3s ease,
            box-shadow 0.3s ease;
    }

    .lx-lirunex-app-four-section .lx-feature-item:hover {
        transform: translateX(6px);
        background: rgba(31, 192, 208, 0.08);
        border-color: rgba(31, 192, 208, 0.35);
        box-shadow: 0 14px 32px rgba(31, 192, 208, 0.18);
    }

    .lx-lirunex-app-four-section .lx-feature-item img {
        width: 56px;
        height: 56px;
        flex-shrink: 0;
        margin-right: 1.25rem;
        padding: 0.65rem;
        background: linear-gradient(135deg, rgba(31, 192, 208, 0.25), rgba(30, 177, 194, 0.12));
        border: 1px solid rgba(31, 192, 208, 0.3);
        border-radius: 14px;
        box-shadow: 0 4px 14px rgba(31, 192, 208, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    }

    .lx-lirunex-app-four-section .lx-feature-item:hover img {
        transform: scale(1.06) rotate(-3deg);
        border-color: rgba(31, 192, 208, 0.55);
        box-shadow: 0 8px 22px rgba(31, 192, 208, 0.35);
    }

    .lx-lirunex-app-four-section .lx-feature-item h4 {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 1.25rem;
        font-weight: 700;
        margin: 0 0 0.35rem 0;
        color: #ffffff;
        letter-spacing: -0.01em;
    }

    .lx-lirunex-app-four-section .lx-feature-item p {
        margin: 0;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 0.95rem;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.78);
        font-weight: 400;
    }

    /* Five Section */
    .lx-lirunex-app-five-section {
        background: #ffffff;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        padding: 0;
    }

    /* Floating panel — light blue-gray base, hairline cyan border, layered drop shadow */
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account {
        background: #f2f4f8;
        margin: 5rem auto;
        border-radius: 2rem;
        padding-top: 3rem;
        padding-left: 3rem;
        height: 30rem;
        width: 100%;
        max-width: 1200px;
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(31, 192, 208, 0.28);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.9),
            0 2px 4px rgba(0, 0, 0, 0.05),
            0 6px 12px rgba(0, 0, 0, 0.08);
    }

    /* Soft animated orbs inside the panel */
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account::before,
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(75px);
        pointer-events: none;
        z-index: 0;
        will-change: transform;
    }
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account::before {
        width: 360px;
        height: 360px;
        top: -12%;
        left: 30%;
        background: radial-gradient(circle, rgba(31, 192, 208, 0.40) 0%, rgba(31, 192, 208, 0) 70%);
        animation: lxDemoOrbA 16s ease-in-out infinite;
    }
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account::after {
        width: 420px;
        height: 420px;
        bottom: -18%;
        left: -8%;
        background: radial-gradient(circle, rgba(9, 130, 151, 0.26) 0%, rgba(9, 130, 151, 0) 70%);
        animation: lxDemoOrbB 20s ease-in-out infinite;
    }
    @keyframes lxDemoOrbA {
        0%, 100% { transform: translate(0, 0) scale(1); }
        50%      { transform: translate(90px, 70px) scale(1.2); }
    }
    @keyframes lxDemoOrbB {
        0%, 100% { transform: translate(0, 0) scale(1); }
        50%      { transform: translate(-80px, -50px) scale(1.22); }
    }

    /* Lift content above the orbs */
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account > * {
        position: relative;
        z-index: 1;
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-demo-content h4 {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 2.8rem;
        font-weight: 800;
        letter-spacing: -0.02em;
        line-height: 1.2;
        margin: 2rem 1rem 1rem 0;
        color: #0f2027;
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-demo-content p {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 1rem;
        line-height: 1.6;
        margin: 1rem 1rem 2rem 0;
        color: #5d5c5c;
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account-button {
        text-align: left;
        width: 100%;
    }

    /* Button — cyan with shimmer sweep + pulse halo */
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account-button .btn-lx-open-account {
        display: inline-block;
        background-color: #199caa;
        border: 1px solid #199caa;
        color: #fff;
        border-radius: 2rem;
        font-size: 0.95rem;
        font-weight: 600;
        text-decoration: none;
        transition: background 0.25s, border-color 0.25s, transform 0.2s, box-shadow 0.25s;
        width: fit-content;
        padding: 0.65rem 1.75rem;
        position: relative;
        overflow: hidden;
        animation: lxDemoBtnPulse 2.8s ease-in-out infinite;
    }
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account-button .btn-lx-open-account::before {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 75%;
        height: 100%;
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.45) 50%,
            rgba(255, 255, 255, 0) 100%
        );
        transform: skewX(-22deg);
        transition: left 0.7s ease;
        pointer-events: none;
    }
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account-button .btn-lx-open-account:hover {
        background-color: #1fc0d0;
        border-color: #1fc0d0;
        color: #fff;
        transform: translateY(-2px);
    }
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account-button .btn-lx-open-account:hover::before {
        left: 130%;
    }
    @keyframes lxDemoBtnPulse {
        0%, 100% {
            box-shadow: 0 0 0 0 rgba(31, 192, 208, 0.55),
                        0 4px 18px rgba(31, 192, 208, 0.25);
        }
        50% {
            box-shadow: 0 0 0 14px rgba(31, 192, 208, 0),
                        0 6px 26px rgba(31, 192, 208, 0.55);
        }
    }

    /* Phone image — overflows the panel slightly with a soft cyan halo */
    .lx-lirunex-app-five-section .lx-lirunex-app-five-image img,
    .lx-lirunex-app-five-section .lx-lirunex-app-five-image .trading-account-image {
        position: relative;
        bottom: 1rem;
        right: 0;
        left: 25%;
        margin: 0;
        z-index: 1;
        border-bottom-right-radius: 2rem;
        height: 100%;
        width: 60%;
        filter:
            drop-shadow(0 30px 50px rgba(31, 192, 208, 0.30))
            drop-shadow(0 15px 25px rgba(0, 0, 0, 0.12));
    }
}
/* END Desktop view */

/* START Tablet view */
@media (min-width: 768px) and (max-width: 1200px) {
    .lx-banner-lirunex-app {
        position: relative;
        min-height: 20rem;
        border-bottom-right-radius: 2rem;
        border-bottom-left-radius: 2rem;
        overflow: hidden;
        background-blend-mode: overlay;
        background-color: #157f8b;
        background-image:
            radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.18) 0%, transparent 35%),
            radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.12) 0%, transparent 40%),
            radial-gradient(circle at center center, #1eb1c2 0%, #157f8b 70%, #0f6470 100%);
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        padding: 3rem 0 0 0;
        isolation: isolate;
    }

    .lx-banner-lirunex-app .row {
        min-height: calc(20rem - 3rem);
        align-items: stretch;
    }

    .lx-banner-lirunex-app::before,
    .lx-banner-lirunex-app::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(60px);
        pointer-events: none;
        z-index: 0;
    }

    .lx-banner-lirunex-app::before {
        top: -100px;
        left: -60px;
        width: 280px;
        height: 280px;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent 70%);
        animation: lxOrbDriftA 15s ease-in-out infinite;
        will-change: transform;
    }

    .lx-banner-lirunex-app::after {
        bottom: -120px;
        right: -80px;
        width: 320px;
        height: 320px;
        background: radial-gradient(circle, rgba(30, 177, 194, 0.45), transparent 70%);
        animation: lxOrbDriftB 19s ease-in-out infinite;
        will-change: transform;
    }

    .lx-banner-lirunex-app .lx-banner-lirunex-app-title {
        position: relative;
        z-index: 1;
        margin-top: 2rem;
        text-align: left;
    }

    .lx-banner-lirunex-app .lx-banner-lirunex-app-image {
        position: relative;
        z-index: 1;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .lx-banner-lirunex-app .lx-banner-lirunex-app-image img {
        display: block;
        margin: 0;
        max-width: 100%;
        height: auto;
    }

    .lx-banner-lirunex-app .lx-banner-lirunex-app-title .lirunex-app-title {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: 800;
        text-align: center;
        margin: 1rem 0 0;
        font-size: 2.2rem;
        letter-spacing: -0.02em;
        line-height: 1.1;
        background: linear-gradient(
            110deg,
            #ffffff 0%,
            #eaf9fb 30%,
            #ffffff 42%,
            #d5f6fa 50%,
            #ffffff 58%,
            #eaf9fb 70%,
            #ffffff 100%
        );
        background-size: 300% auto;
        -webkit-background-clip: text;
                background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: lxTitleShimmer 7s ease-in-out infinite;
        text-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    }

    .lx-banner-lirunex-app .lx-banner-lirunex-app-title .lirunex-app-subtitle {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        text-align: center;
        color: #f0f6f8;
        font-size: 1rem;
        font-weight: 400;
        margin: 1rem auto 0;
        max-width: 600px;
        letter-spacing: 0.01em;
        line-height: 1.6;
        opacity: 0.95;
    }

    .lx-lirunex-app-second-section {
        margin-top: 5rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .lx-lirunex-app-second-section .lx-lirunex-app-second-section-row {
        /* justify-content: center; */
        display: flex;
    }

    .lx-lirunex-app-second-section .lx-lirunex-app-content-one-image {
        display: flex;
        justify-content: center;
        align-items: center;
        /* height: 40vh; */
    }

    .lx-lirunex-app-second-section .lx-lirunex-app-content-one-image img {
        width: 100%;
        height: auto;
    }

    .lx-lirunex-app-second-section .lirunex-app-title {
        color: #000000;
        font-size: 1.75rem;
        line-height: 1.3;
        margin: 0 0 0.5rem;
    }

    .lx-lirunex-app-second-section .lx-lirunex-app-content-one-subtitle {
        color: #5e6282;
        font-size: 1rem;
        margin: 0;
    }


    .lx-lirunex-app-second-section .lx-lirunex-app-platform {
        margin-top: 1rem;
    }

    .lx-lirunex-app-second-section .img-trader {
        display: block;
        margin: 1rem 0;
        max-width: 145px;
        width: 100%;
        height: auto;
    }

    .lx-lirunex-app-second-section .lx-app-download {
        margin: 0;
        align-items: flex-start;
     }

    .lx-lirunex-app-second-section .img-app-store {
        margin: 1rem 0;
    }

    .lx-lirunex-app-second-section .img-google-play {
        margin: 1rem 0;
    }

    .lx-lirunex-app-third-section {
        margin-top: 5rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .lx-lirunex-app-third-section .lirunex-app-title {
        color: #1a1a1a;
        font-size: 1.75rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        line-height: 1.5;
        margin: 0 0 0.2rem;
    }

    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-subtitle {
        color: #5e6282;
        font-size: 1rem;
        line-height: 1.5;
        margin: 0 0 2rem;
    }

    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-description {
        background: #ffffff;
        border-radius: 0.75rem;
        padding: 1.25rem 1.25rem 1.25rem 1.5rem;
        margin-bottom: 1rem;
        border: 1px solid #e8edf2;
        border-left: 3px solid #199caa;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
        transition:
            transform 0.25s ease,
            box-shadow 0.25s ease,
            border-color 0.25s ease;
    }

    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-description:hover {
        transform: translateY(-2px);
        border-left-color: #1eb1c2;
        box-shadow: 0 5px 14px rgba(0, 0, 0, 0.06);
    }

    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-description .description-point-one-title {
        font-size: 1rem;
        margin-top: 0;
        margin-bottom: 0.4rem;
    }

    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-description .description-point-third-description,
    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-description p {
        font-size: 0.8rem;
        margin-bottom: 0;
        margin-top: 0;
        text-align: left !important;
    }

    .lx-lirunex-app-third-section .row {
        display: flex;
        align-items: center;
    }

   .lx-lirunex-app-third-section .lx-lirunex-app-content-third-image {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin: 4rem auto;
    }

    /* Four section */
    .lx-lirunex-app-four-section {
        position: relative;
        margin-top: 5rem;
        padding: 4rem 0;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        background:
            radial-gradient(circle at 15% 20%, rgba(31, 192, 208, 0.18) 0%, transparent 38%),
            radial-gradient(circle at 85% 80%, rgba(30, 177, 194, 0.22) 0%, transparent 42%),
            linear-gradient(to bottom, #0a3438 0%, #0a2f33 40%, #0d6f79 100%);
        overflow: hidden;
        isolation: isolate;
    }

    .lx-lirunex-app-four-section::before,
    .lx-lirunex-app-four-section::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(90px);
        pointer-events: none;
        z-index: 0;
    }

    .lx-lirunex-app-four-section::before {
        top: -180px;
        left: -160px;
        width: 540px;
        height: 540px;
        background: radial-gradient(circle, rgba(31, 192, 208, 0.55), transparent 65%);
        animation: lxMeshDriftA 28s cubic-bezier(0.45, 0, 0.55, 1) infinite;
        will-change: transform;
    }

    .lx-lirunex-app-four-section::after {
        bottom: -220px;
        right: -180px;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, rgba(30, 177, 194, 0.6), transparent 65%);
        animation: lxMeshDriftB 36s cubic-bezier(0.45, 0, 0.55, 1) infinite;
        will-change: transform;
    }

    .lx-lirunex-app-four-section > .container {
        position: relative;
        z-index: 1;
    }

    .lx-lirunex-app-four-section .lx-title {
        margin-bottom: 2rem;
    }

    .lx-lirunex-app-four-section .mobile-app-title {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 2rem;
        font-weight: 800;
        text-align: center;
        letter-spacing: -0.02em;
        line-height: 1.5;
        margin: 0;
        background: linear-gradient(
            110deg,
            #ffffff 0%,
            #eaf9fb 30%,
            #ffffff 42%,
            #d5f6fa 50%,
            #ffffff 58%,
            #eaf9fb 70%,
            #ffffff 100%
        );
        background-size: 300% auto;
        -webkit-background-clip: text;
                background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: lxTitleShimmer 7s ease-in-out infinite;
        text-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    }

    .lx-lirunex-app-four-section .lx-lirunex-app-description {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1rem 0 1rem 0;
    }

    .lx-lirunex-app-four-section .lx-main-image {
        display: block;
        width: 300px;
        margin: auto;
        filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
    }

    .lx-lirunex-app-four-section .lx-feature-item {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 1.1rem;
        margin-top: 1.1rem;
        padding: 1.1rem 1.25rem;
        align-items: center;
        justify-content: flex-start;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 1rem;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition:
            transform 0.3s cubic-bezier(0.22,1,0.36,1),
            background 0.3s ease,
            border-color 0.3s ease,
            box-shadow 0.3s ease;
    }

    .lx-lirunex-app-four-section .lx-feature-item:hover {
        transform: translateX(5px);
        background: rgba(31, 192, 208, 0.08);
        border-color: rgba(31, 192, 208, 0.35);
        box-shadow: 0 12px 28px rgba(31, 192, 208, 0.18);
    }

    .lx-lirunex-app-four-section .lx-feature-item img {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
        margin-right: 1rem;
        padding: 0.6rem;
        background: linear-gradient(135deg, rgba(31, 192, 208, 0.25), rgba(30, 177, 194, 0.12));
        border: 1px solid rgba(31, 192, 208, 0.3);
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(31, 192, 208, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    }

    .lx-lirunex-app-four-section .lx-feature-item:hover img {
        transform: scale(1.06) rotate(-3deg);
        border-color: rgba(31, 192, 208, 0.55);
        box-shadow: 0 8px 20px rgba(31, 192, 208, 0.35);
    }

    .lx-lirunex-app-four-section .lx-feature-item h4 {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 1.15rem;
        font-weight: 700;
        margin: 0 0 0.3rem 0;
        color: #ffffff;
        letter-spacing: -0.01em;
    }

    .lx-lirunex-app-four-section .lx-feature-item p {
        margin: 0;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 0.9rem;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.78);
        font-weight: 400;
    }

    /* Five Section */
    .lx-lirunex-app-five-section {
        background: #ffffff;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        padding: 0;
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account {
        background: #f2f4f8;
        margin: 5rem 2rem;
        border-radius: 1.5rem;
        padding: 2rem 1.5rem 0;
        min-height: 300px;
        max-width: 100%;
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(31, 192, 208, 0.28);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.9),
            0 2px 4px rgba(0, 0, 0, 0.05),
            0 6px 12px rgba(0, 0, 0, 0.08);
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account::before,
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(60px);
        pointer-events: none;
        z-index: 0;
        will-change: transform;
    }
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account::before {
        width: 280px;
        height: 280px;
        top: -10%;
        left: 25%;
        background: radial-gradient(circle, rgba(31, 192, 208, 0.40) 0%, rgba(31, 192, 208, 0) 70%);
        animation: lxDemoOrbA 16s ease-in-out infinite;
    }
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account::after {
        width: 320px;
        height: 320px;
        bottom: -16%;
        left: -8%;
        background: radial-gradient(circle, rgba(9, 130, 151, 0.26) 0%, rgba(9, 130, 151, 0) 70%);
        animation: lxDemoOrbB 20s ease-in-out infinite;
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account > [class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        z-index: 1;
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-demo-content h4 {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 1.7rem;
        font-weight: 800;
        letter-spacing: -0.02em;
        line-height: 1.3;
        margin: 0 0 0.75rem;
        color: #0f2027;
        text-align: left;
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-demo-content p {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 0.95rem;
        line-height: 1.6;
        color: #5d5c5c;
        margin: 0 0 1.25rem;
        text-align: left;
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account-button {
        text-align: left;
        width: 100%;
        margin-bottom: 1.75rem;
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account-button .btn-lx-open-account {
        display: inline-block;
        background-color: #199caa;
        border: 1px solid #199caa;
        color: #fff;
        border-radius: 2rem;
        font-size: 0.9rem;
        font-weight: 600;
        text-decoration: none;
        transition: background 0.25s, border-color 0.25s, transform 0.2s, box-shadow 0.25s;
        width: fit-content;
        padding: 0.55rem 1.75rem;
        position: relative;
        overflow: hidden;
        animation: lxDemoBtnPulse 2.8s ease-in-out infinite;
    }
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account-button .btn-lx-open-account::before {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 75%;
        height: 100%;
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.45) 50%,
            rgba(255, 255, 255, 0) 100%
        );
        transform: skewX(-22deg);
        transition: left 0.7s ease;
        pointer-events: none;
    }
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account-button .btn-lx-open-account:hover {
        background-color: #1fc0d0;
        border-color: #1fc0d0;
        color: #fff;
        transform: translateY(-2px);
    }
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account-button .btn-lx-open-account:hover::before {
        left: 130%;
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-five-image {
        height: 100%;
        display: flex;
        align-items: flex-end;
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-five-image img,
    .lx-lirunex-app-five-section .lx-lirunex-app-five-image .trading-account-image {
        display: block;
        position: relative;
        width: 100%;
        left: auto;
        margin: 0;
        border-bottom-right-radius: 1.5rem;
        height: auto;
        filter:
            drop-shadow(0 20px 36px rgba(31, 192, 208, 0.22))
            drop-shadow(0 12px 20px rgba(0, 0, 0, 0.10));
    }
}
/* END Tablet view */

/* START Mobile view */
@media (max-width: 767px) {
    .lx-banner-lirunex-app {
        position: relative;
        min-height: 26rem;
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        overflow: hidden;
        background-blend-mode: overlay;
        background-color: #157f8b;
        background-image:
            radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.18) 0%, transparent 35%),
            radial-gradient(circle at 85% 80%, rgba(255, 255, 255, 0.12) 0%, transparent 40%),
            radial-gradient(circle at center center, #1eb1c2 0%, #157f8b 70%, #0f6470 100%);
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        padding: 3rem 0 0 0;
        isolation: isolate;
    }

    .lx-banner-lirunex-app::before,
    .lx-banner-lirunex-app::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(50px);
        pointer-events: none;
        z-index: 0;
    }

    .lx-banner-lirunex-app::before {
        top: -80px;
        left: -50px;
        width: 200px;
        height: 200px;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent 70%);
        animation: lxOrbDriftA 16s ease-in-out infinite;
        will-change: transform;
    }

    .lx-banner-lirunex-app::after {
        bottom: -90px;
        right: -60px;
        width: 220px;
        height: 220px;
        background: radial-gradient(circle, rgba(30, 177, 194, 0.45), transparent 70%);
        animation: lxOrbDriftB 20s ease-in-out infinite;
        will-change: transform;
    }

    .lx-banner-lirunex-app .lx-banner-lirunex-app-title {
        position: relative;
        z-index: 1;
        margin-top: 1rem;
    }

    .lx-banner-lirunex-app .lx-banner-lirunex-app-image {
        position: relative;
        z-index: 1;
        margin: 1.5rem 0 0 0;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .lx-banner-lirunex-app .lx-banner-lirunex-app-image img {
        display: block;
        margin: 0;
        max-width: 70%;
        height: auto;
    }

    .lx-banner-lirunex-app .lx-banner-lirunex-app-title .lirunex-app-title {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: 800;
        text-align: center;
        margin: 2rem 0 0;
        font-size: 1.85rem;
        letter-spacing: -0.02em;
        line-height: 1.15;
        background: linear-gradient(
            110deg,
            #ffffff 0%,
            #eaf9fb 30%,
            #ffffff 42%,
            #d5f6fa 50%,
            #ffffff 58%,
            #eaf9fb 70%,
            #ffffff 100%
        );
        background-size: 300% auto;
        -webkit-background-clip: text;
                background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: lxTitleShimmer 7s ease-in-out infinite;
        text-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    }

    .lx-banner-lirunex-app .lx-banner-lirunex-app-title .lirunex-app-subtitle {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        text-align: center;
        color: #f0f6f8;
        font-size: 0.95rem;
        font-weight: 400;
        margin: 0.85rem auto 0;
        max-width: 480px;
        padding: 0;
        letter-spacing: 0.01em;
        line-height: 1.6;
        opacity: 0.95;
    }

    .lx-lirunex-app-second-section {
        margin-top: 5rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .lx-lirunex-app-second-section .lx-lirunex-app-second-section-row {
        display: flex;
        flex-direction: column;
    }

    .lx-lirunex-app-second-section .lx-lirunex-app-content-one-image {
        order: 2;
        margin-top: 2rem;
    }

    .lx-lirunex-app-second-section .lx-lirunex-app-content-one-title {
        order: 1;
    }

    .lx-lirunex-app-second-section .lx-lirunex-app-content-one-image img {
        width: 91%;
        height: auto;
    }

    .lx-lirunex-app-second-section .lirunex-app-title {
        color: #000;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.5;
        margin: 0 1.25rem 0.5rem;
        text-align: center;
    }

    .lx-lirunex-app-second-section .lx-lirunex-app-content-one-subtitle {
        color: #5e6282;
        font-size: 0.875rem;
        line-height: 1.5;
        margin: 1rem 0 0;
        text-align: center;
    }

    .lx-lirunex-app-second-section .lx-lirunex-app-platform {
        margin-top: 3rem;
        align-items: center;
    }

    .lx-lirunex-app-second-section .img-trader {
        display: none;
    }

    .lx-lirunex-app-second-section .lx-app-download {
        position: relative;
        display: grid;
    }

    .lx-lirunex-app-second-section .img-app-store {
        display: block;
        max-width: 180px;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .lx-lirunex-app-second-section .img-google-play {
        display: block;
        max-width: 180px;
        width: 100%;
        height: auto;
        margin: 1rem auto;
    }

    .lx-lirunex-app-third-section {
        margin-top: 5rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .lx-lirunex-app-third-section .lirunex-app-title {
        color: #000;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.5;
        margin: 0 1.25rem 0.5rem;
        text-align: center;
    }

    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-subtitle {
        color: #5e6282;
        font-size: 1rem;
        line-height: 1.5;
        margin: 1rem auto 2rem;
        text-align: center;
    }

    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-description {
        background: #ffffff;
        border-radius: 0.75rem;
        padding: 1.25rem 1.25rem 1.25rem 1.5rem;
        margin-bottom: 1rem;
        border: 1px solid #e8edf2;
        border-left: 3px solid #199caa;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
        transition:
            transform 0.25s ease,
            box-shadow 0.25s ease,
            border-color 0.25s ease;
    }

    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-description:hover {
        transform: translateY(-2px);
        border-left-color: #1eb1c2;
        box-shadow: 0 5px 14px rgba(0, 0, 0, 0.06);
    }

    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-description .description-point-one-title {
        font-size: 1.1rem;
        margin-top: 0;
        margin-bottom: 0.5rem;
        text-align: center;

    }

    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-description .description-point-third-description {
        font-size: 0.85rem;
        margin-bottom: 0;
        margin-top: 0;
    }

     /* .lx-lirunex-app-third-section .row {
        display: flex;
        align-items: center;
    } */

    .lx-lirunex-app-third-section .row {
        display: flex;
        flex-direction: column;
    }

    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-title {
        order: 1;
    }

    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-image {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin: 4rem auto;
        order: 2;
    }

    /* Four section */
    .lx-lirunex-app-four-section {
        position: relative;
        padding: 3rem 0 2rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        background:
            radial-gradient(circle at 15% 20%, rgba(31, 192, 208, 0.18) 0%, transparent 38%),
            radial-gradient(circle at 85% 80%, rgba(30, 177, 194, 0.22) 0%, transparent 42%),
            linear-gradient(to bottom, #0a3438 0%, #0a2f33 40%, #0d6f79 100%);
        overflow: hidden;
        isolation: isolate;
    }

    .lx-lirunex-app-four-section::before,
    .lx-lirunex-app-four-section::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(70px);
        pointer-events: none;
        z-index: 0;
    }

    .lx-lirunex-app-four-section::before {
        top: -120px;
        left: -100px;
        width: 360px;
        height: 360px;
        background: radial-gradient(circle, rgba(31, 192, 208, 0.55), transparent 65%);
        animation: lxMeshDriftA 28s cubic-bezier(0.45, 0, 0.55, 1) infinite;
        will-change: transform;
    }

    .lx-lirunex-app-four-section::after {
        bottom: -130px;
        right: -110px;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(30, 177, 194, 0.6), transparent 65%);
        animation: lxMeshDriftB 36s cubic-bezier(0.45, 0, 0.55, 1) infinite;
        will-change: transform;
    }

    .lx-lirunex-app-four-section > .container {
        position: relative;
        z-index: 1;
    }

    .lx-lirunex-app-four-section .lx-title {
        margin-bottom: 1.5rem;
    }

    .lx-lirunex-app-four-section .mobile-app-title {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 1.5rem;
        font-weight: 800;
        text-align: center;
        margin: 0;
        background: linear-gradient(
            110deg,
            #ffffff 0%,
            #eaf9fb 30%,
            #ffffff 42%,
            #d5f6fa 50%,
            #ffffff 58%,
            #eaf9fb 70%,
            #ffffff 100%
        );
        background-size: 300% auto;
        -webkit-background-clip: text;
                background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: lxTitleShimmer 7s ease-in-out infinite;
        text-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    }

    .lx-lirunex-app-four-section .lx-lirunex-app-description {
        margin-bottom: 1.5rem;
        margin-top: 1rem;
        display: flex;
        flex-direction: column;
    }

    .lx-lirunex-app-four-section .lx-lirunex-app-description > .col-lg-6:first-child {
        order: 2;
        margin-top: 2rem;
    }

    .lx-lirunex-app-four-section .lx-lirunex-app-description > .col-lg-6:nth-child(2),
    .lx-lirunex-app-four-section .lx-lirunex-app-description > .col-md-7 {
        order: 1;
    }

    .lx-lirunex-app-four-section .lx-main-image {
        display: block;
        width: 240px;
        margin: auto;
        filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
    }

    .lx-lirunex-app-four-section .lx-feature-item {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 1rem;
        margin-top: 1rem;
        padding: 1rem 1.1rem;
        align-items: center;
        justify-content: flex-start;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.03) 100%);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 1rem;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition:
            transform 0.3s cubic-bezier(0.22,1,0.36,1),
            background 0.3s ease,
            border-color 0.3s ease,
            box-shadow 0.3s ease;
    }

    .lx-lirunex-app-four-section .lx-feature-item:hover {
        background: rgba(31, 192, 208, 0.08);
        border-color: rgba(31, 192, 208, 0.35);
        box-shadow: 0 10px 24px rgba(31, 192, 208, 0.18);
    }

    .lx-lirunex-app-four-section .lx-feature-item img {
        width: 46px;
        height: 46px;
        flex-shrink: 0;
        margin-right: 0.85rem;
        padding: 0.55rem;
        background: linear-gradient(135deg, rgba(31, 192, 208, 0.25), rgba(30, 177, 194, 0.12));
        border: 1px solid rgba(31, 192, 208, 0.3);
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(31, 192, 208, 0.2);
    }

    .lx-lirunex-app-four-section .lx-feature-item h4 {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 1.05rem;
        font-weight: 700;
        margin: 0 0 0.3rem 0;
        color: #ffffff;
        letter-spacing: -0.01em;
    }

    .lx-lirunex-app-four-section .lx-feature-item p {
        margin: 0;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 0.85rem;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.78);
        font-weight: 400;
    }

    /* Five Section */
    .lx-lirunex-app-five-section {
        background: #ffffff;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        padding: 0;
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account {
        background: #f2f4f8;
        margin: 4rem 1rem;
        border-radius: 1.25rem;
        padding: 3rem 1.25rem 0;
        max-width: 100%;
        position: relative;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        border: 1px solid rgba(31, 192, 208, 0.28);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.9),
            0 2px 4px rgba(0, 0, 0, 0.05),
            0 6px 12px rgba(0, 0, 0, 0.08);
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account::before,
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(50px);
        pointer-events: none;
        z-index: 0;
        will-change: transform;
    }
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account::before {
        width: 200px;
        height: 200px;
        top: -10%;
        right: -10%;
        background: radial-gradient(circle, rgba(31, 192, 208, 0.40) 0%, rgba(31, 192, 208, 0) 70%);
        animation: lxDemoOrbA 16s ease-in-out infinite;
    }
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account::after {
        width: 240px;
        height: 240px;
        bottom: -14%;
        left: -12%;
        background: radial-gradient(circle, rgba(9, 130, 151, 0.26) 0%, rgba(9, 130, 151, 0) 70%);
        animation: lxDemoOrbB 20s ease-in-out infinite;
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account > [class*="col-"] {
        position: relative;
        z-index: 1;
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-demo-content h4 {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 1.45rem;
        font-weight: 800;
        line-height: 1.3;
        margin: 0 0 0.75rem;
        color: #0f2027;
        text-align: center;
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-demo-content p {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 0.875rem;
        line-height: 1.6;
        color: #5d5c5c;
        margin: 0 0 1.25rem;
        text-align: center;
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account-button {
        text-align: center;
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account-button .btn-lx-open-account {
        display: inline-block;
        background-color: #199caa;
        border: 1px solid #199caa;
        color: #fff;
        border-radius: 2rem;
        font-size: 0.9rem;
        font-weight: 600;
        text-decoration: none;
        transition: background 0.25s, border-color 0.25s, transform 0.2s, box-shadow 0.25s;
        width: fit-content;
        padding: 0.55rem 1.5rem;
        position: relative;
        overflow: hidden;
        animation: lxDemoBtnPulse 2.8s ease-in-out infinite;
    }
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account-button .btn-lx-open-account::before {
        content: "";
        position: absolute;
        top: 0;
        left: -120%;
        width: 75%;
        height: 100%;
        background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.45) 50%,
            rgba(255, 255, 255, 0) 100%
        );
        transform: skewX(-22deg);
        transition: left 0.7s ease;
        pointer-events: none;
    }
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account-button .btn-lx-open-account:hover {
        background-color: #1fc0d0;
        border-color: #1fc0d0;
        color: #fff;
        transform: translateY(-2px);
    }
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account-button .btn-lx-open-account:hover::before {
        left: 130%;
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-five-image {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .lx-lirunex-app-five-section .lx-lirunex-app-five-image img,
    .lx-lirunex-app-five-section .lx-lirunex-app-five-image .trading-account-image {
        display: block;
        position: relative;
        width: 100%;
        max-width: 225px;
        left: auto;
        margin: 0 auto 0;
        height: auto;
        border-bottom-right-radius: 1.25rem;
        filter:
            drop-shadow(0 16px 28px rgba(31, 192, 208, 0.20))
            drop-shadow(0 8px 14px rgba(0, 0, 0, 0.10));
    }
}
/* END Mobile view */

/* START Animations (shared across breakpoints) */
@keyframes lxTitleShimmer {
    0%   { background-position: 150% center; }
    100% { background-position: -150% center; }
}

@keyframes lxOrbDriftA {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(60px, 40px) scale(1.15); }
}

@keyframes lxOrbDriftB {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(-70px, -40px) scale(1.18); }
}

/* Mesh-blob drift — Section 4 only. Multi-keyframe organic paths + scale, GPU-accelerated. */
@keyframes lxMeshDriftA {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    25%      { transform: translate3d(80px, 60px, 0) scale(1.1); }
    50%      { transform: translate3d(40px, 110px, 0) scale(1.18); }
    75%      { transform: translate3d(-30px, 50px, 0) scale(1.05); }
}

@keyframes lxMeshDriftB {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    25%      { transform: translate3d(-100px, -80px, 0) scale(1.15); }
    50%      { transform: translate3d(-60px, -140px, 0) scale(1.22); }
    75%      { transform: translate3d(40px, -70px, 0) scale(1.08); }
}

/* Slow halo breathing behind the hero phone — 3rd motion layer */
@keyframes lxHaloPulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    50%      { transform: translate(-50%, -50%) scale(1.12); opacity: 0.85; }
}

@keyframes lxFadeInUp {
    from { opacity: 0; transform: translateY(45px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Banner load-in — staggered fade-up */
.lirunex-app-page .anim-banner-1,
.lirunex-app-page .anim-banner-2,
.lirunex-app-page .anim-banner-3 {
    opacity: 0;
}
.lirunex-app-page .anim-banner-1 { animation: lxFadeInUp 1.4s cubic-bezier(0.22,1,0.36,1) 0.15s both; }
.lirunex-app-page .anim-banner-2 { animation: lxFadeInUp 1.4s cubic-bezier(0.22,1,0.36,1) 0.45s both; }
.lirunex-app-page .anim-banner-3 { animation: lxFadeInUp 1.4s cubic-bezier(0.22,1,0.36,1) 0.75s both; }

/* Title needs both fade-in entry + ongoing shimmer; this override beats the
   3-class banner title rule above so neither animation gets dropped. */
.lx-banner-lirunex-app .lx-banner-lirunex-app-title .lirunex-app-title.anim-banner-1 {
    animation:
        lxFadeInUp 1.4s cubic-bezier(0.22,1,0.36,1) 0.15s both,
        lxTitleShimmer 7s ease-in-out infinite;
}

/* Scroll-triggered base states */
.lirunex-app-page .anim-up,
.lirunex-app-page .anim-left,
.lirunex-app-page .anim-right,
.lirunex-app-page .anim-scale {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.22,1,0.36,1),
                transform 0.8s cubic-bezier(0.22,1,0.36,1);
    will-change: opacity, transform;
}
.lirunex-app-page .anim-up    { transform: translateY(20px); }
.lirunex-app-page .anim-left  { transform: translateX(-24px); }
.lirunex-app-page .anim-right { transform: translateX(24px); }
.lirunex-app-page .anim-scale { transform: scale(0.97); }

/* Restrained float-up for big section containers */
.lirunex-app-page .anim-float-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 1s cubic-bezier(0.22,1,0.36,1),
                transform 1s cubic-bezier(0.22,1,0.36,1);
    will-change: opacity, transform;
}
.lirunex-app-page .anim-float-up.is-visible {
    opacity: 1;
    transform: none;
}

.lirunex-app-page .anim-d1 { transition-delay: 0.15s; }
.lirunex-app-page .anim-d2 { transition-delay: 0.30s; }
.lirunex-app-page .anim-d3 { transition-delay: 0.45s; }
.lirunex-app-page .anim-d4 { transition-delay: 0.60s; }

.lirunex-app-page .anim-up.is-visible,
.lirunex-app-page .anim-left.is-visible,
.lirunex-app-page .anim-right.is-visible,
.lirunex-app-page .anim-scale.is-visible {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .lirunex-app-page .anim-banner-1,
    .lirunex-app-page .anim-banner-2,
    .lirunex-app-page .anim-banner-3 {
        animation: none;
        opacity: 1;
    }
    .lirunex-app-page .anim-up,
    .lirunex-app-page .anim-left,
    .lirunex-app-page .anim-right,
    .lirunex-app-page .anim-scale,
    .lirunex-app-page .anim-float-up {
        transition: none;
        opacity: 1;
        transform: none;
    }
    .lx-banner-lirunex-app::before,
    .lx-banner-lirunex-app::after,
    .lx-banner-lirunex-app .lx-banner-lirunex-app-title .lirunex-app-title,
    .lx-lirunex-app-four-section::before,
    .lx-lirunex-app-four-section::after,
    .lx-lirunex-app-four-section .lx-lirunex-app-description > .col-lg-6:first-child::before,
    .lx-lirunex-app-four-section .mobile-app-title {
        animation: none !important;
    }
}
/* END Animations */

/* START Shared enhancements (apply across all breakpoints) */

/* Smoother anchor scrolling */
html {
    scroll-behavior: smooth;
}

/* Section 2 / 3 titles — heavier, tighter tracking, brand dark */
.lx-lirunex-app-second-section .lirunex-app-title,
.lx-lirunex-app-third-section .lirunex-app-title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1a1a1a;
}

/* Section 2 / 3 subtitles — softer color, better leading */
.lx-lirunex-app-second-section .lx-lirunex-app-content-one-subtitle,
.lx-lirunex-app-third-section .lx-lirunex-app-content-third-subtitle {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #5d5c5c;
    line-height: 1.5;
}

/* Phone screenshots — tight neutral drop-shadow + hover lift */
.lx-lirunex-app-second-section .lx-lirunex-app-content-one-image img,
.lx-lirunex-app-third-section .lx-lirunex-app-content-third-image .img-lirunex-app,
.lx-lirunex-app-five-section .lx-lirunex-app-five-image .trading-account-image {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.12));
    transition: filter 0.3s ease, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Video element variant of the phone screenshot — explicit sizing, no border/shadow */
.lx-lirunex-app-third-section .lx-lirunex-app-content-third-image video.img-lirunex-app,
.lx-lirunex-app-four-section video.lx-main-image {
    max-width: 100%;
    height: auto;
    display: block;
    filter: none;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
}

.lx-lirunex-app-four-section video.lx-main-image {
    margin: auto;
}

.lx-lirunex-app-third-section .lx-lirunex-app-content-third-image video.img-lirunex-app:hover {
    filter: none;
    transform: none;
}

.lx-lirunex-app-second-section .lx-lirunex-app-content-one-image img:hover,
.lx-lirunex-app-third-section .lx-lirunex-app-content-third-image .img-lirunex-app:hover {
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.16));
    transform: translateY(-4px);
}

/* QR / install code — tight card framing */
.lx-lirunex-app-second-section .img-trader {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    padding: 0.5rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.3s ease;
}

.lx-lirunex-app-second-section .img-trader:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

/* App Store / Google Play badges — subtle hover lift */
.lx-lirunex-app-second-section .img-app-store,
.lx-lirunex-app-second-section .img-google-play,
.lx-lirunex-app-four-section .img-app-store,
.lx-lirunex-app-four-section .img-google-play {
    transition: transform 0.25s ease, filter 0.25s ease;
}

.lx-lirunex-app-second-section .img-app-store:hover,
.lx-lirunex-app-second-section .img-google-play:hover,
.lx-lirunex-app-four-section .img-app-store:hover,
.lx-lirunex-app-four-section .img-google-play:hover {
    transform: translateY(-3px);
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.18));
}

/* Section 4 store-button row — centered horizontally under the hero phone */
.lx-lirunex-app-four-section .lx-mobile-app-stores {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
    flex-wrap: wrap;
}

.lx-lirunex-app-four-section .lx-mobile-app-stores .img-app-store,
.lx-lirunex-app-four-section .lx-mobile-app-stores .img-google-play {
    display: block;
    max-width: 160px;
    height: auto;
}

/* Why-choose feature card — refined typography inside */
.lx-lirunex-app-third-section .lx-lirunex-app-content-third-description .description-point-one-title {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #1a1a1a;
}

.lx-lirunex-app-third-section .lx-lirunex-app-content-third-description .description-point-third-description,
.lx-lirunex-app-third-section .lx-lirunex-app-content-third-description p {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #5d5c5c;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

/* Reduced-motion: kill the hover transitions added above */
@media (prefers-reduced-motion: reduce) {
    .lx-lirunex-app-second-section .lx-lirunex-app-content-one-image img,
    .lx-lirunex-app-third-section .lx-lirunex-app-content-third-image .img-lirunex-app,
    .lx-lirunex-app-five-section .lx-lirunex-app-five-image .trading-account-image,
    .lx-lirunex-app-second-section .img-trader,
    .lx-lirunex-app-second-section .img-app-store,
    .lx-lirunex-app-second-section .img-google-play,
    .lx-lirunex-app-five-section .lx-lirunex-app-demo-account-button .btn-lx-open-account {
        transition: none;
    }
}
/* END Shared enhancements */

/* START Section 4 — clean professional dark section (shared across breakpoints) */

/* Modern professional dark background — layered gradient mesh + subtle noise texture */
.lx-lirunex-app-four-section {
    background-image:
        /* Subtle film-grain noise for premium feel */
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"),
        /* Layered gradient mesh — 4 soft blobs at strategic positions */
        radial-gradient(circle at 18% 22%, rgba(31, 192, 208, 0.30) 0%, transparent 38%),
        radial-gradient(circle at 80% 18%, rgba(30, 177, 194, 0.18) 0%, transparent 30%),
        radial-gradient(circle at 88% 78%, rgba(31, 192, 208, 0.28) 0%, transparent 38%),
        radial-gradient(circle at 28% 82%, rgba(30, 177, 194, 0.16) 0%, transparent 34%),
        /* Refined diagonal base — sophisticated teal blend */
        linear-gradient(135deg, #0a3a42 0%, #082c33 50%, #0d5862 100%);
    background-size: 140px 140px, auto, auto, auto, auto, auto;
    background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
    box-shadow: inset 0 1px 0 rgba(31, 192, 208, 0.3);
}

/* Subtle radial halo behind the hero phone */
.lx-lirunex-app-four-section .lx-lirunex-app-description > .col-lg-6:first-child {
    position: relative;
}

.lx-lirunex-app-four-section .lx-lirunex-app-description > .col-lg-6:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 380px;
    height: 380px;
    max-width: 90%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 192, 208, 0.22) 0%, transparent 65%);
    transform: translate(-50%, -50%);
    z-index: 0;
    pointer-events: none;
    animation: lxHaloPulse 9s ease-in-out infinite;
    will-change: transform, opacity;
}

.lx-lirunex-app-four-section .lx-lirunex-app-description > .col-lg-6:first-child .lx-main-image,
.lx-lirunex-app-four-section .lx-lirunex-app-description > .col-lg-6:first-child > video {
    position: relative;
    z-index: 1;
}

/* Cleaner feature-card hover — subtle background tint, no horizontal shift */
.lx-lirunex-app-four-section .lx-feature-item:hover {
    transform: translateY(-2px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.05) 100%);
    border-color: rgba(31, 192, 208, 0.4);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.25);
}

.lx-lirunex-app-four-section .lx-feature-item:hover img {
    transform: none;
    border-color: rgba(31, 192, 208, 0.45);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}
/* END Section 4 — clean professional dark section */