/* City landing pages — shared (okna-pvh-v-*) */
html:has(body.city-page),
body.city-page {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

.city-page {
  --cy-ink: #152029;
  --cy-muted: #5d6b78;
  --cy-steel: #1f3a52;
  --cy-green: #19b27f;
  --cy-green-deep: #0f8f64;
  --cy-orange: #e07a1f;
  --cy-line: rgba(31, 58, 82, 0.1);
  --cy-soft: #eef5f1;
  --cy-cream: #f6f3ec;
  --cy-menu-h: 84px;
  font-family: Manrope, system-ui, sans-serif;
  color: var(--cy-ink);
  background: #f8faf8;
}

.city-page a { color: inherit; }

/* Nav floats over hero photo — same idea as homepage */
body.city-page[data-app-nav="1"] {
  padding-top: 0 !important;
}

body.city-page[data-app-nav="1"] .app-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
}

body.city-page.app-nav-scrolled[data-app-nav="1"] .app-bar {
  position: fixed;
  background: transparent;
}

body.city-page[data-app-nav="1"] main {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
}

/* —— Hero (full-bleed under menu) —— */
.city-hero {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: auto;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  box-sizing: border-box;
}

.city-hero__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

.city-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  transform: scale(1.04);
  animation: city-ken 18s ease-in-out infinite alternate;
}

.city-hero__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(105deg, rgba(12, 28, 40, 0.9) 0%, rgba(12, 28, 40, 0.72) 42%, rgba(12, 28, 40, 0.45) 72%, rgba(12, 28, 40, 0.35) 100%),
    linear-gradient(0deg, rgba(12, 28, 40, 0.35) 0%, transparent 40%);
}

.city-hero__glow {
  position: absolute;
  width: 36rem;
  height: 36rem;
  right: -10%;
  bottom: -28%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(25, 178, 127, 0.32), transparent 68%);
  animation: city-glow 7s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
}

.city-hero__inner {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: calc(var(--cy-menu-h) + 1.35rem) 1.15rem 2.35rem;
  display: grid;
  gap: 1.25rem;
  align-items: center;
  box-sizing: border-box;
}

@media (min-width: 960px) {
  .city-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 1.5rem 2rem;
    padding: calc(var(--cy-menu-h) + 1.5rem) 1.25rem 2.75rem;
    min-height: min(62vh, 600px);
  }
}

.city-hero__copy {
  position: relative;
  z-index: 2;
}

.city-hero__brand {
  margin: 0 0 0.55rem;
  font-size: clamp(0.95rem, 1.8vw, 1.15rem);
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  animation: city-rise 0.75s ease both;
}

.city-hero__brand span {
  color: var(--cy-green);
}

.city-hero h1 {
  margin: 0 0 0.65rem;
  max-width: 14ch;
  font-size: clamp(1.85rem, 4.6vw, 3.15rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  animation: city-rise 0.75s ease 0.06s both;
}

.city-hero__lead {
  margin: 0 0 1.15rem;
  max-width: 34rem;
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  line-height: 1.5;
  font-weight: 540;
  color: rgba(255, 255, 255, 0.88);
  animation: city-rise 0.75s ease 0.12s both;
}

.city-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  animation: city-rise 0.75s ease 0.18s both;
}

/* Floating window + benefit chips */
.city-hero__fx {
  position: relative;
  justify-self: center;
  width: min(100%, 420px);
  aspect-ratio: 1 / 1.02;
  max-height: 420px;
  pointer-events: none;
  animation: city-rise 0.8s ease 0.22s both;
}

.city-hero__illus {
  position: absolute;
  inset: 8% 10% 6% 8%;
  animation: city-float 5.5s ease-in-out infinite;
}

.city-hero__win {
  position: absolute;
  inset: 6% 10% 18% 10%;
  border-radius: 18px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.15)),
    linear-gradient(180deg, #9fd7ef 0%, #d8efe6 45%, #f3efe4 100%);
  border: 10px solid #1f3a52;
  box-shadow:
    0 22px 48px rgba(8, 18, 28, 0.35),
    inset 0 0 0 3px rgba(255, 255, 255, 0.25);
  overflow: hidden;
}

.city-hero__win::before,
.city-hero__win::after {
  content: "";
  position: absolute;
  background: #1f3a52;
  z-index: 2;
}

