/* START Desktop view */
@media (min-width: 1201px) {
    /* ============================ Banner ============================ */
    .lx-banner-ib {
        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;
    }

    .lx-banner-ib .row {
        min-height: calc(28rem - 5rem);
        align-items: stretch;
    }

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

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

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

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

    .lx-banner-ib .lx-banner-ib-title .ib-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: lxIbTitleShimmer 11s ease-in-out infinite;
        text-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    }

    .lx-banner-ib .lx-banner-ib-title .ib-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-banner-ib .lx-banner-ib-image {
        position: relative;
        z-index: 1;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .lx-banner-ib .lx-banner-ib-image img {
        display: block;
        margin: 0;
        max-width: 94%;
        height: auto;
    }

    /* ============================ Section 2 — Intro ============================ */
    .lx-ib-second-section {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        margin-top: 5rem;
    }

    .lx-ib-second-section .lx-ib-second-section-content p {
        color: #5d5c5c;
        font-weight: 400;
        font-size: 1.1rem;
        line-height: 1.6;
        text-align: center;
        margin: 0;
    }

    /* ============================ Section 3 — Why join ============================ */
    .lx-ib-third-section {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        margin-top: 5rem;
    }

    .lx-ib-third-section .lx-ib-third-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 2rem;
    }

    .lx-ib-third-section .lx-ib-third-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lx-ib-third-section .lx-ib-third-img img {
        display: block;
        max-width: 75%;
        border-radius: 0.8rem;
    }

    .lx-ib-third-section .lx-ib-third-content h3 {
        color: #1a1a1a;
        font-weight: 800;
        font-size: 2.8rem;
        /* letter-spacing: -0.02em; */
        line-height: 1.3;
        text-align: left;
        margin: 5rem 0 0;
    }

    .lx-ib-third-section .lx-ib-third-content p {
        color: #5d5c5c;
        font-weight: 400;
        font-size: 1.1rem;
        text-align: left;
        margin: 1rem 0 1.5rem;
    }

    /* Numbered list with cyan circular badges */
    .lx-ib-third-section .lx-ib-third-point {
        list-style: none;
        counter-reset: ib-step;
        padding: 0;
        margin: 0;
    }

    .lx-ib-third-section .lx-ib-third-point li {
        counter-increment: ib-step;
        position: relative;
        padding: 0.5rem 0 0.5rem 2.85rem;
        color: #1a1a1a;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 500;
    }

    .lx-ib-third-section .lx-ib-third-point li::before {
        content: counter(ib-step);
        position: absolute;
        left: 0;
        top: 0.45rem;
        width: 2rem;
        height: 2rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #1eb1c2 0%, #199caa 100%);
        color: #ffffff;
        border-radius: 50%;
        font-size: 0.85rem;
        font-weight: 700;
        box-shadow: 0 4px 12px rgba(31, 192, 208, 0.30);
    }

    /* ============================ Section 4 — Benefits ============================ */
    .lx-ib-four-section {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        margin-top: 5rem;
    }

    .lx-ib-four-section .lx-ib-four-title {
        text-align: center;
    }

    .lx-ib-four-section .lx-ib-four-title h3 {
        color: #1a1a1a;
        font-weight: 800;
        font-size: 2.5rem;
        letter-spacing: -0.02em;
        line-height: 1.3;
        margin: 0;
    }

    .lx-ib-four-section .lx-ib-four-title p {
        color: #5d5c5c;
        font-size: 1.05rem;
        line-height: 1.6;
        margin: 1rem 0 0;
    }

    .lx-ib-four-container-one,
    .lx-ib-four-container-two {
        display: flex;
        align-items: center;
        margin-top: 4rem;
        gap: 2rem;
    }

    .lx-ib-four-container-one > div,
    .lx-ib-four-container-two > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* Feature blocks with cyan accent bar */
    .lx-ib-content-one,
    .lx-ib-content-two,
    .lx-ib-content-three,
    .lx-ib-content-four,
    .lx-ib-content-five,
    .lx-ib-content-six {
        position: relative;
        padding: 1rem 0 1rem 1.25rem;
        margin-bottom: 1.25rem;
        border-left: 3px solid rgba(31, 192, 208, 0.25);
        transition:
            border-color 0.55s cubic-bezier(0.22, 1, 0.36, 1),
            transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .lx-ib-content-one:hover,
    .lx-ib-content-two:hover,
    .lx-ib-content-three:hover,
    .lx-ib-content-four:hover,
    .lx-ib-content-five:hover,
    .lx-ib-content-six:hover {
        border-left-color: #1eb1c2;
        transform: translateX(3px);
    }

    .lx-ib-content-one h4,
    .lx-ib-content-two h4,
    .lx-ib-content-three h4,
    .lx-ib-content-four h4,
    .lx-ib-content-five h4,
    .lx-ib-content-six h4 {
        color: #1a1a1a;
        font-weight: 700;
        font-size: 1.35rem;
        letter-spacing: -0.01em;
        line-height: 1.35;
        margin: 0 0 0.5rem 0;
    }

    .lx-ib-content-one p,
    .lx-ib-content-two p,
    .lx-ib-content-three p,
    .lx-ib-content-four p,
    .lx-ib-content-five p,
    .lx-ib-content-six p {
        color: #5d5c5c;
        font-size: 0.95rem;
        line-height: 1.6;
        margin: 0;
    }

    .lx-ib-four-container-one-img,
    .lx-ib-four-container-two-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lx-ib-four-container-one-img img,
    .lx-ib-four-container-two-img img {
        max-width: 100%;
        height: auto;
        display: block;
        border-radius: 0.8rem;
    }

    /* ============================ Section 5 — Referral CTA card ============================ */
    .lx-ib-five-section {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        margin: 5rem 0;
    }

    .lx-ib-five-section .lx-ib-five-container {
        position: relative;
        background: #f3f4f8;
        display: flex;
        align-items: center;
        border-radius: 2rem;
        overflow: hidden;
        border: 1px solid #e8edf2;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.9),
            0 2px 4px rgba(0, 0, 0, 0.04),
            0 6px 12px rgba(0, 0, 0, 0.06);
        isolation: isolate;
    }

    .lx-ib-five-section .lx-ib-five-content {
        padding: 3rem 2rem 3rem 3rem;
    }

    .lx-ib-five-section .lx-ib-five-content h4 {
        color: #0f2027;
        font-size: 2rem;
        letter-spacing: -0.02em;
        line-height: 1.25;
        font-weight: 800;
        text-align: left;
        margin: 0;
    }

    .lx-ib-five-section .lx-ib-five-content p {
        color: #5d5c5c;
        font-size: 1rem;
        line-height: 1.6;
        font-weight: 400;
        text-align: left;
        margin: 1rem 0 1.5rem;
    }

    .lx-ib-five-section .lx-ib-five-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lx-ib-five-section .lx-ib-five-img img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .lx-ib-five-section .lx-ib-five-tnc {
        text-align: center;
        color: #5d5c5c;
        font-size: 0.85rem;
        font-weight: 400;
        margin-top: 2rem;
        line-height: 1.6;
    }

    .lx-ib-five-section .lx-ib-five-tnc a {
        color: #199caa;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.2s ease;
    }

    .lx-ib-five-section .lx-ib-five-tnc a:hover {
        color: #157f8b;
        text-decoration: underline;
    }

}
/* END Desktop view */


