/* THEME: Forest — leśna zieleń + earth tones (light, organic) */
:root{
  --bg:#f7f9f4;
  --surface:#ffffff;
  --surface-2:#f0f7ec;
  --text:#1a2e1a;
  --text-2:#2d4a30;
  --muted:#5e6f5e;
  --border:#c9dcc4;
  --primary:#16a34a;
  --primary-2:#15803d;
  --primary-light:#dcfce7;
  --gold:#a16207;
  --gold-light:#fef3c7;
  --gradient-1:linear-gradient(135deg,#16a34a,#15803d);
  --gradient-2:linear-gradient(135deg,#65a30d,#16a34a);
  --gradient-premium:linear-gradient(135deg,#a16207,#854d0e);
  --shadow-lg:0 10px 30px -5px rgb(22 163 74 / 0.18);
}
body{font-family:"Source Sans 3",-apple-system,system-ui,sans-serif}

.site-header{background:linear-gradient(135deg,#dcfce7,#bbf7d0) !important;border-bottom:2px solid var(--primary) !important}
.entry-card.premium,.premium-card{border-color:var(--gold) !important;background:linear-gradient(135deg,#fef3c7,#fde68a) !important}
.entry-hero{background:linear-gradient(135deg,#dcfce7,#bbf7d0) !important}
.firma-wide-hero{background:linear-gradient(135deg,#15803d,#166534) !important}
.partner-promo{background:linear-gradient(135deg,#dcfce7,#bbf7d0) !important;border-color:var(--primary) !important}
