:root{
  --pv-blog-bg:#0f172a;
  --pv-blog-card:#111827;
  --pv-blog-border:rgba(255,255,255,.08);
  --pv-blog-muted:rgba(255,255,255,.70);
}

.pv-blog-hero{
  background: linear-gradient(135deg, #0f172a, #111827, #0b1220);
  padding: 120px 0 50px;
  color: #fff;
}
.pv-blog-hero h1{
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.pv-blog-hero p{
  margin: 10px 0 0;
  color: var(--pv-blog-muted);
  max-width: 720px;
}
.pv-blog-hero-post{
  padding: 120px 0 40px;
}
.pv-blog-back{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color: rgba(255,255,255,.85);
  margin-bottom: 12px;
}
.pv-blog-back:hover{ color: #fff; text-decoration:none; }

.pv-blog-meta{
  margin-top: 10px;
  color: var(--pv-blog-muted);
  font-size: 14px;
}

.pv-blog-section{
  padding: 50px 0 70px;
}

.pv-blog-card{
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
  transition: transform .18s ease, box-shadow .18s ease;
  height: 100%;
}
.pv-blog-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0,0,0,.10);
}
.pv-blog-card img{
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: #f4f4f5;
}
.pv-blog-card-body{
  padding: 18px 18px 16px;
}
.pv-blog-card-title{
  font-weight: 800;
  margin: 0 0 8px;
  line-height: 1.25;
}
.pv-blog-card-excerpt{
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.5;
}
.pv-blog-card-footer{
  display:flex;
  align-items:center;
  justify-content: space-between;
  padding: 14px 18px 18px;
  gap: 12px;
}
.pv-blog-card-date{
  font-size: 13px;
  color: #9ca3af;
}
.pv-blog-card-link{
  font-weight: 800;
  color: #ed563b;
}
.pv-blog-card-link:hover{ color:#d94f37; text-decoration:none; }

.pv-blog-empty{
  text-align:center;
  color:#6b7280;
  padding: 50px 10px;
}

.pv-blog-post{
  max-width: 920px;
}
.pv-blog-cover{
  width: 100%;
  height: auto;
  border-radius: 18px;
  margin: 0 0 24px;
  border: 1px solid rgba(0,0,0,.08);
  background: #f4f4f5;
}
.pv-blog-content{
  font-size: 16px;
  line-height: 1.8;
  color: #111827;
}
.pv-blog-content h2, .pv-blog-content h3{
  margin-top: 24px;
  margin-bottom: 10px;
  font-weight: 900;
}
.pv-blog-content img{
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  margin: 18px 0;
  border: 1px solid rgba(0,0,0,.08);
}

.pv-blog-footer{
  padding: 26px 0;
  background: #0b1220;
  color: rgba(255,255,255,.75);
}
.pv-blog-footer-inner{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 18px;
}
.pv-blog-footer a{ color: rgba(255,255,255,.8); }
.pv-blog-footer a:hover{ color: #fff; text-decoration:none; }
