/* TrustMeet — /guides blog & resources */

.tm-guides {
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 20px 56px;
}

.tm-guides__hero {
  padding: 28px 26px;
  margin-bottom: 24px;
  border-radius: 22px !important;
}

.tm-guides__crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-size: 0.84rem;
  color: #94a3b8;
}

.tm-guides__crumbs a {
  color: #a5b4fc;
  text-decoration: none;
}

.tm-guides__crumbs a:hover {
  color: #e2e8f0;
}

.tm-guides__kicker {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #94a3b8;
}

.tm-guides__title {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3.2vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #f8fafc;
}

.tm-guides__lede {
  margin: 0;
  max-width: 62ch;
  font-size: 1.02rem;
  line-height: 1.65;
  color: #cbd5e1;
}

.tm-guides__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.tm-guides__card {
  padding: 22px 20px;
  border-radius: 20px !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tm-guides__card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 0.8rem;
  color: #94a3b8;
}

.tm-guides__pill {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.16);
  border: 1px solid rgba(129, 140, 248, 0.28);
  color: #c7d2fe;
  font-weight: 600;
}

.tm-guides__card-title {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.35;
}

.tm-guides__card-title a {
  color: #f1f5f9;
  text-decoration: none;
}

.tm-guides__card-title a:hover {
  color: #a5b4fc;
}

.tm-guides__card-excerpt {
  margin: 0;
  flex: 1;
  font-size: 0.92rem;
  line-height: 1.6;
  color: #94a3b8;
}

.tm-guides__read {
  font-size: 0.88rem;
  font-weight: 700;
  color: #7dd3fc;
  text-decoration: none;
}

.tm-guides__read:hover {
  color: #bae6fd;
}

.tm-guides__cta {
  padding: 26px 24px;
  border-radius: 20px !important;
  text-align: center;
}

.tm-guides__cta h2 {
  margin: 0 0 8px;
  font-size: 1.35rem;
  color: #f8fafc;
}

.tm-guides__cta p {
  margin: 0 0 18px;
  color: #94a3b8;
}

.tm-guides__cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.tm-guides__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  background: rgba(15, 23, 42, 0.55);
  color: #e2e8f0;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
}

.tm-guides__btn--primary {
  background: linear-gradient(115deg, #38bdf8, #6366f1, #a78bfa);
  border-color: transparent;
  color: #fff;
}

.tm-guides--article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 22px;
  align-items: start;
}

@media (max-width: 900px) {
  .tm-guides--article {
    grid-template-columns: 1fr;
  }
}

.tm-guides__article {
  padding: 28px 26px;
  border-radius: 22px !important;
}

.tm-guides__article-head {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.tm-guides__body section {
  margin-bottom: 22px;
}

.tm-guides__body h2 {
  margin: 0 0 10px;
  font-size: 1.15rem;
  color: #f1f5f9;
}

.tm-guides__body p {
  margin: 0 0 12px;
  line-height: 1.7;
  color: #cbd5e1;
}

.tm-guides__body ul {
  margin: 0 0 12px;
  padding-left: 1.2rem;
  color: #cbd5e1;
  line-height: 1.65;
}

.tm-guides__body li {
  margin-bottom: 8px;
}

.tm-guides__body a {
  color: #7dd3fc;
}

.tm-guides__article-foot {
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  font-size: 0.92rem;
  color: #94a3b8;
}

.tm-guides__article-foot a {
  color: #a5b4fc;
}

.tm-guides__aside {
  padding: 20px 18px;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  background: rgba(15, 23, 42, 0.45);
  position: sticky;
  top: 88px;
}

.tm-guides__aside-title {
  margin: 0 0 12px;
  font-size: 0.95rem;
  color: #e2e8f0;
}

.tm-guides__aside-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tm-guides__aside-list li {
  margin-bottom: 10px;
}

.tm-guides__aside-list a {
  color: #94a3b8;
  font-size: 0.88rem;
  line-height: 1.45;
  text-decoration: none;
}

.tm-guides__aside-list a:hover {
  color: #e2e8f0;
}
