/* getbonuscode.online — Forest Green / Bold */
:root {
    --color-primary:   #16a34a;
    --color-primary-h: #15803d;
    --color-bg:        #f8fafb;
    --color-badge-green: #dcfce7;
    --radius:          0px;
    --radius-sm:       0px;
    --shadow:          2px 2px 0 #16a34a;
    --shadow-md:       4px 4px 0 #16a34a;
}
.hero { background: #16a34a; padding: 72px 0; }
.hero-title { color: #fff; font-size: 3rem; font-weight: 900; letter-spacing: -2px; }
.site-header { background: #fff; border-bottom: 3px solid #16a34a; border-top: none; }
.site-logo { color: #15803d; font-weight: 900; font-size: 22px; text-transform: uppercase; letter-spacing: 1px; }
.promo-card { border: 2px solid #1e293b; border-radius: 0; box-shadow: 4px 4px 0 #16a34a; }
.promo-card:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #16a34a; }
.promo-card__code-block { background: #16a34a; border: none; border-radius: 0; padding: 12px; }
.code-text { color: #fff; font-weight: 900; font-size: 20px; letter-spacing: 3px; text-transform: uppercase; }
.btn-primary { border-radius: 0; border: 2px solid #15803d; }
.cat-tab { border-radius: 0; border: 2px solid #1e293b; }
.cat-tab.active, .cat-tab:hover { background: #16a34a; border-color: #16a34a; }
.age-disclaimer { background: #14532d; }
.step-num { background: #16a34a; border-radius: 0; font-weight: 900; }
.step { border: 2px solid #1e293b; border-radius: 0; box-shadow: 3px 3px 0 #16a34a; }
