/* Functional carousel overrides for the static WordPress build. */
.intro-wrap[data-v-b25877f0] {
  background: #eef5ff;
}

.intro-wrap .el-carousel,
.intro-wrap .el-carousel__container {
  height: clamp(320px, 26vw, 420px) !important;
  position: relative;
}

.intro-wrap .el-carousel__item {
  display: flex !important;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: none !important;
  transition: opacity .55s ease !important;
  visibility: hidden;
  width: 100%;
  z-index: 0;
}

.intro-wrap .el-carousel__item.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  z-index: 1;
}

.intro-wrap .el-carousel__item > img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.intro-wrap .el-carousel__arrow {
  align-items: center;
  background: rgba(0, 36, 105, .28);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: flex !important;
  height: 42px;
  justify-content: center;
  opacity: 0;
  top: 50%;
  transition: background .2s ease, opacity .2s ease;
  width: 42px;
  z-index: 3;
}

.intro-wrap .el-carousel:hover .el-carousel__arrow,
.intro-wrap .el-carousel:focus-within .el-carousel__arrow {
  opacity: 1;
}

.intro-wrap .el-carousel__arrow:hover {
  background: rgba(0, 65, 180, .7);
}

.intro-wrap .el-carousel__indicators {
  bottom: 14px;
  z-index: 4;
}

.intro-wrap .el-carousel__indicator {
  padding: 8px 5px;
}

.intro-wrap .el-carousel__button {
  border-radius: 4px;
  height: 4px;
  opacity: .55;
  width: 32px;
}

.intro-wrap .el-carousel__indicator.is-active .el-carousel__button {
  opacity: 1;
}

/* Software ability page. */
.ability-page {
  background: #fff;
  box-sizing: border-box;
  color: #232323;
  min-height: 790px;
  padding: 110px 20px 58px;
}

.ability-shell {
  margin: 0 auto;
  max-width: 1400px;
}

.ability-breadcrumb {
  align-items: center;
  background: #f6f8fb;
  display: flex;
  font-size: 16px;
  gap: 12px;
  min-height: 60px;
  padding: 0 24px;
}

.ability-breadcrumb strong {
  font-weight: 400;
}

.ability-layout {
  display: grid;
  gap: 30px;
  grid-template-columns: 175px minmax(0, 1fr);
  padding-top: 20px;
}

.ability-nav {
  display: flex;
  flex-direction: column;
}

