/* Страница «Статья прессы» — на базе деталки кейса + адаптив ≤900px */

#design-root.design-root--press-article {
  position: relative;
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
}

.design-root--press-article .page-main--press-article {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 80px;
  box-sizing: border-box;
}

.case-detail-stage {
  position: relative;
  width: 100%;
  padding: 60px 80px 0;
  box-sizing: border-box;
}

/* Frame 394 — крошки */
.case-detail-breadcrumbs {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  max-width: 100%;
  min-width: 0;
  min-height: 18px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}

/* Полоса под крошками (Figma): 32px от ХК до градиента */
.case-detail-breadcrumbs-fade {
  display: block;
  width: 100%;
  height: 1px;
  margin: 32px 0 0;
  /* background: linear-gradient(90deg, #d9d9d9 0%, rgba(217, 217, 217, 0) 100%); */
  flex-shrink: 0;
  box-sizing: border-box;
}

.case-detail-breadcrumbs__link,
.case-detail-breadcrumbs__sep {
  flex-shrink: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #2f323b;
  opacity: 0.4;
  text-decoration: none;
  white-space: nowrap;
}


.case-detail-breadcrumbs__current {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #2f323b;
  opacity: 1;
}

/* 843 + 32 + 405 = 1280 */
.case-detail-layout {
  --case-hero-shell-top: 103px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 32px;
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
}

.case-detail-maincol {
  flex: 0 1 843px;
  width: 843px;
  max-width: 100%;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  box-sizing: border-box;
}

/* Герой кейса: 843×322 градиент, 624×413 иллюстрация, дата (макет 0-5818) */
.case-detail-hero {
  position: relative;
  width: 100%;
  max-width: 843px;
  min-height: 425px;
  margin: 0;
  border-radius: 6px;
  overflow: visible;
  box-sizing: border-box;
  isolation: isolate;
}

.case-detail-hero__shell {
  position: absolute;
  z-index: 0;
  left: 0;
  top: var(--case-hero-shell-top);
  width: 100%;
  height: 322px;
  border-radius: 6px;
  background: linear-gradient(90deg, #dadee6 0%, #e1e3eb 100%);
}

.case-detail-hero__figure {
  position: absolute;
  z-index: 1;
  left: 109px;
  top: 0;
  width: 624px;
  max-width: calc(100% - 109px);
  height: 413px;
  max-height: min(413px, 74vw);
  object-fit: contain;
  object-position: left top;
  pointer-events: none;
  border-radius: 6px;
}

.case-detail-hero__date {
  position: absolute;
  z-index: 3;
  left: 12px;
  top: 381px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 93px;
  height: 32px;
  padding: 8px 12px;
  box-sizing: border-box;
  background: rgba(47, 50, 59, 0.35);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 6px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  pointer-events: none;
}

/* Статья — Frame 544: ввод + «Ситуация», gap 46px */
.press-article-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--case-article-y-gap);
  width: 100%;
  box-sizing: border-box;
}

.press-article-body__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--case-article-y-gap);
  width: 100%;
}

.design-root--press-article .press-article-body img,
.design-root--press-article .press-article-body .case-detail-article__img,
.design-root--press-article .press-article-body .aligncenter {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  box-sizing: border-box;
}

/* Статья — Frame 546 */
.case-detail-article {
  --case-article-y-gap: 46px;
  --case-article-block-gap: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--case-article-block-gap);
  width: 100%;
  max-width: 843px;
  margin-top: 0;
  padding-top: 0;
  box-sizing: border-box;
}

.case-detail-intro {
  width: 100%;
}

.case-detail-intro__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.case-detail-intro__title {
  margin: 0;
  width: 100%;
  font-family: Inter, system-ui, sans-serif;
  font-size: 28px;
  line-height: 108%;
  font-weight: 480;
  letter-spacing: -0.02em;
  color: #2f323b;
  font-variation-settings: "slnt" 0, "wght" 480;
}

.case-detail-intro__client {
  margin: 0;
}

.case-detail-intro__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.case-detail-intro__avatar {
  flex: none;
  width: 40px;
  height: 40px;
  border-radius: 10000px;
  object-fit: cover;
  object-position: 50% 5px;
  background: linear-gradient(90deg, #dadee6 0%, #e1e3eb 100%), #fff;
}

.case-detail-intro__author-name {
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #44474f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.case-detail-intro__author-name:hover {
  color: #2f323b;
}

.case-detail-intro__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
}

