.py-truth-families {
  padding: 48px 16px;
  background: #f8fafc;
}
.py-truth-inner {
  max-width: 1120px;
  margin: 0 auto;
}
.py-truth-families h2,
.py-truth-pro h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 8px;
  color: #0f172a;
}
.py-truth-families p,
.py-truth-pro p {
  color: #475569;
  font-size: 0.9rem;
  margin: 0 0 20px;
}
.py-truth-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 768px) {
  .py-truth-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .py-truth-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.py-truth-grid article,
.py-truth-pro article {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 18px;
}
.py-truth-grid h3,
.py-truth-pro h3 {
  font-size: 1rem;
  margin: 0 0 8px;
  color: #0f172a;
}
.py-truth-cta {
  margin-top: 20px !important;
}
.py-truth-cta a {
  color: #0f766e;
  font-weight: 600;
}
.py-truth-pro {
  max-width: 1120px;
  margin: 24px auto 0;
  padding: 24px 16px 8px;
}
.py-truth-pro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (min-width: 768px) {
  .py-truth-pro-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#pure-management-section {
  display: none !important;
}
body.pm-show-section #pure-management-section {
  display: none !important;
}
.py-truth-edu {
  max-width: 32rem;
  margin: 6rem auto;
  padding: 2rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  text-align: center;
}
