:root {
  --brand: #dc2626;
  --brand-2: #f97316;
  --brand-rgb: 220, 38, 38;
  --bg: #fff1f2;
  --surface: #ffffff;
  --surface-alt: #ffe4e6;
  --text-main: #1f2937;
  --text-muted: #6b3f46;
  --border: #fecdd3;
  --shadow-sm: 0 4px 14px rgba(159, 18, 57, .08);
  --shadow-md: 0 12px 26px rgba(159, 18, 57, .12);
  --shadow-lg: 0 24px 54px rgba(159, 18, 57, .16);
}

.site-header {
  background: rgba(255, 241, 242, .96);
}

.brand-letter,
.primary-btn,
.header-cta {
  color: #fff !important;
}

.tag {
  background: #fff1f2;
  border-color: #fecdd3;
}

.trust-box {
  background: rgba(244, 63, 94, .06);
  border-color: rgba(244, 63, 94, .22);
}

.trust-content strong {
  color: #be123c;
}

.warning-banner {
  background: #fff7ed;
  border-left-color: #f97316;
}

.site-footer {
  background: #1f1115;
}