.case-detail-intro__tag,
.case-detail-intro__date {
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(68, 71, 79, 0.8);
}

.case-detail-intro__tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.case-detail-intro__tag-hash {
  font-weight: 600;
}

.case-detail-intro__date {
  white-space: nowrap;
}

.case-detail-intro__source {
  margin: 0;
  max-width: 664px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(68, 71, 79, 0.8);
}

.case-detail-hero__figure--press {
  left: 50%;
  top: 0;
  width: min(365px, calc(100% - 48px));
  max-width: 100%;
  height: auto;
  max-height: min(348px, 56vw);
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center;
}

/* Masthead статьи — Figma 0-5818-4-3-1-1 */
.design-root--press-article .press-article-masthead {
  width: 100%;
  max-width: 843px;
  margin: 0 0 40px;
  box-sizing: border-box;
}

.design-root--press-article .case-detail-maincol {
  gap: 0;
}

.press-article-masthead__stage {
  position: relative;
  width: 100%;
  height: 320px;
  min-height: 320px;
  border-radius: 6px;
  overflow: hidden;
  box-sizing: border-box;
}

.press-article-masthead__hero-bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: 6px;
  background: linear-gradient(90deg, #dadee6 0%, #e1e3eb 100%);
  pointer-events: none;
}

.press-article-masthead__title {
  position: absolute;
  z-index: 2;
  left: 32px;
  top: 32px;
  width: min(483px, calc(100% - 328px));
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 28px;
  font-weight: 480;
  line-height: 108%;
  letter-spacing: -0.02em;
  color: #2f323b;
  font-variation-settings: "slnt" 0, "wght" 480;
}

.press-article-masthead__photo {
  position: absolute;
  z-index: 1;
  right: 32px;
  top: 36px;
  width: 264px;
  max-width: min(264px, 45%);
  height: auto;
  max-height: 252px;
  aspect-ratio: 264 / 252;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}

/* Внутри плашки 320px: band top 188px (378−190 в макете) */
.press-article-masthead__source-wrap {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 188px;
  width: min(515px, 61.1%);
  height: 100px;
  box-sizing: border-box;
}

.press-article-masthead__source-band {
  position: absolute;
  inset: 0;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(74, 77, 138, 0.1) 0%, rgba(74, 77, 138, 0) 100%);
  pointer-events: none;
}

.press-article-masthead__logo {
  position: absolute;
  z-index: 1;
  left: 32px;
  top: 20px;
  display: block;
  width: 180px;
  max-width: calc(100% - 64px);
  height: auto;
}

.press-article-masthead__logo-link {
  position: absolute;
  z-index: 1;
  left: 32px;
  top: 20px;
  display: block;
  line-height: 0;
  max-width: calc(100% - 64px);
  text-decoration: none;
}

.press-article-masthead__logo-link .press-article-masthead__logo {
  position: static;
  left: auto;
  top: auto;
  max-width: 100%;
}

.press-article-masthead__logo-link:hover .press-article-masthead__logo,
.press-article-masthead__logo-link:focus-visible .press-article-masthead__logo {
  opacity: 0.75;
}

.press-article-masthead__logo-link:focus-visible {
  outline: 2px solid rgba(74, 77, 138, 0.55);
  outline-offset: 2px;
  border-radius: 2px;
}

.press-article-masthead__source-text {
  position: absolute;
  z-index: 2;
  left: 32px;
  top: 62px;
  right: 16px;
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #44474f;
}

.press-article-masthead__source-text :where(p, div) {
  margin: 0;
}

.press-article-masthead__source-text a {
  color: #4a4d8a;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.press-article-masthead__source-text a:hover,
.press-article-masthead__source-text a:focus-visible {
  color: #2f323b;
}

.press-article-masthead__journal {
  position: absolute;
  z-index: 2;
  left: 32px;
  top: 62px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #44474f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.press-article-masthead__journal:hover {
  color: #2f323b;
}

.press-article-masthead__foot {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  width: 100%;
  margin-top: 24px;
  box-sizing: border-box;
}

/* Rectangle 891 — под тегами и действиями */
.press-article-masthead__rule {
  display: block;
  width: 100%;
  max-width: 843px;
  height: 1px;
  margin: 24px 0 0;
  padding: 0;
  border: 0;
  background: #d9d9d9;
  flex-shrink: 0;
  box-sizing: border-box;
}

.press-article-masthead__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  max-width: 100%;
}

