/* =========================================================
   ASD TRADERS
   LEARNING CENTER PAGE
========================================================= */


/* =========================================================
   COMMON
========================================================= */

.learning-center-page {

    overflow: hidden;

}

.learning-center-page .section {

    padding: 90px 0;

}

.lc-section-heading {

    max-width: 780px;

    margin: 0 auto 55px;

    text-align: center;

}

.lc-eyebrow {

    display: inline-block;

    margin-bottom: 14px;

    color: #39A8FF;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.8px;

    text-transform: uppercase;

}

.lc-section-heading h2 {

    margin-bottom: 18px;

    color: #FFFFFF;

    font-size: 42px;

    line-height: 1.2;

}

.lc-section-heading p {

    color: #9CB0CC;

    font-size: 17px;

    line-height: 1.8;

}


/* =========================================================
   HERO
========================================================= */

.lc-hero {

    position: relative;

    min-height: 600px;

    display: flex;

    align-items: center;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 15% 25%,
            rgba(57, 168, 255, .14),
            transparent 32%
        ),
        radial-gradient(
            circle at 85% 70%,
            rgba(99, 102, 241, .10),
            transparent 32%
        ),
        #06101C;

    border-bottom: 1px solid rgba(255, 255, 255, .06);

}

.lc-hero::after {

    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 1px;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(57, 168, 255, .45),
        transparent
    );

}

.lc-hero-glow {

    position: absolute;

    width: 420px;
    height: 420px;

    border-radius: 50%;

    filter: blur(90px);

    pointer-events: none;

}

.lc-glow-one {

    top: -220px;
    left: -140px;

    background: rgba(57, 168, 255, .14);

}

.lc-glow-two {

    right: -160px;
    bottom: -240px;

    background: rgba(99, 102, 241, .12);

}

.lc-hero-content {

    position: relative;

    z-index: 2;

    max-width: 820px;

    padding: 100px 0;

}

.lc-badge {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 9px 16px;

    margin-bottom: 24px;

    color: #8CCFFF;

    background: rgba(57, 168, 255, .09);

    border: 1px solid rgba(57, 168, 255, .20);

    border-radius: 999px;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: .8px;

    text-transform: uppercase;

}

.lc-hero h1 {

    margin: 0 0 24px;

    color: #FFFFFF;

    font-size: 64px;

    line-height: 1.08;

    letter-spacing: -2px;

}

.lc-hero h1 span {

    color: #39A8FF;

}

.lc-hero p {

    max-width: 760px;

    margin: 0;

    color: #9CB0CC;

    font-size: 19px;

    line-height: 1.85;

}

.lc-hero-actions {

    display: flex;

    flex-wrap: wrap;

    gap: 14px;

    margin-top: 34px;

}


/* =========================================================
   BUTTONS
========================================================= */

.lc-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    min-height: 50px;

    padding: 0 24px;

    border-radius: 10px;

    font-size: 15px;

    font-weight: 700;

    transition:
        transform .25s ease,
        background .25s ease,
        border-color .25s ease,
        color .25s ease,
        box-shadow .25s ease;

}

.lc-btn:hover {

    transform: translateY(-2px);

}

.lc-btn-primary {

    color: #FFFFFF;

    background: #1689E8;

    border: 1px solid #1689E8;

    box-shadow:
        0 10px 30px rgba(22, 137, 232, .20);

}

.lc-btn-primary:hover {

    background: #2498F5;

    border-color: #2498F5;

    box-shadow:
        0 12px 35px rgba(22, 137, 232, .28);

}

.lc-btn-outline {

    color: #D8E7F7;

    background: rgba(255, 255, 255, .025);

    border: 1px solid rgba(255, 255, 255, .14);

}

.lc-btn-outline:hover {

    color: #FFFFFF;

    border-color: rgba(57, 168, 255, .55);

    background: rgba(57, 168, 255, .07);

}


/* =========================================================
   TOPICS
========================================================= */

.lc-intro {

    background: #07121F;

}

.lc-topic-grid {

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 18px;

}

.lc-topic-card {

    position: relative;

    padding: 28px 24px;

    background: #0B1928;

    border: 1px solid rgba(255, 255, 255, .09);

    border-radius: 17px;

    overflow: hidden;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, .16);

    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;

}

