:root {
  --brand: #8b5cf6;
  --brand-2: #ec4899;
  --brand-rgb: 139, 92, 246;
  --bg: #f5f3ff;
  --surface: #ffffff;
  --surface-alt: #ede9fe;
  --text-main: #1e1b4b;
  --text-muted: #5b5475;
  --border: #ddd6fe;
  --shadow-sm: 0 4px 16px rgba(109, 40, 217, .08);
  --shadow-md: 0 14px 32px rgba(109, 40, 217, .12);
  --shadow-lg: 0 30px 62px rgba(109, 40, 217, .16);
}

.site-header {
  background: rgba(245, 243, 255, .96);
}

.hero-article {
  background: radial-gradient(circle at 100% 0, rgba(236, 72, 153, .10), transparent 260px), #ffffff;
}

.action-widget {
  background: linear-gradient(180deg, #ffffff, #f5f3ff);
}

.trust-box {
  background: rgba(139, 92, 246, .07);
  border-color: rgba(139, 92, 246, .25);
}

.trust-content strong {
  color: #7c3aed;
}

.warning-banner {
  background: #fdf2f8;
  border-left-color: #ec4899;
}

.warning-banner strong {
  color: #db2777;
}

.site-footer {
  background: #1e1b4b;
}