/* START Tablet view */
@media (min-width: 768px) and (max-width: 1200px) {
    /* ============================ Banner ============================ */
    .lx-banner-ib {
        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-ib .row {
        min-height: calc(20rem - 3rem);
        align-items: stretch;
    }

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

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

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

    .lx-banner-ib .lx-banner-ib-title {
        position: relative;
        z-index: 1;
        margin-top: 1rem;
        text-align: center;
    }

    .lx-banner-ib .lx-banner-ib-title .ib-title {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: 800;
        text-align: center;
        margin: 2rem 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: lxIbTitleShimmer 11s ease-in-out infinite;
        text-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
    }

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

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

    .lx-banner-ib .lx-banner-ib-image img {
        display: block;
        margin: 0;
        max-width: 71%;
        height: auto;
        filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.25));
        will-change: transform;
    }

    /* ============================ Section 2 ============================ */
    .lx-ib-second-section {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        margin-top: 4rem;
    }

    .lx-ib-second-section .lx-ib-second-section-content p {
        color: #5d5c5c;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.6;
        text-align: center;
        margin: 0;
    }

    /* ============================ Section 3 ============================ */
    .lx-ib-third-section {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        margin-top: 4rem;
    }

    .lx-ib-third-section .lx-ib-third-container {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .lx-ib-third-section .lx-ib-third-img {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .lx-ib-third-section .lx-ib-third-img img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }

    .lx-ib-third-section .lx-ib-third-content h3 {
        color: #1a1a1a;
        font-weight: 800;
        font-size: 1.75rem;
        line-height: 1.3;
        text-align: left;
        margin: 0;
    }

    .lx-ib-third-section .lx-ib-third-content p {
        color: #5d5c5c;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.6;
        text-align: left;
        margin: 0.85rem 0 1.25rem;
    }

    .lx-ib-third-section .lx-ib-third-point {
        list-style: none;
        counter-reset: ib-step;
        padding: 0;
        margin: 0;
    }

    .lx-ib-third-section .lx-ib-third-point li {
        counter-increment: ib-step;
        position: relative;
        padding: 1rem 0 1rem 3.5rem;
        color: #1a1a1a;
        font-size: 0.8rem;
        line-height: 1.5;
        font-weight: 500;
    }

    .lx-ib-third-section .lx-ib-third-point li::before {
        content: counter(ib-step);
        position: absolute;
        left: 0;
        top: 0.4rem;
        width: 1.85rem;
        height: 1.85rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #1eb1c2 0%, #199caa 100%);
        color: #ffffff;
        border-radius: 50%;
        font-size: 0.8rem;
        font-weight: 700;
        box-shadow: 0 4px 12px rgba(31, 192, 208, 0.30);
    }

    /* ============================ Section 4 ============================ */
    .lx-ib-four-section {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        margin-top: 4rem;
    }

    .lx-ib-four-section .lx-ib-four-title {
        text-align: center;
    }

    .lx-ib-four-section .lx-ib-four-title h3 {
        color: #1a1a1a;
        font-weight: 800;
        font-size: 2rem;
        letter-spacing: -0.02em;
        line-height: 1.3;
        margin: 0;
    }

    .lx-ib-four-section .lx-ib-four-title p {
        color: #5d5c5c;
        font-size: 1rem;
        line-height: 1.6;
        margin: 0.85rem 0 0;
    }

    .lx-ib-four-container-one,
    .lx-ib-four-container-two {
        display: flex;
        align-items: center;
        margin-top: 3rem;
        gap: 1.5rem;
    }

    .lx-ib-four-container-one > div,
    .lx-ib-four-container-two > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .lx-ib-content-one,
    .lx-ib-content-two,
    .lx-ib-content-three,
    .lx-ib-content-four,
    .lx-ib-content-five,
    .lx-ib-content-six {
        position: relative;
        padding: 0.85rem 0 0.85rem 1rem;
        margin-bottom: 1rem;
        border-left: 3px solid rgba(31, 192, 208, 0.25);
    }

    .lx-ib-content-one h4,
    .lx-ib-content-two h4,
    .lx-ib-content-three h4,
    .lx-ib-content-four h4,
    .lx-ib-content-five h4,
    .lx-ib-content-six h4 {
        color: #1a1a1a;
        font-weight: 700;
        font-size: 1rem !important;
        letter-spacing: -0.01em;
        line-height: 1.35;
        margin: 0 0 0.4rem 0;
    }

    .lx-ib-content-one p,
    .lx-ib-content-two p,
    .lx-ib-content-three p,
    .lx-ib-content-four p,
    .lx-ib-content-five p,
    .lx-ib-content-six p {
        color: #5d5c5c;
        font-size: 0.8rem;
        line-height: 1.6;
        margin: 0;
    }

    .lx-ib-four-container-one-img,
    .lx-ib-four-container-two-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lx-ib-four-container-one-img img,
    .lx-ib-four-container-two-img img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    /* ============================ Section 5 ============================ */
    .lx-ib-five-section {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        margin: 5rem 1rem 3rem;
    }

    .lx-ib-five-section .lx-ib-five-container {
        position: relative;
        background: #f3f4f8;
        display: flex;
        align-items: center;
        border-radius: 2rem;
        overflow: hidden;
        border: 1px solid #e8edf2;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.9),
            0 2px 4px rgba(0, 0, 0, 0.04),
            0 6px 12px rgba(0, 0, 0, 0.06);
        isolation: isolate;
    }

    .lx-ib-five-section .lx-ib-five-content {
        padding: 4rem 1.5rem 4rem 2.5rem;
    }

    .lx-ib-five-section .lx-ib-five-content h4 {
        color: #0f2027;
        font-size: 1.65rem;
        letter-spacing: -0.02em;
        line-height: 1.25;
        font-weight: 800;
        text-align: left;
        margin: 0;
    }

    .lx-ib-five-section .lx-ib-five-content p {
        color: #5d5c5c;
        font-size: 0.95rem;
        line-height: 1.6;
        font-weight: 400;
        text-align: left;
        margin: 0.85rem 0 1.25rem;
    }

    .lx-ib-five-section .lx-ib-five-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lx-ib-five-section .lx-ib-five-img img {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .lx-ib-five-section .lx-ib-five-tnc {
        text-align: center;
        color: #5d5c5c;
        font-size: 0.8rem;
        font-weight: 400;
        margin-top: 1.75rem;
        line-height: 1.6;
    }

    .lx-ib-five-section .lx-ib-five-tnc a {
        color: #199caa;
        text-decoration: none;
        font-weight: 500;
    }

    .lx-ib-five-section .lx-ib-five-tnc a:hover {
        color: #157f8b;
        text-decoration: underline;
    }
}
/* END Tablet view */


/* START Mobile view */
@media (max-width: 767px) {
    /* ============================ Banner ============================ */
    .lx-banner-ib {
        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-ib::before,
    .lx-banner-ib::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(50px);
        pointer-events: none;
        z-index: 0;
    }

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

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

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

    .lx-banner-ib .lx-banner-ib-title .ib-title {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-weight: 800;
        text-align: center;
        margin: 1rem 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: lxIbTitleShimmer 11s ease-in-out infinite;
        text-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    }

    .lx-banner-ib .lx-banner-ib-title .ib-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 0.5rem;
        letter-spacing: 0.01em;
        line-height: 1.6;
        opacity: 0.95;
    }

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

    .lx-banner-ib .lx-banner-ib-image img {
        display: block;
        margin: 0;
        max-width: 80%;
        height: auto;
        filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.25));
        will-change: transform;
    }

    /* ============================ Section 2 ============================ */
    .lx-ib-second-section {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        margin-top: 3rem;
    }

    .lx-ib-second-section .lx-ib-second-section-content p {
        color: #5d5c5c;
        font-weight: 400;
        font-size: 0.95rem;
        line-height: 1.6;
        text-align: center;
        margin: 0;
    }

    /* ============================ Section 3 ============================ */
    .lx-ib-third-section {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        margin-top: 3rem;
    }

    .lx-ib-third-section .lx-ib-third-container {
        display: flex;
        flex-wrap: wrap;
    }

    .lx-ib-third-section .lx-ib-third-img {
        display: flex;
        justify-content: center;
        align-items: center;
        order: 2;
        margin-top: 1.5rem;
    }

    .lx-ib-third-section .lx-ib-third-img img {
        display: block;
        margin: 0 auto;
        max-width: 80%;
        height: auto;
    }

    .lx-ib-third-section .lx-ib-third-content {
        order: 1;
    }

    .lx-ib-third-section .lx-ib-third-content h3 {
        color: #1a1a1a;
        font-weight: 800;
        font-size: 1.6rem;
        letter-spacing: -0.02em;
        line-height: 1.3;
        text-align: center;
        margin: 0;
    }

    .lx-ib-third-section .lx-ib-third-content p {
        color: #5d5c5c;
        font-weight: 400;
        font-size: 0.95rem;
        line-height: 1.6;
        text-align: center;
        margin: 0.85rem 0 1rem;
    }

    .lx-ib-third-section .lx-ib-third-point {
        list-style: none;
        counter-reset: ib-step;
        padding: 0;
        margin: 0;
    }

    .lx-ib-third-section .lx-ib-third-point li {
        counter-increment: ib-step;
        position: relative;
        padding: 0.4rem 0 0.4rem 2.5rem;
        color: #1a1a1a;
        font-size: 0.9rem;
        line-height: 1.5;
        font-weight: 500;
    }

    .lx-ib-third-section .lx-ib-third-point li::before {
        content: counter(ib-step);
        position: absolute;
        left: 0;
        top: 0.35rem;
        width: 1.75rem;
        height: 1.75rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, #1eb1c2 0%, #199caa 100%);
        color: #ffffff;
        border-radius: 50%;
        font-size: 0.75rem;
        font-weight: 700;
        box-shadow: 0 4px 12px rgba(31, 192, 208, 0.30);
    }

    /* ============================ Section 4 ============================ */
    .lx-ib-four-section {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        margin-top: 5rem;
    }

    .lx-ib-four-section .lx-ib-four-title {
        text-align: center;
    }

    .lx-ib-four-section .lx-ib-four-title h3 {
        color: #1a1a1a;
        font-weight: 800;
        font-size: 1.65rem;
        letter-spacing: -0.02em;
        line-height: 1.3;
        margin: 0;
    }

    .lx-ib-four-section .lx-ib-four-title p {
        color: #5d5c5c;
        font-size: 0.95rem;
        line-height: 1.6;
        margin: 0.85rem 0 0;
    }

    .lx-ib-four-container-one,
    .lx-ib-four-container-two {
        display: flex;
        flex-wrap: wrap;
        margin-top: 2rem;
    }

    .lx-ib-content-one,
    .lx-ib-content-two,
    .lx-ib-content-three,
    .lx-ib-content-four,
    .lx-ib-content-five,
    .lx-ib-content-six {
        position: relative;
        padding: 0.85rem 0 0.85rem 1rem;
        margin-bottom: 1rem;
        border-left: 3px solid rgba(31, 192, 208, 0.25);
    }

    .lx-ib-content-one h4,
    .lx-ib-content-two h4,
    .lx-ib-content-three h4,
    .lx-ib-content-four h4,
    .lx-ib-content-five h4,
    .lx-ib-content-six h4 {
        color: #1a1a1a;
        font-weight: 700;
        font-size: 1.15rem;
        letter-spacing: -0.01em;
        line-height: 1.35;
        margin: 0 0 0.4rem 0;
    }

    .lx-ib-content-one p,
    .lx-ib-content-two p,
    .lx-ib-content-three p,
    .lx-ib-content-four p,
    .lx-ib-content-five p,
    .lx-ib-content-six p {
        color: #5d5c5c;
        font-size: 0.9rem;
        line-height: 1.6;
        margin: 0;
    }

    .lx-ib-four-container-one-img,
    .lx-ib-four-container-two-img {
        display: block;
        order: 1;
        text-align: center;
    }

    .lx-ib-four-container-one-img img,
    .lx-ib-four-container-two-img img {
        max-width: 80%;
        height: auto;
        display: inline-block;
    }

    .lx-ib-four-container-one-content,
    .lx-ib-four-container-two-content {
        order: 2;
        margin-top: 2rem;
    }

    /* ============================ Section 5 ============================ */
    .lx-ib-five-section {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        margin: 5rem 1rem 3rem;
    }

    .lx-ib-five-section .lx-ib-five-container {
        position: relative;
        background: #f3f4f8;
        display: block;
        border-radius: 1.25rem;
        overflow: hidden;
        border: 1px solid #e8edf2;
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.06);
        isolation: isolate;
    }


    .lx-ib-five-section .lx-ib-five-content {
        padding: 2rem 1.25rem 0;
    }

    .lx-ib-five-section .lx-ib-five-content h4 {
        color: #0f2027;
        font-size: 1.4rem;
        letter-spacing: -0.02em;
        line-height: 1.3;
        font-weight: 800;
        text-align: center;
        margin: 0;
    }

    .lx-ib-five-section .lx-ib-five-content p {
        color: #5d5c5c;
        font-size: 0.9rem;
        line-height: 1.6;
        font-weight: 400;
        text-align: center;
        margin: 0.85rem 0 1.25rem;
    }

    .lx-ib-five-section .lx-ib-five-button {
        text-align: center;
    }

    .lx-ib-five-section .lx-ib-five-img {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1.5rem 1.25rem 2rem;
    }

    .lx-ib-five-section .lx-ib-five-img img {
        display: block;
        max-width: 80%;
        height: auto;
    }

    .lx-ib-five-section .lx-ib-five-tnc {
        text-align: center;
        color: #5d5c5c;
        font-size: 0.8rem;
        font-weight: 400;
        margin-top: 1.5rem;
        line-height: 1.6;
        padding: 0 0.5rem;
    }

    .lx-ib-five-section .lx-ib-five-tnc a {
        color: #199caa;
        text-decoration: none;
        font-weight: 500;
    }

    .lx-ib-five-section .lx-ib-five-tnc a:hover {
        color: #157f8b;
        text-decoration: underline;
    }
}
/* END Mobile view */


