.bg_blog {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  color: #f8fafc;
}
.bg_blog::after {
  position: absolute;
  content: "";
  background: rgba(7, 11, 31, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
}
.bg_blog .hero_cont_ {
  max-height: 400px;
  min-height: 200px;
  position: relative;
  z-index: 1;
}
.toc {
  position: sticky;
  top: 80px;
}
.toc .toc-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.7rem;
  display: block;
}
.toc .nav-link {
  font-size: 0.82rem;
  padding: 0.32rem 0 0.32rem 0.8rem;
  border-left: 2px solid #e4e1d8;
  border-radius: 0;
}
.toc .nav-link.active {
  color: #8888ff;
  border-left-color: #8888ff;
  font-weight: 600;
  background: transparent;
}
.doc-section {
  padding: 1.9rem 0;
  border-bottom: 1px solid #e4e1d8;
}
.doc-section:first-of-type {
  padding-top: 0;
}
.sec-head {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.sec-num {
  font-size: 0.82rem;
  color: #8888ff;
  background: rgba(107, 107, 255, 0.12);
  border-radius: 5px;
  padding: 0.1rem 0.45rem;
  white-space: nowrap;
}
.content p {
  margin-bottom: 16px !important;
  font-size: 16px;
  line-height: 1.7;
}
.sec-head h2 {
  font-weight: 600;
  font-size: 1.28rem;
  margin: 0;
  letter-spacing: -0.005em;
}
.doc-section ul {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}
.doc-section p,
.doc-section li {
  list-style: disc;
}
.sec-head h3 {
  font-weight: 600;
  font-size: 1.05rem;
  margin: 0;
}
.subsec {
  margin-top: 1.3rem;
}
.note {
  border-left: 3px solid #8888ff;
  border-radius: 0 6px 6px 0;
  padding: 0.75rem 1rem;
  font-size: 0.88rem;
  margin: 0.9rem 0;
  background: rgba(107, 107, 255, 0.12);
}
.note strong {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  display: block;
  margin-bottom: 0.3rem;
}
.todo {
  display: block;
  background: #fcefdc;
  border: 1px dashed #ddb877;
  border-radius: 6px;
  padding: 0.7rem 1rem;
  font-family: var(--mono);
  font-size: 0.82rem;
  color: #b45309;
  margin: 0.9rem 0;
}
.addr-card {
  background: #fff;
  border: 1px solid #e4e1d8;
  border-radius: 8px;
  padding: 1.25rem 1.4rem;
  font-size: 0.86rem;
  line-height: 1.9;
}
.addr-card a {
  font-weight: 600;
}
.todo::before {
  content: "⚠ TODO — ";
  font-weight: 700;
}
.rights-card {
  background: #fff;
  border: 1px solid #e4e1d8;
  border-radius: 8px;
  padding: 1.3rem 1.4rem;
  height: 100%;
}
.rights-card .rights-tag {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  padding: 0.25rem 0.6rem;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 0.8rem;
}
.rights-card.gdpr .rights-tag {
  background: #dbdff1;
  color: #070b1f;
}
.rights-card.ccpa .rights-tag {
  color: #8888ff;
  background: rgba(107, 107, 255, 0.12);
}
.rights-card ul {
  padding-left: 1.1rem;
  margin-bottom: 0;
  font-size: 0.9rem;
}
.rights-card li {
  margin-bottom: 0.5rem;
}
