:root {
  --ink: #080808;
  --ink-2: #1e1e1e;
  --cream: #f2efe6;
  --paper: #f7f3e9;
  --gold: #c9a227;
  --gold-2: #dfc45f;
  --green: #2ecc71;
  --muted: #aaa69b;
  --line: rgba(201, 162, 39, .34);
  --line-strong: rgba(201, 162, 39, .62);
  --shadow-gold: 0 18px 60px rgba(0, 0, 0, .28);
}

html {
  scroll-padding-top: 96px;
}

body {
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 400;
}

.skip-link {
  position: fixed;
  z-index: 200;
  top: 8px;
  left: 8px;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--gold);
  transform: translateY(-150%);
  transition: transform .2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:where(a, button, input, select, summary):focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 4px;
}

.site-header {
  height: 82px;
  border-color: var(--line);
  background: rgba(8, 8, 8, .9);
}

.brand {
  height: 64px;
}

.brand .brand__bc {
  height: 72px;
}

.brand .brand__arb {
  height: 48px;
}

.brand__divider {
  height: 38px;
}

.desktop-nav a,
.site-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.desktop-nav a {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  left: 0;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
}

.button {
  min-height: 48px;
  border: 1px solid var(--gold);
  border-radius: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.button--small {
  min-height: 44px;
  padding: 11px 18px;
  font-size: 10px;
}

.hero {
  min-height: min(860px, 100vh);
  padding-top: 170px;
  border-bottom: 1px solid var(--line);
}

.hero__image {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, .92) 0%, rgba(8, 8, 8, .72) 52%, rgba(8, 8, 8, .05)),
    url("assets/hero-kremlin.webp") center / cover;
}

.grid-overlay {
  animation: bk-grid-drift 26s linear infinite;
  will-change: background-position;
}

.hero__copy {
  max-width: 1040px;
}

.hero h1 {
  max-width: 900px;
  font-size: clamp(72px, 6.8vw, 98px);
  line-height: .9;
  overflow-wrap: normal;
}

.hero h1 .hero__title-line {
  display: block;
  color: var(--cream);
  white-space: nowrap;
}

.hero h1 .hero__title-line--accent {
  color: var(--gold);
}

.hero__subtitle {
  max-width: 620px;
  font-size: 18px;
  line-height: 1.65;
}

.hero__facts {
  max-width: 800px;
}

.hero__facts div {
  min-width: 0;
  padding: 18px 34px 18px 0;
  margin-right: 34px;
}

.hero__facts strong {
  font-size: 14px;
}

.hero__facts span,
.microcopy {
  font-size: 12px;
}

.eyebrow {
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
}

.eyebrow--dark {
  color: #806718;
}

.result-day {
  position: relative;
  padding: 88px 0;
  background:
    linear-gradient(rgba(8, 8, 8, .94), rgba(8, 8, 8, .94)),
    url("assets/map-bg.webp") center / cover;
}

.result-day::before,
.final-cta::before {
  content: "";
  position: absolute;
  top: 20px;
  right: max(20px, calc((100vw - var(--container)) / 2));
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(46, 204, 113, .08);
  animation: bk-point-pulse 4.8s ease-in-out infinite;
}

.result-day__grid {
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 72px;
}

.result-day__intro h2 {
  max-width: 520px;
  font-size: clamp(48px, 4.8vw, 70px);
  line-height: .98;
}

.result-day__intro > p:last-child {
  font-size: 15px;
  line-height: 1.7;
}

.result-day__list li {
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 20px;
  min-height: 72px;
  padding: 17px 0;
}

.result-day__list strong {
  font-size: 15px;
  line-height: 1.5;
}

.section {
  position: relative;
  padding: 104px 0;
}

.section > .container,
.result-day > .container {
  position: relative;
  z-index: 2;
}

.motion-field {
  --motion-line: rgba(201, 162, 39, .42);
  --motion-dot: #2ecc71;
  --motion-scan: rgba(201, 162, 39, .18);
  position: absolute;
  z-index: 1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.motion-field--light {
  --motion-line: rgba(128, 103, 24, .34);
  --motion-dot: #96791d;
  --motion-scan: rgba(128, 103, 24, .13);
}

.motion-orbit {
  position: absolute;
  display: block;
  width: clamp(240px, 30vw, 470px);
  aspect-ratio: 1;
  border: 1px solid var(--motion-line);
  border-radius: 50%;
  opacity: .58;
  will-change: transform;
}

.motion-orbit::before,
.motion-orbit::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.motion-orbit::before {
  top: -6px;
  left: 50%;
  width: 11px;
  height: 11px;
  background: var(--motion-dot);
  box-shadow: 0 0 0 7px color-mix(in srgb, var(--motion-dot) 15%, transparent), 0 0 22px color-mix(in srgb, var(--motion-dot) 55%, transparent);
}

.motion-orbit::after {
  inset: 18%;
  border: 1px dashed var(--motion-line);
}

.motion-orbit--a {
  animation: bk-orbit-spin 17s linear infinite;
}

.motion-orbit--b {
  width: clamp(180px, 21vw, 340px);
  animation: bk-orbit-spin-reverse 12s linear infinite;
  opacity: .42;
}

.motion-scan {
  position: absolute;
  display: block;
  width: 52%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--motion-scan) 22%, var(--motion-line) 50%, var(--motion-scan) 78%, transparent);
  box-shadow: 0 0 18px var(--motion-scan);
  opacity: .8;
  animation: bk-scan-horizontal 9s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

