.course-lp-wrap{
            background:#fbfaf7;
            overflow:hidden;
        }

        .lp-cream{
            background:linear-gradient(135deg,#f8f5ef 0%,#ffffff 55%,#f2efe8 100%);
        }

        .lp-container{
            max-width:1180px;
            margin:0 auto;
            padding-left:24px;
            padding-right:24px;
        }

        .lp-hero{
            padding:76px 0 82px;
        }

        .lp-hero-img{
            width:100%;
            max-width:520px;
            aspect-ratio:1.08/1;
            object-fit:cover;
            border-radius:22px;
            box-shadow:0 22px 60px rgba(20,33,61,.13);
        }

        .lp-pill{
            display:inline-flex;
            align-items:center;
            gap:8px;
            background:#F4F4F8;
            color:#5b55b9;
            border-radius:999px;
            padding:9px 18px;
            font-size:14px;
            font-weight:600;
            margin-bottom:18px;
        }

        .lp-title{
            font-size:clamp(38px,5vw,62px);
            line-height:1.18;
            font-weight:800;
            color:#14213d;
            letter-spacing:-.8px;
            margin-bottom:18px;
        }

        .lp-subtitle{
            font-size:clamp(20px,2.5vw,30px);
            line-height:1.45;
            color:#5b55b9;
            font-weight:700;
            margin-bottom:14px;
        }

        .lp-desc{
            font-size:19px;
            line-height:1.85;
            color:#485064;
            margin-bottom:28px;
        }

        .lp-btn{
            display:inline-flex;
            align-items:center;
            justify-content:center;
            gap:10px;
            border:0;
            border-radius:999px;
            background:#5b55b9;
            color:#fff;
            padding:15px 32px;
            font-weight:800;
            text-decoration:none;
            box-shadow:0 16px 35px rgba(91,85,185,.25);
            transition:.25s;
        }

        .lp-btn:hover{
            color:#fff;
            transform:translateY(-2px);
            box-shadow:0 20px 45px rgba(91,85,185,.33);
        }

        .lp-btn-outline{
            display:inline-flex;
            align-items:center;
            justify-content:center;
            gap:10px;
            border:1px solid #14213d;
            border-radius:999px;
            color:#14213d;
            padding:14px 28px;
            font-weight:700;
            text-decoration:none;
            margin-left:10px;
            background:rgba(255,255,255,.45);
        }

        .lp-btn-outline:hover{
            color:#14213d;
            background:#fff;
        }

        .lp-section{
            padding:86px 0;
        }

        .lp-section-title{
            font-size:clamp(34px,4vw,48px);
            line-height:1.25;
            font-weight:800;
            color:#14213d;
            margin-bottom:18px;
        }

        .lp-section-kicker{
            color:#5b55b9;
            font-weight:800;
            font-size:20px;
            margin-bottom:12px;
        }

        .lp-card{
            background:#fff;
            border-radius:28px;
            padding:38px;
            box-shadow:0 20px 55px rgba(20,33,61,.08);
            border:1px solid rgba(91,85,185,.08);
        }

        .lp-principle{
            font-size:18px;
            line-height:1.95;
            color:#323a4e;
        }

        .lp-principle img{
            max-width:100%;
            height:auto;
        }

        .lp-audience-section{
            background:#fff;
        }

        .lp-audience-grid{
            display:grid;
            grid-template-columns:repeat(2,minmax(0,1fr));
            gap:42px 80px;
            max-width:850px;
            margin:42px auto 0;
        }

        .lp-audience-item{
            text-align:center;
        }

        .lp-icon-line{
            width:64px;
            height:64px;
            margin:0 auto 14px;
            border:2px solid #14213d;
            border-radius:22px;
            display:flex;
            align-items:center;
            justify-content:center;
            color:#14213d;
            font-size:28px;
        }

        .lp-audience-item h3{
            font-size:23px;
            color:#14213d;
            font-weight:800;
            margin-bottom:4px;
        }

        .lp-audience-item p{
            margin:0;
            color:#6d7280;
            font-size:16px;
        }

        .lp-objective-img{
            width:100%;
            max-width:500px;
            aspect-ratio:1/1;
            object-fit:cover;
            border-radius:22px;
            box-shadow:0 22px 60px rgba(20,33,61,.13);
        }

        .lp-objective-list{
            list-style:none;
            padding:0;
            margin:22px 0 0;
        }

        .lp-objective-list li{
            display:flex;
            gap:14px;
            align-items:flex-start;
            font-size:18px;
            line-height:1.65;
            color:#14213d;
            margin-bottom:18px;
            font-weight:600;
        }

        .lp-number{
            flex:0 0 auto;
            width:34px;
            height:34px;
            border:2px solid #5b55b9;
            border-radius:50%;
            display:flex;
            align-items:center;
            justify-content:center;
            color:#5b55b9;
            font-weight:800;
            font-size:16px;
            margin-top:1px;
        }

        .lp-module-section{
            background:#fff;
        }

        .lp-module-card{
            background:#fff;
            border-radius:24px;
            padding:32px;
            height:100%;
            box-shadow:0 18px 50px rgba(20,33,61,.08);
            border:1px solid rgba(91,85,185,.1);
        }

        .lp-module-card h3{
            color:#14213d;
            font-size:24px;
            line-height:1.45;
            font-weight:800;
            margin-bottom:18px;
        }

        .lp-module-card ul{
            margin:0;
            padding:0;
            list-style:none;
            color:#3d4659;
            font-size:17px;
            line-height:1.75;
        }

        .lp-module-card li{
            position:relative;
            padding-left:28px;
            margin-bottom:9px;
        }

        .lp-module-card li::before{
            content:"\f00c";
            font-family:"Font Awesome 6 Free";
            font-weight:900;
            position:absolute;
            left:0;
            top:1px;
            color:#5b55b9;
        }

        .lp-module-head{
            display:flex;
            gap:14px;
            align-items:flex-start;
        }

        .lp-module-no{
            flex:0 0 auto;
            width:44px;
            height:44px;
            border:2px solid #5b55b9;
            color:#5b55b9;
            border-radius:50%;
            display:flex;
            align-items:center;
            justify-content:center;
            font-weight:800;
            font-size:18px;
            margin-top:2px;
        }

        .lp-highlight{
            text-align:center;
            background:linear-gradient(135deg,#f8f5ef 0%,#fff 50%,#f2efe8 100%);
            padding:92px 0;
        }

        .lp-quote-mark{
            color:#5b55b9;
            font-size:74px;
            line-height:1;
            font-weight:800;
            margin-bottom:12px;
        }

        .lp-highlight-text{
            max-width:820px;
            margin:0 auto;
            color:#14213d;
            font-size:clamp(30px,4vw,48px);
            line-height:1.35;
            font-weight:800;
        }

        .lp-cta{
            text-align:center;
            padding:92px 0 104px;
            background:#fff;
        }

        .lp-cta h2{
            color:#14213d;
            font-size:clamp(34px,4vw,52px);
            font-weight:800;
            margin-bottom:10px;
        }

        .lp-cta p{
            color:#6d7280;
            font-size:18px;
            margin-bottom:28px;
        }

        @media(max-width:991px){
            .lp-hero,
            .lp-section{
                padding:58px 0;
            }

            .lp-hero{
                text-align:center;
            }

            .lp-hero-img,
            .lp-objective-img{
                margin-top:30px;
            }

            .lp-btn-outline{
                margin-left:0;
                margin-top:12px;
            }

            .lp-card{
                padding:26px;
            }

            .lp-audience-grid{
                grid-template-columns:1fr;
                gap:32px;
            }

            .lp-objective-list li{
                text-align:left;
            }
        }


        /* STATS SECTION */
.lp-stats-section {
    background: #fff;
    padding: 70px 0;
}

.lp-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    align-items: center;
    text-align: center;
}

.lp-stat-item {
    padding: 10px;
}

.lp-stat-number {
    font-size: 52px;
    line-height: 1;
    font-weight: 800;
    color: #5650b8;
    margin-bottom: 14px;
    letter-spacing: -1px;
}

.lp-stat-label {
    font-size: 15px;
    line-height: 1.45;
    color: #666;
}

/* Responsive */
@media (max-width: 991px) {
    .lp-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 36px 24px;
    }
}

@media (max-width: 575px) {
    .lp-stats-section {
        padding: 50px 0;
    }

    .lp-stats-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .lp-stat-number {
        font-size: 44px;
    }

    .lp-stat-label {
        font-size: 14px;
    }
}