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

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

#notice {
  opacity: 0 !important;
  visibility: hidden !important;
  background: transparent !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-static-wrap {
  width: 100%;
  padding: 84px 24px 92px;
  background: linear-gradient(180deg, #f7f9ff 0%, #fff 100%);
}

.hello-download-static {
  width: min(1180px, 100%);
  margin: 0 auto;
  text-align: center;
}

.hello-download-kicker {
  margin: 0 0 10px;
  color: #6f5cff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .16em;
}

.hello-download-static h2 {
  margin: 0;
  color: #182037;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.2;
}

.hello-download-intro {
  margin: 18px auto 42px;
  color: #65708a;
  font-size: 18px;
}

.hello-download-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.hello-download-grid article {
  padding: 30px 20px 26px;
  border: 1px solid #e7eaff;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(45, 54, 100, .08);
}

.hello-platform-icon {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
  place-items: center;
  border-radius: 16px;
  background: #f0edff;
  color: #6c55ed;
  font-size: 24px;
}

.hello-download-grid h3 {
  min-height: 52px;
  margin: 0;
  color: #1f2942;
  font-size: 19px;
  line-height: 1.35;
}

.hello-download-grid p {
  min-height: 44px;
  margin: 10px 0 22px;
  color: #78839b;
  line-height: 1.55;
}

.hello-download-grid button {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffd83d, #ffb91f);
  color: #292532;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
}

.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) {
  .hello-download-static-wrap {
    padding: 60px 16px 68px;
  }

  .hello-download-grid {
    grid-template-columns: 1fr;
  }

  .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);
  }

  .plans article > button[data-hello-trial="true"] {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

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

  .hello-trial-title {
    font-size: 22px;
  }
}
[data-hello-trial="true"] { cursor: pointer !important; }