.city-hero__win::before {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 8px;
  transform: translateX(-50%);
}

.city-hero__win::after {
  top: 50%;
  left: 0;
  right: 0;
  height: 8px;
  transform: translateY(-50%);
}

.city-hero__sun {
  position: absolute;
  top: 12%;
  right: 14%;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffe7a8, #f0b429 70%);
  box-shadow: 0 0 24px rgba(240, 180, 41, 0.45);
  animation: city-pulse 3.2s ease-in-out infinite;
  z-index: 1;
}

.city-hero__cloud {
  position: absolute;
  top: 22%;
  left: 10%;
  width: 3.9rem;
  height: 1.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 1.1rem -0.5rem 0 0.08rem rgba(255, 255, 255, 0.8);
  animation: city-drift 7s ease-in-out infinite;
  z-index: 1;
}

.city-hero__sill {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 12%;
  height: 0.8rem;
  border-radius: 6px;
  background: linear-gradient(180deg, #2a4a63, #1f3a52);
  box-shadow: 0 10px 18px rgba(8, 18, 28, 0.25);
}

.city-hero__plant {
  position: absolute;
  right: 14%;
  bottom: 16%;
  width: 1.5rem;
  height: 2.2rem;
  background: linear-gradient(180deg, #2f9e6f, #1d7a54);
  border-radius: 60% 60% 40% 40%;
  transform: rotate(8deg);
  animation: city-sway 3.8s ease-in-out infinite;
  z-index: 3;
}

.city-hero__plant::before {
  content: "";
  position: absolute;
  left: -0.65rem;
  top: 0.3rem;
  width: 1.2rem;
  height: 1.8rem;
  background: linear-gradient(180deg, #39b883, #1f8a5c);
  border-radius: 60% 60% 40% 40%;
  transform: rotate(-28deg);
}

.city-hero__chip {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.05rem;
  padding: 0.5rem 0.8rem 0.45rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(28, 52, 72, 0.1);
  box-shadow: 0 14px 32px rgba(8, 18, 28, 0.22);
  color: var(--cy-ink);
  white-space: nowrap;
  animation: city-float 5.8s ease-in-out infinite;
  backdrop-filter: blur(6px);
}

.city-hero__chip em {
  font-style: normal;
  font-size: 0.92rem;
  font-weight: 850;
  letter-spacing: -0.02em;
  color: var(--cy-green-deep);
  line-height: 1.1;
}

.city-hero__chip span {
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--cy-muted);
}

.city-hero__chip--a {
  top: 2%;
  right: 2%;
  animation-delay: -0.6s;
}
.city-hero__chip--a em { color: var(--cy-orange); }

.city-hero__chip--b {
  top: 34%;
  right: 0;
  animation-delay: -2.1s;
  animation-duration: 6.6s;
}

.city-hero__chip--c {
  bottom: 24%;
  left: 0;
  animation-delay: -3.2s;
  animation-duration: 6.1s;
}

.city-hero__chip--d {
  bottom: 4%;
  right: 8%;
  animation-delay: -1.3s;
  animation-duration: 7s;
}

.city-hero__scroll { display: none; }

.city-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 2.85rem;
  padding: 0.7rem 1.15rem;
  border-radius: 12px;
  border: 0;
  font: inherit;
  font-weight: 780;
  font-size: 0.94rem;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.city-btn:hover { transform: translateY(-1px); filter: brightness(1.05); }

.city-btn--green {
  background: linear-gradient(135deg, var(--cy-green), var(--cy-green-deep));
  color: #fff;
  box-shadow: 0 12px 28px rgba(15, 143, 100, 0.35);
}

.city-btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(8px);
}

.city-btn--line {
  background: #fff;
  color: var(--cy-steel);
  border: 1px solid var(--cy-line);
}

.city-btn--orange {
  background: linear-gradient(135deg, #ef933d, var(--cy-orange));
  color: #fff;
}

@media (max-width: 959.98px) {
  .city-page {
    --cy-menu-h: 74px;
  }

  .city-hero__inner {
    padding: calc(var(--cy-menu-h) + 1rem) 1rem 1.75rem;
  }

  .city-hero__fx {
    width: min(100%, 320px);
    max-height: 300px;
    margin: 0.25rem auto 0;
  }

  .city-hero__chip {
    padding: 0.4rem 0.65rem 0.35rem;
    border-radius: 12px;
  }

  .city-hero__chip em { font-size: 0.8rem; }
  .city-hero__chip span { font-size: 0.62rem; }

  .city-hero__actions .city-btn {
    min-height: 2.65rem;
    padding: 0.55rem 0.95rem;
    font-size: 0.88rem;
  }
}

@media (max-width: 560px) {
  .city-hero__chip--b,
  .city-hero__chip--c {
    display: none;
  }
}

/* —— Sections shell —— */
.city-wrap {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 1.15rem;
}

.city-section {
  padding: 3.25rem 0;
}

.city-section--soft {
  background:
    radial-gradient(700px 280px at 0% 0%, rgba(25, 178, 127, 0.08), transparent 55%),
    linear-gradient(180deg, #f3f7f5, #f8faf8);
}

.city-kicker {
  margin: 0 0 0.4rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cy-green-deep);
}

.city-section h2 {
  margin: 0 0 0.7rem;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--cy-steel);
  line-height: 1.2;
}

.city-lead {
  margin: 0 0 1.4rem;
  max-width: 46rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--cy-muted);
  font-weight: 560;
}

