[data-hyt-hidden="true"] { display: none !important; }

.hyt-embedded-document header,
.hyt-embedded-document .header,
.hyt-embedded-document .header-wrapper,
.hyt-embedded-document footer,
.hyt-embedded-document .footer,
.hyt-embedded-document .footer-wrapper { display: none !important; }

[data-hyt-trial="true"] { cursor: pointer !important; }

.header.container {
  width: min(1400px, calc(100% - 32px)) !important;
  max-width: calc(100% - 32px) !important;
  box-sizing: border-box !important;
}

a[data-hyt-trial="true"] {
  min-width: 180px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
}

.hyt-ability-section,
.hyt-download-section {
  width: 100%;
  padding: 70px 0 0;
  overflow: hidden;
  background: #fff;
  scroll-margin-top: 90px;
}

.hyt-ability-section > h2,
.hyt-download-section > h2 {
  margin: 0 0 28px;
  color: #17233c;
  font-size: 42px;
  font-weight: 800;
  text-align: center;
}

.hyt-ability-section iframe,
.hyt-download-section iframe {
  display: block;
  width: 100%;
  min-height: 1100px;
  border: 0;
  overflow: hidden;
}

#hyt-membership-section { scroll-margin-top: 90px; }

.hyt-hero-trial {
  display: inline-flex !important;
  min-width: 230px !important;
  min-height: 58px !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 12px 30px !important;
  font-size: 19px !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

.hyt-hero-promo {
  display: block !important;
  width: 100% !important;
  margin: 10px auto 0 !important;
  color: #e53935 !important;
  text-align: center !important;
}

#hyt-membership-section .hyt-plan-trial {
  display: flex !important;
  width: 100% !important;
  min-height: 50px !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 16px !important;
  padding: 11px 18px !important;
  border: 0 !important;
  border-radius: 9px !important;
  background: #2563eb !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}

.hyt-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(7, 20, 46, .62);
  backdrop-filter: blur(4px);
}

.hyt-modal.is-open { display: flex; }
.hyt-modal-card {
  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;
}
.hyt-modal-card h2 { margin: 0 0 20px; color: #17233c; font-size: 25px; }
.hyt-modal-card img { display: block; width: min(320px,74vw); height: auto; margin: 0 auto; border-radius: 14px; }
.hyt-modal-close { position:absolute; top:12px; right:14px; width:36px; height:36px; border:0; border-radius:50%; background:#eef2f7; font-size:25px; cursor:pointer; }
.hyt-personal-trial { min-width:220px; min-height:54px; border:0; border-radius:12px; background:#286fe8; color:#fff; font-size:18px; font-weight:700; cursor:pointer; }
body.hyt-modal-open { overflow: hidden !important; }

@media (max-width: 768px) {
  html,
  body,
  #app,
  #app > div,
  #app .box,
  #app .container,
  #app .intro-wrap,
  #app .el-carousel,
  #app .el-carousel__container,
  #app .el-carousel__item,
  #app .advantage-list,
  #app .package-box,
  #app .package-detail,
  #app .serve-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  html,
  body,
  #app {
    overflow-x: hidden !important;
  }

  #app img,
  #app svg {
    max-width: 100% !important;
    height: auto !important;
  }

  #app .package-box,
  #app .advantage-list {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
  }

  .hyt-ability-section,
  .hyt-download-section { padding-top: 44px; }
  .hyt-ability-section > h2,
  .hyt-download-section > h2 { font-size: 30px; }
  .hyt-hero-trial { min-width: 210px !important; min-height: 54px !important; font-size: 17px !important; }
}
