.ps-ccomp-page .ps-ccomp-landing {
  --ps-ccomp-ink: #0c1222;
  --ps-ccomp-muted: #5b6478;
  --ps-ccomp-card: #ffffff;
  --ps-ccomp-border: #e5e8ee;
  --ps-ccomp-brand: #b91c1c;
  --ps-ccomp-accent: #2563eb;
  --ps-ccomp-good: #15803d;
  --ps-ccomp-bad: #b91c1c;
}

.ps-ccomp-hero {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: clamp(28px, 5vw, 52px) clamp(20px, 4vw, 48px);
  margin-bottom: 20px;
  background: linear-gradient(135deg, #7f1d1d 0%, #b91c1c 38%, #991b1b 100%);
  color: #ecfeff;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.26);
}
.ps-ccomp-hero::before {
  content: "";
  position: absolute;
  inset: -40%;
  background:
    radial-gradient(ellipse 55% 45% at 12% 30%, rgba(239, 68, 68, 0.28), transparent 55%),
    radial-gradient(ellipse 40% 38% at 90% 70%, rgba(251, 191, 36, 0.1), transparent 50%);
  pointer-events: none;
}
.ps-ccomp-hero__inner { position: relative; z-index: 1; max-width: 860px; }
.ps-ccomp-hero__eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fecaca;
  margin-bottom: 12px;
}
.ps-ccomp-hero__title {
  margin: 0 0 16px;
  font-size: clamp(1.55rem, 3.8vw, 2.3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #fff;
}
.ps-ccomp-page #content h1.ps-ccomp-hero__title { color: #fff !important; }
.ps-ccomp-hero__lead { margin: 0; font-size: 1.05rem; line-height: 1.65; color: #fee2e2; }

.ps-ccomp-anchors {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 30px;
  padding: 12px 14px;
  background: var(--ps-ccomp-card);
  border: 1px solid var(--ps-ccomp-border);
  border-radius: 14px;
}
.ps-ccomp-anchors a {
  padding: 7px 13px;
  border-radius: 999px;
  background: #f8f9fb;
  border: 1px solid var(--ps-ccomp-border);
  color: var(--ps-ccomp-ink);
  font-size: 0.84rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.15s ease;
}
.ps-ccomp-anchors a:hover { border-color: var(--ps-ccomp-brand); color: var(--ps-ccomp-brand); }

.ps-ccomp-section { margin-bottom: 32px; }
.ps-ccomp-section__title {
  margin: 0 0 10px;
  font-size: clamp(1.3rem, 2.8vw, 1.7rem);
  font-weight: 800;
  color: var(--ps-ccomp-ink);
}
.ps-ccomp-section__sub { margin: 0 0 16px; font-size: 0.95rem; color: var(--ps-ccomp-muted); line-height: 1.55; }

.ps-ccomp-glance {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 14px;
}
.ps-ccomp-glance__card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 20px;
  background: var(--ps-ccomp-card);
  border: 1px solid var(--ps-ccomp-border);
  border-radius: 16px;
  text-decoration: none !important;
  color: var(--ps-ccomp-ink);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.ps-ccomp-glance__card:hover { transform: translateY(-2px); border-color: var(--ps-ccomp-brand); }
.ps-ccomp-glance__tag {
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #b91c1c;
  background: #fff1f2;
}
.ps-ccomp-glance__name { margin: 4px 0 0; font-size: 1.15rem; font-weight: 800; }
.ps-ccomp-glance__text { margin: 0; font-size: 0.9rem; line-height: 1.55; color: var(--ps-ccomp-muted); flex: 1 1 auto; }

.ps-ccomp-toggles {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.ps-ccomp-toggle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--ps-ccomp-border);
  background: #f8f9fb;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ps-ccomp-ink);
  user-select: none;
  transition: all 0.15s ease;
}
.ps-ccomp-toggle input { accent-color: var(--ps-ccomp-brand); margin: 0; }
.ps-ccomp-toggle:hover { border-color: var(--ps-ccomp-brand); }
.ps-ccomp-toggle.is-off { opacity: 0.55; }

.ps-ccomp-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--ps-ccomp-border);
  border-radius: 14px;
  background: var(--ps-ccomp-card);
}
.ps-ccomp-table { width: 100%; border-collapse: separate; border-spacing: 0; min-width: 960px; }
.ps-ccomp-table th, .ps-ccomp-table td { padding: 12px 14px; font-size: 0.88rem; color: var(--ps-ccomp-ink); text-align: left; vertical-align: top; }
.ps-ccomp-table thead th {
  position: sticky;
  top: 0;
  background: #f8f9fb;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--ps-ccomp-muted);
  border-bottom: 1px solid var(--ps-ccomp-border);
}
.ps-ccomp-table thead th.ps-ccomp-table__head { min-width: 170px; }
.ps-ccomp-table td { border-bottom: 1px solid #f0f1f5; }
.ps-ccomp-table tbody tr:last-child td { border-bottom: 0; }
.ps-ccomp-table tbody tr:hover td { background: #fafafc; }
.ps-ccomp-table td.ps-ccomp-table__key { font-weight: 700; color: var(--ps-ccomp-ink); }
.ps-ccomp-table th.is-off, .ps-ccomp-table td.is-off { display: none; }
.ps-ccomp-note { margin: 12px 2px 0; font-size: 0.85rem; color: var(--ps-ccomp-muted); line-height: 1.5; }

.ps-ccomp-console {
  background: var(--ps-ccomp-card);
  border: 1px solid var(--ps-ccomp-border);
  border-radius: 18px;
  padding: clamp(20px, 3.4vw, 32px);
  margin-bottom: 20px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}
.ps-ccomp-console__head { display: flex; gap: 12px; align-items: center; margin-bottom: 12px; }
.ps-ccomp-console__num {
  flex: 0 0 auto;
  min-width: 44px;
  padding: 6px 10px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #fff1f2, #fee2e2);
  color: #b91c1c;
  font-size: 0.95rem;
  font-weight: 800;
}
.ps-ccomp-console__tag {
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #b91c1c;
  background: #fff1f2;
  border: 1px solid #fde3e3;
}
.ps-ccomp-console__title { margin: 0 0 4px; font-size: clamp(1.2rem, 2.6vw, 1.5rem); font-weight: 800; color: var(--ps-ccomp-ink); }
.ps-ccomp-console__sub { margin: 0 0 14px; font-size: 0.86rem; font-weight: 600; color: var(--ps-ccomp-brand); }
.ps-ccomp-console__lead { margin: 0 0 16px; font-size: 1rem; line-height: 1.65; color: var(--ps-ccomp-ink); }
.ps-ccomp-console__key { margin: 0 0 16px; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 8px 20px; }
.ps-ccomp-console__key li {
  position: relative;
  padding-left: 22px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ps-ccomp-muted);
}
.ps-ccomp-console__key li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ps-ccomp-accent);
}
.ps-ccomp-console__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; margin-bottom: 16px; }
.ps-ccomp-console__box {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--ps-ccomp-border);
  background: #fbfbfd;
}
.ps-ccomp-console__box-title { margin: 0 0 8px; font-size: 0.9rem; font-weight: 800; color: var(--ps-ccomp-ink); }
.ps-ccomp-console__list { margin: 0; padding: 0; list-style: none; }
.ps-ccomp-console__list li {
  position: relative;
  padding: 0 0 8px 22px;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--ps-ccomp-muted);
}
.ps-ccomp-console__list li:last-child { padding-bottom: 0; }
.ps-ccomp-console__list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.ps-ccomp-console__box--pros .ps-ccomp-console__list li::before { background: var(--ps-ccomp-good); }
.ps-ccomp-console__box--cons .ps-ccomp-console__list li::before { background: var(--ps-ccomp-bad); }
.ps-ccomp-console__verdict {
  margin: 0 0 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #fff7f7;
  border: 1px solid #fde3e3;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ps-ccomp-ink);
}
.ps-ccomp-console__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 12px;
  background: var(--ps-ccomp-brand);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none !important;
  transition: background 0.15s ease, transform 0.15s ease;
}
.ps-ccomp-console__btn:hover { background: #7f1d1d; transform: translateY(-1px); }

.ps-ccomp-pick {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}
.ps-ccomp-pick__card {
  background: var(--ps-ccomp-card);
  border: 1px solid var(--ps-ccomp-border);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}
.ps-ccomp-pick__q { margin: 0 0 8px; font-size: 1rem; font-weight: 800; color: var(--ps-ccomp-ink); line-height: 1.4; }
.ps-ccomp-pick__a { margin: 0; font-size: 0.9rem; line-height: 1.55; color: var(--ps-ccomp-muted); }

.ps-ccomp-faq__item {
  border: 1px solid var(--ps-ccomp-border);
  border-radius: 12px;
  background: var(--ps-ccomp-card);
  margin-bottom: 10px;
  overflow: hidden;
}
.ps-ccomp-faq__item summary {
  cursor: pointer;
  padding: 15px 18px;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--ps-ccomp-ink);
  list-style: none;
  position: relative;
  padding-right: 44px;
}
.ps-ccomp-faq__item summary::-webkit-details-marker { display: none; }
.ps-ccomp-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: var(--ps-ccomp-brand);
}
.ps-ccomp-faq__item[open] summary::after { content: "–"; }
.ps-ccomp-faq__a { padding: 0 18px 15px; font-size: 0.92rem; line-height: 1.6; color: var(--ps-ccomp-muted); }

