#promo-banner-root {
  position: relative;
  z-index: 60;
  padding: 8px 12px 0;
  background: #0d090a;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

#promo-banner-root *,
.promo-gift,
.promo-gift * {
  box-sizing: border-box;
}

.promo-top {
  position: relative;
  width: 100%;
  max-width: 1180px;
  min-height: 104px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(250, 204, 21, 0.28);
  border-radius: 8px;
  background: #100f16;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.34);
}

.promo-top__link {
  position: relative;
  display: grid;
  grid-template-columns: minmax(210px, 0.8fr) minmax(0, 1.35fr) auto;
  align-items: center;
  min-height: 104px;
  color: inherit;
  text-decoration: none;
  isolation: isolate;
}

.promo-top__image {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: -2;
  width: 47%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.promo-top__link::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 8, 13, 0.18) 0%, rgba(11, 10, 17, 0.83) 40%, #100f16 63%),
    linear-gradient(135deg, rgba(14, 165, 233, 0.08), rgba(250, 204, 21, 0.08));
}

.promo-top__spacer {
  min-width: 0;
}

.promo-top__copy {
  display: block;
  min-width: 0;
  padding: 14px 18px;
}

.promo-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
  color: #86efac;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.promo-kicker::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 10px rgba(34, 197, 94, 0.8);
  content: "";
}

.promo-top__headline,
.promo-gift__headline {
  margin: 0;
  letter-spacing: 0;
}

.promo-top__headline {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.16;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.promo-top__subheadline {
  display: block;
  margin: 5px 0 0;
  color: #fde68a;
  font-size: 14px;
  font-weight: 750;
}

.promo-top__legal {
  display: block;
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  line-height: 1.25;
}

.promo-top__action {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 52px 14px 14px;
}

.promo-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 7px;
  background: #16a34a;
  box-shadow: 0 8px 24px rgba(22, 163, 74, 0.34);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  padding: 0 18px;
  text-align: center;
  white-space: nowrap;
}

.promo-cta::after {
  position: absolute;
  top: -40%;
  left: -70%;
  width: 35%;
  height: 180%;
  transform: rotate(18deg);
  background: rgba(255, 255, 255, 0.48);
  content: "";
  animation: promoShine 3.4s ease-in-out infinite;
}

.promo-age {
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.promo-close {
  position: absolute;
  z-index: 4;
  top: 8px;
  right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.48);
  color: rgba(255, 255, 255, 0.78);
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.promo-close:hover,
.promo-close:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  outline: none;
}

.promo-gift {
  position: fixed;
  z-index: 220;
  right: 16px;
  bottom: 16px;
  display: grid;
  grid-template-columns: 124px minmax(0, 1fr);
  gap: 15px;
  width: min(440px, calc(100vw - 32px));
  min-height: 174px;
  padding: 12px 46px 12px 12px;
  overflow: hidden;
  border: 1px solid rgba(250, 204, 21, 0.4);
  border-top: 3px solid #eab308;
  border-radius: 8px;
  background:
    radial-gradient(circle at 78% 18%, rgba(34, 197, 94, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(20, 19, 29, 0.99), rgba(6, 17, 22, 0.99));
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.58), 0 0 36px rgba(234, 179, 8, 0.13);
  color: #fff;
  animation: promoGiftIn 0.42s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.promo-gift__visual {
  position: relative;
  display: block;
  width: 124px;
  height: 146px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: #11131a;
}

.promo-gift__visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 7, 18, 0.05), rgba(3, 7, 18, 0.76));
  content: "";
}

.promo-gift__backdrop {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.03);
}

.promo-gift__icon-wrap {
  position: absolute;
  z-index: 2;
  left: 9px;
  bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(250, 204, 21, 0.22);
  border-radius: 8px;
  background: rgba(10, 10, 14, 0.78);
  backdrop-filter: blur(7px);
}

.promo-gift__icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
  animation: promoWiggle 3s ease-in-out infinite;
}

.promo-gift__icon-fallback {
  display: none;
  font-size: 38px;
  line-height: 1;
}

.promo-gift__body {
  display: block;
  align-self: center;
  min-width: 0;
}

.promo-gift__badge {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  margin-bottom: 6px;
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.1);
  color: #86efac;
  font-size: 9px;
  font-weight: 850;
  padding: 0 8px;
  text-transform: uppercase;
}

.promo-gift__headline {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.2;
}