/* —— Trust —— */
.city-trust {
  display: grid;
  gap: 0.75rem;
  margin-top: -1.75rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 720px) {
  .city-trust { grid-template-columns: repeat(4, 1fr); }
}

.city-trust__item {
  padding: 1rem 1.05rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--cy-line);
  box-shadow: 0 12px 28px rgba(21, 32, 41, 0.06);
}

.city-trust__item strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--cy-steel);
}

.city-trust__item span {
  font-size: 0.86rem;
  line-height: 1.4;
  color: var(--cy-muted);
  font-weight: 560;
}

/* —— Prices —— */
.city-prices {
  display: grid;
  gap: 1rem;
}

@media (min-width: 700px) {
  .city-prices { grid-template-columns: 1fr 1fr; }
}

@media (min-width: 1000px) {
  .city-prices { grid-template-columns: repeat(4, 1fr); }
}

.city-price {
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 1.15rem;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--cy-line);
  text-align: center;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.city-price:hover {
  transform: translateY(-4px);
  border-color: rgba(25, 178, 127, 0.35);
  box-shadow: 0 16px 32px rgba(21, 32, 41, 0.08);
}

.city-price__media {
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: 0.75rem;
  background: var(--cy-soft);
  border-radius: 14px;
  overflow: hidden;
}

.city-price__media img {
  width: 78%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
}

.city-price h3 {
  margin: 0 0 0.25rem;
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--cy-steel);
}

.city-price__size {
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  color: var(--cy-muted);
  font-weight: 650;
}

.city-price__meta {
  margin: 0 0 0.55rem;
  font-size: 0.84rem;
  color: var(--cy-muted);
  font-weight: 560;
}

.city-price__cost {
  margin: 0 0 0.9rem;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--cy-green-deep);
}

.city-price .city-btn { width: 100%; }

/* —— Steps / why —— */
.city-grid-2 {
  display: grid;
  gap: 1.5rem;
  align-items: start;
}

@media (min-width: 900px) {
  .city-grid-2 { grid-template-columns: 1.1fr 0.9fr; gap: 2rem; }
}

.city-steps {
  display: grid;
  gap: 0.75rem;
  margin: 1.1rem 0 0;
  counter-reset: city-step;
}

.city-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--cy-line);
}

.city-step::before {
  counter-increment: city-step;
  content: counter(city-step, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 10px;
  background: rgba(25, 178, 127, 0.12);
  color: var(--cy-green-deep);
  font-size: 0.78rem;
  font-weight: 800;
}

.city-step strong {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.98rem;
  color: var(--cy-steel);
}

.city-step span {
  font-size: 0.88rem;
  line-height: 1.45;
  color: var(--cy-muted);
  font-weight: 560;
}

.city-photo {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--cy-line);
  background: var(--cy-soft);
  min-height: 260px;
}

.city-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 280px;
}

/* —— SEO text —— */
.city-seo {
  display: grid;
  gap: 1rem;
}

.city-seo p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--cy-muted);
  font-weight: 560;
}

