/* Страница «Результаты диагностики» */

#design-root.design-root--open-surveys-result {
  background: #fff;
}

.design-root--open-surveys-result .page-main--open-surveys-result {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 32px 20px 80px;
  box-sizing: border-box;
}

/* ---------- Hero ---------- */
.open-surveys-result-hero {
  width: 100%;
}

.open-surveys-result-hero__surface {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 388px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(102.67deg, #22344d 0.17%, #294366 97.72%);
  box-sizing: border-box;
}

.open-surveys-result-hero__surface:has(.open-surveys-result-hero__company:not([hidden])) {
  height: 428px;
}

.open-surveys-result-hero__top-bar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 70px;
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
  border-radius: 12px 12px 0 0;
  z-index: 3;
}

.open-surveys-result-hero__breadcrumbs {
  position: absolute;
  z-index: 4;
  left: 60px;
  top: 26px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
}

.open-surveys-result-hero__crumb {
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
}

.open-surveys-result-hero__crumb--muted {
  opacity: 0.4;
}


.open-surveys-result-hero__crumb--current {
  opacity: 1;
  white-space: nowrap;
}

.open-surveys-result-hero__content {
  position: absolute;
  z-index: 2;
  left: 60px;
  top: 173px;
  width: 602px;
  max-width: calc(100% - 640px);
  box-sizing: border-box;
}

#design-root .open-surveys-result-hero__eyebrow {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #fff;
}

#design-root .open-surveys-result-hero__title {
  margin: 24px 0 0;
  padding: 0 0 10px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 46px;
  font-weight: 480;
  font-variation-settings: "wght" 480, "slnt" 0;
  line-height: 105%;
  letter-spacing: -0.03em;
  color: #fff;
  overflow-wrap: break-word;
}

#design-root .open-surveys-result-hero__title p,
#design-root .open-surveys-result-hero__title span {
  margin: 0;
  padding: 0;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.open-surveys-result-hero__company {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
  margin: 4px 0 0;
  padding: 8px 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: rgba(255, 255, 255, 0.9);
}

.open-surveys-result-hero__company[hidden] {
  display: none !important;
}

.open-surveys-result-hero__company strong {
  font-weight: 600;
  color: #fff;
}

.open-surveys-result-hero__title:has(+ .open-surveys-result-hero__company:not([hidden])) {
  padding-bottom: 8px;
}

.open-surveys-result-hero__aside {
  position: absolute;
  z-index: 1;
  right: 60px;
  top: 130px;
  width: 515px;
  height: 198px;
  overflow: hidden;
}

.open-surveys-result-hero__doc-wrap {
  position: absolute;
  z-index: 2;
  right: 25px;
  top: 0;
  width: 196px;
  height: 226px;
  pointer-events: none;
}

.open-surveys-result-hero__report-card {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 70px;
  width: 515px;
  height: 128px;
  border-radius: 12px;
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
  box-sizing: border-box;
}

.open-surveys-result-hero__doc-blur {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(228, 232, 238, 0.15);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  mask-image: url("assets/open-surveys-result-hero-doc.svg");
  mask-repeat: no-repeat;
  mask-position: right top;
  mask-size: contain;
  -webkit-mask-image: url("assets/open-surveys-result-hero-doc.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: right top;
  -webkit-mask-size: contain;
}

.open-surveys-result-hero__doc {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right top;
}

.open-surveys-result-hero__download {
  position: absolute;
  z-index: 3;
  left: 32px;
  top: 102px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  width: 210px;
  height: 64px;
  padding: 22px 26px;
  border-radius: 8px;
  box-sizing: border-box;
  text-decoration: none;
  background: #e5e9f0;
  pointer-events: auto;
  transition: background 0.2s ease, border-radius 0.2s ease;
}

.open-surveys-result-hero__download:hover,
.open-surveys-result-hero__download:focus-visible {
  background: #fff;
  border-radius: 12px;
}

.open-surveys-result-hero__download:hover .open-surveys-result-hero__download-label,
.open-surveys-result-hero__download:focus-visible .open-surveys-result-hero__download-label {
  color: #4973a7;
}

.open-surveys-result-hero__download-label {
  font-family: Manrope, Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #4a5b73;
  transition: color 0.2s ease;
}

.open-surveys-result-hero__download-orb {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 5px;
  box-sizing: border-box;
  background: #e1871f;
  border-radius: 83.33px;
}

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

/* ---------- Сводный блок индекса (раскладка по ТЗ, фон как в дизайне) ---------- */
.open-surveys-result-overview {
  width: 100%;
  max-width: 1280px;
  margin: 80px auto 0;
  box-sizing: border-box;
}

.open-surveys-result-overview__surface {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
  min-height: 0;
  padding: 48px 64px;
  border-radius: 6px;
  background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
  box-sizing: border-box;
}

.open-surveys-result-overview__score {
  flex: none;
  width: 140px;
  padding-top: 4px;
}

.open-surveys-result-overview__ring {
  position: relative;
  width: 140px;
  height: 140px;
  flex: none;
}

.open-surveys-result-overview__ring-track {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  border: 20px solid rgba(235, 154, 68, 0.2);
  border-radius: 50%;
  pointer-events: none;
}

.open-surveys-result-overview__ring-progress {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#design-root .open-surveys-result-overview__percent {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2f323b;
}

.open-surveys-result-overview__content {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding-top: 8px;
}

#design-root .open-surveys-result-overview__score-label {
  margin: 0;
  width: auto;
  max-width: 100%;
  font-family: Inter, system-ui, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-align: left;
  color: #2f323b;
}

.open-surveys-result-overview__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 14px;
  border-radius: 6px;
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #fff;
  background: var(--osr-tier-bg, var(--osr-tier-color, #eb9a44));
}

.open-surveys-result-overview__badge[hidden] {
  display: none !important;
}

#design-root .open-surveys-result-overview__title {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-variation-settings: normal;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #2f323b;
}

#design-root .open-surveys-result-overview__text {
  margin: 0;
  max-width: 760px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #44474f;
}

/* старые классы на случай кэша */
.open-surveys-result-overview__divider,
.open-surveys-result-overview__score-inner,
.open-surveys-result-overview__top,
.open-surveys-result-overview__meta,
.open-surveys-result-overview__copy {
  display: contents;
}

/* ---------- Направления (Frame 177682) ---------- */
.open-surveys-result-dimensions {
  width: 100%;
  max-width: 1280px;
  margin: 40px auto 0;
  box-sizing: border-box;
}

.open-surveys-result-dimensions__panel {
  display: flex;
  flex-direction: column;
  gap: 24px;
  isolation: isolate;
}

/* Критерий | Оценка | Значение | Рекомендации — как в PDF: узкая Оценка, шире Рекомендации */
.open-surveys-result-dimensions__head {
  position: relative;
  display: grid;
  grid-template-columns: 280px 120px 280px minmax(360px, 1fr);
  gap: 32px;
  align-items: center;
  min-height: 68px;
  padding: 25px 0;
  border-radius: 12px 12px 6px 6px;
  background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
  box-sizing: border-box;
}

.open-surveys-result-dimensions__head-cell {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #2f323b;
  text-align: left;
}

/* как у ячеек строк: отступ только у «Направление» */
.open-surveys-result-dimensions__head-cell--direction {
  padding-left: 24px;
  box-sizing: border-box;
}

.open-surveys-result-dimensions__head-cell--score {
  text-align: center;
}

.open-surveys-result-dimensions__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.open-surveys-result-dimensions__row {
  display: grid;
  grid-template-columns: 280px 120px 280px minmax(360px, 1fr);
  gap: 32px;
  align-items: flex-start;
  min-height: 90px;
}