/* ============================ Animations (shared) ============================ */
@keyframes lxIbTitleShimmer {
    0%   { background-position: 150% center; }
    100% { background-position: -150% center; }
}

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

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

@keyframes lxIbBannerFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-12px); }
}

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

@media (prefers-reduced-motion: reduce) {
    .lx-banner-ib::before,
    .lx-banner-ib::after,
    .lx-banner-ib .lx-banner-ib-title .ib-title,
    .lx-banner-ib .lx-banner-ib-image img {
        animation: none !important;
    }
}


/* ================================================================
   ENGAGEMENT LAYER — scroll animations + interactive enhancements
   ================================================================ */

/* Banner load-in — staggered fade-up (fires on page load, no IO) */
.lx-ib-page .anim-banner-1,
.lx-ib-page .anim-banner-2,
.lx-ib-page .anim-banner-3 {
    opacity: 0;
}
.lx-ib-page .anim-banner-1 { animation: lxIbFadeInUp 1.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both; }
.lx-ib-page .anim-banner-2 { animation: lxIbFadeInUp 1.8s cubic-bezier(0.22, 1, 0.36, 1) 0.6s both; }
.lx-ib-page .anim-banner-3 { animation: lxIbFadeInUp 1.8s cubic-bezier(0.22, 1, 0.36, 1) 1s both; }

