@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #1c1c1c;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.dna-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.dna-page--home {
  --dna-page-scale: 1;
  --dna-home-base-width: 1280;
  overflow-x: hidden;
}

body.dna-page--home h2.dna-h2-animate,
body.dna-page--ai h2.dna-h2-animate {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  will-change: opacity, transform;
}

body.dna-page--home .dna-security-card.dna-security-card-animate,
body.dna-page--ai .dna-security-card.dna-security-card-animate {
  opacity: 0;
  transform: translate3d(32px, 0, 0);
  will-change: opacity, transform;
}

body.dna-page--home h2.dna-h2-animate.animate__animated,
body.dna-page--home h2.dna-h2-animate--done,
body.dna-page--ai h2.dna-h2-animate.animate__animated,
body.dna-page--ai h2.dna-h2-animate--done {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.dna-page--home .dna-security-card.dna-security-card-animate.animate__animated,
body.dna-page--home .dna-security-card.dna-security-card-animate--done,
body.dna-page--ai .dna-security-card.dna-security-card-animate.animate__animated,
body.dna-page--ai .dna-security-card.dna-security-card-animate--done {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.dna-page--ai .dna-ai-animate-up {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  will-change: opacity, transform;
}

body.dna-page--ai .dna-ai-animate-left {
  opacity: 0;
  transform: translate3d(-32px, 0, 0);
  will-change: opacity, transform;
}

body.dna-page--ai .dna-ai-animate-right {
  opacity: 0;
  transform: translate3d(32px, 0, 0);
  will-change: opacity, transform;
}

body.dna-page--ai .dna-ai-animate-up.animate__animated,
body.dna-page--ai .dna-ai-animate-left.animate__animated,
body.dna-page--ai .dna-ai-animate-right.animate__animated,
body.dna-page--ai .dna-ai-animate--done {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.dna-page--outstaffing .dna-out-animate-up {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  will-change: opacity, transform;
}

body.dna-page--outstaffing .dna-out-animate-left {
  opacity: 0;
  transform: translate3d(-32px, 0, 0);
  will-change: opacity, transform;
}

body.dna-page--outstaffing .dna-out-animate-up.animate__animated,
body.dna-page--outstaffing .dna-out-animate-left.animate__animated,
body.dna-page--outstaffing .dna-out-animate--done {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.dna-page--mobileapps .dna-mobileapps-animate-up {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  will-change: opacity, transform;
}

body.dna-page--mobileapps .dna-mobileapps-animate-left {
  opacity: 0;
  transform: translate3d(-32px, 0, 0);
  will-change: opacity, transform;
}

body.dna-page--mobileapps .dna-mobileapps-animate-up.animate__animated,
body.dna-page--mobileapps .dna-mobileapps-animate-left.animate__animated,
body.dna-page--mobileapps .dna-mobileapps-animate--done {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.dna-sites-animate-up {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  will-change: opacity, transform;
}

.dna-sites-animate-left {
  opacity: 0;
  transform: translate3d(-32px, 0, 0);
  will-change: opacity, transform;
}

.dna-sites-animate-up.animate__animated,
.dna-sites-animate-left.animate__animated,
.dna-sites-animate--done {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

body.dna-page--contacts .dna-contacts-animate-up {
  opacity: 0;
  transform: translate3d(0, 32px, 0);
  will-change: opacity, transform;
}

body.dna-page--contacts .dna-contacts-animate-left {
  opacity: 0;
  transform: translate3d(-32px, 0, 0);
  will-change: opacity, transform;
}

body.dna-page--contacts .dna-contacts-animate-up.animate__animated,
body.dna-page--contacts .dna-contacts-animate-left.animate__animated,
body.dna-page--contacts .dna-contacts-animate--done {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  body.dna-page--home h2.dna-h2-animate,
  body.dna-page--ai h2.dna-h2-animate {
    opacity: 1;
    transform: none;
  }
  body.dna-page--home .dna-security-card.dna-security-card-animate,
  body.dna-page--ai .dna-security-card.dna-security-card-animate {
    opacity: 1;
    transform: none;
  }
  body.dna-page--ai .dna-ai-animate-up,
  body.dna-page--ai .dna-ai-animate-left,
  body.dna-page--ai .dna-ai-animate-right {
    opacity: 1;
    transform: none;
  }
  body.dna-page--outstaffing .dna-out-animate-up,
  body.dna-page--outstaffing .dna-out-animate-left {
    opacity: 1;
    transform: none;
  }
  body.dna-page--mobileapps .dna-mobileapps-animate-up,
  body.dna-page--mobileapps .dna-mobileapps-animate-left {
    opacity: 1;
    transform: none;
  }
  .dna-sites-animate-up,
  .dna-sites-animate-left {
    opacity: 1;
    transform: none;
  }
  body.dna-page--contacts .dna-contacts-animate-up,
  body.dna-page--contacts .dna-contacts-animate-left {
    opacity: 1;
    transform: none;
  }
}
@media (min-width: 1280px) {
  body.dna-page--home {
    --dna-page-scale: calc(100vw / (var(--dna-home-base-width) * 1px));
  }
}
.dna-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 45px;
  padding: 0 20px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  border-radius: 50px;
  border: 1px solid #e1e1e1;
  background: transparent;
  color: #1c1c1c;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.dna-button:hover {
  background: #d92323;
  border-color: #d92323;
  color: #fff;
}
@media (max-width: 767px) {
  .dna-button {
    width: 100%;
  }
}

.dna-hero {
  position: relative;
  color: #f5f5f5;
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .dna-hero {
    border-radius: 0 0 25px 25px;
  }
}

.dna-hero__bg {
  position: absolute;
  inset: 0;
  background: url("../assets/bg-apps.jpg") center center/cover no-repeat;
  z-index: 0;
}

.dna-hero__bg--home {
  background: url("../assets/hero-home-bg.png") center center/cover no-repeat;
}

.dna-hero__bg--sites {
  background: url("../assets/hero-sates-bg.jpg") center center/cover no-repeat;
}

.dna-hero__shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  padding-bottom: 60px;
}
@media (min-width: 1280px) {
  .dna-hero__shell {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.dna-hero__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px 32px;
  min-height: 80px;
  padding: 0;
  margin-bottom: 0;
}

.dna-hero__logo {
  flex-shrink: 0;
  margin-left: 1px;
}
.dna-hero__logo img {
  width: 77px;
  height: 36px;
  display: block;
  filter: none;
}

.dna-hero__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  order: 3;
  width: 100%;
  justify-content: flex-start;
}
@media (min-width: 960px) {
  .dna-hero__nav {
    order: 0;
    flex: 1;
    width: auto;
    justify-content: center;
    padding-top: 0;
  }
}

.dna-hero__nav-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #fff;
  white-space: nowrap;
  opacity: 0.95;
  text-decoration: none;
  transition: opacity 0.2s;
}
.dna-hero__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--dna-nav-underline, #fff);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}
.dna-hero__nav-link:hover::after, .dna-hero__nav-link:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}
.dna-hero__nav-link:hover {
  opacity: 0.7;
}

.dna-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
@media (max-width: 960px) {
  .dna-hero__btn {
    padding: 8px 20px !important;
  }
}
.dna-hero__btn.dna-hero__btn-all {
  padding: 12px 20px;
}

.dna-hero__btn--outline,
.dna-hero__btn--ghost {
  flex-shrink: 0;
  padding: 10px 24px;
  border: 1px solid #f5f5f5;
  border-radius: 80px;
  color: #fff;
  background: transparent;
  font-size: 14px;
  line-height: 1.5;
}
.dna-hero__btn--outline:hover,
.dna-hero__btn--ghost:hover {
  background: #fff;
  color: #eb3131;
}

.dna-hero__btn--primary {
  flex-shrink: 0;
  width: 100%;
  max-width: 220px;
  padding: 18px 24px;
  border: 1px solid #eb3131;
  background: #eb3131;
  color: #f5f5f5;
  border-radius: 80px;
  font-size: 16px;
  line-height: 1.5;
}
.dna-hero__btn--primary:hover {
  background: #fff;
  border-color: #fff;
  color: #eb3131;
}
@media (max-width: 767px) {
  .dna-hero__btn--primary {
    width: fit-content;
  }
}

.dna-hero__main {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .dna-hero__main {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 64px;
    padding-left: 392px;
    gap: 40px;
  }
}

@media (min-width: 1200px) {
  .dna-hero__divider--mobileapps {
    margin-top: 218px !important;
    margin-bottom: 40px !important;
  }
}
.dna-hero__main--mobileapps {
  padding-left: 0;
}

.dna-hero__main--sites {
  padding-left: 0 !important;
  display: flex;
  flex-direction: column;
  width: 100% !important;
  grid-template-columns: auto !important;
}

@media (min-width: 1200px) {
  .dna-hero__copy-box--sites {
    flex-direction: row !important;
    padding-left: 350px;
  }
}
.dna-hero__copy-box {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 767px) {
  .dna-hero__copy-box {
    gap: 50px;
  }
}

.dna-hero__copy {
  max-width: 741px;
}
@media (min-width: 1200px) {
  .dna-hero__copy {
    flex: 0 0 741px;
  }
}

.dna-hero__title {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 110%;
  margin: 0 0 20px;
  max-width: 768px;
}

.dna-page--mobileapps .dna-hero__title {
  max-width: 674px;
}

.dna-page--mobileapps .dna-hero__copy-box {
  gap: 35px;
  margin-top: 5px;
}

.dna-page--mobileapps .dna-hero__lead {
  max-width: 332px;
}

.dna-hero__lead {
  margin: 0;
  max-width: 395px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #f5f5f5;
}

.dna-hero__divider {
  height: 1px;
  margin: 40px 0 32px;
  background: #373737;
}
@media (min-width: 1200px) {
  .dna-hero__divider {
    width: 100%;
    max-width: 1160px;
  }
}

.dna-hero__facts {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 900px) {
  .dna-hero__facts {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
  }
}

.dna-hero__fact {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 376px;
}
@media (min-width: 1200px) {
  .dna-hero__fact {
    flex: 0 0 calc(33.333% - 14px);
    max-width: none;
  }
}

.dna-hero__fact-badge {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 8px;
}

.dna-hero__fact-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  object-fit: cover;
}

.dna-hero__fact-text {
  margin: 0;
  padding-top: 2px;
  font-size: 16px;
  max-width: 316px;
  font-weight: 400;
  line-height: 150%;
  color: #f5f5f5;
}
@media (min-width: 1200px) {
  .dna-hero__fact-text {
    font-size: 18px;
    max-width: 300px;
  }
}

.dna-hero--blog {
  border-radius: 0 0 40px 40px;
  overflow: visible;
  z-index: 3;
}
.dna-hero--blog .dna-hero__bg {
  background: url("../assets/bg-apps.jpg") center center/cover no-repeat;
  border-radius: 0 0 40px 40px;
}
.dna-hero--blog .dna-hero__top {
  min-height: 80px;
  gap: 16px 32px;
  flex-wrap: wrap;
}
.dna-hero--blog .dna-hero__shell {
  min-height: 720px;
  padding-top: 0;
  padding-bottom: 60px;
}
.dna-hero--blog .dna-hero__main {
  width: 100%;
  max-width: 1160px;
  margin: 80px auto 0;
  gap: 98px;
  align-items: flex-end;
  justify-content: flex-start;
}
.dna-hero--blog .dna-hero__copy {
  max-width: 686px;
  flex: 1 1 686px;
}
.dna-hero--blog .dna-hero__title {
  max-width: 686px;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: 0;
}
.dna-hero--blog .dna-hero__copy-box {
  max-width: 376px;
  gap: 0;
}
.dna-hero--blog .dna-hero__lead {
  max-width: 376px;
  font-size: 16px;
  line-height: 1.5;
}
.dna-hero--blog .dna-hero__divider {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto 0;
  background: #373737;
}
.dna-hero--blog .dna-hero__facts {
  display: none;
}
@media (max-width: 899px) {
  .dna-hero--blog .dna-hero__main {
    margin-top: 42px;
    gap: 24px;
    display: flex;
    max-width: none;
  }
  .dna-hero--blog .dna-hero__title {
    max-width: 560px;
    font-size: 42px;
  }
  .dna-hero--blog .dna-hero__copy-box {
    max-width: 100%;
  }
  .dna-hero--blog .dna-hero__lead {
    max-width: 340px;
    font-size: 15px;
  }
  .dna-hero--blog .dna-hero__divider {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .dna-hero--blog .dna-hero__shell {
    min-height: 548px;
    padding: 0 20px 40px;
  }
  .dna-hero--blog .dna-hero__top {
    width: 100%;
    min-height: 72px;
    padding: 16px 0;
    gap: 20px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .dna-hero--blog .dna-hero__nav,
  .dna-hero--blog .dna-hero__btn--ghost {
    display: none;
  }
  .dna-hero--blog .dna-hero__logo img {
    width: 77px;
    height: 36px;
  }
  .dna-hero--blog .dna-hero__burger {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
  }
  .dna-hero--blog .dna-hero__burger path {
    stroke: #eb3131;
  }
  .dna-hero--blog .dna-hero__main {
    width: 100%;
    max-width: 280px;
    margin: 40px 0 0;
    gap: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .dna-hero--blog .dna-hero__copy {
    max-width: 280px;
    width: 100%;
  }
  .dna-hero--blog .dna-hero__title {
    max-width: 280px;
    font-size: 28px;
    line-height: 1.1;
  }
  .dna-hero--blog .dna-hero__copy-box {
    width: 100%;
    max-width: 280px;
    gap: 40px;
  }
  .dna-hero--blog .dna-hero__lead {
    max-width: 280px;
    font-size: 14px;
    line-height: 19px;
  }
  .dna-hero--blog .dna-hero__btn--primary {
    width: 212px;
    max-width: 212px;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  .dna-hero--blog .dna-hero__divider {
    width: 100%;
    max-width: 280px;
    margin: 40px 0 0;
  }
}

.dna-page--home .dna-hero__btn--primary {
  padding: 12px 18px;
  width: 100%;
  font-size: 14px;
}

@media (min-width: 1280px) {
  body.dna-page--home .dna-hero {
    min-height: 710px;
    border-radius: 0 0 40px 40px;
  }
  body.dna-page--home .dna-hero__shell {
    max-width: 1280px;
    padding-top: 0;
    padding-right: 55px;
    padding-bottom: 50px;
    padding-left: 55px;
  }
  body.dna-page--home .dna-hero__top {
    min-height: 80px;
    margin-bottom: 0;
    flex-wrap: nowrap;
    gap: 24px;
  }
  body.dna-page--home .dna-hero__nav {
    width: 664px;
    max-width: 664px;
    flex: 0 0 664px;
    order: 0;
    justify-content: flex-end;
    gap: 24px;
  }
  body.dna-page--home .dna-hero__btn--ghost {
    padding: 12px 20px;
  }
  body.dna-page--home .dna-hero__main {
    margin-top: 60px;
    padding-left: 392px;
    display: grid;
    width: 768px;
    grid-template-columns: 365px 40px 220px 113px;
    row-gap: 40px;
    align-items: end;
  }
  body.dna-page--home .dna-hero__copy {
    display: contents;
  }
  body.dna-page--home .dna-hero__title {
    grid-column: 1/-1;
    margin: 0;
    max-width: 768px;
    font-size: 52px;
    line-height: 110%;
  }
  body.dna-page--home .dna-hero__title--sites {
    max-width: 888px;
  }
  body.dna-page--home .dna-hero__lead {
    margin: 0;
    max-width: 303px;
    font-size: 14px;
    line-height: 150%;
  }
  body.dna-page--home .dna-hero__btn--primary {
    grid-column: 2;
    width: 220px;
    max-width: 220px;
    margin: 0;
    align-self: end;
  }
  body.dna-page--home .dna-hero__divider {
    margin-top: 55px;
    margin-bottom: 126px;
  }
  body.dna-page--home .dna-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  body.dna-page--home .dna-hero__fact {
    max-width: 376px;
    gap: 20px;
  }
}
.dna-stats {
  padding: 60px 0 100px;
  background: #fff;
}
@media (min-width: 1200px) {
  .dna-stats {
    padding: 100px 0 120px;
  }
}

.dna-stats__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}
@media (min-width: 1280px) {
  .dna-stats__inner {
    max-width: 1280px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.dna-stats__title-row {
  display: flex;
  align-items: center;
  min-height: 84px;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .dna-stats__title-row {
    padding-left: 392px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .dna-stats__title-row {
    margin-bottom: 25px;
  }
}

.dna-stats__intro {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #1c1c1c;
  max-width: 278px;
}

.dna-stats__intro strong {
  color: #eb3131;
  font-weight: 500;
}

.dna-stats__title {
  font-family: "Manrope", system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 110%;
  margin: 0;
}
.dna-stats__title span {
  color: #eb3131;
}
@media (min-width: 768px) {
  .dna-stats__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .dna-stats__title {
    font-size: 46px;
  }
}

.dna-stats__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 1200px) {
  .dna-stats__content {
    grid-template-columns: 352px 759px;
    gap: 40px;
    align-items: start;
  }
}

.dna-stats__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 164px;
}

.dna-rating-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.dna-rating-card {
  width: 100%;
}

.dna-rating-card--wide {
  width: 100%;
}

.dna-rating-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  height: 72px;
  background: #141414;
  border-radius: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .dna-rating-card__head {
    padding: 10px;
    height: 55px;
  }
}

.dna-rating-card__logo {
  width: 32px;
  height: 32px;
  border-radius: 80px;
  background: #fff;
  color: #eb3131;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}

.dna-rating-card__logo--wide {
  width: 60px;
  height: 40px;
}
@media (max-width: 767px) {
  .dna-rating-card__logo--wide {
    width: 50px;
    height: 30px;
  }
}
.dna-rating-card__logo--wide svg {
  width: 28px;
  height: 21px;
  margin-right: -3px;
}

.dna-rating-card__name {
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  color: #fff;
}
@media (max-width: 767px) {
  .dna-rating-card__name {
    font-size: 18px;
  }
}

.dna-rating-card__body {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .dna-rating-card__body {
    gap: 16px !important;
    display: flex;
    flex-direction: column;
  }
}

.dna-rating-card__body--stack {
  display: grid;
  gap: 32px;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .dna-rating-card__body--stack .dna-rating-row__text {
    max-width: 230px;
    gap: 16px !important;
  }
}

.dna-rating-stack .dna-rating-card:first-child .dna-rating-card__body {
  gap: 16px !important;
  display: flex;
  flex-direction: column;
}

.dna-rating-row,
.dna-rating-col {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .dna-rating-row,
  .dna-rating-col {
    gap: 10px;
  }
}

.dna-rating-col {
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
@media (max-width: 767px) {
  .dna-rating-col {
    flex-direction: row;
  }
}

.dna-rating-row--inline {
  align-items: center;
}

.dna-rating-row__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  min-width: 86px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 80px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #141414;
  white-space: nowrap;
}

.dna-rating-row__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #141414;
}
@media (max-width: 767px) {
  .dna-rating-row__text {
    max-width: 195px;
  }
}

.dna-stats__right {
  width: 100%;
}

.dna-rating-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dna-rating-group:not(:first-child) {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .dna-rating-group:not(:first-child) {
    margin-top: 20px;
  }
}

.dna-rating-group__label {
  width: fit-content;
  padding: 8px 16px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  border-radius: 80px;
  background: #f5f5f5;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color: #eb3131;
}

.dna-rating-group__label--muted {
  color: #eb3131;
}

.dna-rating-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

@media (min-width: 1200px) {
  .dna-rating-row__text {
    max-width: 560px;
  }
}
.dna-experience {
  padding: 0 0 100px;
  background: #fff;
}
@media (min-width: 1200px) {
  .dna-experience {
    padding-bottom: 150px;
  }
}

.dna-experience__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}
@media (min-width: 1280px) {
  .dna-experience__inner {
    max-width: 1280px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.dna-experience__title {
  font-family: "Manrope", system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 110%;
  margin: 0;
  max-width: 520px;
  color: #eb3131;
}
@media (min-width: 768px) {
  .dna-experience__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .dna-experience__title {
    font-size: 46px;
  }
}

.dna-experience__panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  padding: 32px 18px;
  background: #f5f5f5;
  border-radius: 28px;
}
@media (min-width: 768px) {
  .dna-experience__panel {
    padding: 48px 32px;
    border-radius: 40px;
  }
}
@media (min-width: 1200px) {
  .dna-experience__panel {
    padding: 60px;
    border-radius: 48px;
  }
}

.dna-experience__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .dna-experience__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.dna-exp-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  min-height: 213px;
}

.dna-exp-card__head {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dna-exp-card__title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  color: #eb3131;
}

.dna-exp-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #141414;
}

@media (min-width: 900px) {
  .dna-exp-card--wide {
    grid-column: 1/2;
  }
}

.dna-exp-card__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dna-exp-card__logo-tile {
  height: 46px;
  padding: 0 10px;
  background: #f5f5f5;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dna-exp-card__logo-tile img {
  height: 28px;
  width: auto;
  display: block;
}

.dna-experience__cta {
  align-self: flex-end;
  width: auto;
  max-width: none;
  min-width: 272px;
}

.dna-directions {
  padding: 140px 0 0;
}
@media (max-width: 1199px) {
  .dna-directions {
    padding-bottom: 100px;
  }
}

.dna-directions__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}
@media (min-width: 1280px) {
  .dna-directions__inner {
    max-width: 1280px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.dna-directions__title {
  font-family: "Manrope", system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 110%;
  margin: 0 0 60px;
  max-width: 520px;
}
.dna-directions__title span {
  color: #eb3131;
}
@media (min-width: 768px) {
  .dna-directions__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .dna-directions__title {
    font-size: 46px;
  }
}

.dna-directions__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.dna-direction-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px 24px;
  padding: 24px 0;
  border-top: 1px solid rgba(28, 28, 28, 0.1);
  align-items: center;
}
@media (min-width: 1200px) {
  .dna-direction-row {
    grid-template-columns: 1fr 135px;
    gap: 257px;
    padding: 24px 0;
  }
}
.dna-direction-row:last-child {
  border-bottom: 1px solid rgba(28, 28, 28, 0.1);
}

.dna-direction-row__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 900px) {
  .dna-direction-row__main {
    grid-template-columns: 376px 376px;
    align-items: center;
    column-gap: 16px;
  }
}
@media (min-width: 1200px) {
  .dna-direction-row__main {
    grid-template-columns: 376px 376px;
  }
}

.dna-direction-row__head {
  display: flex;
  align-items: center;
  gap: 16px;
}

.dna-direction-row__icon-badge {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 8px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.dna-direction-row__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  object-fit: cover;
}

.dna-direction-row__name {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #141414;
}
@media (max-width: 767px) {
  .dna-direction-row__name {
    font-size: 20px;
  }
}

.dna-direction-row__text {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  color: #141414;
}
@media (max-width: 767px) {
  .dna-direction-row__text {
    max-width: 310px;
  }
}

.dna-direction-row__more {
  justify-self: start;
  min-width: 135px;
  padding: 0 24px;
  border-color: #b5b5b5;
  border-radius: 80px;
  font-size: 16px;
  line-height: 150%;
  color: #141414;
}
@media (min-width: 1200px) {
  .dna-direction-row__more {
    justify-self: end;
  }
}
.dna-direction-row__more:hover {
  border-color: #d92323;
}

.dna-cases {
  padding: 48px 0 80px;
}

.dna-blog-cases {
  padding: 60px 0;
  background: #fff;
}

.dna-blog-cases__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (min-width: 1280px) {
  .dna-blog-cases__inner {
    max-width: 1280px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.dna-blog-hero-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px 24px;
  width: 100%;
  max-width: 1160px;
  margin: 68px auto 0;
  padding: 0;
}

.dna-blog-hero-filters__left {
  display: flex;
  align-items: center;
  gap: 60px;
}

.dna-blog-hero-filters__control,
.dna-blog-hero-filters__search {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 32px;
  color: #f5f5f5;
}

.dna-blog-hero-filters__icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
}

.dna-blog-hero-filters__input,
.dna-blog-hero-filters__search-input {
  width: auto;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: #f5f5f5;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}

.dna-blog-hero-filters__input::placeholder,
.dna-blog-hero-filters__search-input::placeholder {
  color: #f5f5f5;
  opacity: 1;
}

.dna-blog-hero-filters__control--theme .dna-blog-hero-filters__input {
  width: 42px;
}

.dna-blog-hero-filters__control--date .dna-blog-hero-filters__input {
  width: 300px;
  cursor: pointer;
  caret-color: transparent;
  user-select: none;
}

.dna-blog-hero-filters__search {
  flex: 0 0 360px;
  width: 376px;
  padding: 12px 16px 12px 0;
  border-bottom: 1px solid #686868;
}

.dna-blog-hero-filters__search-input {
  width: 100%;
  font-size: 16px;
}

.dna-blog-hero-filters__submit {
  display: none;
}

.dna-hero--blog .air-datepicker,
.dna-hero--blog .dna-calendar-dropdown {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 320px;
  max-width: calc(100vw - 24px);
  min-height: 380px;
  padding: 24px;
  border: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: 120;
}

.air-datepicker-global-container {
  z-index: 100000 !important;
}

body.dna-page--mobileapps #admin-informer.adm-informer {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.dna-hero--blog .air-datepicker--pointer {
  display: none;
}

.dna-hero--blog .air-datepicker-nav {
  display: grid;
  grid-template-columns: 24px 1fr 24px;
  align-items: center;
  width: 272px;
  margin: 0 auto;
  border-bottom: 0;
  min-height: 24px;
}

.dna-hero--blog .air-datepicker-nav--title {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  text-align: center;
  letter-spacing: 0;
}

.dna-hero--blog .air-datepicker-nav--action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #8e8e8e;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  padding: 0;
}

.dna-hero--blog .air-datepicker-nav--action:hover {
  background: transparent;
  color: #595959;
}

.dna-hero--blog .air-datepicker-body--day-name {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9d9d9d;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: none;
  margin-bottom: 0;
}

.dna-hero--blog .air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, 40px);
  gap: 0;
  width: 280px;
  margin: 0 auto;
  justify-content: center;
}

.dna-hero--blog .air-datepicker-body--cells.-days- {
  display: grid;
  grid-template-columns: repeat(7, 40px);
  gap: 0;
  width: 280px;
  margin: 0 auto;
  justify-content: center;
}

.dna-hero--blog .air-datepicker-cell {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #141414;
  font-variant-numeric: tabular-nums;
}

.dna-hero--blog .air-datepicker-cell.-other-month- {
  opacity: 0;
  pointer-events: none;
}

