.yd-page__main {
  overflow: clip;
  background: var(--st-bg);
}

.yd-page__main h1,
.yd-page__main h2,
.yd-page__main h3,
.yd-page__main p {
  letter-spacing: 0;
}

.yd-page__cover {
  background:
    radial-gradient(circle at 88% 12%, rgba(124, 58, 237, 0.08), transparent 30%),
    radial-gradient(circle at 8% 92%, rgba(37, 99, 235, 0.06), transparent 28%),
    var(--st-bg);
}

.yd-page__hero-grid {
  display: grid;
  gap: var(--st-layout-gap);
  align-items: center;
}

.yd-page__hero-grid > *,
.yd-page__checks-layout > *,
.yd-page__result-layout > *,
.yd-page__launch-layout > *,
.yd-page__final-cta > * {
  min-width: 0;
}

.yd-page__hero-copy {
  min-width: 0;
}

.yd-page__hero-copy .st-service-hero__title {
  max-width: 820px;
}

.yd-page__hero-method {
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--st-border);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--st-shadow-soft);
}

.yd-page__hero-method-image {
  display: block;
  width: 100%;
  height: auto;
}

.yd-page__hero-method .yd-page__hero-method-image--dark {
  display: none;
}

html.st-theme-dark .yd-page__hero-method .yd-page__hero-method-image--light {
  display: none;
}

html.st-theme-dark .yd-page__hero-method .yd-page__hero-method-image--dark {
  display: block;
}

.yd-page__method-head {
  display: flex;
  margin-bottom: 24px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.yd-page__method-head span {
  color: var(--st-primary);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.yd-page__method-head strong {
  color: var(--st-text);
  font-size: 17px;
}

.yd-page__method-flow {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.yd-page__method-flow li {
  display: grid;
  min-height: 82px;
  padding: 13px;
  border: 1px solid var(--st-border);
  border-radius: 14px;
  align-content: space-between;
  gap: 10px;
  background: #f8fbff;
  color: var(--st-text);
  font-size: 13px;
  font-weight: 750;
}

.yd-page__method-flow span {
  color: var(--st-primary);
  font-size: 10px;
  font-weight: 800;
}

.yd-page__method-signals {
  display: flex;
  margin-top: 16px;
  flex-wrap: wrap;
  gap: 8px;
}

.yd-page__method-signals span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--st-muted);
  font-size: 11px;
  font-weight: 700;
}

.yd-page__problem-grid,
.yd-page__format-grid,
.yd-page__example-grid {
  display: grid;
  gap: var(--st-grid-gap);
}

.yd-page__problem-card,
.yd-page__check-card,
.yd-page__format-card,
.yd-page__example-card {
  min-width: 0;
  border: 1px solid var(--st-border);
  background: var(--st-surface);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.055);
}

.yd-page__problem-card {
  min-height: 210px;
  padding: var(--st-card-padding);
  border-radius: 20px;
}

.yd-page__problem-card > span,
.yd-page__check-card > span {
  color: var(--st-primary);
  font-size: 12px;
  font-weight: 800;
}

.yd-page__problem-card h3 {
  margin: 36px 0 9px;
  color: var(--st-text);
  font-size: 20px;
  line-height: 1.25;
}

.yd-page__problem-card p,
.yd-page__check-card p,
.yd-page__example-card p,
.yd-page__process-list p {
  margin: 0;
  color: var(--st-muted);
  font-size: 14px;
  line-height: 1.55;
}

.yd-page__pipeline {
  background:
    radial-gradient(circle at 90% 20%, rgba(37, 99, 235, 0.05), transparent 26%),
    var(--st-bg);
}

.yd-page__journey {
  display: grid;
  margin: 38px 0 0;
  padding: 0;
  gap: var(--st-grid-gap);
  list-style: none;
}

.yd-page__journey li {
  display: flex;
  min-width: 0;
  min-height: 190px;
  padding: var(--st-card-padding);
  border: 1px solid var(--st-border);
  border-radius: 20px;
  flex-direction: column;
  background: linear-gradient(145deg, var(--st-surface), #f5f8ff);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
}

.yd-page__journey li > span {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 24px;
  border-radius: 12px;
  place-items: center;
  background: linear-gradient(135deg, var(--st-primary), var(--st-accent));
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.yd-page__journey strong {
  color: var(--st-text);
  font-size: clamp(18px, 1.6vw, 21px);
  line-height: 1.2;
}

.yd-page__journey small {
  margin-top: 8px;
  color: var(--st-muted);
  font-size: 14px;
  line-height: 1.48;
}

.yd-page__journey em {
  margin-top: auto;
  padding-top: 18px;
  color: var(--st-primary);
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
  line-height: 1.4;
}

.yd-page__method-card {
  display: grid;
  padding: var(--st-card-padding);
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 28px;
  gap: var(--st-layout-gap);
  align-items: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.08), transparent 34%),
    #fff;
  box-shadow: var(--st-shadow-card);
}

