.rm-app-promo {
  width: min(1180px, calc(100% - 40px));
  margin: 28px auto 34px;
  position: relative;
  z-index: 2;
}

.rm-app-promo-card {
  position: relative;
  isolation: isolate;
  min-height: 286px;
  display: grid;
  grid-template-columns: minmax(190px, 0.72fr) minmax(360px, 1.6fr) minmax(250px, 0.9fr);
  align-items: center;
  gap: clamp(24px, 4vw, 58px);
  overflow: hidden;
  padding: clamp(28px, 4vw, 52px);
  border: 1px solid rgba(93, 235, 255, 0.28);
  border-radius: 28px;
  background:
    radial-gradient(circle at 8% 12%, rgba(21, 206, 255, 0.24), transparent 32%),
    radial-gradient(circle at 78% 104%, rgba(96, 49, 255, 0.3), transparent 42%),
    linear-gradient(118deg, #07152d 0%, #080a19 48%, #12092b 100%);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.rm-app-promo-card::before,
.rm-app-promo-card::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 999px;
  pointer-events: none;
}

.rm-app-promo-card::before {
  width: 280px;
  height: 280px;
  top: -180px;
  right: 20%;
  border: 1px solid rgba(85, 231, 255, 0.18);
  box-shadow: 0 0 80px rgba(48, 204, 255, 0.12);
}

.rm-app-promo-card::after {
  width: 210px;
  height: 210px;
  right: -95px;
  bottom: -105px;
  background: rgba(72, 35, 190, 0.18);
  filter: blur(2px);
}

.rm-app-art {
  display: grid;
  place-items: center;
}

.rm-app-icon {
  width: clamp(152px, 17vw, 208px);
  aspect-ratio: 1;
  display: block;
  border-radius: 25%;
  filter: drop-shadow(0 20px 34px rgba(0, 205, 255, 0.22));
  transition: transform 220ms ease, filter 220ms ease;
}

.rm-app-promo-card:hover .rm-app-icon {
  transform: translateY(-4px) scale(1.015);
  filter: drop-shadow(0 24px 40px rgba(0, 205, 255, 0.3));
}

.rm-app-copy {
  min-width: 0;
}

.rm-app-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #72efff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.rm-app-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #38e8ff;
  box-shadow: 0 0 0 5px rgba(56, 232, 255, 0.12), 0 0 18px rgba(56, 232, 255, 0.72);
}

.rm-app-title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 3.65rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.rm-app-description {
  max-width: 610px;
  margin: 14px 0 18px;
  color: #cbd8eb;
  font-size: clamp(0.96rem, 1.45vw, 1.08rem);
  line-height: 1.62;
}

.rm-app-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rm-app-features li {
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: #eaf2ff;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.78rem;
  font-weight: 700;
}

.rm-app-actions {
  display: grid;
  gap: 11px;
  align-content: center;
}

.rm-store-button {
  min-height: 65px;
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  column-gap: 12px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  color: #fff;
  background: rgba(3, 6, 15, 0.82);
  box-shadow: 0 11px 26px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.rm-store-button svg {
  grid-row: 1 / 3;
  width: 30px;
  height: 30px;
}

.rm-store-button small,
.rm-store-button strong {
  display: block;
}

.rm-store-button small {
  align-self: end;
  color: #aebbd0;
  font-size: 0.67rem;
  font-weight: 650;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

.rm-store-button strong {
  align-self: start;
  margin-top: 3px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
}

a.rm-store-button {
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

a.rm-store-button:hover {
  transform: translateY(-2px);
  border-color: rgba(91, 232, 255, 0.55);
  background: #080d1a;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(91, 232, 255, 0.08);
}

a.rm-store-button:focus-visible {
  outline: 3px solid #5feaff;
  outline-offset: 3px;
}

.rm-store-button-coming {
  color: #d9e0ec;
  background: rgba(255, 255, 255, 0.045);
  border-style: dashed;
  box-shadow: none;
  cursor: default;
}

.rm-store-button-coming svg {
  color: #bac5d5;
}

.rm-app-release-note {
  margin: 2px 2px 0;
  color: #96a5bb;
  font-size: 0.75rem;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 920px) {
  .rm-app-promo-card {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .rm-app-actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rm-app-release-note {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .rm-app-promo {
    width: min(100% - 24px, 1180px);
    margin: 20px auto 28px;
  }

  .rm-app-promo-card {
    min-height: 0;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 18px 16px;
    padding: 22px 18px;
    border-radius: 22px;
  }

  .rm-app-icon {
    width: 82px;
  }

  .rm-app-eyebrow {
    margin-bottom: 7px;
    font-size: 0.62rem;
  }

  .rm-app-title {
    font-size: clamp(1.72rem, 9vw, 2.3rem);
  }

  .rm-app-description,
  .rm-app-features,
  .rm-app-actions {
    grid-column: 1 / -1;
  }

  .rm-app-description {
    margin: 0;
    font-size: 0.9rem;
  }

  .rm-app-features {
    gap: 6px;
  }

  .rm-app-features li {
    padding: 6px 9px;
    font-size: 0.7rem;
  }

  .rm-app-actions {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .rm-store-button {
    min-height: 60px;
  }
}

@media (max-width: 380px) {
  .nav.nav-has-explore {
    gap: 4px;
    padding-inline: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rm-app-icon,
  a.rm-store-button {
    transition: none;
  }
}