.open-surveys-result-dimensions__direction {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-left: 24px;
  box-sizing: border-box;
}

#design-root .open-surveys-result-dimensions__name {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 28px;
  font-weight: 480;
  font-variation-settings: "wght" 480, "slnt" 0;
  line-height: 108%;
  letter-spacing: -0.02em;
  color: #4a658a;
}

#design-root .open-surveys-result-dimensions__desc {
  margin: 0;
  max-width: 202px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #44474f;
}

.open-surveys-result-dimensions__score {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 120px;
}

.open-surveys-result-dimensions__ring {
  position: relative;
  width: 90px;
  height: 90px;
  flex: none;
}

.open-surveys-result-dimensions__ring-track {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  border: 12px solid rgba(235, 154, 68, 0.2);
  border-radius: 50%;
  pointer-events: none;
}

.open-surveys-result-dimensions__ring-progress {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#design-root .open-surveys-result-dimensions__percent {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.04em;
  color: #2f323b;
  pointer-events: none;
}

.open-surveys-result-dimensions__interpret {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 296px;
  padding-right: 16px;
  box-sizing: border-box;
}

#design-root .open-surveys-result-dimensions__status {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
  color: #2f323b;
}

#design-root .open-surveys-result-dimensions__status-text {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #44474f;
}

.open-surveys-result-dimensions__recommend {
  width: 405px;
  padding-right: 24px;
  box-sizing: border-box;
}

#design-root .open-surveys-result-dimensions__recommend-text {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #44474f;
}

#design-root .open-surveys-result-dimensions__recommend-line {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

#design-root .open-surveys-result-dimensions__recommend-bullet {
  flex: none;
  width: 0.6em;
  text-align: center;
  line-height: 18px;
}

#design-root .open-surveys-result-dimensions__recommend-line-text {
  flex: 1 1 auto;
  min-width: 0;
}

#design-root .open-surveys-result-dimensions__recommend-line-text a {
  color: #4a658a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#design-root .open-surveys-result-dimensions__recommend-line-text a:hover {
  color: #375172;
}

.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__lead a,
.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__question a {
  color: #4a658a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__lead a:hover,
.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__question a:hover {
  color: #375172;
}

#design-root .open-surveys-result-dimensions__recommend-line + .open-surveys-result-dimensions__recommend-line {
  margin-top: 8px;
}

.open-surveys-result-dimensions__divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
}

/* ---------- Модель (Group 177576) ---------- */
.open-surveys-result-model {
  width: 100%;
  max-width: 1280px;
  margin: 140px auto 0;
  box-sizing: border-box;
}

.open-surveys-result-model__layout {
  display: flex;
  align-items: stretch;
  gap: 32px;
}

.open-surveys-result-model__about {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex: 0 0 515px;
  width: 515px;
  min-height: 465px;
  padding: 32px;
  border-radius: 6px;
  background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
}

.open-surveys-result-model__intro {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}

#design-root .open-surveys-result-model__title {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 28px;
  font-weight: 480;
  font-variation-settings: "wght" 480, "slnt" 0;
  line-height: 108%;
  letter-spacing: -0.02em;
  color: #2f323b;
}

#design-root .open-surveys-result-model__text,
#design-root .open-surveys-result-model__note {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #44474f;
}

#design-root .open-surveys-result-model__title p,
#design-root .open-surveys-result-model__text p {
  margin: 0;
  padding: 0;
  font: inherit;
  letter-spacing: inherit;
  color: inherit;
}

#design-root .open-surveys-result-model__text p + p {
  margin-top: 0.75em;
}

#design-root .open-surveys-result-model__title a,
#design-root .open-surveys-result-model__text a {
  color: #4a658a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#design-root .open-surveys-result-model__title a:hover,
#design-root .open-surveys-result-model__text a:hover {
  color: #375172;
}

.open-surveys-result-model__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}

.open-surveys-result-model__divider {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}

.open-surveys-result-model__figure {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-end;
  min-width: 0;
  max-width: 733px;
  margin: 0;
}

.open-surveys-result-model__caption {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  min-height: 70px;
  margin: 0;
  padding: 24px 32px 26px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-align: center;
  color: #fff;
}

