/* Герой главной (home.html) — макет Figma ~1400×737 */

.home-hero {
  --home-hero-aside-h: 280px;
  width: 100%;
  max-width: 1400px;
  margin: 20px auto 140px;
  box-sizing: border-box;
}

.home-hero__shell {
  position: relative;
  width: 100%;
  min-height: 737px;
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
  /* Rectangle 1 */
  background: linear-gradient(102.67deg, #22344d 0.17%, #294366 97.72%);
  backdrop-filter: blur(85px);
}

.home-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  /* Fallback: тот же градиент; кастомный фон — inline из ACF */
  background-image: linear-gradient(102.67deg, #22344d 0.17%, #294366 97.72%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.home-hero__deco {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.home-hero__deco-img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: cover;
  object-position: right center;
}

/* Flex, не grid+contents: Firefox не ставит grid-row внукам display:contents */
.home-hero__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  min-height: 737px;
  padding: 55px 62px 48px 60px;
  box-sizing: border-box;
}

.home-hero__intro {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  max-width: 788px;
  padding-left: 4px;
  box-sizing: border-box;
}

.home-hero__bottom {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 34px;
  min-height: 0;
  width: 100%;
}

.home-hero__solutions {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 32px;
  flex: 1 1 auto;
  width: 100%;
  max-width: 843px;
  min-width: 0;
}

.home-hero__title {
  margin: 0;
  max-width: 784px;
  font-family: Inter, system-ui, sans-serif;
  font-style: normal;
  font-weight: 480;
  font-size: 46px;
  line-height: 105%;
  letter-spacing: -0.03em;
  color: #fff;
  font-variation-settings: "slnt" 0;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}

/* TinyMCE оборачивает заголовок в <strong> — UA даёт bold ~700 вместо макетных 480 */
#design-root .home-hero__title,
#design-root .home-hero__title :is(p, span, strong, b, em, i) {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 480;
  font-style: normal;
  white-space: normal;
}

/* WYSIWYG оборачивает текст в <p> — сбрасываем, чтобы не ломать макет. */
.home-hero__title p,
.home-hero__solutions-title p,
.home-solutions__title p,
.home-services__title p,
.home-services__subtitle p,
.home-outcomes__title p,
.home-advantages__title p,
.home-projects__title p,
.home-clients__title p,
.home-faq__title p,
.home-whats-new__title p,
.home-whats-new__digest-text p,
.home-solutions__subtitle p,
.home-solutions__quote p,
.about-strip__title p,
.about-strip__quote p,
.home-services-item__text p,
.home-outcomes-card__text p,
.home-advantages-card__text p,
.home-faq__lead p {
  margin: 0;
}

.home-hero__lead-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  max-width: 481px;
}

.home-hero__lead {
  margin: 0;
  max-width: 441px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
}

.home-hero__lead p {
  margin: 0;
}

.home-hero__cases-link {
  font-family: Inter, system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.01em;
  color: #e1871f;
  text-decoration: none;
  border-bottom: 1.5px solid currentColor;
  transition:
    color var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1)),
    border-bottom-color var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1));
}

.home-hero__cases-link:hover,
.home-hero__cases-link:focus-visible {
  color: #c56f0f;
  border-bottom-color: #c56f0f;
  -webkit-text-stroke: 0.18px currentColor;
  paint-order: stroke fill;
}

.home-hero__solutions-title {
  margin: 0;
  width: 100%;
  padding-left: 4px;
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 480;
  font-size: 28px;
  line-height: 108%;
  letter-spacing: -0.02em;
  color: #fff;
  font-variation-settings: "slnt" 0;
}

.home-hero__cards-wrap {
  width: 100%;
  max-width: 843px;
  height: var(--home-hero-aside-h);
  min-height: var(--home-hero-aside-h);
  max-height: var(--home-hero-aside-h);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 12px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 12px;
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
}

/* Высота как у .home-hero__aside / aside-hit (макет 280px обёртка, карточки 256) */
.home-hero-card {
  flex: 1 1 0;
  width: 0;
  min-width: 0;
  min-height: 0;
  height: auto;
  max-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  gap: 24px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transform-origin: center center;
  transition:
    transform var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1)),
    border-radius var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1)),
    box-shadow var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1)),
    background var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1));
}

/* Hover по макету (коммент §17): сине-серая заливка + белый текст/иконки */
@media (hover: hover) and (min-width: 901px) {
  .home-hero-card:hover,
  .home-hero-card:focus-visible {
    transform: scale(0.99);
    border-radius: 12px;
    background: #577297;
    box-shadow:
      0 0 0 1.5px rgba(255, 255, 255, 0.45),
      0 10px 28px rgba(32, 52, 80, 0.28);
  }

  /* WYSIWYG кладёт <p> внутрь title/text; вложенный <p> в <p> браузер выносит наружу */
  #design-root a.home-hero-card:hover,
  #design-root a.home-hero-card:focus-visible,
  #design-root a.home-hero-card:hover :is(p, h3, span, strong, b, em, i),
  #design-root a.home-hero-card:focus-visible :is(p, h3, span, strong, b, em, i),
  #design-root a.home-hero-card:hover .home-hero-card__title,
  #design-root a.home-hero-card:focus-visible .home-hero-card__title,
  #design-root a.home-hero-card:hover .home-hero-card__text,
  #design-root a.home-hero-card:focus-visible .home-hero-card__text {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-text-stroke: 0;
  }

  .home-hero-card:hover .home-hero-card__icon img,
  .home-hero-card:focus-visible .home-hero-card__icon img {
    filter: brightness(0) invert(1);
  }
}

.home-hero-card:first-child {
  flex: 1 1 0;
  width: 0;
  max-width: none;
  align-self: stretch;
}

.home-hero-card__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 34px;
}

.home-hero-card__title {
  margin: 0;
  max-width: 200px;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2f323b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  transition:
    color var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1)),
    -webkit-text-fill-color var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1));
}

.home-hero-card__title p,
.home-hero-card__text p {
  margin: 0;
}

.home-hero-card__icon {
  display: inline-flex;
  width: 33px;
  height: 32px;
  flex-shrink: 0;
}

.home-hero-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: filter var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1));
}

.home-hero-card__text {
  margin: 0;
  max-width: 200px;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #44474f;
  transition:
    color var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1)),
    -webkit-text-fill-color var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1));
}