.dna-hero--blog .air-datepicker-cell.-day- {
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.dna-hero--blog .air-datepicker-cell.-day-:hover {
  background: rgba(0, 0, 0, 0.06);
}

.dna-hero--blog .air-datepicker-cell.-in-range- {
  border-radius: 0;
  background: rgba(20, 20, 20, 0.05);
}

.dna-hero--blog .air-datepicker-cell.-range-from-,
.dna-hero--blog .air-datepicker-cell.-range-to- {
  position: relative;
  z-index: 1;
}

.dna-hero--blog .air-datepicker-cell.-range-from-,
.dna-hero--blog .air-datepicker-cell.-range-to- {
  border-radius: 999px;
  background: #eb3131;
  color: #fff;
  font-weight: 600;
}

.dna-hero--blog .air-datepicker-cell.-range-from-::after,
.dna-hero--blog .air-datepicker-cell.-range-to-::after {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 40px;
  background: rgba(20, 20, 20, 0.05);
  z-index: -1;
}

.dna-hero--blog .air-datepicker-cell.-range-from-::after {
  right: 0;
}

.dna-hero--blog .air-datepicker-cell.-range-to-::after {
  left: 0;
}

.dna-hero--blog .air-datepicker-cell.-selected-,
.dna-hero--blog .air-datepicker-cell.-selected-.-focus-,
.dna-hero--blog .air-datepicker-cell.-selected-.-current- {
  border-radius: 40px;
  background: #eb3131;
  color: #fff;
  font-weight: 600;
}

.dna-calendar-dropdown__actions {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  width: 272px;
  margin: auto auto 0;
}

.dna-calendar-dropdown__btn {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 20px;
  border-radius: 80px;
  border: 1px solid #b5b5b5;
  background: #fff;
  color: #b5b5b5;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}

.dna-calendar-dropdown__btn--reset {
  width: 115px;
}

.dna-calendar-dropdown__btn--apply {
  flex: 1 1 auto;
  border-color: #eb3131;
  background: #eb3131;
  color: #fff;
}

.dna-calendar-dropdown__btn--apply:disabled {
  border-color: #d6d6d6;
  background: #f2f2f2;
  color: #b5b5b5;
  cursor: not-allowed;
}

.dna-calendar-dropdown__btn--reset:disabled {
  color: #d6d6d6;
  border-color: #d6d6d6;
  cursor: not-allowed;
}

@media (max-width: 1279px) {
  .dna-blog-hero-filters__input,
  .dna-blog-hero-filters__search-input {
    font-size: 16px;
  }
  .dna-blog-hero-filters__search {
    flex-basis: 320px;
    width: 320px;
  }
}
@media (max-width: 767px) {
  .dna-blog-hero-filters {
    width: 100%;
    max-width: 280px;
    margin: 24px 0 0;
    align-items: center;
    gap: 40px;
  }
  .dna-blog-hero-filters__left {
    width: 100%;
    gap: 40px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .dna-blog-hero-filters__input,
  .dna-blog-hero-filters__search-input {
    font-size: 13px;
    line-height: 18px;
  }
  .dna-blog-hero-filters__control--theme .dna-blog-hero-filters__input {
    width: 31px;
  }
  .dna-blog-hero-filters__control--date .dna-blog-hero-filters__input {
    width: 107px;
  }
  .dna-blog-hero-filters__search {
    width: 24px;
    flex: 0 0 24px;
    padding: 0;
    border-bottom: 0;
    justify-content: flex-end;
  }
  .dna-blog-hero-filters__control,
  .dna-blog-hero-filters__search {
    gap: 12px;
  }
  .dna-hero--blog .air-datepicker,
  .dna-hero--blog .dna-calendar-dropdown {
    width: 320px;
    max-width: calc(100vw - 12px);
    min-height: 380px;
    padding: 24px;
    border-radius: 20px;
  }
  .dna-hero--blog .air-datepicker-nav--title {
    font-size: 16px;
  }
  .dna-hero--blog .air-datepicker-body--day-name {
    font-size: 14px;
  }
  .dna-hero--blog .air-datepicker-cell {
    font-size: 16px;
  }
  .dna-hero--blog .air-datepicker-cell.-day- {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dna-hero--blog {
    border-radius: 0 0 40px 40px;
  }
  .dna-hero--blog .dna-hero__shell {
    min-height: 660px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .dna-hero--blog .dna-hero__top {
    min-height: 84px;
    padding: 20px 0;
    gap: 20px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .dna-hero--blog .dna-hero__logo img {
    width: 77px;
    height: 36px;
  }
  .dna-hero--blog .dna-hero__nav {
    display: none;
  }
  .dna-hero--blog .dna-hero__btn--ghost {
    width: 179px;
    min-width: 190px;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  .dna-hero--blog .dna-hero__burger {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
  }
  .dna-hero--blog .dna-hero__main {
    width: 100%;
    max-width: 729px;
    margin: 60px 0 0;
    gap: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .dna-hero--blog .dna-hero__copy {
    max-width: 729px;
    flex: none;
  }
  .dna-hero--blog .dna-hero__title {
    max-width: 729px;
    font-size: 46px;
    line-height: 1.1;
  }
  .dna-hero--blog .dna-hero__copy-box {
    width: 100%;
    max-width: 542px;
    gap: 40px;
  }
  .dna-hero--blog .dna-hero__lead {
    max-width: 542px;
    font-size: 16px;
    line-height: 1.5;
  }
  .dna-hero--blog .dna-hero__btn--primary {
    width: 212px;
    max-width: 212px;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  .dna-hero--blog .dna-hero__divider {
    margin: 0;
    margin-top: 200px;
  }
  .dna-blog-hero-filters {
    width: 100%;
    margin: 44px 0 0;
    gap: 20px;
  }
  .dna-blog-hero-filters__left {
    gap: 40px;
  }
  .dna-blog-hero-filters__control--theme .dna-blog-hero-filters__input {
    width: 38px;
  }
  .dna-blog-hero-filters__control--date .dna-blog-hero-filters__input {
    width: 281px;
  }
  .dna-blog-hero-filters__search {
    width: 24px;
    flex: 0 0 24px;
    padding: 0;
    border-bottom: 0;
    justify-content: flex-end;
  }
}
.dna-blog-cases__row {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  justify-items: center;
}
@media (min-width: 860px) {
  .dna-blog-cases__row {
    grid-template-columns: repeat(2, minmax(0, 376px));
    justify-content: center;
  }
}
@media (min-width: 1280px) {
  .dna-blog-cases__row {
    grid-template-columns: repeat(3, minmax(0, 376px));
    justify-content: center;
  }
}

.dna-blog-cases-card {
  width: 100%;
  max-width: 376px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  color: inherit;
  border-radius: 20px;
  background: #f5f0e0;
}
.dna-blog-cases-card:hover .dna-blog-cases-card__arrow {
  transform: translate(1px, -1px);
}

.dna-blog-cases-card__media {
  position: relative;
  width: 100%;
  height: 497px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  box-sizing: border-box;
  border-radius: 20px;
  isolation: isolate;
  overflow: hidden;
}

.dna-blog-cases-card__pill {
  position: absolute;
  left: 24px;
  top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 0 12px;
  background: #1c1c1c;
  color: #fff;
  border-radius: 80px;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  z-index: 2;
}

.dna-blog-cases-card__shot {
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  z-index: 1;
}

.dna-blog-cases-card__bottom {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 20px;
}

.dna-blog-cases-card__title {
  flex: 1 1 auto;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #141414;
}

.dna-blog-cases-card__arrow {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: #141414;
  transition: transform 0.2s ease;
}

.dna-blog-cases__btn {
  box-sizing: border-box;
  height: 48px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b5b5b5;
  border-radius: 80px;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #141414;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.dna-blog-cases__btn:hover {
  background: rgba(20, 20, 20, 0.04);
  border-color: rgba(181, 181, 181, 0.85);
}

.dna-cases__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-cases__head {
  display: grid;
  gap: 12px 48px;
  margin-bottom: 40px;
}
@media (min-width: 900px) {
  .dna-cases__head {
    grid-template-columns: 1fr 309px;
    align-items: start;
  }
}

.dna-cases__title {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #141414;
}
@media (min-width: 1200px) {
  .dna-cases__title {
    font-size: 47px;
    letter-spacing: -0.032em;
  }
}
.dna-cases__title {
  margin: 0;
  text-align: center;
  margin-left: 125px;
}
@media (max-width: 767px) {
  .dna-cases__title {
    font-size: 35px;
    margin-left: 0;
    text-align: left;
  }
}

.dna-cases__note {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
}
@media (max-width: 767px) {
  .dna-cases__note {
    font-size: 14px;
  }
}

.dna-cases__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  justify-content: center;
}
@media (min-width: 768px) {
  .dna-cases__grid {
    grid-template-columns: repeat(2, minmax(0, 360px));
    justify-content: start;
  }
}
@media (min-width: 1200px) {
  .dna-cases__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-template-areas: "kaspersky kaspersky kaspersky seline seline seline" "hermitage hermitage choice choice haier haier" "rzd rzd rzd rzd . .";
    align-items: stretch;
  }
}

.dna-case-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  min-height: 100%;
  background: #fbfbfb;
  transition: transform 0.2s, box-shadow 0.2s;
}
@media (min-width: 1200px) {
  .dna-case-card {
    margin: 0;
    max-width: none;
  }
}
.dna-case-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.dna-case-card--seline {
  background: #fbfbfb;
}
@media (min-width: 1200px) {
  .dna-case-card--seline {
    grid-area: seline;
  }
}

.dna-case-card--kaspersky {
  background: #e8fff1;
}
@media (min-width: 1200px) {
  .dna-case-card--kaspersky {
    grid-area: kaspersky;
  }
}

.dna-case-card--rzd {
  background: #fbe9e9;
}
@media (min-width: 1200px) {
  .dna-case-card--rzd {
    grid-area: rzd;
  }
}

.dna-case-card--hermitage {
  background: #f5f0e0;
}
@media (min-width: 1200px) {
  .dna-case-card--hermitage {
    grid-area: hermitage;
  }
}

.dna-case-card--choice {
  background: #fbe9f4;
}
@media (min-width: 1200px) {
  .dna-case-card--choice {
    grid-area: choice;
  }
}

.dna-case-card--haier {
  background: #e7f1fe;
}
@media (min-width: 1200px) {
  .dna-case-card--haier {
    grid-area: haier;
  }
}

.dna-case-card__media {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 24px 24px;
}
@media (max-width: 767px) {
  .dna-case-card__media {
    min-height: 235px;
    padding: 50px 20px 10px;
  }
}

.dna-case-card__logo {
  position: absolute;
  top: 20px;
  left: 20px;
  max-height: 30px;
  width: auto;
}
@media (max-width: 767px) {
  .dna-case-card__logo {
    top: 10px;
    width: 80px;
  }
}

.dna-case-card__shot {
  width: auto;
  object-fit: contain;
}

.dna-case-card__body {
  padding: 0 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.dna-case-card__tag {
  font-size: 14px;
  letter-spacing: -0.02em;
  opacity: 0.85;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .dna-case-card__tag {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}

.dna-case-card__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #1c1c1c;
}

.dna-case-card__arrow {
  width: 15px;
  height: auto;
}

.dna-cases__footer {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .dna-cases__footer {
    width: 100%;
  }
}

.dna-founders {
  padding: 0 0 80px;
  background: #fff;
}
@media (min-width: 1200px) {
  .dna-founders {
    padding-bottom: 120px;
  }
}

.dna-founders__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-founders__title {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #141414;
}
@media (min-width: 1200px) {
  .dna-founders__title {
    font-size: 47px;
    letter-spacing: -0.032em;
  }
}
.dna-founders__title {
  margin: 0 0 36px;
  max-width: 520px;
}

.dna-founders__title-accent {
  color: #eb3131;
}

.dna-founders__grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr;
}
@media (min-width: 1100px) {
  .dna-founders__grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
  }
}

.dna-founder__name {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #141414;
}

.dna-founder__role {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.3;
  color: #1c1c1c;
  opacity: 0.9;
}

.dna-founder__bio {
  margin: 0 0 24px;
  font-size: 12px;
  line-height: 1.45;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .dna-founder__bio {
    font-size: 13px;
  }
}

.dna-founder__timeline {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.dna-founder__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 14px;
  align-items: start;
}

.dna-founder__item-icon {
  width: 17px;
  height: 17px;
  margin-top: 2px;
}

.dna-founder__item-label {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 500;
  color: #141414;
}

.dna-founder__item-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .dna-founder__item-text {
    font-size: 13px;
  }
}

.dna-security {
  padding: 60px 0;
  background: #fff;
}

.dna-security__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
@media (min-width: 1280px) {
  .dna-security__inner {
    max-width: 1280px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.dna-security__intro {
  display: flex;
  align-items: flex-end;
  gap: 40px;
  width: 100%;
}
.dna-security__intro--ai {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.dna-security__title-row {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media (min-width: 1280px) {
  .dna-security__title-row {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    order: 1;
  }
}
.dna-security__title-row--ai {
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
}
.dna-security__title-row--ai .dna-security__badges {
  width: auto;
  max-width: none;
}
@media (max-width: 767px) {
  .dna-security__title-row--ai .dna-security__badges {
    display: flex;
    width: 100%;
  }
}

.dna-security__title {
  margin: 0;
  flex: 1 1 auto;
  max-width: 768px;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 500;
  line-height: 110%;
  color: #eb3131;
}
@media (min-width: 1280px) {
  .dna-security__title {
    font-size: 46px;
  }
}

.dna-security__accent {
  color: #eb3131;
}

.dna-security__title-brand {
  color: #141414;
}

@media (min-width: 1280px) {
  .dna-security__subrow {
    order: 0;
  }
}

.dna-security__lead {
  margin: 0;
  max-width: 100%;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #1e1e1e;
}
@media (min-width: 1280px) {
  .dna-security__lead {
    flex: 1 1 352px;
    max-width: 352px;
    min-height: 48px;
  }
}

.dna-security__badges {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  gap: 16px;
  width: 100%;
}
@media (min-width: 1280px) {
  .dna-security__badges {
    max-width: 768px;
    min-height: 40px;
  }
}
.dna-security__badges--mobile {
  display: none;
}

.dna-security-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
  min-height: 40px;
  padding: 12px 20px 12px 12px;
  border-radius: 80px;
  background: #141414;
  color: #fff;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.dna-security-badge__dot {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .dna-security-badge__dot {
    width: 16px;
    height: 16px;
  }
}
.dna-security-badge__dot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #eb3131;
  opacity: 0.3;
}
.dna-security-badge__dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background: #eb3131;
}

.dna-security-badge__text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.dna-security-badge__logo {
  height: 14px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}

.dna-security__grid {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  max-width: 1160px;
}
@media (min-width: 1280px) {
  .dna-security__grid {
    flex-direction: row;
    align-items: stretch;
  }
}

.dna-security-card {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  min-height: 248px;
  padding: 32px 28px;
  border-radius: 20px;
  background: #f5f5f5;
}
@media (min-width: 1280px) {
  .dna-security-card {
    max-width: 572px;
  }
}
@media (max-width: 767px) {
  .dna-security-card {
    padding: 32px 24px;
    gap: 30px;
  }
}

.dna-security-card__icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dna-security-card__icon img {
  width: 28px;
  height: 28px;
  display: block;
}

.dna-security-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  max-width: 516px;
  margin: 0 auto;
  align-self: stretch;
}

.dna-security-card__title {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  color: #141414;
  max-width: 400px;
}

.dna-security-card__text {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #686868;
}

.dna-reviews {
  padding: 60px 0;
  background: #fff;
}

.dna-reviews__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
@media (min-width: 1280px) {
  .dna-reviews__inner {
    max-width: 1280px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.dna-reviews__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 1280px) {
  .dna-reviews__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-right: 164px;
    gap: 24px;
  }
}

.dna-reviews__title {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: clamp(35px, 6vw, 46px);
  font-weight: 500;
  line-height: 110%;
  color: #141414;
}
@media (min-width: 1280px) {
  .dna-reviews__title {
    font-size: 47px;
  }
}

.dna-reviews__title-accent {
  color: #eb3131;
}

.dna-reviews__all {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 13px 30px;
  border: 1px solid #b5b5b5;
  border-radius: 80px;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #141414;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
.dna-reviews__all:hover {
  border-color: #eb3131;
  background: rgba(235, 49, 49, 0.06);
}
@media (max-width: 767px) {
  .dna-reviews__all {
    display: none;
  }
}
.dna-reviews__all--mobile {
  display: none;
}
@media (max-width: 767px) {
  .dna-reviews__all--mobile {
    display: inline-flex;
    width: 100%;
  }
}

.dna-reviews__grid {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
  width: 100%;
  max-width: 1160px;
}
@media (min-width: 1280px) {
  .dna-reviews__grid {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }
}

.dna-review {
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  max-width: 376px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  background: transparent;
}
@media (min-width: 1280px) {
  .dna-review {
    flex: 0 0 376px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .dna-review {
    width: 100%;
    max-width: 100%;
  }
}

.dna-review__quote {
  flex-shrink: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 0.5;
  color: #eb3131;
}

.dna-review__text {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #141414;
}

.dna-review__footer {
  margin: 0;
  width: 100%;
}

.dna-review__by {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #141414;
  opacity: 0.5;
}

.dna-review__by-sep {
  margin: 0 0.15em;
}

body.dna-page--reviewslist {
  --dna-page-scale: 1;
  --dna-page-base-width: 1280;
  background: #fff;
  overflow-x: hidden;
}

.dna-hero--reviews {
  border-radius: 0 0 40px 40px;
  overflow: hidden;
}
.dna-hero--reviews .dna-hero__bg {
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.42) 0%, rgba(20, 20, 20, 0.82) 100%), url("../assets/dna-reviews-bg.png") center center/cover no-repeat;
}
.dna-hero--reviews .dna-hero__shell {
  min-height: 580px;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .dna-hero--reviews .dna-hero__shell {
    min-height: 420px;
  }
}
.dna-hero--reviews .dna-hero__main {
  margin-top: clamp(36px, 7vw, 72px);
  padding-left: 0;
}
.dna-hero--reviews .dna-hero__copy {
  max-width: 820px;
  flex: 0 1 820px;
}
@media (max-width: 767px) {
  .dna-hero--reviews .dna-hero__copy {
    flex: 0 1 120px;
  }
}
.dna-hero--reviews .dna-hero__title {
  margin: 0;
  max-width: 820px;
  font-size: clamp(36px, 5.4vw, 62px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #f5f5f5;
}
.dna-hero--reviews .dna-hero__divider {
  margin: clamp(24px, 4vw, 42px) 0 0;
  background: rgba(245, 245, 245, 0.2);
}

.dna-reviews-page {
  padding: 110px 0 96px;
  background: #f5f5f5;
  margin-bottom: 200px;
  margin-top: -50px;
}

.dna-blog-cases__row + .dna-blog-cases__row {
  margin-top: 20px;
}

.dna-reviews-page__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.dna-reviews-page-item {
  display: grid;
  grid-template-columns: 176px minmax(0, 1fr);
  align-items: start;
  gap: 36px;
  padding: 32px;
  background: #fff;
  border-radius: 30px;
}

.dna-reviews-page-item__logo {
  min-height: 42px;
  display: flex;
  align-items: center;
}

.dna-case-challenge-card-box {
  margin-top: 35px;
}

.dna-reviews-page-item__logo {
  display: inline-block;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #141414;
  width: 105px;
  height: 105px;
}

.dna-reviews-page-item__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  max-width: 940px;
}

.dna-reviews-page-item__name {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #141414;
}

.dna-reviews-page-item__role {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #141414;
}

.dna-reviews-page-item__text {
  margin: 12px 0 0;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #141414;
  max-width: 585px;
}
.dna-reviews-page-item__text.is-collapsed {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}
.dna-reviews-page-item__text.is-expanded {
  display: block;
}

.dna-reviews-page-item__more {
  margin: 4px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #8f8f8f;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: rgba(143, 143, 143, 0.3);
  text-underline-offset: 5px;
}
.dna-reviews-page-item__more:hover {
  color: #5d5d5d;
}

@media (max-width: 1279px) {
  .dna-reviews-page {
    padding: 44px 0 72px;
  }
  .dna-reviews-page-item {
    grid-template-columns: 148px minmax(0, 1fr);
    gap: 24px;
  }
  .dna-reviews-page-item__logo {
    font-size: 22px;
  }
  .dna-reviews-page-item__name,
  .dna-reviews-page-item__role {
    font-size: 30px;
  }
  .dna-reviews-page-item__text,
  .dna-reviews-page-item__more {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .dna-hero--reviews {
    border-radius: 0 0 28px 28px;
  }
  .dna-hero--reviews .dna-hero__shell {
    padding-bottom: 28px;
  }
  .dna-hero--reviews .dna-hero__main {
    margin-top: 40px;
  }
  .dna-hero--reviews .dna-hero__title {
    font-size: 40px;
    line-height: 1.1;
  }
  .dna-hero--reviews .dna-hero__divider {
    margin-top: 28px;
  }
  .dna-reviews-page {
    padding: 36px 0 56px;
    margin-top: 0;
  }
  .dna-reviews-page__inner {
    gap: 40px;
  }
  .dna-reviews-page-item {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .dna-reviews-page-item__logo {
    font-size: 20px;
  }
  .dna-reviews-page-item__content {
    gap: 10px;
  }
  .dna-reviews-page-item__name,
  .dna-reviews-page-item__role {
    font-size: 18px;
    line-height: 1.08;
  }
  .dna-reviews-page-item__text,
  .dna-reviews-page-item__more {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.2;
  }
}
.dna-cta {
  padding: 72px 0;
  background: #141414;
  color: #f5f5f5;
}

.dna-cta__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  max-width: 900px;
  text-align: center;
}

.dna-cta__text {
  margin: 0;
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.dna-footer {
  margin-top: auto;
  padding: 60px 0;
  background: radial-gradient(100% 120% at 50% 0%, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 58%), #141414;
  color: #fff;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}

.dna-footer__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  display: grid;
  grid-template-columns: minmax(280px, 376px) minmax(220px, 278px) minmax(220px, 278px);
  justify-content: space-between;
  align-items: start;
  gap: 48px 24px;
}

.dna-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.dna-footer__logo-img {
  width: 77px;
  height: auto;
}

.dna-footer__section-title,
.dna-footer__label,
.dna-footer__menu-title {
  font-size: 14px;
  line-height: 1;
  color: #b5b5b5;
  opacity: 0.3;
}

.dna-footer__menu-col,
.dna-footer__contacts-col {
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.dna-footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 22px;
  line-height: 1;
  width: 100%;
}

.dna-footer__contacts a {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.dna-footer__contacts a:hover {
  opacity: 0.8;
}

.dna-footer__menu {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 44px;
  width: 100%;
}

.dna-footer__menu > ul {
  display: contents;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dna-footer__menu li {
  margin: 0;
}

.dna-footer__menu a {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.dna-footer__menu a:hover {
  opacity: 0.8;
}

.dna-footer__legal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  font-size: 13px;
  line-height: 1;
  color: #686868;
}

.dna-footer__legal > span,
.dna-footer__legal > a {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 6px 0;
}

.dna-footer__legal a {
  color: #686868;
  text-decoration: none;
  border: 0;
}
.dna-footer__legal a:hover {
  opacity: 0.9;
}

.dna-page--outstaffing {
  --dna-page-scale: 1;
  --dna-page-base-width: 1280;
  background: #fff;
  overflow-x: hidden;
}

.dna-scale {
  transform: scale(var(--dna-page-scale, 1));
  transform-origin: top center;
  width: calc(100% / var(--dna-page-scale, 1));
  margin-inline: auto;
  display: block;
}

.dna-page--mobileapps {
  --dna-page-scale: 1;
  --dna-page-base-width: 1280;
  background: #fff;
  overflow-x: hidden;
}
.dna-page--mobileapps .dna-hero__btn {
  padding: 12px 16px;
}
@media (max-width: 767px) {
  .dna-page--mobileapps .dna-hero__btn--primary {
    width: 100%;
    max-width: none;
  }
}

.dna-mob-hero {
  position: relative;
  color: #f5f5f5;
  border-radius: 0 0 35px 35px;
  overflow: hidden;
  min-height: 700px;
  background: url("https://static.tildacdn.com/tild6238-3839-4162-b665-373531343062/image_2_1.jpg") center/cover no-repeat;
}

.dna-mob-hero__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  padding-top: 18px;
  padding-bottom: 84px;
  min-height: 700px;
}

.dna-mob-hero__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px 32px;
  margin-bottom: 44px;
}

.dna-mob-hero__logo img {
  width: 72px;
}

.dna-mob-hero__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 20px;
  width: 100%;
  order: 3;
}
@media (min-width: 960px) {
  .dna-mob-hero__nav {
    order: 0;
    width: auto;
    flex: 1;
    justify-content: center;
    padding-top: 7px;
  }
}

.dna-mob-hero__nav-link {
  font-size: 12px;
  line-height: 1.55;
  color: #fff;
  opacity: 0.95;
}

.dna-mob-hero__nav-link--active {
  opacity: 1;
}

.dna-mob-hero__cta {
  min-height: 45px;
  padding: 0 18px;
  border-radius: 50px;
  border: 1px solid #f5f5f5;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.dna-mob-hero__content {
  max-width: 1120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
}

.dna-mob-hero__main {
  display: grid;
  position: relative;
  gap: 24px 40px;
  align-items: start;
  margin-top: 40px;
}
@media (min-width: 960px) {
  .dna-mob-hero__main {
    grid-template-columns: minmax(0, 1fr) 350px;
  }
}

.dna-mob-hero__main::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -130px;
  left: 0;
  background: rgba(51, 51, 51, 0.92);
}

.dna-mob-hero__title {
  margin: 0;
  max-width: 760px;
  font-size: 50px;
  line-height: 0.94;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.dna-mob-hero__lead {
  margin: 0 0 26px;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(245, 245, 245, 0.92);
}

.dna-mob-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  background: #eb3131;
  color: #fff;
  font-size: 18px;
}

.dna-mob-hero__facts {
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px 24px;
}
@media (min-width: 960px) {
  .dna-mob-hero__facts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.dna-mob-hero-fact {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
}

.dna-mob-hero-fact img {
  width: 36px;
  height: 36px;
  flex: none;
}

.dna-mob-rates {
  padding: 74px 0 92px;
  background: #fff;
}

.dna-mob-rates__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-mob-rates__head {
  display: grid;
  gap: 18px 42px;
  align-items: start;
  margin-bottom: 34px;
}
@media (min-width: 980px) {
  .dna-mob-rates__head {
    grid-template-columns: 300px minmax(0, 1fr);
  }
}

.dna-mob-rates__proof {
  margin: 0;
  max-width: 260px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(20, 20, 20, 0.72);
}

.dna-mob-rates__title {
  margin: 0;
  font-size: 75px;
  line-height: 0.95;
  letter-spacing: -0.04em;
  font-weight: 500;
  color: #141414;
}

.dna-mob-rates__accent {
  color: #eb3131;
}

.dna-mob-rates__grid {
  display: grid;
  gap: 26px 34px;
}
@media (min-width: 980px) {
  .dna-mob-rates__grid {
    grid-template-columns: 420px minmax(0, 1fr);
    align-items: start;
  }
}

.dna-mob-rates-card,
.dna-mob-rates-side__card {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 24px;
}

.dna-mob-rates-card__label,
.dna-mob-rates-side__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 60px;
  padding: 0 20px;
  border-radius: 18px;
  background: #0f1014;
  color: #fff;
  font-size: 22px;
  margin-bottom: 16px;
}

.dna-mob-rates-card__label img,
.dna-mob-rates-side__label img {
  width: 34px;
  height: 34px;
}

.dna-mob-rates-card__group {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.04);
  color: rgba(215, 73, 73, 0.95);
  font-size: 16px;
  margin: 8px 0 14px;
}

.dna-mob-rates-card__list,
.dna-mob-rates-side__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.dna-mob-rates-card__list li,
.dna-mob-rates-side__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  font-size: 16px;
  line-height: 1.25;
  color: rgba(20, 20, 20, 0.86);
}

.dna-mob-rates-card__place {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.04);
  color: #141414;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.dna-mob-rates-side {
  display: grid;
  gap: 24px;
}

.dna-mob-cases {
  padding: 38px 0 84px;
  background: #fff;
}

.dna-mob-cases__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-mob-cases__title {
  margin: 0 0 20px;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.035em;
  font-weight: 500;
  color: #171717;
  text-align: center;
}
@media (max-width: 767px) {
  .dna-mob-cases__title {
    font-size: 35px;
    margin-bottom: 25px;
  }
}

.dna-mob-cases__grid {
  display: grid;
  gap: 34px 18px;
}
@media (min-width: 980px) {
  .dna-mob-cases__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.dna-mob-case {
  min-width: 0;
  border-radius: 20px;
}

.dna-mob-case__media {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 126%;
  border-radius: 18px;
  overflow: hidden;
}

.dna-mob-case__media--tone-1 {
  background: #e8e3d3;
}

.dna-mob-case__media--tone-2 {
  background: #f0e2ef;
}

.dna-mob-case__media--tone-3 {
  background: #dde6f4;
}

.dna-mob-case__media--tone-4 {
  background: #e0e3f3;
}

.dna-mob-case__media--tone-5 {
  background: #efe5f2;
}

.dna-mob-case__media--tone-6 {
  background: #e9e9e9;
}

.dna-mob-case__logo {
  position: absolute;
  z-index: 3;
  left: 18px;
  top: 16px;
  width: 44px;
  height: auto;
}

.dna-mob-case__logo--raster {
  width: 68px;
}

.dna-mob-case__logo--deep {
  width: 72px;
  border-radius: 10px;
}

.dna-mob-case__backdrop {
  position: absolute;
  left: 50%;
  top: 49%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 1;
}

.dna-mob-case__phone {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58%;
  max-height: calc(100% - 60px);
  object-fit: contain;
  z-index: 2;
}

.dna-mob-case__phone--large {
  width: 50%;
}

.dna-mob-case__phone--narrow {
  width: 48%;
}

.dna-mob-case__caption {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  padding: 0 20px 20px 20px;
  text-decoration: none;
  color: #141414;
  font-size: 18px;
  line-height: 1.18;
  letter-spacing: -0.015em;
}
.dna-mob-case__caption img {
  margin-right: 20px;
}

.dna-mob-case__arrow {
  flex: none;
  font-size: 24px;
  line-height: 1;
  transform: translateY(1px);
}

.dna-mob-cases__cta {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

@media (max-width: 767px) {
  .dna-mob-cases__btn--more {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.dna-mob-cases__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 30px;
  border-radius: 999px;
  border: 1px solid rgba(15, 16, 20, 0.12);
  color: #1b1b1b;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.dna-mob-cases__btn:hover, .dna-mob-cases__btn:focus-visible {
  border-color: rgba(15, 16, 20, 0.26);
  background: rgba(15, 16, 20, 0.03);
}
@media (max-width: 767px) {
  .dna-mob-cases__btn {
    font-size: 16px;
    min-height: 45px;
    padding: 0 20px;
    width: 100%;
  }
}

.dna-mob-industries {
  padding: 34px 0 60px;
  background: #efefef;
  border-radius: 50px 50px 50px 50px;
}
@media (max-width: 767px) {
  .dna-mob-industries {
    padding: 50px 0 32px;
  }
}

.dna-mob-industries__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}
@media (min-width: 768px) and (max-width: 1199px) {
  .dna-mob-industries__inner {
    max-width: none;
  }
}

.dna-mob-industries__title {
  margin: 0 0 60px;
  font-size: 47px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #141414;
  font-weight: 500;
}
@media (max-width: 767px) {
  .dna-mob-industries__title {
    font-size: 35px;
    line-height: 1.25;
    margin: 0 0 30px;
  }
}
.dna-mob-industries__title span {
  color: #eb3131;
}

.dna-out-roles__brand {
  position: relative;
}
.dna-out-roles__brand svg {
  position: absolute;
  left: -25px;
  top: 0;
  width: 110%;
  height: 110%;
}

.dna-case-challenge-card-inner {
  flex: 1 1 0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-height: 279px;
}

.dna-case-review__cards {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 767px) {
  .dna-case-review__cards {
    margin-top: 30px;
  }
}

.dna-case-result-item__text-new {
  color: #fff !important;
  text-align: center !important;
}

.dna-mob-industries__grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 980px) {
  .dna-mob-industries__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.dna-mob-industry {
  background: #f8f8f8;
  border-radius: 14px;
  padding: 16px 16px 14px;
}

@media (min-width: 980px) {
  .dna-mob-industry--wide {
    grid-column: 1/2;
  }
}

.dna-mob-industry__name {
  margin: 10px 0;
  color: #eb3131;
  font-size: 20px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.dna-mob-industry__text {
  margin: 8px 0 12px;
  color: rgba(20, 20, 20, 0.86);
  font-size: 16px;
  line-height: 1.3;
}

.dna-mob-industry__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
@media (max-width: 767px) {
  .dna-mob-industry__logos {
    gap: 5px;
  }
}
.dna-mob-industry__logos img {
  width: auto;
  display: block;
}

.dna-mob-industries__cta {
  display: flex;
  align-items: end;
  justify-content: flex-start;
}

.dna-mob-industries__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 28px;
  border-radius: 999px;
  background: #ef3434;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .dna-mob-industries__btn {
    min-height: 45px;
    width: 100%;
  }
}

.dna-mob-cycle {
  padding: 60px 0 78px;
}

.dna-mob-cycle__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-mob-cycle__head {
  display: grid;
  gap: 16px 30px;
  margin-bottom: 22px;
}
@media (min-width: 980px) {
  .dna-mob-cycle__head {
    grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr);
    align-items: start;
  }
}

.dna-mob-cycle__title {
  margin: 0;
  font-size: 47px;
  line-height: 0.98;
  letter-spacing: -0.03em;
  color: #141414;
  font-weight: 500;
  max-width: 550px;
}
@media (max-width: 767px) {
  .dna-mob-cycle__title {
    font-size: 35px;
  }
}
.dna-mob-cycle__title span {
  color: #eb3131;
}

.dna-mob-cycle__lead {
  margin: 0;
  max-width: 290px;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(20, 20, 20, 0.86);
}

.dna-mob-cycle__grid {
  display: grid;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
}
@media (min-width: 980px) {
  .dna-mob-cycle__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.dna-mob-step {
  padding: 20px 20px 18px;
  border-right: 1px solid rgba(20, 20, 20, 0.08);
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  min-height: 290px;
  position: relative;
  background: transparent;
}
@media (max-width: 767px) {
  .dna-mob-step {
    border-left: 1px solid rgba(20, 20, 20, 0.08);
    border-right: none;
  }
}
.dna-mob-step:nth-child(3n) {
  border-right: 0;
}
.dna-mob-step:nth-last-child(-n+3) {
  border-bottom: 0;
}
.dna-mob-step::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 28px;
  width: 1px;
  height: 44px;
  background: rgba(235, 49, 49, 0.96);
}

.dna-mob-step:nth-child(1)::before {
  top: 0;
  left: 0;
}

.dna-mob-step:nth-child(2)::before {
  top: 50px;
  left: 0;
}

.dna-mob-step:nth-child(3)::before {
  top: 80px;
  left: 0;
}

.dna-mob-step:nth-child(4)::before {
  top: 100px;
  left: 0;
}

.dna-mob-step:nth-child(5)::before {
  top: 125px;
  left: 0;
}

.dna-mob-step:nth-child(6)::before {
  top: 145px;
  left: 0;
}

.dna-mob-step__icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #F5F5F5;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
}

.dna-mob-step__pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 11px;
  border-radius: 999px;
  background: #e8e8e8;
  font-size: 13px;
  color: rgba(20, 20, 20, 0.82);
}

.dna-mob-step__title {
  margin: 10px 0 12px;
  font-size: 16px;
  line-height: 1.16;
  letter-spacing: -0.015em;
  font-weight: 400;
  color: #141414;
}

.dna-mob-step__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.34;
  color: rgba(20, 20, 20, 0.64);
}

.dna-mob-cycle__cta {
  margin-top: 20px;
  min-height: 92px;
  border-radius: 16px;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 28px;
}
@media (max-width: 767px) {
  .dna-mob-cycle__cta {
    flex-direction: column;
    padding: 25px 28px;
  }
}

.dna-mob-cycle__cta-text {
  margin: 0;
  font-size: 18px;
  color: #141414;
}
@media (max-width: 767px) {
  .dna-mob-cycle__cta-text {
    text-align: center;
    max-width: 220px;
    line-height: 1.2;
  }
}

.dna-mob-cycle__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 999px;
  background: #ef3434;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 767px) {
  .dna-mob-cycle__cta-btn {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .dna-mob-cycle {
    background: #fff;
    padding: 0 0 60px;
  }
  .dna-mob-cycle__inner {
    padding-inline: 20px;
    max-width: none;
  }
  .dna-mob-cycle__head {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 0 60px;
    max-width: 728px;
  }
  .dna-mob-cycle__title {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    max-width: 572px;
  }
  .dna-mob-cycle__lead {
    font-size: 14px;
    line-height: 19px;
    color: #1e1e1e;
    max-width: 630px;
  }
  .dna-mob-cycle__grid {
    border: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 16px;
    row-gap: 24px;
    position: relative;
    max-width: 728px;
    background: linear-gradient(#e5e5e5, #e5e5e5) 0 243px/100% 1px no-repeat, linear-gradient(#e5e5e5, #e5e5e5) 0 498px/100% 1px no-repeat;
  }
  .dna-mob-step {
    border: 0;
    min-height: 231px;
    padding: 0 0 8px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
  }
  .dna-mob-step::before {
    left: 0;
    height: 40px;
    width: 1px;
  }
  .dna-mob-step:nth-child(1)::before {
    top: 0;
  }
  .dna-mob-step:nth-child(2)::before {
    top: 40px;
  }
  .dna-mob-step:nth-child(3)::before {
    top: 80px;
  }
  .dna-mob-step:nth-child(4)::before {
    top: 0;
  }
  .dna-mob-step:nth-child(5)::before {
    top: 80px;
  }
  .dna-mob-step:nth-child(6)::before {
    top: 191px;
  }
  .dna-mob-step__icon {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background: #f5f5f5;
    margin-bottom: 24px;
  }
  .dna-mob-step__icon img {
    width: 40px;
    height: 40px;
  }
  .dna-mob-step__pill {
    height: 24px;
    min-height: 24px;
    padding: 0 12px;
    background: #f5f5f5;
    border-radius: 50px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    color: #141414;
  }
  .dna-mob-step__title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: normal;
    margin: 0;
  }
  .dna-mob-step__text {
    font-size: 14px;
    line-height: 19px;
    color: #686868;
  }
  .dna-mob-cycle__cta {
    margin-top: 24px;
    background: #f5f5f5;
    border-radius: 20px;
    min-height: 92px;
    padding: 24px 0;
    gap: 20px;
    justify-content: center;
  }
  .dna-mob-cycle__cta-text {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 500;
  }
  .dna-mob-cycle__cta-btn {
    min-height: 44px;
    padding: 0 20px;
    border-radius: 80px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.dna-mob-guarantees {
  padding: 18px 0 88px;
}

.dna-mob-guarantees__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-mob-guarantees__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px 28px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .dna-mob-guarantees__head {
    align-items: start;
  }
}

.dna-mob-guarantees__title {
  margin: 0;
  font-size: 47px;
  line-height: 0.96;
  letter-spacing: -0.03em;
  font-weight: 400;
  color: #141414;
  margin-left: -50px;
}
@media (max-width: 767px) {
  .dna-mob-guarantees__title {
    margin-left: 0;
    font-size: 35px;
  }
}

.dna-mob-guarantees__lead {
  margin: 0;
  max-width: 470px;
  font-size: 16px;
  line-height: 1.32;
  color: rgba(20, 20, 20, 0.84);
}

.dna-mob-guarantees__grid {
  display: grid;
  gap: 8px;
}
@media (min-width: 980px) {
  .dna-mob-guarantees__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.dna-mob-guarantee {
  border-radius: 18px;
  overflow: hidden;
  min-height: 194px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media (min-width: 980px) {
  .dna-mob-guarantee--wide {
    grid-column: span 2;
  }
}

.dna-mob-guarantee--dark {
  background: #101114;
  color: #fff;
  padding: 22px 24px;
}

.dna-mob-guarantee--image {
  min-height: 194px;
}
@media (max-width: 767px) {
  .dna-mob-guarantee--image {
    display: none;
  }
}
.dna-mob-guarantee--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(1.4px);
  transform: scale(1.02);
}

.dna-mob-guarantee__title {
  margin: 0;
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: -0.01em;
  font-weight: 500;
  max-width: 370px;
}

.dna-mob-guarantee__text {
  margin: 14px 0 0;
  max-width: 96%;
  font-size: 13px;
  line-height: 1.33;
  color: rgba(255, 255, 255, 0.88);
  max-width: 370px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .dna-mob-guarantees {
    background: #fff;
    padding: 0 0 60px;
  }
  .dna-mob-guarantees__inner {
    padding-inline: 20px;
    max-width: none;
  }
  .dna-mob-guarantees__head {
    align-items: flex-start;
    gap: 24px;
    margin: 0 0 40px;
  }
  .dna-mob-guarantees__title {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-weight: 500;
    margin-left: 0;
  }
  .dna-mob-guarantees__lead {
    font-size: 14px;
    line-height: 19px;
    color: #1e1e1e;
    max-width: 704px;
  }
  .dna-mob-guarantees__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 16px;
  }
  .dna-mob-guarantee--wide {
    grid-column: auto;
  }
  .dna-mob-guarantee {
    border-radius: 20px;
    min-height: 213px;
  }
  .dna-mob-guarantee--dark {
    background: #1c1c1c;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 40px;
  }
  .dna-mob-guarantee__title {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: normal;
    font-weight: 500;
    max-width: 300px;
  }
  .dna-mob-guarantee__text {
    font-size: 14px;
    line-height: 19px;
    max-width: 300px;
    color: #fff;
    margin-top: 24px;
  }
  .dna-mob-guarantee--image {
    position: relative;
    min-height: 213px;
  }
  .dna-mob-guarantee--image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    pointer-events: none;
  }
  .dna-mob-guarantee--image img {
    filter: blur(5px);
    transform: none;
  }
}
.dna-mob-form {
  padding: 0 0 96px;
}

