    .prop-course-page {
        font-family: 'DM Sans', sans-serif;
        color: #1f2937;
        background: #f7f9fc;
    }

    .prop-course-page h1,
    .prop-course-page h2,
    .prop-course-page h3,
    .prop-course-page h4,
    .prop-course-page h5,
    .prop-course-page h6 {
        font-family: 'Sora', sans-serif;
    }

    .prop-hero {
        position: relative;
        overflow: hidden;
        background:
            radial-gradient(circle at top right, rgba(37, 99, 235, 0.16), transparent 28%),
            radial-gradient(circle at left bottom, rgba(16, 185, 129, 0.14), transparent 24%),
            linear-gradient(135deg, #0f172a 0%, #111827 55%, #1e293b 100%);
        color: #fff;
        padding: 90px 0 70px;
    }

    .prop-hero:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(255,255,255,0.04), transparent);
        pointer-events: none;
    }

    .prop-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(255,255,255,0.12);
        border: 1px solid rgba(255,255,255,0.16);
        color: #fff;
        padding: 9px 16px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 18px;
        backdrop-filter: blur(8px);
    }

    .prop-hero-title {
        font-size: 46px;
        line-height: 1.15;
        font-weight: 800;
        margin-bottom: 18px;
        color: #fff;
    }

    .prop-hero-text {
        font-size: 17px;
        line-height: 1.85;
        color: rgba(255,255,255,0.88);
        max-width: 820px;
        margin-bottom: 0;
    }

    .prop-hero-card {
        background: rgba(255,255,255,0.10);
        border: 1px solid rgba(255,255,255,0.12);
        border-radius: 24px;
        padding: 28px;
        backdrop-filter: blur(10px);
        box-shadow: 0 18px 60px rgba(0, 0, 0, 0.20);
    }

    .prop-hero-points {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .prop-hero-points li {
        position: relative;
        padding-left: 26px;
        margin-bottom: 14px;
        color: #eef2ff;
        line-height: 1.7;
    }

    .prop-hero-points li:last-child {
        margin-bottom: 0;
    }

    .prop-hero-points li:before {
        content: "";
        width: 10px;
        height: 10px;
        background: #22c55e;
        position: absolute;
        left: 0;
        top: 8px;
        border-radius: 2px;
    }

    .prop-section {
        padding: 70px 0;
    }

    .prop-section-head {
        margin-bottom: 32px;
    }

    .prop-section-subtitle {
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        color: #2563eb;
        background: rgba(37, 99, 235, 0.08);
        padding: 8px 14px;
        border-radius: 999px;
        margin-bottom: 14px;
        letter-spacing: .4px;
        text-transform: uppercase;
    }

    .prop-section-title {
        font-size: 34px;
        font-weight: 800;
        color: #0f172a;
        margin-bottom: 12px;
    }

    .prop-content-card {
        background: #fff;
        border-radius: 24px;
        padding: 34px;
        box-shadow: 0 14px 50px rgba(15, 23, 42, 0.08);
        border: 1px solid #e5e7eb;
        height: 100%;
    }

    .prop-content-card p {
        font-size: 16px;
        line-height: 1.95;
        color: #334155;
        margin-bottom: 18px;
        white-space: pre-line;
    }

    .prop-content-card p:last-child {
        margin-bottom: 0;
    }

    .prop-module-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
    }

    .prop-module-card {
        position: relative;
        background: #ffffff;
        border: 1px solid #e7edf5;
        border-radius: 22px;
        padding: 24px 22px;
        box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
        transition: all 0.28s ease;
        height: 100%;
    }

    .prop-module-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
    }

    .prop-module-number {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        background: linear-gradient(135deg, #2563eb, #1d4ed8);
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 18px;
        box-shadow: 0 12px 24px rgba(37, 99, 235, 0.20);
    }

    .prop-module-card h4 {
        font-size: 20px;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 10px;
    }

    .prop-module-card p {
        margin: 0;
        color: #475569;
        line-height: 1.8;
        font-size: 15px;
        white-space: pre-line;
    }

    .prop-feature-card {
        background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
        border: 1px solid #e4edf7;
        border-radius: 22px;
        padding: 28px;
        box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
        height: 100%;
    }

    .prop-feature-card h3 {
        font-size: 22px;
        font-weight: 700;
        color: #0f172a;
        margin-bottom: 18px;
    }

    .prop-bullet-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .prop-bullet-list li {
        position: relative;
        padding-left: 28px;
        margin-bottom: 14px;
        color: #334155;
        line-height: 1.8;
        font-size: 15.5px;
        white-space: pre-line;
    }

    .prop-bullet-list li:last-child {
        margin-bottom: 0;
    }
 

    .prop-dark-block {
        background: linear-gradient(135deg, #111827 0%, #0f172a 100%);
        border-radius: 28px;
        padding: 42px 34px;
        color: #fff;
        box-shadow: 0 18px 50px rgba(2, 6, 23, 0.20);
    }

    .prop-dark-block h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 800;
        margin-bottom: 18px;
    }

    .prop-dark-block .prop-bullet-list li {
        color: rgba(255,255,255,0.90);
    }

    .prop-dark-block .prop-bullet-list li:before {
        color: #22c55e;
    }

    .prop-cta-wrap {
        padding: 0 0 80px;
    }

    .prop-cta-box {
        background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
        border-radius: 28px;
        padding: 38px 34px;
        color: #fff;
        box-shadow: 0 18px 40px rgba(37, 99, 235, 0.22);
        position: relative;
        overflow: hidden;
    }

    .prop-cta-box:before {
        content: "";
        position: absolute;
        right: -80px;
        top: -80px;
        width: 220px;
        height: 220px;
        background: rgba(255,255,255,0.08);
        border-radius: 50%;
    }

    .prop-cta-box:after {
        content: "";
        position: absolute;
        left: -50px;
        bottom: -60px;
        width: 180px;
        height: 180px;
        background: rgba(255,255,255,0.06);
        border-radius: 50%;
    }

    .prop-cta-box h3 {
        position: relative;
        z-index: 2;
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 14px;
        color: #fff;
    }

    .prop-cta-box p {
        position: relative;
        z-index: 2;
        margin: 0;
        font-size: 17px;
        line-height: 1.9;
        color: rgba(255,255,255,0.92);
        white-space: pre-line;
    }

    .prop-sticky-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        background: rgba(15, 23, 42, 0.94);
        backdrop-filter: blur(10px);
        box-shadow: 0 -10px 30px rgba(0,0,0,0.10);
        border-top: 1px solid rgba(255,255,255,0.08);
        padding: 14px 0;
    }

    .prop-sticky-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
    }

    .prop-sticky-text {
        color: #fff;
        font-weight: 700;
        font-size: 15px;
        margin: 0;
    }

    .prop-sticky-actions {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }

    .prop-btn-main,
    .prop-btn-alt {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        border-radius: 999px;
        padding: 12px 22px;
        font-weight: 700;
        text-decoration: none;
        transition: all 0.25s ease;
        border: none;
    }

    .prop-btn-main {
        background: #fff;
        color: #0f172a;
    }

    .prop-btn-main:hover {
        background: #e2e8f0;
        color: #0f172a;
    }

    .prop-btn-alt {
        background: #22c55e;
        color: #fff;
    }

    .prop-btn-alt:hover {
        background: #16a34a;
        color: #fff;
    }

    .prop-anchor-offset {
        scroll-margin-top: 120px;
    }

    @media (max-width: 991px) {
        .prop-hero {
            padding: 70px 0 55px;
        }

        .prop-hero-title {
            font-size: 34px;
        }

        .prop-section-title {
            font-size: 28px;
        }

        .prop-module-grid {
            grid-template-columns: 1fr;
        }

        .prop-content-card,
        .prop-feature-card,
        .prop-dark-block,
        .prop-cta-box,
        .prop-hero-card {
            padding: 24px;
        }
    }

    @media (max-width: 767px) {
        .prop-hero-title {
            font-size: 28px;
        }

        .prop-hero-text,
        .prop-content-card p,
        .prop-bullet-list li,
        .prop-module-card p,
        .prop-cta-box p {
            font-size: 15px;
            line-height: 1.85;
        }

        .prop-section {
            padding: 52px 0;
        }

        .prop-sticky-inner {
            flex-direction: column;
            align-items: stretch;
        }

        .prop-sticky-actions {
            width: 100%;
        }

        .prop-btn-main,
        .prop-btn-alt {
            flex: 1 1 auto;
        }
    }
    
    
    
    /* ===== INTRO SECTION UPGRADE ===== */

