/* TinderOne Figma promo landing (node 1201:30). Isolated from homepage. */
/* promo-platforms-20260908-7 */
/* promo-app-icon-20260908-8 */
/* promo-chevron-20260908-9 */
/* promo-cachebust-20260908-37 */
/* promo-feed-rebuild-20260908-25 */
/* promo-app-buttons-swipe-20260908-26 */
/* promo-action-row-20260908-28 */
/* promo-chrome-swipe-end-20260908-36 */
/* promo-hero-cta-contrast-20260908-37 */
html.page-promo,
html.page-promo body,
body.page-promo {
  --promo-coral: #FF6B47;
  --promo-magenta: #FF3D77;
  --promo-grad: linear-gradient(90deg, #FF6B47 0%, #FF3D77 100%);
  --promo-glow: 0 10px 28px rgba(255, 61, 119, 0.36);
  background: #fff;
  color: #1e1e1e;
  font-family: Montserrat, Manrope, sans-serif;
  overflow-x: hidden;
}

html.page-promo {
  scroll-behavior: smooth;
}

/* Old layout still dumps the shared site header + mobile <ul>. Kill it. */
html.page-promo header.header,
html.page-promo body > header.header,
body.page-promo > header.header,
body.page-promo header.header:not(.promoHead) {
  display: none !important;
}

html.page-promo .header .nav__menu,
body.page-promo .header .nav__menu,
html.page-promo .header .nav__toggle,
body.page-promo .header .nav__toggle,
html.page-promo .header .nav__cta,
body.page-promo .header .nav__cta,
html.page-promo .header .nav__auth,
body.page-promo .header .nav__auth,
html.page-promo .nav__lang,
body.page-promo .nav__lang,
html.page-promo .promoLang,
body.page-promo .promoLang {
  display: none !important;
}

html.page-promo .skip-link,
body.page-promo .skip-link {
  position: absolute;
  left: -9999px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

html.page-promo .promoHero,
body.page-promo .promoHero,
.promoHero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 914px;
  padding-bottom: 120px;
  color: #fff !important;
  background: linear-gradient(118deg, #f5613a 0%, #f4475a 32%, #f33673 64%, #ee2e93 88%, #f5613a 100%) !important;
  background-size: 160% 160%;
  animation: promoGradientShift 18s ease-in-out infinite;
}

.promoHead {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1252px;
  margin: 0 auto;
  padding: 32px 24px 0;
}

.promoHead__brand img {
  display: block;
  width: 188px;
  height: 35px;
}

.promoHead__nav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1 1 auto;
  justify-content: flex-end;
  position: relative;
}

html.page-promo .promoHead .nav__menu,
body.page-promo .promoHead .nav__menu,
html.page-promo .promoHead__menu,
body.page-promo .promoHead__menu,
.promoHead__menu {
  display: flex !important;
  align-items: center;
  gap: 28px;
  position: static !important;
  width: auto;
  padding: 0 !important;
  border: 0;
  background: transparent !important;
  box-shadow: none;
}

html.page-promo .promoHead ul,
body.page-promo .promoHead ul,
html.page-promo .promoHead__list,
body.page-promo .promoHead__list,
.promoHead__list {
  display: flex !important;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none !important;
}

html.page-promo .promoHead__list > li,
body.page-promo .promoHead__list > li {
  list-style: none;
}

.promoHead__link {
  color: #fff;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.promoHead__link:hover,
.promoHead__link:focus-visible {
  text-decoration: underline;
  outline: none;
  opacity: 0.88;
}

.promoHead__link--current {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-thickness: 1px;
}

.promoHead__tools {
  display: flex;
  align-items: center;
  gap: 16px;
}

.promoHead__auth {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-size: 13.5px;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.promoHead__auth:hover,
.promoHead__auth:focus-visible {
  opacity: 0.86;
  outline: none;
}

.promoHead__auth img {
  width: 10px;
  height: 12px;
  filter: brightness(0) invert(1);
}

.promoHead__download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 147px;
  height: 46px;
  padding: 0 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: linear-gradient(180deg, #ffffff 0%, #fff6f9 100%);
  color: #FF3D77;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(22, 8, 18, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.promoHead__download:hover,
.promoHead__download:focus-visible {
  color: #FF3D77;
  outline: none;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 14px 28px rgba(22, 8, 18, 0.22);
}

.promoHead__download:active {
  transform: scale(0.97);
  box-shadow: 0 4px 12px rgba(28, 10, 24, 0.16);
}

html.page-promo .promoHead__toggle,
body.page-promo .promoHead__toggle,
.promoHead__toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  z-index: 40;
}

.promoHead__overlay {
  display: none;
}

.promoHead__toggle .nav__toggleIcon,
.promoHead__toggle .nav__toggleIcon::before,
.promoHead__toggle .nav__toggleIcon::after {
  background: #fff;
}

.promoHero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 650px) minmax(280px, 1fr);
  gap: 24px;
  max-width: 1252px;
  margin: 0 auto;
  padding: 72px 24px 48px;
  min-height: 780px;
}

.promoHero__copy h1 {
  margin: 0 0 28px;
  max-width: 648px;
  color: #fff;
  font-size: 39px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -0.02em;
}

.promoQr {
  display: grid;
  place-items: center;
  width: 142px;
  height: 142px;
  margin: 0 0 36px;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}

.promoQr img {
  width: 122px;
  height: 122px;
  object-fit: contain;
}

.promoCta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(290px, 100%);
  height: 59px;
  margin-bottom: 28px;
  border-radius: 31px;
  border: 1px solid rgba(255, 255, 255, 0.95);
  background: linear-gradient(180deg, #ffffff 0%, #fff6f9 100%);
  color: #FF3D77;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(22, 8, 18, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.promoCta:hover,
.promoCta:focus-visible {
  color: #FF3D77;
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 16px 30px rgba(22, 8, 18, 0.24);
  outline: none;
}

.promoCta:active {
  transform: scale(0.97);
  box-shadow: 0 6px 16px rgba(30, 12, 24, 0.14);
}

.promoStores {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 520px;
}

.promoStore {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 68px;
  min-width: 0;
  padding: 12px 14px 12px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: linear-gradient(180deg, #ffffff 0%, #fff6f9 100%);
  color: #1a1424;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(22, 8, 18, 0.16);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.promoStore:hover,
.promoStore:focus-visible {
  transform: translateY(-3px) scale(1.02);
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 30px rgba(22, 8, 18, 0.24);
  outline: none;
}

.promoStore:active {
  transform: scale(0.97);
  box-shadow: 0 6px 14px rgba(22, 8, 18, 0.18);
}

.promoStore__icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(20, 24, 40, 0.06);
  overflow: hidden;
}

.promoStore__icon img {
  width: 26px;
  height: 26px;
  display: block;
  object-fit: contain;
}

.promoStore--rustore .promoStore__icon {
  box-shadow: none;
  background: transparent;
}

.promoStore--rustore .promoStore__icon img {
  width: 44px;
  height: 44px;
}

.promoStore--web .promoStore__icon {
  background: linear-gradient(145deg, #FF6B47 0%, #FF3D77 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.promoStore--telegram .promoStore__icon {
  background: #fff;
}

.promoStore__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1px;
  min-width: 0;
  text-align: left;
}

.promoStore__label {
  color: #8a8190;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.15;
}

.promoStore__name {
  color: #1a1424;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.promoHero__art {
  position: relative;
  z-index: 1;
  min-height: 640px;
}

.promoPhoneWrap {
  position: absolute;
  right: 12px;
  top: 8px;
  width: min(312px, 34vw);
  aspect-ratio: 9 / 19.4;
  height: auto;
  z-index: 2;
  isolation: isolate;
  pointer-events: none;
  filter: drop-shadow(0 28px 48px rgba(18, 6, 16, 0.38));
  animation: promoPhoneFloat 5.4s ease-in-out 0.9s infinite;
}

.promoDevice {
  position: absolute;
  inset: 0;
}

.promoDevice__bezel {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 46px;
  background:
    linear-gradient(165deg, #4a4a52 0%, #1a1a1e 28%, #0b0b0d 100%);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    inset 0 0 0 5px #0c0c0e;
  pointer-events: none;
}

.promoDevice__island {
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 6;
  width: 28%;
  height: 22px;
  margin-left: -14%;
  border-radius: 12px;
  background: #050505;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.promoDevice__btn {
  position: absolute;
  z-index: 1;
  background: #2a2a30;
  pointer-events: none;
}

.promoDevice__btn--silent {
  left: -3px;
  top: 16%;
  width: 3px;
  height: 7%;
  border-radius: 2px 0 0 2px;
}

.promoDevice__btn--volup {
  left: -3px;
  top: 26%;
  width: 3px;
  height: 9%;
  border-radius: 2px 0 0 2px;
}

.promoDevice__btn--voldn {
  left: -3px;
  top: 37%;
  width: 3px;
  height: 9%;
  border-radius: 2px 0 0 2px;
}

.promoDevice__btn--power {
  right: -3px;
  top: 28%;
  width: 3px;
  height: 12%;
  border-radius: 0 2px 2px 0;
}

.promoFloat {
  position: absolute;
  z-index: 0;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 3px 4px 12px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}

.promoFloat--fire {
  width: 91px;
  height: 91px;
  left: auto;
  right: 58%;
  top: 12%;
  animation: promoFloatBob 3.6s ease-in-out infinite;
}

.promoFloat--heart {
  width: 64px;
  height: 64px;
  left: auto;
  right: 66%;
  top: 36%;
  animation: promoFloatBob 4.2s ease-in-out 0.55s infinite;
}

.promoFloat img {
  display: block;
  object-fit: contain;
}

.promoScreen {
  position: absolute;
  inset: 10px 9px;
  z-index: 3;
  overflow: hidden;
  border-radius: 38px;
  pointer-events: auto;
  background: #161016;
}

.promoDeck {
  --feed-gutter: 12px;
  --feed-island: 28px;
  --feed-actions: 84px;
  --btn-outer: 42px;
  --btn-mid: 48px;
  --btn-like: 54px;
  --feed-tabs: 56px;
  --feed-dock: calc(var(--feed-actions) + var(--feed-tabs));
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #161016;
  touch-action: none;
  overscroll-behavior: contain;
  user-select: none;
  color: #fff;
  cursor: grab;
}

.promoDeck:active {
  cursor: grabbing;
}

.promoDeck__stack {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.promoDeck__card {
  position: absolute;
  inset: 0;
  overflow: hidden;
  isolation: isolate;
  background: #161016;
  --promo-wash: rgba(34, 197, 94, 0.46);
  --promo-wash-a: 0;
}

.promoDeck__card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background: var(--promo-wash);
  opacity: var(--promo-wash-a);
  pointer-events: none;
}

.promoDeck__card.is-gone,
.promoDeck__card.is-waiting {
  display: none !important;
}

html.page-promo .promoDeck__photo,
body.page-promo .promoDeck__photo,
.promoDeck__photo {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none !important;
  object-fit: cover;
  object-position: 50% 22%;
  transform: none;
  -webkit-mask-image: none;
  mask-image: none;
  pointer-events: none;
}

.promoDeck__veil {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 48%;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(8, 3, 10, 0.08) 32%,
    rgba(8, 3, 10, 0.42) 62%,
    rgba(8, 3, 10, 0.62) 100%
  );
}

.promoDeck__meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: var(--feed-dock);
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
  padding: 0 var(--feed-gutter) 8px;
  background: none;
  pointer-events: none;
}

.promoDeck__metaMain {
  min-width: 0;
}

.promoDeck__name {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.55);
}

.promoDeck__verified {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #8a8a90;
  box-shadow: inset 0 0 0 1.6px #fff;
  position: relative;
}

.promoDeck__verified::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2.6px;
  width: 3.2px;
  height: 6px;
  border: solid #fff;
  border-width: 0 1.7px 1.7px 0;
  transform: rotate(40deg);
}

