
.rootBanner-rootBanner0905-RgG {
  position: fixed;
  z-index: 200;
  left: 0;
  right: 0;
  bottom: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}

.rootBanner-rootBanner0905-RgG .rootBanner-b_box-YXS {
  pointer-events: all;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  z-index: 99;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 32px 28px 24px 28px;
  box-sizing: border-box;
  border-radius: 20px;
  max-width: 420px;
  margin: 0 auto;
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  position: relative;
  animation: rootBanner-popup-fade-in-PDk 0.4s cubic-bezier(.4, 0, .2, 1);
}

@keyframes rootBanner-popup-fade-in-PDk {
  0% {
    transform: translateY(40px) scale(0.98);
    opacity: 0;
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.rootBanner-rootBanner0905-RgG .rootBanner-closeBtn-n6a {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 2;
}

.rootBanner-rootBanner0905-RgG .rootBanner-closeBtn-n6a:hover {
  background: rgba(0, 0, 0, 0.12);
}

.rootBanner-rootBanner0905-RgG .rootBanner-closeBtn-n6a svg {
  width: 18px;
  height: 18px;
  stroke: #333;
}

.rootBanner-rootBanner0905-RgG .rootBanner-b_info-qfy {
  width: 100%;
  font-size: 18px;
  font-style: normal;
  padding: 0 10px;
  font-weight: 400;
  line-height: 1.7;
  box-sizing: border-box;
  display: block;
  text-align: center;
  margin-bottom: 28px;
  color: #222;
}

.rootBanner-rootBanner0905-RgG .rootBanner-b_ctrls-Zw9 {
  display: flex;
  gap: 18px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.rootBanner-rootBanner0905-RgG .rootBanner-b_ctrls-Zw9 .rootBanner-btn-Fld {
  padding: 0 22px;
  height: 46px;
  min-width: 120px;
  max-width: 220px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  line-height: 1.1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  background: linear-gradient(90deg, #f5f5f5 0%, #eaeaea 100%);
  color: #333;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px 0 rgba(31, 38, 135, 0.06);
}

.rootBanner-rootBanner0905-RgG .rootBanner-b_ctrls-Zw9 .rootBanner-btn-Fld:hover {
  background: linear-gradient(90deg, #e0e0e0 0%, #d1d1d1 100%);
  color: #000;
}

.rootBanner-rootBanner0905-RgG .rootBanner-b_ctrls-Zw9 .rootBanner-light-JnG {
  background: linear-gradient(90deg, #222 0%, #444 100%);
  color: #fff;
  box-shadow: 0 4px 16px 0 rgba(31, 38, 135, 0.10);
}

.rootBanner-rootBanner0905-RgG .rootBanner-b_ctrls-Zw9 .rootBanner-light-JnG:hover {
  background: linear-gradient(90deg, #000 0%, #333 100%);
  color: #fff;
}

@media screen and (max-width: 640px) {
  .rootBanner-rootBanner0905-RgG .rootBanner-b_box-YXS {
    max-width: 96vw;
    padding: 18px 6vw 18px 6vw;
  }

  .rootBanner-rootBanner0905-RgG .rootBanner-b_info-qfy {
    font-size: 16px;
  }
}

@media screen and (min-width: 960px) {
  .rootBanner-rootBanner0905-RgG .rootBanner-b_box-YXS {
    max-width: 640px;
  }
}