/* Title carries both fade-in and the ongoing shimmer concurrently. */
.lx-ib-page .lx-banner-ib .lx-banner-ib-title .ib-title.anim-banner-1 {
    animation:
        lxIbFadeInUp 1.8s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both,
        lxIbTitleShimmer 11s ease-in-out infinite;
}

/* Scroll-triggered base states — long, smooth ease-out so they glide in */
.lx-ib-page .anim-up,
.lx-ib-page .anim-left,
.lx-ib-page .anim-right,
.lx-ib-page .anim-scale {
    opacity: 0;
    transition:
        opacity 1.2s cubic-bezier(0.22, 1, 0.36, 1),
        transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}
.lx-ib-page .anim-up    { transform: translateY(24px); }
.lx-ib-page .anim-left  { transform: translateX(-28px); }
.lx-ib-page .anim-right { transform: translateX(28px); }
.lx-ib-page .anim-scale { transform: scale(0.97); }

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

.lx-ib-page .anim-d1 { transition-delay: 0.2s; }
.lx-ib-page .anim-d2 { transition-delay: 0.4s; }
.lx-ib-page .anim-d3 { transition-delay: 0.6s; }
.lx-ib-page .anim-d4 { transition-delay: 0.8s; }


/* ================================================================
   Section 2 — Pull-quote treatment with decorative quote marks
   ================================================================ */
