/* ═══════════════════════════════════════════════════════════
   Theme: Bold  –  Rot & Orange, scharfe Kanten, hoher Kontrast
   ═══════════════════════════════════════════════════════════ */
:root {
  --accent:        #e11d48;
  --accent-dark:   #be123c;
  --accent-2:      #f97316;
  --accent-rgb:    225,29,72;

  --text:          #111111;
  --text-muted:    #555555;

  --bg:            #f5f5f5;
  --card:          #ffffff;
  --border:        #d1d5db;
  --surface:       #eeeeee;

  --radius:        4px;
  --radius-sm:     4px;
  --radius-xs:     2px;
  --font:          system-ui,-apple-system,'Segoe UI',sans-serif;

  --shadow:        0 2px 8px rgba(0,0,0,.12);
  --shadow-md:     0 6px 20px rgba(0,0,0,.15);

  --success:       #15803d;
  --danger:        #b91c1c;
  --warning:       #b45309;

  --muted:         #555555;
}

/* Bold-spezifische Overrides */
.hm-cover, .ev-card, .hm-card, .hm-hero,
.gb-pkg, .gb-form-card {
  border-radius: var(--radius) !important;
}
.hm-badge, .ev-date-badge, .hm-cat-label {
  border-radius: 2px !important;
}
.hm-cta, .ev-card-btn {
  color: var(--accent) !important;
}
header {
  border-bottom: 3px solid var(--accent);
}
.back-to-top {
  background: var(--accent);
  border-radius: 0;
  box-shadow: 4px 4px 0 var(--accent-dark);
}
.gb-submit, .hm-hero__arr {
  border-radius: var(--radius) !important;
}
