.tp-course{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.tp-course-card{background:#fff;border:1px solid var(--gray-border);border-radius:16px;overflow:hidden;transition:transform .25s,box-shadow .25s}
.tp-course-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(70,37,6,.1)}
.tpc-head{background:#daa754;color:#fff;padding:26px 28px;display:flex;align-items:center;justify-content:space-between}
.tpc-head .tpc-title h3{font-size:20px;font-weight:700;margin-bottom:2px}
.tpc-head .tpc-title .en{font-size:12px;color:#fff;letter-spacing:1px}
.tpc-head .tpc-score{text-align:right}
.tpc-head .tpc-score .num{font-size:28px;font-weight:800;color:#fff;line-height:1}
.tpc-head .tpc-score .label{font-size:11px;color:rgba(255,255,255,.6);margin-top:2px}
.tpc-body{padding:24px 28px}
.tpc-body .tpc-info{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}
.tpc-body .tpc-info-item{text-align:center;padding:12px;background:var(--gray-light);border-radius:8px}
.tpc-body .tpc-info-item .label{font-size:11px;color:#000000;margin-bottom:4px}
.tpc-body .tpc-info-item .val{font-size:14px;color:#000000;font-weight:700}
.tpc-body .tpc-features{font-size:13px;color:#000000;line-height:1.8}
.tpc-body .tpc-features strong{color:#000000}
.feature-pill{display:inline-block;padding:4px 12px;background:var(--gold-soft);color:#000000;border-radius:12px;font-size:12px;font-weight:600;margin:2px}
@media(max-width:768px){.tp-course{grid-template-columns:1fr}}

.csp-inline-1 {
  margin-top:8px !important;
}

.csp-inline-2 {
  margin-bottom:6px !important;
}

.csp-inline-3 {
  height:40px !important;
}

.csp-inline-4 {
  background:var(--navy) !important;
}
