.blog-article-page {
  background: #ffffff;
  color: #0f0f0f;
  font-family: "Circe", "Tahoma", "Arial", sans-serif;
}

body {
  overflow-x: hidden;
}

.blog-article {
  max-width: 1220px;
  margin: 0 auto;
  padding: 20px 24px 120px;
}

.blog-article-page--cases .blog-article {
  max-width: none;
  width: 100%;
  padding-top: 30px;
  padding-left: 48px;
  padding-right: 48px;
}

@media (min-width: 1400px) {
  .blog-article-page--cases .blog-article {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blog-article-page--cases .blog-article__layout {
  grid-template-columns: 1fr;
  gap: 0;
}

@media (max-width: 1100px) {
  .blog-article-page--cases .blog-article {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 900px) {
  .blog-article-page--cases .blog-article {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 640px) {
  .blog-article-page--cases .blog-article {
    padding-left: 16px;
    padding-right: 16px;
  }
}


.blog-article__breadcrumbs {
  font-size: 12px;
  color: #6b6b6b;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
}

.blog-article__breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.blog-article__breadcrumbs span {
  margin: 0 6px;
  color: #b6b6b6;
}

.blog-article__layout {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
  padding-bottom: 80px;
}

.blog-article__aside {
  display: grid;
  gap: 36px;
  align-content: start;
  position: sticky;
  top: 140px;
}

.blog-article__cta-image {
  width: 100%;
  height: 86px;
  border-radius: 16px;
  background: #ececec;
  object-fit: cover;
  display: block;
}

.blog-article__cta-title {
  margin: 16px 0 8px;
  font-size: 18px;
  line-height: 1.2;
  font-family: "Metal", "Circe", "Tahoma", "Arial", sans-serif;
  color: #0f0f0f;
}

.blog-article__cta-link {
  font-size: 12px;
  color: #2b5cff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.blog-article__toc {
  display: grid;
  gap: 18px;
  font-size: 12px;
  color: #0f0f0f;
}

.blog-article__toc a {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #0f0f0f;
}

.blog-article__toc a.active {
  color: #2b5cff;
  border-bottom-color: #2b5cff;
}

.blog-article__content {
  display: grid;
  gap: 22px;
}

.blog-article__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}

.blog-article__title {
  margin: 0;
  font-family: "Metal", "Circe", "Tahoma", "Arial", sans-serif;
  font-size: 40px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #0f0f0f;
}

.blog-article__title-accent {
  color: #2b5cff;
  font-size: 52px;
  margin-right: 10px;
  display: inline-block;
}

.blog-article__date {
  display: inline-block;
  margin-top: 16px;
  font-size: 12px;
  color: #6b6b6b;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-article__author {
  display: flex;
  gap: 16px;
  align-items: center;
  max-width: 260px;
}

.blog-article__meta {
  display: flex;
  align-items: center;
  gap: 20px;
}

.blog-article__meta-mobile {
  display: none;
  text-align: right;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b6b6b;
}

.blog-article__meta-date {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #0f0f0f;
}

.blog-article__author-photo {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  aspect-ratio: 1 / 1;
  min-width: 64px;
  overflow: hidden;
  background: #d8d8d8;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.blog-article__author-text {
  display: grid;
  gap: 4px;
}

.blog-article__author-name {
  font-size: 14px;
  color: #2b5cff;
  font-weight: 700;
}

.blog-article__author-role {
  font-size: 12px;
  color: #6b6b6b;
}

.blog-article__hero img {
  width: 100%;
  display: block;
  border-radius: 36px;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.blog-article__hero--image-only {
  margin: 16px 0;
  max-width: 520px;
  margin-left: 0;
}

.blog-article__hero--image-only img {
  border-radius: 24px;
}

.blog-article__lead {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 14px;
  color: #3e3e3e;
  line-height: 1.6;
}

.blog-article__story {
  display: grid;
  gap: 16px;
}

.blog-article__story-title {
  margin: 0;
  font-family: "Metal", "Circe", "Tahoma", "Arial", sans-serif;
  font-size: 32px;
  line-height: 1.1;
  color: #0f0f0f;
}

.blog-article__story-text {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #3e3e3e;
}

.blog-article__story-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: center;
}

@media (max-width: 900px) {
  .blog-article__story-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.blog-article__section-narrow {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 20px;
}

@media (max-width: 640px) {
  .blog-article__story-title {
    font-size: 26px;
  }

  .blog-article__story-text {
    font-size: 15px;
  }
}


.blog-article__fees {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 56px;
  margin-top: 20px;
}

.blog-article__quote {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin-top: 32px;
}

.blog-article__quote-icon {
  width: 48px;
  height: 48px;
  display: block;
}

.blog-article__quote-body {
  display: grid;
  gap: 6px;
}

.blog-article__quote-name {
  font-size: 14px;
  font-weight: 700;
  color: #0f0f0f;
}

.blog-article__quote-text {
  font-size: 14px;
  color: #3e3e3e;
  line-height: 1.6;
}

.blog-article__quote-role {
  font-size: 16px;
  line-height: 1.4;
  color: #6b6b6b;
}

.blog-article__share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 48px 0 32px;
}

.blog-article__share-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  font-family: "Metal", "Circe", "Tahoma", "Arial", sans-serif;
  color: #0f0f0f;
}

.blog-article__share-links {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.blog-article__share-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f2f2f2;
  color: #2b5cff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.blog-article__share-link:hover {
  background: #e8e8e8;
}

.blog-article__share-link.is-facebook {
  color: #1877f2;
}

.blog-article__share-link.is-instagram {
  color: #ff2e7a;
}

.blog-article__share-link.is-vk {
  color: #7d57c2;
}

.blog-article__share-link.is-telegram {
  color: #2aabee;
}

.blog-article__share-link.is-whatsapp {
  color: #25d366;
}

.blog-article__consult {
  margin-top: 36px;
  background: #f1f1f1;
  border-radius: 28px;
  display: block;
  min-height: 320px;
  overflow: hidden;
  position: relative;
}

.blog-article__consult::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/Bridges_files/blog-article/36a5b3d3097f688f5ef96aa10d53248361f951b8.png") center bottom / auto 100% no-repeat;
  pointer-events: none;
}

.blog-article__consult-layer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 24px;
  align-items: stretch;
  padding: 32px;
  height: 100%;
}

