.products-section { padding: 1rem 0 4rem; }

.product-card .card-img {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
}

.no-results { text-align: center; color: var(--text-muted); padding: 3rem 0; }

#modal-features li {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border);
  color: var(--text-secondary);
  font-size: 0.95rem;
}

#modal-features li:last-child { border-bottom: none; }

@media (max-width: 768px) {
  .grid-3 { grid-template-columns: 1fr; }
}
