/* START Desktop view */
@media (min-width: 1201px) {
    /* Banner */
    .lx-banner-mam {
        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-mam .row {
        min-height: calc(28rem - 5rem);
        align-items: stretch;
    }

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

    .lx-banner-mam::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-mam::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-mam .lx-banner-mam-title {
        position: relative;
        z-index: 1;
        margin-top: 2rem;
        text-align: left;
    }

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

    .lx-banner-mam .lx-banner-mam-image img {
        display: block;
        margin: 0;
        max-width: 94%;
        height: auto;
        animation: lxBannerFloat 6s ease-in-out infinite;
        will-change: transform;
    }

    /* Second section */
    .lx-mam-second-section {
        margin-top: 5rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .lx-mam-second-section .lx-mam-second-title h3 {
        color: #1a1a1a;
        font-weight: 800;
        font-size: 2.8rem;
        letter-spacing: -0.02em;
        line-height: 1.5;
        text-align: center;
        margin: 0;
    }

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

    /* Third section — tinted band so the page has visual rhythm */
    .lx-mam-third-section {
        margin-top: 5rem;
        padding: 4rem 0;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        background:
            radial-gradient(ellipse at top, rgba(31, 192, 208, 0.06) 0%, transparent 60%),
            linear-gradient(180deg, #f7fafc 0%, #eef5f8 100%);
        position: relative;
    }

    .lx-mam-third-section::before,
    .lx-mam-third-section::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(31, 192, 208, 0.3), transparent);
    }
    .lx-mam-third-section::before { top: 0; }
    .lx-mam-third-section::after  { bottom: 0; }

    .lx-mam-third-section .lx-mam-third-title h3 {
        color: #1a1a1a;
        font-weight: 800;
        font-size: 2.8rem;
        letter-spacing: -0.02em;
        line-height: 1.5;
        text-align: center;
        margin: 0;
    }

    /* Marquee carousel */
    .lx-mam-third-section .lx-mam-third-marquee {
        position: relative;
        margin-top: 3rem;
        overflow: hidden;
        padding: 1rem 0;
        -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
                mask-image: linear-gradient(90deg, transparent 0, #000 6%, #000 94%, transparent 100%);
    }

    .lx-mam-third-section .lx-mam-third-track {
        display: flex;
        flex-wrap: nowrap;
        gap: 1.5rem;
        width: max-content;
        animation: lxThirdMarquee 32s linear infinite;
        will-change: transform;
    }

    .lx-mam-third-section .lx-mam-third-marquee:hover .lx-mam-third-track,
    .lx-mam-third-section .lx-mam-third-marquee:focus-within .lx-mam-third-track {
        animation-play-state: paused;
    }

    .lx-mam-third-section .lx-mam-third-slide {
        flex: 0 0 auto;
        width: 22rem;
    }

    .lx-mam-third-section .lx-mam-third-slide > div {
        position: relative;
        background: #ffffff;
        border: 1px solid #e8edf2;
        border-radius: 1.25rem;
        padding: 2.25rem 2rem 0;
        text-align: center;
        height: 100%;
        min-height: 24rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
        overflow: hidden;
        transition:
            transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
            box-shadow 0.3s ease,
            border-color 0.3s ease;
    }

    .lx-mam-third-section .lx-mam-third-slide > div::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #1eb1c2, #199caa);
        opacity: 0.85;
    }

    .lx-mam-third-section .lx-mam-third-slide > div:hover {
        transform: translateY(-4px);
        border-color: rgba(31, 192, 208, 0.35);
        box-shadow: 0 14px 32px rgba(31, 192, 208, 0.12);
    }

    .lx-mam-third-section .lx-mam-third-slide h4 {
        font-size: 1.5rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        margin: 0;
        color: #1a1a1a;
    }

    .lx-mam-third-section .lx-mam-third-slide p {
        font-size: 0.9rem;
        margin-top: 1rem;
        color: #5d5c5c;
        line-height: 1.5;
    }

    .lx-mam-third-section .lx-mam-third-slide img {
        margin-top: auto;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 85%;
        height: auto;
        display: block;
        filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.12));
        transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .lx-mam-third-section .lx-mam-third-slide > div:hover img {
        transform: translateY(-2px);
    }

    /* Four section — light panel with teal number chips */
    .lx-mam-four-section {
        margin-top: 5rem;
        padding: 0;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .lx-mam-four-section .lx-mam-four-title h3 {
        color: #1a1a1a;
        font-size: 2.8rem;
        font-weight: 800;
        text-align: center;
        letter-spacing: -0.02em;
        line-height: 1.5;
        margin: 0;
    }

    .lx-mam-four-section .lx-mam-four-container {
        position: relative;
        background: #f3f4f8;
        border: 1px solid #e8edf2;
        border-radius: 1.5rem;
        padding: 3rem 2.5rem;
        margin-top: 3rem;
        row-gap: 2rem;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
        overflow: hidden;
    }

    .lx-mam-four-section .lx-mam-four-container::before {
        content: "";
        position: absolute;
        top: -120px;
        right: -120px;
        width: 320px;
        height: 320px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(31, 192, 208, 0.18), transparent 70%);
        filter: blur(40px);
        pointer-events: none;
        z-index: 0;
    }

    /* Dashed flow line spanning behind the icon row — visualizes the journey
       between the 3 numbered steps. Threaded through icon vertical center
       (~3rem container padding + 0.5rem box padding + 1.5rem icon half). */
    .lx-mam-four-section .lx-mam-four-container::after {
        content: "";
        position: absolute;
        top: 5rem;
        left: 14%;
        right: 14%;
        height: 0;
        border-top: 2px dashed rgba(31, 192, 208, 0.4);
        pointer-events: none;
        z-index: 0;
    }

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

    /* Make sure the chip sits on a solid background so the dashed line
       appears to "enter and leave" each step, not pass through it. */
    .lx-mam-four-section .lx-mam-four-container .lx-mam-four-box i {
        position: relative;
        z-index: 2;
    }

    .lx-mam-four-section .lx-mam-four-container .lx-mam-four-box {
        text-align: left;
        padding: 0.5rem 1rem;
        height: 100%;
        background: transparent;
        border: none;
        transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .lx-mam-four-section .lx-mam-four-container .lx-mam-four-box:hover {
        transform: translateY(-3px);
    }

    .lx-mam-four-section .lx-mam-four-container .lx-mam-four-box i {
        background: linear-gradient(135deg, #1eb1c2 0%, #199caa 100%);
        color: #ffffff;
        width: 3rem;
        height: 3rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.65rem;
        margin-bottom: 1.25rem;
        font-size: 1.35rem;
        font-weight: 700;
        font-style: normal;
        box-shadow: 0 6px 18px rgba(31, 192, 208, 0.30);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .lx-mam-four-section .lx-mam-four-container .lx-mam-four-box:hover i {
        transform: translateY(-2px) rotate(-3deg);
        box-shadow: 0 10px 24px rgba(31, 192, 208, 0.45);
    }

    .lx-mam-four-section .lx-mam-four-container .lx-mam-four-box h4 {
        color: #0f2027;
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        margin: 0;
    }

    .lx-mam-four-section .lx-mam-four-container .lx-mam-four-box p {
        font-size: 0.9rem;
        margin-top: 0.75rem;
        color: #5d5c5c;
        line-height: 1.6;
    }

    .lx-mam-four-section .lx-mam-four-button {
        margin: 3rem 0 0 0;
        display: block;
        text-align: center;
    }

    .lx-mam-four-section .lx-mam-four-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.75rem 2rem;
        position: relative;
        overflow: hidden;
        box-shadow: 0 4px 18px rgba(31, 192, 208, 0.35);
    }

    .lx-mam-four-section .lx-mam-four-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-mam-four-section .lx-mam-four-button .btn-lx-open-account:hover {
        background-color: #1fc0d0;
        border-color: #1fc0d0;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 6px 26px rgba(31, 192, 208, 0.55);
    }

    .lx-mam-four-section .lx-mam-four-button .btn-lx-open-account:hover::before {
        left: 130%;
    }

    /* Five section */
    .lx-mam-five-section {
        margin-top: 5rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .lx-mam-five-section .row {
        display: flex;
        align-items: center;
    }

    .lx-mam-five-section .lx-mam-five-container {
        position: relative;
        background-color: #021318;
        background-image:
            radial-gradient(circle at 18% 20%, rgba(31, 192, 208, 0.28) 0%, transparent 40%),
            radial-gradient(circle at 82% 78%, rgba(31, 192, 208, 0.20) 0%, transparent 42%),
            linear-gradient(135deg, #021318 0%, #063038 38%, #0f6470 70%, #1EB1C2 100%);
        overflow: hidden;
        isolation: isolate;
    }

    .lx-mam-five-section .lx-mam-five-container::before,
    .lx-mam-five-section .lx-mam-five-container::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        filter: blur(90px);
        pointer-events: none;
        z-index: 0;
        will-change: transform;
    }

    .lx-mam-five-section .lx-mam-five-container::before {
        top: -180px;
        right: -120px;
        width: 460px;
        height: 460px;
        background: radial-gradient(circle, rgba(31, 192, 208, 0.45), transparent 70%);
        animation: lxOrbDriftB 22s ease-in-out infinite;
    }

    .lx-mam-five-section .lx-mam-five-container::after {
        bottom: -200px;
        left: -140px;
        width: 480px;
        height: 480px;
        background: radial-gradient(circle, rgba(30, 177, 194, 0.30), transparent 70%);
        animation: lxOrbDriftA 26s ease-in-out infinite;
    }

    .lx-mam-five-section .lx-mam-five-container > .container {
        position: relative;
        z-index: 1;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features h3 {
        color: #ffffff;
        font-size: 2.8rem;
        font-weight: 800;
        letter-spacing: -0.02em;
        margin: 0 0 2rem 0;
        line-height: 1.2;
    }

    .lx-mam-five-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .lx-mam-five-card {
        position: relative;
        padding: 1.5rem 1.25rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 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);
        overflow: hidden;
        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-mam-five-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: linear-gradient(90deg, transparent, #1eb1c2, transparent);
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .lx-mam-five-card:hover {
        transform: translateY(-3px);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
        border-color: rgba(31, 192, 208, 0.4);
        box-shadow: 0 14px 32px rgba(0, 0, 0, 0.30);
    }

    .lx-mam-five-card:hover::before {
        opacity: 1;
    }

    .lx-mam-five-card-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.75rem;
        height: 2.75rem;
        border-radius: 0.65rem;
        background: linear-gradient(135deg, #1eb1c2 0%, #199caa 100%);
        color: #ffffff;
        font-size: 1.15rem;
        margin-bottom: 1rem;
        box-shadow: 0 6px 18px rgba(31, 192, 208, 0.35);
        transition: transform 0.3s ease;
    }

    .lx-mam-five-card:hover .lx-mam-five-card-icon {
        transform: translateY(-2px) rotate(-3deg);
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features .lx-mam-five-card h4 {
        color: #ffffff;
        font-size: 1.1rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        margin: 0 0 0.5rem 0;
        line-height: 1.3;
        padding: 0;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features .lx-mam-five-card h4::before {
        display: none;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features .lx-mam-five-card p {
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.85rem;
        margin: 0;
        padding: 0;
        line-height: 1.55;
    }

    /* Stretch the image col to the full row height (overriding .align-items-center)
       and pin the image to the bottom edge so it reads as a hero illustration. */
    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features-img {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        align-self: stretch;
        position: relative;
        padding: 0;
        margin: 0;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features-img::before {
        content: "";
        position: absolute;
        bottom: 10%;
        left: 50%;
        width: 80%;
        height: 80%;
        max-width: 420px;
        max-height: 420px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(31, 192, 208, 0.35) 0%, transparent 65%);
        transform: translateX(-50%);
        filter: blur(40px);
        pointer-events: none;
        z-index: 0;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features-img .features-img {
        position: relative;
        z-index: 1;
        display: block;
        max-width: 80%;
        height: auto;
        margin: 0;
    }

    /* Six section — FAQ Accordion */
    .lx-mam-six-section {
        margin-top: 6rem;
        margin-bottom: 6rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .lx-mam-six-title h3 {
        font-size: 2.8rem;
        color: #1a1a1a;
        font-weight: 800;
        letter-spacing: -0.02em;
        line-height: 1.2;
        text-align: center;
        margin: 5rem 0 0;
    }

    /* No outer container — items sit on the page background.
       Active item gets a soft pale-blue rounded highlight. */
    .lx-mam-six-faq {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin-top: 2.5rem;
    }

    .lx-mam-faq-item {
        width: 100%;
        max-width: 820px;
        background: transparent;
        border: none;
        box-shadow: none;
        border-radius: 0.85rem;
        padding: 0.5rem 1.5rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        transition: background 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .lx-mam-faq-item:last-child {
        border-bottom: none;
    }

    .lx-mam-faq-item.active {
        background: #f3f4f8;
        padding: 1rem 1.5rem;
    }

    .lx-mam-faq-header {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.85rem;
        padding: 0.65rem 0;
        cursor: pointer;
        border: none;
        background: transparent;
        color: #1a2332;
        text-align: left;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        -webkit-appearance: none;
                appearance: none;
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }

    .lx-mam-faq-header:hover,
    .lx-mam-faq-header:focus,
    .lx-mam-faq-header:focus-visible,
    .lx-mam-faq-header:active {
        background: transparent;
        outline: none;
    }

    .lx-mam-faq-title {
        font-size: 1.05rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        color: #1a2332;
    }

    .lx-mam-faq-icon {
        flex-shrink: 0;
        width: 1.15rem;
        height: 1.15rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #199caa;
        font-size: 0.9rem;
        line-height: 1;
        transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .lx-mam-faq-item.active .lx-mam-faq-icon {
        transform: rotate(180deg);
    }

    /* Body uses max-height (driven by JS scrollHeight) for smooth open/close.
       Description sits indented to align with the title (chevron + gap width). */
    .lx-mam-faq-body {
        max-height: 0;
        overflow: hidden;
        padding: 0 0 0 2rem;
        opacity: 0;
        transition:
            max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1),
            padding 0.55s cubic-bezier(0.22, 1, 0.36, 1),
            opacity 0.4s ease 0.05s;
    }

    .lx-mam-faq-item.active .lx-mam-faq-body {
        padding: 0.25rem 0 0.65rem 2rem;
        opacity: 1;
    }

    .lx-mam-faq-body p {
        font-size: 0.95rem;
        color: #5d5c5c;
        line-height: 1.6;
        margin: 0;
        font-weight: 400;
    }

    /* Seven section — CTA banner */
    .lx-mam-seven-section {
        margin-top: 5rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        background-image:
            radial-gradient(circle at 15% 50%, rgba(255, 255, 255, 0.18) 0%, transparent 40%),
            radial-gradient(circle at 85% 50%, rgba(255, 255, 255, 0.10) 0%, transparent 40%),
            linear-gradient(135deg, #1eb1c2 0%, #199caa 50%, #157f8b 100%);
        padding: 1rem 1.5rem;
        position: relative;
        overflow: hidden;
        isolation: isolate;
    }

    .lx-mam-seven-section .lx-mam-seven-title p {
        color: #ffffff;
        font-size: 1rem;
        line-height: 1.45;
        font-weight: 500;
        letter-spacing: -0.01em;
        margin: 0;
    }

    .lx-mam-seven-section .lx-mam-seven-button {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .lx-mam-seven-section .lx-mam-seven-button .btn-lx-primary {
        display: inline-block;
        background-color: #ffffff;
        border: 1px solid #ffffff;
        color: #199caa;
        border-radius: 2rem;
        padding: 0.5rem 1.5rem;
        font-size: 0.9rem;
        font-weight: 600;
        text-decoration: none;
        transition: background 0.25s, color 0.25s, transform 0.2s, box-shadow 0.25s;
        width: auto;
        text-align: center;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    }

    .lx-mam-seven-section .lx-mam-seven-button .btn-lx-primary:hover {
        background-color: #0f6470;
        border-color: #0f6470;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    }
}
/* END Desktop view */


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

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

    .lx-banner-mam::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-mam::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-mam .lx-banner-mam-title {
        position: relative;
        z-index: 1;
        margin-top: 2rem;
        text-align: center;
    }

    .lx-banner-mam .lx-banner-mam-title .mam-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 4px 18px rgba(0, 0, 0, 0.18);
    }

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

    .lx-banner-mam .lx-banner-mam-image img {
        display: block;
        margin: 0;
        max-width: 70%;
        height: auto;
        filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.25));
        animation: lxBannerFloat 6s ease-in-out infinite;
        will-change: transform;
    }

    /* Second section */
    .lx-mam-second-section {
        margin-top: 4rem;
        padding: 0 3rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .lx-mam-second-section .lx-mam-second-title h3 {
        color: #1a1a1a;
        font-weight: 800;
        font-size: 2.2rem;
        letter-spacing: -0.02em;
        line-height: 1.5;
        text-align: center;
        margin: 0;
    }

    .lx-mam-second-section .lx-mam-second-title p {
        color: #5d5c5c;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5;
        text-align: center;
        margin: 1.25rem 0 0;
    }

    /* Third section — tinted band */
    .lx-mam-third-section {
        margin-top: 4rem;
        padding: 3rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        background:
            radial-gradient(ellipse at top, rgba(31, 192, 208, 0.06) 0%, transparent 60%),
            linear-gradient(180deg, #f7fafc 0%, #eef5f8 100%);
        position: relative;
    }

    .lx-mam-third-section::before,
    .lx-mam-third-section::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(31, 192, 208, 0.3), transparent);
    }
    .lx-mam-third-section::before { top: 0; }
    .lx-mam-third-section::after  { bottom: 0; }

    .lx-mam-third-section .lx-mam-third-title h3 {
        color: #1a1a1a;
        font-weight: 800;
        font-size: 2.2rem;
        letter-spacing: -0.02em;
        line-height: 1.5;
        text-align: center;
        margin: 0;
    }

    /* Marquee carousel */
    .lx-mam-third-section .lx-mam-third-marquee {
        position: relative;
        margin-top: 2.5rem;
        overflow: hidden;
        padding: 1rem 0;
        -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
                mask-image: linear-gradient(90deg, transparent 0, #000 5%, #000 95%, transparent 100%);
    }

    .lx-mam-third-section .lx-mam-third-track {
        display: flex;
        flex-wrap: nowrap;
        gap: 1.25rem;
        width: max-content;
        animation: lxThirdMarquee 28s linear infinite;
        will-change: transform;
    }

    .lx-mam-third-section .lx-mam-third-marquee:hover .lx-mam-third-track,
    .lx-mam-third-section .lx-mam-third-marquee:focus-within .lx-mam-third-track {
        animation-play-state: paused;
    }

    .lx-mam-third-section .lx-mam-third-slide {
        flex: 0 0 auto;
        width: 19rem;
    }

    .lx-mam-third-section .lx-mam-third-slide > div {
        position: relative;
        background: #ffffff;
        border: 1px solid #e8edf2;
        border-radius: 1.25rem;
        padding: 2rem 1.75rem 0;
        text-align: center;
        height: 100%;
        min-height: 22rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
        overflow: hidden;
    }

    .lx-mam-third-section .lx-mam-third-slide > div::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #1eb1c2, #199caa);
        opacity: 0.85;
    }

    .lx-mam-third-section .lx-mam-third-slide h4 {
        font-size: 1.4rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        margin: 0;
        color: #1a1a1a;
    }

    .lx-mam-third-section .lx-mam-third-slide p {
        font-size: 0.95rem;
        margin-top: 1rem;
        color: #5d5c5c;
        line-height: 1.5;
    }

    .lx-mam-third-section .lx-mam-third-slide img {
        margin-top: auto;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
        height: auto;
        display: block;
        filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.12));
    }

    /* Four section — light panel with teal number chips */
    .lx-mam-four-section {
        margin-top: 4rem;
        padding: 0 3rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

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

    .lx-mam-four-section .lx-mam-four-container {
        position: relative;
        background: #f3f4f8;
        border: 1px solid #e8edf2;
        border-radius: 1.25rem;
        padding: 2.5rem 2rem;
        row-gap: 1.5rem;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
        overflow: hidden;
        margin: 2.5rem 0 0;
    }

    .lx-mam-four-section .lx-mam-four-container::before {
        content: "";
        position: absolute;
        top: -100px;
        right: -100px;
        width: 280px;
        height: 280px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(31, 192, 208, 0.18), transparent 70%);
        filter: blur(40px);
        pointer-events: none;
        z-index: 0;
    }

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

    .lx-mam-four-section .lx-mam-four-container .lx-mam-four-box {
        text-align: left;
        padding: 0.5rem 0.85rem;
        height: 100%;
        background: transparent;
        border: none;
        transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .lx-mam-four-section .lx-mam-four-container .lx-mam-four-box:hover {
        transform: translateY(-3px);
    }

    .lx-mam-four-section .lx-mam-four-container .lx-mam-four-box i {
        background: linear-gradient(135deg, #1eb1c2 0%, #199caa 100%);
        color: #ffffff;
        width: 2.85rem;
        height: 2.85rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.65rem;
        margin-bottom: 1.1rem;
        font-size: 1.25rem;
        font-weight: 700;
        font-style: normal;
        box-shadow: 0 6px 18px rgba(31, 192, 208, 0.30);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .lx-mam-four-section .lx-mam-four-container .lx-mam-four-box:hover i {
        transform: translateY(-2px) rotate(-3deg);
        box-shadow: 0 10px 24px rgba(31, 192, 208, 0.45);
    }

    .lx-mam-four-section .lx-mam-four-container .lx-mam-four-box h4 {
        color: #0f2027;
        font-size: 1.2rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        margin: 0;
    }

    .lx-mam-four-section .lx-mam-four-container .lx-mam-four-box p {
        font-size: 0.9rem;
        margin-top: 0.65rem;
        color: #5d5c5c;
        line-height: 1.6;
    }

    .lx-mam-four-section .lx-mam-four-button {
        margin: 2.5rem 0 0 0;
        display: block;
        text-align: center;
    }

    .lx-mam-four-section .lx-mam-four-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;
        box-shadow: 0 4px 18px rgba(31, 192, 208, 0.35);
    }

    .lx-mam-four-section .lx-mam-four-button .btn-lx-open-account:hover {
        background-color: #1fc0d0;
        border-color: #1fc0d0;
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 6px 26px rgba(31, 192, 208, 0.55);
    }

    /* Five section */
    .lx-mam-five-section {
        margin-top: 4rem;
        padding: 0 3rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .lx-mam-five-section .row {
        display: flex;
        align-items: center;
    }

    .lx-mam-five-section .lx-mam-five-container {
        position: relative;
        background-color: #021318;
        background-image:
            radial-gradient(circle at 18% 20%, rgba(31, 192, 208, 0.26) 0%, transparent 40%),
            radial-gradient(circle at 82% 78%, rgba(31, 192, 208, 0.18) 0%, transparent 42%),
            linear-gradient(135deg, #021318 0%, #063038 38%, #0f6470 70%, #1EB1C2 100%);
        border-radius: 1.5rem;
        overflow: hidden;
        isolation: isolate;
    }

    .lx-mam-five-section .lx-mam-five-container::before {
        content: "";
        position: absolute;
        top: -150px;
        right: -100px;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(31, 192, 208, 0.40), transparent 70%);
        filter: blur(70px);
        animation: lxOrbDriftB 22s ease-in-out infinite;
        will-change: transform;
        pointer-events: none;
        z-index: 0;
    }

    .lx-mam-five-section .lx-mam-five-container > .container {
        position: relative;
        z-index: 1;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features h3 {
        color: #ffffff;
        font-size: 2rem;
        font-weight: 800;
        letter-spacing: -0.02em;
        margin: 0 0 1.5rem 0;
        line-height: 1.2;
    }

    .lx-mam-five-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.85rem;
    }

    .lx-mam-five-card {
        position: relative;
        padding: 1.25rem 1rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 0.85rem;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        overflow: hidden;
        transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
    }

    .lx-mam-five-card:hover {
        transform: translateY(-2px);
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
        border-color: rgba(31, 192, 208, 0.4);
    }

    .lx-mam-five-card-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 0.6rem;
        background: linear-gradient(135deg, #1eb1c2 0%, #199caa 100%);
        color: #ffffff;
        font-size: 1.05rem;
        margin-bottom: 0.85rem;
        box-shadow: 0 6px 18px rgba(31, 192, 208, 0.30);
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features .lx-mam-five-card h4 {
        color: #ffffff;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        margin: 0 0 0.4rem 0;
        line-height: 1.3;
        padding: 0;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features .lx-mam-five-card h4::before {
        display: none;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features .lx-mam-five-card p {
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.8rem;
        margin: 0;
        padding: 0;
        line-height: 1.55;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features-img {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        align-self: stretch;
        position: relative;
        padding: 0;
        margin: 0;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features-img::before {
        content: "";
        position: absolute;
        bottom: 10%;
        left: 50%;
        width: 80%;
        height: 80%;
        max-width: 340px;
        max-height: 340px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(31, 192, 208, 0.30) 0%, transparent 65%);
        transform: translateX(-50%);
        filter: blur(35px);
        pointer-events: none;
        z-index: 0;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features-img .features-img {
        position: relative;
        z-index: 1;
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0;
        filter:
            drop-shadow(0 18px 32px rgba(0, 0, 0, 0.30))
            drop-shadow(0 10px 18px rgba(31, 192, 208, 0.22));
        will-change: transform;
    }

    /* Six section — FAQ Accordion */
    .lx-mam-six-section {
        margin-top: 6rem;
        margin-bottom: 6rem;
        padding: 0 3rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .lx-mam-six-title h3 {
        font-size: 2.2rem;
        color: #1a1a1a;
        font-weight: 800;
        letter-spacing: -0.02em;
        line-height: 1.2;
        text-align: center;
        margin: 5rem 0 0;
    }

    .lx-mam-six-faq {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin-top: 2rem;
    }

    .lx-mam-faq-item {
        width: 100%;
        max-width: 680px;
        background: transparent;
        border: none;
        box-shadow: none;
        border-radius: 0.85rem;
        padding: 0.5rem 1.25rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        transition: background 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .lx-mam-faq-item:last-child {
        border-bottom: none;
    }

    .lx-mam-faq-item.active {
        background: #f3f4f8;
    }

    .lx-mam-faq-header {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.75rem;
        padding: 0.55rem 0;
        cursor: pointer;
        border: none;
        background: transparent;
        color: #1a2332;
        text-align: left;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        -webkit-appearance: none;
                appearance: none;
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }

    .lx-mam-faq-header:hover,
    .lx-mam-faq-header:focus,
    .lx-mam-faq-header:focus-visible,
    .lx-mam-faq-header:active {
        background: transparent;
        outline: none;
    }

    .lx-mam-faq-title {
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        color: #1a2332;
    }

    .lx-mam-faq-icon {
        flex-shrink: 0;
        width: 1.05rem;
        height: 1.05rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #199caa;
        font-size: 0.85rem;
        line-height: 1;
        transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .lx-mam-faq-item.active .lx-mam-faq-icon {
        transform: rotate(180deg);
    }

    .lx-mam-faq-body {
        max-height: 0;
        overflow: hidden;
        padding: 0 0 0 1.8rem;
        opacity: 0;
        transition:
            max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1),
            padding 0.55s cubic-bezier(0.22, 1, 0.36, 1),
            opacity 0.4s ease 0.05s;
    }

    .lx-mam-faq-item.active .lx-mam-faq-body {
        padding: 0.25rem 0 0.55rem 1.8rem;
        opacity: 1;
    }

    .lx-mam-faq-body p {
        font-size: 0.9rem;
        color: #5d5c5c;
        line-height: 1.6;
        margin: 0;
        font-weight: 400;
    }

    /* Seven section — CTA */
    .lx-mam-seven-section {
        margin: 4rem 3rem 0;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        background-image:
            radial-gradient(circle at 15% 50%, rgba(255, 255, 255, 0.18) 0%, transparent 40%),
            radial-gradient(circle at 85% 50%, rgba(255, 255, 255, 0.10) 0%, transparent 40%),
            linear-gradient(135deg, #1eb1c2 0%, #199caa 50%, #157f8b 100%);
        border-radius: 1.5rem;
        padding: 0.85rem 1.25rem;
    }

    .lx-mam-seven-section .lx-mam-seven-title p {
        color: #ffffff;
        font-size: 0.95rem;
        line-height: 1.45;
        font-weight: 500;
        margin: 0;
    }

    .lx-mam-seven-section .lx-mam-seven-button {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .lx-mam-seven-section .lx-mam-seven-button .btn-lx-primary {
        display: inline-block;
        background-color: #ffffff;
        border: 1px solid #ffffff;
        color: #199caa;
        border-radius: 2rem;
        padding: 0.45rem 1.4rem;
        font-size: 0.9rem;
        font-weight: 600;
        text-decoration: none;
        transition: background 0.25s, color 0.25s, transform 0.2s, box-shadow 0.25s;
        width: auto;
        text-align: center;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    }

    .lx-mam-seven-section .lx-mam-seven-button .btn-lx-primary:hover {
        background-color: #0f6470;
        border-color: #0f6470;
        color: #ffffff;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
    }
}
/* END Tablet view */


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

    .lx-banner-mam::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-mam::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-mam .lx-banner-mam-title {
        position: relative;
        z-index: 1;
        margin-top: 1rem;
    }

    .lx-banner-mam .lx-banner-mam-title .mam-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: lxTitleShimmer 7s ease-in-out infinite;
        text-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    }

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

    .lx-banner-mam .lx-banner-mam-image img {
        display: block;
        margin: 0;
        max-width: 80%;
        height: auto;
        filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.25));
        animation: lxBannerFloat 6s ease-in-out infinite;
        will-change: transform;
    }

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

    .lx-mam-second-section .lx-mam-second-title h3 {
        color: #1a1a1a;
        font-weight: 800;
        font-size: 1.85rem;
        letter-spacing: -0.02em;
        line-height: 1.5;
        text-align: center;
        margin: 0;
    }

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

    /* Third section — tinted band */
    .lx-mam-third-section {
        margin-top: 3rem;
        padding: 2.5rem 0;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        background:
            radial-gradient(ellipse at top, rgba(31, 192, 208, 0.06) 0%, transparent 60%),
            linear-gradient(180deg, #f7fafc 0%, #eef5f8 100%);
        position: relative;
    }

    .lx-mam-third-section::before,
    .lx-mam-third-section::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent, rgba(31, 192, 208, 0.3), transparent);
    }
    .lx-mam-third-section::before { top: 0; }
    .lx-mam-third-section::after  { bottom: 0; }

    .lx-mam-third-section .lx-mam-third-title h3 {
        color: #1a1a1a;
        font-weight: 800;
        font-size: 1.85rem;
        letter-spacing: -0.02em;
        line-height: 1.5;
        text-align: center;
        margin: 0;
    }

    /* Marquee carousel */
    .lx-mam-third-section .lx-mam-third-marquee {
        position: relative;
        margin-top: 2rem;
        overflow: hidden;
        padding: 0.75rem 0;
        -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
                mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
    }

    .lx-mam-third-section .lx-mam-third-track {
        display: flex;
        flex-wrap: nowrap;
        gap: 1rem;
        width: max-content;
        animation: lxThirdMarquee 24s linear infinite;
        will-change: transform;
    }

    .lx-mam-third-section .lx-mam-third-marquee:hover .lx-mam-third-track,
    .lx-mam-third-section .lx-mam-third-marquee:focus-within .lx-mam-third-track {
        animation-play-state: paused;
    }

    .lx-mam-third-section .lx-mam-third-slide {
        flex: 0 0 auto;
        width: 17rem;
    }

    .lx-mam-third-section .lx-mam-third-slide > div {
        position: relative;
        background: #ffffff;
        border: 1px solid #e8edf2;
        border-radius: 1rem;
        padding: 1.75rem 1.5rem 0;
        text-align: center;
        height: 100%;
        min-height: 20rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
        overflow: hidden;
    }

    .lx-mam-third-section .lx-mam-third-slide > div::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #1eb1c2, #199caa);
        opacity: 0.85;
    }

    .lx-mam-third-section .lx-mam-third-slide h4 {
        font-size: 1.25rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        margin: 0;
        color: #1a1a1a;
    }

    .lx-mam-third-section .lx-mam-third-slide p {
        font-size: 0.9rem;
        margin-top: 0.85rem;
        color: #5d5c5c;
        line-height: 1.5;
    }

    .lx-mam-third-section .lx-mam-third-slide img {
        margin-top: auto;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
        height: auto;
        display: block;
        filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.12));
    }

    /* Four section — light panel with teal number chips */
    .lx-mam-four-section {
        margin-top: 3rem;
        padding: 0;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .lx-mam-four-section .lx-mam-four-title h3 {
        color: #1a1a1a;
        font-size: 1.75rem;
        font-weight: 800;
        text-align: center;
        letter-spacing: -0.02em;
        line-height: 1.5;
        margin: 0;
    }

    .lx-mam-four-section .lx-mam-four-container {
        position: relative;
        background: #f3f4f8;
        border: 1px solid #e8edf2;
        border-radius: 1.25rem;
        padding: 2rem 1.5rem;
        row-gap: 1.25rem;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
        overflow: hidden;
        margin: 2rem 0 1rem;
    }

    .lx-mam-four-section .lx-mam-four-container::before {
        content: "";
        position: absolute;
        top: -80px;
        right: -80px;
        width: 220px;
        height: 220px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(31, 192, 208, 0.18), transparent 70%);
        filter: blur(40px);
        pointer-events: none;
        z-index: 0;
    }

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

    .lx-mam-four-section .lx-mam-four-container .lx-mam-four-box {
        text-align: left;
        padding: 0.5rem 0.5rem;
        height: 100%;
        background: transparent;
        border: none;
    }

    .lx-mam-four-section .lx-mam-four-container .lx-mam-four-box i {
        background: linear-gradient(135deg, #1eb1c2 0%, #199caa 100%);
        color: #ffffff;
        width: 2.65rem;
        height: 2.65rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.6rem;
        margin-bottom: 0.85rem;
        font-size: 1.15rem;
        font-weight: 700;
        font-style: normal;
        box-shadow: 0 6px 18px rgba(31, 192, 208, 0.30);
    }

    .lx-mam-four-section .lx-mam-four-container .lx-mam-four-box h4 {
        color: #0f2027;
        font-size: 1.15rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        margin: 0;
    }

    .lx-mam-four-section .lx-mam-four-container .lx-mam-four-box p {
        font-size: 0.9rem;
        margin-top: 0.6rem;
        color: #5d5c5c;
        line-height: 1.6;
    }

    .lx-mam-four-section .lx-mam-four-button {
        margin: 2rem 0 0 0;
        display: block;
        text-align: center;
    }

    .lx-mam-four-section .lx-mam-four-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;
        box-shadow: 0 4px 18px rgba(31, 192, 208, 0.35);
    }

    .lx-mam-four-section .lx-mam-four-button .btn-lx-open-account:hover {
        background-color: #1fc0d0;
        border-color: #1fc0d0;
        color: #fff;
        transform: translateY(-2px);
    }

    /* Five section */
    .lx-mam-five-section {
        margin-top: 3rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .lx-mam-five-section .row {
        display: block;
    }

    .lx-mam-five-section .lx-mam-five-container {
        position: relative;
        background-color: #021318;
        background-image:
            radial-gradient(circle at 18% 18%, rgba(31, 192, 208, 0.26) 0%, transparent 45%),
            radial-gradient(circle at 82% 82%, rgba(31, 192, 208, 0.18) 0%, transparent 45%),
            linear-gradient(135deg, #021318 0%, #063038 38%, #0f6470 70%, #1EB1C2 100%);
        overflow: hidden;
        isolation: isolate;
    }

    .lx-mam-five-section .lx-mam-five-container::before {
        content: "";
        position: absolute;
        top: -100px;
        right: -80px;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(31, 192, 208, 0.40), transparent 70%);
        filter: blur(60px);
        animation: lxOrbDriftB 22s ease-in-out infinite;
        will-change: transform;
        pointer-events: none;
        z-index: 0;
    }

    .lx-mam-five-section .lx-mam-five-container > .container {
        position: relative;
        z-index: 1;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features h3 {
        color: #ffffff;
        font-size: 1.75rem;
        font-weight: 800;
        letter-spacing: -0.02em;
        margin: 0 0 1.25rem 0;
        line-height: 1.2;
    }

    .lx-mam-five-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .lx-mam-five-card {
        position: relative;
        padding: 1.1rem 1rem;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 0.85rem;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        overflow: hidden;
    }

    .lx-mam-five-card-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.35rem;
        height: 2.35rem;
        border-radius: 0.55rem;
        background: linear-gradient(135deg, #1eb1c2 0%, #199caa 100%);
        color: #ffffff;
        font-size: 1rem;
        margin-bottom: 0.75rem;
        box-shadow: 0 6px 18px rgba(31, 192, 208, 0.30);
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features .lx-mam-five-card h4 {
        color: #ffffff;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        margin: 0 0 0.4rem 0;
        line-height: 1.3;
        padding: 0;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features .lx-mam-five-card h4::before {
        display: none;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features .lx-mam-five-card p {
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.85rem;
        margin: 0;
        padding: 0;
        line-height: 1.55;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features-img {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding: 0;
        margin: 0;
        position: relative;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features-img::before {
        content: "";
        position: absolute;
        bottom: 10%;
        left: 50%;
        width: 80%;
        height: 80%;
        max-width: 280px;
        max-height: 280px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(31, 192, 208, 0.28) 0%, transparent 65%);
        transform: translateX(-50%);
        filter: blur(30px);
        pointer-events: none;
        z-index: 0;
    }

    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features-img .features-img {
        position: relative;
        z-index: 1;
        display: block;
        max-width: 80%;
        height: auto;
        margin: 0;
        filter: drop-shadow(0 14px 26px rgba(0, 0, 0, 0.30));
        animation: lxBannerFloat 7s ease-in-out infinite;
        will-change: transform;
    }

    /* Six section — FAQ Accordion */
    .lx-mam-six-section {
        margin-top: 2rem;
        margin-bottom: 6rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .lx-mam-six-title h3 {
        font-size: 1.85rem;
        color: #1a1a1a;
        font-weight: 800;
        letter-spacing: -0.02em;
        line-height: 1.2;
        text-align: center;
        margin: 1rem 0 0;
    }

    .lx-mam-six-faq {
        display: flex;
        flex-direction: column;
        gap: 0;
        margin: 1.75rem 0 0;
    }

    .lx-mam-faq-item {
        width: 100%;
        background: transparent;
        border: none;
        box-shadow: none;
        border-radius: 0.75rem;
        padding: 0.4rem 1rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        transition: background 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .lx-mam-faq-item:last-child {
        border-bottom: none;
    }

    .lx-mam-faq-item.active {
        background: #f3f4f8;
    }

    .lx-mam-faq-header {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 0.65rem;
        padding: 0.5rem 0;
        cursor: pointer;
        border: none;
        background: transparent;
        color: #1a2332;
        text-align: left;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        -webkit-appearance: none;
                appearance: none;
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }

    .lx-mam-faq-header:hover,
    .lx-mam-faq-header:focus,
    .lx-mam-faq-header:focus-visible,
    .lx-mam-faq-header:active {
        background: transparent;
        outline: none;
    }

    .lx-mam-faq-title {
        font-size: 0.95rem;
        font-weight: 700;
        line-height: 1.45;
        text-align: left;
        letter-spacing: -0.01em;
        color: #1a2332;
    }

    .lx-mam-faq-icon {
        flex-shrink: 0;
        width: 0.95rem;
        height: 0.95rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #199caa;
        font-size: 0.8rem;
        line-height: 1;
        transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    }

    .lx-mam-faq-item.active .lx-mam-faq-icon {
        transform: rotate(180deg);
    }

    .lx-mam-faq-body {
        max-height: 0;
        overflow: hidden;
        padding: 0 0 0 1.6rem;
        opacity: 0;
        transition:
            max-height 0.55s cubic-bezier(0.22, 1, 0.36, 1),
            padding 0.55s cubic-bezier(0.22, 1, 0.36, 1),
            opacity 0.4s ease 0.05s;
    }

    .lx-mam-faq-item.active .lx-mam-faq-body {
        padding: 0.25rem 0 0.5rem 1.6rem;
        opacity: 1;
    }

    .lx-mam-faq-body p {
        font-size: 0.85rem;
        color: #5d5c5c;
        line-height: 1.6;
        margin: 0;
        font-weight: 400;
    }

    /* Seven section — CTA ribbon */
    .lx-mam-seven-section {
        margin-top: 3rem;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        background-image:
            radial-gradient(circle at 15% 50%, rgba(255, 255, 255, 0.18) 0%, transparent 40%),
            radial-gradient(circle at 85% 50%, rgba(255, 255, 255, 0.10) 0%, transparent 40%),
            linear-gradient(135deg, #1eb1c2 0%, #199caa 50%, #157f8b 100%);
        padding: 1rem 1rem;
    }

    .lx-mam-seven-section .lx-mam-seven-title p {
        color: #ffffff;
        font-size: 0.9rem;
        line-height: 1.45;
        font-weight: 500;
        margin: 0;
        text-align: center;
    }

    .lx-mam-seven-section .lx-mam-seven-button {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0.75rem;
    }

    .lx-mam-seven-section .lx-mam-seven-button .btn-lx-primary {
        display: inline-block;
        background-color: #ffffff;
        border: 1px solid #ffffff;
        color: #199caa;
        border-radius: 2rem;
        padding: 0.45rem 1.4rem;
        font-size: 0.85rem;
        font-weight: 600;
        text-decoration: none;
        transition: background 0.25s, color 0.25s, transform 0.2s, box-shadow 0.25s;
        width: max-content;
        text-align: center;
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
    }

    .lx-mam-seven-section .lx-mam-seven-button .btn-lx-primary:hover {
        background-color: #0f6470;
        border-color: #0f6470;
        color: #ffffff;
        transform: translateY(-2px);
    }
}
/* 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); }
}

@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); }
}

/* Section 3 — features marquee. Track holds the 4 cards twice; -50% loops seamlessly. */
@keyframes lxThirdMarquee {
    from { transform: translate3d(0, 0, 0); }
    to   { transform: translate3d(-50%, 0, 0); }
}

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

/* Banner image bob — gentle vertical float that draws the eye to the hero. */
@keyframes lxBannerFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-14px); }
}

/* Decorative blob drift — slow, subtle, used behind text blocks. */
@keyframes lxFloatGently {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 1; }
    50%      { transform: translate(12px, -8px) scale(1.1); opacity: 0.85; }
}

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

/* The mam-title carries both fade-in and the ongoing shimmer; this override
   makes both run concurrently. */
.lx-mam-page .lx-banner-mam .lx-banner-mam-title .mam-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 — toggled to .is-visible by the IO */
.lx-mam-page .anim-up,
.lx-mam-page .anim-left,
.lx-mam-page .anim-right,
.lx-mam-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;
}
.lx-mam-page .anim-up    { transform: translateY(24px); }
.lx-mam-page .anim-left  { transform: translateX(-28px); }
.lx-mam-page .anim-right { transform: translateX(28px); }
.lx-mam-page .anim-scale { transform: scale(0.97); }

.lx-mam-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;
}

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

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

@media (prefers-reduced-motion: reduce) {
    .lx-banner-mam::before,
    .lx-banner-mam::after,
    .lx-banner-mam .lx-banner-mam-title .mam-title,
    .lx-banner-mam .lx-banner-mam-image img,
    .lx-mam-five-section .lx-mam-five-container::before,
    .lx-mam-five-section .lx-mam-five-container::after,
    .lx-mam-five-section .lx-mam-five-container .lx-mam-five-features-img .features-img,
    .lx-mam-third-section .lx-mam-third-track {
        animation: none !important;
    }
    .lx-mam-page .anim-banner-1,
    .lx-mam-page .anim-banner-2,
    .lx-mam-page .anim-banner-3 {
        animation: none;
        opacity: 1;
    }
    .lx-mam-page .anim-up,
    .lx-mam-page .anim-left,
    .lx-mam-page .anim-right,
    .lx-mam-page .anim-scale,
    .lx-mam-page .anim-float-up {
        transition: none;
        opacity: 1;
        transform: none;
    }
}
/* END Animations */
