:root {
  --vk-bg: #f2efe6;
  --vk-paper: #fbfaf6;
  --vk-ink: #11120f;
  --vk-muted: #686961;
  --vk-line: rgba(17, 18, 15, .2);
  --vk-blue: #2469f6;
  --vk-blue-deep: #1554d8;
  --vk-lime: #bcff2c;
  --vk-coral: #ff7868;
  --vk-shadow: 0 30px 80px rgba(17, 18, 15, .1);
}

html {
  scroll-behavior: smooth;
}

body.vk-page {
  margin: 0;
  padding: 0 !important;
  color: var(--vk-ink);
  background: var(--vk-bg);
  font-family: "Manrope", Arial, sans-serif;
  overflow-x: clip;
}

.vk-page *,
.vk-page *::before,
.vk-page *::after {
  box-sizing: border-box;
}

.vk-page .seo-main {
  padding: 0;
  overflow: clip;
}

.vk-page .seo-shell {
  width: min(1360px, calc(100% - 72px));
  margin-inline: auto;
}

.vk-page h1,
.vk-page h2,
.vk-page h3,
.vk-page p,
.vk-page ul,
.vk-page figure,
.vk-page blockquote {
  margin-top: 0;
}

.vk-page a {
  color: inherit;
}

.vk-site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  color: var(--vk-ink);
  background: rgba(242, 239, 230, .92);
  border-bottom: 1px solid rgba(17, 18, 15, .16);
  backdrop-filter: blur(18px);
}

.vk-site-header__inner {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 32px;
  align-items: center;
  width: min(1360px, calc(100% - 72px));
  min-height: 72px;
  margin-inline: auto;
}

.vk-site-header__brand {
  display: inline-flex;
  align-items: center;
  width: 108px;
}

.vk-site-header__brand img {
  display: block;
  width: 100%;
  height: auto;
}

.vk-site-header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(20px, 2.2vw, 38px);
  font-size: 13px;
  font-weight: 650;
}

.vk-site-header__nav > a,
.vk-site-header__services-button {
  padding: 25px 0;
  text-decoration: none;
  white-space: nowrap;
}

.vk-site-header__services-button {
  display: flex;
  align-items: center;
  gap: 5px;
  color: inherit;
  background: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.vk-site-header__services-button svg {
  width: 14px;
  height: 14px;
}

.vk-site-header__contacts {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 13px;
  font-weight: 750;
}

.vk-site-header__contacts > a {
  text-decoration: none;
  white-space: nowrap;
}

.vk-site-header__telegram {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--vk-ink);
  border-radius: 999px;
}

.vk-site-header__telegram svg {
  width: 16px;
  height: 16px;
}

.vk-site-header__menu {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: var(--vk-ink);
  background: none;
  border: 0;
}

.vk-site-header__menu svg {
  width: 29px;
  height: 29px;
}

.vk-kicker {
  display: block;
  color: var(--vk-blue);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.vk-hero {
  position: relative;
  padding: clamp(136px, 12vw, 182px) 0 0;
  background:
    radial-gradient(circle at 78% 32%, rgba(36, 105, 246, .15), transparent 30%),
    var(--vk-bg);
  border-bottom: 1px solid var(--vk-line);
}

.vk-hero::before {
  position: absolute;
  inset: 72px 0 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(36, 105, 246, .32), transparent);
  content: "";
}

.vk-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(480px, .78fr);
  gap: clamp(60px, 7vw, 110px);
  align-items: center;
}

.vk-hero__copy h1 {
  max-width: 850px;
  margin: 22px 0 28px;
  font-size: clamp(60px, 6.2vw, 96px);
  font-weight: 520;
  line-height: .91;
  letter-spacing: -.065em;
}

.vk-hero__copy h1 em,
.vk-audit__head h2 em,
.vk-section-head h2 em,
.vk-lab__copy h2 em,
.vk-fit__main h2 em,
.vk-team__copy h2 em,
.vk-lead__copy h2 em {
  display: block;
  color: var(--vk-blue);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  font-style: italic;
  line-height: .94;
  letter-spacing: -.035em;
}

.vk-hero__copy > p {
  max-width: 740px;
  margin-bottom: 34px;
  color: var(--vk-muted);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.55;
}

.vk-page .seo-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
}

.vk-page .seo-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  min-height: 56px;
  padding: 15px 26px;
  border: 1px solid var(--vk-ink);
  border-radius: 0;
  font-size: 13px;
  font-weight: 820;
  text-decoration: none;
  transition: transform .2s ease, color .2s ease, background-color .2s ease;
}

.vk-page .seo-button:hover {
  transform: translateY(-2px);
}

.vk-page .seo-button--lime {
  color: var(--vk-ink);
  background: var(--vk-lime);
}

.vk-page .seo-button--plain {
  color: var(--vk-ink);
  background: transparent;
}

.vk-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
  color: var(--vk-muted);
  font-size: 12px;
  line-height: 1.4;
}

.vk-hero__facts li {
  position: relative;
  padding-left: 15px;
}

.vk-hero__facts li::before {
  position: absolute;
  top: .52em;
  left: 0;
  width: 6px;
  height: 6px;
  background: var(--vk-blue);
  border-radius: 999px;
  content: "";
}

.vk-hero__visual {
  position: relative;
  min-height: 650px;
}

.vk-hero-points {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 96px;
  margin-top: clamp(24px, 3vw, 44px);
  padding: 0;
  border-top: 1px solid var(--vk-ink);
}

.vk-hero-points span {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 24px clamp(18px, 2vw, 34px);
  font-size: clamp(13px, 1vw, 16px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.vk-hero-points span:first-child { padding-left: 0; }
.vk-hero-points span + span { border-left: 1px solid var(--vk-line); }

.vk-feed {
  position: absolute;
  top: 0;
  right: 20px;
  width: min(520px, 92%);
  padding: 18px;
  background: #eef2f7;
  border: 1px solid rgba(17, 18, 15, .2);
  border-radius: 30px;
  box-shadow: var(--vk-shadow);
  transform: rotate(2deg);
}

.vk-feed::after {
  position: absolute;
  z-index: -1;
  inset: 12px -12px -12px 12px;
  background: var(--vk-blue);
  border-radius: inherit;
  content: "";
}

.vk-feed__bar {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 42px;
  padding: 0 6px 12px;
}

.vk-feed__logo {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-right: auto;
  color: #fff;
  background: var(--vk-blue);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 850;
}

.vk-feed__bar i {
  display: block;
  width: 26px;
  height: 8px;
  background: #d5dce5;
  border-radius: 999px;
}

.vk-ad-card {
  padding: 22px;
  background: #fff;
  border: 1px solid rgba(17, 18, 15, .14);
  border-radius: 20px;
}

.vk-ad-card__author {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 11px;
  align-items: center;
}

.vk-ad-card__author > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--vk-ink);
  border-radius: 999px;
  font-weight: 800;
}

.vk-ad-card__author strong,
.vk-ad-card__author small {
  display: block;
}

.vk-ad-card__author strong {
  font-size: 13px;
}

.vk-ad-card__author small {
  margin-top: 2px;
  color: #8b8f96;
  font-size: 10px;
}

.vk-ad-card__author > i {
  color: #8b8f96;
  font-style: normal;
}

.vk-ad-card > p {
  margin: 18px 0;
  color: #525961;
  font-size: 13px;
  line-height: 1.5;
}

.vk-ad-card__creative {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 260px;
  padding: 28px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 78% 20%, rgba(188, 255, 44, .58), transparent 22%),
    linear-gradient(145deg, var(--vk-blue), #1649b8 70%);
  border-radius: 15px;
}

.vk-ad-card__creative::before,
.vk-ad-card__creative::after {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  content: "";
}

.vk-ad-card__creative::before {
  top: -100px;
  right: -80px;
  width: 310px;
  height: 310px;
}

.vk-ad-card__creative::after {
  top: -50px;
  right: -30px;
  width: 210px;
  height: 210px;
}

.vk-ad-card__creative > span {
  position: relative;
  z-index: 1;
  max-width: 300px;
  font-size: clamp(27px, 2.4vw, 38px);
  font-weight: 500;
  line-height: .98;
  letter-spacing: -.045em;
}

.vk-ad-card__creative b {
  display: block;
  color: var(--vk-lime);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  font-style: italic;
}

.vk-ad-card__creative > i {
  position: absolute;
  z-index: 1;
  top: 24px;
  right: 26px;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-style: normal;
}

.vk-ad-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  padding: 14px 16px;
  background: #f0f3f6;
  border-radius: 12px;
  font-size: 12px;
}

.vk-ad-card__footer span {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: var(--vk-blue);
  border-radius: 999px;
}

.vk-route {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 30px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  width: min(620px, 100%);
  padding: 15px;
  background: var(--vk-paper);
  border: 1px solid var(--vk-ink);
  box-shadow: 0 18px 55px rgba(17, 18, 15, .14);
}

.vk-route > i {
  font-style: normal;
}

.vk-route__step {
  min-width: 0;
  padding: 11px 13px;
}

.vk-route__step span,
.vk-route__step strong,
.vk-route__step small {
  display: block;
}

.vk-route__step span {
  margin-bottom: 12px;
  color: var(--vk-blue);
  font-size: 9px;
  font-weight: 850;
}

.vk-route__step strong {
  font-size: 14px;
}

.vk-route__step small {
  margin-top: 4px;
  color: var(--vk-muted);
  font-size: 9px;
}

.vk-route__step--active {
  color: #fff;
  background: var(--vk-blue);
}

.vk-route__step--active span,
.vk-route__step--active small {
  color: rgba(255, 255, 255, .8);
}

.vk-hero__badge {
  position: absolute;
  z-index: 4;
  top: 86px;
  left: -44px;
  min-width: 150px;
  padding: 18px;
  color: var(--vk-ink);
  background: var(--vk-lime);
  border: 1px solid var(--vk-ink);
  transform: rotate(-3deg);
}

.vk-hero__badge small,
.vk-hero__badge strong,
.vk-hero__badge span {
  display: block;
}

.vk-hero__badge small,
.vk-hero__badge span {
  font-size: 9px;
}

.vk-hero__badge strong {
  margin: 8px 0 4px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -.04em;
}

.vk-feed--animated {
  --vk-feed-step: 562px;
  top: 0;
  right: 0;
  width: min(540px, 100%);
  padding: 14px;
  transform: rotate(1deg);
}

.vk-feed--animated .vk-feed__bar {
  height: 42px;
  padding: 0 5px 10px;
}

.vk-feed__viewport {
  height: 548px;
  overflow: hidden;
  border-radius: 20px;
}

.vk-feed__stream {
  display: flex;
  flex-direction: column;
  gap: 14px;
  animation: vk-feed-scroll 9s cubic-bezier(.65, 0, .35, 1) infinite;
  will-change: transform;
}

.vk-feed--animated:hover .vk-feed__stream,
.vk-feed--animated:focus-within .vk-feed__stream {
  animation-play-state: paused;
}

.vk-social-post {
  flex: 0 0 548px;
  height: 548px;
  padding: 17px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(17, 18, 15, .13);
  border-radius: 20px;
}

.vk-social-post__author {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  gap: 11px;
  align-items: center;
}

.vk-social-post__author > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--vk-ink);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.vk-social-post--ad .vk-social-post__author > span {
  color: var(--vk-ink);
  background: var(--vk-lime);
}

.vk-social-post__author strong,
.vk-social-post__author small {
  display: block;
}

.vk-social-post__author strong {
  font-size: 13px;
  line-height: 1.2;
}

.vk-social-post__author small {
  margin-top: 3px;
  color: #838890;
  font-size: 9px;
}

.vk-social-post__author > i {
  color: #858a92;
  font-size: 13px;
  font-style: normal;
  letter-spacing: .08em;
}

.vk-social-post > p {
  min-height: 42px;
  margin: 14px 0;
  color: #4d535a;
  font-size: 12px;
  line-height: 1.45;
}

.vk-social-post__scene,
.vk-dental-creative {
  position: relative;
  height: 360px;
  overflow: hidden;
  border-radius: 14px;
}

.vk-social-post__scene {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 26px;
  color: #fff;
}

.vk-social-post__scene--city {
  background:
    radial-gradient(circle at 75% 28%, rgba(188, 255, 44, .86), transparent 23%),
    linear-gradient(145deg, #2469f6, #123a94 72%);
}

.vk-social-post__scene--work {
  color: var(--vk-ink);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .75)),
    repeating-linear-gradient(90deg, #d9d4c6 0 26px, #f2efe6 26px 52px);
}

.vk-social-post__scene b {
  font-size: 42px;
  font-weight: 520;
  line-height: .86;
  letter-spacing: -.06em;
}

.vk-social-post__scene span {
  padding: 8px 10px;
  color: var(--vk-ink);
  background: var(--vk-lime);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.vk-social-post__reactions {
  display: flex;
  gap: 20px;
  padding: 14px 3px 0;
  color: #737982;
  font-size: 10px;
}

.vk-dental-creative {
  height: 324px;
  color: #fff;
  background: #183a77;
}

.vk-dental-creative::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 23, 54, .94) 0%, rgba(6, 23, 54, .74) 38%, rgba(6, 23, 54, .04) 72%);
  content: "";
}

.vk-dental-creative img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 50%;
}

.vk-dental-creative > div {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 25px;
}

.vk-dental-creative small {
  margin-bottom: auto;
  padding: 7px 9px;
  color: var(--vk-ink);
  background: var(--vk-lime);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.vk-dental-creative strong {
  max-width: 290px;
  font-size: 38px;
  font-weight: 520;
  line-height: .9;
  letter-spacing: -.055em;
}

.vk-dental-creative strong em {
  display: block;
  color: var(--vk-lime);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  font-style: italic;
}

.vk-dental-creative span {
  margin-top: 12px;
  font-size: 10px;
}

.vk-social-post__cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  padding: 10px 11px 10px 14px;
  background: #eff2f6;
  border-radius: 11px;
}

.vk-social-post__cta small,
.vk-social-post__cta strong {
  display: block;
}

.vk-social-post__cta small {
  margin-bottom: 3px;
  color: #7d838b;
  font-size: 8px;
}

.vk-social-post__cta strong {
  font-size: 11px;
}

.vk-social-post__cta button {
  min-width: 112px;
  min-height: 38px;
  padding: 8px 14px;
  color: #fff;
  background: var(--vk-blue);
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-size: 10px;
  font-weight: 850;
}

@keyframes vk-feed-scroll {
  0%, 29% { transform: translateY(0); }
  33.333%, 62.333% { transform: translateY(calc(var(--vk-feed-step) * -1)); }
  66.666%, 95.666% { transform: translateY(calc(var(--vk-feed-step) * -2)); }
  100% { transform: translateY(calc(var(--vk-feed-step) * -3)); }
}

.vk-audit,
.vk-equation,
.vk-lab,
.vk-scope,
.vk-fit,
.vk-cases,
.vk-team,
.vk-faq {
  padding: clamp(88px, 8vw, 136px) 0;
}

.vk-audit {
  color: #fff;
  background: var(--vk-blue);
}

.vk-audit__head,
.vk-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .55fr);
  gap: clamp(50px, 7vw, 120px);
  align-items: end;
  margin-bottom: clamp(44px, 5vw, 72px);
}

.vk-audit__head .vk-kicker {
  color: var(--vk-lime);
}

.vk-audit__head h2,
.vk-section-head h2,
.vk-lab__copy h2,
.vk-fit__main h2,
.vk-team__copy h2,
.vk-lead__copy h2 {
  max-width: 900px;
  margin: 18px 0 0;
  font-size: clamp(52px, 5vw, 76px);
  font-weight: 520;
  line-height: .93;
  letter-spacing: -.062em;
}

.vk-audit__head h2 em {
  color: var(--vk-lime);
}

.vk-audit__head > p,
.vk-section-head > p {
  margin: 0 0 4px;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.6;
}

.vk-quiz {
  padding: clamp(26px, 3.5vw, 48px);
  color: var(--vk-ink);
  background: var(--vk-paper);
  border: 1px solid rgba(17, 18, 15, .22);
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(17, 44, 112, .25);
}

.vk-quiz__progress {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--vk-line);
  color: var(--vk-muted);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.vk-quiz__progress > i {
  display: block;
  height: 5px;
  overflow: hidden;
  background: rgba(36, 105, 246, .16);
  border-radius: 999px;
}

.vk-quiz__progress b {
  display: block;
  width: 25%;
  height: 100%;
  background: var(--vk-blue);
  border-radius: inherit;
  transition: width .35s ease;
}

.vk-quiz__panel {
  padding-top: clamp(34px, 4vw, 56px);
}

.vk-quiz__panel[hidden] {
  display: none !important;
}

.vk-quiz__panel h3,
.vk-quiz__form-copy h3 {
  max-width: 900px;
  margin: 0 0 30px;
  font-size: clamp(32px, 3.3vw, 50px);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -.05em;
}

.vk-quiz__panel h3:focus,
.vk-quiz__form-copy h3:focus {
  outline: 0;
}

.vk-quiz__options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.vk-quiz__options button {
  position: relative;
  min-height: 82px;
  padding: 20px 58px 20px 22px;
  color: var(--vk-ink);
  background: transparent;
  border: 1px solid var(--vk-line);
  border-radius: 14px;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.vk-quiz__options button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid currentColor;
  border-radius: 999px;
  content: "";
  transform: translateY(-50%);
}

.vk-quiz__options button.is-selected {
  color: #fff;
  background: var(--vk-blue);
  border-color: var(--vk-blue);
}

.vk-quiz__options button.is-selected::after {
  content: "✓";
}

.vk-quiz__actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 30px;
}

.vk-quiz__actions--end {
  justify-content: flex-end;
}

.vk-quiz__next,
.vk-quiz__back,
.vk-quiz__submit {
  min-width: 176px;
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid var(--vk-ink);
  border-radius: 0;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.vk-quiz__next,
.vk-quiz__submit {
  color: #fff;
  background: var(--vk-blue);
  border-color: var(--vk-blue);
}

.vk-quiz__next:disabled {
  opacity: .34;
  cursor: not-allowed;
}

.vk-quiz__back {
  color: var(--vk-ink);
  background: transparent;
}

.vk-quiz__panel--form {
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
  gap: clamp(34px, 5vw, 80px);
  align-items: start;
}

.vk-quiz__form-copy .vk-kicker {
  margin-bottom: 18px;
}

.vk-quiz__form-copy p {
  color: var(--vk-muted);
  font-size: 14px;
  line-height: 1.6;
}

.vk-quiz__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.vk-quiz__form label:not(.vk-quiz__consent),
.vk-lead__form label:not(.vk-lead__consent) {
  display: block;
  min-width: 0;
}

.vk-quiz__form label > span,
.vk-lead__form label > span {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.vk-quiz__form input:not([type="checkbox"]),
.vk-lead__form input:not([type="checkbox"]),
.vk-lead__form textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 0;
  color: var(--vk-ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--vk-ink);
  border-radius: 0;
  outline: 0;
  font: inherit;
  font-size: 16px;
}

.vk-quiz__form input:focus,
.vk-lead__form input:focus,
.vk-lead__form textarea:focus {
  border-bottom-color: var(--vk-blue);
}

.vk-quiz__form-wide {
  grid-column: 1 / -1;
}

.vk-quiz__consent,
.vk-lead__consent {
  display: grid !important;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--vk-muted);
  font-size: 10px;
  line-height: 1.45;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.vk-quiz__consent input,
.vk-lead__consent input {
  width: 16px;
  height: 16px;
  margin: 1px 0 0;
  accent-color: var(--vk-blue);
}

.vk-quiz__consent span,
.vk-lead__consent span {
  margin: 0 !important;
  font-size: inherit !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.vk-quiz__submit {
  width: fit-content;
  min-width: 240px;
}

.vk-quiz__note,
.vk-lead__note {
  margin: -7px 0 0;
  color: var(--vk-muted);
  font-size: 10px;
}

.vk-quiz__panel--form > .vk-quiz__back {
  grid-column: 1;
  width: fit-content;
  min-width: 0;
  margin-top: -8px;
  padding: 0;
  border: 0;
  text-decoration: underline;
}

.vk-audit {
  color: var(--vk-ink);
  background: var(--vk-paper);
  border-bottom: 1px solid var(--vk-ink);
}

.vk-audit-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr);
  gap: clamp(34px, 4vw, 64px);
  align-items: stretch;
  min-height: 660px;
  padding: clamp(34px, 3.8vw, 54px);
  overflow: hidden;
  background: var(--vk-bg);
  border-radius: 24px;
  isolation: isolate;
}

.vk-audit-stage__offer {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.vk-audit-stage__copy {
  position: relative;
  z-index: 3;
  min-width: 0;
  max-width: 590px;
}

.vk-audit-stage__copy h2 {
  margin: 0;
  font-size: clamp(48px, 4vw, 64px);
  font-weight: 560;
  line-height: .92;
  letter-spacing: -.064em;
}

.vk-audit-stage__copy h2 em {
  display: block;
  color: var(--vk-blue);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -.04em;
}

.vk-audit-stage__copy p {
  max-width: 510px;
  margin: 24px 0 0;
  color: #4d4e48;
  font-size: 16px;
  line-height: 1.52;
}

.vk-audit-stage__visual {
  position: relative;
  min-width: 0;
  min-height: 310px;
  margin-top: auto;
}

.vk-audit-stage__orb {
  position: absolute;
  left: 2%;
  bottom: -24%;
  width: 78%;
  aspect-ratio: 1;
  background: linear-gradient(125deg, #bcff2c 5%, #e0ff86 36%, #9df317 67%, #c8ff3d 95%);
  background-size: 250% 250%;
  border-radius: 50%;
  box-shadow: inset 0 0 64px rgba(255, 255, 255, .25), 0 24px 60px rgba(157, 243, 23, .2);
  animation: vk-audit-orb 9s ease-in-out infinite;
}

.vk-audit-preview {
  position: absolute;
  z-index: 2;
  top: 3%;
  left: 16%;
  width: 68%;
  padding: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--vk-ink);
  border-radius: 14px;
  box-shadow: 0 24px 34px rgba(17, 18, 15, .18);
  transform: rotate(-6deg);
  animation: vk-audit-preview-float 7.4s ease-in-out infinite;
}

.vk-audit-preview > span {
  display: block;
  padding: 3px 3px 9px;
  color: var(--vk-muted);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.vk-audit-preview img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 8px;
}

.vk-audit-preview > div {
  padding: 12px 3px 4px;
}

.vk-audit-preview strong,
.vk-audit-preview small {
  display: block;
}

.vk-audit-preview strong {
  font-size: 22px;
  line-height: .9;
  letter-spacing: -.05em;
}

.vk-audit-preview strong em {
  display: block;
  color: var(--vk-blue);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  font-style: italic;
}

.vk-audit-preview small {
  margin-top: 8px;
  color: var(--vk-muted);
  font-size: 8px;
}

.vk-audit-metric {
  position: absolute;
  z-index: 3;
  right: 2%;
  bottom: 6%;
  min-width: 150px;
  padding: 16px;
  color: var(--vk-ink);
  background: var(--vk-lime);
  border: 1px solid var(--vk-ink);
  box-shadow: 8px 8px 0 var(--vk-blue);
  transform: rotate(4deg);
  animation: vk-audit-metric-float 6.5s ease-in-out infinite;
}

.vk-audit-metric span,
.vk-audit-metric strong,
.vk-audit-metric small {
  display: block;
}

.vk-audit-metric span,
.vk-audit-metric small {
  font-size: 8px;
}

.vk-audit-metric strong {
  margin: 7px 0 3px;
  font-size: 31px;
  line-height: 1;
  letter-spacing: -.06em;
}

@keyframes vk-audit-orb {
  0%, 100% { background-position: 0% 45%; transform: scale(1); }
  50% { background-position: 100% 55%; transform: scale(1.025); }
}

@keyframes vk-audit-preview-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-6deg); }
  50% { transform: translate3d(0, -14px, 0) rotate(-4.8deg); }
}