.prop-intro-section {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.prop-intro-card {
    position: relative;
    background: #ffffff;
    border-radius: 22px;
    padding: 30px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
    border: 1px solid #e6edf5;
    height: 100%;
    transition: all 0.3s ease;
}

.prop-intro-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
}

/* ICON */
.prop-intro-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 18px;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
}

/* TEXT */
.prop-intro-card p {
    font-size: 16px;
    line-height: 1.9;
    color: #334155;
    margin: 0;
}

/* BOTTOM HIGHLIGHT */
.prop-intro-highlight {
    position: relative;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 22px;
    padding: 30px;
    color: #fff;
    text-align: center;
    box-shadow: 0 20px 60px rgba(2, 6, 23, 0.2);
}

.prop-intro-highlight p {
    margin: 0;
    font-size: 17px;
    line-height: 1.9;
    color: rgba(255,255,255,0.9);
}

/* LEFT BORDER LINE EFFECT */
.prop-highlight-line {
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    width: 5px;
    background: linear-gradient(#2563eb, #22c55e);
    border-radius: 10px;
}






.prop-hotlist-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 25px; 
    border: 1px solid #e6edf5;
}

/* Header */
.prop-hotlist-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.prop-hotlist-header h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
}

.prop-hotlist-header p {
    margin: 0;
    font-size: 14px;
    color: #64748b;
}

