:root {
  --ylx-navy: #050229;
  --ylx-navy-2: #0c0742;
  --ylx-blue: #384cff;
  --ylx-blue-deep: #2536e8;
  --ylx-violet: #893ffc;
  --ylx-pink: #f853a2;
  --ylx-red: #ff424a;
  --ylx-paper: #f8f8fb;
  --ylx-white: #fff;
  --ylx-ink: #050229;
  --ylx-muted: #69677d;
  --ylx-line: rgba(5, 2, 41, .12);
  --ylx-topbar: 74px;
  --ylx-ease: cubic-bezier(.2, .75, .2, 1);
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: var(--ylx-navy);
  color-scheme: dark;
}

body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background: var(--ylx-navy);
  color: #fff;
  font-family: "Plus Jakarta Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.ylx-viewer-open {
  height: 100dvh;
  overflow: hidden;
}

button,
a {
  font: inherit;
}

button {
  color: inherit;
}

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

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

svg {
  display: block;
  width: 1.25em;
  height: 1.25em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

[hidden] {
  display: none !important;
}

.ylx-app {
  min-height: 100dvh;
  background:
    radial-gradient(56rem 40rem at 102% -5%, rgba(56, 76, 255, .28), transparent 64%),
    radial-gradient(38rem 30rem at -8% 85%, rgba(137, 63, 252, .16), transparent 66%),
    var(--ylx-navy);
}

.ylx-topbar {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: var(--ylx-topbar);
  padding: 0 clamp(20px, 4vw, 68px);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: rgba(5, 2, 41, .84);
  backdrop-filter: blur(20px) saturate(145%);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
}

.ylx-brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
}

.ylx-brand img {
  width: 148px;
  height: auto;
  filter: brightness(0) invert(1);
}

.ylx-topbar__context {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
  font-weight: 700;
}

.ylx-topbar__context span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ylx-topbar__context span:last-child:not(:empty)::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: middle;
  background: rgba(255, 255, 255, .35);
}

.ylx-topbar__actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 9px;
}

.ylx-topbar__link {
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
  font-weight: 700;
  transition: color 160ms ease;
}

.ylx-topbar__link:hover,
.ylx-topbar__link:focus-visible {
  color: #fff;
}

.ylx-icon-button,
.ylx-menu-button {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .08);
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ylx-icon-button:hover,
.ylx-icon-button:focus-visible,
.ylx-menu-button:hover,
.ylx-menu-button:focus-visible {
  border-color: rgba(255, 255, 255, .3);
  background: rgba(255, 255, 255, .14);
}

.ylx-icon-button:active,
.ylx-menu-button:active {
  transform: scale(.97);
}

.ylx-icon-button {
  width: 42px;
  height: 42px;
  padding: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.ylx-menu-button {
  height: 42px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.ylx-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #8190ff;
  font-size: clamp(11px, .9vw, 14px);
  font-weight: 800;
  letter-spacing: .17em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ylx-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: currentColor;
}

.ylx-hub {
  position: relative;
  min-height: 100dvh;
  padding: calc(var(--ylx-topbar) + clamp(54px, 7vw, 110px)) clamp(22px, 5vw, 92px) 72px;
  overflow: hidden;
}

.ylx-hub__glow {
  position: absolute;
  z-index: 0;
  width: min(68vw, 980px);
  aspect-ratio: 1;
  top: -24vw;
  right: -18vw;
  border-radius: 50%;
  border: 1px solid rgba(92, 107, 255, .11);
  box-shadow:
    0 0 0 6vw rgba(56, 76, 255, .025),
    0 0 0 13vw rgba(56, 76, 255, .018);
  pointer-events: none;
}

.ylx-hub__hero,
.ylx-hub__recommended,
.ylx-hub__section-head,
.ylx-path-grid,
.ylx-hub__footer {
  position: relative;
  z-index: 1;
  width: min(100%, 1440px);
  margin-inline: auto;
}

.ylx-hub__hero {
  min-height: min(680px, 68dvh);
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, .96fr);
  align-items: center;
  gap: clamp(44px, 7vw, 118px);
}

.ylx-hub__hero h1 {
  max-width: 800px;
  margin: 26px 0 0;
  font-size: clamp(52px, 6.7vw, 108px);
  font-weight: 800;
  letter-spacing: -.065em;
  line-height: .92;
  text-wrap: balance;
}

.ylx-hub__hero p {
  max-width: 720px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, .7);
  font-size: clamp(17px, 1.5vw, 23px);
  line-height: 1.65;
}

.ylx-hub__phone {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}

.ylx-hub__orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 50%;
}

.ylx-hub__orbit--one {
  width: 520px;
  height: 520px;
}

.ylx-hub__orbit--two {
  width: 680px;
  height: 680px;
  border-color: rgba(56, 76, 255, .12);
}

.ylx-phone-shell {
  position: relative;
  width: min(300px, 32vw);
  aspect-ratio: 1146 / 2466;
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 43px;
  background: #111015;
  box-shadow: 0 42px 110px rgba(0, 0, 0, .5);
}

