:root {
  --brand: #f59e0b;
  --brand-2: #ef4444;
  --brand-rgb: 245, 158, 11;
  --bg: #fff7ed;
  --surface: #ffffff;
  --surface-alt: #fffbeb;
  --text-main: #1f2937;
  --text-muted: #6b4f2a;
  --border: #fed7aa;
  --shadow-sm: 0 4px 14px rgba(146, 64, 14, .08);
  --shadow-md: 0 12px 24px rgba(146, 64, 14, .12);
  --shadow-lg: 0 24px 42px rgba(146, 64, 14, .16);
}

.site-header {
  background: rgba(255, 251, 235, .96);
}

.hero-article,
.widget {
  background: linear-gradient(180deg, #ffffff, #fffbeb);
}

.trust-box {
  background: rgba(16, 185, 129, .07);
  border-color: rgba(16, 185, 129, .28);
}

.trust-content strong {
  color: #047857;
}

.warning-banner {
  background: #fff7ed;
  border-left-color: #f97316;
}

.warning-banner strong {
  color: #c2410c;
}

.site-footer {
  background: #1c1917;
  color: #d6d3d1;
}
