/* promocodeschecker.net — Amber / Warm Minimal */
:root {
    --color-primary:   #d97706;
    --color-primary-h: #b45309;
    --color-bg:        #fffbeb;
    --color-badge-green: #fef3c7;
    --color-badge-blue:  #fde68a;
    --radius:          8px;
    --radius-sm:       4px;
    --shadow:          0 1px 4px rgba(217,119,6,.1);
}
.hero { background: linear-gradient(135deg, #78350f 0%, #d97706 100%); }
.site-header { background: #fffbeb; border-bottom: 2px solid #fde68a; }
.site-logo { color: #b45309; font-weight: 900; }
.promo-card { border: 1px solid #fde68a; background: #fff; }
.promo-card__code-block { background: #fffbeb; border: 2px dashed #d97706; border-radius: 4px; }
.code-text { color: #92400e; font-weight: 800; font-size: 17px; letter-spacing: 1px; }
.cat-tab.active, .cat-tab:hover { background: #d97706; }
.age-disclaimer { background: #78350f; }
.step-num { background: #d97706; }
.promos-section--alt { background: #fef3c7; }