.press-article-masthead__tag,
.press-article-masthead__date {
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(68, 71, 79, 0.8);
}

.press-article-masthead__tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: rgba(68, 71, 79, 0.8);
  transition: color 0.15s ease;
}

a.press-article-masthead__tag:hover,
a.press-article-masthead__tag:focus-visible {
  color: #4a4d8a;
}

.press-article-masthead__tag-hash {
  font-weight: 600;
}

.press-article-masthead__date {
  white-space: nowrap;
}

.press-article-masthead__actions {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.press-article-masthead__action {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  font: inherit;
  text-decoration: none;
  color: inherit;
}

a.press-article-masthead__action {
  gap: 12px;
}

.press-article-masthead__action-label {
  font-family: Manrope, Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.01em;
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.press-article-masthead__action-icon {
  flex: none;
  display: block;
  width: 14px;
  height: 14px;
}

/* Маркированный список (точки) — клиент, причины в «Ситуации» */
.case-detail-dot-list {
  margin: 0;
  padding: 0 0 0 1.35em;
  list-style-type: disc;
  list-style-position: outside;
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  color: #44474f;
  box-sizing: border-box;
}

.case-detail-dot-list > li {
  margin: 0;
  padding: 0;
}

.case-detail-intro__client.case-detail-dot-list > li + li {
  margin-top: 0;
}

.case-detail-article__stack--situation .case-detail-dot-list > li + li {
  margin-top: 32px;
}

.case-detail-article__h2 {
  margin: 0;
  width: 100%;
  font-family: Inter, system-ui, sans-serif;
  font-size: 28px;
  line-height: 108%;
  font-weight: 480;
  letter-spacing: -0.02em;
  color: #2f323b;
  font-variation-settings: "slnt" 0, "wght" 480;
}

.case-detail-article__h2[id],
.case-detail-article__h3[id],
.press-article-body h2[id],
.press-article-body h3[id] {
  scroll-margin-top: 132px;
}

/* Секции статьи: кикер отдельно; дальше блоки с явными отступами */
.case-detail-article__situation-wrap,
.case-detail-article__tasks-wrap,
.case-detail-article__result-wrap,
.case-detail-solutions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--case-article-y-gap);
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}

.case-detail-article__result-wrap {
  gap: var(--case-article-y-gap);
}

.case-detail-article__stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}

.case-detail-article__stack--tasks {
  gap: 24px;
}

.case-detail-tasks-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.case-detail-article__p {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  color: #44474f;
}

.case-detail-article__lead-strong {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  color: #2f323b;
}

.case-detail-article__strong {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  color: #2f323b;
}

.case-detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.case-detail-list__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
}

.case-detail-list__bullet {
  flex: none;
  width: 20px;
  height: 21px;
  margin-top: 2px;
  line-height: 0;
}

.case-detail-list__bullet img {
  display: block;
  width: 20px;
  height: 21px;
  object-fit: contain;
}

.case-detail-list__text {
  flex: 1;
  min-width: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  color: #44474f;
}

/* Grid: сломанная разметка TinyMCE (cap/body соседями) не уезжает в центр. */
.case-detail-quote {
  display: grid;
  grid-template-columns: 2px minmax(0, 1fr);
  column-gap: 32px;
  row-gap: 12px;
  align-items: start;
  justify-items: start;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.case-detail-quote:not(:has(> .case-detail-quote__bar)) {
  grid-template-columns: minmax(0, 1fr);
  border-left: 2px solid #7c9abf;
  padding-left: 32px;
  column-gap: 0;
}

.case-detail-quote > .case-detail-quote__body:empty,
.case-detail-quote > .case-detail-quote__body:has(> .case-detail-quote__body:only-child:empty) {
  display: none;
}

.case-detail-quote__bar {
  grid-column: 1;
  grid-row: 1 / -1;
  width: 2px;
  min-height: 48px;
  height: 100%;
  background: #7c9abf;
  border-radius: 1px;
}

.case-detail-quote > :not(.case-detail-quote__bar) {
  grid-column: 2;
  min-width: 0;
  max-width: 100%;
}

.case-detail-quote:not(:has(> .case-detail-quote__bar)) > * {
  grid-column: 1;
}

.case-detail-quote__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.case-detail-quote__cap {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px;
  line-height: 140%;
  font-weight: 500;
  color: #2f323b;
}

.case-detail-quote__text {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
  font-style: italic;
  color: #44474f;
}

.case-detail-figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 500px;
  padding: 60px;
  gap: 10px;
  box-sizing: border-box;
  background: #f3f3f3;
  border-radius: 6px;
}

