/* Shared professional catalog language — courses, prices, documents, news, blog */

body.pc-skin .site-main {
  background:
    radial-gradient(900px 280px at 8% 0%, rgba(227, 6, 19, 0.05), transparent 55%),
    radial-gradient(700px 240px at 100% 0%, rgba(15, 23, 42, 0.04), transparent 50%),
    #f4f6fb;
}

.pc-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 12%, rgba(227, 6, 19, 0.28), transparent 42%),
    linear-gradient(145deg, #070b14 0%, #121a2b 55%, #1a1020 100%);
  padding: 52px 20px 64px;
  border-radius: 0 0 36px 36px;
  margin-bottom: 0;
}
.pc-hero::after {
  content: "";
  position: absolute;
  inset: auto -40px -80px auto;
  width: 280px; height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227, 6, 19, 0.18), transparent 70%);
  pointer-events: none;
}
.pc-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  margin: 0 auto;
}
.pc-crumbs {
  display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
  font-size: 0.8rem; font-weight: 600; margin-bottom: 18px;
}
.pc-crumbs a { color: rgba(255,255,255,0.55); }
.pc-crumbs a:hover { color: #fff; }
.pc-crumbs .sep { color: rgba(255,255,255,0.22); }
.pc-crumbs .current { color: rgba(255,255,255,0.88); }
.pc-kicker {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: 999px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  font-size: 0.74rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase;
  color: rgba(255,255,255,0.82); margin-bottom: 16px;
}
.pc-kicker i { color: #fb7185; }
.pc-hero h1 {
  margin: 0 0 10px; font-weight: 900; letter-spacing: -0.04em;
  font-size: clamp(1.85rem, 4.2vw, 2.85rem); line-height: 1.08; color: #fff;
}
.pc-hero h1 span { color: #fb7185; }
.pc-hero-lead {
  max-width: 640px; margin: 0; color: rgba(255,255,255,0.68);
  font-size: 1.05rem; line-height: 1.65;
}
.pc-hero-row {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 28px; flex-wrap: wrap;
}
.pc-hero-stats {
  display: grid; grid-template-columns: repeat(3, minmax(108px, 1fr));
  gap: 10px; min-width: min(420px, 100%);
}
.pc-stat {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px; padding: 14px 16px;
}
.pc-stat b { display: block; font-size: 1.12rem; font-weight: 800; color: #fff; }
.pc-stat span { font-size: 0.72rem; color: rgba(255,255,255,0.5); font-weight: 600; }

.pc-trust {
  width: min(1120px, calc(100% - 32px));
  margin: -28px auto 28px;
  position: relative; z-index: 3;
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 22px;
  padding: 14px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}
.pc-trust-item {
  display: flex; align-items: center; gap: 12px;
  padding: 8px 10px; border-radius: 14px;
}
.pc-trust-ico {
  width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
  display: grid; place-items: center; color: #fff; font-size: 0.95rem;
  background: linear-gradient(135deg, #e30613, #be123c);
  box-shadow: 0 8px 16px rgba(227, 6, 19, 0.22);
}
.pc-trust-item:nth-child(2) .pc-trust-ico { background: linear-gradient(135deg, #0f172a, #334155); box-shadow: none; }
.pc-trust-item:nth-child(3) .pc-trust-ico { background: linear-gradient(135deg, #047857, #10b981); box-shadow: 0 8px 16px rgba(16, 185, 129, 0.2); }
.pc-trust-item:nth-child(4) .pc-trust-ico { background: linear-gradient(135deg, #1d4ed8, #3b82f6); box-shadow: 0 8px 16px rgba(59, 130, 246, 0.2); }
.pc-trust-item strong { display: block; font-size: 0.84rem; color: #0f172a; font-weight: 800; }
.pc-trust-item small { display: block; font-size: 0.72rem; color: #64748b; font-weight: 600; }

.pc-wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto 72px; }
.pc-section-h { margin: 8px 0 22px; }
.pc-section-h .pc-kicker { color: #e30613; background: #fff1f2; border-color: #fecdd3; text-transform: uppercase; }
.pc-section-h .pc-kicker i { color: #e30613; }
.pc-section-h h2 {
  margin: 8px 0 6px; font-weight: 900; letter-spacing: -0.03em;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem); color: #0b1220;
}
.pc-section-h p { margin: 0; color: #64748b; max-width: 560px; }

.pc-cta {
  width: min(1120px, calc(100% - 32px));
  margin: 8px auto 72px;
  position: relative; overflow: hidden;
  border-radius: 28px; color: #fff;
  background:
    radial-gradient(circle at 18% 20%, rgba(227, 6, 19, 0.28), transparent 42%),
    linear-gradient(145deg, #070b14, #141c2e 60%, #1a1020);
  padding: 42px 36px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.pc-cta h2 { margin: 0 0 8px; font-weight: 900; font-size: clamp(1.3rem, 2.4vw, 1.75rem); letter-spacing: -0.03em; color: #fff; }
.pc-cta p { margin: 0; color: rgba(255,255,255,0.64); max-width: 520px; line-height: 1.6; }
.pc-cta-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.pc-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 20px; border-radius: 14px; font-weight: 800; font-size: 0.92rem;
  text-decoration: none !important; border: 0;
}
.pc-btn.red { background: linear-gradient(135deg, #e30613, #be123c); color: #fff; box-shadow: 0 10px 24px rgba(227,6,19,.28); }
.pc-btn.red:hover { color: #fff; transform: translateY(-1px); }
.pc-btn.wa { background: #16a34a; color: #fff; }
.pc-btn.wa:hover { color: #fff; }
.pc-btn.ghost { background: rgba(255,255,255,0.08); color: #fff; border: 1px solid rgba(255,255,255,0.12); }
.pc-btn.ghost:hover { color: #fff; background: rgba(255,255,255,0.14); }
button.pc-btn { cursor: pointer; font-family: inherit; }

.pc-toolbar {
  display: flex; gap: 12px; flex-wrap: wrap; align-items: flex-end;
  background: #fff; border: 1px solid rgba(15,23,42,0.06);
  border-radius: 20px; padding: 16px 18px; margin-bottom: 22px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}
.pc-field { flex: 1; min-width: 180px; }
.pc-field label {
  display: block; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.06em;
  text-transform: uppercase; color: #94a3b8; margin-bottom: 6px;
}
.pc-field input, .pc-field select {
  width: 100%; padding: 11px 14px; border-radius: 12px;
  border: 1px solid #e2e8f0; background: #f8fafc; font-weight: 600; color: #0f172a;
}
.pc-field input:focus, .pc-field select:focus {
  outline: none; border-color: rgba(227,6,19,0.35); background: #fff;
  box-shadow: 0 0 0 4px rgba(227,6,19,0.08);
}
.pc-pills { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.pc-pill {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 14px; border-radius: 999px; font-size: 0.8rem; font-weight: 800;
  background: #fff; color: #475569; border: 1px solid #e2e8f0; text-decoration: none;
}
.pc-pill:hover { color: #e30613; border-color: #fecaca; }
.pc-pill.is-on { background: #0f172a; color: #fff; border-color: #0f172a; }
.pc-pill.is-on:hover { color: #fff; }

.pc-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.pc-card {
  background: #fff; border: 1px solid rgba(15,23,42,0.06);
  border-radius: 22px; overflow: hidden;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
  display: flex; flex-direction: column;
  transition: transform .28s ease, box-shadow .28s ease;
  text-decoration: none !important; color: inherit;
  height: 100%;
}
.pc-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12); color: inherit; }
.pc-card-media {
  position: relative; height: 200px; overflow: hidden;
  background: linear-gradient(135deg, #0f172a, #1e293b);
}
.pc-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.pc-card:hover .pc-card-media img { transform: scale(1.05); }
.pc-card-ph {
  width: 100%; height: 100%; display: grid; place-items: center;
  color: rgba(255,255,255,0.35); font-size: 2.4rem;
  background: linear-gradient(145deg, #111827, #1f2937 55%, #7f1d1d);
}
.pc-card-body { padding: 18px 18px 8px; flex: 1; display: flex; flex-direction: column; }
.pc-card-body h3 {
  font-size: 1.02rem; font-weight: 800; line-height: 1.35; color: #0f172a; margin: 0 0 8px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.pc-card-body p {
  margin: 0; font-size: 0.88rem; color: #64748b; line-height: 1.6; flex: 1;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}
.pc-card-foot {
  padding: 14px 18px 18px; display: flex; align-items: center; justify-content: space-between; gap: 10px;
  border-top: 1px solid #f1f5f9; margin-top: 14px; font-size: 0.75rem; color: #94a3b8; font-weight: 700;
}
.pc-tag {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 4px 10px; border-radius: 999px; font-size: 0.7rem; font-weight: 800;
  background: #fff1f2; color: #be123c;
}
.pc-more { color: #e30613; font-weight: 800; font-size: 0.8rem; }
.pc-empty {
  text-align: center; padding: 64px 20px; background: #fff; border-radius: 24px;
  border: 1px dashed #e2e8f0; color: #64748b;
}
.pc-empty i { font-size: 2.2rem; color: #e30613; opacity: .35; margin-bottom: 10px; display: block; }

.pc-pages { display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; margin-top: 36px; }
.pc-page {
  min-width: 42px; height: 42px; padding: 0 12px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: #fff; border: 1px solid #e2e8f0; color: #334155; font-weight: 800; font-size: 0.86rem;
}
.pc-page:hover { color: #e30613; border-color: #fecaca; }
.pc-page.is-on { background: linear-gradient(135deg, #e30613, #be123c); color: #fff; border-color: transparent; }
.pc-page.is-on:hover { color: #fff; }

/* Align older listing skins to the new language */
body.pc-skin .cl-wrap, body.pc-skin .dp-wrap, body.pc-skin .nl-wrap {
  width: min(1120px, calc(100% - 32px)); max-width: none; margin-left: auto; margin-right: auto;
}
body.pc-skin .cl-card, body.pc-skin .nl-card, body.pc-skin .dp-card {
  border-radius: 22px; box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}
body.pc-skin .nl-filters, body.pc-skin .dp-search-card {
  border-radius: 20px; box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
}
body.pc-skin .pkg-card {
  border-radius: 24px; border: 1px solid rgba(15,23,42,0.06);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
}
body.pc-skin .pkg-card.featured { border-color: #e30613; }
body.pc-skin .course-table { border-radius: 22px; overflow: hidden; box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06); }
body.pc-skin .faq-question i { color: #e30613; }
body.pc-skin .course-table tbody tr:hover { background: #fff1f2; }
body.pc-skin .blog-rec-card:hover { border-color: #fecaca; }

@media (max-width: 900px) {
  .pc-trust, .pc-hero-stats, .pc-grid-3 { grid-template-columns: 1fr 1fr; }
  .pc-hero { padding: 36px 16px 56px; border-radius: 0 0 28px 28px; }
}
@media (max-width: 640px) {
  .pc-trust, .pc-hero-stats, .pc-grid-3 { grid-template-columns: 1fr; }
  .pc-cta { padding: 28px 20px; }
  .pc-wrap { margin-bottom: 48px; }
}