.promoDeck__km {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 3px 8px 3px 6px;
  border-radius: 99px;
  background: #fff;
  color: #2c2c32;
  font-size: 8.5px;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

.promoDeck__metaSide {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  flex: 0 0 auto;
}

.promoDeck__chat {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
}

.promoDeck__chat svg {
  width: 30px;
  height: 30px;
}

.promoDeck__up {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(160deg, #FF6B47, #FF3D77);
  box-shadow: 0 4px 12px rgba(255, 61, 119, 0.45);
}

.promoDeck__up svg {
  width: 15px;
  height: 15px;
  margin-top: -1px;
}

.promoDeck__hud {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  padding: var(--feed-island) var(--feed-gutter) 0;
  pointer-events: none;
  background: none;
}

.promoDeck__stories {
  display: flex;
  gap: 3px;
  margin-bottom: 8px;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.35));
}

.promoDeck__stories i {
  flex: 1 1 auto;
  height: 2.5px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.5);
}

.promoDeck__stories i.is-on {
  background: #FF3D77;
}

.promoDeck__hudRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.promoDeck__likes {
  position: relative;
  display: grid;
  place-items: center;
  width: 44px;
  height: 40px;
  color: #fff;
  filter: drop-shadow(0 3px 6px rgba(20, 8, 16, 0.32));
}

