@font-face {
  font-family: "Ravage Russo";
  src: url("assets/assets/fonts/RussoOne-Regular.ttf") format("truetype");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "Ravage Manrope";
  src: url("assets/assets/fonts/Manrope-Medium.ttf") format("truetype");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "Ravage Manrope";
  src: url("assets/assets/fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 800;
}

:root {
  color-scheme: dark;
  --black: #050505;
  --paper: #f7f7f7;
  --ink: #fff;
  --soft: #d8d8d8;
  --dim: #8e8e8e;
  --brass: #d7b887;
  --rust: #7b5437;
  --line: rgb(255 255 255 / 16%);
  --line-strong: rgb(255 255 255 / 30%);
  --shell: min(1220px, calc(100vw - 48px));
}

html.landing-mode {
  min-height: 100%;
  background: var(--black);
  scroll-behavior: smooth;
}

html.landing-mode body {
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: none;
  background: var(--black);
  color: var(--ink);
  font-family: "Ravage Manrope", system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html.landing-mode #sonavi-boot,
html.app-mode #native-landing {
  display: none;
}

#native-landing,
#native-landing * {
  box-sizing: border-box;
}

#native-landing {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: clip;
  background: var(--black);
}

.ambient {
  position: fixed;
  inset: -15vh -18vw;
  z-index: -2;
  pointer-events: none;
  contain: strict;
  background:
    repeating-linear-gradient(
      64deg,
      transparent 0 116px,
      rgb(255 255 255 / 3%) 117px 118px
    ),
    radial-gradient(60% 10% at 12% 27%, transparent 48%, rgb(255 255 255 / 5%) 49% 53%, transparent 54%),
    radial-gradient(72% 12% at 82% 38%, transparent 47%, rgb(215 184 135 / 9%) 48% 53%, transparent 54%),
    radial-gradient(66% 11% at 28% 52%, transparent 47%, rgb(255 255 255 / 4%) 48% 54%, transparent 55%),
    radial-gradient(74% 12% at 78% 66%, transparent 47%, rgb(123 84 55 / 10%) 48% 53%, transparent 54%),
    var(--black);
  transform: translateZ(0) rotate(-1.4deg);
}

.ambient::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.34;
  background-image:
    radial-gradient(circle, rgb(255 255 255 / 28%) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgb(215 184 135 / 22%) 0 1px, transparent 1.8px);
  background-position: 0 0, 47px 83px;
  background-size: 131px 149px, 181px 167px;
}

.landing-nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  height: 92px;
  border-bottom: 1px solid rgb(255 255 255 / 9%);
  background: linear-gradient(#050505 0%, rgb(5 5 5 / 90%) 64%, transparent);
}

.landing-nav__inner {
  width: var(--shell);
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--ink);
  font-family: "Ravage Russo", sans-serif;
  font-size: 30px;
  line-height: 1;
  text-decoration: none;
}

.brand::before {
  content: "";
  width: 78px;
  height: 6px;
  border-radius: 99px;
  background: var(--brass);
  box-shadow: 0 0 30px rgb(215 184 135 / 24%);
}

.landing-nav__links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-link,
.button,
.trial-chip,
.seed-chip {
  -webkit-tap-highlight-color: transparent;
}

.nav-link {
  min-height: 42px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 99px;
  color: var(--soft);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: border-color 160ms ease, color 160ms ease, background-color 160ms ease;
}

.nav-link:hover,
.nav-link:focus-visible {
  border-color: var(--line);
  background: rgb(255 255 255 / 5%);
  color: var(--ink);
  outline: none;
}

.nav-link--primary {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--black);
}

.nav-link--primary:hover,
.nav-link--primary:focus-visible {
  border-color: var(--paper);
  background: #fff;
  color: var(--black);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
  padding-block: 112px;
}

.hero {
  min-height: 100svh;
  padding-top: 138px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  align-items: center;
  gap: 56px;
}

.hero__copy {
  min-width: 0;
}

.kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
  color: var(--dim);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kicker__index {
  min-width: 70px;
  height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: var(--paper);
  color: var(--black);
  font-family: "Ravage Russo", sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.kicker::after {
  content: "";
  width: 92px;
  height: 4px;
  border-radius: 99px;
  background: var(--brass);
}

.display {
  margin: 0;
  font-family: "Ravage Russo", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.94;
}

.hero h1 {
  max-width: 750px;
  font-size: clamp(64px, 7vw, 92px);
}

.lede {
  max-width: 610px;
  margin: 27px 0 0;
  color: var(--soft);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.48;
}

.trial-strip {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.trial-chip,
.seed-chip {
  min-height: 43px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 99px;
  color: var(--ink);
  background: rgb(255 255 255 / 4%);
  font-weight: 800;
}

.trial-chip--filled,
.seed-chip--filled {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--black);
}

.actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.button {
  min-height: 58px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--line-strong);
  border-radius: 99px;
  color: var(--ink);
  background: rgb(0 0 0 / 22%);
  font-family: inherit;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  border-color: rgb(255 255 255 / 50%);
  background: rgb(255 255 255 / 7%);
  outline: none;
}