.yd-page__method-card > * {
  min-width: 0;
}

.yd-page__method-copy .st-section-title {
  max-width: 680px;
}

.yd-page__method-copy > p:not(.st-eyebrow) {
  max-width: 720px;
  margin: 16px 0 0;
  color: var(--st-muted);
  font-size: 16px;
  line-height: 1.65;
}

.yd-page__method-visual {
  min-width: 0;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--st-border);
  border-radius: 22px;
  background: #f8fbff;
}

.yd-page__method-image {
  display: block;
  width: 100%;
  height: auto;
}

.yd-page__method-visual .yd-page__method-image--dark {
  display: none;
}

html.st-theme-dark .yd-page__method-visual .yd-page__method-image--light {
  display: none;
}

html.st-theme-dark .yd-page__method-visual .yd-page__method-image--dark {
  display: block;
}

.yd-page__method-route {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  list-style: none;
}

.yd-page__method-route li {
  position: relative;
  display: grid;
  min-height: 56px;
  padding: 10px;
  border: 1px solid var(--st-border);
  border-radius: 12px;
  place-items: center;
  background: var(--st-surface);
  color: var(--st-text);
  font-size: 11px;
  font-weight: 750;
  text-align: center;
}

.yd-page__method-route li:not(:nth-child(3n))::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: -11px;
  width: 12px;
  height: 2px;
  content: "";
  background: repeating-linear-gradient(90deg, #60a5fa 0 5px, transparent 5px 8px);
}

.yd-page__method-notes {
  display: grid;
  margin: 16px 0 0;
  padding: 0;
  gap: 8px;
  list-style: none;
}

.yd-page__method-notes li {
  display: grid;
  min-height: 46px;
  padding: 10px 12px;
  border-radius: 11px;
  grid-template-columns: 30px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  background: rgba(37, 99, 235, 0.06);
  color: var(--st-text);
  font-size: 12px;
  font-weight: 700;
}

.yd-page__method-notes span {
  color: var(--st-primary);
  font-size: 10px;
  font-weight: 800;
}

.yd-page__evidence {
  background:
    radial-gradient(circle at 8% 86%, rgba(37, 99, 235, 0.06), transparent 28%),
    var(--st-bg);
}

.yd-page__evidence-card {
  display: grid;
  gap: var(--st-layout-gap);
  align-items: center;
  padding: var(--st-card-padding);
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.08), transparent 34%),
    #fff;
  box-shadow: var(--st-shadow-card);
}

.yd-page__evidence-card > * {
  min-width: 0;
}

.yd-page__evidence-copy > p:not(.st-eyebrow):not(.yd-page__evidence-note) {
  max-width: 720px;
  margin: 16px 0 22px;
  color: var(--st-muted);
  font-size: 16px;
  line-height: 1.65;
}

.yd-page__evidence-points {
  display: grid;
  max-width: 720px;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style: none;
}

.yd-page__evidence-points li {
  position: relative;
  min-height: 28px;
  padding-left: 32px;
  color: var(--st-text);
  font-size: 15px;
  line-height: 1.5;
}

.yd-page__evidence-points li::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  content: "";
}

.yd-page__evidence-points li::after {
  position: absolute;
  top: 8px;
  left: 6px;
  width: 9px;
  height: 5px;
  border-bottom: 2px solid var(--st-primary);
  border-left: 2px solid var(--st-primary);
  content: "";
  transform: rotate(-45deg);
}

.yd-page__evidence-points strong {
  color: var(--st-text);
}

.yd-page__evidence-note {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--st-muted);
  font-size: 14px;
  line-height: 1.55;
}

.yd-page__evidence-card .st-section-title {
  font-size: clamp(34px, 4vw, 47px);
  line-height: 1.04;
}

.yd-page__evidence-visual {
  overflow: hidden;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--st-border);
  border-radius: 24px;
  background: var(--st-surface);
  box-shadow: var(--st-shadow-soft);
}

.yd-page__evidence-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  background: #ffffff;
  object-fit: contain;
}

.yd-page__checks {
  background:
    radial-gradient(circle at 95% 8%, rgba(124, 58, 237, 0.07), transparent 28%),
    var(--st-bg-soft);
}

.yd-page__checks-layout {
  display: grid;
  gap: var(--st-layout-gap);
  align-items: stretch;
}

