:root {
  --brand: #be185d;
  --brand-2: #7c3aed;
  --brand-rgb: 190, 24, 93;
  --bg: #fdf2f8;
  --surface: #ffffff;
  --surface-alt: #fce7f3;
  --text-main: #321428;
  --text-muted: #70415e;
  --border: #fbcfe8;
  --shadow-sm: 0 4px 16px rgba(190, 24, 93, .08);
  --shadow-md: 0 14px 32px rgba(190, 24, 93, .12);
  --shadow-lg: 0 30px 62px rgba(190, 24, 93, .16);
}

.site-header {
  background: rgba(253, 242, 248, .96);
}

.hero-article {
  background: radial-gradient(circle at 100% 0, rgba(124, 58, 237, .10), transparent 260px), #ffffff;
}

.widget,
.action-widget {
  background: linear-gradient(180deg, #ffffff, #fdf2f8);
}

.trust-box {
  background: rgba(190, 24, 93, .06);
  border-color: rgba(190, 24, 93, .22);
}

.trust-content strong {
  color: #be185d;
}

.warning-banner {
  background: #f5f3ff;
  border-left-color: #7c3aed;
}

.warning-banner strong {
  color: #6d28d9;
}

.site-footer {
  background: #321428;
}
