.pg-about-values { display: grid; grid-template-columns: 1fr; gap: 1rem; margin: 1.5rem 0 2rem; }
@media (min-width: 768px) { .pg-about-values { grid-template-columns: repeat(3, 1fr); } }
.pg-about-value { border: 1px solid var(--lq-border); background: #fff; border-radius: .75rem; padding: 1.25rem; box-shadow: 0 1px 2px rgba(0,0,0,.04); }
.pg-about-value h3 { color: var(--lq-primary); font-size: 1rem; font-weight: 800; margin-bottom: .4rem; display: flex; align-items: center; gap: .5rem; }
.pg-about-value p { color: var(--lq-muted); font-size: .85rem; line-height: 1.6; }
.pg-about-legal { background: #f8fafc; border-left: 4px solid var(--lq-gold); border-radius: .5rem; padding: 1rem 1.25rem; }
.pg-about-legal ul { list-style: disc; padding-left: 1.25rem; }
.pg-about-legal ul li { margin-bottom: .35rem; font-size: .9rem; }