.ru-local-page {
  scroll-behavior: smooth;
}

.ru-local-page .header {
  gap: 18px;
}

.ru-local-page .nav {
  gap: clamp(12px, 1.6vw, 24px);
}

.ru-local-page .ru-phone-text {
  cursor: pointer;
  user-select: text;
}

.ru-hero .hero-lead {
  max-width: 760px;
}

.ru-hero h1 {
  max-width: 760px;
  font-size: clamp(44px, 5.4vw, 82px);
  line-height: .96;
  letter-spacing: -.055em;
}

.ru-trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.ru-trust-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.11);
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 800;
}

.ru-local-warning {
  max-width: 720px;
  margin-top: 18px;
  color: rgba(255,255,255,.64);
  font-size: 13px;
  line-height: 1.6;
}

.ru-static-project-grid {
  align-items: stretch;
}

.ru-static-project-grid .case-gallery-grid {
  display: grid;
}

.ru-static-project-grid .project-photo {
  min-height: 300px;
}

.ru-static-project-grid .project-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ru-static-project-grid .case-study-description {
  display: block;
}

.ru-local-page .final-lead-form label:nth-of-type(5) {
  grid-column: 1 / -1;
}

.ru-local-page .final-lead-form {
  gap: 18px;
}

.ru-local-page .contact-form input,
.ru-local-page .contact-form select,
.ru-local-page textarea {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(16,42,56,.14);
  border-radius: 16px;
  padding: 12px 14px;
  font: inherit;
  color: var(--navy);
  background: #fff;
  box-shadow: none;
}

.ru-local-page .contact-form select {
  height: 50px;
  appearance: auto;
}

.ru-local-page .contact-form select option {
  color: var(--navy);
  background: #fff;
}

.ru-local-page textarea {
  resize: vertical;
  min-height: 104px;
}

.ru-local-page .contact-form input:focus,
.ru-local-page .contact-form select:focus,
.ru-local-page textarea:focus {
  outline: 2px solid rgba(51, 178, 124, .35);
  border-color: rgba(51, 178, 124, .75);
}

.ru-local-page .form-status {
  min-height: 22px;
}

.ru-mobile-sticky-cta { grid-template-columns: repeat(3, 1fr); }

.ru-mobile-sticky-cta a {
  pointer-events: auto;
}

.ru-local-page .footer-contacts span {
  display: block;
  color: rgba(255,255,255,.78);
  font-weight: 700;
}

@media (max-width: 1080px) {
  .ru-local-page .header-actions {
    gap: 12px;
  }

  .ru-local-page .ru-phone-text {
    display: none;
  }
}

@media (max-width: 680px) {
  .ru-local-page {
    padding-bottom: 72px;
  }

  .language-switch { order: -1; }

  .ru-local-page .header-actions {
    margin-left: auto;
  }

  .ru-trust-strip {
    gap: 8px;
  }

  .ru-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
    letter-spacing: -.05em;
  }

  .ru-trust-strip span {
    width: 100%;
    justify-content: center;
  }

  .ru-static-project-grid .project-photo {
    min-height: 280px;
  }
}
