#okdakSocialProof {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 10px auto 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(15, 118, 110, 0.18);
  border: 1px solid rgba(45, 212, 191, 0.35);
  color: #e4e4e7;
  font-size: 13px;
  line-height: 1.3;
}
#okdakSocialProof[hidden] { display: none !important; }

/* Start : dans le flux du hero, pas fixed par-dessus le mockup */
body.page-start #okdakSocialProof,
body.page-start .start-social-proof-host {
  position: static !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  z-index: 1;
  margin: 0.85rem 0 0;
  max-width: 100%;
  width: fit-content;
}

body.light-theme #okdakSocialProof,
html[data-okdak-theme="light"] #okdakSocialProof {
  color: #134e4a;
  background: rgba(45, 212, 191, 0.14);
}

.okdak-sp__dot {
  width: 8px; height: 8px; border-radius: 50%;
  flex-shrink: 0;
  background: #2dd4bf; box-shadow: 0 0 0 3px rgba(45, 212, 191, 0.2);
}
.okdak-sp__text strong { color: #2dd4bf; font-weight: 700; }