.ylx-phone-shell::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 15px;
  left: 50%;
  width: 32%;
  height: 26px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: #030207;
}

.ylx-phone-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 34px;
}

.ylx-phone-shell--hub {
  z-index: 2;
  transform: rotate(3deg);
}

.ylx-float-card {
  position: absolute;
  z-index: 3;
  width: 215px;
  padding: 18px 20px;
  border: 1px solid rgba(5, 2, 41, .08);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  color: var(--ylx-ink);
  box-shadow: 0 18px 50px rgba(5, 2, 41, .28);
}

.ylx-float-card strong,
.ylx-float-card span {
  display: block;
}

.ylx-float-card strong {
  font-size: 14px;
}

.ylx-float-card span {
  margin-top: 6px;
  color: #777487;
  font-size: 11px;
  line-height: 1.45;
}

.ylx-float-card--top {
  top: 20%;
  left: 1%;
}

.ylx-float-card--bottom {
  right: -3%;
  bottom: 19%;
}

.ylx-hub__recommended {
  margin-top: clamp(38px, 6vw, 92px);
}

.ylx-recommended {
  position: relative;
  min-height: 320px;
  padding: clamp(34px, 4.5vw, 68px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 44px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 32px;
  background:
    radial-gradient(36rem 28rem at 100% 0%, rgba(137, 63, 252, .35), transparent 70%),
    linear-gradient(135deg, rgba(56, 76, 255, .26), rgba(255, 255, 255, .04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.ylx-recommended::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: -95px;
  bottom: -225px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%;
}

.ylx-recommended__copy {
  position: relative;
  z-index: 1;
}

.ylx-recommended__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 22px;
}

.ylx-pill {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .75);
  font-size: 11px;
  font-weight: 700;
}

.ylx-recommended h2 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(34px, 4vw, 64px);
  letter-spacing: -.045em;
  line-height: 1.02;
}

.ylx-recommended p {
  max-width: 760px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: 17px;
  line-height: 1.6;
}

.ylx-primary-action {
  position: relative;
  z-index: 1;
  min-width: 190px;
  min-height: 58px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 0;
  border-radius: 16px;
  background: #fff;
  color: var(--ylx-ink);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 18px 44px rgba(5, 2, 41, .24);
  transition: transform 170ms var(--ylx-ease), box-shadow 170ms ease;
}

.ylx-primary-action:hover,
.ylx-primary-action:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 54px rgba(5, 2, 41, .32);
}

.ylx-hub__section-head {
  margin-top: clamp(90px, 10vw, 150px);
  display: grid;
  grid-template-columns: 1fr minmax(300px, .55fr);
  align-items: end;
  gap: 40px;
}

.ylx-hub__section-head h2 {
  margin: 18px 0 0;
  font-size: clamp(34px, 4vw, 64px);
  letter-spacing: -.05em;
  line-height: 1;
}

.ylx-hub__section-head p {
  margin: 0;
  color: rgba(255, 255, 255, .58);
  font-size: 15px;
  line-height: 1.7;
}

