/* Responsive подобрения за таблици и форми */
@media (max-width: 768px) {
  .table thead th,
  .table tbody td {
    font-size: 0.95em;
    padding: 6px 4px;
  }
  .table thead th:nth-child(4),
  .table tbody td:nth-child(4),
  .table thead th:nth-child(5),
  .table tbody td:nth-child(5),
  .table thead th:nth-child(6),
  .table tbody td:nth-child(6),
  .table thead th:nth-child(7),
  .table tbody td:nth-child(7) {
    display: none;
  }
  .form-control,
  .form-select {
    font-size: 1em;
    padding: 8px 6px;
  }
  .btn,
  button {
    font-size: 1em;
    padding: 10px 8px;
  }
  .dashboard-section h4 {
    font-size: 1.1em;
    margin-bottom: 0.7em;
  }
}

@media (max-width: 480px) {
  .table thead th,
  .table tbody td {
    font-size: 0.88em;
    padding: 4px 2px;
  }
  .dashboard-section h4 {
    font-size: 1em;
  }
  .form-control,
  .form-select {
    font-size: 0.98em;
    padding: 7px 4px;
  }
  .btn,
  button {
    font-size: 0.98em;
    padding: 8px 6px;
  }
}
.feedback-container {
  max-width: 500px;
}

/* Мобилен padding за бутони */
button,
.btn {
  padding: 12px 20px;
  font-size: 1.1rem;
}

/* Dropdown за език на мобилно */
form select.form-select {
  font-size: 1.05rem;
  padding: 8px 12px;
}

@media (max-width: 600px) {
  button,
  .btn {
    width: 100%;
    font-size: 1.2rem;
  }
}

@media (max-width: 900px) {
  .sidebar {
    display: none;
  }
}

/* Responsive таблица */
.table-responsive {
  overflow-x: auto;
}

/* Live Impact widget */
.impact {
  padding: 24px 0;
  margin: 28px auto;
  max-width: 980px;
  padding-left: 16px;
  padding-right: 16px;
}
.impact-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
}
.impact-head h2 {
  margin: 0 0 6px;
  font-size: 22px;
  color: #0b1220;
}
.muted {
  opacity: 0.75;
}
.impact .muted {
  color: rgba(15, 23, 42, 0.75);
  opacity: 1;
}
.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}
.kpi {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 14px;
  padding: 12px;
}
.kpi .k {
  font-size: 12px;
  opacity: 0.8;
}
.kpi .v {
  font-size: 22px;
  font-weight: 700;
  margin-top: 6px;
}
.impact-sla {
  margin-top: 14px;
  display: grid;
  gap: 6px;
}
.impact-cats {
  margin-top: 14px;
}
.impact-cats ul {
  margin: 8px 0 0;
  padding-left: 16px;
}
.impact-foot {
  margin-top: 14px;
  font-size: 12px;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Hero subtitle readability */
.hero-light .hero-subtitle {
  margin: 14px auto 0;
  max-width: 760px;
  padding: 12px 16px;
  color: #0f172a;
  font-size: 16px;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  text-shadow: none !important;
  opacity: 1 !important;
}
.hero-light .hero h1,
.hero-light .hero-title {
  color: #0b1220;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.impact-refresh {
  margin-left: 10px;
  border: 1px solid rgba(15, 23, 42, 0.15);
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 6px 10px;
  cursor: pointer;
  font-size: 12px;
}

/* Footer legal strip */
.hc-footer-legal {
  margin-top: 1.2rem;
  padding-top: 0.9rem;
  font-size: 0.9rem;
  opacity: 0.75;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
}

/* Institutional footer */
.footer {
  padding: 24px 12px;
  font-size: 0.9rem;
  opacity: 0.85;
}
.footer-meta {
  margin-top: 6px;
  font-size: 0.85rem;
  opacity: 0.75;
}
.footer-links {
  margin-top: 8px;
}
.footer a {
  color: inherit;
  text-decoration: none;
  opacity: 0.9;
}
.footer a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Volunteer dashboard helpers */
.hc-pagehead{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin:18px 0;
}
.hc-title{ margin:0; }
.hc-subtitle{ margin:6px 0 0; opacity:.8; }
.hc-actions{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; }
.hc-empty{
  max-width:860px;
  margin:0 auto;
  padding:28px 20px;
  border-radius:18px;
  border:1px solid rgba(0,0,0,.06);
  background:rgba(255,255,255,.9);
  box-shadow:0 10px 26px rgba(0,0,0,.06);
  text-align:center;
}
.hc-empty__icon{
  width:56px;
  height:56px;
  margin:0 auto 12px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  background:rgba(0,0,0,.04);
}
.hc-empty__title{ margin:8px 0 6px; }
.hc-empty__text{ margin:0 auto 14px; max-width:560px; opacity:.82; }
.hc-empty__tips{ text-align:left; max-width:560px; margin:0 auto 16px; }
.hc-empty__tips ul{ margin:0; padding-left:18px; }
.hc-empty__cta{ display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin-top:8px; }
.hc-empty__fineprint{ margin-top:14px; opacity:.75; }
@media (max-width:640px){
  .hc-pagehead{ flex-direction:column; align-items:stretch; }
  .hc-actions{ width:100%; }
  .hc-actions .btn{ width:100%; }
}

.hc-footer-min {
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  color: #64748b;
  padding: 1.25rem 1rem;
  text-align: center;
  font-size: 0.92rem;
  background: #fff;
}
.hc-footer-min__wrap {
  max-width: 980px;
  margin: 0 auto;
}

/* Volunteer dashboard empty state */
.hc-vdash {
  padding: 3.5rem 1rem 4.5rem;
}
.hc-vdash__wrap {
  max-width: 960px;
  margin: 0 auto;
}
.hc-vdash__head {
  text-align: center;
  margin-bottom: 1.8rem;
}
.hc-vdash__title {
  font-size: 2rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 0.35rem;
}
.hc-vdash__lead {
  margin: 0;
  color: #475569;
  line-height: 1.6;
}
.hc-vdash__soft {
  margin: 0.6rem auto 1.3rem;
  max-width: 720px;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: rgba(99, 179, 237, 0.08);
  border: 1px solid rgba(99, 179, 237, 0.16);
  color: #334155;
  font-size: 0.98rem;
}
.hc-empty {
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  padding: 2.2rem 1.6rem;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
}
.hc-empty__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 0.75rem;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(99, 179, 237, 0.12);
  font-size: 28px;
}
.hc-empty__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 0.45rem;
}
.hc-empty__text {
  color: #475569;
  line-height: 1.6;
  margin: 0 0 1.1rem;
}
.hc-empty__list {
  list-style: disc;
  text-align: left;
  max-width: 620px;
  margin: 0 auto 1.2rem;
  padding-left: 1.2rem;
  color: #334155;
  line-height: 1.5;
}
.hc-empty__actions {
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  margin-bottom: 1rem;
}
.hc-empty__btn {
  border-radius: 12px;
  font-weight: 700;
  padding: 0.85rem 1.6rem;
}
.hc-empty__link {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
}
.hc-empty__link:hover {
  text-decoration: underline;
}
.hc-empty__note {
  margin-top: 0.6rem;
  color: #94a3b8;
  font-size: 0.95rem;
}

@media (max-width: 520px) {
  .hc-vdash__title { font-size: 1.7rem; }
  .hc-empty { padding: 1.7rem 1.1rem; }
}

/* Auth / profile shared helpers */
.hc-auth__subtitle{
  margin: 1.25rem 0 .75rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
}
.hc-auth__actions{
  margin-top: .25rem;
}

/* Volunteer confirmation */
.hc-confirm {
  padding: 3.25rem 1rem 4.25rem;
}

.hc-confirm__wrap {
  max-width: 880px;
  margin: 0 auto;
}

.hc-confirm__card {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(15, 23, 42, 0.08);
  padding: 2rem 1.5rem;
  text-align: center;
}

.hc-confirm__icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(79, 209, 197, 0.12);
  font-size: 26px;
  margin-bottom: 0.65rem;
}

.hc-confirm__title {
  margin: 0.2rem 0 0.6rem;
  font-size: 2rem;
  font-weight: 700;
}

.hc-confirm__lead {
  margin: 0 auto 1.5rem;
  max-width: 52ch;
  color: #334155;
  line-height: 1.55;
  margin-bottom: 1.15rem;
}

.hc-confirm__soft {
  display: block;
  margin-top: 0.35rem;
  color: #64748b;
}

.hc-confirm__steps {
  text-align: left;
  max-width: 62ch;
  margin: 0 auto 1.2rem;
  padding: 1.25rem 1.25rem;
  border-radius: 16px;
  background: rgba(99, 179, 237, 0.08);
  border: 1px solid rgba(99, 179, 237, 0.16);
}

.hc-confirm__subtitle {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0f172a;
}

.hc-confirm__list {
  margin: 0 0 0.9rem 1.15rem;
  padding: 0;
  color: #334155;
}

.hc-confirm__list li {
  margin: 0.35rem 0;
}

.hc-confirm__reassurance {
  margin: 0;
  color: #334155;
}

.hc-confirm__actions {
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  margin-top: 1.2rem;
}

.hc-confirm__btn {
  padding: 0.9rem 1.6rem;
  border-radius: 999px;
  font-weight: 700;
}

.hc-confirm__link {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
}

.hc-confirm__link:hover {
  text-decoration: underline;
}

.hc-confirm__note {
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  color: #64748b;
  font-size: 0.92rem;
}

@media (max-width: 520px) {
  .hc-confirm__card {
    padding: 1.6rem 1.1rem;
    border-radius: 16px;
  }
  .hc-confirm__title {
    font-size: 1.7rem;
  }
}

/* --- Submit request: sticky CTA --- */
.hc-sticky-cta{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 14px;
  z-index: 2000;
  display: block;
  padding: 0 12px;
  transition: opacity .18s ease, transform .18s ease;
}

.hc-sticky-cta.is-hidden{
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.hc-sticky-cta.is-visible{
  opacity: 1;
  transform: translateY(0);
}

.hc-sticky-cta__inner{
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;

  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(15,23,42,0.12);
  border-radius: 16px;
  box-shadow: 0 16px 44px rgba(2, 6, 23, 0.12);
  padding: 10px 10px calc(10px + env(safe-area-inset-bottom));
}

.hc-sticky-cta__back{
  flex: 1 1 auto;
}

.hc-sticky-cta__submit{
  flex: 2 1 auto;
}

@media (max-width: 520px){
  .hc-sticky-cta__inner{
    flex-direction: column;
    align-items: stretch;
  }
  .hc-sticky-cta__back,
  .hc-sticky-cta__submit{
    width: 100%;
  }
}

/* --- Submit request: intro + steps --- */
.hc-form-intro{ margin: .25rem 0 1rem; }

.hc-form-steps{
  display:flex; align-items:center; gap:.4rem;
  margin: 0 0 .65rem;
  color: rgba(15,23,42,.72);
  font-size: .92rem;
}

.hc-step{
  width: 28px; height: 28px;
  display:inline-flex; align-items:center; justify-content:center;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.12);
  background: rgba(255,255,255,.75);
}

.hc-step.is-active{
  border-color: rgba(37,99,235,.35);
  box-shadow: 0 10px 24px rgba(37,99,235,.12);
  font-weight: 700;
}

.hc-step-label{ margin-left:.25rem; }

.hc-form-trust{
  margin: 0;
  padding-left: 1.1rem;
  color: rgba(15,23,42,.78);
}

.hc-form-trust li{ margin: .22rem 0; }

/* Footer legal strip */
.hc-footer-legal {
  margin-top: 1.2rem;
  padding-top: 0.9rem;
  font-size: 0.9rem;
  opacity: 0.75;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.75);
}
.hc-vdash{max-width:1100px;margin:32px auto;padding:0 16px}
.hc-vdash__head{display:flex;gap:16px;align-items:flex-start;justify-content:space-between;margin-bottom:18px}
.hc-vdash__title{margin:0;font-size:36px;line-height:1.1}
.hc-vdash__sub{margin:10px 0 0;opacity:.75;max-width:70ch}
.hc-vdash__actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;min-width:120px;justify-content:flex-end}
.hc-vdash__logout{margin:0;font-size:14px}

.hc-hero{padding:18px 18px;border:1px solid rgba(0,0,0,.05);border-radius:16px;background:linear-gradient(135deg, rgba(46,126,255,.08), rgba(255,255,255,.9));box-shadow:0 10px 30px rgba(0,0,0,.05);margin-bottom:18px}
.hc-hero__title{margin:0 0 8px;font-size:30px;line-height:1.2;font-weight:800}
.hc-hero__sub{margin:0 0 14px;opacity:.8;max-width:70ch}
.hc-hero__actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:6px}
.hc-hero__link{color:#0d6efd;text-decoration:none;font-weight:600}
.hc-hero__link:hover{text-decoration:underline}
.hc-hero__hint{font-size:13px;opacity:.75}
.hc-hero__meta{margin-top:8px;font-size:13px;opacity:.75;display:flex;gap:8px;flex-wrap:wrap}
.hc-hero__links{margin-top:10px;display:flex;gap:14px;flex-wrap:wrap}
.hc-softlink{color:#6c757d;text-decoration:none;font-weight:600;font-size:13px}
.hc-softlink:hover{text-decoration:underline;color:#0d6efd}

.hc-badges{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin:0 0 20px}
.hc-badge{display:flex;gap:10px;align-items:center;padding:10px 12px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.04)}
.hc-badge__icon{font-size:18px}
.hc-badge__label{font-size:12px;opacity:.65;margin:0}
.hc-badge__value{font-weight:700;margin:0}
.hc-badges__note{font-size:13px;opacity:.75}

.hc-vdash__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media (max-width: 900px){.hc-vdash__head{flex-direction:column;align-items:stretch}.hc-vdash__row{grid-template-columns:1fr}.hc-badges{flex-direction:column;align-items:flex-start}.hc-hero__actions{width:100%}.hc-hero__actions .btn{width:100%}}

.hc-card{border:1px solid rgba(0,0,0,.08);border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.05);padding:16px}
.hc-card__head{display:flex;gap:12px;align-items:center;margin-bottom:12px}
.hc-card__icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:rgba(0,0,0,.04);font-size:18px}
.hc-card__title{font-weight:700}
.hc-card__muted{opacity:.7;font-size:14px}