.blog-article__consult-content {
  display: grid;
  gap: 12px;
  grid-column: 1 / 2;
}

.blog-article__consult-icon {
  width: 28px;
  height: 28px;
}

.blog-article__consult-title {
  margin: 0;
  font-family: "Metal", "Circe", "Tahoma", "Arial", sans-serif;
  font-size: 34px;
  line-height: 0.98;
  letter-spacing: -0.01em;
  color: #0f0f0f;
}

.blog-article__consult-title span {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}

.blog-article__consult-title span::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -12px;
  bottom: -6px;
  height: 12px;
  background: url("/Bridges_files/blog-article/curve.svg") center / 100% 100% no-repeat;
}

.blog-article__consult-text {
  margin: 0;
  font-size: 13px;
  color: #6b6b6b;
  line-height: 1.5;
}

.blog-article__consult-text-strong {
  font-weight: 700;
  color: #0f0f0f;
}

.blog-article__consult-actions {
  display: grid;
  grid-auto-rows: 1fr;
  gap: 12px;
  align-content: stretch;
  height: 100%;
  align-self: end;
  grid-column: 3 / 4;
}

.blog-article__consult-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 14px;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  justify-content: flex-start;
  text-align: left;
}

.blog-article__consult-btn svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.blog-article__consult-btn.is-whatsapp {
  background: #2ab200;
}

.blog-article__consult-btn.is-telegram {
  background: #3aa1e0;
}

.blog-article__consult-btn.is-call {
  background: #1b5bff;
}

.blog-article__fee-item {
  display: grid;
  gap: 8px;
  align-content: start;
}

.blog-article__fee-icon {
  width: 22px;
  height: 22px;
  color: #2b5cff;
  stroke-width: 1.8;
}

.blog-article__fee-title {
  font-size: 20px;
  font-weight: 700;
  color: #0f0f0f;
}

.blog-article__fee-text {
  font-size: 12px;
  color: #6b6b6b;
  line-height: 1.4;
}

.blog-article__cases {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "header controls"
    "track track";
  gap: 20px;
  margin-top: 28px;
}

.blog-article__cases-header {
  grid-area: header;
  display: block;
}

.blog-article__cases-title {
  margin: 0;
  font-family: "Metal", "Circe", "Tahoma", "Arial", sans-serif;
  font-size: 28px;
  color: #0f0f0f;
}

.blog-article__cases-btn {
  width: 44px;
  height: 32px;
  border: none;
  border-radius: 999px;
  background: #ededed;
  color: #0f0f0f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.blog-article__cases-btn.is-primary {
  background: #2b5cff;
  color: #ffffff;
}

.blog-article__cases-btn:disabled {
  background: #e2e2e2;
  color: #a3a3a3;
  cursor: default;
}