.motion-field--result .motion-orbit--a {
  top: -150px;
  right: -70px;
}

.motion-field--result .motion-orbit--b {
  bottom: -120px;
  left: 42%;
}

.motion-field--result .motion-scan {
  top: 72%;
  left: 32%;
}

.motion-field--results .motion-orbit--a {
  top: 70px;
  right: -170px;
}

.motion-field--results .motion-orbit--b {
  bottom: 40px;
  left: -110px;
}

.motion-field--results .motion-scan {
  top: 44%;
  left: 10%;
  animation-duration: 11s;
}

.motion-field--program .motion-orbit--a {
  top: -180px;
  right: 3%;
}

.motion-field--program .motion-orbit--b {
  bottom: 12%;
  left: -120px;
}

.motion-field--program .motion-scan {
  top: 31%;
  left: 42%;
  animation-duration: 13s;
}

.motion-field--price .motion-orbit--a {
  top: 80px;
  right: -110px;
}

.motion-field--price .motion-orbit--b {
  bottom: 80px;
  left: -90px;
}

.motion-field--price .motion-scan {
  top: 55%;
  left: 22%;
  animation-duration: 8s;
}

.motion-field--faq .motion-orbit--a {
  top: -190px;
  left: 58%;
}

.motion-field--faq .motion-orbit--b {
  bottom: -150px;
  right: 8%;
}

.motion-field--faq .motion-scan {
  top: 62%;
  left: 4%;
  animation-duration: 12s;
}

.section--cream,
.section--paper {
  color: #171612;
}

.section--cream {
  background:
    linear-gradient(rgba(242, 239, 230, .96), rgba(242, 239, 230, .96)),
    url("assets/paper-bg.webp") center / cover;
}

.section-head {
  max-width: 920px;
  margin-bottom: 48px;
}

.section-head h2 {
  max-width: 820px;
  font-size: clamp(42px, 4.3vw, 62px);
}

.results-title {
  max-width: 980px !important;
  font-size: clamp(42px, 3.8vw, 55px) !important;
}

.results-title span {
  display: block;
  white-space: nowrap;
}

.program-title {
  max-width: 1050px !important;
  font-size: clamp(42px, 4vw, 58px) !important;
}

.audience-title {
  max-width: 1000px !important;
  font-size: clamp(42px, 4vw, 58px) !important;
}

.audience-title span {
  display: block;
  white-space: nowrap;
}

.statement {
  grid-template-columns: minmax(180px, .62fr) minmax(0, 1.8fr);
  gap: 64px;
  margin-bottom: 46px;
}

.statement > * {
  min-width: 0;
}

.statement__copy {
  max-width: 820px;
}

.statement h2 {
  max-width: 720px;
  margin: 0 0 20px;
  font-size: clamp(38px, 3.6vw, 52px);
  line-height: 1;
}

.statement__copy p {
  max-width: 700px;
  margin: 0;
  color: #4f4b42;
  font-size: 17px;
  line-height: 1.65;
}

.statement__copy em {
  color: #806a35;
  font-style: normal;
  font-weight: 700;
}

.situations {
  border-color: #c9c0ab;
}

.situations article,
.result-card,
.audience-grid article {
  transition: border-color .2s ease, transform .2s ease, background-color .2s ease;
}

.situations article {
  min-height: 210px;
  padding: 28px;
}

.situations h3,
.audience-grid h3 {
  font-size: 19px;
  line-height: 1.25;
}

.situations p,
.result-card p,
.audience-grid p,
.program p,
.team-callout p,
.speaker__note,
.venue-map p,
.faq p {
  font-size: 14px;
  line-height: 1.65;
}

.result-card {
  min-height: 230px;
  border-color: var(--line);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .035), transparent 65%),
    rgba(255, 255, 255, .005);
}

.result-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-2px);
}

.result-card--accent {
  background: var(--gold);
}

.result-card h3 {
  font-size: 20px;
  line-height: 1.25;
}

.result-card--wide {
  grid-template-columns: 80px minmax(0, .9fr) minmax(0, 1.1fr);
  min-height: 0;
  padding-block: 28px;
  align-items: center;
}

.result-card--wide .result-card__number,
.result-card--wide h3,
.result-card--wide p {
  align-self: center;
}

.cta-strip {
  position: relative;
  padding: 30px 32px;
  border: 1px solid var(--gold);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .16), transparent 42%),
    var(--gold);
  color: var(--ink);
  box-shadow: 0 16px 50px rgba(0, 0, 0, .28);
}

.cta-strip::before {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(8, 8, 8, .22);
  pointer-events: none;
}

.cta-strip strong {
  margin-bottom: 4px;
  font-size: 12px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ink);
}

.cta-strip span {
  font-size: 14px;
  color: rgba(8, 8, 8, .76);
}

