.post-hero{padding:2.3rem 0;background:#f4f0e8;text-align:left;border-bottom:8px solid #c41e3a}
.post-hero h1{font-size:clamp(1.25rem,3vw,1.65rem);font-weight:800;margin-bottom:.5rem}
.post-hero p{color:#5a5a5a;font-size:.9rem;max-width:560px}
.post-hero .trust{margin-top:1.1rem}

.poster-list{padding:2.4rem 0}
.poster{display:grid;grid-template-columns:72px 1fr auto;gap:1rem;align-items:center;background:#fff;border:2px solid #1a1a1a;padding:1rem 1.1rem;margin-bottom:.7rem}
.poster.hot{background:#1a1a1a;color:#fff}
.poster.hot p{color:#c8c8c8}
.poster.red{background:#c41e3a;color:#fff}
.poster.red p{color:#f4d0d6}
.p-no{font-size:1.4rem;font-weight:800;color:#c41e3a;line-height:1}
.poster.hot .p-no,.poster.red .p-no{color:#fff}
.poster h2{font-size:.95rem;font-weight:800;margin-bottom:.25rem}
.poster p{font-size:.82rem;color:#5a5a5a}
.poster img{max-width:140px;border:2px solid #1a1a1a;margin-top:.4rem}
.btn-p{display:inline-block;background:#c41e3a;color:#fff!important;padding:.4rem .85rem;font-size:.78rem;font-weight:800;text-decoration:none!important;white-space:nowrap}
.poster.hot .btn-p,.poster.red .btn-p{background:#fff;color:#1a1a1a!important}

.dl-b{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.dl-c{padding:1rem;text-align:center;border:2px solid #1a1a1a;margin-left:-2px}
.dl-c:first-child{margin-left:0;background:#1a1a1a;color:#fff}
.dl-c:nth-child(2){background:#c41e3a;color:#fff}
.dl-c h3{font-size:.88rem;font-weight:800;margin-bottom:.3rem}
.dl-c p{font-size:.8rem;opacity:.85}

.dl-ap{max-width:640px;margin:0 auto;background:#fff;border:2px solid #1a1a1a}
.dl-r{display:grid;grid-template-columns:56px 1fr;gap:.8rem;padding:.9rem 1.1rem;border-bottom:2px solid #1a1a1a}
.dl-r:last-child{border-bottom:none}
.dl-r strong{font-size:1.1rem;color:#c41e3a}
.dl-r h3{font-size:.88rem;font-weight:800;margin-bottom:.15rem}
.dl-r p{font-size:.8rem;color:#5a5a5a}

.dl-man{display:grid;grid-template-columns:1fr 1fr;gap:0}
.dl-m{background:#fff;border:2px solid #1a1a1a;padding:1rem;margin-left:-2px}
.dl-m:first-child{margin-left:0}
.dl-m h3{font-size:.86rem;color:#c41e3a;margin-bottom:.5rem;font-weight:800}
.dl-m li{font-size:.82rem;color:#5a5a5a;padding:.26rem 0}

.dl-cta{text-align:center;padding:2.3rem 0;background:#1a1a1a;color:#fff}
.dl-cta h2{font-size:1.15rem;font-weight:800;margin-bottom:.4rem}
.dl-cta p{color:#c8c8c8;margin-bottom:1rem;font-size:.9rem}

@media(max-width:768px){
  .poster{grid-template-columns:1fr}
  .dl-b,.dl-man{grid-template-columns:1fr}
}
