
/* HU CTA system. Prefix hc- (clear of the global wildcard traps:
   hero/eyebrow/-card/card-/-tile/tag/badge/pill/metric/stat-/-fill/footer/-input/
   avatar/search-/-section/progress-/mood-/-meta). */
.hc-toast{
  position:fixed; left:50%; bottom:26px; transform:translate(-50%,14px);
  display:flex; align-items:center; gap:9px;
  background:#243447; color:#fff !important; -webkit-text-fill-color:#fff !important;
  padding:13px 22px; border-radius:999px; font-family:'Nunito',system-ui,sans-serif;
  font-weight:700; font-size:.92rem; z-index:99999;
  box-shadow:0 12px 34px rgba(36,52,71,.32);
  opacity:0; pointer-events:none; transition:opacity .22s ease, transform .22s ease;
}
.hc-toast.on{ opacity:1; transform:translate(-50%,0); }
.hc-tick{
  display:grid; place-items:center; width:20px; height:20px; border-radius:50%;
  background:#7d9e77; color:#fff !important; -webkit-text-fill-color:#fff !important;
  font-size:.72rem; font-weight:900;
  animation:hcPop .34s cubic-bezier(.2,.9,.3,1.4);
}
@keyframes hcPop{ 0%{transform:scale(.2);opacity:0} 100%{transform:scale(1);opacity:1} }