.promoDeck__likes svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.promoDeck__likes span {
  position: relative;
  z-index: 1;
  padding-top: 3px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.promoDeck__tools {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
}

.promoDeck__toolsTop {
  display: flex;
  align-items: center;
  gap: 6px;
}

.promoDeck__tool {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  color: #FF3D77;
  box-shadow: 0 2px 6px rgba(12, 6, 14, 0.22);
  box-sizing: border-box;
  border: 1.2px solid #ffc0d2;
}

.promoDeck__tool svg {
  width: 15px;
  height: 15px;
}

.promoDeck__tool--rocket {
  width: 34px;
  height: 34px;
  color: #8b5cf6;
  border-color: #c9b6ff;
}

.promoDeck__tool--rocket svg {
  width: 16px;
  height: 16px;
}

.promoDeck__stamp,
.promoDeck__burst,
.promoDeck__hintStamp,
.promoDeck__swipeHint {
  display: none !important;
}

.promoDeck__stamp--legacy {
  position: absolute;
  top: 28%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%) rotate(-12deg);
  padding: 6px 10px;
  border: 3px solid #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.08em;
  opacity: 0;
  pointer-events: none;
}

.promoDeck__stamp.is-on {
  opacity: 1;
}

.promoDeck__stamp.is-like {
  color: #ff4f8b;
  border-color: #ff4f8b;
}

.promoDeck__stamp.is-skip {
  color: #ff5a5a;
  border-color: #ff5a5a;
}

.promoDeck__burst {
  position: absolute;
  inset: 18% 12% 32%;
  z-index: 6;
  display: grid;
  place-items: center;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 8px 24px rgba(238, 46, 147, 0.8);
  opacity: 0;
  pointer-events: none;
}

.promoDeck__burst.is-on {
  animation: promoLikePop 0.5s ease;
}

.promoDeck__burst::before {
  content: "♥";
  position: absolute;
  font-size: 64px;
  color: #ff4f8b;
  opacity: 0.92;
  filter: drop-shadow(0 8px 16px rgba(238, 46, 147, 0.55));
}

