.local-target-guide {
  background:
    radial-gradient(circle at top left, rgba(13, 110, 253, 0.12), transparent 34%),
    linear-gradient(135deg, #0f172a 0%, #182235 100%);
  color: #fff;
}

.local-target-guide .guide-shell {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.2);
}

.local-target-guide .guide-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  background: rgba(255, 255, 255, 0.1);
  color: #dbeafe;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.local-target-guide .guide-card {
  height: 100%;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  padding: 1.5rem;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.local-target-guide .guide-card:hover {
  transform: translateY(-4px);
  border-color: rgba(147, 197, 253, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

.local-target-guide .guide-number {
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  background: #dbeafe;
  color: #0f172a;
  font-weight: 700;
}

.local-target-guide .guide-card p {
  color: rgba(255, 255, 255, 0.78);
}

.local-target-guide .guide-link {
  color: #bfdbfe;
  text-decoration: none;
  font-weight: 700;
}

.local-target-guide .guide-link:hover {
  color: #fff;
}
.bu-conversion-fix .tarif-table-shell h2,
.bu-conversion-fix .conversion-story-card:not(.conversion-dark-card) h3 {
  color: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
}

.bu-conversion-fix .conversion-lead,
.bu-conversion-fix .conversion-story-card:not(.conversion-dark-card) p {
  color: #475569 !important;
  -webkit-text-fill-color: #475569 !important;
}