[data-hello-hidden="true"],
.site-header .brand small,
.site-header .login,
.notice,
#notice,
.notice-mask,
.notice-backdrop,
.notice-trigger {
  display: none !important;
  pointer-events: none !important;
}

[data-hello-download="true"],
[data-hello-counter-download="true"],
[data-hello-contact-qr="true"],
[data-hello-trial-qr="true"],
[data-hello-inert="true"] {
  cursor: pointer !important;
}

.hello-guide-action {
  display: block;
  min-width: 210px;
  min-height: 52px;
  margin: 28px auto;
  padding: 12px 28px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #7658f3, #5e44df);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(94, 68, 223, .22);
}

.hello-guide-finish {
  margin-top: 50px;
  margin-bottom: 72px;
}

.hello-qr-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(10, 16, 35, .62);
  backdrop-filter: blur(4px);
}

.hello-qr-modal.is-open {
  display: flex;
}

.hello-qr-dialog {
  position: relative;
  width: min(430px, calc(100vw - 32px));
  padding: 34px 30px 30px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .3);
  text-align: center;
}

.hello-qr-title {
  margin: 0 0 20px;
  color: #17233c;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}

.hello-qr-image {
  display: block;
  width: min(320px, 74vw);
  height: auto;
  margin: 0 auto;
  border-radius: 14px;
}

.hello-qr-close {
  position: absolute;
  top: 12px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #eef2f7;
  color: #26344d;
  font-size: 25px;
  line-height: 34px;
  cursor: pointer;
}

body.hello-modal-open {
  overflow: hidden !important;
}

@media (max-width: 767px) {
  .hello-guide-action {
    width: min(310px, 86vw);
  }

  .hello-qr-dialog {
    padding: 30px 18px 22px;
  }

  .hello-qr-title {
    font-size: 22px;
  }
}