.cta-strip .button {
  position: relative;
  border-color: var(--ink);
  background: var(--ink);
  color: var(--cream);
  box-shadow: none;
}

.cta-strip .button:hover {
  background: #25231e;
}

.program {
  border-color: #c9c0ab;
}

.program__item {
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 46px;
  padding: 32px 0;
  border-color: #c9c0ab;
}

.program__item > div:last-child {
  max-width: 780px;
}

.program__step {
  padding-top: 5px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.program h3 {
  font-size: 21px;
  line-height: 1.3;
}

.program strong {
  font-size: 13px;
}

.program .program__practice {
  max-width: 760px;
  margin: 18px 0 0;
  padding: 11px 14px;
  border-left: 3px solid var(--gold);
  background: rgba(201, 162, 39, .09);
  color: #312d24;
  font-size: 13px;
  line-height: 1.55;
}

.program__practice strong {
  margin-right: 4px;
  color: #806718;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.format-line {
  border-color: #c9c0ab;
}

.format-line div {
  min-height: 132px;
  border-color: #c9c0ab;
}

.format-line strong {
  font-size: 30px;
}

.format-line span {
  font-size: 13px;
  line-height: 1.45;
}

.speaker__grid {
  gap: 84px;
}

.speaker::before {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, .94) 0%, rgba(8, 8, 8, .78) 48%, rgba(8, 8, 8, .54) 100%),
    url("assets/speaker-isaac.png") center / cover;
  opacity: 1;
}

.speaker__photo {
  padding: 10px;
  border-color: var(--line-strong);
  box-shadow: var(--shadow-gold);
}

.speaker__copy > p {
  font-size: 15px;
  line-height: 1.65;
}

.speaker__role {
  max-width: 600px;
}

.proofs div {
  min-width: 0;
}

.proofs strong {
  font-size: 27px;
}

.proofs span {
  font-size: 12px;
  line-height: 1.45;
}

.audience-grid article {
  min-height: 152px;
  border-color: #c9c0ab;
  background: rgba(255, 255, 255, .26);
}

.audience-grid article:hover {
  border-color: #9f8126;
}

.team-callout {
  position: relative;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(90deg, rgba(201, 162, 39, .08), transparent),
    var(--ink-2);
  color: var(--cream);
}

.team-callout__mark {
  color: var(--green);
}

.team-callout p {
  color: #cbc6ba;
}

.price-grid {
  gap: 82px;
  align-items: start;
}

#price {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(201, 162, 39, .13), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, .025), transparent 42%),
    #080808;
}

#price::before,
#price::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

#price::before {
  z-index: -2;
  background:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 72px 72px;
  opacity: .13;
  animation: bk-grid-drift 24s linear infinite reverse;
  will-change: background-position;
}

#price::after {
  z-index: -1;
  background:
    radial-gradient(circle at 87% 30%, rgba(201, 162, 39, .16), transparent 25%),
    linear-gradient(180deg, rgba(8, 8, 8, .02), rgba(8, 8, 8, .34));
}

#price > .container {
  position: relative;
  z-index: 1;
}

.price-copy h2 {
  max-width: 720px;
  font-size: clamp(44px, 4.5vw, 64px);
  text-shadow: 0 3px 28px rgba(0, 0, 0, .78);
}

.price-copy {
  position: relative;
  padding: 38px 42px;
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .035), transparent 45%),
    rgba(8, 8, 8, .88);
  box-shadow: 0 20px 65px rgba(0, 0, 0, .36);
  backdrop-filter: blur(8px);
}

.price-copy::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(201, 162, 39, .18);
  pointer-events: none;
}

.price-copy > * {
  position: relative;
}

.fact-list li {
  min-height: 54px;
  align-items: center;
  border-color: rgba(201, 162, 39, .42);
  font-size: 14px;
}

.fact-list span {
  color: #c9c4b8;
}

.fact-list strong {
  color: var(--cream);
}

.price-card {
  position: relative;
  border: 1px solid var(--gold);
  box-shadow: var(--shadow-gold);
}

.price-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(201, 162, 39, .3);
  pointer-events: none;
}

.price-card > * {
  position: relative;
}

.price-card__value {
  letter-spacing: -.05em;
}

.included {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr);
  gap: 0;
  border: 1px solid rgba(201, 162, 39, .5);
  background:
    linear-gradient(135deg, rgba(201, 162, 39, .11), transparent 48%),
    rgba(8, 8, 8, .74);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .28);
}

.included__head {
  padding: 30px;
  border-right: 1px solid rgba(201, 162, 39, .32);
}

.included__head h3 {
  margin: 0;
  max-width: 300px;
  color: var(--cream);
  font-family: var(--body);
  font-size: 22px;
  line-height: 1.22;
}