.hc-vdash__chips{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 6px}
.hc-chip{padding:8px 10px;border-radius:999px;font-size:13px;border:1px solid rgba(0,0,0,.08);background:rgba(0,0,0,.03)}
.hc-chip b{font-weight:700}
.hc-chip.is-ok{background:rgba(0,0,0,.02)}

/* Professionnels architecture section: isolate from global .hc-step indicator styles */
.hc-architecture-wrapper {
  position: relative;
  margin-top: 40px;
  padding: 40px 0;
  min-height: 300px;
}

.hc-architecture-wrapper svg,
.hc-architecture-wrapper .diagram {
  position: relative;
  z-index: 1;
}

.hc-architecture-wrapper .hc-steps {
  display: grid;
  gap: 12px;
}

.hc-architecture-wrapper .hc-step {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.75rem;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 12px;
  background: #fff;
  padding: 0.75rem;
}

.hc-architecture-wrapper .hc-step__k {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  border: 1px solid rgba(15, 23, 42, 0.18);
  background: rgba(255, 255, 255, 0.9);
}

.hc-architecture-wrapper .hc-step__body {
  min-width: 0;
}
.hc-chip.is-warn{background:rgba(255,193,7,.12);border-color:rgba(255,193,7,.25)}
.hc-vdash__cta{margin:8px 0 4px;display:flex;flex-wrap:wrap;gap:10px}

.hc-callout{margin-top:10px;border-radius:14px;padding:14px;border:1px solid rgba(0,0,0,.08);background:rgba(0,0,0,.02)}
.hc-callout--soft{background:rgba(13,110,253,.06);border-color:rgba(13,110,253,.18)}
.hc-callout--ok{background:rgba(25,135,84,.07);border-color:rgba(25,135,84,.18)}
.hc-callout__title{font-weight:700;margin-bottom:4px}
.hc-callout__text{opacity:.8}
.hc-callout__cta{margin-top:10px}

.hc-empty{padding:12px 2px}
.hc-empty__title{font-weight:800;margin-bottom:6px}
.hc-empty__text{opacity:.75}
.hc-empty__hint{margin-top:10px;opacity:.7;font-size:14px}
.hc-empty--compact{padding:10px 6px}
.hc-empty--compact .hc-empty__icon{margin-bottom:6px}

.hc-list{display:flex;flex-direction:column;gap:10px}
.hc-list__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 12px;border-radius:12px;border:1px solid rgba(0,0,0,.08);text-decoration:none;color:inherit}
.hc-list__item:hover{transform:translateY(-1px);box-shadow:0 10px 24px rgba(0,0,0,.06)}
.hc-list__title{font-weight:800}
.hc-list__meta{opacity:.7;font-size:13px}
.hc-list__arrow{opacity:.6;font-weight:800}

.hc-vdash__fineprint{margin-top:12px;opacity:.6;font-size:12px}
/* Volunteer dashboard additions */
.hc-empty__preview{margin-top:12px;text-align:left;border:1px dashed rgba(0,0,0,.12);border-radius:10px;padding:10px;background:rgba(0,0,0,.02)}
.hc-empty__card{margin-top:6px}
.hc-empty__card .hc-empty__meta{opacity:.75;font-size:13px}
.hc-quiet-meta{margin-top:8px;font-size:13px;opacity:.7;display:flex;gap:8px;flex-wrap:wrap}

/* Volunteer profile UX */
.hc-prof{max-width:960px;margin:32px auto;padding:0 16px}
.hc-prof__wrap{display:flex;flex-direction:column;gap:18px}
.hc-prof__head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.hc-prof__title{margin:0;font-size:30px;font-weight:800}
.hc-prof__sub{margin:6px 0 0;opacity:.78;max-width:70ch}
.hc-prof__status{padding:14px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff;box-shadow:0 6px 18px rgba(0,0,0,.04)}
.hc-prof__status-title{font-weight:700;margin-bottom:8px}
.hc-prof__chips{display:flex;gap:8px;flex-wrap:wrap}
.hc-prof__checklist{padding:12px 14px;border:1px solid rgba(0,0,0,.06);border-radius:12px;background:rgba(0,0,0,.02)}
.hc-prof__checklist-title{font-weight:700;margin-bottom:6px}
.hc-prof__checklist ul{padding-left:16px;margin:0;display:flex;gap:12px;flex-wrap:wrap}
.hc-prof__checklist li{list-style:none}
.hc-auth--compact .hc-auth__card{box-shadow:0 8px 24px rgba(0,0,0,.06);padding:18px}
.hc-auth__btn{font-weight:700}
@media (max-width: 900px){.hc-prof__head{flex-direction:column;align-items:flex-start}}
/* Volunteer profile HC layout */
.hc-prof{max-width:1080px;margin:32px auto;padding:0 16px}
.hc-prof__wrap{display:flex;flex-direction:column;gap:18px}
.hc-prof__head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.hc-prof__headLeft{max-width:70ch}
.hc-prof__title{margin:0;font-size:32px;font-weight:800}
.hc-prof__subtitle{margin:6px 0 0;opacity:.8}
.hc-prof__headRight{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.hc-prof__readiness{box-shadow:0 10px 26px rgba(0,0,0,.05)}
.hc-prof__chips{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.hc-prof__progress{margin-top:12px}
.hc-prof__progressTop{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px}
.hc-prof__checklist{display:flex;gap:10px;flex-wrap:wrap}
.hc-check{padding:6px 10px;border-radius:10px;font-size:13px;border:1px solid rgba(0,0,0,.08);background:rgba(0,0,0,.02)}
.hc-check.is-ok{border-color:rgba(25,135,84,.3);background:rgba(25,135,84,.08)}
.hc-check.is-miss{border-color:rgba(255,193,7,.35);background:rgba(255,193,7,.12)}

.hc-prof__form{display:flex;flex-direction:column;gap:16px}
.hc-grid{display:grid;gap:14px}
.hc-grid--2{grid-template-columns:1fr 1fr}
@media (max-width: 900px){.hc-prof__head{flex-direction:column;align-items:flex-start}.hc-grid--2{grid-template-columns:1fr}}

.hc-card{border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:14px;background:#fff;box-shadow:0 8px 20px rgba(0,0,0,.04)}
.hc-card--soft{background:rgba(255,255,255,.9);border:1px solid rgba(0,0,0,.06)}
.hc-card__head{margin-bottom:10px}
.hc-card__title{margin:0;font-size:18px;font-weight:800}
.hc-card__hint{margin:4px 0 0;opacity:.75;font-size:14px}

.hc-field{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}
.hc-label{font-weight:700;font-size:14px}
.hc-input,.hc-select{border:1px solid rgba(0,0,0,.12);border-radius:10px;padding:10px 12px;font-size:15px}
.hc-textarea{border:1px solid rgba(0,0,0,.12);border-radius:10px;padding:10px 12px;font-size:15px;min-height:110px}
.hc-help{font-size:12px;opacity:.7}

.hc-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;font-size:13px;border:1px solid rgba(0,0,0,.08);background:rgba(0,0,0,.03)}
.hc-pill--ok{border-color:rgba(25,135,84,.4);background:rgba(25,135,84,.08)}
.hc-pill--warn{border-color:rgba(255,193,7,.4);background:rgba(255,193,7,.12)}

.hc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:12px;border:1px solid transparent;font-weight:700;text-decoration:none}
.hc-btn--primary{background:#0d6efd;color:#fff;border-color:#0d6efd}
.hc-btn--ghost{background:transparent;color:#0d6efd;border-color:rgba(13,110,253,.3)}
.hc-btn--ghost:hover{background:rgba(13,110,253,.08)}

.hc-softlink{color:#6c757d;text-decoration:none;font-weight:600;font-size:13px}
.hc-softlink:hover{text-decoration:underline;color:#0d6efd}

.hc-inline{display:inline}
.hc-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.hc-list{padding-left:18px;margin:0}
.hc-list li{margin-bottom:4px}

.hc-muted{opacity:.75}
.hc-small{font-size:13px}
/* Volunteer Dashboard skeleton */
.hc-vdash { max-width: 1100px; margin: 0 auto; padding: 24px 16px 56px; }
.hc-vdash__hero { display: flex; gap: 16px; align-items: flex-start; justify-content: space-between; padding: 18px 18px; border-radius: 14px; background: rgba(255,255,255,.9); border: 1px solid rgba(0,0,0,.06); }
.hc-vdash__title { margin: 0; font-size: 34px; line-height: 1.1; }
.hc-vdash__subtitle { margin: 8px 0 0; color: rgba(0,0,0,.65); max-width: 62ch; }
.hc-vdash__heroActions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }
.hc-inline { display: inline-flex; margin: 0; }

.hc-vdash__chips { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin: 14px 0 18px; }
.hc-chip { display: inline-flex; gap: 6px; align-items: center; padding: 8px 10px; border-radius: 999px; background: rgba(0,0,0,.04); border: 1px solid rgba(0,0,0,.06); font-size: 13px; }
.hc-vdash__chipsHint { color: rgba(0,0,0,.55); font-size: 13px; margin-left: 6px; }

.hc-vdash__grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 16px; align-items: start; }
.hc-card { background: rgba(255,255,255,.92); border: 1px solid rgba(0,0,0,.06); border-radius: 14px; padding: 16px; box-shadow: 0 10px 30px rgba(0,0,0,.04); }
.hc-card__head { margin-bottom: 10px; }
.hc-card__title { margin: 0; font-size: 18px; }
.hc-card__desc { margin: 6px 0 0; color: rgba(0,0,0,.62); font-size: 14px; }

.hc-badge { display: inline-flex; padding: 4px 8px; border-radius: 999px; background: rgba(0,0,0,.05); font-size: 12px; }
.hc-vdash__readiness { display: grid; gap: 10px; margin: 12px 0 14px; }
.hc-vdash__readinessRow { display: flex; justify-content: space-between; gap: 12px; }
.hc-vdash__readinessVal { font-weight: 600; }

.hc-vdash__ctaBox { margin-top: 10px; padding: 12px; border-radius: 12px; background: rgba(10, 160, 90, .08); border: 1px solid rgba(10, 160, 90, .18); }
.hc-vdash__ctaText { margin: 0 0 10px; font-size: 14px; color: rgba(0,0,0,.7); }
.hc-softlink { display: inline-block; margin-top: 10px; font-size: 13px; text-decoration: none; opacity: .85; }

.hc-empty { padding: 14px; border-radius: 12px; background: rgba(0,0,0,.02); border: 1px dashed rgba(0,0,0,.18); }
.hc-empty__icon { font-size: 28px; }
.hc-empty__title { margin: 8px 0 6px; font-size: 18px; }
.hc-empty__text { margin: 0 0 12px; color: rgba(0,0,0,.65); }
.hc-empty__actions { display: flex; gap: 10px; flex-wrap: wrap; }

.hc-vdash__preview { margin-top: 16px; }
.hc-previewCard { padding: 14px; border-radius: 12px; background: rgba(0,0,0,.02); border: 1px solid rgba(0,0,0,.06); }
.hc-previewCard__chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.hc-pill { padding: 5px 10px; border-radius: 999px; background: rgba(0,0,0,.05); font-size: 12px; }
.hc-previewCard__title { margin: 0; font-size: 18px; }
.hc-previewCard__text { margin: 8px 0 12px; color: rgba(0,0,0,.65); }
.hc-previewCard__actions { display: flex; gap: 10px; flex-wrap: wrap; }
.hc-note { margin: 10px 0 0; font-size: 13px; color: rgba(0,0,0,.55); }

@media (max-width: 900px) {
  .hc-vdash__hero { flex-direction: column; align-items: stretch; }
  .hc-vdash__grid { grid-template-columns: 1fr; }
}

.hc-activity {
  margin: 1rem 0 1.5rem;
  padding: 0.75rem 1rem;
  background: #f7f9fc;
  border-radius: 12px;
  font-size: 0.95rem;
}

.hc-activity__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.hc-activity__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.hc-dot--live {
  background: #22c55e;
}

.hc-activity__proof {
  margin-top: 0.35rem;
  color: #4b5563;
}
.hc-activity-note {
  background: #f6fbff;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 12px 0 18px;
  font-size: 0.95rem;
}

.hc-activity-note strong {
  color: #0d6efd;
}
.hc-activity-24h{
  background:#f6fbff;
  border:1px solid #dbeafe;
  border-radius:10px;
  padding:12px 14px;
  margin:10px 0 14px;
  font-size:.95rem;
}
.hc-alert{
  margin-top:8px;
  padding:10px 12px;
  border-radius:10px;
  border:1px solid rgba(34,197,94,.25);
  background: rgba(34,197,94,.08);
  font-weight:600;
  position: relative;
}
.hc-alert__close{
  position:absolute;
  top:6px;
  right:8px;
  background:transparent;
  border:none;
  font-size:16px;
  line-height:1;
  cursor:pointer;
}
.hc-alert--ok{ color:#166534; }
.hc-alert--err{
  border-color: rgba(220,53,69,.25);
  background: rgba(220,53,69,.08);
  color:#842029;
}
.hc-alert--info{
  border-color: rgba(13,110,253,.25);
  background: rgba(13,110,253,.08);
  color:#0d3c85;
}
/* --- Volunteer dashboard: new match highlight --- */
@keyframes hcPulseRing {
  0%   { box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.45); }
  70%  { box-shadow: 0 0 0 14px rgba(46, 204, 113, 0); }
  100% { box-shadow: 0 0 0 0 rgba(46, 204, 113, 0); }
}

.hc-new-pill{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  padding:.2rem .55rem;
  border-radius:999px;
  font-size:.78rem;
  font-weight:700;
  background: rgba(46, 204, 113, .12);
  border:1px solid rgba(46, 204, 113, .35);
  color:#167a3f;
}

.hc-match-highlight{
  position: relative;
  border: 1px solid rgba(46, 204, 113, .45) !important;
  background: linear-gradient(0deg, rgba(46,204,113,.06), rgba(46,204,113,.02));
  animation: hcPulseRing 1.2s ease-out 0s 3;
}

.hc-match-highlight::after{
  content:"";
  position:absolute;
  inset:-2px;
  border-radius: inherit;
  pointer-events:none;
  box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.35);
}

.hc-soft-fade{
  transition: background 400ms ease, border-color 400ms ease, box-shadow 400ms ease;
}
.hc-match-card--new{
  position:relative;
  animation: hcPulse 1.6s ease-in-out 2;
  border-color:#bbf7d0 !important;
  box-shadow: 0 0 0 4px rgba(34,197,94,.12);
}
.hc-match-card--new::after{
  content:"НОВО";
  position:absolute;
  top:12px; right:12px;
  font-size:.75rem;
  padding:4px 10px;
  border-radius:999px;
  background:rgba(34,197,94,.12);
  border:1px solid rgba(34,197,94,.35);
}
@keyframes hcPulse{
  0%{ transform:translateY(0); }
  50%{ transform:translateY(-2px); }
  100%{ transform:translateY(0); }
}
.hc-match-why{
  margin-top:8px;
  padding:10px 12px;
  border-radius:12px;
  background: rgba(0,0,0,.02);
  border:1px solid rgba(0,0,0,.06);
  font-size:.9rem;
}
.hc-match-why__title{
  font-weight:700;
  margin-bottom:6px;
}
.hc-match-why ul{
  padding-left:18px;
  margin:0;
}
.hc-match-why li{ margin-bottom:4px; }

/* === New request highlight (volunteer dashboard) === */
.hc-match-card--new {
  position: relative;
  border-left: 4px solid #2ecc71;
  background: linear-gradient(
    90deg,
    rgba(46, 204, 113, 0.08),
    rgba(46, 204, 113, 0.02)
  );
}

/* Pulse only on first render */
.hc-match-highlight {
  animation: hcPulse 2.8s ease-out 1;
}

/* Soft attention, not aggressive */
@keyframes hcPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.28);
    transform: scale(1);
  }
  40% {
    box-shadow: 0 0 0 8px rgba(46, 204, 113, 0);
    transform: scale(1.006);
  }
  100% {
    box-shadow: none;
    transform: scale(1);
  }
}