.dna-mob-form__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-mob-form__content {
  border-radius: 22px;
  overflow: hidden;
  padding: 24px 24px 28px;
  min-height: 600px;
  display: grid;
  gap: 24px 30px;
  color: #fff;
  background: url("../assets/contacts-world-bg.jpg") center/cover no-repeat;
}
@media (min-width: 980px) {
  .dna-mob-form__content {
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: start;
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .dna-mob-form__content {
    padding: 20px 20px 28px;
  }
}

.dna-mob-form__title {
  margin: 0;
  font-size: 47px;
  line-height: 0.96;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .dna-mob-form__title {
    font-size: 28px;
    margin-bottom: 16px;
    max-width: 230px;
    display: flex;
    align-items: center;
    margin-top: 30px;
  }
}
.dna-mob-form__title span {
  color: #eb3131;
}

.dna-mob-form__form {
  display: grid;
  gap: 10px;
}

.dna-mob-form__input,
.dna-mob-form__phone,
.dna-mob-form__textarea {
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  background: #f3f3f3;
  color: #111;
  font-family: inherit;
}

.dna-mob-form__input,
.dna-mob-form__phone {
  height: 42px;
  padding: 0 14px;
  font-size: 12px;
}

.dna-mob-form__input::placeholder,
.dna-mob-form__phone-input::placeholder,
.dna-mob-form__textarea::placeholder {
  color: #9a9a9a;
}

.dna-mob-form__phone {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dna-mob-form__flag {
  width: 18px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #d0d0d0;
  background: linear-gradient(180deg, #c6252e 0 33%, #fff 33% 66%, #254f9b 66% 100%);
  flex: none;
}

.dna-mob-form__phone-input {
  border: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  color: #111;
  font-family: inherit;
  font-size: 12px;
  outline: none;
}

.dna-mob-form__textarea {
  min-height: 72px;
  padding: 12px 14px;
  resize: none;
  font-size: 12px;
  line-height: 1.25;
}

.dna-mob-form__agree {
  margin: 20px 0;
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 8px;
  align-items: start;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.9);
}
.dna-mob-form__agree input {
  margin: 2px 0 0;
  width: 14px;
  height: 14px;
}
.dna-mob-form__agree a {
  color: #eb3131;
  text-decoration: underline;
}

.dna-page--mobileapps .dna-mob-form__btn {
  padding: 14px 24px;
  width: 100%;
}

.dna-mob-form__btn {
  margin-top: 6px;
  border: 0;
  border-radius: 999px;
  background: #ef3434;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  cursor: pointer;
  width: fit-content;
  padding: 18px 24px;
}
@media (max-width: 767px) {
  .dna-mob-form__btn {
    padding: 12px 20px;
    width: 100%;
  }
}

.dna-field-error {
  display: none;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.2;
  color: #eb3131;
}

.dna-field-error.is-visible {
  display: block;
}

input.is-error,
textarea.is-error,
label.is-error,
.dna-request-field.is-error,
.dna-ai-float__field.is-error {
  border-color: #eb3131 !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .dna-mob-form {
    background: #fff;
    padding: 0 0 60px;
  }
  .dna-mob-form__inner {
    padding-inline: 20px;
    max-width: none;
  }
  .dna-mob-form__content {
    border-radius: 20px;
    padding: 60px;
    min-height: 701px;
    gap: 40px 10px;
    align-content: start;
    align-items: start;
    background: url("../assets/contacts-world-bg.jpg") center/cover no-repeat;
  }
  .dna-mob-form__title {
    font-size: 52px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    max-width: 458px;
  }
  .dna-mob-form__form {
    gap: 8px;
    max-width: 316px;
  }
  .dna-mob-form__input,
  .dna-mob-form__phone {
    height: 48px;
    padding: 0 20px;
    border-radius: 12px;
    border-color: #e5e5e5;
    background: #f5f5f5;
    font-size: 13px;
    line-height: 18px;
  }
  .dna-mob-form__phone {
    gap: 8px;
  }
  .dna-mob-form__textarea {
    min-height: 96px;
    padding: 16px;
    border-radius: 12px;
    border-color: #e5e5e5;
    background: #f5f5f5;
    font-size: 13px;
    line-height: 18px;
  }
  .dna-mob-form__input::placeholder,
  .dna-mob-form__phone-input::placeholder,
  .dna-mob-form__textarea::placeholder {
    color: #686868;
    opacity: 1;
  }
  .dna-mob-form__agree {
    margin-top: 24px;
    grid-template-columns: 24px 1fr;
    gap: 16px;
    font-size: 14px;
    line-height: 19px;
    max-width: 316px;
  }
  .dna-mob-form__agree input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    border-radius: 4px;
    accent-color: #ffffff;
  }
  .dna-mob-form__btn {
    margin-top: 32px;
    height: 44px;
    border-radius: 80px;
    padding: 0 20px;
    width: fit-content;
    min-width: 179px;
    font-size: 16px;
    line-height: 1.5;
  }
}
body.dna-page--cases {
  --dna-page-scale: 1;
  --dna-page-base-width: 1280;
  overflow-x: hidden;
}

.dna-cases-hero {
  background: #fff;
  padding: 23px 0 10px;
}

.dna-cases-hero__inner,
.dna-cases-grid__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-cases-hero__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.dna-float-header-placeholder {
  display: none;
  width: 100%;
  pointer-events: none;
}

.dna-float-header-placeholder.is-active {
  display: block;
}

.dna-hero__top.dna-float-header,
.dna-cases-hero__header.dna-float-header,
.dna-out-hero__header.dna-float-header,
.dna-contacts-hero__header.dna-float-header,
.dna-ai-hero__top.dna-float-header,
.dna-article-head__top.dna-float-header {
  position: fixed;
  top: 10px;
  z-index: 140;
  --dna-float-scale: var(--dna-page-scale, 1);
  left: 50%;
  width: calc(100% / var(--dna-float-scale));
  transform: translate(-50%, calc(-100% - 18px)) scale(var(--dna-float-scale));
  transform-origin: top center;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.24s ease, opacity 0.24s ease, visibility 0.24s ease;
}

.dna-hero__top.dna-float-header.is-visible,
.dna-cases-hero__header.dna-float-header.is-visible,
.dna-out-hero__header.dna-float-header.is-visible,
.dna-contacts-hero__header.dna-float-header.is-visible,
.dna-ai-hero__top.dna-float-header.is-visible,
.dna-article-head__top.dna-float-header.is-visible {
  transform: translate(-50%, 0) scale(var(--dna-float-scale));
  opacity: 1;
  visibility: visible;
}

.dna-hero__top.dna-float-header,
.dna-out-hero__header.dna-float-header,
.dna-contacts-hero__header.dna-float-header,
.dna-ai-hero__top.dna-float-header {
  background: rgba(20, 20, 20, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  backdrop-filter: blur(8px);
  padding: 10px 60px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.dna-cases-hero__header.dna-float-header,
.dna-article-head__top.dna-float-header.is-visible {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  backdrop-filter: blur(8px);
  padding: 10px 16px;
  box-shadow: 0 10px 24px rgba(20, 20, 20, 0.08);
}

.dna-float-burger-ghost {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 20px;
  top: 16px;
  z-index: 180;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 0;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(calc(-100% - 30px));
  opacity: 0;
  visibility: hidden;
  transition: transform 0.24s ease, opacity 0.24s ease, visibility 0.24s ease;
  pointer-events: none;
}
.dna-float-burger-ghost svg {
  display: none;
}
.dna-float-burger-ghost::before, .dna-float-burger-ghost::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  background: #eb3131;
  border-radius: 2px;
}
.dna-float-burger-ghost::before {
  top: calc(50% - 4px);
}
.dna-float-burger-ghost::after {
  top: calc(50% + 3px);
}

.dna-float-burger-ghost.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  position: fixed !important;
}

body.dna-mobile-nav-open .dna-float-burger-ghost {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (min-width: 768px) {
  .dna-float-burger-ghost {
    display: none !important;
  }
}
.dna-cases-hero__logo img {
  display: block;
}

.dna-cases-hero__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.dna-cases-hero__nav-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 6px;
  text-decoration: none;
  color: rgba(20, 20, 20, 0.78);
  font-size: 14px;
  line-height: 1;
}
.dna-cases-hero__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--dna-nav-underline, #141414);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}
.dna-cases-hero__nav-link:hover::after, .dna-cases-hero__nav-link:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.dna-cases-hero__nav-link--active {
  color: #141414;
}

.dna-cases-hero__cta {
  height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  background: #eb3131;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 1;
}

.dna-cases-hero__content {
  margin-top: 70px;
  max-width: 860px;
}
@media (max-width: 767px) {
  .dna-cases-hero__content {
    margin-top: 50px;
  }
}

.dna-cases-hero__title {
  margin: 0;
  font-size: 46px;
  line-height: 1.02;
  letter-spacing: -0.035em;
  color: #141414;
  font-weight: 480;
}

.dna-cases-hero__lead {
  margin: 12px 0 0;
  font-size: 16px;
  line-height: 1.28;
  color: rgba(20, 20, 20, 0.82);
  max-width: 820px;
}

.dna-cases-hero__line {
  margin-top: 24px;
  border-top: 1px solid rgba(20, 20, 20, 0.12);
}

.dna-cases-grid {
  background: #fff;
  padding: 50px 0 90px;
}

.dna-cases-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dna-cases-filters__btn {
  height: auto !important;
  padding: 12px 24px !important;
  border-radius: 999px;
  border: 1px solid #e3e3e3;
  background: #fff;
  color: rgba(20, 20, 20, 0.78);
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
}

.dna-cases-filters__btn--active {
  border-color: #eb3131;
  background: #eb3131;
  color: #fff;
}

.dna-cases-grid__list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 767px) {
  .dna-cases-grid__list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.dna-cases-card {
  border-radius: 20px;
  overflow: hidden;
  background: #f4f4f4;
  border: 1px solid #ececec;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dna-cases-card__media {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  height: auto;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-height: 350px;
}
@media (max-width: 767px) {
  .dna-cases-card__media {
    height: auto;
  }
}

.dna-cases-card__preview {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.dna-cases-card__body {
  padding: 30px;
}
@media (max-width: 767px) {
  .dna-cases-card__body {
    padding: 20px;
  }
}

.dna-cases-card__top {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 12px;
  align-items: center;
}
@media (max-width: 767px) {
  .dna-cases-card__top {
    grid-template-columns: 1fr;
  }
}

.dna-cases-card__brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.dna-cases-card__name {
  font-size: 14px;
  color: rgba(20, 20, 20, 0.7);
}
@media (max-width: 767px) {
  .dna-cases-card__name {
    font-size: 16px;
    margin-left: 15px;
  }
}

.dna-cases-card__logo {
  width: auto;
  max-width: 120px;
  padding: 8px;
  border-radius: 10px;
  background-color: #fff;
  object-fit: contain;
  display: block;
}

.dna-cases-card__tags {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}
.dna-cases-card__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 12px 10px;
  border-radius: 999px;
  background: #f1f1f1;
  color: rgba(20, 20, 20, 0.85);
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 767px) {
  .dna-cases-card__tags {
    justify-content: flex-start;
  }
}

.dna-cases-card__sep {
  margin: 25px 0;
  border-top: 1px solid #e3e3e3;
}

.dna-cases-card__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 767px) {
  .dna-cases-card__summary {
    align-items: start;
    flex-direction: column;
  }
}

.dna-cases-card__title {
  display: block;
  text-decoration: none;
  color: #141414;
  font-size: 16px;
  line-height: 1.24;
  max-width: 76%;
}
@media (max-width: 767px) {
  .dna-cases-card__title {
    max-width: 100%;
  }
}

.dna-cases-card__more {
  flex: none;
  padding: 14px 16px;
  border-radius: 999px;
  background: #eb3131;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
}

body.dna-page--case {
  --dna-page-scale: 1;
  --dna-page-base-width: 1280;
  overflow-x: hidden;
  --dna-container-max: 1280px;
  --dna-container-pad: clamp(16px, 4vw, 60px);
}

.dna-case-hero {
  background: #fff;
  padding: 0 0 48px;
}

.dna-case-hero__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 40px;
}

.dna-case-hero__top {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
}

body.dna-page--case .dna-cases-hero__header {
  min-height: 80px;
  padding-block: 16px;
  gap: 24px 32px;
}

@media (min-width: 960px) {
  body.dna-page--case .dna-cases-hero__header {
    gap: 24px 125px;
  }
}
body.dna-page--case .dna-cases-hero__logo img {
  width: 77px;
  height: 36px;
  display: block;
}

body.dna-page--case .dna-cases-hero__nav {
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

body.dna-page--case .dna-cases-hero__nav-link {
  font-size: 14px;
  line-height: 19px;
  color: #141414;
}

body.dna-page--case .dna-cases-hero__nav-link--active {
  color: #141414;
}

.dna-case-hero__header-cta {
  box-sizing: border-box;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 14px;
  border-radius: 80px;
  border: 1px solid #b5b5b5;
  background: #fff;
  color: #141414;
  font-size: 15px;
  line-height: 1.5;
  font-family: inherit;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.dna-case-hero__header-cta:hover {
  border-color: #141414;
}

.dna-case-back {
  padding: 0;
  margin-top: 30px;
}

.dna-case-back__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b5b5b5;
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  transition: color 0.2s;
}

.dna-case-back__link:hover {
  color: #686868;
}

.dna-case-back__icon {
  display: inline-flex;
  color: #b5b5b5;
}

.dna-case-back__icon svg {
  display: block;
}

body.dna-page--article {
  --dna-page-scale: 1;
  --dna-page-base-width: 1280;
  background: #fff;
  overflow-x: hidden;
}

body.dna-page--author {
  --dna-page-scale: 1;
  --dna-page-base-width: 1280;
  background: #fff;
  overflow-x: hidden;
}

.dna-article-head {
  background: #fff;
}

.dna-article-head__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1280px) {
  .dna-article-head__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.dna-article-head__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 32px;
  min-height: 80px;
  padding: 16px 0;
}

.dna-article {
  padding: 0 0 60px;
}

.dna-article__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  max-width: 1280px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 980px) {
  .dna-article__inner {
    grid-template-columns: 278px minmax(0, 768px);
    align-items: start;
    gap: 114px;
  }
}
@media (min-width: 1280px) {
  .dna-article__inner {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.dna-article-toc {
  background: #1c1c1c;
  border-radius: 20px;
  padding: 40px 24px;
  color: #fff;
  position: sticky;
  top: 24px;
  align-self: start;
}

@media (max-width: 979px) {
  .dna-article-toc {
    display: none;
  }
}
@media (min-width: 1280px) {
  body.dna-page--article .dna-article-toc {
    position: static;
    top: auto;
    will-change: transform;
  }
}
.dna-article-toc__title {
  font-size: 16px;
  line-height: 1.5;
  color: #686868;
  margin-bottom: 28px;
}

.dna-article-toc__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dna-article-toc__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: color 0.2s ease;
}
.dna-article-toc__link:hover {
  color: #eb3131;
}

.dna-article-body {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.dna-article-hero {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dna-article-hero__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  border-bottom: 1px solid #686868;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .dna-article-hero__top {
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
  }
}

.dna-article-hero__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 80px;
  background: #f5f5f5;
  color: #141414;
  font-size: 14px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .dna-article-hero__pill {
    padding: 10px 20px;
    max-width: 125px;
    height: auto;
  }
}

.dna-article-hero__author {
  font-size: 16px;
  line-height: 1.5;
  color: #686868;
}
@media (max-width: 767px) {
  .dna-article-hero__author {
    font-size: 14px;
  }
}

a.dna-article-hero__author {
  text-decoration: none;
  color: #686868;
  cursor: pointer;
  transition: color 0.2s ease;
}
a.dna-article-hero__author:hover {
  color: #eb3131;
}
a.dna-article-hero__author:focus-visible {
  outline: 2px solid #eb3131;
  outline-offset: 3px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  a.dna-article-hero__author {
    max-width: 150px;
  }
}

body.dna-page--author .dna-article-head__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-bottom: 0;
}

body.dna-page--author .dna-article-head__top {
  min-height: 80px;
  padding: 16px 0;
  box-sizing: border-box;
}

body.dna-page--author .dna-cases-hero__nav {
  flex: 1;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

body.dna-page--author .dna-cases-hero__nav-link {
  font-size: 14px;
  line-height: 19px;
  color: #141414;
}

body.dna-page--author .dna-case-hero__header-cta {
  padding: 0 24px;
  font-size: 16px;
  line-height: 1.5;
}

.dna-blog-author-page {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 80px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 60px;
  box-sizing: border-box;
}

.dna-blog-author-hero__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  max-width: 1280px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 767px) {
  .dna-blog-author-hero__inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.dna-blog-author-hero__text {
  flex: 1;
  min-width: 0;
  max-width: 768px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .dna-blog-author-hero__text {
    align-items: center;
  }
}

.dna-blog-author-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .dna-blog-author-hero__tags {
    justify-content: center;
  }
}

.dna-blog-author-hero__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 20px;
  background: #f5f5f5;
  border-radius: 80px;
  font-size: 14px;
  line-height: 19px;
  color: #686868;
}

.dna-blog-author-hero__title {
  margin: 0;
  font-size: clamp(32px, 5vw, 46px);
  line-height: 110%;
  font-weight: 500;
  color: #141414;
}

.dna-blog-author-hero__title-accent {
  color: #eb3131;
}

.dna-blog-author-hero__tagline {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  color: #686868;
  max-width: 474px;
}
@media (max-width: 767px) {
  .dna-blog-author-hero__tagline {
    max-width: none;
  }
}

.dna-blog-author-hero__photo {
  flex-shrink: 0;
  width: 180px;
  height: 180px;
}
.dna-blog-author-hero__photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.dna-blog-author-info {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  max-width: 1280px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.dna-blog-author-info__title {
  margin: 0;
  font-size: 28px;
  line-height: 110%;
  font-weight: 500;
  color: #141414;
}

.dna-blog-author-info__cols {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 60px;
}
@media (max-width: 767px) {
  .dna-blog-author-info__cols {
    flex-direction: column;
    gap: 24px;
  }
}

.dna-blog-author-info__text {
  margin: 0;
  flex: 1;
  min-width: 0;
  max-width: 550px;
  font-size: 20px;
  line-height: 150%;
  color: #141414;
}

.dna-blog-author-edu {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  max-width: 1280px;
}

.dna-blog-author-edu__card {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dna-blog-author-edu__title {
  margin: 0;
  font-size: 20px;
  line-height: 110%;
  font-weight: 500;
  color: #686868;
}

.dna-blog-author-edu__text {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  color: #373737;
}

.dna-article-hero__title {
  margin: 0;
  font-size: 52px;
  line-height: 1.1;
  font-weight: 500;
  color: #141414;
}

.dna-article-hero__title-accent {
  color: #eb3131;
}

.dna-article-hero__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
}

.dna-article-hero__meta-left {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.dna-article-hero__date {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #141414;
}

.dna-article-hero__reading {
  font-size: 16px;
  line-height: 1.5;
  color: #686868;
}

.dna-article-hero__views {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #686868;
}

.dna-article-hero__eye {
  display: inline-flex;
  color: #686868;
}

.dna-article-lead {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  color: #141414;
}

.dna-article-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  color: #141414;
}

.dna-article-section {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.dna-article-richtext {
  font-size: 18px;
  line-height: 1.5;
  color: #141414;
}
.dna-article-richtext p {
  margin: 0;
}
.dna-article-richtext p + p {
  margin-top: 20px;
}

.dna-article-h2 {
  margin: 0 0 28px;
  font-size: 36px;
  line-height: 1.1;
  font-weight: 500;
  color: #eb3131;
}

.dna-article-h3 {
  margin: 0 0 28px;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 500;
  color: #141414;
}

.dna-article-summary {
  border: 0;
}

.dna-article-summary__summary {
  cursor: pointer;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #eb3131;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  padding: 0;
}
.dna-article-summary__summary::-webkit-details-marker {
  display: none;
}

.dna-article-summary__chev {
  width: 24px;
  height: 24px;
  display: inline-flex;
  border-radius: 999px;
  position: relative;
}

.dna-article-summary__chev::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #eb3131;
  border-bottom: 1.5px solid #eb3131;
  transform: rotate(45deg);
  position: absolute;
  left: 7px;
  top: 7px;
}

.dna-article-summary[open] .dna-article-summary__chev::before {
  transform: rotate(-135deg);
  top: 10px;
}

.dna-article-summary__box {
  margin-top: 16px;
  background: #1c1c1c;
  border-radius: 20px;
  padding: 40px 40px 40px 32px;
  color: #fff;
}

.dna-article-bullets {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.dna-article-bullet {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .dna-article-bullet {
    flex-direction: column;
  }
}

.dna-article-bullet__ico {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  position: relative;
}

.dna-article-bullet__ico::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5306 6.15489C12.904 4.61504 15.094 4.61504 15.4674 6.15488L16.4948 10.3919C16.6281 10.9416 17.0574 11.3709 17.6072 11.5042L21.8441 12.5316C23.384 12.905 23.384 15.095 21.8442 15.4684L17.6072 16.4958C17.0574 16.6291 16.6281 17.0584 16.4948 17.6081L15.4674 21.8451C15.094 23.385 12.904 23.385 12.5306 21.8451L11.5032 17.6081C11.3699 17.0584 10.9407 16.6291 10.3909 16.4958L6.15391 15.4684C4.61406 15.095 4.61406 12.905 6.15391 12.5316L10.3909 11.5042C10.9407 11.3709 11.3699 10.9416 11.5032 10.3919L12.5306 6.15489Z' fill='%23EB3131'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;
}

.dna-article-bullet__text {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
}

.dna-article-callout {
  border-left: 4px solid #eb3131;
  padding: 8px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
}

.dna-article-callout__title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #eb3131;
}

.dna-ai-float.is-open .dna-ai-float__btn {
  display: none;
}

.dna-article-callout__text {
  font-size: 18px;
  line-height: 1.5;
  color: #141414;
}

.dna-article-callout--neutral {
  border-left-color: #b5b5b5;
}

.dna-article-callout__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dna-article-callout__title--dark {
  color: #141414;
}

.dna-article-callout__arrow {
  display: inline-flex;
  color: #141414;
}

.dna-article-banner {
  border-radius: 20px;
  min-height: 232px;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 32px;
}
.dna-article-banner__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 20px;
}

.dna-article-banner--wide {
  min-height: 432px;
}

.dna-article-banner__btn {
  height: 48px;
  padding: 0 24px;
  border-radius: 80px;
  background: #eb3131;
  border: 1px solid #eb3131;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  position: relative;
}

.dna-article-grid2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 860px) {
  .dna-article-grid2 {
    grid-template-columns: repeat(2, minmax(0, 376px));
    justify-content: start;
  }
}

.dna-article-card-media {
  height: 497px;
  border-radius: 20px;
}

.dna-blog-cases-card__shot {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.dna-article-related {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.dna-article-related__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  color: #1c1c1c;
}

body.dna-page--article .dna-blog-cases-card__arrow {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.dna-page--article .dna-ai-faq__list {
  max-width: 100%;
}

.dna-article-quote {
  margin: 0;
  background: #1c1c1c;
  border-radius: 20px;
  padding: 32px;
  display: grid;
  gap: 24px;
  color: #fff;
  margin: 60px 0;
}

.dna-article-quote__head {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  align-items: center;
}

.dna-article-quote__avatar {
  width: 48px;
  height: 48px;
  border-radius: 80px;
  background: url("https://www.figma.com/api/mcp/asset/2ab4d8f5-8cce-4dc9-ac33-3c30b01429a1") center/cover no-repeat;
}

.dna-article-quote__by {
  font-size: 16px;
  line-height: 1.5;
  color: #686868;
}

.dna-article-quote__text {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}

.dna-article-quote--alt {
  align-items: flex-end;
}

.dna-article-quote__mark {
  font-size: 44px;
  line-height: 1;
  color: #fff;
}

.dna-article-quote__by--right {
  text-align: right;
}

.dna-article-video {
  border-radius: 20px;
  overflow: hidden;
  background: #111;
}

.dna-article-video__el {
  width: 100%;
  height: auto;
  display: block;
}

.dna-article-list {
  padding-left: 32px;
  padding-right: 40px;
}

.dna-article-bullets--darktext .dna-article-bullet__text {
  color: #141414;
}

.dna-article-numbered {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-left: 32px;
  padding-right: 40px;
}

.dna-article-numbered__item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.dna-article-numbered__item p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #141414;
}

.dna-article-numbered__num {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #1c1c1c;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
}

.dna-article-figure {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dna-article-figure__image {
  height: 432px;
  border-radius: 20px;
  background: url("https://www.figma.com/api/mcp/asset/b010e2b9-a360-4472-99fe-a1f7d0676a8e") center/cover no-repeat;
}

.dna-article-figure__caption {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #373737;
  text-align: right;
}

.dna-article-table {
  border: 1px solid #c9c9c9;
  border-radius: 20px;
  overflow: hidden;
}

.dna-article-table__row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dna-article-table__cell {
  padding: 18px 24px;
  border-right: 1px solid #b5b5b5;
  font-size: 18px;
  line-height: 1.5;
  color: #141414;
  background: #fff;
  text-align: center;
}

.dna-article-table__cell:last-child {
  border-right: 0;
}

.dna-article-table__row--head .dna-article-table__cell {
  background: #1c1c1c;
  color: #fff;
  border-right-color: #f5f5f5;
  font-size: 18px;
}

.dna-article-table__row--alt .dna-article-table__cell {
  background: #f5f5f5;
}

.dna-article-share {
  padding-top: 0;
}

.dna-article-share__row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.dna-article-share__label {
  font-size: 14px;
  line-height: 19px;
  color: rgba(28, 28, 28, 0.8);
}

.dna-article-share__icons {
  display: flex;
  gap: 8px;
}

.dna-article-share__icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.dna-article-share__icon:hover {
  opacity: 0.72;
}
.dna-article-share__icon svg {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}

.dna-article-refs {
  border-top: 1px solid #c9c9c9;
  padding-top: 40px;
}

.dna-article-refs__title {
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  color: #1c1c1c;
}

.dna-article-refs__list {
  margin: 0;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 14px;
  line-height: 19px;
  color: rgba(28, 28, 28, 0.8);
}

.dna-article-hero__pill--mobile,
.dna-article-hero__author--mobile,
.dna-article-mobile-dots {
  display: none;
}

@media (max-width: 767px) {
  body.dna-page--article .dna-article-head__inner {
    gap: 24px;
    padding-bottom: 24px;
  }
  body.dna-page--article .dna-article-head__top {
    min-height: auto;
    gap: 12px;
  }
  body.dna-page--article .dna-case-back {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
  }
  body.dna-page--article .dna-case-back__link {
    gap: 4px;
  }
  body.dna-page--article .dna-case-back__icon {
    width: 16px;
    height: 16px;
  }
  body.dna-page--article .dna-case-back__icon svg {
    width: 16px;
    height: 16px;
  }
  body.dna-page--article .dna-case-back__text {
    font-size: 13px;
  }
  body.dna-page--article .dna-article-hero__pill--mobile {
    display: inline-flex;
    height: 28px;
    padding: 0 12px;
    border-radius: 80px;
    font-size: 12px;
    line-height: 1;
    color: #141414;
    background: #f5f5f5;
  }
  body.dna-page--article .dna-article {
    padding-bottom: 40px;
  }
  body.dna-page--article .dna-article__inner {
    gap: 0;
  }
  body.dna-page--article .dna-article-body {
    gap: 40px;
  }
  body.dna-page--article .dna-article-hero__title {
    font-size: 34px;
    line-height: 1.1;
  }
  body.dna-page--article .dna-article-hero__meta {
    gap: 4px;
    padding: 0;
  }
  body.dna-page--article .dna-article-hero__meta-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  body.dna-page--article .dna-article-hero__date,
  body.dna-page--article .dna-article-hero__reading,
  body.dna-page--article .dna-article-hero__views {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }
  body.dna-page--article .dna-article-hero__author--desktop {
    display: none;
  }
  body.dna-page--article .dna-article-hero__author--mobile {
    display: inline-flex;
    font-size: 16px;
    line-height: 1.5;
    color: #686868;
    text-decoration: none;
  }
  body.dna-page--article .dna-article-lead {
    font-size: 18px;
  }
  body.dna-page--article .dna-article-text,
  body.dna-page--article .dna-article-richtext,
  body.dna-page--article .dna-article-bullet__text,
  body.dna-page--article .dna-article-callout__text,
  body.dna-page--article .dna-article-numbered__item p {
    font-size: 16px;
    line-height: 1.5;
  }
  body.dna-page--article .dna-article-h2 {
    font-size: 28px;
  }
  body.dna-page--article .dna-article-h3 {
    font-size: 24px;
  }
  body.dna-page--article .dna-article-summary__summary {
    font-size: 18px;
    line-height: 1.5;
  }
  body.dna-page--article .dna-article-summary__box {
    padding: 20px 20px 32px;
  }
  body.dna-page--article .dna-article-bullets {
    gap: 24px;
  }
  body.dna-page--article .dna-article-bullet {
    gap: 12px;
  }
  body.dna-page--article .dna-article-callout {
    border-left-width: 2px;
    padding-left: 20px;
    padding-right: 0;
  }
  body.dna-page--article .dna-article-banner {
    padding: 20px;
  }
  body.dna-page--article .dna-article-banner--wide {
    min-height: auto;
    aspect-ratio: 768/432;
  }
  body.dna-page--article .dna-article-banner__btn {
    height: 44px;
    padding: 0 20px;
  }
  body.dna-page--article .dna-article-grid2 > *:nth-child(n+2) {
    display: block;
  }
  body.dna-page--article .dna-article-grid2[data-dna-mobile-slider] {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 20px;
    padding-bottom: 4px;
  }
  body.dna-page--article .dna-article-grid2[data-dna-mobile-slider]::-webkit-scrollbar {
    display: none;
  }
  body.dna-page--article .dna-article-grid2[data-dna-mobile-slider] > * {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: start;
  }
  body.dna-page--article .dna-article-card-media {
    height: auto;
    aspect-ratio: 376/497;
  }
  body.dna-page--article .dna-blog-cases-card__bottom {
    gap: 20px;
  }
  body.dna-page--article .dna-blog-cases-card__title {
    font-size: 14px;
    line-height: 1.2;
  }
  body.dna-page--article .dna-article-mobile-dots {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
  }
  body.dna-page--article .dna-article-mobile-dots__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b5b5b5;
    border: 0;
    padding: 0;
    appearance: none;
    cursor: pointer;
  }
  body.dna-page--article .dna-article-mobile-dots__dot--active {
    background: #141414;
  }
  body.dna-page--article .dna-article-quote {
    padding: 20px 20px 28px;
    gap: 28px;
    margin: 0;
  }
  body.dna-page--article .dna-article-quote__text {
    font-size: 16px;
  }
  body.dna-page--article .dna-article-quote__by {
    font-size: 14px;
    line-height: 1.2;
  }
  body.dna-page--article .dna-article-table {
    overflow-x: auto;
  }
  body.dna-page--article .dna-article-table__row {
    min-width: 320px;
  }
  body.dna-page--article .dna-article-table__cell {
    padding: 12px;
    font-size: 14px;
  }
  body.dna-page--article .dna-article-list,
  body.dna-page--article .dna-article-numbered {
    padding-left: 0;
    padding-right: 0;
  }
  body.dna-page--article .dna-article-numbered__item {
    gap: 12px;
  }
  body.dna-page--article .dna-article-figure__image {
    height: auto;
    aspect-ratio: 728/432;
  }
  body.dna-page--article .dna-article-share__row {
    justify-content: flex-start;
  }
  body.dna-page--article .dna-ai-faq__title {
    font-size: 28px;
    line-height: 1.1;
  }
  body.dna-page--article .dna-ai-faq__q-text {
    font-size: 18px;
    line-height: 1.2;
  }
  body.dna-page--article .dna-ai-faq__icon {
    width: 24px;
    height: 24px;
    border-radius: 24px;
  }
}
.dna-case-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
}

.dna-case-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-start;
  gap: 16px;
}

.dna-case-hero__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: #f5f5f5;
  border-radius: 10px;
}

.dna-case-hero__brand img {
  height: 24px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  display: block;
}

.dna-case-hero__tag {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 20px;
  border-radius: 80px;
  background: #f5f5f5;
  color: #686868;
  font-size: 16px;
  line-height: 19px;
}

.dna-case-hero__title {
  margin: 0;
  padding-right: 0;
  font-size: clamp(28px, 4.2vw, 52px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #141414;
}

.dna-case-hero__title-accent {
  color: #eb3131;
}

.dna-case-hero__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px 40px;
  width: 100%;
  max-width: 866px;
}

.dna-case-hero__lead {
  margin: 0;
  flex: 1 1 280px;
  max-width: 666px;
  font-size: 16px;
  line-height: 22px;
  color: #1c1c1c;
}

.dna-case-hero__btn {
  box-sizing: border-box;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 80px;
  border: 1px solid #eb3131;
  background: #eb3131;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-family: inherit;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.dna-case-hero__btn:hover {
  background: #d92323;
  border-color: #d92323;
  color: #fff;
}

