
/* Bankrot102 Micros — extracted from original markup + WP helpers */
:root {
  --b102-navy: #1C2337;
  --b102-ink: #232C43;
  --b102-muted: #5F6980;
  --b102-orange: #F07E26;
  --b102-orange-2: #EE7318;
  --b102-cream: #FBFAF8;
  --b102-bg: #EFF0F2;
}
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
img.b102-logo {
  height: 46px !important;
  width: auto !important;
  max-width: none !important;
  max-height: 46px !important;
  display: block;
}
.b102-header-top {
  max-width: 1240px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: nowrap;
}
.b102-header-logo {
  flex: 0 0 auto;
  align-self: center;
}
.b102-header-top__right {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
  flex: 0 0 auto;
  flex-wrap: nowrap;
}
.b102-header-soc {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
}
.b102-header-soc img {
  width: 34px !important;
  height: 34px !important;
  max-width: none !important;
  display: block;
}
.b102-header-phone,
.b102-header-addr,
.b102-header-cta {
  flex: 0 0 auto;
}
.b102-call-link {
  text-decoration: none;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 300;
  color: #8C97B0;
  border: 0;
  border-bottom: 1px dashed #5B667E;
  outline: none;
  box-shadow: none;
}
.b102-call-link:hover,
.b102-call-link:focus,
.b102-call-link:focus-visible {
  color: #F0A868;
  border: 0;
  border-bottom: 1px dashed #F0A868;
  outline: none;
  box-shadow: none;
}
.b102-header-nav {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 400;
}
.b102-ico {
  display: block;
  flex: none;
}
.b102-ico-caret {
  width: 13px;
  height: 13px;
  color: #F07E26;
  transition: transform .2s ease;
}
.b102-nav-drop[open] .b102-ico-caret {
  transform: rotate(180deg);
}
.b102-cta-ico {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.b102-cta-ico .b102-ico {
  width: 14px;
  height: 14px;
}
.b102-nav-btn .b102-ico {
  width: 18px;
  height: 18px;
}
@media (max-width: 1360px) {
  .b102-header-top { gap: 16px; padding: 16px 20px; }
  .b102-header-top__right { gap: 16px; }
  .b102-header-cta { padding: 12px 16px !important; font-size: 13px !important; }
}
@media (max-width: 1180px) {
  img.b102-logo { height: 38px !important; max-height: 38px !important; }
  .b102-header-top { gap: 12px; padding: 14px 16px; }
  .b102-header-top__right { gap: 12px; }
  .b102-header-soc { gap: 6px; }
  .b102-header-phone a:first-child { font-size: 15px !important; }
  .b102-header-addr > span:first-child { font-size: 13px !important; }
}
button, summary { font-family: inherit; }
a { color: inherit; }
.b102-wrap { font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif; color: #232C43; background: #EFF0F2; -webkit-font-smoothing: antialiased; }
.b102-wrap button,
.b102-wrap input,
.b102-wrap textarea,
.b102-wrap select { font-family: 'Inter', system-ui, sans-serif; }
.b102-wrap h1,
.b102-wrap h2,
.b102-wrap h3 { font-family: 'Montserrat', 'Inter', system-ui, sans-serif; }
[style-hover]:hover, [data-hover]:hover { }
details.b102-menu[open] > summary { color: #F0A868; }

/* Hover approximations for original style-hover attributes */
.b102-btn-orange:hover { filter: brightness(1.07); }
.b102-icon-btn:hover { filter: brightness(1.1); }
.b102-icon-btn img { width: 22px !important; height: 22px !important; object-fit: contain; display: block; }
.b102-icon-btn img.b102-max-ico { width: 100% !important; height: 100% !important; object-fit: cover; }
.b102-soc-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 14px;
}
.b102-soc-lg {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
}
.b102-soc-lg-svg { display: flex; transform: scale(1.45); }
.b102-soc-lg img { width: 28px; height: 28px; object-fit: contain; display: block; }
.b102-soc-lg img.b102-max-ico { width: 100%; height: 100%; object-fit: cover; }
.b102-max-chip {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.b102-max-chip img { width: 100%; height: 100%; object-fit: cover; display: block; }
.b102-card:hover { border-color: #F0A868; box-shadow: 0 12px 32px rgba(240, 126, 38, 0.1); }
.b102-link:hover { color: #B65409; }
.nav-desk a:hover { color: #F0A868; }

.quiz-opt { cursor: pointer; transition: border-color .15s ease, background .15s ease; }
.quiz-opt.is-on { border-color: rgba(240, 126, 38, 0.6) !important; background: rgba(240, 126, 38, 0.08) !important; }
.quiz-opt.is-on .quiz-radio { border: 5px solid #F07E26 !important; }
.quiz-hidden { display: none !important; }
.form-success { display: none; }
.form-success.is-on { display: block; }
.lead-form.is-sent { display: none; }
.b102-map iframe { width: 100%; height: 420px; border: 0; border-radius: 18px; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }


    html { scroll-behavior: smooth; }
    body { margin: 0; background: #1C2337; font-family: 'Inter', system-ui, sans-serif; }
    body.b102-body p,
    body.b102-body label,
    body.b102-body span,
    body.b102-body li,
    body.b102-body a {
      font-family: 'Inter', system-ui, sans-serif;
    }
    body.b102-body h1,
    body.b102-body h2,
    body.b102-body h3 {
      font-family: 'Montserrat', 'Inter', system-ui, sans-serif;
    }
    details > summary { list-style: none; }
    details > summary::-webkit-details-marker { display: none; }
    details[open] .faq-chev { transform: rotate(45deg); }
    #faq h3 {
      font-family: 'Inter', sans-serif !important;
      font-size: 16px !important;
      font-weight: 500 !important;
      line-height: 1.4 !important;
      margin: 0 !important;
      letter-spacing: 0 !important;
      color: #232C43;
    }
    #faq .faq-answer,
    #faq .faq-answer p {
      font-family: 'Inter', sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.7;
      color: #414A5E;
      margin: 0;
    }
    @keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
    [data-reveal] { opacity: 0; }
    [data-reveal].on { animation: rise 0.45s cubic-bezier(0.22, 0.61, 0.36, 1) both; }
    @media (prefers-reduced-motion: reduce) { [data-reveal] { opacity: 1; } [data-reveal].on { animation: none; } }
    @media print { [data-reveal] { opacity: 1 !important; animation: none !important; } }
    .mob-only { display: none !important; }
    .mob-cta { display: none !important; }
    .seo-more { display: none; }
    .carousel::-webkit-scrollbar { display: none; }
    .tv-track { display: flex; gap: 20px; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
    .tv-track::-webkit-scrollbar { display: none; }
    .tv-slide { flex: 0 0 calc((100% - 40px) / 3); scroll-snap-align: start; box-sizing: border-box; }
    .lawyer-track { display: flex; gap: 20px; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
    .lawyer-track::-webkit-scrollbar { display: none; }
    .lawyer-slide { flex: 0 0 calc((100% - 60px) / 4); scroll-snap-align: start; box-sizing: border-box; }
    .lawyer-card { position: relative; display: block; aspect-ratio: 9 / 15; border-radius: 18px; overflow: hidden; background: #232C43; color: #fff; cursor: pointer; transform: translateZ(0); text-decoration: none; }
    .lawyer-card.is-playing { cursor: default; }
    .b102-play-card { position: relative; cursor: pointer; overflow: hidden; }
    .b102-play-card.is-playing { cursor: default; }
    .b102-play-card.is-playing .b102-play-ui { display: none !important; }
    .lawyer-media { position: absolute; inset: 0; z-index: 0; }
    .lawyer-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; border: 0; }
    .lawyer-player { position: absolute !important; inset: 0 !important; width: 100% !important; height: 100% !important; max-width: none !important; max-height: none !important; display: block; border: 0; object-fit: contain; object-position: center; background: #161d2e; z-index: 5; transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); }
    .lawyer-play { position: absolute; inset: 0; margin: auto; width: 52px; height: 52px; border-radius: 50%; border: 0; padding: 0; background: rgba(240,126,38,.95); color: #fff; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px rgba(0,0,0,.3); cursor: pointer; z-index: 3; appearance: none; -webkit-appearance: none; }
    .lawyer-play:hover { filter: brightness(1.06); }
    .lawyer-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(20,26,42,0) 45%, rgba(20,26,42,.85) 100%); pointer-events: none; z-index: 1; }
    .lawyer-caption { position: absolute; left: 22px; right: 22px; bottom: 20px; color: #fff; z-index: 2; pointer-events: none; }
    .lawyer-name { font-weight: 600; font-size: 15px; }
    .lawyer-meta { font-size: 12px; font-weight: 300; color: #C3CBDA; margin-top: 4px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
    .lawyer-card.is-playing .lawyer-play,
    .lawyer-card.is-playing .lawyer-poster,
    .lawyer-card.is-playing .lawyer-shade,
    .lawyer-card.is-playing .lawyer-caption { display: none; }
    .lead-clamp { max-height: 53px; overflow: hidden; transition: max-height .55s cubic-bezier(.22,.61,.36,1); -webkit-mask-image: linear-gradient(180deg, #000 46%, rgba(0,0,0,0.12) 100%); mask-image: linear-gradient(180deg, #000 46%, rgba(0,0,0,0.12) 100%); }
    .lead-open .lead-clamp { max-height: 460px; -webkit-mask-image: none; mask-image: none; }
    .lead-open .cost-chev { transform: rotate(180deg); }
    .seo-topic + .seo-topic { margin-top: 44px; padding-top: 44px; border-top: 1px solid #EAEBE7; }
    @media (max-width: 900px) { .seo-card { padding: 30px 24px !important; } }
    @media (max-width: 900px) { .tv-track { scroll-snap-type: x mandatory; } .tv-slide { flex: 0 0 78%; } }

    /* ===== АДАПТИВ: ПЛАНШЕТ И МОБАЙЛ. ДЕСКТОП (≥1025px) НЕ ЗАТРАГИВАЕТСЯ ===== */
    @media (max-width: 1024px) {
      .desk-only { display: none !important; }
      .mob-only { display: flex !important; }
      img { max-width: 100%; }
      .wm { font-size: 104px !important; }
    }
    /* --- ПЛАНШЕТ 701–1024 --- */
    @media (min-width: 701px) and (max-width: 1024px) {
      .mob-row1 { padding: 12px 28px 10px !important; }
      .mob-row2 { padding: 0 28px 13px !important; }
      .sec-pad { padding-top: 60px !important; padding-bottom: 64px !important; padding-left: 28px !important; padding-right: 28px !important; }
      .hero-grid { grid-template-columns: 1.08fr 0.92fr !important; gap: 24px !important; min-height: 0 !important; padding-left: 28px !important; padding-right: 28px !important; }
      .hero-copy { padding: 40px 0 44px !important; }
      .hero-img-wrap { min-height: 430px !important; }
      .hero-img-wrap img { transform: none !important; }
      .hero-title { font-size: 34px !important; }
      .carousel { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 18px !important; overflow: visible !important; }
      .carousel > * { min-width: 0 !important; max-width: none !important; }
      .carousel-sm { grid-template-columns: 1fr 1fr 1fr !important; }
      .carousel-sm > * { min-width: 0 !important; max-width: none !important; }
      .sec-pad.split-2 { grid-template-columns: 1fr !important; gap: 32px !important; }
      .split-2 { gap: 18px !important; }
      .contact-grid { grid-template-columns: 1fr 1fr !important; }
      .b102-soc-row { gap: 10px; }
      .b102-soc-lg { width: 52px; height: 52px; border-radius: 14px; }
      .b102-soc-lg-svg { transform: scale(1.25); }
      .office-grid { grid-template-columns: 1.35fr 1fr !important; grid-template-rows: repeat(2, 200px) !important; gap: 16px !important; }
      .office-grid > :first-child { grid-row: span 2 !important; }
      .posts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
      .art-grid { grid-template-columns: 1fr !important; gap: 28px !important; }
      .cases-grid, .reviews-grid, .carousel-sm { grid-template-columns: 1fr 1fr !important; }
      .lawyer-slide { flex: 0 0 calc((100% - 20px) / 2); }
      .bento { grid-template-columns: 1fr 1fr !important; }
      .bento > * { grid-column: auto !important; grid-row: auto !important; }
      .steps-split { grid-template-columns: 1fr !important; }
      .steps-grid { grid-template-columns: 1fr 1fr !important; }
      .footer-grid { grid-template-columns: 1fr 1fr !important; gap: 32px !important; }
      .tv-slide { flex: 0 0 calc((100% - 20px) / 2) !important; }
      .consult-photos { min-height: 200px !important; }
    }
    /* --- МОБАЙЛ ≤700 --- */
    @media (max-width: 700px) {
      /* шапка и нижняя панель */
      .mob-only details > .mob-menu { top: 131px !important; max-height: calc(100vh - 147px) !important; overflow-y: auto !important; }
      .mob-row1 > details { flex: none !important; }
      .mob-row1 { gap: 9px !important; padding: 10px 14px 8px !important; }
      .mob-logo { height: 26px !important; }
      .mob-addr { padding: 0 2px !important; overflow: hidden !important; }
      .mob-addr-txt { font-size: clamp(9.4px, 2.8vw, 12.5px) !important; letter-spacing: -0.1px !important; }
      .mob-bar { display: none !important; }

      /* ритм и типографика */
      .sec-pad { padding-top: 60px !important; padding-bottom: 64px !important; padding-left: 22px !important; padding-right: 22px !important; }
      .footer-inner { padding-left: 22px !important; padding-right: 22px !important; }
      h1 br, h2 br, p br { display: none !important; }
      h2 { text-wrap: pretty; }
      .wm { font-size: 46px !important; }

      /* ХИРО — ровно один экран */
      .hero-grid { display: flex !important; flex-direction: column !important; grid-template-columns: none !important; gap: 0 !important; padding: 0 22px !important; min-height: calc(100vh - 125px) !important; min-height: calc(100svh - 125px) !important; }
      .hero-grid--page { min-height: 0 !important; padding-top: 28px !important; }
      .hero-grid--page .hero-img-wrap { flex: none !important; min-height: 280px !important; }
      .hero-copy { padding: 22px 0 0 !important; display: flex !important; flex-direction: column !important; }
      .hero-badges { gap: 8px !important; margin-bottom: 16px !important; }
      .hero-badges > span { font-size: 11.5px !important; padding: 7px 13px !important; }
      .hero-copy > h1:not(.hero-title) { font-size: 13.5px !important; margin: 0 0 6px !important; }
      .hero-title { font-size: 33px !important; line-height: 1.14 !important; letter-spacing: -0.7px !important; margin: 0 0 14px !important; }
      .hero-sub { font-size: 13.5px !important; line-height: 1.6 !important; margin: 0 0 20px !important; display: -webkit-box !important; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
      .hero-grid--page .hero-sub { display: block !important; -webkit-line-clamp: unset; overflow: visible !important; }
      .hero-cta { gap: 12px !important; margin-bottom: 18px !important; }
      .hero-cta > a { flex: 1 1 100% !important; text-align: center !important; padding: 17px 20px !important; font-size: 15.5px !important; }
      .hero-rass { flex-direction: row !important; align-items: baseline !important; justify-content: space-between !important; gap: 10px !important; width: 100% !important; flex-wrap: nowrap !important; }
      .hero-rass > span:first-child { min-width: 0; }
      .hero-rass > span:first-child { font-size: 11.5px !important; line-height: 1.35 !important; }
      .hero-rass > span:last-child { font-size: 15px !important; }
      .hero-rate-label { display: none !important; }
      .hero-rates { gap: 9px !important; }
      .rate-card { padding: 12px 9px !important; gap: 7px !important; border-radius: 14px !important; }
      .rate-ico { width: 26px !important; height: 26px !important; border-radius: 8px !important; font-size: 13px !important; }
      .rate-ico svg { width: 15px !important; height: 15px !important; }
      .rate-txt { font-size: 9.5px !important; line-height: 1.4 !important; }
      .rate-txt b { font-size: 12.5px !important; }
      .rate-stars { font-size: 0 !important; }
      .rate-stars::before { content: "★"; font-size: 11px; color: #FFB800; }
      .hero-rates .rate-cnt { display: none !important; }
      .hero-img-wrap { flex: 1 1 auto !important; min-height: 148px !important; margin: 14px -22px 0 !important; overflow: hidden !important; }
      .hero-img-wrap > div:first-child { width: 240px !important; height: 240px !important; bottom: 0 !important; }
      .hero-img-wrap img { position: absolute !important; left: 0 !important; right: 0 !important; top: 0 !important; bottom: 0 !important; width: 100% !important; height: 100% !important; max-width: none !important; margin: 0 !important; object-fit: cover !important; object-position: 50% 0% !important; transform: none !important; filter: drop-shadow(0 10px 22px rgba(10, 15, 28, 0.4)) !important; }
      .hero-names { left: 14px !important; right: 14px !important; bottom: 12px !important; gap: 8px !important; }
      .hero-names > div { padding: 8px 11px !important; font-size: 10.5px !important; line-height: 1.45 !important; border-radius: 10px !important; }

      /* сетки в одну колонку */
      .split-2, .steps-split, .steps-grid, .footer-grid, .g2, .cards-1m { grid-template-columns: 1fr !important; }
      .cards-1m { gap: 20px !important; }
      .footer-grid { gap: 34px !important; }
      .pad-m { padding: 28px 22px !important; }
      .steps-photo { min-height: 300px !important; }
      .founder-card { min-height: 430px !important; }
      .consult-photos { display: none !important; }
      .seo-card { padding: 30px 22px !important; }
      .seo-topic + .seo-topic { margin-top: 40px !important; padding-top: 40px !important; }

      /* статьи и служебные сетки — строго друг под другом */
      .carousel.posts-grid { display: grid !important; grid-template-columns: 1fr !important; overflow: visible !important; margin-right: 0 !important; padding-right: 0 !important; gap: 20px !important; }
      .carousel.posts-grid > * { flex: none !important; min-width: 0 !important; max-width: none !important; }
      .contact-grid, .req-grid, .office-grid, .bento, .posts-grid { grid-template-columns: 1fr !important; }
      .b102-soc-row { gap: 8px; width: 100%; }
      .b102-soc-lg { width: 44px; height: 44px; border-radius: 12px; }
      .b102-soc-lg-svg { transform: scale(1.15); }
      .b102-soc-lg img { width: 20px; height: 20px; }
      .bento > * { grid-column: auto !important; grid-row: auto !important; }
      .office-grid { grid-template-rows: none !important; }
      .office-grid > :first-child { grid-row: auto !important; }
      .office-grid > * { height: 210px !important; }
      .art-grid { grid-template-columns: 1fr !important; gap: 26px !important; }
      .art-toc { display: none !important; }

      /* слайдеры со свайпом */
      .carousel { display: flex !important; grid-template-columns: none !important; overflow-x: auto !important; scroll-snap-type: x mandatory; gap: 16px !important; padding-bottom: 12px !important; margin-right: -22px !important; padding-right: 22px !important; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
      .carousel > * { flex: 0 0 80% !important; min-width: 80% !important; max-width: 80% !important; scroll-snap-align: start; box-sizing: border-box; }
      .carousel-sm > * { flex: 0 0 62% !important; min-width: 62% !important; max-width: 62% !important; }
      .tv-track { margin-right: -22px !important; padding-right: 22px !important; }
      .tv-slide { flex: 0 0 80% !important; }
      .lawyer-track { margin-right: -22px !important; padding-right: 22px !important; scroll-snap-type: x mandatory; }
      .lawyer-slide { flex: 0 0 62% !important; }

      /* кнопки и формы */
      .sec-cta { width: 100% !important; box-sizing: border-box !important; text-align: center !important; }
      .hide-m { display: none !important; }
      .mob-cta { display: flex !important; align-items: center; justify-content: center; margin-top: 22px; padding: 18px 22px; border-radius: 13px; background: linear-gradient(180deg, #F98A31 0%, #EE7318 100%); color: #FFFFFF; font-family: 'Inter', sans-serif; font-weight: 500; font-size: 15px; text-decoration: none; box-shadow: 0 8px 22px rgba(240, 126, 38, 0.32); }
      input:not([type="checkbox"]), textarea, select { font-size: 16px !important; padding: 16px 16px !important; }
      button:not([aria-label]) { min-height: 52px !important; font-size: 15px !important; }
      .link-cta { display: inline-flex !important; align-items: center; min-height: 46px; }
      .sec-cta, .mob-cta { min-height: 52px !important; }
      .footer-inner a { min-height: 44px !important; display: inline-flex !important; align-items: center !important; }
      .art-toc a { min-height: 46px !important; display: flex !important; align-items: center !important; }
      .contact-grid a { min-height: 44px !important; display: inline-flex !important; align-items: center !important; }
      .crumbs a { min-height: 38px !important; display: inline-flex !important; align-items: center !important; }
      .footer-inner { padding-top: 42px !important; padding-bottom: 20px !important; }
      .footer-grid { gap: 26px !important; padding-bottom: 22px !important; }
      .footer-grid > div:first-child { gap: 12px !important; }
      .foot-col { gap: 0 !important; }
      .foot-col > div:first-child { margin-bottom: 2px !important; padding: 3px 0 !important; }
      .foot-col > span { line-height: 1.5 !important; padding: 4px 0 !important; }
      .footer-grid a:not([title]) { min-height: 0 !important; display: flex !important; align-items: center !important; padding: 7px 0 !important; line-height: 1.3 !important; }
      .footer-grid a[title] { width: 40px !important; height: 40px !important; min-height: 0 !important; padding: 0 !important; }
      .foot-legal { padding-top: 15px !important; gap: 4px !important; }
      .foot-legal-links { flex-direction: column !important; align-items: flex-start !important; gap: 0 !important; }
      .foot-legal-links a { min-height: 0 !important; display: flex !important; align-items: center !important; padding: 7px 0 !important; line-height: 1.3 !important; }

      /* длинный SEO-текст — сворачиваем */
      .seo-wrap .seo-card { max-height: 640px; overflow: hidden; -webkit-mask-image: linear-gradient(180deg, #000 68%, rgba(0,0,0,0) 100%); mask-image: linear-gradient(180deg, #000 68%, rgba(0,0,0,0) 100%); }
      .seo-wrap.open .seo-card { max-height: none; -webkit-mask-image: none; mask-image: none; }
      .seo-more { display: block; width: 100%; margin-top: 18px; padding: 18px 22px; border: 1px solid #DDDED9; border-radius: 13px; background: #FBFAF8; color: #232C43; font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 500; cursor: pointer; }
      .seo-wrap.open .seo-more { display: none; }
    }

    /* --- НИЗКИЕ ЭКРАНЫ (≤730px по высоте): ужимаем первый экран --- */
    @media (max-width: 700px) and (max-height: 730px) {
      .hero-copy { padding-top: 10px !important; }
      .hero-badges { display: none !important; }
      .hero-title { font-size: 28px !important; line-height: 1.12 !important; margin-bottom: 10px !important; }
      .hero-sub { font-size: 12.5px !important; line-height: 1.5 !important; margin-bottom: 12px !important; display: -webkit-box !important; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
      .hero-grid--page .hero-sub { display: block !important; -webkit-line-clamp: unset; overflow: visible !important; }
      .hero-cta { margin-bottom: 10px !important; }
      .hero-cta > a { padding: 14px 20px !important; }
      .hero-img-wrap { min-height: 120px !important; margin-top: 6px !important; }
      .hero-names > div { padding: 7px 10px !important; font-size: 10px !important; }
    }

    /* --- УЗКИЕ ЭКРАНЫ (≤374px) --- */
    @media (max-width: 374px) {
      .mob-row1 { padding: 10px 12px 8px !important; gap: 7px !important; }
      .mob-row1 summary { width: 46px !important; height: 46px !important; }
      .mob-row2 { padding: 0 13px 11px !important; gap: 6px !important; }
      .mob-soc > a { width: 36px !important; height: 36px !important; }
      .mob-soc > a svg { width: 21px !important; height: 21px !important; }
      .mob-soc > a img { width: 36px !important; height: 36px !important; }
      .mob-call { padding: 0 10px !important; font-size: 13.5px !important; gap: 6px !important; }
      .mob-logo { height: 23px !important; }
      .mob-addr-txt { font-size: 9.4px !important; letter-spacing: -0.2px !important; }
      .b102-soc-row { gap: 6px; }
      .b102-soc-lg { width: 40px; height: 40px; border-radius: 11px; }
    }
    /* --- СОГЛАСИЯ И COOKIE --- */
    .consent-row { display: flex; align-items: flex-start; gap: 11px; cursor: pointer; font-family: 'Inter', system-ui, sans-serif; }
    .lead-form [data-submit] { margin-bottom: 18px; }
    .lead-form .consent-row + .consent-row { margin-top: 14px; }
    .consent-box { appearance: none; -webkit-appearance: none; flex: none; width: 20px; height: 20px; margin: 1px 0 0; border: 1.5px solid #C4C2BB; border-radius: 6px; background: #FFFFFF; cursor: pointer; position: relative; transition: background .15s ease, border-color .15s ease; }
    .consent-box:checked { background: #F07E26; border-color: #F07E26; }
    .consent-box:checked::after { content: ""; position: absolute; left: 6px; top: 2px; width: 5px; height: 10px; border: solid #FFFFFF; border-width: 0 2px 2px 0; transform: rotate(45deg); }
    .consent-box:focus-visible { outline: 2px solid #F0A868; outline-offset: 2px; }
    .consent-row > span,
    .consent-row a {
      font-family: 'Inter', system-ui, sans-serif !important;
      font-size: 12.5px;
      font-weight: 300;
      font-style: normal;
      line-height: 1.5;
      letter-spacing: 0;
    }
    .consent-row > span { color: #6A7488; }
    .consent-row a { color: #D96A10; text-decoration: none; border-bottom: 1px solid rgba(217, 106, 16, 0.35); }
    .consent-row a:hover { color: #B85608; }
    .lead-form,
    .lead-form p,
    .lead-form label,
    .lead-legal {
      font-family: 'Inter', system-ui, sans-serif !important;
      font-style: normal;
    }
    .lead-legal {
      font-size: 11.5px;
      font-weight: 300;
      line-height: 1.55;
      color: #98A0B3;
      margin: 2px 0 0;
    }
    .lead-legal a {
      font-family: inherit !important;
      color: #98A0B3;
      text-decoration: none;
      border-bottom: 1px solid rgba(152, 160, 179, 0.45);
    }
    .consent-row[data-warn="1"] .consent-box { border-color: #E05A2B; background: rgba(224, 90, 43, 0.1); }
    .consent-row[data-warn="1"] > span { color: #C0451B; }
    .cookie-banner { display: none; }
    html[data-cookie="ask"] .cookie-banner { display: flex; }
    @media (max-width: 700px) {
      .consent-row { padding: 2px 0; }
      .consent-row > span { font-size: 13px; }
      .consent-box { width: 22px; height: 22px; }
      .consent-box:checked::after { left: 7px; top: 3px; }
      .cookie-banner { left: 12px; right: 12px; bottom: 12px; width: auto !important; padding: 17px 18px 15px !important; gap: 9px !important; }
      .cookie-banner p { font-size: 12px !important; line-height: 1.55 !important; }
    }

/* WordPress content */
.entry-content { font-size: 16px; font-weight: 300; line-height: 1.8; color: #414A5E; }
.entry-content h2 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(21px, 2.2vw, 27px); line-height: 1.28; letter-spacing: -0.3px; color: #232C43; margin: 32px 0 16px; }
.entry-content h3 { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 18px; margin: 24px 0 12px; }
.entry-content p { margin: 0 0 16px; }
.entry-content a { color: #D96A10; }
.entry-content ul, .entry-content ol { margin: 0 0 18px; padding-left: 20px; }
.entry-content li { margin: 0 0 8px; }
.hero-grid--page {
  min-height: 0 !important;
}
.page-hero:not(.page-hero--light) .crumbs > span:last-child { color: #E8ECF4 !important; }
.page-hero--light { background: #EFF0F2; color: #232C43; }
.page-hero--light .crumbs > span:last-child { color: #5F6980 !important; }
.contact-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.req-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 48px; }
.office-grid { display: grid; grid-template-columns: 1.35fr 1fr; grid-template-rows: repeat(2, 232px); gap: 20px; }
.office-grid > :first-child { grid-row: span 2; }
.office-cap {
  position: absolute;
  left: 22px;
  bottom: 18px;
  color: #FFFFFF;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 13.5px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.35;
  pointer-events: none;
}
.art-grid { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 56px; align-items: start; }
.art-grid--solo { grid-template-columns: minmax(0, 1fr); }
.art-toc { position: sticky; top: 88px; max-height: calc(100vh - 120px); overflow-y: auto; background: #FBFAF8; border: 1px solid #E3E4E1; border-radius: 18px; padding: 22px 24px; }
.art-toc nav { display: flex; flex-direction: column; }
.art-toc a { text-decoration: none; color: #5F6980; font-size: 13px; font-weight: 300; line-height: 1.5; padding: 7px 0; }
.art-toc a:hover { color: #D96A10; }
.art-body { max-width: 760px; }
.art-body h2 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(22px, 2.2vw, 27px); line-height: 1.28; letter-spacing: -0.3px; color: #232C43; margin: 46px 0 16px; scroll-margin-top: 90px; }
.art-body h3 { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 19px; line-height: 1.35; color: #232C43; margin: 32px 0 12px; }
.entry-content.art-body ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; margin: 4px 0 22px; }
.entry-content.art-body ul li { margin: 0; display: flex; gap: 12px; font-size: 16px; font-weight: 300; line-height: 1.75; color: #414A5E; }
.legal-wrap.entry-content ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 9px; margin: 2px 0 18px; }
.legal-wrap.entry-content li { margin: 0; }
.art-body ul li::before { content: ""; flex: none; width: 6px; height: 6px; border-radius: 50%; background: #F07E26; margin-top: 11px; }
.art-body ul li:has(> span:first-child)::before { display: none; }
.art-figure { margin: 30px 0 32px; }
.art-figure img { width: 100%; border-radius: 16px; display: block; }
.art-figure figcaption { font-size: 12.5px; font-weight: 300; color: #8A94A8; margin-top: 10px; }
.art-body blockquote,
.art-callout { background: #FBF3EA; border: 1px solid #F2DEC7; border-radius: 16px; padding: 22px 26px; margin: 8px 0 24px; display: flex; flex-direction: column; gap: 8px; }
.art-callout-label { display: flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; color: #C7702A; }
.art-callout-label::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #F07E26; }
.art-callout p { margin: 0; font-size: 15.5px; font-weight: 400; line-height: 1.75; color: #3B445B; }
.art-body details { background: #FBFAF8; border: 1px solid #E3E4E1; border-radius: 14px; padding: 0 24px; margin: 0 0 12px; }
.art-body details summary { cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 19px 0; font-weight: 500; font-size: 15.5px; color: #232C43; list-style: none; }
.art-body details summary::-webkit-details-marker { display: none; }
.art-body details p { font-size: 14.5px; font-weight: 300; line-height: 1.75; color: #414A5E; margin: 0; padding: 0 0 20px; }
.art-body ol { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 12px; margin: 4px 0 22px; }
.art-body ol li { display: flex; gap: 14px; margin: 0; font-size: 16px; font-weight: 300; line-height: 1.7; color: #414A5E; }
.art-body ol li::before { display: none; }
.posts-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.cases-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.reviews-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.case-doc { background: #FDFDFB; border-bottom: 1px solid #E3E4E1; height: 168px; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.case-doc img { width: 100%; height: 100%; object-fit: contain; object-position: top center; display: block; }
.post-hidden { display: none !important; }
.posts-more-wrap { display: flex; flex-direction: column; align-items: center; gap: 14px; margin-top: 44px; }
.posts-more { appearance: none; background: none; border: 1px solid #DDDED9; border-radius: 11px; color: #D96A10; font-family: inherit; font-weight: 500; font-size: 15px; padding: 15px 32px; cursor: pointer; }
.posts-more:hover { border-color: #F0A868; background: #F6EDE3; }
.posts-count { font-size: 13px; font-weight: 300; color: #8A94A8; }
.legal-wrap { max-width: 900px; margin: 0 auto; background: #FBFAF8; border: 1px solid #E3E4E1; border-radius: 20px; padding: clamp(28px, 4vw, 46px); }
.legal-wrap h2 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: clamp(18px, 1.9vw, 22px); line-height: 1.32; letter-spacing: -0.2px; color: #232C43; margin: 34px 0 14px; }
.legal-wrap h2:first-of-type { margin-top: 0; }
.legal-wrap p { font-size: 15px; font-weight: 300; line-height: 1.8; color: #414A5E; margin: 0 0 14px; }
.legal-wrap ul { list-style: none; display: flex; flex-direction: column; gap: 9px; margin: 2px 0 18px; padding: 0; }
.legal-wrap li { display: flex; gap: 12px; font-size: 15px; font-weight: 300; line-height: 1.75; color: #414A5E; }
.legal-wrap ul li::before { content: ""; flex: none; width: 6px; height: 6px; border-radius: 50%; background: #F07E26; margin-top: 10px; }
.legal-wrap ul li:has(> span:first-child)::before { display: none; }
.legal-wrap a { color: #D96A10; text-decoration: none; border-bottom: 1px solid rgba(217, 106, 16, 0.35); }
#tv:has(+ #zayavka) > .sec-pad { padding-bottom: 36px !important; }
#zayavka { width: 100%; }
.b102-map iframe { width: 100%; min-height: 460px; height: 460px; border: 0; border-radius: 18px; display: block; }
.seo-topic h2 { font-family: 'Montserrat', sans-serif; }
.form-success { display: none; }
.form-success.is-on { display: block; }
.lead-form.is-sent > *:not(.form-success) { display: none; }
.quiz-opt.is-on { border-color: rgba(240,126,38,.6) !important; background: rgba(240,126,38,.08) !important; }
.quiz-opt.is-on .quiz-radio { border: 5px solid #F07E26 !important; }
.alignnone, .aligncenter { max-width: 100%; height: auto; }
.wp-block-image img, .entry-content img { border-radius: 14px; }

.b102-pager {
  max-width: 1240px;
  margin: 36px auto 0;
}
.navigation.pagination .nav-links,
.b102-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.navigation.pagination .page-numbers,
.b102-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: 12px;
  border: 1px solid #E3E4E1;
  background: #FBFAF8;
  color: #232C43;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  transition: border-color .15s ease, color .15s ease, background .15s ease, box-shadow .15s ease;
}
.navigation.pagination a.page-numbers:hover,
.b102-pagination a.page-numbers:hover {
  border-color: #F0A868;
  color: #D96A10;
}
.navigation.pagination .page-numbers.current,
.b102-pagination .page-numbers.current {
  background: linear-gradient(180deg, #F98A31 0%, #EE7318 100%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 6px 16px rgba(240, 126, 38, .3);
}
.navigation.pagination .page-numbers.dots,
.b102-pagination .page-numbers.dots {
  min-width: 28px;
  padding: 0 4px;
  border: 0;
  background: transparent;
  color: #8C97B0;
  box-shadow: none;
}
.navigation.pagination .prev,
.navigation.pagination .next,
.b102-pagination .prev,
.b102-pagination .next {
  padding: 0 16px;
}
.navigation.pagination .page-numbers .b102-ico,
.b102-pagination .page-numbers .b102-ico {
  width: 14px;
  height: 14px;
}

.b102-em,
.seo-card .entry-content strong,
.entry-content strong {
  font-weight: 500;
  color: #232C43;
}
.steps-grid p { margin: 0; }
.steps-grid .steps-featured p { margin: 6px 0 0; }
.lead-soc-ico svg { width: 15px; height: 15px; display: block; }
.post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

footer#kontakty,
footer#kontakty p,
footer#kontakty a,
footer#kontakty span {
  font-family: 'Inter', sans-serif;
}
footer#kontakty .foot-col > div:first-child {
  font-family: 'Montserrat', sans-serif;
}

.seo-card .entry-content .g2,
.seo-card .entry-content .split-2.g2,
.seo-card .entry-content .seo-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  margin: 0 0 20px;
}
.seo-card .entry-content .g2 > div,
.seo-card .entry-content .seo-steps > div {
  display: flex;
  gap: 12px;
}
.seo-card .entry-content .g2 > div > span:first-child,
.seo-card .entry-content .seo-steps > div > span:first-child {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 12px;
  color: #D96A10;
  padding-top: 4px;
  flex: none;
}
.seo-card .entry-content .g2 > div > span:last-child,
.seo-card .entry-content .seo-steps > div > span:last-child {
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.6;
  color: #414A5E;
}
.seo-card .entry-content .seo-callout,
.seo-card .entry-content > div:not(.split-2):not(.g2):not(.seo-steps):not(.seo-inline-cta):has(> div):has(> p):not(:has(> a)) {
  background: #F6EDE3;
  border-radius: 14px;
  padding: 20px 24px;
  margin: 0 0 16px;
}
.seo-card .entry-content .seo-callout > div:first-child,
.seo-card .entry-content > div:not(.split-2):not(.g2):not(.seo-steps):not(.seo-inline-cta):has(> div):has(> p):not(:has(> a)) > div:first-child {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #C75F10;
  margin-bottom: 8px;
}
.seo-card .entry-content .seo-callout p,
.seo-card .entry-content > div:not(.split-2):has(> div):has(> p):not(:has(> a)) > p {
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.7;
  color: #4A3A2A;
  margin: 0;
}
.seo-card .entry-content .seo-inline-cta,
.seo-card .entry-content > div:not(.split-2):not(.g2):not(.seo-callout):has(> a) {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  background: #F1F1EE;
  border-radius: 14px;
  padding: 22px 26px;
  margin: 0;
}
.seo-card .entry-content .seo-inline-cta p,
.seo-card .entry-content > div:has(> a[href="#zayavka"]) > p {
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.7;
  color: #414A5E;
  margin: 0;
  flex: 1;
  min-width: 240px;
}
.seo-card .entry-content .seo-inline-cta a,
.seo-card .entry-content > div:has(> a[href="#zayavka"]) > a {
  text-decoration: none;
  background: linear-gradient(180deg, #F98A31 0%, #EE7318 100%);
  color: #fff !important;
  font-weight: 500;
  font-size: 14px;
  padding: 14px 24px;
  border-radius: 11px;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(240, 126, 38, 0.28);
}
@media (max-width: 700px) {
  .seo-card .entry-content .g2,
  .seo-card .entry-content .seo-steps {
    grid-template-columns: 1fr !important;
  }
}

.b102-modal[hidden] { display: none !important; }
.b102-modal {
  position: fixed;
  inset: 0;
  z-index: 360;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.b102-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 19, 33, 0.62);
}
.b102-modal-card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 440px;
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #FBFAF8;
  border-radius: 18px;
  padding: clamp(28px, 3vw, 38px);
  color: #232C43;
  box-shadow: 0 24px 64px rgba(14, 19, 33, 0.45);
  font-family: 'Inter', sans-serif;
}
.b102-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #E7E4DE;
  border-radius: 12px;
  background: #F1EFEA;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
body.b102-modal-open { overflow: hidden; }
@media (max-width: 700px) {
  .b102-modal { padding: 12px; align-items: flex-end; }
  .b102-modal-card { max-width: none; border-radius: 18px 18px 12px 12px; padding: 24px 20px 22px; }
}

  