.ps-pl-prose {
  margin: 0 0 14px;
  font-size: 1rem;
  line-height: 1.7;
  color: #334155;
}
.ps-pl-prose--lead {
  font-size: 1.05rem;
  color: #0c1222;
  font-weight: 600;
}

.ps-ccomp-hero .ps-ccomp-anchors--hero {
  margin: 22px 0 0;
  padding: 0;
  background: transparent;
  border: none;
}
.ps-ccomp-hero .ps-ccomp-anchors--hero a {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.ps-ccomp-hero .ps-ccomp-anchors--hero a:hover {
  background: rgba(255, 255, 255, 0.26);
  border-color: #fff;
  color: #fff;
}

.ps-pl-unlock-title {
  margin: 22px 0 12px;
  font-size: 1.15rem;
  font-weight: 800;
  color: #0c1222;
}
.ps-pl-unlock {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px 24px;
}
.ps-pl-unlock li {
  position: relative;
  padding: 10px 14px 10px 38px;
  border-radius: 12px;
  background: #fbfbfd;
  border: 1px solid #e5e8ee;
  font-size: 0.94rem;
  line-height: 1.5;
  color: #334155;
}
.ps-pl-unlock li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #15803d;
}

.ps-pl-fw-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.ps-pl-fw-card {
  --fw: #b91c1c;
  --fw-soft: #fff1f2;
  position: relative;
  overflow: hidden;
  padding: 24px 24px 22px;
  background: #ffffff;
  border: 1px solid #e5e8ee;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.ps-pl-fw-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--fw), var(--fw));
}
.ps-pl-fw-card:hover {
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
  border-color: var(--fw);
}
.ps-pl-fw-card--hen   { --fw: #2563eb; --fw-soft: #eff6ff; }
.ps-pl-fw-card--cfw   { --fw: #15803d; --fw-soft: #f0fdf4; }
.ps-pl-fw-card--freeboot { --fw: #d97706; --fw-soft: #fffbeb; }
.ps-pl-fw-card--atmosphere { --fw: #7c3aed; --fw-soft: #f5f3ff; }
.ps-pl-fw-card--chip  { --fw: #b91c1c; --fw-soft: #fff1f2; }

.ps-pl-fw-card__top {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.ps-pl-fw-card__icon {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, var(--fw), var(--fw));
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
}
.ps-pl-fw-card__head { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.ps-pl-fw-card__name { margin: 0; font-size: 1.28rem; font-weight: 800; color: #0c1222; line-height: 1.25; }
.ps-pl-fw-card__full { font-size: 0.82rem; font-weight: 600; color: #5b6478; }
.ps-pl-fw-card__tag {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 6px 13px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--fw);
  background: var(--fw-soft);
  border: 1px solid #e7ebf1;
  white-space: nowrap;
}
.ps-pl-fw-card__desc {
  margin: 14px 0 0;
  max-width: 880px;
  font-size: 1rem;
  line-height: 1.7;
  color: #334155;
}
.ps-pl-fw-card__points {
  margin: 18px 0 0;
  padding: 18px 0 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 10px;
  border-top: 1px dashed #e2e6ec;
}
.ps-pl-fw-card__points li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 11px 13px;
  background: #f8f9fb;
  border: 1px solid #e9ecf2;
  border-radius: 12px;
}
.ps-pl-fw-card__k {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--fw);
}
.ps-pl-fw-card__v { font-size: 0.88rem; line-height: 1.5; color: #475569; }

.ps-pl-compare th:nth-child(3),
.ps-pl-compare td:nth-child(3) {
  background: #fff7f7;
}
.ps-pl-compare thead th:nth-child(3) {
  color: #b91c1c;
}

.ps-pl-who-not-title {
  margin: 26px 0 14px;
  font-size: 1.15rem;
  font-weight: 800;
  color: #0c1222;
}

.ps-pl-how {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}
.ps-pl-how__step {
  padding: 18px 20px;
  background: #ffffff;
  border: 1px solid #e5e8ee;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}
.ps-pl-how__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  padding: 6px 10px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fff1f2, #fee2e2);
  color: #b91c1c;
  font-size: 0.9rem;
  font-weight: 800;
  margin-bottom: 10px;
}
.ps-pl-how__title { margin: 0 0 6px; font-size: 1rem; font-weight: 800; color: #0c1222; }
.ps-pl-how__text { margin: 0; font-size: 0.9rem; line-height: 1.55; color: #5b6478; }

.ps-pl-prices td:last-child {
  font-weight: 700;
  color: #b91c1c;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .ps-pl-unlock { grid-template-columns: 1fr; }
}

/* Тема задаёт #content h2/h3 тёмный цвет — перебиваем для CTA-блока на красном фоне. */
.ps-ccomp-page #content .ps-ccomp-cta__title {
  color: #fff !important;
}
.ps-ccomp-page #content .ps-ccomp-cta__text {
  color: #fee2e2 !important;
}
.ps-ccomp-page #content .ps-ccomp-cta__btn {
  color: #b91c1c !important;
}
.ps-ccomp-page #content .ps-ccomp-cta__btn--ghost {
  color: #fff !important;
}
