/* === SNP | Descrição estilo landing (leve) === */
.snp-desc{font-family:inherit;color:inherit;max-width:860px;margin:0 auto}
.snp-desc *{box-sizing:border-box}
.snp-desc h3{margin:0 0 14px;font-size:22px;line-height:1.25;font-weight:800}
.snp-desc h4{margin:18px 0 10px;font-size:16px;line-height:1.25;font-weight:800}
.snp-desc p{margin:10px 0;line-height:1.6}
.snp-desc ul{margin:10px 0 0;padding:0;list-style:none}
.snp-desc li{position:relative;margin:10px 0;padding-left:22px;line-height:1.55}
.snp-desc li:before{content:"✓";position:absolute;left:0;top:0;color:#f39c12;font-weight:900}
.snp-desc .snp-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-left:4px solid #f39c12;border-radius:10px;padding:14px 14px}
.snp-desc .snp-hero{background:linear-gradient(135deg,rgba(243,156,18,.14),rgba(243,156,18,.04));border:1px solid rgba(243,156,18,.22);border-left:4px solid #f39c12}
.snp-desc .snp-warning{background:linear-gradient(135deg,rgba(255,107,107,.08),rgba(255,107,107,.02));border:1px solid rgba(255,107,107,.2);border-left:4px solid #ff6b6b}
.snp-desc .snp-warning h4{color:#d32f2f}
.snp-desc .snp-warning li:before{content:"✗";color:#ff6b6b}
.snp-desc .snp-badge{display:inline-block;background:#f39c12;color:#fff;font-weight:800;font-size:12px;padding:6px 10px;border-radius:999px;vertical-align:middle}
.snp-desc .snp-highlight{color:#f39c12;font-weight:800}
.snp-desc .snp-hr{height:1px;background:rgba(0,0,0,.08);margin:14px 0}
@media (max-width:480px){
  .snp-desc{padding:0 10px}
  .snp-desc h3{font-size:20px}
  .snp-desc .snp-card{padding:12px}
}