.lp-platform {
    padding: 80px 40px;
    background: #fff;
}

.lp-platform-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.lp-platform h2 {
    font-size: 2.3em;
    color: #10195c;
    text-align: center;
    margin-bottom: 10px;
}

.lp-platform .lp-plat-sub {
    text-align: center;
    color: #555;
    font-size: 1.1em;
    max-width: 700px;
    margin: 0 auto 50px;
}

.lp-plat-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .lp-plat-features {
        grid-template-columns: 1fr;
    }
}

.lp-plat-features.reverse {
    direction: rtl;
}

.lp-plat-features.reverse > * {
    direction: ltr;
}

.lp-plat-mockup {
    background: linear-gradient(135deg, #f0f4ff, #e8eeff);
    border-radius: 20px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    position: relative;
    overflow: hidden;
}

.lp-plat-mockup .lp-mock-screen {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 25px;
}

.lp-mock-header {
    display: flex;
    gap: 6px;
    margin-bottom: 15px;
}

.lp-mock-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.lp-mock-dot.r {
    background: #ff5f56;
}

.lp-mock-dot.y {
    background: #ffbd2e;
}

.lp-mock-dot.g {
    background: #27c93f;
}

.lp-mock-q {
    background: #f8f9fc;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 10px;
}

.lp-mock-q p {
    margin: 0 0 10px;
    color: #333;
    font-size: 0.9em;
    font-weight: 600;
}

.lp-mock-opt {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.82em;
    color: #555;
    margin: 4px 0;
}

.lp-mock-opt.correct {
    background: #e8f8ee;
    color: #0d6b4f;
    border: 1px solid #1a9b6c;
}

.lp-mock-opt.wrong {
    background: #ffe8e8;
    color: #c0392b;
    border: 1px solid #e74c3c;
}

.lp-mock-opt.neutral {
    background: #f0f0f0;
    border: 1px solid #ddd;
}

.lp-mock-justify {
    background: #e8f8ee;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
    font-size: 0.8em;
    color: #0d6b4f;
    border-left: 3px solid #1a9b6c;
}

.lp-mock-stats {
    display: flex;
    gap: 15px;
    margin-top: 12px;
}

.lp-mock-stat {
    background: #f0f4ff;
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 0.75em;
    color: #3c5fd7;
    font-weight: 600;
}

.lp-plat-text h3 {
    color: #10195c;
    font-size: 1.5em;
    margin: 0 0 15px;
}

.lp-plat-text p {
    color: #555;
    line-height: 1.7;
    margin: 0 0 15px;
}

.lp-plat-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lp-plat-text li {
    padding: 8px 0;
    color: #444;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.lp-plat-text li .lp-feat-check {
    color: #3c5fd7;
    font-weight: 700;
}

.lp-plat-mockup2 {
    background: linear-gradient(135deg, #fff8e0, #ffe99a);
}

.lp-mock-video {
    position: relative;
}

.lp-mock-progress {
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
    margin-top: 12px;
}

.lp-mock-progress-bar {
    height: 100%;
    width: 65%;
    background: #3c5fd7;
    border-radius: 2px;
}

.lp-mock-vid-controls {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 0.75em;
    color: #888;
}

.lp-mock-lesson {
    background: #f8f9fc;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.82em;
}

.lp-mock-lesson .lp-ml-title {
    color: #333;
}

.lp-mock-lesson .lp-ml-dur {
    color: #888;
    font-size: 0.9em;
}

.lp-mock-lesson.active {
    background: #e8eeff;
    border-left: 3px solid #3c5fd7;
}