.city-seo strong { color: var(--cy-steel); font-weight: 750; }

.city-seo ul {
  margin: 0.25rem 0 0;
  padding-left: 1.15rem;
}

.city-seo li {
  margin: 0 0 0.4rem;
  color: var(--cy-muted);
  font-weight: 560;
  line-height: 1.5;
}

/* —— Services chips —— */
.city-services {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.city-services a {
  display: inline-flex;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--cy-line);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 720;
  color: var(--cy-steel);
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.city-services a:hover {
  border-color: rgba(25, 178, 127, 0.4);
  color: var(--cy-green-deep);
  background: var(--cy-soft);
}

/* —— Reviews carousel (Molodechno-style city block) —— */
.city-rev {
  position: relative;
  isolation: isolate;
  width: 100%;
  margin: 0;
  padding: 3rem 0 3.25rem;
  overflow: hidden;
  color: var(--cy-ink);
}

.city-rev__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 70% 55% at 12% 18%, rgba(25, 178, 127, 0.14), transparent 60%),
    radial-gradient(ellipse 55% 45% at 92% 78%, rgba(224, 122, 31, 0.1), transparent 58%),
    linear-gradient(180deg, #e8f1ec 0%, #f3f7f4 48%, #eef3f0 100%);
}

.city-rev__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
  background-image: radial-gradient(rgba(31, 58, 82, 0.14) 1.1px, transparent 1.2px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 88%);
}

.city-rev__layout {
  display: grid;
  gap: 1.75rem;
  align-items: start;
}

@media (min-width: 980px) {
  .city-rev__layout {
    grid-template-columns: minmax(240px, 0.78fr) minmax(0, 1.22fr);
    gap: 2rem 2.25rem;
    align-items: center;
  }
}

.city-rev__aside .city-kicker {
  margin-bottom: 0.45rem;
}

.city-rev__aside h2 {
  margin: 0 0 0.65rem;
  font-size: clamp(1.55rem, 2.8vw, 2.15rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.city-rev__lead {
  margin: 0 0 1.15rem;
  color: var(--cy-muted);
  font-weight: 540;
  line-height: 1.5;
  max-width: 28rem;
}

.city-rev__score {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(31, 58, 82, 0.08);
  box-shadow: 0 10px 28px rgba(21, 32, 41, 0.06);
}

.city-rev__score strong {
  font-size: 2.35rem;
  font-weight: 850;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--cy-green-deep);
}

.city-rev__score > div {
  display: grid;
  gap: 0.15rem;
}

.city-rev__score > div > span:last-child {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--cy-muted);
}

.city-rev__stars {
  color: #e0a21a;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  line-height: 1;
}

.city-rev__pins {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  margin: 0 0 1.15rem;
  padding: 0;
}

.city-rev__pins li {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 750;
  color: var(--cy-steel);
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(31, 58, 82, 0.1);
}

.city-rev__carousel {
  min-width: 0;
}

.city-rev__viewport {
  overflow: hidden;
  margin: 0 -0.15rem;
  padding: 0.35rem 0.15rem 0.85rem;
  mask-image: linear-gradient(90deg, #000 0%, #000 88%, transparent 100%);
}

@media (max-width: 719.98px) {
  .city-rev__viewport {
    mask-image: none;
  }
}

.city-rev__track {
  display: flex;
  gap: 1rem;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.city-rev__card {
  position: relative;
  flex: 0 0 min(100%, 420px);
  min-width: 0;
  padding: 1.35rem 1.25rem 1.25rem;
  border-radius: 20px;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9)),
    #fff;
  border: 1px solid rgba(31, 58, 82, 0.08);
  box-shadow:
    0 18px 40px rgba(21, 32, 41, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.8) inset;
  overflow: hidden;
}

@media (min-width: 720px) {
  .city-rev__card {
    flex-basis: min(78%, 440px);
  }
}

.city-rev__quote {
  position: absolute;
  top: -0.35rem;
  right: 0.85rem;
  font-size: 5.5rem;
  font-weight: 800;
  line-height: 1;
  color: rgba(25, 178, 127, 0.14);
  pointer-events: none;
  user-select: none;
}

.city-rev__card-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.65rem 0.75rem;
  align-items: center;
  margin-bottom: 0.7rem;
}

