:root {
  --sv-blue: #8f1018;
  --sv-cyan: #d71920;
  --sv-orange: #f26a21;
  --sv-bg: #fff8ef;
  --sv-line: #f0d5be;
  --sv-ink: #33120b;
}

body.sv-body { background: var(--sv-bg); }
.sv-hero { background: linear-gradient(130deg, #fff0e5, #fff9d9); }
.sv-hero h1 span { color: #d71920; }
.sv-btn { background: linear-gradient(105deg, #d71920, #f26a21 72%, #f7c948); color: #fff; }
.sv-card-icon { background: #fff0dc; color: #d71920; }
.sv-badge { background: #fff1c4; color: #7b2417; }
.sv-notice { border-left-color: #f26a21; background: #fff1e6; }

