﻿.page-platform {
    background-color: var(--site-bg, var(--bg));
}
    .page-platform .title {
        text-align: center;
    }
/*intro section*/

    .page-platform .section-intro {
        padding: 80px 0;
        position: relative;
        overflow: hidden;
        min-height: 760px;
        background-image: url('/images/pages/how-ready-bg.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
        .page-platform .section-intro .intro-vector {
            position: absolute;
            bottom: 10%;
            left: 50%;
            height: auto;
            width:100%;
            transform: translateX(-50%) rotate(5deg) scale(1.1);
            pointer-events: none;
            z-index: 1;
        }

        .page-platform .section-intro .intro-iphone-1 {
            position: absolute;
            bottom: 80px;
            right: calc((100vw - 1200px) / 2 + 220px);
            pointer-events: none;
            user-select: none;
            max-width: none;
            z-index: 2;
        }

        .page-platform .section-intro .intro-iphone-2 {
            position: absolute;
            bottom: 80px;
            right: calc((100vw - 1200px) / 2 + 0px);
            pointer-events: none;
            user-select: none;
            max-width: none;
            z-index: 3;
        }

        .page-platform .section-intro .content-container {
            height: 532px;
            padding-right: 600px;
            gap: 24px;
            display: block;
            padding-top: 200px;
            z-index: 4;
            position: relative;
        }

        .page-platform .section-intro h1 {
            line-height: 1.3;
        }

        .page-platform .section-intro p {
            line-height: 1.3;
            margin-top: 14px;
        }




        /* for farents */

    .page-platform .section-for-parents {
        padding: 50px 0;
        position: relative;
        overflow: hidden;
        min-height: 608px;

        background-image: url('/images/pages/home-awards-bg.png');
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
    }

        .page-platform .section-for-parents p {
            line-height: 1.3;
            margin-bottom: 4px;
        }

        .page-platform .section-for-parents h2 {
            margin-top: 6px;
            margin-bottom: 14px;
            text-align: left;
        }

        .page-platform .section-for-parents h3 {
            margin-top: 14px;
            margin-bottom: 6px;
        }

        .page-platform .section-for-parents .parents-layout {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            align-items: stretch;
            margin-top: 50px;
        }
        .page-platform .section-for-parents .five-cards {

            display: flex;
            flex-direction: column;
            gap: 16px;
            margin: 0;
        }

            .page-platform .section-for-parents .five-cards .card {
                display: flex;
                align-items: flex-start;
                gap: 20px;
                background: #fff;
                border: 4px solid rgba(27,27,27,0.06);
                border-radius: 16px;
                box-shadow: 0 10px 30px rgba(2,6,23,0.06);
                padding: 20px;
            }

        .page-platform .section-for-parents .parents-image-wrap {
            display: flex;
            align-items: center; 
            justify-content: center;
        }

            .page-platform .section-for-parents .parents-image-wrap img {
                max-width: 100%;
                height: auto;
                pointer-events: none;
            }




    /* for specialists */

    .page-platform .section-for-specialists {
        padding: 50px 0;
        position: relative;
        overflow: hidden;
        min-height: 608px;
        
    }

        .page-platform .section-for-specialists p {
            line-height: 1.3;
            margin-bottom: 4px;
        }

        .page-platform .section-for-specialists h2 {
            margin-top: 6px;
            margin-bottom: 14px;
            text-align: center;
        }

        .page-platform .section-for-specialists h3 {
            margin-top: 14px;
            margin-bottom: 6px;
        }

        .page-platform .section-for-specialists .specialists-layout {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 16px;
            align-items: stretch;
            margin-top: 50px;
        }

        .page-platform .section-for-specialists .three-cards {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin: 0;
        }

            .page-platform .section-for-specialists .three-cards .card {
                display: flex;
                align-items: flex-start;
                gap: 20px;
               
            }
                .page-platform .section-for-specialists .three-cards .card ul {
                    list-style-type: disc;
                    padding-left: 0px; /* отступ слева, чтобы кружочки были видны */
                    margin: 6px 0px; /* отступ сверху/снизу для всей группы списка */
                    list-style: none; /* убираем стандартные маркеры */
                }

                    .page-platform .section-for-specialists .three-cards .card ul li {
                        margin-bottom: 8px; /* расстояние между пунктами списка */
                        line-height: 1.3; /* делаем текст более читаемым */
                        position: relative;
                        padding-left: 20px; /* отступ для нашего кружочка */
                    }
        /* отдельно добавляем стили для кружочков */
                        .page-platform .section-for-specialists .three-cards .card ul li::before {
                            content: "";
                            position: absolute;
                            left: 0;
                            top: 8px;
                            width: 8px;
                            height: 8px;
                            background-color: var(--btn-bg);
                            border-radius: 50%;
                        }

        .page-platform .section-for-specialists .specialists-image-wrap {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .page-platform .section-for-specialists .specialists-image-wrap img {
            max-width: 100%;
            height: auto;
            pointer-events: none;
        }


/* ===== Features Section ===== */
    .page-platform .section-features {
        text-align: center;
        background: linear-gradient(180deg, #0E5577 0%, #113F56 100%);
        padding-top: 10px;
        padding-bottom: 20px;
    }
        .page-platform .section-features p {
            line-height: 1.3;
            margin-bottom: 4px;
        }

        .page-platform .section-features h2 {
            margin-top: 6px;
            margin-bottom: 10px;
            text-align: center;
        }

        .page-platform .section-features h3 {
            margin-top: 14px;
            margin-bottom: 6px;
        }

        .page-platform .section-features .title {
            margin: 14px auto;
        }

        .page-platform .section-features .cards-grid-2x2 {
            margin: 48px 0;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }
        .page-platform .section-features .card .subcols {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 24px;
            margin-top: 12px;
        }

        .page-platform .section-features .card .subcol p {
            margin-top: 0;
        }

        .page-platform .section-features .card {
            background: rgba(255, 255, 255, 0.9);
            border: 4px solid rgba(27, 27, 27, 0.1);
            backdrop-filter: blur(32px);
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(2, 6, 23, 0.06);
            position: relative;
            text-align: left;
            line-height: 1.4;
        }
        .page-platform .section-features .cards-grid-2x2 .card ul {
            list-style-type: disc;
            padding-left: 0px; /* отступ слева, чтобы кружочки были видны */
            margin: 6px 0px; /* отступ сверху/снизу для всей группы списка */
            list-style: none; /* убираем стандартные маркеры */
        }

            .page-platform .section-features .cards-grid-2x2 .card ul li {
                margin-bottom: 8px; /* расстояние между пунктами списка */
                line-height: 1.3; /* делаем текст более читаемым */
                position: relative;
                padding-left: 20px; /* отступ для нашего кружочка */
            }
            /* отдельно добавляем стили для кружочков */
                .page-platform .section-features .cards-grid-2x2 .card ul li::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 8px;
                    width: 8px;
                    height: 8px;
                    background-color: var(--btn-bg);
                    border-radius: 50%;
                }






                /*section security */

    .page-platform .section-security {
        padding: 60px 0;
        position: relative;
        overflow: hidden;
    }

        .page-platform .section-security .security-image {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            z-index: 2;
            pointer-events: none;
        }
        /* Контент поверх картинок */
        .page-platform .section-security .content-container {
            position: relative;
            padding-right: 340px;
            display: block;
            gap: 24px;
            z-index: 3;
            text-align: left;
            padding-top: 10px
        }

        .page-platform .section-security h1 {
            line-height: 1.3;
        }

        .page-platform .section-security p {
            line-height: 1.3;
            margin-top: 14px;
        }

        .page-platform .section-security .buttons-group {
            text-align: left;
            justify-content: flex-start;
            gap: 16px;
        }

        .page-platform .section-security .btn.large {
            background: #14B5D1;
            padding: 10px 10px;
            color: var(--text-dark-gray2);
            border-radius: 24px;
            text-align: center;
        }



        /*Ready Section*/

    .page-platform .section-ready {
        background: linear-gradient(180deg, #0E5577 0%, #113F56 100%);
        color: white;
        padding: 20px 0;
        position: relative;
        overflow: hidden;
        min-height: 477px;
    }
    /*  (слой 2) */
        .page-platform .section-ready .blue-triangle-bg {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: auto;
            object-fit: cover;
            z-index: 1;
            pointer-events: none;
            object-fit: contain;
            z-index: 1;
            pointer-events: none;
        }


        .page-platform .section-ready .ready-child {
            position: absolute;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
            z-index: 2;
            pointer-events: none;
        }

        .page-platform .section-ready .content-container {
            height: 450px;
            padding-right: 530px;
            gap: 24px;
            display: block;
            padding-top: 140px;
            position: relative;
            z-index: 3;
            text-align: left;
        }

        .page-platform .section-ready h1 {
            line-height: 1.3;
        }

        .page-platform .section-ready p {
            line-height: 1.3;
            margin-top: 14px;
        }

        .page-platform .section-ready .buttons-group {
            margin-top: 30px;
        }
        .page-platform .section-ready .btn {
            padding: 14px 50px;
            border-radius: 24px;
        }