.promoDeck__empty {
  position: absolute;
  inset: 18% 10px 28%;
  z-index: 7;
  display: grid;
  place-content: center;
  gap: 12px;
  padding: 16px 14px;
  border-radius: 16px;
  background: rgba(20, 8, 16, 0.92);
  text-align: center;
  pointer-events: auto;
}

.promoDeck__empty[hidden] {
  display: none !important;
}

.promoDeck__empty p {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}

.promoDeck__emptyBtns {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  max-width: 168px;
  margin: 0 auto;
}

.promoDeck__empty button,
.promoDeck__emptyDownload {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  border: 0;
  border-radius: 99px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  pointer-events: auto;
}

.promoDeck__emptyRestart {
  background: #fff;
  color: #1e1e1e;
}

.promoDeck__emptyDownload {
  background: linear-gradient(90deg, #FF6B47 0%, #FF3D77 100%);
  color: #fff;
  box-shadow: 0 6px 14px rgba(255, 61, 119, 0.36);
}

.promoDeck__dock {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}

.promoDeck__tabbar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  width: 100%;
  padding: 0 var(--feed-gutter);
  box-sizing: border-box;
}

.promoDeck__actions {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: var(--feed-actions);
  padding: 0 6px;
  box-sizing: border-box;
  background: none;
}

.promoDeck__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  flex: 0 0 auto;
  width: var(--btn-mid);
  height: var(--btn-mid);
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #ff2d6a;
  cursor: pointer;
  pointer-events: auto;
  transform: none;
  box-shadow: 0 3px 8px rgba(18, 8, 16, 0.18);
}

.promoDeck__btn--rewind,
.promoDeck__btn--skip,
.promoDeck__btn--flame,
.promoDeck__btn--boost {
  overflow: hidden;
}

.promoDeck__btn svg {
  display: block;
  width: 58%;
  height: 58%;
  overflow: visible;
}

.promoDeck__btn:disabled {
  opacity: 0.55;
  cursor: default;
}

.promoDeck__btn--rewind {
  width: var(--btn-outer);
  height: var(--btn-outer);
  color: #ff8a34;
  box-shadow:
    inset 0 0 0 1.4px #ffb068,
    0 3px 8px rgba(18, 8, 16, 0.18);
}

.promoDeck__btn--rewind svg {
  width: 64%;
  height: 64%;
  transform: translate(0.4px, 0.3px);
}

.promoDeck__btn--rewind:disabled {
  opacity: 0.92;
}

.promoDeck__btn--skip {
  width: var(--btn-mid);
  height: var(--btn-mid);
  color: #ff2b4e;
  box-shadow:
    inset 0 0 0 1.4px #ff7a8c,
    0 3px 8px rgba(18, 8, 16, 0.18);
}

.promoDeck__btn--skip svg {
  width: 50%;
  height: 50%;
}

.promoDeck__likeSlot {
  position: relative;
  display: grid;
  place-items: center;
  align-self: center;
  flex: 0 0 var(--btn-like);
  width: var(--btn-like);
  height: var(--btn-like);
  transform: none;
}

.promoDeck__btn--like {
  position: relative;
  width: var(--btn-like);
  height: var(--btn-like);
  border: 0;
  background: linear-gradient(145deg, #FF6B47 0%, #FF3D77 100%);
  color: #fff;
  box-shadow: 0 8px 18px rgba(255, 61, 119, 0.4);
}

.promoDeck__btn--like::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  pointer-events: none;
  box-shadow:
    0 0 0 4px rgba(255, 61, 119, 0.18),
    0 0 18px 6px rgba(255, 107, 71, 0.32);
}

.promoDeck__btn--like svg {
  width: 72%;
  height: 72%;
}

.promoDeck__btn--flame {
  width: var(--btn-mid);
  height: var(--btn-mid);
  color: #3eb6ff;
  box-shadow:
    inset 0 0 0 1.4px #7ecfff,
    0 3px 8px rgba(18, 8, 16, 0.18);
}

.promoDeck__btn--flame svg {
  width: 60%;
  height: 60%;
}

.promoDeck__btn--boost {
  width: var(--btn-outer);
  height: var(--btn-outer);
  color: #8b5cf6;
  box-shadow:
    inset 0 0 0 1.4px #c4a6ff,
    0 3px 8px rgba(18, 8, 16, 0.18);
}

.promoDeck__btn--boost svg {
  width: 64%;
  height: 64%;
  transform: translate(-0.3px, 0.4px);
}

.promoDeck__tabbar {
  height: var(--feed-tabs);
  padding-bottom: 7px;
  background: #fff;
  border-radius: 18px 18px 28px 28px;
  color: #c5bec8;
}

.promoDeck__tab {
  position: relative;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
}

.promoDeck__tab svg {
  width: 21px;
  height: 21px;
  overflow: visible;
}

.promoDeck__dot {
  position: absolute;
  top: -1px;
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FF3D77;
  box-shadow: 0 0 0 1.4px #fff;
}

