/* ── Blog section & article pages ───────────────────────────── */

.blog-article { padding-bottom: 0; }

/* Blog header (city/post hero) */
.blog-header {
  background: linear-gradient(135deg, var(--dark) 0%, #1a2744 60%, #0d2137 100%);
  padding: 56px 0 48px;
  position: relative;
}
.blog-breadcrumb {
  font-size: 0.82rem;
  color: #94a3b8;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.blog-breadcrumb a { color: #94a3b8; transition: color 0.15s; }
.blog-breadcrumb a:hover { color: #fff; }
.breadcrumb-sep { opacity: 0.6; }
.blog-header .tag { margin-bottom: 14px; }
.blog-title {
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.blog-lead {
  font-size: 1.08rem;
  color: #94a3b8;
  line-height: 1.7;
  max-width: 720px;
  margin-bottom: 20px;
}
.blog-meta {
  font-size: 0.85rem;
  color: #64748b;
}
.meta-sep { margin: 0 6px; opacity: 0.7; }

/* Blog body & content */
.blog-body { padding: 48px 0 80px; background: #fff; }
.container-narrow { max-width: 720px; }
.blog-content {
  font-size: 1.02rem;
  line-height: 1.75;
  color: var(--dark2);
}
.blog-intro { font-size: 1.1rem; color: var(--slate); margin-bottom: 32px; }
.blog-content h2 {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--dark);
  margin: 36px 0 14px;
  letter-spacing: -0.02em;
}
.blog-content h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--dark);
  margin: 28px 0 10px;
}
.blog-content p { margin-bottom: 16px; color: var(--slate); }
.blog-content ul {
  margin: 16px 0 24px;
  padding-left: 24px;
}
.blog-content li { margin-bottom: 10px; color: var(--slate); }
.blog-content li strong { color: var(--dark); }
.blog-hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 40px 0 24px;
}
.blog-back { margin-top: 8px; }
.blog-back a {
  font-weight: 600;
  color: var(--primary);
  transition: color 0.15s;
}
.blog-back a:hover { color: var(--primary-dark); }

/* Comparison table in posts */
.blog-table-wrap {
  overflow-x: auto;
  margin: 24px 0 32px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
}
.blog-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 0.92rem;
}
.blog-table th,
.blog-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}
.blog-table th {
  background: var(--light);
  font-weight: 700;
  color: var(--dark);
}
.blog-table th:first-child,
.blog-table td:first-child {
  font-weight: 600;
  color: var(--dark);
}
.blog-table tbody tr:last-child td { border-bottom: none; }
.blog-table tbody tr:hover td { background: rgba(249, 115, 22, 0.04); }
.blog-table td:nth-child(2) { background: rgba(249, 115, 22, 0.06); }
.blog-table th:nth-child(2) { background: var(--primary-light); }

/* CTA box inside article */
.blog-cta-box {
  background: var(--primary-light);
  border: 1px solid #fed7aa;
  border-radius: var(--radius);
  padding: 28px 32px;
  margin: 40px 0 32px;
}
.blog-cta-box h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--dark);
  margin: 0 0 8px;
}
.blog-cta-box p { margin-bottom: 20px; color: var(--slate); font-size: 0.98rem; }
.blog-cta-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-outline-dark {
  background: transparent;
  color: var(--dark);
  border: 2px solid var(--dark);
}
.btn-outline-dark:hover {
  background: var(--dark);
  color: #fff;
  transform: translateY(-2px);
}

/* Blog index (listing) */
.blog-page-header {
  background: linear-gradient(135deg, var(--dark) 0%, #1a2744 100%);
  padding: 56px 0 48px;
  text-align: center;
}
.blog-page-header .container {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.blog-page-header h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}
.blog-page-header p {
  font-size: 1.05rem;
  color: #94a3b8;
  max-width: 520px;
  margin: 0 auto;
}
.blog-list { padding: 48px 0 80px; }
.blog-list .container {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.blog-list-item {
  display: block;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
  transition: background 0.15s;
  border-radius: 8px;
  margin: 0 -12px;
  padding-left: 12px;
  padding-right: 12px;
}
.blog-list-item:hover { background: var(--light); }
.blog-list-item:first-child { padding-top: 0; }
.blog-list-item h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 6px;
  line-height: 1.35;
}
.blog-list-item p {
  font-size: 0.92rem;
  color: var(--slate);
  line-height: 1.6;
  margin-bottom: 8px;
}
.blog-list-meta { font-size: 0.8rem; color: var(--muted); }
.blog-list-meta a { color: var(--primary); font-weight: 600; }

@media (max-width: 640px) {
  .blog-header { padding: 40px 0 36px; }
  .blog-body { padding: 36px 0 60px; }
  .blog-cta-actions { flex-direction: column; }
  .blog-cta-actions .btn { width: 100%; justify-content: center; }
}