@keyframes vk-audit-metric-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(4deg); }
  50% { transform: translate3d(7px, -16px, 0) rotate(5.2deg); }
}

.vk-audit-stage .vk-quiz {
  position: relative;
  z-index: 4;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(28px, 3vw, 42px);
  background: var(--vk-paper);
  border: 0;
  border-radius: 18px;
  box-shadow: 12px 12px 0 var(--vk-blue);
}

.vk-audit-stage .vk-quiz__progress {
  gap: 16px;
  padding-bottom: 18px;
  border: 0;
  font-size: 10px;
}

.vk-audit-stage .vk-quiz__progress > i {
  height: 4px;
  background: #d9d7cf;
  border-radius: 0;
}

.vk-audit-stage .vk-quiz__progress b {
  border-radius: 0;
}

.vk-audit-stage .vk-quiz__panel {
  display: flex;
  min-height: 500px;
  flex: 1;
  flex-direction: column;
  padding-top: clamp(32px, 4vw, 52px);
}

.vk-audit-stage .vk-quiz__panel[hidden] {
  display: none !important;
}

.vk-audit-stage .vk-quiz__panel h3,
.vk-audit-stage .vk-quiz__form-copy h3 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(36px, 3vw, 50px);
  font-weight: 560;
  line-height: .96;
  letter-spacing: -.055em;
}

.vk-audit-stage .vk-quiz__options {
  gap: 10px;
  margin-top: 30px;
}

.vk-audit-stage .vk-quiz__options button {
  min-height: 76px;
  padding: 17px;
  background: var(--vk-bg);
  border: 1px solid var(--vk-line);
  border-radius: 0;
  font-size: 14px;
  font-weight: 650;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.vk-audit-stage .vk-quiz__options button::after {
  display: none;
}

.vk-audit-stage .vk-quiz__options button:hover,
.vk-audit-stage .vk-quiz__options button:focus-visible {
  background: #fff;
  border-color: var(--vk-ink);
  outline: 0;
  transform: translateY(-2px);
}

.vk-audit-stage .vk-quiz__options button.is-selected {
  color: var(--vk-ink);
  background: var(--vk-lime);
  border-color: var(--vk-ink);
}

.vk-audit-stage .vk-quiz__actions {
  margin-top: auto;
  padding-top: 24px;
}

.vk-audit-stage .vk-quiz__next,
.vk-audit-stage .vk-quiz__submit {
  color: var(--vk-ink);
  background: var(--vk-lime);
  border-color: var(--vk-ink);
}

.vk-audit-stage .vk-quiz__next,
.vk-audit-stage .vk-quiz__actions--end {
  display: none;
}

.vk-audit-stage .vk-quiz__next:hover:not(:disabled),
.vk-audit-stage .vk-quiz__submit:hover {
  color: #fff;
  background: var(--vk-blue);
}

.vk-audit-stage .vk-quiz__panel--form {
  display: block;
  padding-top: 28px;
}

.vk-audit-stage .vk-quiz__panel--form[hidden] {
  display: none !important;
}

.vk-audit-stage .vk-quiz__form-copy p {
  margin: 14px 0 0;
}

.vk-audit-stage .vk-quiz__form {
  gap: 13px;
  margin-top: 22px;
}

.vk-audit-stage .vk-quiz__panel--form > .vk-quiz__back {
  margin-top: 14px;
}

.vk-section-head h2 {
  margin-top: 0;
}

.vk-section-head > p {
  color: var(--vk-muted);
}

.vk-equation {
  background: var(--vk-bg);
}

.vk-equation__line {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr) auto) minmax(150px, 1.15fr);
  align-items: stretch;
  padding: 20px;
  overflow: hidden;
  background: var(--vk-paper);
  border: 1px solid var(--vk-line);
  box-shadow: 0 25px 70px rgba(17, 18, 15, .06);
}

.vk-equation__line article {
  min-width: 0;
  padding: 24px 14px;
}

.vk-equation__line > i,
.vk-equation__line > b {
  align-self: center;
  color: var(--vk-blue);
  font-size: 22px;
  font-style: normal;
}

.vk-equation__line article span,
.vk-equation__line article strong,
.vk-equation__line article small {
  display: block;
}

.vk-equation__line article span {
  margin-bottom: 24px;
  color: var(--vk-blue);
  font-size: 10px;
  font-weight: 850;
}

.vk-equation__line article strong {
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1;
  letter-spacing: -.04em;
}

.vk-equation__line article small {
  margin-top: 7px;
  color: var(--vk-muted);
  font-size: 9px;
}

.vk-equation__result {
  color: #fff;
  background: var(--vk-blue);
}

.vk-equation__result span,
.vk-equation__result small {
  color: rgba(255, 255, 255, .76) !important;
}

.vk-scenarios,
.vk-month,
.vk-reviews,
.vk-lead {
  padding: clamp(88px, 8vw, 136px) 0;
  color: #fff;
  background: var(--vk-ink);
}

.vk-section-head--light h2 em,
.vk-lead__copy h2 em {
  color: var(--vk-lime);
}

.vk-section-head--light > p {
  color: rgba(255, 255, 255, .62);
}

.vk-scenarios__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vk-scenario {
  display: flex;
  flex-direction: column;
  min-height: 590px;
  padding: clamp(26px, 3vw, 42px);
  color: var(--vk-ink);
  background: var(--vk-paper);
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 24px;
}

.vk-scenario--blue {
  color: #fff;
  background: var(--vk-blue);
}

.vk-scenario--lime {
  background: var(--vk-lime);
}

.vk-scenario__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
}

.vk-scenario__top span {
  font-weight: 850;
}

.vk-scenario h3 {
  margin: 54px 0 18px;
  font-size: clamp(28px, 2.6vw, 42px);
  font-weight: 560;
  line-height: .98;
  letter-spacing: -.055em;
}

.vk-scenario > p {
  margin-bottom: 30px;
  color: currentColor;
  opacity: .66;
  font-size: 14px;
  line-height: 1.55;
}

.vk-scenario__mock {
  margin-top: auto;
  padding: 24px;
  color: var(--vk-ink);
  background: rgba(255, 255, 255, .84);
  border: 1px solid rgba(17, 18, 15, .15);
  border-radius: 18px;
}

.vk-scenario__mock span,
.vk-scenario__mock strong,
.vk-scenario__mock small {
  display: block;
}

.vk-scenario__mock span {
  margin-bottom: 28px;
  color: var(--vk-blue);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.vk-scenario__mock strong {
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -.04em;
}

.vk-scenario__mock small {
  margin-top: 9px;
  color: var(--vk-muted);
  font-size: 10px;
}

.vk-scenario footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid currentColor;
  font-size: 10px;
}

.vk-lab {
  background: var(--vk-blue);
}

.vk-lab__grid {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(560px, 1.22fr);
  gap: clamp(55px, 7vw, 118px);
  align-items: center;
}

.vk-lab__copy {
  color: #fff;
}

.vk-lab__copy .vk-kicker,
.vk-lab__copy h2 em {
  color: var(--vk-lime);
}

.vk-lab__copy > p {
  max-width: 620px;
  margin: 26px 0 38px;
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  line-height: 1.6;
}

.vk-lab__copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.vk-lab__copy li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.vk-lab__copy li > span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  color: var(--vk-ink);
  background: var(--vk-lime);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 850;
}

.vk-lab__copy li strong,
.vk-lab__copy li small {
  display: block;
}

.vk-lab__copy li strong {
  font-size: 14px;
}

.vk-lab__copy li small {
  margin-top: 5px;
  color: rgba(255, 255, 255, .58);
  font-size: 11px;
  line-height: 1.45;
}

.vk-lab__board {
  padding: clamp(22px, 3vw, 36px);
  background: var(--vk-paper);
  border: 1px solid var(--vk-ink);
  border-radius: 28px;
  box-shadow: 16px 16px 0 var(--vk-lime);
}

.vk-lab__board-head {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--vk-line);
}

.vk-lab__board-head strong {
  font-size: 18px;
}

.vk-lab__board-head span {
  color: var(--vk-muted);
  font-size: 10px;
}

.vk-test-card {
  display: grid;
  grid-template-columns: 84px 1fr 1fr 28px;
  gap: 18px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--vk-line);
}

.vk-test-card__status {
  display: inline-flex;
  justify-content: center;
  padding: 7px 10px;
  color: var(--vk-blue);
  border: 1px solid var(--vk-blue);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 850;
  text-transform: uppercase;
}

.vk-test-card small,
.vk-test-card strong {
  display: block;
}

.vk-test-card small {
  margin-bottom: 6px;
  color: var(--vk-muted);
  font-size: 8px;
  text-transform: uppercase;
}

.vk-test-card strong {
  font-size: 12px;
  line-height: 1.35;
}

.vk-test-card > b {
  font-size: 18px;
}

.vk-test-card--active {
  margin-inline: -12px;
  padding-inline: 12px;
  color: #fff;
  background: var(--vk-blue);
  border: 0;
  border-radius: 14px;
}

.vk-test-card--active small {
  color: rgba(255, 255, 255, .66);
}

.vk-test-card--active .vk-test-card__status {
  color: var(--vk-ink);
  background: var(--vk-lime);
  border-color: var(--vk-lime);
}

.vk-lab__summary {
  margin-top: 28px;
  padding: 24px;
  background: var(--vk-lime);
}

.vk-lab__summary span,
.vk-lab__summary strong {
  display: block;
}

.vk-lab__summary span {
  margin-bottom: 9px;
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
}

.vk-lab__summary strong {
  font-size: clamp(20px, 2vw, 29px);
  line-height: 1.07;
  letter-spacing: -.045em;
}

.vk-scope {
  background: var(--vk-paper);
}

.vk-scope__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--vk-line);
  border-left: 1px solid var(--vk-line);
}

.vk-scope__slider-nav { display: none; }

.vk-scope__grid article {
  min-height: 260px;
  padding: clamp(25px, 3vw, 42px);
  border-right: 1px solid var(--vk-line);
  border-bottom: 1px solid var(--vk-line);
}

.vk-scope__grid span {
  display: block;
  margin-bottom: 55px;
  color: var(--vk-blue);
  font-size: 10px;
  font-weight: 850;
}

.vk-scope__grid h3 {
  margin-bottom: 14px;
  font-size: clamp(22px, 2.1vw, 31px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.045em;
}

.vk-scope__grid p {
  margin-bottom: 0;
  color: var(--vk-muted);
  font-size: 13px;
  line-height: 1.55;
}

.vk-scope__cta {
  display: flex;
  justify-content: space-between;
  gap: clamp(28px, 5vw, 80px);
  align-items: center;
  margin-top: clamp(34px, 4vw, 58px);
  padding: clamp(26px, 3vw, 42px);
  color: #fff;
  background: var(--vk-blue);
  box-shadow: 10px 10px 0 var(--vk-lime);
}

.vk-scope__cta span {
  display: block;
  margin-bottom: 10px;
  color: var(--vk-lime);
  font-size: 10px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.vk-scope__cta h3 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(25px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.vk-scope__cta a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 245px;
  min-height: 58px;
  padding: 16px 24px;
  flex: 0 0 auto;
  color: var(--vk-ink);
  background: var(--vk-lime);
  border: 1px solid var(--vk-ink);
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  transition: transform .2s ease, background-color .2s ease;
}

.vk-scope__cta a:hover {
  background: #d3ff75;
  transform: translateY(-2px);
}

.vk-month__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.vk-month__track article {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  padding: clamp(24px, 2.6vw, 38px);
  color: var(--vk-ink);
  background: var(--vk-paper);
  border-radius: 20px;
}

.vk-month__track article > span {
  color: rgba(17, 18, 15, .18);
  font-size: clamp(42px, 4.2vw, 68px);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.06em;
}

.vk-month__track article > small {
  margin-top: 8px;
  color: var(--vk-muted);
  font-size: 9px;
  text-transform: uppercase;
}

.vk-month__track h3 {
  margin: 70px 0 16px;
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 580;
  line-height: 1;
  letter-spacing: -.045em;
}

.vk-month__track p {
  color: var(--vk-muted);
  font-size: 13px;
  line-height: 1.5;
}

.vk-month__track footer {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--vk-line);
  font-size: 10px;
  font-weight: 750;
}

.vk-month__track .vk-month__final {
  background: var(--vk-lime);
}

.vk-month__track .vk-month__final > span {
  color: var(--vk-blue);
}

.vk-fit {
  background: var(--vk-bg);
}

.vk-fit__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(560px, 1.1fr);
  gap: clamp(60px, 8vw, 136px);
  align-items: start;
}

.vk-fit__main h2 {
  margin: 18px 0 26px;
}

.vk-fit__main > p {
  max-width: 650px;
  margin-bottom: 34px;
  color: var(--vk-muted);
  font-size: 16px;
  line-height: 1.6;
}

.vk-fit__lists {
  border-top: 1px solid var(--vk-ink);
}

.vk-fit__lists article {
  padding: 30px 0;
  border-bottom: 1px solid var(--vk-line);
}

.vk-fit__lists h3 {
  margin-bottom: 20px;
  font-size: 22px;
  letter-spacing: -.04em;
}

.vk-fit__lists ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--vk-muted);
  font-size: 13px;
  line-height: 1.45;
}

.vk-fit__lists li {
  position: relative;
  padding-left: 18px;
}

.vk-fit__lists li::before {
  position: absolute;
  top: .5em;
  left: 0;
  width: 7px;
  height: 7px;
  background: var(--vk-blue);
  border-radius: 999px;
  content: "";
}

.vk-fit__lists article:last-child li::before {
  background: var(--vk-coral);
}

.vk-cases {
  background: var(--vk-paper);
}

.vk-cases__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vk-case {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: clamp(26px, 3vw, 42px);
  color: var(--vk-ink);
  background: var(--vk-bg);
  border: 1px solid var(--vk-line);
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.vk-case:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(17, 18, 15, .1);
}

.vk-case--blue {
  color: #fff;
  background: var(--vk-blue);
}

.vk-case--lime {
  background: var(--vk-lime);
}

.vk-case div > span,
.vk-case div > strong,
.vk-case div > small {
  display: block;
}

.vk-case div > span {
  min-height: 32px;
  margin-bottom: 50px;
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.vk-case div > strong {
  font-size: clamp(58px, 6vw, 88px);
  line-height: .85;
  letter-spacing: -.07em;
}

.vk-case div > small {
  margin-top: 11px;
  font-size: 11px;
}

.vk-case h3 {
  margin: 58px 0 28px;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 560;
  line-height: 1.16;
  letter-spacing: -.04em;
}

.vk-case footer {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid currentColor;
  font-size: 11px;
  font-weight: 800;
}

.vk-reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vk-reviews__grid article {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  padding: clamp(26px, 3vw, 40px);
  color: var(--vk-ink);
  background: var(--vk-paper);
  border-radius: 18px;
}

.vk-reviews__grid article > span {
  color: var(--vk-blue);
  font-family: Georgia, serif;
  font-size: 50px;
  line-height: .7;
}

.vk-reviews__grid blockquote {
  margin: 45px 0 30px;
  font-size: clamp(18px, 1.7vw, 24px);
  font-weight: 580;
  line-height: 1.25;
  letter-spacing: -.035em;
}

.vk-reviews__grid footer {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--vk-line);
}

.vk-reviews__grid img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 999px;
}

.vk-reviews__grid footer strong,
.vk-reviews__grid footer small {
  display: block;
}

.vk-reviews__grid footer strong {
  font-size: 12px;
}

.vk-reviews__grid footer small {
  margin-top: 4px;
  color: var(--vk-muted);
  font-size: 9px;
}

.vk-reviews__grid .vk-review--lime {
  background: var(--vk-lime);
}

.vk-reviews__grid .vk-review--blue {
  color: #fff;
  background: var(--vk-blue);
}

.vk-reviews__grid .vk-review--blue > span {
  color: var(--vk-lime);
}

.vk-reviews__grid .vk-review--blue footer {
  border-color: rgba(255, 255, 255, .3);
}

.vk-reviews__grid .vk-review--blue footer small {
  color: rgba(255, 255, 255, .65);
}

.vk-team {
  background: var(--vk-bg);
}

.vk-team__grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
  gap: clamp(55px, 8vw, 130px);
  align-items: start;
}

.vk-team__copy > p {
  max-width: 640px;
  margin: 28px 0 0;
  color: var(--vk-muted);
  font-size: 16px;
  line-height: 1.6;
}

.vk-team__people {
  border-top: 1px solid var(--vk-ink);
}

.vk-team__people article {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 28px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid var(--vk-line);
}

.vk-team__people figure {
  width: 150px;
  height: 150px;
  margin-bottom: 0;
  overflow: hidden;
  background: var(--vk-paper);
  border: 1px solid var(--vk-line);
  border-radius: 999px;
}

.vk-team__people img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.vk-team__people span {
  display: block;
  margin-bottom: 12px;
  color: var(--vk-blue);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.vk-team__people h3 {
  margin-bottom: 12px;
  font-size: clamp(26px, 2.5vw, 38px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.05em;
}

.vk-team__people p {
  margin-bottom: 0;
  color: var(--vk-muted);
  font-size: 12px;
  line-height: 1.5;
}

.vk-faq {
  background: var(--vk-paper);
}

.vk-faq__list {
  border-top: 1px solid var(--vk-ink);
}

.vk-faq__list details {
  border-bottom: 1px solid var(--vk-line);
}

.vk-faq__list summary {
  display: grid;
  grid-template-columns: 1fr 38px;
  gap: 30px;
  align-items: center;
  padding: 26px 10px;
  list-style: none;
  font-size: clamp(18px, 1.8vw, 26px);
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -.035em;
  cursor: pointer;
}

.vk-faq__list summary::-webkit-details-marker {
  display: none;
}

.vk-faq__list summary span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--vk-ink);
  border-radius: 999px;
  transition: transform .2s ease;
}

.vk-faq__list details[open] summary span {
  transform: rotate(45deg);
}

.vk-faq__list details > p {
  max-width: 820px;
  margin: -8px 0 28px;
  padding: 0 70px 0 10px;
  color: var(--vk-muted);
  font-size: 14px;
  line-height: 1.65;
}

.vk-lead {
  color: #fff;
  background: var(--vk-blue);
}

.vk-lead__grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: clamp(60px, 9vw, 150px);
  align-items: start;
}

.vk-lead__copy .vk-kicker,
.vk-lead__copy h2 em {
  color: var(--vk-lime);
}

.vk-lead__copy > p {
  max-width: 620px;
  margin: 28px 0 32px;
  color: rgba(255, 255, 255, .72);
  font-size: 16px;
  line-height: 1.6;
}

.vk-lead__copy ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, .28);
}

.vk-lead__copy li {
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .28);
  font-size: 12px;
  font-weight: 700;
}

.vk-lead__form {
  display: grid;
  gap: 20px;
  padding: clamp(28px, 4vw, 50px);
  color: var(--vk-ink);
  background: var(--vk-paper);
  border: 1px solid var(--vk-ink);
  border-radius: 26px;
  box-shadow: 14px 14px 0 var(--vk-lime);
}

.vk-lead__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.vk-lead__form textarea {
  min-height: 92px;
  resize: vertical;
}

.vk-lead__form > button {
  width: fit-content;
  min-width: 250px;
  min-height: 54px;
  padding: 14px 24px;
  color: #fff;
  background: var(--vk-blue);
  border: 1px solid var(--vk-blue);
  border-radius: 0;
  font: inherit;
  font-size: 13px;
  font-weight: 850;
  cursor: pointer;
}

.vk-page [data-vk-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s cubic-bezier(.2, .75, .2, 1);
}

.vk-page [data-vk-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.vk-page .seo-lead-form__status {
  margin: 0;
  font-size: 11px;
}

.vk-agency-proof {
  padding: clamp(88px, 9vw, 138px) 0;
  color: var(--vk-ink);
  background: var(--vk-paper);
  border-bottom: 1px solid var(--vk-line);
}

.vk-agency-proof__statement {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, .5fr);
  gap: clamp(54px, 8vw, 128px);
  padding: 50px 0 72px;
  border-top: 1px solid var(--vk-ink);
}

.vk-agency-proof__statement > p {
  max-width: 980px;
  margin: 0;
  font-size: clamp(40px, 5.3vw, 80px);
  font-weight: 600;
  line-height: .98;
  letter-spacing: -.065em;
}

.vk-agency-proof__statement em {
  color: var(--vk-blue);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  font-style: italic;
}

.vk-agency-proof__statement > div {
  display: flex;
  max-width: 440px;
  padding-top: 8px;
  flex-direction: column;
  gap: 24px;
}

.vk-agency-proof__statement > div p {
  margin: 0;
  color: var(--vk-muted);
  font-size: 14px;
  line-height: 1.65;
}