.lc-topic-card:hover {

    transform: translateY(-5px);

    background: #0E2032;

    border-color: rgba(57, 168, 255, .28);

    box-shadow:
        0 16px 35px rgba(0, 0, 0, .22);

}

.lc-topic-number {

    position: absolute;

    top: 20px;
    right: 22px;

    color: #5CB8FF;

    font-size: 36px;

    font-weight: 800;

}

.lc-topic-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 55px;
    height: 55px;

    margin-bottom: 22px;

    color: #5CB8FF;

    background: rgba(57, 168, 255, .08);

    border: 1px solid rgba(57, 168, 255, .14);

    border-radius: 14px;

    font-size: 19px;

}

.lc-topic-card h3 {

    margin-bottom: 12px;

    color: #FFFFFF;

    font-size: 20px;

}

.lc-topic-card > p {

    min-height: 95px;

    margin-bottom: 20px;

    color: #8499B1;

    font-size: 14px;

    line-height: 1.75;

}

.lc-topic-card ul {

    display: flex;

    flex-direction: column;

    gap: 9px;

    margin: 0;

    padding: 18px 0 0;

    list-style: none;

    border-top: 1px solid rgba(255, 255, 255, .07);

}

.lc-topic-card li {

    display: flex;

    align-items: center;

    gap: 8px;

    color: #B7C8D9;

    font-size: 12px;

}

.lc-topic-card li i {

    color: #5ED594;

    font-size: 10px;

}


/* =========================================================
   PLATFORM JOURNEY
========================================================= */

.lc-platform {

    background: #06101C;

}

.lc-platform-box {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;

    padding: 55px;

    background:
        linear-gradient(
            135deg,
            rgba(57, 168, 255, .07),
            rgba(255, 255, 255, .018)
        );

    border: 1px solid rgba(57, 168, 255, .14);

    border-radius: 22px;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, .14);

}

.lc-platform-content {

    max-width: 550px;

}

.lc-platform-content h2 {

    margin-bottom: 18px;

    color: #FFFFFF;

    font-size: 38px;

    line-height: 1.25;

}

.lc-platform-content p {

    margin-bottom: 25px;

    color: #91A5BD;

    font-size: 16px;

    line-height: 1.85;

}

.lc-text-link {

    display: inline-flex;

    align-items: center;

    gap: 9px;

    color: #5CB8FF;

    font-size: 14px;

    font-weight: 700;

    transition:
        gap .25s ease,
        color .25s ease;

}

.lc-text-link:hover {

    gap: 14px;

    color: #8CCFFF;

}


/* =========================================================
   JOURNEY
========================================================= */

.lc-journey {

    display: flex;

    flex-direction: column;

}

.lc-journey-step {

    display: flex;

    align-items: center;

    gap: 15px;

}

.lc-journey-step > span {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    width: 45px;
    height: 45px;

    color: #5CB8FF;

    background: rgba(57, 168, 255, .08);

    border: 1px solid rgba(57, 168, 255, .16);

    border-radius: 12px;

    font-size: 12px;

    font-weight: 800;

}

.lc-journey-step strong {

    display: block;

    margin-bottom: 3px;

    color: #FFFFFF;

    font-size: 15px;

}

.lc-journey-step small {

    color: #758BA5;

    font-size: 12px;

}

.lc-journey-line {

    width: 1px;

    height: 24px;

    margin-left: 22px;

    background: rgba(57, 168, 255, .20);

}


/* =========================================================
   CONCEPTS
========================================================= */

.lc-concepts {

    background: #07121F;

}

.lc-concepts-grid {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;

}

.lc-concept-card {

    display: flex;

    align-items: flex-start;

    gap: 16px;

    padding: 24px;

    background: #0B1928;

    border: 1px solid rgba(255, 255, 255, .09);

    border-radius: 16px;

    box-shadow:
        0 7px 22px rgba(0, 0, 0, .14);

    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;

}

.lc-concept-card:hover {

    transform: translateY(-4px);

    background: #0E2032;

    border-color: rgba(57, 168, 255, .28);

    box-shadow:
        0 14px 32px rgba(0, 0, 0, .20);

}

.lc-concept-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    width: 48px;
    height: 48px;

    color: #5CB8FF;

    background: rgba(57, 168, 255, .08);

    border: 1px solid rgba(57, 168, 255, .14);

    border-radius: 12px;

    font-size: 17px;

}

