#ways-to-work-together .np-engagement-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; margin: 2rem 0; }
#ways-to-work-together .np-card { min-width: 0; }
#ways-to-work-together h3 { word-break: normal; overflow-wrap: normal; hyphens: none; }
#ways-to-work-together .np-engagement-price { color: #D4AF37; font-weight: 600; }
#ways-to-work-together .np-engagement-proof { border-top: 1px solid rgba(212,175,55,.25); padding-top: 1.5rem; margin: 2rem 0; max-width: 75ch; }
@media (max-width: 900px) { #ways-to-work-together .np-engagement-grid { grid-template-columns: 1fr; } }