.home-hero__aside {
  flex: 0 0 401px;
  align-self: flex-end;
  position: relative;
  width: 401px;
  max-width: 100%;
  height: var(--home-hero-aside-h);
  min-height: var(--home-hero-aside-h);
  max-height: var(--home-hero-aside-h);
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  gap: 10px;
  box-sizing: border-box;
  border-radius: 12px;
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
  transform-origin: center center;
  transition:
    transform var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1)),
    border-radius var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1)),
    box-shadow var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1));
}

.home-hero__aside-hit {
  position: absolute;
  inset: 0;
  z-index: 4;
  border-radius: inherit;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.home-hero__aside-head,
.home-hero__aside > .home-hero__cta {
  position: relative;
  z-index: 1;
}

.home-hero__aside > .home-hero__cta {
  pointer-events: none;
}

@media (hover: hover) and (min-width: 901px) {
  .home-hero__aside:hover,
  .home-hero__aside:focus-within {
    transform: scale(0.99);
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(20, 35, 55, 0.14);
  }

  .home-hero__aside:hover .home-hero__aside-title,
  .home-hero__aside:focus-within .home-hero__aside-title {
    -webkit-text-stroke: 0.22px currentColor;
    paint-order: stroke fill;
  }
}

.home-hero__aside-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-left: 4px;
  box-sizing: border-box;
}

.home-hero__aside-title {
  margin: 0;
  max-width: 214px;
  font-family: Inter, system-ui, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #fff;
}