/* Live badge */
.prop-hotlist-badge {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Widget styling */
.hotlist-widget {
    border-radius: 18px; 
}

.tradingview-widget-container2{
    height: 650px;
}
/* Hide tradingview footer */
.tradingview-widget-copyright {
    display: none !important;
}








.module-tabs-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tab-btn {
    background: #f1f5f9;
    border: none;
    padding: 12px 22px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s;
}

.tab-btn.active {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
}

.tab-btn:hover {
    transform: translateY(-2px);
}

.module-tabs-content {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content pre {
    white-space: pre-wrap;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 1.8;
}





.module-header {
    text-align: center;
    margin-bottom: 30px;
}

.module-header h3 {
    font-size: 26px;
    font-weight: 800;
    color: #2563eb;
}

.module-header p {
    color: #64748b;
    font-size: 15px;
}

/* GRID */
.module-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* CARD */
.module-item {
    background: #ffffff;
    border-radius: 18px;
    padding: 20px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
    position: relative;
}

.module-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* TITLE */
.module-item h4 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0f172a;
}

/* LIST */
.module-item ul {
    padding-left: 0;
    list-style: none;
}

.module-item ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #334155;
}

/* BULLET */
.module-item ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #2563eb, #22c55e);
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 2px;
}

/* MOBILE */
@media(max-width:768px){
    .module-list{
        grid-template-columns: 1fr;
    }
}



/* INTRO */
.strategy-intro {
    background: #0f172a;
    color: #fff;
    padding: 25px;
    border-radius: 16px;
    margin-bottom: 25px;
}

.strategy-intro h4 {
    font-size: 20px;
    margin-bottom: 8px;
}

/* GRID */
.strategy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* CARD BASE */
.strategy-card {
    border-radius: 16px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e7eb;
    transition: 0.3s;
}

.strategy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* COLORS */
.strategy-card.green {
    border-left: 5px solid #22c55e;
}
.strategy-card.red {
    border-left: 5px solid #ef4444;
}
.strategy-card.blue {
    border-left: 5px solid #2563eb;
}
.strategy-card.purple {
    border-left: 5px solid #7c3aed;
}

/* FULL WIDTH */
.strategy-card.full {
    grid-column: span 2;
}

/* TRADE BOX */
.trade-box {
    background: #f8fafc;
    padding: 15px;
    border-radius: 12px;
    margin-top: 15px;
}

/* EXAMPLE */
.example-box {
    background: #eef2ff;
    padding: 12px;
    border-radius: 10px;
    margin-top: 10px;
}

/* MOBILE */
@media(max-width:768px){
    .strategy-grid{
        grid-template-columns: 1fr;
    }
    .strategy-card.full{
        grid-column: span 1;
    }
}



/* Section Title */
.strategy-section-title {
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0 15px;
}

/* Colors */
.strategy-card.orange {
    border-left: 5px solid #f97316;
}

/* UL */
.strategy-card ul {
    margin-top: 10px;
    padding-left: 18px;
}

.strategy-card ul li {
    font-size: 14px;
    margin-bottom: 5px;
}




/* HEADER */
.module-tabs-header {
    position: relative;
}

/* BADGE */
.module-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* TITLE */
.module-main-title {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 10px;
}

/* SUBTITLE */
.module-subtitle {
    font-size: 15px;
    color: #64748b;
}

/* TAB WRAPPER */
.module-tabs-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    background: #f1f5f9;
    padding: 10px;
    border-radius: 50px;
    width: fit-content;
    margin: 0 auto 30px;
}

/* TAB BUTTON */
.tab-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    color: #475569;
    transition: 0.3s;
    position: relative;
}

/* ICON */
.tab-icon {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

/* ACTIVE TAB */
.tab-btn.active {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

.tab-btn.active .tab-icon {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

/* HOVER */
.tab-btn:hover {
    transform: translateY(-2px);
}

/* MOBILE */
@media(max-width:768px){
    .module-main-title {
        font-size: 26px;
    }

    .module-tabs-buttons {
        border-radius: 20px;
    }
}

 