.button--primary {
  border-color: var(--paper);
  background: var(--paper);
  color: var(--black);
}

.button--primary:hover,
.button--primary:focus-visible {
  border-color: #fff;
  background: #fff;
}

.editorial-deck {
  position: relative;
  min-height: 660px;
  contain: layout paint;
}

.ghost-poster,
.player-poster,
.glass-card,
.browser-preview,
.seed-card,
.download-ticket {
  border: 1px solid var(--line);
  box-shadow: 0 36px 90px rgb(0 0 0 / 34%);
}

.ghost-poster {
  position: absolute;
  inset: 42px auto auto 0;
  width: min(340px, 82%);
  min-height: 438px;
  padding: 24px;
  border-radius: 42px;
  background: rgb(255 255 255 / 3.5%);
  transform: rotate(-3deg);
}

.poster-label {
  color: var(--dim);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.ghost-lines {
  margin-top: 86px;
  display: grid;
  gap: 18px;
}

.ghost-line,
.track-line {
  height: 13px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgb(255 255 255 / 15%), rgb(255 255 255 / 3%));
}

.ghost-line:nth-child(2) { width: 76%; }
.ghost-line:nth-child(3) { width: 88%; }
.ghost-line:nth-child(4) { width: 64%; }
.ghost-line:nth-child(5) { width: 82%; }

.player-poster {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: min(390px, 88%);
  min-height: 592px;
  padding: 25px;
  border-radius: 48px;
  overflow: hidden;
  background: rgb(8 8 8 / 72%);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  transform: rotate(2.2deg);
}

.poster-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.clean-dot {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 99px;
  color: var(--soft);
  background: rgb(255 255 255 / 5%);
  font-size: 10px;
  font-weight: 800;
}

.seed-art {
  width: min(238px, 80%);
  height: auto;
  aspect-ratio: 1;
  margin: 25px auto;
  display: block;
  overflow: hidden;
  border-radius: 32px;
  object-fit: cover;
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 18%),
    0 24px 50px rgb(0 0 0 / 36%);
}

.player-poster h3,
.seed-card h3 {
  margin: 0;
  font-family: "Ravage Russo", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
}

.player-poster p,
.seed-card p {
  margin: 10px 0 0;
  color: var(--dim);
  font-size: 15px;
  line-height: 1.45;
}

.playback {
  margin-top: 28px;
  height: 5px;
  overflow: hidden;
  border-radius: 99px;
  background: rgb(255 255 255 / 12%);
}

.playback::before {
  content: "";
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: var(--paper);
}

.player-controls {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.player-controls span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--ink);
  background: rgb(255 255 255 / 5%);
}

.player-controls span:nth-child(2) {
  background: var(--paper);
  color: var(--black);
}

.section-title {
  max-width: 900px;
  font-size: clamp(48px, 5.1vw, 66px);
}

.section-copy {
  max-width: 740px;
  margin: 20px 0 0;
  color: var(--soft);
  font-size: 19px;
  line-height: 1.5;
}

.player-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(340px, 0.7fr);
  align-items: center;
  gap: 50px;
}

.browser-preview {
  min-height: 590px;
  overflow: hidden;
  border-radius: 48px;
  background: rgb(255 255 255 / 4.5%);
}

.browser-chrome {
  height: 64px;
  padding: 17px 22px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid rgb(255 255 255 / 8%);
}

.browser-chrome i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--paper);
}

.browser-chrome i:nth-child(2) { background: var(--dim); }
.browser-chrome i:nth-child(3) { background: var(--rust); }