.city-rev__ava {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 850;
  color: #fff;
  background: linear-gradient(145deg, #1f3a52, #2d5675);
  letter-spacing: 0.02em;
}

.city-rev__card-top strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.city-rev__place {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.12rem;
  font-size: 0.76rem;
  font-weight: 720;
  color: var(--cy-green-deep);
}

.city-rev__place::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--cy-orange);
  box-shadow: 0 0 0 3px rgba(224, 122, 31, 0.18);
}

.city-rev__badge {
  justify-self: end;
  align-self: start;
  padding: 0.28rem 0.55rem;
  border-radius: 8px;
  font-size: 0.68rem;
  font-weight: 780;
  color: var(--cy-steel);
  background: var(--cy-soft);
  border: 1px solid rgba(25, 178, 127, 0.18);
  white-space: nowrap;
}

.city-rev__card .city-rev__stars {
  margin-bottom: 0.55rem;
  font-size: 0.88rem;
}

.city-rev__card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  font-weight: 540;
  color: #2a3a46;
}

.city-rev__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.15rem;
}

.city-rev__arrows {
  display: flex;
  gap: 0.45rem;
}

.city-rev__arrow {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 12px;
  border: 1px solid rgba(31, 58, 82, 0.12);
  background: #fff;
  color: var(--cy-steel);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.city-rev__arrow svg {
  width: 1.15rem;
  height: 1.15rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.city-rev__arrow:hover {
  transform: translateY(-1px);
  border-color: rgba(25, 178, 127, 0.45);
  background: var(--cy-soft);
}

.city-rev__dots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: flex-end;
}

.city-rev__dot {
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  border: 0;
  padding: 0;
  background: rgba(31, 58, 82, 0.2);
  cursor: pointer;
  transition: width 0.25s ease, background 0.25s ease;
}

.city-rev__dot.is-active {
  width: 1.35rem;
  background: var(--cy-green);
}

@media (max-width: 560px) {
  .city-rev {
    padding: 2.35rem 0 2.5rem;
  }

  .city-rev__card-top {
    grid-template-columns: auto 1fr;
  }

  .city-rev__badge {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .city-rev__card {
    padding: 1.15rem 1rem 1.05rem;
  }
}

/* —— CTA band —— */
.city-cta {
  margin: 0.5rem 0 3rem;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(120deg, rgba(15, 40, 55, 0.92), rgba(15, 40, 55, 0.72)),
    url(/wp-content/uploads/2022/03/okna-pvh-v-Minske.jpg) center / cover no-repeat;
  color: #fff;
  padding: 2rem 1.25rem;
}

.city-cta__inner {
  max-width: 1380px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

@media (min-width: 800px) {
  .city-cta__inner {
    grid-template-columns: 1.3fr auto;
    align-items: center;
  }
}

.city-cta h2 {
  margin: 0 0 0.45rem;
  color: #fff;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
}

.city-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 540;
  line-height: 1.5;
  max-width: 36rem;
}

.city-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

/* —— Reveal on scroll —— */
.city-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.city-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

@keyframes city-ken {
  from { transform: scale(1.04) translate3d(0, 0, 0); }
  to { transform: scale(1.1) translate3d(-1%, -0.6%, 0); }
}

@keyframes city-glow {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes city-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes city-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -10px, 0); }
}

@keyframes city-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.08); opacity: 0.92; }
}

@keyframes city-drift {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(12px); }
}

@keyframes city-sway {
  0%, 100% { transform: rotate(8deg); }
  50% { transform: rotate(14deg); }
}

@keyframes city-scroll {
  0% { opacity: 1; transform: translateY(0); }
  70% { opacity: 0; transform: translateY(10px); }
  100% { opacity: 0; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .city-hero__media img,
  .city-hero__glow,
  .city-hero__brand,
  .city-hero h1,
  .city-hero__lead,
  .city-hero__actions,
  .city-hero__fx,
  .city-hero__illus,
  .city-hero__chip,
  .city-hero__sun,
  .city-hero__cloud,
  .city-hero__plant,
  .city-reveal,
  .city-price,
  .city-btn {
    animation: none !important;
    transition: none !important;
  }

  .city-hero__media img { transform: none; }
  .city-reveal { opacity: 1; transform: none; }
}