.ylx-path-grid {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ylx-path-card {
  position: relative;
  min-height: 285px;
  padding: clamp(27px, 3vw, 43px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 26px;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
  transition: transform 220ms var(--ylx-ease), border-color 220ms ease, background 220ms ease;
}

.ylx-path-card::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -80px;
  bottom: -90px;
  border: 1px solid color-mix(in srgb, var(--card-accent, #384cff) 45%, transparent);
  border-radius: 50%;
  box-shadow: 0 0 0 42px color-mix(in srgb, var(--card-accent, #384cff) 4%, transparent);
}

.ylx-path-card:hover,
.ylx-path-card:focus-visible {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--card-accent, #384cff) 62%, transparent);
  background: rgba(255, 255, 255, .075);
}

.ylx-path-card__top,
.ylx-path-card__foot {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.ylx-path-card__number {
  color: var(--card-accent, #8190ff);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
}

.ylx-path-card__time {
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
  font-weight: 700;
}

.ylx-path-card h3 {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin: 40px 0 0;
  font-size: clamp(25px, 2.5vw, 40px);
  letter-spacing: -.04em;
  line-height: 1.05;
}

.ylx-path-card p {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 14px 0 28px;
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
  line-height: 1.58;
}

.ylx-path-card__foot {
  margin-top: auto;
  justify-content: flex-start;
  color: rgba(255, 255, 255, .9);
  font-size: 13px;
  font-weight: 800;
}

.ylx-path-card__foot svg {
  transition: transform 170ms ease;
}

.ylx-path-card:hover .ylx-path-card__foot svg {
  transform: translateX(4px);
}

.ylx-hub__footer {
  margin-top: 80px;
  padding: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.ylx-hub__footer p {
  margin: 0;
  color: rgba(255, 255, 255, .56);
}

.ylx-hub__footer a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.ylx-viewer {
  position: fixed;
  z-index: 20;
  inset: var(--ylx-topbar) 0 0;
  overflow: hidden;
  background: var(--ylx-navy);
}

.ylx-progress {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255, 255, 255, .08);
}

.ylx-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--ylx-blue), #7381ff, var(--ylx-violet));
  transition: width 320ms var(--ylx-ease);
}

.ylx-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.ylx-slide {
  --slide-accent: var(--ylx-blue);
  position: absolute;
  inset: 0;
  padding:
    clamp(44px, 6vh, 78px)
    clamp(28px, 7vw, 128px)
    clamp(105px, 13vh, 145px);
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
  align-items: center;
  gap: clamp(40px, 7vw, 118px);
  overflow: hidden auto;
  overscroll-behavior: contain;
  background:
    radial-gradient(48rem 34rem at 96% -8%, rgba(56, 76, 255, .24), transparent 64%),
    radial-gradient(38rem 30rem at -8% 112%, rgba(137, 63, 252, .13), transparent 65%),
    var(--ylx-navy);
  color: #fff;
  opacity: 0;
  transform: translateX(28px);
  transition: opacity 280ms ease, transform 360ms var(--ylx-ease);
}

.ylx-slide.is-active {
  opacity: 1;
  transform: translateX(0);
}

.ylx-slide.is-leaving-back {
  transform: translateX(28px);
}

.ylx-slide.is-entering-back {
  transform: translateX(-28px);
}

.ylx-slide--light {
  color-scheme: light;
  color: var(--ylx-ink);
  background:
    radial-gradient(45rem 32rem at 95% -5%, rgba(56, 76, 255, .11), transparent 66%),
    radial-gradient(36rem 28rem at -5% 105%, rgba(248, 83, 162, .075), transparent 64%),
    var(--ylx-paper);
}

.ylx-slide--blue {
  background:
    radial-gradient(48rem 35rem at 90% 10%, rgba(248, 83, 162, .18), transparent 63%),
    radial-gradient(44rem 30rem at 0% 100%, rgba(137, 63, 252, .2), transparent 64%),
    linear-gradient(135deg, #111aa1, #2536e8 48%, #050229);
}

.ylx-slide--red {
  --slide-accent: var(--ylx-red);
  background:
    radial-gradient(44rem 32rem at 100% 0%, rgba(255, 66, 74, .22), transparent 65%),
    var(--ylx-navy);
}

.ylx-slide--statement {
  grid-template-columns: 1fr;
  text-align: center;
}

.ylx-slide--statement .ylx-slide__copy {
  max-width: 1240px;
  margin-inline: auto;
}

.ylx-slide--statement .ylx-slide__title {
  max-width: 1200px;
  margin-inline: auto;
  font-size: clamp(52px, 7.2vw, 120px);
}

.ylx-slide--statement .ylx-slide__body {
  max-width: 850px;
  margin-inline: auto;
}

.ylx-slide--visual-first {
  grid-template-columns: minmax(360px, .9fr) minmax(0, 1.1fr);
}

.ylx-slide--visual-first .ylx-slide__visual {
  order: -1;
}

.ylx-slide--compact {
  padding-top: clamp(34px, 4.5vh, 56px);
  padding-bottom: clamp(96px, 11vh, 120px);
  gap: clamp(34px, 5vw, 78px);
}

.ylx-slide--compact .ylx-slide__title {
  font-size: clamp(40px, 4.8vw, 78px);
}

.ylx-slide--compact .ylx-slide__body {
  margin-top: 22px;
  font-size: clamp(15px, 1.25vw, 19px);
}

.ylx-slide--compact .ylx-slide__kicker {
  margin-top: 20px;
  font-size: clamp(15px, 1.35vw, 20px);
}

.ylx-slide--compact .ylx-compare-column {
  min-height: 360px;
  padding: clamp(23px, 2.5vw, 36px);
}

.ylx-slide__copy {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.ylx-slide__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--slide-accent);
  font-size: clamp(11px, 1vw, 15px);
  font-weight: 800;
  letter-spacing: .18em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ylx-slide__eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: currentColor;
}

.ylx-slide__title {
  max-width: 980px;
  margin: 25px 0 0;
  font-size: clamp(46px, 5.8vw, 96px);
  font-weight: 800;
  letter-spacing: -.06em;
  line-height: .98;
  text-wrap: balance;
}

.ylx-slide__title em {
  color: var(--slide-accent);
  font-style: normal;
}

.ylx-slide__body {
  max-width: 820px;
  margin-top: 30px;
  color: rgba(255, 255, 255, .68);
  font-size: clamp(16px, 1.45vw, 22px);
  line-height: 1.62;
}

.ylx-slide--light .ylx-slide__body {
  color: rgba(5, 2, 41, .66);
}

.ylx-slide__body p {
  margin: 0;
}

.ylx-slide__body p + p {
  margin-top: 18px;
}

.ylx-slide__body strong {
  color: #fff;
}

.ylx-slide--light .ylx-slide__body strong {
  color: var(--ylx-ink);
}

.ylx-slide__kicker {
  margin-top: 28px;
  padding-left: 17px;
  border-left: 3px solid var(--slide-accent);
  color: rgba(255, 255, 255, .92);
  font-size: clamp(17px, 1.6vw, 24px);
  font-weight: 700;
  line-height: 1.4;
}

.ylx-slide--light .ylx-slide__kicker {
  color: var(--ylx-ink);
}

.ylx-slide__source {
  position: absolute;
  z-index: 3;
  left: clamp(28px, 7vw, 128px);
  bottom: 72px;
  max-width: min(720px, 62vw);
  color: rgba(255, 255, 255, .4);
  font-size: 10px;
  line-height: 1.5;
}

.ylx-slide__source a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ylx-slide--light .ylx-slide__source {
  color: rgba(5, 2, 41, .42);
}

.ylx-slide__visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  place-items: center;
}

.ylx-visual-card {
  width: 100%;
  padding: clamp(26px, 3.6vw, 54px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  background: rgba(255, 255, 255, .06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 28px 80px rgba(0, 0, 0, .18);
}

.ylx-slide--light .ylx-visual-card {
  border-color: rgba(5, 2, 41, .11);
  background: rgba(255, 255, 255, .76);
  box-shadow: 0 24px 70px rgba(5, 2, 41, .09);
}

.ylx-phone-presentation {
  position: relative;
  width: min(320px, 35vw);
}

.ylx-phone-presentation .ylx-phone-shell {
  width: 100%;
}

.ylx-phone-presentation__caption {
  position: absolute;
  width: 220px;
  right: -38%;
  bottom: 14%;
  padding: 17px 19px;
  border: 1px solid rgba(5, 2, 41, .09);
  border-radius: 17px;
  background: #fff;
  color: var(--ylx-ink);
  box-shadow: 0 18px 52px rgba(5, 2, 41, .25);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
}

.ylx-phone-presentation--pair {
  width: min(650px, 48vw);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(15px, 2vw, 30px);
}

.ylx-phone-presentation--pair .ylx-phone-shell {
  width: 45%;
}

.ylx-phone-presentation--pair .ylx-phone-shell:last-child {
  transform: translateY(32px);
}

.ylx-portal-frame {
  width: min(100%, 820px);
  padding: 9px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 22px;
  background: #17151d;
  box-shadow: 0 34px 100px rgba(0, 0, 0, .38);
}

.ylx-slide--light .ylx-portal-frame {
  border-color: rgba(5, 2, 41, .12);
  background: #fff;
  box-shadow: 0 28px 80px rgba(5, 2, 41, .16);
}

.ylx-portal-frame__bar {
  height: 29px;
  padding-left: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ylx-portal-frame__bar span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .24);
}

.ylx-slide--light .ylx-portal-frame__bar span {
  background: rgba(5, 2, 41, .17);
}

.ylx-portal-frame img {
  width: 100%;
  border-radius: 14px;
}

.ylx-metric {
  width: 100%;
}

.ylx-metric__value {
  color: #fff;
  font-size: clamp(78px, 11vw, 180px);
  font-weight: 800;
  letter-spacing: -.09em;
  line-height: .85;
}

.ylx-slide--light .ylx-metric__value {
  color: var(--ylx-ink);
}

.ylx-metric__value em {
  color: var(--slide-accent);
  font-size: .38em;
  font-style: normal;
  letter-spacing: -.03em;
}

.ylx-metric__label {
  margin-top: 27px;
  color: rgba(255, 255, 255, .55);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ylx-slide--light .ylx-metric__label {
  color: rgba(5, 2, 41, .5);
}

.ylx-metric__compare {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, .55);
  font-size: 14px;
  font-weight: 700;
}

.ylx-slide--light .ylx-metric__compare {
  color: rgba(5, 2, 41, .54);
}

.ylx-metric__compare strong {
  color: var(--slide-accent);
  font-size: 30px;
}

.ylx-compare-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 24px;
  background: rgba(255, 255, 255, .1);
}

.ylx-slide--light .ylx-compare-grid {
  border-color: rgba(5, 2, 41, .12);
  background: rgba(5, 2, 41, .1);
}

.ylx-compare-column {
  min-height: 410px;
  padding: clamp(25px, 3vw, 45px);
  background: color-mix(in srgb, var(--ylx-navy) 95%, #fff);
}

.ylx-slide--light .ylx-compare-column {
  background: #fff;
}

.ylx-compare-column.is-accent {
  background:
    radial-gradient(28rem 22rem at 100% 0%, rgba(56, 76, 255, .27), transparent 70%),
    #0c083d;
}

.ylx-slide--light .ylx-compare-column.is-accent {
  background: #eeefff;
}

.ylx-compare-column small {
  color: var(--slide-accent);
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.ylx-compare-column h3 {
  margin: 19px 0 26px;
  font-size: clamp(24px, 2.3vw, 36px);
  line-height: 1.05;
}

.ylx-compare-column ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 15px;
  list-style: none;
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.5;
}

.ylx-slide--light .ylx-compare-column ul {
  color: rgba(5, 2, 41, .62);
}

.ylx-compare-column li {
  position: relative;
  padding-left: 18px;
}

.ylx-compare-column li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--slide-accent);
}

.ylx-flow {
  width: 100%;
  display: grid;
  gap: 12px;
}

.ylx-flow__step {
  min-height: 82px;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: rgba(255, 255, 255, .055);
}

.ylx-slide--light .ylx-flow__step {
  border-color: rgba(5, 2, 41, .1);
  background: #fff;
  box-shadow: 0 12px 30px rgba(5, 2, 41, .055);
}

.ylx-flow__number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: color-mix(in srgb, var(--slide-accent) 16%, transparent);
  color: var(--slide-accent);
  font-size: 12px;
  font-weight: 800;
}

.ylx-flow__step strong,
.ylx-flow__step span {
  display: block;
}

.ylx-flow__step strong {
  font-size: 15px;
}

.ylx-flow__step span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .5);
  font-size: 11px;
  line-height: 1.45;
}