.ps-ccomp-cta {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: clamp(26px, 4vw, 44px);
  text-align: center;
  background: linear-gradient(135deg, #7f1d1d 0%, #b91c1c 38%, #991b1b 100%);
  color: #ecfeff;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.22);
}
.ps-ccomp-cta__title { margin: 0 0 10px; font-size: clamp(1.3rem, 3vw, 1.8rem); font-weight: 800; color: #fff; }
.ps-ccomp-cta__text { margin: 0 auto 20px; max-width: 660px; font-size: 1rem; line-height: 1.6; color: #fee2e2; }
.ps-ccomp-cta__btns { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.ps-ccomp-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  transition: transform 0.15s ease, background 0.15s ease;
}
.ps-ccomp-cta__btn {
  background: #fff;
  color: #b91c1c !important;
}
.ps-ccomp-cta__btn:hover { background: #fdf0f0; }
.ps-ccomp-cta__btn--ghost {
  background: rgba(255, 255, 255, 0.14);
  color: #fff !important;
}
.ps-ccomp-cta__btn--ghost:hover { background: rgba(255, 255, 255, 0.24); }

@media (max-width: 767px) {
  .ps-ccomp-table { min-width: 820px; }
  .ps-ccomp-anchors a { font-size: 0.78rem; }
}
