.plc-pub-wrap { width:100%; padding:0 0 40px; box-sizing:border-box; font-family:inherit; }

/* Cover + Hero */
.plc-pub-cover { position:relative; width:100%; height:220px; background:linear-gradient(135deg,#1a5276,#2980b9); overflow:hidden; }
.plc-pub-cover img { width:100%; height:100%; object-fit:cover; display:block; }
.plc-pub-cover-overlay { position:absolute;inset:0;background:rgba(0,0,0,.18); }
.plc-pub-hero-bar { position:relative; background:#fff; border-bottom:1px solid #e8ecef; padding:0 32px 20px; margin-bottom:24px; }
.plc-pub-logo-wrap { position:relative; display:inline-block; margin-top:-48px; margin-bottom:12px; }
.plc-pub-logo { width:96px; height:96px; object-fit:contain; border:3px solid #fff; border-radius:12px; background:#fff; box-shadow:0 2px 12px rgba(0,0,0,.12); display:block; }
.plc-pub-logo-placeholder { width:96px; height:96px; background:#f0f3f7; border:3px solid #fff; border-radius:12px; display:flex; align-items:center; justify-content:center; color:#bdc3c7; font-size:12px; box-shadow:0 2px 12px rgba(0,0,0,.1); }
.plc-pub-hero-info { display:flex; justify-content:space-between; align-items:flex-start; flex-wrap:wrap; gap:12px; }
.plc-pub-name { font-size:22px; font-weight:700; color:#1a1a2e; margin:0 0 4px; }
.plc-pub-meta { font-size:13px; color:#7f8c8d; margin-bottom:8px; }
.plc-pub-tier { display:inline-block; padding:3px 12px; border-radius:20px; color:#fff; font-size:11px; font-weight:700; text-transform:uppercase; margin-bottom:8px; }
.plc-pub-cats { display:flex; flex-wrap:wrap; gap:6px; }
.plc-pub-cat { padding:4px 12px; background:#eaf4fb; color:#2980b9; border-radius:20px; font-size:12px; }

/* Cards */
.plc-pub-body { padding:0 32px; }
.plc-pub-card { background:#fff; border:1px solid #e8ecef; border-radius:10px; padding:24px; margin-bottom:16px; }
.plc-pub-card h3 { font-size:13px; font-weight:700; color:#7f8c8d; text-transform:uppercase; letter-spacing:.5px; margin:0 0 16px; padding-bottom:10px; border-bottom:1px solid #f5f5f5; }
.plc-pub-desc { font-size:15px; color:#444; line-height:1.7; }
.plc-pub-info-row { display:flex; gap:8px; align-items:flex-start; padding:10px 0; border-bottom:1px solid #f5f5f5; font-size:14px; }
.plc-pub-info-row:last-child { border-bottom:none; padding-bottom:0; }
.plc-pub-info-label { color:#7f8c8d; width:130px; flex-shrink:0; font-size:13px; }
.plc-pub-info-val { color:#1a1a2e; font-weight:500; flex:1; }

/* Produk grid */
.plc-pub-products-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(140px,1fr)); gap:12px; }
.plc-pub-product-card { background:#f8f9fb; border:1px solid #e8ecef; border-radius:8px; padding:16px 14px; text-align:center; transition:box-shadow .15s,transform .15s; }
.plc-pub-product-card:hover { box-shadow:0 4px 16px rgba(0,0,0,.09); transform:translateY(-2px); }
.plc-pub-product-name { font-size:13px; font-weight:600; color:#1a1a2e; line-height:1.4; }

/* Cert list */
.plc-pub-cert-list { list-style:none; padding:0; margin:0; }
.plc-pub-cert-list li { padding:9px 12px; border:1px solid #e8ecef; border-radius:6px; margin-bottom:6px; display:flex; align-items:center; justify-content:space-between; background:#fafafa; }
.plc-pub-cert-list a { color:#2980b9; text-decoration:none; font-size:13px; }
.plc-pub-cert-list a:hover { text-decoration:underline; }
.plc-pub-cert-badge { font-size:11px; background:#e8f4fd; color:#2980b9; padding:2px 8px; border-radius:10px; margin-left:8px; }

@media(max-width:640px){
    .plc-pub-cover { height:140px; }
    .plc-pub-hero-bar { padding:0 16px 16px; }
    .plc-pub-logo { width:72px; height:72px; }
    .plc-pub-logo-placeholder { width:72px; height:72px; }
    .plc-pub-logo-wrap { margin-top:-36px; }
    .plc-pub-name { font-size:18px; }
    .plc-pub-body { padding:0 16px; }
    .plc-pub-info-row { flex-direction:column; gap:2px; }
    .plc-pub-info-label { width:100%; }
    .plc-pub-products-grid { grid-template-columns:repeat(2,1fr); }
}
