/* Blog styles */
.blog-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 0.75rem;
  color: #f1f5f9;
}

.blog-content h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-top: 1.75rem;
  margin-bottom: 0.5rem;
  color: #e2e8f0;
}

.blog-content p {
  margin-bottom: 1rem;
  line-height: 1.75;
  color: #cbd5e1;
}

.blog-content a {
  color: #818cf8;
  text-decoration: underline;
  text-decoration-style: dotted;
}

.blog-content a:hover {
  color: #a5b4fc;
}

.blog-content ul {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  list-style-type: disc;
}

.blog-content ul li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
  color: #cbd5e1;
}

.blog-content strong {
  color: #f1f5f9;
  font-weight: 600;
}

.blog-img {
  margin: 1.5rem 0;
  text-align: center;
}

.blog-img img {
  max-width: 320px;
  margin: 0 auto;
  border-radius: 1rem;
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}

.blog-img-caption {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #64748b;
  font-style: italic;
}

/* Comparison table */
.blog-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0 1.5rem;
  font-size: 0.9rem;
}

.blog-content th {
  text-align: left;
  padding: 0.75rem;
  background: rgba(30, 41, 59, 0.8);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  color: #e2e8f0;
  font-weight: 600;
}

.blog-content td {
  padding: 0.75rem;
  border-bottom: 1px solid rgba(255,255,255,0.05);
  color: #94a3b8;
}

.blog-content tr:hover td {
  background: rgba(30, 41, 59, 0.4);
}

/* Starfield (reuse from index) */
.starfield {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  background: radial-gradient(ellipse at 50% 0%, #0f172a 0%, #020617 100%);
}