.open-surveys-result-model__visual {
  position: relative;
  width: 100%;
  min-height: 395px;
  aspect-ratio: 733 / 395.03;
  overflow: hidden;
  border-radius: 0 0 6px 6px;
  background: linear-gradient(90deg, #dadee6 0%, #e1e3eb 100%), #f5f8fc;
}

.open-surveys-result-model__diagram {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.open-surveys-result-model__copyright {
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 28px;
  font-weight: 480;
  font-variation-settings: "wght" 480, "slnt" 0;
  line-height: 108%;
  letter-spacing: -0.02em;
  color: #4a658a;
  pointer-events: none;
}

/* ---------- Форма (заявка) ---------- */
.design-root--open-surveys-result .open-surveys-result-invite {
  width: 100%;
  max-width: 1280px;
  margin: 80px auto 0;
  box-sizing: border-box;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__surface {
  position: relative;
  width: 100%;
  min-height: 282px;
  border-radius: 12px;
  background: var(--grad-invite-surface);
  overflow: hidden;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__deco {
  position: absolute;
  top: 0;
  right: 99px;
  width: 488px;
  height: auto;
  display: block;
  pointer-events: none;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__content {
  position: relative;
  z-index: 1;
  width: 1160px;
  max-width: calc(100% - 120px);
  margin: 60px auto;
  box-sizing: border-box;
}

.design-root--open-surveys-result .open-surveys-result-invite__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.design-root--open-surveys-result .open-surveys-result-invite__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  max-width: 720px;
}

#design-root.design-root--open-surveys-result #open-surveys-result-invite-title {
  margin: 0;
  max-width: 720px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 480;
  font-variation-settings: "wght" 480, "slnt" 0;
  line-height: 108%;
  letter-spacing: -0.56px;
  color: #2f323b;
}

.design-root--open-surveys-result .open-surveys-result-invite__benefits {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-width: 720px;
}

#design-root.design-root--open-surveys-result .open-surveys-result-invite__benefits-label,
#design-root.design-root--open-surveys-result .open-surveys-result-invite__benefits-list {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  color: #2f323b;
}

.design-root--open-surveys-result .open-surveys-result-invite__benefits-list {
  padding-left: 20px;
  list-style: disc;
}

.design-root--open-surveys-result .open-surveys-result-invite__benefits-list li + li {
  margin-top: 4px;
}

.design-root--open-surveys-result .open-surveys-result-invite__controls {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__fields {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
  min-width: 0;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__field {
  flex: 1 1 0;
  min-width: 0;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__field input {
  width: 100%;
  height: 64px;
  padding: 22px;
  border: 1px solid #96adcb;
  border-radius: 8px;
  background: #839fc2;
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #fff;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__field input::placeholder,
.design-root--open-surveys-result .open-surveys-result-invite .press-invite__field input::-webkit-input-placeholder {
  color: #5c6570;
  -webkit-text-fill-color: #5c6570;
  opacity: 1;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__field input::-moz-placeholder {
  color: #5c6570;
  opacity: 1;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__field input:focus {
  outline: 2px solid rgba(255, 255, 255, 0.45);
  outline-offset: 0;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__submit {
  flex: none;
  width: 260px;
  height: 64px;
  margin: 0;
  padding: 22px 26px;
  border: 0;
  border-radius: 8px;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  background: #e5e9f0;
  transition: background 0.2s ease, border-radius 0.2s ease;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__submit:hover {
  background: #fff;
  border-radius: 12px;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__submit-label {
  font-family: Manrope, Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.01em;
  color: #2f323b;
  transition: color 0.2s ease;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__submit:hover .press-invite__submit-label {
  color: #4973a7;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__submit-orb {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 5px;
  box-sizing: border-box;
  background: #e1871f;
  border-radius: 83.33px;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__submit-orb img {
  display: block;
  width: 5px;
  height: 8px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__consent {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  min-height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__consent input {
  flex: none;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 4px;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  cursor: pointer;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__consent input:checked {
  border-color: #fff;
  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='%237C9ABF' 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;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__consent input:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: 2px;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__consent span {
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__consent span a {
  color: inherit;
  text-decoration: underline;
}

.design-root--open-surveys-result .open-surveys-result-invite .press-invite__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;
}

/* ---------- Что делать дальше? ---------- */
.open-surveys-result-next {
  width: 100%;
  max-width: 1280px;
  margin: 80px auto 0;
  box-sizing: border-box;
}

#design-root.design-root--open-surveys-result #open-surveys-result-next-title {
  margin: 0 auto 40px;
  max-width: 515px;
  text-align: center;
  font-family: Inter, system-ui, sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 480;
  font-variation-settings: "wght" 480, "slnt" 0;
  line-height: 90%;
  letter-spacing: -0.06em;
  color: #2f323b;
}

.open-surveys-result-next__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.open-surveys-result-next__item {
  margin: 0;
}

.open-surveys-result-next__row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 624px;
  align-items: center;
  column-gap: 84px;
  row-gap: 0;
  height: 239px;
  min-height: 239px;
  max-height: 239px;
  padding: 0 15px 0 50px;
  box-sizing: border-box;
  background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
  border-radius: 6px;
  overflow: hidden;
}

.open-surveys-result-next__lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  min-width: 0;
  height: 100%;
  padding-top: 50px;
  box-sizing: border-box;
}

.open-surveys-result-next__step-title {
  margin: 0;
  max-width: 519px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 480;
  font-variation-settings: "wght" 480, "slnt" 0;
  line-height: 108%;
  letter-spacing: -0.56px;
  color: #2f323b;
}

.open-surveys-result-next__row--1 .open-surveys-result-next__step-title {
  max-width: 393px;
}

.open-surveys-result-next__row--2 .open-surveys-result-next__step-title {
  max-width: 519px;
}

.open-surveys-result-next__row--3 .open-surveys-result-next__step-title {
  max-width: 415px;
}

.open-surveys-result-next__arrow {
  position: absolute;
  left: 240px;
  right: auto;
  bottom: 50px;
  z-index: 1;
  display: block;
  width: 316px;
  max-width: none;
  height: auto;
}

.open-surveys-result-next__dots {
  position: absolute;
  left: 50px;
  bottom: 50px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.open-surveys-result-next__dot {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
}

.open-surveys-result-next__dot--dim {
  opacity: 0.2;
}

.open-surveys-result-next__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  height: 209px;
  min-height: 209px;
  max-height: 209px;
  padding: 32px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 6px;
}

.open-surveys-result-next__card-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}

.open-surveys-result-next__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}

.open-surveys-result-next__card-title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #2f323b;
}

.open-surveys-result-next__card-icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.open-surveys-result-next__card-icon img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.open-surveys-result-next__card-rule {
  display: block;
  width: 100%;
  height: 1px;
  background: #dfdfdf;
  border-radius: 12px;
}

.open-surveys-result-next__card-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

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

.open-surveys-result-next__card-bottom {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.open-surveys-result-next__card-bottom .open-surveys-result-next__card-text {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 330px;
}

.open-surveys-result-next__card-bottom--consult .open-surveys-result-next__card-text {
  max-width: 291px;
}

.open-surveys-result-next__card-bottom--tags {
  align-items: flex-end;
  justify-content: space-between;
}

.open-surveys-result-next__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.open-surveys-result-next__tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  box-sizing: border-box;
  background: #eaeaea;
  border-radius: 6px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #44474f;
}

.open-surveys-result-next__tag img {
  display: block;
  width: 12px;
  height: 12px;
}

.open-surveys-result-next__tag-hash {
  font-weight: 600;
}

.open-surveys-result-next__btn {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  width: 190px;
  min-height: 64px;
  padding: 22px 26px;
  box-sizing: border-box;
  border: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease, border-radius 0.2s ease;
}

.open-surveys-result-next__btn:hover {
  background: linear-gradient(180deg, #577297 0%, #476185 100%);
  border-radius: 12px;
}

.open-surveys-result-next__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;
}

.open-surveys-result-next__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;
}

.open-surveys-result-next__btn-orb img {
  display: block;
  width: 4.5px;
  height: 7.15px;
}

@media (max-width: 1320px) {
  .open-surveys-result-hero__content {
    max-width: min(602px, 48%);
  }

  .open-surveys-result-hero__aside {
    right: 20px;
    width: min(515px, 42%);
  }

  .open-surveys-result-hero__report-card {
    width: 100%;
  }

  .open-surveys-result-hero__doc-wrap {
    width: min(196px, 47%);
    height: auto;
    aspect-ratio: 196 / 226;
  }

  .open-surveys-result-next__row {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 624px);
    column-gap: 84px;
  }
}

@media (max-width: 1320px) {
  .open-surveys-result-model__layout {
    flex-direction: column;
  }

  .open-surveys-result-model__about,
  .open-surveys-result-model__figure {
    flex: none;
    width: 100%;
    max-width: none;
  }

  .open-surveys-result-model__about {
    min-height: 0;
  }
}


/* FAQ — Ответы на частые вопросы (home.html) */
.design-root--open-surveys-result .page-main--open-surveys-result > .home-faq {
  width: 100%;
  max-width: 1280px;
  /* Нижний отступ даёт SEO (.expert-hub-intro margin-top: 80px), иначе 140+80 */
  margin: 140px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  box-sizing: border-box;
}

.design-root--open-surveys-result .page-main--open-surveys-result > .home-faq:last-child {
  margin-bottom: 80px;
}

.design-root--open-surveys-result .page-main--open-surveys-result .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;
}

.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
}

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

.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__item[open] {
  padding-bottom: 32px;
}

.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  list-style: none;
  cursor: pointer;
}

.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__summary::marker {
  content: "";
}

.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__summary::-webkit-details-marker {
  display: none;
}

.design-root--open-surveys-result .page-main--open-surveys-result .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;
}

.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__toggle {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #dbe0e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__chev {
  position: relative;
  width: 12px;
  height: 12px;
  display: block;
}

.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__chev::before,
.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__chev::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #44474f;
}

.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__chev::before {
  width: 12px;
  height: 2px;
}

.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__chev::after {
  width: 2px;
  height: 12px;
  transition: opacity 0.15s ease;
}

.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__item[open] .home-faq__chev::after {
  opacity: 0;
}

.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__panel {
  margin-top: 22px;
  border-radius: 6px;
  background: #fff;
  padding: 60px;
  box-sizing: border-box;
}

.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__inner {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

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

.design-root--open-surveys-result .page-main--open-surveys-result .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;
}

.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__bullet {
  display: flex;
  align-items: center;
  gap: 12px;
}

.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__bullet-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.design-root--open-surveys-result .page-main--open-surveys-result .home-faq__bullet-icon img {
  display: block;
  width: 20px;
  height: 20px;
}

.design-root--open-surveys-result .page-main--open-surveys-result .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;
}

@media (max-width: 900px) {
  .design-root--open-surveys-result .page-main--open-surveys-result {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 10px 5px 48px;
  }

  /* Figma «Результаты диагностики моб»: hero→overview 32, overview→dimensions 24, далее 60 */
  .design-root--open-surveys-result .page-main--open-surveys-result > .open-surveys-result-overview {
    margin-top: 32px !important;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result > .open-surveys-result-dimensions {
    margin-top: 24px !important;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result > .open-surveys-result-model,
  .design-root--open-surveys-result .page-main--open-surveys-result > .open-surveys-result-invite,
  .design-root--open-surveys-result .page-main--open-surveys-result > .open-surveys-result-next,
  .design-root--open-surveys-result .page-main--open-surveys-result > .method-section,
  .design-root--open-surveys-result .page-main--open-surveys-result > .home-faq {
    margin-top: 60px !important;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result > .expert-hub-intro {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result > .method-section {
    margin-bottom: 0 !important;
    gap: 32px;
  }

  .open-surveys-result-hero__surface {
    height: 370px;
    min-height: 370px;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    backdrop-filter: blur(85px);
    -webkit-backdrop-filter: blur(85px);
  }

  .open-surveys-result-hero__surface:has(.open-surveys-result-hero__company:not([hidden])) {
    height: 410px;
    min-height: 410px;
  }

  .open-surveys-result-hero__top-bar {
    height: 40px;
    border-radius: 10px 10px 0 0;
  }

  .open-surveys-result-hero__breadcrumbs {
    left: 20px;
    top: 14px;
    /* flex-wrap: wrap; */
    flex-wrap: nowrap;
    gap: 8px;
    max-width: calc(100% - 40px);
    overflow: hidden;
  }

  .open-surveys-result-hero__crumb {
    font-size: 10px;
    line-height: 12px;
    white-space: nowrap;
  }

  .open-surveys-result-hero__crumb--current {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    flex: 1 1 auto;
  }

  .open-surveys-result-hero__content {
    position: absolute;
    left: 20px;
    top: 60px;
    width: calc(100% - 40px);
    max-width: 270px;
    margin: 0;
  }

  #design-root .open-surveys-result-hero__eyebrow {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
  }

  #design-root .open-surveys-result-hero__title {
    margin: 12px 0 0;
    padding: 0;
    font-size: 24px;
    font-weight: 480;
    font-variation-settings: "wght" 480, "slnt" 0;
    line-height: 105%;
    letter-spacing: -0.03em;
  }

  .open-surveys-result-hero__company {
    font-size: 14px;
    line-height: 18px;
  }

  .open-surveys-result-hero__aside {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    pointer-events: none;
  }

  .open-surveys-result-hero__doc-wrap {
    display: block;
    position: absolute;
    left: auto;
    right: 30px;
    top: 210px;
    z-index: 0;
    width: 140px;
    height: 114px;
    pointer-events: none;
  }

  .open-surveys-result-hero__doc {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
  }

  .open-surveys-result-hero__report-card {
    position: absolute;
    left: 20px;
    right: 20px;
    top: auto;
    bottom: 20px;
    z-index: 1;
    width: auto;
    height: 92px;
    padding: 0;
    border-radius: 12px;
    box-sizing: border-box;
    pointer-events: none;
  }

  .open-surveys-result-hero__download {
    position: absolute;
    z-index: 3;
    left: 40px;
    right: 40px;
    top: auto;
    bottom: 40px;
    transform: none;
    width: auto;
    max-width: none;
    height: 52px;
    padding: 18px 20px;
    border-radius: 8px;
    box-sizing: border-box;
    background: #e5e9f0;
    pointer-events: auto;
    transition: background 0.2s ease, border-radius 0.2s ease;
  }

  #design-root.design-root--open-surveys-result .open-surveys-result-hero__download:is(:hover, :active, :focus-visible) {
    background: #fff !important;
    border-radius: 12px;
  }

  #design-root.design-root--open-surveys-result .open-surveys-result-hero__download:is(:hover, :active, :focus-visible) .open-surveys-result-hero__download-label {
    color: #4973a7 !important;
  }

  .open-surveys-result-hero__download-label {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #4a5b73;
  }

  .open-surveys-result-hero__download-orb {
    width: 16px;
    height: 16px;
    padding: 4px;
    border-radius: 66.6667px;
  }

  .open-surveys-result-hero__download-orb img {
    width: 3.6px;
    height: 5.72px;
  }

  .open-surveys-result-overview {
    padding: 0;
  }

  .open-surveys-result-overview__surface {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    width: 100%;
    max-width: none;
    min-height: 0;
    margin: 0;
    padding: 20px 16px;
    box-sizing: border-box;
  }

  .open-surveys-result-overview__score {
    width: 100px;
    padding-top: 0;
  }

  .open-surveys-result-overview__ring {
    width: 100px;
    height: 100px;
  }

  .open-surveys-result-overview__ring-track {
    border-width: 14px;
  }

  .open-surveys-result-overview__ring-progress {
    width: 100px;
    height: 100px;
  }

  #design-root .open-surveys-result-overview__percent {
    font-size: 22px;
  }

  .open-surveys-result-overview__content {
    gap: 12px;
    padding-top: 0;
  }

  #design-root .open-surveys-result-overview__score-label {
    font-size: 16px;
    line-height: 120%;
  }

  .open-surveys-result-overview__badge {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 15px;
  }

  #design-root .open-surveys-result-overview__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.02em;
  }

  #design-root .open-surveys-result-overview__text {
    font-size: 12px;
    line-height: 15px;
    max-width: none;
  }

  .open-surveys-result-dimensions {
    padding: 0;
  }

  .open-surveys-result-dimensions__panel {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    gap: 24px;
  }

  .open-surveys-result-dimensions__head {
    display: none;
  }

  .open-surveys-result-dimensions__body {
    gap: 24px;
  }

  .open-surveys-result-dimensions__divider {
    display: none;
  }

  .open-surveys-result-dimensions__row {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto auto;
    column-gap: 16px;
    row-gap: 16px;
    align-items: center;
    min-height: 0;
    padding: 6px;
    border-radius: 6px;
    background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
    box-sizing: border-box;
  }

  .open-surveys-result-dimensions__row::before {
    content: "";
    /* В одной сетке с title/score — высота по контенту, не фиксированные 96px */
    position: relative;
    grid-column: 1 / -1;
    grid-row: 1;
    z-index: 0;
    align-self: stretch;
    justify-self: stretch;
    width: auto;
    height: auto;
    min-height: 0;
    margin: 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.7);
    pointer-events: none;
  }

  .open-surveys-result-dimensions__direction {
    position: relative;
    z-index: 1;
    grid-column: 1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: auto;
    min-width: 0;
    max-width: none;
    padding: 14px 0 14px 14px;
    box-sizing: border-box;
  }

  #design-root .open-surveys-result-dimensions__name {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: -0.02em;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  #design-root .open-surveys-result-dimensions__desc {
    max-width: none;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .open-surveys-result-dimensions__score {
    position: relative;
    z-index: 1;
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    padding: 14px 14px 14px 0;
    box-sizing: border-box;
  }

  .open-surveys-result-dimensions__ring {
    width: 72px;
    height: 72px;
    overflow: visible;
  }

  .open-surveys-result-dimensions__ring-track {
    border-width: 8px;
  }

  .open-surveys-result-dimensions__ring-progress {
    width: 72px;
    height: 72px;
  }

  #design-root .open-surveys-result-dimensions__percent {
    inset: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.02em;
    white-space: nowrap;
  }

  .open-surveys-result-dimensions__interpret {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: auto;
    max-width: none;
    padding: 0 18px;
    box-sizing: border-box;
  }

  #design-root .open-surveys-result-dimensions__status {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
  }

  #design-root .open-surveys-result-dimensions__status-text {
    font-size: 12px;
    line-height: 15px;
  }

  .open-surveys-result-dimensions__recommend {
    grid-column: 1 / -1;
    grid-row: 3;
    width: auto;
    max-width: none;
    margin: 0 18px;
    padding: 8px 0 18px;
    border-top: 1px solid #e3e3e3;
    box-sizing: border-box;
  }

  .open-surveys-result-dimensions__recommend::before {
    content: attr(data-recommend-label);
    display: block;
    margin-bottom: 8px;
    font-family: Inter, system-ui, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    color: #2f323b;
  }

  .open-surveys-result-dimensions__recommend:not([data-recommend-label])::before,
  .open-surveys-result-dimensions__recommend[data-recommend-label=""]::before {
    content: "Рекомендации по улучшению";
  }

  #design-root .open-surveys-result-dimensions__recommend-text {
    font-size: 12px;
    line-height: 15px;
  }

  .open-surveys-result-model {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .open-surveys-result-model__layout {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .open-surveys-result-model__about {
    width: 100%;
    min-height: 0;
    margin: 0 auto;
    padding: 24px;
    gap: 20px;
    justify-content: flex-start;
    box-sizing: border-box;
  }

  .open-surveys-result-model__intro {
    gap: 12px;
  }

  #design-root .open-surveys-result-model__title {
    font-size: 18px;
    font-weight: 480;
    font-variation-settings: "wght" 480, "slnt" 0;
    line-height: 108%;
    letter-spacing: -0.02em;
  }

  #design-root .open-surveys-result-model__text,
  #design-root .open-surveys-result-model__note {
    font-size: 12px;
    line-height: 15px;
  }

  .open-surveys-result-model__footer {
    gap: 12px;
  }

  .open-surveys-result-model__figure {
    width: 100%;
    margin: 0 auto;
    align-items: stretch;
  }

  .open-surveys-result-model__caption {
    min-height: 70px;
    padding: 24px 32px;
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.02em;
    box-sizing: border-box;
  }

  .open-surveys-result-model__visual {
    min-height: 157px;
    height: 157px;
    aspect-ratio: 291 / 157;
  }

  .open-surveys-result-model__copyright {
    font-size: 20px;
  }

  .design-root--open-surveys-result .open-surveys-result-invite {
    padding: 0;
  }

  .design-root--open-surveys-result .open-surveys-result-invite .press-invite__surface {
    min-height: 0;
    border-radius: 10px;
  }

  .design-root--open-surveys-result .open-surveys-result-invite .press-invite__deco {
    display: none;
  }

  .design-root--open-surveys-result .open-surveys-result-invite .press-invite__content {
    width: auto;
    max-width: none;
    margin: 32px 24px;
  }

  #design-root.design-root--open-surveys-result #open-surveys-result-invite-title {
    font-size: 18px;
    line-height: 108%;
    letter-spacing: -0.02em;
    font-weight: 480;
    font-variation-settings: "wght" 480, "slnt" 0;
  }

  .design-root--open-surveys-result .open-surveys-result-invite .press-invite__row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .design-root--open-surveys-result .open-surveys-result-invite .press-invite__fields {
    flex-direction: column;
    width: 100%;
  }

  .design-root--open-surveys-result .open-surveys-result-invite .press-invite__field,
  .design-root--open-surveys-result .open-surveys-result-invite .press-invite__submit {
    width: 100%;
  }

  .design-root--open-surveys-result .open-surveys-result-invite .press-invite__field input {
    height: 56px;
    padding: 18px 20px;
  }

  .design-root--open-surveys-result .open-surveys-result-invite .press-invite__submit {
    height: 56px;
    transition: background 0.2s ease, border-radius 0.2s ease;
  }

  #design-root.design-root--open-surveys-result .open-surveys-result-invite .press-invite__submit:is(:hover, :active, :focus-visible) {
    background: #fff !important;
    border-radius: 12px;
  }

  #design-root.design-root--open-surveys-result .open-surveys-result-invite .press-invite__submit:is(:hover, :active, :focus-visible) .press-invite__submit-label {
    color: #4973a7 !important;
  }

  .design-root--open-surveys-result .open-surveys-result-invite .press-invite__consent span {
    font-size: 10px;
    line-height: 12px;
  }

  .open-surveys-result-next {
    padding: 0;
  }

  #design-root.design-root--open-surveys-result #open-surveys-result-next-title {
    display: none;
  }

  .open-surveys-result-next__list {
    gap: 24px;
  }

  .open-surveys-result-next__row,
  .open-surveys-result-next__row--2,
  .open-surveys-result-next__row--3 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    height: auto;
    min-height: 0;
    max-height: none;
    padding: 20px;
    box-sizing: border-box;
    background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
    border-radius: 6px;
    overflow: visible;
  }

  .open-surveys-result-next__lead {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    height: auto;
    padding: 0;
  }

  .open-surveys-result-next__dots {
    order: -1;
  }

  .open-surveys-result-next__step-title {
    margin: 0;
    max-width: none;
    font-size: 18px;
    font-weight: 480;
    font-variation-settings: "wght" 480, "slnt" 0;
    line-height: 108%;
    letter-spacing: -0.02em;
  }

  .open-surveys-result-next__row--1 .open-surveys-result-next__step-title,
  .open-surveys-result-next__row--2 .open-surveys-result-next__step-title,
  .open-surveys-result-next__row--3 .open-surveys-result-next__step-title {
    max-width: none;
  }

  .open-surveys-result-next__arrow {
    display: none;
  }

  .open-surveys-result-next__dots {
    position: static;
    left: auto;
    bottom: auto;
    gap: 4px;
  }

  .open-surveys-result-next__dot {
    width: 10px;
    height: 10px;
  }

  .open-surveys-result-next__card {
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    margin: 0 auto;
    padding: 32px;
    box-sizing: border-box;
    gap: 32px;
    background: #fff;
    border-radius: 6px;
  }

  .open-surveys-result-next__card-top {
    gap: 16px;
  }

  .open-surveys-result-next__card-head {
    align-items: center;
    gap: 20px;
  }

  .open-surveys-result-next__card-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.02em;
  }

  .open-surveys-result-next__card-icon {
    width: 24px;
    height: 24px;
  }

  .open-surveys-result-next__card-icon img {
    width: 24px;
    height: 24px;
  }

  .open-surveys-result-next__card-text {
    font-size: 12px;
    line-height: 15px;
  }

  .open-surveys-result-next__card--split {
    gap: 0;
  }

  .open-surveys-result-next__card--split .open-surveys-result-next__card-top {
    gap: 16px;
  }

  .open-surveys-result-next__card--split .open-surveys-result-next__card-bottom {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    margin-top: 16px;
  }

  .open-surveys-result-next__card--split .open-surveys-result-next__card-bottom .open-surveys-result-next__card-text,
  .open-surveys-result-next__card-bottom--consult .open-surveys-result-next__card-text {
    max-width: none;
  }

  .open-surveys-result-next__card--course {
    gap: 16px;
  }

  .open-surveys-result-next__card--course .open-surveys-result-next__card-copy {
    gap: 16px;
  }

  .open-surveys-result-next__card--course .open-surveys-result-next__card-bottom--tags {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .open-surveys-result-next__tags {
    gap: 6px;
  }

  .open-surveys-result-next__tag {
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 10px;
    line-height: 12px;
  }

  .open-surveys-result-next__tag img {
    width: 10px;
    height: 10px;
  }

  .open-surveys-result-next__btn {
    width: 100%;
    height: 52px;
    min-height: 52px;
    padding: 18px 20px;
    border-radius: 8px;
    transition: background 0.2s ease, border-radius 0.2s ease;
  }

  #design-root.design-root--open-surveys-result .open-surveys-result-next__btn:is(:hover, :active, :focus-visible) {
    background: linear-gradient(180deg, #577297 0%, #476185 100%) !important;
    border-radius: 12px;
  }

  .open-surveys-result-next__btn-label {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #fff;
  }

  .open-surveys-result-next__btn-orb {
    width: 16px;
    height: 16px;
    padding: 4px;
    border-radius: 66.6667px;
  }

  .open-surveys-result-next__btn-orb img {
    width: 3.6px;
    height: 5.72px;
  }


/* FAQ — на всю ширину, 5px до края экрана (как decision-invite) */
  .design-root--open-surveys-result .page-main--open-surveys-result > .home-faq {
    width: calc(100vw - 10px);
    max-width: none;
    margin-bottom: 0;
    margin-left: calc(5px + 50% - 50vw);
    margin-right: 0;
    padding: 0;
    gap: 32px;
    box-sizing: border-box;
    align-items: center;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result .home-faq__title {
    margin: 0;
    width: 100%;
    padding: 0 25px;
    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;
    box-sizing: border-box;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result .home-faq__list {
    width: 100%;
    max-width: 100%;
    gap: 16px;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result .home-faq__item {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
    isolation: isolate;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result .home-faq__item[open] {
    padding-bottom: 10px;
  }

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

  .design-root--open-surveys-result .page-main--open-surveys-result .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;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result .home-faq__toggle {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #dbe0e8;
    padding: 0;
    box-sizing: border-box;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result .home-faq__chev {
    width: 12px;
    height: 12px;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result .home-faq__chev::before {
    width: 12px;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result .home-faq__chev::after {
    height: 12px;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result .home-faq__panel {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    background: #fff;
    padding: 22px;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result .home-faq__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result .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) */
  .design-root--open-surveys-result .page-main--open-surveys-result .home-faq__lead:not(:last-child) {
    margin-bottom: 16px;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result .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;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result .home-faq__bullets {
    gap: 16px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result .home-faq__bullet {
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result .home-faq__bullet-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    margin-top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result .home-faq__bullet-icon img {
    width: 12px;
    height: 12px;
    display: block;
    object-fit: contain;
  }

  .design-root--open-surveys-result .page-main--open-surveys-result .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;
  }
}

/* ---------- PDF export (A4 cover + answers, designer layout) ---------- */
@font-face {
  font-family: "Otido PDF";
  src: url("assets/fonts/roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Otido PDF";
  src: url("assets/fonts/roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Otido PDF";
  src: url("assets/fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: "Otido PDF";
  src: url("assets/fonts/roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}

.open-surveys-result-pdf-export {
  position: fixed;
  left: -20000px;
  top: 0;
  width: 595px;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
}

.open-surveys-result-pdf-export.is-capturing {
  /* Safari/mobile: left:-20000px часто даёт пустой canvas / зависание.
     Держим в вьюпорте под страницей (z-index:-1). */
  visibility: visible;
  left: 0 !important;
  top: 0 !important;
  position: fixed !important;
  z-index: -1 !important;
  opacity: 1;
  pointer-events: none;
  transform: none;
}

.open-surveys-result-pdf-export.is-capturing,
.open-surveys-result-pdf-export.is-capturing * {
  font-family: "Otido PDF", Arial, sans-serif !important;
  font-variation-settings: normal !important;
  font-synthesis: none !important;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.open-surveys-result-pdf-export__root {
  width: 595px;
  background: transparent;
}

.open-surveys-result-pdf-export__sheet--cover,
.open-surveys-result-pdf-export__sheet--cover-cont,
.open-surveys-result-pdf-export__sheet--next,
.open-surveys-result-pdf-export__sheet--closing {
  width: 595px;
  height: 842px;
  box-sizing: border-box;
}

.open-surveys-result-pdf-export__sheet--answers {
  width: 595px;
  box-sizing: border-box;
  background: #fff;
}

/* —— PDF sheets: static Figma backgrounds + dynamic overlays —— */
.osr-pdf-sheet {
  position: relative;
  width: 595px;
  height: 842px;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}

.osr-pdf-sheet__bg {
  position: absolute;
  inset: 0;
  width: 595px;
  height: 842px;
  object-fit: fill;
  display: block;
  pointer-events: none;
  z-index: 0;
}

/* Hero title/company over A4-336 banner (badge already in bg) */
.osr-pdf-cover__hero {
  position: absolute;
  left: 30px;
  top: 94px;
  width: 535px;
  height: 105px;
  box-sizing: border-box;
  padding: 28px 20px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  z-index: 1;
  background: transparent;
}

.osr-pdf-cover__title {
  margin: 0;
  max-width: 440px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}

.osr-pdf-cover__company {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.9);
}

.osr-pdf-cover__company[hidden] {
  display: none !important;
}

.osr-pdf-cover__company strong {
  font-weight: 600;
  color: #fff;
}

.osr-pdf-cover__overview {
  position: absolute;
  left: 30px;
  top: 223px;
  width: 535px;
  height: 156px;
  box-sizing: border-box;
  padding: 18px 24px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  border-radius: 4px;
  background: transparent;
  overflow: hidden;
  z-index: 1;
}

.osr-pdf-cover__score {
  flex: none;
  width: 70px;
  padding-top: 2px;
}

.osr-pdf-cover__ring {
  position: relative;
  width: 70px;
  height: 70px;
}

.osr-pdf-cover__ring-track {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 10px solid rgba(235, 154, 68, 0.2);
  box-sizing: border-box;
}

.osr-pdf-cover__ring-progress {
  position: absolute;
  inset: 0;
  display: block;
}

.osr-pdf-cover__percent {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #2f323b;
}

.osr-pdf-cover__content {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding-top: 2px;
}

.osr-pdf-cover__score-label {
  margin: 0;
  max-width: 100%;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #2f323b;
  text-align: left;
}

.osr-pdf-cover__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 3px 8px;
  border-radius: 3px;
  box-sizing: border-box;
  font-family: Inter, system-ui, sans-serif;
  font-size: 8px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  background: var(--osr-tier-bg, var(--osr-tier-color, #eb9a44));
}

.osr-pdf-cover__badge[hidden] {
  display: none !important;
}

.osr-pdf-cover__short {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #2f323b;
}

.osr-pdf-cover__level-text {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  font-size: 7.5px;
  font-weight: 400;
  line-height: 1.3;
  color: #44474f;
}

/* старые классы PDF-оверлея */
.osr-pdf-cover__overview-divider,
.osr-pdf-cover__overview-copy,
.osr-pdf-cover__level {
  display: contents;
}

/* Table: dynamic headers + body (bg A4-336 header bar is blank) */
.osr-pdf-cover__table {
  position: absolute;
  left: 30px;
  top: 403px;
  width: 535px;
  box-sizing: border-box;
  z-index: 1;
}

.osr-pdf-cover__table-head {
  display: flex;
  align-items: center;
  gap: 13.37px;
  height: 30px;
  margin: 0 0 8px;
  padding: 0;
  box-sizing: border-box;
}

.osr-pdf-cover__table-head-cell {
  margin: 0;
  font-size: 8px;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: -0.02em;
  color: #2f323b;
  text-align: left;
}

.osr-pdf-cover__table-head-cell--direction {
  flex: none;
  width: 100px;
  padding-left: 10px;
  box-sizing: border-box;
}

.osr-pdf-cover__table-head-cell--score {
  flex: none;
  width: 50px;
  text-align: center;
}

.osr-pdf-cover__table-head-cell--interpret {
  flex: none;
  width: 123.72px;
}

.osr-pdf-cover__table-head-cell--recommend {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 10px;
  box-sizing: border-box;
}

.osr-pdf-cover__table-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.osr-pdf-cover__row {
  display: flex;
  align-items: flex-start;
  gap: 13.37px;
  min-height: 38px;
  padding: 0;
  box-sizing: border-box;
}

/* Продолжение рекомендаций на след. листе — без повторного критерия/оценки/значения */
.osr-pdf-cover__row--continuation .osr-pdf-cover__col-dir,
.osr-pdf-cover__row--continuation .osr-pdf-cover__col-score,
.osr-pdf-cover__row--continuation .osr-pdf-cover__col-status {
  visibility: hidden;
}

.osr-pdf-cover__divider {
  align-self: stretch;
  height: 1px;
  background: linear-gradient(101.48deg, #f3f3f3 0%, #eaeaea 100%);
  flex: none;
}

.osr-pdf-cover__col-dir {
  flex: none;
  width: 100px;
  padding-left: 10px;
  box-sizing: border-box;
}

.osr-pdf-cover__name {
  margin: 0 0 3.34px;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #4a658a;
}

.osr-pdf-cover__desc {
  margin: 0;
  font-size: 8px;
  font-weight: 400;
  line-height: 10px;
  color: #44474f;
}

.osr-pdf-cover__col-score {
  flex: none;
  width: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.osr-pdf-cover__mini-ring {
  position: relative;
  width: 37.62px;
  height: 37.62px;
}

.osr-pdf-cover__mini-ring-track {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 5.02px solid rgba(235, 154, 68, 0.2);
  box-sizing: border-box;
}

.osr-pdf-cover__mini-ring-progress {
  position: absolute;
  inset: 0;
  display: block;
  width: 37.62px;
  height: 37.62px;
}

.osr-pdf-cover__mini-percent {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-size: 8.36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #2f323b;
}

.osr-pdf-cover__col-status {
  flex: none;
  width: 123.72px;
}

.osr-pdf-cover__status {
  margin: 0 0 4px;
  font-size: 8px;
  font-weight: 600;
  line-height: 10px;
  color: #2f323b;
}

.osr-pdf-cover__status-text,
.osr-pdf-cover__recommend-text {
  margin: 0;
  font-size: 8px;
  font-weight: 400;
  line-height: 10px;
  color: #44474f;
}

.osr-pdf-cover__recommend-text .open-surveys-result-dimensions__recommend-line {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.osr-pdf-cover__recommend-text .open-surveys-result-dimensions__recommend-bullet {
  flex: none;
  width: 0.55em;
  text-align: center;
  line-height: 10px;
}

.osr-pdf-cover__recommend-text .open-surveys-result-dimensions__recommend-line-text {
  flex: 1 1 auto;
  min-width: 0;
}

.osr-pdf-cover__recommend-text .open-surveys-result-dimensions__recommend-line-text a {
  color: #4a658a;
  text-decoration: underline;
  text-underline-offset: 1px;
  /* html2canvas надёжнее рисует нижнюю границу, чем text-decoration */
  border-bottom: 0.5px solid #4a658a;
}

.osr-pdf-cover__recommend-text .open-surveys-result-dimensions__recommend-line + .open-surveys-result-dimensions__recommend-line {
  margin-top: 4px;
}

.osr-pdf-cover__col-recommend {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 10px;
  box-sizing: border-box;
}

.osr-pdf-sheet--continuation {
  background: #fff;
}

.osr-pdf-cover__table--continuation {
  top: 110px;
}

/* A4-332: модель + шаги генерируются из ACF */
.osr-pdf-next__model {
  position: absolute;
  left: 36px;
  top: 92px;
  width: 523px;
  z-index: 1;
  box-sizing: border-box;
}

.osr-pdf-next__model-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 12px;
}

.osr-pdf-next__model-title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #263b59;
}

.osr-pdf-next__model-title p {
  margin: 0;
}

.osr-pdf-next__model-body {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

.osr-pdf-next__model-about {
  flex: 0 0 232px;
  width: 232px;
  box-sizing: border-box;
  padding: 12px 14px;
  background: #f0f3f7;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 168px;
}

.osr-pdf-next__model-text {
  margin: 0;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  color: #2f323b;
}

.osr-pdf-next__model-text p {
  margin: 0;
}

.osr-pdf-next__model-text p + p {
  margin-top: 6px;
}

.osr-pdf-next__model-divider {
  height: 1px;
  margin: 10px 0 8px;
  background: #d5dde8;
}

.osr-pdf-next__model-note {
  margin: 0;
  font-size: 9px;
  font-weight: 400;
  line-height: 12px;
  color: #2f323b;
}

.osr-pdf-next__model-figure {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.osr-pdf-next__model-caption {
  margin: 0;
  padding: 6px 10px;
  background: #3a5578;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  line-height: 11px;
  text-align: center;
  border-radius: 3px 3px 0 0;
}

.osr-pdf-next__model-diagram {
  display: block;
  width: 100%;
  height: auto;
  max-height: 148px;
  object-fit: contain;
  object-position: center top;
  background: #f7f9fb;
  border-radius: 0 0 3px 3px;
}

.osr-pdf-next__steps {
  position: absolute;
  left: 62px;
  width: 471px;
  top: 420px;
  z-index: 1;
  box-sizing: border-box;
}

/* Продолжение шагов на следующем листе — выше, без модели */
.open-surveys-result-pdf-export__sheet--next-cont .osr-pdf-next__steps,
.osr-pdf-next__steps--continuation {
  top: 110px;
}

.osr-pdf-next__steps-title {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #2f323b;
}

.osr-pdf-next__steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.osr-pdf-next__step {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  box-sizing: border-box;
  padding: 6px;
  min-height: 103px;
  background: #ececec;
  border-radius: 6px;
}

.osr-pdf-next__step-union {
  position: absolute;
  left: 66px;
  top: 62px;
  z-index: 2;
  width: 148px;
  height: 22px;
  pointer-events: none;
}

.osr-pdf-next__step-lead {
  flex: 1 1 0;
  align-self: stretch;
  box-sizing: border-box;
  padding: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.osr-pdf-next__step-title {
  margin: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 108%;
  letter-spacing: -0.02em;
  color: #2f323b;
}

.osr-pdf-next__step-dots {
  display: flex;
  align-items: center;
  gap: 2px;
  padding-top: 3px;
}

.osr-pdf-next__step-dot {
  width: 7px;
  height: 7px;
  border-radius: 1px;
  background: linear-gradient(180deg, #4a658a 0%, #375172 100%);
  opacity: 0.2;
}

.osr-pdf-next__step-dot.is-on {
  opacity: 1;
}

.osr-pdf-next__step-card {
  flex: 1 1 0;
  min-width: 0;
  align-self: stretch;
  box-sizing: border-box;
  padding: 12px;
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}

.osr-pdf-next__step-card-title {
  margin: 0;
  font-size: 8px;
  font-weight: 600;
  line-height: 10px;
  color: #2f323b;
}

.osr-pdf-next__step-card-row {
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  min-height: 45px;
}

.osr-pdf-next__step-card-text {
  margin: 0;
  flex: 1 1 0;
  min-width: 0;
  font-size: 8px;
  font-weight: 400;
  line-height: 125%;
  color: #2f323b;
  white-space: pre-line;
}

.osr-pdf-next__qr {
  background: #fff;
  overflow: hidden;
  flex: none;
}

.osr-pdf-next__qr canvas,
.osr-pdf-next__qr img {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.osr-pdf-next__qr--model {
  position: relative;
  width: 52px;
  height: 52px;
}

.osr-pdf-next__qr--step {
  position: relative;
  width: 45px;
  height: 45px;
  mix-blend-mode: hard-light;
}

/* A4-333: блок «Результат» из ACF */
.osr-pdf-closing__result {
  position: absolute;
  left: 62px;
  top: 96px;
  width: 471px;
  z-index: 1;
  box-sizing: border-box;
}

.osr-pdf-closing__result-title {
  margin: 0 0 10px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #2f323b;
}

.osr-pdf-closing__result-panel {
  position: relative;
  box-sizing: border-box;
  padding: 16px;
  background: linear-gradient(135deg, #f3f3f3 0%, #eaeaea 100%);
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.osr-pdf-closing__result-line {
  position: absolute;
  left: 23px;
  top: 23px;
  width: 413px;
  height: 1px;
  background: #7c9abf;
}

.osr-pdf-closing__result-line-end {
  position: absolute;
  left: 436px;
  top: 17px;
  z-index: 2;
  display: block;
  width: 13px;
  height: 13px;
  object-fit: contain;
  background: #efefef;
  box-shadow: 0 0 0 4px #efefef;
}

.osr-pdf-closing__result-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.osr-pdf-closing__result-item {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
}

.osr-pdf-closing__result-icon {
  position: relative;
  z-index: 1;
  display: block;
  width: 13px;
  height: 13px;
  object-fit: contain;
  background: #efefef;
  box-shadow: 0 0 0 4px #efefef;
}

.osr-pdf-closing__result-icon--arrow,
.osr-pdf-closing__result-icon--check {
  width: 13px;
  height: 13px;
  background: transparent;
  box-shadow: none;
}

.osr-pdf-closing__result-icon--arrow {
  background: url("../assets/pdf-result-icon-arrow.svg") center / contain no-repeat;
}

.osr-pdf-closing__result-icon--check {
  background: url("../assets/pdf-result-icon-check.svg") center / contain no-repeat;
}

.osr-pdf-closing__result-icon--arrow::before,
.osr-pdf-closing__result-icon--check::before {
  content: none;
}

.osr-pdf-closing__result-item-title {
  margin: 0;
  font-size: 8px;
  font-weight: 600;
  line-height: 8px;
  color: #2f323b;
}

.osr-pdf-closing__result-item-text {
  margin: 0;
  font-size: 8px;
  font-weight: 400;
  line-height: 125%;
  color: #44474f;
}

/* Лист 3 / A4-333: синяя каёмка + белая карточка r=14 (Figma Rectangle 959).
   Нельзя оставлять background:#fff у .osr-pdf-sheet — html2canvas рисует белые углы. */
.osr-pdf-sheet--closing {
  background: radial-gradient(53.45% 37.76% at 50.03% -3.61%, #4a658a 0%, #375172 100%) !important;
}

.osr-pdf-closing__page {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 575px;
  height: 822px;
  background: #ffffff;
  border-radius: 14px;
  z-index: 0;
  pointer-events: none;
}

/* Синие «пломбы» углов — PNG (html2canvas маски не рисует) */
.osr-pdf-closing__seal {
  position: absolute;
  width: 26px;
  height: 26px;
  bottom: 0;
  z-index: 6;
  pointer-events: none;
  display: block;
}

.osr-pdf-closing__seal--bl {
  left: 0;
}

.osr-pdf-closing__seal--br {
  right: 0;
}

/* Нижний бренд-блок — Frame 177852: left 15 / top 574 / width 565 */
.osr-pdf-closing__brand {
  position: absolute;
  left: 15px;
  right: auto;
  top: 574px;
  bottom: auto;
  width: 565px;
  z-index: 2;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 0;
  font-family: Inter, system-ui, sans-serif;
  background: transparent;
}

.osr-pdf-closing__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 524px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.osr-pdf-closing__stat {
  flex: 0 1 auto;
  min-width: 0;
  display: inline-flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 3px;
}

.osr-pdf-closing__stat-value {
  flex: none;
  font-size: 17px;
  font-weight: 600;
  line-height: 17.85px;
  color: #7c9abf;
  white-space: nowrap;
}

.osr-pdf-closing__stat-label {
  font-size: 8px;
  font-weight: 500;
  line-height: 9.37px;
  color: #686868;
  max-width: 106px;
}

.osr-pdf-closing__band {
  box-sizing: border-box;
  width: 565px;
  max-width: none;
  margin: 0;
  min-height: 221px;
  padding: 23px;
  background-color: #22344d;
  background-image: linear-gradient(102.67deg, #22344d 0.17%, #294366 97.72%);
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  gap: 24px;
  overflow: hidden;
  /* без белой подложки / box-shadow — только синяя плашка */
  box-shadow: none;
  isolation: isolate;
}

.osr-pdf-closing__band-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  column-gap: 40px;
  row-gap: 10px;
  align-items: center;
}

.osr-pdf-closing__band-lead {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 25px;
  min-width: 0;
}

.osr-pdf-closing__brand-logo {
  display: block;
  flex: none;
  width: 104px;
  height: 30px;
  object-fit: contain;
  object-position: left center;
}

.osr-pdf-closing__tagline {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 0;
  font-size: 12px;
  font-weight: 480;
  font-variation-settings: "wght" 480, "slnt" 0;
  line-height: 15.24px;
  color: #fff;
}

.osr-pdf-closing__contacts {
  margin: 0;
  width: 118px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  text-align: right;
  color: #fff;
}

.osr-pdf-closing__contact-phone {
  align-self: stretch;
  font-size: 11px;
  font-weight: 600;
  line-height: 11px;
  color: inherit;
  text-decoration: none;
}

.osr-pdf-closing__contact-row {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 8px;
  font-weight: 400;
  line-height: 1.2;
}

.osr-pdf-closing__contacts a {
  color: inherit;
  text-decoration: none;
}

.osr-pdf-closing__band-head::after {
  content: "";
  grid-column: 1 / -1;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.osr-pdf-closing__help {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 13px;
  min-height: 0;
}

.osr-pdf-closing__help-title {
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 11.88px;
  color: #fff;
  opacity: 0.8;
  text-align: left;
}

.osr-pdf-closing__help-cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 8px;
}

.osr-pdf-closing__help-card {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 168px;
  width: 168px;
  height: 76px;
  padding: 13px;
  background: #fff;
  border-radius: 2.79px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}

.osr-pdf-closing__help-card-top {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6px;
}

.osr-pdf-closing__help-card-icon {
  flex: none;
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.osr-pdf-closing__help-card-title {
  margin: 0;
  width: 110px;
  max-width: 127px;
  flex: 1 1 auto;
  font-size: 9px;
  font-weight: 700;
  line-height: 9px;
  color: #2f323b;
}

.osr-pdf-closing__help-card-text {
  margin: 0;
  max-width: 119px;
  font-size: 9px;
  font-weight: 400;
  line-height: 1.2;
  color: #44474f;
}

.open-surveys-result-pdf-export__empty {
  margin: 0;
  padding: 12px;
  font-size: 10px;
  color: #44474f;
}

/* ---------- SEO-текст ---------- */
.open-surveys-result-intro {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

#design-root .open-surveys-result-intro__text {
  margin: 80px auto 0;
  max-width: 1062px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  color: #44474f;
}

#design-root .open-surveys-result-intro__text p {
  margin: 0 0 12px;
}

#design-root .open-surveys-result-intro__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .open-surveys-result-intro {
    padding: 0 25px;
    box-sizing: border-box;
  }

  #design-root .open-surveys-result-intro__text {
    margin-top: 60px;
    max-width: 100%;
  }
}

/* Материалы по теме: единый слайдер из page.css */
@media (min-width: 901px) {
  .design-root--open-surveys-result .page-main--open-surveys-result > .method-section {
    margin-top: 140px;
  }
}