/* NEW pill */
.hc-new-pill {
  font-size: 0.75rem;
  font-weight: 600;
  color: #0f5132;
  background: #d1e7dd;
  border-radius: 999px;
  padding: 2px 8px;
  white-space: nowrap;
}

/* Seen state */
.hc-match-card.is-seen {
  opacity: 0.75;
  background: #fafafa;
}

.hc-match-card.is-seen .hc-new-pill {
  display: none;
}

.hc-match-card--demo {
  border-left: 3px solid #cbd5e1;
  background: #f8fafc;
}

.hc-demo-pill {
  font-size: 0.75rem;
  font-weight: 600;
  color: #334155;
  background: #e2e8f0;
  border-radius: 999px;
  padding: 2px 8px;
  white-space: nowrap;
}

.hc-after-first {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f6f8fa;
  font-size: 0.95rem;
  color: #333;
}

.hc-after-first strong {
  display: block;
  margin-bottom: 4px;
}
.hc-why {
  margin-top: 6px;
  font-size: 0.85rem;
  color: #6b7280;
}
.hc-cta-hint {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.4;
  color: #6b7280;
}

.hc-match-card .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,.08);
}

/* DEMO card must never look "new" */
.hc-demo-card,
.hc-match-card[data-demo="1"]{
  background: #f8fafc !important;
  border: 1px dashed #cbd5e1 !important;
  box-shadow: none !important;
}

.hc-demo-card.hc-match-card--new,
.hc-match-card--new[data-demo="1"]{
  background: #f8fafc !important;
  border-left: 3px solid #cbd5e1 !important;
}

.hc-demo-card .hc-new-pill{
  display: none !important; /* демо да не крещи "НОВО" */
}

.hc-demoNote{
  margin: 6px 0 10px;
  font-size: .92rem;
  color: #64748b;
}

.hc-next-steps {
  margin-top: 28px;
  padding: 14px 16px;
  background: #f8fafc;
  border-radius: 10px;
  font-size: 13px;
}

.hc-next-steps h4 {
  font-size: 14px;
  margin-bottom: 6px;
}

.hc-next-steps ol {
  margin: 0;
  padding-left: 18px;
  color: #475569;
}

.hc-seen {
  opacity: 0.7;
}

.hc-confirm-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15,23,42,.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.hc-confirm-box {
  background: #fff;
  padding: 18px 20px;
  max-width: 360px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.2);
}

.hc-confirm-box h4 {
  margin: 0 0 6px;
}

.hc-confirm-actions {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  margin-top: 14px;
}

.hc-waiting-note {
  margin-top: 6px;
  font-size: 12px;
  color: #64748b;
}

/* Demo card should not swallow clicks */
.hc-demo-card {
  pointer-events: none;
}
.hc-demo-card button,
.hc-demo-card a {
  pointer-events: auto;
}

/* Minimal toast */
.hc-toast{
  position: fixed;
  top: 14px;
  left: 50%;
  transform: translate(-50%, -8px);
  background: rgba(20,25,35,.95);
  color: #fff;
  padding: 10px 14px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
  z-index: 10000;
}
.hc-toast.is-show{
  opacity: 1;
  transform: translate(-50%, 0);
}
.hc-help-btn {
  position: relative;
}

.hc-help-btn::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 50%;
  bottom: 120%;
  transform: translateX(-50%);
  background: #111827;
  color: #fff;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease, transform .15s ease;
  z-index: 20;
}

.hc-help-btn:hover::after {
  opacity: 1;
  transform: translateX(-50%) translateY(-2px);
}

.hc-help-success {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ecfdf5;
  border-left: 4px solid #22c55e;
  padding: 10px 14px;
  font-size: 13px;
  color: #065f46;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,.1);
  z-index: 1000;
}

.hc-match-card[data-seen="1"] {
  background: #f8fafc;
  border-left-color: #cbd5e1;
  opacity: 0.9;
}
.hc-match-card[data-seen="1"] .hc-new-pill { display: none; }

.hc-badge-notif {
  background: #ef4444;
  color: #fff;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 999px;
  margin-left: 6px;
}

.hc-btn.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.7;
}

.hc-btn.loading::after {
  content: '';
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  animation: hc-spin .8s linear infinite;
}

@keyframes hc-spin {
  to { transform: rotate(360deg) translateY(-50%); }
}

/* === HC tooltip (subtle) === */
.hc-tip {
  position: absolute;
  z-index: 9999;
  max-width: 340px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,.10);
  font-size: 13px;
  line-height: 1.35;
  color: #111;
  transform: translateY(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}
.hc-tip.is-on { opacity: 1; transform: translateY(0); }

.hc-tip__title { font-weight: 700; margin-bottom: 4px; }
.hc-tip__text { color: #4b5563; }

.hc-tip__arrow {
  position: absolute;
  width: 10px; height: 10px;
  background: #fff;
  border-left: 1px solid rgba(0,0,0,.08);
  border-top: 1px solid rgba(0,0,0,.08);
  transform: rotate(45deg);
  top: -6px;
  left: 18px;
}

/* === New match arrive (subtle) === */
@keyframes hcArrive {
  0%   { transform: translateY(6px); opacity: 0; }
  60%  { opacity: 1; }
  100% { transform: translateY(0); opacity: 1; }
}
.hc-match-card.hc-arrive {
  animation: hcArrive .35s ease-out;
  outline: 2px solid rgba(34,197,94,.22);
  background: #f6fffa;
}
/* Volunteer profile layout */
.hc-grid.hc-prof__grid{
  display:grid;
  grid-template-columns: 1.6fr .9fr;
  gap: 18px;
  align-items:start;
}
@media (max-width: 980px){
  .hc-grid.hc-prof__grid{ grid-template-columns: 1fr; }
}

.hc-prof__progressBar{
  height: 10px;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
  overflow:hidden;
  margin-top: 10px;
}
.hc-prof__progressFill{
  display:block;
  height: 100%;
  background: rgba(0, 123, 255, .75);
}

.hc-prof__check{
  list-style:none;
  padding:0;
  margin: 12px 0 0;
  display:flex;
  gap: 12px;
  flex-wrap:wrap;
}
.hc-prof__check li{
  padding: .35rem .6rem;
  border-radius: 999px;
  background: rgba(0,0,0,.04);
  border: 1px solid rgba(0,0,0,.08);
  font-size: .9rem;
}
.hc-prof__check li.is-ok{
  background: rgba(46, 204, 113, .10);
  border-color: rgba(46, 204, 113, .25);
}

.hc-prof__section{ margin-top: 14px; }
.hc-row{ display:flex; gap:8px; flex-wrap:wrap; margin-top: 10px; }

.hc-chipBtn{
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.9);
  border-radius: 999px;
  padding: .35rem .6rem;
  cursor: pointer;
  font-size: .9rem;
}
.hc-chipBtn:hover{ filter: brightness(0.98); }

.hc-prof__cta{
  margin-top: 16px;
  display:flex;
  flex-direction:column;
  gap: 8px;
}

.hc-bullets{
  margin: 10px 0 0;
  padding-left: 18px;
}
.hc-note{
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(0,0,0,.04);
  border: 1px solid rgba(0,0,0,.08);
}

.hc-trust li { margin-right: .75rem; }
.hc-trust li:last-child { margin-right: 0; }

/* Home: latest requests cards clamp */
.hc-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hc-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Volunteer dashboard layout */
.hc-vdash__layout{
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 14px;
}

@media (max-width: 992px){
  .hc-vdash__layout{ grid-template-columns: 1fr; }
}

.hc-sticky{ position: sticky; top: 86px; }

/* Sidebar card: calmer chips */
.hc-sideCard .hc-chips span{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.06);
  font-size: 0.9rem;
  margin: 4px 6px 0 0;
}

/* Activity card */
.hc-activity{
  border: 1px solid rgba(0,0,0,0.06);
  background: rgba(0, 120, 255, 0.04);
}

.hc-activity__top{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.hc-dot{
  width: 10px; height: 10px;
  border-radius: 999px;
  display: inline-block;
}
.hc-dot.is-live{
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,0.18);
}
.hc-dot.is-idle{ opacity: 0.45; }

.hc-chip--soft{
  background: rgba(0,0,0,0.05);
  border: 1px solid rgba(0,0,0,0.06);
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
}

/* Volunteer dashboard: matches */
.hc-vdash__matches{ padding: 18px; }
.hc-matchesHead{ margin-bottom: 10px; }
.hc-matchesSub{ margin: 6px 0 0; max-width: 70ch; }

#hc-matches{
  display: grid;
  gap: 12px;
}

.hc-match{
  border: 1px solid rgba(0,0,0,0.08);
  background: #fff;
  border-radius: 14px;
  padding: 14px 14px 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
}

.hc-match__top{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.hc-match__title{
  font-size: 1.05rem;
  line-height: 1.2;
}

.hc-match__meta{
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: rgba(0,0,0,0.55);
  font-size: 0.9rem;
}

.hc-dotSep{ opacity: 0.5; }

.hc-match__actions{
  display: inline-flex;
  gap: 8px;
  flex-shrink: 0;
}

.hc-match__desc{
  margin: 10px 0 8px;
  color: rgba(0,0,0,0.75);
}

.hc-match__why{
  margin: 0;
  color: rgba(0,0,0,0.55);
  font-size: 0.9rem;
}

.hc-waiting-note{
  margin: 10px 0 0;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(0,0,0,0.04);
  color: rgba(0,0,0,0.62);
}

.hc-empty--tight{ padding: 18px; text-align: center; }
.hc-empty__title{ margin: 6px 0 8px; }
.hc-empty__text{ margin: 0 auto 12px; max-width: 62ch; }
.hc-empty__cta{
  display:flex;
  gap: 10px;
  justify-content:center;
  flex-wrap:wrap;
  margin-bottom: 8px;
}

.hc-match--demo{
  background: #f7f8fa;
  border-style: dashed;
}

.hc-listItem__top{ margin-bottom: 8px; }
.hc-listItem__titleRow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.hc-listItem__metaRow{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:6px;
  color: rgba(0,0,0,0.60);
  font-size: 0.95rem;
}
.hc-metaItem{ display:inline-flex; align-items:center; gap:6px; }

.hc-pill{
  display:inline-flex;
  align-items:center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}
.hc-pill--new{
  background: rgba(25,135,84,0.12);
  color: rgba(25,135,84,0.95);
}
.hc-pill--pending{
  background: rgba(255,193,7,0.18);
  color: rgba(133,100,4,0.95);
}

.hc-hint-inline{
  color: rgba(0,0,0,0.60);
  font-size: 0.92rem;
}

.hc-time{ opacity:0.85; }
.hc-vdash__sub2{
  display:block;
  margin-top:6px;
  color: rgba(0,0,0,0.55);
  font-size: 0.95rem;
}

.hc-activity__actions{
  display:flex;
  gap:10px;
  margin-top: 10px;
  flex-wrap:wrap;
}

.hc-ready{ margin-top: 10px; }
.hc-ready__row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(0,0,0,0.03);
  margin-bottom: 8px;
}
.hc-ready__label{ color: rgba(0,0,0,0.65); font-size: 0.95rem; }
.hc-ready__value{ font-weight: 600; }
.hc-ready__value.is-missing{ color: rgba(220,53,69,0.95); }

.hc-ready__hint{
  margin: 10px 0 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(13,110,253,0.06);
  color: rgba(0,0,0,0.70);
}
.hc-ready__list{
  margin: 6px 0 0 18px;
}

/* My Requests (Volunteer dashboard) */
.hc-myreq{ padding: 18px; }
.hc-tabs{
  display:flex;
  gap:8px;
  padding: 8px;
  margin: 10px 0 12px;
  border-radius: 14px;
  background: rgba(0,0,0,0.03);
  overflow-x:auto;
}
.hc-tab{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  font-weight: 700;
  white-space: nowrap;
}
.hc-tab.is-active{
  background: #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,0.08);
}
.hc-tabCount{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width: 28px;
  height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(0,0,0,0.06);
  font-size: 0.85rem;
}

.hc-tabPanels{ margin-top: 6px; }
.hc-tabPanel{ animation: hcFade .12s ease-out; }
@keyframes hcFade{ from{opacity:.6; transform:translateY(2px)} to{opacity:1; transform:none} }

