.js-reveal-contact{
  cursor:pointer;
  text-decoration:underline dotted;
}
.js-reveal-contact::before{
  content:"🔒 ";
  font-size:.9em;
}
.ccr-overlay{
  position:fixed;inset:0;
  background:rgba(15,23,42,.55);
  display:flex;align-items:center;justify-content:center;
  z-index:99999;
  animation:ccrFade .15s ease;
}
@keyframes ccrFade{from{opacity:0}to{opacity:1}}
.ccr-modal{
  background:#fff;color:#1f2937;
  border-radius:12px;
  padding:24px 26px;
  width:min(380px,calc(100vw - 32px));
  box-shadow:0 18px 50px rgba(15,23,42,.25);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  position:relative;
}
.ccr-captcha{
  display:flex;justify-content:center;margin:8px 0 4px;
}
.ccr-modal h2{
  margin:0 0 12px;font-size:1.15rem;
}
.ccr-question{
  margin:0 0 14px;font-size:.97rem;color:#374151;
}
.ccr-error{
  margin:10px 0 0;color:#b91c1c;font-size:.9rem;
}
.ccr-close{
  position:absolute;top:8px;right:10px;
  background:transparent;border:0;
  font-size:1.6rem;line-height:1;cursor:pointer;color:#64748b;
}
.ccr-close:hover{color:#0f172a}
.ccr-revealed{font-weight:600}