/* The col fills the row; the inner <p> is the constrained, centered pull-quote
   and carries the decorative quote marks so they hug the actual text. */
.lx-ib-page .lx-ib-second-section .lx-ib-second-section-content {
    display: flex;
    justify-content: center;
    padding: 2.5rem 0;
}

.lx-ib-page .lx-ib-second-section .lx-ib-second-section-content p {
    position: relative;
    max-width: 95%;
    margin: 0;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 400;
    color: #5d5c5c;
    text-align: center;
    isolation: isolate;
}

.lx-ib-page .lx-ib-second-section .lx-ib-second-section-content p::before,
.lx-ib-page .lx-ib-second-section .lx-ib-second-section-content p::after {
    position: absolute;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 5.5rem;
    line-height: 1;
    color: rgba(31, 192, 208, 0.22);
    pointer-events: none;
    z-index: -1;
}

.lx-ib-page .lx-ib-second-section .lx-ib-second-section-content p::before {
    content: "\201C";
    top: -1rem;
    left: -0.5rem;
}

.lx-ib-page .lx-ib-second-section .lx-ib-second-section-content p::after {
    content: "\201D";
    bottom: -2.75rem;
    right: -0.5rem;
}

@media (max-width: 1200px) {
    .lx-ib-page .lx-ib-second-section .lx-ib-second-section-content {
        padding: 0 1rem;
    }
    .lx-ib-page .lx-ib-second-section .lx-ib-second-section-content p {
        max-width: 600px;
        padding: 0 1rem;
        font-size: 1.05rem;
    }
    .lx-ib-page .lx-ib-second-section .lx-ib-second-section-content p::before,
    .lx-ib-page .lx-ib-second-section .lx-ib-second-section-content p::after {
        font-size: 4.5rem;
    }
}

