.grading-hero {
  background: linear-gradient(135deg, #2e0910 0%, #4a151e 100%);
  color: #fff5ee;
  padding: 4rem 0;
  margin-bottom: 2rem;
  border-bottom: 4px solid #ffd9b3;
  box-shadow: 0 4px 15px rgba(46, 9, 16, 0.3);
}

.step-icon {
  font-size: 2.5rem;
  color: #2e0910;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
}

.step-col:hover .step-icon {
  transform: scale(1.2) rotate(5deg);
  color: #ff6b6b;
}

.price-card {
  border: 2px solid #2e0910;
  border-radius: 15px;
  transition: all 0.3s ease;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.price-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(46, 9, 16, 0.2);
}

.price-header {
  background-color: #2e0910;
  color: #fff5ee;
  padding: 1.5rem;
  border-radius: 12px 12px 0 0;
  text-align: center;
}

.price-header h4 {
  margin: 0;
  font-weight: 700;
}

.card-body-price {
  padding: 2rem;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.price-amount {
  color: #2e0910;
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.price-features li {
  margin-bottom: 0.8rem;
  font-size: 1.1em;
}

.grading-subtitle {
    color: #2E0910;
    font-weight: 700;
    margin-bottom: 1rem;
}

.grading-section-title {
    color: #2E0910;
    font-weight: 700;
}

.step-title {
    color: #2E0910;
}

.cta-grading {
    font-size: 1rem;
    padding: 0.6em;
}