.promo-gift__subheadline {
  display: block;
  margin: 5px 0 10px;
  color: #fde68a;
  font-size: 14px;
  font-weight: 700;
}

.promo-gift__link {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.promo-gift__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: #16a34a;
  box-shadow: 0 8px 22px rgba(22, 163, 74, 0.3);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  padding: 0 14px;
}

.promo-gift__cta::after {
  position: absolute;
  top: -50%;
  left: -70%;
  width: 30%;
  height: 200%;
  transform: rotate(18deg);
  background: rgba(255, 255, 255, 0.38);
  content: "";
  animation: promoShine 3.8s ease-in-out infinite 0.5s;
}

.promo-gift__legal {
  display: block;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 9px;
  line-height: 1.3;
}

@keyframes promoShine {
  0%, 58% { left: -70%; }
  78%, 100% { left: 145%; }
}

@keyframes promoGiftIn {
  from { opacity: 0; transform: translateY(18px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes promoWiggle {
  0%, 84%, 100% { transform: rotate(0); }
  88% { transform: rotate(-6deg); }
  92% { transform: rotate(6deg); }
  96% { transform: rotate(-3deg); }
}

@media (max-width: 700px) {
  #promo-banner-root {
    padding: 6px 6px 0;
  }

  .promo-top {
    min-height: 94px;
  }

  .promo-top__link {
    grid-template-columns: 72px minmax(0, 1fr) auto;
    min-height: 94px;
  }

  .promo-top__image {
    width: 42%;
  }

  .promo-top__link::before {
    background: linear-gradient(90deg, rgba(7, 8, 13, 0.2) 0%, rgba(11, 10, 17, 0.9) 34%, #100f16 58%);
  }

  .promo-top__copy {
    padding: 9px 7px;
  }

  .promo-kicker {
    margin-bottom: 3px;
    font-size: 8px;
  }

  .promo-top__headline {
    display: -webkit-box;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.15;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .promo-top__subheadline {
    overflow: hidden;
    margin-top: 4px;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .promo-top__legal {
    display: none;
  }

  .promo-top__action {
    display: block;
    padding: 10px 38px 10px 4px;
  }

  .promo-cta {
    min-width: 82px;
    min-height: 36px;
    padding: 0 9px;
    font-size: 10px;
    white-space: normal;
  }

  .promo-age {
    display: block;
    margin-top: 4px;
    text-align: center;
  }

  .promo-close {
    top: 5px;
    right: 5px;
    width: 28px;
    height: 28px;
    font-size: 18px;
  }

  .promo-gift {
    left: auto;
    right: 7px;
    bottom: max(8px, env(safe-area-inset-bottom));
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 8px;
    width: 320px;
    max-width: calc(100% - 14px);
    min-height: 0;
    padding: 8px 32px 8px 8px;
    border-top-width: 2px;
    background:
      radial-gradient(circle at 88% 18%, rgba(34, 197, 94, 0.2), transparent 42%),
      linear-gradient(135deg, rgba(31, 16, 42, 0.98), rgba(4, 32, 31, 0.99));
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.55), 0 0 26px rgba(234, 179, 8, 0.12);
  }

  .promo-gift__visual {
    width: 58px;
    height: 82px;
    overflow: hidden;
    border: 1px solid rgba(250, 204, 21, 0.22);
    background: #11131a;
  }

  .promo-gift__badge {
    display: none;
  }

  .promo-gift__backdrop {
    display: block;
  }

  .promo-gift__icon-wrap {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 36px;
    height: 36px;
    background: rgba(8, 9, 13, 0.76);
    backdrop-filter: blur(5px);
  }

  .promo-gift__icon {
    width: 30px;
    height: 30px;
  }

  .promo-gift__headline {
    display: -webkit-box;
    overflow: hidden;
    font-size: 12px;
    line-height: 1.15;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .promo-gift__subheadline {
    overflow: hidden;
    margin: 3px 0 5px;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .promo-gift__link {
    width: auto;
  }

  .promo-gift__cta {
    width: auto;
    min-height: 31px;
    font-size: 10px;
    padding: 0 10px;
  }

  .promo-gift .promo-close {
    top: 5px;
    right: 5px;
    width: 25px;
    height: 25px;
    font-size: 16px;
  }

  .promo-gift__legal {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .promo-cta::after,
  .promo-gift__cta::after,
  .promo-gift,
  .promo-gift__icon {
    animation: none !important;
  }
}
