/* Лидогенерация — page-specific over home-clean.css */
@font-face {
  font-family: "Montserrat";
  src: url("../m-files.cdn1.cc/web/user/fonts/montserrat/montserrat_normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Montserrat";
  src: url("../m-files.cdn1.cc/web/user/fonts/montserrat/montserrat_bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: optional;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.lido-page .rk-section { padding: 48px 0; }
.lido-page .rk-h2 {
  margin: 0 0 28px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  color: #7f3ff2;
}
.lido-page .rk-breadcrumbs {
  width: min(100% - var(--rk-gutter) * 2, var(--rk-container));
  margin: 12px auto 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #6b6b6b;
}
.lido-page .rk-breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lido-page .rk-breadcrumbs li {
  display: inline-flex;
  align-items: center;
}
.lido-page .rk-breadcrumbs li:not(:last-child)::after {
  content: "→";
  margin: 0 8px;
  color: #b0b0b0;
}
.lido-page .rk-breadcrumbs a {
  color: #5a5a5a;
  text-decoration: none;
}
.lido-page .rk-breadcrumbs a:hover,
.lido-page .rk-breadcrumbs a:focus-visible {
  color: #9867f3;
  outline: none;
}
.lido-page .rk-breadcrumbs [aria-current="page"] {
  color: #3a3a3a;
  font-weight: 600;
}

/* —— Hero —— */
.lido-hero {
  padding: 20px 0 36px;
  background:
    radial-gradient(circle at 85% 20%, rgba(127, 63, 242, 0.12), transparent 42%),
    linear-gradient(180deg, #f7f5ff 0%, #fff 70%);
}
.lido-hero__grid {
  display: grid;
  gap: 28px;
  align-items: center;
}
.lido-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  padding: 8px 14px 8px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #ebe4ff;
  box-shadow: 0 8px 20px rgba(127, 63, 242, 0.08);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  color: #4a3a6a;
}
.lido-hero__eyebrow img {
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}
.lido-hero__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 4.2vw, 48px);
  font-weight: 700;
  line-height: 1.12;
  color: #7f3ff2;
}
.lido-hero__sub {
  margin: 0 0 22px;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.5;
  color: #2f2f2f;
  max-width: 36ch;
  font-weight: 500;
}
.lido-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}
.lido-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 12px;
  border: 2px solid transparent;
  font: inherit;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.lido-btn:focus-visible {
  outline: 3px solid #9867f3;
  outline-offset: 2px;
}
.lido-btn--primary {
  background: #7f3ff2;
  color: #fff;
}
.lido-btn--primary:hover { background: #6d2fe0; color: #fff; }
.lido-btn--ghost {
  background: #fff;
  color: #2f5bff;
  border-color: #2f5bff;
}
.lido-btn--ghost:hover { background: #f3f6ff; color: #2f5bff; }
.lido-btn--light {
  background: #fff;
  color: #7f3ff2;
}
.lido-btn--light:hover { background: #f7f5ff; color: #7f3ff2; }
.lido-btn__arrow { display: inline-block; transition: transform 0.2s ease; }
.lido-btn--primary:hover .lido-btn__arrow { transform: translateX(3px); }

.lido-trust {
  display: grid;
  gap: 12px;
}
.lido-trust__item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.lido-trust__item img {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
}

.lido-hero__visual {
  margin: 0;
}
.lido-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

/* —— Stats strip —— */
.lido-stats {
  padding: 8px 0 40px;
}
.lido-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.lido-stat {
  padding: 18px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #ece8f8;
  box-shadow: 0 10px 28px rgba(50, 30, 90, 0.06);
  text-align: center;
}
.lido-stat__value {
  margin: 0 0 4px;
  font-size: clamp(26px, 3.4vw, 34px);
  font-weight: 700;
  line-height: 1.1;
  color: #7f3ff2;
}
.lido-stat__label {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.35;
  color: #3a3a3a;
  font-weight: 600;
}
.lido-stat__delta {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  color: #6b6b6b;
}
.lido-stat__delta--up { color: #0e7a09; }
.lido-stat__delta--down { color: #0e7a09; }

/* —— Service cards —— */
.lido-services { padding-top: 12px; }
.lido-services__list {
  display: grid;
  gap: 18px;
}
.lido-scard {
  display: grid;
  gap: 18px;
  align-items: center;
  padding: 22px 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #ece8f8;
  box-shadow: 0 12px 32px rgba(50, 30, 90, 0.06);
}
.lido-scard__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.lido-scard__head img {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
}
.lido-scard__head h3 {
  margin: 0;
  font-size: clamp(20px, 2.4vw, 26px);
  line-height: 1.25;
  color: #2a2a2a;
}
.lido-scard__body > p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.55;
  color: #4a4a4a;
}
.lido-scard__body ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.lido-scard__body li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.45;
  color: #333;
}
.lido-scard__body li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #7f3ff2;
  font-weight: 700;
}
.lido-scard__visual {
  margin: 0;
  display: flex;
  justify-content: center;
}
.lido-scard__visual img {
  width: min(220px, 70%);
  height: auto;
}

/* —— Process —— */
.lido-process {
  background: #f8f6ff;
}
.lido-process__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.lido-step {
  position: relative;
  padding: 20px 16px 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #ece8f8;
  text-align: center;
  box-shadow: 0 8px 22px rgba(50, 30, 90, 0.05);
}
.lido-step img {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
}
.lido-step__num {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #7f3ff2;
}
.lido-step h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.3;
  color: #2a2a2a;
}
.lido-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

/* —— Sources —— */
.lido-sources__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.lido-src {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 18px 12px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #ece8f8;
  text-align: center;
  box-shadow: 0 8px 20px rgba(50, 30, 90, 0.04);
}
.lido-src img {
  width: 64px;
  height: 64px;
}
.lido-src h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
  color: #2a2a2a;
}
.lido-src p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #666;
}

