/* ========================================
   Filoffre — Absinthe 3 niveaux
   L'accent qualifie l'information, pas juste la déco
   ======================================== */

/* Niveau 1 — Absinthe fort : interactif critique */
.btn:hover,
.nav-cta:hover,
.hero-cta-primary:hover,
.hero-cta-secondary:hover,
.footer-col a:hover {
  color: #58C9B9;
}

/* Niveau 2 — Absinthe moyen : données importantes */
.digest-side .budget,
.digest-side .deadline strong,
.pricing-left .price,
.stat-num {
  color: #2E8A7E;
}

.stat-num .unit {
  color: #58C9B9;
}

/* Niveau 3 — Absinthe pâle : surfaces d'emphase */
.digest {
  background: rgba(88,201,185,0.03);
}

.digest-item:hover {
  background: rgba(88,201,185,0.05);
}

.stat:hover {
  background: rgba(88,201,185,0.04);
}

.benefit:hover {
  background: rgba(88,201,185,0.03);
}

/* Step accent doux */
.step-num .slash {
  color: #58C9B9;
}

/* Tags digest — absinthe au lieu de muted */
.digest-tags {
  color: #2E8A7E;
}

.digest-tags span::before {
  color: #58C9B9;
}