.lc-concept-card h3 {

    margin-bottom: 7px;

    color: #FFFFFF;

    font-size: 16px;

}

.lc-concept-card p {

    margin: 0;

    color: #879CB5;

    font-size: 13px;

    line-height: 1.7;

}


/* =========================================================
   LEARNING PATH
========================================================= */

.lc-path {

    background: #06101C;

}

.lc-path-grid {

    display: grid;

    grid-template-columns:
        1fr
        auto
        1fr
        auto
        1fr
        auto
        1fr;

    align-items: center;

    gap: 14px;

}

.lc-path-card {

    position: relative;

    min-height: 190px;

    padding: 28px 24px;

    background: #0B1928;

    border: 1px solid rgba(255, 255, 255, .09);

    border-radius: 16px;

    box-shadow:
        0 8px 25px rgba(0, 0, 0, .16);

    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;

}

.lc-path-card:hover {

    transform: translateY(-4px);

    background: #0E2032;

    border-color: rgba(57, 168, 255, .28);

    box-shadow:
        0 14px 32px rgba(0, 0, 0, .20);

}

.lc-path-number {

    display: block;

    margin-bottom: 22px;

    color: #5CB8FF;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1px;

}

.lc-path-card h3 {

    margin-bottom: 10px;

    color: #FFFFFF;

    font-size: 20px;

}

.lc-path-card p {

    color: #8499B1;

    font-size: 13px;

    line-height: 1.75;

}

.lc-path-arrow {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 35px;

    height: 35px;

    color: #4F9FD6;

    font-size: 13px;

}


/* =========================================================
   NOTICE
========================================================= */

.lc-notice {

    background: #07121F;

}

.lc-notice-box {

    display: flex;

    align-items: flex-start;

    gap: 30px;

    padding: 45px;

    background:
        linear-gradient(
            135deg,
            rgba(57, 168, 255, .07),
            rgba(255, 255, 255, .018)
        );

    border: 1px solid rgba(57, 168, 255, .14);

    border-radius: 20px;

    box-shadow:
        0 12px 35px rgba(0, 0, 0, .14);

}

.lc-notice-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    width: 68px;
    height: 68px;

    color: #5CB8FF;

    background: rgba(57, 168, 255, .09);

    border: 1px solid rgba(57, 168, 255, .18);

    border-radius: 18px;

    font-size: 26px;

}

.lc-notice-content h2 {

    margin-bottom: 16px;

    color: #FFFFFF;

    font-size: 34px;

}

.lc-notice-content p {

    max-width: 850px;

    margin-bottom: 14px;

    color: #91A5BD;

    font-size: 16px;

    line-height: 1.85;

}

.lc-notice-content p:last-child {

    margin-bottom: 0;

}


/* =========================================================
   MORE RESOURCES
========================================================= */

.lc-resources {

    background: #06101C;

}

.lc-resource-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;

}

.lc-resource-card {

    display: flex;

    align-items: center;

    gap: 17px;

    padding: 24px;

    background: #0B1928;

    border: 1px solid rgba(255, 255, 255, .09);

    border-radius: 15px;

    box-shadow:
        0 7px 22px rgba(0, 0, 0, .14);

    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease,
        box-shadow .25s ease;

}

.lc-resource-card:hover {

    transform: translateY(-4px);

    background: #0E2032;

    border-color: rgba(57, 168, 255, .28);

    box-shadow:
        0 14px 32px rgba(0, 0, 0, .20);

}

.lc-resource-icon {

    display: flex;

    align-items: center;

    justify-content: center;

    flex-shrink: 0;

    width: 50px;
    height: 50px;

    color: #5CB8FF;

    background: rgba(57, 168, 255, .08);

    border: 1px solid rgba(57, 168, 255, .14);

    border-radius: 13px;

}

.lc-resource-card h3 {

    margin-bottom: 5px;

    color: #FFFFFF;

    font-size: 16px;

}

.lc-resource-card p {

    margin: 0;

    color: #8298B1;

    font-size: 13px;

    line-height: 1.6;

}

.lc-resource-arrow {

    margin-left: auto;

    color: #4E7EA2;

    font-size: 13px;

    transition:
        transform .25s ease,
        color .25s ease;

}

.lc-resource-card:hover .lc-resource-arrow {

    color: #5CB8FF;

    transform: translateX(4px);

}


