/* promocodechecker.net — Red / Urgent */
:root {
    --color-primary:   #dc2626;
    --color-primary-h: #b91c1c;
    --color-bg:        #fafafa;
    --color-badge-green: #fee2e2;
    --color-badge-blue:  #fef2f2;
    --radius:          10px;
    --radius-sm:       6px;
}
.hero { background: linear-gradient(135deg, #450a0a 0%, #dc2626 100%); }
.site-header { background: #fff; border-top: 4px solid #dc2626; border-bottom: 1px solid #fee2e2; }
.site-logo { color: #dc2626; }
.promo-card { border-top: none; border-left: 4px solid #dc2626; border-radius: 0 10px 10px 0; }
.promo-card__code-block { background: #fff5f5; border: 1px solid #fca5a5; border-radius: 6px; }
.code-text { color: #991b1b; font-size: 19px; font-weight: 800; letter-spacing: 1.5px; }
.cat-tab.active, .cat-tab:hover { background: #dc2626; }
.promo-card__rating { color: #dc2626; }
.age-disclaimer { background: #450a0a; }
.step-num { background: #dc2626; }
.badge-verified { background: #fee2e2; color: #991b1b; }