.yd-page__checks-intro {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.yd-page__inspection-visual {
  overflow: hidden;
  margin: 28px 0 0;
  border: 1px solid var(--st-border);
  border-radius: 22px;
  background: var(--st-surface);
  box-shadow: var(--st-shadow-card);
}

.yd-page__checks-intro .yd-page__inspection-visual {
  flex: 1;
}

.yd-page__inspection-visual picture,
.yd-page__inspection-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.yd-page__inspection-visual .yd-page__inspection-image--dark {
  display: none;
}

html.st-theme-dark .yd-page__inspection-visual .yd-page__inspection-image--light {
  display: none;
}

html.st-theme-dark .yd-page__inspection-visual .yd-page__inspection-image--dark {
  display: block;
}

.yd-page__check-grid {
  display: grid;
  align-self: center;
  gap: 10px;
  height: 100%;
  align-content: stretch;
}

.yd-page__check-card {
  display: grid;
  min-height: 118px;
  padding: var(--st-card-padding);
  border-radius: 17px;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
}

.yd-page__check-card h3 {
  margin: 0 0 5px;
  color: var(--st-text);
  font-size: 17px;
  line-height: 1.3;
}

.yd-page__result-layout {
  display: grid;
  gap: var(--st-layout-gap);
  align-items: center;
}

.yd-page__result-copy ul {
  display: grid;
  margin: 26px 0 0;
  padding: 0;
  gap: 11px;
  list-style: none;
}

.yd-page__result-copy li {
  position: relative;
  padding-left: 30px;
  color: var(--st-text);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}

.yd-page__result-copy li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.11);
  content: "";
}

.yd-page__result-copy li::after {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 8px;
  height: 4px;
  border-bottom: 2px solid var(--st-primary);
  border-left: 2px solid var(--st-primary);
  content: "";
  transform: rotate(-45deg);
}

.yd-page__audit-board {
  min-width: 0;
  align-self: center;
  padding: var(--st-card-padding);
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.09), transparent 30%),
    #f8fbff;
  box-shadow: var(--st-shadow-soft);
}

.yd-page__audit-head {
  display: flex;
  margin-bottom: 18px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.yd-page__audit-head div {
  display: grid;
  gap: 4px;
}

.yd-page__audit-head span,
.yd-page__audit-next span {
  color: var(--st-muted);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}

.yd-page__audit-head strong,
.yd-page__audit-next strong {
  color: var(--st-text);
  font-size: 18px;
  line-height: 1.35;
}

.yd-page__audit-head b {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.09);
  color: var(--st-primary);
  font-size: 10px;
}

.yd-page__audit-row {
  display: grid;
  margin-top: 9px;
  padding: 15px;
  border: 1px solid var(--st-border);
  border-radius: 14px;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  background: var(--st-surface);
}

