:root {
  --ydx-bg: #f2efe6;
  --ydx-paper: #fbfaf6;
  --ydx-ink: #10110f;
  --ydx-muted: #686961;
  --ydx-line: rgba(16, 17, 15, .24);
  --ydx-blue: #2469f6;
  --ydx-lime: #bcff2c;
  --ydx-red: #ff4b35;
}

/* 2026-08-15: business-economics verdict replaces weekly report and account ownership sections. */
.ydx-verdict {
  padding: clamp(86px, 7.5vw, 128px) 0;
  overflow: hidden;
  color: var(--ydx-ink);
  background: var(--ydx-bg);
  border-top: 1px solid rgba(16, 17, 15, .12);
  border-bottom: 1px solid rgba(16, 17, 15, .18);
}

.ydx-verdict__head {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(300px, .55fr);
  gap: clamp(48px, 7vw, 116px);
  align-items: end;
  margin-bottom: clamp(48px, 5vw, 76px);
}

.ydx-verdict__head h2 {
  max-width: 990px;
  margin: 0;
  font-size: clamp(58px, 5.15vw, 82px);
  font-weight: 500;
  line-height: .91;
  letter-spacing: -.065em;
}

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

.ydx-verdict__head > p {
  max-width: 470px;
  margin: 0 0 4px;
  color: var(--ydx-muted);
  font-size: 17px;
  line-height: 1.6;
}

.ydx-verdict__calculator {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  overflow: hidden;
  color: var(--ydx-ink);
  background: var(--ydx-paper);
  border: 1px solid rgba(16, 17, 15, .18);
  border-radius: 30px;
  box-shadow: 0 28px 70px rgba(36, 105, 246, .08);
}

.ydx-verdict__inputs {
  padding: clamp(32px, 4vw, 58px);
}

.ydx-verdict__calculator-head {
  max-width: 600px;
  margin-bottom: 34px;
}

.ydx-verdict__calculator-head strong {
  display: block;
  font-size: clamp(28px, 2.6vw, 40px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.ydx-verdict__calculator-head p {
  margin: 13px 0 0;
  color: var(--ydx-muted);
  font-size: 14px;
  line-height: 1.5;
}

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

.ydx-verdict__input-grid label {
  min-width: 0;
  padding: 20px;
  border-right: 1px solid var(--ydx-line);
  border-bottom: 1px solid var(--ydx-line);
}

.ydx-verdict__input-grid label > span:first-child {
  display: block;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
}

.ydx-verdict__input-grid label > small {
  display: block;
  min-height: 34px;
  margin-top: 5px;
  color: var(--ydx-muted);
  font-size: 11px;
  line-height: 1.35;
}

.ydx-verdict__input-grid .ydx-verdict__input-wide {
  grid-column: 1 / -1;
}

.ydx-verdict__field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
  margin-top: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--ydx-ink);
}

.ydx-verdict__field:focus-within {
  border-bottom-color: var(--ydx-blue);
}

.ydx-verdict__field input {
  width: 100%;
  min-width: 0;
  padding: 0;
  color: var(--ydx-ink);
  background: transparent;
  border: 0;
  border-radius: 0;
  outline: 0;
  font: inherit;
  font-size: clamp(23px, 2.2vw, 32px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.035em;
  appearance: textfield;
}

.ydx-verdict__field input::-webkit-outer-spin-button,
.ydx-verdict__field input::-webkit-inner-spin-button {
  margin: 0;
  appearance: none;
}

.ydx-verdict__field b {
  padding-bottom: 2px;
  color: var(--ydx-muted);
  font-size: 14px;
  font-weight: 750;
}

.ydx-verdict__output {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(32px, 4vw, 58px);
  color: #fff;
  background: var(--ydx-blue);
}

.ydx-verdict__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.ydx-verdict__metrics > div {
  min-width: 0;
  padding: 24px 22px 24px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .24);
}

.ydx-verdict__metrics > div:nth-child(even) {
  padding-right: 0;
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, .24);
}

.ydx-verdict__metrics dt {
  min-height: 34px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.ydx-verdict__metrics dd {
  margin: 12px 0 6px;
  font-size: clamp(34px, 3.2vw, 50px);
  font-weight: 700;
  line-height: .9;
  letter-spacing: -.055em;
}

.ydx-verdict__metrics small {
  color: rgba(255, 255, 255, .55);
  font-size: 10px;
  line-height: 1.35;
}

.ydx-verdict__decision {
  margin-top: 26px;
  padding: 24px 26px 26px;
  color: var(--ydx-ink);
  background: #e2f3bd;
  border-radius: 18px;
  transition: background-color .2s ease;
}

.ydx-verdict[data-ydx-verdict-state="fix"] .ydx-verdict__decision {
  background: #ffebaf;
}

.ydx-verdict[data-ydx-verdict-state="stop"] .ydx-verdict__decision {
  background: #ffd0c8;
}

.ydx-verdict__decision h3 {
  margin: 0;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1;
  letter-spacing: -.045em;
}

.ydx-verdict__decision p {
  max-width: 660px;
  margin: 13px 0 0;
  color: rgba(16, 17, 15, .7);
  font-size: 13px;
  line-height: 1.5;
}

.ydx-verdict__cta,
.ydx-verdict__cta:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: fit-content;
  margin-top: 22px;
  padding: 15px 20px;
  color: var(--ydx-blue) !important;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.01em;
  text-decoration: none;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}

.ydx-verdict__cta:hover,
.ydx-verdict__cta:focus-visible {
  color: #fff !important;
  background: #173e91;
  border-color: #173e91;
}

@media (max-width: 900px) {
  .ydx-verdict__calculator {
    grid-template-columns: 1fr;
  }

  .ydx-verdict__output {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .ydx-verdict {
    padding: 70px 0;
  }

  .ydx-verdict__head {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 38px;
  }

  .ydx-verdict__head h2 {
    font-size: clamp(42px, 12.4vw, 54px);
    line-height: .92;
  }

  .ydx-verdict__head > p {
    font-size: 15px;
    line-height: 1.55;
  }

  .ydx-verdict__calculator {
    border-radius: 20px;
  }

  .ydx-verdict__inputs,
  .ydx-verdict__output {
    padding: 27px 22px;
  }

  .ydx-verdict__calculator-head {
    margin-bottom: 25px;
  }

  .ydx-verdict__calculator-head strong {
    font-size: 29px;
  }

  .ydx-verdict__input-grid {
    grid-template-columns: 1fr;
  }

  .ydx-verdict__input-grid .ydx-verdict__input-wide {
    grid-column: auto;
  }

  .ydx-verdict__input-grid label {
    padding: 17px;
  }

  .ydx-verdict__input-grid label > small {
    min-height: 0;
  }

  .ydx-verdict__field {
    margin-top: 10px;
  }

  .ydx-verdict__field input {
    font-size: 27px;
  }

  .ydx-verdict__metrics > div {
    padding: 21px 15px 21px 0;
  }

  .ydx-verdict__metrics > div:nth-child(even) {
    padding-right: 0;
    padding-left: 15px;
  }

  .ydx-verdict__metrics dt {
    min-height: 46px;
    font-size: 11px;
  }

  .ydx-verdict__metrics dd {
    font-size: clamp(30px, 9vw, 40px);
  }

  .ydx-verdict__decision {
    margin-top: 22px;
    padding: 21px 20px 23px;
    border-radius: 15px;
  }

  .ydx-verdict__decision h3 {
    font-size: 29px;
  }

  .ydx-verdict__cta,
  .ydx-verdict__cta:visited {
    width: 100%;
    padding: 15px 18px;
  }

}

.ydx-stack-intro { padding: clamp(82px, 7.5vw, 120px) 0 clamp(46px, 5vw, 68px); background: #fff; }
.ydx-stack-intro h2 { max-width: 900px; margin: 0; font-size: clamp(60px, 5.2vw, 78px); font-weight: 570; line-height: .9; letter-spacing: -.066em; }
.ydx-stack-intro h2 em { display: block; color: var(--ydx-blue); font-family: "DM Serif Display", Georgia, serif; font-weight: 400; line-height: .9; letter-spacing: -.045em; }
.ydx-placement-stack { padding-bottom: 0; background: #fff; }
.ydx-placement-stack + .story-stack-next { background: var(--ydx-bg); }

html { scroll-behavior: smooth; }
body.ydx-direct-page { margin: 0; overflow-x: clip; background: var(--ydx-bg); color: var(--ydx-ink); }
.ydx-direct-page #header { z-index: 100; }
.ydx-direct-page * { box-sizing: border-box; }
.ydx-direct-page .seo-main { overflow: clip; }
.ydx-direct-page .seo-shell { width: min(100% - 48px, 1440px); margin-inline: auto; }

/* Production header styles. */
.ydx-direct-page .ydx-site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: background-color .25s ease, box-shadow .25s ease;
}
.ydx-direct-page .ydx-site-header__inner {
  width: min(100% - 48px, 1320px);
  min-height: 76px;
  margin-inline: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.ydx-direct-page .ydx-site-header__brand { display: flex; flex: 0 0 auto; align-items: center; }
.ydx-direct-page .ydx-site-header__brand img { display: block; width: auto; height: 40px; object-fit: contain; }
.ydx-direct-page .ydx-site-header__nav { display: flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 600; }
.ydx-direct-page .ydx-site-header__services-button { display: flex; min-height: 52px; padding: 0; border: 0; align-items: center; gap: 5px; background: transparent; color: inherit; font: inherit; }
.ydx-direct-page .ydx-site-header__services-button svg { width: 16px; height: 16px; transition: transform .18s ease; }
.ydx-direct-page .ydx-site-header__contacts { display: flex; flex: 0 0 auto; align-items: center; gap: 16px; font-size: 13px; font-weight: 750; }
.ydx-direct-page .ydx-site-header__telegram { display: grid; width: 40px; height: 40px; border: 1px solid var(--ydx-ink); border-radius: 50%; place-items: center; }
.ydx-direct-page .ydx-site-header__telegram svg { width: 16px; height: 16px; }
.ydx-direct-page .ydx-site-header__menu { display: none; width: 44px; height: 44px; padding: 0; border: 0; place-items: center; background: transparent; color: inherit; }
.ydx-direct-page .ydx-site-header__menu svg { width: 32px; height: 32px; }

/* Testimonials are copied from the home page, but their heading follows this page's scale. */
.ydx-direct-page .ydx-client-testimonials h2 {
  max-width: 900px;
  font-size: clamp(58px, 5.15vw, 82px);
  line-height: .91;
  letter-spacing: -.06em;
}

@media (max-width: 1023px) {
  .ydx-direct-page .ydx-site-header__inner { width: min(100% - 36px, 760px); }
  .ydx-direct-page .ydx-site-header__brand img { height: 32px; }
  .ydx-direct-page .ydx-site-header__nav,
  .ydx-direct-page .ydx-site-header__contacts { display: none; }
  .ydx-direct-page .ydx-site-header__menu { display: grid; }
}

@media (max-width: 680px) {
  .ydx-direct-page .ydx-site-header__inner { width: calc(100% - 32px); }
  .ydx-direct-page .ydx-client-testimonials h2 {
    font-size: clamp(43px, 12.8vw, 52px);
    line-height: .91;
    overflow-wrap: normal;
  }
}

.ydx-hero {
  position: relative;
  min-height: 690px;
  padding: 132px 0 0;
  overflow: hidden;
  border-bottom: 1px solid var(--ydx-ink);
}
.ydx-hero::before {
  content: "";
  position: absolute;
  width: 580px;
  height: 580px;
  right: -320px;
  top: -210px;
  border: 1px solid rgba(16, 17, 15, .12);
  border-radius: 50%;
  pointer-events: none;
}
.ydx-hero__grid {
  display: grid;
  grid-template-columns: minmax(620px, .95fr) minmax(0, 1.05fr);
  gap: clamp(26px, 4vw, 72px);
  align-items: center;
}
.ydx-hero__copy { position: relative; z-index: 2; padding-bottom: 88px; }
.ydx-hero__copy h1,
.ydx-heading h2,
.ydx-story__head h2,
.ydx-channels__head h2,
.ydx-management__copy h2,
.ydx-readiness h2,
.ydx-scope h2 {
  margin: 0;
  font-weight: 570;
  letter-spacing: -.066em;
  line-height: .9;
}
.ydx-hero__copy h1 { max-width: 710px; font-size: clamp(68px, 5.8vw, 94px); }
.ydx-hero__title { display: flex; align-items: center; gap: clamp(14px, 1.4vw, 22px); white-space: nowrap; }
.ydx-hero__title img { width: clamp(62px, 5.1vw, 82px); height: auto; flex: 0 0 auto; }
.ydx-hero__title b { font-size: .84em; font-weight: inherit; letter-spacing: inherit; }
.ydx-hero__copy h1 em,
.ydx-heading h2 em,
.ydx-story__head h2 em,
.ydx-channels__head h2 em,
.ydx-management__copy h2 em,
.ydx-readiness h2 em,
.ydx-scope h2 em,
.ydx-economics-stage__copy h2 em {
  display: block;
  color: var(--ydx-blue);
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.045em;
}
.ydx-hero__copy p { max-width: 650px; margin: 30px 0 0; color: #41423d; font-size: clamp(17px, 1.2vw, 20px); line-height: 1.52; }
.ydx-hero__copy .seo-buttons { margin-top: 30px; }
.ydx-hero__copy .seo-buttons .seo-button { flex:0 0 auto; }
.ydx-hero-media { position: relative; min-height: 470px; display: grid; place-items: center; }
.ydx-hero-media::before {
  content: "";
  position: absolute;
  inset: 10% 6% 4% 15%;
  background: var(--ydx-lime);
  clip-path: polygon(15% 0, 100% 4%, 93% 96%, 0 100%);
  opacity: .76;
  transform: rotate(-2deg);
}
.ydx-hero-media::before { display: none; }
.ydx-hero-media > img { position: relative; z-index: 1; width: 118%; max-width: none; height: auto; transform: translateX(2%) rotate(-1deg); filter: drop-shadow(0 24px 28px rgba(16,17,15,.2)); }
.ydx-float { position: absolute; z-index: 2; min-width: 172px; padding: 15px 17px; border: 1px solid var(--ydx-ink); background: var(--ydx-paper); box-shadow: 9px 9px 0 var(--ydx-blue); }
.ydx-float small,
.ydx-float span { display: block; color: var(--ydx-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ydx-float strong { display: block; margin: 8px 0 5px; font-size: 24px; line-height: 1; letter-spacing: -.05em; }
.ydx-float--top { top: 7%; right: 1%; }
.ydx-float--bottom { left: 2%; bottom: 10%; box-shadow: 10px 10px 0 var(--ydx-lime); }
.ydx-float--bottom strong { font-size: 19px; }
.ydx-hero-points { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); min-height: 96px; padding: 0; border-top: 1px solid var(--ydx-ink); }
.ydx-hero-points span { display: flex; align-items: center; min-width: 0; padding: 24px clamp(18px, 2vw, 34px); font-size: clamp(13px, 1vw, 16px); line-height: 1.16; font-weight: 800; text-transform: uppercase; letter-spacing: .045em; }
.ydx-hero-points span:first-child { padding-left: 0; }
.ydx-hero-points span + span { border-left: 1px solid var(--ydx-line); }

.ydx-economics { padding: clamp(76px, 7.5vw, 112px) 0; border-bottom: 1px solid var(--ydx-ink); background: var(--ydx-paper); }
.ydx-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(--ydx-bg);
  isolation: isolate;
}
.ydx-economics-stage__offer { display: flex; min-width: 0; flex-direction: column; }
.ydx-economics-stage__visual { position: relative; min-width: 0; min-height: 300px; margin-top: auto; }
.ydx-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: ydx-lime-gradient 9s ease-in-out infinite; }
.ydx-economics-stage__report,
.ydx-economics-stage__calculator { position: absolute; display: block; max-width: none; height: auto; filter: drop-shadow(0 22px 20px rgba(16,17,15,.16)); }
.ydx-economics-stage__report { left: 18%; top: 3%; z-index: 1; width: 60%; animation: ydx-float-report 7.5s ease-in-out infinite; }
.ydx-economics-stage__calculator { left: 2%; bottom: -3%; z-index: 2; width: 43%; animation: ydx-float-calculator 6.4s ease-in-out infinite; }
@keyframes ydx-float-report {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-7deg); }
  50% { transform: translate3d(0, -15px, 0) rotate(-5.8deg); }
}
@keyframes ydx-float-calculator {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(7deg); }
  50% { transform: translate3d(8px, -18px, 0) rotate(8.2deg); }
}
@keyframes ydx-lime-gradient {
  0%, 100% { background-position: 0% 45%; transform: scale(1); }
  50% { background-position: 100% 55%; transform: scale(1.025); }
}
.ydx-economics-stage__copy { position: relative; z-index: 3; min-width: 0; max-width: 590px; }
.ydx-economics-stage__copy h2 { margin: 0; font-size: clamp(48px, 4vw, 64px); line-height: .92; letter-spacing: -.064em; }
.ydx-economics-stage__copy p { max-width: 510px; margin: 24px 0 0; color: #4d4e48; font-size: 16px; line-height: 1.52; }

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

.ydx-story { padding: clamp(78px, 7.5vw, 112px) 0; border-bottom: 1px solid var(--ydx-ink); background: var(--ydx-bg); }
.ydx-story__head { display: block; margin-bottom: clamp(52px, 5vw, 74px); }
.ydx-story__head h2 { max-width: 930px; font-size: clamp(60px, 5.2vw, 78px); }
.ydx-story__head p { max-width: 680px; margin: 28px 0 0; color: var(--ydx-muted); font-size: 17px; line-height: 1.55; }
.ydx-situations { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.ydx-situation { min-width: 0; padding: clamp(32px, 3.8vw, 52px); border: 0; border-radius: 22px; background: var(--ydx-paper); transition: transform .3s ease, box-shadow .3s ease; }
.ydx-situation:hover { transform: translateY(-6px); }
.ydx-situation--start { box-shadow: 14px 14px 0 var(--ydx-lime); }
.ydx-situation--active { box-shadow: 14px 14px 0 var(--ydx-blue); }
.ydx-situation h3 { margin: 0 0 clamp(30px, 3vw, 46px); font-size: clamp(38px, 3.5vw, 54px); line-height: .94; letter-spacing: -.06em; }
.ydx-situation ul { margin: 0; padding: 0; border-top: 1px solid var(--ydx-ink); list-style: none; }
.ydx-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(--ydx-line); }
.ydx-situation li:last-child { border-bottom-color: var(--ydx-ink); }
.ydx-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(--ydx-blue); font-size: 0; line-height: 1; }
.ydx-situation li span::before { content: ""; position: absolute; top: 5px; left: 50%; width: 2.5px; height: 8px; border-radius: 3px; background: currentColor; transform: translateX(-50%); }
.ydx-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%); }
.ydx-situation--start li span { color: var(--ydx-ink); }
.ydx-situation li p { margin: 0; color: #454640; font-size: clamp(15px, 1.1vw, 18px); line-height: 1.45; }
.ydx-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(--ydx-ink); background: var(--ydx-paper); box-shadow: 12px 12px 0 var(--ydx-lime); }
.ydx-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; }
.ydx-situations__conclusion blockquote::before { content: "“"; position: absolute; top: -25px; left: -3px; color: var(--ydx-lime); font-family: "DM Serif Display", Georgia, serif; font-size: 98px; font-weight: 400; line-height: 1; }
.ydx-situations__conclusion figcaption { display: flex; grid-area: person; min-width: 0; align-items: flex-start; flex-direction: column; gap: 22px; }
.ydx-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(--ydx-ink); border-radius: 50%; background: #d7d7d1; box-shadow: 9px 9px 0 var(--ydx-lime); }
.ydx-situations__conclusion figcaption span { min-width: 0; }
.ydx-situations__conclusion figcaption strong,
.ydx-situations__conclusion figcaption small { display: block; }
.ydx-situations__conclusion figcaption strong { font-size: 17px; line-height: 1.15; }
.ydx-situations__conclusion figcaption small { margin-top: 7px; color: var(--ydx-muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; }
.ydx-story__layout > *,
.ydx-placements > *,
.ydx-management__layout > *,
.ydx-readiness__layout > *,
.ydx-scope__layout > * { min-width: 0; }

.ydx-channels { padding: clamp(82px, 7.5vw, 120px) 0; border-bottom: 1px solid var(--ydx-ink); background: var(--ydx-paper); }
.ydx-channels__head { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .55fr); gap: clamp(42px, 6vw, 92px); align-items: end; margin-bottom: clamp(46px, 5vw, 68px); }
.ydx-channels__head h2 { max-width: 850px; margin: 0; font-size: clamp(60px, 5.2vw, 78px); font-weight: 570; line-height: .9; letter-spacing: -.066em; }
.ydx-channels__head > p { max-width: 560px; margin: 0 0 4px; color: var(--ydx-muted); font-size: 17px; line-height: 1.55; }
.ydx-placements { display: grid; grid-template-columns: minmax(300px, .52fr) minmax(0, 1.18fr); gap: clamp(22px, 2.5vw, 34px); align-items: stretch; }
.ydx-placement-nav { display: grid; grid-template-rows: repeat(3, 1fr); border: 1px solid var(--ydx-ink); background: var(--ydx-bg); }
.ydx-placement-nav button { position: relative; width: 100%; display: grid; grid-template-columns: 30px minmax(0, 1fr) 30px; gap: 12px; align-items: start; min-height: 166px; padding: 26px 24px; border: 0; border-bottom: 1px solid var(--ydx-ink); background: transparent; color: inherit; text-align: left; cursor: pointer; transition: padding .3s ease, background .3s ease, color .3s ease; }
.ydx-placement-nav button:last-child { border-bottom: 0; }
.ydx-placement-nav button:hover,
.ydx-placement-nav button.is-active { padding-left: 34px; background: var(--ydx-lime); }
.ydx-placement-nav button > span:first-child { padding-top: 5px; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.ydx-placement-nav button > span:nth-child(2) { min-width: 0; }
.ydx-placement-nav button strong { display: block; font-size: clamp(25px, 2.05vw, 34px); line-height: .98; letter-spacing: -.05em; }
.ydx-placement-nav button small { display: block; margin-top: 18px; color: var(--ydx-muted); font-size: 9px; font-weight: 800; line-height: 1.45; text-transform: uppercase; letter-spacing: .07em; }
.ydx-placement-nav button i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--ydx-ink); border-radius: 50%; font-size: 13px; font-style: normal; transition: transform .3s ease; }
.ydx-placement-nav button:hover i,
.ydx-placement-nav button.is-active i { transform: rotate(45deg); }
.ydx-placement-stage { position: relative; min-width: 0; min-height: 500px; overflow: hidden; border: 1px solid var(--ydx-ink); background: var(--ydx-paper); box-shadow: 14px 14px 0 var(--ydx-blue); }
.ydx-placement-scene { min-height: 100%; padding: clamp(28px, 3.2vw, 46px); animation: ydx-scene-in .48s cubic-bezier(.2,.7,.2,1) both; }
.ydx-placement-scene[hidden] { display: none; }
@keyframes ydx-scene-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.ydx-placement-scene__copy { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .9fr) minmax(280px, .72fr); grid-template-areas: "title text"; gap: clamp(28px, 4vw, 66px); align-items: center; }
.ydx-placement-scene__copy h3 { grid-area: title; max-width: 560px; margin: 0; font-size: clamp(34px, 2.7vw, 44px); line-height: .96; letter-spacing: -.055em; }
.ydx-placement-scene__copy p { grid-area: text; max-width: 430px; margin: 0 0 4px; color: var(--ydx-muted); font-size: 15px; line-height: 1.52; }
.ydx-placement-scene__art { position: absolute; z-index: 1; top: -44px; right: 22px; width: 218px; height: auto; opacity: .2; pointer-events: none; transform: rotate(5deg); filter: saturate(.86); }
.ydx-placement-scene__art--compare { top: -18px; right: 4px; width: 286px; transform: rotate(-3deg); }
.ydx-placement-scene__art--return { top: -40px; right: 5px; width: 238px; transform: rotate(4deg); }