.hc-modal{
  position:fixed; inset:0; z-index:99998; display:none;
  align-items:center; justify-content:center; padding:20px;
  background:rgba(20,28,22,.5); backdrop-filter:blur(3px);
  font-family:'Nunito',system-ui,sans-serif;
}
.hc-modal.on{ display:flex; }
.hc-box{
  width:100%; max-width:560px; max-height:88vh; overflow:auto;
  background:#fff; border-radius:24px; box-shadow:0 30px 80px rgba(20,28,22,.3);
  animation:hcIn .26s cubic-bezier(.2,.9,.3,1.05);
}
@keyframes hcIn{ from{opacity:0; transform:translateY(14px) scale(.98)} to{opacity:1; transform:none} }
.hc-head{ display:flex; align-items:center; justify-content:space-between; gap:12px; padding:22px 24px 6px; }
.hc-box h3{
  font-family:'Playfair Display',serif; font-size:1.35rem; margin:0;
  color:#243447 !important; -webkit-text-fill-color:#243447 !important;
}
.hc-x{
  background:#F4F1E8; border:none; width:34px; height:34px; border-radius:50%;
  cursor:pointer; font-size:.9rem; color:#243447 !important; -webkit-text-fill-color:#243447 !important;
}
.hc-body{ padding:6px 24px 10px; }
.hc-lead{ color:#78766c !important; -webkit-text-fill-color:#78766c !important; font-size:.94rem; margin:0 0 14px; }
.hc-prev{
  display:block; background:#FBF6EC; border:1px solid #EAE2D4; border-radius:14px;
  padding:12px 14px; margin:0 0 16px;
}
.hc-prev b{ display:block; color:#243447 !important; -webkit-text-fill-color:#243447 !important; font-size:.98rem; }
.hc-prev span{ display:block; color:#78766c !important; -webkit-text-fill-color:#78766c !important; font-size:.85rem; margin-top:3px; }
.hc-lbl-row{
  font-size:.72rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase;
  color:#7d9e77 !important; -webkit-text-fill-color:#7d9e77 !important; margin:16px 0 9px;
}
.hc-opts{ display:flex; flex-wrap:wrap; gap:8px; }
.hc-opt{
  background:#fff; border:1.5px solid #EAE2D4; border-radius:999px;
  padding:9px 15px; min-height:42px; font:inherit; font-size:.88rem; font-weight:700;
  color:#5E7E57 !important; -webkit-text-fill-color:#5E7E57 !important;
  cursor:pointer; transition:transform .12s ease, background .15s ease, border-color .15s ease;
}
.hc-opt:hover{ border-color:#7d9e77; }
.hc-opt:active{ transform:scale(.96); }             /* spec: buttons scale on tap */
.hc-opt.on{
  background:#5E7E57; border-color:#5E7E57;
  color:#fff !important; -webkit-text-fill-color:#fff !important;
}
.hc-opt--new{ border-style:dashed; color:#78766c !important; -webkit-text-fill-color:#78766c !important; }
.hc-ta,.hc-lab-in{
  width:100%; border:1.5px solid #EAE2D4; border-radius:14px; padding:11px 13px;
  font:inherit; font-size:.92rem; color:#243447 !important; -webkit-text-fill-color:#243447 !important;
  resize:vertical; background:#fff;
}
.hc-ta:focus,.hc-lab-in:focus{ outline:none; border-color:#7d9e77; }
.hc-mic{
  margin-top:8px; background:#F4F1E8; border:1.5px solid #EAE2D4; border-radius:999px;
  padding:9px 16px; min-height:42px; font:inherit; font-weight:700; font-size:.85rem;
  color:#243447 !important; -webkit-text-fill-color:#243447 !important; cursor:pointer;
}
.hc-mic.hc-rec{ background:#C6764F; border-color:#C6764F; color:#fff !important; -webkit-text-fill-color:#fff !important; }
.hc-labs{ display:flex; flex-wrap:wrap; gap:6px; margin-bottom:8px; }
.hc-lab{
  display:inline-flex; align-items:center; gap:6px;
  background:#EAF1E4; border-radius:999px; padding:5px 10px; font-size:.8rem; font-weight:700;
  color:#5E7E57 !important; -webkit-text-fill-color:#5E7E57 !important;
}
.hc-lab button{ background:none; border:none; cursor:pointer; font-size:.9rem; color:inherit; padding:0; }
.hc-foot{
  display:flex; justify-content:flex-end; gap:10px; padding:14px 24px 22px;
  position:sticky; bottom:0; background:linear-gradient(180deg,rgba(255,255,255,0),#fff 22%);
}
.hc-btn{
  background:#5E7E57; border:2px solid #5E7E57; border-radius:999px;
  padding:12px 26px; min-height:46px; font:inherit; font-weight:800;
  color:#fff !important; -webkit-text-fill-color:#fff !important;
  cursor:pointer; transition:transform .12s ease, background .15s ease;
}
.hc-btn:active{ transform:scale(.96); }
.hc-btn:hover{ background:#4d6a47; }
.hc-btn--ghost{
  background:#fff; border-color:#EAE2D4;
  color:#5E7E57 !important; -webkit-text-fill-color:#5E7E57 !important;
}
.hc-btn:focus-visible,.hc-opt:focus-visible,.hc-x:focus-visible,.hc-mic:focus-visible{
  outline:3px solid #CF9E3F; outline-offset:2px;
}
@media (max-width:600px){
  .hc-box{ max-height:92vh; border-radius:20px 20px 0 0; align-self:flex-end; }
  .hc-modal{ padding:0; align-items:flex-end; }
  .hc-foot .hc-btn{ flex:1; }
}
@media (prefers-reduced-motion:reduce){
  .hc-box,.hc-tick{ animation:none !important; }
  .hc-toast,.hc-btn,.hc-opt{ transition:none !important; }
}

/* Saved Inspiration surface (Life Map) */
.hc-saved{ max-width:1120px; margin:0 auto; padding:10px 20px 60px; }
.hc-saved h3{
  font-family:'Playfair Display',serif; font-size:1.35rem; margin:0 0 4px;
  color:#243447 !important; -webkit-text-fill-color:#243447 !important;
}
.hc-saved-p{ color:#78766c !important; -webkit-text-fill-color:#78766c !important; font-size:.92rem; margin:0 0 16px; }
.hc-grp{ margin-bottom:22px; }
.hc-grp-h{
  font-size:.72rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase;
  color:#7d9e77 !important; -webkit-text-fill-color:#7d9e77 !important; margin:0 0 10px;
}
.hc-items{ display:grid; grid-template-columns:repeat(auto-fill,minmax(230px,1fr)); gap:12px; }
.hc-item{
  background:#fff; border:1px solid #EAE2D4; border-radius:16px; padding:14px 16px;
  transition:transform .16s ease, box-shadow .16s ease;
}
.hc-item:hover{ transform:translateY(-2px); box-shadow:0 10px 26px rgba(51,64,47,.08); }
.hc-item b{ display:block; color:#243447 !important; -webkit-text-fill-color:#243447 !important; font-size:.95rem; }
.hc-item p{ color:#78766c !important; -webkit-text-fill-color:#78766c !important; font-size:.84rem; margin:4px 0 0; }
.hc-item .hc-labs{ margin-top:8px; }
.hc-empty{
  background:#FBF6EC; border:1px dashed #EAE2D4; border-radius:16px;
  padding:26px; text-align:center;
  color:#78766c !important; -webkit-text-fill-color:#78766c !important; font-size:.92rem;
}
