[data-hello-hidden="true"],
.site-header .brand small {
  display: none !important;
}

.notice,
.notice-mask,
.notice-backdrop,
.notice-trigger,
.float-tools {
  display: none !important;
}

.site-header .login[data-hello-trial="true"] {
  min-width: 220px;
  min-height: 46px;
  padding: 9px 24px;
  border: 1px solid #ffc928;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffd83d, #ffb91f);
  color: #2a2531;
  font-size: 18px;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(255, 190, 35, .26);
}

.site-header nav .nav-link {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.download-banner .primary[data-hello-trial="true"],
[data-hello-embedded-trial="true"] {
  min-width: 220px !important;
  min-height: 54px !important;
  padding: 12px 26px !important;
  border-radius: 12px !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.hero .hero-actions .primary[data-hello-trial="true"] {
  min-width: 270px;
  padding-left: 30px;
  padding-right: 30px;
  white-space: nowrap;
}

.plans article > button[data-hello-trial="true"] {
  width: 280px;
  max-width: 100%;
  min-height: 54px;
  padding-left: 22px;
  padding-right: 22px;
  white-space: nowrap;
}

.download-banner .primary[data-hello-download-scroll="true"] {
  min-width: 280px;
  min-height: 66px;
  padding: 16px 34px;
  border-radius: 14px;
  font-size: 22px;
  font-weight: 800;
}

.hello-download-embed-wrap {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.hello-download-embed {
  display: block;
  width: 100%;
  min-height: 1200px;
  border: 0;
  overflow: hidden;
  background: #fff;
}

.hello-trial-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-trial-modal.is-open,
.hello-trial-modal:target {
  display: flex;
}

.hello-trial-modal.is-closed {
  display: none !important;
}

.hello-trial-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-trial-title {
  margin: 0 0 20px;
  color: #17233c;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}

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

.hello-trial-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) {
  .site-header .login[data-hello-trial="true"] {
    min-width: 0;
    padding: 9px 12px;
  }

  .hero .hero-actions .primary[data-hello-trial="true"],
  .plans article > button[data-hello-trial="true"],
  .download-banner .primary[data-hello-download-scroll="true"] {
    width: min(310px, 86vw);
    min-width: min(310px, 86vw);
  }

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

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