.property-services,
.property-process {
  --service-ink: #f7f5ef;
  --service-muted: #b8c1c6;
  --service-gold: #d2a23f;
  --service-line: #3a464e;
}

.property-services {
  padding: 68px 0 0;
  background: #1b242a;
  color: var(--service-ink);
}

.property-services__intro {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, .75fr);
  gap: 64px;
  align-items: end;
  margin-bottom: 38px;
}

.property-services__intro span,
.property-process__heading > span,
.property-services__consultation span {
  color: var(--service-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.property-services__intro h1 {
  max-width: 690px;
  margin: 9px 0 0;
  color: var(--service-ink);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.06;
}

.property-services__intro > p {
  margin: 0;
  color: var(--service-muted);
  font-size: 13px;
  line-height: 1.78;
}

.property-services__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--service-line);
  border-left: 1px solid var(--service-line);
}

.property-service-card {
  position: relative;
  min-height: 300px;
  padding: 29px 25px;
  border-right: 1px solid var(--service-line);
  border-bottom: 1px solid var(--service-line);
  background: #202a31;
  transition: background .25s ease, transform .25s ease;
}

.property-service-card:hover {
  z-index: 1;
  background: #253139;
  transform: translateY(-4px);
}

.property-service-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin-bottom: 24px;
  place-items: center;
  border: 1px solid rgba(210, 162, 63, .58);
  color: var(--service-gold);
  font-size: 28px;
}

.property-service-card > span {
  position: absolute;
  top: 30px;
  right: 24px;
  color: #748087;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.property-service-card h2 {
  margin: 0 0 11px;
  color: var(--service-ink);
  font-size: 17px;
  line-height: 1.3;
}

.property-service-card p {
  margin: 0;
  color: var(--service-muted);
  font-size: 11.5px;
  line-height: 1.72;
}

.property-services__consultation {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 58px minmax(220px, .7fr) minmax(300px, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-top: 34px;
  padding: 20px 24px;
  border: 1px solid #e0b65e;
  background: #c99a3d;
  color: #111820;
  transform: translateY(50%);
}

.property-services__consultation-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border: 1px solid rgba(17, 24, 32, .38);
  border-radius: 50%;
  font-size: 28px;
}

.property-services__consultation span { color: #283136; }
.property-services__consultation h2 { margin: 4px 0 0; color: #111820 !important; font-size: 18px; }
.property-services__consultation p { margin: 0; color: #283136; font-size: 11px; line-height: 1.65; }
.property-services__consultation-actions { display: grid; gap: 7px; }
.property-services__consultation-actions a,
.property-services__consultation-actions button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 15px;
  border: 1px solid #111820;
  background: transparent;
  color: #111820;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}
.property-services__consultation-actions button { background: #111820; color: #fff; }

.property-process {
  scroll-margin-top: 110px;
  padding: 116px 0 72px;
  background: #10191f;
  color: #e2e6e8;
}

.property-process__heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.property-process__heading h2 {
  margin: 8px 0 13px;
  color: #f7f5ef !important;
  font-size: clamp(30px, 3.2vw, 41px);
  line-height: 1.1;
}
.property-process__heading p { margin: 0; color: #aeb9be !important; font-size: 13px; line-height: 1.75; }

.property-process__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.property-process__steps::before {
  position: absolute;
  top: 59px;
  right: 10%;
  left: 10%;
  border-top: 1px dashed #556169;
  content: '';
}
.property-process__step { position: relative; z-index: 1; padding: 0 18px; text-align: center; }
.property-process__step > span {
  position: absolute;
  top: -8px;
  right: calc(50% - 59px);
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--service-gold);
  color: #111820;
  font-size: 10px;
  font-weight: 800;
}
.property-process__step-icon {
  display: grid;
  width: 118px;
  height: 118px;
  margin: 0 auto 20px;
  place-items: center;
  border: 1px solid #46525a;
  border-radius: 50%;
  background: #1b252c;
  box-shadow: inset 0 0 0 8px #10191f;
  color: #d2a23f;
  font-size: 33px;
}
.property-process__step h3 { margin: 0 0 9px; color: #f1f3f4 !important; font-size: 15px; }
.property-process__step p { margin: 0; color: #9eaaaf !important; font-size: 11px; line-height: 1.65; }
.property-process__note {
  display: flex;
  max-width: 930px;
  align-items: flex-start;
  gap: 12px;
  margin: 42px auto 0;
  padding: 17px 20px;
  border-left: 3px solid var(--service-gold);
  border-top: 1px solid #39454d;
  border-right: 1px solid #39454d;
  border-bottom: 1px solid #39454d;
  background: #182127;
}
.property-process__note i { color: #d2a23f; font-size: 22px; }
.property-process__note p { margin: 0; color: #9eaaaf !important; font-size: 11px; line-height: 1.65; }

@media (max-width: 1199px) {
  .property-services__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .property-services__consultation { grid-template-columns: 58px 1fr 1fr; }
  .property-services__consultation-actions { grid-column: 2 / -1; grid-template-columns: repeat(2, auto); justify-content: start; }
}

@media (max-width: 767px) {
  .property-services { padding-top: 46px; }
  .property-services__intro { grid-template-columns: 1fr; gap: 16px; margin-bottom: 28px; }
  .property-services__grid { grid-template-columns: 1fr; }
  .property-service-card { min-height: 0; padding: 25px 22px; }
  .property-services__consultation { grid-template-columns: 48px 1fr; gap: 15px; padding: 22px 19px; transform: translateY(38px); }
  .property-services__consultation-icon { width: 48px; height: 48px; font-size: 23px; }
  .property-services__consultation p,
  .property-services__consultation-actions { grid-column: 1 / -1; }
  .property-services__consultation-actions { grid-template-columns: 1fr; }
  .property-process { padding: 88px 0 50px; }
  .property-process__heading { margin-bottom: 32px; text-align: left; }
  .property-process__steps { grid-template-columns: 1fr; gap: 30px; }
  .property-process__steps::before { display: none; }
  .property-process__step { padding: 0; text-align: left; }
  .property-process__step-icon { width: 82px; height: 82px; margin: 0 0 16px; font-size: 27px; }
  .property-process__step > span { top: -7px; right: auto; left: 60px; }
  .property-process__step h3 { font-size: 16px; }
}
