/* Страница «Порядок заселения»: этапы, сроки, переход к подаче заявки */

.process-head {
  max-width: 640px;
  margin-bottom: 1.75rem;
}

.process-head__eyebrow {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.7rem;
  border-radius: 1rem;
  background: #e8ecf3;
  color: #002060;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.process-head__title {
  margin-bottom: 0.4rem;
  font-size: 1.375rem;
  font-weight: 600;
}

.process-head__note {
  margin: 0;
  color: #a1acb8;
  font-size: 0.875rem;
}

/* --- Этапы --- */

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.25rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.process-step {
  position: relative;
  padding: 1.5rem 1.25rem 1.25rem;
  border: 1px solid #e4e9f0;
  border-radius: 0.75rem;
  background: #fff;
}

.process-step__number {
  position: absolute;
  top: -0.75rem;
  left: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #002060;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
}

.process-step__icon {
  display: block;
  margin-bottom: 0.6rem;
  color: #002060;
  font-size: 1.75rem;
}

.process-step__title {
  margin-bottom: 0.15rem;
  font-size: 0.9375rem;
  font-weight: 600;
}

.process-step__lead {
  margin-bottom: 0.5rem;
  color: #a1acb8;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.process-step__text {
  margin: 0;
  color: #697a8d;
  font-size: 0.8125rem;
  line-height: 1.55;
}

/* --- Сроки --- */

.process-notice {
  display: flex;
  gap: 0.875rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding: 1rem 1.25rem;
  border: 1px solid #f5dfae;
  border-radius: 0.75rem;
  background: #fdf6e7;
}

.process-notice > i {
  flex-shrink: 0;
  color: #9a6008;
  font-size: 1.375rem;
}

.process-notice__title {
  margin-bottom: 0.2rem;
  color: #7a4c06;
  font-size: 0.875rem;
  font-weight: 600;
}

.process-notice__text {
  margin: 0;
  color: #8a6220;
  font-size: 0.8125rem;
  line-height: 1.55;
}

/* Сроки приёма — синий, а не янтарный: это не предупреждение, а факт.
   Два одинаково жёлтых блока подряд читались бы как два предостережения */
.process-notice--dates {
  margin-bottom: 0.75rem;
  border-color: #cdd8ea;
  background: #eef3fb;
}

.process-notice--dates > i,
.process-notice--dates .process-notice__title {
  color: #002060;
}

.process-notice--dates .process-notice__text {
  color: #4a5b78;
}

.process-notice__accent {
  font-weight: 600;
}

.process-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-start;
}