.hc-myreq__list{
  display:grid;
  gap: 10px;
}

.hc-myreq__item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap: 12px;
  padding: 12px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.08);
  text-decoration: none;
  color: inherit;
  background: #fff;
}

.hc-myreq__item:hover{
  background: rgba(0,0,0,0.02);
}

.hc-myreq__title{
  font-weight: 600;
  line-height: 1.2;
}

.hc-myreq__meta{
  margin-top: 6px;
  font-size: 0.9rem;
  color: rgba(0,0,0,0.55);
}

.hc-myreq__right{
  font-size: 1.25rem;
  opacity: 0.55;
}

.hc-emptyMini{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding: 12px;
  border-radius: 14px;
  background: rgba(0,0,0,0.02);
}
.hc-emptyMini__icon{ font-size: 1.25rem; }

/* Notifications UI polish */
.hc-notif__meta{display:flex;gap:.35rem;align-items:center;margin:8px 0}
.hc-badge--unread{font-weight:700}
.hc-badge--read{opacity:.65}
.hc-badge--kind{opacity:.8}
.hc-card__actions{margin-top:10px}
.hc-card--click{cursor:pointer;transition:transform .08s ease-out, box-shadow .08s ease-out, background-color .08s ease-out}
.hc-card--click:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(0,0,0,0.07)}
.hc-card__btn{display:block;width:100%;padding:0;border:0;background:transparent;text-align:left;color:inherit}
.hc-card__btn:focus-visible{outline:3px solid rgba(13,110,253,0.35);outline-offset:3px;border-radius:12px}
.hc-notifications-list .hc-card__row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.hc-notifications-list .hc-card__title{display:flex;align-items:center;gap:8px}
.hc-notifications-list .hc-card__body{margin-top:8px;color:rgba(0,0,0,0.72)}

/* Notifications page badges + empty state */
.hc-notif__header{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin: 8px 0 16px;
  flex-wrap:wrap;
}
.hc-notif__title{ margin:0; }
.hc-badge--unread{
  background: #0d6efd;
  color: #fff;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
  white-space: nowrap;
}
.hc-badge--danger{
  background: #e53935;
  color: #fff;
}
.hc-notifications-list{display:grid;gap:10px;}
.hc-empty{
  text-align: center;
  padding: 48px 16px;
  color: #555;
}
.hc-empty__icon{
  font-size: 48px;
  margin-bottom: 12px;
}
.hc-empty h3{ margin: 0 0 6px; }
.hc-empty p{
  margin-bottom: 1.5rem;
  color: #666;
}

/* --- Notifications (cards polish) --- */
.hc-notif__card.is-unread,
.hc-card.is-unread{
  border: 1px solid rgba(59, 130, 246, 0.35);
  background: rgba(59, 130, 246, 0.06);
}

.hc-notif__meta{
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: .35rem;
  flex-wrap: wrap;
}

.hc-badge--kind{
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(148, 163, 184, 0.10);
}

.hc-notif__time{
  font-size: .85rem;
  opacity: .75;
}

/* --- Empty state (volunteer-friendly 404, etc.) --- */
.hc-empty{
  max-width: 720px;
  margin: 48px auto;
  padding: 24px;
  text-align: center;
}
.hc-empty__icon{ font-size: 40px; margin-bottom: 10px; }
.hc-empty__title{ margin: 0 0 10px; }
.hc-empty__text{ margin: 0 0 10px; opacity: .9; }
.hc-empty__actions{ margin-top: 18px; display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

/* --- Volunteer dashboard: interest badges + hints --- */
.hc-reqmeta { display:flex; gap:10px; align-items:center; flex-wrap:wrap; margin-top:8px; }
.hc-reqmeta__hint { font-size: 0.95em; opacity: .85; }

.hc-badge--approved { background: rgba(0, 200, 120, .12); }
.hc-badge--pending  { background: rgba(255, 180, 0, .12); }
.hc-badge--rejected { background: rgba(255, 80, 80, .12); }
.hc-badge--assigned { background: rgba(120, 160, 255, .12); }
.hc-badge--done { background: rgba(148, 163, 184, .18); }
.hc-badge--neutral  { background: rgba(120, 160, 255, .12); }

/* --- Request details: status badges + copy --- */
.hc-statusRow { display:flex; gap:8px; flex-wrap:wrap; margin: 10px 0; }
.hc-statusCopy { margin: 8px 0 0; opacity: .9; }
.hc-statusRow .hc-badge {
  display:inline-flex;
  align-items:center;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
  font-size: .85rem;
  line-height: 1;
  border: 1px solid rgba(255,255,255,.15);
}
.hc-badge--muted { background: rgba(255,255,255,.06); }
.hc-badge--progress { background: rgba(52,152,219,.12); }
.hc-miniNote { font-size: .9rem; opacity: .85; margin-top: 10px; }

/* C2 — HelpChain vibe (human-first) */

.hc-sectionTitle{
  margin: 0 0 .35rem 0;
  font-weight: 700;
  letter-spacing: .2px;
}

.hc-sectionHint{
  margin: 0 0 .9rem 0;
  font-size: .95rem;
  opacity: .85;
}

.hc-statusRow{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  align-items:center;
  margin-bottom:.35rem;
}

.hc-badges{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  align-items:center;
  margin: 0;
}

.hc-statusCopy{
  margin-top:.35rem;
  font-size:.95rem;
  opacity:.9;
}

.hc-whatNow{
  margin:.5rem 0 0 0;
  font-size:.95rem;
  opacity:.9;
  line-height:1.35;
}

.hc-miniNote{
  font-size:.92rem;
  opacity:.85;
  line-height:1.3;
}

/* Badges — soft, calm */
.hc-statusRow .hc-badge,
.hc-badges .hc-badge{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  padding:.28rem .55rem;
  border-radius:999px;
  font-size:.82rem;
  font-weight:600;
  border:1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.6);
  backdrop-filter: blur(6px);
}

/* Badge mods (semantic) */
.hc-badge--new{ opacity:.95; }
.hc-badge--muted{ opacity:.8; }
.hc-badge--progress{
  border-color: rgba(0,0,0,.12);
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
}
.hc-badge--done{
  border-color: rgba(0,0,0,.12);
}
.hc-badge--rejected{
  border-color: rgba(0,0,0,.12);
}
.hc-badge--assigned{
  border-color: rgba(0,0,0,.14);
  box-shadow: 0 1px 0 rgba(0,0,0,.05);
}
.hc-badge--approved{
  border-color: rgba(0,0,0,.14);
}

/* Cards: slightly softer spacing */
.hc-card, .card{
  border-radius: 14px;
}

/* Home latest requests: clearer meta + "New" indicator */
.hc-reqCard__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.hc-reqCard__title{
  line-height:1.3;
}

.hc-reqCard--new{
  border-color: rgba(37, 99, 235, .35) !important;
  box-shadow: 0 0 0 2px rgba(56, 189, 248, 0.12), 0 10px 28px rgba(56, 189, 248, 0.22);
}

.hc-badge{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  font-weight:600;
  font-size:13px;
  border:1px solid rgba(0,0,0,.08);
  background: rgba(0,0,0,.03);
}

.hc-badge--new{
  background: #1f6fe8;
  border-color: #1f6fe8;
  color: #fff;
  box-shadow: 0 2px 10px rgba(31, 111, 232, .28);
}

.hc-reqCard__meta{
  margin-top:8px;
  display:flex;
  align-items:center;
  gap:10px;
  color: rgba(0,0,0,.60);
  font-size:14px;
}

.hc-reqCard__meta .hc-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background: rgba(239, 68, 68, .85);
  box-shadow: none;
}

.hc-sep{
  opacity:.55;
}

.hc-active-pill{
  display:inline-flex;
  align-items:center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: .95rem;
  font-weight: 600;
  color: #3b6fbf;
  background: #eaf2ff;
  border: 1px solid #d6e6ff;
  vertical-align: middle;
}

/* Become volunteer (Step 1) - scoped to avoid affecting other pages */
.hc-vol-join .hc-shell { padding: 48px 16px; }
.hc-vol-join .hc-narrow { max-width: 720px; margin: 0 auto; }
.hc-vol-join .hc-pagehead { margin-bottom: 18px; }
.hc-vol-join .hc-title { font-size: 42px; line-height: 1.05; margin: 0; }
.hc-vol-join .hc-subtitle { margin: 10px 0 0; opacity: .8; }
.hc-vol-join .hc-trust { margin: 14px 0 0; padding-left: 18px; opacity: .9; }

.hc-vol-join .hc-card__title { margin: 0; font-size: 18px; }
.hc-vol-join .hc-card__hint { margin: 6px 0 0; opacity: .75; }

.hc-vol-join .hc-form { margin-top: 16px; display: grid; gap: 14px; }
.hc-vol-join .hc-field { display: grid; gap: 6px; }
.hc-vol-join .hc-label { font-weight: 600; }
.hc-vol-join .hc-req { color: #d00; }
.hc-vol-join .hc-input { width: 100%; padding: 12px 12px; border: 1px solid rgba(0,0,0,.12); border-radius: 12px; }
.hc-vol-join .hc-help { margin: 0; font-size: 13px; opacity: .7; }

.hc-vol-join .hc-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.hc-vol-join .hc-chip { display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid rgba(0,0,0,.10); border-radius: 999px; cursor: pointer; }
.hc-vol-join .hc-chip input { transform: scale(1.05); }
.hc-vol-join .hc-chip input:disabled,
.hc-vol-join .hc-chip input:disabled + .hc-chip__text { opacity: 0.5; cursor: not-allowed; }

.hc-vol-join .hc-consent__row { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; opacity: .9; }
.hc-vol-join .hc-link { text-decoration: underline; }
.hc-vol-join .hc-footnote { margin: 10px 0 0; font-size: 13px; opacity: .65; }
.hc-vol-join .hc-btn--full { width: 100%; }

.hc-vol-join .hc-faq { margin-top: 18px; border-radius: 14px; border: 1px solid rgba(0,0,0,.08); padding: 12px 14px; background: rgba(255,255,255,.65); }
.hc-vol-join .hc-faq summary { cursor: pointer; font-weight: 600; }

/* --- Trust mini card (Become volunteer header) --- */
.hc-vol-join .hc-become-head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

/* Volunteer dashboard - Recommended cards (matching v1) */
.match-card {
  position: relative;
  border: 1px solid rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 20px rgba(0, 123, 255, 0.05);
  transition: all 0.2s ease;
  border-radius: 12px;
  padding: 14px;
  background: #fff;
}

.match-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(0, 123, 255, 0.12);
}

.match-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #2563eb;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 999px;
}

.badge-soft {
  background: #eaf2ff;
  color: #2563eb;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 14px;
}

.match-top{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:flex-end;
  margin-bottom:10px;
}

.match-pill{
  background:#eaf2ff;
  color:#2563eb;
  padding:4px 10px;
  border-radius:999px;
  font-weight:600;
  font-size:12px;
}

.urgent-pill{
  background:#ffecec;
  color:#b91c1c;
  padding:4px 10px;
  border-radius:999px;
  font-weight:700;
  font-size:12px;
}

.mini-bars{
  display:flex;
  align-items:center;
  gap:10px;
  margin:8px 0 12px;
}

.bar{
  flex:1;
  height:6px;
  background:#edf2f7;
  border-radius:999px;
  overflow:hidden;
}

.bar span{
  display:block;
  height:100%;
  background:#2563eb;
}

.hc-rec{
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255,255,255,.7);
}
.hc-smart{
  margin: 16px 0 18px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 14px;
  background: rgba(255,255,255,.72);
}
.hc-smart-section{
  margin-bottom: 12px;
}

.hc-smart__head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:12px;
}

.hc-smart__title{
  font-size:24px;
  margin:0;
  line-height:1.15;
}

.hc-smart__sub{
  margin:6px 0 0;
  opacity:.75;
}

.hc-smart__count{
  padding:6px 10px;
  border-radius:999px;
  background: rgba(13,110,253,.12);
  color:#0d6efd;
  font-weight:600;
  font-size:13px;
}

.hc-smart__headMeta{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.hc-smart__algo{
  font-size: 12px;
  color: rgba(0,0,0,.58);
}

.hc-smart-filters{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}

.hc-smart-filters__label{
  font-size:12px;
  color: rgba(0,0,0,.62);
}

.hc-smart-filters__select{
  border:1px solid rgba(0,0,0,.14);
  border-radius:8px;
  padding:2px 6px;
  font-size:12px;
  background:#fff;
}

.hc-smart-filters__check{
  display:inline-flex;
  align-items:center;
  gap:4px;
  font-size:12px;
  color: rgba(0,0,0,.72);
}

.hc-match-controls{ margin-top:10px; }
.hc-match-controls__row{ display:flex; gap:12px; align-items:center; flex-wrap:wrap; }
.hc-label{ font-size:13px; color:#4b5563; }
.hc-select{ padding:8px 10px; border:1px solid #e5e7eb; border-radius:10px; background:#fff; }
.hc-check{ display:flex; gap:8px; align-items:center; }
.hc-check.is-disabled{ opacity:.55; cursor:not-allowed; }

.hc-filter-pills{
  display:flex;
  gap:8px;
  flex-wrap: wrap;
  margin: 10px 0 0;
}

.hc-smart__grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap:18px;
}

.hc-card--smart {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.25);
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.08);
}

.hc-card--smart::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hc-smart-empty{
  border:1px dashed rgba(13,110,253,.3);
  border-radius:12px;
  padding:16px;
  background: rgba(13,110,253,.04);
}

.hc-smart-empty__icon{
  font-size: 24px;
  margin-bottom: 6px;
}

.hc-smart-empty h4{
  margin: 0 0 6px;
  font-size: 1.05rem;
}

.hc-smart-empty p{
  margin: 0 0 10px;
  color: rgba(0,0,0,.72);
}

.hc-smart-low{
  border:1px solid rgba(13,110,253,.25);
  border-radius:12px;
  padding:12px 14px;
  background: rgba(13,110,253,.06);
  color: rgba(0,0,0,.82);
}

.hc-smart-progress{
  margin: 10px 0 12px;
}

.hc-smart-progress__label{
  font-size: 13px;
  color: rgba(0,0,0,.72);
  margin-bottom: 6px;
}

