.local-city-page {
  color: #172033;
  background: #fff;
}

.local-city-page .container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.local-city-narrow {
  max-width: 980px;
}

.local-city-hero {
  position: relative;
  min-height: 460px;
  padding: 118px 0 96px;
  background-color: #172033;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.local-city-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(13, 19, 32, 0.86), rgba(13, 19, 32, 0.46));
}

.local-city-hero .container {
  position: relative;
  z-index: 1;
}

.local-city-hero__content {
  max-width: 760px;
}

.local-city-hero h1 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

.local-city-hero__text {
  max-width: 680px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}

.local-city-section {
  padding: 78px 0;
}

.local-city-section:nth-of-type(even) {
  background: #f7f8fb;
}

.local-city-page h2 {
  margin: 0 0 32px;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
  color: #172033;
}

.local-city-page h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0;
  color: #172033;
}

.local-city-content {
  font-size: 16px;
  line-height: 1.72;
  color: #3c4454;
}

.local-city-content p,
.local-city-content ul,
.local-city-content ol {
  margin: 0 0 16px;
}

.local-city-content a {
  color: #d2a900;
  text-decoration: underline;
}

.local-city-grid {
  display: grid;
  gap: 22px;
}

.local-city-grid--solutions,
.local-city-grid--equipment {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.local-city-grid--projects {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.local-city-card,
.local-city-project {
  border: 1px solid #e5e8ef;
  border-radius: 8px;
  background: #fff;
}

.local-city-card {
  padding: 26px;
}

.local-city-card p {
  margin: 0 0 18px;
  color: #4d5668;
  font-size: 15px;
  line-height: 1.55;
}

.local-city-project {
  overflow: hidden;
}

.local-city-project a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.local-city-project img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.local-city-project__body {
  padding: 20px;
}

.local-city-project__body p {
  margin: 0;
  color: #6b7280;
}

.local-city-btn,
.local-city-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 6px;
  background: #fdd930;
  color: #172033;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
}

.local-city-link {
  min-height: 0;
  padding: 0;
  background: transparent;
  color: #c9a300;
}

.local-city-btn:hover {
  background: #e9c522;
  color: #172033;
}

.local-city-link:hover {
  color: #172033;
}

.local-city-steps__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.local-city-steps__list li {
  display: flex;
  gap: 18px;
  padding: 24px;
  border: 1px solid #e5e8ef;
  border-radius: 8px;
  background: #fff;
}

.local-city-steps__list span {
  flex: 0 0 auto;
  color: #f0c400;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

.local-city-steps__list p {
  margin: 0;
  color: #4d5668;
}

.local-city-price__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 40px;
  align-items: start;
}

.local-city-price__factors {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.local-city-price__factors li {
  position: relative;
  padding: 16px 18px 16px 42px;
  border: 1px solid #e5e8ef;
  border-radius: 8px;
  background: #fff;
  color: #3c4454;
}

.local-city-price__factors li::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 18px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fdd930;
}

.local-city-faq__list {
  display: grid;
  gap: 12px;
}

.local-city-faq__item {
  border: 1px solid #e5e8ef;
  border-radius: 8px;
  background: #fff;
}

.local-city-faq__item summary {
  cursor: pointer;
  padding: 18px 22px;
  color: #172033;
  font-weight: 700;
  list-style: none;
}

.local-city-faq__item summary::-webkit-details-marker {
  display: none;
}

.local-city-faq__item div {
  padding: 0 22px 20px;
  color: #4d5668;
  line-height: 1.65;
}

.local-city-cta {
  padding: 72px 0;
  background: #172033;
  color: #fff;
}

.local-city-cta__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.local-city-cta h2 {
  margin-bottom: 12px;
  color: #fff;
}

.local-city-cta p {
  margin: 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
}

.local-city-seo {
  background: #fff;
}

@media (max-width: 991px) {
  .local-city-grid--solutions,
  .local-city-grid--equipment,
  .local-city-grid--projects {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .local-city-price__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .local-city-hero {
    min-height: 0;
    padding: 82px 0 70px;
  }

  .local-city-hero h1 {
    font-size: 34px;
  }

  .local-city-hero__text {
    font-size: 16px;
  }

  .local-city-section {
    padding: 54px 0;
  }

  .local-city-page h2 {
    font-size: 28px;
  }

  .local-city-grid--solutions,
  .local-city-grid--equipment,
  .local-city-grid--projects,
  .local-city-steps__list {
    grid-template-columns: 1fr;
  }

  .local-city-cta__box {
    align-items: flex-start;
    flex-direction: column;
  }
}
