/* ========== ПРОДАЮЧИЙ БЛОК ========== */
.promo-block {
    background: linear-gradient(135deg, #1a2c3e 0%, #1e3a4d 100%);
    border-radius: 16px;
    padding: 25px;
    margin-bottom: 25px;
    color: white;
    text-align: center;
}

.promo-block__title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.promo-block__features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

.promo-block__feature {
    display: flex;
    align-items: center;
    gap: 8px;
}

.promo-block__check {
    background: #25a65b;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.promo-block__footer {
    font-size: 15px;
    opacity: 0.9;
}