.kicker { text-transform: uppercase; letter-spacing: .08em; font-weight: 700; font-size: .85rem; color: #7a6500; }
.center { text-align: center; }
.muted { color: #5f5f5f; }
.list-check { list-style: none; padding: 0; margin: 0; }
.list-check li { margin: 8px 0; }
.list-check li::before { content: '✅ '; }
.review { font-style: italic; }
.photo-placeholder {
  width: 100%;
  min-height: 220px;
  border: 2px dashed #bdbdbd;
  border-radius: 8px;
  background: #fafafa;
  display: grid;
  place-items: center;
  padding: 10px;
  text-align: center;
}
.before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 768px) {
  .before-after { grid-template-columns: 1fr; }
}