@media (max-width: 767px) {
    .lx-ib-page .lx-ib-second-section .lx-ib-second-section-content {
        padding: 1.75rem 0.5rem;
    }
    .lx-ib-page .lx-ib-second-section .lx-ib-second-section-content p {
        max-width: 100%;
        padding: 0.85rem 1.25rem;
        font-size: 0.95rem;
    }
    .lx-ib-page .lx-ib-second-section .lx-ib-second-section-content p::before,
    .lx-ib-page .lx-ib-second-section .lx-ib-second-section-content p::after {
        font-size: 3.5rem;
    }
    .lx-ib-page .lx-ib-second-section .lx-ib-second-section-content p::before {
        top: -0.5rem;
        left: 0;
    }
    .lx-ib-page .lx-ib-second-section .lx-ib-second-section-content p::after {
        bottom: -1.75rem;
        right: 0;
    }
}


/* ================================================================
   Section 3 — Numbered list as 2x2 STEP CARD GRID
   ================================================================ */
.lx-ib-page .lx-ib-third-section .lx-ib-third-point {
    list-style: none;
    counter-reset: ib-step;
    padding: 0;
    margin: 1rem 0 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
}

.lx-ib-page .lx-ib-third-section .lx-ib-third-point li {
    counter-increment: ib-step;
    position: relative;
    padding: 1.1rem 1rem 1.1rem 3.5rem;
    background: #ffffff;
    border: 1px solid #e8edf2;
    border-radius: 0.6rem;
    color: #1a1a1a;
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 500;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.lx-ib-page .lx-ib-third-section .lx-ib-third-point li:hover {
    transform: translateY(-3px);
    border-color: rgba(31, 192, 208, 0.4);
    box-shadow: 0 12px 28px rgba(31, 192, 208, 0.12);
}

/* Override the existing ::before — pinned to the top-left of the card */
.lx-ib-page .lx-ib-third-section .lx-ib-third-point li::before {
    content: counter(ib-step);
    position: absolute;
    left: 0.95rem;
    top: 1.05rem;
    transform: none;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1eb1c2 0%, #199caa 100%);
    color: #ffffff;
    border-radius: 50%;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(31, 192, 208, 0.30);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.lx-ib-page .lx-ib-third-section .lx-ib-third-point li:hover::before {
    transform: scale(1.08) rotate(-4deg);
}

@media (max-width: 767px) {
    .lx-ib-page .lx-ib-third-section .lx-ib-third-point {
        grid-template-columns: 1fr;
    }
}


/* ================================================================
   Section 4 — Feature blocks as glassy hover cards with icon chips
   ================================================================ */
.lx-ib-page .lx-ib-content-one,
.lx-ib-page .lx-ib-content-two,
.lx-ib-page .lx-ib-content-three,
.lx-ib-page .lx-ib-content-four,
.lx-ib-page .lx-ib-content-five,
.lx-ib-page .lx-ib-content-six {
    position: relative;
    /* Grid: icon column (auto width) + text column (fills rest); icon spans
       both rows so it stays vertically centered against title + desc. */
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        "icon title"
        "icon desc";
    column-gap: 1rem;
    align-items: start;
    background: linear-gradient(180deg, #ffffff 0%, #fafcfd 100%);
    border: 1px solid #e8edf2;
    border-left: 3px solid rgba(31, 192, 208, 0.35);
    border-radius: 0.85rem;
    padding: 1rem 1.25rem;
    margin-bottom: 0.85rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transition:
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.55s ease,
        box-shadow 0.55s ease;
}

/* Icon spans the full card height in column 1; h4 + p stack in column 2 */
.lx-ib-page .lx-ib-content-icon {
    grid-area: icon;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.65rem;
    background: linear-gradient(135deg, #1eb1c2 0%, #199caa 100%);
    color: #ffffff;
    font-size: 1.05rem;
    margin: 0;
    box-shadow: 0 6px 18px rgba(31, 192, 208, 0.30);
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.55s ease;
}

.lx-ib-page .lx-ib-content-one h4,
.lx-ib-page .lx-ib-content-two h4,
.lx-ib-page .lx-ib-content-three h4,
.lx-ib-page .lx-ib-content-four h4,
.lx-ib-page .lx-ib-content-five h4,
.lx-ib-page .lx-ib-content-six h4 {
    grid-area: title;
    margin: 0 0 0.25rem 0;
    font-size: 1.2rem;
}

.lx-ib-page .lx-ib-content-one p,
.lx-ib-page .lx-ib-content-two p,
.lx-ib-page .lx-ib-content-three p,
.lx-ib-page .lx-ib-content-four p,
.lx-ib-page .lx-ib-content-five p,
.lx-ib-page .lx-ib-content-six p {
    grid-area: desc;
    margin: 0;
}

.lx-ib-page .lx-ib-content-one:hover .lx-ib-content-icon,
.lx-ib-page .lx-ib-content-two:hover .lx-ib-content-icon,
.lx-ib-page .lx-ib-content-three:hover .lx-ib-content-icon,
.lx-ib-page .lx-ib-content-four:hover .lx-ib-content-icon,
.lx-ib-page .lx-ib-content-five:hover .lx-ib-content-icon,
.lx-ib-page .lx-ib-content-six:hover .lx-ib-content-icon {
    transform: translateY(-2px) rotate(-3deg);
    box-shadow: 0 10px 24px rgba(31, 192, 208, 0.45);
}

@media (max-width: 767px) {
    .lx-ib-page .lx-ib-content-one,
    .lx-ib-page .lx-ib-content-two,
    .lx-ib-page .lx-ib-content-three,
    .lx-ib-page .lx-ib-content-four,
    .lx-ib-page .lx-ib-content-five,
    .lx-ib-page .lx-ib-content-six {
        column-gap: 0.85rem;
        padding: 0.85rem 1rem;
    }
    .lx-ib-page .lx-ib-content-icon {
        width: 2.25rem;
        height: 2.25rem;
        font-size: 0.95rem;
    }
}

/* Cyan glow that sweeps in from the left on hover */
.lx-ib-page .lx-ib-content-one::before,
.lx-ib-page .lx-ib-content-two::before,
.lx-ib-page .lx-ib-content-three::before,
.lx-ib-page .lx-ib-content-four::before,
.lx-ib-page .lx-ib-content-five::before,
.lx-ib-page .lx-ib-content-six::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(31, 192, 208, 0.06), transparent);
    pointer-events: none;
    transition: left 1s ease;
}

.lx-ib-page .lx-ib-content-one:hover,
.lx-ib-page .lx-ib-content-two:hover,
.lx-ib-page .lx-ib-content-three:hover,
.lx-ib-page .lx-ib-content-four:hover,
.lx-ib-page .lx-ib-content-five:hover,
.lx-ib-page .lx-ib-content-six:hover {
    transform: translateY(-3px);
    border-left-color: #1eb1c2;
    border-color: #e8edf2;
    border-left-color: #1eb1c2;
    box-shadow: 0 14px 30px rgba(31, 192, 208, 0.12);
}

.lx-ib-page .lx-ib-content-one:hover::before,
.lx-ib-page .lx-ib-content-two:hover::before,
.lx-ib-page .lx-ib-content-three:hover::before,
.lx-ib-page .lx-ib-content-four:hover::before,
.lx-ib-page .lx-ib-content-five:hover::before,
.lx-ib-page .lx-ib-content-six:hover::before {
    left: 100%;
}


/* ================================================================
   PRO POLISH LAYER — accent bars, halos, tinted bands, patterns
   ================================================================ */

/* ----------------------------------------------------------------
   Section 5 — Join Now button (cyan pill, sits below the copy)
   ---------------------------------------------------------------- */
.lx-ib-page .lx-ib-five-section .lx-ib-five-button {
    margin-top: 0.5rem;
}

.lx-ib-page .lx-ib-five-section .btn-lx-join {
    display: inline-block;
    background: #199caa;
    color: #ffffff;
    border: none;
    border-radius: 2rem;
    padding: 0.75rem 2rem;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition:
        background 0.4s ease,
        transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.4s ease;
}

.lx-ib-page .lx-ib-five-section .btn-lx-join:hover {
    background: #1fc0d0;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(31, 192, 208, 0.30);
}

@media (max-width: 767px) {
    .lx-ib-page .lx-ib-five-section .btn-lx-join {
        padding: 0.65rem 1.65rem;
        font-size: 0.9rem;
    }
}


/* ----------------------------------------------------------------
   Section 4 — Tinted band + dotted pattern
   ---------------------------------------------------------------- */
.lx-ib-page .lx-ib-four-section {
    position: relative;
    padding: 4rem 0;
    background:
        radial-gradient(circle at 18% 14%, rgba(31, 192, 208, 0.08) 0%, transparent 35%),
        radial-gradient(circle at 86% 90%, rgba(31, 192, 208, 0.06) 0%, transparent 38%),
        linear-gradient(180deg, #f7fafc 0%, #eef5f8 100%);
    overflow: hidden;
}

/* Subtle dot grid in the band background */
.lx-ib-page .lx-ib-four-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(31, 192, 208, 0.18) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
    -webkit-mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
            mask-image: radial-gradient(ellipse at center, #000 30%, transparent 75%);
}

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

/* Hairline cyan top edge to delineate the band */
.lx-ib-page .lx-ib-four-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(31, 192, 208, 0.35), transparent);
    pointer-events: none;
    z-index: 2;
}


/* ----------------------------------------------------------------
   Section 4 — Subtle 3D tilt on benefit cards
   ---------------------------------------------------------------- */
.lx-ib-page .lx-ib-content-one,
.lx-ib-page .lx-ib-content-two,
.lx-ib-page .lx-ib-content-three,
.lx-ib-page .lx-ib-content-four,
.lx-ib-page .lx-ib-content-five,
.lx-ib-page .lx-ib-content-six {
    transform-style: preserve-3d;
    perspective: 800px;
}

.lx-ib-page .lx-ib-content-one:hover,
.lx-ib-page .lx-ib-content-two:hover,
.lx-ib-page .lx-ib-content-three:hover,
.lx-ib-page .lx-ib-content-four:hover,
.lx-ib-page .lx-ib-content-five:hover,
.lx-ib-page .lx-ib-content-six:hover {
    transform: translateY(-4px) rotateX(2deg) rotateY(-1deg);
}



/* ================================================================
   Reduced-motion: kill all entry animations
   ================================================================ */
@media (prefers-reduced-motion: reduce) {
    .lx-ib-page .anim-banner-1,
    .lx-ib-page .anim-banner-2,
    .lx-ib-page .anim-banner-3 {
        animation: none;
        opacity: 1;
    }
    .lx-ib-page .anim-up,
    .lx-ib-page .anim-left,
    .lx-ib-page .anim-right,
    .lx-ib-page .anim-scale {
        transition: none;
        opacity: 1;
        transform: none;
    }
}