.hc-smart-progress__track{
  height:8px;
  border-radius:999px;
  background: rgba(0,0,0,.1);
  overflow:hidden;
}

.hc-smart-progress__track i{
  display:block;
  height:100%;
  background: linear-gradient(90deg, #2563eb, #3b82f6);
  border-radius:999px;
}

.hc-smart-tips{
  margin: 0 0 12px 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.hc-smart-tips li{
  color: rgba(0,0,0,.8);
  font-size: .95rem;
}

.hc-empty-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}

.hc-modal { display:none; }
.hc-modal.is-open { display:block; }

.hc-modal__backdrop{
  position:fixed; inset:0;
  background:rgba(0,0,0,.35);
  z-index:1000;
}

.hc-modal__panel{
  position:fixed; left:50%; top:50%;
  transform:translate(-50%,-50%);
  width:min(560px, calc(100vw - 32px));
  background:#fff;
  border-radius:16px;
  box-shadow:0 20px 60px rgba(0,0,0,.25);
  z-index:1001;
  overflow:hidden;
}

.hc-modal__head{
  display:flex; align-items:center; justify-content:space-between;
  padding:14px 16px; border-bottom:1px solid rgba(0,0,0,.08);
}

.hc-modal__x{ border:0; background:transparent; font-size:18px; cursor:pointer; }

.hc-modal__body{ padding:16px; }
.hc-modal__foot{ padding:12px 16px; border-top:1px solid rgba(0,0,0,.08); display:flex; justify-content:flex-end; }

.hc-modal__kpi{ display:flex; align-items:baseline; gap:12px; margin-bottom:12px; }
.hc-modal__pct{ font-size:32px; font-weight:800; }
.hc-modal__title{ color:rgba(0,0,0,.65); font-weight:600; }

.hc-row{ margin:10px 0; }
.hc-row__top{ display:flex; justify-content:space-between; font-size:14px; }
.hc-row__bar{ height:8px; background:rgba(37,99,235,.12); border-radius:999px; overflow:hidden; margin-top:6px; }
.hc-row__bar i{ display:block; height:100%; background:rgba(37,99,235,.9); border-radius:999px; }

.hc-modal__note{ margin-top:10px; font-size:13px; color:rgba(0,0,0,.6); }

.hc-rec__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom: 10px;
}
.hc-rec__sub{
  margin: 0 0 12px;
  color: rgba(0,0,0,.58);
  font-size: .97rem;
}

.hc-rec__title{
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
}

.hc-rec__grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hc-recCard__title{
  margin: 0 0 4px 0;
  font-size: 1.18rem;
  line-height: 1.25;
}

.hc-recCard__meta{
  margin: 0 0 8px 0;
  color: rgba(0,0,0,.66);
  font-size: .95rem;
}

.hc-recCard__submeta{
  margin: 0 0 10px 0;
  color: rgba(0,0,0,.62);
  font-size: .92rem;
}

.hc-soft-pill{
  background: #f1f5f9;
  color: #334155;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.hc-rec__all{
  color: #355f9b;
  font-size: .95rem;
  text-decoration: none;
}

.hc-rec__all:hover{
  text-decoration: underline;
}

@media (max-width: 900px){
  .hc-smart__grid{
    grid-template-columns: 1fr;
  }
  .hc-rec__grid{
    grid-template-columns: 1fr;
  }
}

.hc-bars{
  margin-top:10px;
  display:grid;
  gap:8px;
}

.hc-bar{
  display:grid;
  grid-template-columns: 70px 1fr;
  gap:10px;
  align-items:center;
  font-size:12px;
  opacity:.9;
}

.hc-bar__track{
  height:8px;
  border-radius:999px;
  background: rgba(0,0,0,.08);
  overflow:hidden;
}

.hc-bar__track i{
  display:block;
  height:100%;
  background: rgba(13,110,253,.65);
  border-radius:999px;
}

.hc-vol-join .hc-become-titleblock{
  min-width: 220px;
}

.hc-vol-join .hc-trust-card{
  width: 260px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 12px 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.hc-vol-join .hc-trust-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
  font-size: 13px;
  line-height: 1.3;
  color: #334155;
}

.hc-vol-join .hc-trust-list li{
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

@media (max-width: 900px){
  .hc-vol-join .hc-become-head{ flex-direction: column; }
  .hc-vol-join .hc-trust-card{ width: 100%; margin-top: 10px; }
}

/* Step 1 hint + frozen state */
.hc-vol-join .hc-hint{ font-size: 0.9rem; opacity: 0.8; margin-top: 8px; }
.hc-vol-join .hc-error{ color: #b42318; opacity: 1; }
.hc-vol-join .is-frozen{ opacity: .7; }

/* Step 1.5 (frontend-only) */
.hc-vol-join .hc-link-sent{ margin-top: 16px; }
.hc-vol-join .hc-card--center{ max-width: 560px; margin: 0 auto; text-align: center; }
.hc-vol-join .hc-card__icon{ font-size: 36px; margin-bottom: 8px; }
.hc-vol-join .hc-title--sm{ font-size: 28px; }

/* --- Generic HC page helpers (used by /contact and other clean pages) --- */
.hc-page{ padding: 44px 16px 64px; }
.hc-container{ width: 100%; margin: 0 auto; }
.hc-container--narrow{ max-width: 720px; }
.hc-page__head{ margin-bottom: 24px; }
.hc-text{ margin-top: 6px; color: rgba(0,0,0,.75); }
.hc-mb-16{ margin-bottom: 16px; }
.hc-mt-8{ margin-top: 8px; }
.hc-card--pad-lg{ padding: 20px; }
.hc-form{ display: grid; gap: 14px; }
.hc-form-group{ display: grid; gap: 6px; }
.hc-form-actions{ margin-top: 6px; display: grid; gap: 6px; }

/* Generic inline form message (anti-enumeration UX) */
.hc-form-msg{ padding: 10px 12px; border-radius: 12px; border: 1px solid rgba(0,0,0,.08); background: rgba(255,255,255,.85); color: rgba(0,0,0,.72); }
.hc-form-msg.is-ok{ border-color: rgba(25,135,84,.25); background: rgba(25,135,84,.08); color: rgba(25,135,84,.95); }
/* Accessibility baseline */
.skip-link.visually-hidden-focusable:focus {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 2000;
  padding: 0.5rem 0.75rem;
  background: #000;
  color: #fff;
  border-radius: 0.5rem;
}

:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 2px;
}

/* Accessibility offcanvas drawer */
.hc-a11y-fab {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 2100;
  width: 68px;
  height: 68px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid rgba(147, 197, 253, 0.55);
  background: rgba(7, 20, 38, 0.82);
  color: #fff;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 22px rgba(2, 6, 23, 0.35);
}

.hc-a11y-fab__icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  line-height: 1;
  transform: none;
}

.hc-a11y-fab:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

.hc-a11y-drawer[hidden] {
  display: none;
}

.hc-a11y-drawer {
  position: fixed;
  inset: 0;
  z-index: 2200;
}

.hc-a11y-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hc-a11y-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(380px, 92vw);
  background: rgba(10, 10, 14, 0.95);
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px 14px 18px;
  overflow: auto;
}

.hc-a11y-drawer__header {
  display: block;
  margin: -14px -14px 12px;
}

.hc-a11y-drawer__headcopy {
  min-width: 0;
  padding: 10px 14px 0;
}

.hc-a11y-drawer__title {
  font-size: 1.15rem;
  margin: 0;
}

.hc-a11y-drawer__subtitle {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.35;
}

.hc-a11y-drawer__close {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 10px;
  width: 36px;
  height: 36px;
}

.hc-a11y-drawer__close:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

.hc-a11y-topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: #ececec;
  color: #0d5c92;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.hc-a11y-topbar__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
  color: #0d5c92;
}

.hc-a11y-topbar__brand-mark {
  font-size: 1.4rem;
  line-height: 1;
}

.hc-a11y-topbar__brand-text {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 1.6rem;
  line-height: 1;
}

.hc-a11y-topbar__actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hc-a11y-topbar__btn {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: transparent;
  color: #616161;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
}

.hc-a11y-topbar__btn:hover {
  background: rgba(13, 92, 146, 0.08);
}

.hc-a11y-topbar__btn:focus-visible {
  outline: 3px solid #0d5c92;
  outline-offset: 2px;
}

.hc-a11y-topbar__btn--power {
  color: #b63115;
}

.hc-a11y-topbar__btn--power.is-active {
  color: #d6482d;
  background: rgba(214, 72, 45, 0.08);
}

.hc-a11y-row {
  padding: 0;
}

.hc-a11y-row + .hc-a11y-row {
  margin-top: 10px;
}

.hc-a11y-screen[hidden] {
  display: none;
}

.hc-a11y-tabs {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 6px;
  margin: 0 0 12px;
  padding: 10px 6px 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hc-a11y-tabs::-webkit-scrollbar {
  display: none;
}

.hc-a11y-tab {
  position: relative;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  flex: 0 0 78px;
  min-width: 78px;
  justify-items: center;
  gap: 6px;
  padding: 8px 2px 10px;
  border-radius: 10px;
}

.hc-a11y-tab:hover {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.95);
}

.hc-a11y-tab:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -2px;
}

.hc-a11y-tab.is-active {
  color: #d7edff;
}

.hc-a11y-tab.is-active::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  height: 4px;
  border-radius: 999px;
  background: #3aa7ff;
  box-shadow: 0 0 0 1px rgba(58, 167, 255, 0.18);
}

.hc-a11y-tab__icon {
  font-size: 1.45rem;
  line-height: 1;
  min-height: 1.45rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hc-a11y-tab__icon i {
  font-size: 1.55rem;
}

.hc-a11y-tab__label {
  font-size: 0.68rem;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.hc-a11y-panes {
  display: block;
}

.hc-a11y-pane[hidden] {
  display: none;
}

.hc-a11y-pane__head {
  padding: 10px 2px 12px;
  margin-bottom: 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hc-a11y-pane__title {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.15;
  font-weight: 700;
  color: #d7edff;
}

.hc-a11y-pane__subtitle {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
  line-height: 1.25;
}

.hc-a11y-note {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.88rem;
  line-height: 1.35;
}

.hc-a11y-profilecard {
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.hc-a11y-profilecard__desc {
  margin: 0 0 10px;
  font-size: 0.9rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.86);
}

.hc-a11y-profilecard__head {
  margin: 0 0 8px;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.6);
}

.hc-a11y-profilelist {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 6px;
  color: rgba(255, 255, 255, 0.88);
}

.hc-a11y-profilelist li {
  line-height: 1.28;
}

.hc-a11y-profilecard__actions {
  margin-top: 12px;
  display: flex;
  justify-content: flex-start;
}

.hc-a11y-profilebadges {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.hc-a11y-profilebadge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 0.72rem;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.84);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hc-a11y-subprofiles {
  margin: 0 0 12px;
}

.hc-a11y-subprofiles__head {
  margin: 0 0 8px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
}

.hc-a11y-presetlist {
  display: grid;
  gap: 8px;
}

.hc-a11y-preset {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: inherit;
  border-radius: 14px;
  padding: 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.hc-a11y-preset:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.18);
}

.hc-a11y-preset:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 2px;
}

.hc-a11y-preset.is-active {
  border-color: rgba(58, 167, 255, 0.4);
  background: rgba(58, 167, 255, 0.12);
}

.hc-a11y-preset__main {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.hc-a11y-preset__name {
  font-weight: 700;
  line-height: 1.15;
}

.hc-a11y-preset__desc {
  font-size: 0.8rem;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.7);
}

.hc-a11y-preset__apply {
  font-size: 0.76rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 999px;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.hc-a11y-preset.is-active .hc-a11y-preset__apply {
  border-color: rgba(58, 167, 255, 0.45);
  color: #d7edff;
  background: rgba(58, 167, 255, 0.08);
}

.hc-a11y-presetgrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.hc-a11y-presetcard {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  color: inherit;
  border-radius: 14px;
  padding: 11px 10px;
  display: grid;
  gap: 5px;
  text-align: left;
  min-height: 96px;
  align-content: start;
}

.hc-a11y-presetcard:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.18);
}

.hc-a11y-presetcard:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 2px;
}

.hc-a11y-presetcard.is-active {
  border-color: rgba(58, 167, 255, 0.4);
  background: rgba(58, 167, 255, 0.12);
}

.hc-a11y-presetcard__title {
  font-weight: 700;
  line-height: 1.15;
}

.hc-a11y-presetcard__desc {
  font-size: 0.75rem;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.68);
}

.hc-a11y-switch {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.hc-a11y-control {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.hc-a11y-control .hc-a11y-switch__content {
  flex: 1 1 auto;
}

.hc-a11y-control--stack {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 10px;
}

.hc-a11y-note--compact {
  margin-bottom: 10px;
  padding: 10px 12px;
  font-size: 0.8rem;
}

.hc-a11y-note.is-warning {
  border-color: rgba(255, 193, 7, 0.35);
  background: rgba(255, 193, 7, 0.08);
}

.hc-a11y-rangewrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
}

.hc-a11y-range {
  width: 100%;
  accent-color: #3aa7ff;
}

.hc-a11y-rangevalue {
  min-width: 42px;
  text-align: right;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
}

.hc-a11y-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hc-a11y-inlinebtn {
  border: 1px solid rgba(58, 167, 255, 0.28);
  background: rgba(58, 167, 255, 0.12);
  color: #d7edff;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 0.82rem;
  line-height: 1;
}

.hc-a11y-inlinebtn:hover {
  background: rgba(58, 167, 255, 0.18);
}

.hc-a11y-inlinebtn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.hc-a11y-inlinebtn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.hc-a11y-inlinebtn--secondary {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.9);
}

.hc-a11y-inline-status {
  font-size: 0.8rem;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.8);
}

.hc-a11y-langnav {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hc-a11y-navitem {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  padding: 14px 12px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  text-align: left;
}

.hc-a11y-navitem:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hc-a11y-navitem:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -3px;
}

.hc-a11y-navitem__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hc-a11y-navitem__content {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.hc-a11y-navitem__title {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.05rem;
}

.hc-a11y-navitem__subtitle {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.2;
}

.hc-a11y-navitem__chevron {
  font-size: 2rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.95);
  transform: translateY(-1px);
  transition: transform 160ms ease, color 160ms ease;
}