.included__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.included__list li {
  min-height: 78px;
  padding: 20px 24px;
  border-right: 1px solid rgba(201, 162, 39, .24);
  border-bottom: 1px solid rgba(201, 162, 39, .24);
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.included__list li:nth-child(2n) {
  border-right: 0;
}

.included__list li:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.included__list li:last-child {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(201, 162, 39, .24);
  border-right: 0;
  border-bottom: 0;
}

.included__list span {
  color: var(--gold-2);
  font-family: var(--body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1;
}

.included__list strong {
  color: var(--cream);
  font-family: var(--body);
  font-size: 14px;
  line-height: 1.35;
}

.venue-map {
  overflow: hidden;
  border: 1px solid var(--gold);
  background: var(--cream);
  box-shadow: 0 20px 65px rgba(0, 0, 0, .36);
}

.venue-map > div {
  padding: 38px;
}

.venue-map > div:first-child {
  position: relative;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(201, 162, 39, .11), transparent 55%),
    var(--cream);
}

.venue-map > div:first-child::after {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(201, 162, 39, .3);
  pointer-events: none;
}

.venue-map > div:first-child > * {
  position: relative;
  z-index: 1;
}

.venue-map h3 {
  font-size: 24px;
  line-height: 1.15;
}

.venue-map p {
  color: #57534b;
}

.venue-map .text-link--light {
  color: #6f5716;
}

.venue-map__canvas {
  position: relative;
  min-width: 0;
  min-height: 330px;
  padding: 0 !important;
  overflow: hidden;
  background:
    linear-gradient(rgba(242, 239, 230, .9), rgba(242, 239, 230, .9)),
    url("assets/map-bg.webp") center / cover;
}

.venue-map__canvas iframe {
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  filter: saturate(.9) contrast(1.08) brightness(1.08);
}

.venue-map__fallback {
  position: absolute;
  z-index: 3;
  right: auto;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 2px;
  max-width: 230px;
  padding: 13px 15px !important;
  border: 1px solid var(--gold);
  background: rgba(242, 239, 230, .96);
  color: var(--ink);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .22);
}

.venue-map__fallback span {
  color: #6c675e;
  font-size: 13px;
}

.venue-map__fallback strong {
  font-size: 16px;
}

.venue-map__fallback a {
  min-height: 36px;
  margin-top: 7px;
  padding: 8px 11px;
  border: 1px solid #806718;
  color: #6f5716;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.venue-marker {
  position: absolute;
  z-index: 2;
  top: 44%;
  left: 51%;
  display: grid;
  min-width: 155px;
  padding: 10px 13px 10px 35px;
  border: 1px solid var(--gold);
  background: rgba(8, 8, 8, .92);
  color: var(--cream);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .38);
  pointer-events: none;
  transform: translate(-16px, -100%);
}

.venue-marker::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 13px;
  width: 16px;
  height: 16px;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  background: rgba(8, 8, 8, .92);
  transform: rotate(45deg);
}

.venue-marker__dot {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 14px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(46, 204, 113, .14);
  animation: bk-point-pulse 4.2s ease-in-out infinite;
}

.venue-marker strong {
  font-size: 11px;
  letter-spacing: .08em;
}

.venue-marker small {
  color: #c9c4b8;
  font-size: 10px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  font-size: 12px;
}

.faq summary {
  min-height: 52px;
  align-items: center;
  gap: 20px;
  font-size: 17px;
  line-height: 1.35;
}

.faq p {
  margin-bottom: 4px;
}

.final-cta {
  padding: 132px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.final-cta__bg {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, .92) 0%, rgba(8, 8, 8, .74) 48%, rgba(8, 8, 8, .3) 100%),
    linear-gradient(180deg, rgba(8, 8, 8, .06), rgba(8, 8, 8, .54)),
    url("assets/price-nizhny.webp") center 42% / cover;
}

.final-cta h2 {
  max-width: 760px;
  font-size: clamp(46px, 4.5vw, 66px);
  text-shadow: 0 3px 30px rgba(0, 0, 0, .85);
}

.final-cta__content::after {
  content: "";
  display: block;
  width: min(520px, 70%);
  height: 1px;
  margin-top: 32px;
  background: linear-gradient(90deg, var(--gold), transparent);
}

.site-footer {
  background: var(--ink);
}

.footer-logos {
  height: 82px;
  gap: 18px !important;
}

.site-footer .footer-logos__bc {
  height: 82px;
}

.site-footer .footer-logos__arb {
  height: 58px;
}

.footer-logos span {
  height: 46px;
}

.site-footer__grid {
  align-items: start;
}

.site-footer a {
  width: fit-content;
}

.modal__panel {
  border: 1px solid var(--gold);
  box-shadow: 0 25px 100px rgba(0, 0, 0, .48);
}

.modal__close {
  width: 44px;
  height: 44px;
}

.lead-form label {
  font-size: 12px;
}

.lead-form input,
.lead-form select {
  min-height: 48px;
  border-radius: 0;
}

