/* Блок «Как мы работаем» — процесс в 4 шага, цвета сайта */
section.process-how-section {
  position: relative;
  padding: 56px 0 64px !important;
  overflow: hidden;
}

/* Фон-картинка и затемнение отдельным слоем (гарантированно поверх всего) */
section.process-how-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #2c2c2c;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://sibarbo.ru/images/bgfonuslugi.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.process-how-section .container {
  position: relative;
  z-index: 1;
}

.process-how-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 14px;
}

.process-how-label .process-how-label-icon {
  font-size: 16px !important;
  color: #81c784 !important;
}

section.process-how-section .process-how-title {
  font-size: 34px !important;
  font-weight: 700 !important;
  color: #fff !important;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.process-how-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.55;
  margin-bottom: 40px;
  max-width: 560px;
}

.process-how-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 991px) {
  .process-how-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  section.process-how-section {
    padding: 40px 0 48px !important;
  }
  section.process-how-section .process-how-title {
    font-size: 28px !important;
  }
  .process-how-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.process-how-card {
  background: #fff;
  border-radius: 12px;
  padding: 26px 22px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: box-shadow 0.25s ease, transform 0.2s ease;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.process-how-card:hover {
  box-shadow: 0 8px 24px rgba(46, 125, 50, 0.12);
  border-color: rgba(46, 125, 50, 0.15);
}

.process-how-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}

/* Иконки в цветах сайта: фон как в модалке (#e8f5e9), иконка #2e7d32 */
.process-how-card-icon.icon {
  width: 52px !important;
  height: 52px !important;
  min-width: 52px !important;
  border-radius: 12px !important;
  background: #e8f5e9 !important;
  color: #2e7d32 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 26px !important;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}

.process-how-card:hover .process-how-card-icon.icon {
  background: #2e7d32 !important;
  color: #fff !important;
}

.process-how-card-step {
  font-size: 13px;
  font-weight: 600;
  color: #888;
  letter-spacing: 0.02em;
}

.process-how-card-title {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #162e44 !important;
  margin-bottom: 10px;
  line-height: 1.3;
}

.process-how-card-text {
  font-size: 15px;
  line-height: 1.55;
  color: #555;
  margin: 0;
}

.process-how-note {
  margin-top: 36px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.process-how-note strong {
  color: #fff;
}