.vk-agency-proof__metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--vk-ink);
  border-bottom: 1px solid var(--vk-ink);
}

.vk-agency-proof__metrics > div {
  min-height: 220px;
  padding: 32px 28px;
  border-left: 1px solid var(--vk-ink);
}

.vk-agency-proof__metrics > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.vk-agency-proof__metrics dt {
  display: flex;
  align-items: flex-start;
}

.vk-agency-proof__metrics strong {
  font-size: clamp(62px, 7.2vw, 112px);
  font-weight: 650;
  line-height: .78;
  letter-spacing: -.085em;
}

.vk-agency-proof__metrics dt span {
  margin: 3px 0 0 5px;
  color: var(--vk-blue);
  font-size: 18px;
  font-weight: 800;
}

.vk-agency-proof__metrics dd {
  margin: 62px 0 0;
  color: var(--vk-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .vk-page [data-vk-reveal] { opacity: 1; transform: none; transition: none; }
  .vk-page *, .vk-page *::before, .vk-page *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .vk-feed__stream { animation: none !important; transform: translateY(calc(var(--vk-feed-step) * -1)); }
}

@media (max-width: 1120px) {
  .vk-site-header__inner { grid-template-columns: 140px 1fr auto; gap: 20px; }
  .vk-site-header__nav { gap: 18px; }
  .vk-site-header__contacts > a:last-child { display: none; }
  .vk-hero__grid { grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr); gap: 42px; }
  .vk-hero__badge { left: -15px; }
  .vk-lab__grid, .vk-fit__grid, .vk-team__grid, .vk-lead__grid { grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr); gap: 50px; }
  .vk-equation__line { overflow-x: auto; grid-template-columns: repeat(5, minmax(135px, 1fr) auto) minmax(160px, 1.1fr); }
  .vk-equation__line article { min-width: 130px; }
}

@media (max-width: 900px) {
  .vk-page .seo-shell,
  .vk-site-header__inner { width: min(100% - 40px, 760px); }
  .vk-site-header__inner { display: flex; justify-content: space-between; min-height: 76px; }
  .vk-site-header__brand { width: 112px; }
  .vk-site-header__nav, .vk-site-header__contacts { display: none; }
  .vk-site-header__menu { display: inline-flex; }
  .vk-hero { padding-top: 126px; }
  .vk-hero__grid { grid-template-columns: 1fr; }
  .vk-hero__copy { max-width: 760px; }
  .vk-hero__visual { min-height: 630px; margin-top: 15px; }
  .vk-hero-points { grid-template-columns: 1fr 1fr; }
  .vk-feed { right: 5%; width: 86%; }
  .vk-feed--animated { right: 5%; width: 90%; }
  .vk-hero__badge { left: 2%; }
  .vk-route { right: 4%; width: 92%; }
  .vk-audit-stage { grid-template-columns: 1fr; gap: 34px; min-height: 0; }
  .vk-audit-stage__offer { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .72fr); gap: 24px; align-items: end; }
  .vk-audit-stage__copy { max-width: none; }
  .vk-audit-stage__visual { min-height: 310px; margin-top: 0; }
  .vk-audit__head, .vk-section-head { grid-template-columns: 1fr; gap: 24px; }
  .vk-audit__head > p, .vk-section-head > p { max-width: 640px; }
  .vk-quiz__panel--form { grid-template-columns: 1fr; }
  .vk-quiz__panel--form > .vk-quiz__back { grid-column: auto; }
  .vk-scenarios__grid, .vk-cases__grid, .vk-reviews__grid { grid-template-columns: 1fr; }
  .vk-scenario { min-height: 500px; }
  .vk-lab__grid, .vk-fit__grid, .vk-team__grid, .vk-lead__grid { grid-template-columns: 1fr; }
  .vk-lab__board { max-width: 720px; }
  .vk-scope__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vk-month__track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vk-case { min-height: 460px; }
  .vk-reviews__grid article { min-height: 340px; }
  .vk-team__people { max-width: 720px; }
  .vk-lead__form { max-width: 720px; }
  .vk-agency-proof__statement { grid-template-columns: 1fr; }
  .vk-agency-proof__statement > div { max-width: 680px; }
  .vk-agency-proof__metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vk-agency-proof__metrics > div:nth-child(3) { padding-left: 0; border-top: 1px solid var(--vk-ink); border-left: 0; }
  .vk-agency-proof__metrics > div:nth-child(4) { border-top: 1px solid var(--vk-ink); }
}