.form-hp {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.direct-links a {
  min-height: 72px;
  justify-content: center;
  border-color: #c9c0ab;
}

@media (hover: hover) {
  .situations article:hover,
  .audience-grid article:hover {
    transform: translateY(-2px);
  }
}

@media (max-width: 1100px) {
  .desktop-nav {
    display: none;
  }

  .result-day__grid {
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 48px;
  }

  .statement {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .statement .eyebrow {
    margin-bottom: 0;
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding: 142px 0 82px;
  }

  .result-day__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .result-day__intro h2 {
    max-width: 660px;
  }

  .speaker__grid,
  .price-grid {
    gap: 48px;
  }

  .speaker__photo {
    max-width: 390px;
  }

  .price-card {
    max-width: 540px;
  }

  .included {
    grid-template-columns: 1fr;
  }

  .included__head {
    border-right: 0;
    border-bottom: 1px solid rgba(201, 162, 39, .32);
  }

  .included__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .included__list li:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 600px) {
  html {
    scroll-padding-top: 74px;
  }

  body {
    font-size: 14px;
  }

  .motion-orbit {
    width: 250px;
    opacity: .42;
  }

  .motion-orbit--b {
    display: none;
  }

  .motion-scan {
    width: 78%;
    opacity: .55;
    animation-duration: 12s;
  }

  .site-header {
    height: 68px;
    padding: 0 14px;
  }

  .brand .brand__bc {
    height: 52px;
  }

  .brand .brand__arb {
    height: 37px;
  }

  .site-header .button {
    min-height: 44px;
    padding: 9px 11px;
    font-size: 9px;
  }

  .hero {
    padding: 112px 0 64px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(35px, 10vw, 39px);
  }

  .hero__title-line {
    white-space: nowrap;
  }

  .hero__subtitle {
    font-size: 16px;
    line-height: 1.55;
  }

  .hero__facts {
    grid-template-columns: 1fr 1fr;
  }

  .hero__facts div {
    padding: 13px 12px 13px 0;
    margin: 0;
  }

  .included {
    margin-top: 24px;
  }

  .included__head {
    padding: 24px;
  }

  .included__head h3 {
    font-size: 18px;
  }

  .included__list {
    grid-template-columns: 1fr;
  }

  .included__list li {
    min-height: auto;
    gap: 18px;
    padding: 22px 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(201, 162, 39, .22);
  }

  .included__list li:last-child {
    border-bottom: 0;
  }

  .hero__facts div:last-child {
    grid-column: 1 / -1;
  }

  .hero__actions {
    gap: 12px;
    margin-top: 24px;
  }

  .hero__actions .button {
    width: 100%;
  }

  .result-day {
    padding: 62px 0;
  }

  .result-day__intro h2 {
    font-size: clamp(38px, 12.2vw, 46px);
  }

  .result-day__list li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    min-height: 66px;
  }

  .result-day__list strong {
    font-size: 14px;
  }

  .section {
    padding: 68px 0;
  }

  .section-head {
    margin-bottom: 34px;
  }

  .section-head h2,
  .price-copy h2 {
    font-size: 36px;
  }

  .results-title {
    font-size: 34px !important;
  }

  .program-title {
    font-size: 32px !important;
    overflow-wrap: break-word;
  }

  .audience-title {
    font-size: 32px !important;
  }

  .audience-title span {
    white-space: normal;
  }

  .results-title span {
    white-space: normal;
  }

  .statement h2 {
    max-width: 100%;
    font-size: 32px;
    hyphens: auto;
    overflow-wrap: break-word;
  }

  .statement__copy p {
    font-size: 15px;
    line-height: 1.6;
  }

  .statement {
    margin-bottom: 34px;
  }

  .situations article,
  .result-card,
  .audience-grid article {
    min-height: auto;
    padding: 24px;
  }

  .situations h3,
  .audience-grid h3,
  .result-card h3,
  .program h3 {
    font-size: 22px;
  }

  .result-card--wide {
    display: block;
    padding-block: 24px;
  }

  .cta-strip {
    padding: 24px;
  }

  .cta-strip .button {
    width: 100%;
  }

  .program__item {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 26px 0;
  }

  .format-line {
    grid-template-columns: 1fr 1fr;
  }

  .format-line div {
    min-height: 116px;
    padding: 20px;
  }

  .format-line div:nth-child(odd) {
    border-right: 1px solid #c9c0ab;
  }

  .format-line div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .speaker__grid,
  .price-grid {
    gap: 38px;
  }

  .speaker__photo {
    max-width: 300px;
  }

  .proofs {
    grid-template-columns: repeat(3, 1fr);
  }

  .proofs div {
    padding: 18px 8px 18px 0;
  }

  .proofs strong {
    font-size: 20px;
  }

  .proofs span {
    font-size: 10px;
  }

  .team-callout {
    align-items: flex-start;
    gap: 18px;
    padding: 24px;
  }

  .team-callout__mark {
    font-size: 38px;
  }

  .price-card,
  .price-copy,
  .venue-map > div {
    padding: 26px;
  }

  #price::before {
    background-position: center;
  }

  #price::after {
    background:
      radial-gradient(circle at 50% 0%, rgba(201, 162, 39, .14), transparent 32%),
      linear-gradient(180deg, rgba(8, 8, 8, .04), rgba(8, 8, 8, .3));
  }

  .price-card__later {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .venue-map {
    margin-top: 42px;
  }

  .venue-map iframe {
    height: 240px;
  }

  .venue-map__canvas {
    min-height: 240px;
  }

  .venue-marker {
    display: none;
  }

  .faq summary {
    font-size: 17px;
  }

  .final-cta {
    padding: 82px 0;
  }

  .final-cta__bg {
    background:
      linear-gradient(180deg, rgba(8, 8, 8, .68), rgba(8, 8, 8, .86)),
      url("assets/price-nizhny.webp") 58% center / cover;
  }

  .final-cta h2 {
    font-size: 32px;
  }

  .final-cta .button {
    width: 100%;
  }

  .site-footer {
    padding: 34px 0;
  }

  .footer-logos {
    height: 72px;
    gap: 14px !important;
  }

  .site-footer .footer-logos__bc {
    height: 72px;
  }

  .site-footer .footer-logos__arb {
    height: 52px;
  }

  .site-footer a {
    min-height: 44px;
  }

  .modal__panel {
    padding: 48px 18px 24px;
  }
}