.lido-note {
  max-width: 72ch;
  margin: 22px auto 0;
  font-size: 14px;
  line-height: 1.55;
  color: #5a5a5a;
  text-align: center;
}
.lido-note a { color: #5a35d6; }

/* —— Mid CTA —— */
.lido-cta {
  padding: 12px 0 48px;
}
.lido-cta__inner {
  padding: 28px 22px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 40%),
    linear-gradient(135deg, #7f3ff2 0%, #5a35d6 55%, #2f5bff 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(90, 53, 214, 0.28);
}
.lido-cta__title {
  margin: 0 0 10px;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.25;
  color: #fff;
}
.lido-cta__lead {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  max-width: 42ch;
}
.lido-cta__points {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}
.lido-cta__points li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.45;
}
.lido-cta__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: 700;
}
.lido-cta .lido-btn--primary {
  background: #fff;
  color: #7f3ff2;
}
.lido-cta .lido-btn--primary:hover {
  background: #f7f5ff;
  color: #6d2fe0;
}

/* —— Bottom CTA band —— */
.lido-cta-band {
  padding: 40px 0 48px;
  background: linear-gradient(135deg, #7f3ff2 0%, #5a35d6 100%);
  color: #fff;
  text-align: center;
}
.lido-cta-band h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.25;
  color: #fff;
}
.lido-cta-band p {
  margin: 0 auto 18px;
  max-width: 48ch;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

/* —— Local / geo —— */
/* City photo + local copy — same BEM as hubs / AEO / dizayn geo */
.lido-page .rk-astana-regional {
  padding: 40px 0 48px;
  background: #fff;
}

.lido-page .rk-astana-regional__inner {
  display: grid;
  gap: 24px;
  align-items: center;
}

.lido-page .rk-astana-regional__media {
  margin: 0;
  border-radius: 20px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  align-self: center;
}

.lido-page .rk-astana-regional__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  max-height: 380px;
  object-fit: cover;
  object-position: center;
  background: transparent;
}

.lido-page .rk-astana-regional__copy .rk-h2 {
  margin: 0 0 16px;
  text-align: left;
  font-family: var(--rk-font-head, inherit);
  font-size: clamp(22px, 2.8vw, 30px);
  font-weight: 700;
  line-height: 1.25;
  color: #1e1e1e;
}

.lido-page .rk-astana-regional__text p {
  margin: 0 0 12px;
  color: #4b4b4b;
  font-family: var(--rk-font-head, inherit);
  font-size: 15px;
  line-height: 1.55;
}

