.pp-hero a,
.pp-hero a:visited {
  color: rgba(190, 140, 255, 0.95) !important;
  text-decoration: underline;
  text-decoration-color: rgba(190, 140, 255, 0.55);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  font-weight: 800;
}

.pp-hero a:hover {
  color: rgba(215, 175, 255, 1) !important;
  text-decoration-color: rgba(215, 175, 255, 0.9);
  text-shadow: 0 0 14px rgba(190, 140, 255, 0.25);
}

.pp-hero a:focus-visible {
  outline: 2px solid rgba(190, 140, 255, 0.6);
  outline-offset: 3px;
  border-radius: 10px;
}

.pp-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}

@media (max-width: 980px) {
  .pp-grid2 {
    grid-template-columns: 1fr;
  }
}

.pp-box {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
  padding: 18px;
}

.pp-sep {
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.10);
  margin: 24px 0;
}

.pp-lead {
  font-size: 1.06rem;
  line-height: 1.85;
}

.pp-muted {
  opacity: .88;
}

.pp-note {
  margin-top: 14px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.pp-kv {
  margin: 0;
  padding-left: 18px;
  line-height: 1.85;
}

.pp-acc details {
  margin: 0 0 12px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.02);
}

.pp-acc details .body {
  margin-top: 10px;
  line-height: 1.8;
}

.pp-hero a,
.pp-hero a:visited {
  color: rgba(190, 140, 255, 0.95) !important;
  text-decoration: underline;
  text-decoration-color: rgba(190, 140, 255, 0.55);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  font-weight: 800;
}

.pp-hero a:hover {
  color: rgba(215, 175, 255, 1) !important;
  text-decoration-color: rgba(215, 175, 255, 0.9);
  text-shadow: 0 0 14px rgba(190, 140, 255, 0.25);
}

.pp-hero a:focus-visible {
  outline: 2px solid rgba(190, 140, 255, 0.6);
  outline-offset: 3px;
  border-radius: 10px;
}

.pp-grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: start;
}

@media (max-width: 980px) {
  .pp-grid2 {
    grid-template-columns: 1fr;
  }
}

.pp-box {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(0, 0, 0, 0.18);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
  padding: 18px;
}

.pp-sep {
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.10);
  margin: 24px 0;
}

.pp-lead {
  font-size: 1.06rem;
  line-height: 1.85;
}

.pp-muted {
  opacity: .88;
}

.pp-note {
  margin-top: 14px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.pp-kv {
  margin: 0;
  padding-left: 18px;
  line-height: 1.85;
}

.pp-acc details {
  margin: 0 0 12px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 12px 14px;
  background: rgba(255,255,255,0.02);
}

.pp-acc details .body {
  margin-top: 10px;
  line-height: 1.8;
}

/* ===== Links (Arvethis purple style) ===== */

.pp a,
.pp a:visited {
  color: rgba(190, 140, 255, 0.95);
  text-decoration: underline;
  text-decoration-color: rgba(190, 140, 255, 0.55);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  font-weight: 700;
}

.pp a:hover {
  color: rgba(215, 175, 255, 1);
  text-decoration-color: rgba(215, 175, 255, 0.9);
  text-shadow: 0 0 14px rgba(190, 140, 255, 0.25);
}

.pp a:focus-visible {
  outline: 2px solid rgba(190, 140, 255, 0.6);
  outline-offset: 3px;
  border-radius: 10px;
}