.hc-a11y-langitem {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.hc-a11y-langitem:hover {
  background: rgba(255, 255, 255, 0.05);
}

.hc-a11y-langitem:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 1px;
}

.hc-a11y-langitem.is-active {
  background: rgba(94, 173, 255, 0.14);
  color: #d7edff;
}

.hc-a11y-langitem--screen {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
}

.hc-a11y-langitem--screen + .hc-a11y-langitem--screen {
  margin-top: 0;
}

.hc-a11y-langitem__chevron {
  margin-left: auto;
  font-size: 1.35rem;
  color: rgba(255, 255, 255, 0.72);
}

.hc-a11y-subhead {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hc-a11y-subhead__back {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}

.hc-a11y-subhead__back:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.hc-a11y-subhead__titlewrap {
  min-width: 0;
}

.hc-a11y-subhead__title {
  font-weight: 700;
  font-size: 1.05rem;
}

.hc-a11y-subhead__subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
}

.hc-a11y-langscreen-list {
  display: grid;
  gap: 8px;
}

.hc-a11y-select {
  flex: 0 0 auto;
  min-width: 120px;
  max-width: 46%;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 6px 10px;
}

.hc-a11y-select:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.hc-a11y-select option {
  color: #111;
}

.hc-a11y-switch:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.18);
}

.hc-a11y-switch:focus-within {
  outline: 3px solid #fff;
  outline-offset: 2px;
}

.hc-a11y-switch input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.hc-a11y-switch__content {
  display: grid;
  gap: 3px;
  min-width: 0;
  flex: 1 1 auto;
}

.hc-a11y-switch__label {
  font-weight: 600;
  line-height: 1.2;
}

.hc-a11y-switch__hint {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8rem;
  line-height: 1.25;
}

.hc-a11y-toggle {
  position: relative;
  flex: 0 0 auto;
  width: 46px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  transition: background-color 160ms ease, border-color 160ms ease;
}

.hc-a11y-toggle::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  transition: transform 160ms ease;
}

.hc-a11y-switch input:checked ~ .hc-a11y-toggle {
  background: rgba(94, 173, 255, 0.28);
  border-color: rgba(128, 194, 255, 0.52);
}

.hc-a11y-switch input:checked ~ .hc-a11y-toggle::after {
  transform: translateX(18px);
}

.hc-a11y-switch input:checked + .hc-a11y-switch__content .hc-a11y-switch__label {
  color: #d7edff;
}

.hc-a11y-switch input:checked + .hc-a11y-switch__content .hc-a11y-switch__hint {
  color: rgba(215, 237, 255, 0.84);
}

.hc-a11y-summary {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
}

.hc-a11y-summary__textwrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.hc-a11y-summary__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

.hc-a11y-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 3px 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.75rem;
  line-height: 1;
  white-space: nowrap;
}

.hc-a11y-summary.is-active {
  border-color: rgba(128, 194, 255, 0.35);
  background: rgba(94, 173, 255, 0.08);
}

.hc-a11y-summary.is-active .hc-a11y-summary__dot {
  background: #80c2ff;
  box-shadow: 0 0 0 5px rgba(128, 194, 255, 0.16);
}

.hc-a11y-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}

.hc-a11y-actions .btn {
  min-width: 110px;
}

#hcA11ySaveProfile.is-saved {
  border-color: rgba(58, 167, 255, 0.5);
  background: rgba(58, 167, 255, 0.08);
}

.hc-a11y-shortcut {
  margin: 10px 2px 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

@media (max-width: 420px) {
  .hc-a11y-topbar {
    grid-template-columns: auto 1fr auto;
    gap: 4px;
    padding: 8px 10px;
  }

  .hc-a11y-topbar__brand {
    gap: 5px;
  }

  .hc-a11y-topbar__brand-mark {
    font-size: 1.05rem;
  }

  .hc-a11y-topbar__brand-text {
    font-size: 0.9rem;
    letter-spacing: 0;
  }

  .hc-a11y-topbar__actions {
    gap: 3px;
  }

  .hc-a11y-topbar__btn {
    width: 34px;
    height: 34px;
    font-size: 1.2rem;
    border-radius: 10px;
  }

  .hc-a11y-tabs {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    gap: 6px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .hc-a11y-tab {
    flex: 0 0 84px;
    min-width: 84px;
    scroll-snap-align: start;
  }

  .hc-a11y-tab__label {
    font-size: 0.62rem;
    white-space: normal;
    line-height: 1.05;
  }

  .hc-a11y-presetgrid {
    grid-template-columns: 1fr;
  }

  .hc-a11y-control {
    align-items: stretch;
    flex-direction: column;
  }

  .hc-a11y-select {
    max-width: 100%;
    width: 100%;
  }

  .hc-a11y-actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .hc-a11y-actions .btn {
    width: 100%;
    min-width: 0;
  }
}

.hc-a11y-sep {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  margin: 12px 0;
}

/* Light Lisio-like skin for accessibility panel */
.hc-a11y-drawer__panel {
  background: #f2f2f3;
  color: #1b1b1d;
  border-left-color: rgba(0, 0, 0, 0.12);
}

.hc-a11y-drawer__title {
  color: #0d5c92;
}

.hc-a11y-drawer__subtitle,
.hc-a11y-shortcut {
  color: rgba(23, 27, 32, 0.62);
}

.hc-a11y-tabs {
  border-top-color: rgba(0, 0, 0, 0.08);
  border-bottom-color: rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.02);
}

.hc-a11y-tab {
  color: rgba(33, 33, 36, 0.72);
}

.hc-a11y-tab:hover {
  background: rgba(13, 92, 146, 0.06);
  color: #0d5c92;
}

.hc-a11y-tab:focus-visible {
  outline-color: #0d5c92;
}

.hc-a11y-tab.is-active {
  color: #0d5c92;
}

.hc-a11y-tab__icon i {
  font-size: 1.35rem;
}

.hc-a11y-pane__head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.hc-a11y-pane__title {
  color: #0d5c92;
}

.hc-a11y-pane__subtitle {
  color: rgba(23, 27, 32, 0.62);
}

.hc-a11y-note,
.hc-a11y-summary,
.hc-a11y-switch,
.hc-a11y-control,
.hc-a11y-langitem--screen,
.hc-a11y-langnav,
.hc-a11y-preset,
.hc-a11y-presetcard,
.hc-a11y-profilecard {
  color: #1b1b1d;
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.72);
}

.hc-a11y-note {
  background: rgba(255, 255, 255, 0.55);
}

.hc-a11y-summary__dot {
  background: rgba(0, 0, 0, 0.24);
}

.hc-a11y-badge {
  border-color: rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.03);
  color: rgba(23, 27, 32, 0.82);
}

.hc-a11y-navitem,
.hc-a11y-langitem {
  color: #1b1b1d;
}

.hc-a11y-navitem:hover,
.hc-a11y-langitem:hover {
  background: rgba(13, 92, 146, 0.05);
}

.hc-a11y-navitem:focus-visible,
.hc-a11y-langitem:focus-visible,
.hc-a11y-subhead__back:focus-visible,
.hc-a11y-select:focus-visible,
.hc-a11y-switch:focus-within {
  outline-color: #0d5c92;
}

.hc-a11y-navitem__icon {
  background: rgba(13, 92, 146, 0.06);
  border-color: rgba(13, 92, 146, 0.16);
}

.hc-a11y-navitem__subtitle,
.hc-a11y-switch__hint,
.hc-a11y-subhead__subtitle,
.hc-a11y-preset__desc,
.hc-a11y-presetcard__desc,
.hc-a11y-subprofiles__head,
.hc-a11y-profilecard__head {
  color: rgba(23, 27, 32, 0.62);
}

.hc-a11y-profilecard__desc,
.hc-a11y-profilelist {
  color: rgba(23, 27, 32, 0.88);
}

.hc-a11y-profilebadge {
  border-color: rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.03);
  color: rgba(23, 27, 32, 0.78);
}

#hcA11ySaveProfile.is-saved {
  color: #0d5c92;
}

.hc-a11y-navitem__chevron,
.hc-a11y-langitem__chevron {
  color: rgba(23, 27, 32, 0.62);
}

.hc-a11y-select {
  color: #1b1b1d;
  border-color: rgba(0, 0, 0, 0.16);
  background: rgba(255, 255, 255, 0.85);
}

.hc-a11y-note.is-warning {
  border-color: rgba(176, 124, 0, 0.32);
  background: rgba(255, 210, 77, 0.14);
  color: rgba(23, 27, 32, 0.9);
}

.hc-a11y-rangevalue {
  color: rgba(23, 27, 32, 0.82);
}

.hc-a11y-inlinebtn {
  border-color: rgba(13, 92, 146, 0.18);
  background: rgba(13, 92, 146, 0.08);
  color: #0d5c92;
}

.hc-a11y-inlinebtn:hover {
  background: rgba(13, 92, 146, 0.12);
}

.hc-a11y-inlinebtn:focus-visible {
  outline-color: #0d5c92;
}

.hc-a11y-inlinebtn--secondary {
  border-color: rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.03);
  color: rgba(23, 27, 32, 0.82);
}

.hc-a11y-inline-status {
  color: rgba(23, 27, 32, 0.72);
}

.hc-a11y-selection-audio {
  position: fixed;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 999px;
  border: 2px solid rgba(13, 92, 146, 0.92);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 28px rgba(9, 17, 28, 0.2);
}

.hc-a11y-selection-audio[hidden] {
  display: none;
}

.hc-a11y-selection-audio__btn {
  border: 2px solid currentColor;
  background: #fff;
  color: #0d5c92;
  min-width: 72px;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.82rem;
  line-height: 1;
  font-weight: 700;
}

.hc-a11y-selection-audio__btn:hover {
  background: rgba(13, 92, 146, 0.06);
}

.hc-a11y-selection-audio__btn:focus-visible {
  outline: 3px solid #0d5c92;
  outline-offset: 2px;
}

.hc-a11y-selection-audio__btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.hc-a11y-selection-audio__btn--stop {
  color: #b63115;
}

.hc-a11y-toggle {
  border-color: rgba(0, 0, 0, 0.22);
  background: rgba(0, 0, 0, 0.06);
}

.hc-a11y-switch input:checked + .hc-a11y-switch__content .hc-a11y-switch__label {
  color: #0d5c92;
}

.hc-a11y-switch input:checked + .hc-a11y-switch__content .hc-a11y-switch__hint {
  color: rgba(13, 92, 146, 0.72);
}

.hc-a11y-preset__apply {
  border-color: rgba(0, 0, 0, 0.12);
  background: rgba(0, 0, 0, 0.02);
  color: rgba(23, 27, 32, 0.78);
}

.hc-a11y-preset.is-active .hc-a11y-preset__apply {
  color: #0d5c92;
  background: rgba(58, 167, 255, 0.08);
}

.hc-a11y-subhead {
  border-bottom-color: rgba(0, 0, 0, 0.08);
}

.hc-a11y-subhead__back {
  color: #1b1b1d;
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.7);
}

.hc-a11y-summary.is-active {
  background: rgba(58, 167, 255, 0.1);
}

.hc-a11y-sep {
  border-top-color: rgba(0, 0, 0, 0.12);
}

.hc-a11y-drawer[data-a11y-master="off"] .hc-a11y-panes {
  opacity: 0.84;
}

.hc-a11y-drawer[data-a11y-master="off"] .hc-a11y-summary {
  background: rgba(182, 49, 21, 0.05);
  border-color: rgba(182, 49, 21, 0.2);
}

body.hc-modal-open {
  overflow: hidden;
}

html[data-a11y-contrast="high"] {
  filter: contrast(1.15);
}

html[data-a11y-text="large"] {
  font-size: 112.5%;
}

html[data-a11y-text="xlarge"] {
  font-size: 125%;
}

.hc-a11y-read-highlight {
  outline: 3px solid rgba(58, 167, 255, 0.45);
  outline-offset: 4px;
  border-radius: 8px;
  background: rgba(58, 167, 255, 0.08);
  transition: background-color 160ms ease, outline-color 160ms ease;
}

html[data-a11y-motion="reduced"] * {
  transition-duration: 0.001ms !important;
  animation-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
  scroll-behavior: auto !important;
}

html[data-a11y-motion="reduced"] .hc-a11y-switch,
html[data-a11y-motion="reduced"] .hc-a11y-toggle,
html[data-a11y-motion="reduced"] .hc-a11y-toggle::after {
  transition: none !important;
}

html[data-a11y-font="dyslexic"] body,
html[data-a11y-font="dyslexic"] input,
html[data-a11y-font="dyslexic"] textarea,
html[data-a11y-font="dyslexic"] select,
html[data-a11y-font="dyslexic"] button {
  font-family: "Atkinson Hyperlegible", "Verdana", "Trebuchet MS", "Arial", sans-serif !important;
}

html[data-a11y-font="dyslexic"] p,
html[data-a11y-font="dyslexic"] li,
html[data-a11y-font="dyslexic"] label,
html[data-a11y-font="dyslexic"] .form-label,
html[data-a11y-font="dyslexic"] .hc-a11y-switch__label,
html[data-a11y-font="dyslexic"] .hc-a11y-switch__hint {
  line-height: 1.55;
  letter-spacing: 0.015em;
  word-spacing: 0.05em;
}

html[data-a11y-eco="on"] *,
html[data-a11y-eco="on"] *::before,
html[data-a11y-eco="on"] *::after {
  backdrop-filter: none !important;
}

html[data-a11y-eco="on"] body {
  background-image: none !important;
}

html[data-a11y-eco="on"] .hc-card,
html[data-a11y-eco="on"] .card,
html[data-a11y-eco="on"] .hc-section,
html[data-a11y-eco="on"] .hc-home__snapshot-card,
html[data-a11y-eco="on"] .hc-a11y-drawer__panel {
  box-shadow: none !important;
}

html[data-a11y-eco="on"] .hc-home__hero,
html[data-a11y-eco="on"] .hc-section-alt,
html[data-a11y-eco="on"] .hc-hero-institutional,
html[data-a11y-eco="on"] .hc-page-pro,
html[data-a11y-eco="on"] .hc-page-home {
  background-image: none !important;
}