.case-detail-figure--house {
  width: 100%;
}

.case-detail-figure__img {
  display: block;
  width: 100%;
  max-width: 476.86px;
  max-height: 380px;
  height: auto;
  object-fit: contain;
  mix-blend-mode: darken;
}

/* Решения из кейса — Frame 560 / 161 */
.case-detail-solutions__grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 32px;
  width: 100%;
}

.case-solution-card {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  padding: 32px;
  box-sizing: border-box;
  background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%), #fff;
  border-radius: 6px;
}

.case-solution-card__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.case-solution-card__head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.case-solution-card__title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 186px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #2f323b;
}

.case-solution-card__icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.case-solution-card__icon img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.case-solution-card__rule {
  display: block;
  width: 100%;
  height: 1px;
  background: #dfdfdf;
  border-radius: 12px;
}

.case-solution-card__text {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #44474f;
}

.case-solution-card__btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 22px 26px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
  border-radius: 8px;
  text-decoration: none;
}

.case-solution-card__btn-label {
  font-family: Manrope, Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
}

.case-solution-card__btn-orb {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 5px;
  box-sizing: border-box;
  background: #e1871f;
  border-radius: 83.33px;
}

.case-solution-card__btn-orb img {
  display: block;
  width: 5px;
  height: 8px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Правая колонка press — Frame 719 + Frame 538 */
.design-root--press-article .press-article-aside-stack {
  flex: 0 0 405px;
  width: 405px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  align-self: flex-start;
  position: sticky;
  top: 24px;
  box-sizing: border-box;
}

.design-root--press-article .press-article-aside-author {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  box-sizing: border-box;
  background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
  border-radius: 6px;
}

.design-root--press-article .press-article-aside-author--mobile {
  display: none;
}

.design-root--press-article .press-article-aside-author__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.design-root--press-article .press-article-aside-author__avatar {
  flex: none;
  width: 80px;
  height: 80px;
  border-radius: 10000px;
  object-fit: cover;
  object-position: 50% 5px;
  background: linear-gradient(90deg, #dadee6 0%, #e1e3eb 100%);
}

.design-root--press-article .press-article-aside-author__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  flex: 1 1 0;
  min-width: 0;
}

.design-root--press-article .press-article-aside-author__name {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #2f323b;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.design-root--press-article .press-article-aside-author__name:hover {
  color: #375172;
}

.design-root--press-article .press-article-aside-author__role {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #44474f;
}

/* Правая колонка — Frame 538 */
.case-detail-aside {
  flex: 0 0 405px;
  width: 405px;
  max-width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 46px;
  padding: 32px;
  background: linear-gradient(135deg, #f3f3f3 0%, #eaeaea 100%);
  border-radius: 6px;
  position: sticky;
  top: 24px;
  align-self: stretch;
}

.design-root--press-article .case-detail-aside.case-detail-aside--desktop {
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  position: static;
  top: auto;
  align-self: stretch;
  justify-content: flex-start;
  gap: 0;
  background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
}

.design-root--press-article .case-detail-aside--desktop .case-detail-aside__bottom {
  margin-top: auto;
  flex-shrink: 0;
}

.design-root--press-article .case-detail-aside--desktop .case-aside-divider {
  display: none;
}

.design-root--press-article .case-aside-block--form {
  gap: 24px;
}

.design-root--press-article .case-aside-form__fields {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.design-root--press-article .case-aside-form__inputs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.design-root--press-article .case-aside-textarea {
  min-height: 100px;
  height: 100px;
  resize: none;
}

.design-root--press-article .case-aside-submit__label {
  font-family: Manrope, Inter, system-ui, sans-serif;
}

/* Десктоп: верх aside = верх hero__shell (иллюстрация выше плашки) */
@media (min-width: 901px) {
  .case-detail-layout {
    align-items: flex-start;
  }

  .case-detail-aside.case-detail-aside--desktop {
    /* margin-top: var(--case-hero-shell-top); */
    align-self: flex-start;
  }

  .design-root--press-article .case-detail-layout {
    align-items: stretch;
  }

  .design-root--press-article .press-article-aside-stack {
    align-self: stretch;
    min-height: 100%;
  }
}

.case-detail-aside--mobile {
  display: none;
}

.case-mobile-contact {
  display: none;
}

.case-detail-aside__top,
.case-detail-aside__bottom {
  width: 100%;
}

.case-detail-aside__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

/* Карточка под «Содержание» (Figma) */
.case-aside-highlights {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  width: 100%;
  padding: 32px;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
}

.case-aside-highlights__row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  align-self: stretch;
}

.case-aside-highlights__icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 2px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
}

.case-aside-highlights__icon img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.case-aside-highlights__text {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #44474f;
}

.case-aside-highlights__rule {
  align-self: stretch;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  flex-shrink: 0;
}

.case-aside-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.case-aside-block--toc {
  gap: 32px;
}

.case-aside-h3 {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #2f323b;
}

.case-aside-toc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.case-aside-toc__row {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.case-aside-toc__row:hover .case-aside-toc__label {
  text-decoration: underline;
}

.case-aside-toc__chev {
  flex: none;
  display: none;
  width: 5px;
  height: 8px;
  margin-top: 1px;
  object-fit: contain;
}

.case-aside-toc__row--current .case-aside-toc__chev {
  display: block;
}

.case-aside-toc__label {
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #44474f;
  opacity: 0.6;
}

.case-aside-toc__row--current .case-aside-toc__label {
  font-weight: 500;
  opacity: 1;
}

.case-aside-divider {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  flex-shrink: 0;
}

.case-aside-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.case-aside-field {
  display: block;
  width: 100%;
  margin: 0;
}

.case-aside-input,
.case-aside-textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 22px;
  border: 0;
  border-radius: 8px;
  background: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #2f323b;
}

.case-aside-textarea {
  min-height: 100px;
  resize: vertical;
}

.case-aside-input::placeholder,
.case-aside-textarea::placeholder,
.case-aside-input::-webkit-input-placeholder,
.case-aside-textarea::-webkit-input-placeholder {
  color: #5c6570 !important;
  -webkit-text-fill-color: #5c6570 !important;
  opacity: 1 !important;
}

.case-aside-input::-moz-placeholder,
.case-aside-textarea::-moz-placeholder {
  color: #5c6570 !important;
  opacity: 1 !important;
}

.case-aside-submit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 64px;
  margin: 0;
  padding: 22px 26px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  box-sizing: border-box;
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%), linear-gradient(90deg, #e6e9ed 0%, #edeef2 100%);
}