.yd-page__audit-row i {
  display: grid;
  width: 38px;
  height: 32px;
  border-radius: 9px;
  place-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.yd-page__audit-row i.is-p1 { background: #fee2e2; color: #b91c1c; }
.yd-page__audit-row i.is-p2 { background: #fef3c7; color: #92400e; }
.yd-page__audit-row i.is-p3 { background: #dbeafe; color: #1d4ed8; }

.yd-page__audit-row div {
  display: grid;
  gap: 3px;
}

.yd-page__audit-row strong {
  color: var(--st-text);
  font-size: 14px;
}

.yd-page__audit-row span {
  color: var(--st-muted);
  font-size: 12px;
  line-height: 1.4;
}

.yd-page__audit-next {
  display: grid;
  margin-top: 14px;
  padding: 17px;
  border-radius: 15px;
  gap: 5px;
  background: linear-gradient(135deg, #eaf2ff, #f2edff);
}

.yd-page__formats {
  background:
    radial-gradient(circle at 88% 12%, rgba(124, 58, 237, 0.06), transparent 28%),
    var(--st-bg-soft);
}

.yd-page__format-card {
  display: flex;
  min-height: 440px;
  padding: var(--st-card-padding);
  border-radius: 22px;
  flex-direction: column;
}

.yd-page__format-card h3 {
  margin: 0;
  color: var(--st-text);
  font-size: 23px;
  line-height: 1.2;
}

.yd-page__format-price {
  display: block;
  margin-top: 14px;
  color: var(--st-primary);
  font-size: 19px;
  font-weight: 800;
}

.yd-page__format-card > p {
  margin: 18px 0 0;
  color: var(--st-muted);
  font-size: 14px;
  line-height: 1.55;
}

.yd-page__format-card ul {
  display: grid;
  margin: 22px 0 26px;
  padding: 18px 0 0;
  border-top: 1px solid var(--st-border);
  gap: 9px;
  list-style: none;
}

.yd-page__format-card li {
  position: relative;
  padding-left: 22px;
  color: var(--st-text);
  font-size: 13px;
  font-weight: 650;
}

.yd-page__format-card li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 9px;
  height: 5px;
  border-bottom: 2px solid var(--st-primary);
  border-left: 2px solid var(--st-primary);
  content: "";
  transform: rotate(-45deg);
}

.yd-page__format-card .st-button {
  width: 100%;
  margin-top: auto;
}

.yd-page__format-note {
  max-width: none;
  margin: 22px 0 0;
  color: var(--st-muted);
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: normal;
  text-wrap: pretty;
  word-break: normal;
}

.yd-page__example-card {
  display: flex;
  min-height: 220px;
  padding: var(--st-card-padding);
  border-radius: 19px;
  flex-direction: column;
}

.yd-page__example-card > span {
  align-self: flex-start;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.09);
  color: var(--st-primary);
  font-size: 10px;
  font-weight: 800;
}

.yd-page__example-card p {
  margin-top: 28px;
  color: var(--st-text);
  font-size: 15px;
  font-weight: 650;
}

.yd-page__example-card strong {
  margin-top: auto;
  padding-top: 20px;
  color: var(--st-primary);
  font-size: 12px;
}

.yd-page__process-list {
  display: grid;
  margin: 0;
  padding: 0;
  gap: var(--st-grid-gap);
  list-style: none;
}

.yd-page__process-list li {
  display: grid;
  min-height: 142px;
  padding: var(--st-card-padding);
  border: 1px solid var(--st-border);
  border-radius: 19px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  background: var(--st-surface);
}

.yd-page__process-list li > span {
  color: var(--st-primary);
  font-size: 13px;
  font-weight: 800;
}

.yd-page__process-list h3 {
  margin: 0 0 7px;
  color: var(--st-text);
  font-size: 17px;
  line-height: 1.3;
}

.yd-page__calm-note {
  max-width: 1040px;
  margin-inline: auto;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(124, 58, 237, 0.1), transparent 34%),
    linear-gradient(135deg, #f8fbff, #f5f1ff);
  box-shadow: var(--st-shadow-card);
}

.yd-page__calm-note .st-section-title {
  max-width: 820px;
}

.yd-page__calm-note > p:last-child {
  max-width: 820px;
  margin: 18px 0 0;
  color: var(--st-muted);
  font-size: 17px;
  line-height: 1.65;
}

.yd-page__launch-layout {
  display: grid;
  gap: var(--st-layout-gap);
  align-items: start;
}

.yd-page__launch-list {
  display: grid;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--st-border);
  border-radius: 22px;
  gap: 7px;
  background: var(--st-surface);
  box-shadow: var(--st-shadow-card);
  list-style: none;
}

.yd-page__launch-list li {
  position: relative;
  display: grid;
  min-height: 54px;
  padding: 12px 42px 12px 12px;
  border-radius: 12px;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  color: var(--st-text);
  font-size: 13px;
  font-weight: 650;
  background: #f8fbff;
}

.yd-page__launch-list span {
  color: var(--st-primary);
  font-size: 10px;
  font-weight: 800;
}

.yd-page__launch-list i {
  position: absolute;
  right: 18px;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(37, 99, 235, 0.35);
  border-radius: 50%;
}

.yd-page__final-cta {
  display: grid;
  min-height: 350px;
  gap: var(--st-layout-gap);
  align-items: center;
  background:
    radial-gradient(circle at 88% 12%, rgba(124, 58, 237, 0.18), transparent 32%),
    linear-gradient(135deg, #eef5ff, #f7f3ff);
}

.yd-page__final-cta .st-final-cta__content {
  max-width: 720px;
}

.yd-page__final-cta .st-eyebrow {
  color: var(--st-primary);
}

.yd-page__final-cta .st-final-cta__title {
  color: var(--st-text);
}

.yd-page__final-cta .st-final-cta__content > p:not(.st-eyebrow) {
  color: var(--st-muted);
}

.yd-page__final-cta .st-button--primary,
.yd-page__final-cta .st-button--primary:visited {
  border-color: var(--st-primary);
  background: linear-gradient(135deg, var(--st-primary), var(--st-accent));
  color: #fff;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.22);
}

.yd-page__final-cta .st-button--primary:hover,
.yd-page__final-cta .st-button--primary:focus-visible {
  border-color: var(--st-primary-hover);
  background: linear-gradient(135deg, var(--st-primary-hover), var(--st-accent));
  color: #fff;
  box-shadow: 0 20px 42px rgba(37, 99, 235, 0.28);
}

.yd-page__cta-map {
  display: flex;
  min-height: 150px;
  padding: var(--st-card-padding);
  border: 1px solid var(--st-border);
  border-radius: 20px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.88);
}

.yd-page__cta-map span {
  display: grid;
  width: 70px;
  height: 54px;
  border-radius: 14px;
  place-items: center;
  background: linear-gradient(135deg, var(--st-primary), var(--st-accent));
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.yd-page__cta-map i {
  width: min(42px, 5vw);
  height: 2px;
  background: repeating-linear-gradient(90deg, #60a5fa 0 7px, transparent 7px 12px);
}

@media (max-width: 899px) {
  .yd-page__hero-grid {
    gap: 0;
  }

  .yd-page__hero-copy {
    display: contents;
  }

  .yd-page__hero-copy .st-eyebrow {
    order: 1;
  }

  .yd-page__hero-copy .st-service-hero__title {
    order: 2;
  }

  .yd-page__hero-method {
    order: 3;
    margin: 0 0 24px;
  }

  .yd-page__hero-copy .st-service-hero__lead {
    order: 4;
  }

  .yd-page__hero-copy .st-service-hero__actions {
    order: 5;
  }

  .yd-page__hero-copy .st-service-hero__micro {
    order: 6;
  }

  .yd-page__method-visual {
    order: 3;
  }

  .yd-page__evidence-visual {
    display: none;
  }

  .yd-page__final-cta .st-button--primary {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .yd-page__expectations {
    display: none;
  }

  .yd-page__case-proof .st-section__head,
  .yd-page__examples .st-section__head,
  .yd-page__process .st-section__head {
    margin-right: 0;
    margin-left: 0;
    align-items: flex-start;
    text-align: left;
  }

  .yd-page__method-visual {
    order: 3;
  }

  .yd-page__method-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .yd-page__method-copy {
    display: contents;
  }

  .yd-page__method-copy .st-eyebrow {
    order: 1;
  }

  .yd-page__method-copy .st-section-title {
    order: 2;
  }

  .yd-page__method-copy > p:not(.st-eyebrow) {
    order: 4;
    margin-top: 0;
  }

  .yd-page__evidence-visual {
    display: none;
  }

  .yd-page__problem-card > span,
  .yd-page__journey li > span,
  .yd-page__check-card > span,
  .yd-page__process-list li > span,
  .yd-page__launch-list span,
  .evidence-slider__meta > span {
    display: inline-flex;
    min-width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: 16px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--st-primary);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
  }

  .yd-page__problem-card h3 {
    margin-top: 18px;
  }

  .yd-page__check-grid {
    height: auto;
  }

  .yd-page__check-card {
    min-height: 0;
    padding: var(--st-card-padding);
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .yd-page__process-list li,
  .yd-page__launch-list li {
    grid-template-columns: 46px minmax(0, 1fr);
  }
}

@media (max-width: 1024px) {
  .yd-page__case-proof .st-section__head,
  .yd-page__examples .st-section__head,
  .yd-page__process .st-section__head {
    margin-right: 0;
    margin-left: 0;
    align-items: flex-start;
    text-align: left;
  }

  .yd-page__journey.st-mobile-carousel {
    display: flex;
    width: calc(100% + var(--st-container-padding-inline));
    height: auto;
    max-height: none;
    margin-right: calc(0px - var(--st-container-padding-inline));
    padding: 4px var(--st-container-padding-inline) 24px 0;
    gap: var(--st-carousel-gap);
    align-items: stretch;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-color: rgba(37, 99, 235, 0.35) transparent;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }

  .yd-page__journey.st-mobile-carousel > * {
    min-width: 0;
    max-height: none;
    flex: 0 0 min(82vw, 310px);
    align-self: stretch;
    overflow: visible;
    scroll-snap-align: start;
  }
}

@media (max-width: 639px) {
  .yd-page__method-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yd-page__problem-grid.st-mobile-carousel,
  .yd-page__journey.st-mobile-carousel,
  .yd-page__check-grid.st-mobile-carousel,
  .yd-page__format-grid.st-mobile-carousel,
  .yd-page__example-grid.st-mobile-carousel {
    display: flex;
  }

  .yd-page__problem-grid.st-mobile-carousel > *,
  .yd-page__journey.st-mobile-carousel > *,
  .yd-page__check-grid.st-mobile-carousel > *,
  .yd-page__format-grid.st-mobile-carousel > *,
  .yd-page__example-grid.st-mobile-carousel > * {
    flex: 0 0 min(82vw, 310px);
  }

  .yd-page__format-card {
    min-height: 420px;
  }

  .yd-page__audit-row {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .yd-page__final-cta {
    padding: var(--st-cta-padding);
  }

  .yd-page__cta-map {
    min-height: 120px;
    padding: 14px 8px;
  }

  .yd-page__cta-map span {
    width: 62px;
  }
}

@media (min-width: 640px) {
  .yd-page__problem-grid,
  .yd-page__format-grid,
  .yd-page__example-grid,
  .yd-page__process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yd-page__journey,
  .yd-page__check-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .yd-page__hero-grid {
    grid-template-columns: minmax(0, 1.06fr) minmax(420px, 0.94fr);
  }

  .yd-page__problem-grid,
  .yd-page__format-grid,
  .yd-page__example-grid,
  .yd-page__process-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .yd-page__result-layout,
  .yd-page__launch-layout {
    grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  }

  .yd-page__final-cta {
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  }

  .yd-page__method-card {
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  }

  .yd-page__evidence-card {
    grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  }
}

@media (min-width: 1040px) {
  .yd-page__checks-layout {
    grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
  }

  .yd-page__journey {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

html.st-theme-dark .yd-page__cover,
html.st-theme-dark .yd-page__pipeline {
  background:
    radial-gradient(circle at 88% 12%, var(--st-dark-accent-soft), transparent 30%),
    var(--st-dark-bg);
}

html.st-theme-dark .yd-page__checks,
html.st-theme-dark .yd-page__formats {
  background:
    radial-gradient(circle at 92% 10%, var(--st-dark-accent-soft), transparent 30%),
    var(--st-dark-bg-soft);
}

html.st-theme-dark .yd-page__hero-method,
html.st-theme-dark .yd-page__method-card,
html.st-theme-dark .yd-page__method-visual,
html.st-theme-dark .yd-page__method-route li,
html.st-theme-dark .yd-page__method-notes li,
html.st-theme-dark .yd-page__evidence-card,
html.st-theme-dark .yd-page__evidence-visual,
html.st-theme-dark .yd-page__problem-card,
html.st-theme-dark .yd-page__journey li,
html.st-theme-dark .yd-page__inspection-visual,
html.st-theme-dark .yd-page__check-card,
html.st-theme-dark .yd-page__audit-board,
html.st-theme-dark .yd-page__audit-row,
html.st-theme-dark .yd-page__format-card,
html.st-theme-dark .yd-page__example-card,
html.st-theme-dark .yd-page__process-list li,
html.st-theme-dark .yd-page__launch-list,
html.st-theme-dark .yd-page__launch-list li,
html.st-theme-dark .yd-page__cta-map {
  border-color: var(--st-dark-border);
  background: var(--st-dark-card);
  color: var(--st-dark-text-strong);
  box-shadow: var(--st-dark-shadow-card);
}

html.st-theme-dark .yd-page__method-flow li,
html.st-theme-dark .yd-page__audit-next {
  border-color: var(--st-dark-border);
  background: var(--st-dark-card-raised);
}

html.st-theme-dark .yd-page__method-head strong,
html.st-theme-dark .yd-page__method-flow li,
html.st-theme-dark .yd-page__method-route li,
html.st-theme-dark .yd-page__method-notes li,
html.st-theme-dark .yd-page__evidence-points li,
html.st-theme-dark .yd-page__evidence-points strong,
html.st-theme-dark .yd-page__problem-card h3,
html.st-theme-dark .yd-page__journey strong,
html.st-theme-dark .yd-page__check-card h3,
html.st-theme-dark .yd-page__result-copy li,
html.st-theme-dark .yd-page__audit-head strong,
html.st-theme-dark .yd-page__audit-row strong,
html.st-theme-dark .yd-page__audit-next strong,
html.st-theme-dark .yd-page__format-card h3,
html.st-theme-dark .yd-page__format-card li,
html.st-theme-dark .yd-page__example-card p,
html.st-theme-dark .yd-page__process-list h3,
html.st-theme-dark .yd-page__launch-list li {
  color: var(--st-dark-text-strong);
}

html.st-theme-dark .yd-page__method-signals span,
html.st-theme-dark .yd-page__method-copy > p:not(.st-eyebrow),
html.st-theme-dark .yd-page__evidence-copy > p:not(.st-eyebrow):not(.yd-page__evidence-note),
html.st-theme-dark .yd-page__evidence-note,
html.st-theme-dark .yd-page__problem-card p,
html.st-theme-dark .yd-page__journey small,
html.st-theme-dark .yd-page__check-card p,
html.st-theme-dark .yd-page__audit-head span,
html.st-theme-dark .yd-page__audit-row span,
html.st-theme-dark .yd-page__audit-next span,
html.st-theme-dark .yd-page__format-card > p,
html.st-theme-dark .yd-page__format-note,
html.st-theme-dark .yd-page__process-list p {
  color: var(--st-dark-text);
}

html.st-theme-dark .yd-page__calm-note,
html.st-theme-dark .yd-page__final-cta {
  border-color: var(--st-dark-border-strong);
  background:
    radial-gradient(circle at 100% 0%, var(--st-dark-accent-soft), transparent 34%),
    var(--st-dark-card-raised);
  box-shadow: var(--st-dark-shadow-soft);
}

html.st-theme-dark .yd-page__calm-note > p:last-child {
  color: var(--st-dark-text);
}

html.st-theme-dark .yd-page__final-cta .st-final-cta__title {
  color: var(--st-dark-text-strong);
}

html.st-theme-dark .yd-page__final-cta .st-final-cta__content > p:not(.st-eyebrow) {
  color: var(--st-dark-text);
}

html.st-theme-dark .yd-page__final-cta .st-button.st-button--primary,
html.st-theme-dark .yd-page__final-cta .st-button.st-button--primary:visited {
  border-color: var(--st-primary);
  background: linear-gradient(135deg, var(--st-primary), var(--st-accent));
  color: #fff;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.22);
}

html.st-theme-dark .yd-page__final-cta .st-button.st-button--primary:hover,
html.st-theme-dark .yd-page__final-cta .st-button.st-button--primary:focus-visible {
  border-color: var(--st-primary-hover);
  background: linear-gradient(135deg, var(--st-primary-hover), var(--st-accent));
  color: #fff;
  box-shadow: 0 20px 42px rgba(37, 99, 235, 0.28);
}

html.st-theme-dark .yd-page__main .st-button--primary,
html.st-theme-dark .yd-page__main .st-button--primary:visited,
html.st-theme-dark .yd-page__main .st-button--primary:hover,
html.st-theme-dark .yd-page__main .st-button--primary:focus-visible {
  color: #fff;
}


/* Light background upgrade for the Yandex Direct landing page. */
html:not(.st-theme-dark) .yd-page__main {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 9% 8%, rgba(37, 99, 235, 0.075), transparent 28vw),
    radial-gradient(circle at 92% 14%, rgba(124, 58, 237, 0.06), transparent 33vw),
    radial-gradient(circle at 50% 96%, rgba(37, 99, 235, 0.04), transparent 42vw),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 46%, #ffffff 100%);
}

html:not(.st-theme-dark) .yd-page__main::before,
html:not(.st-theme-dark) .yd-page__main::after {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  content: "";
}

html:not(.st-theme-dark) .yd-page__main::before {
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(37, 99, 235, 0.12) 1px, transparent 1.3px),
    linear-gradient(120deg, rgba(37, 99, 235, 0.055), transparent 36%, rgba(124, 58, 237, 0.045) 68%, transparent 100%);
  background-position: right 6% top 13%, center;
  background-size: 23px 23px, 100% 100%;
  opacity: 0.32;
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 62%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 0%, #000 62%, transparent 100%);
}

html:not(.st-theme-dark) .yd-page__main::after {
  top: 86px;
  right: max(-250px, -15vw);
  width: min(50vw, 680px);
  height: min(50vw, 680px);
  border: 1px solid rgba(37, 99, 235, 0.13);
  border-radius: 999px;
  box-shadow:
    -175px 170px 0 -172px rgba(37, 99, 235, 0.19),
    -330px 390px 0 -327px rgba(124, 58, 237, 0.16);
}

html:not(.st-theme-dark) .yd-page__main > * {
  position: relative;
  z-index: 1;
}

html:not(.st-theme-dark) .yd-page__cover,
html:not(.st-theme-dark) .yd-page__pipeline,
html:not(.st-theme-dark) .yd-page__checks,
html:not(.st-theme-dark) .yd-page__formats {
  background:
    radial-gradient(circle at 90% 16%, rgba(124, 58, 237, 0.06), transparent 30%),
    radial-gradient(circle at 10% 86%, rgba(37, 99, 235, 0.045), transparent 27%),
    linear-gradient(135deg, rgba(248, 251, 255, 0.98), rgba(245, 248, 255, 0.9));
}

html:not(.st-theme-dark) .yd-page__hero-method,
html:not(.st-theme-dark) .yd-page__method-card,
html:not(.st-theme-dark) .yd-page__method-visual,
html:not(.st-theme-dark) .yd-page__problem-card,
html:not(.st-theme-dark) .yd-page__journey li,
html:not(.st-theme-dark) .yd-page__check-card,
html:not(.st-theme-dark) .yd-page__audit-board,
html:not(.st-theme-dark) .yd-page__audit-row,
html:not(.st-theme-dark) .yd-page__format-card,
html:not(.st-theme-dark) .yd-page__example-card,
html:not(.st-theme-dark) .yd-page__launch-list,
html:not(.st-theme-dark) .yd-page__cta-map {
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.07), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 251, 255, 0.86));
  border-color: rgba(37, 99, 235, 0.13);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.065);
}

html:not(.st-theme-dark) .yd-page__calm-note,
html:not(.st-theme-dark) .yd-page__final-cta {
  position: relative;
  overflow: hidden;
  border-color: rgba(37, 99, 235, 0.18);
  background:
    radial-gradient(circle at 91% 14%, rgba(124, 58, 237, 0.15), transparent 31%),
    radial-gradient(circle at 7% 94%, rgba(37, 99, 235, 0.09), transparent 30%),
    linear-gradient(135deg, #ffffff, #f3f7ff);
  box-shadow: 0 24px 76px rgba(37, 99, 235, 0.12);
}

/* Case proof block for the Yandex Direct service page. */
.yd-page__case-layout {
  display: grid;
  gap: var(--st-layout-gap);
}

.yd-page__case-main,
.yd-page__case-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--st-border);
  background: var(--st-card, #ffffff);
  box-shadow: var(--st-shadow-soft);
}

.yd-page__case-main {
  min-height: 270px;
  padding: var(--st-card-padding);
  border-radius: 24px;
}

.yd-page__case-cover {
  display: grid;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  min-height: 0;
  max-height: 260px;
  margin: 0 0 22px;
  border: 1px solid rgba(37, 99, 235, 0.13);
  border-radius: 18px;
  place-items: center;
  background:
    radial-gradient(circle at 88% 18%, rgba(124, 58, 237, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.9));
}

.yd-page__case-cover-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.yd-page__case-cover span {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--st-primary);
  font-size: 12px;
  font-weight: 850;
}

.yd-page__case-cover strong {
  max-width: 310px;
  margin-top: 10px;
  color: var(--st-text);
  font-size: 20px;
  line-height: 1.18;
  text-align: center;
}

.yd-page__case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--st-grid-gap);
}