.promoDeck__tab.is-on {
  width: 48px;
  height: 48px;
  margin-top: -14px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(145deg, #FF6B47 0%, #FF3D77 100%);
  box-shadow:
    0 0 0 5px rgba(255, 61, 119, 0.16),
    0 8px 20px rgba(255, 61, 119, 0.48);
}

.promoDeck__tab.is-on svg {
  width: 22px;
  height: 22px;
}

.promoDeck__hintStamp {
  position: absolute;
  top: 30%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%) rotate(-14deg);
  padding: 6px 12px;
  border: 3px solid #ff4f8b;
  border-radius: 8px;
  color: #ff4f8b;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.12);
  opacity: 0;
  pointer-events: none;
}

.promoDeck.is-hinting .promoDeck__hintStamp {
  animation: promoHintStamp 1.35s cubic-bezier(0.22, 1, 0.36, 1) 0.4s 2 both;
}

.promoDeck__swipeHint {
  position: absolute;
  inset: 0;
  z-index: 6;
  pointer-events: none;
}

.promoDeck.is-hinting .promoDeck__swipeCue {
  opacity: 0.9;
}

.promoDeck__swipeHand {
  position: absolute;
  left: 36%;
  top: 44%;
  width: 54px;
  height: 54px;
  opacity: 0;
  filter: drop-shadow(0 6px 10px rgba(12, 6, 14, 0.35));
}

.promoDeck__swipeHand svg {
  display: block;
  width: 100%;
  height: 100%;
}

.promoDeck.is-hinting .promoDeck__swipeHand {
  animation: promoSwipeHand 1.35s cubic-bezier(0.22, 1, 0.36, 1) 0.4s 2 both;
}

