.stats-section {
    padding:80px 0;
    background:#f8fafc;
}

.section-heading h2 {
    font-weight:700;
    color:#0f172a;
}

.section-heading p {
    color:#64748b;
}

.stat-card {
    background:#fff;
    border-radius:20px;
    padding:35px;
    text-align:center;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.stat-card:hover {
    transform:translateY(-6px);
}

.stat-icon {
    font-size:2rem;
    margin-bottom:10px;
}

.counter {
    font-size:3rem;
    font-weight:700;
    color:#2563eb;
}

.stat-card p {
    margin:0;
    color:#64748b;
}

.courses-v2 {
    padding:100px 0;
}

.course-section {
    margin-bottom:100px;
}

.course-tag {
    display:inline-block;
    padding:8px 16px;
    border-radius:30px;
    background:#dbeafe;
    color:#1d4ed8;
    margin-bottom:15px;
    font-size:.9rem;
}

.course-section h3 {
    font-size:2rem;
    margin-bottom:20px;
    color:#0f172a;
}

.course-section p {
    color:#475569;
    line-height:1.8;
}

.course-stats {
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    margin:25px 0;
    font-weight:600;
}

.course-features {
    columns:2;
    padding-left:20px;
}

.course-features li {
    margin-bottom:10px;
}

.btn-primary-custom {
    background:#2563eb;
    color:white;
    padding:12px 28px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
}

.btn-primary-custom:hover {
    background:#1d4ed8;
    color:white;
}