/* =========================================================
   CTA
========================================================= */

.lc-cta {

    padding-top: 30px !important;

    padding-bottom: 100px !important;

    background: #06101C;

}

.lc-cta-box {

    padding: 70px 30px;

    text-align: center;

    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(57, 168, 255, .12),
            transparent 55%
        ),
        #0B1928;

    border: 1px solid rgba(255, 255, 255, .09);

    border-radius: 22px;

    box-shadow:
        0 15px 40px rgba(0, 0, 0, .18);

}

.lc-cta-box h2 {

    margin-bottom: 16px;

    color: #FFFFFF;

    font-size: 42px;

}

.lc-cta-box p {

    max-width: 650px;

    margin: 0 auto;

    color: #91A5BD;

    font-size: 17px;

    line-height: 1.8;

}

.lc-cta-actions {

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

    gap: 14px;

    margin-top: 30px;

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 992px) {

    .learning-center-page .section {

        padding: 75px 0;

    }


    /* HERO */

    .lc-hero {

        min-height: auto;

    }

    .lc-hero-content {

        padding: 85px 0;

    }

    .lc-hero h1 {

        font-size: 52px;

    }


    /* TOPICS */

    .lc-topic-grid {

        grid-template-columns: repeat(2, 1fr);

    }


    /* PLATFORM */

    .lc-platform-box {

        grid-template-columns: 1fr;

        gap: 45px;

    }


    /* CONCEPTS */

    .lc-concepts-grid {

        grid-template-columns: repeat(2, 1fr);

    }


    /* LEARNING PATH */

    .lc-path-grid {

        grid-template-columns: repeat(2, 1fr);

        gap: 18px;

    }

    .lc-path-arrow {

        display: none;

    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 576px) {

    .learning-center-page .section {

        padding: 60px 0;

    }


    /* HERO */

    .lc-hero-content {

        padding: 70px 0;

        text-align: center;

    }

    .lc-badge {

        font-size: 11px;

    }

    .lc-hero h1 {

        font-size: 38px;

        line-height: 1.12;

        letter-spacing: -1px;

    }

    .lc-hero p {

        font-size: 16px;

        line-height: 1.75;

    }

    .lc-hero-actions {

        justify-content: center;

    }

    .lc-btn {

        width: 100%;

    }


    /* SECTION HEADING */

    .lc-section-heading {

        margin-bottom: 38px;

    }

    .lc-section-heading h2 {

        font-size: 31px;

    }

    .lc-section-heading p {

        font-size: 15px;

    }


    /* TOPICS */

    .lc-topic-grid {

        grid-template-columns: 1fr;

        gap: 14px;

    }

    .lc-topic-card {

        padding: 26px 23px;

    }

    .lc-topic-card > p {

        min-height: auto;

    }


    /* PLATFORM */

    .lc-platform-box {

        padding: 30px 24px;

        gap: 35px;

    }

    .lc-platform-content {

        text-align: center;

    }

    .lc-platform-content h2 {

        font-size: 29px;

    }

    .lc-platform-content p {

        font-size: 15px;

    }


    /* CONCEPTS */

    .lc-concepts-grid {

        grid-template-columns: 1fr;

        gap: 14px;

    }

    .lc-concept-card {

        padding: 22px;

    }


    /* LEARNING PATH */

    .lc-path-grid {

        grid-template-columns: 1fr;

        gap: 14px;

    }

    .lc-path-card {

        min-height: auto;

        padding: 25px 22px;

    }


    /* NOTICE */

    .lc-notice-box {

        flex-direction: column;

        padding: 30px 24px;

        gap: 24px;

        text-align: center;

    }

    .lc-notice-icon {

        margin: 0 auto;

    }

    .lc-notice-content h2 {

        font-size: 29px;

    }

    .lc-notice-content p {

        font-size: 15px;

    }


    /* RESOURCES */

    .lc-resource-grid {

        grid-template-columns: 1fr;

        gap: 14px;

    }

    .lc-resource-card {

        padding: 22px;

    }


    /* CTA */

    .lc-cta {

        padding-top: 15px !important;

        padding-bottom: 70px !important;

    }

    .lc-cta-box {

        padding: 50px 22px;

    }

    .lc-cta-box h2 {

        font-size: 31px;

    }

    .lc-cta-box p {

        font-size: 15px;

    }

}