@media (max-width: 360px) {
  .brand {
    gap: 6px;
  }

  .brand .brand__bc {
    height: 47px;
  }

  .brand .brand__arb {
    height: 33px;
  }

  .brand__divider {
    height: 24px;
  }

  .site-header .button {
    padding-inline: 8px;
    font-size: 8px;
  }

  .hero h1 {
    font-size: 35px;
  }
}

@keyframes bk-grid-drift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 72px 36px, 36px 72px;
  }
}

@keyframes bk-orbit-spin {
  from {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1.035);
  }

  to {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes bk-orbit-spin-reverse {
  from {
    transform: rotate(360deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(.96);
  }

  to {
    transform: rotate(0deg) scale(1);
  }
}

@keyframes bk-scan-horizontal {
  0% {
    transform: translate3d(-35%, 0, 0);
    opacity: .25;
  }

  40%,
  60% {
    opacity: .9;
  }

  100% {
    transform: translate3d(85%, 0, 0);
    opacity: .35;
  }
}

@keyframes bk-point-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: .78;
    box-shadow: 0 0 0 5px rgba(46, 204, 113, .08);
  }

  50% {
    transform: scale(1.28);
    opacity: 1;
    box-shadow: 0 0 0 12px rgba(46, 204, 113, .03);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Meeting follow-up: AI workflow and participant preparation */
.ai-work {
  margin-top: 54px;
  padding: 38px;
  border: 1px solid #c9c2b2;
  background: rgba(255, 255, 255, .46);
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 42px;
}

.ai-work__intro h3 {
  margin: 0 0 16px;
  font-family: var(--display);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.12;
  text-transform: uppercase;
}

.ai-work__intro > p:last-child,
.ai-work__steps p {
  color: #56534c;
}

.ai-work__steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0;
}

.ai-work__steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  padding: 15px 0;
  border-top: 1px solid #c9c2b2;
}

.ai-work__steps li:last-child {
  border-bottom: 1px solid #c9c2b2;
}

.ai-work__steps span {
  grid-row: 1 / 3;
  color: #806a35;
  font-family: var(--display);
  font-size: 11px;
}

.ai-work__steps p {
  margin: 4px 0 0;
  font-size: 13px;
}

.ai-work__note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 18px 20px;
  background: var(--green);
  color: #fff;
  font-weight: 700;
}

.preparation__grid {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 70px;
  align-items: start;
}

.preparation__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #c9c2b2;
}

.preparation__list li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  padding: 20px 0;
  border-bottom: 1px solid #c9c2b2;
}

.preparation__list span {
  color: #806a35;
  font-family: var(--display);
  font-size: 11px;
}

.preparation__list strong {
  font-family: var(--display);
  text-transform: uppercase;
}

.preparation__list p {
  margin: 5px 0 0;
  color: #56534c;
  font-size: 13px;
}

@media (max-width: 900px) {
  .ai-work,
  .preparation__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 600px) {
  .ai-work {
    margin-top: 38px;
    padding: 24px 18px;
  }

  .ai-work__note {
    padding: 16px;
  }
}

/* 2026-07-10 visual narrative: fewer ambient effects, more meaningful motion */
.hero__route {
  width: 120px;
  height: 10px;
  margin: -10px 0 22px;
  position: relative;
  overflow: hidden;
}

.hero__route::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  height: 1px;
  background: rgba(202, 168, 93, .42);
}

.hero__route span {
  position: absolute;
  top: 1px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #39a776;
  box-shadow: 0 0 0 5px rgba(57, 167, 118, .12);
}

.has-js .hero .eyebrow,
.has-js .hero h1 .hero__title-line,
.has-js .hero__route,
.has-js .hero__subtitle,
.has-js .hero__facts,
.has-js .hero__actions,
.has-js .hero .microcopy {
  opacity: 0;
}

.has-js.is-ready .hero .eyebrow {
  animation: bk-hero-rise .55s .08s ease-out forwards;
}

.has-js.is-ready .hero h1 .hero__title-line:first-child {
  animation: bk-hero-rise .65s .16s cubic-bezier(.2, .75, .25, 1) forwards;
}

.has-js.is-ready .hero h1 .hero__title-line--accent {
  animation: bk-hero-rise .65s .28s cubic-bezier(.2, .75, .25, 1) forwards;
}