.lido-page .rk-astana-regional__note {
  margin: 16px 0 0 !important;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e4e8f4;
  background: #f7f8ff;
  color: #333 !important;
}

@media (min-width: 900px) {
  .lido-page .rk-astana-regional__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 36px;
    align-items: center;
  }

  .lido-page .rk-astana-regional__media img {
    max-height: 380px;
  }
}

@media (max-width: 899px) {
  .lido-page .rk-astana-regional__media {
    max-width: 520px;
    margin-inline: auto;
  }

  .lido-page .rk-astana-regional__media img {
    max-height: 240px;
  }
}

.lido-local__lead {
  max-width: 72ch;
  margin: 0 auto 24px;
  font-size: 16px;
  line-height: 1.65;
  color: #3a3a3a;
  text-align: center;
}
.lido-local__grid {
  display: grid;
  gap: 14px;
}
.lido-local__card {
  background: #fff;
  border: 1px solid #ece8f8;
  border-radius: 16px;
  padding: 18px 18px 16px;
  box-shadow: 0 8px 22px rgba(50, 30, 90, 0.05);
}
.lido-local__card h3 {
  margin: 0 0 8px;
  font-size: 17px;
  line-height: 1.3;
  color: #2a2a2a;
}
.lido-local__card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #4a4a4a;
}

/* —— Cities —— */
.lido-page .rk-cities {
  margin: 0;
  padding: 48px 0 56px;
}
.lido-page .rk-cities__title {
  margin: 0 0 12px;
  text-align: center;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  line-height: 1.25;
  color: #1e1e1e;
}
.lido-page .rk-cities__lead {
  margin: 0 auto 28px;
  max-width: 70ch;
  text-align: center;
  font-size: 15px;
  line-height: 1.6;
  color: #4a4a4a;
}
.lido-page .rk-cities__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.lido-page .rk-cities__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 14px;
  background: #7f3ff2;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(127, 63, 242, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lido-page .rk-cities__card:hover,
.lido-page .rk-cities__card:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(127, 63, 242, 0.26);
  color: #fff;
  outline: none;
}
.lido-page .rk-cities__card:focus-visible {
  outline: 3px solid #9867f3;
  outline-offset: 3px;
}
.lido-page .rk-cities__photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #ebe4ff;
}
.lido-page .rk-cities__label {
  padding: 12px 10px 14px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
}

/* —— Related —— */
.lido-related__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.lido-related__grid a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #ece8f8;
  color: #3a3a3a;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.lido-related__grid a:hover,
.lido-related__grid a:focus-visible {
  border-color: #cbb6ff;
  color: #5a35d6;
  outline: none;
}

/* —— FAQ tweaks —— */
.lido-page .rk-faq details {
  border: 1px solid #ece8f8;
  border-radius: 14px;
  background: #fff;
  margin-bottom: 10px;
  padding: 4px 14px;
}
.lido-page .rk-faq summary {
  cursor: pointer;
  list-style: none;
  padding: 12px 0;
}
.lido-page .rk-faq summary::-webkit-details-marker { display: none; }
.lido-page .rk-faq__q {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  color: #2a2a2a;
}
.lido-page .rk-faq__a {
  padding: 0 0 14px;
  font-size: 15px;
  line-height: 1.55;
  color: #4a4a4a;
}

@media (min-width: 640px) {
  .lido-stats__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lido-sources__row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lido-related__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lido-page .rk-cities__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .lido-local__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (min-width: 900px) {
  .lido-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 40px;
  }
  .lido-trust {
    grid-template-columns: 1fr;
  }
  .lido-stats__grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
  .lido-scard {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    padding: 28px 32px;
  }
  .lido-scard:nth-child(even) .lido-scard__visual { order: -1; }
  .lido-process__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .lido-sources__row { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .lido-cta__inner { padding: 40px 48px; }
  .lido-related__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 1100px) {
  .lido-page .rk-cities__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
  }
  .lido-page .rk-cities__label { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .lido-btn,
  .lido-btn__arrow,
  .lido-page .rk-cities__card {
    transition: none;
  }
  .lido-page .rk-cities__card:hover {
    transform: none;
  }
}