@media (max-width: 640px) {
  .vk-page .seo-shell,
  .vk-site-header__inner { width: calc(100% - 32px); }
  .vk-site-header__inner { min-height: 76px; }
  .vk-site-header__brand { width: 104px; }
  .vk-hero { padding: 118px 0 0; }
  .vk-hero__copy h1 { margin-top: 16px; font-size: clamp(48px, 14vw, 64px); line-height: .9; }
  .vk-hero__copy > p { margin-bottom: 26px; font-size: 16px; }
  .vk-page .seo-buttons { display: grid; }
  .vk-page .seo-button { width: 100%; min-width: 0; }
  .vk-agency-proof { padding: 72px 0 82px; }
  .vk-agency-proof__statement { gap: 30px; padding: 40px 0 54px; }
  .vk-agency-proof__statement > p { width: 100%; min-width: 0; max-width: 100%; font-size: clamp(37px, 10.6vw, 44px); line-height: .98; letter-spacing: -.055em; }
  .vk-agency-proof__metrics > div { min-height: 174px; padding: 24px 16px; }
  .vk-agency-proof__metrics > div:nth-child(odd) { padding-left: 0; }
  .vk-agency-proof__metrics strong { font-size: clamp(52px, 17vw, 78px); }
  .vk-agency-proof__metrics dd { margin-top: 42px; }
  .vk-scope__cta { align-items: stretch; flex-direction: column; margin-top: 32px; padding: 24px 20px; box-shadow: 7px 7px 0 var(--vk-lime); }
  .vk-scope__cta h3 { font-size: clamp(28px, 8.2vw, 34px); }
  .vk-scope__cta a { width: 100%; min-width: 0; }
  .vk-hero__visual { min-height: 560px; margin: 16px -4px 0; }
  .vk-hero-points { grid-template-columns: 1fr 1fr; min-height: auto; margin-top: 18px; padding: 0; }
  .vk-hero-points span { min-height: 76px; padding: 16px; font-size: 10px; line-height: 1.3; }
  .vk-hero-points span:first-child { padding-left: 16px; }
  .vk-hero-points span:nth-child(3) { border-left: 0; }
  .vk-hero-points span:nth-child(n + 3) { border-top: 1px solid var(--vk-line); }
  .vk-feed { top: 22px; right: 3%; width: 94%; padding: 11px; border-radius: 22px; transform: rotate(1deg); }
  .vk-feed--animated { --vk-feed-step: 486px; top: 0; right: 0; width: 100%; padding: 10px; }
  .vk-feed__bar { height: 34px; padding-bottom: 8px; }
  .vk-feed__logo { width: 28px; height: 28px; border-radius: 8px; }
  .vk-feed__bar i { width: 18px; }
  .vk-feed__viewport { height: 472px; border-radius: 15px; }
  .vk-social-post { flex-basis: 472px; height: 472px; padding: 14px; border-radius: 15px; }
  .vk-social-post__author { grid-template-columns: 34px 1fr auto; gap: 9px; }
  .vk-social-post__author > span { width: 34px; height: 34px; font-size: 9px; }
  .vk-social-post__author strong { font-size: 11px; }
  .vk-social-post > p { min-height: 38px; margin: 11px 0; font-size: 10px; }
  .vk-social-post__scene { height: 315px; padding: 20px; }
  .vk-social-post__scene b { font-size: 35px; }
  .vk-dental-creative { height: 268px; }
  .vk-dental-creative > div { padding: 20px; }
  .vk-dental-creative strong { max-width: 250px; font-size: 31px; }
  .vk-dental-creative span { margin-top: 9px; font-size: 9px; }
  .vk-social-post__cta { margin-top: 10px; padding: 8px 9px 8px 11px; }
  .vk-social-post__cta strong { font-size: 9px; }
  .vk-social-post__cta button { min-width: 96px; min-height: 34px; font-size: 9px; }
  .vk-ad-card { padding: 15px; border-radius: 15px; }
  .vk-ad-card__creative { min-height: 215px; padding: 21px; }
  .vk-ad-card__creative > span { font-size: 27px; }
  .vk-route { right: 0; bottom: 8px; width: 100%; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 8px; }
  .vk-route > i { display: none; }
  .vk-route__step { padding: 10px 7px; }
  .vk-route__step span { margin-bottom: 8px; }
  .vk-route__step strong { font-size: 11px; }
  .vk-route__step small { font-size: 7px; }
  .vk-hero__badge { top: 0; left: 0; min-width: 126px; padding: 12px; }
  .vk-hero__badge strong { font-size: 20px; }
  .vk-audit, .vk-equation, .vk-lab, .vk-scope, .vk-fit, .vk-cases, .vk-team, .vk-faq, .vk-scenarios, .vk-month, .vk-reviews, .vk-lead { padding: 78px 0; }
  .vk-audit-stage { gap: 28px; padding: 27px 20px 20px; border-radius: 20px; }
  .vk-audit-stage__offer { display: block; }
  .vk-audit-stage__copy h2 { font-size: clamp(43px, 12.4vw, 50px); }
  .vk-audit-stage__copy p { margin-top: 20px; font-size: 15px; }
  .vk-audit-stage__visual, .vk-audit-stage__orb, .vk-audit-preview, .vk-audit-metric { display: none !important; }
  .vk-audit__head, .vk-section-head { margin-bottom: 36px; }
  .vk-audit__head h2, .vk-section-head h2, .vk-lab__copy h2, .vk-fit__main h2, .vk-team__copy h2, .vk-lead__copy h2 { font-size: clamp(43px, 12vw, 58px); }
  .vk-audit__head > p, .vk-section-head > p, .vk-lab__copy > p, .vk-fit__main > p, .vk-team__copy > p, .vk-lead__copy > p { font-size: 14px; }
  .vk-quiz { margin-inline: -4px; padding: 20px; border-radius: 20px; }
  .vk-audit-stage .vk-quiz { margin: 0; padding: 20px; border-radius: 16px; box-shadow: 10px 10px 0 var(--vk-blue); }
  .vk-audit-stage .vk-quiz__panel { min-height: 470px; padding-top: 30px; }
  .vk-audit-stage .vk-quiz__panel--form { min-height: 0; }
  .vk-quiz__progress { grid-template-columns: auto 1fr; gap: 12px; }
  .vk-quiz__progress strong { display: none; }
  .vk-quiz__panel h3, .vk-quiz__form-copy h3 { margin-bottom: 24px; font-size: 31px; }
  .vk-quiz__options { grid-template-columns: 1fr; gap: 9px; }
  .vk-quiz__options button { min-height: 66px; padding: 16px 52px 16px 17px; font-size: 14px; }
  .vk-quiz__actions { margin-top: 22px; }
  .vk-quiz__next, .vk-quiz__back { min-width: 124px; }
  .vk-quiz__form { grid-template-columns: 1fr; }
  .vk-quiz__form-wide { grid-column: auto; }
  .vk-quiz__submit { width: 100%; min-width: 0; }
  .vk-equation__line { margin-inline: -16px; padding: 14px 16px; scroll-snap-type: x mandatory; }
  .vk-equation__line article { scroll-snap-align: start; }
  .vk-scenario { min-height: 480px; padding: 26px; }
  .vk-scenario h3 { margin-top: 46px; font-size: 31px; }
  .vk-lab__board { margin-right: 10px; padding: 18px; border-radius: 20px; box-shadow: 10px 10px 0 var(--vk-lime); }
  .vk-lab__board-head { display: block; }
  .vk-lab__board-head span { display: block; margin-top: 6px; }
  .vk-test-card { grid-template-columns: 62px 1fr 24px; gap: 10px; }
  .vk-test-card > div:nth-of-type(2) { display: none; }
  .vk-test-card strong { font-size: 11px; }
  .vk-scope__grid {
    display: flex;
    width: auto;
    max-width: none;
    gap: 14px;
    margin-right: -16px;
    padding: 0 48px 8px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    border: 0;
    scroll-behavior: smooth;
    scroll-padding-inline: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .vk-scope__grid::-webkit-scrollbar { display: none; }
  .vk-scope__grid article {
    min-height: 260px;
    flex: 0 0 calc(100% - 44px);
    padding: 27px 24px;
    border: 1px solid var(--vk-line);
    background: #fff;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .vk-scope__grid span { margin-bottom: 42px; }
  .vk-scope__grid h3 { font-size: 28px; }
  .vk-scope__slider-nav {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-top: 18px;
  }
  .vk-scope__slider-nav > span { display: inline-flex; gap: 7px; align-items: baseline; color: var(--vk-muted); }
  .vk-scope__slider-nav > span b { color: var(--vk-blue); font-size: 23px; line-height: 1; }
  .vk-scope__slider-nav > span i { font-size: 13px; font-style: normal; }
  .vk-scope__slider-nav > span small { font-size: 13px; font-weight: 800; }
  .vk-scope__slider-nav > div { display: flex; gap: 8px; }
  .vk-scope__slider-nav button {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    padding: 0;
    border: 1px solid var(--vk-ink);
    border-radius: 50%;
    background: var(--vk-paper);
    color: var(--vk-ink);
    font: inherit;
    font-size: 20px;
    cursor: pointer;
  }
  .vk-scope__slider-nav button:last-child { background: var(--vk-lime); }
  .vk-scope__slider-nav button:disabled { opacity: .28; cursor: default; }
  .vk-month__track { grid-template-columns: 1fr; }
  .vk-month__track article { min-height: 350px; }
  .vk-month__track h3 { margin-top: 54px; }
  .vk-fit__lists ul { grid-template-columns: 1fr; }
  .vk-case { min-height: 430px; }
  .vk-case div > span { margin-bottom: 40px; }
  .vk-case h3 { margin-top: 48px; }
  .vk-reviews__grid article { min-height: 390px; }
  .vk-reviews__grid blockquote { font-size: 20px; }
  .vk-team__people article { grid-template-columns: 92px 1fr; gap: 18px; }
  .vk-team__people figure { width: 92px; height: 92px; }
  .vk-team__people h3 { font-size: 25px; }
  .vk-faq__list summary { grid-template-columns: 1fr 32px; gap: 14px; padding: 22px 0; font-size: 18px; }
  .vk-faq__list summary span { width: 30px; height: 30px; }
  .vk-faq__list details > p { padding: 0 0 24px; font-size: 13px; }
  .vk-lead__form { margin-right: 10px; padding: 24px 20px; border-radius: 20px; box-shadow: 10px 10px 0 var(--vk-lime); }
  .vk-lead__row { grid-template-columns: 1fr; }
  .vk-lead__form > button { width: 100%; min-width: 0; }
}

@media (max-width: 390px) {
  .vk-page .seo-shell, .vk-site-header__inner { width: calc(100% - 24px); }
  .vk-hero__copy h1 { font-size: 44px; }
  .vk-dental-creative strong { max-width: 220px; font-size: 28px; }
  .vk-audit__head h2, .vk-section-head h2, .vk-lab__copy h2, .vk-fit__main h2, .vk-team__copy h2, .vk-lead__copy h2 { font-size: 40px; }
  .vk-team__people article { grid-template-columns: 78px 1fr; }
  .vk-team__people figure { width: 78px; height: 78px; }
}

/* Economics quiz: exact Yandex Direct block structure adapted for VK. */
.vk-economics { padding: clamp(76px, 7.5vw, 112px) 0; border-bottom: 1px solid var(--vk-ink); background: var(--vk-paper); }
.vk-economics-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(470px, 1.1fr);
  gap: clamp(34px, 4vw, 64px);
  align-items: stretch;
  min-height: 660px;
  padding: clamp(34px, 3.8vw, 54px);
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: var(--vk-bg);
  isolation: isolate;
}
.vk-economics-stage__offer { display: flex; min-width: 0; flex-direction: column; }
.vk-economics-stage__visual { position: relative; min-width: 0; min-height: 300px; margin-top: auto; }
.vk-economics-stage__visual::before { content: ""; position: absolute; left: 1%; bottom: -20%; width: 77%; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(125deg, #bcff2c 5%, #e0ff86 36%, #9df317 67%, #c8ff3d 95%); background-size: 260% 260%; box-shadow: inset 0 0 64px rgba(255,255,255,.24), 0 24px 60px rgba(157,243,23,.2); animation: vk-economics-lime 9s ease-in-out infinite; }
.vk-economics-stage__report,
.vk-economics-stage__calculator { position: absolute; display: block; max-width: none; height: auto; filter: drop-shadow(0 22px 20px rgba(16,17,15,.16)); }
.vk-economics-stage__report { left: 18%; top: 3%; z-index: 1; width: 60%; animation: vk-economics-report 7.5s ease-in-out infinite; }
.vk-economics-stage__calculator { left: 2%; bottom: -3%; z-index: 2; width: 43%; animation: vk-economics-calculator 6.4s ease-in-out infinite; }
@keyframes vk-economics-report {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-7deg); }
  50% { transform: translate3d(0, -15px, 0) rotate(-5.8deg); }
}
@keyframes vk-economics-calculator {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(7deg); }
  50% { transform: translate3d(8px, -18px, 0) rotate(8.2deg); }
}
@keyframes vk-economics-lime {
  0%, 100% { background-position: 0% 45%; transform: scale(1); }
  50% { background-position: 100% 55%; transform: scale(1.025); }
}
.vk-economics-stage__copy { position: relative; z-index: 3; min-width: 0; max-width: 590px; }
.vk-economics-stage__copy h2 { margin: 0; font-size: clamp(48px, 4vw, 64px); font-weight: 570; line-height: .92; letter-spacing: -.064em; }
.vk-economics-stage__copy h2 em { display: block; color: var(--vk-blue); font-family: "DM Serif Display", Georgia, serif; font-weight: 400; letter-spacing: -.045em; }
.vk-economics-stage__copy p { max-width: 510px; margin: 24px 0 0; color: #4d4e48; font-size: 16px; line-height: 1.52; }

.vk-direct-quiz { position: relative; z-index: 4; display: flex; min-width: 0; flex-direction: column; padding: clamp(28px, 3vw, 42px); border: 0; border-radius: 18px; background: var(--vk-paper); box-shadow: 12px 12px 0 var(--vk-blue); }
.vk-direct-quiz__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.vk-direct-quiz__top div { display: flex; gap: 13px; align-items: baseline; }
.vk-direct-quiz__top span,
.vk-direct-quiz__top strong { font-size: 10px; font-weight: 800; line-height: 1; letter-spacing: .07em; text-transform: uppercase; }
.vk-direct-quiz__progress { height: 4px; margin-top: 18px; overflow: hidden; background: #d9d7cf; }
.vk-direct-quiz__progress i { display: block; width: 25%; height: 100%; background: var(--vk-blue); transition: width .35s cubic-bezier(.22,.61,.36,1); }
.vk-direct-quiz__panel { display: flex; min-height: 500px; flex: 1; flex-direction: column; padding-top: clamp(32px, 4vw, 52px); animation: vk-direct-quiz-in .36s cubic-bezier(.22,.61,.36,1) both; }
.vk-direct-quiz__panel[hidden] { display: none; }
@keyframes vk-direct-quiz-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.vk-direct-quiz__panel h3 { max-width: 650px; margin: 0; font-size: clamp(36px, 3vw, 50px); font-weight: 560; line-height: .96; letter-spacing: -.055em; }
.vk-direct-quiz__panel > p { max-width: 550px; margin: 18px 0 0; color: var(--vk-muted); font-size: 14px; line-height: 1.5; }
.vk-direct-quiz__options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 30px; }
.vk-direct-quiz__options button { position: relative; min-height: 76px; padding: 17px; border: 1px solid var(--vk-line); border-radius: 0; background: var(--vk-bg); color: var(--vk-ink); font: inherit; font-size: 14px; font-weight: 650; line-height: 1.25; text-align: left; cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.vk-direct-quiz__options button:hover,
.vk-direct-quiz__options button:focus-visible { border-color: var(--vk-ink); background: #fff; transform: translateY(-2px); outline: 0; }
.vk-direct-quiz__options button.is-selected { border-color: var(--vk-ink); background: var(--vk-lime); }
.vk-direct-quiz__actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 24px; }
.vk-direct-quiz__actions--end { justify-content: flex-end; }
.vk-direct-quiz__back { width: fit-content; padding: 16px 0; border: 0; background: transparent; color: var(--vk-muted); font: inherit; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; }
.vk-direct-quiz__back:hover { color: var(--vk-ink); }
.vk-direct-quiz__next { min-width: 180px; min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 26px; padding: 0 17px; border: 1px solid var(--vk-ink); border-radius: 0; background: var(--vk-lime); color: var(--vk-ink); font: inherit; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: color .2s ease, background-color .2s ease, opacity .2s ease; }
.vk-direct-quiz__next:hover:not(:disabled) { color: #fff; background: var(--vk-blue); }
.vk-direct-quiz__next:disabled { opacity: .38; cursor: not-allowed; }
.vk-direct-quiz__next i { font-size: 18px; font-style: normal; font-weight: 400; }
.vk-direct-quiz__panel--form { padding-top: 28px; }
.vk-direct-quiz__panel--form h3 { font-size: clamp(34px, 2.7vw, 44px); }
.vk-direct-quiz__form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin-top: 22px; }
.vk-direct-quiz__form > label { display: grid; gap: 8px; min-width: 0; }
.vk-direct-quiz__form > label:nth-of-type(3),
.vk-direct-quiz__form > .vk-direct-quiz__consent,
.vk-direct-quiz__form > button,
.vk-direct-quiz__form > p { grid-column: 1 / -1; }
.vk-direct-quiz__form label > span { color: var(--vk-muted); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.vk-direct-quiz__form input[type="text"],
.vk-direct-quiz__form input[type="tel"] { width: 100%; min-height: 52px; padding: 0 14px; border: 1px solid var(--vk-line); border-radius: 0; background: var(--vk-bg); color: var(--vk-ink); font: inherit; font-size: 14px; outline: 0; }
.vk-direct-quiz__form input[type="text"]:focus,
.vk-direct-quiz__form input[type="tel"]:focus { border-color: var(--vk-blue); box-shadow: inset 0 -2px 0 var(--vk-blue); }
.vk-direct-quiz__consent { grid-template-columns: 18px minmax(0, 1fr); gap: 10px !important; align-items: start; }
.vk-direct-quiz__consent input { width: 18px; height: 18px; margin: 0; accent-color: var(--vk-lime); }
.vk-direct-quiz__consent span { font-size: 9px !important; font-weight: 500 !important; line-height: 1.45; letter-spacing: 0 !important; text-transform: none !important; }
.vk-direct-quiz__consent a { color: var(--vk-blue); }
.vk-direct-quiz__submit { display: flex; min-height: 56px; align-items: center; justify-content: space-between; padding: 0 18px; border: 1px solid var(--vk-ink); border-radius: 0; background: var(--vk-lime); color: var(--vk-ink); font: inherit; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; transition: background .25s ease, color .25s ease; }
.vk-direct-quiz__submit:hover { background: var(--vk-blue); color: #fff; }
.vk-direct-quiz__submit:disabled { opacity: .65; cursor: wait; }
.vk-direct-quiz__submit i { font-size: 18px; font-style: normal; font-weight: 400; }
.vk-direct-quiz__note { margin: -2px 0 0 !important; color: var(--vk-muted); font-size: 9px; line-height: 1.4; }
.vk-direct-quiz__form .seo-lead-form__status { min-height: 0; margin: 0; font-size: 10px; }

@media (max-width: 900px) {
  .vk-economics-stage { grid-template-columns: 1fr; gap: 34px; min-height: 0; }
  .vk-economics-stage__offer { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .72fr); gap: 24px; align-items: end; }
  .vk-economics-stage__copy { max-width: none; }
  .vk-economics-stage__visual { min-height: 310px; margin-top: 0; }
  .vk-economics-stage__report { left: 21%; width: 64%; }
  .vk-economics-stage__calculator { left: 3%; bottom: -4%; width: 47%; }
  .vk-direct-quiz__panel { min-height: 470px; }
}

@media (max-width: 640px) {
  .vk-economics { padding: 68px 0; }
  .vk-economics-stage { gap: 28px; min-height: 0; padding: 27px 20px 20px; border-radius: 20px; }
  .vk-economics-stage__offer { display: block; }
  .vk-economics-stage__copy h2 { font-size: clamp(43px, 12.4vw, 50px); overflow-wrap: normal; }
  .vk-economics-stage__copy p { margin-top: 20px; font-size: 15px; }
  .vk-economics-stage__visual,
  .vk-economics-stage__visual::before,
  .vk-economics-stage__report,
  .vk-economics-stage__calculator { display: none !important; }
  .vk-economics-stage__offer { min-height: 0; }
  .vk-direct-quiz { padding: 22px 18px; box-shadow: 7px 7px 0 var(--vk-blue); }
  .vk-direct-quiz__top div { gap: 9px; }
  .vk-direct-quiz__panel { min-height: 530px; padding-top: 30px; }
  .vk-direct-quiz__panel h3 { font-size: clamp(32px, 9.7vw, 39px); line-height: .98; }
  .vk-direct-quiz__panel > p { margin-top: 15px; font-size: 13px; }
  .vk-direct-quiz__options { grid-template-columns: 1fr; gap: 8px; margin-top: 24px; }
  .vk-direct-quiz__options button { min-height: 60px; padding: 13px 14px; font-size: 13px; }
  .vk-direct-quiz__panel--form { min-height: 640px; padding-top: 24px; }
  .vk-direct-quiz__form { grid-template-columns: 1fr; margin-top: 20px; }
  .vk-direct-quiz__form > label,
  .vk-direct-quiz__form > .vk-direct-quiz__consent,
  .vk-direct-quiz__form > button,
  .vk-direct-quiz__form > p { grid-column: auto; }
  .vk-direct-quiz__actions { padding-top: 18px; }
  .vk-direct-quiz__next { min-width: 150px; }
}

@media (prefers-reduced-motion: reduce) {
  .vk-economics-stage__report,
  .vk-economics-stage__calculator,
  .vk-economics-stage__visual::before { animation: none; }
  .vk-economics-stage__report { transform: rotate(-7deg); }
  .vk-economics-stage__calculator { transform: rotate(7deg); }
}

/* Situation block transferred from the Yandex page and adapted for VK. */
.vk-story { padding: clamp(78px, 7.5vw, 112px) 0; border-bottom: 1px solid var(--vk-ink); background: var(--vk-bg); }
.vk-story__head { display: block; margin-bottom: clamp(52px, 5vw, 74px); }
.vk-story__head h2 { max-width: 930px; margin: 0; font-size: clamp(60px, 5.2vw, 78px); font-weight: 570; line-height: .9; letter-spacing: -.066em; }
.vk-story__head h2 em { display: block; color: var(--vk-blue); font-family: "DM Serif Display", Georgia, serif; font-weight: 400; letter-spacing: -.045em; }
.vk-story__head p { max-width: 680px; margin: 28px 0 0; color: var(--vk-muted); font-size: 17px; line-height: 1.55; }
.vk-situations { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.vk-situation { min-width: 0; padding: clamp(32px, 3.8vw, 52px); border: 0; border-radius: 22px; background: var(--vk-paper); transition: transform .3s ease, box-shadow .3s ease; }
.vk-situation:hover { transform: translateY(-6px); }
.vk-situation--start { box-shadow: 14px 14px 0 var(--vk-lime); }
.vk-situation--active { box-shadow: 14px 14px 0 var(--vk-blue); }
.vk-situation h3 { margin: 0 0 clamp(30px, 3vw, 46px); font-size: clamp(38px, 3.5vw, 54px); font-weight: 600; line-height: .94; letter-spacing: -.06em; }
.vk-situation ul { margin: 0; padding: 0; border-top: 1px solid var(--vk-ink); list-style: none; }
.vk-situation li { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 15px; align-items: center; min-height: 76px; padding: 18px 0 17px; border-bottom: 1px solid var(--vk-line); }
.vk-situation li:last-child { border-bottom-color: var(--vk-ink); }
.vk-situation li span { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 25px; padding: 0; border: 1.5px solid currentColor; border-radius: 50%; color: var(--vk-blue); font-size: 0; line-height: 1; }
.vk-situation li span::before { content: ""; position: absolute; top: 5px; left: 50%; width: 2.5px; height: 8px; border-radius: 3px; background: currentColor; transform: translateX(-50%); }
.vk-situation li span::after { content: ""; position: absolute; bottom: 5px; left: 50%; width: 2.5px; height: 2.5px; border-radius: 50%; background: currentColor; transform: translateX(-50%); }
.vk-situation--start li span { color: var(--vk-ink); }
.vk-situation li p { margin: 0; color: #454640; font-size: clamp(15px, 1.1vw, 18px); line-height: 1.45; }
.vk-situations__conclusion { position: relative; grid-column: 1 / -1; display: grid; grid-template-columns: minmax(210px, .3fr) minmax(0, 1fr); grid-template-areas: "person quote"; gap: clamp(42px, 7vw, 100px); align-items: center; margin: 8px 0 0; padding: clamp(30px, 3.4vw, 48px); border: 1px solid var(--vk-ink); background: var(--vk-paper); box-shadow: 12px 12px 0 var(--vk-lime); }
.vk-situations__conclusion blockquote { position: relative; grid-area: quote; max-width: 920px; margin: 0; padding-top: 42px; font-size: clamp(24px, 2.15vw, 32px); font-weight: 600; line-height: 1.25; letter-spacing: -.04em; }
.vk-situations__conclusion blockquote::before { content: "“"; position: absolute; top: -25px; left: -3px; color: var(--vk-lime); font-family: "DM Serif Display", Georgia, serif; font-size: 98px; font-weight: 400; line-height: 1; }
.vk-situations__conclusion figcaption { display: flex; grid-area: person; min-width: 0; align-items: flex-start; flex-direction: column; gap: 22px; }
.vk-situations__conclusion figcaption img { width: clamp(126px, 10vw, 154px); height: clamp(126px, 10vw, 154px); flex: 0 0 auto; object-fit: contain; object-position: center bottom; border: 1px solid var(--vk-ink); border-radius: 50%; background: #d7d7d1; box-shadow: 9px 9px 0 var(--vk-lime); }
.vk-situations__conclusion figcaption span { min-width: 0; }
.vk-situations__conclusion figcaption strong,
.vk-situations__conclusion figcaption small { display: block; }
.vk-situations__conclusion figcaption strong { font-size: 17px; line-height: 1.15; }
.vk-situations__conclusion figcaption small { margin-top: 7px; color: var(--vk-muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }

@media (max-width: 1180px) {
  .vk-story__head p { max-width: 720px; }
  .vk-situations { gap: 24px; }
}

@media (max-width: 900px) {
  .vk-situations { grid-template-columns: 1fr; gap: 28px; }
  .vk-situations__conclusion { grid-column: auto; grid-template-columns: 1fr; grid-template-areas: "person" "quote"; gap: 30px; align-items: start; }
}

@media (max-width: 640px) {
  .vk-story { padding: 68px 0; }
  .vk-story__head { margin-bottom: 40px; }
  .vk-story__head p { font-size: 16px; }
  .vk-story__head h2 { max-width: 350px; font-size: clamp(43px, 12.8vw, 52px); line-height: .91; overflow-wrap: anywhere; }
  .vk-situations { gap: 22px; }
  .vk-situation { padding: 27px 21px; }
  .vk-situation:hover { transform: none; }
  .vk-situation--start { box-shadow: 7px 7px 0 var(--vk-lime); }
  .vk-situation--active { box-shadow: 7px 7px 0 var(--vk-blue); }
  .vk-situation h3 { margin-bottom: 30px; font-size: clamp(38px, 11vw, 48px); }
  .vk-situation li { grid-template-columns: 30px minmax(0, 1fr); gap: 10px; min-height: 0; padding: 17px 0 16px; }
  .vk-situation li span { width: 24px; height: 24px; }
  .vk-situation li p { font-size: 15px; }
  .vk-situations__conclusion { margin-top: 0; padding: 26px 22px; box-shadow: 7px 7px 0 var(--vk-lime); }
  .vk-situations__conclusion blockquote { padding-top: 34px; font-size: 23px; line-height: 1.3; }
  .vk-situations__conclusion blockquote::before { top: -22px; font-size: 78px; }
  .vk-situations__conclusion figcaption { gap: 16px; min-width: 0; }
  .vk-situations__conclusion figcaption img { width: 108px; height: 108px; box-shadow: 7px 7px 0 var(--vk-lime); }
  .vk-situations__conclusion figcaption strong { font-size: 16px; }
}

/* VK contact moments: sticky card stack adapted from the placement story. */
.vk-placement-intro {
  padding: clamp(86px, 8vw, 126px) 0 clamp(52px, 5vw, 72px);
  background: #f7f9fb;
}

.vk-placement-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .55fr);
  gap: clamp(48px, 8vw, 130px);
  align-items: end;
}

.vk-placement-intro h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(60px, 5.2vw, 78px);
  font-weight: 570;
  line-height: .9;
  letter-spacing: -.066em;
}

.vk-placement-intro h2 em {
  display: block;
  color: var(--vk-blue);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.045em;
}

.vk-placement-intro p {
  max-width: 520px;
  margin: 0 0 8px;
  color: var(--vk-muted);
  font-size: 17px;
  line-height: 1.58;
}

.vk-placement-stack {
  position: relative;
  padding-bottom: 0;
  background: #f7f9fb;
}

.vk-placement-nav {
  position: sticky;
  z-index: 60;
  top: 92px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 70px;
  margin: 0 0 26px;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: var(--vk-paper);
  box-shadow: 0 14px 38px rgba(13, 15, 13, .08), 0 0 0 1px rgba(13, 15, 13, .06);
}

.vk-placement-nav button {
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 0 30px;
  border: 0;
  background: transparent;
  color: var(--vk-ink);
  text-align: left;
  cursor: pointer;
  transition: background .3s ease, color .3s ease;
}

.vk-placement-nav button:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -1px;
  width: 2px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(to bottom, transparent 0%, rgba(13, 15, 13, .22) 28%, rgba(13, 15, 13, .22) 72%, transparent 100%);
  transform: translateY(-50%);
  pointer-events: none;
}

.vk-placement-nav button span {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .07em;
}

.vk-placement-nav button strong { font-size: 17px; }
.vk-placement-nav button.is-active { background: var(--vk-lime); }

.vk-placement-cards {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 47vh;
  padding-bottom: 0;
}

.vk-placement-cards::after {
  content: "";
  display: block;
  flex: 0 0 calc(var(--vk-placement-handoff, 600px) + 25vh);
  margin-top: -47vh;
  pointer-events: none;
}

.vk-placement-card {
  position: sticky;
  top: 164px;
  display: grid;
  grid-template-columns: minmax(400px, .92fr) minmax(0, 1.08fr);
  height: min(600px, calc(100vh - 188px));
  min-height: 510px;
  overflow: hidden;
  border-radius: 26px;
  background: var(--vk-paper);
  box-shadow: 12px 12px 0 var(--vk-blue), 0 24px 58px rgba(13, 15, 13, .11);
  transform-origin: center bottom;
  transition: filter .35s ease, transform .35s ease;
}

.vk-placement-card[data-vk-placement-card="0"] { z-index: 10; top: 182px; }
.vk-placement-card[data-vk-placement-card="1"] { z-index: 20; top: 200px; }
.vk-placement-card[data-vk-placement-card="2"] { z-index: 30; top: 218px; }
.vk-placement-card:not(.is-active) { filter: saturate(.86); }
.vk-placement-card.is-past { box-shadow: 0 -1px 0 rgba(13, 15, 13, .16), 8px 8px 0 rgba(40, 104, 244, .42); filter: saturate(.72); }

.vk-placement-card.is-past .vk-placement-card__copy > *:not(.vk-placement-card__number),
.vk-placement-card.is-past .vk-placement-card__visual > * { opacity: 0; transition: opacity .18s ease; }
.vk-placement-card.is-past .vk-placement-card__number { opacity: .28; }
.vk-placement-card__copy > *,
.vk-placement-card__visual > * { transition: opacity .24s ease; }

.vk-placement-card__copy {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  padding: clamp(38px, 4.2vw, 62px);
}

.vk-placement-card__number {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
}

.vk-placement-card h2 {
  max-width: 560px;
  margin: auto 0 22px;
  font-size: clamp(44px, 3.55vw, 59px);
  font-weight: 560;
  line-height: .92;
  letter-spacing: -.064em;
}

.vk-placement-card h2 em {
  display: block;
  color: var(--vk-blue);
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1.05em;
  font-weight: 400;
  line-height: .9;
  letter-spacing: -.035em;
}

.vk-placement-card__copy > p {
  max-width: 510px;
  margin: 0;
  color: var(--vk-muted);
  font-size: 15px;
  line-height: 1.55;
}

.vk-placement-card__result {
  display: grid;
  gap: 7px;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--vk-line);
}

.vk-placement-card__result small {
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.vk-placement-card__result strong { font-size: 18px; line-height: 1.2; }

.vk-placement-card__visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #e8edf4 0%, #f7f9fb 68%, #e5eaf1 100%);
  isolation: isolate;
}

.vk-placement-card__visual::before {
  content: "VK";
  position: absolute;
  top: 42%;
  left: 50%;
  z-index: -1;
  color: rgba(40, 104, 244, .08);
  font-size: clamp(190px, 20vw, 330px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -.12em;
  transform: translate(-52%, -50%);
}

.vk-placement-card__visual::after {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 0;
  width: 220px;
  height: 12px;
  border-radius: 50%;
  background: rgba(13, 15, 13, .16);
  filter: blur(13px);
  transform: translateX(-50%);
}

.vk-placement-post {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(72%, 430px);
  padding: 17px;
  overflow: hidden;
  border: 1px solid rgba(13, 15, 13, .28);
  border-radius: 19px;
  background: #fff;
  box-shadow: 10px 10px 0 var(--vk-blue);
  color: var(--vk-ink);
  transform: translate(-50%, -50%);
}

.vk-placement-post--return { box-shadow: 10px 10px 0 var(--vk-lime); }

.vk-placement-post header {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.vk-placement-post__avatar {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--vk-lime);
  font-size: 10px;
  font-weight: 900;
}

.vk-placement-post header strong,
.vk-placement-post header small { display: block; }
.vk-placement-post header strong { overflow: hidden; font-size: 11px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.vk-placement-post header small { margin-top: 3px; color: #9399a2; font-size: 8px; }
.vk-placement-post header i { color: #8d939b; font-size: 12px; font-style: normal; letter-spacing: 2px; }
.vk-placement-post > p { margin: 14px 0; color: #4f5660; font-size: 10px; line-height: 1.42; }

.vk-placement-post__creative {
  position: relative;
  display: flex;
  min-height: 242px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  overflow: hidden;
  border-radius: 14px;
}

.vk-placement-post__creative small,
.vk-placement-post__creative strong,
.vk-placement-post__creative span { position: relative; z-index: 2; display: block; }
.vk-placement-post__creative small { width: max-content; max-width: 100%; margin-bottom: auto; padding: 7px 9px; background: var(--vk-lime); color: var(--vk-ink); font-size: 7px; font-weight: 900; text-transform: uppercase; }
.vk-placement-post__creative strong { max-width: 290px; color: #fff; font-size: 30px; font-weight: 650; line-height: .9; letter-spacing: -.055em; }
.vk-placement-post__creative strong em { display: block; color: var(--vk-lime); font-family: "DM Serif Display", Georgia, serif; font-weight: 400; letter-spacing: -.03em; }
.vk-placement-post__creative span { margin-top: 12px; color: rgba(255, 255, 255, .78); font-size: 8px; }

.vk-placement-post__creative--problem {
  background: radial-gradient(circle at 84% 18%, rgba(185, 255, 37, .72) 0 6%, transparent 26%), linear-gradient(145deg, #163f91, #2868f4 68%, #143679);
}

.vk-placement-post__creative--problem::before,
.vk-placement-post__creative--problem::after {
  content: "";
  position: absolute;
  top: -68px;
  right: -42px;
  width: 215px;
  height: 215px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
}
.vk-placement-post__creative--problem::after { top: -28px; right: -2px; width: 135px; height: 135px; }

.vk-placement-post__creative--proof { background: #10233f; }
.vk-placement-post__creative--proof > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .72; transform: scale(1.04); }
.vk-placement-post__creative--proof::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8, 26, 51, .96) 0%, rgba(8, 26, 51, .67) 44%, rgba(8, 26, 51, .12) 100%); }
.vk-placement-post__creative--proof > div { position: relative; z-index: 2; display: flex; min-height: 198px; flex-direction: column; justify-content: flex-end; }
.vk-placement-post__creative--proof small { margin-bottom: auto; }

.vk-placement-post__creative--return { justify-content: flex-start; background: var(--vk-lime); color: var(--vk-ink); }
.vk-placement-post__creative--return small { margin-bottom: 24px; background: var(--vk-blue); color: #fff; }
.vk-placement-post__creative--return strong { color: var(--vk-ink); }
.vk-placement-post__creative--return strong em { color: var(--vk-blue); }
.vk-placement-post__creative--return ul { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin: auto 0 0; padding: 0; list-style: none; }
.vk-placement-post__creative--return li { padding: 8px 6px; border: 1px solid rgba(13, 15, 13, .22); background: rgba(255, 255, 255, .6); font-size: 7px; font-weight: 800; text-align: center; }

.vk-placement-post footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  padding: 10px 10px 0;
}

.vk-placement-post footer small,
.vk-placement-post footer strong { display: block; }
.vk-placement-post footer small { color: #9399a2; font-size: 7px; }
.vk-placement-post footer strong { margin-top: 3px; overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.vk-placement-post footer button { min-width: 90px; padding: 10px 12px; border: 0; border-radius: 8px; background: var(--vk-blue); color: #fff; font-size: 8px; font-weight: 850; }

.vk-placement-card.is-active .vk-placement-post { animation: vk-placement-post-in .72s cubic-bezier(.22, 1, .36, 1) both; }
.vk-placement-card.is-active .vk-placement-post--proof img { animation: vk-placement-proof 7s ease-in-out infinite alternate; }
.vk-placement-card.is-active .vk-placement-post--return footer button { animation: vk-placement-cta 2.6s ease-in-out infinite; }

@keyframes vk-placement-post-in {
  0% { opacity: 0; transform: translate(-50%, calc(-50% + 28px)) scale(.97); }
  100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
}

@keyframes vk-placement-proof {
  0%, 18% { transform: scale(1.04); }
  78%, 100% { transform: scale(1.12); }
}

@keyframes vk-placement-cta {
  0%, 70%, 100% { box-shadow: 0 0 0 0 rgba(40, 104, 244, 0); }
  84% { box-shadow: 0 0 0 7px rgba(40, 104, 244, .18); }
}

.vk-placement-stack + .vk-profit-system {
  position: relative;
  z-index: 70;
  margin-top: calc(-1 * var(--vk-placement-handoff, 600px));
  box-shadow: 0 -24px 54px rgba(13, 15, 13, .1);
}

@media (max-width: 900px) {
  .vk-placement-intro { padding: 76px 0 52px; }
  .vk-placement-intro__grid { grid-template-columns: 1fr; gap: 24px; }
  .vk-placement-intro h2 { max-width: 620px; font-size: clamp(48px, 13vw, 68px); }
  .vk-placement-intro p { font-size: 15px; }
  .vk-placement-nav { top: 84px; height: 58px; margin-inline: -8px; margin-bottom: 18px; overflow-x: auto; border-radius: 13px; grid-template-columns: repeat(3, minmax(192px, 1fr)); scrollbar-width: none; }
  .vk-placement-nav::-webkit-scrollbar { display: none; }
  .vk-placement-nav button { gap: 12px; padding: 0 17px; }
  .vk-placement-nav button strong { font-size: 13px; }
  .vk-placement-nav button span { font-size: 9px; }
  .vk-placement-cards { gap: 42vh; }
  .vk-placement-card { grid-template-columns: 1fr; grid-template-rows: auto 270px; height: auto; min-height: 0; border-radius: 22px; box-shadow: 8px 8px 0 var(--vk-blue); }
  .vk-placement-card[data-vk-placement-card="0"] { top: 158px; }
  .vk-placement-card[data-vk-placement-card="1"] { top: 172px; }
  .vk-placement-card[data-vk-placement-card="2"] { top: 186px; }
  .vk-placement-card__copy { padding: 27px 24px 22px; }
  .vk-placement-card h2 { margin: 24px 0 13px; font-size: clamp(34px, 9.8vw, 44px); }
  .vk-placement-card__copy > p { font-size: 14px; line-height: 1.45; }
  .vk-placement-card__result { display: none; }
  .vk-placement-card__visual { min-height: 270px; }
  .vk-placement-card__visual::after { bottom: 12px; width: 130px; }
  .vk-placement-post { width: calc(100% - 30px); padding: 10px; border-radius: 14px; box-shadow: 6px 6px 0 var(--vk-blue); }
  .vk-placement-post--return { box-shadow: 6px 6px 0 var(--vk-lime); }
  .vk-placement-post header { grid-template-columns: 28px minmax(0, 1fr) auto; gap: 7px; }
  .vk-placement-post__avatar { width: 28px; height: 28px; font-size: 8px; }
  .vk-placement-post header strong { font-size: 9px; }
  .vk-placement-post header small { font-size: 7px; }
  .vk-placement-post > p { margin: 8px 0; font-size: 8px; line-height: 1.3; }
  .vk-placement-post__creative { min-height: 122px; padding: 12px; border-radius: 10px; }
  .vk-placement-post__creative small { padding: 4px 6px; font-size: 5px; }
  .vk-placement-post__creative strong { max-width: 190px; font-size: 19px; }
  .vk-placement-post__creative span { margin-top: 6px; font-size: 6px; }
  .vk-placement-post__creative--proof > div { min-height: 98px; }
  .vk-placement-post__creative--return small { margin-bottom: 10px; }
  .vk-placement-post__creative--return ul { gap: 3px; }
  .vk-placement-post__creative--return li { padding: 5px 3px; font-size: 5px; }
  .vk-placement-post footer { margin-top: 6px; padding: 4px 4px 0; }
  .vk-placement-post footer strong { font-size: 8px; }
  .vk-placement-post footer button { min-width: 72px; padding: 8px; font-size: 7px; }
}

@media (max-width: 640px) {
  .vk-placement-intro { padding: 68px 0 44px; }
  .vk-placement-intro h2 { max-width: 360px; font-size: clamp(43px, 12.8vw, 52px); line-height: .91; }
  .vk-placement-nav { top: 76px; }
  .vk-placement-card[data-vk-placement-card="0"] { top: 148px; }
  .vk-placement-card[data-vk-placement-card="1"] { top: 160px; }
  .vk-placement-card[data-vk-placement-card="2"] { top: 172px; }
  .vk-placement-card { grid-template-rows: auto 250px; }
  .vk-placement-card__visual { min-height: 250px; }
}

@media (max-height: 690px) and (min-width: 901px) {
  .vk-placement-card { min-height: 470px; height: calc(100vh - 168px); }
  .vk-placement-card__copy { padding: 40px; }
  .vk-placement-card h2 { font-size: 48px; }
  .vk-placement-card__copy > p { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .vk-placement-nav button,
  .vk-placement-card { transition: none; }
  .vk-placement-card.is-active .vk-placement-post,
  .vk-placement-card.is-active .vk-placement-post--proof img,
  .vk-placement-card.is-active .vk-placement-post--return footer button { animation: none; }
}

/* Sales system transferred from the search page and rebuilt for VK. */
.vk-profit-system {
  padding: clamp(82px, 7.5vw, 122px) 0;
  border-bottom: 1px solid var(--vk-ink);
  background: var(--vk-bg);
}

.vk-profit-system__head {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, .65fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: end;
  margin: 0 0 clamp(48px, 5vw, 72px);
}

.vk-profit-system__head h2 {
  max-width: 1060px;
  margin: 0;
  font-size: clamp(54px, 5vw, 76px);
  font-weight: 570;
  line-height: .91;
  letter-spacing: -.066em;
}

.vk-profit-system__not-equal {
  display: inline-block;
  color: var(--vk-coral);
  font-weight: 750;
  transform: translateY(-.025em);
}

.vk-profit-system__head h2 em {
  display: block;
  max-width: 1050px;
  margin: 6px 0 0;
  color: var(--vk-blue);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.045em;
}

.vk-profit-system__head p {
  max-width: 430px;
  margin: 0 0 .28em;
  color: var(--vk-muted);
  font-size: 17px;
  line-height: 1.55;
}

.vk-profit-system__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.vk-profit-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: var(--vk-paper);
}

.vk-profit-card--landing { box-shadow: 12px 12px 0 var(--vk-lime); }
.vk-profit-card--sales { box-shadow: 12px 12px 0 var(--vk-blue); }
.vk-profit-card--ads {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  align-items: stretch;
  margin-top: 2px;
  box-shadow: 12px 12px 0 var(--vk-lime);
}

.vk-profit-card__copy { padding: clamp(30px, 3.2vw, 48px); }
.vk-profit-card--ads .vk-profit-card__copy { display: flex; flex-direction: column; justify-content: center; }

.vk-profit-card__copy h3 {
  max-width: 610px;
  margin: 0;
  font-size: clamp(42px, 3.6vw, 58px);
  font-weight: 570;
  line-height: 1.06;
  letter-spacing: -.065em;
}

.vk-profit-card__copy h3 mark {
  padding: 0 .035em;
  color: inherit;
  background: linear-gradient(to bottom, transparent 0 25%, var(--vk-lime) 25% 94%, transparent 94% 100%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.vk-profit-card--sales .vk-profit-card__copy h3 mark {
  color: #fff;
  background: linear-gradient(to bottom, transparent 0 25%, var(--vk-blue) 25% 94%, transparent 94% 100%);
}

.vk-profit-card__copy p {
  max-width: 600px;
  margin: 22px 0 0;
  color: var(--vk-muted);
  font-size: 16px;
  line-height: 1.55;
}

.vk-profit-card__media {
  display: flex;
  min-width: 0;
  flex: 0 0 auto;
  flex-direction: column;
  margin: auto 0 0;
  padding: 0 clamp(22px, 2.4vw, 34px) clamp(22px, 2.4vw, 34px);
  overflow: hidden;
}

.vk-profit-card--ads .vk-profit-card__media { padding-top: clamp(22px, 2.4vw, 34px); }

.vk-profit-card__media > div {
  min-height: 330px;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  background: #fff;
}

.vk-profit-card__media figcaption {
  display: flex;
  min-height: 86px;
  align-items: center;
  margin: 0;
  padding: 20px 22px;
  border-radius: 0 0 18px 18px;
  background: var(--vk-lime);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.vk-profit-card--sales .vk-profit-card__media figcaption { background: var(--vk-blue); color: #fff; }

.vk-profit-window-bar {
  display: flex;
  gap: 6px;
  align-items: center;
  height: 38px;
  padding: 0 14px;
  border-bottom: 1px solid #dde1e7;
  background: #f7f9fb;
}

.vk-profit-window-bar i { width: 7px; height: 7px; border-radius: 50%; background: #b7bec8; }
.vk-profit-window-bar i:first-child { background: var(--vk-coral); }
.vk-profit-window-bar i:nth-child(2) { background: var(--vk-lime); }
.vk-profit-window-bar i:nth-child(3) { background: var(--vk-blue); }
.vk-profit-window-bar span { margin-left: auto; color: #7e858e; font-size: 7px; font-weight: 800; text-transform: uppercase; }

.vk-profit-landing { background: #eef3f8 !important; }

.vk-profit-funnel {
  --vk-profit-cycle: 15s;
  display: grid;
  grid-template-rows: 38px minmax(0, 1fr) 29px;
  min-height: 372px !important;
}

.vk-profit-funnel__viewport { position: relative; min-height: 0; overflow: hidden; background: #eef3f8; }
.vk-profit-funnel__scene { position: absolute; inset: 0; display: grid; place-items: center; padding: 12px; }
.vk-profit-funnel__scene--feed { z-index: 1; opacity: 1; }
.vk-profit-funnel__scene--form,
.vk-profit-funnel__scene--thanks { z-index: 2; opacity: 0; pointer-events: none; }
.vk-profit-funnel__scene--thanks { z-index: 3; background: linear-gradient(145deg, #fff 0 58%, #e1ebf8 58% 100%); }

.vk-profit-mini-feed { width: min(100%, 350px); margin: auto; transform: translateY(8px); }
.vk-profit-mini-post { overflow: hidden; margin-bottom: 10px; border: 1px solid #d9dfe7; border-radius: 13px; background: #fff; box-shadow: 0 9px 24px rgba(29, 41, 57, .09); }
.vk-profit-mini-post header { display: flex; gap: 8px; align-items: center; padding: 10px 11px 7px; }
.vk-profit-mini-post header > i { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #101619; color: #fff; font-size: 7px; font-style: normal; font-weight: 900; }
.vk-profit-mini-post--dental header > i { background: var(--vk-lime); color: var(--vk-ink); }
.vk-profit-mini-post header span { display: grid; gap: 2px; min-width: 0; }
.vk-profit-mini-post header b { overflow: hidden; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.vk-profit-mini-post header small { color: #8b929d; font-size: 5px; }
.vk-profit-mini-post header em { margin-left: auto; color: #838b96; font-size: 7px; font-style: normal; letter-spacing: .18em; }
.vk-profit-mini-post > p { margin: 0; padding: 0 11px 9px; color: #626b76; font-size: 6px; line-height: 1.4; }
.vk-profit-mini-post__placeholder { display: grid; height: 78px; place-items: end start; padding: 10px; background: repeating-linear-gradient(100deg, #e4e5e1 0 20px, #f1f1ee 20px 40px); }
.vk-profit-mini-post__placeholder span { padding: 5px 7px; background: var(--vk-lime); font-size: 5px; font-weight: 900; text-transform: uppercase; }
.vk-profit-mini-post--dental { border-color: var(--vk-blue); }
.vk-profit-mini-post__creative { position: relative; height: 158px; margin: 0 10px; overflow: hidden; border-radius: 9px; background: #173879; color: #fff; }
.vk-profit-mini-post__creative::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4, 21, 57, .82) 0 48%, rgba(4, 21, 57, .06) 76% 100%); }
.vk-profit-mini-post__creative img { width: 100%; height: 100%; object-fit: cover; }
.vk-profit-mini-post__creative > span,
.vk-profit-mini-post__creative > strong { position: absolute; z-index: 1; left: 13px; }
.vk-profit-mini-post__creative > span { top: 12px; padding: 5px 7px; background: var(--vk-lime); color: var(--vk-ink); font-size: 5px; font-weight: 900; text-transform: uppercase; }
.vk-profit-mini-post__creative > strong { bottom: 13px; max-width: 150px; font-size: 19px; line-height: .9; letter-spacing: -.055em; }
.vk-profit-mini-post__creative > strong em { display: block; color: var(--vk-lime); font-family: "DM Serif Display", Georgia, serif; font-size: 1.07em; font-weight: 400; }
.vk-profit-mini-post footer { display: flex; gap: 10px; align-items: center; padding: 9px 10px 10px; }
.vk-profit-mini-post footer > span { display: grid; gap: 2px; min-width: 0; }
.vk-profit-mini-post footer small { color: #8c949e; font-size: 5px; }
.vk-profit-mini-post footer b { overflow: hidden; font-size: 6px; text-overflow: ellipsis; white-space: nowrap; }
.vk-profit-mini-post footer button { margin-left: auto; padding: 8px 11px; border: 0; border-radius: 6px; background: var(--vk-blue); color: #fff; font-size: 6px; font-weight: 900; }

.vk-profit-lead-card { width: min(94%, 382px); padding: 23px; border: 1px solid #d6dce4; border-radius: 16px; background: #fff; box-shadow: 9px 9px 0 var(--vk-blue); }
.vk-profit-lead-card > small { color: var(--vk-blue); font-size: 6px; font-weight: 900; text-transform: uppercase; }
.vk-profit-lead-card h4 { max-width: 330px; margin: 8px 0 0; font-size: clamp(19px, 2vw, 27px); line-height: .98; letter-spacing: -.055em; }
.vk-profit-lead-card > p { max-width: 330px; margin: 8px 0 14px; color: #6a727d; font-size: 7px; line-height: 1.4; }
.vk-profit-lead-card__field { display: grid; gap: 3px; min-height: 44px; margin-top: 8px; padding: 8px 11px; border: 1px solid #ccd2da; border-radius: 7px; }
.vk-profit-lead-card__field span { color: #858c96; font-size: 5px; text-transform: uppercase; }
.vk-profit-lead-card__field b { width: max-content; max-width: 100%; overflow: hidden; font-size: 8px; white-space: nowrap; }
.vk-profit-lead-card__button { display: grid; min-height: 38px; place-items: center; margin-top: 10px; border-radius: 7px; background: var(--vk-lime); font-size: 7px; font-weight: 900; text-transform: uppercase; }
.vk-profit-thanks { display: flex; width: min(86%, 350px); flex-direction: column; align-items: center; text-align: center; }
.vk-profit-thanks > i { display: grid; width: 64px; height: 64px; place-items: center; border-radius: 50%; background: var(--vk-lime); box-shadow: 8px 8px 0 var(--vk-blue); font-size: 25px; font-style: normal; font-weight: 900; }
.vk-profit-thanks small { margin-top: 24px; color: var(--vk-blue); font-size: 6px; font-weight: 900; text-transform: uppercase; }
.vk-profit-thanks h4 { margin: 8px 0 0; font-size: clamp(25px, 2.5vw, 36px); letter-spacing: -.06em; }
.vk-profit-thanks p { margin: 8px 0 0; color: #626a74; font-size: 9px; }
.vk-profit-funnel__cursor { position: absolute; z-index: 5; top: 10%; left: 43%; width: 24px; height: 30px; opacity: 0; filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .18)); pointer-events: none; }
.vk-profit-funnel__steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; padding: 0 13px; overflow: hidden; border-top: 1px solid #d4dae2; background: #fff; }
.vk-profit-funnel__steps::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 33.333%; background: rgba(185, 255, 37, .45); }
.vk-profit-funnel__steps span { position: relative; z-index: 1; color: #707985; font-size: 6px; font-weight: 900; text-align: center; text-transform: uppercase; }

.vk-profit-crm { position: relative; padding: 18px; background: #f7f9fb !important; }
.vk-profit-crm__head { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding-bottom: 15px; border-bottom: 1px solid #cfd5dd; }
.vk-profit-crm__head strong { font-size: 13px; }
.vk-profit-crm__head span { display: inline-flex; gap: 5px; align-items: center; padding: 6px 9px; border-radius: 999px; background: #e7ebf0; color: #6e7580; font-size: 7px; }
.vk-profit-crm__head span i { width: 6px; height: 6px; border-radius: 50%; background: var(--vk-lime); box-shadow: 0 0 0 3px rgba(185, 255, 37, .2); }
.vk-profit-crm__notice { position: absolute; z-index: 3; top: 47px; right: 17px; display: flex; gap: 8px; align-items: center; width: min(224px, calc(100% - 34px)); padding: 9px 11px; border: 1px solid var(--vk-blue); border-radius: 9px; background: #fff; box-shadow: 0 8px 20px rgba(24, 52, 99, .14); opacity: 0; }
.vk-profit-crm__notice > i { display: grid; width: 22px; height: 22px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: var(--vk-blue); color: #fff; font-size: 12px; font-style: normal; }
.vk-profit-crm__notice > span { display: grid; gap: 2px; }
.vk-profit-crm__notice b { font-size: 7px; }
.vk-profit-crm__notice small { color: #737b86; font-size: 5px; }
.vk-profit-crm__labels,
.vk-profit-crm__row { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(88px, .9fr) minmax(50px, .45fr) minmax(76px, .72fr); gap: 8px; align-items: center; }
.vk-profit-crm__labels { padding: 12px 9px 8px; color: #9197a0; font-size: 6px; font-weight: 800; text-transform: uppercase; }
.vk-profit-crm__labels span:last-child { text-align: right; }
.vk-profit-crm__row { min-height: 46px; padding: 7px 9px; border-top: 1px solid #e1e4e9; background: #fff; opacity: 0; }
.vk-profit-crm__row > span { display: flex; gap: 7px; align-items: center; min-width: 0; }
.vk-profit-crm__row i { display: grid; width: 25px; height: 25px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #dce7f9; color: var(--vk-blue); font-size: 6px; font-style: normal; font-weight: 900; }
.vk-profit-crm__row b { overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.vk-profit-crm__row > strong { width: max-content; max-width: 100%; padding: 6px 7px; border-radius: 999px; background: rgba(185, 255, 37, .4); font-size: 5.5px; line-height: 1.1; }
.vk-profit-crm__row:last-of-type > strong { background: var(--vk-blue); color: #fff; }
.vk-profit-crm__row small { color: #707781; font-size: 6px; }
.vk-profit-crm__row .vk-profit-crm__sale { color: var(--vk-blue); font-size: 8px; text-align: right; opacity: 0; transform: translateX(8px); }
.vk-profit-crm__summary { display: flex; justify-content: space-between; gap: 14px; align-items: center; margin-top: 13px; padding: 11px 13px; background: var(--vk-lime); opacity: 0; }
.vk-profit-crm__summary span { display: grid; gap: 2px; }
.vk-profit-crm__summary small { font-size: 5px; font-weight: 800; text-transform: uppercase; }
.vk-profit-crm__summary b { font-size: 8px; }
.vk-profit-crm__summary > strong { font-size: 13px; }

.vk-profit-dashboard { min-height: 382px !important; padding: 19px; background: #f7f9fb !important; }
.vk-profit-dashboard__head { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding-bottom: 13px; border-bottom: 1px solid #cfd5dd; }
.vk-profit-dashboard__head strong { font-size: 13px; }
.vk-profit-dashboard__head span { display: inline-flex; gap: 6px; align-items: center; color: #737a84; font-size: 7px; }
.vk-profit-dashboard__head span i { width: 6px; height: 6px; border-radius: 50%; background: var(--vk-lime); box-shadow: 0 0 0 3px rgba(185, 255, 37, .22); }
.vk-profit-dashboard__sources { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 11px; }
.vk-profit-dashboard__sources > span { display: flex; gap: 7px; align-items: center; min-width: 0; padding: 8px 10px; border: 1px solid #d5dae1; border-radius: 7px; background: #fff; opacity: 0; transform: translateY(-9px); }
.vk-profit-dashboard__sources i { display: grid; width: 24px; height: 24px; flex: 0 0 auto; place-items: center; border-radius: 6px; background: var(--vk-blue); color: #fff; font-size: 6px; font-style: normal; font-weight: 900; }
.vk-profit-dashboard__sources span:nth-child(2) i { background: var(--vk-lime); color: var(--vk-ink); }
.vk-profit-dashboard__sources span:nth-child(3) i { background: var(--vk-ink); }
.vk-profit-dashboard__sources b { overflow: hidden; font-size: 6px; text-overflow: ellipsis; white-space: nowrap; }
.vk-profit-dashboard__metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 9px; }
.vk-profit-dashboard__metrics > span { min-width: 0; padding: 10px 12px; border: 1px solid #d5dae1; background: #fff; opacity: 0; transform: translateY(8px); }
.vk-profit-dashboard__metrics small,
.vk-profit-dashboard__metrics b { display: block; }
.vk-profit-dashboard__metrics small { overflow: hidden; color: #777e88; font-size: 5.5px; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.vk-profit-dashboard__metrics b { margin-top: 5px; overflow: hidden; font-size: clamp(13px, 1.45vw, 20px); letter-spacing: -.04em; text-overflow: ellipsis; white-space: nowrap; }
.vk-profit-dashboard__body { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(180px, .65fr); gap: 9px; margin-top: 9px; }
.vk-profit-dashboard__chart { position: relative; display: flex; gap: 8px; align-items: end; height: 116px; padding: 28px 14px 12px; border: 1px solid #d5dae1; background: linear-gradient(to bottom, #fff 0 32%, #f8fafc 32% 33%, #fff 33% 65%, #f8fafc 65% 66%, #fff 66% 100%); }
.vk-profit-dashboard__chart > small { position: absolute; top: 10px; left: 14px; color: #777e88; font-size: 5.5px; font-weight: 800; text-transform: uppercase; }
.vk-profit-dashboard__chart span { display: flex; height: 100%; flex: 1; align-items: end; }
.vk-profit-dashboard__chart i { display: block; width: 100%; height: calc(var(--bar) * 100%); min-height: 7px; border-radius: 5px 5px 0 0; background: var(--vk-blue); opacity: 0; transform: scaleY(.05); transform-origin: center bottom; }
.vk-profit-dashboard__chart span:nth-child(even) i { background: var(--vk-lime); }
.vk-profit-dashboard__funnel { display: flex; flex-direction: column; justify-content: center; padding: 7px 13px; border: 1px solid #d5dae1; background: #fff; }
.vk-profit-dashboard__funnel p { display: flex; justify-content: space-between; gap: 10px; margin: 0; padding: 7px 0; border-bottom: 1px solid #e2e5e9; opacity: 0; transform: translateX(8px); }
.vk-profit-dashboard__funnel p:last-child { border-bottom: 0; }
.vk-profit-dashboard__funnel span { color: #747b85; font-size: 5.5px; }
.vk-profit-dashboard__funnel b { flex: 0 0 auto; font-size: 8px; }
.vk-profit-dashboard__result { display: flex; justify-content: space-between; gap: 16px; align-items: center; margin-top: 9px; padding: 10px 13px; background: var(--vk-lime); opacity: 0; transform: translateY(9px); }
.vk-profit-dashboard__result span { font-size: 6px; font-weight: 900; text-transform: uppercase; }
.vk-profit-dashboard__result strong { font-size: 12px; }

.vk-page .vk-profit-system__quote {
  display: grid;
  grid-template-columns: minmax(210px, .3fr) minmax(0, 1fr);
  grid-template-areas: "person quote";
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
  margin: clamp(72px, 6vw, 96px) 0 0;
  padding: clamp(30px, 3.4vw, 48px);
  border: 0;
  background: var(--vk-paper);
  box-shadow: 12px 12px 0 var(--vk-lime);
}

.vk-profit-system__quote > figcaption { display: flex; grid-area: person; min-width: 0; flex-direction: column; gap: 22px; }
.vk-profit-system__quote > figcaption img { width: clamp(126px, 10vw, 154px); height: clamp(126px, 10vw, 154px); object-fit: contain; object-position: center bottom; border: 1px solid var(--vk-ink); border-radius: 50%; background: #d7d7d1; box-shadow: 9px 9px 0 var(--vk-lime); }
.vk-profit-system__quote > figcaption strong,
.vk-profit-system__quote > figcaption small { display: block; }
.vk-profit-system__quote > figcaption strong { font-size: 17px; line-height: 1.15; }
.vk-profit-system__quote > figcaption small { margin-top: 7px; color: var(--vk-muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.vk-profit-system__quote-copy { display: flex; grid-area: quote; min-width: 0; flex-direction: column; align-items: flex-start; gap: 30px; }
.vk-profit-system__quote blockquote { position: relative; max-width: 920px; margin: 0; padding-top: 42px; font-size: clamp(24px, 2.15vw, 32px); font-weight: 600; line-height: 1.25; letter-spacing: -.04em; }
.vk-profit-system__quote blockquote::before { content: "“"; position: absolute; top: -25px; left: -3px; color: var(--vk-lime); font-family: "DM Serif Display", Georgia, serif; font-size: 98px; font-weight: 400; line-height: 1; }
.vk-profit-system__quote-button { display: inline-flex; min-width: 230px; min-height: 58px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid var(--vk-ink); background: var(--vk-lime); color: var(--vk-ink); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; transition: color .18s ease, background-color .18s ease, transform .18s ease; }
.vk-profit-system__quote-button:hover { color: #fff; background: var(--vk-blue); transform: translateY(-2px); }

.vk-profit-card--landing.is-running .vk-profit-funnel__scene--feed { animation: vk-profit-feed-scene var(--vk-profit-cycle) linear infinite; }
.vk-profit-card--landing.is-running .vk-profit-funnel__scene--form { animation: vk-profit-form-scene var(--vk-profit-cycle) linear infinite; }
.vk-profit-card--landing.is-running .vk-profit-funnel__scene--thanks { animation: vk-profit-thanks-scene var(--vk-profit-cycle) linear infinite; }
.vk-profit-card--landing.is-running .vk-profit-mini-feed { animation: vk-profit-feed-scroll var(--vk-profit-cycle) cubic-bezier(.55, 0, .2, 1) infinite; }
.vk-profit-card--landing.is-running .vk-profit-funnel__cursor { animation: vk-profit-funnel-cursor var(--vk-profit-cycle) cubic-bezier(.55, 0, .2, 1) infinite; }
.vk-profit-card--landing.is-running .vk-profit-funnel__steps::before { animation: vk-profit-funnel-progress var(--vk-profit-cycle) ease-in-out infinite; }
.vk-profit-card--landing.is-running .vk-profit-lead-card__field b { animation: vk-profit-field-fill var(--vk-profit-cycle) steps(12, end) infinite; }
.vk-profit-card--landing.is-running .vk-profit-lead-card__field:nth-of-type(2) b { animation-delay: .45s; }
.vk-profit-card--landing.is-running .vk-profit-lead-card__button { animation: vk-profit-submit var(--vk-profit-cycle) ease infinite; }
.vk-profit-card--sales.is-running .vk-profit-crm__notice { animation: vk-profit-crm-notice 12s ease infinite; }
.vk-profit-card--sales.is-running .vk-profit-crm__row { animation: vk-profit-crm-row 12s cubic-bezier(.22, 1, .36, 1) infinite both; animation-delay: calc(var(--crm-row) * .72s); }
.vk-profit-card--sales.is-running .vk-profit-crm__sale { animation: vk-profit-crm-sale 12s cubic-bezier(.22, 1, .36, 1) infinite both; animation-delay: calc(var(--crm-row) * .72s); }
.vk-profit-card--sales.is-running .vk-profit-crm__summary { animation: vk-profit-crm-summary 12s ease infinite; }
.vk-profit-card--ads.is-running .vk-profit-dashboard__sources > span { animation: vk-profit-result-source 12s cubic-bezier(.22, 1, .36, 1) infinite; }
.vk-profit-card--ads.is-running .vk-profit-dashboard__sources > span:nth-child(2) { animation-delay: .22s; }
.vk-profit-card--ads.is-running .vk-profit-dashboard__sources > span:nth-child(3) { animation-delay: .44s; }
.vk-profit-card--ads.is-running .vk-profit-dashboard__metrics > span { animation: vk-profit-result-metric 12s cubic-bezier(.22, 1, .36, 1) infinite; }
.vk-profit-card--ads.is-running .vk-profit-dashboard__metrics > span:nth-child(2) { animation-delay: .16s; }
.vk-profit-card--ads.is-running .vk-profit-dashboard__metrics > span:nth-child(3) { animation-delay: .32s; }
.vk-profit-card--ads.is-running .vk-profit-dashboard__metrics > span:nth-child(4) { animation-delay: .48s; }
.vk-profit-card--ads.is-running .vk-profit-dashboard__chart i { animation: vk-profit-result-bar 12s cubic-bezier(.22, 1, .36, 1) infinite; animation-delay: calc(var(--bar-step) * .12s); }
.vk-profit-card--ads.is-running .vk-profit-dashboard__funnel p { animation: vk-profit-result-row 12s cubic-bezier(.22, 1, .36, 1) infinite; }
.vk-profit-card--ads.is-running .vk-profit-dashboard__funnel p:nth-child(2) { animation-delay: .18s; }
.vk-profit-card--ads.is-running .vk-profit-dashboard__funnel p:nth-child(3) { animation-delay: .36s; }
.vk-profit-card--ads.is-running .vk-profit-dashboard__funnel p:nth-child(4) { animation-delay: .54s; }
.vk-profit-card--ads.is-running .vk-profit-dashboard__result { animation: vk-profit-result-final 12s cubic-bezier(.22, 1, .36, 1) infinite; }

@keyframes vk-profit-feed-scene {
  0%, 37% { opacity: 1; transform: none; }
  40%, 100% { opacity: 0; transform: translateX(-24px); }
}

@keyframes vk-profit-form-scene {
  0%, 38% { opacity: 0; transform: translateX(28px); }
  42%, 72% { opacity: 1; transform: none; }
  76%, 100% { opacity: 0; transform: translateX(-20px); }
}

@keyframes vk-profit-thanks-scene {
  0%, 73% { opacity: 0; transform: scale(.94); }
  77%, 94% { opacity: 1; transform: scale(1); }
  98%, 100% { opacity: 0; transform: scale(1.03); }
}

@keyframes vk-profit-feed-scroll {
  0%, 7% { transform: translateY(8px); }
  16%, 36% { transform: translateY(-122px); }
  39%, 100% { transform: translateY(-132px); }
}

@keyframes vk-profit-funnel-cursor {
  0%, 20% { opacity: 0; transform: translate(108px, 146px) scale(1); }
  23% { opacity: 1; transform: translate(108px, 146px) scale(1); }
  31% { opacity: 1; transform: translate(145px, 189px) scale(1); }
  33% { opacity: 1; transform: translate(145px, 189px) scale(.78); }
  35%, 55% { opacity: 0; transform: translate(145px, 189px) scale(1); }
  58% { opacity: 1; transform: translate(112px, 116px) scale(1); }
  68% { opacity: 1; transform: translate(82px, 194px) scale(1); }
  70% { opacity: 1; transform: translate(82px, 194px) scale(.78); }
  72%, 100% { opacity: 0; transform: translate(82px, 194px) scale(1); }
}

@keyframes vk-profit-funnel-progress {
  0%, 37% { transform: translateX(0); }
  43%, 72% { transform: translateX(100%); }
  78%, 96% { transform: translateX(200%); }
  100% { transform: translateX(0); }
}

@keyframes vk-profit-field-fill {
  0%, 44% { clip-path: inset(0 100% 0 0); }
  53%, 94% { clip-path: inset(0); }
  100% { clip-path: inset(0 100% 0 0); }
}

@keyframes vk-profit-submit {
  0%, 65%, 72%, 100% { transform: none; filter: none; }
  69% { transform: scale(.97); filter: brightness(.93); }
}

@keyframes vk-profit-crm-notice {
  0%, 3% { opacity: 0; transform: translateY(-13px); }
  7%, 18% { opacity: 1; transform: none; }
  23%, 100% { opacity: 0; transform: translateY(-6px); }
}

@keyframes vk-profit-crm-row {
  0%, 5% { opacity: 0; transform: translateY(-15px); background: #edf4ff; }
  11%, 79% { opacity: 1; transform: none; background: #fff; }
  88%, 100% { opacity: 0; transform: translateY(8px); background: #fff; }
}

@keyframes vk-profit-crm-sale {
  0%, 27% { opacity: 0; transform: translateX(8px); filter: blur(3px); }
  36%, 78% { opacity: 1; transform: none; filter: none; }
  88%, 100% { opacity: 0; transform: translateX(5px); filter: blur(2px); }
}

@keyframes vk-profit-crm-summary {
  0%, 39% { opacity: 0; transform: translateY(8px); }
  48%, 80% { opacity: 1; transform: none; }
  90%, 100% { opacity: 0; transform: translateY(5px); }
}

@keyframes vk-profit-result-source {
  0%, 5% { opacity: 0; transform: translateY(-9px); }
  11%, 96% { opacity: 1; transform: none; }
  99%, 100% { opacity: 0; transform: translateY(-4px); }
}

@keyframes vk-profit-result-metric {
  0%, 17% { opacity: 0; transform: translateY(8px); }
  25%, 96% { opacity: 1; transform: none; }
  99%, 100% { opacity: 0; transform: translateY(4px); }
}

@keyframes vk-profit-result-bar {
  0%, 33% { opacity: 0; transform: scaleY(.05); }
  44%, 96% { opacity: 1; transform: scaleY(1); }
  99%, 100% { opacity: 0; transform: scaleY(.12); }
}

@keyframes vk-profit-result-row {
  0%, 37% { opacity: 0; transform: translateX(8px); }
  47%, 96% { opacity: 1; transform: none; }
  99%, 100% { opacity: 0; transform: translateX(4px); }
}

@keyframes vk-profit-result-final {
  0%, 55% { opacity: 0; transform: translateY(9px); }
  64%, 96% { opacity: 1; transform: none; }
  99%, 100% { opacity: 0; transform: translateY(4px); }
}

@media (max-width: 1100px) {
  .vk-profit-system__head { grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 42px; }
  .vk-profit-dashboard__body { grid-template-columns: minmax(0, 1fr) minmax(145px, .7fr); }
}

@media (max-width: 900px) {
  .vk-profit-system__head { display: block; }
  .vk-profit-system__head p { max-width: 720px; margin-top: 24px; }
  .vk-profit-system__quote { grid-template-columns: 1fr; grid-template-areas: "person" "quote"; gap: 30px; align-items: start; }
}

@media (max-width: 640px) {
  .vk-profit-system { padding: 68px 0; }
  .vk-profit-system__head { margin-bottom: 40px; }
  .vk-profit-system__head h2 { font-size: 45px; }
  .vk-profit-system__head h2 em { margin-top: 7px; font-size: .88em; line-height: .94; }
  .vk-profit-system__head p { margin: 22px 0 0; font-size: 15px; }
  .vk-profit-system__grid { grid-template-columns: 1fr; gap: 22px; }
  .vk-profit-card--ads { grid-column: auto; display: flex; margin-top: 0; }
  .vk-profit-card--landing,
  .vk-profit-card--sales,
  .vk-profit-card--ads { box-shadow: 8px 8px 0 var(--vk-lime); }
  .vk-profit-card--sales { box-shadow: 8px 8px 0 var(--vk-blue); }
  .vk-profit-card__copy { padding: 28px 22px 24px; }
  .vk-profit-card__copy h3 { font-size: 38px; }
  .vk-profit-card__copy p { margin-top: 18px; font-size: 15px; }
  .vk-profit-card__media { padding: 0 16px 16px; }
  .vk-profit-card--ads .vk-profit-card__media { padding-top: 0; }
  .vk-profit-card__media > div { min-height: 278px; border-radius: 13px 13px 0 0; }
  .vk-profit-card__media figcaption { min-height: 0; padding: 17px 16px; border-radius: 0 0 13px 13px; font-size: 13px; }
  .vk-profit-funnel { min-height: 350px !important; }
  .vk-profit-funnel__scene { padding: 9px; }
  .vk-profit-mini-feed { width: min(100%, 310px); }
  .vk-profit-mini-post__creative { height: 146px; }
  .vk-profit-lead-card { padding: 15px 16px; }
  .vk-profit-lead-card h4 { margin-top: 6px; font-size: 21px; }
  .vk-profit-lead-card > p { margin: 6px 0 9px; }
  .vk-profit-lead-card__field { min-height: 38px; margin-top: 6px; padding: 6px 9px; }
  .vk-profit-lead-card__button { min-height: 34px; margin-top: 8px; }
  .vk-profit-funnel__cursor { left: 37%; width: 21px; }
  .vk-profit-crm { padding: 12px; }
  .vk-profit-crm__labels,
  .vk-profit-crm__row { grid-template-columns: minmax(0, 1.05fr) minmax(82px, .83fr) minmax(74px, .72fr); gap: 6px; }
  .vk-profit-crm__labels span:nth-child(3),
  .vk-profit-crm__row > small { display: none; }
  .vk-profit-crm__labels span:last-child { display: block; text-align: right; }
  .vk-profit-crm__row > strong { padding: 5px 6px; font-size: 5px; }
  .vk-profit-crm__row .vk-profit-crm__sale { display: block; font-size: 7px; }
  .vk-profit-crm__notice { top: 43px; right: 11px; }
  .vk-profit-crm__summary { display: grid; }
  .vk-profit-dashboard { min-height: 506px !important; padding: 13px; }
  .vk-profit-dashboard__sources { grid-template-columns: 1fr; gap: 5px; }
  .vk-profit-dashboard__sources > span { padding: 6px 8px; }
  .vk-profit-dashboard__sources i { width: 21px; height: 21px; }
  .vk-profit-dashboard__metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
  .vk-profit-dashboard__metrics > span { padding: 9px 7px; }
  .vk-profit-dashboard__metrics b { font-size: 14px; }
  .vk-profit-dashboard__body { grid-template-columns: 1fr; }
  .vk-profit-dashboard__chart { height: 100px; }
  .vk-profit-dashboard__funnel { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 12px; }
  .vk-profit-dashboard__funnel p:nth-child(3) { border-bottom: 0; }
  .vk-profit-dashboard__result { display: grid; gap: 4px; }
  .vk-page .vk-profit-system__quote { margin-top: 52px; padding: 26px 22px; box-shadow: 7px 7px 0 var(--vk-lime); }
  .vk-profit-system__quote > figcaption { gap: 16px; }
  .vk-profit-system__quote > figcaption img { width: 108px; height: 108px; box-shadow: 7px 7px 0 var(--vk-lime); }
  .vk-profit-system__quote blockquote { padding-top: 34px; font-size: 23px; line-height: 1.3; }
  .vk-profit-system__quote blockquote::before { top: -22px; font-size: 78px; }
  .vk-profit-system__quote-copy { gap: 24px; }
  .vk-profit-system__quote-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .vk-profit-funnel__scene--feed { opacity: 1; transform: none; }
  .vk-profit-funnel__scene--form,
  .vk-profit-funnel__scene--thanks,
  .vk-profit-funnel__cursor { display: none; }
  .vk-profit-mini-feed { transform: translateY(-122px); }
  .vk-profit-crm__notice { display: none; }
  .vk-profit-crm__row,
  .vk-profit-crm__row .vk-profit-crm__sale,
  .vk-profit-crm__summary { opacity: 1; transform: none; filter: none; }
  .vk-profit-dashboard__sources > span,
  .vk-profit-dashboard__metrics > span,
  .vk-profit-dashboard__chart i,
  .vk-profit-dashboard__funnel p,
  .vk-profit-dashboard__result { opacity: 1; transform: none; }
}

/* Problems businesses bring to VK advertising */
.vk-pain-cards {
  padding: clamp(82px, 7.5vw, 122px) 0;
  border-top: 1px solid var(--vk-ink);
  border-bottom: 1px solid var(--vk-ink);
  background: #fff;
}

.vk-pain-cards__heading {
  max-width: 1120px;
  margin: 0 0 clamp(36px, 4vw, 56px);
}

.vk-pain-cards__heading h2 {
  margin: 0;
  font-size: clamp(46px, 4vw, 64px);
  font-weight: 600;
  letter-spacing: -.06em;
  line-height: .98;
}

.vk-pain-cards__heading h2 span { display: block; }
.vk-pain-cards__heading h2 em,
.vk-pain-cards__heading h2 strong { font-style: normal; font-weight: inherit; }
.vk-pain-cards__heading h2 em { color: var(--vk-blue); }
.vk-pain-cards__heading h2 strong { color: var(--vk-coral); }

.vk-pain-cards__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.vk-pain-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 520px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 26px;
  background: var(--vk-bg);
  box-shadow: 9px 9px 0 rgba(255, 120, 104, .78);
}

.vk-pain-card__copy {
  position: relative;
  z-index: 1;
  padding: 30px 28px 12px;
}

.vk-pain-card h3 {
  max-width: 420px;
  margin: 0;
  font-size: clamp(28px, 2.15vw, 36px);
  font-weight: 650;
  letter-spacing: -.055em;
  line-height: 1.02;
}

.vk-pain-card h3 strong {
  display: block;
  color: var(--vk-blue);
  font-weight: 700;
}

.vk-pain-card p {
  max-width: 420px;
  margin: 16px 0 0;
  color: var(--vk-muted);
  font-size: 14px;
  line-height: 1.5;
}

.vk-pain-card__visual {
  position: relative;
  display: flex;
  min-height: 228px;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 8px 18px 20px;
}

.vk-pain-feed {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  max-width: 410px;
  height: 220px;
  grid-template-columns: minmax(0, 1fr) 86px;
  gap: 10px;
  align-items: stretch;
}

.vk-pain-feed__window {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 18, 15, .23);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(17, 18, 15, .09);
}

.vk-pain-feed__bar {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: space-between;
  padding: 0 11px;
  border-bottom: 1px solid rgba(17, 18, 15, .14);
  background: var(--vk-blue);
  color: #fff;
}

.vk-pain-feed__bar strong { font-size: 10px; }
.vk-pain-feed__bar span { font-size: 6px; font-weight: 800; letter-spacing: .12em; }
.vk-pain-feed__viewport { position: relative; height: calc(100% - 30px); overflow: hidden; }
.vk-pain-feed__stream { position: absolute; inset: 0 0 auto; padding: 10px; animation: vk-pain-feed-scroll 7s cubic-bezier(.55, .08, .25, .98) infinite; }
.vk-pain-feed__stream article { min-height: 105px; margin-bottom: 9px; padding: 9px; border: 1px solid #dde2e8; border-radius: 10px; background: #fff; }
.vk-pain-feed__stream header { display: flex; gap: 7px; align-items: center; }
.vk-pain-feed__stream header > i { display: grid; width: 23px; height: 23px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #dfe4ea; color: var(--vk-ink); font-size: 6px; font-style: normal; font-weight: 900; }
.vk-pain-feed__stream header span { display: grid; min-width: 0; flex: 1; gap: 3px; }
.vk-pain-feed__stream header b,
.vk-pain-feed__stream header small,
.vk-pain-feed__stream > article > p { display: block; height: 4px; border-radius: 6px; background: #d9dde3; }
.vk-pain-feed__stream header b { width: 58%; }
.vk-pain-feed__stream header small { width: 35%; }
.vk-pain-feed__stream > article > p { width: 82%; margin: 8px 0; }
.vk-pain-feed__stream > article > figure { height: 47px; margin: 0; border-radius: 7px; background: #e9e7e0; }
.vk-pain-feed__stream .vk-pain-feed__ad { min-height: 170px; border-color: rgba(36, 105, 246, .45); }
.vk-pain-feed__ad header > i { background: var(--vk-lime); }
.vk-pain-feed__ad header b,
.vk-pain-feed__ad header small { width: auto; height: auto; background: none; color: var(--vk-ink); font-size: 6px; }
.vk-pain-feed__ad header small { color: #858c96; font-size: 5px; }
.vk-pain-feed__stream > .vk-pain-feed__ad > p { width: auto; height: auto; margin: 8px 0; background: none; color: #646c76; font-size: 6px; line-height: 1.35; }
.vk-pain-feed__ad figure { display: grid; align-content: end; min-height: 85px; padding: 10px; background: radial-gradient(circle at 78% 28%, rgba(188, 255, 44, .6), transparent 25%), linear-gradient(135deg, #2469f6, #153b8c) !important; color: #fff; }
.vk-pain-feed__ad figure span { font-size: 13px; font-weight: 800; letter-spacing: -.04em; }
.vk-pain-feed__ad figure strong { color: var(--vk-lime); font-family: "DM Serif Display", Georgia, serif; font-size: 15px; font-weight: 400; line-height: .9; }
.vk-pain-feed__arrow { align-self: center; width: 68px; overflow: visible; }
.vk-pain-feed__arrow polyline { fill: none; stroke: var(--vk-coral); stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 150; animation: vk-pain-arrow 7s ease infinite; }
.vk-pain-feed__arrow polygon { fill: var(--vk-coral); animation: vk-pain-arrow-tip 7s ease infinite; }
.vk-pain-feed__result { position: absolute; z-index: 2; right: 0; bottom: 24px; width: 86px; padding: 10px 7px; border-radius: 13px; background: var(--vk-ink); color: #fff; text-align: center; box-shadow: 5px 5px 0 var(--vk-coral); animation: vk-pain-result 7s ease infinite; }
.vk-pain-feed__result strong { display: block; color: var(--vk-coral); font-size: 34px; letter-spacing: -.07em; line-height: .82; }
.vk-pain-feed__result span { display: block; margin-top: 5px; font-size: 11px; font-weight: 800; line-height: 1; }
.vk-pain-feed__result small { display: block; margin-top: 4px; color: rgba(255, 255, 255, .68); font-size: 7px; font-weight: 700; text-transform: uppercase; }

.vk-pain-audience,
.vk-pain-crm {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 410px;
  height: 220px;
  overflow: hidden;
  padding: 12px;
  border: 1px solid rgba(17, 18, 15, .2);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(17, 18, 15, .09);
}

.vk-pain-audience__head,
.vk-pain-crm__top {
  display: flex;
  min-height: 27px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(17, 18, 15, .16);
}

.vk-pain-audience__head strong,
.vk-pain-crm__top strong { font-size: 8px; letter-spacing: .08em; }
.vk-pain-audience__head span,
.vk-pain-crm__top span { color: var(--vk-coral); font-size: 7px; font-weight: 900; letter-spacing: .08em; }
.vk-pain-audience__target { display: grid; gap: 3px; margin-top: 9px; padding: 7px 9px; border-radius: 7px; background: rgba(255, 120, 104, .12); animation: vk-pain-target-pulse 2.2s ease-in-out infinite; }
.vk-pain-audience__target small { color: var(--vk-muted); font-size: 5px; text-transform: uppercase; }
.vk-pain-audience__target strong { font-size: 9px; }
.vk-pain-audience__post { position: relative; display: grid; min-height: 91px; align-content: end; margin-top: 8px; padding: 11px; overflow: hidden; border-radius: 9px; background: radial-gradient(circle at 82% 24%, rgba(188, 255, 44, .62), transparent 22%), linear-gradient(135deg, #2469f6, #143a8f); color: #fff; }
.vk-pain-audience__post::after { content: "НЕ ДЛЯ МЕНЯ"; position: absolute; top: 12px; right: -24px; padding: 5px 29px; background: var(--vk-coral); color: var(--vk-ink); font-size: 5px; font-weight: 900; transform: rotate(28deg); }
.vk-pain-audience__post span { font-size: 6px; text-transform: uppercase; }
.vk-pain-audience__post strong { margin-top: 3px; font-size: 18px; letter-spacing: -.055em; line-height: .87; }
.vk-pain-audience__post small { margin-top: 5px; color: var(--vk-lime); font-size: 6px; }
.vk-pain-audience__stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; margin-top: 8px; }
.vk-pain-audience__stats > span { display: grid; gap: 2px; padding: 5px 6px; background: #f1f3f6; }
.vk-pain-audience__stats small { color: var(--vk-muted); font-size: 5px; text-transform: uppercase; }
.vk-pain-audience__stats b { font-size: 9px; }
.vk-pain-audience__stats span:last-child { background: rgba(255, 120, 104, .17); }
.vk-pain-audience__stats span:last-child b { color: #d94534; }

.vk-pain-crm__head,
.vk-pain-crm__row { display: grid; grid-template-columns: 1.35fr .72fr .82fr; gap: 7px; align-items: center; }
.vk-pain-crm__head { min-height: 27px; color: var(--vk-muted); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vk-pain-crm__row { min-height: 30px; margin-top: 3px; padding: 4px 7px; border-radius: 7px; background: #f0f2f5; opacity: 0; transform: translateX(-14px); animation: vk-pain-crm-row 7s ease-in-out infinite; animation-delay: calc(var(--pain-row) * .55s); }
.vk-pain-crm__row span { color: var(--vk-muted); font-size: 9px; font-weight: 650; }
.vk-pain-crm__row b { color: var(--vk-blue); font-size: 18px; line-height: 1; }
.vk-pain-crm__row em { justify-self: start; min-width: 27px; padding: 4px 6px; border-radius: 999px; background: var(--vk-lime); color: var(--vk-ink); font-size: 10px; font-style: normal; font-weight: 850; text-align: center; }
.vk-pain-crm__row[style*="--pain-row:0"] em { background: rgba(255, 120, 104, .15); color: #d94534; }

.vk-page .vk-pain-cards__conclusion {
  display: grid;
  grid-template-columns: minmax(150px, .26fr) minmax(0, 1fr);
  gap: 40px;
  align-items: center;
  margin: 64px 0 0;
  padding: 34px 38px;
  border: 0;
  background: var(--vk-paper);
  box-shadow: 12px 12px 0 var(--vk-lime);
}

.vk-pain-cards__conclusion figcaption { display: grid; gap: 12px; align-items: start; }
.vk-pain-cards__conclusion figcaption img { width: 122px; height: 122px; margin: 0; border: 1px solid var(--vk-ink); border-radius: 50%; object-fit: contain; object-position: center bottom; background: #d9d9d5; box-shadow: 8px 8px 0 var(--vk-lime); }
.vk-pain-cards__conclusion figcaption span { display: grid; gap: 5px; }
.vk-pain-cards__conclusion figcaption strong { font-size: 17px; line-height: 1.1; }
.vk-pain-cards__conclusion figcaption small { color: var(--vk-muted); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.vk-pain-cards__conclusion blockquote { position: relative; margin: 0; padding: 38px 0 0; font-size: clamp(24px, 2.2vw, 38px); font-weight: 650; line-height: 1.05; letter-spacing: -.045em; }
.vk-pain-cards__conclusion blockquote::before { content: "“"; position: absolute; top: -13px; left: 0; color: var(--vk-lime); font-family: Georgia, serif; font-size: 76px; line-height: 1; }

@media (hover: hover) and (pointer: fine) {
  .vk-pain-card { transition: transform .35s cubic-bezier(.2, .7, .2, 1), box-shadow .35s cubic-bezier(.2, .7, .2, 1); }
  .vk-pain-card:hover { transform: translateY(-5px); }
}

@keyframes vk-pain-feed-scroll {
  0%, 10% { transform: translateY(0); }
  34%, 62% { transform: translateY(-112px); }
  88%, 100% { transform: translateY(-290px); }
}

@keyframes vk-pain-arrow {
  0%, 34% { stroke-dashoffset: 150; opacity: 0; }
  48%, 86% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: 0; opacity: 0; }
}

@keyframes vk-pain-arrow-tip {
  0%, 46% { opacity: 0; }
  52%, 86% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes vk-pain-result {
  0%, 48% { opacity: 0; transform: translateY(8px) scale(.94); }
  58%, 88% { opacity: 1; transform: none; }
  100% { opacity: 0; transform: translateY(6px) scale(.97); }
}

@keyframes vk-pain-target-pulse {
  0%, 100% { box-shadow: inset 0 0 0 1px rgba(255, 120, 104, .08); }
  50% { box-shadow: inset 0 0 0 2px rgba(255, 120, 104, .42); }
}

@keyframes vk-pain-crm-row {
  0%, 8% { opacity: 0; transform: translateX(-14px); }
  18%, 84% { opacity: 1; transform: none; }
  96%, 100% { opacity: 0; transform: translateX(8px); }
}

@media (max-width: 880px) {
  .vk-pain-cards__track { grid-template-columns: 1fr; gap: 22px; }
  .vk-pain-card { min-height: 470px; }
}

@media (max-width: 640px) {
  .vk-pain-cards { padding: 68px 0 76px; overflow: hidden; }
  .vk-pain-cards__heading { margin-bottom: 38px; }
  .vk-pain-cards__heading h2 { font-size: 40px; line-height: .97; }
  .vk-pain-cards__heading h2 span { margin-top: 6px; }
  .vk-pain-cards__track { padding: 0 8px 8px 0; gap: 20px; }
  .vk-pain-card { min-height: 440px; border-radius: 22px; box-shadow: 8px 8px 0 rgba(255, 120, 104, .78); }
  .vk-pain-card__copy { padding: 28px 23px 18px; }
  .vk-pain-card h3 { font-size: 34px; }
  .vk-pain-card p { margin-top: 17px; font-size: 14px; }
  .vk-pain-card__visual { min-height: 205px; padding: 0 10px 20px; }
  .vk-pain-feed { height: 210px; grid-template-columns: minmax(0, 1fr) 78px; gap: 8px; }
  .vk-pain-feed__arrow { width: 60px; }
  .vk-pain-feed__result { width: 78px; }
  .vk-pain-feed__result strong { font-size: 31px; }
  .vk-pain-audience,
  .vk-pain-crm { height: 210px; }
  .vk-page .vk-pain-cards__conclusion { grid-template-columns: 1fr; gap: 20px; margin: 42px 8px 0 0; padding: 25px 22px; box-shadow: 8px 8px 0 var(--vk-lime); }
  .vk-pain-cards__conclusion figcaption { grid-template-columns: 88px 1fr; align-items: center; }
  .vk-pain-cards__conclusion figcaption img { width: 84px; height: 84px; box-shadow: 6px 6px 0 var(--vk-lime); }
  .vk-pain-cards__conclusion figcaption strong { font-size: 15px; }
  .vk-pain-cards__conclusion blockquote { padding-top: 27px; font-size: 20px; line-height: 1.15; }
  .vk-pain-cards__conclusion blockquote::before { top: -9px; font-size: 58px; }
}

@media (prefers-reduced-motion: reduce) {
  .vk-pain-feed__stream { transform: translateY(-112px); animation: none; }
  .vk-pain-feed__arrow polyline,
  .vk-pain-feed__arrow polygon,
  .vk-pain-feed__result,
  .vk-pain-audience__target,
  .vk-pain-crm__row { opacity: 1; transform: none; animation: none; }
}

/* First 30 days after launch */
.vk-aftercare {
  padding: clamp(80px, 7vw, 120px) 0;
  border-bottom: 1px solid var(--vk-line);
  background: #fff;
}

.vk-aftercare__head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .55fr);
  gap: clamp(48px, 7vw, 112px);
  align-items: end;
  margin-bottom: clamp(42px, 5vw, 72px);
}

.vk-aftercare__head h2 {
  margin: 0;
  font-size: clamp(58px, 5.1vw, 78px);
  font-weight: 500;
  letter-spacing: -.06em;
  line-height: .91;
}

.vk-aftercare__head h2 em {
  display: block;
  color: var(--vk-blue);
  font-family: "DM Serif Display", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  letter-spacing: -.04em;
}

.vk-aftercare__head > p {
  margin: 0;
  color: var(--vk-muted);
  font-size: 17px;
  line-height: 1.58;
}

.vk-aftercare__timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.vk-aftercare__timeline article {
  position: relative;
  isolation: isolate;
  display: flex;
  min-width: 0;
  min-height: clamp(290px, 24vw, 360px);
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid var(--vk-line);
  border-radius: 24px;
  background: #fff;
}

.vk-aftercare__timeline article:first-child {
  border-color: transparent;
  background: var(--vk-lime);
}

.vk-aftercare__timeline article:last-child {
  border-color: transparent;
  background: var(--vk-blue);
  color: #fff;
}

.vk-aftercare__timeline span {
  position: absolute;
  z-index: 0;
  top: clamp(24px, 2.4vw, 36px);
  left: clamp(24px, 2.8vw, 42px);
  display: flex;
  max-width: calc(100% - 48px);
  gap: 10px;
  align-items: flex-end;
  color: rgba(17, 18, 15, .075);
  pointer-events: none;
  white-space: nowrap;
}

.vk-aftercare__timeline span strong {
  font-size: clamp(48px, 4vw, 68px);
  font-weight: 800;
  letter-spacing: -.08em;
  line-height: .78;
}

.vk-aftercare__timeline span small {
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.vk-aftercare__timeline article:first-child span { color: rgba(17, 18, 15, .11); }
.vk-aftercare__timeline article:last-child span { color: rgba(255, 255, 255, .16); }
.vk-aftercare__timeline h3,
.vk-aftercare__timeline p { position: relative; z-index: 1; }

.vk-aftercare__timeline h3 {
  margin: 0 0 14px;
  font-size: clamp(25px, 1.85vw, 32px);
  line-height: 1;
  letter-spacing: -.05em;
}

.vk-aftercare__timeline p {
  max-width: 540px;
  margin: 0;
  color: var(--vk-muted);
  font-size: 16px;
  line-height: 1.5;
}

.vk-aftercare__timeline article:first-child p { color: rgba(17, 18, 15, .67); }
.vk-aftercare__timeline article:last-child p { color: rgba(255, 255, 255, .76); }

@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
  .vk-aftercare__timeline.is-entrance-ready article {
    opacity: 1;
    transform: translateX(0) rotate(0);
    transition: opacity .42s ease, transform .86s cubic-bezier(.2, .75, .2, 1);
    will-change: opacity, transform;
  }

  .vk-aftercare__timeline.is-entrance-ready:not(.is-entrance-visible) article { opacity: 0; }
  .vk-aftercare__timeline.is-entrance-ready:not(.is-entrance-visible) article:nth-child(1) { transform: translateX(-52px) rotate(-1.5deg); }
  .vk-aftercare__timeline.is-entrance-ready:not(.is-entrance-visible) article:nth-child(2) { transform: translateX(calc(-100% - 14px)) rotate(-2deg); }
  .vk-aftercare__timeline.is-entrance-ready:not(.is-entrance-visible) article:nth-child(3) { transform: translateX(calc(-200% - 28px)) rotate(-2.5deg); }
  .vk-aftercare__timeline.is-entrance-ready:not(.is-entrance-visible) article:nth-child(4) { transform: translateX(calc(-300% - 42px)) rotate(-3deg); }
  .vk-aftercare__timeline.is-entrance-ready article:nth-child(1) { transition-delay: 0ms; }
  .vk-aftercare__timeline.is-entrance-ready article:nth-child(2) { transition-delay: 130ms; }
  .vk-aftercare__timeline.is-entrance-ready article:nth-child(3) { transition-delay: 260ms; }
  .vk-aftercare__timeline.is-entrance-ready article:nth-child(4) { transition-delay: 390ms; }

  .vk-aftercare__timeline article {
    --vk-aftercare-date-base: rgba(17, 18, 15, .075);
    --vk-aftercare-date-shine: rgba(36, 105, 246, .9);
  }

  .vk-aftercare__timeline article:first-child {
    --vk-aftercare-date-base: rgba(17, 18, 15, .11);
    --vk-aftercare-date-shine: rgba(17, 18, 15, .78);
  }

  .vk-aftercare__timeline article:last-child {
    --vk-aftercare-date-base: rgba(255, 255, 255, .16);
    --vk-aftercare-date-shine: rgba(255, 255, 255, .95);
  }

  .vk-aftercare__timeline span strong,
  .vk-aftercare__timeline span small {
    color: transparent;
    background-image: linear-gradient(105deg, var(--vk-aftercare-date-base) 36%, var(--vk-aftercare-date-base) 43%, var(--vk-aftercare-date-shine) 50%, var(--vk-aftercare-date-base) 57%, var(--vk-aftercare-date-base) 64%);
    background-position: 120% 0;
    background-size: 260% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .vk-aftercare__timeline:hover article span strong,
  .vk-aftercare__timeline:hover article span small { animation: vk-aftercare-date-sheen 1.05s cubic-bezier(.2, .7, .2, 1) both; }
  .vk-aftercare__timeline:hover article:nth-child(2) span strong,
  .vk-aftercare__timeline:hover article:nth-child(2) span small { animation-delay: 110ms; }
  .vk-aftercare__timeline:hover article:nth-child(3) span strong,
  .vk-aftercare__timeline:hover article:nth-child(3) span small { animation-delay: 220ms; }
  .vk-aftercare__timeline:hover article:nth-child(4) span strong,
  .vk-aftercare__timeline:hover article:nth-child(4) span small { animation-delay: 330ms; }
}

@keyframes vk-aftercare-date-sheen {
  from { background-position: 120% 0; }
  to { background-position: -120% 0; }
}

@media (max-width: 760px) {
  .vk-aftercare { padding: 68px 0; }
  .vk-aftercare__head { grid-template-columns: 1fr; gap: 26px; margin-bottom: 34px; }
  .vk-aftercare__head h2 { font-size: clamp(42px, 12vw, 52px); line-height: .92; }
  .vk-aftercare__head > p { font-size: 16px; line-height: 1.52; }
  .vk-aftercare__timeline {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 330px);
    gap: 12px;
    margin-right: -16px;
    padding: 0 16px 10px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .vk-aftercare__timeline::-webkit-scrollbar { display: none; }
  .vk-aftercare__timeline article,
  .vk-aftercare__timeline article:first-child,
  .vk-aftercare__timeline article:last-child { min-height: 300px; padding: 26px; border-radius: 20px; scroll-snap-align: start; scroll-snap-stop: always; }
  .vk-aftercare__timeline span { top: 28px; left: 26px; gap: 8px; }
  .vk-aftercare__timeline span strong { font-size: 54px; }
  .vk-aftercare__timeline span small { font-size: 11px; }
  .vk-aftercare__timeline h3 { font-size: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  .vk-aftercare__timeline article { opacity: 1; transform: none; transition: none; }
  .vk-aftercare__timeline span strong,
  .vk-aftercare__timeline span small { animation: none; }
}

/* Client testimonials copied from the Direct page at the VK page heading scale. */
.vk-page .vk-client-testimonials h2 {
  max-width: 900px;
  font-size: clamp(58px, 5.15vw, 82px);
  line-height: .91;
  letter-spacing: -.06em;
}

@media (max-width: 680px) {
  .vk-page .vk-client-testimonials h2 {
    font-size: clamp(43px, 12.8vw, 52px);
    line-height: .91;
    overflow-wrap: normal;
  }

  .vk-page .vk-client-testimonials .client-testimonial-track,
  .vk-page .vk-client-testimonials .client-testimonial-column:hover .client-testimonial-track,
  .vk-page .vk-client-testimonials .client-testimonial-column:focus-within .client-testimonial-track {
    animation-play-state: running !important;
  }
}

/* Full editorial cases copied from the Direct page. */
.vk-page .vk-editorial-cases .editorial-case-stories__flow {
  position: relative;
}

.vk-page .vk-editorial-cases .editorial-story-nav {
  transition: opacity 160ms ease, visibility 160ms ease;
}

.vk-page .vk-editorial-cases .editorial-story-nav.is-past-flow {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.vk-page .vk-editorial-cases .editorial-case-cta__primary,
.vk-page .vk-editorial-cases .editorial-case-cta__primary:visited {
  color: var(--vk-blue) !important;
  background: #fff;
  border-color: #fff;
}

.vk-page .vk-editorial-cases .editorial-case-cta__primary i {
  color: currentColor;
}

.vk-page .vk-editorial-cases .editorial-case-cta__primary:hover,
.vk-page .vk-editorial-cases .editorial-case-cta__primary:focus-visible {
  color: #0b55d8 !important;
  background: #f7f9ff;
}

@media (min-width: 901px) {
  .vk-page .vk-editorial-cases .editorial-case-stories__flow {
    width: min(100% - 48px, 1440px);
    margin-inline: auto;
  }

  .vk-page .vk-editorial-cases .editorial-story,
  .vk-page .vk-editorial-cases .editorial-case-cta {
    position: relative;
    isolation: isolate;
  }

  .vk-page .vk-editorial-cases .editorial-story::before,
  .vk-page .vk-editorial-cases .editorial-case-cta::before {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    background: inherit;
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
  }

  .vk-page .vk-editorial-cases .editorial-story > *,
  .vk-page .vk-editorial-cases .editorial-case-cta > * {
    position: relative;
    z-index: 1;
  }

  .vk-page .vk-editorial-cases .editorial-case-stories__intro {
    display: grid;
    width: min(100% - 48px, 1440px);
    min-height: 0;
    margin-inline: auto;
    padding: clamp(82px, 7.5vw, 122px) 0 clamp(64px, 6vw, 96px);
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, .65fr);
    gap: clamp(48px, 7vw, 112px);
    align-items: end;
    justify-content: initial;
  }

  .vk-page .vk-editorial-cases .editorial-case-stories__intro h2,
  .vk-page .vk-editorial-cases .editorial-case-cta h2 {
    font-size: clamp(58px, 5.1vw, 78px);
    line-height: .91;
    letter-spacing: -.06em;
  }

  .vk-page .vk-editorial-cases .editorial-case-stories__intro h2 {
    max-width: 900px;
    margin: 0;
  }

  .vk-page .vk-editorial-cases .editorial-case-stories__intro > div {
    display: block;
    justify-self: end;
    width: 100%;
    max-width: 430px;
    margin: 0 0 .28em;
  }

  .vk-page .vk-editorial-cases .editorial-case-stories__intro > div p {
    color: var(--vk-muted);
    font-size: 17px;
    line-height: 1.55;
  }

  .vk-page .vk-editorial-cases .editorial-case-cta {
    width: min(100% - 48px, 1440px);
    min-height: 540px;
    margin-inline: auto;
  }

  .vk-page .vk-editorial-cases .editorial-case-cta h2 {
    max-width: 920px;
    margin: 52px 0;
  }
}

/* Full responsibility matrix copied from the Direct page. */
@media (min-width: 901px) {
  .vk-page .team-matrix__intro h2 {
    max-width: 920px;
    font-size: clamp(58px, 5.1vw, 78px);
    line-height: .91;
    letter-spacing: -.06em;
  }
}

/* Hero journey: recognisable VK desktop/mobile feeds → dental ad → lead form. */
.vk-hero__visual.vk-hero-journey { min-height: 560px; }
.vk-journey-devices { position: relative; width: 100%; height: 520px; perspective: 1300px; isolation: isolate; }
.vk-journey-laptop { position: absolute; z-index: 1; bottom: 60px; left: -2%; width: 94%; filter: drop-shadow(0 28px 25px rgba(17,18,15,.17)); transform: rotateX(1deg) rotateZ(-.8deg); }
.vk-journey-laptop__screen { position: relative; width: 100%; aspect-ratio: 16 / 9; padding: 9px; overflow: hidden; background: #111; border: 4px solid var(--vk-ink); border-radius: 20px 20px 7px 7px; }
.vk-journey-laptop__base { width: 110%; height: 20px; margin-left: -5%; background: linear-gradient(180deg,#dededc,#999); border: 3px solid var(--vk-ink); border-top: 0; border-radius: 0 0 60% 60%; }
.vk-journey-app { position: relative; overflow: hidden; }
.vk-journey-app--desktop { width: 100%; height: 100%; color: #e8e8e8; background: #111; border-radius: 9px; }
.vk-desktop-topbar { display: grid; grid-template-columns: 29% 38% 1fr; align-items: center; height: 10%; padding: 0 4%; color: #ddd; background: #222; font-size: 6px; }
.vk-desktop-topbar b { display: flex; align-items: center; gap: 5px; font-size: 7px; }
.vk-desktop-topbar b i { display: grid; place-items: center; width: 18px; height: 18px; color: #fff; background: #2787f5; border-radius: 5px; font-size: 6px; font-style: normal; }
.vk-desktop-topbar > span { padding: 6px 9px; color: #aaa; background: #424242; border-radius: 6px; }
.vk-desktop-topbar em { justify-self: end; color: #999; font-style: normal; }
.vk-desktop-layout { display: grid; grid-template-columns: 21% 57% 22%; height: 90%; }
.vk-desktop-menu { display: flex; flex-direction: column; gap: 7px; padding: 14px 10px 8px 13%; color: #d6d6d6; font-size: 5.5px; line-height: 1; }
.vk-desktop-menu span:nth-child(6) { margin-bottom: 5px; padding-bottom: 8px; border-bottom: 1px solid #333; }
.vk-desktop-feed { position: relative; min-width: 0; overflow: hidden; border-inline: 1px solid #292929; }
.vk-desktop-side { display: flex; flex-direction: column; gap: 13px; margin: 12px; padding: 9px; color: #aaa; background: #222; border: 1px solid #3a3a3a; border-radius: 7px; font-size: 5.5px; }
.vk-desktop-side strong { padding: 7px; color: #eee; background: #3a3a3a; border-radius: 5px; }
.vk-desktop-feed > .vk-journey-stage { inset: 3% 5px 4px; }
.vk-journey-stage { position: absolute; inset: 0; display: grid; place-items: center; padding: 6px; opacity: 0; pointer-events: none; transform: translateY(10px) scale(.985); transition: opacity .34s ease, transform .48s cubic-bezier(.22,.8,.25,1); }
.vk-hero-journey[data-step="feed"] [data-journey-stage="feed"],
.vk-hero-journey[data-step="ad"] [data-journey-stage="ad"],
.vk-hero-journey[data-step="click"] [data-journey-stage="ad"],
.vk-hero-journey[data-step="form"] [data-journey-stage="form"],
.vk-hero-journey[data-step="submit"] [data-journey-stage="form"],
.vk-hero-journey[data-step="thanks"] [data-journey-stage="thanks"] { z-index: 2; opacity: 1; transform: none; }
.vk-journey-feed-list { display: grid; width: min(100%,330px); gap: 9px; transform: translateY(38%); transition: transform 1.4s cubic-bezier(.22,.8,.25,1); }
.vk-hero-journey.is-browsing .vk-journey-feed-list { transform: translateY(-42%); }
.vk-journey-teaser,.vk-journey-ad { color: #e5e5e5; background: #222; border: 1px solid #414141; border-radius: 9px; box-shadow: 0 8px 22px rgba(0,0,0,.2); }
.vk-journey-teaser { padding: 8px; }
.vk-journey-teaser > div,.vk-journey-ad > header { display: grid; grid-template-columns: 24px 1fr auto; gap: 7px; align-items: center; }
.vk-journey-teaser > div > span,.vk-journey-ad > header > span { display: grid; place-items: center; width: 24px; height: 24px; color: #fff; background: #111; border-radius: 999px; font-size: 6px; font-weight: 850; }
.vk-journey-teaser strong,.vk-journey-ad header strong { font-size: 7px; }
.vk-journey-teaser strong small { display: block; margin-top: 2px; color: #777; font-size: 4px; font-weight: 500; }
.vk-journey-teaser i,.vk-journey-ad header i { color: #818181; font-size: 6px; font-style: normal; }
.vk-journey-teaser > p { margin: 6px 0; color: #c4c4c4; font-size: 5.5px; line-height: 1.3; }
.vk-journey-teaser figure { display: flex; align-items: flex-end; justify-content: space-between; height: 105px; margin: 0; padding: 10px; color: #fff; border-radius: 6px; }
.vk-journey-teaser figure b { font-size: 15px; line-height: .9; letter-spacing: -.05em; }
.vk-journey-teaser figure small { padding: 3px 5px; color: var(--vk-ink); background: var(--vk-lime); font-size: 4px; font-weight: 800; text-transform: uppercase; }
.vk-journey-teaser footer { padding-top: 6px; color: #777; font-size: 4.5px; }
.vk-journey-teaser--city figure { background: radial-gradient(circle at 78% 24%,rgba(188,255,44,.82),transparent 24%),linear-gradient(145deg,var(--vk-blue),#153d9c); }
.vk-journey-teaser--work figure { color: var(--vk-ink); background: repeating-linear-gradient(90deg,#f2f2ef 0 24px,#d9d9d5 24px 46px); }
.vk-journey-ad { width: min(100%,330px); padding: 9px; }
.vk-journey-ad > header > span { color: var(--vk-ink); background: var(--vk-lime); }
.vk-journey-ad header small { display: block; margin-top: 2px; color: #888; font-size: 5px; }
.vk-journey-ad > p { margin: 7px 0; color: #c2c2c2; font-size: 5.5px; line-height: 1.35; }
.vk-journey-ad > figure { position: relative; height: 155px; margin: 0; overflow: hidden; background: #143a83; border-radius: 7px; }
.vk-journey-ad > figure::after { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(9,34,78,.9),rgba(9,34,78,.12) 74%); content: ""; }
.vk-journey-ad > figure img { width: 100%; height: 100%; object-fit: cover; }
.vk-journey-ad figcaption { position: absolute; z-index: 1; inset: 11px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; color: #fff; }
.vk-journey-ad figcaption small { margin-bottom: auto; padding: 4px 6px; color: var(--vk-ink); background: var(--vk-lime); font-size: 4px; font-weight: 850; text-transform: uppercase; }
.vk-journey-ad figcaption strong { max-width: 190px; font-size: 20px; line-height: .86; letter-spacing: -.055em; }
.vk-journey-ad figcaption em { display: block; color: var(--vk-lime); font-family: "DM Serif Display",Georgia,serif; font-weight: 400; }
.vk-journey-ad figcaption span { margin-top: 5px; font-size: 5px; }
.vk-journey-ad footer { display: flex; align-items: center; gap: 8px; margin-top: 6px; padding: 5px 5px 5px 7px; background: #2d2d2d; border-radius: 6px; }
.vk-journey-ad footer > div { min-width: 0; margin-right: auto; }
.vk-journey-ad footer small,.vk-journey-ad footer strong { display: block; }
.vk-journey-ad footer small { color: #858585; font-size: 4px; }
.vk-journey-ad footer strong { overflow: hidden; font-size: 6px; text-overflow: ellipsis; white-space: nowrap; }
.vk-journey-ad footer button,.vk-journey-form button { color: #fff; background: var(--vk-blue); border: 0; border-radius: 5px; font: inherit; font-size: 6px; font-weight: 850; }
.vk-journey-ad footer button { min-width: 68px; min-height: 25px; }
.vk-hero-journey[data-step="click"] .vk-journey-ad footer button,.vk-hero-journey[data-step="submit"] .vk-journey-form button { color: var(--vk-ink); background: var(--vk-lime); box-shadow: 0 0 0 5px rgba(188,255,44,.25); transform: scale(.96); }
.vk-journey-form { width: min(100%,310px); padding: 17px; color: var(--vk-ink); background: #fff; border-radius: 10px; box-shadow: 0 14px 36px rgba(0,0,0,.28); }
.vk-journey-form > span { color: var(--vk-blue); font-size: 5px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.vk-journey-form h3 { max-width: 270px; margin: 6px 0; font-size: 19px; line-height: .95; letter-spacing: -.05em; }
.vk-journey-form > p { margin-bottom: 10px; color: #6e747c; font-size: 6px; line-height: 1.35; }
.vk-journey-form label { display: block; margin-top: 6px; color: #747a82; font-size: 5px; font-weight: 700; }
.vk-journey-form input { display: block; width: 100%; height: 27px; margin-top: 2px; padding: 0 7px; color: var(--vk-ink); background: #f7f8fa; border: 1px solid rgba(17,18,15,.18); border-radius: 5px; font: inherit; font-size: 7px; }
.vk-journey-form button { width: 100%; min-height: 29px; margin-top: 9px; transition: transform .15s ease,color .15s ease,background-color .15s ease,box-shadow .15s ease; }
.vk-journey-thanks { display: grid; place-items: center; width: min(100%,310px); min-height: 205px; padding: 24px; color: var(--vk-ink); text-align: center; background: #fff; border-radius: 10px; box-shadow: 0 14px 36px rgba(0,0,0,.28); }
.vk-journey-thanks span { display: grid; place-items: center; width: 42px; height: 42px; color: var(--vk-ink); background: var(--vk-lime); border-radius: 999px; font-size: 21px; font-weight: 850; }
.vk-journey-thanks h3 { margin: 10px 0 0; font-size: 22px; line-height: .95; letter-spacing: -.05em; }
.vk-journey-thanks p { margin: 0; color: #70767e; font-size: 7px; }
.vk-journey-cursor { position: absolute; z-index: 8; top: 55%; left: 68%; width: 19px; height: 25px; opacity: 0; filter: drop-shadow(0 3px 2px rgba(0,0,0,.4)); transform: translate(-20px,-20px); transition: top .55s ease,left .55s ease,opacity .2s ease,transform .55s ease; }
.vk-journey-cursor::before { position: absolute; inset: 0; background: #fff; border: 2px solid var(--vk-ink); clip-path: polygon(0 0,100% 62%,61% 66%,78% 100%,61% 100%,45% 69%,17% 100%); content: ""; }
.vk-hero-journey[data-step="click"] .vk-journey-cursor { top: 81%; left: 70%; opacity: 1; transform: none; }
.vk-hero-journey[data-step="submit"] .vk-journey-cursor { top: 79%; left: 50%; opacity: 1; transform: none; }
.vk-journey-phone { position: absolute; z-index: 4; right: -1%; bottom: 0; width: 35%; aspect-ratio: 9 / 18.5; overflow: hidden; color: #e6e6e6; background: #191919; border: 4px solid var(--vk-ink); border-radius: 31px; box-shadow: 0 22px 32px rgba(17,18,15,.2); transform: rotate(1.2deg); }
.vk-mobile-status { position: absolute; z-index: 5; inset: 0 0 auto; display: flex; align-items: center; justify-content: space-between; height: 7%; padding: 0 9%; color: #f1f1f1; background: #191919; font-size: 6px; }
.vk-mobile-status span { color: #bbb; font-size: 5px; }
.vk-mobile-url { position: absolute; z-index: 5; top: 7%; left: 0; display: grid; place-items: center; width: 100%; height: 9%; color: #eee; background: #191919; border-bottom: 1px solid #252525; font-size: 7px; font-weight: 800; }
.vk-journey-app--mobile { position: absolute; inset: 16% 0 12%; background: #191919; }
.vk-mobile-nav { position: absolute; z-index: 5; inset: auto 0 0; display: grid; grid-template-columns: repeat(5,1fr); align-items: center; height: 12%; padding: 0 3%; color: #8a8a8a; background: #202020; }
.vk-mobile-nav b { display: grid; place-items: center; font-size: 11px; line-height: 1; }
.vk-mobile-nav b:first-child { color: #fff; }
.vk-mobile-nav small { margin-top: 3px; font-size: 3.5px; font-weight: 600; }
.vk-journey-app--mobile .vk-journey-stage { padding: 7px 5px; }
.vk-journey-app--mobile .vk-journey-feed-list { width: 100%; gap: 6px; }
.vk-journey-app--mobile .vk-journey-teaser { padding: 6px; border: 0; border-radius: 0; }
.vk-journey-app--mobile .vk-journey-teaser > div { grid-template-columns: 18px 1fr auto; gap: 5px; }
.vk-journey-app--mobile .vk-journey-teaser > div > span { width: 18px; height: 18px; font-size: 5px; }
.vk-journey-app--mobile .vk-journey-teaser strong { font-size: 5px; }
.vk-journey-app--mobile .vk-journey-teaser > p { margin: 5px 0; font-size: 4px; }
.vk-journey-app--mobile .vk-journey-teaser figure { height: 98px; padding: 7px; }
.vk-journey-app--mobile .vk-journey-teaser figure b { font-size: 12px; }
.vk-journey-app--mobile .vk-journey-teaser figure small { font-size: 3px; }
.vk-journey-app--mobile .vk-journey-ad { width: 100%; padding: 7px 5px; border: 0; border-radius: 0; }
.vk-journey-app--mobile .vk-journey-ad header { grid-template-columns: 20px 1fr auto; gap: 5px; }
.vk-journey-app--mobile .vk-journey-ad header > span { width: 20px; height: 20px; font-size: 5px; }
.vk-journey-app--mobile .vk-journey-ad header strong { font-size: 5.5px; }
.vk-journey-app--mobile .vk-journey-ad header small,.vk-journey-app--mobile .vk-journey-ad > p { font-size: 4px; }
.vk-journey-app--mobile .vk-journey-ad > p { margin: 5px 0; }
.vk-journey-app--mobile .vk-journey-ad > figure { height: 148px; border-radius: 0; }
.vk-journey-app--mobile .vk-journey-ad figcaption { inset: 8px; }
.vk-journey-app--mobile .vk-journey-ad figcaption small { padding: 3px 4px; font-size: 3px; }
.vk-journey-app--mobile .vk-journey-ad figcaption strong { font-size: 15px; }
.vk-journey-app--mobile .vk-journey-ad footer { gap: 5px; margin-top: 0; padding: 7px 5px; background: #cf0031; border-radius: 0; }
.vk-journey-app--mobile .vk-journey-ad footer small { color: #ffc4cf; font-size: 3px; }
.vk-journey-app--mobile .vk-journey-ad footer strong { color: #fff; font-size: 5px; }
.vk-journey-app--mobile .vk-journey-ad footer button { min-width: 56px; min-height: 22px; padding: 3px; color: #fff; background: transparent; font-size: 5px; }
.vk-journey-app--mobile .vk-journey-form { padding: 13px 10px; border-radius: 7px; }
.vk-journey-app--mobile .vk-journey-form > span { font-size: 4px; }
.vk-journey-app--mobile .vk-journey-form h3 { margin: 5px 0; font-size: 14px; }
.vk-journey-app--mobile .vk-journey-form > p { margin-bottom: 8px; font-size: 5px; }
.vk-journey-app--mobile .vk-journey-form label { margin-top: 5px; font-size: 4px; }
.vk-journey-app--mobile .vk-journey-form input { height: 23px; font-size: 6px; }
.vk-journey-app--mobile .vk-journey-form button { min-height: 25px; margin-top: 7px; font-size: 5px; }
.vk-journey-app--mobile .vk-journey-thanks { min-height: 180px; padding: 14px 8px; }
.vk-journey-app--mobile .vk-journey-thanks span { width: 32px; height: 32px; font-size: 15px; }
.vk-journey-app--mobile .vk-journey-thanks h3 { font-size: 15px; }
.vk-journey-app--mobile .vk-journey-thanks p { font-size: 5px; }
@media (max-width:900px) { .vk-hero__visual.vk-hero-journey { min-height: 570px; } .vk-journey-devices { width:min(100%,680px);height:540px;margin-inline:auto; } }
@media (max-width:640px) {
  .vk-hero__visual.vk-hero-journey { min-height: 430px; margin: 18px -8px 0; }
  .vk-journey-devices { height: 405px; }
  .vk-journey-laptop { bottom: 44px; left: 0; width: 96%; }
  .vk-journey-laptop__screen { padding: 6px; border-width: 3px; border-radius: 14px 14px 5px 5px; }
  .vk-journey-laptop__base { height: 14px; border-width: 2px; }
  .vk-desktop-menu { gap: 4px; padding-top: 8px; font-size: 3px; }
  .vk-desktop-side { gap: 7px; margin: 7px; padding: 5px; font-size: 3px; }
  .vk-desktop-topbar { font-size: 3px; }
  .vk-desktop-topbar b { font-size: 4px; }
  .vk-desktop-topbar b i { width: 12px; height: 12px; font-size: 4px; }
  .vk-desktop-feed > .vk-journey-stage { inset: 3% 2px 2px; padding: 2px; }
  .vk-journey-ad { width:min(100%,210px);padding:5px; }
  .vk-journey-ad > figure { height:90px; }
  .vk-journey-ad figcaption { inset:6px; }
  .vk-journey-ad figcaption strong { font-size:12px; }
  .vk-journey-ad > p { margin:3px 0;font-size:3px; }
  .vk-journey-form { width:min(100%,210px);padding:9px; }
  .vk-journey-form h3 { font-size:12px; }
  .vk-journey-thanks { width:min(100%,210px);min-height:125px; }
  .vk-journey-phone { right:-1px;bottom:2px;width:40%;border-width:3px;border-radius:24px; }
  .vk-mobile-status { font-size:4px; }
  .vk-mobile-url { font-size:5px; }
  .vk-mobile-nav b { font-size:8px; }
  .vk-mobile-nav small { font-size:2.5px; }
}
@media (prefers-reduced-motion:reduce) { .vk-journey-stage,.vk-journey-feed-list,.vk-journey-cursor { transition:none; } }

/* Platform reach block, adapted to AAT Media's editorial system. */
.vk-reach {
  padding: clamp(82px, 7.5vw, 118px) 0;
  background: #eef2f6;
  border-bottom: 1px solid var(--vk-line);
}

.vk-reach__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, .55fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: end;
}

.vk-reach__heading h2 {
  max-width: 900px;
  margin: 0;
  scroll-margin-top: 100px;
  font-size: clamp(58px, 5.1vw, 78px);
  font-weight: 520;
  line-height: .91;
  letter-spacing: -.06em;
}

.vk-reach__heading h2 em {
  display: block;
  color: var(--vk-blue);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  font-style: italic;
  line-height: .94;
  letter-spacing: -.035em;
}

.vk-reach__heading > p {
  max-width: 420px;
  margin: 0 0 .3em;
  color: var(--vk-muted);
  font-size: 16px;
  line-height: 1.55;
}

.vk-reach__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 260px;
  align-items: stretch;
  gap: 14px;
  margin-top: clamp(52px, 5vw, 76px);
}

.vk-reach-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 24px;
  background: var(--vk-paper);
  border: 0;
  box-shadow: 7px 7px 0 rgba(17, 18, 15, .1);
}

.vk-reach-card:nth-child(2) { transition-delay: .08s; }
.vk-reach-card:nth-child(3) { transition-delay: .16s; }
.vk-reach-card:nth-child(4) { transition-delay: .24s; }

.vk-reach-card > span {
  display: block;
  padding-bottom: 18px;
  border-bottom: 1px solid currentColor;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
}

.vk-reach-card > strong {
  display: block;
  margin-top: auto;
  font-size: clamp(50px, 4.5vw, 72px);
  font-weight: 550;
  line-height: .88;
  letter-spacing: -.065em;
  white-space: nowrap;
}

.vk-reach-card > p {
  max-width: 230px;
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 1.35;
}

.vk-reach-card--lime { background: var(--vk-lime); box-shadow: 7px 7px 0 var(--vk-blue); }
.vk-reach-card--blue { color: #fff; background: var(--vk-blue); box-shadow: 7px 7px 0 var(--vk-lime); }
.vk-reach-card--coral { background: #ffb1a7; box-shadow: 7px 7px 0 var(--vk-coral); }

.vk-page .vk-reach__conclusion {
  position: relative;
  display: grid;
  grid-template-columns: minmax(170px, .26fr) minmax(0, 1fr);
  grid-template-areas: "person quote";
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  width: calc(100% - clamp(42px, 5vw, 80px));
  max-width: 1120px;
  margin: clamp(62px, 6vw, 90px) auto 10px;
  padding: clamp(25px, 2.7vw, 38px);
  background: var(--vk-paper);
  border: 0;
  box-shadow: 12px 12px 0 var(--vk-lime);
}

.vk-reach__conclusion figcaption { display: flex; grid-area: person; min-width: 0; align-items: flex-start; flex-direction: column; gap: 22px; }
.vk-reach__conclusion figcaption img { width: clamp(108px, 8.5vw, 132px); height: clamp(108px, 8.5vw, 132px); flex: 0 0 auto; object-fit: contain; object-position: center bottom; background: #d7d7d1; border: 0; border-radius: 50%; box-shadow: 9px 9px 0 var(--vk-lime); }
.vk-reach__conclusion figcaption strong,
.vk-reach__conclusion figcaption small { display: block; }
.vk-reach__conclusion figcaption strong { font-size: 17px; line-height: 1.15; }
.vk-reach__conclusion figcaption small { margin-top: 7px; color: var(--vk-muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.vk-reach__conclusion blockquote { position: relative; grid-area: quote; max-width: 820px; margin: 0; padding-top: 36px; font-size: clamp(19px, 1.72vw, 26px); font-weight: 600; line-height: 1.28; letter-spacing: -.035em; }
.vk-reach__conclusion blockquote::before { position: absolute; top: -25px; left: -3px; color: var(--vk-lime); font-family: "DM Serif Display", Georgia, serif; font-size: 98px; font-weight: 400; line-height: 1; content: "“"; }

@media (max-width: 900px) {
  .vk-reach__heading { grid-template-columns: 1fr; gap: 24px; }
  .vk-reach__heading > p { max-width: 650px; }
  .vk-reach__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vk-page .vk-reach__conclusion { grid-template-columns: 1fr; grid-template-areas: "person" "quote"; gap: 26px; align-items: start; width: calc(100% - 40px); }
}

@media (max-width: 640px) {
  .vk-reach { padding: 72px 0 78px; }
  .vk-reach__heading h2 { font-size: clamp(43px, 12.8vw, 52px); }
  .vk-reach__heading > p { font-size: 15px; }
  .vk-reach__grid {
    display: flex;
    gap: 12px;
    margin-right: -16px;
    margin-top: 40px;
    padding: 0 16px 12px 0;
    overflow-x: auto;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .vk-reach__grid::-webkit-scrollbar { display: none; }
  .vk-reach-card { flex: 0 0 min(82vw, 315px); height: 245px; min-height: 245px; scroll-snap-align: start; }
  .vk-reach-card > strong { font-size: 62px; }
  .vk-page .vk-reach__conclusion { width: calc(100% - 8px); margin: 46px 8px 0 0; padding: 23px 20px; gap: 21px; box-shadow: 7px 7px 0 var(--vk-lime); }
  .vk-reach__conclusion figcaption { display: grid; grid-template-columns: 88px 1fr; gap: 16px; align-items: center; }
  .vk-reach__conclusion figcaption img { width: 84px; height: 84px; box-shadow: 6px 6px 0 var(--vk-lime); }
  .vk-reach__conclusion figcaption strong { font-size: 15px; }
  .vk-reach__conclusion blockquote { padding-top: 30px; font-size: 19px; line-height: 1.27; }
  .vk-reach__conclusion blockquote::before { top: -22px; font-size: 78px; }
}