@media (max-width: 959px) {
  body.dna-page--case .dna-cases-hero__header {
    flex-wrap: wrap;
  }
  body.dna-page--case .dna-cases-hero__nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
  }
  .dna-case-hero__inner {
    gap: 48px;
  }
  .dna-case-hero__top {
    gap: 24px;
  }
}
.dna-case-challenge {
  background: #fff;
  padding: 0 0 90px;
}

.dna-case-challenge__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 767px) {
  .dna-case-challenge__inner {
    gap: 24px;
  }
}

.dna-case-challenge__title {
  margin: 0;
  font-weight: 500;
  color: #141414;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.dna-case-challenge__cards {
  display: flex;
  gap: 16px;
}
@media (max-width: 767px) {
  .dna-case-challenge__cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}

.dna-case-challenge-card {
  flex: 1 1 0;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 40px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dna-case-challenge-card ul {
  margin: 0;
  margin-bottom: 12px;
}

.dna-case-challenge-card__head {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #eb3131;
}

.dna-case-challenge-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #373737;
}

.dna-case-feature {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 40px 28px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin: 0 60px;
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .dna-case-feature {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .dna-case-feature {
    margin: 0 20px;
    margin-top: 30px;
  }
}

.dna-case-feature__left {
  flex: 1 1 0;
  max-width: 520px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .dna-case-feature__left {
    max-width: 100%;
    width: auto;
  }
}

.dna-case-feature__kicker {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #eb3131;
}

.dna-case-feature__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dna-case-feature__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #141414;
}

.dna-case-feature__text {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  color: #141414;
}

.dna-case-feature__right {
  flex: none;
  width: 544px;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .dna-case-feature__right {
    max-width: 100%;
    width: auto;
  }
}

.dna-case-feature-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dna-case-feature-list__sep {
  height: 1px;
  background: #e5e5e5;
}

.dna-case-feature-item {
  display: grid;
  gap: 20px;
  align-items: start;
}

.dna-case-feature-item__num {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #f5f5f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #eb3131;
}

.dna-case-feature-item__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dna-case-feature-item__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #141414;
}

.dna-case-feature-item__text {
  font-size: 14px;
  line-height: 19px;
  color: #373737;
}

@media (max-width: 959px) {
  .dna-case-feature {
    flex-direction: column;
  }
  .dna-case-feature__left {
    max-width: none;
    gap: 24px;
  }
  .dna-case-feature__right {
    width: 100%;
    padding: 24px;
  }
}
.is-visible .dna-hero__nav-link {
  font-size: 15px;
}

.dna-case-slider {
  background: #fff;
  padding: 0 0 110px;
}
@media (max-width: 767px) {
  .dna-case-slider {
    margin-top: 50px;
  }
}

.dna-case-slider__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  outline: none;
}

.dna-case-slider__arrow {
  flex: none;
  width: 48px;
  height: 48px;
  border-radius: 60px;
  background: #f5f5f5;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #141414;
  transition: background 0.2s;
}

.dna-case-slider__arrow:hover {
  background: #ededed;
}

.dna-case-slider__viewport {
  flex: none;
  width: min(964px, 100%);
}

.dna-case-slider__track {
  position: relative;
  width: 100%;
  height: 596px;
}

.dna-case-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
}

.dna-case-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.dna-case-slide__frame {
  width: 100%;
  height: 596px;
  border-radius: 20px;
  background: #f5f5f5;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dna-case-slide__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dna-case-slide__placeholder {
  text-align: center;
  color: rgba(20, 20, 20, 0.68);
  padding: 32px;
}

.dna-case-slide__ph-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #141414;
}

.dna-case-slide__ph-text {
  margin-top: 6px;
  font-size: 14px;
  line-height: 19px;
}

@media (max-width: 959px) {
  .dna-case-slider__inner {
    gap: 16px;
  }
  .dna-case-slider__track,
  .dna-case-slide__frame {
    height: 420px;
  }
}
.dna-case-result {
  background: #fff;
  padding: 0 0 120px;
}

.data-dna-blog-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dna-case-result__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.dna-case-result__title {
  margin: 0;
  font-weight: 500;
  color: #141414;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.1;
}

.dna-case-result__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 50px 16px;
}
@media (max-width: 767px) {
  .dna-case-result__grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}

.dna-case-result-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 767px) {
  .dna-case-result-item {
    gap: 10px;
  }
}

.dna-case-result-item__head {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  color: #eb3131;
}

.dna-case-result-item__text {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #141414;
  max-width: 500px;
}

@media (max-width: 959px) {
  .dna-case-result-item__text {
    max-width: none;
  }
}
.dna-case-cta {
  background: #fff;
  padding: 0 0 140px;
}

.dna-case-cta__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  border-radius: 20px;
  overflow: hidden;
  min-height: 350px;
  padding: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  text-align: center;
  color: #fff;
  margin: 0 60px;
  width: auto;
  background: url("../assets/cta-bg.png") center/cover no-repeat;
}
@media (max-width: 767px) {
  .dna-case-cta__inner {
    margin: 0 20px;
  }
}

.dna-case-cta__title {
  margin: 0;
  width: 100%;
  max-width: 1040px;
  font-weight: 500;
  font-size: clamp(26px, 3.6vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
}

.dna-case-cta__btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 178px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 80px;
  background: #eb3131;
  border: 1px solid #eb3131;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.dna-case-cta__btn:hover {
  background: #d92323;
  border-color: #d92323;
}

@media (max-width: 959px) {
  .dna-case-cta {
    padding-bottom: 96px;
  }
  .dna-case-cta__inner {
    padding: 36px 20px;
    min-height: 280px;
    gap: 24px;
  }
}
.dna-case-review {
  background: #fff;
  padding: 0 0 140px;
}

.dna-case-review__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  display: grid;
  grid-template-columns: 376px 1fr;
  gap: 16px;
  align-items: start;
}

.dna-case-review__title {
  margin: 0;
  font-weight: 500;
  color: #141414;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.dna-case-review__card {
  border-radius: 20px;
  padding: 0;
  min-height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dna-case-review__quote {
  width: 15px;
  height: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #eb3131;
  font-size: 70px;
  line-height: 1;
}

.dna-case-review__quote-new {
  width: 10px;
  height: 0;
  font-size: 56px;
}

.dna-case-result__title-new {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}

.dna-case-conclusion-card__text-new {
  max-width: 750px;
  line-height: 1.29;
}

.dna-case-cta__inner-btn {
  display: flex;
  align-items: start;
  gap: 12px;
}
@media (max-width: 959px) {
  .dna-case-cta__inner-btn {
    flex-direction: column;
  }
}

.dna-case-challenge-card__quote-text-new {
  margin-top: -10px;
}

.dna-case-review__text {
  font-size: 20px;
  line-height: 1.5;
  color: #141414;
  max-width: 768px;
}

.dna-case-review__author {
  font-size: 16px;
  line-height: 1.5;
  color: #686868;
  max-width: 768px;
}

@media (max-width: 959px) {
  .dna-case-review {
    padding-bottom: 110px;
  }
  .dna-case-review__inner {
    grid-template-columns: 1fr;
  }
  .dna-case-review__card {
    min-height: auto;
    gap: 24px;
  }
  .dna-case-review__text {
    font-size: 16px;
  }
}
.dna-case-conclusion {
  background: #fff;
  padding: 0 0 160px;
}

.dna-case-conclusion__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  display: grid;
  grid-template-columns: 376px 1fr;
  gap: 16px;
  align-items: start;
}

.dna-case-conclusion__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 60px;
  min-height: 222px;
}

.dna-case-conclusion__title {
  margin: 0;
  font-weight: 500;
  color: #141414;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.dna-case-conclusion__btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 211px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 80px;
  background: #eb3131;
  border: 1px solid #eb3131;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.dna-case-conclusion__btn:hover {
  background: #d92323;
  border-color: #d92323;
}

.dna-case-conclusion-card {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 40px 28px;
  min-height: 222px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dna-case-conclusion-card__head {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #eb3131;
}

.dna-case-conclusion-card__text {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #373737;
}

@media (max-width: 959px) {
  .dna-case-conclusion {
    padding-bottom: 110px;
  }
  .dna-case-conclusion__inner {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .dna-case-conclusion__left {
    min-height: auto;
    gap: 24px;
  }
}
body.dna-page--contacts {
  --dna-page-scale: 1;
  --dna-page-base-width: 1280;
  overflow-x: hidden;
}

.dna-contacts-hero {
  padding: 20px 0 0;
  min-height: 57vh;
  color: #fff;
  background: url("../assets/contacts-hero-bg.jpg") center/cover no-repeat;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media (max-width: 767px) {
  .dna-contacts-hero {
    min-height: 440px;
    border-radius: 0 0 40px 40px;
  }
}

.dna-contacts-hero__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  padding: 0 55px;
}
@media (max-width: 767px) {
  .dna-contacts-hero__inner {
    padding: 0 20px;
  }
}

.dna-contacts-hero__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.dna-contacts-hero__logo img {
  display: block;
  width: 77px;
  height: 36px;
}

.dna-contacts-hero__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.dna-contacts-hero__nav-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 6px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1;
}
.dna-contacts-hero__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--dna-nav-underline, #fff);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}
.dna-contacts-hero__nav-link:hover::after, .dna-contacts-hero__nav-link:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.dna-contacts-hero__nav-link--active {
  color: #fff;
}

.dna-contacts-hero__cta {
  height: 42px;
  padding: 0 28px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
}

.dna-contacts-hero__content {
  margin-top: 86px;
  min-height: calc(57vh - 130px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .dna-contacts-hero__content {
    min-height: auto;
    margin-top: 50px;
  }
}

.dna-contacts-hero__title {
  margin: 0;
  font-size: 52px;
  line-height: 0.95;
  letter-spacing: -0.03em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .dna-contacts-hero__title {
    font-size: 35px;
    max-width: 220px;
    line-height: 1.2;
  }
}

.dna-contacts-hero__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  gap: 16px;
  position: relative;
}
@media (max-width: 1279px) {
  .dna-contacts-hero__list {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .dna-contacts-hero__list {
    gap: 15px;
    margin-top: 180px;
  }
}
.dna-contacts-hero__list::before {
  content: "";
  position: absolute;
  left: 0;
  top: -55px;
  width: 100%;
  height: 1px;
  background: #373737;
  z-index: 1;
}
@media (max-width: 767px) {
  .dna-contacts-hero__list::before {
    display: none;
  }
}
.dna-contacts-hero__list a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 1279px) {
  .dna-contacts-hero__list a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .dna-contacts-hero__list a {
    font-size: 24px;
  }
}

.dna-contacts-world {
  padding: 80px 0 96px;
  background: #fff;
}
@media (max-width: 767px) {
  .dna-contacts-world {
    padding: 80px 0 80px;
  }
}

.dna-contacts-world__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-contacts-world__content {
  border-radius: 22px;
  overflow: hidden;
  padding: 60px;
  display: grid;
  gap: 26px 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.54) 100%), #111 url("../assets/contacts-world-bg.jpg") center/cover no-repeat;
  color: #fff;
}
@media (min-width: 980px) {
  .dna-contacts-world__content {
    grid-template-columns: minmax(0, 1fr) 420px;
    align-items: start;
  }
}
@media (max-width: 767px) {
  .dna-contacts-world__content {
    padding: 40px 20px 20px;
  }
}

.dna-contacts-world__title {
  margin: 0;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .dna-contacts-world__title {
    font-size: 28px;
  }
}

.dna-contacts-world__lead {
  margin: 14px 0 0;
  max-width: 70ch;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
  max-width: 504px;
}
@media (max-width: 767px) {
  .dna-contacts-world__lead {
    font-size: 14px;
  }
}

.dna-contacts-world__form {
  display: grid;
  gap: 10px;
  align-content: start;
}

.dna-contacts-world__input,
.dna-contacts-world__phone,
.dna-contacts-world__textarea {
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  background: #f3f3f3;
  color: #111;
  font-family: inherit;
}

.dna-contacts-world__input,
.dna-contacts-world__phone {
  height: 42px;
  padding: 0 14px;
  font-size: 12px;
}

.dna-contacts-world__input::placeholder,
.dna-contacts-world__phone-input::placeholder,
.dna-contacts-world__textarea::placeholder {
  color: #9a9a9a;
}

.dna-contacts-world__phone {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dna-contacts-world__flag {
  width: 18px;
  height: 12px;
  border-radius: 2px;
  border: 1px solid #d0d0d0;
  background: linear-gradient(180deg, #fff 0 33%, #254f9b 33% 66%, #c6252e 66% 100%);
  flex: none;
}

.dna-contacts-world__phone-input {
  border: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  color: #111;
  font-family: inherit;
  font-size: 12px;
  outline: none;
}

.dna-contacts-world__textarea {
  min-height: 72px;
  padding: 12px 14px;
  resize: none;
  font-size: 12px;
  line-height: 1.25;
}

.dna-contacts-world__agree {
  margin-top: 2px;
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 8px;
  align-items: start;
  font-size: 11px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.9);
}
.dna-contacts-world__agree input {
  margin: 2px 0 0;
  width: 14px;
  height: 14px;
}
.dna-contacts-world__agree a {
  color: #eb3131;
  text-decoration: underline;
}

.dna-contacts-world__btn {
  margin-top: 6px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: #ef3434;
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  cursor: pointer;
}

.dna-contacts-founders {
  padding: 26px 0 92px;
  background: #fff;
}

.dna-contacts-founders__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-contacts-founders__title {
  margin: 0 0 60px;
  text-align: center;
  font-size: 52px;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #141414;
}
.dna-contacts-founders__title span {
  color: #eb3131;
}

.dna-contacts-founders__list {
  display: grid;
  gap: 40px;
}

.dna-founder__grid {
  display: grid;
  gap: 12px;
}
@media (min-width: 980px) {
  .dna-founder__grid {
    grid-template-columns: 376px minmax(0, 1fr);
    gap: 16px;
    align-items: stretch;
  }
}

@media (min-width: 980px) {
  .dna-founder__grid--reverse {
    grid-template-columns: minmax(0, 1fr) 376px;
  }
  .dna-founder__grid--reverse .dna-founder__photo {
    order: 2;
  }
  .dna-founder__grid--reverse .dna-founder__card {
    order: 1;
  }
}

.dna-founder__grid--reverse .dna-founder__photo {
  height: 407px;
}
@media (max-width: 767px) {
  .dna-founder__grid--reverse .dna-founder__photo {
    height: 280px;
  }
}

.dna-founder__photo {
  border-radius: 18px;
  overflow: hidden;
  background: #111;
  height: 407px;
}
.dna-founder__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.dna-founder__card {
  border-radius: 18px;
  background: #f5f5f5;
  overflow: hidden;
  display: grid;
}
@media (min-width: 980px) {
  .dna-founder__card {
    grid-template-columns: 1fr 1fr;
  }
}

.dna-founder__main {
  padding: 18px 18px 16px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .dna-founder__main {
    padding: 18px 18px 20px;
  }
}

.dna-founder__side {
  padding: 18px;
  border-left: 1px solid rgba(20, 20, 20, 0.08);
  display: grid;
  gap: 14px;
}
@media (max-width: 767px) {
  .dna-founder__side {
    padding-top: 30px;
  }
}

.dna-founder__name {
  margin: 0;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  color: #141414;
}
@media (max-width: 767px) {
  .dna-founder__name {
    font-size: 24px;
  }
}

.dna-founder__role {
  margin: 6px 0 0;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .dna-founder__role {
    font-size: 14px;
  }
}

.dna-founder__bullets {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  font-size: 14px;
  line-height: 1.35;
  max-width: 300px;
}
.dna-founder__bullets li {
  position: relative;
  padding-left: 14px;
}
.dna-founder__bullets li::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 8px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(235, 49, 49, 0.75);
  transform: translateY(-50%);
}
.dna-founder__bullets li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(235, 49, 49, 0.35);
  transform: translateY(-50%);
}

.dna-founder__actions {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.dna-founder__btn {
  height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}

.dna-founder__btn--primary {
  background: #eb3131;
  color: #fff;
}

.dna-founder__btn--ghost {
  border: 1px solid rgba(20, 20, 20, 0.35);
  background: transparent;
  color: rgba(20, 20, 20, 0.82);
}

.dna-founder__row {
  display: grid;
  gap: 16px;
}
.dna-founder__row p {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(20, 20, 20, 0.74);
  max-width: 350px;
}

.dna-founder__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border-radius: 999px;
  background: #141414;
  color: #fff;
  font-size: 14px;
  max-width: fit-content;
  line-height: 1.1;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .dna-founder__pill {
    padding: 15px 20px;
  }
}

.dna-founder__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #eb3131;
  position: relative;
}
.dna-founder__dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(235, 49, 49, 0.35);
  transform: translate(-50%, -50%);
}

.dna-team {
  padding: 0 0 80px;
  background: #fff;
}
@media (min-width: 1200px) {
  .dna-team {
    padding-bottom: 100px;
  }
}

.dna-team__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
@media (min-width: 1280px) {
  .dna-team__inner {
    max-width: 1280px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .dna-team__inner {
    gap: 40px;
  }
}

.dna-team__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
@media (min-width: 1200px) {
  .dna-team__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px 165px;
  }
}

.dna-team__title {
  margin: 0;
  max-width: 520px;
  font-family: "Manrope", system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 110%;
  color: #141414;
}
@media (min-width: 768px) {
  .dna-team__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .dna-team__title {
    font-size: 46px;
    max-width: 511px;
  }
}
@media (max-width: 767px) {
  .dna-team__title {
    font-size: 35px;
  }
}

.dna-team__title-accent {
  color: #eb3131;
}

.dna-team__lead {
  margin: 0;
  max-width: 376px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #1e1e1e;
}

.dna-team__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
@media (min-width: 1200px) {
  .dna-team__body {
    max-width: 1160px;
  }
}

.dna-team__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .dna-team__tags {
    gap: 8px;
  }
}

.dna-team__tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 40px;
  padding: 12px 20px 12px 12px;
  background: #f5f5f5;
  border-radius: 80px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #141414;
}
@media (max-width: 767px) {
  .dna-team__tag {
    font-size: 12px;
    padding: 8px 11px 8px 8px;
    gap: 6px;
    min-height: auto;
  }
}

.dna-team__tag-dot {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .dna-team__tag-dot {
    width: 16px;
    height: 16px;
  }
}
.dna-team__tag-dot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #eb3131;
  opacity: 0.3;
}
.dna-team__tag-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  border-radius: 50%;
  background: #eb3131;
}

.dna-team__grid {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}
@media (min-width: 1200px) {
  .dna-team__grid {
    max-width: 1160px;
  }
}

.dna-team__member {
  flex: 0 0 auto;
  width: 175px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.dna-team__photo {
  width: 180px;
  height: 180px;
  border-radius: 20px;
  overflow: hidden;
  background: #e8e8e8;
}
.dna-team__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(1);
}

.dna-team__meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}
@media (max-width: 767px) {
  .dna-team__meta {
    gap: 0;
  }
}

.dna-team__name {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: #1e1e1e;
}
@media (max-width: 767px) {
  .dna-team__name {
    font-size: 12px;
  }
}

.dna-team__role {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #686868;
}
@media (max-width: 767px) {
  .dna-team__role {
    font-size: 12px;
  }
}

.dna-media-slider {
  padding: 0 0 80px;
  background: #fff;
}
@media (min-width: 1200px) {
  .dna-media-slider {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .dna-media-slider {
    padding: 50px 0 48px;
  }
}

.dna-media-slider__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
@media (min-width: 1280px) {
  .dna-media-slider__inner {
    max-width: 1280px;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.dna-media-slider__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
@media (min-width: 900px) {
  .dna-media-slider__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px 165px;
  }
}

.dna-media-slider__title {
  margin: 0;
  max-width: 520px;
  font-family: "Manrope", system-ui, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 110%;
  color: #141414;
}
@media (min-width: 768px) {
  .dna-media-slider__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .dna-media-slider__title {
    font-size: 46px;
    max-width: 484px;
  }
}
@media (max-width: 767px) {
  .dna-media-slider__title {
    font-size: 35px;
  }
}

.dna-media-slider__title-accent {
  color: #eb3131;
}

.dna-media-slider__nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.dna-media-slider__arrow {
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 60px;
  background: #f5f5f5;
  cursor: pointer;
  transition: opacity 0.2s, background 0.2s;
}
.dna-media-slider__arrow:hover:not(:disabled) {
  background: #ebebeb;
}
.dna-media-slider__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.dna-media-slider--author {
  padding: 0;
  background: #fff;
}
.dna-media-slider--author .dna-media-slider__inner {
  gap: 60px;
}
@media (min-width: 900px) {
  .dna-media-slider--author .dna-media-slider__head {
    align-items: center;
  }
}
.dna-media-slider--author .dna-media-slider__title {
  margin: 0;
  max-width: none;
  flex: 1 1 auto;
  font-size: clamp(28px, 5vw, 46px);
  line-height: 110%;
  font-weight: 500;
  color: #141414;
}
.dna-media-slider--author .dna-media-slider__track .dna-blog-cases-card {
  flex: 0 0 376px;
  width: 376px;
  max-width: min(376px, 100vw - 48px);
}

.dna-media-slider__viewport {
  width: 100%;
  max-width: 1160px;
  overflow: hidden;
}

.dna-media-slider__track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 16px;
  transition: transform 0.32s ease;
  will-change: transform;
}

.dna-media-card {
  box-sizing: border-box;
  flex: 0 0 min(366px, 100vw - 120px);
  width: min(366px, 100vw - 120px);
  min-height: 283px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
}

.dna-media-card__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.dna-media-card__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  min-height: 40px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  color: #141414;
  background: #f5f5f5;
}

.dna-404 {
  min-height: 72vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px 56px;
  box-sizing: border-box;
}

.dna-404__inner {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.dna-404__code {
  margin: 0;
  font-size: 150px;
  line-height: 1;
  font-weight: 500;
  color: #eb3131;
}

.dna-404__text {
  margin: 34px auto 0;
  max-width: 620px;
  color: #141414;
  font-size: 16px;
  line-height: 1.52;
  letter-spacing: -0.02em;
}

.dna-404__btn {
  margin: 76px auto 0;
  width: 100%;
  padding: 16px 24px;
  max-width: 560px;
  border-radius: 999px;
  background: #eb3131;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  transition: background-color 0.2s ease;
}

.dna-404__btn:hover {
  background: #d72626;
  color: #ffffff;
}

@media (max-width: 767px) {
  .dna-404 {
    min-height: 65vh;
    padding: 24px 16px 36px;
  }
  .dna-404__code {
    font-size: 92px;
  }
  .dna-404__text {
    margin-top: 22px;
    font-size: 24px;
  }
  .dna-404__btn {
    margin-top: 36px;
    max-width: 100%;
    height: 56px;
    font-size: 24px;
  }
}
.dna-media-card__logo--vc {
  font-weight: 700;
  letter-spacing: -0.02em;
  max-height: 40px;
}

.dna-media-card__logo--forbes {
  font-family: "Georgia", serif;
  font-weight: 700;
  font-size: 15px;
  max-height: 40px;
}

.dna-media-card__logo--tadviser {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  max-height: 40px;
}

.dna-media-card__logo--cnews {
  font-size: 14px;
  font-weight: 700;
  max-height: 40px;
}

.dna-media-card__tag {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  min-height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 80px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #b5b5b5;
}

.dna-media-card__text {
  margin: 0;
  width: 100%;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #141414;
}
@media (max-width: 767px) {
  .dna-media-card__text {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.dna-media-card__btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 101px;
  height: 48px;
  padding: 0 24px;
  border: 1px solid #b5b5b5;
  border-radius: 80px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #141414;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.dna-media-card__btn:hover {
  border-color: #eb3131;
  color: #eb3131;
}
@media (max-width: 767px) {
  .dna-media-card__btn {
    min-width: 93px;
    height: 44px;
  }
}

.dna-out-hero {
  position: relative;
  background: #fff;
  color: #111;
  padding: 20px 0 20px;
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-hero {
    padding: 20px 0 0;
  }
}

.dna-out-hero__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  position: relative;
  z-index: 1;
}

.dna-out-hero__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.dna-out-hero__logo img {
  display: block;
}

.dna-out-hero__nav {
  display: none;
  gap: 24px;
  align-items: center;
}
@media (min-width: 1100px) {
  .dna-out-hero__nav {
    display: flex;
  }
}

.dna-out-hero__nav-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 6px;
  color: rgba(17, 17, 17, 0.82);
  text-decoration: none;
  font-size: 14px;
}
.dna-out-hero__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--dna-nav-underline, #141414);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}
.dna-out-hero__nav-link:hover::after, .dna-out-hero__nav-link:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}
.dna-out-hero__nav-link:hover {
  opacity: 0.75;
}

.dna-out-hero__nav-link--active {
  opacity: 1;
}

.dna-out-hero__cta {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(17, 17, 17, 0.82);
  text-decoration: none;
  font-size: 14px;
}
.dna-out-hero__cta:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 1099px) {
  .dna-out-hero__cta {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .dna-out-hero__cta {
    display: none;
  }
}

.dna-out-hero__burger {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex: none;
}
.dna-out-hero__burger:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1099px) {
  .dna-out-hero__burger {
    display: inline-flex;
  }
}

.dna-out-hero__burger span {
  display: block;
  width: 16px;
  height: 2px;
  background: #eb3131;
  border-radius: 2px;
}