.promoDeck.is-hinting .promoDeck__stack .promoDeck__card:not(.is-gone):not(.is-waiting) {
  will-change: transform;
  animation: promoSwipeDemo 2.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.promoDeck.is-hinting .promoDeck__stack .promoDeck__card:not(.is-gone):not(.is-waiting)::after {
  animation: promoWashDemo 2.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.promoDeck__swipeCue {
  position: absolute;
  right: 10px;
  top: 38%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  opacity: 0;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.promoDeck.is-hint-idle .promoDeck__swipeCue {
  opacity: 0.92;
  animation: promoSwipeCuePulse 2.6s ease-in-out infinite;
}

.promoDeck__swipeChevrons {
  display: block;
  width: 26px;
  height: 26px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
}

.promoDeck__swipeWord {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.promoDeck.is-empty .promoDeck__swipeHint,
.promoDeck.is-empty .promoDeck__hintStamp {
  display: none;
}

.promoDeck__push {
  position: absolute;
  top: 36px;
  left: 10px;
  right: 10px;
  z-index: 12;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px 8px 8px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.84);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 22px rgba(12, 6, 14, 0.22);
  color: #1a1424;
  pointer-events: none;
  transform: translate3d(0, -130%, 0);
  opacity: 0;
  transition: transform 0.48s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.32s ease;
}

.promoDeck__push.is-on {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.promoDeck__pushIcon {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: block;
  object-fit: cover;
}

.promoDeck__pushCopy {
  min-width: 0;
  flex: 1 1 auto;
}

.promoDeck__pushTop {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.promoDeck__pushTop strong {
  font-size: 11px;
  font-weight: 800;
  line-height: 1.15;
}

.promoDeck__pushTop time {
  color: #8a8190;
  font-size: 9px;
  font-weight: 600;
}

.promoDeck__pushCopy p {
  margin: 2px 0 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  color: #3b3340;
}

.promoMore {
  position: absolute;
  left: 50%;
  bottom: max(72px, calc(env(safe-area-inset-bottom, 0px) + 56px));
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  border-radius: 50%;
  color: #FF3D77;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0 10px 24px rgba(22, 8, 18, 0.2);
  text-decoration: none;
  pointer-events: auto;
  animation: promoMoreBounce 1.8s ease-in-out infinite;
}

.promoMore:hover,
.promoMore:focus-visible {
  color: #FF3D77;
  background: #fff;
  outline: none;
  box-shadow: 0 14px 28px rgba(22, 8, 18, 0.26);
}

.promoMore__icon {
  width: 30px;
  height: 30px;
  display: block;
}

.promoPwa {
  scroll-margin-top: 16px;
  padding: 72px 24px 80px;
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(238, 46, 147, 0.12), transparent 60%),
    #fff;
  color: #1e1e1e;
}

.promoPwa__inner {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.promoPwa__kicker {
  margin: 0 0 8px;
  color: #ee2e93;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.promoPwa__inner h2 {
  margin: 0 0 10px;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.15;
}

.promoPwa__lead {
  margin: 0 auto 36px;
  max-width: 560px;
  color: #6b6370;
  font-size: 16px;
  line-height: 1.45;
}

.promoPwa__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 32px;
}

.promoPwa__step h3 {
  margin: 16px 0 6px;
  font-size: 16px;
}

.promoPwa__step p {
  margin: 0;
  color: #7a7280;
  font-size: 13px;
  line-height: 1.4;
}

.promoIphone {
  display: grid;
  place-items: center;
}

.promoIphone__bezel {
  width: 168px;
  height: 300px;
  padding: 10px 9px 12px;
  border-radius: 28px;
  background: #1a1a1e;
  box-shadow: 0 18px 40px rgba(20, 8, 16, 0.16);
}

.promoIphone__screen {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.promoSafari {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: linear-gradient(160deg, #ffe7f1, #fff);
}

.promoSafari__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 10px 8px 0;
  padding: 6px 8px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  font-size: 9px;
  color: #333;
}

.promoSafari__url {
  flex: 1;
  text-align: center;
  font-weight: 700;
}

.promoSafari__reload {
  width: 8px;
  height: 8px;
  border: 1.5px solid #888;
  border-radius: 50%;
}

.promoSafari__page {
  flex: 1;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 10px;
  padding: 12px;
}

.promoSafari__appIcon {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 12px;
}

.promoSafari__pill {
  display: inline-flex;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 99px;
  background: linear-gradient(90deg, #f5613a, #ee2e93);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

.promoSafari__dock {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 34px;
  background: rgba(255, 255, 255, 0.8);
}

.promoSafari__dock span {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: #d9d3d8;
}

.promoSafari__dock .is-share {
  background: #ee2e93;
  clip-path: polygon(50% 0, 80% 38%, 62% 38%, 62% 100%, 38% 100%, 38% 38%, 20% 38%);
  border-radius: 0;
}

.promoShare {
  height: 100%;
  background: linear-gradient(#cfd3dc, #e8eaef);
  display: flex;
  align-items: flex-end;
}

.promoShare__sheet {
  width: 100%;
  padding: 12px 10px 16px;
  border-radius: 16px 16px 0 0;
  background: rgba(255, 255, 255, 0.96);
  text-align: left;
  font-size: 10px;
}

.promoShare__air {
  display: block;
  margin-bottom: 8px;
  color: #8a8190;
  font-weight: 700;
}

.promoShare__row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 6px;
  border-radius: 10px;
}

.promoShare__row.is-active {
  background: #ffd6e8;
  color: #e64575;
  font-weight: 800;
  animation: promoPwaPulse 1.8s ease-in-out infinite;
}

.promoShare__icon {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #ece8ec;
  flex: 0 0 16px;
}

.promoShare__icon--box {
  background: #ee2e93;
  clip-path: polygon(50% 0, 80% 38%, 62% 38%, 62% 100%, 38% 100%, 38% 38%, 20% 38%);
}

.promoShare__icon--plus {
  background:
    linear-gradient(#e64575, #e64575) center/10px 2px no-repeat,
    linear-gradient(#e64575, #e64575) center/2px 10px no-repeat,
    #ffd6e8;
}

.promoHome {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px 10px 10px;
  background: linear-gradient(180deg, #7ad0ff 0%, #ee2e93 120%);
}

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

.promoHome__icons > span {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.45);
}

.promoHome__app {
  background: transparent !important;
  overflow: visible;
  box-shadow: none;
  animation: promoPwaGlow 1.8s ease-in-out infinite;
}

.promoHome__mark {
  display: block;
  width: 32px;
  height: 32px;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.promoHome__app img {
  display: none;
}

.promoHome__label {
  margin: 6px 0 0;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  text-align: center;
}

.promoHome__dock {
  height: 36px;
  margin-top: auto;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.35);
}

.promoPwa__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 24px;
  background: linear-gradient(90deg, #f5613a, #ee2e93);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(238, 46, 147, 0.28);
}

.promoPwa__cta:hover,
.promoPwa__cta:focus-visible {
  filter: brightness(1.05);
  outline: none;
}

@keyframes promoLikePop {
  0% { opacity: 0; transform: scale(0.6); }
  40% { opacity: 1; transform: scale(1.08); }
  100% { opacity: 0; transform: scale(1.25); }
}

@keyframes promoSwipeNudge {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  38% { transform: translate3d(44px, -8px, 0) rotate(13deg); }
  52% { transform: translate3d(48px, -10px, 0) rotate(14deg); }
  78% { transform: translate3d(-4px, 0, 0) rotate(-1.5deg); }
}

@keyframes promoSwipeDemo {
  0%, 40%, 82%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
  16%, 26% { transform: translate3d(36px, -7px, 0) rotate(11deg); }
  56%, 66% { transform: translate3d(-36px, -7px, 0) rotate(-11deg); }
}

@keyframes promoWashDemo {
  0%, 40%, 82%, 100% { opacity: 0; background: rgba(34, 197, 94, 0.46); }
  16%, 26% { opacity: 1; background: rgba(34, 197, 94, 0.46); }
  48% { opacity: 0; background: rgba(239, 68, 68, 0.46); }
  56%, 66% { opacity: 1; background: rgba(239, 68, 68, 0.46); }
}

@keyframes promoSwipeHand {
  0% { opacity: 0; transform: translate3d(-10px, 10px, 0) rotate(-8deg) scale(0.92); }
  22% { opacity: 1; transform: translate3d(6px, 0, 0) rotate(-2deg) scale(1); }
  52% { opacity: 1; transform: translate3d(46px, -12px, 0) rotate(12deg) scale(1); }
  78%, 100% { opacity: 0; transform: translate3d(56px, -14px, 0) rotate(14deg) scale(1.02); }
}

@keyframes promoHintStamp {
  0%, 100% { opacity: 0; transform: translate(-50%, -50%) rotate(-14deg) scale(0.92); }
  38%, 58% { opacity: 1; transform: translate(-36%, -62%) rotate(-8deg) scale(1.04); }
}

@keyframes promoSwipeCuePulse {
  0%, 100% { opacity: 0.42; transform: translateX(0); }
  50% { opacity: 0.88; transform: translateX(4px); }
}

@keyframes promoMoreBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(7px); }
}

@keyframes promoPwaPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

@keyframes promoPwaGlow {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.35)); }
  50% { filter: drop-shadow(0 0 6px rgba(255, 255, 255, 0.85)); }
}

.promoFoot {
  background: #fff;
  color: #757575;
  padding: 36px 24px 48px;
}

.promoFoot__inner {
  max-width: 1252px;
  margin: 0 auto;
}

.promoFoot__block h2 {
  margin: 0 0 12px;
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 700;
}

.promoFoot__platforms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 48px;
  margin-bottom: 36px;
}

.promoFoot__platforms p,
.promoFoot__legal a,
.promoFoot__nav a {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  color: #757575;
  text-decoration: none;
}

.promoFoot__legal a:hover,
.promoFoot__nav a:hover {
  color: #1e1e1e;
  text-decoration: underline;
}

.promoFoot__legal {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 32px;
  margin-bottom: 28px;
}

.promoFoot__legal ul,
.promoFoot__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.promoFoot__legal li + li,
.promoFoot__nav li + li {
  margin-top: 5px;
}

.promoFoot__bar {
  display: grid;
  grid-template-columns: 210px 1fr auto minmax(260px, 320px);
  gap: 28px 32px;
  align-items: start;
  padding-top: 28px;
  border-top: 1px solid #e6e6e6;
}

.promoFoot__logo img {
  display: block;
  width: 191px;
  height: 35px;
}

.promoFoot__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 28px;
}

.promoFoot__nav a {
  font-size: 12px;
  line-height: 1.8;
}

.promoFoot__social {
  display: flex;
  align-items: center;
  gap: 12px;
}

.promoSocial {
  position: relative;
  display: inline-flex;
  width: 28px;
  height: 28px;
}

.promoSocial__circle,
.promoSocial__icon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.promoSocial__icon {
  inset: 22%;
  width: 56%;
  height: 56%;
}

.promoFoot__stores p {
  margin: 0 0 10px;
  color: #1e1e1e;
  font-size: 19px;
  font-weight: 600;
}

.promoStores--foot {
  max-width: 320px;
}

.promoStores--foot .promoStore {
  min-height: 56px;
  padding: 8px 10px;
  border: 1px solid #f0e4ec;
  box-shadow: 0 6px 16px rgba(28, 16, 32, 0.05);
}

.promoStores--foot .promoStore:hover,
.promoStores--foot .promoStore:focus-visible {
  border-color: rgba(238, 46, 147, 0.42);
  box-shadow: 0 12px 22px rgba(238, 46, 147, 0.12);
}

.promoStores--foot .promoStore__icon {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
  border-radius: 10px;
}

.promoStores--foot .promoStore__icon img {
  width: 22px;
  height: 22px;
}

.promoStores--foot .promoStore--rustore .promoStore__icon img {
  width: 36px;
  height: 36px;
}

.promoStores--foot .promoStore__name {
  font-size: 12px;
}

.promoReveal {
  animation: promoFadeUp 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.promoReveal--1 { animation-delay: 0.02s; }
.promoReveal--2 { animation-delay: 0.1s; }
.promoReveal--3 { animation-delay: 0.2s; }
.promoReveal--4 { animation-delay: 0.3s; }
.promoReveal--5 { animation-delay: 0.4s; }

@keyframes promoFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes promoPhoneFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes promoFloatBob {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-10px) rotate(4deg); }
}

@keyframes promoGradientShift {
  0%, 100% { background-position: 0% 40%; }
  50% { background-position: 100% 60%; }
}

@media (max-width: 1100px) {
  .promoHero {
    min-height: 0;
    padding-bottom: 28px;
    display: flex;
    flex-direction: column;
  }

  .promoMore {
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 5;
    margin: 10px auto 18px;
  }

  body.promo-nav-open .promoHero,
  html.page-promo.promo-nav-open .promoHero,
  html.page-promo body.promo-nav-open .promoHero {
    overflow: visible;
  }

  body.promo-nav-open {
    overflow: hidden;
  }

  .promoHead {
    padding: 16px 20px 0;
    z-index: 30;
  }

  .promoHead__nav.promoReveal {
    animation: none;
    transform: none;
    opacity: 1;
  }

  html.page-promo .promoHead__toggle,
  body.page-promo .promoHead__toggle,
  .promoHead__toggle {
    display: inline-flex;
  }

  .promoHead__overlay.is-open {
    display: block !important;
    position: fixed;
    inset: 0;
    z-index: 25;
    background: rgba(18, 8, 16, 0.45);
  }

  html.page-promo .promoHead .nav__menu,
  body.page-promo .promoHead .nav__menu,
  html.page-promo .promoHead__menu,
  body.page-promo .promoHead__menu,
  .promoHead__menu {
    display: none !important;
    position: fixed;
    right: 16px;
    top: 72px;
    width: min(360px, calc(100vw - 32px));
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 16px !important;
    border-radius: 18px;
    background: #fff !important;
    box-shadow: 0 16px 40px rgba(30, 12, 24, 0.18);
    z-index: 35;
  }

  html.page-promo .promoHead .nav__menu.is-open,
  body.page-promo .promoHead .nav__menu.is-open,
  html.page-promo .promoHead__menu.is-open,
  body.page-promo .promoHead__menu.is-open,
  .promoHead__menu.is-open {
    display: flex !important;
  }

  html.page-promo .promoHead ul,
  body.page-promo .promoHead ul,
  .promoHead__list {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .promoHead__link,
  .promoHead__auth {
    color: #1e1e1e;
    display: block;
  }

  .promoHead__auth img {
    filter: none;
  }

  .promoHead__link--current {
    color: #ec5d62;
  }

  .promoHead__tools {
    flex-wrap: wrap;
  }

  .promoHead__download {
    color: #FF3D77;
    background: #fff;
    border: 1.5px solid rgba(255, 61, 119, 0.28);
    box-shadow: 0 6px 16px rgba(255, 61, 119, 0.12);
  }

  .promoHero__inner {
    grid-template-columns: 1fr;
    padding: 40px 24px 0;
    min-height: 0;
  }

  .promoHero__copy h1 {
    font-size: clamp(28px, 6vw, 44px);
    line-height: 1.25;
  }

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

  .promoHero__art {
    min-height: 560px;
    margin: 0 -24px;
    display: flex;
    justify-content: center;
  }

  .promoPhoneWrap {
    position: relative;
    right: auto;
    top: auto;
    width: min(300px, 72vw);
    margin: 12px auto 0;
  }

  .promoFloat--fire {
    left: auto;
    right: 62%;
    top: 6%;
  }

  .promoFloat--heart {
    left: auto;
    right: 72%;
    top: 24%;
  }

  .promoFoot__platforms,
  .promoFoot__legal,
  .promoFoot__bar {
    grid-template-columns: 1fr;
  }

  .promoFoot__social {
    flex-wrap: wrap;
  }

  .promoStores--foot {
    max-width: 420px;
  }
}

@media (max-width: 640px) {
  .promoHead__brand img {
    width: 134px;
    height: 25px;
  }

  .promoQr {
    width: 102px;
    height: 102px;
    border-radius: 18px;
    margin-bottom: 24px;
  }

  .promoQr img {
    width: 88px;
    height: 88px;
  }

  .promoCta {
    width: 100%;
    max-width: 280px;
    height: 48px;
    font-size: 13px;
    margin-bottom: 18px;
  }

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

  .promoStore {
    min-height: 62px;
    padding: 10px 12px;
  }

  .promoStore__icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .promoFloat--fire {
    width: 64px;
    height: 64px;
  }

  .promoFloat--heart {
    width: 48px;
    height: 48px;
  }

  .promoHero__art {
    min-height: 480px;
  }

  .promoPhoneWrap {
    width: min(270px, 78vw);
    margin: 8px auto 8px;
  }

  .promoDeck {
    --btn-outer: 38px;
    --btn-mid: 44px;
    --btn-like: 50px;
    --feed-actions: 76px;
  }

  .promoDeck__actions {
    padding: 0 5px;
  }

  .promoPwa {
    padding: 48px 18px 56px;
  }

  .promoPwa__steps {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.page-promo .promoHero,
  body.page-promo .promoHero,
  .promoHero,
  .promoReveal,
  .promoPhoneWrap,
  .promoDevice,
  .promoFloat--fire,
  .promoFloat--heart,
  .promoDeck.is-hinting .promoDeck__stack .promoDeck__card:not(.is-gone):not(.is-waiting),
  .promoDeck.is-hinting .promoDeck__stack .promoDeck__card:not(.is-gone):not(.is-waiting)::after,
  .promoDeck.is-hinting .promoDeck__swipeHand,
  .promoDeck.is-hinting .promoDeck__hintStamp,
  .promoDeck.is-hint-idle .promoDeck__swipeCue {
    animation: none !important;
  }

  .promoDeck__push {
    transition: none;
  }

  .promoDeck.is-hint-idle .promoDeck__swipeCue {
    opacity: 0.7;
  }

  .promoStore,
  .promoCta,
  .promoHead__download,
  .promoMore,
  .promoPhoneWrap,
  .promoHome__app {
    animation: none !important;
    transition: none;
  }

  .promoStore:hover,
  .promoStore:focus-visible,
  .promoStore:active,
  .promoCta:hover,
  .promoCta:focus-visible,
  .promoCta:active,
  .promoHead__download:hover,
  .promoHead__download:focus-visible,
  .promoHead__download:active {
    transform: none;
  }
}