.yd-page__case-card {
  min-height: 235px;
  padding: var(--st-card-padding);
  border-radius: 20px;
}

.yd-page__case-meta {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--st-primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.yd-page__case-main h3,
.yd-page__case-card h4 {
  margin: 0 0 10px;
  color: var(--st-text);
  line-height: 1.24;
}

.yd-page__case-main h3 {
  max-width: 720px;
  font-size: 28px;
}

.yd-page__case-card h4 {
  font-size: 18px;
}

.yd-page__case-main p,
.yd-page__case-card p {
  color: var(--st-muted);
  line-height: 1.62;
}

.yd-page__case-main p {
  max-width: 820px;
  margin-bottom: 24px;
  font-size: 16px;
}

.yd-page__case-card p {
  margin-bottom: 18px;
  font-size: 14px;
}

.yd-page__case-link {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  color: var(--st-primary);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.yd-page__case-link:hover,
.yd-page__case-link:focus-visible {
  color: var(--st-primary-hover, var(--st-primary));
  text-decoration: underline;
  text-underline-offset: 4px;
}

html.st-theme-dark .yd-page__case-main,
html.st-theme-dark .yd-page__case-card {
  border-color: var(--st-border);
  background: var(--st-card);
}

html.st-theme-dark .yd-page__case-cover {
  border-color: var(--st-dark-border-strong, rgba(184, 194, 215, 0.22));
  background:
    radial-gradient(circle at 88% 18%, rgba(155, 124, 255, 0.16), transparent 30%),
    linear-gradient(135deg, rgba(28, 33, 45, 0.96), rgba(36, 43, 58, 0.9));
}

html.st-theme-dark .yd-page__case-cover strong {
  color: var(--st-dark-text-strong, #f4f7fb);
}

html.st-theme-dark .yd-page__case-meta {
  background: rgba(96, 165, 250, 0.12);
}

html:not(.st-theme-dark) .yd-page__case-proof {
  background:
    radial-gradient(circle at 90% 16%, rgba(124, 58, 237, 0.06), transparent 30%),
    radial-gradient(circle at 10% 86%, rgba(37, 99, 235, 0.045), transparent 27%),
    linear-gradient(135deg, rgba(248, 251, 255, 0.98), rgba(245, 248, 255, 0.9));
}

html:not(.st-theme-dark) .yd-page__case-main,
html:not(.st-theme-dark) .yd-page__case-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(37, 99, 235, 0.07), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 251, 255, 0.86));
  border-color: rgba(37, 99, 235, 0.13);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.065);
}

@media (min-width: 900px) {
  .yd-page__case-layout {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.2fr);
    align-items: stretch;
  }

  .yd-page__case-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 899px) {
  .yd-page__case-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .yd-page__case-grid.st-mobile-carousel > * {
    flex-basis: min(82vw, 310px);
  }

  .yd-page__case-main,
  .yd-page__case-card {
    min-height: 225px;
  }

  .yd-page__case-main h3 {
    font-size: 23px;
  }
}