.case-aside-submit:hover {
  filter: brightness(1.03);
}

.case-aside-submit__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.case-aside-submit__label {
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #fff;
}

.case-aside-submit__orb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 83.333px;
  background: #e1871f;
  flex-shrink: 0;
}

.case-aside-submit__orb-ico {
  display: block;
  width: 5px;
  height: auto;
  filter: brightness(0) invert(1);
}

.case-aside-consent {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  margin: 0;
}

.case-aside-checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.case-aside-checkbox-ui {
  flex: none;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  box-sizing: border-box;
  border: 1px solid #2f323b;
  border-radius: 4px;
  background: #fff;
  aspect-ratio: 1 / 1;
}

.case-aside-checkbox:checked + .case-aside-checkbox-ui {
  border-color: #375172;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5.2L4.4 8.6L11 1.9' stroke='%23375172' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 10px;
}

.case-aside-consent__text {
  display: inline;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #2f323b;
}

.case-aside-consent__link {
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #2f323b;
  text-decoration: underline;
  text-underline-offset: 1px;
}

.case-aside-consent__link:hover {
  opacity: 0.85;
}

.case-aside-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 900px) {
  #design-root.design-root--press-article {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .design-root--press-article .page-main--press-article {
    width: 100%;
    padding: 0 0 60px;
  }

  /* Колонка 320: поля 25px — как Figma «Моб памятка» */
  .case-detail-stage {
    padding: 20px 25px 0;
  }

  .case-detail-breadcrumbs-fade {
    margin: 32px 0 0;
  }

  .design-root--press-article .case-detail-breadcrumbs__link,
  .design-root--press-article .case-detail-breadcrumbs__sep,
  .design-root--press-article .case-detail-breadcrumbs__current {
    font-size: 10px;
    line-height: 12px;
  }

  .case-detail-layout {
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
  }

  .case-detail-maincol {
    width: 100%;
    gap: 0;
    min-width: 0;
    max-width: 100%;
    overflow-x: clip;
  }

  .design-root--press-article .press-article-body,
  .design-root--press-article .case-detail-article {
    min-width: 0;
    max-width: 100%;
    overflow-x: clip;
  }

  .design-root--press-article .press-article-body img,
  .design-root--press-article .press-article-body .case-detail-article__img,
  .design-root--press-article .press-article-body .aligncenter {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-inline: auto;
  }

  /* Hero моб: 25px у stage; плашка 270×125, фото 254×168 по центру, дата left 33px (8px в колонке) */
  .case-detail-hero {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: 176px;
    margin: 0;
    overflow: visible;
    box-sizing: border-box;
  }

  .case-detail-hero__shell {
    top: 51px;
    left: 0;
    right: auto;
    /* width: min(270px, 100%); */
    width: 100%;
    height: 125px;
    transform: none;
    border-radius: 6px;
  }

  .case-detail-hero__figure {
    top: 0;
    left: 50%;
    right: auto;
    width: min(254px, calc(100% - 16px));
    max-width: 254px;
    height: 168px;
    max-height: 168px;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: center top;
  }

  .case-detail-hero__date {
    left: 8px;
    top: 146px;
    bottom: auto;
    min-width: 69px;
    width: auto;
    height: 22px;
    min-height: 22px;
    padding: 5px 8px;
    gap: 10px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 12px;
  }

  /* Frame 546: шаг 60px между крупными блоками статьи */
  .case-detail-article {
    --case-article-y-gap: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    background: #fff;
  }

  .design-root--press-article .press-article-masthead {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  /* Плашка: слева title+logo+текст, справа иллюстрация — без наложений */
  .design-root--press-article .press-article-masthead__stage {
    height: 176px;
    min-height: 176px;
    padding: 0;
    overflow: hidden;
  }

  .design-root--press-article .press-article-masthead__hero-bg {
    inset: 0;
    height: 100%;
  }

  .design-root--press-article .press-article-masthead__title {
    top: 12px;
    left: 12px;
    right: 108px;
    width: auto;
    max-width: none;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.02em;
    font-variation-settings: "slnt" 0, "wght" 600;
  }

  .design-root--press-article .press-article-masthead__photo {
    top: auto;
    bottom: 0;
    left: auto;
    right: 8px;
    width: 92px;
    height: 88px;
    max-width: 92px;
    max-height: 88px;
    transform: none;
    object-fit: contain;
    object-position: right bottom;
    z-index: 1;
  }

  .design-root--press-article .press-article-masthead__source-wrap {
    top: auto;
    bottom: 0;
    left: 0;
    right: 104px;
    width: auto;
    height: auto;
    min-height: 58px;
    padding: 8px 8px 10px 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 6px;
    box-sizing: border-box;
    z-index: 2;
  }

  .design-root--press-article .press-article-masthead__logo-link {
    position: static;
    left: auto;
    top: auto;
    display: block;
    max-width: 100%;
    line-height: 0;
  }

  .design-root--press-article .press-article-masthead__logo {
    position: static;
    left: auto;
    top: auto;
    display: block;
    width: auto;
    max-width: min(140px, 100%);
    height: auto;
    max-height: 28px;
    object-fit: contain;
    object-position: left center;
  }

  .design-root--press-article .press-article-masthead__logo-link .press-article-masthead__logo {
    position: static;
    left: auto;
    top: auto;
    max-width: min(140px, 100%);
    max-height: 28px;
  }

  .design-root--press-article .press-article-masthead__source-text,
  .design-root--press-article .press-article-masthead__journal {
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .design-root--press-article .press-article-masthead__foot {
    flex-direction: column;
    align-items: stretch;
    margin-top: 16px;
    gap: 12px;
  }

  .design-root--press-article .press-article-masthead__tags {
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 12px;
  }

  .design-root--press-article .press-article-masthead__tag,
  .design-root--press-article .press-article-masthead__date {
    font-size: 10px;
    line-height: 12px;
    color: rgba(68, 71, 79, 0.8);
  }

  .design-root--press-article .press-article-masthead__tag-hash {
    font-weight: 600;
  }

  .design-root--press-article .press-article-masthead__actions {
    margin-left: 0;
    justify-content: flex-start;
    gap: 16px;
  }

  .design-root--press-article .press-article-masthead__action {
    gap: 6px;
  }

  .design-root--press-article .press-article-masthead__action-label {
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
  }

  .design-root--press-article .press-article-masthead__action-icon {
    width: 10px;
    height: 10px;
  }

  .design-root--press-article .press-article-masthead__rule {
    display: none;
  }

  .case-detail-article__situation-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 32px;
    margin-top: 0;
  }

  .case-detail-article__tasks-wrap,
  .case-detail-article__result-wrap,
  .case-detail-solutions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 32px;
    margin-top: 0;
  }

  .case-detail-article__result-wrap {
    margin-bottom: 0;
  }

  .case-detail-article__stack {
    gap: 24px;
  }

  .case-detail-article__h2 {
    font-size: 18px !important;
    line-height: 1.08 !important;
    font-weight: 480;
    letter-spacing: -0.02em;
    font-variation-settings: "slnt" 0, "wght" 480;
  }

  .case-detail-intro__client,
  .case-detail-dot-list,
  .case-detail-article__p,
  .case-detail-article__lead-strong,
  .case-detail-article__strong,
  .case-detail-list__text {
    font-size: 14px !important;
    line-height: 140% !important;
  }

  .case-solution-card__text {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
  }

  .case-detail-article__stack--situation .case-detail-dot-list > li + li {
    margin-top: 24px;
  }

  .case-detail-solutions__grid {
    flex-direction: column;
    gap: 16px;
  }

  .case-solution-card {
    width: 100%;
    gap: 24px;
    padding: 24px;
  }

  .case-solution-card__title {
    font-size: 15px;
    line-height: 100%;
    font-weight: 600;
    max-width: none;
  }

  .case-solution-card__btn {
    padding: 18px 20px;
  }

  .case-solution-card__btn-label {
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
  }

  .case-detail-quote {
    gap: 32px;
  }

  .case-detail-quote__text,
  .case-detail-quote__cap {
    font-size: 14px;
    line-height: 1.4;
  }

  .case-detail-figure {
    max-width: 100%;
    height: 303.28px;
    min-height: 303.28px;
    padding: 60px 20px;
    gap: 10px;
    background: #f3f3f3;
    border-radius: 6px;
    box-sizing: border-box;
    align-self: stretch;
  }

  .case-detail-figure__img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    mix-blend-mode: darken;
  }

  .case-detail-aside--desktop,
  .design-root--press-article .press-article-aside-stack {
    display: none;
  }

  /* Автор — Frame 718: без фона, 60×60 */
  .design-root--press-article .press-article-aside-author--mobile {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
  }

  .design-root--press-article .press-article-aside-author--mobile .press-article-aside-author__row {
    gap: 16px;
    margin: 32px 0;
    width: 100%;
    box-sizing: border-box;
  }

  .design-root--press-article .press-article-aside-author--mobile .press-article-aside-author__avatar {
    width: 60px;
    height: 60px;
  }

  .design-root--press-article .press-article-aside-author--mobile .press-article-aside-author__meta {
    gap: 12px;
  }

  .design-root--press-article .press-article-aside-author--mobile .press-article-aside-author__name {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: -0.02em;
  }

  .design-root--press-article .press-article-aside-author--mobile .press-article-aside-author__role {
    font-size: 12px;
    line-height: 15px;
  }

  /* Содержание — Frame 538 / 564 */
  .design-root--press-article .case-detail-aside--mobile {
    display: flex;
    flex-direction: column;
    position: static;
    width: 100%;
    max-width: none;
    flex: none;
    margin: 0 0 40px;
    padding: 8px;
    gap: 8px;
    border-radius: 6px;
    background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
    align-self: stretch;
    box-sizing: border-box;
    justify-content: flex-start;
  }

  .design-root--press-article .case-detail-aside--mobile .case-aside-block--toc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    padding: 24px;
    margin: 0;
    box-sizing: border-box;
  }

  .design-root--press-article .case-detail-aside--mobile .case-aside-h3 {
    margin: 0;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #2f323b;
  }

  .design-root--press-article .case-detail-aside--mobile .case-aside-toc {
    gap: 16px;
    width: 100%;
  }

  .design-root--press-article .case-detail-aside--mobile .case-aside-toc__row {
    gap: 8px;
  }

  .design-root--press-article .case-detail-aside--mobile .case-aside-toc__chev {
    width: 5px;
    height: 8px;
    margin-top: 0;
  }

  .design-root--press-article .case-detail-aside--mobile .case-aside-toc__label {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    opacity: 0.6;
  }

  .design-root--press-article .case-detail-aside--mobile .case-aside-toc__row--current .case-aside-toc__label {
    font-weight: 500;
    opacity: 1;
  }

  /* Прочие страницы: прежний mobile-aside */
  .case-detail-aside--mobile {
    display: none;
  }

  .design-root--press-article .case-detail-aside--mobile {
    display: flex;
  }

  .case-detail-aside--mobile .case-aside-block--toc {
    gap: 16px;
    padding: 32px 32px 0;
    box-sizing: border-box;
  }

  .case-aside-h3 {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    letter-spacing: -0.02em;
  }

  .case-aside-toc {
    gap: 16px;
  }

  .case-aside-toc__label {
    font-size: 12px;
    line-height: 15px;
  }

  .case-aside-toc__row--current .case-aside-toc__label {
    font-weight: 500;
  }

  .case-aside-consent__text,
  .case-aside-consent__link {
    font-size: 10px;
    line-height: 12px;
  }

  .case-mobile-contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    max-width: none;
    margin-top: 60px;
  }

  .case-mobile-contact__title {
    width: 100%;
    max-width: none;
    margin: 0;
    text-align: center;
    color: #2f323b;
    font-family: Inter, system-ui, sans-serif;
    font-size: 24px;
    font-weight: 480;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-variation-settings: "slnt" 0, "wght" 480;
  }

  .case-mobile-contact__body {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .case-mobile-contact .case-aside-form {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .case-mobile-contact .case-aside-form > div,
  .case-mobile-contact .case-aside-form > div > div {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    width: 100%;
  }

  .case-mobile-contact .case-aside-field {
    width: 100%;
    max-width: none;
  }

  .case-mobile-contact .case-aside-input {
    height: 52px;
    padding: 22px 20px;
    border-radius: 8px;
    background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
    font-size: 12px;
    line-height: 15px;
    color: #44474f;
  }

  .case-mobile-contact .case-aside-textarea {
    height: 90px;
    min-height: 90px;
    padding: 20px;
    border-radius: 8px;
    background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
    font-size: 12px;
    line-height: 15px;
    color: #44474f;
  }

  .case-mobile-contact .case-aside-input::placeholder,
  .case-mobile-contact .case-aside-textarea::placeholder {
    font-size: 12px;
    line-height: 15px;
    color: #44474f;
    opacity: 1;
  }

  .case-mobile-contact .case-aside-submit {
    width: 100%;
    max-width: none;
    height: 52px;
    min-height: 52px;
    padding: 18px 20px;
    border-radius: 8px;
    gap: 6px;
  }

  .case-mobile-contact .case-aside-submit__label {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.01em;
  }

  .case-mobile-contact .case-aside-submit__orb {
    width: 16px;
    height: 16px;
    padding: 4px;
    border-radius: 66.6667px;
  }

  .case-mobile-contact .case-aside-submit__orb-ico {
    width: 3.6px;
    height: 5.72px;
  }

  .case-mobile-contact .case-aside-consent {
    width: 100%;
    max-width: 100%;
    gap: 12px;
    align-items: flex-start;
  }

  .case-mobile-contact .case-aside-checkbox-ui {
    width: 16px;
    height: 16px;
    border-radius: 4px;
  }

  .case-mobile-contact .case-aside-consent__text,
  .case-mobile-contact .case-aside-consent__link {
    font-size: 10px;
    line-height: 12px;
    color: #2f323b;
  }

  .design-root--press-article .page-main--press-article > .method-section {
    margin-top: 60px;
    background: none;
    gap: 32px;
  }

  .design-root--press-article .page-main--press-article > .method-section .method-head {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .design-root--press-article .page-main--press-article > .method-section .method-head .t-h1 {
    width: 100%;
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.05;
    font-weight: 480;
    letter-spacing: -0.03em;
    text-align: center;
    font-variation-settings: "slnt" 0, "wght" 480;
  }
}
