body { background: #fcfbff; }

.article-hero {
  padding: 116px 0 32px;
  background:
    radial-gradient(circle at 12% 10%, rgba(168,85,247,.14), transparent 35%),
    radial-gradient(circle at 86% 90%, rgba(109,40,217,.1), transparent 34%),
    #f8f4ff;
}

.meta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px; }

.pill {
  border-radius: 999px;
  border: 1px solid #ddc8ff;
  background: #f2eafe;
  color: #5b21b6;
  padding: 4px 10px;
  font-size: .75rem;
  font-weight: 500;
}

.article-hero h1 { color: var(--brand-1); font-weight: 700; line-height: 1.18; max-width: 920px; }
.article-hero .lead { max-width: 840px; }

.article-wrap { padding: 28px 0 70px; }

.article-main, .article-side, .quote-box, .key-points, .related-card {
  border: 1px solid #e9d5ff;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 26px rgba(45,20,87,.08);
}

.article-main, .article-side { padding: 20px; }

.article-cover {
  width: 100%; height: 340px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #eadcff;
  margin-bottom: 18px;
}

.article-main p { margin-bottom: 14px; line-height: 1.75; }

.quote-box {
  padding: 18px;
  background: linear-gradient(135deg, #f8f3ff 0%, #ffffff 70%);
  margin: 20px 0;
  border-left: 4px solid #8b5cf6;
}

.quote-box p { margin: 0; color: #4c1d95; font-weight: 500; }

.key-points { margin: 18px 0; padding: 16px; background: #fcf9ff; }
.key-points h5, .article-side h5, .related-card h6 { color: var(--brand-1); font-weight: 700; }
.key-points ul { margin-bottom: 0; padding-left: 20px; }
.key-points li { margin-bottom: 8px; }

.toc { list-style: none; padding: 0; margin: 0; }
.toc li { padding: 9px 0; border-bottom: 1px dashed #eadcff; }
.toc li:last-child { border-bottom: 0; }
.toc a { color: #5b21b6; text-decoration: none; }

.related-grid { margin-top: 18px; }
.related-card { padding: 14px; height: 100%; }

.related-card img {
  width: 100%; height: 150px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #f0e6ff;
  margin-bottom: 10px;
}

.related-card a { color: #6d28d9; text-decoration: none; font-weight: 600; }

.footer {
  background:
    radial-gradient(circle at 10% 15%, rgba(168,85,247,.24), transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(109,40,217,.22), transparent 34%),
    #1f0c3f;
  color: rgba(255,255,255,.86);
  padding: 52px 0 18px;
  margin-top: 28px;
}

.footer a { color: #ddd6fe; text-decoration: none; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-weight: 700; margin-bottom: 12px; }
.footer-brand img { width: 34px; height: 34px; object-fit: contain; border-radius: 8px; background: rgba(255,255,255,.12); padding: 4px; }
.footer-title { font-size: .85rem; letter-spacing: .08em; text-transform: uppercase; color: #c4b5fd; margin-bottom: 12px; }
.footer-list { list-style: none; margin: 0; padding: 0; }
.footer-list li { margin-bottom: 9px; }
.footer-contact li { display: flex; align-items: flex-start; gap: 8px; }
.footer-bottom { margin-top: 20px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); color: #bca4ff; font-size: .9rem; }

@media (max-width: 991.98px) {
  .article-cover { height: 250px; }
}