.home-hero__bullets {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.home-hero__bullet {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.home-hero__bullet-dot {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #e1871f;
  flex-shrink: 0;
}

.home-hero__bullet span {
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}

.home-hero__cta {
  width: 100%;
  max-width: 337px;
  margin: 0;
  padding: 22px 26px;
  gap: 6px;
  border-radius: 8px;
  background: linear-gradient(90deg, #e5e9f0 0%, #eaecf4 100%);
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
}

.home-hero__cta-label {
  font-family: Manrope, system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #3b495c;
}

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

.home-hero__cta-orb img {
  display: block;
  width: 4.5px;
  height: 7.15px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Следующий блок: решения — 1400px как hero (полотно 1440, .page-main padding 80px) */
.home-solutions {
  position: relative;
  width: calc(100% + 120px);
  max-width: 1400px;
  min-height: 666px;
  margin: 140px -60px 0;
  border-radius: 12px;
  padding: 60px;
  box-sizing: border-box;
  background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
  overflow: hidden;
}

.home-solutions__bg-shape {
  position: absolute;
  width: 486px;
  height: 493px;
  left: -80px;
  top: -166px;
  background-image: url("assets/union-5.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  pointer-events: none;
}

.home-solutions__head {
  position: relative;
  z-index: 1;
  width: 586px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.home-solutions__title {
  margin: 0;
  width: 100%;
  max-width: 509px;
  color: #2f323b;
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: 46px;
  font-weight: 480;
  line-height: 105%;
  letter-spacing: -0.03em;
}

.home-solutions__subtitle {
  margin: 0;
  color: #2f323b;
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.home-solutions__cards {
  position: relative;
  z-index: 1;
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 32px;
}

.home-solutions-card {
  flex: 0 0 calc((100% - 64px) / 3);
  width: calc((100% - 64px) / 3);
  min-width: calc((100% - 64px) / 3);
  max-width: calc((100% - 64px) / 3);
  height: 287px;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 6px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}

.home-solutions-card__title-link {
  color: inherit;
  text-decoration: none;
}

.home-solutions-card__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.home-solutions-card__head {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  min-height: 32px;
}

.home-solutions-card__head--multi {
  min-height: 40px;
}

.home-solutions-card__title {
  margin: 0;
  max-width: 240px;
  color: #2f323b;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.04em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.home-solutions-card__icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  flex-shrink: 0;
}

.home-solutions-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-solutions-card__line {
  width: 100%;
  height: 1px;
  border-radius: 12px;
  background: #dfdfdf;
}

.home-solutions-card__text {
  margin: 0;
  color: #44474f;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.03em;
}

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

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

.home-solutions-card__cta-orb {
  width: 20px;
  height: 20px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 83.3333px;
  background: #e1871f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-solutions-card__cta-orb img {
  width: 4.5px;
  height: 7.15px;
  display: block;
  filter: brightness(0) invert(1);
}

.home-solutions__quote {
  position: relative;
  z-index: 1;
  width: 486px;
  max-width: 100%;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.home-solutions__quote p,
.home-solutions__quote-text {
  margin: 0;
  color: #55585f;
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
}

.home-solutions__quote-text p {
  margin: 0;
}

.home-solutions__quote img {
  width: 26px;
  height: 19px;
  display: block;
}

.home-services {
  position: relative;
  width: 100%;
  max-width: 1281px;
  min-height: 515px;
  margin: 140px auto 0;
  display: grid;
  grid-template-columns: 405px 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 143px;
  row-gap: 22px;
}

.home-services::before {
  content: "";
  position: absolute;
  left: 918px;
  top: 11px;
  width: 1px;
  height: 502px;
  background: #d9d9d9;
}

.home-services::after {
  content: "";
  position: absolute;
  left: 548px;
  top: 262px;
  width: 733px;
  height: 1px;
  background: #d9d9d9;
}

.home-services__intro {
  grid-column: 1;
  grid-row: 1;
  width: 666px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.home-services__title {
  margin: 0;
  width: 348px;
  color: #2f323b;
  font-family: Inter, system-ui, sans-serif;
  font-size: 46px;
  font-weight: 480;
  line-height: 48.3px;
  letter-spacing: -0.03em;
}

.home-services__subtitle {
  margin: 0;
  width: 395px;
  color: #2f323b;
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.home-services__media {
  grid-column: 1;
  grid-row: 2;
  position: relative;
  width: 405px;
  height: 305px;
}

.home-services__media-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 405px;
  height: 181px;
  border-radius: 6px;
  background: linear-gradient(90deg, #dadee6 0%, #e1e3eb 100%);
}

.home-services__media-img {
  position: absolute;
  left: 8px;
  top: 0;
  width: 389px;
  height: 297px;
  object-fit: cover;
  border-radius: 6px;
}

.home-services__content {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.home-services__grid {
  width: 733px;
  min-height: 504px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 100px;
  row-gap: 100px;
}

.home-services-item {
  min-height: 202px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.home-services-item__steps {
  display: flex;
  align-items: center;
  gap: 4px;
  height: 12px;
}

.home-services-item__step {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: #4a658a;
  opacity: 0.2;
}

.home-services-item__step.is-active {
  opacity: 1;
}

.home-services-item__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.home-services-item__title {
  margin: 0;
  color: #2f323b;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.04em;
}

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

.home-services-item__more {
  margin-top: auto;
}

.home-outcomes {
  position: relative;
  width: calc(100% + 120px);
  max-width: 1400px;
  min-height: 436px;
  margin: 140px -60px 0;
  padding: 60px 60px 38px;
  box-sizing: border-box;
  border-radius: 12px;
  background: linear-gradient(135deg, #f3f3f3 0%, #eaeaea 100%);
  display: flex;
  flex-direction: column;
  gap: 90px;
  overflow: hidden;
}

.home-outcomes__deco {
  position: absolute;
  right: 0;
  top: 0;
  width: 401px;
  height: 100%;
  max-height: 436px;
  object-fit: contain;
  object-position: right top;
  pointer-events: none;
  z-index: 0;
}

.home-outcomes__title {
  margin: 0;
  align-self: center;
  position: relative;
  z-index: 1;
  color: #2f323b;
  font-family: Inter, system-ui, sans-serif;
  font-size: 46px;
  font-weight: 480;
  line-height: 48.3px;
  letter-spacing: -0.03em;
}

.home-outcomes__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.home-outcomes-card {
  min-height: 178px;
  border-radius: 6px;
  background: #fff;
  padding: 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}

.home-outcomes-card__badge {
  position: absolute;
  right: 32px;
  top: 0;
  transform: translateY(-50%);
  width: 110px;
  height: 110px;
  border-radius: 1200px;
  border: 10px solid #f0f1f2;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-outcomes-card__badge img {
  display: block;
  object-fit: contain;
}

.home-outcomes-card__title {
  margin: 0;
  color: #2f323b;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.04em;
}

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

.home-advantages {
  width: 100%;
  max-width: 1400px;
  margin: 140px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.home-advantages__title {
  margin: 0;
  width: 100%;
  color: #2f323b;
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: 46px;
  font-weight: 480;
  line-height: 48.3px;
  letter-spacing: -0.03em;
}

.home-advantages__grid {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 32px;
}

.home-advantages-card {
  flex: 0 0 296px;
  width: 296px;
  padding: 32px;
  border-radius: 6px;
  background: #f3f3f3;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.home-advantages-card__head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}

.home-advantages-card__title {
  margin: 0;
  min-height: 40px;
  color: #2f323b;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.04em;
}

.home-advantages-card__icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
}

.home-advantages-card__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

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

.home-projects {
  width: 100%;
  max-width: 1280px;
  margin: 140px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.home-projects__title {
  width: 100%;
  margin: 0;
  color: #2f323b;
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: 46px;
  font-weight: 480;
  line-height: 48.3px;
  letter-spacing: -0.03em;
}

.home-projects__list.case-hub-grid {
  width: 100%;
  max-width: 1280px;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch;
}

.home-project-card {
  width: 624px;
  height: 256px;
  padding: 32px;
  box-sizing: border-box;
  border-radius: 12px;
  background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
  display: flex;
  align-items: flex-end;
  gap: 32px;
}

.home-project-card__content {
  width: 282px;
  height: 192px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}

.home-project-card__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home-project-card__title {
  margin: 0;
  color: #2f323b;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.04em;
}

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

.home-project-card__cta {
  width: 100%;
  height: 64px;
  padding: 22px 26px;
  box-sizing: border-box;
  border-radius: 8px;
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.home-project-card__cta-label {
  font-family: Manrope, Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.01em;
}

.home-project-card__cta-orb {
  width: 20px;
  height: 20px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 83.3333px;
  background: #e1871f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-project-card__cta-orb img {
  width: 4.5px;
  height: 7.15px;
  filter: brightness(0) invert(1);
}

.home-project-card__divider {
  width: 1px;
  height: 192px;
  background: #d9d9d9;
}

.home-project-card__visual {
  width: 213px;
  height: 159px;
  position: relative;
}

.home-project-card__visual-bg {
  position: absolute;
  width: 213px;
  height: 80px;
  left: 0;
  bottom: 0;
  border-radius: 6px;
  background: linear-gradient(90deg, #dadee5 0%, #e1e3eb 100%);
}

.home-project-card__visual-img {
  position: absolute;
  width: 197px;
  height: 151px;
  left: 8px;
  top: 0;
  border-radius: 6px;
  object-fit: cover;
}

.home-projects__all {
  align-self: center;
  display: inline-flex;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: 0.01em;
}

/* FAQ: после блока «Нам доверяют» */
.home-faq {
  width: 100%;
  max-width: 1280px;
  margin: 140px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}

.home-faq__title {
  margin: 0;
  align-self: stretch;
  text-align: center;
  color: #2f323b;
  font-family: Inter, system-ui, sans-serif;
  font-size: 46px;
  font-weight: 480;
  line-height: 105%;
  letter-spacing: -0.03em;
}

.home-faq__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

.home-faq__item {
  width: 100%;
  border-radius: 6px;
  background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
  box-sizing: border-box;
  padding: 22px 32px;
}

.home-faq__item[open] {
  padding-bottom: 32px;
}

.home-faq__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  list-style: none;
  cursor: pointer;
}

.home-faq__summary::marker {
  content: "";
}

.home-faq__summary::-webkit-details-marker {
  display: none;
}

.home-faq__question {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  color: #2f323b;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  text-align: left;
}

.home-faq__toggle {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #dbe0e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-faq__chev {
  position: relative;
  width: 12px;
  height: 12px;
  display: block;
}

.home-faq__chev::before,
.home-faq__chev::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #44474f;
}

.home-faq__chev::before {
  width: 12px;
  height: 2px;
}

.home-faq__chev::after {
  width: 2px;
  height: 12px;
  transition: opacity 0.15s ease;
}

.home-faq__item[open] .home-faq__chev::after {
  opacity: 0;
}

.home-faq__panel {
  margin-top: 22px;
  border-radius: 6px;
  background: #fff;
  padding: 60px;
  box-sizing: border-box;
}

.home-faq__inner {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

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

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

.home-faq__bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.home-faq__bullet {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-faq__bullet-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.home-faq__bullet-icon img {
  display: block;
  width: 20px;
  height: 20px;
}

.home-faq__bullet-text {
  flex: 1 1 auto;
  min-width: 0;
  color: #44474f;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

/* «Новое на сайте» — тот же .method-section / .method-slider, что «Материалы по теме».
   Ниже только дайджест и типографика заголовка. */
.method-section.home-whats-new {
  row-gap: 50px;
}

.home-whats-new__title {
  margin: 0;
  min-width: 0;
  color: #2f323b;
  font-family: Inter, system-ui, sans-serif;
  font-size: 46px;
  font-weight: 480;
  line-height: 105%;
  letter-spacing: -0.03em;
}

.home-whats-new .method-slider__track > .knowledge-hub-result-card.home-whats-new__card {
  flex: 0 0 auto;
  width: 405px;
  max-width: min(405px, 100%);
  min-height: 320px;
  height: auto;
  align-self: stretch;
  box-sizing: border-box;
}

.home-whats-new__card {
  position: relative;
  flex: 0 0 405px;
  width: 405px;
  max-width: 405px;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
}

/* Материал в «Новом»: фон/паддинг даёт .knowledge-hub-result-card */
.home-whats-new__card.knowledge-hub-result-card {
  padding: 32px;
  gap: 24px;
  background: #f3f3f3;
  overflow: visible;
}

.home-whats-new__card-hit {
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.home-whats-new__card:not(.home-whats-new__card--digest)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: #dddfe3;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1));
}

.home-whats-new__card:not(.home-whats-new__card--digest) > *:not(.home-whats-new__card-hit) {
  position: relative;
  z-index: 1;
}

/* Материал в «Новом»: без whole-card hover — только элементы-ссылки */

.home-whats-new__surface {
  position: relative;
  align-self: stretch;
  min-height: 130px;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 6px;
  background: linear-gradient(90deg, #dadee6 0%, #e1e3eb 100%);
}

.home-whats-new__surface-main {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  max-width: calc(100% - 187px);
}

.home-whats-new__type-ico {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.home-whats-new__labels {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}

.home-whats-new__kind {
  color: #2f323b;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.home-whats-new__date {
  color: #2f323b;
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: -0.01em;
  opacity: 0.6;
}

.home-whats-new__thumb {
  position: absolute;
  width: 179px;
  height: 152px;
  right: 8px;
  bottom: 8px;
  border-radius: 6px;
  object-fit: cover;
  display: block;
  pointer-events: none;
  transform-origin: right bottom;
  transition: transform var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1));
}

.home-whats-new__card-foot {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 9px;
}

.home-whats-new__card-title {
  margin: 0;
  flex: 1;
  min-width: 0;
  max-width: 280px;
  color: #2f323b;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.01em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}

.home-whats-new__card-more {
  flex-shrink: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 3px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.home-whats-new__card-more img {
  display: block;
  width: 29px;
  height: 10px;
}

.home-whats-new__card--digest {
  flex: 0 0 405px;
  width: 405px;
  max-width: min(405px, 100%);
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
  color: #fff;
}

.home-whats-new .method-slider__track > .home-whats-new__card--digest {
  flex: 0 0 auto;
  align-self: stretch;
  width: 405px;
  max-width: min(405px, 100%);
  box-sizing: border-box;
}

.home-whats-new__digest-visual {
  position: absolute;
  width: 106px;
  height: 87px;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: 0;
  transform: rotate(5deg);
  transform-origin: right top;
  transition: transform var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1));
}

.home-whats-new__digest-inner {
  position: relative;
  flex: 1;
  align-self: stretch;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  isolation: isolate;
}

.home-whats-new__digest-visual-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right top;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.18));
}

.home-whats-new__digest-text {
  margin: 0;
  position: relative;
  z-index: 1;
  max-width: 220px;
  color: #fff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: -0.01em;
}

.home-whats-new__digest-cta {
  position: relative;
  z-index: 2;
  align-self: stretch;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 22px 26px;
  gap: 6px;
  border-radius: 8px;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(90deg, #e6e9ed 0%, #edeef2 100%);
  transition:
    background var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1)),
    border-radius var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1));
}

.home-whats-new__digest-cta-label {
  font-family: Manrope, Inter, system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #4a5b73;
  transition: color var(--cta-duration, 0.45s) var(--cta-ease, cubic-bezier(0.25, 0.1, 0.25, 1));
}

@media (hover: hover) and (min-width: 901px) {
  .home-whats-new__card--digest:hover {
    transform: scale(0.99);
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(20, 35, 55, 0.14);
  }

  .home-whats-new__card--digest:hover .home-whats-new__digest-visual {
    transform: rotate(2deg) scale(0.99);
  }

  .home-whats-new__card--digest:hover .home-whats-new__digest-cta {
    background: #fff;
    border-radius: 12px;
  }

  .home-whats-new__card--digest:hover .home-whats-new__digest-cta-label {
    color: #4973a7;
    -webkit-text-stroke: 0.18px currentColor;
    paint-order: stroke fill;
  }
}

.home-whats-new__digest-cta-orb {
  width: 20px;
  height: 20px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 83.333px;
  background: #e1871f;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.home-whats-new__digest-cta-orb img {
  display: block;
  width: 4.5px;
  height: 7.15px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}


.home-clients {
  width: 100%;
  max-width: 1280px;
  min-width: 0;
  margin: 140px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  overflow-x: clip;
}

.home-clients__title {
  margin: 0;
  width: 302px;
  max-width: 100%;
  color: #2f323b;
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: 46px;
  font-weight: 480;
  line-height: 105%;
  letter-spacing: -0.03em;
}

/* Планшет 901–1100: шапка по ширине hero (1400px, поля 20px) */
html.header-compact:not(.responsive-layout) body.page-home .site-header__inner {
  width: min(1400px, calc(100% - 40px));
  max-width: min(1400px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  /* Главная: 5px по бокам; 64px под fixed header (page.css) */
  body.page-home #design-root.design-root--academy,
  #design-root.design-root--academy:has(> section.home-hero) {
    padding-top: 64px !important;
    padding-left: 5px;
    padding-right: 5px;
  }

  /* После hero: 25px до края экрана (5px у #design-root + 20px у main) */
  #design-root.design-root--academy:has(> section.home-hero) > main.page-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  #design-root.design-root--academy:has(> section.home-hero) .site-header__inner,
  body.page-home .site-header__inner {
    width: calc(100vw - 10px);
    max-width: calc(100vw - 10px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
  }


  /* Ритм контента главной (боковые 25px — см. :has(> section.home-hero) > main выше) */
  #design-root.design-root--academy > main.page-main {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-bottom: 56px;
  }

  /* Секции main: 60px сверху; снизу — за счёт padding-top следующей секции */
  #design-root.design-root--academy:has(> section.home-hero) main.page-main > section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 0;
    box-sizing: border-box;
  }

  #design-root.design-root--academy:has(> section.home-hero) main.page-main > section.home-solutions {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* home-whats-new = method-section: боковые поля как у «Материалы по теме» */
  #design-root.design-root--academy:has(> section.home-hero) main.page-main > section.home-whats-new {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  body.page-home .home-hero,
  .home-hero {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  /* 20px от site-header до home-hero */
  #design-root.design-root--academy:has(> section.home-hero) > section.home-hero {
    width: 100%;
    max-width: none;
    margin: 20px 0 0;
    padding: 0;
    box-sizing: border-box;
  }

  .home-hero__shell {
    position: relative;
    width: 100%;
    max-width: none;
    min-height: 0;
    height: auto;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .home-hero__bg {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    transform: none;
    border-radius: inherit;
    background-image: linear-gradient(102.67deg, #22344d 0.17%, #294366 97.72%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .home-hero__deco {
    inset: auto;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* object-fit: scale-down; */
  }

  .home-hero__deco-img {
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    min-width: 140%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: right top;
  }

  .home-hero__body {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 96px;
    min-height: 0;
    padding: 20px 20px 20px;
    box-sizing: border-box;
  }

  .home-hero__bottom {
    display: flex;
    flex: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    min-width: 0;
  }

  /* Frame 394 — intro, ширина в % от макета 264/310 */
  .home-hero__intro {
    width: 100%;
    max-width: 85.16%;
    margin: 0;
    align-self: flex-start;
    gap: 16px;
    padding-left: 0;
    box-sizing: border-box;
  }

  .home-hero__title {
    max-width: 100%;
    width: 100%;
    font-size: 24px;
    line-height: 105%;
    font-weight: 480;
    letter-spacing: -0.03em;
    color: #fff;
    font-variation-settings: "slnt" 0;
  }

  /* WYSIWYG inline font-size (46px из редактора) — mobile layout 24px */
  #design-root .home-hero__title,
  #design-root .home-hero__title p,
  #design-root .home-hero__title span,
  #design-root .home-hero__title strong,
  #design-root .home-hero__title b,
  #design-root .home-hero__title [style*="font-size"] {
    font-size: 24px !important;
    line-height: 105% !important;
    letter-spacing: -0.03em;
    font-weight: 480 !important;
  }

  .home-hero__lead-block {
    max-width: 100%;
    width: 100%;
    gap: 12px;
  }

  .home-hero__lead {
    max-width: none;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
  }

  .home-hero__cases-link {
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    line-height: 125%;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #e1871f;
    text-decoration: underline;
    border-bottom: none;
  }

  .home-hero__solutions {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    margin: 0;
    align-items: stretch;
    gap: 16px;
    align-self: stretch;
  }

  /* Heading 2 — 267/310 от ширины shell */
  .home-hero__solutions-title {
    margin: 0;
    padding-left: 0;
    width: 100%;
    max-width: 86.13%;
    font-size: 18px;
    line-height: 108%;
    font-weight: 480;
    letter-spacing: -0.02em;
    color: #fff;
    font-variation-settings: "slnt" 0;
  }

  /* Frame 104 — карточки на всю ширину body */
  .home-hero__cards-wrap {
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0;
    padding: 0;
    gap: 6px;
    border-radius: 0;
    background: transparent;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
  }

  .home-hero-card {
    width: 100%;
    max-width: none;
    min-height: 108px;
    height: auto;
    max-height: none;
    overflow: visible;
    padding: 20px;
    gap: 8px;
    border-radius: 8px;
    flex: none;
    justify-content: flex-start;
    box-sizing: border-box;
  }

  .home-hero-card:first-child {
    width: 100%;
    max-width: none;
    flex: none;
    align-self: stretch;
  }

  .home-hero-card__head {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    width: 100%;
    max-width: none;
  }

  .home-hero-card__title {
    flex: 1;
    min-width: 0;
    max-width: none;
    margin: 0;
    font-size: 15px;
    line-height: 100%;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #2f323b;
  }

  .home-hero-card__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  .home-hero-card__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  .home-hero-card__text {
    max-width: none;
    width: 100%;
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #44474f;
  }

  /* Frame 151 — 20px от cards-wrap (gap у body), 20px до низа фона (padding-bottom body) */
  .home-hero__aside {
    flex: none;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0;
    margin-top: 0;
    padding: 20px;
    gap: 32px;
    border-radius: 12px;
    align-self: stretch;
    box-sizing: border-box;
  }

  .home-hero__aside-head {
    gap: 12px;
    padding: 0 0 0 4px;
    box-sizing: border-box;
  }

  .home-hero__aside-title {
    max-width: 175px;
    font-size: 15px;
    line-height: 100%;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #fff;
  }

  .home-hero__bullets {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }

  .home-hero__bullet-dot {
    width: 6px;
    height: 6px;
  }

  .home-hero__bullet span {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #fff;
  }

  .home-hero__cta {
    width: 100%;
    max-width: 85.19%;
    margin: 0;
    padding: 18px 20px;
    gap: 6px;
    border-radius: 6px;
    box-sizing: border-box;
  }

  .home-hero__cta-label {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #3b495c;
  }

  .home-hero__cta-orb {
    width: 16px;
    height: 16px;
    padding: 4px;
    box-sizing: border-box;
  }

  /* about-strip: 60px от hero — padding-top секции */
  #design-root.design-root--academy:has(> section.home-hero) main.page-main > section.about-strip {
    padding-top: 60px;
  }

  #design-root.design-root--academy main.page-main .about-strip {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    background: transparent;
  }

  /* Ссылка после метрик: «расплющиваем» верх и сетку в .about-strip (порядок order) */
  #design-root.design-root--academy main.page-main .about-strip__top {
    display: contents;
  }

  #design-root.design-root--academy main.page-main .about-strip__top-left {
    order: 0;
    align-items: flex-start;
    width: 100%;
  }

  #design-root.design-root--academy main.page-main .about-strip__divider {
    display: none;
  }

  #design-root.design-root--academy main.page-main .about-strip__title {
    margin: 0;
    max-width: none;
    text-align: left;
    font-size: 18px;
    line-height: 108%;
    font-weight: 480;
    letter-spacing: -0.02em;
    color: #2f323b;
    font-variation-settings: "slnt" 0;
  }

  #design-root.design-root--academy main.page-main .about-strip__title-accent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: none;
    min-height: 20px;
    height: auto;
    padding: 0 4px;
    margin: 0 6px 0 0;
    box-sizing: border-box;
    border-radius: 4px;
    background: #7c9abf;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    vertical-align: middle;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  #design-root.design-root--academy main.page-main .about-strip__link {
    order: 4;
    align-self: center;
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
    margin: 32px auto 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 125%;
    letter-spacing: 0.01em;
    text-decoration: none;
    text-underline-offset: unset;
    border-bottom: 1.5px solid #375172;
    background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  #design-root.design-root--academy main.page-main .about-strip__body-grid {
    display: contents;
    margin: 0;
    width: 100%;
  }

  #design-root.design-root--academy main.page-main .about-strip__right {
    display: contents;
  }

  #design-root.design-root--academy main.page-main .about-strip__quote {
    order: 1;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    max-width: none;
    margin: 20px 0 0;
    box-sizing: border-box;
  }

  #design-root.design-root--academy main.page-main .about-strip__quote img {
    flex: none;
    width: 26px;
    height: 19px;
    object-fit: contain;
  }

  #design-root.design-root--academy main.page-main .about-strip__quote p {
    flex: 1;
    min-width: 0;
    max-width: none;
    margin: 0;
    font-size: 12px;
    line-height: 15px;
    font-style: italic;
    font-weight: 400;
    color: #55585f;
  }

  #design-root.design-root--academy main.page-main .about-strip__portrait-card {
    order: 2;
    position: relative;
    width: 100%;
    max-width: none;
    height: auto;
    min-height: 200px;
    margin: 24px 0 0;
    border-radius: 6px;
    overflow: visible;
  }

  #design-root.design-root--academy main.page-main .about-strip__portrait-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: min(160px, 55vw);
    max-height: 160px;
    border-radius: 6px;
    background: linear-gradient(90deg, #dadee6 0%, #e1e3eb 100%);
  }

  #design-root.design-root--academy main.page-main .about-strip__portrait-img {
    position: relative;
    display: block;
    transform: none;
    height: auto;
    object-fit: contain;
    border-radius: 6px;
    margin-bottom: 8px;
    z-index: 1;
  }

  #design-root.design-root--academy main.page-main .about-strip__person-chip {
    position: absolute;
    left: 20px;
    bottom: 16px;
    z-index: 2;
    width: auto;
    min-width: 0;
    max-width: calc(100% - 40px);
    padding: 8px 12px;
    border-radius: 6px;
    background: #fff;
  }

  #design-root.design-root--academy main.page-main .about-strip__person-name {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #45474d;
  }

  #design-root.design-root--academy main.page-main .about-strip__person-role {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.01em;
    color: rgba(69, 71, 77, 0.8);
  }

  #design-root.design-root--academy main.page-main .about-strip__metrics {
    order: 3;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    align-items: stretch;
    gap: 10px;
    width: 100%;
    max-width: none;
    margin: 24px 0 0;
  }

  #design-root.design-root--academy main.page-main .about-strip__metric {
    flex: none;
    width: auto;
    max-width: none;
    min-width: 0;
    min-height: 126px;
    height: auto;
    align-self: stretch;
    padding: 16px;
    gap: 12px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #ededed;
    justify-content: space-between;
    align-items: flex-start;
    overflow: visible;
  }

  #design-root.design-root--academy main.page-main .about-strip__metric--h280,
  #design-root.design-root--academy main.page-main .about-strip__metric--h240,
  #design-root.design-root--academy main.page-main .about-strip__metric--h200,
  #design-root.design-root--academy main.page-main .about-strip__metric--h160 {
    min-height: 126px;
    height: auto;
  }

  #design-root.design-root--academy main.page-main .about-strip__metric-value {
    font-size: 24px;
    line-height: 105%;
    font-weight: 480;
    letter-spacing: -0.03em;
    color: #2f323b;
    font-variation-settings: "slnt" 0;
    background: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: #2f323b;
  }

  #design-root.design-root--academy main.page-main .about-strip__metric-label {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #44474f;
    text-align: left;
    max-width: 100%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  /* Group 177518 «Направления»: резина, 5px до края; 60px после about-strip; внутри — у __inner */
  .home-solutions {
    width: 100%;
    max-width: none;
    min-height: 0;
    margin-top: 60px;
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    box-sizing: border-box;
  }

  /* Вылет из padding main (20px) → 5px от края; 60px после about-strip */
  #design-root.design-root--academy:has(> section.home-hero) main.page-main .home-solutions,
  #design-root.design-root--academy:has(> section.home-hero) main.page-main > section.home-solutions {
    width: calc(100% + 40px);
    max-width: none;
    margin-top: 60px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0;
    box-sizing: border-box;
  }

  .home-solutions__inner {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 12px;
    box-sizing: border-box;
    background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
    overflow: hidden;
  }

  .home-solutions__bg-shape {
    width: 196px;
    height: 199px;
    left: calc(50% - 98px - 125px);
    top: -28px;
    opacity: 0.7;
    background-image: url("assets/union-5.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
  }

  .home-solutions__head {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .home-solutions__title {
    margin: 0;
    width: 100%;
    max-width: min(226px, 100%);
    color: #2f323b;
    text-align: center;
    font-family: Inter, system-ui, sans-serif;
    font-size: 24px;
    font-weight: 480;
    line-height: 105%;
    letter-spacing: -0.03em;
    font-variation-settings: "slnt" 0;
  }

  .home-solutions__subtitle {
    margin: 0;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    color: #2f323b;
    text-align: center;
    font-family: Inter, system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
  }

  .home-solutions__cards {
    position: relative;
    z-index: 1;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 100%;
  }

  .home-solutions-card {
    flex: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding: 32px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
  }

  .home-solutions-card__content {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .home-solutions-card__head {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    min-height: 0;
  }

  .home-solutions-card__head--multi {
    align-items: center;
    min-height: 0;
  }

  /* Один размер: WYSIWYG иногда с inline font-size */
  .home-solutions-card__title {
    margin: 0;
    flex: 1;
    min-width: 0;
    max-width: none;
    color: #2f323b;
    font-family: Inter, system-ui, sans-serif;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 100% !important;
    letter-spacing: -0.02em;
  }

  .home-solutions-card__title p,
  .home-solutions-card__title span,
  .home-solutions-card__title [style*="font-size"] {
    margin: 0;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 100% !important;
    letter-spacing: -0.02em;
    color: inherit;
    font-family: inherit;
  }

  .home-solutions-card__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
  }

  .home-solutions-card__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  .home-solutions-card__text {
    margin: 0;
    width: 100%;
    max-width: 100%;
    color: #44474f;
    font-family: Inter, system-ui, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
  }

  .home-solutions-card__cta {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 52px;
    padding: 18px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
  }

  .home-solutions-card__cta-label {
    font-family: Manrope, Inter, system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.01em;
  }

  .home-solutions-card__cta-orb {
    width: 16px;
    height: 16px;
    padding: 4px;
    box-sizing: border-box;
    border-radius: 66.6667px;
  }

  .home-solutions-card__cta-orb img {
    width: 4.4px;
    height: 5.72px;
  }

  .home-solutions__quote {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin: 32px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }

  .home-solutions__quote p,
  .home-solutions__quote-text {
    margin: 0;
    width: 100%;
    color: #55585f;
    text-align: center;
    font-family: Inter, system-ui, sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 15px;
  }

  .home-solutions__quote img {
    width: 26px;
    height: 19px;
    display: block;
  }

  /* Group 177519 «Как обеспечить приживаемость»: моб — резина, 20px от края экрана */
  .home-services {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  #design-root.design-root--academy:has(> section.home-hero) main.page-main .home-services,
  #design-root.design-root--academy:has(> section.home-hero) main.page-main > section.home-services {
    width: calc(100vw - 40px);
    max-width: none;
    margin-bottom: 60px;
    margin-left: calc(20px - 25px);
    margin-right: calc(20px - 25px);
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  .home-services::before,
  .home-services::after {
    display: none;
  }

  .home-services__intro {
    order: 1;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
  }

  .home-services__title {
    margin: 0;
    width: 100%;
    max-width: min(270px, 100%);
    color: #2f323b;
    font-family: Inter, system-ui, sans-serif;
    font-size: 24px;
    font-weight: 480;
    line-height: 105%;
    letter-spacing: -0.03em;
    font-variation-settings: "slnt" 0;
    text-align: center;
  }

  .home-services__subtitle {
    margin: 0;
    width: 100%;
    max-width: min(254px, 100%);
    color: #2f323b;
    font-family: Inter, system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
  }

  .home-services__content {
    order: 2;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-services__media {
    order: 3;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 209px;
    height: auto;
    margin-top: -32px;
  }

  .home-services__media-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 126px;
    max-height: min(126px, 40vw);
    border-radius: 6px;
    background: linear-gradient(90deg, #dadee6 0%, #e1e3eb 100%);
  }

  .home-services__media-img {
    position: absolute;
    left: 50%;
    bottom: 8px;
    top: auto;
    transform: translateX(-50%);
    display: block;
    width: min(264px, calc(100% - 32px));
    max-width: calc(100% - 32px);
    height: auto;
    max-height: min(201px, calc(100% - 24px));
    aspect-ratio: 264 / 201;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 0;
    z-index: 1;
  }

  .home-services__grid {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding-top: 32px;
    border-top: 1px solid #d9d9d9;
    box-sizing: border-box;
  }

  .home-services__grid::after {
    content: "";
    display: block;
    align-self: stretch;
    width: 100%;
    height: 1px;
    margin-top: 32px;
    background: #d9d9d9;
    flex: none;
  }

  .home-services-item + .home-services-item {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #d9d9d9;
  }

  .home-services-item {
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    max-width: 100%;
  }

  .home-services-item__steps {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    width: auto;
    height: auto;
    margin-bottom: 24px;
  }

  .home-services-item__step {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #4a658a;
    opacity: 0.2;
    flex-shrink: 0;
  }

  .home-services-item__step.is-active {
    opacity: 1;
  }

  .home-services-item__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    max-width: 100%;
  }

  .home-services-item__title {
    margin: 0;
    width: 100%;
    max-width: 100%;
    color: #2f323b;
    font-family: Inter, system-ui, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.02em;
  }

  .home-services-item__text {
    margin: 0;
    width: 100%;
    max-width: 100%;
    color: #44474f;
    font-family: Inter, system-ui, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
  }

  .home-services-item__more {
    margin-top: 32px;
    margin-bottom: 0;
    width: auto;
    align-self: flex-start;
  }

  /* Group 177520 «Что получаем на выходе»: моб — резина, 5px до края (310/320), padding 60/20 */
  .home-outcomes {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 60px 20px 36px;
    box-sizing: border-box;
    border-radius: 12px;
    background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
    min-height: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
    overflow: hidden;
  }

  #design-root.design-root--academy:has(> section.home-hero) main.page-main .home-outcomes,
  #design-root.design-root--academy:has(> section.home-hero) main.page-main > section.home-outcomes {
    width: calc(100% + 40px);
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
    box-sizing: border-box;
  }

  .home-outcomes__deco {
    display: none;
  }

  .home-outcomes__title {
    margin: 0;
    align-self: flex-start;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: min(180px, 100%);
    color: #2f323b;
    font-family: Inter, system-ui, sans-serif;
    font-size: 24px;
    font-weight: 480;
    line-height: 105%;
    letter-spacing: -0.03em;
    font-variation-settings: "slnt" 0;
    text-align: left;
  }

  .home-outcomes__grid {
    position: relative;
    z-index: 1;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 42px;
    padding-bottom: 60px;
  }

  .home-outcomes-card {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 140px;
    padding: 24px;
    gap: 32px;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-outcomes-card__title {
    margin: 0;
    padding-right: 76px;
    color: #2f323b;
    font-family: Inter, system-ui, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.02em;
  }

  .home-outcomes-card__text {
    margin: 0;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    color: #44474f;
    font-family: Inter, system-ui, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
  }

  .home-outcomes-card__badge {
    position: absolute;
    top: 0;
    right: 16px;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    border-radius: 1200px;
    border: 6px solid #f0f1f2;
    background: #fff;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .home-outcomes-card__badge img {
    display: block;
    width: auto;
    height: auto;
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
  }

  /* Group 177521 «Наши преимущества»: мобилка, 20px до края экрана, резина */
  .home-advantages {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  #design-root.design-root--academy:has(> section.home-hero) main.page-main .home-advantages {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  .home-advantages__title {
    margin: 0;
    width: auto;
    max-width: min(280px, 100%);
    color: #2f323b;
    text-align: center;
    font-family: Inter, system-ui, sans-serif;
    font-size: 24px;
    font-weight: 480;
    line-height: 105%;
    letter-spacing: -0.03em;
    font-variation-settings: "slnt" 0;
  }

  .home-advantages__grid {
    align-self: stretch;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
  }

  .home-advantages-card {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding: 24px;
    gap: 16px;
    border-radius: 6px;
    background: #f3f3f3;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .home-advantages-card__head {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    min-height: 0;
  }

  .home-advantages-card__title {
    margin: 0;
    flex: 1;
    min-width: 0;
    min-height: 0;
    color: #2f323b;
    font-family: Inter, system-ui, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.02em;
  }

  .home-advantages-card__icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: inline-flex;
  }

  .home-advantages-card__icon img {
    width: 24px;
    height: 24px;
    display: block;
    object-fit: contain;
  }

  .home-advantages-card__text {
    margin: 0;
    width: 100%;
    max-width: 100%;
    color: #44474f;
    font-family: Inter, system-ui, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
  }

  /* Group 177522 «Примеры проектов»: мобилка, резина, по 25px до края экрана (academy + hero) */
  .home-projects {
    margin: 0;
    gap: 32px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    align-items: stretch;
  }

  #design-root.design-root--academy:has(> section.home-hero) main.page-main .home-projects {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

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

  .home-projects__list.case-hub-grid {
    width: 100%;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-projects .case-hub-card--stretch .case-hub-card__inner {
    min-height: 100%;
  }

  .home-projects__all.link-more {
    align-self: center;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  /* Group 177523 «Клиенты»: мобилка, резина, по 25px до края, сетка 3×N как в макете */
  .home-clients {
    margin: 0;
    gap: 32px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    align-items: stretch;
  }

  #design-root.design-root--academy:has(> section.home-hero) main.page-main .home-clients {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

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

  /* Group 177524 «FAQ»: мобилка, резина, по 5px до края экрана (academy + hero) */
  .home-faq {
    margin: 0;
    gap: 32px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    align-items: center;
  }

  /* Вылет из padding main (20px) → 5px до края экрана */
  #design-root.design-root--academy:has(> section.home-hero) main.page-main .home-faq {
    width: calc(100% + 40px);
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
    box-sizing: border-box;
  }

  .home-faq__title {
    margin: 0;
    width: 100%;
    max-width: 100%;
    align-self: stretch;
    text-align: center;
    color: #2f323b;
    font-family: Inter, system-ui, sans-serif;
    font-size: 24px;
    font-weight: 480;
    line-height: 105%;
    letter-spacing: -0.03em;
    font-variation-settings: "slnt" 0;
  }

  .home-faq__list {
    width: 100%;
    max-width: 100%;
    gap: 16px;
  }

  .home-faq__item {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    isolation: isolate;
  }

  .home-faq__item[open] {
    padding-bottom: 10px;
  }

  .home-faq__summary {
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 22px;
    min-height: 0;
  }

  .home-faq__question {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.02em;
    text-align: left;
  }

  .home-faq__toggle {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #dbe0e8;
    padding: 0;
    box-sizing: border-box;
  }

  .home-faq__chev {
    width: 12px;
    height: 12px;
  }

  .home-faq__chev::before {
    width: 12px;
  }

  .home-faq__chev::after {
    height: 12px;
  }

  .home-faq__panel {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    background: #fff;
    padding: 22px;
  }

  .home-faq__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
  }

  .home-faq__lead {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    box-sizing: border-box;
    font-family: Inter, system-ui, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
    color: #44474f;
    font-variation-settings: "slnt" 0;
  }

  /* 16px + column gap 24px = 40px до следующего блока (Frame 439) */
  .home-faq__lead:not(:last-child) {
    margin-bottom: 16px;
  }

  .home-faq__subheading {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-family: Inter, system-ui, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: -0.02em;
    color: #2f323b;
    font-variation-settings: "slnt" 0;
  }

  .home-faq__bullets {
    gap: 16px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .home-faq__bullet {
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .home-faq__bullet-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .home-faq__bullet-icon img {
    width: 12px;
    height: 12px;
    display: block;
    object-fit: contain;
  }

  .home-faq__bullet-text {
    display: block;
    flex: 0 1 auto;
    align-self: stretch;
    min-width: 0;
    margin: 0;
    padding: 0;
    max-width: none;
    box-sizing: border-box;
    font-family: Inter, system-ui, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0;
    color: #44474f;
    font-variation-settings: "slnt" 0;
  }

  /* «Новое на сайте» = method-section: раскладка из page.css; здесь только дайджест */
  .method-section.home-whats-new {
    row-gap: 0;
    gap: 32px;
  }

  .home-whats-new .home-whats-new__title,
  .home-whats-new .method-head .t-h1 {
    margin: 0;
    width: auto;
    max-width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 480;
    font-variation-settings: "wght" 480, "slnt" 0;
    line-height: 105%;
    letter-spacing: -0.03em;
    color: #2f323b;
  }

  .home-whats-new .method-slider__track .home-whats-new__card--digest {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-height: 260px;
    height: auto;
    padding: 24px;
    gap: 24px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #4a658a 0%, #375172 100%), linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
    color: #fff;
    overflow: hidden;
  }

  .home-whats-new__digest-inner {
    min-height: 0;
    gap: 24px;
  }

  .home-whats-new__digest-text {
    max-width: none;
    font-size: 14px;
    line-height: 17px;
  }

  .home-whats-new__digest-cta {
    padding: 16px 18px;
  }

  .home-whats-new__digest-cta-label {
    font-size: 14px;
    line-height: 18px;
  }

  .home-whats-new__digest-cta-orb {
    width: 28px;
    height: 28px;
  }

  .home-whats-new__digest-cta-orb img {
    width: 3.6px;
    height: 5.72px;
  }

  /* Футер: 5px по бокам до края экрана (как hero), снизу 10px; при padding #design-root 23px на главной academy */
  #design-root.design-root--academy:has(> section.home-hero) > footer.site-footer {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  #design-root.design-root--academy .home-hero__body,
  #design-root.design-root--academy main.page-main {
    overflow-wrap: break-word;
  }
}