.ylx-slide--light .ylx-flow__step span {
  color: rgba(5, 2, 41, .5);
}

.ylx-network {
  position: relative;
  width: min(100%, 720px);
  aspect-ratio: 1.25;
}

.ylx-network__line {
  position: absolute;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, rgba(56, 76, 255, .8), rgba(255, 255, 255, .1));
}

.ylx-network__line--1 {
  width: 31%;
  left: 50%;
  top: 49%;
  transform: rotate(-32deg);
}

.ylx-network__line--2 {
  width: 33%;
  left: 50%;
  top: 50%;
  transform: rotate(26deg);
}

.ylx-network__line--3 {
  width: 30%;
  left: 22%;
  top: 49%;
  transform: rotate(174deg);
}

.ylx-network__line--4 {
  width: 35%;
  left: 50%;
  top: 50%;
  transform: rotate(158deg);
}

.ylx-network__node {
  position: absolute;
  width: 134px;
  min-height: 84px;
  padding: 13px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 20px;
  background: rgba(255, 255, 255, .08);
  text-align: center;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .15);
}

.ylx-slide--light .ylx-network__node {
  border-color: rgba(5, 2, 41, .1);
  background: #fff;
  box-shadow: 0 16px 38px rgba(5, 2, 41, .09);
}

.ylx-network__node strong,
.ylx-network__node small {
  display: block;
}