@media (min-width: 960px) and (min-height: 850px) {
  .ydx-channels.is-scroll-story { min-height: 320vh; padding: 0; }
  .ydx-channels.is-scroll-story .ydx-channels__sticky { position: sticky; top: 70px; min-height: calc(100vh - 70px); display: flex; flex-direction: column; justify-content: center; padding: clamp(24px, 3.4vh, 42px) 0; }
  .ydx-channels.is-scroll-story .ydx-channels__head { margin-bottom: clamp(28px, 3.6vh, 48px); }
  .ydx-channels.is-scroll-story .ydx-placement-nav button { min-height: clamp(140px, 15.5vh, 166px); }
  .ydx-channels.is-scroll-story .ydx-placement-stage { min-height: clamp(440px, 48vh, 500px); }
}
.ydx-browser-bar { min-height: 38px; display: flex; align-items: center; gap: 7px; padding: 0 13px; border-bottom: 1px solid var(--ydx-line); }
.ydx-browser-bar i { width: 7px; height: 7px; border: 1px solid var(--ydx-ink); border-radius: 50%; }
.ydx-browser-bar span { margin-left: auto; color: var(--ydx-muted); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.ydx-search-preview,
.ydx-feed-preview,
.ydx-return-preview { position: relative; z-index: 2; margin-top: clamp(28px, 3.3vw, 44px); border: 1px solid var(--ydx-ink); background: var(--ydx-bg); box-shadow: 9px 9px 0 var(--ydx-lime); }
.ydx-search-preview { min-height: 260px; padding-bottom: 22px; }
.ydx-search-field { width: calc(100% - 44px); min-height: 44px; display: flex; align-items: center; justify-content: space-between; margin: 18px 22px 0; padding: 0 14px; border: 1px solid var(--ydx-line); border-radius: 6px; background: #fff; color: #494a45; font-size: 12px; }
.ydx-search-field b { color: var(--ydx-muted); font-size: 16px; font-weight: 400; }
.ydx-search-result { width: calc(100% - 44px); margin: 18px 22px 0; padding: 16px; border: 1px solid var(--ydx-line); background: #fff; }
.ydx-search-result small { color: var(--ydx-muted); font-size: 8px; }
.ydx-search-result strong { display: block; margin-top: 8px; color: var(--ydx-blue); font-size: 21px; line-height: 1.05; letter-spacing: -.04em; }
.ydx-search-result p { margin: 9px 0 12px; color: #555650; font-size: 10px; line-height: 1.4; }
.ydx-search-result div { display: flex; gap: 14px; color: var(--ydx-blue); font-size: 8px; font-weight: 700; }
.ydx-feed-preview { min-height: 270px; overflow: hidden; }
.ydx-feed-copy { width: 55%; padding: 28px 24px; }
.ydx-feed-copy span,
.ydx-feed-copy strong,
.ydx-feed-copy i { display: block; background: #d9d8d1; }
.ydx-feed-copy span { width: 44%; height: 8px; }
.ydx-feed-copy strong { width: 90%; height: 24px; margin-top: 19px; }
.ydx-feed-copy i { width: 100%; height: 7px; margin-top: 12px; }
.ydx-feed-copy i:nth-of-type(2) { width: 83%; }
.ydx-feed-copy i:nth-of-type(3) { width: 68%; }
.ydx-feed-ad { position: absolute; right: 18px; top: 58px; width: 43%; min-height: 186px; padding: 18px; border: 1px solid var(--ydx-ink); background: var(--ydx-lime); }
.ydx-feed-ad small { font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.ydx-feed-ad strong { display: block; max-width: 300px; margin-top: 22px; font-size: clamp(22px, 2vw, 30px); line-height: .96; letter-spacing: -.05em; }
.ydx-feed-ad p { max-width: 300px; margin: 12px 0 16px; font-size: 9px; line-height: 1.4; }
.ydx-feed-ad button,
.ydx-return-ad button { min-height: 34px; padding: 0 12px; border: 1px solid var(--ydx-ink); background: var(--ydx-paper); color: inherit; font-size: 8px; font-weight: 800; text-transform: uppercase; }
.ydx-feed-video { position: absolute; left: 24px; bottom: 18px; display: flex; align-items: center; gap: 9px; color: var(--ydx-muted); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.ydx-feed-video b { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--ydx-ink); border-radius: 50%; color: var(--ydx-ink); font-size: 8px; }
.ydx-return-preview { min-height: 270px; display: grid; grid-template-columns: minmax(155px, .72fr) 28px minmax(210px, 1fr); gap: 16px; align-items: center; padding: 30px; }
.ydx-return-step,
.ydx-return-ad { min-height: 174px; padding: 20px; border: 1px solid var(--ydx-ink); background: var(--ydx-paper); }
.ydx-return-step small,
.ydx-return-ad small { color: var(--ydx-muted); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.ydx-return-step strong,
.ydx-return-ad strong { display: block; margin-top: 34px; font-size: 24px; line-height: 1; letter-spacing: -.05em; }
.ydx-return-step span { display: block; margin-top: 12px; color: var(--ydx-muted); font-size: 9px; }
.ydx-return-arrow { color: var(--ydx-blue); font-size: 27px; font-weight: 400; }
.ydx-return-ad { background: var(--ydx-lime); }
.ydx-return-ad p { margin: 12px 0 16px; font-size: 9px; line-height: 1.4; }
.ydx-return-status { position: absolute; right: 18px; bottom: -14px; min-width: 215px; display: flex; gap: 10px; align-items: center; padding: 11px 13px; border: 1px solid var(--ydx-ink); background: var(--ydx-paper); box-shadow: 6px 6px 0 var(--ydx-blue); }
.ydx-return-status i { width: 10px; height: 10px; border: 1px solid var(--ydx-ink); border-radius: 50%; background: var(--ydx-lime); }
.ydx-return-status strong,
.ydx-return-status small { display: block; }
.ydx-return-status strong { font-size: 10px; }
.ydx-return-status small { margin-top: 3px; color: var(--ydx-muted); font-size: 7px; text-transform: uppercase; letter-spacing: .06em; }

.ydx-profit-system { padding: clamp(82px, 7.5vw, 122px) 0; border-bottom: 1px solid var(--ydx-ink); background: var(--ydx-bg); }
.ydx-profit-system__head { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .65fr); gap: clamp(48px, 7vw, 112px); align-items: end; max-width: none; margin: 0 0 clamp(48px, 5vw, 72px); text-align: left; }
.ydx-profit-system__head h2 { max-width: 1060px; margin: 0; font-size: clamp(54px, 5vw, 76px); font-weight: 570; line-height: .91; letter-spacing: -.066em; }
.ydx-profit-system__not-equal { display: inline-block; color: #ef452c; font-weight: 750; transform: translateY(-.025em); }
.ydx-profit-system__head h2 em { display: block; max-width: 1050px; margin: 6px 0 0; color: var(--ydx-blue); font-family: "DM Serif Display", Georgia, serif; font-weight: 400; letter-spacing: -.045em; }
.ydx-profit-system__head p { max-width: 430px; margin: 0 0 .28em; color: var(--ydx-muted); font-size: 17px; line-height: 1.55; }
.ydx-profit-system__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.ydx-profit-card { position: relative; display: flex; flex-direction: column; min-width: 0; overflow: hidden; border: 0; background: var(--ydx-paper); }
.ydx-profit-card--site { box-shadow: 12px 12px 0 var(--ydx-lime); }
.ydx-profit-card--sales { border: 0; box-shadow: 12px 12px 0 var(--ydx-blue); }
.ydx-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(--ydx-lime); }
.ydx-profit-card__copy { padding: clamp(30px, 3.2vw, 48px); }
.ydx-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; }
.ydx-profit-card__copy h3 mark {
  padding: 0 .035em;
  color: inherit;
  background: linear-gradient(to bottom, transparent 0 25%, var(--ydx-lime) 25% 94%, transparent 94% 100%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.ydx-profit-card--sales .ydx-profit-card__copy h3 mark {
  color: #fff;
  background: linear-gradient(to bottom, transparent 0 25%, var(--ydx-blue) 25% 94%, transparent 94% 100%);
}
.ydx-profit-card__copy p { max-width: 600px; margin: 22px 0 0; color: var(--ydx-muted); font-size: 16px; line-height: 1.55; }
.ydx-profit-card__media { display: flex; 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; }
.ydx-profit-card__media img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 16 / 9;
  flex: 0 0 auto;
  object-fit: cover;
  object-position: top center;
  border: 0;
  border-radius: 18px 18px 0 0;
  background: #fff;
  -webkit-mask-image: radial-gradient(ellipse 96% 92% at 50% 50%, #000 68%, rgba(0,0,0,.92) 78%, rgba(0,0,0,.5) 89%, transparent 100%);
  mask-image: radial-gradient(ellipse 96% 92% at 50% 50%, #000 68%, rgba(0,0,0,.92) 78%, rgba(0,0,0,.5) 89%, transparent 100%);
}
.ydx-profit-lightbox { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: max(18px, env(safe-area-inset-top)) 16px max(18px, env(safe-area-inset-bottom)); background: rgba(10,12,15,.88); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.ydx-profit-lightbox.is-open { display: flex; }
.ydx-profit-lightbox__image { display: block; max-width: 100%; max-height: calc(100dvh - 84px); width: auto; height: auto; object-fit: contain; background: #fff; box-shadow: 0 18px 70px rgba(0,0,0,.4); }
.ydx-profit-lightbox__close { position: absolute; top: max(14px, env(safe-area-inset-top)); right: 14px; width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid #fff; border-radius: 50%; background: var(--ydx-lime); color: var(--ydx-ink); font: 400 31px/1 Manrope, sans-serif; cursor: pointer; }
body.ydx-lightbox-open { overflow: hidden; }
.ydx-profit-card--site .ydx-profit-card__media img { object-fit: cover; }
.ydx-profit-card__media figcaption { min-height: 86px; display: flex; align-items: center; padding: 20px 22px; border: 0; border-radius: 0 0 18px 18px; background: var(--ydx-lime); font-size: 15px; font-weight: 700; line-height: 1.35; }
.ydx-profit-card--sales .ydx-profit-card__media figcaption { background: var(--ydx-blue); color: #fff; }
.ydx-profit-card--ads .ydx-profit-card__copy { display: flex; flex-direction: column; justify-content: center; border-right: 0; }
.ydx-profit-card--ads .ydx-profit-card__media { min-width: 0; padding-top: clamp(22px, 2.4vw, 34px); }
.ydx-profit-card--ads .ydx-profit-card__media img { min-height: 330px; }
.ydx-profit-system__quote { margin-top: 38px; }
.ydx-profit-system__quote-copy { display: flex; grid-area: quote; min-width: 0; flex-direction: column; align-items: flex-start; gap: 30px; }
.ydx-profit-system__quote-copy blockquote { grid-area: auto; }
.ydx-profit-system__quote-button { min-width: 230px; min-height: 58px; display: inline-flex; align-items: center; justify-content: space-between; gap: 34px; padding: 0 20px; border: 1px solid var(--ydx-ink); color: var(--ydx-ink); background: var(--ydx-lime); font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; cursor: pointer; transition: color .18s ease, background-color .18s ease, transform .18s ease; }
.ydx-profit-system__quote-button:hover { color: #fff; background: var(--ydx-blue); transform: translateY(-2px); }
.ydx-profit-system__quote-button b { font-size: 18px; font-weight: 400; }

.ydx-direct-modal { position: fixed; inset: 0; z-index: 1100; display: grid; place-items: center; padding: 28px; opacity: 0; visibility: hidden; transition: opacity .22s ease, visibility .22s ease; }
.ydx-direct-modal.is-open { opacity: 1; visibility: visible; }
.ydx-direct-modal__backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(10,12,15,.74); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); cursor: default; }
.ydx-direct-modal__panel { position: relative; width: min(100%, 540px); max-height: calc(100svh - 56px); overflow-y: auto; padding: 42px; border: 1px solid var(--ydx-ink); background: var(--ydx-paper); box-shadow: 12px 12px 0 var(--ydx-lime); transform: translateY(18px); transition: transform .22s ease; }
.ydx-direct-modal.is-open .ydx-direct-modal__panel { transform: none; }
.ydx-direct-modal__close { position: absolute; top: 20px; right: 20px; z-index: 2; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--ydx-ink); border-radius: 50%; color: var(--ydx-ink); background: transparent; font: 400 29px/1 Manrope, sans-serif; cursor: pointer; transition: color .18s ease, background-color .18s ease, transform .18s ease; }
.ydx-direct-modal__close:hover { color: var(--ydx-paper); background: var(--ydx-ink); transform: rotate(8deg); }
.ydx-direct-modal__head { margin-bottom: 28px; padding: 0 52px 26px 0; border-bottom: 1px solid var(--ydx-line); }
.ydx-direct-modal__head h2 { margin: 0; font-size: clamp(30px, 4vw, 40px); font-weight: 700; letter-spacing: -.055em; line-height: .98; }
.ydx-direct-modal__head p { max-width: 410px; margin: 14px 0 0; color: var(--ydx-muted); font-size: 14px; line-height: 1.55; }
.ydx-direct-modal__head small { display: inline-flex; margin-top: 18px; padding: 9px 12px; border: 1px solid var(--ydx-ink); color: var(--ydx-ink); background: var(--ydx-milk); font-size: 10px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.seo-page.ydx-direct-page .ydx-direct-modal__form { display: grid; gap: 18px; padding: 0; border: 0; background: transparent; box-shadow: none; }
.ydx-direct-modal__form > label:not(.seo-lead-form__consent) { display: grid; gap: 8px; }
.ydx-direct-modal__form > label:not(.seo-lead-form__consent) > span { color: var(--ydx-ink); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.ydx-direct-modal__form input:not([type="hidden"]):not([type="checkbox"]) { width: 100%; min-height: 58px; padding: 0 16px; border: 1px solid var(--ydx-ink); border-radius: 0; outline: none; color: var(--ydx-ink); background: var(--ydx-milk); box-shadow: none; -webkit-text-fill-color: var(--ydx-ink); }
.ydx-direct-modal__form input:not([type="hidden"]):not([type="checkbox"]):focus { border-color: var(--ydx-blue); background: var(--ydx-paper); box-shadow: 0 0 0 3px rgba(22,103,255,.16); }
.ydx-direct-modal__form .seo-lead-form__consent { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 10px; align-items: start; margin: 0; padding-top: 16px; border-top: 1px solid var(--ydx-line); }
.ydx-direct-modal__form .seo-lead-form__consent input { width: 17px; height: 17px; margin: 1px 0 0; accent-color: var(--ydx-lime); }
.ydx-direct-modal__form .seo-lead-form__consent span { color: var(--ydx-muted); font-size: 11px; line-height: 1.5; }
.ydx-direct-modal__form .seo-lead-form__consent a { color: var(--ydx-blue); text-underline-offset: 2px; }
.ydx-direct-modal__submit { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 0 18px; border: 1px solid var(--ydx-ink); color: var(--ydx-ink); background: var(--ydx-lime); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.ydx-direct-modal__submit:hover { color: #fff; background: var(--ydx-blue); }
.ydx-direct-modal__submit i { font-size: 18px; font-style: normal; font-weight: 400; }
.ydx-direct-modal__form .seo-lead-form__status { margin: 0; color: var(--ydx-muted); font-size: 12px; line-height: 1.45; }
body.ydx-direct-modal-open { overflow: hidden; }

.ydx-change-map { padding: clamp(82px, 7.5vw, 125px) 0; border-bottom: 1px solid var(--ydx-ink); background: var(--ydx-paper); }

/* Ситуации бизнеса */
.ydx-pain-cards { padding: clamp(82px, 7.5vw, 125px) 0; border-bottom: 1px solid var(--ydx-ink); background: #fff; }
.ydx-pain-cards__heading { max-width: 1120px; margin: 0 0 clamp(36px, 4vw, 56px); text-align: left; }
.ydx-pain-cards__heading h2 { margin: 0; font-size: clamp(46px, 4vw, 64px); font-weight: 600; letter-spacing: -.06em; line-height: .98; }
.ydx-pain-cards__heading h2 span { display: block; }
.ydx-pain-cards__heading h2 em,
.ydx-pain-cards__heading h2 strong { font-style: normal; font-weight: inherit; }
.ydx-pain-cards__heading h2 em { color: var(--ydx-blue); }
.ydx-pain-cards__heading h2 strong { color: var(--ydx-red); }
.ydx-pain-cards__track { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.ydx-pain-card { position: relative; min-width: 0; min-height: 510px; display: flex; flex-direction: column; overflow: hidden; border-radius: 26px; background: var(--ydx-paper); box-shadow: 9px 9px 0 rgba(255,91,66,.72); }
.ydx-pain-card--budget { box-shadow: 9px 9px 0 rgba(255,91,66,.72); }
.ydx-pain-card--planning { box-shadow: 9px 9px 0 rgba(255,91,66,.72); }
.ydx-pain-card__copy { position: relative; z-index: 1; padding: 30px 28px 8px; }
.ydx-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; }
.ydx-pain-card h3 strong { display: block; color: var(--ydx-blue); font-weight: 700; }
.ydx-pain-card--planning h3 strong { color: var(--ydx-blue); }
.ydx-pain-card p { max-width: 420px; margin: 16px 0 0; color: var(--ydx-muted); font-size: 14px; line-height: 1.5; }
.ydx-pain-card--budget h3 { font-size: clamp(28px, 2.15vw, 36px); }
.ydx-pain-card--budget p { max-width: 420px; font-size: 14px; }
.ydx-pain-card__visual { position: relative; min-height: 205px; flex: 1 1 auto; display: flex; align-items: flex-end; justify-content: center; margin: 0; padding: 0 18px 18px; }
.ydx-pain-card__visual::after { content: ""; position: absolute; inset: auto 12% 8% 12%; height: 22%; border-radius: 50%; background: var(--ydx-blue); opacity: .055; filter: blur(30px); }
.ydx-pain-card__visual img { position: relative; z-index: 1; width: 100%; height: 100%; max-height: 235px; object-fit: contain; object-position: center bottom; mix-blend-mode: multiply; }
.ydx-pain-card__visual--low-leads { align-items: center; padding: 8px 18px 20px; }
.ydx-pain-card__visual--low-leads::after { display: none; }
.ydx-low-leads { position: relative; z-index: 1; width: 100%; max-width: 410px; height: 220px; display: grid; grid-template-columns: minmax(0, 1fr) 92px; gap: 13px; align-items: stretch; }
.ydx-low-leads__browser { min-width: 0; overflow: hidden; border: 1px solid rgba(16,17,15,.24); border-radius: 16px; background: #fff; box-shadow: 0 16px 34px rgba(16,17,15,.09); }
.ydx-low-leads__chrome { height: 30px; display: flex; align-items: center; gap: 5px; padding: 0 10px; border-bottom: 1px solid rgba(16,17,15,.13); background: #f5f2e9; }
.ydx-low-leads__chrome i { width: 6px; height: 6px; border-radius: 50%; background: rgba(16,17,15,.2); }
.ydx-low-leads__chrome i:first-child { background: var(--ydx-red); }
.ydx-low-leads__chrome i:nth-child(2) { background: var(--ydx-lime); }
.ydx-low-leads__chrome span { margin-left: auto; color: var(--ydx-muted); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.ydx-low-leads__viewport { position: relative; height: calc(100% - 30px); overflow: hidden; background: #fff; }
.ydx-low-leads__page { position: absolute; inset: 0 0 auto; padding: 12px; animation: ydx-low-leads-scroll 6s cubic-bezier(.55,.08,.25,.98) infinite; }
.ydx-low-leads__nav { display: flex; align-items: center; gap: 9px; height: 11px; }
.ydx-low-leads__nav b { width: 40px; height: 7px; border-radius: 10px; background: var(--ydx-ink); }
.ydx-low-leads__nav span { width: 21px; height: 3px; border-radius: 4px; background: rgba(16,17,15,.17); }
.ydx-low-leads__nav span:first-of-type { margin-left: auto; }
.ydx-low-leads__hero { margin-top: 13px; padding: 13px; border-radius: 11px; background: #f1eee5; }
.ydx-low-leads__hero strong { display: block; width: 82%; height: 8px; border-radius: 8px; background: var(--ydx-ink); }
.ydx-low-leads__hero strong + strong { width: 58%; margin-top: 5px; }
.ydx-low-leads__hero p { width: 72%; height: 4px; margin: 9px 0 0; border-radius: 5px; background: rgba(16,17,15,.2); }
.ydx-low-leads__hero button { width: 60px; height: 19px; margin-top: 11px; border: 0; border-radius: 5px; background: var(--ydx-blue); }
.ydx-low-leads__tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 9px; }
.ydx-low-leads__tiles i { height: 42px; border-radius: 8px; background: #eeebe3; }
.ydx-low-leads__tiles i:nth-child(2) { background: rgba(36,104,242,.13); }
.ydx-low-leads__section { margin-top: 10px; padding: 12px; border-radius: 9px; background: #f5f2e9; }
.ydx-low-leads__section b { display: block; width: 43%; height: 7px; border-radius: 7px; background: var(--ydx-ink); }
.ydx-low-leads__section span { display: block; width: 94%; height: 4px; margin-top: 7px; border-radius: 5px; background: rgba(16,17,15,.14); }
.ydx-low-leads__section span:nth-of-type(2) { width: 78%; }
.ydx-low-leads__section span:nth-of-type(3) { width: 86%; }
.ydx-low-leads__form { margin-top: 10px; padding: 12px; border-radius: 9px; background: rgba(190,255,31,.38); }
.ydx-low-leads__form b { display: block; width: 55%; height: 7px; border-radius: 7px; background: var(--ydx-ink); }
.ydx-low-leads__form i { display: block; height: 15px; margin-top: 7px; border: 1px solid rgba(16,17,15,.18); border-radius: 4px; background: #fff; }
.ydx-low-leads__form button { width: 100%; height: 18px; margin-top: 7px; border: 0; border-radius: 4px; background: var(--ydx-ink); }
.ydx-low-leads__result { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 2px; }
.ydx-low-leads__arrow { color: var(--ydx-red); font-family: Arial, sans-serif; font-size: 70px; font-weight: 400; line-height: .85; animation: ydx-low-leads-arrow 1.25s ease-in-out infinite; }
.ydx-low-leads__badge { width: 92px; padding: 11px 8px 10px; border-radius: 13px; background: var(--ydx-ink); color: #fff; text-align: center; box-shadow: 5px 5px 0 var(--ydx-red); animation: ydx-low-leads-badge 6s ease-in-out infinite; }
.ydx-low-leads__badge strong { display: block; color: var(--ydx-red); font-size: 36px; letter-spacing: -.07em; line-height: .82; }
.ydx-low-leads__badge span { display: block; margin-top: 5px; font-size: 14px; font-weight: 800; line-height: 1; }
.ydx-low-leads__badge small { display: block; margin-top: 4px; color: rgba(255,255,255,.68); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
@keyframes ydx-low-leads-scroll { 0%, 13% { transform: translateY(0); } 48%, 62% { transform: translateY(-92px); } 84%, 100% { transform: translateY(0); } }
@keyframes ydx-low-leads-arrow { 0%, 100% { transform: translateY(-5px); opacity: .72; } 50% { transform: translateY(7px); opacity: 1; } }
@keyframes ydx-low-leads-badge { 0%, 34% { transform: translateY(9px) scale(.93); opacity: 0; } 48%, 80% { transform: translateY(0) scale(1); opacity: 1; } 94%, 100% { transform: translateY(7px) scale(.96); opacity: 0; } }
.ydx-pain-card__visual--bad-search,
.ydx-pain-card__visual--crm { align-items: center; padding: 8px 18px 20px; }
.ydx-pain-card__visual--bad-search::after,
.ydx-pain-card__visual--crm::after { display: none; }
.ydx-bad-search { position: relative; z-index: 1; width: 100%; max-width: 410px; height: 220px; overflow: hidden; border: 1px solid rgba(16,17,15,.21); border-radius: 16px; background: #fff; box-shadow: 0 16px 34px rgba(16,17,15,.09); }
.ydx-bad-search__chrome { height: 30px; display: flex; align-items: center; gap: 5px; padding: 0 10px; border-bottom: 1px solid rgba(16,17,15,.13); background: #f5f2e9; }
.ydx-bad-search__chrome i { width: 6px; height: 6px; border-radius: 50%; background: rgba(16,17,15,.18); }
.ydx-bad-search__chrome i:first-child { background: var(--ydx-red); }
.ydx-bad-search__chrome i:nth-child(2) { background: var(--ydx-lime); }
.ydx-bad-search__chrome span { margin-left: auto; color: var(--ydx-muted); font-size: 7px; font-weight: 800; letter-spacing: .12em; }
.ydx-bad-search__query { display: flex; align-items: center; gap: 8px; margin: 12px 12px 0; padding: 8px 9px 8px 11px; border: 1px solid rgba(16,17,15,.17); border-radius: 8px; background: #fff; }
.ydx-bad-search__query span { min-width: 0; overflow: hidden; white-space: nowrap; color: var(--ydx-ink); font-size: 10px; font-weight: 650; clip-path: inset(0 100% 0 0); animation: ydx-search-type 7s steps(24,end) infinite; }
.ydx-bad-search__query b { margin-left: auto; padding: 5px 7px; border-radius: 5px; background: var(--ydx-lime); color: var(--ydx-ink); font-size: 7px; text-transform: uppercase; }
.ydx-bad-search__result { position: relative; margin: 10px 12px 0; padding: 11px 12px 12px; border-radius: 10px; background: #f3f0e8; opacity: 0; transform: translateY(7px); animation: ydx-search-result 7s ease infinite; }
.ydx-bad-search__result small { display: block; color: var(--ydx-muted); font-size: 7px; font-weight: 700; }
.ydx-bad-search__result strong { display: block; max-width: 92%; margin-top: 5px; color: var(--ydx-blue); font-size: 15px; line-height: 1.05; letter-spacing: -.025em; animation: ydx-search-headline 7s ease infinite; }
.ydx-bad-search__result p { max-width: 92%; margin: 6px 0 0; color: var(--ydx-muted); font-size: 8px; line-height: 1.35; }
.ydx-bad-search__cursor { position: absolute; z-index: 4; left: 88%; top: 83%; width: 22px; height: 28px; background: var(--ydx-ink); clip-path: polygon(0 0,0 100%,29% 72%,46% 100%,59% 92%,41% 66%,100% 63%); filter: drop-shadow(0 3px 3px rgba(16,17,15,.22)); animation: ydx-search-cursor 7s cubic-bezier(.2,.75,.25,1) infinite; }
.ydx-bad-search__click { position: absolute; z-index: 3; left: 31%; top: 55%; width: 34px; height: 34px; border: 3px solid var(--ydx-red); border-radius: 50%; opacity: 0; animation: ydx-search-click 7s ease-out infinite; }
@keyframes ydx-search-type { 0%, 8% { clip-path: inset(0 100% 0 0); } 30%, 100% { clip-path: inset(0 0 0 0); } }
@keyframes ydx-search-result { 0%, 30% { opacity: 0; transform: translateY(7px); } 40%, 88% { opacity: 1; transform: translateY(0); } 100% { opacity: 0; transform: translateY(4px); } }
@keyframes ydx-search-cursor { 0%, 48% { left: 88%; top: 83%; opacity: 0; } 56% { opacity: 1; } 70%, 84% { left: 32%; top: 57%; opacity: 1; } 94%, 100% { left: 32%; top: 57%; opacity: 0; } }
@keyframes ydx-search-click { 0%, 68% { transform: scale(.35); opacity: 0; } 73% { transform: scale(1); opacity: .95; } 82%, 100% { transform: scale(1.55); opacity: 0; } }
@keyframes ydx-search-headline { 0%, 70% { color: var(--ydx-blue); } 74%, 82% { color: var(--ydx-red); } 88%, 100% { color: var(--ydx-blue); } }
.ydx-crm { position: relative; z-index: 1; width: 100%; max-width: 410px; height: 220px; overflow: hidden; padding: 12px; border-radius: 16px; background: #fff; box-shadow: 0 16px 34px rgba(16,17,15,.09); }
.ydx-crm__top { height: 27px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(16,17,15,.16); }
.ydx-crm__top strong { font-size: 8px; letter-spacing: .1em; }
.ydx-crm__top span { color: var(--ydx-red); font-size: 7px; font-weight: 800; letter-spacing: .08em; }
.ydx-crm__head,
.ydx-crm__row { display: grid; grid-template-columns: 1.35fr .72fr .82fr; align-items: center; gap: 7px; }
.ydx-crm__head { min-height: 27px; color: var(--ydx-muted); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ydx-crm__row { min-height: 30px; margin-top: 3px; padding: 4px 7px; border-radius: 7px; background: #f3f0e8; opacity: 0; transform: translateX(-14px); animation-duration: 7s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; }
.ydx-crm__row:nth-child(3) { animation-name: ydx-crm-row-1; }
.ydx-crm__row:nth-child(4) { animation-name: ydx-crm-row-2; }
.ydx-crm__row:nth-child(5) { animation-name: ydx-crm-row-3; }
.ydx-crm__row:nth-child(6) { animation-name: ydx-crm-row-4; }
.ydx-crm__row span { color: var(--ydx-muted); font-size: 9px; font-weight: 650; }
.ydx-crm__row b { color: var(--ydx-blue); font-size: 18px; line-height: 1; }
.ydx-crm__row em { justify-self: start; min-width: 27px; padding: 4px 6px; border-radius: 999px; background: var(--ydx-lime); color: var(--ydx-ink); font-size: 10px; font-style: normal; font-weight: 850; text-align: center; }
.ydx-crm__row[style*="--row:0"] em { background: rgba(255,75,53,.15); color: var(--ydx-red); }
@keyframes ydx-crm-row-1 { 0%, 8% { opacity: 0; transform: translateX(-14px); } 16%, 88% { opacity: 1; transform: translateX(0); } 96%, 100% { opacity: 0; transform: translateX(8px); } }
@keyframes ydx-crm-row-2 { 0%, 20% { opacity: 0; transform: translateX(-14px); } 28%, 88% { opacity: 1; transform: translateX(0); } 96%, 100% { opacity: 0; transform: translateX(8px); } }
@keyframes ydx-crm-row-3 { 0%, 32% { opacity: 0; transform: translateX(-14px); } 40%, 88% { opacity: 1; transform: translateX(0); } 96%, 100% { opacity: 0; transform: translateX(8px); } }
@keyframes ydx-crm-row-4 { 0%, 44% { opacity: 0; transform: translateX(-14px); } 52%, 88% { opacity: 1; transform: translateX(0); } 96%, 100% { opacity: 0; transform: translateX(8px); } }
.ydx-pain-cards__conclusion { position: relative; display: grid; grid-template-columns: minmax(340px, .95fr) minmax(0, 1.05fr); gap: clamp(32px, 5vw, 78px); align-items: center; overflow: hidden; margin-top: clamp(34px, 3.5vw, 50px); padding: clamp(30px, 3vw, 44px); border-radius: 24px; background: var(--ydx-ink); color: #fff; box-shadow: 9px 9px 0 var(--ydx-lime); }
.ydx-pain-cards__conclusion::after { content: ""; position: absolute; top: -70px; right: -45px; width: 210px; height: 210px; border: 42px solid rgba(190,255,31,.1); border-radius: 50%; pointer-events: none; }
.ydx-pain-cards__conclusion strong { position: relative; z-index: 1; color: var(--ydx-lime); font-size: clamp(27px, 2.25vw, 38px); font-weight: 650; letter-spacing: -.05em; line-height: 1.04; }
.ydx-pain-cards__conclusion p { position: relative; z-index: 1; max-width: 680px; margin: 0; color: rgba(255,255,255,.78); font-size: clamp(15px, 1.1vw, 18px); line-height: 1.5; }
@media (hover:hover) and (pointer:fine) {
  .ydx-pain-card { transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s cubic-bezier(.2,.7,.2,1); }
  .ydx-pain-card:hover { transform: translateY(-5px); }
}
.ydx-heading { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, .55fr); gap: 54px; align-items: end; margin-bottom: clamp(50px, 5vw, 72px); }
.ydx-heading h2 { max-width: 920px; font-size: clamp(60px, 5.2vw, 78px); }
.ydx-heading > p { max-width: 520px; margin: 0 0 5px; color: var(--ydx-muted); font-size: 17px; line-height: 1.55; }
.ydx-change-map__heading h2 { max-width: 860px; }
.ydx-change-map__table { display: grid; gap: 12px; }
.ydx-change-map__table-head,
.ydx-change-map__row { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr) minmax(0, 1.08fr); }
.ydx-change-map__table-head { padding: 0 28px 5px; }
.ydx-change-map__table-head span { color: var(--ydx-muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.ydx-change-map__table-head span:last-child { color: var(--ydx-blue); }
.ydx-change-map__row { position: relative; min-height: 150px; overflow: hidden; border-radius: 18px; background: var(--ydx-bg); box-shadow: 0 10px 28px rgba(16,17,15,.045); transition: background-color .28s ease, box-shadow .28s ease, transform .28s ease; }
.ydx-change-map__cell { position: relative; min-width: 0; display: flex; align-items: center; padding: clamp(24px, 2.3vw, 34px); }
.ydx-change-map__cell + .ydx-change-map__cell::before { content: ""; position: absolute; left: 0; top: 24px; bottom: 24px; width: 1px; background: var(--ydx-line); transition: background-color .28s ease; }
.ydx-change-map__cell h3,
.ydx-change-map__cell p,
.ydx-change-map__cell strong { margin: 0; }
.ydx-change-map__cell h3 { max-width: 390px; font-size: clamp(27px, 2.25vw, 35px); font-weight: 650; letter-spacing: -.055em; line-height: .98; }
.ydx-change-map__cell p { max-width: 420px; color: var(--ydx-muted); font-size: clamp(15px, 1.15vw, 17px); line-height: 1.48; transition: color .28s ease; }
.ydx-change-map__cell strong { max-width: 430px; color: var(--ydx-blue); font-size: clamp(17px, 1.35vw, 21px); font-weight: 750; letter-spacing: -.035em; line-height: 1.25; transition: color .28s ease; }
.ydx-change-map__mobile-label { display: none; }
@media (hover: hover) and (pointer: fine) {
  .ydx-change-map__row:hover { z-index: 1; background: var(--ydx-lime); box-shadow: 0 18px 42px rgba(16,17,15,.11); transform: translateX(7px); }
  .ydx-change-map__row:hover .ydx-change-map__cell p { color: rgba(16,17,15,.72); }
  .ydx-change-map__row:hover .ydx-change-map__cell--result { background: var(--ydx-blue); }
  .ydx-change-map__row:hover .ydx-change-map__cell--result::before { background: transparent; }
  .ydx-change-map__row:hover .ydx-change-map__cell--result strong { color: #fff; }
}

.ydx-direct-page .seo-case-teaser { scroll-margin-top: 80px; }
.ydx-management { padding: clamp(82px, 7.5vw, 125px) 0; border-bottom: 1px solid var(--ydx-ink); background: var(--ydx-bg); }
.ydx-management__layout { display: grid; grid-template-columns: minmax(340px, .68fr) minmax(0, 1.15fr); gap: clamp(52px, 6.5vw, 96px); align-items: center; }
.ydx-management__copy h2 { font-size: clamp(60px, 5.2vw, 78px); }
.ydx-management__copy > p { margin: 28px 0; color: var(--ydx-muted); font-size: 17px; line-height: 1.56; }
.ydx-management__copy ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ydx-ink); }
.ydx-management__copy li { padding: 14px 0; border-bottom: 1px solid var(--ydx-line); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.ydx-dashboard { overflow: hidden; border: 1px solid var(--ydx-ink); background: var(--ydx-paper); box-shadow: 15px 15px 0 var(--ydx-blue); }
.ydx-dashboard__bar { min-height: 48px; display: flex; align-items: center; gap: 8px; padding: 0 18px; border-bottom: 1px solid var(--ydx-line); }
.ydx-dashboard__bar i { width: 10px; height: 10px; border: 1px solid var(--ydx-ink); border-radius: 50%; }
.ydx-dashboard__bar span { margin-left: auto; color: var(--ydx-muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.ydx-dashboard__head { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--ydx-line); }
.ydx-dashboard__head > div { min-height: 118px; padding: 20px; border-right: 1px solid var(--ydx-line); }
.ydx-dashboard__head > div:last-child { border-right: 0; }
.ydx-dashboard__head small { display: block; color: var(--ydx-muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.ydx-dashboard__head strong { display: block; margin: 24px 0 7px; font-size: clamp(28px, 2.5vw, 40px); line-height: .9; letter-spacing: -.06em; }
.ydx-dashboard__head em { color: #599600; font-size: 12px; font-style: normal; font-weight: 800; }
.ydx-dashboard__head em.is-down { color: var(--ydx-blue); }
.ydx-dashboard__chart { height: 270px; padding: 18px; color: var(--ydx-blue); }
.ydx-dashboard__chart svg { width: 100%; height: 100%; }
.ydx-dashboard__foot { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; min-height: 54px; border-top: 1px solid var(--ydx-line); }
.ydx-dashboard__foot > * { display: flex; align-items: center; padding: 0 18px; border-right: 1px solid var(--ydx-line); color: var(--ydx-muted); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.ydx-dashboard__foot > *:last-child { border-right: 0; color: var(--ydx-ink); }

.ydx-readiness { padding: clamp(78px, 7vw, 112px) 0; border-bottom: 1px solid var(--ydx-ink); background: var(--ydx-lime); }
.ydx-readiness__layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(400px, .72fr); gap: clamp(52px, 7vw, 105px); align-items: end; }
.ydx-readiness h2 { font-size: clamp(60px, 5.2vw, 78px); }
.ydx-readiness h2 em { color: var(--ydx-ink); }
.ydx-readiness__layout > div:first-child > p { max-width: 700px; margin: 28px 0 0; color: rgba(16,17,15,.67); font-size: 17px; line-height: 1.55; }
.ydx-readiness__list { border-top: 1px solid var(--ydx-ink); }
.ydx-readiness__list p { display: grid; grid-template-columns: 36px 1fr; gap: 17px; margin: 0; padding: 18px 0; border-bottom: 1px solid rgba(16,17,15,.35); }
.ydx-readiness__list span { font-size: 10px; font-weight: 800; }
.ydx-readiness__list strong { font-size: 16px; }

.ydx-scope { padding: clamp(78px, 7vw, 110px) 0; border-bottom: 1px solid var(--ydx-ink); background: var(--ydx-blue); color: #fff; }
.ydx-scope__layout { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(330px, .55fr); gap: clamp(56px, 8vw, 120px); align-items: end; }
.ydx-scope h2 { font-size: clamp(60px, 5.2vw, 78px); }
.ydx-scope h2 em { color: #fff; }
.ydx-scope__layout > div p { max-width: 500px; margin: 0 0 28px; color: rgba(255,255,255,.75); font-size: 17px; line-height: 1.55; }
.ydx-scope .seo-button--lime { color: var(--ydx-ink); }

.ydx-direct-page .seo-case-teaser { padding: clamp(66px, 6.5vw, 96px) 0; }
.ydx-direct-page .seo-case-teaser__grid { gap: clamp(44px, 6vw, 88px); }
.ydx-direct-page .seo-case-teaser__grid > div:first-child { gap: 20px; }
.ydx-direct-page .seo-case-teaser strong { font-size: clamp(58px, 6.2vw, 88px); }
.ydx-direct-page .seo-case-teaser p { margin-bottom: 28px; font-size: 17px; }
.ydx-direct-page .seo-case-teaser a { min-height: 56px; }

.ydx-direct-page .seo-team-section { padding: clamp(82px, 7.5vw, 120px) 0; border-bottom: 1px solid var(--ydx-ink); }
.ydx-direct-page .seo-section__intro { margin-bottom: clamp(44px, 4.5vw, 64px); gap: clamp(40px, 5vw, 74px); }
.ydx-direct-page .seo-section-title { font-size: clamp(60px, 5.2vw, 78px); }
.ydx-direct-page .seo-section__lead { font-size: 17px; line-height: 1.55; }
.ydx-direct-page .seo-team-grid { margin-top: 52px; }
.ydx-direct-page .seo-team-card { padding: clamp(24px, 2.4vw, 34px); }
.ydx-direct-page .seo-team-card figure { width: min(100%, 230px); margin-bottom: 34px; box-shadow: 10px 10px 0 var(--ydx-lime); }
.ydx-direct-page .seo-team-card h3 { font-size: clamp(24px, 2vw, 31px); }
.ydx-direct-page .seo-team-card span { margin: 13px 0 22px; }
.ydx-direct-page .seo-team-card p { font-size: 13px; }
.ydx-faq { padding: clamp(82px, 7.5vw, 120px) 0; border-bottom: 1px solid var(--ydx-ink); background: var(--ydx-paper); }
.ydx-faq .seo-faq { border-top: 1px solid var(--ydx-ink); }
.ydx-faq .seo-faq details { background: transparent; }
.ydx-faq .seo-faq summary { min-height: 84px; padding: 20px 16px; font-size: clamp(21px, 2.1vw, 31px); }
.ydx-faq .seo-faq summary::after { width: 38px; height: 38px; }
.ydx-faq .seo-faq p { padding-bottom: 28px; font-size: 15px; }

.ydx-direct-page .seo-lead { padding: clamp(78px, 7vw, 110px) 0; }
.ydx-direct-page .seo-lead__grid { gap: clamp(48px, 6.5vw, 96px); }
.ydx-direct-page .seo-lead__copy h2 { font-size: clamp(60px, 5.2vw, 78px); }
.ydx-direct-page .seo-lead__copy > p { margin: 30px 0; font-size: 16px; }
.ydx-direct-page .seo-lead__copy li { padding: 14px 0; }
.ydx-direct-page .seo-lead-form { padding: clamp(26px, 3vw, 38px); gap: 18px; box-shadow: 12px 12px 0 var(--ydx-lime); }
.ydx-direct-page .seo-lead-form input:not([type="checkbox"]),
.ydx-direct-page .seo-lead-form textarea { min-height: 54px; }
.ydx-direct-page .seo-lead-form textarea { min-height: 84px; }

[data-ydx-reveal] { opacity: 0; transform: translateY(38px); transition: opacity .75s cubic-bezier(.2,.7,.2,1), transform .75s cubic-bezier(.2,.7,.2,1); }
[data-ydx-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .ydx-hero { min-height: auto; }
  .ydx-hero__grid { grid-template-columns: minmax(580px, 1fr) minmax(430px, .95fr); gap: 34px; }
  .ydx-hero__copy h1 { font-size: clamp(64px, 6.5vw, 86px); }
  .ydx-hero__title img { width: 60px; }
  .ydx-heading { grid-template-columns: 1fr; gap: 28px; }
  .ydx-heading > p { max-width: 720px; }
  .ydx-story__head { grid-template-columns: 1fr; gap: 28px; }
  .ydx-story__head p { max-width: 720px; }
  .ydx-profit-system__head { grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); gap: 42px; }
  .ydx-situations { gap: 24px; }
  .ydx-placements { grid-template-columns: minmax(270px, .48fr) minmax(0, 1fr); }
  .ydx-placement-nav button { padding-inline: 20px; }
  .ydx-management__layout { grid-template-columns: .7fr 1.15fr; gap: 58px; }
  .ydx-pain-cards__heading { max-width: 900px; }
  .ydx-pain-cards__track { gap: 18px; }
  .ydx-pain-card { min-height: 490px; }
  .ydx-pain-card__copy { padding-inline: 24px; }
  .ydx-pain-card h3,
  .ydx-pain-card--budget h3 { font-size: 31px; }
}

@media (max-width: 1080px) {
  .ydx-hero__grid { grid-template-columns: 1fr; }
  .ydx-hero__copy { padding-bottom: 18px; }
  .ydx-hero-media { min-height: 470px; }
}

@media (max-width: 900px) {
  .ydx-direct-page .seo-shell { width: min(100% - 36px, 760px); }
  .ydx-hero { padding-top: 120px; }
  .ydx-hero__grid { grid-template-columns: 1fr; }
  .ydx-hero__title { gap: 12px; }
  .ydx-hero__title img { display: block; width: 52px; }
  .ydx-hero__title b { font-size: .78em; }
  .ydx-hero__copy { padding-bottom: 20px; }
  .ydx-hero-media { min-height: 470px; }
  .ydx-hero-points { display: grid; grid-template-columns: 1fr 1fr; }
  .ydx-economics-stage { grid-template-columns: 1fr; gap: 34px; min-height: 0; }
  .ydx-economics-stage__offer { display: grid; grid-template-columns: minmax(0, 1fr) minmax(250px, .72fr); gap: 24px; align-items: end; }
  .ydx-economics-stage__copy { max-width: none; }
  .ydx-economics-stage__visual { min-height: 310px; margin-top: 0; }
  .ydx-economics-stage__report { left: 21%; width: 64%; }
  .ydx-economics-stage__calculator { left: 3%; bottom: -4%; width: 47%; }
  .ydx-direct-quiz__panel { min-height: 470px; }
  .ydx-situations { grid-template-columns: 1fr; gap: 28px; }
  .ydx-situations__conclusion { grid-column: auto; }
  .ydx-situations__conclusion { grid-template-columns: 1fr; grid-template-areas: "person" "quote"; gap: 30px; align-items: start; }
  .ydx-profit-system__head { display: block; }
  .ydx-profit-system__head p { max-width: 720px; margin-top: 24px; }
  .ydx-channels__head { grid-template-columns: 1fr; gap: 26px; }
  .ydx-channels__head > p { max-width: 720px; }
  .ydx-placements { grid-template-columns: 1fr; }
  .ydx-placement-nav { grid-template-columns: repeat(3, 1fr); grid-template-rows: auto; }
  .ydx-placement-nav button { min-height: 126px; border-right: 1px solid var(--ydx-ink); border-bottom: 0; }
  .ydx-placement-nav button:last-child { border-right: 0; }
  .ydx-placement-nav button strong { font-size: 24px; }
  .ydx-change-map__table-head { display: none; }
  .ydx-change-map__row { grid-template-columns: 1fr; min-height: 0; }
  .ydx-change-map__cell { display: block; padding: 24px 26px; }
  .ydx-change-map__cell + .ydx-change-map__cell::before { top: 0; right: 26px; bottom: auto; left: 26px; width: auto; height: 1px; }
  .ydx-change-map__mobile-label { display: block; margin-bottom: 12px; color: var(--ydx-muted); font-size: 9px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
  .ydx-change-map__cell--result { background: var(--ydx-blue); }
  .ydx-change-map__cell--result::before { background: transparent !important; }
  .ydx-change-map__cell--result .ydx-change-map__mobile-label { color: rgba(255,255,255,.68); }
  .ydx-change-map__cell--result strong { color: #fff; }
  .ydx-management__layout { grid-template-columns: 1fr; }
  .ydx-readiness__layout,
  .ydx-scope__layout { grid-template-columns: 1fr; }
  .ydx-pain-cards__track { grid-template-columns: 1fr; gap: 22px; }
  .ydx-pain-card { min-height: 520px; }
  .ydx-pain-card--budget { min-height: 520px; }
  .ydx-pain-card__visual img,
  .ydx-pain-card--budget .ydx-pain-card__visual img { max-height: 270px; }
  .ydx-pain-cards__conclusion { grid-template-columns: 1fr; gap: 22px; }
}

@media (max-width: 640px) {
  .ydx-direct-page .seo-shell { width: calc(100% - 32px); }
  .ydx-hero { padding-top: 112px; }
  .ydx-hero__copy h1 { font-size: clamp(48px, 13.8vw, 58px); line-height: .91; overflow-wrap: anywhere; }
  .ydx-hero__title { gap: 10px; }
  .ydx-hero__title img { width: 42px; }
  .ydx-hero__title b { font-size: .7em; }
  .ydx-hero__copy p { margin-top: 28px; font-size: 16px; }
  .ydx-hero__copy .seo-buttons { margin-top: 28px; }
  .ydx-hero-media { min-height: 330px; margin-inline: -14px; }
  .ydx-hero-media > img { width: 128%; transform: translateX(3%); }
  .ydx-float { min-width: 145px; padding: 12px; box-shadow: 6px 6px 0 var(--ydx-blue); }
  .ydx-float small,
  .ydx-float span { font-size: 7px; }
  .ydx-float strong { font-size: 20px; }
  .ydx-float--top { top: 2%; right: 3%; }
  .ydx-float--bottom { left: 5%; bottom: 2%; }
  .ydx-float--bottom strong { font-size: 16px; }
  .ydx-hero-points { width: 100%; grid-template-columns: 1fr 1fr; min-height: auto; padding: 0; }
  .ydx-hero-points span { min-height: 76px; padding: 16px; font-size: 10px; line-height: 1.3; }
  .ydx-hero-points span:first-child { padding-left: 16px; }
  .ydx-hero-points span:nth-child(3) { border-left: 0; }
  .ydx-hero-points span:nth-child(n + 3) { border-top: 1px solid var(--ydx-line); }
  .ydx-economics { padding: 68px 0; }
  .ydx-economics-stage { gap: 28px; min-height: 0; padding: 27px 20px 20px; }
  .ydx-economics-stage__offer { display: block; }
  .ydx-economics-stage__copy h2 { font-size: clamp(43px, 12.4vw, 50px); overflow-wrap: normal; }
  .ydx-economics-stage__copy p { margin-top: 20px; font-size: 15px; }
  .ydx-economics-stage__visual { min-height: 245px; margin: 22px -6px -2px; }
  .ydx-economics-stage__visual::before { left: 4%; bottom: -22%; width: 69%; }
  .ydx-economics-stage__report { left: 23%; top: 2%; width: 56%; }
  .ydx-economics-stage__calculator { left: 5%; bottom: -5%; width: 40%; }
  .ydx-direct-quiz { padding: 22px 18px; box-shadow: 7px 7px 0 var(--ydx-blue); }
  .ydx-direct-quiz__top div { gap: 9px; }
  .ydx-direct-quiz__panel { min-height: 530px; padding-top: 30px; }
  .ydx-direct-quiz__panel h3 { font-size: clamp(32px, 9.7vw, 39px); line-height: .98; }
  .ydx-direct-quiz__panel > p { margin-top: 15px; font-size: 13px; }
  .ydx-direct-quiz__options { grid-template-columns: 1fr; gap: 8px; margin-top: 24px; }
  .ydx-direct-quiz__options button { min-height: 60px; padding: 13px 14px; font-size: 13px; }
  .ydx-direct-quiz__panel--form { min-height: 640px; padding-top: 24px; }
  .ydx-direct-quiz__form { grid-template-columns: 1fr; margin-top: 20px; }
  .ydx-direct-quiz__form > label,
  .ydx-direct-quiz__form > .ydx-direct-quiz__consent,
  .ydx-direct-quiz__form > button,
  .ydx-direct-quiz__form > p { grid-column: 1; }
  .ydx-direct-quiz__submit { min-height: 54px; }
  .ydx-story { padding: 68px 0; }
  .ydx-story__head { gap: 22px; margin-bottom: 40px; }
  .ydx-story__head h2,
  .ydx-channels__head h2,
  .ydx-management__copy h2,
  .ydx-readiness h2,
  .ydx-scope h2,
  .ydx-heading h2 { font-size: clamp(43px, 12.8vw, 52px); line-height: .91; overflow-wrap: anywhere; }
  .ydx-story__head p { font-size: 16px; }
  .ydx-story__head h2 { max-width: 350px; font-size: clamp(43px, 12.8vw, 52px); }
  .ydx-situations { gap: 22px; }
  .ydx-situation { padding: 27px 21px; }
  .ydx-situation:hover { transform: none; }
  .ydx-situation--start,
  .ydx-situation--active { box-shadow: 7px 7px 0 var(--ydx-lime); }
  .ydx-situation--active { box-shadow: 7px 7px 0 var(--ydx-blue); }
  .ydx-situation h3 { margin-bottom: 30px; font-size: clamp(38px, 11vw, 48px); }
  .ydx-situation li { grid-template-columns: 30px minmax(0, 1fr); gap: 10px; min-height: 0; padding: 17px 0 16px; }
  .ydx-situation li span { width: 24px; height: 24px; }
  .ydx-situation li p { font-size: 15px; }
  .ydx-situations__conclusion { margin-top: 0; padding: 26px 22px; box-shadow: 7px 7px 0 var(--ydx-lime); }
  .ydx-situations__conclusion blockquote { padding-top: 34px; font-size: 23px; line-height: 1.3; }
  .ydx-situations__conclusion blockquote::before { top: -22px; font-size: 78px; }
  .ydx-situations__conclusion figcaption { gap: 16px; min-width: 0; }
  .ydx-situations__conclusion figcaption img { width: 108px; height: 108px; box-shadow: 7px 7px 0 var(--ydx-lime); }
  .ydx-situations__conclusion figcaption strong { font-size: 16px; }
  .ydx-channels { padding: 68px 0; }
  .ydx-channels__head { gap: 22px; margin-bottom: 38px; }
  .ydx-channels__head > p { font-size: 15px; }
  .ydx-placement-nav { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .ydx-placement-nav::-webkit-scrollbar { display: none; }
  .ydx-placement-nav button { min-width: 258px; min-height: 120px; grid-template-columns: 26px minmax(0, 1fr) 28px; padding: 22px 18px; border-right: 1px solid var(--ydx-ink); scroll-snap-align: center; }
  .ydx-placement-nav button:hover,
  .ydx-placement-nav button.is-active { padding-left: 24px; }
  .ydx-placement-nav button strong { font-size: 24px; }
  .ydx-placement-nav button small { margin-top: 12px; }
  .ydx-placement-stage { min-height: 0; margin-top: 20px; box-shadow: 8px 8px 0 var(--ydx-blue); }
  .ydx-placement-scene { min-height: 560px; padding: 25px 20px 32px; }
  .ydx-placement-scene__copy { grid-template-columns: 1fr; grid-template-areas: "title" "text"; gap: 14px; }
  .ydx-placement-scene__copy h3 { font-size: 32px; }
  .ydx-placement-scene__copy p { margin-top: 4px; font-size: 14px; }
  .ydx-placement-scene__art { top: 18px; right: -26px; width: 145px; opacity: .13; transform: rotate(4deg); }
  .ydx-placement-scene__art--compare { top: 45px; right: -38px; width: 190px; transform: rotate(-3deg); }
  .ydx-placement-scene__art--return { top: 26px; right: -30px; width: 158px; }
  .ydx-search-preview,
  .ydx-feed-preview,
  .ydx-return-preview { margin-top: 28px; box-shadow: 6px 6px 0 var(--ydx-lime); }
  .ydx-search-preview { min-height: 292px; }
  .ydx-search-field { width: calc(100% - 28px); margin: 14px 14px 0; }
  .ydx-search-result { width: calc(100% - 28px); margin: 14px; }
  .ydx-search-result strong { font-size: 19px; }
  .ydx-feed-preview { min-height: 314px; }
  .ydx-feed-copy { width: 100%; padding: 22px 18px; opacity: .58; }
  .ydx-feed-ad { left: 18px; right: 18px; top: 105px; width: auto; min-height: 170px; }
  .ydx-feed-video { display: none; }
  .ydx-return-preview { min-height: 330px; grid-template-columns: 1fr; gap: 10px; padding: 16px 16px 34px; }
  .ydx-return-step,
  .ydx-return-ad { min-height: 112px; padding: 16px; }
  .ydx-return-step strong,
  .ydx-return-ad strong { margin-top: 20px; font-size: 21px; }
  .ydx-return-arrow { justify-self: center; transform: rotate(90deg); }
  .ydx-return-status { right: 12px; bottom: -12px; min-width: 205px; }
  .ydx-profit-system { padding: 68px 0; }
  .ydx-profit-system__head { margin-bottom: 40px; text-align: left; }
  .ydx-profit-system__head h2 { font-size: 45px; }
  .ydx-profit-system__head h2 em { margin-top: 7px; font-size: .88em; line-height: .94; }
  .ydx-profit-system__head p { margin: 22px 0 0; font-size: 15px; }
  .ydx-profit-system__grid { grid-template-columns: 1fr; gap: 22px; }
  .ydx-profit-card--ads { grid-column: auto; display: flex; margin-top: 0; }
  .ydx-profit-card--site,
  .ydx-profit-card--sales,
  .ydx-profit-card--ads { box-shadow: 8px 8px 0 var(--ydx-lime); }
  .ydx-profit-card--sales { box-shadow: 8px 8px 0 var(--ydx-blue); }
  .ydx-profit-card__copy { padding: 28px 22px 24px; }
  .ydx-profit-card__copy h3 { font-size: 38px; }
  .ydx-profit-card__copy p { margin-top: 18px; font-size: 15px; }
  .ydx-profit-card__media { padding: 0 16px 16px; }
  .ydx-profit-card__media img,
  .ydx-profit-card--ads .ydx-profit-card__media img { min-height: 0; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 13px 13px 0 0; }
  .ydx-profit-card__media img[data-ydx-profit-zoom] { cursor: zoom-in; touch-action: manipulation; }
  .ydx-profit-card__media figcaption { min-height: 0; padding: 17px 16px; border-radius: 0 0 13px 13px; font-size: 13px; }
  .ydx-profit-card--ads .ydx-profit-card__copy { border-right: 0; }
  .ydx-profit-card--ads .ydx-profit-card__media { padding-top: 0; }
  .ydx-profit-system__quote { margin-top: 30px; }
  .ydx-profit-system__quote-copy { gap: 24px; }
  .ydx-profit-system__quote-button { width: 100%; }
  .ydx-pain-cards__heading h2 { font-size: 54px; }
  .ydx-direct-modal { padding: 16px; }
  .ydx-direct-modal__panel { max-height: calc(100svh - 32px); padding: 28px 22px; box-shadow: 7px 7px 0 var(--ydx-lime); }
  .ydx-direct-modal__close { top: 16px; right: 16px; width: 38px; height: 38px; }
  .ydx-direct-modal__head { margin-bottom: 22px; padding: 0 42px 22px 0; }
  .ydx-direct-modal__head h2 { font-size: 30px; }
  .ydx-direct-modal__form { gap: 14px; }
  .ydx-direct-modal__form input:not([type="hidden"]):not([type="checkbox"]),
  .ydx-direct-modal__submit { min-height: 54px; }
  .ydx-change-map { padding: 68px 0; }
  .ydx-heading { gap: 20px; margin-bottom: 42px; }
  .ydx-heading > p { font-size: 16px; }
  .ydx-change-map__heading h2 { font-size: 48px; }
  .ydx-change-map__table { gap: 20px; }
  .ydx-change-map__row { border-radius: 16px; box-shadow: 8px 8px 0 var(--ydx-lime); }
  .ydx-change-map__row:nth-child(even) { box-shadow: 8px 8px 0 var(--ydx-blue); }
  .ydx-change-map__cell { padding: 22px; }
  .ydx-change-map__cell + .ydx-change-map__cell::before { right: 22px; left: 22px; }
  .ydx-change-map__cell h3 { font-size: 31px; }
  .ydx-change-map__cell p { font-size: 15px; }
  .ydx-change-map__cell strong { font-size: 18px; }
  .ydx-management { padding: 68px 0; }
  .ydx-management__layout { gap: 40px; }
  .ydx-management__copy > p { margin: 26px 0; font-size: 16px; }
  .ydx-dashboard { box-shadow: 8px 8px 0 var(--ydx-blue); }
  .ydx-dashboard__head { grid-template-columns: 1fr 1fr; }
  .ydx-dashboard__head > div { min-height: 108px; padding: 16px; }
  .ydx-dashboard__head > div:nth-child(2) { border-right: 0; }
  .ydx-dashboard__head > div:nth-child(3) { grid-column: 1 / -1; border-top: 1px solid var(--ydx-line); border-right: 0; }
  .ydx-dashboard__head strong { margin-top: 18px; font-size: 30px; }
  .ydx-dashboard__chart { height: 220px; padding: 10px; }
  .ydx-dashboard__foot { grid-template-columns: 1fr 1fr; }
  .ydx-dashboard__foot > * { min-height: 48px; border-bottom: 1px solid var(--ydx-line); }
  .ydx-readiness,
  .ydx-scope { padding: 68px 0; }
  .ydx-readiness__layout,
  .ydx-scope__layout { gap: 44px; }
  .ydx-readiness__layout > div:first-child > p,
  .ydx-scope__layout > div p { font-size: 16px; }
  .ydx-direct-page .seo-team-grid { margin-top: 42px; }
  .seo-page.ydx-direct-page .seo-team-section { padding: 68px 0; }
  .seo-page.ydx-direct-page .seo-section__intro { display: block; margin-bottom: 40px; }
  .seo-page.ydx-direct-page .seo-section-title,
  .seo-page.ydx-direct-page .seo-lead__copy h2 { font-size: clamp(43px, 12.8vw, 52px); line-height: .91; overflow-wrap: anywhere; }
  .seo-page.ydx-direct-page .seo-section__lead { margin-top: 22px; font-size: 15px; }
  .seo-page.ydx-direct-page .seo-team-card { padding: 24px 20px 28px; }
  .seo-page.ydx-direct-page .seo-team-card figure { width: min(70%, 220px); margin-bottom: 32px; }
  .seo-page.ydx-direct-page .seo-case-teaser { padding: 62px 0; }
  .seo-page.ydx-direct-page .seo-case-teaser strong { font-size: clamp(50px, 15vw, 66px); }
  .ydx-faq { padding: 68px 0; }
  .ydx-faq .seo-faq summary { min-height: 74px; padding: 17px 10px; font-size: 21px; }
  .ydx-faq .seo-faq summary::after { width: 34px; height: 34px; }
  .seo-page.ydx-direct-page .seo-lead { padding: 68px 0; }
  .seo-page.ydx-direct-page .seo-lead__grid { gap: 40px; }
  .seo-page.ydx-direct-page .seo-lead__copy > p { margin: 24px 0; font-size: 15px; }
  .seo-page.ydx-direct-page .seo-lead-form { padding: 24px 18px; gap: 16px; box-shadow: 8px 8px 0 var(--ydx-lime); }
}

@media (max-width: 680px) {
  .ydx-pain-cards { padding: 68px 0 76px; overflow: hidden; }
  .ydx-pain-cards__heading { margin-bottom: 38px; text-align: left; }
  .ydx-pain-cards__heading h2 { font-size: 40px; line-height: .97; }
  .ydx-pain-cards__heading h2 span { margin-top: 6px; }
  .ydx-pain-cards__track { display: grid; grid-template-columns: 1fr; grid-template-areas: "traffic" "budget" "planning"; grid-template-rows: auto; gap: 20px; width: auto; margin: 0; padding: 0 8px 8px 0; overflow: visible; }
  .ydx-pain-card { min-width: 0; width: auto; min-height: 430px; border-radius: 22px; box-shadow: 8px 8px 0 rgba(255,91,66,.72); }
  .ydx-pain-card--budget { min-height: 430px; box-shadow: 8px 8px 0 rgba(255,91,66,.72); }
  .ydx-pain-card--planning { box-shadow: 8px 8px 0 rgba(255,91,66,.72); }
  .ydx-pain-card__copy { padding: 28px 23px 18px; }
  .ydx-pain-card h3,
  .ydx-pain-card--budget h3 { font-size: 34px; }
  .ydx-pain-card p { margin-top: 17px; font-size: 14px; }
  .ydx-pain-card--budget p { font-size: 14px; }
  .ydx-pain-card__visual,
  .ydx-pain-card--budget .ydx-pain-card__visual { min-height: 190px; padding: 2px 14px 18px; }
  .ydx-pain-card__visual img,
  .ydx-pain-card--budget .ydx-pain-card__visual img { max-height: 250px; }
  .ydx-pain-card__visual--low-leads { min-height: 205px; padding: 0 10px 20px; }
  .ydx-low-leads { height: 210px; grid-template-columns: minmax(0, 1fr) 84px; gap: 10px; }
  .ydx-low-leads__badge { width: 84px; }
  .ydx-low-leads__badge strong { font-size: 32px; }
  .ydx-pain-card__visual--bad-search,
  .ydx-pain-card__visual--crm { min-height: 205px; padding: 0 10px 20px; }
  .ydx-bad-search,
  .ydx-crm { height: 210px; }
  .ydx-bad-search__result strong { font-size: 14px; }
  .ydx-bad-search__query span { font-size: 9px; }
  .ydx-pain-cards__conclusion { margin: 34px 8px 0 0; padding: 30px 23px; border-radius: 20px; box-shadow: 8px 8px 0 var(--ydx-lime); }
  .ydx-pain-cards__conclusion strong { font-size: 32px; }
  .ydx-pain-cards__conclusion p { font-size: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .ydx-low-leads__page,
  .ydx-low-leads__arrow,
  .ydx-low-leads__badge,
  .ydx-bad-search__query span,
  .ydx-bad-search__result,
  .ydx-bad-search__result strong,
  .ydx-bad-search__cursor,
  .ydx-bad-search__click,
  .ydx-crm__row { animation: none; }
  .ydx-low-leads__page { transform: translateY(-58px); }
  .ydx-low-leads__badge { opacity: 1; }
  .ydx-bad-search__query span { clip-path: inset(0); }
  .ydx-bad-search__result,
  .ydx-crm__row { opacity: 1; transform: none; }
  .ydx-bad-search__cursor { left: 32%; top: 57%; opacity: 1; }
  .ydx-bad-search__click { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-ydx-reveal] { opacity: 1; transform: none; transition: none; }
  .ydx-economics-stage__report,
  .ydx-economics-stage__calculator,
  .ydx-economics-stage__visual::before { animation: none; }
  .ydx-economics-stage__report { transform: rotate(-7deg); }
  .ydx-economics-stage__calculator { transform: rotate(7deg); }
}

/* 2026-08-14: code-built visuals and annotated mobile refinements */
.ydx-search-devices {
  position: relative;
  width: min(100%, 720px);
  height: 470px;
  margin: 0 auto;
  perspective: 1200px;
  isolation: isolate;
}

.ydx-search-laptop {
  position: absolute;
  left: 1%;
  bottom: 5%;
  width: 85%;
  z-index: 1;
  filter: drop-shadow(0 28px 22px rgba(13,15,13,.17));
  transform: rotateX(1deg) rotateZ(-1.4deg);
}

.ydx-search-laptop__screen {
  position: relative;
  min-height: 360px;
  padding: 22px 22px 18px;
  overflow: hidden;
  border: 4px solid var(--ydx-ink);
  border-radius: 22px 22px 8px 8px;
  background: #fff;
}

.ydx-search-laptop__screen::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, transparent 0 58%, rgba(40,104,244,.045) 58% 100%);
}

.ydx-search-laptop__base {
  width: 112%;
  height: 24px;
  margin-left: -6%;
  border: 3px solid var(--ydx-ink);
  border-top: 0;
  border-radius: 0 0 60% 60%;
  background: linear-gradient(180deg,#dededc,#9b9b98);
}

.ydx-yandex-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 34px;
  color: #77766f;
  font-size: 10px;
  font-weight: 700;
}

.ydx-yandex-head strong {
  margin-right: 5px;
  color: var(--ydx-ink);
  font-size: 22px;
  letter-spacing: -.05em;
}

.ydx-yandex-head strong i { color: #f04438; font-style: normal; }

.ydx-yandex-query {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  align-items: center;
  min-height: 48px;
  margin: 12px 0 16px;
  overflow: hidden;
  border: 3px solid #f5c400;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 7px 18px rgba(245,196,0,.16);
}

.ydx-yandex-query span {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  clip-path: inset(0 100% 0 0);
}

.ydx-yandex-query b {
  align-self: stretch;
  display: grid;
  place-items: center;
  min-width: 72px;
  padding: 0 14px;
  background: #ffd532;
  font-size: 12px;
}

.ydx-yandex-results {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.ydx-yandex-results article {
  padding: 10px 13px 9px;
  border-radius: 10px;
  background: #f6f5f0;
  opacity: 0;
  transform: translateY(7px);
}

.ydx-yandex-results small {
  display: block;
  margin-bottom: 4px;
  color: #79786f;
  font-size: 8px;
}

.ydx-yandex-results strong {
  display: block;
  color: var(--ydx-blue);
  font-size: 13px;
  line-height: 1.1;
}

.ydx-yandex-results p {
  margin: 4px 0 0;
  color: #62615b;
  font-size: 8px;
  line-height: 1.3;
}

.ydx-search-phone {
  position: absolute;
  right: 0;
  bottom: 1%;
  z-index: 3;
  width: 29%;
  height: 69%;
  padding: 28px 10px 12px;
  overflow: hidden;
  border: 4px solid var(--ydx-ink);
  border-radius: 31px;
  background: #fff;
  box-shadow: 0 20px 30px rgba(13,15,13,.15);
  transform: rotate(2deg);
}

.ydx-search-phone__speaker {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 31%;
  height: 4px;
  border-radius: 99px;
  background: var(--ydx-ink);
  transform: translateX(-50%);
}

.ydx-search-phone .ydx-yandex-head { min-height: 21px; }
.ydx-search-phone .ydx-yandex-head strong { font-size: 15px; }
.ydx-search-phone .ydx-yandex-query { min-height: 34px; margin: 8px 0 10px; border-width: 2px; border-radius: 8px; }
.ydx-search-phone .ydx-yandex-query span { padding: 0 7px; font-size: 8px; }
.ydx-search-phone .ydx-yandex-results { gap: 7px; }
.ydx-search-phone .ydx-yandex-results article { padding: 9px 7px; border-radius: 7px; }
.ydx-search-phone .ydx-yandex-results small { font-size: 6px; }
.ydx-search-phone .ydx-yandex-results strong { font-size: 9px; }

.ydx-hero-media.is-visible .ydx-yandex-query span { animation: ydx-device-type 7.4s steps(20,end) infinite; }
.ydx-hero-media.is-visible .ydx-yandex-results article { animation: ydx-device-result 7.4s ease infinite; }
.ydx-hero-media.is-visible .ydx-yandex-results article:nth-child(1) { animation-delay: .85s; }
.ydx-hero-media.is-visible .ydx-yandex-results article:nth-child(2) { animation-delay: 1.13s; }
.ydx-hero-media.is-visible .ydx-yandex-results article:nth-child(3) { animation-delay: 1.41s; }

/* Hero search scenarios are synchronized by script: query types once, ads stay visible. */
.ydx-search-devices.is-cycling .ydx-yandex-query span {
  clip-path: none;
  animation: none !important;
  transition: opacity .22s ease;
}

.ydx-search-devices.is-cycling .ydx-yandex-results article {
  opacity: 0;
  transform: translateY(8px);
  animation: none !important;
  transition: opacity .32s ease, transform .32s ease;
}

.ydx-search-devices.is-cycling .ydx-yandex-results article.is-shown {
  opacity: 1;
  transform: none;
}

.ydx-search-devices.is-cycling.is-changing .ydx-yandex-query span,
.ydx-search-devices.is-cycling.is-changing .ydx-yandex-results article {
  opacity: 0;
}

@keyframes ydx-device-type {
  0%,7% { clip-path: inset(0 100% 0 0); }
  28%,82% { clip-path: inset(0); }
  92%,100% { clip-path: inset(0 100% 0 0); }
}

@keyframes ydx-device-result {
  0%,12% { opacity: 0; transform: translateY(8px); }
  22%,80% { opacity: 1; transform: none; }
  91%,100% { opacity: 0; transform: translateY(-4px); }
}

/* Story: search, comparison and retargeting are code-built and animated. */
.story-card__visual--search .search-window,
.story-card__visual--compare .feed-window {
  width: min(86%, 650px);
}

.search-input {
  position: relative;
  min-height: 52px;
  margin: 18px;
  padding: 0 50px 0 18px;
  overflow: hidden;
  border: 1px solid rgba(13,15,13,.18);
  border-radius: 11px;
  background: #fff;
  font-size: 14px;
  line-height: 52px;
}

.search-input b { position: absolute; right: 18px; top: 0; color: #77766f; }
.story-search-query { display: block; width: max-content; white-space: nowrap; clip-path: inset(0 100% 0 0); }
.search-result { position: relative; margin: 0 18px 18px; padding: 18px 20px; border-radius: 12px; background: #fff; opacity: 0; transform: translateY(8px); }
.search-result small { display: block; margin-bottom: 8px; color: #77766f; font-size: 9px; }
.search-result strong { display: block; color: var(--ydx-blue); font-size: 22px; line-height: 1.08; }
.search-result p { margin: 8px 0; color: #62615b; font-size: 11px; line-height: 1.35; }
.search-result div { display: flex; gap: 18px; color: var(--ydx-blue); font-size: 9px; font-weight: 800; }
.story-search-cursor { position: absolute; z-index: 6; left: 78%; top: 76%; width: 26px; height: 34px; opacity: 0; background: var(--ydx-ink); clip-path: polygon(0 0,0 100%,28% 73%,43% 100%,57% 93%,42% 68%,72% 68%); }
.story-search-click { position: absolute; z-index: 5; left: 30%; top: 64%; width: 18px; height: 18px; border: 3px solid var(--ydx-blue); border-radius: 50%; opacity: 0; }
.story-card.is-active .story-search-query { animation: ydx-story-type 6.8s steps(17,end) infinite; }
.story-card.is-active .search-result { animation: ydx-story-result 6.8s ease infinite; }
.story-card.is-active .story-search-cursor { animation: ydx-story-cursor 6.8s ease infinite; }
.story-card.is-active .story-search-click { animation: ydx-story-click 6.8s ease infinite; }

@keyframes ydx-story-type { 0%,8%{clip-path:inset(0 100% 0 0)} 29%,88%{clip-path:inset(0)} 100%{clip-path:inset(0 100% 0 0)} }
@keyframes ydx-story-result { 0%,27%{opacity:0;transform:translateY(8px)} 38%,89%{opacity:1;transform:none} 100%{opacity:0;transform:translateY(-4px)} }
@keyframes ydx-story-cursor { 0%,43%{left:78%;top:76%;opacity:0} 51%{opacity:1} 65%,79%{left:31%;top:62%;opacity:1} 88%,100%{opacity:0} }
@keyframes ydx-story-click { 0%,63%{opacity:0;transform:scale(.35)} 68%{opacity:1;transform:scale(1.35)} 74%,100%{opacity:0;transform:scale(1.7)} }

.feed-window .feed-layout {
  position: relative;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 16px;
  min-height: 305px;
  padding: 18px;
  overflow: hidden;
  isolation: isolate;
}

.feed-site {
  position: relative;
  min-width: 0;
  height: 269px;
  overflow: hidden;
  clip-path: inset(0 round 12px);
  contain: paint;
  border-radius: 12px;
  background: #f5f4ef;
}

.feed-site__scroll {
  position: relative;
  min-height: 337px;
  will-change: transform;
}

.feed-site__hero {
  display: grid;
  align-content: end;
  min-height: 128px;
  padding: 18px;
  color: #fff;
  background: linear-gradient(145deg,rgba(13,15,13,.08),rgba(13,15,13,.72)), linear-gradient(135deg,#96b2c8,#d7c8b4 62%,#8caa91);
}

.feed-site__hero b { font-size: 20px; line-height: 1; }
.feed-site__hero span { margin-top: 6px; font-size: 10px; }
.feed-site__line { width: 72%; height: 7px; margin: 17px; border-radius: 20px; background: #d5d3ca; box-shadow: 0 18px 0 #d5d3ca, 0 36px 0 #e0ded7; }
.feed-site__cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin: 52px 16px 0; }
.feed-site__cards i { height: 70px; border-radius: 8px; background: linear-gradient(145deg,#d9d6ce,#f4f2ec); }

.feed-ad {
  position: relative;
  align-self: center;
  min-height: 258px;
  padding: 13px 16px 17px;
  overflow: hidden;
  border-radius: 14px;
  background: var(--ydx-blue);
  color: #fff;
}

.feed-ad__render {
  position: relative;
  height: 110px;
  margin: -13px -16px 13px;
  overflow: hidden;
  background: linear-gradient(180deg,#bcd2e2 0 55%,#8ea68d 55% 100%);
}

.feed-ad__render i { position: absolute; bottom: 22px; width: 48px; border-radius: 5px 5px 0 0; background:#f2eee3; box-shadow: inset -8px 0 rgba(13,15,13,.08); }
.feed-ad__render i:nth-child(1){left:24px;height:54px}.feed-ad__render i:nth-child(2){left:78px;height:78px}.feed-ad__render i:nth-child(3){left:136px;height:63px}
.feed-ad__render span { position:absolute; left:0; right:0; bottom:13px; height:9px; background:#5c755e; box-shadow:0 7px 0 #4b664f; }
.feed-ad small { font-size: 8px; text-transform: uppercase; opacity: .78; }
.feed-ad strong { display:block; margin:8px 0 7px; font-size:21px; line-height:1; }
.feed-ad p { margin:0; font-size:10px; line-height:1.35; opacity:.9; }
.feed-ad button { margin-top:13px; padding:10px 12px; border:1px solid var(--ydx-ink); border-radius:8px; background:var(--ydx-lime); font-size:8px; font-weight:900; text-transform:uppercase; }
.feed-window {
  overflow: hidden;
}

.feed-window > .window-bar {
  position: relative;
  z-index: 10;
  background: #f2efe6;
}

.story-card.is-active .feed-site__scroll { animation: ydx-feed-scroll 6.6s ease-in-out infinite; }
.story-card.is-active .feed-ad { animation: ydx-feed-ad 6.6s ease-in-out infinite; }
@keyframes ydx-feed-scroll { 0%,8%{transform:translateY(0)} 58%,80%{transform:translateY(-52px)} 95%,100%{transform:translateY(0)} }
@keyframes ydx-feed-ad { 0%,20%{opacity:0;transform:translateX(14px)} 35%,82%{opacity:1;transform:none} 96%,100%{opacity:0;transform:translateX(8px)} }

.return-flow {
  top: 50%;
  width: min(88%, 650px);
  grid-template-columns: minmax(0,1fr) 26px minmax(0,1fr);
  gap: 10px;
  transform: translate(-50%,-50%);
}

.return-site,
.return-ad {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 15px;
  background: rgba(251,250,246,.96);
}

.return-site { min-height: 250px; }
.return-site__bar { position:relative; z-index:5; display:flex; align-items:center; gap:5px; height:39px; padding:0 12px; border-bottom:1px solid rgba(13,15,13,.14); background:#f2efe6; opacity:1; font-size:9px; }
.return-site__bar i { width:7px; height:7px; border:1px solid var(--ydx-ink); border-radius:50%; }
.return-site__bar span { margin-left:7px; font-weight:800; }
.return-site__bar b { margin-left:auto; font-size:15px; }
.return-site__page { display:grid; gap:7px; padding:22px 18px; }
.return-site__page strong { font-size:21px; }
.return-site__page span { color:var(--ydx-muted); font-size:10px; }
.return-site__page div { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; margin-top:8px; }
.return-site__page div i { height:70px; border-radius:8px; background:linear-gradient(145deg,#b8cbd8,#ebe3d5); }
.return-site__page p { height:7px; margin:4px 0 0; border-radius:9px; background:#d8d6cf; }
.return-site__page p:last-child { width:68%; }
.return-ad { padding:24px 20px; opacity:0; transform:translateX(16px); }
.return-ad small { font-size:8px; font-weight:900; text-transform:uppercase; }
.return-ad strong { display:block; margin:12px 0 8px; font-size:21px; line-height:1.05; }
.return-ad p { margin:0; color:var(--ydx-muted); font-size:10px; line-height:1.35; }
.return-ad button { margin-top:17px; padding:11px 13px; border:1px solid var(--ydx-ink); border-radius:8px; background:var(--ydx-lime); font-size:8px; font-weight:900; text-transform:uppercase; }
.story-card.is-active .return-site__page { animation: ydx-return-scroll 7s ease-in-out infinite; }
.story-card.is-active .return-site { animation: ydx-return-close 7s ease-in-out infinite; }
.story-card.is-active .return-ad { animation: ydx-return-ad 7s ease-in-out infinite; }
@keyframes ydx-return-scroll { 0%,10%{transform:translateY(0)} 38%,48%{transform:translateY(-62px)} 60%,100%{transform:translateY(-62px)} }
@keyframes ydx-return-close { 0%,50%{transform:none} 60%,100%{transform:scale(.94)} }
@keyframes ydx-return-ad { 0%,56%{opacity:0;transform:translateX(16px)} 68%,90%{opacity:1;transform:none} 100%{opacity:0;transform:translateX(8px)} }

/* Low-leads animation draws once and keeps its final state. */
.ydx-low-leads__result { position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:0; }
.ydx-low-leads__arrow { display:block; width:82px; height:68px; overflow:visible; color:transparent; animation:none !important; }
.ydx-low-leads__arrow polyline { fill:none; stroke:#ef3445; stroke-width:6; stroke-linecap:round; stroke-linejoin:round; stroke-dasharray:116; stroke-dashoffset:116; }
.ydx-low-leads__arrow .ydx-low-leads__arrow-tip { fill:#ef3445; stroke:none; opacity:0; }
.ydx-low-leads__badge { position:relative; z-index:2; margin-top:-3px; opacity:0; transform:translateY(8px); animation:none !important; }
.ydx-pain-card.is-visible .ydx-low-leads__arrow polyline { animation: ydx-low-arrow-draw 1s ease forwards .35s; }
.ydx-pain-card.is-visible .ydx-low-leads__arrow .ydx-low-leads__arrow-tip { animation: ydx-low-arrow-tip-on .18s ease forwards 1.23s; }
.ydx-pain-card.is-visible .ydx-low-leads__badge { animation: ydx-low-badge-on .45s ease forwards 1.42s !important; }
@keyframes ydx-low-arrow-draw { to { stroke-dashoffset:0; } }
@keyframes ydx-low-arrow-tip-on { to { opacity:1; } }
@keyframes ydx-low-badge-on { to { opacity:1; transform:none; } }

/* Use the same authored quote treatment as the other expert comments. */
.ydx-pain-cards__conclusion.ydx-situations__conclusion {
  display:grid;
  grid-template-columns:minmax(150px,.26fr) minmax(0,1fr);
  gap:40px;
  align-items:center;
  margin-top:44px;
  padding:34px 38px;
  border:1px solid var(--ydx-ink);
  border-radius:0;
  background:var(--ydx-paper);
  color:var(--ydx-ink);
  box-shadow:12px 12px 0 var(--ydx-lime);
}
.ydx-pain-cards__conclusion.ydx-situations__conclusion::after { display:none; }
.ydx-pain-cards__conclusion.ydx-situations__conclusion figcaption { grid-column:1; grid-row:1; display:grid; gap:12px; align-items:start; }
.ydx-pain-cards__conclusion.ydx-situations__conclusion figcaption img { width:122px; height:122px; margin:0; border:1px solid var(--ydx-ink); border-radius:50%; object-fit:contain; object-position:center bottom; background:#d9d9d5; box-shadow:8px 8px 0 var(--ydx-lime); }
.ydx-pain-cards__conclusion.ydx-situations__conclusion figcaption span { display:grid; gap:5px; }
.ydx-pain-cards__conclusion.ydx-situations__conclusion figcaption strong { color:var(--ydx-ink); font-size:17px; line-height:1.1; }
.ydx-pain-cards__conclusion.ydx-situations__conclusion figcaption small { color:var(--ydx-muted); font-size:9px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.ydx-pain-cards__conclusion.ydx-situations__conclusion blockquote { position:relative; grid-column:2; grid-row:1; margin:0; padding:38px 0 0; color:var(--ydx-ink); font-size:clamp(24px,2.2vw,38px); font-weight:650; line-height:1.05; letter-spacing:-.045em; }
.ydx-pain-cards__conclusion.ydx-situations__conclusion blockquote::before { content:"“"; position:absolute; left:0; top:-13px; color:var(--ydx-lime); font-family:Georgia,serif; font-size:76px; line-height:1; }

@media (max-width: 640px) {
  .ydx-search-devices { height:304px; margin-top:10px; }
  .ydx-search-laptop { left:-1%; bottom:5%; width:91%; }
  .ydx-search-laptop__screen { min-height:244px; padding:12px 11px 10px; border-width:3px; border-radius:14px 14px 5px 5px; }
  .ydx-search-laptop__base { height:15px; border-width:2px; }
  .ydx-yandex-head { gap:7px; min-height:20px; font-size:6px; }
  .ydx-yandex-head strong { font-size:14px; }
  .ydx-yandex-query { min-height:33px; margin:7px 0 8px; border-width:2px; border-radius:7px; }
  .ydx-yandex-query span { padding:0 8px; font-size:8px; }
  .ydx-yandex-query b { min-width:42px; padding:0 7px; font-size:7px; }
  .ydx-yandex-results { gap:5px; }
  .ydx-yandex-results article { padding:7px 8px 6px; border-radius:6px; }
  .ydx-yandex-results small { margin-bottom:2px; font-size:5px; }
  .ydx-yandex-results strong { font-size:8px; }
  .ydx-yandex-results p { font-size:5.5px; }
  .ydx-search-phone { right:2%; bottom:0; width:28%; height:66%; padding:20px 6px 7px; border-width:3px; border-radius:20px; box-shadow:0 12px 18px rgba(13,15,13,.13); }
  .ydx-search-phone__speaker { top:8px; height:3px; }
  .ydx-search-phone .ydx-yandex-head { min-height:14px; }
  .ydx-search-phone .ydx-yandex-head strong { font-size:10px; }
  .ydx-search-phone .ydx-yandex-query { min-height:25px; margin:5px 0 6px; }
  .ydx-search-phone .ydx-yandex-query span { padding:0 4px; font-size:5.5px; }
  .ydx-search-phone .ydx-yandex-results { gap:4px; }
  .ydx-search-phone .ydx-yandex-results article { padding:6px 4px; }
  .ydx-search-phone .ydx-yandex-results small { font-size:4.5px; }
  .ydx-search-phone .ydx-yandex-results strong { font-size:6.5px; }
  .ydx-hero-media .ydx-float--top { top:0; right:0; min-width:126px; padding:11px 13px; }
  .ydx-hero-media .ydx-float--top strong { font-size:27px; }

  /* On phones the quiz is the focus; remove both decorative cut-outs and the green disc. */
  .ydx-economics-stage__visual,
  .ydx-economics-stage__visual::before,
  .ydx-economics-stage__report,
  .ydx-economics-stage__calculator { display:none !important; }
  .ydx-economics-stage__offer { min-height:0; }

  .story-card__visual--search .search-window,
  .story-card__visual--compare .feed-window { width:calc(100% - 28px); }
  .story-card__visual--compare .feed-window { transform:translate(-50%,-50%) scale(.82); transform-origin:center; }
  .search-input { min-height:39px; margin:10px; padding:0 35px 0 11px; border-radius:8px; font-size:10px; line-height:39px; }
  .search-input b { right:11px; }
  .search-result { margin:0 10px 10px; padding:12px; border-radius:9px; }
  .search-result small { margin-bottom:5px; font-size:6px; }
  .search-result strong { font-size:15px; }
  .search-result p { margin:5px 0; font-size:7px; }
  .search-result div { gap:9px; font-size:6px; }
  .story-search-cursor { width:18px; height:24px; }

  .feed-window .feed-layout { grid-template-columns:.82fr 1.18fr; gap:8px; min-height:220px; padding:10px; }
  .feed-site { height:205px; border-radius:9px; }
  .feed-site__hero { min-height:93px; padding:10px; }
  .feed-site__hero b { font-size:12px; }
  .feed-site__hero span { font-size:6px; }
  .feed-site__line { height:5px; margin:11px; box-shadow:0 13px 0 #d5d3ca,0 26px 0 #e0ded7; }
  .feed-site__cards { gap:4px; margin:37px 9px 0; }
  .feed-site__cards i { height:42px; }
  .feed-ad { min-height:196px; padding:9px 10px 11px; border-radius:10px; }
  .feed-ad__render { height:78px; margin:-9px -10px 9px; }
  .feed-ad__render i { bottom:15px; width:27px; }
  .feed-ad__render i:nth-child(1){left:12px;height:37px}.feed-ad__render i:nth-child(2){left:43px;height:55px}.feed-ad__render i:nth-child(3){left:75px;height:43px}
  .feed-ad small { font-size:5px; }
  .feed-ad strong { margin:5px 0; font-size:13px; }
  .feed-ad p { font-size:6.5px; }
  .feed-ad button { margin-top:8px; padding:7px; font-size:5px; }

  .return-flow { width:calc(100% - 26px); grid-template-columns:.94fr 18px 1.06fr; gap:4px; }
  .return-site { min-height:190px; }
  .return-site__bar { height:30px; padding:0 7px; font-size:6px; }
  .return-site__bar i { width:5px; height:5px; }
  .return-site__bar span { margin-left:3px; }
  .return-site__bar b { font-size:10px; }
  .return-site__page { gap:4px; padding:13px 9px; }
  .return-site__page strong { font-size:12px; }
  .return-site__page span { font-size:6px; }
  .return-site__page div { gap:4px; margin-top:5px; }
  .return-site__page div i { height:43px; }
  .return-site__page p { height:5px; }
  .return-ad { padding:15px 11px; border-radius:10px; }
  .return-ad small { font-size:5px; }
  .return-ad strong { margin:7px 0 5px; font-size:12px; }
  .return-ad p { font-size:6px; }
  .return-ad button { margin-top:10px; padding:7px; font-size:5px; }
  .return-arrow { display:block; font-size:18px; }

  .ydx-low-leads { grid-template-columns:minmax(0,1fr) 88px; }
  .ydx-low-leads__arrow { width:68px; height:58px; }

  .ydx-pain-cards__conclusion.ydx-situations__conclusion { grid-template-columns:1fr; gap:20px; margin:34px 8px 0 0; padding:25px 22px; border-radius:18px; box-shadow:8px 8px 0 var(--ydx-lime); }
  .ydx-pain-cards__conclusion.ydx-situations__conclusion figcaption { grid-column:1; grid-row:1; grid-template-columns:88px 1fr; align-items:center; }
  .ydx-pain-cards__conclusion.ydx-situations__conclusion figcaption img { width:84px; height:84px; object-fit:contain; object-position:center bottom; box-shadow:6px 6px 0 var(--ydx-lime); }
  .ydx-pain-cards__conclusion.ydx-situations__conclusion figcaption strong { font-size:15px; }
  .ydx-pain-cards__conclusion.ydx-situations__conclusion blockquote { grid-column:1; grid-row:2; padding-top:27px; font-size:20px; line-height:1.15; }
  .ydx-pain-cards__conclusion.ydx-situations__conclusion blockquote::before { top:-9px; font-size:58px; }
}

/* Mobile hero: message first, mockups between copy and calls to action. */
@media (max-width: 640px) {
  .ydx-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .ydx-hero__copy { display: contents; }
  .ydx-hero__copy h1 { order: 1; }
  .ydx-hero__copy > p { order: 2; }
  .ydx-hero-media {
    order: 3;
    width: 100%;
    min-height: 286px;
    margin: 14px 0 0;
  }
  .ydx-hero__copy .seo-buttons {
    order: 4;
    margin-top: 16px;
    margin-bottom: 28px;
  }
  .ydx-search-devices {
    width: min(100%, 356px);
    height: 270px;
    margin: 0 auto;
  }
  .ydx-search-laptop {
    left: 3%;
    bottom: 5%;
    width: 82%;
  }
  .ydx-search-phone {
    right: 3%;
    bottom: 1%;
    width: 27%;
    height: 65%;
  }
  .ydx-hero-media .ydx-float--top {
    top: 2px;
    right: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ydx-hero-media.is-visible .ydx-yandex-query span,
  .ydx-hero-media.is-visible .ydx-yandex-results article,
  .story-card.is-active .story-search-query,
  .story-card.is-active .search-result,
  .story-card.is-active .story-search-cursor,
  .story-card.is-active .story-search-click,
  .story-card.is-active .feed-site,
  .story-card.is-active .feed-site__scroll,
  .story-card.is-active .feed-ad,
  .story-card.is-active .return-site,
  .story-card.is-active .return-site__page,
  .story-card.is-active .return-ad,
  .ydx-pain-card.is-visible .ydx-low-leads__arrow polyline,
  .ydx-pain-card.is-visible .ydx-low-leads__arrow .ydx-low-leads__arrow-tip,
  .ydx-pain-card.is-visible .ydx-low-leads__badge { animation:none !important; }
  .ydx-yandex-query span,
  .story-search-query { clip-path:inset(0); }
  .ydx-yandex-results article,
  .search-result,
  .feed-ad,
  .return-ad,
  .ydx-low-leads__badge { opacity:1; transform:none; }
  .ydx-low-leads__arrow polyline { stroke-dashoffset:0; }
  .ydx-low-leads__arrow .ydx-low-leads__arrow-tip { opacity:1; }
}

/* 2026-08-14: final mobile composition fixes from visual QA. */
.return-site { background:#fbfaf6; }
.return-site__bar {
  background:#f2efe6 !important;
  opacity:1 !important;
  backdrop-filter:none !important;
}
.ydx-low-leads__arrow polyline {
  stroke-dasharray:156;
  stroke-dashoffset:156;
}
.ydx-low-leads__badge { margin-top:5px; }
.ydx-pain-cards__conclusion.ydx-situations__conclusion blockquote {
  font-size:clamp(22px,1.85vw,32px);
  line-height:1.16;
}

@media (max-width:640px) {
  .ydx-hero__copy .seo-buttons {
    width:100%;
    margin:24px auto 42px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
  }
  .ydx-hero__copy .seo-buttons .seo-button {
    width:min(100%,280px);
    min-height:54px;
    justify-content:center;
    padding:16px 22px;
    text-align:center;
  }

  .story-card__visual--compare .feed-window {
    left:50%;
    top:50%;
    width:calc(100% - 8px);
    max-width:none;
    transform:translate(-50%,-50%) scale(.70);
    transform-origin:center;
  }

  .return-site__bar {
    position:relative;
    z-index:20;
    background:#f2efe6 !important;
  }

  .ydx-low-leads__arrow {
    width:76px;
    height:62px;
  }

  .ydx-pain-cards__conclusion.ydx-situations__conclusion {
    display:flex !important;
    flex-direction:column;
    align-items:stretch;
    gap:18px;
  }
  .ydx-pain-cards__conclusion.ydx-situations__conclusion figcaption {
    order:1;
    display:grid;
    grid-template-columns:96px minmax(0,1fr);
    gap:16px;
    align-items:center;
  }
  .ydx-pain-cards__conclusion.ydx-situations__conclusion figcaption img {
    width:92px;
    height:92px;
    box-sizing:border-box;
    padding:3px 5px 0;
    object-fit:contain;
    object-position:center bottom;
  }
  .ydx-pain-cards__conclusion.ydx-situations__conclusion blockquote {
    order:2;
    margin:0;
    padding-top:24px;
    font-size:18px;
    line-height:1.2;
  }
}

/* 2026-08-15: keep the case switcher inside the three case stories only. */
.ydx-direct-page .editorial-case-stories__flow {
  position: relative;
}

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

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

/* The shared page link color must not wash out the white primary case CTA. */
.ydx-direct-page .editorial-case-cta__primary,
.ydx-direct-page .editorial-case-cta__primary:visited {
  color: var(--ydx-blue) !important;
  background: #fff;
  border-color: #fff;
}

.ydx-direct-page .editorial-case-cta__primary i {
  color: currentColor;
}

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

/* Post-launch system */
.ydx-aftercare,
.ydx-weekly,
.ydx-control {
  padding: clamp(80px, 7vw, 120px) 0;
  border-bottom: 1px solid var(--ydx-line);
}

.ydx-aftercare,
.ydx-control {
  background: #fff;
}

.ydx-weekly {
  background: var(--ydx-bg);
}

.ydx-postlaunch-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);
}

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

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

.ydx-postlaunch-head > p,
.ydx-control__layout > div:first-child > p {
  margin: 0;
  color: var(--ydx-muted);
  font-size: 17px;
  line-height: 1.58;
}

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

.ydx-aftercare__timeline article,
.ydx-weekly__grid article {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: clamp(28px, 3vw, 44px);
  border: 1px solid var(--ydx-line);
  border-radius: 24px;
  background: #fff;
}

.ydx-aftercare__timeline article {
  isolation: isolate;
  justify-content: flex-end;
  min-height: clamp(290px, 24vw, 360px);
}

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

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

.ydx-weekly__grid span {
  margin-bottom: auto;
  padding-bottom: 44px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

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

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

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

.ydx-aftercare__timeline article:first-child span {
  color: rgba(16, 17, 15, .11);
}

.ydx-aftercare__timeline article:last-child span {
  color: rgba(255, 255, 255, .16);
}

.ydx-aftercare__timeline h3,
.ydx-aftercare__timeline p {
  position: relative;
  z-index: 1;
}

.ydx-aftercare__timeline h3,
.ydx-weekly__grid h3 {
  margin: 0 0 14px;
  font-size: clamp(30px, 2.6vw, 46px);
  line-height: .96;
  letter-spacing: -.05em;
}

@media (min-width: 901px) {
  .ydx-aftercare__timeline h3 {
    font-size: clamp(25px, 1.85vw, 32px);
    line-height: 1;
  }
}

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

.ydx-aftercare__timeline article:first-child p {
  color: rgba(16, 17, 15, .67);
}

.ydx-aftercare__timeline article:last-child p,
.ydx-weekly__grid article:nth-child(2) p {
  color: rgba(255, 255, 255, .76);
}

.ydx-weekly__grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr 1fr;
  grid-auto-rows: minmax(235px, auto);
  gap: 14px;
}

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

.ydx-weekly__grid article:nth-child(2) {
  grid-row: span 2;
  background: var(--ydx-blue);
  color: #fff;
  border-color: transparent;
}

.ydx-weekly__grid article:nth-child(4) {
  grid-column: 3;
}

.ydx-control__layout {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(460px, 1fr);
  gap: clamp(56px, 8vw, 128px);
  align-items: start;
}

.ydx-control__layout > div:first-child > p {
  max-width: 630px;
  margin-top: 28px;
}

.ydx-control__list p {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  column-gap: 18px;
  margin: 0;
  padding: 22px 0 26px;
}

.ydx-control__list p::after {
  content: "";
  position: absolute;
  left: 64px;
  bottom: 0;
  width: min(78%, 540px);
  height: 1px;
  background: var(--ydx-line);
}

.ydx-control__list p:first-child {
  padding-top: 4px;
}

.ydx-control__list span {
  grid-row: 1 / span 2;
  padding-top: 4px;
  color: var(--ydx-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.ydx-control__list strong {
  font-size: clamp(23px, 2vw, 32px);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.ydx-control__list small {
  margin-top: 8px;
  color: var(--ydx-muted);
  font-size: 15px;
  line-height: 1.45;
}

@media (max-width: 760px) {
  .ydx-aftercare,
  .ydx-weekly,
  .ydx-control {
    padding: 68px 0;
  }

  .ydx-postlaunch-head,
  .ydx-control__layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ydx-postlaunch-head {
    margin-bottom: 34px;
  }

  .ydx-postlaunch-head h2,
  .ydx-control h2 {
    font-size: clamp(42px, 12vw, 52px);
    line-height: .92;
  }

  .ydx-postlaunch-head > p,
  .ydx-control__layout > div:first-child > p {
    font-size: 16px;
    line-height: 1.52;
  }

  .ydx-aftercare__timeline,
  .ydx-weekly__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 12px;
  }

  .ydx-aftercare__timeline {
    display: grid;
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(82vw, 330px);
    gap: 12px;
    margin-right: calc(var(--page-pad, 20px) * -1);
    padding-right: var(--page-pad, 20px);
    padding-bottom: 10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .ydx-aftercare__timeline::-webkit-scrollbar {
    display: none;
  }

  .ydx-aftercare__timeline article,
  .ydx-weekly__grid article,
  .ydx-aftercare__timeline article:first-child,
  .ydx-aftercare__timeline article:last-child,
  .ydx-weekly__grid article:nth-child(2),
  .ydx-weekly__grid article:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
    min-height: 220px;
    padding: 26px;
    border-radius: 20px;
  }

  .ydx-aftercare__timeline article,
  .ydx-aftercare__timeline article:first-child,
  .ydx-aftercare__timeline article:last-child {
    min-height: 300px;
    scroll-snap-align: start;
  }

  .ydx-weekly__grid span {
    padding-bottom: 36px;
  }

  .ydx-aftercare__timeline span {
    top: 28px;
    left: 26px;
    gap: 8px;
  }

  .ydx-aftercare__timeline span strong {
    font-size: 54px;
  }

  .ydx-aftercare__timeline span small {
    font-size: 11px;
  }

  .ydx-aftercare__timeline h3,
  .ydx-weekly__grid h3 {
    font-size: 34px;
  }

  .ydx-control__layout {
    gap: 42px;
  }

  .ydx-control__list p {
    grid-template-columns: 34px 1fr;
    column-gap: 12px;
    padding: 18px 0 22px;
  }

  .ydx-control__list p::after {
    left: 46px;
    width: calc(100% - 46px);
  }

  .ydx-control__list strong {
    font-size: 23px;
  }

  .ydx-control__list small {
    font-size: 14px;
  }
}

/* 2026-08-15: align editorial heading scale and animate the post-launch timeline. */
@media (min-width: 901px) {
  .ydx-direct-page .editorial-case-stories__flow {
    width: min(100% - 48px, 1440px);
    margin-inline: auto;
  }

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

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

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

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

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

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

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

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

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

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

  .ydx-direct-page .team-matrix__intro h2 {
    max-width: 920px;
  }

  .ydx-faq .ydx-heading h2 {
    max-width: none;
    white-space: nowrap;
  }

  .ydx-faq .ydx-heading h2 em {
    display: inline;
    margin-left: 0;
  }
}

@media (min-width: 901px) and (prefers-reduced-motion: no-preference) {
  .ydx-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;
  }

  .ydx-aftercare__timeline.is-entrance-ready:not(.is-entrance-visible) article {
    opacity: 0;
  }

  .ydx-aftercare__timeline.is-entrance-ready:not(.is-entrance-visible) article:nth-child(1) {
    transform: translateX(-52px) rotate(-1.5deg);
  }

  .ydx-aftercare__timeline.is-entrance-ready:not(.is-entrance-visible) article:nth-child(2) {
    transform: translateX(calc(-100% - 14px)) rotate(-2deg);
  }

  .ydx-aftercare__timeline.is-entrance-ready:not(.is-entrance-visible) article:nth-child(3) {
    transform: translateX(calc(-200% - 28px)) rotate(-2.5deg);
  }

  .ydx-aftercare__timeline.is-entrance-ready:not(.is-entrance-visible) article:nth-child(4) {
    transform: translateX(calc(-300% - 42px)) rotate(-3deg);
  }

  .ydx-aftercare__timeline.is-entrance-ready article:nth-child(1) { transition-delay: 0ms; }
  .ydx-aftercare__timeline.is-entrance-ready article:nth-child(2) { transition-delay: 130ms; }
  .ydx-aftercare__timeline.is-entrance-ready article:nth-child(3) { transition-delay: 260ms; }
  .ydx-aftercare__timeline.is-entrance-ready article:nth-child(4) { transition-delay: 390ms; }

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

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

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

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

  .ydx-aftercare__timeline:hover article span strong,
  .ydx-aftercare__timeline:hover article span small {
    animation: ydx-aftercare-date-sheen 1.05s cubic-bezier(.2, .7, .2, 1) both;
  }

  .ydx-aftercare__timeline:hover article:nth-child(2) span strong,
  .ydx-aftercare__timeline:hover article:nth-child(2) span small { animation-delay: 110ms; }
  .ydx-aftercare__timeline:hover article:nth-child(3) span strong,
  .ydx-aftercare__timeline:hover article:nth-child(3) span small { animation-delay: 220ms; }
  .ydx-aftercare__timeline:hover article:nth-child(4) span strong,
  .ydx-aftercare__timeline:hover article:nth-child(4) span small { animation-delay: 330ms; }
}

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