:root {
  --hem-v228-border: rgba(15, 23, 42, 0.12);
  --hem-v228-soft: #f8fafc;
}

.hem-v228-review-hero {
  margin: 1.25rem auto;
  max-width: 1120px;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  border-radius: 1.5rem;
  border: 1px solid var(--hem-v228-border);
  background: linear-gradient(135deg, #ffffff 0%, #eef6ff 100%);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.hem-v228-kicker {
  margin: 0 0 .35rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #0369a1;
}

.hem-v228-review-grid {
  max-width: 1120px;
  margin: 1rem auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.hem-v228-card,
.hem-v228-review-checklist {
  border: 1px solid var(--hem-v228-border);
  border-radius: 1.25rem;
  background: #fff;
  padding: 1rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.hem-v228-card h2 { margin-top: 0; font-size: 1.05rem; }
.hem-v228-card ul { margin: 0; padding-left: 1.1rem; }
.hem-v228-card li { margin: .45rem 0; }
.hem-v228-card a { font-weight: 650; }

.hem-v228-review-checklist {
  max-width: 1120px;
  margin: 1rem auto 2rem;
}

.hem-v228-checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

.hem-v228-checks label {
  display: flex;
  gap: .55rem;
  align-items: flex-start;
  padding: .75rem;
  border: 1px solid var(--hem-v228-border);
  border-radius: .9rem;
  background: var(--hem-v228-soft);
}

@media (max-width: 900px) {
  .hem-v228-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hem-v228-checks { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .hem-v228-review-grid { grid-template-columns: 1fr; }
  .hem-v228-review-hero,
  .hem-v228-card,
  .hem-v228-review-checklist { border-radius: 1rem; }
}