.ylx-network__node strong {
  font-size: 13px;
}

.ylx-network__node small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .45);
  font-size: 9px;
  line-height: 1.4;
}

.ylx-slide--light .ylx-network__node small {
  color: rgba(5, 2, 41, .48);
}

.ylx-network__node--center {
  z-index: 2;
  width: 160px;
  min-height: 112px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-color: rgba(86, 102, 255, .55);
  background: linear-gradient(145deg, var(--ylx-blue), var(--ylx-violet));
}

.ylx-network__node--center small {
  color: rgba(255, 255, 255, .75);
}

.ylx-network__node--one {
  top: 3%;
  right: 3%;
}

.ylx-network__node--two {
  right: 0;
  bottom: 2%;
}

.ylx-network__node--three {
  left: 0;
  bottom: 5%;
}

.ylx-network__node--four {
  left: 2%;
  top: 6%;
}

.ylx-store-stack {
  width: 100%;
  display: grid;
  gap: 14px;
}

.ylx-store-card {
  padding: 22px;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 20px;
  background: rgba(255, 255, 255, .07);
}

.ylx-slide--light .ylx-store-card {
  border-color: rgba(5, 2, 41, .1);
  background: #fff;
  box-shadow: 0 14px 34px rgba(5, 2, 41, .07);
}

.ylx-store-card__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--ylx-blue), var(--ylx-violet));
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

.ylx-store-card strong,
.ylx-store-card small {
  display: block;
}

.ylx-store-card strong {
  font-size: 15px;
}

.ylx-store-card small {
  margin-top: 5px;
  color: rgba(255, 255, 255, .5);
  font-size: 10px;
}

.ylx-slide--light .ylx-store-card small {
  color: rgba(5, 2, 41, .48);
}

.ylx-store-card__status {
  color: #62d59b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ylx-channel-map {
  width: 100%;
}

.ylx-channel-map__sources {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.ylx-channel-map__sources span {
  min-height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 14px;
  background: rgba(255, 255, 255, .05);
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  font-weight: 700;
}

.ylx-slide--light .ylx-channel-map__sources span {
  border-color: rgba(5, 2, 41, .1);
  background: #fff;
  color: rgba(5, 2, 41, .64);
}

.ylx-channel-map__arrow {
  width: 2px;
  height: 46px;
  margin: 13px auto;
  background: linear-gradient(var(--slide-accent), rgba(56, 76, 255, .1));
}

.ylx-channel-map__destination {
  min-height: 120px;
  padding: 24px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(86, 102, 255, .55);
  border-radius: 23px;
  background:
    radial-gradient(25rem 14rem at 50% 100%, rgba(137, 63, 252, .24), transparent),
    rgba(56, 76, 255, .12);
  text-align: center;
}

.ylx-channel-map__destination strong {
  font-size: clamp(22px, 2.5vw, 36px);
}

.ylx-channel-map__destination span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, .55);
  font-size: 11px;
}