.blog-article__cases-footer {
  grid-area: controls;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.blog-article__cases-progress {
  display: none;
  width: 96px;
  height: 2px;
  background: rgba(15, 15, 15, 0.12);
  border-radius: 999px;
  overflow: hidden;
}

.blog-article__cases-progress-bar {
  display: block;
  height: 100%;
  width: 0%;
  background: #2b5cff;
  border-radius: inherit;
  transition: width 200ms ease;
}

.blog-article__cases-controls {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.blog-article__cases-track {
  grid-area: track;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.blog-article__cases-track::-webkit-scrollbar {
  display: none;
}

.blog-article__case-card {
  flex: 0 0 calc((100% - 20px) / 2);
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  padding: 24px;
  background: #ffffff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: 1fr auto;
  grid-template-areas:
    "body side"
    "passport button";
  gap: 0 20px;
  scroll-snap-align: start;
}

.blog-article__case-body {
  grid-area: body;
}

.blog-article__case-title {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.2;
  font-family: "Metal", "Circe", "Tahoma", "Arial", sans-serif;
  color: #0f0f0f;
}

.blog-article__case-text {
  margin: 0;
  font-size: 13px;
  color: #6b6b6b;
  line-height: 1.5;
}

.blog-article__case-side {
  grid-area: side;
  display: grid;
  gap: 2px;
  justify-items: stretch;
  align-content: start;
}

.blog-article__case-avatar-wrap {
  display: grid;
  justify-items: center;
  align-content: start;
}

.blog-article__case-author {
  display: grid;
  gap: 6px;
  justify-items: start;
  align-content: start;
  max-width: 160px;
  text-align: left;
}

.blog-article__case-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  background: #d8d8d8;
}

.blog-article__case-author-name {
  font-size: 13px;
  font-weight: 700;
  color: #2b5cff;
  line-height: 1.2;
}

.blog-article__case-author-role {
  font-size: 11px;
  color: #6b6b6b;
  line-height: 1.3;
}

.blog-article__case-passport {
  grid-area: passport;
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 10px;
  font-size: 12px;
  font-family: "Metal", "Circe", "Tahoma", "Arial", sans-serif;
  color: #6b6b6b;
  margin-top: 16px;
}

.blog-article__case-passport-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.blog-article__case-btn {
  grid-area: button;
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 10px;
  background: #2b5cff;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  justify-self: end;
  margin-top: 16px;
  transition: transform 0.2s ease;
}

.blog-article__case-btn:hover {
  color: #ffffff;
  transform: scale(1.04);
}

.blog-article__reminder {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  margin-top: 48px;
}

.blog-article__reminder-title {
  margin: 0;
  font-family: "Metal", "Circe", "Tahoma", "Arial", sans-serif;
  font-size: 42px;
  line-height: 1.05;
  color: #0f0f0f;
}

.blog-article__reminder-title span {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.blog-article__reminder-title span::after {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: -4px;
  height: 12px;
  background: url("/Bridges_files/blog-article/squiggle.svg") center / 100% 100% no-repeat;
}

.blog-article__reminder-note {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.blog-article__reminder-icon {
  width: 18px;
  height: 18px;
  margin-top: 4px;
}

.blog-article__reminder-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #6b6b6b;
  max-width: 400px;
}

.blog-article__reminder-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.blog-article__reminder-card {
  min-height: 100px;
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: transform 0.2s ease;
}

.blog-article__reminder-card:hover {
  color: #ffffff;
  transform: scale(1.04);
}

.blog-article__reminder-card svg {
  width: 20px;
  height: 20px;
}

.blog-article__reminder-card.is-call {
  background: #1b5bff;
}

.blog-article__reminder-card.is-telegram {
  background: #3aa1e0;
}

.blog-article__reminder-card.is-whatsapp {
  background: #2ab200;
}

.blog-article__slider {
  position: relative;
  margin-top: 12px;
  overflow: hidden;
}

.blog-article__slider-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  width: 100%;
  max-width: 100%;
  padding-bottom: 6px;
  scrollbar-width: none;
}

.blog-article__slider-track::-webkit-scrollbar {
  display: none;
}

.blog-article__slide {
  flex: 0 0 clamp(260px, 78%, 640px);
  scroll-snap-align: start;
}

.blog-article__slide img {
  width: 100%;
  display: block;
  border-radius: 30px;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.blog-article__slider-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.blog-article__slider-btn {
  min-width: 64px;
  height: 36px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
  color: #0f0f0f;
  font-size: 18px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
}

.blog-article__slider-btn.is-light {
  background: rgba(235, 235, 235, 0.75);
  color: #0f0f0f;
}

.blog-article__slider-btn.is-primary {
  background: rgba(43, 92, 255, 0.8);
  color: #ffffff;
}

.blog-article__slider-btn:disabled {
  background: rgba(160, 160, 160, 0.4);
  color: rgba(15, 15, 15, 0.45);
  cursor: default;
}

.blog-article__slider-footer {
  position: absolute;
  right: 0;
  left: auto;
  bottom: 24px;
  width: auto;
  padding-left: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 6px 24px 6px 6px;
  pointer-events: none;
}

.blog-article__slider-footer>* {
  pointer-events: auto;
}

.blog-article__slider-progress {
  height: 2px;
  width: 96px;
  background: rgba(15, 15, 15, 0.12);
  border-radius: 999px;
  overflow: hidden;
}

.blog-article__slider-progress-bar {
  display: block;
  height: 100%;
  width: 0%;
  background: #2b5cff;
  border-radius: inherit;
  transition: width 200ms ease;
}

.blog-article__section {
  display: grid;
  gap: 18px;
  scroll-margin-top: 160px;
}

.blog-article__section h2 {
  margin: 0;
  font-family: "Metal", "Circe", "Tahoma", "Arial", sans-serif;
  font-size: 26px;
  color: #0f0f0f;
}

.blog-article__section-text {
  margin: 0;
  color: #3e3e3e;
  line-height: 1.7;
}

.blog-article__lead-icon-img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: block;
}

@media (max-width: 1100px) {
  .blog-article {
    padding: 130px 20px 100px;
  }

  .blog-article__layout {
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 36px;
  }

  .blog-article__title {
    font-size: 34px;
  }

  .blog-article__title-accent {
    font-size: 44px;
  }
}

@media (max-width: 900px) {
  .blog-article {
    padding-top: 120px;
  }

  .blog-article__aside {
    position: static;
  }

  .blog-article__layout {
    grid-template-columns: 1fr;
  }

  .blog-article__aside {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .blog-article__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-article__author {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .blog-article {
    padding: 50px 16px 80px;
  }

  .blog-article__aside {
    display: none;
  }

  .blog-article__date {
    display: none;
  }

  .blog-article__meta {
    width: 100%;
    justify-content: space-between;
    gap: 12px;
  }

  .blog-article__meta-mobile {
    display: block;
  }

  .blog-article__title {
    font-size: 28px;
  }

  .blog-article__title-accent {
    font-size: 36px;
  }

  .blog-article__hero img {
    border-radius: 24px;
  }

  .blog-article__lead {
    flex-direction: column;
  }

  .blog-article__fees {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .blog-article__fee-item {
    padding-bottom: 18px;
    border-bottom: 1px solid #e6e6e6;
  }

  .blog-article__fee-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }

  .blog-article__cases-header {
    display: block;
  }

  .blog-article__cases {
    grid-template-columns: 1fr;
    grid-template-areas:
      "header"
      "track"
      "controls";
    gap: 16px;
  }

  .blog-article__cases-title {
    font-size: 24px;
    line-height: 1.05;
  }

  .blog-article__cases-footer {
    width: 100%;
    justify-content: space-between;
  }

  .blog-article__cases-progress {
    display: block;
  }

  .blog-article__cases-btn {
    width: 56px;
    height: 36px;
  }

  .blog-article__cases-track {
    gap: 12px;
  }

  .blog-article__case-card {
    flex: 0 0 100%;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "passport passport"
      "body body"
      "avatar avatar"
      "author button";
    padding: 20px;
    gap: 14px 16px;
  }

  .blog-article__case-side {
    display: contents;
  }

  .blog-article__case-author {
    max-width: none;
    justify-items: start;
    text-align: left;
    margin-top: 0;
  }

  .blog-article__case-avatar-wrap {
    justify-items: start;
    grid-row: 3;
    grid-column: 1 / -1;
  }

  .blog-article__case-avatar {
    width: 48px;
    height: 48px;
  }

  .blog-article__case-author {
    grid-row: 4;
    grid-column: 1;
  }

  .blog-article__case-btn {
    grid-row: 4;
    grid-column: 2;
  }

  .blog-article__case-btn {
    align-self: center;
  }

  .blog-article__reminder {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .blog-article__reminder-title {
    font-size: 32px;
    line-height: 1.05;
  }

  .blog-article__reminder-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .blog-article__reminder-card {
    min-height: 110px;
    padding: 16px 14px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    font-size: 12px;
  }

  .blog-article__share {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 36px 0 24px;
    text-align: center;
  }

  .blog-article__share-title {
    font-size: 30px;
    line-height: 1.05;
  }

  .blog-article__share-links {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-article__share-link {
    width: 56px;
    height: 56px;
  }

  .blog-article__consult {
    padding: 24px;
    text-align: left;
    align-items: start;
    padding-bottom: 28px;
  }

  .blog-article__consult::before {
    background-size: auto 72%;
    background-position: center bottom;
  }

  .blog-article__consult-title span::after {
    left: 15%;
    right: 15%;
  }


  .blog-article__consult-content {
    grid-column: 1 / -1;
    justify-items: start;
    text-align: left;
  }

  .blog-article__consult-text {
    max-width: 240px;
  }

  .blog-article__consult-actions--mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    grid-column: 1 / -1;
    margin-top: 0;
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    height: auto;
  }

  .blog-article__consult-btn {
    width: 100%;
  }

  .blog-article__consult-layer {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 24px;
    padding-bottom: 220px;
    min-height: 560px;
  }

  .blog-article__consult-title {
    font-size: 28px;
  }

  .blog-article__consult-lead {
    font-size: 13px;
  }

  .blog-article__consult-text {
    font-size: 12px;
  }

  .blog-article__consult-title span::after {
    display: none;
  }

  .blog-article__share {
    padding-right: 0;
  }

  .blog-article__slider-track {
    gap: 0;
  }

  .blog-article__slide {
    flex: 0 0 100%;
  }

  .blog-article__slider-footer {
    position: static;
    width: 100%;
    padding: 12px 0 0;
  }

  .blog-article__slider-controls {
    justify-content: flex-end;
  }

  .blog-article__slider-btn {
    min-width: 70px;
    width: 70px;
    height: 44px;
  }

  .blog-article__slide img {
    border-radius: 24px;
  }
}


@media (min-width: 641px) {
  .blog-article__slider-progress {
    display: none;
  }
}

/* Share trigger button */
.blog-article__share-btn {
  border: none;
  background: #2b5cff;
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}

.blog-article__share-btn:hover {
  background: #1a4be6;
  transform: scale(1.04);
}

/* Share popup overlay */
.blog-share-popup {
  position: fixed;
  inset: 0;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

.blog-share-popup.is-open {
  opacity: 1;
  pointer-events: auto;
}

.blog-share-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 14, 0.45);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.blog-share-popup.is-open .blog-share-popup__backdrop {
  opacity: 1;
}

/* Panel — desktop: centered popup */
.blog-share-popup__panel {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(480px, 92vw);
  background: #ffffff;
  border-radius: 24px;
  transform: translate(-50%, -48%) scale(0.98);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.blog-share-popup.is-open .blog-share-popup__panel {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.blog-share-popup__appbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-share-popup__heading {
  margin: 0;
  font-family: "Metal", "Circe", "Tahoma", "Arial", sans-serif;
  font-size: 20px;
  color: #0f0f0f;
}

.blog-share-popup__close {
  border: none;
  background: rgba(0, 0, 0, 0.06);
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}

.blog-share-popup__close svg {
  width: 20px;
  height: 20px;
}

.blog-share-popup__body {
  padding: 24px 22px 28px;
  display: grid;
  gap: 22px;
}

.blog-share-popup__links {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.blog-share-popup__links .blog-article__share-link {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f2f2f2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.15s ease, transform 0.15s ease;
}

.blog-share-popup__links .blog-article__share-link:hover {
  background: #e4e4e4;
  transform: scale(1.08);
}

.blog-share-popup__copy-row {
  display: flex;
  gap: 0;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  background: #fafafa;
}

.blog-share-popup__input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px 14px;
  font-size: 13px;
  color: #3e3e3e;
  outline: none;
  min-width: 0;
  font-family: inherit;
}

.blog-share-popup__copy-btn {
  flex-shrink: 0;
  border: none;
  background: #2b5cff;
  color: #ffffff;
  width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.blog-share-popup__copy-btn:hover {
  background: #1a4be6;
}

.blog-share-popup__copy-btn.is-copied {
  background: #0fad00;
}

/* Mobile: slide-up panel */
@media (max-width: 768px) {
  .blog-share-popup__panel {
    width: 100%;
    top: auto;
    left: 0;
    bottom: 0;
    border-radius: 18px 18px 0 0;
    transform: translateY(100%);
  }

  .blog-share-popup.is-open .blog-share-popup__panel {
    transform: translateY(0);
  }
}