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

/* 2026-08-26: remove the homepage hero carousel without leaving its 420px gap.
   The zero-height wrapper keeps only the 90px offset required by the fixed header. */
#app .intro-wrap {
  height: 0 !important;
  min-height: 0 !important;
  margin-top: 90px !important;
  overflow: hidden !important;
  background: transparent !important;
}

#app .intro-wrap > .el-carousel {
  display: none !important;
  height: 0 !important;
  min-height: 0 !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,
.hyt-embedded-document .m-footer,
.hyt-embedded-document .sidebar-warp { 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-download-section {
  width: 100vw;
  padding: 92px 24px;
  background: linear-gradient(135deg, #f4f8ff 0%, #eef5ff 48%, #f9fbff 100%);
  box-sizing: border-box;
}

.hyt-download-inner {
  display: grid;
  width: min(1180px, 100%);
  margin: 0 auto;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 1.15fr);
  gap: 64px;
  align-items: center;
}

.hyt-download-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: #2878ed;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .2em;
}

.hyt-download-copy h2 {
  margin: 0 0 20px;
  color: #17233c;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.15;
}

.hyt-download-copy p {
  max-width: 490px;
  margin: 0;
  color: #64748b;
  font-size: 19px;
  line-height: 1.8;
}

.hyt-download-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hyt-download-points span {
  padding: 8px 14px;
  border: 1px solid #d9e7fb;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  color: #31557f;
  font-size: 14px;
}

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

.hyt-download-card {
  display: flex;
  min-height: 260px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  border: 1px solid rgba(40,120,237,.14);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(42,91,157,.12);
  color: #17233c;
  text-decoration: none;
  box-sizing: border-box;
  transition: transform .2s ease, box-shadow .2s ease;
}

.hyt-download-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(42,91,157,.18);
}

.hyt-download-icon {
  display: inline-flex;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2b83f6, #2166df);
  color: #fff;
  font-size: 34px;
  line-height: 1;
}

.hyt-download-phone { background: linear-gradient(135deg, #27b8cc, #168ea8); }
.hyt-download-card strong { margin-bottom: 8px; font-size: 21px; }
.hyt-download-card small { color: #8291a8; font-size: 14px; }
.hyt-download-card b { margin-top: auto; color: #2878ed; font-size: 16px; }

.m-footer[data-hyt-trimmed="true"] .footer-content > .container {
  display: flex !important;
  width: min(1180px, calc(100vw - 48px)) !important;
  max-width: 1180px !important;
  justify-content: space-between !important;
  gap: 48px !important;
}

.m-footer[data-hyt-trimmed="true"] {
  width: 100vw !important;
  min-width: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

.m-footer[data-hyt-trimmed="true"] [data-hyt-footer-keep="true"] { display: block !important; }

#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;
}

#app .el-carousel__item {
  position: relative !important;
}

#app .el-carousel .hyt-carousel-trial {
  position: absolute !important;
  z-index: 8 !important;
  top: auto !important;
  right: auto !important;
  bottom: 30px !important;
  left: 50% !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 210px !important;
  min-height: 52px !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 12px 30px !important;
  transform: translateX(-50%) !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: #2878ed !important;
  box-shadow: 0 10px 24px rgba(40, 120, 237, .28) !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
}

#app .el-carousel .hyt-carousel-trial:hover,
#app .el-carousel .hyt-carousel-trial:focus-visible {
  background: #1767dc !important;
  box-shadow: 0 13px 30px rgba(40, 120, 237, .36) !important;
  transform: translate(-50%, -2px) !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: 1400px) {
  html,
  body,
  #app,
  #app > div,
  #app .box,
  #app .container,
  #app .intro-wrap,
  #app .el-carousel,
  #app .el-carousel__container,
  #app .el-carousel__item,
  #app .desc1,
  #app .desc2,
  #app .desc3,
  #app .desc4,
  #app .name,
  #app .btn-wrap,
  #app .advantage-list,
  #app .serve-wrap,
  #app .m-footer,
  #app .footer-content {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

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

  #app .intro-item img {
    width: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
  }

  #app .package-box {
    display: grid !important;
    width: min(1240px, calc(100% - 32px)) !important;
    max-width: 1240px !important;
    min-width: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
    box-sizing: border-box !important;
  }

  #app .package-detail {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !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; }
  #app .el-carousel .hyt-carousel-trial {
    bottom: 18px !important;
    min-width: 180px !important;
    min-height: 46px !important;
    padding: 10px 22px !important;
    font-size: 16px !important;
  }
  .hyt-download-section { padding: 56px 18px; }
  .hyt-download-inner { grid-template-columns: 1fr; gap: 34px; }
  .hyt-download-copy h2 { font-size: 34px; }
  .hyt-download-copy p { font-size: 16px; }
  .hyt-download-options { grid-template-columns: 1fr; }
  .hyt-download-card { min-height: 220px; }
  .m-footer[data-hyt-trimmed="true"] .footer-content > .container { width: calc(100% - 32px) !important; gap: 24px !important; }
}