.ability-nav-item {
  color: #232323;
  display: block;
  font-size: 16px;
  line-height: 42px;
  padding: 0 22px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.ability-nav-item:hover,
.ability-nav-item.is-active {
  background: linear-gradient(90deg, #e7f0ff, rgba(247, 250, 255, .35));
  color: #1768f2;
  text-decoration: none;
}

.ability-panels {
  min-width: 0;
}

.ability-panel {
  align-items: flex-start;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(460px, 622px) minmax(320px, 1fr);
}

.ability-panel[hidden] {
  display: none !important;
}

.ability-visual {
  margin: 0;
}

.ability-visual img {
  border-radius: 28px;
  display: block;
  height: auto;
  max-width: 100%;
  width: 622px;
}

.ability-copy {
  font-size: 16px;
  line-height: 2;
  padding-top: 26px;
}

.ability-copy h1 {
  color: #232323;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 26px;
}

.ability-copy p {
  color: #4e5561;
  margin: 0;
}

.ability-copy strong {
  color: #3474f5;
  font-weight: 400;
}

.ability-copy-wide {
  grid-column: 1 / -1;
  max-width: 1120px;
  padding: 18px 26px 90px;
}

.ability-copy-wide h1 {
  margin-bottom: 22px;
}

.ability-points {
  counter-reset: ability-point;
  list-style: none;
  margin: 0;
  padding: 0;
}

.ability-points li {
  counter-increment: ability-point;
  margin-bottom: 20px;
  padding-left: 28px;
  position: relative;
}

.ability-points li::before {
  background: #edf2f8;
  border-radius: 50%;
  color: #8ba0b7;
  content: counter(ability-point);
  font-size: 13px;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 6px;
  width: 20px;
}

.ability-points span,
.ability-points strong {
  display: block;
}

.ability-points span strong {
  display: inline;
}

@media (max-width: 1100px) {
  .ability-panel {
    gap: 34px;
    grid-template-columns: minmax(380px, 1fr) minmax(280px, .85fr);
  }

  .ability-copy {
    padding-top: 10px;
  }
}

@media (max-width: 780px) {
  .intro-wrap .el-carousel,
  .intro-wrap .el-carousel__container {
    height: 300px !important;
  }

  .intro-wrap .el-carousel__item > img {
    object-position: center;
  }

  .intro-wrap .desc1,
  .intro-wrap .desc2,
  .intro-wrap .desc3,
  .intro-wrap .desc4 {
    transform: scale(.72);
  }

  .intro-wrap .desc4 {
    left: 6%;
    transform-origin: left center;
    width: 118%;
  }

  .ability-page {
    padding: 100px 14px 44px;
  }

  .ability-layout {
    display: block;
  }

  .ability-nav {
    flex-direction: row;
    margin-bottom: 24px;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .ability-nav-item {
    flex: 0 0 auto;
    padding: 0 16px;
  }

  .ability-panel {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .ability-copy,
  .ability-copy-wide {
    max-width: none;
    padding: 0 4px 28px;
  }

  .ability-copy h1 {
    font-size: 25px;
    margin-bottom: 16px;
  }

  .ability-visual img {
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-wrap .el-carousel__item {
    transition: none !important;
  }
}

/* Privacy policy and terms of service. */
.legal-page {
  background: #f6f8fc;
  box-sizing: border-box;
  color: #303743;
  padding: 122px 20px 80px;
}

.legal-shell {
  margin: 0 auto;
  max-width: 1100px;
}

.legal-switch {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.legal-switch a {
  background: #fff;
  border: 1px solid #e4e9f2;
  border-radius: 8px;
  color: #5d6878;
  font-size: 14px;
  padding: 9px 16px;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.legal-switch a:hover,
.legal-switch a.is-active {
  background: #2468f2;
  border-color: #2468f2;
  color: #fff;
}

.legal-card {
  background: #fff;
  border: 1px solid #e9edf5;
  border-radius: 14px;
  box-shadow: 0 18px 55px rgba(31, 55, 105, .07);
  overflow: hidden;
}

.legal-header {
  background: linear-gradient(135deg, #edf4ff 0%, #f8fbff 54%, #eef8ff 100%);
  border-bottom: 1px solid #e9edf5;
  padding: 48px 64px 40px;
}

.legal-eyebrow {
  color: #2468f2;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  margin: 0 0 12px;
}

.legal-header h1 {
  color: #172033;
  font-size: 38px;
  line-height: 1.25;
  margin: 0 0 14px;
}

.legal-header > p:last-child {
  color: #7a8597;
  font-size: 14px;
  margin: 0;
}

.legal-content {
  color: #535e6f;
  font-size: 16px;
  line-height: 1.95;
  padding: 48px 64px 64px;
}

.legal-content p {
  margin: 0 0 16px;
}

.legal-content h2 {
  color: #202a3b;
  font-size: 23px;
  line-height: 1.4;
  margin: 38px 0 14px;
  padding-left: 14px;
  position: relative;
}

.legal-content h2::before {
  background: #2468f2;
  border-radius: 2px;
  content: '';
  height: 23px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 4px;
}

.legal-content h3 {
  color: #374154;
  font-size: 18px;
  margin: 24px 0 8px;
}

.legal-content ul {
  list-style: disc;
  margin: 10px 0 20px;
  padding-left: 1.5em;
}

.legal-content li + li {
  margin-top: 6px;
}

@media (max-width: 700px) {
  .legal-page {
    padding: 104px 14px 54px;
  }

  .legal-switch {
    justify-content: stretch;
  }

  .legal-switch a {
    flex: 1;
    text-align: center;
  }

  .legal-header {
    padding: 34px 24px 30px;
  }

  .legal-header h1 {
    font-size: 29px;
  }

  .legal-content {
    font-size: 15px;
    padding: 32px 24px 44px;
  }

  .legal-content h2 {
    font-size: 20px;
    margin-top: 30px;
  }
}

/* Shared news system: home, blog, archives and single posts. */
.hy-content-shell,
.hy-article-shell {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.hy-home-news {
  background: linear-gradient(180deg, #fff 0%, #f5f9ff 100%);
  padding: 82px 20px 96px;
}

.hy-section-heading {
  align-items: flex-end;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 38px;
}

.hy-section-heading__eyebrow,
.hy-news-hero__eyebrow {
  color: #2468f2;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1;
  margin: 0 0 11px;
}

.hy-section-heading h2 {
  color: #17233a;
  font-size: 34px;
  line-height: 1.25;
  margin: 0;
}

.hy-section-heading > div > p:last-child {
  color: #7b8799;
  font-size: 15px;
  margin: 10px 0 0;
}

.hy-section-heading__link {
  color: #2468f2;
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 5px;
  text-decoration: none;
}

.hy-section-heading__link:hover {
  color: #164fc5;
}

.hy-post-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hy-post-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 12px;
  box-shadow: 0 14px 38px rgba(31, 62, 126, .07);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.hy-post-card:hover {
  border-color: rgba(36, 104, 242, .3);
  box-shadow: 0 20px 46px rgba(31, 62, 126, .13);
  transform: translateY(-5px);
}

.hy-post-card__media {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #e9f1ff 0%, #f5f9ff 55%, #e5f3ff 100%);
  display: block;
  overflow: hidden;
  position: relative;
}

.hy-post-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
  width: 100%;
}

.hy-post-card:hover .hy-post-card__media img {
  transform: scale(1.045);
}

.hy-post-card__placeholder {
  align-items: center;
  color: rgba(36, 104, 242, .55);
  display: flex;
  font-size: 30px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  letter-spacing: .12em;
}

.hy-post-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 23px 24px 25px;
}

.hy-post-card__meta {
  align-items: center;
  color: #8b97a9;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 7px;
  line-height: 1.4;
}

.hy-post-card__meta a {
  color: #6484bd;
  text-decoration: none;
}

.hy-post-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  margin: 13px 0 0;
}

.hy-post-card__title a {
  color: #17233a;
  display: -webkit-box;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hy-post-card__title a:hover {
  color: #2468f2;
}

.hy-post-card__excerpt {
  color: #758195;
  display: -webkit-box;
  font-size: 14px;
  line-height: 1.75;
  margin: 12px 0 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hy-post-card__more {
  color: #2468f2;
  font-size: 14px;
  font-weight: 600;
  margin-top: auto;
  padding-top: 20px;
  text-decoration: none;
}

.hy-news-page {
  background: #f6f9fd;
  min-height: 720px;
  padding-top: 90px;
}

.hy-news-hero {
  background: linear-gradient(135deg, #eaf2ff 0%, #f8fbff 52%, #e7f5ff 100%);
  padding: 70px 20px 64px;
  text-align: center;
}

.hy-news-hero h1 {
  color: #15223a;
  font-size: 42px;
  line-height: 1.25;
  margin: 0;
}

.hy-news-hero > div > p:last-child,
.hy-news-hero__description {
  color: #718097;
  font-size: 16px;
  line-height: 1.75;
  margin: 14px auto 0;
  max-width: 720px;
}

.hy-news-hero__description p {
  margin: 0;
}

.hy-news-listing {
  padding: 64px 20px 90px;
}

.hy-empty-state {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 12px;
  color: #758195;
  padding: 45px 24px;
  text-align: center;
}

.hy-pagination {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}

.hy-pagination .navigation.pagination {
  margin: 0;
}

.hy-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.hy-pagination .page-numbers {
  align-items: center;
  background: #fff;
  border: 1px solid #dfe6f1;
  border-radius: 7px;
  color: #5f6c80;
  display: inline-flex;
  font-size: 14px;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0 13px;
  text-decoration: none;
}

.hy-pagination .page-numbers.current,
.hy-pagination a.page-numbers:hover {
  background: #2468f2;
  border-color: #2468f2;
  color: #fff;
}

.hy-article-page {
  background: linear-gradient(180deg, #f4f8ff 0%, #fff 460px);
  min-height: 720px;
  padding: 122px 20px 96px;
}

.hy-article-shell {
  max-width: 1040px;
}

.hy-breadcrumb {
  color: #97a2b2;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 9px;
  margin-bottom: 38px;
}

.hy-breadcrumb a {
  color: #6c7b91;
  text-decoration: none;
}

.hy-breadcrumb span:last-child {
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hy-article-header {
  margin: 0 auto 38px;
  max-width: 880px;
  text-align: center;
}

.hy-article-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 18px;
}

.hy-article-categories a {
  background: #e6efff;
  border-radius: 20px;
  color: #2468f2;
  font-size: 13px;
  padding: 6px 13px;
  text-decoration: none;
}

.hy-article-header h1 {
  color: #15223a;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.28;
  margin: 0;
}

.hy-article-meta {
  color: #8a96a8;
  display: flex;
  font-size: 14px;
  gap: 9px;
  justify-content: center;
  margin-top: 20px;
}

.hy-article-hero {
  aspect-ratio: 16 / 8.5;
  background: #eaf1fb;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(31, 62, 126, .1);
  margin: 0 0 38px;
  overflow: hidden;
}

.hy-article-hero img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hy-article-content {
  background: #fff;
  border: 1px solid #e9edf4;
  border-radius: 14px;
  box-shadow: 0 14px 45px rgba(31, 62, 126, .06);
  color: #4f5b6c;
  font-size: 17px;
  line-height: 1.95;
  padding: 54px 64px 62px;
}

.hy-article-content > :first-child {
  margin-top: 0;
}

.hy-article-content > :last-child {
  margin-bottom: 0;
}

.hy-article-content h2,
.hy-article-content h3,
.hy-article-content h4 {
  color: #1c293e;
  line-height: 1.4;
  margin: 1.7em 0 .7em;
}

.hy-article-content h2 { font-size: 28px; }
.hy-article-content h3 { font-size: 23px; }
.hy-article-content h4 { font-size: 19px; }

.hy-article-content a {
  color: #2468f2;
}

.hy-article-content img,
.hy-article-content video,
.hy-article-content iframe {
  border-radius: 9px;
  height: auto;
  max-width: 100%;
}

.hy-article-content blockquote {
  background: #f3f7ff;
  border-left: 4px solid #2468f2;
  color: #52627b;
  margin: 1.5em 0;
  padding: 18px 22px;
}

.hy-article-content ul,
.hy-article-content ol {
  padding-left: 1.45em;
}

.hy-article-tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 4px 0;
}

.hy-article-tags span {
  color: #7d899b;
  font-size: 14px;
}

.hy-article-tags a {
  background: #edf3fc;
  border-radius: 5px;
  color: #5874a1;
  font-size: 13px;
  padding: 6px 10px;
  text-decoration: none;
}

.hy-post-navigation {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 46px;
}

.hy-post-navigation > a {
  background: #fff;
  border: 1px solid #e5eaf2;
  border-radius: 10px;
  color: #607089;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px 22px;
  text-decoration: none;
}

.hy-post-navigation > a.is-next {
  text-align: right;
}

.hy-post-navigation > a span {
  color: #2468f2;
  font-size: 13px;
  margin-bottom: 8px;
}

.hy-post-navigation > a strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hy-post-navigation > a:hover {
  border-color: rgba(36, 104, 242, .4);
}

.hy-related-posts {
  margin-top: 72px;
}

.hy-related-posts .hy-section-heading {
  margin-bottom: 28px;
}

@media (max-width: 960px) {
  .hy-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hy-article-content {
    padding: 44px 42px 50px;
  }
}

@media (max-width: 640px) {
  .hy-home-news {
    padding: 64px 15px 72px;
  }

  .hy-section-heading {
    align-items: flex-start;
    display: block;
  }

  .hy-section-heading h2 {
    font-size: 29px;
  }

  .hy-section-heading__link {
    display: inline-block;
    margin-top: 18px;
  }

  .hy-post-grid {
    grid-template-columns: 1fr;
  }

  .hy-news-page {
    padding-top: 90px;
  }

  .hy-news-hero {
    padding: 50px 16px 46px;
  }

  .hy-news-hero h1 {
    font-size: 32px;
  }

  .hy-news-listing {
    padding: 42px 15px 68px;
  }

  .hy-article-page {
    padding: 108px 14px 72px;
  }

  .hy-breadcrumb {
    margin: 0 4px 28px;
  }

  .hy-breadcrumb span:last-child {
    display: none;
  }

  .hy-article-header h1 {
    font-size: 30px;
  }

  .hy-article-hero {
    border-radius: 10px;
    margin-bottom: 24px;
  }

  .hy-article-content {
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.85;
    padding: 32px 22px 40px;
  }

  .hy-post-navigation {
    display: block;
    margin-top: 32px;
  }

  .hy-post-navigation > a + a {
    margin-top: 12px;
  }

  .hy-related-posts {
    margin-top: 56px;
  }
}

/* Editorial archive: flat rows instead of cards. */
.hy-archive-page--editorial {
  background: #fff;
  color: #273246;
  min-height: 720px;
}

.hy-archive-shell {
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
}

.hy-archive-header {
  background: linear-gradient(180deg, #f4f8ff 0%, #fff 100%);
  border-bottom: 1px solid #edf0f5;
  padding: 122px 20px 56px;
}

.hy-archive-header .hy-breadcrumb {
  margin-bottom: 48px;
}

.hy-archive-header__eyebrow {
  color: #2468f2;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .16em;
  margin: 0 0 12px;
}

.hy-archive-header h1 {
  color: #15223a;
  font-size: 43px;
  line-height: 1.25;
  margin: 0;
}

.hy-archive-header > div > p:last-child,
.hy-archive-header__description {
  color: #748196;
  font-size: 16px;
  line-height: 1.7;
  margin: 14px 0 0;
  max-width: 720px;
}

.hy-archive-header__description p {
  margin: 0;
}

.hy-archive-listing {
  padding: 28px 20px 90px;
}

.hy-archive-list {
  border-top: 1px solid #e9edf3;
}

.hy-archive-row {
  align-items: center;
  border-bottom: 1px solid #e9edf3;
  display: grid;
  gap: 38px;
  grid-template-columns: 300px minmax(0, 1fr);
  padding: 34px 0;
}

.hy-archive-row__media {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #e8f0ff, #f6f9ff);
  border-radius: 8px;
  display: block;
  overflow: hidden;
}

.hy-archive-row__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
  width: 100%;
}

.hy-archive-row:hover .hy-archive-row__media img {
  transform: scale(1.035);
}

.hy-archive-row__media > span {
  align-items: center;
  color: rgba(36, 104, 242, .52);
  display: flex;
  font-size: 25px;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  letter-spacing: .12em;
}

.hy-archive-row__content {
  min-width: 0;
}

.hy-archive-row__meta {
  align-items: center;
  color: #909bad;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 7px;
}

.hy-archive-row__meta a {
  color: #6484bd;
  text-decoration: none;
}

.hy-archive-row__content h2 {
  font-size: 25px;
  line-height: 1.4;
  margin: 11px 0 0;
}

.hy-archive-row__content h2 a {
  color: #18243a;
  text-decoration: none;
}

.hy-archive-row__content h2 a:hover {
  color: #2468f2;
}

.hy-archive-row__content > p {
  color: #748196;
  display: -webkit-box;
  font-size: 15px;
  line-height: 1.75;
  margin: 12px 0 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hy-archive-row__more {
  color: #2468f2;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 17px;
  text-decoration: none;
}

.hy-archive-pagination {
  justify-content: flex-start;
}

/* Editorial single post: no content, navigation or related cards. */
.hy-article-page--editorial {
  background: linear-gradient(180deg, #f4f8ff 0, #fff 390px);
  padding: 122px 20px 96px;
}

.hy-article-page--editorial .hy-article-shell {
  max-width: 1040px;
}

.hy-editorial-header {
  margin: 58px auto 46px;
  max-width: 820px;
  text-align: left;
}

.hy-editorial-header__category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.hy-editorial-header__category a {
  color: #2468f2;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.hy-editorial-header h1 {
  font-size: clamp(34px, 4.6vw, 54px);
  line-height: 1.22;
  letter-spacing: -.02em;
}

.hy-editorial-header .hy-article-meta {
  justify-content: flex-start;
}

.hy-editorial-hero {
  aspect-ratio: auto;
  background: transparent;
  border-radius: 4px;
  box-shadow: none;
  margin: 0 auto 58px;
  max-width: 920px;
  overflow: hidden;
}

.hy-editorial-hero img {
  height: auto;
  max-height: 620px;
  object-fit: contain;
}

.hy-article-content.hy-editorial-content {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0 auto;
  max-width: 760px;
  padding: 0;
}

.hy-editorial-tags {
  border-top: 1px solid #e6eaf0;
  margin: 54px auto 0;
  max-width: 760px;
  padding-top: 20px;
}

.hy-editorial-tags a {
  background: transparent;
  padding: 0;
}

.hy-post-navigation.hy-editorial-navigation {
  border-bottom: 1px solid #e2e7ee;
  border-top: 1px solid #e2e7ee;
  gap: 50px;
  margin: 72px auto 0;
  max-width: 900px;
  padding: 30px 0;
}

.hy-post-navigation.hy-editorial-navigation > a {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.hy-post-navigation.hy-editorial-navigation > a:hover strong {
  color: #2468f2;
}

.hy-editorial-related {
  margin: 76px auto 0;
  max-width: 900px;
}

.hy-editorial-related__heading {
  margin-bottom: 20px;
}

.hy-editorial-related__heading > p {
  color: #2468f2;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  margin: 0 0 8px;
}

.hy-editorial-related__heading h2 {
  color: #18243a;
  font-size: 30px;
  margin: 0;
}

.hy-editorial-related__list {
  border-top: 1px solid #e3e8ef;
}

.hy-editorial-related__item {
  align-items: center;
  border-bottom: 1px solid #e3e8ef;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 25px 0;
}

.hy-editorial-related__item time {
  color: #929dae;
  font-size: 13px;
}

.hy-editorial-related__item h3 {
  font-size: 20px;
  line-height: 1.45;
  margin: 7px 0 0;
}

.hy-editorial-related__item h3 a {
  color: #1d293d;
  text-decoration: none;
}

.hy-editorial-related__item h3 a:hover {
  color: #2468f2;
}

.hy-editorial-related__item p {
  color: #7b8798;
  font-size: 14px;
  line-height: 1.65;
  margin: 7px 0 0;
}

.hy-editorial-related__arrow {
  color: #2468f2;
  font-size: 24px;
  text-decoration: none;
}

@media (max-width: 760px) {
  .hy-archive-header {
    padding: 108px 15px 42px;
  }

  .hy-archive-header .hy-breadcrumb {
    margin-bottom: 34px;
  }

  .hy-archive-header h1 {
    font-size: 34px;
  }

  .hy-archive-listing {
    padding: 12px 15px 68px;
  }

  .hy-archive-row {
    display: block;
    padding: 28px 0;
  }

  .hy-archive-row__media {
    margin-bottom: 20px;
  }

  .hy-archive-row__content h2 {
    font-size: 22px;
  }

  .hy-article-page--editorial {
    padding: 108px 15px 72px;
  }

  .hy-editorial-header {
    margin: 38px 0 32px;
  }

  .hy-editorial-header h1 {
    font-size: 32px;
  }

  .hy-editorial-header .hy-article-meta {
    flex-wrap: wrap;
  }

  .hy-editorial-hero {
    border-radius: 2px;
    margin-bottom: 38px;
  }

  .hy-article-content.hy-editorial-content {
    font-size: 16px;
  }

  .hy-post-navigation.hy-editorial-navigation {
    display: block;
    margin-top: 52px;
    padding: 24px 0;
  }

  .hy-post-navigation.hy-editorial-navigation > a + a {
    border-top: 1px solid #edf0f4;
    margin-top: 20px;
    padding-top: 20px;
  }

  .hy-editorial-related {
    margin-top: 58px;
  }

  .hy-editorial-related__item p {
    display: none;
  }
}

/* ================================================================
   2026 white visual system
   ================================================================ */
:root {
  --hy-blue: #1769ff;
  --hy-blue-dark: #0d4fd1;
  --hy-ink: #111b2e;
  --hy-copy: #536176;
  --hy-muted: #8793a6;
  --hy-line: #e7ebf1;
  --hy-soft: #f6f9fe;
  --hy-white: #fff;
  --hy-radius: 16px;
  --hy-shell: 1180px;
}

html {
  scroll-behavior: smooth;
}

body.hy-site {
  background: #fff;
  color: var(--hy-ink);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
  margin: 0;
  overflow-x: hidden;
}

body.hy-site *,
body.hy-site *::before,
body.hy-site *::after {
  box-sizing: border-box;
}

body.hy-site .container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--hy-shell);
  width: calc(100% - 40px);
}

.hy-site-header {
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(226, 231, 239, .9);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: box-shadow .2s ease, background .2s ease;
  z-index: 1000;
}

.hy-site-header.is-scrolled {
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 8px 28px rgba(24, 43, 80, .07);
}

.hy-site-header__inner {
  align-items: center;
  display: flex;
  height: 76px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--hy-shell);
  padding: 0 20px;
}

.hy-site-brand {
  align-items: center;
  color: var(--hy-ink);
  display: inline-flex;
  flex: 0 0 auto;
  gap: 11px;
  text-decoration: none;
}

.hy-site-brand__mark {
  align-items: center;
  background: var(--hy-blue);
  border-radius: 12px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.2);
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-style: italic;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  letter-spacing: -.06em;
  width: 44px;
}

.hy-site-brand__name {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -.04em;
}

.hy-site-header__navigation,
.hy-primary-nav {
  align-items: center;
  display: flex;
}

.hy-primary-nav {
  gap: 8px;
}

.hy-primary-nav a {
  border-radius: 9px;
  color: #344056;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 14px;
  text-decoration: none;
}

.hy-primary-nav a:hover,
.hy-primary-nav a.is-active {
  background: #f1f6ff;
  color: var(--hy-blue);
}

.hy-header-download,
.hy-footer-download {
  align-items: center;
  background: var(--hy-blue);
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: center;
  text-decoration: none;
}

.hy-header-download {
  margin-left: 18px;
  min-height: 42px;
  padding: 0 18px;
}

.hy-header-download:hover,
.hy-footer-download:hover {
  background: var(--hy-blue-dark);
  color: #fff;
}

.hy-menu-toggle {
  background: transparent;
  border: 0;
  display: none;
  padding: 8px;
}

.hy-menu-toggle > span:not(.screen-reader-text) {
  background: var(--hy-ink);
  display: block;
  height: 2px;
  margin: 5px 0;
  transition: transform .2s ease, opacity .2s ease;
  width: 24px;
}

.hy-site-footer {
  background: #fff;
  border-top: 1px solid var(--hy-line);
  padding: 72px 20px 0;
}

.hy-site-footer__inner {
  display: grid;
  gap: 58px;
  grid-template-columns: 1.7fr repeat(3, 1fr);
  margin: 0 auto;
  max-width: var(--hy-shell);
}

.hy-site-footer__brand > p {
  color: var(--hy-copy);
  font-size: 14px;
  line-height: 1.8;
  margin: 22px 0;
  max-width: 330px;
}

.hy-footer-download {
  gap: 9px;
  padding: 12px 17px;
}

.hy-footer-column {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.hy-footer-column h2 {
  color: var(--hy-ink);
  font-size: 15px;
  margin: 3px 0 9px;
}

.hy-footer-column a {
  color: #68758a;
  font-size: 14px;
  text-decoration: none;
}

.hy-footer-column a:hover {
  color: var(--hy-blue);
}

.hy-site-footer__bottom {
  border-top: 1px solid var(--hy-line);
  color: #929bad;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin: 58px auto 0;
  max-width: var(--hy-shell);
  padding: 22px 0 26px;
}

/* Home page */
.intro-wrap[data-v-b25877f0] {
  background: #fff;
  margin-top: 56px;
}

.intro-wrap .el-carousel,
.intro-wrap .el-carousel__container {
  height: clamp(430px, 32vw, 570px) !important;
}

.intro-wrap .el-carousel__item > img {
  object-fit: cover;
}

.intro-wrap .name[data-v-b25877f0] {
  color: var(--hy-ink);
  font-size: clamp(30px, 3vw, 46px);
  letter-spacing: -.04em;
}

.intro-wrap .reg-btn[data-v-b25877f0],
.intro-wrap .btn[data-v-b25877f0] {
  background: var(--hy-blue);
  border: 0;
  border-radius: 10px;
  color: #fff;
}

.box[data-v-b25877f0] {
  padding: 92px 0;
}

.box .title[data-v-b25877f0],
.hy-home-news .title[data-v-b25877f0] {
  color: var(--hy-ink);
  font-size: 36px;
  letter-spacing: -.035em;
}

.box .sub-title[data-v-b25877f0],
.hy-home-news .sub-title[data-v-b25877f0] {
  color: var(--hy-muted);
  font-size: 14px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.advantage-wrap[data-v-b25877f0] {
  background: #fff;
}

.advantage-wrap video[data-v-b25877f0] {
  border: 1px solid var(--hy-line);
  border-radius: var(--hy-radius);
  box-shadow: 0 25px 70px rgba(31, 58, 110, .11);
  height: auto;
  max-width: 900px;
  width: calc(100% - 40px);
}

.advantage-box[data-v-b25877f0] {
  background: var(--hy-soft);
}

.advantage-box .advantage-list[data-v-b25877f0] {
  display: grid !important;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: auto;
}

.advantage-box .advantage-list .item[data-v-b25877f0] {
  background: #fff;
  border: 1px solid var(--hy-line);
  border-radius: 14px;
  left: auto !important;
  margin: 0;
  min-height: 190px;
  padding: 28px;
  position: static;
  top: auto !important;
  width: auto;
}

.advantage-box .advantage-list .item .name[data-v-b25877f0],
.advantage-box .advantage-list .item .desc[data-v-b25877f0] {
  text-align: left !important;
}

.advantage-box .advantage-list .item .name[data-v-b25877f0] {
  color: var(--hy-ink);
}

.advantage-box .advantage-list .item .desc[data-v-b25877f0] {
  color: var(--hy-copy);
  font-size: 14px;
  line-height: 1.8;
}

.package-wrap[data-v-b25877f0] {
  background: #fff;
}

.package-wrap .package-box[data-v-b25877f0] {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.package-wrap .package-box .item[data-v-b25877f0] {
  background: #fff !important;
  border: 1px solid var(--hy-line);
  border-radius: 14px;
  margin: 0;
  width: auto;
}

.package-wrap .package-box .item:hover[data-v-b25877f0] {
  border-color: rgba(23,105,255,.35);
  box-shadow: 0 18px 45px rgba(28, 60, 120, .08);
}

.package-wrap .package-box .item .package-detail .txt-box[data-v-b25877f0] {
  color: var(--hy-copy);
  height: auto;
  min-height: 245px;
}

.serve-wrap[data-v-b25877f0] {
  background: var(--hy-soft);
}

.serve-wrap .serve-box[data-v-b25877f0] {
  align-items: stretch;
  gap: 18px;
}

.serve-wrap .serve-box .item[data-v-b25877f0] {
  background: #fff;
  border: 1px solid var(--hy-line);
  border-radius: 14px;
  padding: 32px;
  width: calc(33.333% - 12px);
}

.slogan-wrap[data-v-b25877f0] {
  background: #fff;
  border-top: 1px solid var(--hy-line);
  padding: 92px 0;
}

.slogan-wrap .txt[data-v-b25877f0] {
  color: var(--hy-ink);
  font-size: 34px;
}

.slogan-wrap .slogan-content .name[data-v-b25877f0] {
  color: var(--hy-blue);
}

.hy-home-news {
  background: #fff;
}

.hy-post-card {
  border-color: var(--hy-line);
  box-shadow: none;
}

.hy-post-card:hover {
  box-shadow: 0 18px 45px rgba(31, 62, 126, .08);
}

/* Ability */
.ability-page {
  background: #fff;
  padding-top: 112px;
}

.ability-breadcrumb {
  background: #fff;
  border-bottom: 1px solid var(--hy-line);
  color: var(--hy-muted);
}

.ability-layout {
  gap: 44px;
  padding-top: 42px;
}

.ability-nav {
  gap: 5px;
}

.ability-nav-item {
  border-radius: 9px;
  color: var(--hy-copy);
}

.ability-nav-item:hover,
.ability-nav-item.is-active {
  background: #f1f6ff;
  color: var(--hy-blue);
}

.ability-visual img {
  border: 1px solid var(--hy-line);
  border-radius: 18px;
}

.ability-copy h1 {
  color: var(--hy-ink);
  font-size: 34px;
}

.ability-copy p {
  color: var(--hy-copy);
}

/* Price */
.package-wrap[data-v-8ddc60be] {
  background: #fff !important;
  margin-top: 0;
  padding: 142px 0 90px !important;
}

.package-wrap[data-v-8ddc60be] > .container > .title {
  color: var(--hy-ink);
  font-size: 42px;
  letter-spacing: -.04em;
}

.package-wrap[data-v-8ddc60be] .sub-title {
  color: var(--hy-muted) !important;
}

.package-wrap[data-v-8ddc60be] .package-box {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.package-wrap[data-v-8ddc60be] .package-box .item {
  background: #fff !important;
  border: 1px solid var(--hy-line);
  border-radius: 14px;
  margin: 0;
  width: auto;
}

.package-wrap[data-v-8ddc60be] .package-detail {
  padding: 28px !important;
}

.package-wrap[data-v-8ddc60be] .package-detail .name {
  color: var(--hy-ink) !important;
}

.package-wrap[data-v-8ddc60be] .package-detail .btn {
  background: var(--hy-blue) !important;
  border: 0;
  color: #fff !important;
}

.package-wrap[data-v-8ddc60be] .package-detail .txt-box {
  color: var(--hy-copy);
  height: auto;
  min-height: 245px;
}

.membership[data-v-8ddc60be] {
  background: var(--hy-soft);
  padding: 86px 0;
}

.membership .list[data-v-8ddc60be] {
  border: 1px solid var(--hy-line);
  border-radius: 14px;
  overflow: auto;
}

/* Help */
.help-wrap[data-v-734b15a2] {
  background: #fff;
  margin-top: 0;
  padding: 136px 0 90px;
}

.help-wrap .help-box[data-v-734b15a2] {
  background: #fff;
  border-radius: 0;
  margin: 0 auto;
  max-width: 920px;
  padding: 0;
}

.help-wrap .title[data-v-734b15a2] {
  color: var(--hy-ink);
  font-size: 42px;
  letter-spacing: -.04em;
}

.tab .item[data-v-734b15a2] {
  border-color: var(--hy-line);
}

.tab .tab-item[data-v-734b15a2] {
  color: var(--hy-ink);
  font-size: 18px;
}

.tab .tab-content-item[data-v-734b15a2] {
  background: var(--hy-soft);
  border: 1px solid var(--hy-line);
  color: var(--hy-copy);
}

/* News, editorial, legal */
.hy-news-page,
.hy-archive-page--editorial,
.hy-article-page--editorial,
.legal-page {
  background: #fff;
}

.hy-news-hero,
.hy-archive-header {
  background: #fff;
  border-bottom: 1px solid var(--hy-line);
}

.hy-news-listing,
.hy-archive-listing {
  background: #fff;
}

.hy-article-page--editorial {
  background: #fff;
}

.legal-page {
  padding-top: 112px;
}

.legal-card {
  border-color: var(--hy-line);
  box-shadow: none;
}

.legal-header {
  background: #fff;
}

/* Legacy product template */
.breadcrumbs,
.product-page-head,
.wrapper.apps {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--hy-shell);
  width: calc(100% - 40px);
}

.breadcrumbs {
  color: var(--hy-muted);
  font-size: 14px;
  padding-top: 110px;
}

.breadcrumbs a {
  color: var(--hy-blue);
  text-decoration: none;
}

.product-page-head {
  padding: 60px 0 48px;
  text-align: center;
}

.product-page-head > p {
  color: var(--hy-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .14em;
}

.product-page-head h1 {
  color: var(--hy-ink);
  font-size: 42px;
  margin: 12px 0;
}

.product-page-head > div {
  color: var(--hy-copy);
}

.wrapper.apps {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-bottom: 90px;
}

.app_card {
  border: 1px solid var(--hy-line);
  border-radius: 14px;
  overflow: hidden;
}

.app_card .cover img {
  display: block;
  height: auto;
  width: 100%;
}

.app_card .cover {
  min-height: 250px;
}

.hy-product-placeholder {
  align-items: center;
  background: linear-gradient(145deg, #f1f6ff, #fff);
  color: var(--hy-blue);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  min-height: 250px;
}

.hy-product-placeholder strong {
  font-size: 34px;
  letter-spacing: .08em;
}

.hy-product-placeholder span {
  color: var(--hy-muted);
  font-size: 14px;
  margin-top: 10px;
}

.hy-product-icon {
  align-items: center;
  background: #edf4ff;
  border-radius: 10px;
  color: var(--hy-blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.app_card .app_title {
  align-items: center;
  display: flex;
  gap: 12px;
}

.app_card .tit_text h3,
.app_card .tit_text p {
  margin: 0;
}

.app_card .features {
  color: var(--hy-copy);
  font-size: 14px;
  line-height: 1.75;
  margin: 22px 0;
}

.app_card .down_btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.app_card .down_btns a {
  background: var(--hy-blue);
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  padding: 9px 13px;
  text-decoration: none;
}

.app_card .app_info {
  padding: 28px;
}

@media (max-width: 1000px) {
  .hy-primary-nav a {
    padding-left: 10px;
    padding-right: 10px;
  }

  .package-wrap .package-box[data-v-b25877f0],
  .package-wrap[data-v-8ddc60be] .package-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hy-menu-toggle {
    display: block;
  }

  .hy-site-header__navigation {
    align-items: stretch;
    background: #fff;
    border-bottom: 1px solid var(--hy-line);
    box-shadow: 0 18px 38px rgba(24, 43, 80, .08);
    display: none;
    flex-direction: column;
    left: 0;
    padding: 14px 20px 22px;
    position: absolute;
    right: 0;
    top: 76px;
  }

  .hy-site-header.is-menu-open .hy-site-header__navigation {
    display: flex;
  }

  .hy-site-header.is-menu-open .hy-menu-toggle > span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .hy-site-header.is-menu-open .hy-menu-toggle > span:nth-child(2) {
    opacity: 0;
  }

  .hy-site-header.is-menu-open .hy-menu-toggle > span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hy-primary-nav {
    align-items: stretch;
    flex-direction: column;
  }

  .hy-primary-nav a {
    padding: 12px 14px;
  }

  .hy-header-download {
    margin: 10px 0 0;
  }

  .hy-site-footer__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .advantage-box .advantage-list[data-v-b25877f0] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.hy-site .container {
    width: calc(100% - 30px);
  }

  .hy-site-header__inner {
    height: 68px;
    padding: 0 15px;
  }

  .hy-site-header__navigation {
    top: 68px;
  }

  .hy-site-brand__mark {
    border-radius: 10px;
    height: 38px;
    width: 38px;
  }

  .hy-site-brand__name {
    font-size: 21px;
  }

  .hy-site-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hy-site-footer__inner {
    gap: 36px 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hy-site-footer__brand {
    grid-column: 1 / -1;
  }

  .hy-site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .intro-wrap[data-v-b25877f0] {
    margin-top: 68px;
  }

  .intro-wrap .el-carousel,
  .intro-wrap .el-carousel__container {
    height: 320px !important;
  }

  .box[data-v-b25877f0] {
    padding: 68px 0;
  }

  .box .title[data-v-b25877f0],
  .hy-home-news .title[data-v-b25877f0] {
    font-size: 30px;
  }

  .advantage-box .advantage-list[data-v-b25877f0],
  .package-wrap .package-box[data-v-b25877f0],
  .package-wrap[data-v-8ddc60be] .package-box,
  .wrapper.apps {
    grid-template-columns: 1fr;
  }

  .serve-wrap .serve-box .item[data-v-b25877f0] {
    width: 100%;
  }

  .slogan-wrap .txt[data-v-b25877f0] {
    font-size: 27px;
    text-align: center;
  }

  .slogan-wrap .slogan-content[data-v-b25877f0] {
    display: grid;
    gap: 28px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .package-wrap[data-v-8ddc60be] {
    padding-top: 112px !important;
  }

  .help-wrap[data-v-734b15a2] {
    padding-top: 112px;
  }
}

.copyright-action {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 3;
}

.copyright-action a {
  color: #333333;
}

.copyright-action a:hover {
  text-decoration: underline;
}