.ylx-slide--light .ylx-channel-map__destination span {
  color: rgba(5, 2, 41, .5);
}

.ylx-steps {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.ylx-step {
  min-height: 160px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 20px;
  background: rgba(255, 255, 255, .055);
}

.ylx-slide--light .ylx-step {
  border-color: rgba(5, 2, 41, .1);
  background: #fff;
  box-shadow: 0 13px 34px rgba(5, 2, 41, .055);
}

.ylx-step b {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 10px;
  background: rgba(56, 76, 255, .14);
  color: var(--slide-accent);
  font-size: 11px;
}

.ylx-step strong {
  display: block;
  margin-top: 18px;
  font-size: 15px;
}

.ylx-step p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, .5);
  font-size: 10px;
  line-height: 1.5;
}

.ylx-slide--light .ylx-step p {
  color: rgba(5, 2, 41, .5);
}

.ylx-quote {
  width: 100%;
  padding: clamp(32px, 4vw, 60px);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 30px;
  background: rgba(255, 255, 255, .06);
}

.ylx-slide--light .ylx-quote {
  border-color: rgba(5, 2, 41, .1);
  background: #fff;
  box-shadow: 0 24px 70px rgba(5, 2, 41, .08);
}

.ylx-quote blockquote {
  margin: 0;
  font-size: clamp(30px, 4vw, 62px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.08;
}

.ylx-quote span {
  display: block;
  margin-top: 24px;
  color: var(--slide-accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.ylx-end-actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.ylx-end-actions a,
.ylx-end-actions button {
  min-height: 52px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 15px;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.ylx-end-actions a:first-child {
  border-color: #fff;
  background: #fff;
  color: var(--ylx-ink);
}

.ylx-slide--light .ylx-end-actions a,
.ylx-slide--light .ylx-end-actions button {
  border-color: rgba(5, 2, 41, .13);
  background: #fff;
  color: var(--ylx-ink);
}

.ylx-slide--light .ylx-end-actions a:first-child {
  border-color: var(--ylx-blue);
  background: var(--ylx-blue);
  color: #fff;
}

.ylx-controls {
  position: fixed;
  z-index: 80;
  left: 50%;
  bottom: max(20px, env(safe-area-inset-bottom));
  transform: translateX(-50%);
  height: 58px;
  padding: 7px;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  background: rgba(5, 2, 41, .92);
  color: #fff;
  box-shadow: 0 18px 54px rgba(5, 2, 41, .3);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.ylx-control {
  appearance: none;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, .72);
  cursor: pointer;
}

.ylx-control:disabled {
  cursor: default;
  opacity: .28;
}

.ylx-control:not(:disabled):hover,
.ylx-control:not(:disabled):focus-visible {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.ylx-control--back,
.ylx-control--next {
  width: 44px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .08);
}

.ylx-control--next {
  border-color: transparent;
  background: var(--ylx-blue);
  color: #fff;
  box-shadow: 0 8px 24px rgba(56, 76, 255, .42);
}

.ylx-control--hub {
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 800;
}

.ylx-controls__count {
  min-width: 63px;
  display: flex;
  justify-content: center;
  gap: 5px;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 800;
}

.ylx-controls__count i {
  color: rgba(255, 255, 255, .28);
  font-style: normal;
}

.ylx-menu {
  position: fixed;
  z-index: 200;
  inset: 0;
  visibility: hidden;
  pointer-events: none;
}

.ylx-menu.is-open {
  visibility: visible;
  pointer-events: auto;
}

.ylx-menu__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(5, 2, 41, .66);
  opacity: 0;
  cursor: default;
  backdrop-filter: blur(8px);
  transition: opacity 260ms ease;
}

.ylx-menu.is-open .ylx-menu__backdrop {
  opacity: 1;
}

.ylx-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(570px, 100%);
  height: 100%;
  padding: 36px clamp(24px, 4vw, 46px);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  border-left: 1px solid rgba(255, 255, 255, .11);
  background:
    radial-gradient(34rem 28rem at 100% 0%, rgba(56, 76, 255, .28), transparent 68%),
    linear-gradient(165deg, #0e0847, var(--ylx-navy));
  transform: translateX(100%);
  transition: transform 340ms var(--ylx-ease);
  box-shadow: -30px 0 100px rgba(5, 2, 41, .4);
}

.ylx-menu.is-open .ylx-menu__panel {
  transform: translateX(0);
}

.ylx-menu__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.ylx-menu__head h2 {
  margin: 16px 0 0;
  font-size: clamp(30px, 4vw, 46px);
  letter-spacing: -.045em;
  line-height: 1;
}

.ylx-menu__list {
  margin-top: 44px;
  display: grid;
}

.ylx-menu__item {
  padding: 21px 0;
  display: grid;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.ylx-menu__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.ylx-menu__item b {
  color: var(--menu-accent, #8190ff);
  font-size: 11px;
}

.ylx-menu__item strong,
.ylx-menu__item small {
  display: block;
}

.ylx-menu__item strong {
  font-size: 14px;
}

.ylx-menu__item small {
  margin-top: 4px;
  color: rgba(255, 255, 255, .45);
  font-size: 10px;
}

.ylx-menu__item svg {
  color: rgba(255, 255, 255, .45);
}

.ylx-menu__item:hover svg,
.ylx-menu__item:focus-visible svg {
  color: #fff;
  transform: translateX(3px);
}

.ylx-menu__footer {
  margin-top: auto;
  padding-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(255, 255, 255, .62);
  font-size: 11px;
  font-weight: 700;
}

.ylx-toast {
  position: fixed;
  z-index: 300;
  left: 50%;
  bottom: 98px;
  padding: 11px 15px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(5, 2, 41, .94);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.ylx-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.ylx-noscript {
  position: fixed;
  z-index: 500;
  inset: 0;
  padding: 30px;
  display: grid;
  place-items: center;
  background: var(--ylx-navy);
  color: #fff;
  text-align: center;
}

.ylx-noscript a {
  text-decoration: underline;
}

@media (max-width: 1100px) {
  .ylx-topbar {
    grid-template-columns: auto 1fr auto;
  }

  .ylx-topbar__context {
    justify-self: start;
  }

  .ylx-topbar__link {
    display: none;
  }

  .ylx-hub__hero {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr);
    gap: 45px;
  }

  .ylx-hub__phone {
    min-height: 540px;
  }

  .ylx-float-card--top {
    left: -8%;
  }

  .ylx-float-card--bottom {
    right: -10%;
  }

  .ylx-slide {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .78fr);
    gap: 42px;
  }

  .ylx-slide--visual-first {
    grid-template-columns: minmax(330px, .78fr) minmax(0, 1fr);
  }

  .ylx-phone-presentation__caption {
    right: -24%;
  }
}

@media (min-width: 821px) and (max-height: 820px) {
  :root {
    --ylx-topbar: 64px;
  }

  .ylx-slide,
  .ylx-slide--compact {
    padding: 32px clamp(48px, 6.2vw, 92px) 88px;
    gap: clamp(32px, 4.5vw, 68px);
  }

  .ylx-slide__title,
  .ylx-slide--compact .ylx-slide__title {
    margin-top: 18px;
    font-size: clamp(36px, 4.35vw, 68px);
  }

  .ylx-slide--statement .ylx-slide__title {
    font-size: clamp(46px, 6vw, 82px);
  }

  .ylx-slide__body,
  .ylx-slide--compact .ylx-slide__body {
    margin-top: 18px;
    font-size: clamp(14px, 1.25vw, 17px);
    line-height: 1.5;
  }

  .ylx-slide__kicker,
  .ylx-slide--compact .ylx-slide__kicker {
    margin-top: 17px;
    font-size: clamp(14px, 1.25vw, 18px);
  }

  .ylx-slide__source {
    left: clamp(48px, 6.2vw, 92px);
    bottom: 58px;
  }

  .ylx-phone-presentation {
    width: min(238px, 25vw);
  }

  .ylx-phone-presentation--pair {
    width: min(470px, 42vw);
  }

  .ylx-phone-presentation__caption {
    width: 185px;
    padding: 13px 15px;
    font-size: 10px;
  }

  .ylx-portal-frame {
    width: min(100%, 680px);
  }

  .ylx-visual-card {
    padding: clamp(24px, 2.8vw, 38px);
  }

  .ylx-compare-column,
  .ylx-slide--compact .ylx-compare-column {
    min-height: 310px;
    padding: clamp(22px, 2.3vw, 32px);
  }

  .ylx-compare-column h3 {
    margin: 14px 0 18px;
    font-size: clamp(20px, 2.1vw, 30px);
  }

  .ylx-compare-column ul {
    gap: 10px;
    font-size: 12px;
  }

  .ylx-flow {
    gap: 8px;
  }

  .ylx-flow__step {
    min-height: 66px;
    padding: 12px 15px;
    grid-template-columns: 36px 1fr;
    gap: 12px;
  }

  .ylx-flow__number {
    width: 36px;
    height: 36px;
  }

  .ylx-steps {
    gap: 9px;
  }

  .ylx-step {
    min-height: 130px;
    padding: 17px;
  }

  .ylx-step strong {
    margin-top: 12px;
  }

  .ylx-metric__value {
    font-size: clamp(72px, 9vw, 126px);
  }

  .ylx-network {
    width: min(100%, 540px);
  }

  .ylx-store-card {
    padding: 16px;
  }

  .ylx-controls {
    bottom: 12px;
    height: 54px;
  }

  .ylx-control {
    height: 40px;
  }

  .ylx-control--back,
  .ylx-control--next {
    width: 40px;
  }
}

@media (max-width: 820px) {
  :root {
    --ylx-topbar: 66px;
  }

  .ylx-topbar {
    padding-inline: 18px;
  }

  .ylx-brand img {
    width: 126px;
  }

  .ylx-topbar__context {
    display: none;
  }

  .ylx-topbar__actions {
    grid-column: 3;
  }

  .ylx-menu-button span {
    display: none;
  }

  .ylx-menu-button {
    width: 42px;
    padding: 0;
    justify-content: center;
  }

  .ylx-hub {
    padding-inline: 22px;
  }

  .ylx-hub__hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .ylx-hub__hero h1 {
    font-size: clamp(48px, 13vw, 78px);
  }

  .ylx-hub__phone {
    min-height: 560px;
  }

  .ylx-phone-shell {
    width: 260px;
  }

  .ylx-hub__orbit--one {
    width: 430px;
    height: 430px;
  }

  .ylx-hub__orbit--two {
    width: 560px;
    height: 560px;
  }

  .ylx-float-card--top {
    left: 8%;
  }

  .ylx-float-card--bottom {
    right: 5%;
  }

  .ylx-recommended,
  .ylx-hub__section-head {
    grid-template-columns: 1fr;
  }

  .ylx-recommended {
    gap: 30px;
  }

  .ylx-primary-action {
    justify-self: start;
  }

  .ylx-path-grid {
    grid-template-columns: 1fr;
  }

  .ylx-slide,
  .ylx-slide--visual-first {
    padding: 48px 24px 120px;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 40px;
  }

  .ylx-slide--visual-first .ylx-slide__visual {
    order: 0;
  }

  .ylx-slide__copy {
    padding-top: 14px;
  }

  .ylx-slide__title,
  .ylx-slide--statement .ylx-slide__title {
    font-size: clamp(42px, 11vw, 70px);
  }

  .ylx-slide__body {
    font-size: 17px;
  }

  .ylx-slide__visual {
    padding-bottom: 18px;
  }

  .ylx-slide__source {
    position: static;
    max-width: none;
    margin-top: -18px;
    padding-bottom: 14px;
    grid-column: 1;
  }

  .ylx-phone-presentation {
    width: min(275px, 68vw);
  }

  .ylx-phone-presentation--pair {
    width: min(560px, 92vw);
  }

  .ylx-phone-presentation__caption {
    width: 190px;
    right: -34%;
  }

  .ylx-compare-column {
    min-height: 350px;
  }
}

@media (max-width: 560px) {
  .ylx-topbar__actions {
    gap: 5px;
  }

  .ylx-icon-button {
    width: 38px;
    height: 38px;
  }

  .ylx-menu-button {
    width: 38px;
    height: 38px;
  }

  .ylx-hub {
    padding-top: calc(var(--ylx-topbar) + 46px);
  }

  .ylx-hub__hero p {
    font-size: 16px;
  }

  .ylx-hub__phone {
    min-height: 470px;
  }

  .ylx-phone-shell {
    width: 220px;
    border-radius: 34px;
  }

  .ylx-phone-shell img {
    border-radius: 27px;
  }

  .ylx-phone-shell::before {
    top: 13px;
    height: 20px;
  }

  .ylx-hub__orbit--one {
    width: 350px;
    height: 350px;
  }

  .ylx-hub__orbit--two {
    width: 440px;
    height: 440px;
  }

  .ylx-float-card {
    width: 165px;
    padding: 13px 14px;
  }

  .ylx-float-card strong {
    font-size: 11px;
  }

  .ylx-float-card span {
    font-size: 9px;
  }

  .ylx-float-card--top {
    top: 17%;
    left: -1%;
  }

  .ylx-float-card--bottom {
    right: -1%;
    bottom: 17%;
  }

  .ylx-recommended,
  .ylx-path-card {
    border-radius: 22px;
  }

  .ylx-hub__section-head {
    margin-top: 82px;
  }

  .ylx-hub__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .ylx-slide,
  .ylx-slide--visual-first {
    padding-inline: 20px;
  }

  .ylx-slide__title,
  .ylx-slide--statement .ylx-slide__title {
    font-size: clamp(39px, 12vw, 59px);
  }

  .ylx-slide__body {
    font-size: 15px;
  }

  .ylx-compare-grid {
    grid-template-columns: 1fr;
    overflow: visible;
    border: 0;
    background: transparent;
    gap: 12px;
  }

  .ylx-compare-column {
    min-height: auto;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 20px;
  }

  .ylx-slide--light .ylx-compare-column {
    border-color: rgba(5, 2, 41, .1);
  }

  .ylx-phone-presentation__caption {
    position: relative;
    right: auto;
    bottom: auto;
    width: 210px;
    margin: -42px -52px 0 auto;
  }

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

  .ylx-steps {
    grid-template-columns: 1fr;
  }

  .ylx-network {
    transform: scale(.88);
  }

  .ylx-store-card {
    grid-template-columns: 46px 1fr;
  }

  .ylx-store-card__icon {
    width: 46px;
    height: 46px;
  }

  .ylx-store-card__status {
    grid-column: 2;
  }

  .ylx-controls {
    height: 56px;
    bottom: max(12px, env(safe-area-inset-bottom));
  }

  .ylx-control--hub span {
    display: none;
  }

  .ylx-control--hub {
    width: 40px;
    padding: 0;
    justify-content: center;
  }

  .ylx-menu__panel {
    padding-top: 24px;
  }
}

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