.about-process {
  padding: 100px 0;
  background-color: #fff;
  text-align: center;
}

.section-desc {
  max-width: 700px;
  margin: 0 auto 3rem;
  color: #555;
  font-size: 1rem;
}

.process__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.process__step {
  background: #fafafa;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process__step:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.process__number {
  font-size: 1.5rem;
  color: var(--color-accent, #d49d4c);
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}

.process__icon img {
  width: 60px;
  height: auto;
  margin-bottom: 1rem;
}

.process__step h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  color: #222;
}

.process__step p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
}
.process__footer {
  margin-top: 60px;
  text-align: center;
}

.process__summary {
  max-width: 700px;
  margin: 0 auto 1.5rem;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
}
.process__footer {
  margin-top: 60px;
  text-align: center;
}

.process__summary {
  max-width: 700px;
  margin: 0 auto 1.5rem;
  font-size: 1.1rem;
  color: #333;
  line-height: 1.6;
}