.has-js.is-ready .hero__route {
  animation: bk-fade .3s .55s ease-out forwards;
}

.has-js.is-ready .hero__route span {
  animation: bk-route-point .7s .58s cubic-bezier(.22, .7, .25, 1) forwards;
}

.has-js.is-ready .hero__subtitle,
.has-js.is-ready .hero__facts,
.has-js.is-ready .hero__actions,
.has-js.is-ready .hero .microcopy {
  animation: bk-hero-rise .55s ease-out forwards;
}

.has-js.is-ready .hero__subtitle { animation-delay: .48s; }
.has-js.is-ready .hero__facts { animation-delay: .56s; }
.has-js.is-ready .hero__actions { animation-delay: .64s; }
.has-js.is-ready .hero .microcopy { animation-delay: .7s; }

.work-artifact {
  margin: 18px 0 0;
  border: 1px solid rgba(202, 168, 93, .48);
  background:
    linear-gradient(rgba(202, 168, 93, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(202, 168, 93, .055) 1px, transparent 1px),
    #171713;
  background-size: 38px 38px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .25);
}

.has-js .work-artifact {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}

.has-js .work-artifact.is-visible {
  opacity: 1;
  transform: none;
}

.work-artifact__head,
.work-artifact__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
}

.work-artifact__head {
  border-bottom: 1px solid var(--line);
}

.work-artifact__head div,
.work-artifact__footer {
  text-transform: uppercase;
}

.work-artifact__head span,
.work-artifact__footer span,
.work-artifact__body span {
  display: block;
  color: var(--gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.work-artifact__head strong {
  display: block;
  margin-top: 4px;
  font-family: var(--display);
  font-size: 21px;
}

.work-artifact__head small {
  color: var(--muted);
  font-size: 11px;
}

.work-artifact__body {
  display: grid;
  grid-template-columns: .85fr .85fr 1.3fr;
}

.work-artifact__body > div {
  min-height: 190px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.work-artifact__body > div:last-child {
  border-right: 0;
}

.work-artifact__market strong,
.work-artifact__market i {
  display: block;
  margin-top: 20px;
  padding: 12px 14px;
  border: 1px solid rgba(202, 168, 93, .38);
  font-style: normal;
  font-size: 13px;
}

.work-artifact__market i {
  margin-top: 9px;
  margin-left: 34px;
  border-color: rgba(255, 255, 255, .13);
  color: var(--muted);
}

.work-artifact__body ul,
.work-artifact__body ol {
  margin: 17px 0 0;
  padding: 0;
  list-style: none;
}

.work-artifact__body li {
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  color: #d8d3c7;
  font-size: 12px;
}

.work-artifact__options li {
  padding-left: 28px;
  position: relative;
}

.work-artifact__options li::before {
  content: counter(list-item, decimal-leading-zero);
  position: absolute;
  left: 0;
  color: var(--gold);
  font-family: var(--display);
  font-size: 9px;
}

.work-artifact__footer {
  justify-content: flex-start;
  border-top: 1px solid var(--line);
  background: rgba(36, 93, 76, .28);
}

.work-artifact__footer strong {
  font-size: 13px;
}

.program {
  position: relative;
  border-top: 0;
}

.program::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #c9c0ab;
}

.program__item {
  position: relative;
  grid-template-columns: 90px minmax(0, 1fr);
  padding-left: 56px;
  opacity: .62;
  transition: opacity .35s ease, transform .35s ease;
}

.program__item::before {
  content: attr(data-step);
  position: absolute;
  left: 0;
  top: 29px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #b9af99;
  border-radius: 50%;
  background: var(--paper);
  color: #806718;
  font-family: var(--display);
  font-size: 10px;
  transition: border-color .3s ease, background-color .3s ease, color .3s ease, transform .3s ease;
}

.program__item.is-complete {
  opacity: .86;
}

.program__item.is-complete::before {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--ink);
}

.program__item.is-active {
  opacity: 1;
  transform: translateX(5px);
}

.program__item.is-active::before {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 0 0 7px rgba(36, 93, 76, .1);
}

.program__step {
  opacity: .58;
}

.ai-work {
  grid-template-columns: 1fr;
  gap: 28px;
  overflow: hidden;
}

.ai-work__intro {
  max-width: 780px;
}

.ai-work__steps {
  position: relative;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  padding-top: 3px;
}

.ai-work__steps::before,
.ai-work__steps::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 18px;
  height: 2px;
  transform-origin: left center;
}

.ai-work__steps::before {
  background: #c9c2b2;
}

.ai-work__steps::after {
  background: var(--gold);
  transform: scaleX(0);
  transition: transform 1.15s .18s cubic-bezier(.2, .7, .2, 1);
}

.ai-work.is-visible .ai-work__steps::after {
  transform: scaleX(1);
}

.ai-work__steps li {
  position: relative;
  z-index: 1;
  display: block;
  padding: 38px 8px 0 0;
  border: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .35s ease, transform .35s ease;
}

.ai-work__steps li:last-child {
  border: 0;
}

.ai-work__steps li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 5px solid var(--paper);
  border-radius: 50%;
  background: #b5aa92;
  box-shadow: 0 0 0 1px #b5aa92;
  transition: background-color .25s ease, box-shadow .25s ease;
}

