/* ===== СТРАНИЦА АКЦИЙ ===== */
.promo-hero {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-radius: var(--radius);
    padding: 40px 20px;
    margin-bottom: 30px;
}

.promo-hero-content .promo-badge .badge {
    font-size: 1.1rem;
    padding: 8px 24px;
}

.promo-stats .stat-item .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
}

.promo-stats .stat-item .stat-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

.promo-cta .cta-content {
    background: #f8fafc;
    padding: 30px;
    border-radius: var(--radius);
}