.address {
  height: 30px;
  margin-left: 8px;
  flex: 1;
  display: grid;
  place-items: center;
  border-radius: 99px;
  color: var(--dim);
  background: rgb(0 0 0 / 28%);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.browser-body {
  min-height: 526px;
  padding: 27px;
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 22px;
}

.browser-sidebar {
  display: grid;
  align-content: start;
  gap: 12px;
}

.browser-sidebar span {
  height: 52px;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 18px;
  background: rgb(255 255 255 / 4%);
}

.browser-content {
  min-width: 0;
}

.browser-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.browser-heading h3 {
  margin: 0;
  font-family: "Ravage Russo", sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.browser-now {
  margin-top: 26px;
  display: grid;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 20px;
}

.browser-now .seed-art {
  width: 140px;
  margin: 0;
  border-radius: 24px;
}

.track-stack {
  display: grid;
  gap: 16px;
}

.track-stack .track-line:nth-child(2) { width: 62%; }
.track-stack .track-line:nth-child(3) { width: 78%; }

.preview-tracks {
  margin-top: 42px;
  display: grid;
  gap: 12px;
}

.preview-track {
  height: 58px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-top: 1px solid rgb(255 255 255 / 8%);
}

.preview-track::before {
  content: "";
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--rust), var(--brass));
}

.preview-track::after {
  content: "";
  width: 60%;
  height: 10px;
  border-radius: 99px;
  background: rgb(255 255 255 / 13%);
}

.wave-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 330px 1fr;
  align-items: center;
  gap: 36px;
}

.seed-card {
  padding: 26px;
  border-radius: 38px;
  background: rgb(255 255 255 / 4.8%);
}

.seed-card .seed-art {
  width: min(238px, 100%);
}

