﻿.hero-section-clients {
    background: linear-gradient(135deg, #f3f9fc 0%, #e8f4fb 100%);    
}

    .hero-section-clients .btn-primary {
        background-color: #3f9fd2;
        border-color: #3f9fd2;
    }

@media (max-width: 992px) {
    .hero-section-clients-card {
        margin-top: 30px;
    }
}

.advantages-modern {
    padding: 60px 0;
    background: #ffffff;
}

/* элемент */
.adv-modern-item {
    padding-left: 20px;
    border-left: 2px solid #3f9fd2;
    margin-bottom: 20px;
}

    .adv-modern-item h5 {
        font-weight: 700;
        margin-bottom: 6px;
    }

    .adv-modern-item p {
        font-size: 0.9rem;
        opacity: 0.8;
    }

.product-switch {
    padding: 40px 0;
    background: #ffffff;
}

.switch-box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.switch-item {
    flex: 1;
    min-width: 250px;
    padding: 20px;
    border-radius: 16px;
    background: #f3f9fc;
    border: 2px solid transparent;
    transition: 0.2s;
}

    .switch-item.active {
        border-color: #3f9fd2;
        background: #ffffff;
    }

    .switch-item.link {
        text-decoration: none;
        color: inherit;
    }

    .switch-item:hover {
        transform: translateY(-3px);
    }

.prices-modern {
    padding: 60px 0;
    background: linear-gradient(180deg, #ffffff 0%, #d6ecfa 100%);
}

    .prices-modern .btn-primary {
        background-color: #3f9fd2;
        border-color: #3f9fd2;
    }

        .prices-modern .btn-primary:hover {
            background-color: #338bb8;
            border-color: #338bb8;
        }

/* список */
.price-list-modern {
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

/* строка */
.price-row {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #e5e7eb;
}

    .price-row:last-child {
        border-bottom: none;
    }

/* цена */
.price-value {
    font-weight: 700;
    color: #3f9fd2;
}

/* примечание */
.price-note {
    font-size: 0.9rem;
    color: #6c757d;
}

.cta-section-clients .btn-primary {
        background-color: #3f9fd2;
        border-color: #3f9fd2;
    }

.clients-section-dark {
    background-color: #343a40;
    background-image: url('/img/pattern02.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    /* Заголовок */
    .clients-section-dark h2 {
        color: #ffffff;
        font-weight: 800;
    }