/* CTA komentar umum. */
.comment-panel { max-width: 700px; margin: 25px auto; overflow: hidden; border: 1px solid rgba(212, 175, 55, .35); border-radius: 18px; background: rgba(20, 20, 30, .92); box-shadow: 0 10px 30px rgba(0, 0, 0, .4); }
.cp-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px; border-bottom: 1px solid rgba(212, 175, 55, .2); background: linear-gradient(90deg, #1b1b25, #2d2416); }
.cp-title { color: #d4af37; font-size: 18px; font-weight: 700; }
.cp-count { color: #bbb; font-size: 13px; }
.cp-body { padding: 25px; text-align: center; }
.cp-body p { margin-bottom: 20px; color: #ddd; line-height: 1.6; }
.cp-button { display: inline-block; padding: 12px 28px; border-radius: 30px; color: #111; background: #d4af37; font-weight: 700; text-decoration: none; transition: transform .25s ease, box-shadow .25s ease; }
.cp-button:hover { transform: translateY(-2px); box-shadow: 0 0 18px rgba(212, 175, 55, .45); }
