/* Micro Accent System — reversible
   Blau bleibt Aktion/CTA. Gold dient Orientierung. Petrol dient Vertrauen/Nachweis. */
:root {
  --fc-blue: #0071e3;
  --fc-gold: #F2B759;
  --fc-petrol: #0A4A3C;
  --fc-ink: #1d1d1f;
  --fc-cloud: #f5f5f7;
}
.micro-kicker-gold { color: var(--fc-gold) !important; }
.micro-kicker-petrol { color: var(--fc-petrol) !important; }
.micro-badge-petrol {
  background: rgba(10, 74, 60, 0.08);
  color: var(--fc-petrol);
  border: 1px solid rgba(10, 74, 60, 0.12);
}
.micro-badge-gold {
  background: rgba(242, 183, 89, 0.14);
  color: #7A4A00;
  border: 1px solid rgba(242, 183, 89, 0.22);
}
.micro-number-gold {
  color: rgba(242, 183, 89, 0.38);
  transition: color 500ms cubic-bezier(0.22, 1, 0.36, 1);
}
.group:hover .micro-number-gold { color: var(--fc-gold); }
.micro-soft-ring-gold { box-shadow: inset 0 0 0 1px rgba(242, 183, 89, 0.18); }
.micro-soft-ring-petrol { box-shadow: inset 0 0 0 1px rgba(10, 74, 60, 0.14); }
.micro-trust-card {
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(18px) saturate(165%);
  -webkit-backdrop-filter: blur(18px) saturate(165%);
}
@media (hover: hover) and (pointer: fine) {
  .micro-link-card { transition: transform 500ms cubic-bezier(0.22, 1, 0.36, 1); }
  .micro-link-card:hover { transform: translateY(-2px) scale(1.01); }
}