.dna-out-hero__burger span + span {
  margin-top: 4px;
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-hero__burger {
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .dna-out-hero__burger {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-hero__burger span {
    width: 22px;
    height: 2px;
    background: #eb3131;
  }
}
@media (max-width: 767px) {
  .dna-out-hero__burger span {
    width: 18px;
    height: 2px;
    background: #141414;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-hero__burger span:nth-child(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .dna-out-hero__burger span:nth-child(2) {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-hero__burger span + span {
    margin-top: 6px;
  }
}
@media (max-width: 767px) {
  .dna-out-hero__burger span + span {
    margin-top: 6px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-hero__header {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .dna-out-hero__header {
    padding: 16px 0;
  }
}

.dna-out-hero__content {
  padding-top: 46px;
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-hero__content {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .dna-out-hero__content {
    padding-top: 44px;
  }
}

.dna-out-hero__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: start;
}
@media (min-width: 900px) {
  .dna-out-hero__top {
    grid-template-columns: 1.25fr 0.75fr;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .dna-out-hero__top {
    gap: 32px;
  }
}

.dna-out-hero__left {
  min-width: 0;
}

.dna-out-hero__right {
  min-width: 0;
}
@media (min-width: 900px) {
  .dna-out-hero__right {
    padding-top: 10px;
  }
}

.dna-out-hero__title {
  margin: 0;
  font-size: 34px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 400;
}
@media (min-width: 900px) {
  .dna-out-hero__title {
    font-size: 52px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-hero__title {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .dna-out-hero__title {
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    font-weight: 500;
  }
}

.dna-out-hero__lead {
  margin: 0 0 16px;
  font-size: 12px;
  line-height: 1.55;
  color: #141414;
}
@media (min-width: 900px) {
  .dna-out-hero__lead {
    font-size: 14px;
    max-width: 310px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-hero__lead {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 24px;
    max-width: 376px;
  }
}
@media (max-width: 767px) {
  .dna-out-hero__lead {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 24px;
    max-width: 280px;
  }
}

.dna-out-hero__lead--mobile {
  display: none;
}

.dna-out-hero__btn {
  border-radius: 999px;
  padding: 11px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: none;
}

.dna-out-hero__btn--mobile {
  display: none;
}

.dna-out-hero__mobile-intro {
  display: none;
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-hero__btn {
    min-width: 240px;
    min-height: 48px;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .dna-out-hero__btn {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 0 20px;
    font-size: 16px;
  }
}

.dna-out-hero__art {
  position: relative;
  margin-top: 26px;
  height: 420px;
}
@media (min-width: 900px) {
  .dna-out-hero__art {
    height: 520px;
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-hero__art {
    margin-top: 32px;
    height: 473px;
  }
}
@media (max-width: 767px) {
  .dna-out-hero__art {
    position: static;
    margin-top: 18px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.dna-out-hero__puzzle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 700px;
  height: auto;
  transform: translate(-50%, -52%);
}
@media (min-width: 900px) {
  .dna-out-hero__puzzle {
    width: 675px;
    top: 66%;
    left: 63%;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-hero__puzzle {
    width: 768px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .dna-out-hero__puzzle {
    position: static;
    width: 280px;
    transform: none;
    margin-bottom: 30px;
  }
}

.dna-out-pill {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #111;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-pill {
    gap: 6px;
    padding: 8px 12px;
    border-radius: 80px;
    font-size: 12px;
    line-height: 1;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  }
}
@media (max-width: 767px) {
  .dna-out-pill {
    position: static;
    width: fit-content;
    max-width: none;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 80px;
    font-size: 12px;
    line-height: 1.15;
    box-shadow: none;
  }
}

.dna-out-pill::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #eb3131;
  box-shadow: 0 0 0 5px rgba(235, 49, 49, 0.3);
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-pill::before {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  .dna-out-pill::before {
    width: 5px;
    height: 5px;
    box-shadow: 0 0 0 4px rgba(235, 49, 49, 0.3);
  }
}

@media (max-width: 767px) {
  .dna-out-pill--left,
  .dna-out-pill--right,
  .dna-out-pill--bottom {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
  }
}

@media (max-width: 767px) {
  .dna-out-hero__content {
    display: flex;
    flex-direction: column;
  }
  .dna-out-hero__top {
    order: 1;
    gap: 0;
  }
  .dna-out-hero__lead--desktop,
  .dna-out-hero__btn--desktop {
    display: none;
  }
  .dna-out-hero__mobile-intro {
    order: 2;
    display: block;
    margin-top: 20px;
    position: relative;
  }
  .dna-out-hero__puzzle--mobile {
    display: none;
  }
  .dna-out-hero__lead--mobile {
    display: block;
    margin: 0;
    max-width: 230px;
    top: 0;
    position: absolute;
    right: 0;
  }
  .dna-out-hero__btn--mobile {
    order: 5;
    display: inline-flex;
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 0 20px;
    margin-top: 18px;
    margin-bottom: 0;
  }
  .dna-out-hero__art {
    order: 4;
    margin-top: 10px;
  }
  .dna-out-pill--right {
    order: 1;
  }
  .dna-out-pill--left {
    order: 2;
  }
  .dna-out-pill--bottom {
    order: 3;
  }
}
.dna-out-pill--left {
  left: 0;
  top: 58%;
  transform: translateY(-50%);
  max-width: 400px;
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-pill--left {
    left: 53%;
    top: 40px;
    transform: translateX(-50%);
    max-width: none;
  }
}

.dna-out-pill--right {
  right: 0;
  top: 34%;
  transform: translateY(-50%);
  max-width: 370px;
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-pill--right {
    right: 37px;
    top: 152px;
    transform: none;
    max-width: none;
  }
}

@media (max-width: 340px) {
  .dna-out-hero__lead--mobile {
    max-width: 170px;
    top: -7px;
  }
}

.dna-out-pill--bottom {
  left: 18%;
  bottom: 26px;
  max-width: 320px;
}
@media (max-width: 767px) {
  .dna-out-pill--bottom {
    transform: translateY(-15px);
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-pill--bottom {
    left: 268px;
    top: 416px;
    bottom: auto;
    max-width: none;
  }
}

.dna-out-trust {
  padding: 140px 0 70px;
  background: #fff;
}

@media (max-width: 899px) {
  .dna-out-trust {
    padding: 84px 0 56px;
  }
}

.dna-out-trust__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-out-compare__title .dna-out-trust__title {
  margin: 0 0 26px;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.02;
  color: #141414;
}
@media (min-width: 900px) {
  .dna-out-compare__title .dna-out-trust__title {
    font-size: 47px;
    letter-spacing: -0.04em;
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .dna-out-trust__title {
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    max-width: 324px;
  }
}

.dna-out-trust__accent {
  color: #eb3131;
}

.dna-out-trust__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 0;
  overflow: hidden;
  background: #fff;
}
@media (min-width: 900px) {
  .dna-out-trust__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-trust__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.dna-out-trust__cell {
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.dna-out-trust__cell:nth-child(2n) {
  border-right: none;
}
.dna-out-trust__cell:nth-last-child(-n+2) {
  border-bottom: none;
}
@media (min-width: 900px) {
  .dna-out-trust__cell {
    min-height: 150px;
    padding: 22px;
  }
  .dna-out-trust__cell:nth-child(2n) {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
  }
  .dna-out-trust__cell:nth-child(4n) {
    border-right: none;
  }
  .dna-out-trust__cell:nth-last-child(-n+4) {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .dna-out-trust__cell {
    min-height: 120px;
    padding: 16px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-trust__cell {
    min-height: 120px;
    padding: 18px 16px;
  }
  .dna-out-trust__cell:nth-child(2n) {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
  }
  .dna-out-trust__cell:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .dna-out-trust__cell:nth-child(4n) {
    border-right: none;
  }
  .dna-out-trust__cell:nth-last-child(-n+4) {
    border-bottom: none;
  }
}

.dna-out-trust__logo {
  width: auto;
  object-fit: contain;
}

@media (max-width: 767px) {
  .dna-out-trust__logo {
    height: 34px;
    max-width: 120px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-trust__logo {
    height: 44px;
    max-width: 140px;
  }
}

.dna-out-compare {
  padding: 76px 0 80px;
  background: #fff;
}

@media (max-width: 767px) {
  .dna-out-compare {
    padding: 40px 0;
  }
}

.dna-out-compare__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-out-compare__head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 18px 28px;
  margin-bottom: 26px;
}
@media (min-width: 900px) {
  .dna-out-compare__head {
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .dna-out-compare__head {
    margin-bottom: 56px;
  }
}

@media (max-width: 899px) {
  .dna-out-compare__head {
    align-items: flex-start;
  }
}

.dna-out-compare__title {
  position: relative;
  margin: 0;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
  color: #141414;
}
@media (min-width: 900px) {
  .dna-out-compare__title {
    font-size: 47px;
    margin-left: -70px;
    width: 735px;
  }
}

@media (max-width: 767px) {
  .dna-out-compare__title {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    max-width: 493px;
  }
}
@media (max-width: 350px) {
  .dna-out-compare__title {
    max-width: 338px;
  }
}

.dna-out-compare__title::before {
  content: "";
  position: absolute;
  left: -136px;
  top: 60px;
  width: 86px;
  height: 86px;
  background: url("../assets/arrow-red-icon.svg") center/contain no-repeat;
  pointer-events: none;
}
@media (max-width: 899px) {
  .dna-out-compare__title::before {
    left: -10px;
    top: -14px;
    width: 74px;
    height: 74px;
  }
}

@media (max-width: 767px) {
  .dna-out-compare__title::before {
    left: 257px;
    top: 159px;
    transform: rotateY(180deg);
    width: 92px;
    height: 111px;
  }
}
@media (max-width: 350px) {
  .dna-out-compare__title::before {
    left: 212px;
    top: 186px;
  }
}

@media (max-width: 767px) {
  .dna-out-compare__title::after {
    content: "листайте влево, чтобы посмотреть всю таблицу";
    position: absolute;
    color: #686868;
    font-size: 13px;
    left: 0;
    top: 265px;
    font-family: Manrope;
    line-height: 100%;
    font-weight: 400;
  }
}
@media (max-width: 350px) {
  .dna-out-compare__title::after {
    top: 334px;
  }
}

.dna-out-compare__title-accent {
  color: #eb3131;
}

.dna-out-compare__leads {
  display: flex;
  gap: 14px 28px;
}
@media (min-width: 900px) {
  .dna-out-compare__leads {
    gap: 18px 32px;
    padding-top: 14px;
  }
}

@media (max-width: 899px) {
  .dna-out-compare__leads {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .dna-out-compare__leads {
    max-width: 275px;
  }
}
@media (max-width: 350px) {
  .dna-out-compare__leads {
    max-width: 235px;
  }
}

.dna-out-compare__lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #141414;
  max-width: 360px;
}
@media (min-width: 900px) {
  .dna-out-compare__lead {
    max-width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-compare__lead {
    max-width: 240px;
  }
}

@media (max-width: 767px) {
  .dna-out-compare__lead {
    max-width: none;
    color: #1e1e1e;
    line-height: 1.45;
    max-width: 289px;
  }
}

.dna-out-compare__card {
  background: #f4f4f4;
  border-radius: 28px;
  padding: 18px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 900px) {
  .dna-out-compare__card {
    padding: 22px;
    border-radius: 34px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-compare__card {
    padding: 20px;
    border-radius: 40px;
    overflow-x: visible;
  }
}
@media (max-width: 767px) {
  .dna-out-compare__card {
    padding: 10px;
    border-radius: 40px;
    overflow-x: auto;
  }
}

.dna-out-compare-table {
  min-width: 880px;
  background: #f4f4f4;
  border-radius: 20px;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-compare-table {
    min-width: 0;
    width: 100%;
    background: transparent;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .dna-out-compare-table {
    min-width: 728px;
    background: transparent;
    border-radius: 0;
  }
}

.dna-out-compare-table__row {
  display: grid;
  grid-template-columns: 240px repeat(3, minmax(0, 1fr));
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.dna-out-compare-table__row:first-child {
  border-top: none;
}
@media (max-width: 767px) {
  .dna-out-compare-table__row {
    grid-template-columns: 190px repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-compare-table__row {
    grid-template-columns: 200px 177px minmax(0, 1fr) minmax(0, 1fr);
    border-top-color: rgba(0, 0, 0, 0.08);
  }
}

.dna-out-compare-table__row--head {
  border-top: none;
}

.dna-out-compare-table__cell {
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.35;
  color: rgba(20, 20, 20, 0.8);
}
@media (max-width: 767px) {
  .dna-out-compare-table__cell {
    padding: 14px 18px;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-compare-table__cell {
    padding: 18px 0;
    line-height: 1.5;
  }
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-compare-table__row--head .dna-out-compare-table__cell {
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

.dna-out-compare-table__cell--k {
  font-weight: 600;
  color: rgba(20, 20, 20, 0.85);
}

@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-compare-table__cell--k {
    font-weight: 500;
  }
}

.dna-out-compare-table__cell--h {
  font-weight: 500;
  color: rgba(20, 20, 20, 0.65);
}

.dna-out-compare-table__cell--active {
  color: #eb3131;
  max-width: 160px;
}

.dna-out-scrollfill {
  padding: 70px 0 76px;
  background: #fff;
}

@media (max-width: 767px) {
  .dna-out-scrollfill {
    padding: 40px 0;
  }
}

.dna-out-scrollfill__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  padding-left: 70px;
}

@media (max-width: 899px) {
  .dna-out-scrollfill__inner {
    padding-left: 20px;
  }
}

.dna-out-scrollfill__title {
  margin: 0;
}

.dna-out-scrollfill__line {
  display: block;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
  font-size: 38px;
}
@media (min-width: 900px) {
  .dna-out-scrollfill__line {
    font-size: 47px;
  }
}
@media (max-width: 767px) {
  .dna-out-scrollfill__line {
    font-size: 28px;
  }
}

.dna-out-scrollfill__line--fill {
  position: relative;
  margin-top: 6px;
  color: rgba(235, 49, 49, 0.38);
}

.dna-out-scrollfill__ghost {
  display: block;
}

.dna-out-scrollfill__paint {
  position: absolute;
  inset: 0;
  display: block;
  color: #eb3131;
  clip-path: inset(0 var(--dna-fill-x, 100%) 0 0);
  will-change: clip-path;
  pointer-events: none;
}

.dna-out-roles {
  padding: 70px 0 86px;
  background: #fff;
}

@media (max-width: 767px) {
  .dna-out-roles {
    padding: 40px 0;
  }
}

.dna-out-roles__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-out-roles__head {
  display: flex;
  flex-direction: column;
  gap: 22px 36px;
  align-items: flex-end;
  margin-bottom: 34px;
}
@media (min-width: 900px) {
  .dna-out-roles__head {
    margin-bottom: 46px;
  }
}

@media (max-width: 899px) {
  .dna-out-roles__head {
    align-items: flex-start;
  }
}

.dna-out-roles__title {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
  font-size: 44px;
  color: #141414;
}
@media (min-width: 900px) {
  .dna-out-roles__title {
    font-size: 47px;
    width: 780px;
  }
}

@media (max-width: 767px) {
  .dna-out-roles__title {
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.02em;
  }
}

.dna-out-roles__brand {
  color: #141414;
}

.dna-out-roles__title-accent {
  color: #eb3131;
}

.dna-out-roles__lead {
  display: flex;
  align-items: center;
  gap: 18px;
  align-content: start;
}
@media (min-width: 900px) {
  .dna-out-roles__lead {
    justify-items: start;
    padding-bottom: 10px;
    width: 780px;
  }
}

@media (max-width: 899px) {
  .dna-out-roles__lead {
    flex-direction: column;
    align-items: flex-start;
  }
}

.dna-out-roles__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #141414;
  max-width: 320px;
}
@media (min-width: 900px) {
  .dna-out-roles__text {
    font-size: 14px;
    max-width: 408px;
  }
}

@media (max-width: 767px) {
  .dna-out-roles__text {
    font-size: 14px;
    max-width: none;
    color: #1e1e1e;
  }
}

.dna-out-roles__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 26px;
  border-radius: 999px;
  background: #eb3131;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  transition: background 0.2s;
}
.dna-out-roles__btn:hover {
  background: #d92323;
}

@media (max-width: 767px) {
  .dna-out-roles__btn {
    width: 100%;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
  }
}

.dna-out-roles__grid {
  display: grid;
  gap: 0 48px;
}
@media (min-width: 900px) {
  .dna-out-roles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.dna-out-roles__col {
  display: flex;
  flex-direction: column;
}

.dna-out-role {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.dna-out-role__summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 22px 0;
  user-select: none;
}
.dna-out-role__summary::-webkit-details-marker {
  display: none;
}

@media (max-width: 767px) {
  .dna-out-role__summary {
    padding: 16px 0;
    min-height: 40px;
  }
}

.dna-out-role__title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #141414;
}
@media (min-width: 900px) {
  .dna-out-role__title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .dna-out-role__title {
    font-size: 18px;
    line-height: 1.2;
  }
}

.dna-out-role__icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 999px;
  background: #111;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  position: relative;
  transition: background 160ms ease, transform 160ms ease;
}

@media (max-width: 767px) {
  .dna-out-role__icon {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    border-radius: 24px;
  }
}

.dna-out-role__icon::before,
.dna-out-role__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 1px;
  background: #fff;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .dna-out-role__icon::before,
  .dna-out-role__icon::after {
    width: 10px;
  }
}

@media (max-width: 767px) {
  .dna-out-role__icon::after {
    width: 1px;
    height: 10px;
  }
}

.dna-out-role__icon::after {
  width: 1px;
  height: 16px;
}
@media (max-width: 767px) {
  .dna-out-role__icon::after {
    width: 1px;
    height: 10px;
  }
}

.dna-out-role:hover > .dna-out-role__summary .dna-out-role__icon,
.dna-out-role:focus-within > .dna-out-role__summary .dna-out-role__icon {
  background: #eb3131;
}

.dna-out-role[open] > .dna-out-role__summary .dna-out-role__icon {
  background: #111;
  transform: rotate(45deg);
}

.dna-out-role__body {
  padding: 0 0 20px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(20, 20, 20, 0.65);
  max-width: 560px;
}
@media (min-width: 900px) {
  .dna-out-role__body {
    font-size: 16px;
    padding-bottom: 22px;
  }
}

@media (max-width: 767px) {
  .dna-out-role__body {
    font-size: 16px;
    line-height: 1.5;
    color: #373737;
    padding-bottom: 24px;
    max-width: none;
  }
}

.dna-out-steps {
  padding: 74px 0 92px;
  background: #fff;
}

@media (max-width: 767px) {
  .dna-out-steps {
    padding: 40px 0;
  }
}

.dna-out-steps__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-out-steps__head {
  display: grid;
  gap: 16px 36px;
  align-items: end;
  margin-bottom: 26px;
}
@media (min-width: 900px) {
  .dna-out-steps__head {
    grid-template-columns: 310px minmax(0, 1fr);
    margin-bottom: 34px;
  }
}

@media (max-width: 767px) {
  .dna-out-steps__head {
    gap: 24px;
    margin-bottom: 24px;
  }
}

@media (max-width: 899px) {
  .dna-out-steps__lead {
    max-width: none;
  }
}

.dna-out-steps__lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  color: #141414;
  max-width: 310px;
}
@media (min-width: 900px) {
  .dna-out-steps__lead {
    padding-top: 10px;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .dna-out-steps__lead {
    font-size: 14px;
    max-width: 278px;
    order: 1;
  }
}

.dna-out-steps__title {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
  font-size: 40px;
  color: #141414;
}
@media (min-width: 900px) {
  .dna-out-steps__title {
    font-size: 47px;
  }
}

@media (max-width: 767px) {
  .dna-out-steps__title {
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    order: 0;
  }
}

.dna-out-steps__accent {
  color: #eb3131;
}

.dna-out-steps__grid {
  display: grid;
  gap: 0;
}
@media (min-width: 900px) {
  .dna-out-steps__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.dna-out-step {
  padding: 26px 0 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (min-width: 900px) {
  .dna-out-step {
    padding: 28px 0 34px;
  }
}

@media (max-width: 767px) {
  .dna-out-step {
    padding: 24px 0;
    border-bottom: none;
  }
}

.dna-out-step__puzzle {
  width: 180px;
  height: 50px;
  margin: 0 0 36px;
}

@media (max-width: 767px) {
  .dna-out-step__puzzle {
    width: 173px;
    height: 48px;
    margin-bottom: 20px;
  }
}

.dna-out-step__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.06);
  color: #141414;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
}

.dna-out-step__name {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #141414;
}

@media (max-width: 767px) {
  .dna-out-step__name {
    line-height: 1.1;
  }
}

.dna-out-step__text {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: #141414;
  max-width: 46ch;
}

@media (max-width: 767px) {
  .dna-out-step__text {
    font-size: 14px;
    color: #686868;
    max-width: none;
  }
}

.dna-out-steps__cta {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  padding: 26px 0 28px;
}
@media (min-width: 900px) {
  .dna-out-steps__cta {
    border-right: none;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 28px 0 34px;
  }
}
@media (max-width: 767px) {
  .dna-out-steps__cta {
    border-bottom: none;
  }
}

.dna-out-steps__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 42px;
  border-radius: 999px;
  background: #eb3131;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: background 0.2s;
}
.dna-out-steps__btn:hover {
  background: #d92323;
}

@media (max-width: 767px) {
  .dna-out-steps__btn {
    width: 100%;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .dna-rating-row__text.dna-rating-row__text-nubm {
    max-width: 230px;
  }
  .dna-rating-row__text.dna-rating-row__text-and {
    max-width: 145px;
  }
  .dna-rating-row__text.dna-rating-row__text-web {
    max-width: 140px;
  }
}
.dna-out-cases {
  padding: 78px 0 90px;
  background: #fff;
}

@media (max-width: 767px) {
  .dna-out-cases {
    padding: 40px 0;
  }
}

.dna-rating-col:first-child .dna-rating-row__text {
  max-width: 186px;
}

.dna-out-hero__header.dna-float-header.is-visible .dna-out-hero__nav-link {
  color: #fff;
}

.dna-out-cases__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-out-cases__head {
  margin-bottom: 44px;
}

.dna-out-cases__title {
  margin: 0 0 14px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.02;
  font-size: 42px;
  color: #141414;
}
@media (min-width: 900px) {
  .dna-out-cases__title {
    font-size: 47px;
    margin: 0 auto;
    max-width: 632px;
    margin-bottom: 20px;
    padding-left: 117px;
  }
}

@media (max-width: 899px) {
  .dna-out-cases__title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .dna-out-cases__title {
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
  }
}

.dna-out-cases__accent {
  color: #eb3131;
}

.dna-out-cases__lead {
  margin: 0 auto;
  max-width: 393px;
  font-size: 16px;
  line-height: 1.45;
  color: #141414;
}

@media (max-width: 767px) {
  .dna-out-cases__lead {
    margin: 0;
    max-width: none;
    color: #1e1e1e;
  }
}

.dna-out-cases__list {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.dna-out-case {
  display: grid;
  gap: 22px;
  padding: 70px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (min-width: 980px) {
  .dna-out-case {
    gap: 0;
    grid-template-columns: 320px minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 899px) {
  .dna-out-case {
    padding: 46px 0;
  }
}

@media (max-width: 767px) {
  .dna-out-case {
    padding: 24px 0;
    gap: 24px;
  }
}

@media (min-width: 980px) {
  .dna-out-case__client {
    padding-right: 32px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }
}

.dna-out-case__logo {
  height: 54px;
  width: auto;
  margin: 0 0 14px;
}

@media (max-width: 767px) {
  .dna-out-case__logo {
    height: 52px;
    margin-bottom: 24px;
  }
}

.dna-out-case__name {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #141414;
}

@media (max-width: 767px) {
  .dna-out-case__name {
    font-size: 14px;
    font-weight: 600;
  }
}

.dna-out-case__tags {
  display: grid;
  gap: 10px;
}

.dna-out-case__tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.04);
  color: #141414;
  font-size: 11px;
  line-height: 1.15;
  max-width: max-content;
}

@media (max-width: 767px) {
  .dna-out-case__tag {
    height: 32px;
    font-size: 12px;
    border-radius: 60px;
  }
}

.dna-out-case__tag--strong {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(20, 20, 20, 0.85);
}

@media (min-width: 980px) {
  .dna-out-case__what,
  .dna-out-case__result {
    padding: 0 62px;
  }
}

@media (min-width: 980px) {
  .dna-out-case__what {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
  }
}

.dna-out-case__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  border-radius: 999px;
  background: #141414;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 14px;
}

@media (max-width: 767px) {
  .dna-out-case__pill {
    height: 40px;
    padding: 10px 20px 10px 10px;
    border-radius: 48px;
    font-size: 12px;
  }
}

.dna-out-case__pill-ico {
  width: 16px;
  height: 16px;
  display: block;
}

.dna-out-case__text {
  font-size: 14px;
  line-height: 1.45;
  color: #141414;
}

@media (max-width: 767px) {
  .dna-out-case__text {
    font-size: 14px;
  }
}

.dna-out-case__text p {
  margin: 0 0 10px;
}

.dna-out-case__text ul {
  margin: 0;
  padding-left: 18px;
}

.dna-out-case__text li + li {
  margin-top: 6px;
}

.dna-out-form {
  padding: 0 0 96px;
  background: #fff;
}

@media (max-width: 767px) {
  .dna-out-form {
    padding: 0 0 60px;
  }
}

.dna-out-form__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  border-radius: 26px;
  width: auto;
  margin: 0 60px;
  overflow: hidden;
  background: url("https://static.tildacdn.com/tild3364-6630-4337-b130-383164323230/Frame_991_1.png") center/cover no-repeat;
}

@media (max-width: 1199px) {
  .dna-out-form__inner {
    margin: 0 24px;
  }
}
@media (max-width: 899px) {
  .dna-out-form__inner {
    margin: 0 16px;
    border-radius: 22px;
  }
}

@media (max-width: 767px) {
  .dna-out-form__inner {
    margin: 0 20px;
    border-radius: 20px;
  }
}

.dna-out-form__content {
  display: grid;
  gap: 24px;
  padding: 34px 26px;
}
@media (min-width: 980px) {
  .dna-out-form__content {
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    padding: 60px 10px;
  }
}

@media (max-width: 767px) {
  .dna-out-form__content {
    padding: 40px 4px;
    gap: 24px;
  }
}

.dna-out-form__title {
  margin: 0 0 32px;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: -0.04em;
  font-weight: 500;
  color: #f5f5f5;
}
@media (min-width: 980px) {
  .dna-out-form__title {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .dna-out-form__title {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
  }
}

.dna-out-form__accent {
  color: #eb3131;
}

.dna-out-form__lead {
  margin: 0;
  max-width: 520px;
  font-size: 20px;
  line-height: 1.45;
  color: rgba(245, 245, 245, 0.88);
  font-weight: 400;
}

@media (max-width: 767px) {
  .dna-out-form__lead {
    font-size: 14px;
    line-height: 1.45;
    color: rgba(245, 245, 245, 0.9);
  }
}

.dna-out-form__right {
  display: grid;
  gap: 10px;
  align-content: start;
}

.dna-out-form__hint {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 300;
  color: rgba(245, 245, 245, 0.5);
}

.dna-out-form__input {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #f4f4f4;
  padding: 0 16px;
  font: inherit;
  font-size: 13px;
  color: #141414;
}
@media (max-width: 900px) {
  .dna-out-form__input {
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .dna-out-form__input {
    height: 48px;
    border-radius: 12px;
    padding: 0 20px;
  }
}

.dna-out-form__input::placeholder {
  color: rgba(20, 20, 20, 0.45);
}

.dna-out-form__check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin: 20px 0;
}

.dna-out-form__check input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dna-out-form__box {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24);
  margin-top: 2px;
}

.dna-out-form__check input:checked + .dna-out-form__box {
  background: #eb3131;
  border-color: #eb3131;
}

.dna-out-form__check-text {
  font-size: 11px;
  line-height: 1.32;
  color: rgba(245, 245, 245, 0.88);
}

.dna-out-form__check-text a {
  color: #ff4f4f;
  text-decoration: underline;
  text-decoration-color: rgba(255, 79, 79, 0.75);
}

.dna-out-form__btn {
  margin-top: 8px;
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: #eb3131;
  color: #fff;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}
.dna-out-form__btn:hover {
  background: #d92323;
}

@media (max-width: 767px) {
  .dna-out-form__btn {
    height: 44px;
    font-size: 16px;
  }
}

.dna-cookie {
  position: fixed;
  z-index: 200;
  left: 16px;
  right: 16px;
  bottom: 16px;
  max-width: 420px;
  padding: 16px 20px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
  font-size: 12px;
  line-height: 1.45;
  display: none;
}
.dna-cookie.dna-cookie--visible {
  display: block;
}

.dna-cookie__link {
  color: #e53c40;
  border-bottom: 1px solid #e53c40;
}

.dna-cookie__btn {
  margin-top: 12px;
}

.dna-ai-hero {
  position: relative;
  color: #f5f5f5;
  border-radius: 0 0 35px 35px;
  overflow: hidden;
  min-height: 720px;
}
@media (max-width: 767px) {
  .dna-ai-hero {
    border-radius: 0 0 40px 40px;
    min-height: 660px;
  }
}

.dna-page--ai {
  overflow-x: hidden;
  --dna-ai-scale: 1;
  --dna-container-pad: clamp(16px, 2.2vw, 20px);
  --dna-container-max: 1200px;
}

@media (min-width: 1280px) {
  body.dna-page--outstaffing,
  body.dna-page--mobileapps,
  body.dna-page--cases,
  body.dna-page--case,
  body.dna-page--article,
  body.dna-page--author,
  body.dna-page--contacts,
  body.dna-page--reviewslist {
    --dna-page-scale: calc(100vw / (var(--dna-page-base-width) * 1px));
  }
  body.dna-page--ai {
    --dna-ai-base-width: 1280;
    --dna-ai-scale: calc(100vw / (var(--dna-ai-base-width, 1280) * 1px));
  }
}
.dna-ai-scale {
  transform: scale(var(--dna-ai-scale));
  transform-origin: top left;
  width: calc(100% / var(--dna-ai-scale));
}

.dna-ai-hero__bg {
  position: absolute;
  inset: 0;
  background: url("https://static.tildacdn.com/tild3762-6262-4661-a533-376265356465/photo.jpg") center center/cover no-repeat;
  z-index: 0;
}

.dna-ai-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.35;
}

.dna-ai-hero__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  position: relative;
  z-index: 1;
  padding-top: 16px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 720px;
}

@media (max-width: 767px) {
  .dna-ai-hero__inner {
    padding-top: 16px;
    padding-bottom: 48px;
    min-height: 660px;
    justify-content: flex-start;
  }
}
.dna-ai-hero__title {
  margin: 0;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #f5f5f5;
  max-width: 755px;
}
@media (min-width: 1200px) {
  .dna-ai-hero__title {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .dna-ai-hero__title {
    font-size: 35px;
    line-height: 1.1;
    max-width: 345px;
  }
}
.dna-ai-hero__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px 32px;
}

.dna-ai-hero__top-right {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.dna-ai-hero__burger {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1280px) {
  .dna-ai-hero__burger {
    display: none;
  }
}

.dna-ai-hero__burger::before {
  content: "";
  width: 18px;
  height: 2px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  box-shadow: 0 -6px 0 rgba(255, 255, 255, 0.9), 0 6px 0 rgba(255, 255, 255, 0.9);
}

@media (max-width: 767px) {
  .dna-ai-hero__top-right .dna-hero__btn {
    display: none;
  }
  .dna-ai-hero__burger {
    width: 40px;
    height: 40px;
    border: 0;
    background: #fff;
    backdrop-filter: none;
  }
  .dna-ai-hero__burger::before {
    width: 20px;
    background: #eb3131;
    box-shadow: 0 -6px 0 #eb3131, 0 6px 0 #eb3131;
  }
}
.dna-ai-hero__badges {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 14px;
}

.dna-ai-hero__badge {
  width: 28px;
  height: 28px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
}

@media (max-width: 767px) {
  .dna-ai-hero__badges {
    gap: 4px;
    margin-bottom: 16px;
  }
  .dna-ai-hero__badge {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    border-radius: 999px;
    background: rgba(245, 245, 245, 0.1);
    backdrop-filter: blur(2px);
  }
  .dna-ai-hero__badge img {
    width: 15px;
    height: 15px;
  }
}
.dna-ai-hero__badge--spark {
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.dna-ai-hero__logo {
  flex-shrink: 0;
}
.dna-ai-hero__logo img {
  width: 72px;
  height: auto;
  display: block;
}

.dna-ai-hero__nav {
  display: none;
  flex: 1;
  justify-content: center;
  gap: 24px;
  padding-top: 7px;
}
@media (min-width: 1000px) {
  .dna-ai-hero__nav {
    display: flex;
  }
}

.dna-ai-hero__nav-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  color: #fff;
  opacity: 0.95;
  white-space: nowrap;
  text-decoration: none;
}
.dna-ai-hero__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--dna-nav-underline, #fff);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}
.dna-ai-hero__nav-link:hover::after, .dna-ai-hero__nav-link:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}
.dna-ai-hero__nav-link:hover {
  opacity: 0.7;
}

.dna-cases-hero,
.dna-out-hero {
  --dna-nav-underline: #141414;
}

.dna-ai-hero__nav-link--active {
  color: #fff;
  opacity: 1;
}

.dna-ai-hero__main {
  display: grid;
  align-items: center;
}
@media (min-width: 1200px) {
  .dna-ai-hero__main {
    grid-template-columns: 300px 1fr;
    gap: 40px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .dna-ai-hero__aside {
    max-width: 510px;
  }
}
@media (max-width: 767px) {
  .dna-ai-hero__aside {
    order: 1;
  }
}

@media (max-width: 767px) {
  .dna-ai-hero__content {
    order: 0;
  }
}

.dna-ai-hero__aside-text {
  margin: 0;
  max-width: 310px;
  font-size: 14px;
  line-height: 1.45;
  color: #f5f5f5;
  opacity: 0.9;
}

@media (max-width: 767px) {
  .dna-ai-hero__aside-text {
    font-size: 14px;
    line-height: 19px;
    max-width: 280px;
  }
}
.dna-ai-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 40px;
  align-items: center;
}

.dna-ai-hero__actions .dna-hero__btn--primary {
  width: auto;
  max-width: none;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 400;
}

.dna-ai-hero__actions .dna-hero__btn--outline {
  width: auto;
  padding: 10px 22px;
}

@media (max-width: 767px) {
  .dna-ai-hero__main {
    margin-top: 44px;
    gap: 40px;
  }
  .dna-ai-hero__actions {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 48px;
    margin-top: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .dna-ai-hero__actions .dna-hero__btn--primary,
  .dna-ai-hero__actions .dna-hero__btn--outline {
    width: 100%;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 80px;
  }
}
@media (max-width: 899px) {
  .dna-ai-hero__main {
    margin-top: 56px;
  }
  .dna-ai-hero__actions {
    gap: 12px;
  }
}
.dna-ai-pains {
  padding: 90px 0 100px;
  background: #fff;
}

.dna-ai-pains__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-ai-pains__title {
  margin: 0;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #141414;
}
@media (min-width: 1200px) {
  .dna-ai-pains__title {
    font-size: 46px;
  }
}

.dna-ai-pains__title-accent {
  color: #eb3131;
}

.dna-ai-pains__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-bottom: 34px;
  position: relative;
}
@media (min-width: 1000px) {
  .dna-ai-pains__head {
    margin-bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .dna-ai-pains__head {
    position: relative;
  }
}

.dna-ai-pains__arrow {
  width: 120px;
  height: 120px;
  background: url("../assets/arrow-red-icon.svg") center/contain no-repeat;
  opacity: 0.95;
  position: absolute;
  left: 18%;
  top: 10%;
}
@media (max-width: 1199px) {
  .dna-ai-pains__arrow {
    position: absolute;
    left: 5%;
    top: 10%;
  }
}
@media (max-width: 767px) {
  .dna-ai-pains__arrow {
    display: none;
  }
}

.dna-ai-pains__lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #1c1c1c;
  opacity: 0.85;
  max-width: 390px;
}
@media (min-width: 1000px) {
  .dna-ai-pains__lead {
    padding-top: 18px;
  }
}

.dna-ai-pains__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .dna-ai-pains__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
}
@media (min-width: 1100px) {
  .dna-ai-pains__grid {
    grid-template-columns: 380px 1fr 360px;
    align-items: stretch;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .dna-ai-pains__media--a {
    grid-column: 1/2;
    grid-row: 1/2;
    min-height: 200px;
  }
  .dna-ai-pains-card--wide {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .dna-ai-pains__media--b {
    grid-column: 2/3;
    grid-row: 2/3;
    min-height: 200px;
  }
  .dna-ai-pains__grid > .dna-ai-pains-card:not(.dna-ai-pains-card--wide):not(.dna-ai-pains-card-big):first-of-type {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .dna-ai-pains__grid > .dna-ai-pains-card:not(.dna-ai-pains-card--wide):not(.dna-ai-pains-card-big):nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .dna-ai-pains-card-big {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .dna-ai-pains__media--c {
    grid-column: 1/-1;
    grid-row: 4/5;
    min-height: 220px;
  }
}
.dna-ai-pains__media {
  --dna-ai-pains-media-x: 50%;
  --dna-ai-pains-media-y: 77%;
  --dna-ai-pains-media-size: 370%;
  border-radius: 20px;
  overflow: hidden;
  background-image: url("https://static.tildacdn.com/tild3762-6262-4661-a533-376265356465/photo.jpg");
  background-repeat: no-repeat;
  background-position: var(--dna-ai-pains-media-x) var(--dna-ai-pains-media-y);
  background-size: var(--dna-ai-pains-media-size);
  min-height: 180px;
}

.dna-ai-pains__media--a {
  --dna-ai-pains-media-x: 24%;
}
@media (min-width: 1100px) {
  .dna-ai-pains__media--a {
    grid-column: 1/2;
    grid-row: 1/2;
    min-height: 170px;
  }
}

.dna-ai-pains__media--b {
  --dna-ai-pains-media-x: 98%;
  --dna-ai-pains-media-y: 73%;
}
@media (min-width: 1100px) {
  .dna-ai-pains__media--b {
    grid-column: 2/3;
    grid-row: 2/3;
    min-height: 170px;
  }
}

.dna-ai-pains__media--c {
  --dna-ai-pains-media-x: 5%;
}
@media (min-width: 1100px) {
  .dna-ai-pains__media--c {
    grid-column: 3/3;
    grid-row: 3/3;
    min-height: 170px;
  }
}

.dna-ai-pains-card {
  border-radius: 20px;
  background: #1c1c1c;
  color: #f5f5f5;
  padding: 62px 28px 32px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 1100px) {
  .dna-ai-pains-card.dna-ai-pains-card-big {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}

.dna-ai-pains-card-big .dna-ai-pains-card__text {
  max-width: 400px;
}

.dna-ai-pains-card-big .dna-ai-pains-card__title {
  max-width: 260px;
}

@media (min-width: 1100px) {
  .dna-ai-pains-card--wide {
    grid-column: 2/4;
    grid-row: 1/2;
  }
}

.dna-ai-pains-card--wide .dna-ai-pains-card__title {
  max-width: 360px;
}

.dna-ai-pains-card--wide .dna-ai-pains-card__text {
  max-width: 460px;
}

.dna-ai-pains-card__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #f5f5f5;
}
@media (min-width: 1200px) {
  .dna-ai-pains-card__title {
    font-size: 20px;
  }
}

.dna-ai-pains-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 400;
  color: rgba(245, 245, 245, 0.9);
}
.dna-ai-pains-card__text strong {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

@media (max-width: 767px) {
  .dna-ai-pains {
    padding: 80px 0 60px;
  }
  .dna-ai-pains__inner {
    padding-inline: 20px;
  }
  .dna-ai-pains__head {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title title" "lead arrow";
    align-items: start;
    gap: 24px 16px;
    margin-bottom: 40px;
  }
  .dna-ai-pains__title {
    grid-area: title;
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    text-align: left;
  }
  .dna-ai-pains__lead {
    grid-area: lead;
    font-size: 14px;
    line-height: 19px;
    color: #1e1e1e;
    opacity: 1;
    max-width: 227px;
    padding-top: 0;
  }
  .dna-ai-pains__arrow {
    grid-area: arrow;
    display: block;
    position: static;
    width: 36px;
    height: 84px;
    border-radius: 23.504px;
    opacity: 1;
    transform: scaleX(-1);
  }
  .dna-ai-pains__grid {
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .dna-ai-pains__media {
    display: none;
  }
  .dna-ai-pains-card {
    padding: 20px;
    border-radius: 20px;
    min-height: 202px;
  }
  .dna-ai-pains-card__title {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 20px;
    max-width: none;
  }
  .dna-ai-pains-card__text {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    opacity: 1;
  }
}
.dna-ai-agent {
  padding: 0 0 105px;
  background: #fff;
  position: relative;
  isolation: isolate;
}
@media (min-width: 1200px) {
  .dna-ai-agent {
    padding-bottom: 150px;
  }
}

.dna-ai-agent__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  position: relative;
}

.dna-ai-agent__title {
  margin: 0 0 32px;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #141414;
  text-align: center;
  max-width: 580px;
}
@media (min-width: 1200px) {
  .dna-ai-agent__title {
    font-size: 46px;
    margin-bottom: 40px;
  }
}

.dna-ai-agent__title-row {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-40%);
  margin-bottom: 40px;
  z-index: 10;
}

.dna-ai-agent__title {
  margin: 0;
}

.dna-ai-agent__tip {
  position: absolute;
  top: 8px;
  right: -46px;
}
@media (min-width: 1200px) {
  .dna-ai-agent__tip {
    top: 14px;
    right: -56px;
  }
}

.dna-ai-agent__tip-btn {
  list-style: none;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  border: 1px solid rgba(235, 49, 49, 0.35);
  background: rgba(235, 49, 49, 0.08);
  color: #eb3131;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  user-select: none;
}

.dna-ai-agent__tip-btn::-webkit-details-marker {
  display: none;
}

.dna-ai-agent__tip[open] .dna-ai-agent__tip-btn {
  background: rgba(235, 49, 49, 0.12);
  border-color: rgba(235, 49, 49, 0.55);
}

.dna-ai-agent__tip-card {
  display: none;
  position: absolute;
  top: 42px;
  right: 0;
  width: min(520px, 100vw - 40px);
  padding: 24px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.12);
  color: #141414;
  font-size: 18px;
  line-height: 1.35;
  z-index: 1000;
}

.dna-ai-agent__tip[open] .dna-ai-agent__tip-card {
  display: block;
}

@media (max-width: 720px) {
  .dna-ai-agent__tip {
    right: 8px;
    top: 4px;
  }
  .dna-ai-agent__tip-card {
    right: 0 !important;
    left: auto !important;
    width: calc(100vw - 32px) !important;
    padding: 18px;
    font-size: 16px;
  }
}
.dna-ai-agent__title-accent {
  color: #eb3131;
}

.dna-ai-agent__hint {
  align-items: center;
  gap: 14px;
  color: rgba(28, 28, 28, 0.55);
  font-size: 12px;
  line-height: 1.2;
  max-width: 520px;
  margin: 0 auto 18px;
  display: none;
}
@media (max-width: 1199px) {
  .dna-ai-agent__hint {
    display: flex;
  }
}

.dna-ai-agent__hint-arrow {
  width: 34px;
  height: 34px;
  background: url("../assets/black-arrow.svg") center/contain no-repeat;
}

.dna-ai-agent__hint-text {
  flex: 0 1 auto;
  max-width: 170px;
}

.dna-ai-agent__layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media (min-width: 1000px) {
  .dna-ai-agent__layout {
    grid-template-columns: 520px 1fr;
    gap: 30px;
    align-items: start;
  }
}

@media (max-width: 999px) {
  .dna-ai-agent__left {
    border: 0;
    background: transparent;
  }
  .dna-ai-agent__tab {
    border: 0;
    border-radius: 999px;
    padding: 18px 18px;
    justify-content: center;
    background: #efefef;
    text-align: center;
  }
  .dna-ai-agent__tab + .dna-ai-agent__tab {
    margin-top: 12px;
  }
  .dna-ai-agent__tab--active {
    background: #1c1c1c;
    color: #f5f5f5;
  }
  .dna-ai-agent__tab-arrow {
    display: none;
    margin-left: 12px;
  }
  .dna-ai-agent__tab--active .dna-ai-agent__tab-arrow {
    display: inline;
  }
  .dna-ai-agent__right {
    border-radius: 28px;
    padding: 18px;
  }
  .dna-ai-agent__card {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 22px 20px 24px;
  }
}
.dna-ai-agent__left {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(28, 28, 28, 0.08);
}

.dna-ai-agent__tab {
  width: 100%;
  text-align: left;
  background: #fff;
  border: 0;
  border-bottom: 1px solid rgba(28, 28, 28, 0.08);
  padding: 22px 22px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
  color: #141414;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dna-ai-agent__tab:last-child {
  border-bottom: 0;
}

.dna-ai-agent__tab--active {
  background: #1c1c1c;
  color: #f5f5f5;
}

.dna-ai-agent__tab-arrow {
  display: none;
  font-size: 18px;
  opacity: 0.9;
}

.dna-ai-agent__tab--active .dna-ai-agent__tab-arrow {
  display: inline;
}

.dna-ai-agent__right {
  border-radius: 20px;
  background: #1c1c1c;
  padding: 26px;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1000px) {
  .dna-ai-agent__right {
    padding: 32px;
    min-height: 280px;
  }
}

.dna-ai-agent__panel {
  width: 100%;
}

.dna-ai-agent__card {
  background: #fff;
  border-radius: 16px;
  padding: 22px 22px 24px;
  max-width: 520px;
  margin-left: auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .dna-ai-agent__card {
    max-width: 100%;
  }
}

.dna-ai-agent__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  font-size: 13px;
  line-height: 1.45;
  color: #1c1c1c;
}

.dna-ai-agent__list li {
  position: relative;
  padding-left: 18px;
}

.dna-ai-agent__list li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: #eb3131;
  font-weight: 600;
}

@media (max-width: 767px) {
  .dna-ai-agent {
    padding: 24px 0 60px;
  }
  .dna-ai-agent__inner {
    padding-inline: 20px;
  }
  .dna-ai-agent__title-row {
    left: 0;
    transform: none;
    display: block;
    width: 100%;
    margin-bottom: 16px;
    z-index: 10;
  }
  .dna-ai-agent__title {
    text-align: left;
    font-size: 35px;
    line-height: 1.1;
    margin: 0 0 16px;
    position: relative;
    max-width: 320px;
  }
  .dna-ai-agent__tip {
    top: 5px;
    right: 0;
  }
  .dna-ai-agent__tip-btn {
    width: 24px;
    height: 24px;
    border: 1.5px solid rgba(235, 49, 49, 0.35);
  }
  .dna-ai-agent__tip-card {
    top: 40px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
  }
  .dna-ai-agent__hint {
    justify-content: flex-start;
    margin: 0 0 24px;
    max-width: none;
    gap: 16px;
    font-size: 13px;
    line-height: 18px;
    color: #686868;
  }
  .dna-ai-agent__hint-arrow {
    width: 40px;
    height: 60px;
  }
  .dna-ai-agent__layout {
    gap: 16px;
  }
  .dna-ai-agent__tab {
    border-radius: 20px;
    padding: 16px 24px;
    justify-content: space-between;
    text-align: left;
    min-height: 61px;
    background: #e5e5e5;
    color: #1c1c1c;
  }
  .dna-ai-agent__tab--active {
    background: #1c1c1c;
    color: #fff;
    min-height: 80px;
  }
  .dna-ai-agent__tab-arrow {
    display: none;
    font-size: 18px;
    opacity: 0.9;
    margin-left: 0;
  }
  .dna-ai-agent__tab--active .dna-ai-agent__tab-arrow {
    display: inline;
  }
  .dna-ai-agent__right {
    border-radius: 20px;
    padding: 8px;
    background: #1c1c1c;
    min-height: 100%;
  }
  .dna-ai-agent__card {
    width: 100%;
    max-width: none;
    margin: 0;
    border-radius: 16px;
    padding: 16px;
    min-height: 100%;
  }
  .dna-ai-agent__list {
    gap: 8px;
    font-size: 13px;
    line-height: 18px;
  }
  .dna-ai-agent__list li {
    padding-left: 24px;
  }
  .dna-ai-agent__list li::before {
    left: 0;
    top: 2px;
  }
}
.dna-ai-consult {
  padding: 0 0 100px;
  background: #fff;
}
@media (min-width: 1200px) {
  .dna-ai-consult {
    padding-bottom: 150px;
  }
}

.dna-ai-consult__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-ai-consult__title {
  font-size: 46px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #141414;
  text-align: left;
}
@media (min-width: 1200px) {
  .dna-ai-consult__title {
    font-size: 47px;
    margin-top: 140px;
    margin-bottom: 80px;
    margin-left: auto;
    max-width: 760px;
  }
}

.dna-ai-consult__title-accent {
  color: #eb3131;
}

.dna-ai-consult__grid {
  display: grid;
  gap: 28px 40px;
  grid-template-columns: 1fr;
}
@media (min-width: 1000px) {
  .dna-ai-consult__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 70px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .dna-ai-consult {
    padding: 0 0 100px;
  }
  .dna-ai-consult__inner {
    padding-inline: 20px;
  }
  .dna-ai-consult__title {
    font-size: clamp(38px, 4.6vw, 46px);
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin: 0;
    max-width: none;
  }
  .dna-ai-consult__grid {
    margin-top: 60px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 16px;
    align-items: start;
  }
  .dna-ai-consult-item {
    padding-left: 24px;
    min-height: 194px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
  }
  .dna-ai-consult-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    background: linear-gradient(#e5e5e5, #e5e5e5) 0 0/1px 100% no-repeat, linear-gradient(#eb3131, #eb3131) 0 var(--dna-consult-mark-y, 0px)/1px 60px no-repeat;
  }
  .dna-ai-consult-item:nth-child(1) {
    --dna-consult-mark-y: 0px;
  }
  .dna-ai-consult-item:nth-child(2) {
    --dna-consult-mark-y: calc(50% - 30px);
  }
  .dna-ai-consult-item:nth-child(3) {
    --dna-consult-mark-y: calc(100% - 60px);
  }
  .dna-ai-consult-item:first-child::before,
  .dna-ai-consult-item:nth-child(2)::before,
  .dna-ai-consult-item:last-child::before {
    left: 0px !important;
  }
  .dna-ai-consult-item__stat {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: normal;
    color: #141414;
    max-width: 34ch;
  }
  .dna-ai-consult-item__text {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
    color: #686868;
    opacity: 1;
    max-width: 30ch;
  }
  .dna-ai-consult-item:nth-child(3) {
    grid-column: 1/2;
  }
}
.dna-ai-consult-item {
  position: relative;
}
.dna-ai-consult-item:first-child:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 5px;
  width: 1px;
  height: 60px;
  background: rgb(235, 49, 49);
}
.dna-ai-consult-item:nth-child(2):before {
  content: "";
  position: absolute;
  left: -20px;
  top: 35px;
  width: 1px;
  height: 60px;
  background: rgb(235, 49, 49);
}
.dna-ai-consult-item:last-child:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 62px;
  width: 1px;
  height: 60px;
  background: rgb(235, 49, 49);
}

.dna-ai-consult-item__stat {
  margin: 0 0 90px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #141414;
}

.dna-ai-consult-item__accent {
  color: #eb3131;
}

.dna-ai-consult-item__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #1c1c1c;
  opacity: 0.55;
}
@media (min-width: 1280px) {
  .dna-ai-consult-item__text {
    width: 285px;
  }
}

@media (max-width: 767px) {
  .dna-ai-consult {
    padding: 60px 0;
  }
  .dna-ai-consult__inner {
    padding-inline: 20px;
  }
  .dna-ai-consult__title {
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin: 0 0 40px;
    max-width: 336px;
  }
  .dna-ai-consult__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .dna-ai-consult-item {
    padding-left: 20px;
    min-height: 142px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .dna-ai-consult-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: auto;
    background: linear-gradient(#e5e5e5, #e5e5e5) 0 0/1px 100% no-repeat, linear-gradient(#eb3131, #eb3131) 0 var(--dna-consult-mark-y, 0px)/1px 60px no-repeat;
  }
  .dna-ai-consult-item:nth-child(1) {
    --dna-consult-mark-y: 0px;
  }
  .dna-ai-consult-item:nth-child(2) {
    --dna-consult-mark-y: calc(50% - 30px);
  }
  .dna-ai-consult-item:nth-child(3) {
    --dna-consult-mark-y: calc(100% - 60px);
  }
  .dna-ai-consult-item:first-child::before,
  .dna-ai-consult-item:nth-child(2)::before,
  .dna-ai-consult-item:last-child::before {
    left: 0;
  }
  .dna-ai-consult-item__stat {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: normal;
  }
  .dna-ai-consult-item__text {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
    color: #686868;
    opacity: 1;
  }
}
.dna-ai-expert {
  padding: 110px 0 130px;
  background: #1c1c1c;
  margin: 0 50px;
  border-radius: 20px;
}
@media (min-width: 1200px) {
  .dna-ai-expert {
    padding: 50px 0;
  }
}

.dna-ai-expert__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  padding: 0 50px;
}

.dna-ai-expert__title {
  margin: 0 0 60px;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
  max-width: 900px;
}
@media (min-width: 1200px) {
  .dna-ai-expert__title {
    font-size: 47px;
    margin-bottom: 70px;
  }
}

.dna-ai-expert__title-accent {
  color: #eb3131;
}

.dna-ai-expert__lead,
.dna-ai-expert__note {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
  width: 300px;
}

.dna-ai-expert__layout {
  display: flex;
  margin-bottom: 26px;
  justify-content: flex-end;
  gap: 20px;
}

.dna-ai-expert__info-inner {
  width: 300px;
}

.dna-ai-expert__photo {
  max-width: 520px;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  position: relative;
}

.dna-ai-expert__photo-img {
  width: 355px;
  height: 400px;
  background: url("https://static.tildacdn.com/tild3033-3635-4263-b835-343331366438/IMG_7682.jpeg") top/cover no-repeat;
  background-size: 100%;
  background-position: 104% 26%;
}

.dna-ai-expert__photo-caption {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(0, 0, 0, 0.95);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  padding: 10px 12px 10px;
  color: #fff;
}

.dna-ai-expert__photo-role {
  font-size: 12px;
  opacity: 0.85;
  margin-bottom: 2px;
}

.dna-ai-expert__photo-name {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .dna-ai-expert__photo-name {
    font-size: 14px;
  }
}

.dna-ai-expert__info {
  width: 300px;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dna-ai-expert__note {
  margin-top: 18px;
  opacity: 0.9;
}

.dna-ai-expert__cta {
  width: 250px;
  max-width: none;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 50px;
  font-size: 13px;
}

@media (max-width: 1199px) {
  .dna-ai-expert {
    margin: 0;
    padding: 80px 0 90px;
  }
  .dna-ai-expert__inner {
    padding: 0;
  }
  .dna-ai-expert__layout {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 28px;
  }
  .dna-ai-expert__photo {
    width: 100%;
  }
  .dna-ai-expert__photo-img {
    width: 100%;
    height: 420px;
  }
  .dna-ai-expert__info,
  .dna-ai-expert__info-inner,
  .dna-ai-expert__lead,
  .dna-ai-expert__note {
    width: 100%;
    max-width: 560px;
  }
  .dna-ai-expert__cta {
    width: 100%;
    max-width: 560px;
  }
}
@media (max-width: 767px) {
  .dna-ai-expert {
    background: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0 20px;
  }
  .dna-ai-expert__inner {
    padding: 40px 20px 20px;
    background: #1c1c1c;
    border-radius: 20px;
  }
  .dna-ai-expert__title {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin: 0 0 30px;
    max-width: 240px;
  }
  .dna-ai-expert__layout {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
    gap: 40px;
    margin-bottom: 0;
  }
  .dna-ai-expert__info {
    width: 100%;
    padding-top: 8px;
    gap: 24px;
  }
  .dna-ai-expert__info-inner {
    width: 100%;
  }
  .dna-ai-expert__lead,
  .dna-ai-expert__note {
    width: 100%;
    max-width: 240px;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    opacity: 1;
  }
  .dna-ai-expert__note {
    margin-top: 24px;
  }
  .dna-ai-expert__cta {
    width: 100%;
    max-width: 240px;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 80px;
    font-size: 16px;
    line-height: 1.5;
    align-self: stretch;
  }
  .dna-ai-expert__photo {
    width: 100%;
    border-radius: 20px;
    background: transparent;
  }
  .dna-ai-expert__photo-img {
    width: 100%;
    height: 261px;
    border-radius: 20px;
  }
  .dna-ai-expert__photo-caption {
    padding: 10px;
    border-radius: 20px;
    background: #1c1c1c;
    border: 1px solid #1c1c1c;
    backdrop-filter: none;
  }
  .dna-ai-expert__photo-role {
    font-size: 12px;
    line-height: 18px;
    color: #686868;
    opacity: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .dna-ai-expert {
    background: transparent;
    border-radius: 0;
    padding: 0 20px;
  }
  .dna-ai-expert__inner {
    width: 100%;
    max-width: none;
    margin-inline: auto;
    padding: clamp(40px, 6vw, 60px) clamp(24px, 4.5vw, 40px);
    background: #1c1c1c;
    border-radius: 20px;
  }
  .dna-ai-expert__title {
    max-width: 648px;
    width: 100%;
    font-size: clamp(40px, 4.8vw, 46px);
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin-bottom: clamp(40px, 6vw, 60px);
  }
  .dna-ai-expert__layout {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 0;
  }
  .dna-ai-expert__photo {
    flex: 0 1 296px;
    min-width: 260px;
    border-radius: 20px;
    background: transparent;
  }
  .dna-ai-expert__photo-img {
    width: 100%;
    height: auto;
    aspect-ratio: 296/323;
  }
  .dna-ai-expert__photo-caption {
    width: 161px;
    padding: 16px;
    border-radius: 20px;
    background: #1c1c1c;
    border: 1px solid #1c1c1c;
    backdrop-filter: none;
  }
  .dna-ai-expert__photo-role {
    font-size: 13px;
    line-height: 18px;
    color: #686868;
    opacity: 1;
    margin-bottom: 8px;
  }
  .dna-ai-expert__photo-name {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: normal;
  }
  .dna-ai-expert__info {
    flex: 1 1 278px;
    min-width: 0;
    padding-top: 8px;
    gap: 40px;
  }
  .dna-ai-expert__info-inner {
    max-width: 278px;
    width: 100%;
  }
  .dna-ai-expert__lead,
  .dna-ai-expert__note {
    max-width: 278px;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
  }
  .dna-ai-expert__note {
    margin-top: 40px;
    opacity: 1;
  }
  .dna-ai-expert__cta {
    min-width: 229px;
    width: fit-content;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 80px;
    font-size: 16px;
    line-height: 1.5;
    align-self: center;
  }
}
.dna-ai-weeks {
  padding: 0 0 105px;
  background: #fff;
}
@media (min-width: 1200px) {
  .dna-ai-weeks {
    padding-bottom: 100px;
  }
}

.dna-ai-weeks__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-ai-weeks__title {
  margin: 0 0 14px;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #141414;
  text-align: left;
}
@media (min-width: 1200px) {
  .dna-ai-weeks__title {
    font-size: 47px;
    margin-bottom: 16px;
    width: 770px;
  }
}

.dna-ai-weeks-text-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.dna-ai-weeks__title-accent {
  color: #eb3131;
}

.dna-ai-weeks__hint {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  .dna-ai-weeks__hint {
    width: 810px;
  }
}

.dna-ai-weeks__hint-arrow {
  width: 34px;
  height: 34px;
  background: url("../assets/_.svg") center/contain no-repeat;
  opacity: 0.75;
}

.dna-ai-weeks__hint-text {
  font-size: 13px;
  line-height: 1.2;
  color: #1c1c1c;
  opacity: 0.55;
  letter-spacing: normal;
  text-align: left;
}

.dna-ai-weeks__box {
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  background: #f5f5f5;
  padding: 26px;
  gap: 22px;
}
@media (min-width: 1000px) {
  .dna-ai-weeks__box {
    padding: 20px;
    margin: 0 50px;
  }
}

.dna-ai-weeks__left {
  width: 700px;
}

.dna-ai-week {
  width: 100%;
  border: 0;
  border-radius: 16px;
  padding: 24px;
  text-align: left;
  background: #fff;
  color: #B5B5B5;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}

.dna-ai-week + .dna-ai-week {
  margin-top: 16px;
}

.dna-ai-week__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f4d7d7;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.dna-ai-week__name {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.dna-ai-week--active {
  background: #1c1c1c;
  color: #f5f5f5;
}

.dna-ai-week--active .dna-ai-week__badge {
  background: #eb3131;
}

.dna-ai-weeks__right {
  display: flex;
  align-items: center;
}

.dna-ai-weeks__card {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 22px 22px 24px;
  min-height: 180px;
}

@media (max-width: 767px) {
  .dna-ai-weeks {
    padding: 4px 0 60px;
  }
  .dna-ai-weeks__inner {
    padding-inline: 20px;
  }
  .dna-ai-weeks__title {
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin: 0 0 24px;
    text-align: left;
    max-width: 280px;
  }
  .dna-ai-weeks__hint {
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 24px;
  }
  .dna-ai-weeks__hint-text {
    font-size: 13px;
    line-height: 18px;
    color: #686868;
    opacity: 1;
  }
  .dna-ai-weeks__hint-arrow {
    width: 40px;
    height: 60px;
    order: 1;
    transform: rotateY(-180deg);
  }
  .dna-ai-weeks__hint-text {
    order: 0;
    max-width: 170px;
  }
  .dna-ai-weeks-text-box {
    margin: 0 20px;
    align-items: flex-start;
  }
  .dna-ai-weeks__box {
    background: transparent;
    padding: 0;
    gap: 16px;
    border-radius: 0;
  }
  .dna-ai-weeks__left,
  .dna-ai-weeks__right {
    width: 100%;
    min-width: 0;
    background: #e5e5e5;
    border-radius: 20px;
    padding: 8px;
  }
  .dna-ai-week {
    border-radius: 20px;
    padding: 16px;
    gap: 16px;
    align-items: flex-start;
    flex-direction: column;
    min-height: 61px;
  }
  .dna-ai-week + .dna-ai-week {
    margin-top: 8px;
  }
  .dna-ai-week__badge {
    min-width: 86px;
    height: 40px;
    padding: 8px 12px;
    border-radius: 80px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    background: rgba(235, 49, 49, 0.6);
  }
  .dna-ai-week__name {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #b5b5b5;
  }
  .dna-ai-week--active {
    min-height: 98px;
  }
  .dna-ai-week--active .dna-ai-week__badge {
    background: #eb3131;
    opacity: 1;
  }
  .dna-ai-week--active .dna-ai-week__name {
    color: #fff;
  }
  .dna-ai-weeks__right {
    padding: 8px;
  }
  .dna-ai-weeks__card {
    border-radius: 16px;
    padding: 16px;
    min-height: 380px;
  }
  .dna-ai-weeks__list {
    font-size: 14px !important;
    line-height: 19px;
    gap: 16px;
  }
}
@media (max-width: 1199px) {
  .dna-ai-weeks__box {
    margin: 0;
  }
  .dna-ai-weeks__left {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
  }
  .dna-ai-weeks__right {
    flex: 1 1 0;
    min-width: 0;
  }
}
@media (max-width: 999px) {
  .dna-ai-weeks__box {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 18px;
  }
  .dna-ai-weeks__card {
    min-height: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .dna-ai-weeks__inner {
    padding-inline: 20px;
  }
  .dna-ai-weeks__title {
    font-size: clamp(38px, 4.6vw, 46px);
    line-height: 1.1;
    margin-bottom: 12px;
  }
  .dna-ai-weeks__hint {
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 0;
  }
  .dna-ai-weeks__hint-arrow {
    order: 1;
  }
  .dna-ai-weeks__hint-text {
    order: 0;
  }
  .dna-ai-weeks-text-box {
    align-items: flex-start;
    margin: 0 20px;
  }
  .dna-ai-weeks__hint-text {
    font-size: 13px;
    line-height: 18px;
    color: #686868;
    opacity: 1;
  }
  .dna-ai-weeks__box {
    background: transparent;
    padding: 0;
    gap: 16px;
    border-radius: 0;
    margin: 0 20px;
    margin-top: 40px;
  }
  .dna-ai-weeks__left,
  .dna-ai-weeks__right {
    background: #e5e5e5;
    border-radius: 20px;
    padding: clamp(24px, 3.6vw, 40px);
  }
  .dna-ai-weeks__left {
    width: auto;
    flex: 0 0 auto;
  }
  .dna-ai-weeks__right {
    align-items: stretch;
  }
  .dna-ai-week {
    border-radius: 20px;
    padding: 16px;
    gap: 16px;
  }
  .dna-ai-week + .dna-ai-week {
    margin-top: 8px;
  }
  .dna-ai-week__badge {
    min-width: 86px;
    height: 40px;
    padding: 8px 12px;
    border-radius: 80px;
    background: rgba(235, 49, 49, 0.6);
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
  }
  .dna-ai-week__name {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #b5b5b5;
  }
  .dna-ai-week--active .dna-ai-week__badge {
    background: #eb3131;
    opacity: 1;
  }
  .dna-ai-week--active .dna-ai-week__name {
    color: #fff;
  }
  .dna-ai-weeks__card {
    border-radius: 16px;
    padding: clamp(24px, 3.6vw, 40px);
    min-height: 0;
  }
  .dna-ai-weeks__list {
    font-size: 14px;
    line-height: 19px;
  }
}
.dna-ai-weeks__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  font-size: 13px;
  line-height: 1.45;
  color: #1c1c1c;
}

.dna-ai-weeks__list li {
  position: relative;
  padding-left: 18px;
}

.dna-ai-weeks__list li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: #eb3131;
  font-weight: 600;
}

.dna-ai-offer {
  padding: 0 0 100px;
  background: #fff;
}
@media (min-width: 1200px) {
  .dna-ai-offer {
    padding-bottom: 150px;
  }
}

.dna-ai-offer__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  border-radius: 50px;
  background: #1a1a1a url("https://static.tildacdn.com/tild3538-3438-4334-b133-316431336636/Frame_920_1.png") center/cover no-repeat;
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 46px 22px 48px;
}
@media (min-width: 900px) {
  .dna-ai-offer__inner {
    padding: 56px 30px 58px;
  }
}

.dna-ai-offer__inner > * {
  position: relative;
  z-index: 1;
}

.dna-ai-offer__title {
  margin: 0 0 40px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  color: #fff;
}
@media (min-width: 1200px) {
  .dna-ai-offer__title {
    font-size: 52px;
  }
}

.dna-ai-offer__eq {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 14px;
  align-items: center;
  font-size: 28px;
  line-height: 1.3;
}

.dna-ai-offer__part {
  font-weight: 500;
}

.dna-ai-offer__op {
  opacity: 0.8;
}

.dna-ai-offer__result {
  opacity: 0.95;
  font-size: 14px;
  line-height: 1.45;
}
@media (min-width: 900px) {
  .dna-ai-offer__result {
    font-size: 16px;
    max-width: 315px;
  }
}

.dna-ai-offer__btn {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .dna-ai-offer {
    padding: 0 20px 60px;
  }
  .dna-ai-offer__inner {
    border-radius: 20px;
    padding: 40px 20px;
    min-height: 355px;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    display: flex;
    flex-direction: column;
  }
  .dna-ai-offer__title {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-weight: 500;
    margin: 0;
    margin-bottom: 10px;
  }
  .dna-ai-offer__eq {
    justify-content: flex-start;
    gap: 8px;
    font-size: 16px;
    line-height: 1.5;
    max-width: 240px;
  }
  .dna-ai-offer__result {
    flex-basis: 100%;
    font-size: 16px;
    line-height: 1.5;
    opacity: 1;
  }
  .dna-ai-offer__btn {
    margin-top: 0;
    min-height: 44px;
    min-width: 100%;
    padding: 0 20px;
    border-radius: 80px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .dna-ai-offer__inner {
    padding: 60px 40px;
    border-radius: 20px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin: 0 20px;
    width: auto;
  }
  .dna-ai-offer__title {
    width: 100%;
    max-width: 648px;
    font-size: clamp(38px, 4.6vw, 46px);
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -0.04em;
    margin: 0;
  }
  .dna-ai-offer__eq {
    width: 100%;
    max-width: 648px;
    gap: 18px;
    font-size: 24px;
    line-height: 1.1;
  }
  .dna-ai-offer__result {
    font-size: 16px;
    line-height: 1.5;
    opacity: 1;
  }
  .dna-ai-offer__btn {
    margin-top: 0;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 80px;
    min-width: 201px;
  }
  .dna-ai-offer__eq > * {
    max-width: 100%;
  }
}
.dna-ai-quiz {
  padding: 0 0 100px;
  background: #fff;
}
@media (min-width: 1200px) {
  .dna-ai-quiz {
    padding-bottom: 150px;
  }
}

.dna-ai-quiz__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-ai-quiz__title {
  margin: 0 0 42px;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #111;
}
@media (min-width: 900px) {
  .dna-ai-quiz__title {
    font-size: 46px;
    margin-left: 100px;
    margin: 0 auto 42px;
    max-width: 720px;
    padding-left: 170px;
  }
}

.dna-ai-quiz__bullets {
  max-width: 980px;
  margin: 0 auto 46px;
}
@media (min-width: 900px) {
  .dna-ai-quiz__bullets {
    display: flex;
    justify-content: flex-end;
    gap: 32px;
  }
}

.dna-ai-quiz__bullet {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #2d2d2d;
}
@media (min-width: 900px) {
  .dna-ai-quiz__bullet {
    font-size: 16px;
    max-width: 320px;
  }
}

.dna-ai-quiz__plus {
  color: #eb3131;
  font-weight: 700;
  line-height: 1;
  transform: translateY(2px);
}

.dna-ai-quiz__accent {
  color: #eb3131;
  font-weight: 500;
}

.dna-ai-quiz__subtitle {
  margin: 0 0 22px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #111;
  max-width: 520px;
}
@media (min-width: 900px) {
  .dna-ai-quiz__subtitle {
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 80px;
    max-width: 370px;
  }
}

.dna-ai-quiz__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  padding-bottom: 24px;
}
@media (min-width: 900px) {
  .dna-ai-quiz__steps {
    grid-template-columns: 1fr 1fr 1.35fr;
    gap: 34px;
  }
}

.dna-ai-quiz-step {
  position: relative;
  padding: 14px 0 0 18px;
  min-height: 160px;
}
@media (min-width: 900px) {
  .dna-ai-quiz-step {
    min-height: 280px;
    padding: 0 0 0 26px;
  }
}

.dna-ai-quiz-step::before {
  content: "";
  position: absolute;
  width: 1px;
  background: #eb3131;
  border-radius: 2px;
  height: 70px;
  opacity: 0.9;
}

.dna-ai-quiz-step:last-child::before {
  top: 180px;
  left: 0;
}

.dna-ai-quiz-step:first-child::before {
  top: 10px;
  left: 0;
}

.dna-ai-quiz-step:nth-child(2)::before {
  top: 100px;
  left: 0;
}

.dna-ai-quiz-step__num {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.35);
  letter-spacing: 0.08em;
  margin-bottom: 56px;
}
@media (min-width: 900px) {
  .dna-ai-quiz-step__num {
    margin-bottom: 120px;
  }
}

.dna-ai-quiz-step__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #2d2d2d;
  max-width: 270px;
}
@media (min-width: 900px) {
  .dna-ai-quiz-step__text {
    font-size: 14px;
    max-width: 290px;
  }
}

.dna-ai-quiz-step__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
}
@media (min-width: 900px) {
  .dna-ai-quiz-step__body {
    grid-template-columns: 1fr 150px;
    gap: 18px;
    align-items: start;
    position: relative;
  }
}

.dna-ai-quiz-step__title {
  font-size: 13px;
  line-height: 1.2;
  color: #eb3131;
  margin-bottom: 6px;
}
@media (min-width: 900px) {
  .dna-ai-quiz-step__title {
    font-size: 14px;
  }
}

.dna-ai-quiz-step__desc {
  font-size: 12px;
  line-height: 1.45;
  color: #2d2d2d;
  max-width: 340px;
}
@media (min-width: 900px) {
  .dna-ai-quiz-step__desc {
    font-size: 13px;
  }
}

.dna-ai-quiz-step__img {
  width: 130px;
  height: auto;
  justify-self: end;
  align-self: start;
  margin-top: 10px;
}
@media (min-width: 900px) {
  .dna-ai-quiz-step__img {
    margin-top: 0;
    width: 50px;
    position: absolute;
    top: -110px;
    right: 60px;
  }
}

.dna-ai-quiz-step__btn {
  margin-top: 18px;
  border-radius: 999px;
  padding: 10px 40px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  width: fit-content;
  margin-left: -3px;
}

@media (min-width: 1200px) {
  .dna-ai-quiz-step {
    min-height: 280px;
    padding-left: 26px;
  }
  .dna-ai-quiz-step__num {
    margin-bottom: 18px;
  }
  .dna-ai-quiz-step:first-child .dna-ai-quiz-step__text,
  .dna-ai-quiz-step:nth-child(2) .dna-ai-quiz-step__text {
    padding-top: 0;
  }
  .dna-ai-quiz-step:first-child::before {
    top: 7px;
  }
  .dna-ai-quiz-step:nth-child(2) .dna-ai-quiz-step__num {
    margin-top: 64px;
  }
  .dna-ai-quiz-step:nth-child(2) .dna-ai-quiz-step__text {
    padding-top: 0;
  }
  .dna-ai-quiz-step:nth-child(2)::before {
    top: 69px;
  }
  .dna-ai-quiz-step:last-child .dna-ai-quiz-step__num {
    margin-top: 128px;
  }
  .dna-ai-quiz-step:last-child::before {
    top: 133px;
  }
}
@media (max-width: 767px) {
  .dna-ai-quiz {
    padding: 0 0 60px;
  }
  .dna-ai-quiz-step__btn {
    margin-left: 0;
  }
  .dna-ai-quiz__inner {
    padding-inline: 20px;
  }
  .dna-ai-quiz__title {
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin: 0 0 40px;
    max-width: 245px;
  }
  .dna-ai-quiz__bullets {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0 0 40px;
    max-width: none;
  }
  .dna-ai-quiz__bullet {
    font-size: 16px;
    line-height: 1.5;
    max-width: 280px;
  }
  .dna-ai-quiz__subtitle {
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 40px;
    max-width: 280px;
  }
  .dna-ai-quiz__steps {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 0;
  }
  .dna-ai-quiz-step {
    min-height: 120px;
    padding: 0 0 0 24px;
  }
  .dna-ai-quiz-step::before {
    left: 0 !important;
    top: 0 !important;
  }
  .dna-ai-quiz-step__body {
    position: relative;
  }
  .dna-ai-quiz-step::after {
    left: 0;
    background: #e5e5e5;
    opacity: 1;
  }
  .dna-ai-quiz-step:nth-child(1) {
    --dna-quiz-mark-y: 0px;
  }
  .dna-ai-quiz-step:nth-child(2) {
    --dna-quiz-mark-y: calc(50% - 30px);
  }
  .dna-ai-quiz-step:nth-child(3) {
    --dna-quiz-mark-y: calc(100% - 60px);
    min-height: 207px;
    margin-top: 0;
  }
  .dna-ai-quiz-step__num {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: normal;
    color: #b5b5b5;
    margin-bottom: 20px;
  }
  .dna-ai-quiz-step__text {
    font-size: 14px;
    line-height: 19px;
    color: #1c1c1c;
    max-width: 255px;
    margin: 0;
  }
  .dna-ai-quiz-step--wide {
    padding-top: 0;
  }
  .dna-ai-quiz-step__title {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    margin: 0 0 24px;
    max-width: 236px;
  }
  .dna-ai-quiz-step__desc {
    font-size: 14px;
    line-height: 19px;
    max-width: 195px;
    margin: 0;
  }
  .dna-ai-quiz-step__img {
    position: absolute;
    right: 12px;
    top: 53px;
    width: 48px;
    height: auto;
    margin: 0;
  }
  .dna-ai-quiz-step:last-child::before {
    top: 100px;
  }
  .dna-ai-quiz-step:nth-child(2)::before {
    top: 50px;
  }
  .dna-ai-quiz-step__btn {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 80px;
    box-shadow: none;
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .dna-ai-quiz__inner {
    padding-inline: 20px;
  }
  .dna-ai-quiz__title {
    font-size: clamp(38px, 4.6vw, 46px);
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin: 0 0 40px;
    max-width: none;
    padding-left: 0;
  }
  .dna-ai-quiz__bullets {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 60px;
    max-width: none;
  }
  .dna-ai-quiz__bullet {
    max-width: none;
    font-size: 16px;
    line-height: 1.5;
  }
  .dna-ai-quiz__subtitle {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: normal;
    margin: 0 0 40px;
    max-width: 356px;
  }
  .dna-ai-quiz__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 16px;
    padding-bottom: 0;
  }
  .dna-ai-quiz-step {
    padding: 0 0 0 24px;
    min-height: 207px;
    --dna-quiz-line-left: 0px;
  }
  .dna-ai-quiz-step::before {
    width: 1px;
    opacity: 1;
    left: 0 !important;
  }
  .dna-ai-quiz-step:first-child,
  .dna-ai-quiz-step:nth-child(2),
  .dna-ai-quiz-step:last-child {
    --dna-quiz-mark-y: 0px;
  }
  .dna-ai-quiz-step:nth-child(2) {
    --dna-quiz-mark-y: calc(50% - 30px);
  }
  .dna-ai-quiz-step--wide {
    grid-column: 1/-1;
    display: flex;
    flex-direction: column;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
    padding-left: 20px;
    --dna-quiz-line-left: calc(50% + 8px);
  }
  .dna-ai-quiz-step--wide::before {
    --dna-quiz-mark-y: calc(100% - 60px);
  }
  .dna-ai-quiz-step--wide .dna-ai-quiz-step__num {
    grid-column: 1/2;
    align-self: start;
    margin-top: 0;
    padding-right: 16px;
  }
  .dna-ai-quiz-step--wide .dna-ai-quiz-step__body {
    grid-column: 2/3;
    max-width: 569px;
  }
  .dna-ai-quiz-step__num {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: normal;
    color: #b5b5b5;
    margin-bottom: 0;
  }
  .dna-ai-quiz-step__text {
    font-size: 14px;
    line-height: 19px;
    max-width: 251px;
    color: #1c1c1c;
  }
  .dna-ai-quiz-step--wide .dna-ai-quiz-step__body {
    grid-template-columns: 1fr minmax(0, 197px);
    gap: 16px;
    align-items: center;
  }
  .dna-ai-quiz-step__title {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    margin: 0;
  }
  .dna-ai-quiz-step__desc {
    font-size: 14px;
    line-height: 19px;
    max-width: 251px;
    color: #1c1c1c;
  }
  .dna-ai-quiz-step__img {
    width: revert-layer;
    max-width: 197px;
    margin: 0;
    justify-self: end;
    align-self: center;
  }
  .dna-ai-quiz-step__btn {
    min-width: 132px;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 80px;
    box-shadow: none;
    justify-content: center;
    margin-top: 40px;
  }
}
.dna-ai-cases {
  padding: 0 0 100px;
  background: #fff;
}
@media (min-width: 1200px) {
  .dna-ai-cases {
    padding-bottom: 150px;
  }
}

.dna-ai-cases__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-ai-cases__title {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #141414;
}
@media (min-width: 1200px) {
  .dna-ai-cases__title {
    font-size: 47px;
    letter-spacing: -0.032em;
  }
}
.dna-ai-cases__title {
  margin: 0 0 28px;
  max-width: 900px;
}
@media (min-width: 900px) {
  .dna-ai-cases__title {
    margin: 0 0 60px;
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    max-width: 710px;
    margin-left: auto;
  }
}

.dna-ai-cases__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .dna-ai-cases__grid {
    gap: 20px;
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-areas: "concierge hr" "concierge looklink" "vtb looklink";
    grid-template-rows: 300px 260px 300px;
  }
}

.dna-ai-cases__col {
  display: contents;
}

.dna-ai-case {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: 22px 18px 22px;
  color: #fff;
  background: center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 240px;
}
@media (min-width: 900px) {
  .dna-ai-case {
    padding: 40px;
    min-height: 260px;
  }
}

.dna-ai-case > * {
  position: relative;
  z-index: 1;
}

.dna-ai-case__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 15px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #111;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 900px) {
  .dna-ai-case__tag {
    top: 40px;
    left: 40px;
  }
}

.dna-ai-case__name {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
}
@media (min-width: 900px) {
  .dna-ai-case__name {
    font-size: 34px;
  }
}

.dna-ai-case__text {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  opacity: 0.92;
  max-width: 54ch;
}
@media (min-width: 900px) {
  .dna-ai-case__text {
    font-size: 16px;
  }
}

.dna-ai-cases__accent {
  color: #eb3131;
}

.dna-ai-case--concierge {
  background-image: url("https://static.tildacdn.com/tild3330-3237-4464-b135-393632366633/Group_10_1.svg");
}
@media (min-width: 900px) {
  .dna-ai-case--concierge {
    grid-area: concierge;
  }
}

.dna-ai-case--hr {
  background-image: url("https://static.tildacdn.com/tild6363-6365-4463-b733-643963656463/Group_8_1.svg");
}
@media (min-width: 900px) {
  .dna-ai-case--hr {
    grid-area: hr;
  }
}

.dna-ai-case--looklink {
  background-image: url("https://static.tildacdn.com/tild3132-3936-4062-b966-386136303362/Group_9_3.svg");
}
@media (min-width: 900px) {
  .dna-ai-case--looklink {
    grid-area: looklink;
  }
}

.dna-ai-case--vtb {
  background-image: url("https://static.tildacdn.com/tild3866-3533-4931-a663-306138333334/image.svg");
}
@media (min-width: 900px) {
  .dna-ai-case--vtb {
    grid-area: vtb;
  }
}

.dna-ai-cases-banner {
  margin-top: 20px;
  border-radius: 20px;
  background: #111 url("https://static.tildacdn.com/tild6362-3031-4139-b235-396335613837/image_5_1.png") center/cover no-repeat;
  position: relative;
  overflow: hidden;
  padding: 46px 18px 44px;
  text-align: center;
  color: #fff;
}
@media (min-width: 900px) {
  .dna-ai-cases-banner {
    padding: 80px 22px;
  }
}

.dna-ai-cases-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 0, 0, 0.48) 100%);
  pointer-events: none;
}

.dna-ai-cases-banner > * {
  position: relative;
  z-index: 1;
}

.dna-ai-cases-banner__title {
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 500;
  margin-bottom: 18px;
}
@media (min-width: 900px) {
  .dna-ai-cases-banner__title {
    font-size: 46px;
    margin-bottom: 40px;
  }
}

.dna-ai-cases-banner__btn {
  min-width: fit-content;
  width: auto;
  padding: 11px 32px !important;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .dna-ai-cases__inner {
    padding-inline: 20px;
  }
  .dna-ai-cases__title {
    font-size: clamp(38px, 4.6vw, 46px);
    line-height: 1.1;
    letter-spacing: -0.04em;
    max-width: none;
    margin: 0 0 40px;
    margin-left: 0;
  }
  .dna-ai-cases__grid {
    display: flex;
    gap: 16px;
  }
  .dna-ai-cases__col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 1 0;
    min-width: 0;
  }
  .dna-ai-case {
    min-height: 0;
    padding: 24px;
    border-radius: 20px;
  }
  .dna-ai-case__tag {
    top: 24px;
    left: 24px;
    height: 40px;
    padding: 8px 16px;
    border-radius: 80px;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color: #141414;
  }
  .dna-ai-case__name {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -0.03em;
  }
  .dna-ai-case__text {
    font-size: 14px;
    line-height: 19px;
    opacity: 1;
  }
  .dna-ai-case--concierge,
  .dna-ai-case--looklink {
    min-height: clamp(420px, 48vw, 500px);
  }
  .dna-ai-case--hr,
  .dna-ai-case--vtb {
    min-height: clamp(260px, 30vw, 300px);
  }
  .dna-ai-cases-banner {
    margin-top: 16px;
    border-radius: 20px;
    padding: 60px;
    min-height: clamp(260px, 28vw, 300px);
  }
  .dna-ai-cases-banner__title {
    font-size: clamp(34px, 4.6vw, 46px);
    line-height: 1.1;
    letter-spacing: -0.04em;
    max-width: 608px;
    margin: 0 auto 40px;
  }
  .dna-ai-cases-banner__btn {
    min-height: 44px;
    min-width: 152px;
    padding: 0 20px;
    border-radius: 80px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .dna-ai-cases {
    padding: 0 0 60px;
  }
  .dna-ai-cases__inner {
    padding-inline: 20px;
  }
  .dna-ai-cases__title {
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin: 0 0 40px;
    max-width: 354px;
  }
  .dna-ai-cases__grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .dna-ai-cases__col {
    display: contents;
  }
  .dna-ai-case {
    border-radius: 20px;
    padding: 24px;
    min-height: 341px;
  }
  .dna-ai-case::before {
    background: linear-gradient(180deg, rgba(28, 28, 28, 0) 37.9%, rgba(0, 0, 0, 0.9) 100%);
  }
  .dna-ai-case__tag {
    top: 24px;
    left: 24px;
    height: 40px;
    padding: 8px 16px;
    border-radius: 80px;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    color: #141414;
  }
  .dna-ai-case__name {
    font-size: 34px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin: 0 0 14px;
  }
  .dna-ai-case__text {
    font-size: 14px;
    line-height: 19px;
    opacity: 1;
    max-width: none;
  }
  .dna-ai-cases-banner {
    margin-top: 16px;
    border-radius: 20px;
    padding: 20px;
    min-height: 300px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
  }
  .dna-ai-cases-banner__title {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin: 0;
  }
  .dna-ai-cases-banner__btn {
    width: 100%;
    min-width: 0;
    max-width: 240px;
    margin: 0 auto;
    min-height: 44px;
    padding: 0 20px;
    border-radius: 80px;
    font-size: 16px;
    line-height: 1.5;
  }
  .dna-ai-trust-stats__col:nth-child(2) .dna-ai-trust-stats__pill {
    align-self: flex-start !important;
  }
  .dna-security__inner {
    gap: 40px !important;
  }
}
.dna-ai-trust {
  padding: 0 0 100px;
  background: #fff;
}
@media (min-width: 1200px) {
  .dna-ai-trust {
    padding-bottom: 150px;
  }
}

.dna-ai-trust__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-ai-trust__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .dna-ai-trust__grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title wide" "cards cards";
    gap: 20px;
    align-items: start;
  }
}

.dna-ai-trust__title {
  margin: 0 0 6px;
  font-size: 35px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #111;
}
@media (min-width: 900px) {
  .dna-ai-trust__title {
    grid-area: title;
    font-size: 46px;
    margin: 0;
  }
}

.dna-ai-trust-card {
  border-radius: 24px;
  background: #f5f5f5;
  padding: 18px 18px 20px;
  color: #111;
}
@media (min-width: 900px) {
  .dna-ai-trust-card {
    padding: 22px 22px 24px;
    min-height: 180px;
  }
}
.dna-ai-trust-card-1 {
  order: 0;
}
.dna-ai-trust-card-2 {
  order: 1;
}
.dna-ai-trust-card-3 {
  order: 2;
}

@media (min-width: 900px) {
  .dna-ai-trust-card--wide {
    grid-area: wide;
    min-height: 210px;
  }
}

.dna-ai-trust-card__icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #eb3131;
  margin-bottom: 10px;
}

.dna-ai-trust-card__title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.dna-ai-trust-card__text {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(17, 17, 17, 0.75);
  max-width: 58ch;
}
@media (min-width: 900px) {
  .dna-ai-trust-card__text {
    font-size: 14px;
  }
}

.dna-ai-trust__cards {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .dna-ai-trust__cards {
    grid-area: cards;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}

.dna-ai-trust__actions {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (min-width: 900px) {
  .dna-ai-trust__actions {
    margin-top: 34px;
  }
}

.dna-ai-trust__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #eb3131;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  min-height: 40px;
  min-width: 168px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}
.dna-ai-trust__pill:hover {
  background: #d92323;
}

.dna-ai-trust-stats {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}
@media (min-width: 900px) {
  .dna-ai-trust-stats {
    margin-top: 44px;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}

.dna-ai-trust-stats__col {
  display: flex;
  flex-direction: column;
}

.dna-ai-trust-stats__col:nth-child(2) .dna-ai-trust-stats__pill {
  align-self: center;
}

.dna-ai-trust-stats__col:nth-child(2) .dna-ai-trust-stat {
  max-width: 355px;
  margin-left: auto;
}
@media (max-width: 768px) {
  .dna-ai-trust-stats__col:nth-child(2) .dna-ai-trust-stat {
    margin-left: 0;
  }
}

.dna-ai-trust-stats__col:nth-child(1) .dna-ai-trust-stats__pill {
  align-self: flex-start;
}

.dna-ai-trust-stats__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border-radius: 999px;
  background: #eb3131;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 22px;
}

.dna-ai-trust-stats__list {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.dna-ai-trust-stat {
  padding: 20px 0 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.dna-ai-trust-stat__value {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #eb3131;
  margin-bottom: 6px;
}
@media (min-width: 900px) {
  .dna-ai-trust-stat__value {
    font-size: 28px;
  }
}

.dna-ai-trust-stat__label {
  font-size: 14px;
  line-height: 1.35;
  color: rgba(17, 17, 17, 0.7);
  max-width: 46ch;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .dna-ai-trust__inner {
    padding-inline: 20px;
  }
  .dna-ai-trust__title {
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin: 0;
  }
  .dna-ai-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .dna-ai-trust__title {
    grid-column: 1/-1;
    margin-bottom: 24px;
  }
  .dna-ai-trust-card--wide {
    grid-column: 1/2;
  }
  .dna-ai-trust__cards {
    display: contents;
  }
  .dna-ai-trust__cards > .dna-ai-trust-card:nth-child(3) {
    grid-column: 2/3;
    grid-row: 2;
  }
  .dna-ai-trust__cards > .dna-ai-trust-card:nth-child(1) {
    grid-column: 1/2;
    grid-row: 3;
  }
  .dna-ai-trust__cards > .dna-ai-trust-card:nth-child(2) {
    grid-column: 2/3;
    grid-row: 3;
  }
  .dna-ai-trust-card {
    border-radius: 20px;
    padding: 32px 28px;
    min-height: 220px;
  }
  .dna-ai-trust-card__title {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: normal;
    margin-bottom: 24px;
  }
  .dna-ai-trust-card__text {
    font-size: 14px;
    line-height: 19px;
    color: #373737;
    max-width: none;
  }
  .dna-ai-trust-stats {
    margin-top: 80px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .dna-ai-trust-stats__pill {
    height: 36px;
    min-height: 36px;
    padding: 12px 20px;
    border-radius: 100px;
    font-size: 16px;
    line-height: 1.5;
    box-shadow: none;
    margin-bottom: 60px;
  }
  .dna-ai-trust-stats__col:nth-child(2) .dna-ai-trust-stats__pill,
  .dna-ai-trust-stats__col:nth-child(1) .dna-ai-trust-stats__pill {
    align-self: flex-start;
  }
  .dna-ai-trust-stats__col:nth-child(2) .dna-ai-trust-stat {
    max-width: none;
    margin-left: 0;
  }
  .dna-ai-trust-stats__list {
    border-top: 1px solid #e5e5e5;
  }
  .dna-ai-trust-stat {
    padding: 0;
    border-bottom: 0;
  }
  .dna-ai-trust-stat + .dna-ai-trust-stat {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #e5e5e5;
  }
  .dna-ai-trust-stat__value {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: normal;
    margin-bottom: 16px;
  }
  .dna-ai-trust-stat__label {
    font-size: 14px;
    line-height: 19px;
    color: #141414;
    max-width: none;
  }
}
.dna-ai-faq {
  padding: 56px 0 80px;
  background: #fff;
}

.dna-ai-faq__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
}

.dna-ai-faq__title {
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #141414;
}
@media (min-width: 1200px) {
  .dna-ai-faq__title {
    font-size: 47px;
    letter-spacing: -0.032em;
  }
}
.dna-ai-faq__title {
  margin: 0 0 48px;
  text-align: center;
}
@media (max-width: 767px) {
  .dna-ai-faq__title {
    text-align: left;
    max-width: 270px;
  }
}

@media (max-width: 767px) {
  .dna-ai-faq__title {
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
  }
}

.dna-ai-faq__accent {
  color: #eb3131;
}

.dna-ai-faq__list {
  max-width: 1150px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.dna-ai-faq__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0;
  background: transparent;
}

.dna-ai-faq__q {
  cursor: pointer;
  list-style: none;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 32px 0;
  color: #111;
}
.dna-ai-faq__q::-webkit-details-marker {
  display: none;
}
@media (min-width: 900px) {
  .dna-ai-faq__q {
    padding-left: 25px;
  }
}

@media (max-width: 767px) {
  .dna-ai-faq__q {
    padding: 16px 0;
    gap: 16px;
  }
}

.dna-ai-faq__q {
  position: relative;
}

.dna-ai-faq__q-text {
  flex: 1;
}

@media (max-width: 767px) {
  .dna-ai-faq__q-text {
    font-size: 18px;
    line-height: 1.2;
  }
}

.dna-ai-faq__icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 999px;
  background: #111;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
  position: relative;
  transition: background 160ms ease, transform 160ms ease;
}

@media (max-width: 767px) {
  .dna-ai-faq__icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }
}

.dna-ai-faq__icon::before,
.dna-ai-faq__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #fff;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}

.dna-ai-faq__icon::after {
  width: 1px;
  height: 14px;
}

.dna-ai-faq__item:hover > .dna-ai-faq__q .dna-ai-faq__icon,
.dna-ai-faq__item:focus-within > .dna-ai-faq__q .dna-ai-faq__icon {
  background: #eb3131;
}

.dna-ai-faq__item[open] > .dna-ai-faq__q .dna-ai-faq__icon {
  background: #111;
  transform: rotate(45deg);
}

.dna-ai-faq__a {
  padding: 0 0 18px;
  font-size: 18px;
  line-height: 1.55;
  color: #141414;
  max-width: 85ch;
}
@media (min-width: 900px) {
  .dna-ai-faq__a {
    padding-left: 25px;
  }
}

@media (max-width: 767px) {
  .dna-ai-faq__a {
    font-size: 16px;
    line-height: 1.5;
    color: #373737;
  }
}

.dna-ai-form {
  padding: 0 0 100px;
  background: #fff;
}

.dna-ai-form__bg {
  border-radius: 50px;
  background: url("https://static.tildacdn.com/tild6165-6538-4562-b861-643537336435/Frame_940_1.png") center/cover no-repeat;
  height: 460px;
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 900px) {
  .dna-ai-form__bg {
    height: 520px;
  }
}

.dna-ai-form__inner {
  width: 100%;
  max-width: var(--dna-container-max, none);
  margin-inline: auto;
  padding-inline: var(--dna-container-pad, clamp(16px, 3.5vw, 50px));
  max-width: 1180px;
  margin-top: -460px;
  position: relative;
}
@media (min-width: 900px) {
  .dna-ai-form__inner {
    margin-top: -520px;
  }
}

.dna-ai-form__layout {
  position: relative;
  border-radius: 50px;
  min-height: 460px;
  padding: 34px 22px;
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr;
  color: #fff;
}
@media (min-width: 900px) {
  .dna-ai-form__layout {
    grid-template-columns: 1fr 360px;
    align-items: start;
    gap: 40px;
    padding: 54px 50px;
    min-height: 520px;
  }
}

.dna-ai-form__title {
  margin: 0 0 14px;
  font-size: 30px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 900px) {
  .dna-ai-form__title {
    font-size: 52px;
    margin-bottom: 24px;
    max-width: 400px;
  }
}

.dna-ai-form__lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  max-width: 48ch;
  color: rgba(255, 255, 255, 0.88);
}
@media (min-width: 900px) {
  .dna-ai-form__lead {
    font-size: 16px;
    max-width: 400px;
  }
}

.dna-ai-form__form {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  align-content: start;
}

.dna-ai-form__input {
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.92);
  padding: 0 14px;
  font-family: inherit;
  font-size: 13px;
  outline: none;
}
.dna-ai-form__input:focus {
  border-color: rgba(255, 255, 255, 0.75);
  background: #fff;
}

.dna-ai-form__textarea {
  padding: 10px 14px;
  min-height: 64px;
  resize: none;
}

.dna-ai-form__check {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  line-height: 1.35;
}

.dna-ai-form__check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dna-ai-form__check-box {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(0, 0, 0, 0.25);
  position: relative;
}

.dna-ai-form__check-input:checked + .dna-ai-form__check-box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(40deg);
}
@media (max-width: 767px) {
  .dna-ai-form__check-input:checked + .dna-ai-form__check-box::after {
    left: 6px;
    top: 2px;
  }
}

.dna-ai-form__check-text a {
  color: #eb3131;
  text-decoration: none;
}

.dna-ai-form__btn {
  width: 100%;
  max-width: none;
  margin-top: 10px;
  border-radius: 999px;
  padding: 16px 22px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .dna-ai-form {
    padding: 0 0 100px;
  }
  .dna-ai-form__bg {
    display: none;
  }
  .dna-ai-form__inner {
    padding-inline: 20px;
    max-width: none;
    margin-top: 0;
  }
  .dna-ai-form__layout {
    min-height: 872px;
    border-radius: 20px;
    padding: 60px;
    gap: 40px;
    grid-template-columns: 1fr;
    align-content: start;
    background: url("https://static.tildacdn.com/tild6165-6538-4562-b861-643537336435/Frame_940_1.png") center/cover no-repeat;
  }
  .dna-ai-form__left {
    max-width: 424px;
  }
  .dna-ai-form__title {
    font-size: clamp(44px, 5.6vw, 52px);
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin: 0 0 24px;
    max-width: 424px;
  }
  .dna-ai-form__lead {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    max-width: 424px;
  }
  .dna-ai-form__form {
    width: 100%;
    max-width: 316px;
    gap: 8px;
  }
  .dna-ai-form__input {
    height: 48px;
    min-height: 48px;
    border-radius: 12px;
    border-color: #e5e5e5;
    background: #f5f5f5;
    font-size: 13px;
    line-height: 18px;
    padding: 0 20px;
    color: #141414;
  }
  .dna-ai-form__textarea {
    height: 96px;
    min-height: 96px;
    padding: 16px;
  }
  .dna-ai-form__check {
    margin-top: 24px;
    grid-template-columns: 24px 1fr;
    gap: 16px;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
  }
  .dna-ai-form__check-box {
    width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: transparent;
  }
  .dna-ai-form__btn {
    width: fit-content;
    min-width: 226px;
    min-height: 44px;
    margin-top: 32px;
    padding: 0 20px;
    border-radius: 80px;
  }
}
@media (max-width: 767px) {
  .dna-ai-form {
    padding: 0 0 60px;
  }
  .dna-ai-form__bg {
    display: none;
  }
  .dna-ai-form__inner {
    padding-inline: 20px;
    max-width: none;
    margin-top: 0;
  }
  .dna-ai-form__layout {
    border-radius: 20px;
    padding: 40px 20px;
    gap: 40px;
    min-height: 784px;
    grid-template-columns: 1fr;
    align-content: start;
    background: url("https://static.tildacdn.com/tild6165-6538-4562-b861-643537336435/Frame_940_1.png") center/cover no-repeat;
  }
  .dna-ai-form__left {
    max-width: 240px;
  }
  .dna-ai-form__title {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -0.04em;
    margin: 0 0 24px;
    max-width: 240px;
  }
  .dna-ai-form__lead {
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    max-width: 240px;
  }
  .dna-ai-form__form {
    width: 100%;
    gap: 8px;
  }
  .dna-ai-form__input {
    height: 48px;
    min-height: 48px;
    border-radius: 12px;
    border-color: #e5e5e5;
    background: #f5f5f5;
    font-size: 13px;
    line-height: 18px;
    padding: 0 20px;
    color: #141414;
  }
  .dna-ai-form__input::placeholder {
    color: #686868;
    opacity: 1;
  }
  .dna-ai-form__textarea {
    height: 96px;
    min-height: 96px;
    padding: 16px;
  }
  .dna-ai-form__check {
    margin-top: 32px;
    grid-template-columns: 24px 1fr;
    gap: 16px;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
  }
  .dna-ai-form__check-box {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 4px;
    background: transparent;
    margin-top: 2px;
  }
  .dna-ai-form__check-text a {
    color: #eb3131;
  }
  .dna-ai-form__btn {
    width: 100%;
    max-width: 240px;
    min-height: 44px;
    margin: 0 auto;
    margin-top: 0;
    padding: 0 20px;
    border-radius: 80px;
  }
}
.dna-hero__burger {
  display: none;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(245, 245, 245, 0.5);
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, border-color 0.2s;
}
.dna-hero__burger:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(245, 245, 245, 0.8);
}
.dna-hero__burger svg {
  display: block;
  flex-shrink: 0;
}

.dna-ai-hero__burger,
.dna-out-hero__burger,
.dna-contacts-hero__burger {
  display: none;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid rgba(245, 245, 245, 0.5);
  border-radius: 8px;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, border-color 0.2s;
}
.dna-ai-hero__burger:hover,
.dna-out-hero__burger:hover,
.dna-contacts-hero__burger:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(245, 245, 245, 0.8);
}

.dna-mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  z-index: 200;
  background: #1c1c1c;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateX(100%);
  transition: transform 0.32s ease;
  overflow-y: auto;
}
.dna-mobile-nav.is-open {
  transform: translateX(0);
}
.dna-mobile-nav__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.dna-mobile-nav__logo img {
  width: 77px;
  height: 36px;
  display: block;
}
.dna-mobile-nav__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  color: #f5f5f5;
  font-size: 22px;
  line-height: 1;
  padding: 0;
  transition: background 0.2s, border-color 0.2s;
}
.dna-mobile-nav__close:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(245, 245, 245, 0.6);
}
.dna-mobile-nav__nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
}
.dna-mobile-nav__link {
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s;
}
.dna-mobile-nav__link:hover {
  color: #eb3131;
}
.dna-mobile-nav__cta {
  margin: 0;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  border-radius: 80px;
  background: #eb3131;
  color: #fff;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background 0.2s;
}
.dna-mobile-nav__cta:hover {
  background: #d92323;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .dna-mobile-nav {
    height: 100vh;
    right: 0;
    bottom: auto;
  }
}
.dna-mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  z-index: 199;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.32s ease;
}
.dna-mobile-nav-backdrop.is-visible {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 1279px) {
  .dna-hero__nav {
    display: none !important;
  }
  .dna-hero__burger {
    display: flex;
  }
  .dna-ai-hero__nav,
  .dna-out-hero__nav,
  .dna-contacts-hero__nav,
  .dna-cases-hero__nav {
    display: none !important;
  }
  .dna-ai-hero__burger,
  .dna-out-hero__burger,
  .dna-contacts-hero__burger {
    display: flex;
  }
  .dna-scale {
    overflow: hidden;
  }
  body.dna-page--home .dna-hero__top,
  .dna-hero__top {
    flex-wrap: nowrap;
    align-items: center;
    min-height: 68px;
    gap: 16px;
    padding-top: 12px;
    padding-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .dna-hero__top {
    justify-content: space-between;
    gap: 12px;
    min-height: 56px;
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .dna-hero__btn--ghost {
    display: none !important;
  }
  .dna-hero__burger {
    position: relative;
    margin-left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 0;
    box-shadow: none;
  }
  .dna-hero__burger svg {
    display: none;
  }
  .dna-hero__burger::before, .dna-hero__burger::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 20px;
    height: 2px;
    margin-left: -10px;
    background: #eb3131;
    border-radius: 2px;
  }
  .dna-hero__burger::before {
    top: calc(50% - 3px);
  }
  .dna-hero__burger::after {
    top: calc(50% + 2px);
  }
  .dna-hero__burger:hover {
    background: #fff;
  }
  .dna-ai-hero__top {
    justify-content: space-between;
    gap: 12px;
    min-height: 56px;
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .dna-ai-hero__top-right {
    margin-left: 0;
    flex: 0 0 auto;
  }
  .dna-ai-hero__top-right .dna-hero__btn--outline {
    display: none !important;
  }
  .dna-ai-hero__burger {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 0;
    backdrop-filter: none;
  }
  .dna-ai-hero__burger::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 18px;
    height: 2px;
    top: calc(50% - 5px);
    background: #eb3131;
    border-radius: 2px;
    box-shadow: none;
  }
  .dna-ai-hero__burger::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(50% + 3px);
    transform: translateX(-50%);
    width: 18px;
    height: 2px;
    background: #eb3131;
    border-radius: 2px;
  }
  .dna-out-hero__header {
    justify-content: space-between;
    gap: 12px;
    min-height: 56px;
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .dna-out-hero__cta {
    display: none !important;
  }
  .dna-out-hero__burger {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 0;
    margin-left: 0;
  }
  .dna-out-hero__burger span {
    display: none;
  }
  .dna-out-hero__burger::before, .dna-out-hero__burger::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 18px;
    height: 2px;
    margin-left: -9px;
    background: #eb3131;
    border-radius: 2px;
  }
  .dna-out-hero__burger::before {
    top: calc(50% - 5px);
  }
  .dna-out-hero__burger::after {
    top: calc(50% + 3px);
  }
  .dna-contacts-hero__header {
    justify-content: space-between;
    gap: 12px;
    min-height: 56px;
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .dna-contacts-hero__cta {
    display: none !important;
  }
  .dna-contacts-hero__burger {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 0;
  }
  .dna-contacts-hero__burger span {
    display: none;
  }
  .dna-contacts-hero__burger::before, .dna-contacts-hero__burger::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 18px;
    height: 2px;
    margin-left: -9px;
    background: #eb3131;
    border-radius: 2px;
  }
  .dna-contacts-hero__burger::before {
    top: calc(50% - 5px);
  }
  .dna-contacts-hero__burger::after {
    top: calc(50% + 3px);
  }
  .dna-cases-hero__header {
    justify-content: space-between;
    gap: 12px;
    min-height: 56px;
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .dna-cases-hero__cta {
    display: none !important;
  }
  .dna-case-hero__header-cta {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .dna-hero__top {
    gap: 10px;
  }
  .dna-hero__btn--ghost {
    margin-left: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 20px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 80px;
  }
  .dna-hero__burger {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 0;
  }
  .dna-hero__burger svg {
    display: none;
  }
  .dna-hero__burger::before, .dna-hero__burger::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 18px;
    height: 2px;
    margin-left: -9px;
    background: #eb3131;
    border-radius: 2px;
  }
  .dna-hero__burger::before {
    top: calc(50% - 5px);
  }
  .dna-hero__burger::after {
    top: calc(50% + 3px);
  }
  .dna-hero__burger:hover {
    background: #fff;
    border-color: transparent;
  }
  .dna-ai-hero__top {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .dna-ai-hero__top-right {
    margin-left: auto;
    gap: 10px;
  }
  .dna-ai-hero__top-right .dna-hero__btn--outline {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 20px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 80px;
  }
  .dna-ai-hero__burger {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 0;
    backdrop-filter: none;
  }
  .dna-ai-hero__burger::before {
    top: calc(50% - 5px);
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 18px;
    height: 2px;
    background: #eb3131;
    border-radius: 2px;
    box-shadow: none;
  }
  .dna-ai-hero__burger::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(50% + 3px);
    transform: translateX(-50%);
    width: 18px;
    height: 2px;
    background: #eb3131;
    border-radius: 2px;
  }
  .dna-out-hero__header {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .dna-out-hero__cta {
    display: inline-flex !important;
    margin-left: auto;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 80px;
  }
  .dna-out-hero__burger {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 0;
  }
  .dna-out-hero__burger span {
    display: none;
  }
  .dna-out-hero__burger::before, .dna-out-hero__burger::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 18px;
    height: 2px;
    margin-left: -9px;
    background: #eb3131;
    border-radius: 2px;
  }
  .dna-out-hero__burger::before {
    top: calc(50% - 5px);
  }
  .dna-out-hero__burger::after {
    top: calc(50% + 3px);
  }
  .dna-contacts-hero__header {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .dna-contacts-hero__cta {
    margin-left: auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 20px;
    height: auto;
    min-height: 44px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    border-radius: 80px;
  }
  .dna-contacts-hero__burger {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 0;
  }
  .dna-contacts-hero__burger span {
    display: none;
  }
  .dna-contacts-hero__burger::before, .dna-contacts-hero__burger::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 18px;
    height: 2px;
    margin-left: -9px;
    background: #eb3131;
    border-radius: 2px;
  }
  .dna-contacts-hero__burger::before {
    top: calc(50% - 5px);
  }
  .dna-contacts-hero__burger::after {
    top: calc(50% + 3px);
  }
  .dna-cases-hero__header {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .dna-cases-hero__cta {
    margin-left: auto;
    font-size: 16px;
    padding: 10px 20px;
    height: auto;
    min-height: 44px;
    line-height: 1.5;
    border-radius: 80px;
  }
  .dna-case-hero__header-cta {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 20px;
    border-radius: 80px;
  }
  body.dna-page--case .dna-case-hero__header-cta {
    margin-left: auto;
  }
  body.dna-page--home {
    --dna-container-max: 768px;
    --dna-container-pad: 20px;
  }
  .dna-hero__title {
    font-size: 40px;
    line-height: 110%;
  }
  .dna-hero__main {
    margin-top: 28px;
    gap: 20px;
  }
  .dna-hero__lead {
    font-size: 14px;
    max-width: 480px;
  }
  .dna-hero__divider {
    margin-top: 36px;
    margin-bottom: 24px;
  }
  .dna-hero__facts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .dna-hero__fact {
    max-width: none;
    flex: unset;
  }
  .dna-directions {
    padding: 60px 0;
  }
  .dna-direction-row {
    grid-template-columns: 1fr 127px;
    gap: 24px;
  }
  .dna-direction-row__main {
    grid-template-columns: 418px;
    column-gap: 0;
  }
  .dna-direction-row__more {
    min-width: 127px;
    height: 44px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1;
  }
  .dna-stats {
    padding: 60px 0 80px;
  }
  .dna-stats__content {
    grid-template-columns: 356px 356px;
    gap: 16px;
    align-items: start;
  }
  .dna-stats__left {
    gap: 164px;
  }
  .dna-cases {
    padding: 40px 0 60px;
  }
  .dna-cases__grid {
    grid-template-columns: 1fr;
    gap: 60px;
    justify-content: stretch;
  }
  .dna-case-card {
    max-width: none;
    margin: 0;
  }
  .dna-case-card__media {
    min-height: 443px;
    padding: 80px 56px 40px;
  }
  .dna-case-card__logo {
    top: 28px;
    left: 28px;
  }
  .dna-case-card__shot {
    width: 496px;
    height: 294px;
    max-height: none;
  }
  .dna-security {
    padding: 60px 0;
  }
  .dna-security__intro {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "lead" "badges";
    row-gap: 28px;
  }
  .dna-security__title-row {
    display: contents;
  }
  .dna-security__title {
    grid-area: title;
    font-size: 46px;
    line-height: 1;
    letter-spacing: -0.032em;
    max-width: 728px;
  }
  .dna-security__subrow {
    grid-area: lead;
  }
  .dna-security__lead {
    max-width: 360px;
  }
  .dna-security__badges {
    grid-area: badges;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .dna-security-badge {
    padding: 12px 20px 12px 12px;
    min-height: 44px;
  }
  .dna-security__grid {
    gap: 10px;
    max-width: 728px;
    flex-direction: row;
  }
  .dna-security-card {
    min-height: 267px;
    padding: 20px;
    border-radius: 28px;
    background: #f3f3f3;
  }
  .dna-security-card__body {
    margin: 0;
    max-width: none;
    gap: 16px;
  }
  .dna-security-card__title {
    max-width: 520px;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
  .dna-security-card__text {
    max-width: 600px;
  }
  .dna-reviews {
    padding: 40px 0 60px;
  }
  .dna-contacts-founders {
    padding: 20px 0 60px;
  }
  .dna-contacts-founders__title {
    text-align: left;
    font-size: 52px;
    margin-bottom: 40px;
  }
  .dna-contacts-founders__list {
    gap: 60px;
  }
  .dna-contacts-founders .dna-founder {
    border: 0;
    padding: 0;
  }
  .dna-founder__grid,
  .dna-founder__grid--reverse {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .dna-founder__grid--reverse .dna-founder__photo {
    margin-left: auto;
    justify-self: end;
  }
  .dna-founder__photo {
    width: 480px;
    height: 320px;
    border-radius: 28px;
  }
  .dna-founder__card {
    border-radius: 28px;
    grid-template-columns: 1fr 1fr;
    background: #f3f3f3;
  }
  .dna-founder__main,
  .dna-founder__side {
    padding: 32px;
  }
  .dna-founder__name {
    font-size: 28px;
    letter-spacing: -0.02em;
  }
  .dna-founder__role {
    font-size: 14px;
  }
  .dna-founder__bullets {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.35;
    max-width: none;
  }
  .dna-founder__actions {
    margin-top: 24px;
    gap: 12px;
  }
  .dna-founder__btn {
    height: 44px;
    padding: 0 22px;
    font-size: 14px;
  }
  .dna-founder__row p {
    font-size: 12px;
    line-height: 1.35;
  }
  .dna-ai-faq__item {
    border-bottom: 1px solid #b5b5b5;
  }
  .dna-ai-faq__q {
    padding: 24px 0;
  }
  .dna-team {
    padding: 0 0 60px;
  }
  .dna-team__member {
    width: 156px;
  }
  .dna-team__photo {
    width: 156px;
    height: 156px;
  }
  .dna-media-slider {
    padding: 0 0 60px;
  }
  .dna-media-slider__nav {
    display: none;
  }
  .dna-media-slider__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .dna-media-slider__viewport::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .dna-media-slider__track {
    transform: none !important;
    will-change: auto;
    scroll-snap-align: start;
  }
  .dna-media-card {
    flex: 0 0 356px;
    width: 356px;
    scroll-snap-align: start;
  }
  .dna-media-slider--author .dna-blog-cases-card {
    flex: 0 0 356px;
    width: 356px;
    scroll-snap-align: start;
  }
  .dna-footer {
    padding: 48px 0 36px;
    border-radius: 30px 30px 0 0;
  }
  .dna-footer__contacts {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .dna-footer {
    padding: 60px 0 20px;
    border-radius: 32px 32px 0 0;
  }
}

@media (max-width: 767px) {
  .dna-footer__inner {
    padding: 20px;
    gap: 28px;
    grid-template-columns: 1fr;
    justify-content: normal;
  }
}

@media (max-width: 767px) {
  .dna-footer__contacts {
    font-size: 22px;
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .dna-footer__menu {
    gap: 6px 16px;
    max-width: 232px;
  }
}

@media (max-width: 767px) {
  .dna-footer__menu-col,
  .dna-footer__contacts-col {
    min-height: 0;
    gap: 24px;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .dna-footer__brand {
    display: contents;
  }
}

@media (max-width: 767px) {
  .dna-footer__logo-img {
    grid-row: 1;
  }
}

@media (max-width: 767px) {
  .dna-footer__menu-col {
    grid-row: 2;
  }
}

@media (max-width: 767px) {
  .dna-footer__contacts-col {
    grid-row: 3;
  }
}

@media (max-width: 767px) {
  .dna-footer__legal {
    grid-row: 4;
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.dna-page--home {
    --dna-container-pad: clamp(16px, 4vw, 20px);
  }
  .dna-hero__shell {
    padding-top: 6px;
    padding-bottom: 36px;
  }
  .dna-security-badge {
    font-size: 12px;
    padding: 11px 9px !important;
    gap: 4px;
  }
  .dna-security__title-row {
    flex-direction: column;
    gap: 18px;
  }
  .dna-hero__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eb3131;
    border-radius: 12px;
  }
  .dna-hero__logo img {
    height: auto;
  }
  .dna-hero__burger {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #fff;
    border: 0;
  }
  .dna-hero__burger path {
    stroke: #eb3131 !important;
  }
  .dna-hero__title {
    font-size: 35px;
    line-height: 110%;
    margin-bottom: clamp(12px, 3.2vw, 16px);
    max-width: 335px !important;
  }
  .dna-founder__pill {
    padding: 13px 24px;
  }
  .dna-hero__lead {
    font-size: 14px;
    max-width: 100%;
  }
  .dna-hero__main {
    margin-top: 24px;
    gap: 16px;
  }
  .dna-hero__btn--primary {
    max-width: 100%;
    min-height: 44px;
  }
  .dna-hero__divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .dna-hero__fact-text {
    font-size: 15px;
    font-weight: 400;
    max-width: 230px;
  }
  .dna-hero__facts {
    gap: 20px;
  }
  .dna-hero__fact {
    gap: 20px;
  }
  .dna-directions {
    padding: 100px 0;
  }
  .dna-direction-row {
    padding: 25px 0;
    gap: 24px;
  }
  .dna-direction-row__main {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .dna-direction-row__more {
    height: 44px;
    min-width: 127px;
    font-size: 14px;
    justify-self: start;
  }
  .dna-directions__title {
    font-size: 35px;
    margin-bottom: clamp(24px, 6vw, 32px);
  }
  .dna-stats {
    padding: 40px 0 50px;
  }
  .dna-stats__title {
    font-size: 35px;
  }
  .dna-stats__content {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
  .dna-stats__left {
    display: contents;
  }
  .dna-stats__intro {
    order: 1;
  }
  .dna-stats__right {
    order: 2;
  }
  .dna-rating-stack {
    order: 3;
  }
  .dna-cases {
    padding: 80px 0 48px;
  }
  .dna-security {
    padding: 65px 0;
  }
  .dna-security__intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .dna-security__title {
    font-size: 35px;
  }
  .dna-security__badges {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    display: none;
  }
  .dna-security__badges--mobile {
    display: flex;
  }
  .dna-reviews {
    padding: 32px 0 48px;
  }
  .dna-contacts-founders {
    padding: 16px 0 48px;
  }
  .dna-contacts-founders__title {
    font-size: 35px;
  }
  .dna-contacts-founders__title {
    text-align: left;
    margin-bottom: 24px;
    max-width: 205px;
  }
  .dna-contacts-founders__list {
    gap: 50px;
  }
  .dna-contacts-founders .dna-founder {
    border: 0;
    padding: 0;
  }
  .dna-founder__grid,
  .dna-founder__grid--reverse {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .dna-founder__photo {
    width: 100%;
    max-width: none;
    height: clamp(280px, 70vw, 320px);
    border-radius: 24px;
  }
  .dna-founder__card {
    grid-template-columns: 1fr;
    border-radius: 24px;
    background: #f3f3f3;
  }
  .dna-founder__side {
    border-left: 0;
    border-top: 1px solid rgba(20, 20, 20, 0.08);
    gap: 24px;
  }
  .dna-founder__actions {
    gap: 8px;
    flex-direction: column;
  }
  .dna-founder__btn {
    height: 44px;
    padding: 0 20px;
    font-size: 14px;
  }
  .dna-team {
    padding: 50px 0 48px;
  }
  .dna-team__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .dna-team__member,
  .dna-team__photo {
    width: 100%;
  }
  .dna-team__photo {
    height: auto;
    aspect-ratio: 1/1;
  }
  .dna-media-slider__viewport {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .dna-media-slider__viewport::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .dna-media-card {
    flex: 0 0 min(356px, 100vw - 32px);
    width: min(356px, 100vw - 32px);
    padding: clamp(20px, 5vw, 28px);
    scroll-snap-align: start;
    gap: 24px;
  }
  .dna-media-slider--author .dna-blog-cases-card {
    flex: 0 0 min(356px, 100vw - 32px);
    width: min(356px, 100vw - 32px);
    max-width: none;
    scroll-snap-align: start;
  }
  .dna-footer {
    padding: 60px 0 20px;
    border-radius: 32px 32px 0 0;
  }
  .dna-footer__contacts {
    font-size: 22px;
  }
  .dna-footer__inner {
    gap: 28px;
  }
  .dna-ai-expert__cta {
    padding: 0 10px !important;
  }
}
.dna-out-hero__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  flex-shrink: 0;
}

.dna-out-hero__burger span {
  display: none;
  width: 22px;
  height: 2px;
  background: #eb3131;
  border-radius: 2px;
}

@media (max-width: 1099px) {
  .dna-out-hero__burger {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .dna-out-hero__header {
    justify-content: flex-start;
    gap: 20px;
  }
  .dna-out-hero__logo {
    flex: 1;
  }
  .dna-out-hero__title {
    font-size: 46px;
  }
  .dna-out-hero__lead {
    font-size: 14px;
  }
  .dna-out-trust__title {
    font-size: 46px;
    letter-spacing: -0.04em;
  }
  .dna-out-trust__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .dna-out-trust__cell:nth-child(n) {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .dna-out-trust__cell:nth-child(4n) {
    border-right: none;
  }
  .dna-out-trust__cell:nth-last-child(-n+4) {
    border-bottom: none;
  }
  .dna-out-compare__title {
    font-size: 46px;
  }
  .dna-out-compare__title::before {
    left: 548px;
    top: 24px;
    width: 80px;
    height: 125px;
  }
  .dna-out-compare__leads {
    flex-direction: row;
    gap: 14px 16px;
  }
  .dna-out-compare__card {
    border-radius: 40px;
    padding: 0;
  }
  .dna-out-scrollfill__line {
    font-size: 46px;
  }
  .dna-out-scrollfill__inner {
    padding-left: 60px;
  }
  .dna-out-roles__title {
    font-size: 46px;
    width: auto;
  }
  .dna-out-roles__inner {
    padding-left: 60px;
  }
  .dna-out-roles__lead {
    flex-direction: row;
    align-items: center;
  }
  .dna-out-steps__title {
    font-size: 46px;
    order: -1;
  }
  .dna-out-steps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dna-out-steps__grid > :nth-child(n+5) {
    border-bottom: none;
  }
  .dna-out-steps__cta {
    align-items: flex-end;
    justify-content: flex-start;
  }
  .dna-out-cases__title {
    font-size: 46px;
    max-width: none;
    padding-left: 0;
  }
  .dna-out-case {
    grid-template-columns: 1fr 1fr;
    column-gap: 0;
    row-gap: 40px;
    padding: 40px 0;
  }
  .dna-out-case__client {
    grid-row: span 2;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    padding-right: 20px;
  }
  .dna-out-case__what,
  .dna-out-case__result {
    padding-left: 16px;
    padding-right: 0;
  }
  .dna-out-form__title {
    font-size: 46px;
  }
  .dna-out-form__inner {
    margin: 0 20px;
    border-radius: 20px;
  }
  .dna-ai-faq__title {
    font-size: 46px;
  }
  .dna-footer {
    padding: 60px 20px 20px;
    border-radius: 40px 40px 0 0;
  }
  .dna-footer__inner {
    padding: 0;
    grid-template-columns: 232px 356px;
    grid-template-rows: auto auto auto;
    justify-content: space-between;
    align-items: start;
    gap: 40px;
  }
  .dna-footer__brand {
    display: contents;
  }
  .dna-footer__logo-img {
    grid-column: 1;
    grid-row: 1;
  }
  .dna-footer__menu-col {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
    width: 232px;
    gap: 28px;
    justify-content: flex-start;
  }
  .dna-footer__contacts-col {
    grid-column: 2;
    grid-row: 2;
    min-height: 0;
    width: 356px;
    gap: 28px;
    justify-content: flex-start;
  }
  .dna-footer__menu {
    width: 232px;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 6px 16px;
  }
  .dna-footer__contacts {
    gap: 24px;
  }
  .dna-footer__legal {
    grid-column: 1/3;
    grid-row: 3;
    width: 356px;
  }
}
body.dna-modal-open {
  overflow: hidden;
}

.dna-request-modal-backdrop {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1000;
}

.dna-request-modal-backdrop.is-open {
  display: flex;
}

.dna-request-modal {
  position: relative;
  width: 396px;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  background: #1c1c1c;
  border-radius: 20px;
  padding: 40px;
  color: #ffffff;
  overflow: auto;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}

.dna-request-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dna-request-modal__close:hover {
  background: rgba(255, 255, 255, 0.06);
}

.dna-request-modal__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.dna-request-modal__head {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dna-request-modal__title {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
}

.dna-request-modal__lead {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.72);
}

.dna-request-modal__lead[hidden] {
  display: none !important;
}

.dna-request-modal__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.dna-request-modal__fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dna-request-field {
  box-sizing: border-box;
  width: 100%;
  min-width: 240px;
  height: 48px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.dna-request-field.is-error {
  border-color: #eb3131;
  box-shadow: 0 0 0 1px rgba(235, 49, 49, 0.35);
}

.dna-request-error {
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.25;
  color: #eb3131;
}

.dna-request-error:empty {
  display: none;
}

.dna-request-consent.is-error .dna-request-consent__box {
  border-color: #eb3131;
  box-shadow: 0 0 0 1px rgba(235, 49, 49, 0.35);
}

.dna-request-field--textarea {
  height: auto;
  align-items: flex-start;
  padding: 16px;
}

.dna-request-field__label {
  display: none;
}

.dna-request-field__input,
.dna-request-field__textarea {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #141414;
}

.dna-request-field__input::placeholder,
.dna-request-field__textarea::placeholder {
  color: #b5b5b5;
}

.dna-request-field__input {
  height: 100%;
}

.dna-request-field__textarea {
  resize: vertical;
  min-height: 64px;
}

.dna-request-modal__footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dna-request-consent {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  color: #686868;
  font-size: 14px;
  line-height: 19px;
}

.dna-request-consent__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dna-request-consent__box {
  width: 20px;
  height: 20px;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  margin-top: 2px;
}

.dna-request-consent__input:checked + .dna-request-consent__box {
  background: #eb3131;
  border-color: #eb3131;
  box-shadow: inset 0 0 0 3px #1c1c1c;
}

.dna-request-consent__text a {
  color: #eb3131;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dna-request-modal__submit {
  width: 100%;
  height: 48px;
  border-radius: 80px;
  border: 1px solid #eb3131;
  background: #eb3131;
  color: #ffffff;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}

.dna-request-modal__submit:hover {
  background: #d92323;
  border-color: #d92323;
}

@media (max-width: 420px) {
  .dna-request-modal {
    padding: 28px 20px;
  }
}
.dna-founder-modal-backdrop {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: rgba(19, 19, 19, 0.38);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 1001;
}

.dna-founder-modal-backdrop.is-open {
  display: flex;
}

.dna-founder-modal {
  position: relative;
  width: 1340px;
  max-width: calc(100vw - 24px);
  max-height: calc(100vh - 24px);
  overflow: auto;
  border-radius: 18px;
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
}

.dna-page--case .dna-request-modal {
  position: relative;
  top: auto;
}

.dna-founder-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.dna-founder-modal__close.close-mobile {
  display: none;
}
@media (max-width: 767px) {
  .dna-founder-modal__close.close-mobile {
    display: block !important;
  }
}

.dna-founder-modal__close.desktop {
  display: inline-flex;
}
@media (max-width: 767px) {
  .dna-founder-modal__close.desktop {
    display: none !important;
  }
}

.dna-founder-modal__close:hover {
  background: rgba(20, 20, 20, 0.05);
}

.dna-founder-modal__inner {
  display: grid;
  grid-template-columns: 432px minmax(0, 1fr);
  gap: 22px;
}

.dna-founder-modal__media {
  min-height: 100%;
  border-radius: 18px;
  overflow: hidden;
  background: #111;
}

.dna-founder-modal__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dna-founder-modal__content {
  padding: 30px;
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  border-radius: 18px;
}

.dna-founder-modal__name {
  margin: 0;
  font-size: 40px;
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: #141414;
  font-weight: 500;
}

.dna-founder-modal__role {
  margin: 8px 0 0;
  font-size: 30px;
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #2f2f2f;
}

.dna-founder-modal__timeline {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
}

.dna-founder-modal__row {
  display: grid;
  gap: 8px;
}
.dna-founder-modal__row p {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  color: rgba(20, 20, 20, 0.8);
}

.dna-founder-modal__row-list {
  margin: 0;
  padding: 0 0 0 16px;
  display: grid;
  gap: 8px;
  color: rgba(20, 20, 20, 0.8);
}
.dna-founder-modal__row-list li {
  font-size: 18px;
  line-height: 1.35;
}

.dna-founder-modal__pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  max-width: fit-content;
  padding: 11px 20px;
  border-radius: 999px;
  background: #141414;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}

.dna-founder-modal__dot {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #eb3131;
}

.dna-founder-modal__dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(235, 49, 49, 0.35);
}

.dna-founder-modal__actions {
  margin-top: 18px;
}

.dna-founder-modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  background: #eb3131;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

.dna-founder-modal__btn:hover {
  background: #d92323;
}

@media (max-width: 1080px) {
  .dna-founder-modal__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .dna-founder-modal__media {
    min-height: 280px;
    border-radius: 18px 18px 0 0;
  }
  .dna-founder-modal__timeline {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .dna-founder-modal-backdrop {
    padding: 12px;
  }
  .dna-founder-modal {
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
    border-radius: 16px;
    overflow: auto;
  }
  .dna-founder-modal__content {
    padding: 16px 14px 20px;
  }
  .dna-founder-modal__name {
    font-size: 28px;
  }
  .dna-founder-modal__role {
    font-size: 20px;
  }
  .dna-founder-modal__row p,
  .dna-founder-modal__row-list li {
    font-size: 15px;
  }
  .dna-founder-modal__pill {
    font-size: 14px;
    padding: 10px 14px;
  }
  .dna-founder-modal__media {
    border-radius: 26px;
    margin-bottom: 20px;
  }
  .dna-founder-modal__inner {
    border-radius: 16px;
  }
  .dna-founder-modal__close {
    top: 0px;
    right: 10px;
    width: 47px;
    height: 47px;
  }
  .dna-founder-modal__close svg {
    width: 47px;
    height: 47px;
  }
  .dna-founder-modal {
    box-shadow: none;
    overflow: auto;
  }
  .dna-founder-modal__btn {
    width: 100%;
    font-size: 16px;
  }
}
.dna-benefit-modal-backdrop {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1000;
}

.dna-benefit-modal-backdrop.is-open {
  display: flex;
}

.dna-benefit-modal {
  position: relative;
  box-sizing: border-box;
  width: 900px;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  background: #1c1c1c;
  border-radius: 20px;
  padding: 40px;
  color: #ffffff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .dna-benefit-modal {
    overflow: auto;
  }
}

.dna-benefit-modal__close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 767px) {
  .dna-benefit-modal__close svg {
    width: 34px;
    height: 34px;
  }
}

.marquiz-widget__container {
  z-index: 500 !important;
}

.dna-benefit-modal__close:hover {
  background: rgba(255, 255, 255, 0.06);
}

.dna-benefit-modal__wrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
}

.dna-benefit-modal__left {
  flex: 1 1 0;
  min-width: 0;
  max-width: 424px;
}

.dna-benefit-modal__title {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  color: #ffffff;
}

.dna-benefit-modal__steps {
  margin: 0;
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #ffffff;
}

.dna-benefit-modal__steps li {
  padding-left: 4px;
}

.dna-benefit-modal__steps strong {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}

.dna-benefit-modal__steps span {
  display: block;
  font-weight: 400;
  opacity: 0.92;
}

.dna-benefit-modal__divider {
  flex: none;
  width: 1px;
  align-self: stretch;
  background: #373737;
  min-height: 1px;
}

.dna-benefit-modal__right {
  flex: 0 0 316px;
  width: 316px;
  min-width: 0;
}

.dna-benefit-modal__phone {
  gap: 8px;
}

.dna-benefit-modal__flag {
  width: 20px;
  height: 15px;
  flex: none;
  border-radius: 2px;
  background: linear-gradient(#ffffff 0 33%, #2f5aa8 33% 66%, #d52b1e 66% 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.dna-benefit-modal__fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dna-benefit-modal__footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.dna-benefit-modal__submit {
  width: 100%;
  height: 48px;
  border-radius: 80px;
  border: 1px solid #eb3131;
  background: #eb3131;
  color: #ffffff;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}

.dna-benefit-modal__submit:hover {
  background: #d92323;
  border-color: #d92323;
}

@media (max-width: 900px) {
  .dna-benefit-modal__wrap {
    flex-direction: column;
    gap: 24px;
  }
  .dna-benefit-modal__divider {
    width: 100%;
    height: 1px;
  }
  .dna-benefit-modal__divider {
    align-self: stretch;
  }
  .dna-benefit-modal__left {
    max-width: none;
  }
  .dna-benefit-modal__right {
    flex: 1 1 auto;
    width: 100%;
  }
}
@media (max-width: 420px) {
  .dna-benefit-modal {
    padding: 28px 20px;
  }
}
.dna-ai-quiz-modal-backdrop {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 1000;
}

.dna-ai-quiz-modal-backdrop.is-open {
  display: flex;
}

.dna-ai-quiz-modal {
  position: relative;
  box-sizing: border-box;
  width: 900px;
  max-width: calc(100vw - 40px);
  max-height: calc(100vh - 40px);
  background: #e5e5e5;
  border-radius: 20px;
  padding: 40px;
  color: #373737;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.dna-ai-quiz-modal__close {
  position: absolute;
  top: -36px;
  right: 0px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.dna-ai-quiz-modal__close:hover {
  background: rgba(0, 0, 0, 0.05);
}

.dna-ai-quiz-modal__wrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
}

.dna-ai-quiz-modal__left {
  flex: 1 1 0;
  min-width: 0;
  max-width: 424px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 20px;
  padding-top: 0;
}

.dna-ai-quiz-modal__title {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  color: #373737;
}

.dna-ai-quiz-modal__lead {
  margin: 0;
  font-size: 14px;
  line-height: 19px;
  color: #373737;
}

.dna-ai-quiz-modal .dna-ai-quiz-modal__arrow.dna-ai-pains__arrow {
  position: static;
  left: auto;
  top: auto;
  width: 68px;
  height: 60px;
  flex-shrink: 0;
  align-self: flex-end;
  margin-top: 8px;
  display: block;
  opacity: 0.95;
  transform: rotate(-35deg);
}

.dna-ai-quiz-modal__divider {
  flex: none;
  width: 1px;
  align-self: stretch;
  background: #686868;
  min-height: 1px;
}

.dna-ai-quiz-modal__right {
  flex: 0 0 316px;
  width: 316px;
  min-width: 0;
}

.dna-ai-quiz-modal__phone {
  gap: 8px;
}

.dna-ai-quiz-modal__flag {
  width: 20px;
  height: 15px;
  flex: none;
  border-radius: 2px;
  background: linear-gradient(#ffffff 0 33%, #2f5aa8 33% 66%, #d52b1e 66% 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.dna-ai-quiz-modal__fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dna-ai-quiz-modal__contact.dna-request-field--textarea {
  min-height: 96px;
  height: auto;
}

.dna-ai-quiz-modal__contact .dna-request-field__textarea {
  min-height: 64px;
}

.dna-ai-quiz-modal__footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}

.dna-ai-quiz-modal .dna-request-consent__input:checked + .dna-request-consent__box {
  box-shadow: inset 0 0 0 3px #e5e5e5;
}

.dna-ai-quiz-modal__submit {
  box-sizing: border-box;
  width: auto;
  min-width: 130px;
  height: 48px;
  padding: 0 24px;
  align-self: flex-start;
  border-radius: 80px;
  border: 1px solid #eb3131;
  background: #eb3131;
  color: #ffffff;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}

.dna-ai-quiz-modal__submit:hover {
  background: #d92323;
  border-color: #d92323;
}

@media (max-width: 900px) {
  .dna-ai-quiz-modal__wrap {
    flex-direction: column;
    gap: 24px;
  }
  .dna-ai-quiz-modal__divider {
    width: 100%;
    height: 1px;
  }
  .dna-ai-quiz-modal__left {
    max-width: none;
    align-items: flex-start;
    text-align: left;
  }
  .dna-ai-quiz-modal .dna-ai-quiz-modal__arrow.dna-ai-pains__arrow {
    align-self: flex-start;
    transform: rotate(35deg);
  }
  .dna-ai-quiz-modal__right {
    flex: 1 1 auto;
    width: 100%;
  }
}
@media (max-width: 420px) {
  .dna-ai-quiz-modal {
    padding: 28px 20px;
  }
}
.dna-ai-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1100;
}

.dna-ai-float__btn {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}

.dna-ai-float__btn img {
  width: 100%;
  height: 100%;
  display: block;
}

.dna-ai-float.is-open .dna-ai-float__btn {
  opacity: 0;
  pointer-events: none;
}

.dna-ai-float__panel {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 320px;
  max-width: calc(100vw - 40px);
  background: #e5e5e5;
  border-radius: 20px;
  padding: 60px 20px 20px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
  transform: translateY(12px);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.dna-ai-float.is-open .dna-ai-float__panel {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.dna-ai-float__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dna-ai-float__close:hover {
  background: rgba(0, 0, 0, 0.05);
}

.dna-ai-float__form {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.dna-ai-float__fields {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dna-ai-float__field {
  box-sizing: border-box;
  width: 100%;
  min-width: 240px;
  height: 48px;
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dna-ai-float__field.is-error {
  border-color: #eb3131;
  box-shadow: 0 0 0 1px rgba(235, 49, 49, 0.35);
}

.dna-ai-float__input,
.dna-ai-float__textarea {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #141414;
}

.dna-ai-float__textarea {
  resize: vertical;
  min-height: 64px;
}

.dna-ai-float__field--textarea {
  height: auto;
  padding: 16px;
  align-items: flex-start;
}

.dna-ai-float__flag {
  width: 20px;
  height: 15px;
  flex: none;
  border-radius: 2px;
  background: linear-gradient(#ffffff 0 33%, #2f5aa8 33% 66%, #d52b1e 66% 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.dna-ai-float__error {
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.25;
  color: #eb3131;
}

.dna-ai-float__error:empty {
  display: none;
}

.dna-ai-float__consent {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  align-items: start;
  color: #686868;
  font-size: 14px;
  line-height: 19px;
}

.dna-ai-float__consent-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.dna-ai-float__consent-box {
  width: 20px;
  height: 20px;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  margin-top: 2px;
}

.dna-ai-float__consent-input:checked + .dna-ai-float__consent-box {
  background: #eb3131;
  border-color: #eb3131;
  box-shadow: inset 0 0 0 3px #e5e5e5;
}

.dna-ai-float__consent.is-error .dna-ai-float__consent-box {
  border-color: #eb3131;
  box-shadow: 0 0 0 1px rgba(235, 49, 49, 0.35);
}

.dna-ai-float__consent-text a {
  color: #eb3131;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dna-ai-float__submit {
  width: 100%;
  height: 48px;
  border-radius: 80px;
  border: 1px solid #eb3131;
  background: #eb3131;
  color: #ffffff;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
}

.dna-ai-float__submit:hover {
  background: #d92323;
  border-color: #d92323;
}

@media (max-width: 767px) {
  .dna-review {
    gap: 20px !important;
  }
  .dna-reviews__grid {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .dna-hero--blog .dna-hero__shell {
    min-height: auto !important;
    padding: 0 20px 40px !important;
  }
  .dna-hero--blog .dna-hero__copy {
    flex: 0 0 0 !important;
  }
  .dna-hero--blog .dna-hero__top {
    min-height: 72px !important;
    padding: 16px 0 !important;
    justify-content: space-between !important;
    gap: 20px !important;
    flex-wrap: nowrap !important;
  }
  .dna-hero--blog .dna-hero__nav,
  .dna-hero--blog .dna-hero__btn--ghost {
    display: none !important;
  }
  .dna-hero--blog .dna-hero__logo img {
    width: 77px !important;
    height: 36px !important;
  }
  .dna-hero--blog .dna-hero__burger {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: #fff !important;
    border: 0 !important;
  }
  .dna-hero--blog .dna-hero__burger path {
    stroke: #eb3131 !important;
  }
  .dna-hero--blog .dna-hero__main {
    width: 100%;
    max-width: 100% !important;
    margin: 40px 0 0 !important;
    gap: 40px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .dna-hero--blog .dna-hero__copy,
  .dna-hero--blog .dna-hero__copy-box,
  .dna-hero--blog .dna-hero__lead {
    max-width: 100% !important;
    width: 100% !important;
  }
  .dna-hero--blog .dna-hero__title {
    max-width: 100% !important;
    font-size: 35px !important;
    line-height: 1.1 !important;
  }
  .dna-hero--blog .dna-hero__lead {
    font-size: 14px !important;
    line-height: 19px !important;
  }
  .dna-hero--blog .dna-hero__btn--primary {
    width: 212px !important;
    max-width: 212px !important;
    min-height: 44px !important;
    height: 44px !important;
    padding: 0 20px !important;
  }
  .dna-hero--blog .dna-hero__divider {
    max-width: 100% !important;
    margin: 80px 0 0 !important;
  }
  .dna-hero--blog .dna-blog-hero-filters {
    width: 100%;
    max-width: 100% !important;
    margin: 24px 0 0 !important;
    gap: 20px !important;
    align-items: center !important;
  }
  .dna-hero--blog .dna-blog-hero-filters__left {
    width: 100%;
    justify-content: space-between !important;
    gap: 20px !important;
    flex-wrap: nowrap !important;
  }
  .dna-hero--blog .dna-blog-hero-filters__control,
  .dna-hero--blog .dna-blog-hero-filters__search {
    gap: 12px !important;
  }
  .dna-hero--blog .dna-blog-hero-filters__input {
    font-size: 13px !important;
    line-height: 18px !important;
  }
  .dna-hero--blog .dna-blog-hero-filters__control--theme .dna-blog-hero-filters__input {
    width: 31px !important;
  }
  .dna-hero--blog .dna-blog-hero-filters__control--date .dna-blog-hero-filters__input {
    width: 200px !important;
  }
  .dna-hero--blog .dna-blog-hero-filters__search {
    width: 24px !important;
    flex: 0 0 24px !important;
    padding: 0 !important;
    border-bottom: 0 !important;
  }
  .dna-hero--blog .dna-blog-hero-filters__search-input {
    display: none !important;
  }
}
body.dna-page--privacy {
  margin: 0;
  font-family: "Manrope", system-ui, sans-serif;
  color: #141414;
  background: #ffffff;
}

.dna-policy-hero {
  position: relative;
  min-height: 400px;
  margin-left: -2px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.45) 100%), url("../assets/private-polici.jpg") center/cover no-repeat;
}

.dna-out-hero__header-link {
  padding: 20px 50px;
}

.dna-policy-hero__inner,
.dna-policy-content__inner {
  width: min(1120px, 100% - 40px);
  margin: 0 auto;
}

.dna-policy-hero__title {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1.1;
}

.dna-policy-content {
  padding: 28px 0 72px;
}

.dna-policy-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: #b5b5b5;
  font-size: 14px;
  line-height: 1.4;
}

.dna-policy-breadcrumbs a {
  color: inherit;
  text-decoration: none;
}

.dna-policy-breadcrumbs a:hover {
  color: #686868;
}

.dna-policy-content__title {
  margin: 0 0 24px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.1;
  font-weight: 500;
}

.dna-page--privacy .t030__descr {
  color: #141414;
  font-size: 17px;
  line-height: 1.62;
  word-break: break-word;
}

@media (max-width: 767px) {
  .dna-policy-hero {
    min-height: 200px;
  }
  .dna-policy-hero__inner,
  .dna-policy-content__inner {
    width: calc(100% - 32px);
  }
  .dna-policy-content {
    padding: 20px 0 44px;
  }
  .dna-policy-breadcrumbs {
    margin-bottom: 20px;
    font-size: 12px;
  }
  .dna-policy-content__title {
    margin-bottom: 16px;
  }
  .dna-page--privacy .t030__descr {
    font-size: 15px;
    line-height: 1.55;
  }
}

/*# sourceMappingURL=main.css.map */
