/* ── Blog hero ── */
.blog-hero {
  text-align: center;
  padding: 2rem 1rem;
}

.blog-hero h1 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  color: var(--text);
  margin: 0;
}

.blog-hero p {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  max-width: 50ch;
  margin-left: auto;
  margin-right: auto;
}

/* ── Blog grid ── */
.blog-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  max-width: 800px;
  margin: 0 auto;
}

/* ── Blog card (index) ── */
.blog-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s, transform 0.2s;
}

.blog-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

.blog-card-link {
  display: block;
  padding: 1.5rem;
  text-decoration: none;
  color: var(--text);
}

.blog-card-link:hover { text-decoration: none; }

.blog-card-badge {
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
  background: var(--accent-soft);
  border: 1px solid #e8d9b5;
  border-radius: 999px;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.65rem;
}

.blog-card h2 {
  margin: 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.25;
  color: var(--text);
}

.blog-card p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.blog-card-meta {
  display: flex;
  gap: 1rem;
  margin-top: 0.75rem;
  font-size: 0.8rem;
  color: var(--muted);
}

/* ── Blog article ── */
.blog-article {
  max-width: 780px;
  margin: 0 auto;
}

/* ── Blog hero image ── */
.blog-hero-img {
  margin: 0 0 1.5rem;
  text-align: center;
}

.blog-hero-img img {
  max-width: 380px;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--line);
}

.blog-hero-img figcaption {
  margin-top: 0.6rem;
  font-size: 0.82rem;
  color: var(--muted);
  font-style: italic;
}

/* ── Card showcase ── */
.blog-card-showcase {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: start;
  margin: 1.2rem 0 1.5rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 1.25rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.blog-card-showcase-img img {
  width: 200px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border: 1px solid var(--line);
  display: block;
}

.blog-card-showcase-info h3 {
  margin: 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.3rem;
  color: var(--text);
}

.showcase-subtitle {
  margin: 0.2rem 0 0.75rem;
  font-size: 0.88rem;
  color: var(--muted);
}

.blog-card-showcase .showcase-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.55rem;
}

.blog-card-showcase .showcase-detail {
  background: var(--surface-alt);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.55rem 0.7rem;
  margin: 0;
}

.blog-card-showcase .showcase-detail span {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin: 0;
}

.blog-card-showcase .showcase-detail strong {
  display: block;
  font-size: 1rem;
  color: var(--text);
  margin-top: 0.1rem;
}

.showcase-highlight {
  color: var(--brand) !important;
}

.showcase-premium {
  color: #c0392b !important;
  font-size: 1.1rem !important;
}

.blog-article-header {
  margin-bottom: 2rem;
}

.blog-article-badge {
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
  background: var(--accent-soft);
  border: 1px solid #e8d9b5;
  border-radius: 999px;
  padding: 0.22rem 0.6rem;
  margin-bottom: 0.75rem;
}

.blog-article-header h1 {
  margin: 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  line-height: 1.15;
  color: var(--text);
}

.blog-article-subtitle {
  margin: 0.65rem 0 0;
  font-size: 1.08rem;
  color: var(--muted);
  line-height: 1.55;
}

.blog-article-meta {
  display: flex;
  gap: 1rem;
  margin-top: 0.8rem;
  font-size: 0.82rem;
  color: var(--muted);
}

/* ── Blog body ── */
.blog-body {
  font-size: 1rem;
  line-height: 1.72;
  color: #1a2a3a;
}

.blog-body h2 {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.55rem;
  color: var(--text);
  margin: 2.2rem 0 0.75rem;
  padding-top: 0.5rem;
  border-top: 1px solid var(--line);
}

.blog-body h2:first-of-type {
  border-top: none;
  padding-top: 0;
}

.blog-body p {
  margin: 0 0 1rem;
}

.blog-body ul {
  margin: 0 0 1rem;
  padding-left: 1.3rem;
}

.blog-body li {
  margin-bottom: 0.35rem;
}

.blog-body strong {
  color: var(--text);
}

/* ── Comparison tables ── */
.comparison-table-wrap {
  margin: 1rem 0 1.25rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow-x: auto;
  background: #fff;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
  padding: 0.72rem 0.85rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
  vertical-align: top;
}

.comparison-table th {
  background: linear-gradient(180deg, #fffdf9, #faf5ea);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #526171;
  font-weight: 700;
}

.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.comparison-table tbody tr:hover {
  background: #fff8ed;
}

/* ── Verdict cards ── */
.verdict-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
  margin: 1.2rem 0 1.5rem;
}

.verdict-card {
  border-radius: 14px;
  padding: 1.1rem;
}

.verdict-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.05rem;
  font-family: "DM Serif Display", Georgia, serif;
}

.verdict-card ul {
  margin: 0;
  padding-left: 1.1rem;
}

.verdict-card li {
  font-size: 0.88rem;
  margin-bottom: 0.3rem;
}

.verdict-ace {
  background: #f0f7ed;
  border: 1px solid #c5dbb8;
}

.verdict-ace h3 { color: #2d6b1e; }

.verdict-psa {
  background: #eef3ff;
  border: 1px solid #c5d3ee;
}

.verdict-psa h3 { color: #1e40af; }

/* ── Blog CTA ── */
.blog-cta {
  background: linear-gradient(145deg, rgba(13, 59, 102, 0.95), rgba(10, 32, 54, 0.95));
  border-radius: 16px;
  padding: 1.5rem;
  margin: 1.5rem 0;
  color: #fff;
}

.blog-cta h3 {
  margin: 0;
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.35rem;
  color: #fff;
}

.blog-cta p {
  margin: 0.45rem 0 0.85rem;
  color: rgba(255,255,255,0.85);
  font-size: 0.92rem;
}

.blog-cta .btn-primary {
  display: inline-flex;
}

/* ── Blog FAQ ── */
.faq-list-blog {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0.75rem 0 1.5rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}

.faq-item-blog {
  border-bottom: 1px solid var(--line);
}

.faq-item-blog:last-child {
  border-bottom: none;
}

.faq-item-blog summary {
  cursor: pointer;
  padding: 0.85rem 1rem;
  font-weight: 600;
  font-size: 0.92rem;
  color: var(--text);
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  transition: background 0.12s;
}

.faq-item-blog summary:hover {
  background: var(--surface-alt);
}

.faq-item-blog summary::after {
  content: '+';
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--muted);
  flex-shrink: 0;
  transition: transform 0.2s;
}

.faq-item-blog[open] summary::after {
  content: '-';
}

.faq-item-blog summary::-webkit-details-marker {
  display: none;
}

.faq-item-blog p {
  margin: 0;
  padding: 0 1rem 0.85rem;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
}

/* ── Mobile ── */
@media (max-width: 760px) {
  .blog-hero {
    text-align: left;
    padding: 1rem 0;
  }

  .blog-hero h1 { font-size: 1.8rem; }
  .blog-hero p { margin-left: 0; }

  .blog-article-header h1 { font-size: 1.5rem; }

  .blog-hero-img img {
    max-width: 280px;
    border-radius: 12px;
  }

  .blog-card-showcase {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 1rem;
  }

  .blog-card-showcase-img {
    text-align: center;
  }

  .blog-card-showcase-img img {
    width: 180px;
  }

  .showcase-details {
    grid-template-columns: repeat(2, 1fr);
  }

  .verdict-grid {
    grid-template-columns: 1fr;
  }

  .blog-cta {
    padding: 1.1rem;
  }

  .comparison-table th,
  .comparison-table td {
    font-size: 0.82rem;
    padding: 0.6rem;
  }
}