html[data-a11y-eco="on"] .hc-decor,
html[data-a11y-eco="on"] .hc-noise,
html[data-a11y-eco="on"] .hc-hero-visual,
html[data-a11y-eco="on"] [class*="glow"],
html[data-a11y-eco="on"] [class*="noise"] {
  display: none !important;
}

html[data-a11y-eco="on"] img {
  image-rendering: auto;
}

html[data-a11y-eco="on"] video[autoplay] {
  display: none !important;
}

/* Phase 1: header/nav stabilization */
.navbar {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

.navbar-brand span {
  font-weight: 600;
  letter-spacing: 0.2px;
}

.navbar .nav-link.active {
  font-weight: 600;
}

.hc-trustStrip span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

a[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.7;
}

html[data-a11y-simple="on"] .hc-decor,
html[data-a11y-simple="on"] .hc-hero-visual,
html[data-a11y-simple="on"] .hc-noise,
html[data-a11y-simple="on"] .hc-secondary,
html[data-a11y-simple="on"] .hc-optional {
  display: none !important;
}

html[data-a11y-simple="on"] .hc-card,
html[data-a11y-simple="on"] .hc-section {
  box-shadow: none !important;
  background: transparent !important;
}

html[data-a11y-simple="on"] .hc-vdash__subtitle {
  display: none !important;
}

/* === Simplified (manual) = Compact task mode === */
html[data-a11y-simple="on"] .container {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

html[data-a11y-simple="on"] section {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

html[data-a11y-simple="on"] .row.g-3 { --bs-gutter-y: .75rem; }
html[data-a11y-simple="on"] .row.g-4 { --bs-gutter-y: .85rem; }

html[data-a11y-simple="on"] .hc-card,
html[data-a11y-simple="on"] .hc-reqCard,
html[data-a11y-simple="on"] .card {
  padding: .9rem !important;
  border-radius: 14px !important;
}

html[data-a11y-simple="on"] .display-5 { font-size: 1.85rem !important; }
html[data-a11y-simple="on"] .lead { margin-bottom: .6rem !important; }
html[data-a11y-simple="on"] .text-body-secondary,
html[data-a11y-simple="on"] .small {
  font-size: .92rem !important;
}

html[data-a11y-simple="on"] .btn-lg {
  padding: .55rem 1rem !important;
  font-size: .95rem !important;
}

html[data-a11y-simple="on"] .btn {
  border-radius: 10px !important;
}

html[data-a11y-simple="on"] .match-card .hc-card__actions,
html[data-a11y-simple="on"] .hc-bars {
  margin-top: .5rem !important;
}

.is-copied {
  opacity: 0.75;
}


/* === Volunteer Dashboard: My requests tabs (extracted) === */
.hc-myreq__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.hc-tabs {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.02);
}

.hc-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.92rem;
  line-height: 1;
  white-space: nowrap;
}

.hc-tab__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.08);
  font-weight: 700;
  font-size: 0.82rem;
}

.hc-tab[aria-selected="true"] {
  background: rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06) inset;
}

.hc-myreq__body {
  padding: 8px 0 0;
}

.hc-tabPanel {
  padding: 0;
}

.hc-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.85rem;
  background: rgba(0, 0, 0, 0.06);
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.hc-emptyLine {
  padding: 10px 4px;
}

@media (max-width: 640px) {
  .hc-tabs {
    width: 100%;
    justify-content: space-between;
  }

.hc-tab {
    flex: 1;
    justify-content: center;
  }
}

/* === CSP: inline-style purge utilities === */
.hc-scroll-x { overflow: auto; }
.hc-mt-1r { margin-top: 1rem; }
.hc-minw-900 { min-width: 900px; }
.hc-spacer-80 { height: 80px; }
.hc-bg-success-gradient { background: var(--success-gradient); }
.hc-bg-primary-gradient { background: var(--primary-gradient); }
.hc-bg-info-gradient { background: var(--info-gradient); }
.hc-bg-warning-gradient { background: var(--warning-gradient); }
.hc-hidden { display: none !important; }
.hc-minh-320 { min-height: 320px; }
.hc-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 1px;
  width: 1px;
}
.hc-mb-10 { margin: 0 0 10px; }
.hc-mt-8 { margin-top: 8px; }
.hc-mt-10 { margin-top: 10px; }
.hc-ml-8 { margin-left: 8px; }

/* === Home Background: Soft Blue Trust Field === */
body.hc-page-home {
  background:
    radial-gradient(
      circle at 50% -10%,
      rgba(255,255,255,0.95) 0%,
      rgba(245,248,255,0.85) 40%,
      rgba(232,238,250,0.65) 75%,
      rgba(226,233,247,0.55) 100%
    );
}

body.hc-page-home .hc-hero {
  position: relative;
  overflow: hidden;
  background: transparent;
}

body.hc-page-home .hc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.62) 0%,
      rgba(255, 255, 255, 0.30) 18%,
      rgba(255, 255, 255, 0.08) 42%,
      transparent 68%
    ),
    radial-gradient(
      760px 420px at 42% -12%,
      rgba(37, 99, 235, 0.075),
      transparent 70%
    );
  z-index: 0;
}

body.hc-page-home .hc-hero-inner {
  position: relative;
  z-index: 1;
  backdrop-filter: blur(2px);
}

body.hc-page-home .hc-hero .card {
  border: 1px solid rgba(37, 99, 235, 0.08);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  border-radius: 18px;
}

body.hc-page-home .hc-steps,
body.hc-page-home .hero-steps,
body.hc-page-home .card {
  background: rgba(255,255,255,0.60);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow:
    0 30px 60px rgba(2, 6, 23, 0.08);
  border-radius: 20px;
}

/* === Home Primary CTA Glow (scoped) === */
body.hc-page-home .btn.btn-primary,
body.hc-page-home .hc-btn--primary {
  position: relative;
  transition: all 0.2s ease;
  border-radius: 16px;
  padding-left: 22px;
  padding-right: 22px;
  font-weight: 600;
  box-shadow:
    0 10px 24px rgba(2, 6, 23, 0.10),
    0 10px 22px rgba(37, 99, 235, 0.16);
}

body.hc-page-home .btn-primary {
  box-shadow:
    0 18px 40px rgba(37, 99, 235, 0.22),
    0 6px 16px rgba(2, 6, 23, 0.08);
}

body.hc-page-home .btn.btn-primary:hover,
body.hc-page-home .hc-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.22);
}

body.hc-page-home .btn.btn-primary:active,
body.hc-page-home .hc-btn--primary:active {
  transform: translateY(0);
  box-shadow:
    0 4px 12px rgba(37, 99, 235, 0.25);
}

body.hc-page-home .hc-btn--ghost,
body.hc-page-home .btn.btn-outline-primary {
  border-radius: 16px;
  border-color: rgba(37, 99, 235, 0.35);
  background: rgba(255, 255, 255, 0.40);
  backdrop-filter: blur(2px);
}

body.hc-page-home .hc-hero__actions,
body.hc-page-home .hc-hero-actions {
  gap: 14px;
}

/* Home only: hero typography polish */
body.hc-page-home .hc-hero h1,
body.hc-page-home .hc-hero .hc-hero__title {
  letter-spacing: -0.02em;
  line-height: 1.08;
}

body.hc-page-home .hc-hero p,
body.hc-page-home .hc-hero .hc-hero__subtitle {
  max-width: 54ch;
  opacity: 0.90;
}

body.hc-page-home .hc-hero-inner,
body.hc-page-home .hc-hero__inner {
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow:
    0 20px 50px rgba(2, 6, 23, 0.10),
    0 2px 0 rgba(255, 255, 255, 0.55) inset;
  border-radius: 18px;
}

body.hc-page-home .hc-trust,
body.hc-page-home .hc-hero .hc-trust {
  gap: 10px 16px;
}

body.hc-page-home .hc-trust li {
  opacity: 0.88;
}

body.hc-page-home .hc-btn--primary:hover,
body.hc-page-home .btn.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow:
    0 14px 34px rgba(2, 6, 23, 0.12),
    0 12px 26px rgba(37, 99, 235, 0.18);
}

body.hc-page-home .hc-badge-soon {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.08);
  color: #0f172a;
  margin-left: 10px;
}

/* NAV-3 — Soft blue glass */
body.hc-page-home .navbar,
body.hc-page-home .hc-navbar {
  position: sticky;
  top: 0;
  z-index: 1040;
  background: linear-gradient(
    to bottom,
    rgba(240, 246, 255, 0.85),
    rgba(248, 250, 255, 0.65)
  );
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(37, 99, 235, 0.08);
  box-shadow: 0 10px 30px rgba(37, 99, 235, 0.06);
}

/* Tighten the nav height a touch (optional, subtle) */
body.hc-page-home .navbar .nav-link,
body.hc-page-home .hc-navbar .nav-link {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}

/* Better contrast for icons/buttons on glass */
body.hc-page-home .navbar .btn,
body.hc-page-home .hc-navbar .btn {
  backdrop-filter: blur(2px);
}

/* Ultra subtle top highlight */
body.hc-page-home .navbar::before,
body.hc-page-home .hc-navbar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: rgba(255,255,255,0.6);
  pointer-events: none;
}

/* Brand positioning */
body.hc-page-home .navbar-brand {
  font-weight: 600;
  font-size: 1.35rem;
  letter-spacing: -0.2px;
  display: flex;
  align-items: center;
  gap: 10px;
}

body.hc-page-home .navbar-brand img {
  height: 28px;
  width: auto;
  opacity: 0.95;
}

