.cd-pcards{padding:64px 0;background:#f8fafc}
.cd-pcards__inner{max-width:1100px;margin:0 auto;padding:0 24px}
.cd-pcards__header{text-align:center;margin-bottom:36px}
.cd-pcards__label{font-size:11px;font-weight:800;letter-spacing:3px;color:#445b77;text-transform:uppercase;display:block;margin-bottom:8px}
.cd-pcards__title{font-family:'Poppins',sans-serif;font-size:32px;font-weight:800;color:#1f2e4a;line-height:1.15;margin:0;letter-spacing:-.5px}

.cd-pcards__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}

.cd-pcards__card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;transition:border-color .25s,transform .25s;cursor:pointer}
.cd-pcards__card:hover{border-color:var(--card-color,#1f2e4a);transform:translateY(-4px)}

.cd-pcards__img-wrap{background:var(--card-bg,#E6F1FB);aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.cd-pcards__img{width:100%;height:100%;object-fit:cover}
.cd-pcards__img-placeholder{font-family:'Poppins',sans-serif;font-size:28px;font-weight:800;color:var(--card-color,#1f2e4a);opacity:.3}
.cd-pcards__badge{position:absolute;top:10px;right:10px;background:var(--card-color,#1f2e4a);color:#fff;font-size:11px;font-weight:700;padding:4px 12px;border-radius:20px;letter-spacing:.5px}

.cd-pcards__body{padding:18px 20px}
.cd-pcards__name{font-family:'Poppins',sans-serif;font-size:18px;font-weight:700;color:#1f2e4a;margin:0 0 6px}
.cd-pcards__desc{font-size:14px;color:#64748b;line-height:1.6;margin:0 0 12px}

.cd-pcards__benefits{max-height:0;overflow:hidden;transition:max-height .4s ease}
.cd-pcards__card:hover .cd-pcards__benefits,.cd-pcards__card--open .cd-pcards__benefits{max-height:140px}
.cd-pcards__benefit-list{border-top:1px solid #e2e8f0;padding-top:12px;margin-bottom:12px}
.cd-pcards__benefit{display:flex;align-items:center;gap:8px;margin-bottom:7px}
.cd-pcards__benefit-num{width:20px;height:20px;border-radius:50%;background:var(--card-bg,#E6F1FB);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:var(--card-color,#1f2e4a);flex-shrink:0}
.cd-pcards__benefit span:last-child{font-size:13px;color:#475569}

.cd-pcards__btn{display:block;text-align:center;padding:10px;background:var(--card-color,#1f2e4a);color:#fff;border-radius:10px;font-size:14px;font-weight:700;text-decoration:none;transition:opacity .2s}
.cd-pcards__btn:hover{opacity:.9}

@media(max-width:768px){
  .cd-pcards{padding:40px 0}
  .cd-pcards__title{font-size:24px}
  .cd-pcards__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto;gap:20px}
  .cd-pcards__card--open .cd-pcards__benefits{max-height:140px}
  .cd-pcards__name{font-size:16px}
}