/* Hub index pages: /consulting/{legal,revenue,systems,labs}/ — link grid + “not sure” strip */

.cb-hub-wrap {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 4rem;
}

@media (min-width: 640px) {
  .cb-hub-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.cb-hub-hero-title {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 2.85rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #f8fafc;
}

.cb-hub-hero-lead {
  margin: 1.25rem 0 0;
  max-width: 40rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgb(248 250 252 / 0.72);
}

.cb-hub-list {
  margin: 2.5rem auto 0;
  max-width: 56rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.cb-hub-row {
  display: block;
  border-radius: 1.1rem;
  border: 1px solid rgb(255 255 255 / 0.13);
  background: rgb(255 255 255 / 0.035);
  padding: 1rem 1.25rem;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.2s ease;
}

.cb-hub-row:hover {
  border-color: rgb(165 180 252 / 0.45);
  background: rgb(255 255 255 / 0.06);
}

.cb-hub-row:active {
  transform: scale(0.996);
}

.cb-hub-row-title {
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #f1f5f9;
}

.cb-hub-row-meta {
  margin-top: 0.28rem;
  font-size: 0.84rem;
  line-height: 1.5;
  color: rgb(226 232 240 / 0.68);
}

.cb-unsure {
  margin: 2.75rem auto 0;
  max-width: 58rem;
  border-radius: 1.5rem;
  border: 1px solid rgb(255 255 255 / 0.12);
  background: linear-gradient(135deg, rgb(99 102 241 / 0.12), rgb(15 23 42 / 0.85));
  padding: 1.5rem 1.35rem 1.6rem;
}

@media (min-width: 640px) {
  .cb-unsure {
    padding: 1.75rem 1.75rem 1.85rem;
  }
}

.cb-unsure-head {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
  color: #e0e7ff;
}

.cb-unsure-sub {
  margin: 0.5rem 0 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgb(224 231 255 / 0.78);
}

.cb-unsure-actions {
  margin-top: 1.1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cb-unsure-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgb(255 255 255 / 0.2);
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  color: #f8fafc;
  background: rgb(255 255 255 / 0.06);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.cb-unsure-pill:hover {
  background: rgb(255 255 255 / 0.12);
  border-color: rgb(255 255 255 / 0.35);
}

.cb-unsure-pill--active {
  border-color: rgb(129 140 248 / 0.85);
  background: rgb(129 140 248 / 0.2);
}