body.hc-page-home .navbar .container {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* HOME-A1 — ultra-subtle animated gradient, home only */
body.hc-page-home .hc-hero {
  position: relative;
  overflow: hidden;
}

/* animated veil */
body.hc-page-home .hc-hero::before {
  content: "";
  position: absolute;
  inset: -30%;
  pointer-events: none;
  z-index: 0;

  background:
    radial-gradient(60% 45% at 25% 18%, rgba(59, 130, 246, 0.10), transparent 65%),
    radial-gradient(55% 40% at 78% 22%, rgba(99, 102, 241, 0.08), transparent 68%),
    linear-gradient(180deg, rgba(248, 250, 255, 0.78), rgba(248, 250, 255, 0.35));

  filter: blur(16px);
  opacity: 0.85;

  transform: translate3d(0, 0, 0);
  animation: hcHomeGlowDrift 26s ease-in-out infinite alternate;
}

/* keep content above veil */
body.hc-page-home .hc-hero > * {
  position: relative;
  z-index: 1;
}

@keyframes hcHomeGlowDrift {
  0%   { transform: translate3d(-1.5%, -1%, 0) scale(1.02); }
  100% { transform: translate3d(1.5%, 1%, 0) scale(1.04); }
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  body.hc-page-home .hc-hero::before { animation: none; }
}

/* =========================================
   Unified Home Veil (navbar + hero)
========================================= */
body.hc-page-home {
  position: relative;
}

body.hc-page-home::before {
  content: "";
  position: fixed;
  inset: -25%;
  pointer-events: none;
  z-index: 0;

  background:
    radial-gradient(60% 40% at 20% 10%, rgba(59,130,246,0.08), transparent 65%),
    radial-gradient(50% 35% at 80% 12%, rgba(99,102,241,0.07), transparent 70%),
    linear-gradient(
      180deg,
      rgba(255,255,255,0.95) 0%,
      rgba(248,250,255,0.85) 30%,
      rgba(242,246,255,0.60) 70%,
      rgba(238,242,252,0.45) 100%
    );

  filter: blur(16px);
  opacity: 0.85;
  animation: hcUnifiedDrift 36s ease-in-out infinite alternate;
}

@keyframes hcUnifiedDrift {
  0%   { transform: translate3d(-1.5%, -1%, 0) scale(1.03); }
  100% { transform: translate3d(1.5%, 1%, 0) scale(1.05); }
}

@media (prefers-reduced-motion: reduce) {
  body.hc-page-home::before {
    animation: none;
  }
}

/* Neutralize hero-local animated veil; use unified body veil instead. */
body.hc-page-home .hc-hero::before {
  content: none;
  animation: none;
}

/* Navbar glass above unified veil */
body.hc-page-home .navbar,
body.hc-page-home .hc-navbar {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(248,250,255,0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(59,130,246,0.08);
  transition: background .35s ease, backdrop-filter .35s ease, box-shadow .35s ease;
}

body.hc-page-home .navbar.is-scrolled,
body.hc-page-home .hc-navbar.is-scrolled {
  background: rgba(245, 248, 252, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
}

/* HOME: declutter icon-heavy navbar */
body.hc-page-home .navbar .nav-link i,
body.hc-page-home .navbar .nav-link svg,
body.hc-page-home .navbar .nav-link .bi{
  font-size: 14px !important;
  opacity: .55;
  transform: translateY(-1px);
  margin-right: 8px;
}

/* Make nav links single-line and calmer */
body.hc-page-home .navbar .nav-link{
  display: inline-flex;
  align-items: center;
  gap: 0;
  white-space: nowrap;
  line-height: 1.1;
  padding: 10px 12px;
}

/* If your nav currently stacks icon above label, force row layout */
body.hc-page-home .navbar .nav-link{
  flex-direction: row;
}

/* Tone down icon containers (if any) */
body.hc-page-home .navbar .nav-item{
  margin: 0 2px;
}

/* NAV — Variant 2: icons only for key items */
.hc-navbar .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

/* default: hide icons everywhere */
.hc-navbar .nav-link > i,
.hc-navbar .nav-link > svg,
.hc-navbar .nav-link > .bi,
.hc-navbar .nav-link .hc-navicon {
  display: none;
}

/* show icons only for strategic items */
.hc-navbar .nav-link[data-hc-nav="home"] .hc-navicon,
.hc-navbar .nav-link[data-hc-nav="kpi"] .hc-navicon,
.hc-navbar .nav-link[data-hc-nav="submit"] .hc-navicon {
  display: inline-flex;
  width: 16px;
  height: 16px;
  opacity: .75;
  transform: translateY(-.5px);
}

.hc-navbar .nav-link[data-hc-nav="home"] .hc-navicon i,
.hc-navbar .nav-link[data-hc-nav="kpi"] .hc-navicon i,
.hc-navbar .nav-link[data-hc-nav="submit"] .hc-navicon i,
.hc-navbar .nav-link[data-hc-nav="home"] .hc-navicon svg,
.hc-navbar .nav-link[data-hc-nav="kpi"] .hc-navicon svg,
.hc-navbar .nav-link[data-hc-nav="submit"] .hc-navicon svg {
  display: inline-block;
}

/* make label the star */
.hc-navbar .nav-link .hc-navlabel {
  font-weight: 500;
  letter-spacing: .01em;
}

/* NAV CLEANUP — remove icon noise */
.hc-navbar .nav-link i,
.hc-navbar .nav-link svg {
  display: none;
}

/* Show only strategic icons */
.hc-navbar .nav-link[data-hc-nav="home"] .hc-navicon,
.hc-navbar .nav-link[data-hc-nav="kpi"] .hc-navicon,
.hc-navbar .nav-link[data-hc-nav="submit"] .hc-navicon {
  display: inline-flex;
}

.hc-navbar .nav-link[data-hc-nav="home"] i,
.hc-navbar .nav-link[data-hc-nav="home"] svg,
.hc-navbar .nav-link[data-hc-nav="kpi"] i,
.hc-navbar .nav-link[data-hc-nav="kpi"] svg,
.hc-navbar .nav-link[data-hc-nav="submit"] i,
.hc-navbar .nav-link[data-hc-nav="submit"] svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  opacity: 0.75;
  transform: translateY(-1px);
}

/* Brand positioning */
.hc-navbar .navbar-brand {
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* slight vertical centering */
.hc-navbar {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* NAV — premium glass baseline */
.hc-navbar {
  background: linear-gradient(
    180deg,
    rgba(245, 249, 255, 0.92) 0%,
    rgba(255, 255, 255, 0.80) 100%
  ) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: none;
  transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

/* NAV — scrolled: more solid + subtle enterprise shadow */
.hc-navbar.hc-nav--scrolled,
.hc-navbar.is-scrolled {
  background: rgba(245, 249, 255, 0.98) !important;
  border-bottom-color: rgba(15, 23, 42, 0.12) !important;
  box-shadow:
    0 12px 28px rgba(15, 23, 42, 0.10),
    0 1px 0 rgba(255, 255, 255, 0.55) inset;
}

/* Nav link contrast */
.hc-navbar .nav-link {
  color: rgba(15, 23, 42, 0.72) !important;
  max-width: 100%;
}

.hc-navbar .nav-link:hover {
  color: rgba(15, 23, 42, 0.92) !important;
}

.hc-lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
}

.hc-lang-trigger::after {
  margin-left: 2px;
}

.hc-lang-code {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hc-lang-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.1em;
  padding-inline: 0.2em;
  line-height: 1;
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hc-lang-menu {
  min-width: 220px;
  padding: 8px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 14px 30px rgba(10, 20, 40, 0.14);
}

.hc-lang-menu__title {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: rgba(0, 0, 0, 0.55);
  padding: 4px 8px 8px;
}

.hc-lang-form {
  margin: 0;
}

.hc-lang-form + .hc-lang-form {
  margin-top: 4px;
}

.hc-lang-item {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  border-radius: 10px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.hc-lang-item:hover {
  background: rgba(0, 0, 0, 0.04);
}

.hc-lang-item:focus-visible {
  outline: 3px solid rgba(13, 110, 253, 0.5);
  outline-offset: 1px;
}

.hc-lang-item.is-active {
  background: rgba(13, 110, 253, 0.08);
  color: #0b5ed7;
}

.hc-lang-name {
  flex: 1 1 auto;
  min-width: 0;
  font-weight: 500;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.hc-lang-check {
  flex: 0 0 auto;
  font-weight: 700;
}

.hc-lang-note {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 2px 6px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  line-height: 1;
}

.hc-lang-sheet-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-radius: 12px;
}

.hc-lang-top-trigger {
  min-width: 42px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.hc-lang-sheet-trigger__label {
  font-weight: 600;
}

.hc-lang-sheet-trigger__value {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(0, 0, 0, 0.78);
}

.hc-lang-sheet {
  height: auto !important;
  max-height: min(70vh, 520px);
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.hc-lang-sheet .offcanvas-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.hc-lang-sheet__list {
  display: grid;
  gap: 6px;
}

.hc-lang-item--sheet {
  padding: 12px;
  border-radius: 12px;
  font-size: 1rem;
}

/* NAV CTA — pill stronger but still quiet */
.hc-navbar .nav-link.hc-nav-cta {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.10);
  border: 1px solid rgba(37, 99, 235, 0.22);
  color: rgba(37, 99, 235, 0.92) !important;
  font-weight: 700;
}

.hc-navbar .nav-link.hc-nav-cta:hover {
  background: rgba(37, 99, 235, 0.14);
  border-color: rgba(37, 99, 235, 0.30);
}

/* HOME — hero veil tuning (reduce wash-out, keep air) */
body.hc-page-home .hc-hero {
  position: relative;
  isolation: isolate;
}

/* overlay that gives "air" but doesn't kill contrast */
body.hc-page-home .hc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(
      1200px 420px at 50% 0%,
      rgba(255, 255, 255, 0.90) 0%,
      rgba(245, 249, 255, 0.45) 45%,
      rgba(245, 249, 255, 0.00) 78%
    ),
    linear-gradient(
      180deg,
      rgba(245, 249, 255, 0.55) 0%,
      rgba(245, 249, 255, 0.10) 55%,
      rgba(255, 255, 255, 0.00) 100%
    );
}

/* ensure hero content is above veil */
body.hc-page-home .hc-hero > *,
body.hc-page-home .hc-hero .hc-hero-inner {
  position: relative;
  z-index: 1;
}

/* HOME — headline/subheadline contrast recovery */
body.hc-page-home .hc-hero h1 {
  color: rgba(15, 23, 42, 0.92);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.55);
}

/* if you already use gradient text on h1, keep it but strengthen it */
body.hc-page-home .hc-hero h1 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    180deg,
    rgba(17, 24, 39, 0.96) 0%,
    rgba(55, 65, 81, 0.92) 55%,
    rgba(17, 24, 39, 0.90) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
}

/* subheadline */
body.hc-page-home .hc-hero p,
body.hc-page-home .hc-hero .lead,
body.hc-page-home .hc-hero .hc-subtitle {
  color: rgba(15, 23, 42, 0.68) !important;
}

/* HOME — final contrast fix */
body.hc-page-home .hc-hero::before{
  background:
    radial-gradient(1200px 420px at 50% 0%,
      rgba(255,255,255,0.78) 0%,
      rgba(245,249,255,0.22) 40%,
      rgba(245,249,255,0.00) 70%),
    linear-gradient(180deg,
      rgba(245,249,255,0.30) 0%,
      rgba(245,249,255,0.08) 55%,
      rgba(255,255,255,0.00) 100%);
}

/* HOME — force readable headline (still premium) */
body.hc-page-home .hc-hero h1{
  -webkit-text-fill-color: initial;
  background: none !important;
  color: rgba(15, 23, 42, 0.92) !important;
  text-shadow: 0 1px 0 rgba(255,255,255,0.55);
  filter: saturate(1.02);
}

/* HOME — final layering correction */
body.hc-page-home .hc-hero {
  position: relative;
}

body.hc-page-home .hc-hero::before {
  z-index: 0;
}

body.hc-page-home .hc-hero > * {
  position: relative;
  z-index: 1;
}

body.hc-page-home .hc-hero-inner {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* HOME — force readable hero text */
body.hc-page-home .hc-hero h1 {
  opacity: 1 !important;
  color: #0b1220 !important;
}

body.hc-page-home .hc-hero p {
  opacity: 1 !important;
  color: rgba(11, 18, 32, 0.72) !important;
}

/* NAVBAR — glass (default) */
.navbar.hc-navbar.hc-navbar--glass {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(245, 248, 255, 0.72) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.10) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

/* NAVBAR — solid on scroll */
.navbar.hc-navbar.hc-navbar--glass.is-scrolled {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom-color: rgba(15, 23, 42, 0.12) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
}

/* HOME — navbar glass -> solid on scroll (quiet luxury) */
body.hc-page-home .hc-navbar.hc-navbar--glass {
  background: linear-gradient(
    180deg,
    rgba(240, 248, 255, 0.72) 0%,
    rgba(240, 248, 255, 0.42) 60%,
    rgba(240, 248, 255, 0.18) 100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(12, 22, 48, 0.06);
  transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

/* When scrolled */
body.hc-page-home .hc-navbar.hc-navbar--glass.is-scrolled {
  background: rgba(244, 250, 255, 0.92);
  border-bottom-color: rgba(12, 22, 48, 0.10);
  box-shadow: 0 10px 30px rgba(10, 25, 50, 0.10);
}

/* Optional micro-compress on scroll */
body.hc-page-home .hc-navbar.hc-navbar--glass {
  padding-top: 12px;
  padding-bottom: 12px;
}

body.hc-page-home .hc-navbar.hc-navbar--glass.is-scrolled {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* HOME — ensure hero headline is readable even with gradient-text mode */
body.hc-page-home .hc-hero h1 {
  opacity: 1 !important;
  -webkit-text-fill-color: #0b1220 !important;
  color: #0b1220 !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
}

/* NAVBAR — premium glass by default */
.hc-navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(248, 250, 255, 0.72) !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  transition: background 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

/* NAVBAR — solid on scroll */
.hc-navbar.is-scrolled {
  background: rgba(255, 255, 255, 0.92) !important;
  border-bottom-color: rgba(15, 23, 42, 0.10) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
}

body.hc-page-home .hc-hero h1 {
  color: #0f172a !important;
  text-shadow: none !important;
  -webkit-text-fill-color: initial;
  background: none !important;
}

/* HOME: hero veil must sit behind content (fix washed-out headline) */
body.hc-page-home .hc-hero {
  position: relative;
  overflow: hidden; /* keeps the veil inside hero */
}

body.hc-page-home .hc-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0; /* behind content */
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.85) 0%,
    rgba(240,246,255,0.55) 40%,
    rgba(255,255,255,0.0) 100%
  );
}

/* bring hero content above veil */
body.hc-page-home .hc-hero > * {
  position: relative;
  z-index: 1;
}

/* make headline readable (enterprise sharp) */
body.hc-page-home .hc-hero h1 {
  color: #0f172a !important;
  opacity: 1 !important;
  filter: none !important;
  text-shadow: none !important;
}

body.hc-page-home .hc-hero p,
body.hc-page-home .hc-hero .lead {
  color: rgba(15, 23, 42, 0.70) !important;
  opacity: 1 !important;
}

body.hc-page-home .hc-hero-inner {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* Hero above unified veil */
body.hc-page-home .hc-hero {
  position: relative;
  z-index: 5;
}

body.hc-page-home .hc-hero h1 {
  color: #111827;
  letter-spacing: -0.02em;
}

/* HOME — subtle premium gradient headline */
body.hc-page-home .hc-hero h1{
  color: transparent;
  background-image: linear-gradient(180deg, #0f172a 0%, #1f2937 55%, #475569 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 1px 0 rgba(255,255,255,0.30); /* micro lift, not glow */
}

@supports not (-webkit-background-clip: text) {
  body.hc-page-home .hc-hero h1 { color: #111827; }
}

/* HOME — subtle light glow under primary CTA */
body.hc-page-home .btn-primary{
  position: relative;
  z-index: 1;
}

body.hc-page-home .btn-primary::after{
  content: "";
  position: absolute;
  inset: -6px -10px -8px -10px;
  border-radius: 20px;
  background: radial-gradient(
      60% 60% at 50% 50%,
      rgba(37, 99, 235, 0.25) 0%,
      rgba(37, 99, 235, 0.18) 30%,
      rgba(37, 99, 235, 0.08) 55%,
      rgba(37, 99, 235, 0.0) 75%
  );
  filter: blur(18px);
  z-index: -1;
  pointer-events: none;
  opacity: 0.75;
  transition: opacity .3s ease;
}

/* slightly stronger on hover */
body.hc-page-home .btn-primary:hover::after{
  opacity: 0.95;
}

/* === Home/Nav Crisp Pass (cross-browser clarity) ===
   Final override to avoid washed-out/blurred look from stacked glass/veil rules.
*/
body.hc-page-home::before {
  filter: none !important;
  opacity: 0.28 !important;
  background:
    radial-gradient(52% 34% at 18% 8%, rgba(59,130,246,0.05), transparent 68%),
    radial-gradient(46% 30% at 82% 10%, rgba(99,102,241,0.04), transparent 72%),
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(248,250,255,0.94) 55%, rgba(244,247,252,0.90) 100%) !important;
}

body.hc-page-home .hc-hero::before {
  opacity: 0.18 !important;
  filter: none !important;
}

body.hc-page-home .hc-hero h1,
body.hc-page-home .hc-home__title {
  color: #0f172a !important;
  background: none !important;
  -webkit-background-clip: initial !important;
  background-clip: initial !important;
  -webkit-text-fill-color: #0f172a !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

body.hc-page-home .hc-hero p,
body.hc-page-home .hc-home__subtitle,
body.hc-page-home .hc-home__trust,
body.hc-page-home .hc-home__snapshot-title,
body.hc-page-home .hc-home__metric-label,
body.hc-page-home .hc-home__snapshot-sub {
  color: rgba(15, 23, 42, 0.80) !important;
  opacity: 1 !important;
}

body.hc-page-home .hc-home__snapshot-card,
body.hc-page-home .hc-home__card,
body.hc-page-home .hc-home__positioning-inner {
  background: rgba(255,255,255,0.96) !important;
  border-color: rgba(15,23,42,0.08) !important;
  box-shadow: 0 8px 24px rgba(15,23,42,0.05) !important;
}

.navbar.hc-navbar.hc-navbar--glass,
.hc-navbar.hc-navbar--glass {
  background: rgba(248, 250, 255, 0.96) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08) !important;
  box-shadow: none !important;
}

.navbar.hc-navbar.hc-navbar--glass.is-scrolled,
.hc-navbar.hc-navbar--glass.is-scrolled {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06) !important;
}

.hc-nav-search__box {
  background: #fff !important;
}