.ai-work.is-visible .ai-work__steps li {
  opacity: 1;
  transform: none;
}

.ai-work.is-visible .ai-work__steps li::before {
  background: var(--gold);
  box-shadow: 0 0 0 1px var(--gold);
}

.ai-work.is-visible .ai-work__steps li:nth-child(1) { transition-delay: .2s; }
.ai-work.is-visible .ai-work__steps li:nth-child(2) { transition-delay: .42s; }
.ai-work.is-visible .ai-work__steps li:nth-child(3) { transition-delay: .64s; }
.ai-work.is-visible .ai-work__steps li:nth-child(4) { transition-delay: .86s; }

.ai-work__steps span {
  display: block;
  margin-bottom: 5px;
}

.ai-work__outcome {
  width: fit-content;
  max-width: 100%;
  padding: 15px 20px;
  border-left: 4px solid var(--green);
  background: rgba(36, 93, 76, .1);
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity .4s 1.05s ease, transform .4s 1.05s ease;
}

.ai-work.is-visible .ai-work__outcome {
  opacity: 1;
  transform: none;
}

.ai-work__outcome span {
  display: block;
  margin-bottom: 3px;
  color: #806718;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ai-work__outcome strong {
  font-family: var(--display);
  text-transform: uppercase;
}

.modal {
  display: block;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: visibility 0s linear .3s, opacity .3s ease;
}

.modal.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.modal__backdrop {
  opacity: 0;
  transition: opacity .3s ease;
}

.modal.is-open .modal__backdrop {
  opacity: 1;
}

.modal__panel {
  opacity: 0;
  transform: translateY(12px) scale(.992);
  transition: opacity .3s ease, transform .3s cubic-bezier(.2, .72, .25, 1);
}

.modal.is-open .modal__panel {
  opacity: 1;
  transform: none;
}

.form-success-mark {
  grid-column: 1 / -1;
  display: block;
  width: 0;
  height: 24px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  transition: width .35s ease, opacity .2s ease;
}

.lead-form.is-success .form-success-mark {
  width: 42px;
  opacity: 1;
}

.lead-form.is-success .form-success-mark::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 1px;
  width: 11px;
  height: 20px;
  border-right: 3px solid var(--green);
  border-bottom: 3px solid var(--green);
  transform: rotate(45deg);
  animation: bk-check-in .38s ease-out both;
}

@keyframes bk-hero-rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

@keyframes bk-fade {
  to { opacity: 1; }
}

@keyframes bk-route-point {
  from { transform: translateX(0); }
  to { transform: translateX(108px); }
}

@keyframes bk-check-in {
  from { opacity: 0; transform: rotate(45deg) scale(.4); }
  to { opacity: 1; transform: rotate(45deg) scale(1); }
}

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

  .work-artifact__options {
    grid-column: 1 / -1;
    border-top: 1px solid var(--line);
  }

  .work-artifact__body > div:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 600px) {
  .hero__route {
    width: 92px;
  }

  .has-js.is-ready .hero__route span {
    animation-name: bk-route-point-mobile;
  }

  .work-artifact__head,
  .work-artifact__footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }

  .work-artifact__body {
    grid-template-columns: 1fr;
  }

  .work-artifact__body > div,
  .work-artifact__body > div:nth-child(2) {
    min-height: 0;
    padding: 20px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .work-artifact__options {
    grid-column: auto;
    border-top: 0;
  }

  .program__item {
    grid-template-columns: 1fr;
    padding: 25px 0 25px 48px;
    gap: 7px;
  }

  .program__item::before {
    top: 24px;
    width: 34px;
    height: 34px;
  }

  .program::before {
    left: 16px;
  }

  .program__item.is-active {
    transform: none;
  }

  .ai-work__steps {
    grid-template-columns: 1fr;
    gap: 0;
    padding-left: 38px;
  }

  .ai-work__steps::before,
  .ai-work__steps::after {
    left: 9px;
    right: auto;
    top: 10px;
    bottom: 10px;
    width: 2px;
    height: auto;
    transform-origin: center top;
  }

  .ai-work__steps::after {
    transform: scaleY(0);
  }

  .ai-work.is-visible .ai-work__steps::after {
    transform: scaleY(1);
  }

  .ai-work__steps li {
    padding: 3px 0 24px;
  }

  .ai-work__steps li::before {
    top: 1px;
    left: -38px;
  }
}

@keyframes bk-route-point-mobile {
  from { transform: translateX(0); }
  to { transform: translateX(80px); }
}

@media (prefers-reduced-motion: reduce) {
  .has-js .hero .eyebrow,
  .has-js .hero h1 .hero__title-line,
  .has-js .hero__route,
  .has-js .hero__subtitle,
  .has-js .hero__facts,
  .has-js .hero__actions,
  .has-js .hero .microcopy,
  .has-js .work-artifact,
  .ai-work__steps li,
  .ai-work__outcome {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero__route span {
    transform: translateX(108px) !important;
  }

  .ai-work__steps::after {
    transform: scaleX(1) !important;
  }
}