.wave-ribbon {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: 44px;
  background:
    linear-gradient(90deg, rgb(5 5 5 / 5%), transparent 54%, rgb(5 5 5 / 18%)),
    url("assets/ravage-wave.jpg") center / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgb(255 255 255 / 12%),
    0 30px 70px rgb(0 0 0 / 28%);
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 320ms ease-out,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.reveal-ready [data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

.download-board {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.download-ticket {
  min-height: 264px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border-radius: 34px;
  color: var(--ink);
  background: rgb(255 255 255 / 4%);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.download-ticket:hover,
.download-ticket:focus-visible {
  transform: translateY(-5px);
  border-color: rgb(255 255 255 / 38%);
  background: rgb(255 255 255 / 6%);
  outline: none;
}

.download-ticket__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  font-size: 23px;
}

.download-ticket small {
  margin-top: auto;
  color: var(--dim);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.download-ticket h3 {
  margin: 12px 0 8px;
  font-family: "Ravage Russo", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.download-ticket p {
  margin: 0;
  color: var(--soft);
  font-size: 15px;
  line-height: 1.45;
}

.always-near {
  grid-column: 1 / -1;
  min-height: 64px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid rgb(255 255 255 / 11%);
  border-radius: 28px;
  color: var(--ink);
  background: rgb(255 255 255 / 3.5%);
  font-weight: 800;
}

.mini-wave {
  width: 72px;
  height: 24px;
  background: repeating-linear-gradient(90deg, var(--brass) 0 3px, transparent 3px 8px);
  clip-path: polygon(0 45%, 8% 20%, 16% 58%, 24% 4%, 32% 72%, 40% 34%, 48% 92%, 56% 12%, 64% 66%, 72% 30%, 80% 80%, 88% 18%, 100% 52%, 100% 62%, 88% 30%, 80% 90%, 72% 40%, 64% 76%, 56% 22%, 48% 100%, 40% 44%, 32% 82%, 24% 14%, 16% 68%, 8% 30%, 0 55%);
}

.premium-card {
  padding: 42px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 38px;
  border: 1px solid var(--line-strong);
  border-radius: 44px;
  overflow: hidden;
  background: rgb(255 255 255 / 5.2%);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.premium-offer {
  display: grid;
  gap: 14px;
}

.offer-main {
  padding: 28px;
  border-radius: 36px;
  background: var(--paper);
  color: var(--black);
}

.offer-main h3 {
  margin: 0;
  font-family: "Ravage Russo", sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.offer-main p {
  margin: 10px 0 24px;
  color: #312a22;
  line-height: 1.42;
}

.offer-main .button {
  width: 100%;
  border-color: var(--black);
  background: var(--black);
  color: var(--paper);
}

.plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.plan {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgb(0 0 0 / 24%);
}

.plan small {
  color: var(--dim);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.plan strong {
  display: block;
  margin-top: 8px;
  font-family: "Ravage Russo", sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.plan p {
  margin: 8px 0 0;
  color: var(--soft);
  font-size: 14px;
  line-height: 1.4;
}

.landing-footer {
  width: var(--shell);
  margin: 0 auto;
  padding: 38px 0 52px;
  display: flex;
  align-items: center;
  gap: 22px;
  border-top: 1px solid var(--line);
  color: var(--dim);
  font-size: 13px;
}

.landing-footer__links {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 18px;
}

.landing-footer a {
  color: var(--soft);
  text-decoration: none;
}

@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr 0.92fr;
    gap: 30px;
  }

  .player-section__grid {
    grid-template-columns: 1.15fr 0.85fr;
  }

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

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 34px, 620px);
  }

  .landing-nav {
    height: 82px;
  }

  .landing-nav__links .nav-link:not(.nav-link--primary) {
    display: none;
  }

  .brand {
    font-size: 27px;
  }

  .brand::before {
    width: 52px;
    height: 5px;
  }

  .shell {
    padding-block: 78px;
  }

  .hero {
    min-height: auto;
    padding-top: 126px;
    grid-template-columns: 1fr;
    gap: 54px;
    text-align: center;
  }

  .kicker {
    justify-content: center;
  }

  .hero h1 {
    font-size: clamp(48px, 12.4vw, 70px);
  }

  .lede {
    max-width: 520px;
    margin-inline: auto;
    font-size: 18px;
  }

  .trial-strip,
  .actions {
    justify-content: center;
  }

  .editorial-deck {
    min-height: 650px;
    max-width: 500px;
    width: 100%;
    margin-inline: auto;
  }

  .ghost-poster {
    left: 0;
  }

  .player-poster {
    right: 0;
  }

  .player-section__grid {
    grid-template-columns: 1fr;
  }

  .player-section__copy {
    order: -1;
    text-align: center;
  }

  .player-section__copy .kicker {
    justify-content: center;
  }

  .player-section__copy .section-copy {
    margin-inline: auto;
  }

  .player-section__copy .actions {
    justify-content: center;
  }

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

  .seed-card {
    max-width: 420px;
    width: 100%;
    margin-inline: auto;
  }

  .premium-card {
    grid-template-columns: 1fr;
    padding: 28px;
    text-align: center;
  }

  .premium-card .kicker {
    justify-content: center;
  }

  .landing-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .landing-footer__links {
    margin-left: 0;
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: min(100% - 32px, 430px);
  }

  .landing-nav__inner {
    gap: 12px;
  }

  .nav-link--primary {
    min-height: 38px;
    padding-inline: 13px;
  }

  .brand {
    gap: 9px;
    font-size: 24px;
  }

  .brand::before {
    width: 30px;
  }

  .shell {
    padding-block: 66px;
  }

  .hero {
    padding-top: 118px;
  }

  .hero h1 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .lede {
    max-width: 330px;
    font-size: 15px;
  }

  .trial-strip {
    align-items: center;
    flex-direction: column;
  }

  .actions {
    width: 100%;
    flex-direction: column;
  }

  .button {
    width: 100%;
    min-height: 61px;
  }

  .kicker {
    gap: 10px;
  }

  .kicker__index {
    min-width: 64px;
    height: 44px;
  }

  .kicker::after {
    width: 66px;
  }

  .section-title {
    font-size: 40px;
    text-align: center;
  }

  .section-copy {
    font-size: 17px;
    text-align: center;
  }

  .editorial-deck {
    min-height: 620px;
  }

  .ghost-poster {
    width: 82%;
    min-height: 404px;
    border-radius: 34px;
  }

  .player-poster {
    width: 88%;
    min-height: 535px;
    padding: 20px;
    border-radius: 38px;
  }

  .player-poster .seed-art {
    width: 205px;
  }

  .player-poster h3 {
    font-size: 25px;
  }

  .browser-preview {
    min-height: 520px;
    border-radius: 34px;
  }

  .browser-body {
    min-height: 456px;
    padding: 20px;
    display: block;
  }

  .browser-sidebar {
    display: none;
  }

  .browser-heading h3 {
    font-size: 24px;
  }

  .browser-now {
    grid-template-columns: 104px 1fr;
  }

  .browser-now .seed-art {
    width: 104px;
  }

  .wave-ribbon {
    min-height: 190px;
    border-radius: 34px;
  }

  .download-board {
    grid-template-columns: 1fr;
  }

  .download-ticket {
    min-height: 220px;
  }

  .always-near {
    min-height: 70px;
  }

  .premium-card {
    padding: 24px;
    border-radius: 36px;
  }

  .offer-main {
    padding: 24px;
    border-radius: 30px;
    text-align: left;
  }

  .offer-main h3 {
    font-size: 39px;
  }

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

  .plan {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.landing-mode {
    scroll-behavior: auto;
  }

  #native-landing *,
  #native-landing *::before,
  #native-landing *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
