@font-face {
  font-family: "PingFang SC Custom";
  src: url("/web/custom/assets/font/PingFang SC.woff2") format("woff2");
  font-weight: 400 700;
  font-display: swap;
}

body {
  font-family: "PingFang SC Custom", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
}

.cart-site-template,
.jx-nav {
  font-size: 14px;
}

.jx-activity-page {
  background: #f4f7fb;
  color: #111827;
}

.activity-hero {
  position: relative;
  overflow: hidden;
  padding: 112px 0 70px;
  background:
    radial-gradient(circle at 18% 18%, rgba(40, 126, 255, 0.16), transparent 34%),
    linear-gradient(115deg, #f7fbff 0%, #edf6ff 48%, #ffffff 100%);
}

.activity-hero__inner,
.activity-entry,
.activity-sale__inner,
.activity-package__inner {
  width: min(100% - 48px, 1416px);
  margin: 0 auto;
}

.activity-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: 56px;
  min-height: 430px;
}

.activity-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1777ff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.activity-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #1777ff;
}

.activity-hero h1 {
  margin: 18px 0 18px;
  color: #111827;
  font-size: 54px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
}

.activity-hero p {
  max-width: 620px;
  margin: 0;
  color: #3f4f70;
  font-size: 18px;
  line-height: 1.9;
}

.activity-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.activity-hero__visual {
  position: relative;
  min-height: 330px;
  border: 1px solid rgba(45, 112, 255, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(35, 79, 139, 0.16);
}

.activity-hero__visual img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  display: block;
  object-fit: cover;
}

.activity-entry {
  padding: 76px 0 72px;
}

.activity-entry__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.activity-entry-card {
  position: relative;
  min-height: 188px;
  padding: 26px 26px 24px;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(196, 208, 226, 0.72);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 28px rgba(25, 53, 99, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.activity-entry-card::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(36, 117, 255, 0.18), rgba(87, 219, 255, 0.1));
}

.activity-entry-card:hover {
  border-color: rgba(31, 111, 255, 0.52);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(25, 83, 174, 0.15);
}

.activity-entry-card span {
  color: #1777ff;
  font-size: 13px;
  font-weight: 900;
}

.activity-entry-card h3 {
  margin: 18px 0 12px;
  color: #111827;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 900;
}

.activity-entry-card p {
  margin: 0;
  color: #53627f;
  font-size: 14px;
  line-height: 1.8;
}

.activity-sale {
  padding: 76px 0 80px;
  background:
    linear-gradient(180deg, rgba(238, 245, 255, 0.86), rgba(247, 250, 255, 0.96)),
    url("/web/custom/assets/img/hero-tech.webp") center/cover no-repeat;
}

.activity-sale__head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.activity-sale__head h2 {
  margin: 14px 0 0;
  color: #111827;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 900;
}

.activity-sale__head a {
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.activity-sale__head a:hover {
  color: #1777ff;
}

.activity-sale__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.activity-sale-card {
  padding: 24px;
  border: 1px solid rgba(196, 208, 226, 0.82);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 32px rgba(25, 53, 99, 0.08);
}

.activity-sale-card__tag {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  color: #ff6a00;
  font-size: 12px;
  border-radius: 3px;
  background: #fff1e8;
}

.activity-sale-card h3 {
  margin: 18px 0 12px;
  color: #111827;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 900;
}

.activity-sale-card p {
  min-height: 76px;
  margin: 0;
  color: #53627f;
  font-size: 14px;
  line-height: 1.8;
}

.activity-sale-card dl {
  margin: 22px 0 0;
  padding: 18px 0;
  border-top: 1px solid #e1e8f2;
  border-bottom: 1px solid #e1e8f2;
}

.activity-sale-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
  font-size: 14px;
}

.activity-sale-card dl div:first-child {
  margin-top: 0;
}

.activity-sale-card dt {
  color: #7b879d;
}

.activity-sale-card dd {
  margin: 0;
  color: #111827;
  font-weight: 700;
  text-align: right;
}

.activity-sale-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 20px;
}

.activity-sale-card__bottom strong {
  color: #ff5a00;
  font-size: 26px;
  line-height: 1;
  font-weight: 900;
}

.activity-sale-card__bottom a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 38px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 3px;
  background: #1777ff;
  box-shadow: 0 10px 20px rgba(23, 119, 255, 0.22);
}

.activity-package {
  padding: 72px 0 86px;
  background: #ffffff;
}

.activity-package__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  padding: 42px 48px;
  border: 1px solid rgba(196, 208, 226, 0.76);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(238, 246, 255, 0.92), rgba(255, 255, 255, 0.86)),
    url("/web/custom/assets/img/cloud-market-page-visual.png") right center/auto 100% no-repeat;
  box-shadow: 0 18px 46px rgba(25, 53, 99, 0.1);
}

.activity-package h2 {
  margin: 14px 0 12px;
  color: #111827;
  font-size: 32px;
  line-height: 1.35;
  font-weight: 900;
}

.activity-package p {
  max-width: 650px;
  margin: 0;
  color: #53627f;
  font-size: 15px;
  line-height: 1.8;
}

.activity-package__list {
  display: flex;
  gap: 12px;
}

.activity-package__list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  height: 40px;
  color: #1777ff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(23, 119, 255, 0.35);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.72);
}

.jx-info-page {
  background: #f4f7fb;
  color: #111827;
}

.info-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 70px;
  background:
    radial-gradient(circle at 12% 18%, rgba(23, 119, 255, 0.16), transparent 32%),
    linear-gradient(118deg, #f7fbff 0%, #eef6ff 52%, #ffffff 100%);
}

.info-hero__inner,
.info-section__inner,
.info-cta__inner {
  width: min(100% - 48px, 1416px);
  margin: 0 auto;
}

.info-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  align-items: center;
  gap: 58px;
  min-height: 430px;
}

.info-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1777ff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.info-eyebrow::before {
  content: "";
  width: 22px;
  height: 2px;
  background: #1777ff;
}

.info-hero h1 {
  margin: 18px 0 18px;
  color: #111827;
  font-size: 52px;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
}

.info-hero p {
  max-width: 650px;
  margin: 0;
  color: #3f4f70;
  font-size: 18px;
  line-height: 1.9;
}

.info-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.info-hero__visual {
  position: relative;
  min-height: 330px;
  border: 1px solid rgba(45, 112, 255, 0.16);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(35, 79, 139, 0.16);
}

.info-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
}

.info-section {
  padding: 76px 0;
}

.info-section--white {
  background: #ffffff;
}

.info-section--soft {
  background:
    linear-gradient(180deg, rgba(238, 245, 255, 0.9), rgba(247, 250, 255, 0.98)),
    url("/web/custom/assets/img/hero-tech.webp") center/cover no-repeat;
}

.info-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.info-section__head h2 {
  margin: 12px 0 0;
  color: #111827;
  font-size: 34px;
  line-height: 1.35;
  font-weight: 900;
}

.info-section__head p {
  max-width: 610px;
  margin: 0;
  color: #53627f;
  font-size: 15px;
  line-height: 1.8;
}

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

.info-card {
  position: relative;
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(196, 208, 226, 0.76);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(25, 53, 99, 0.08);
}

.info-card::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(23, 119, 255, 0.18), rgba(88, 217, 255, 0.08));
}

.info-card h3 {
  margin: 0 0 14px;
  padding-right: 48px;
  color: #111827;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 900;
}

.info-card p {
  margin: 0;
  color: #53627f;
  font-size: 14px;
  line-height: 1.85;
}

.info-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.info-list a,
.info-list article {
  min-height: 132px;
  padding: 24px;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(196, 208, 226, 0.76);
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(25, 53, 99, 0.06);
}

.info-list strong {
  display: block;
  margin-bottom: 10px;
  color: #111827;
  font-size: 18px;
  line-height: 1.4;
}

.info-list span,
.info-list p {
  margin: 0;
  color: #53627f;
  font-size: 14px;
  line-height: 1.8;
}

.info-cta {
  padding: 72px 0 86px;
  background: #ffffff;
}

.info-cta__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 42px;
  padding: 42px 48px;
  border: 1px solid rgba(196, 208, 226, 0.76);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(238, 246, 255, 0.94), rgba(255, 255, 255, 0.9)),
    url("/web/custom/assets/img/cloud-market-page-visual.png") right center/auto 100% no-repeat;
  box-shadow: 0 18px 46px rgba(25, 53, 99, 0.1);
}

.info-cta h2 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 32px;
  line-height: 1.35;
  font-weight: 900;
}

.info-cta p {
  margin: 0;
  color: #53627f;
  font-size: 15px;
  line-height: 1.8;
}

.info-cta__links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.info-cta__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  height: 40px;
  color: #1777ff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(23, 119, 255, 0.35);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1180px) {
  .info-hero__inner {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 640px) {
  .info-hero {
    padding: 82px 0 42px;
  }

  .info-hero__inner,
  .info-section__inner,
  .info-cta__inner {
    width: min(100% - 28px, 560px);
  }

  .info-hero__inner {
    gap: 24px;
    min-height: 0;
  }

  .info-hero h1 {
    font-size: 34px;
  }

  .info-hero p {
    font-size: 15px;
    line-height: 1.8;
  }

  .info-hero__visual,
  .info-hero__visual img {
    min-height: 220px;
  }

  .info-section {
    padding: 58px 0;
  }

  .info-section__head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .info-section__head h2,
  .info-cta h2 {
    font-size: 26px;
  }

  .info-grid,
  .info-list {
    grid-template-columns: 1fr;
  }

  .info-cta {
    padding: 56px 0 68px;
  }

  .info-cta__inner {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px 22px;
    background:
      linear-gradient(90deg, rgba(238, 246, 255, 0.96), rgba(255, 255, 255, 0.9)),
      url("/web/custom/assets/img/cloud-market-page-visual.png") right bottom/260px auto no-repeat;
  }
}

@media (max-width: 1180px) {
  .activity-entry__grid,
  .activity-sale__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .activity-hero__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .activity-hero {
    padding: 82px 0 42px;
  }

  .activity-hero__inner,
  .activity-entry,
  .activity-sale__inner,
  .activity-package__inner {
    width: min(100% - 28px, 560px);
  }

  .activity-hero__inner {
    gap: 24px;
    min-height: 0;
  }

  .activity-hero h1 {
    font-size: 34px;
  }

  .activity-hero p {
    font-size: 15px;
    line-height: 1.8;
  }

  .activity-hero__actions {
    margin-top: 24px;
  }

  .activity-hero__visual,
  .activity-hero__visual img {
    min-height: 220px;
  }

  .activity-entry {
    padding: 58px 0;
  }

  .activity-entry__grid,
  .activity-sale__grid {
    grid-template-columns: 1fr;
  }

  .activity-sale {
    padding: 58px 0 62px;
  }

  .activity-sale__head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .activity-sale__head h2,
  .activity-package h2 {
    font-size: 26px;
  }

  .activity-sale-card p {
    min-height: 0;
  }

  .activity-package {
    padding: 56px 0 68px;
  }

  .activity-package__inner {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px 22px;
    background:
      linear-gradient(90deg, rgba(238, 246, 255, 0.96), rgba(255, 255, 255, 0.9)),
      url("/web/custom/assets/img/cloud-market-page-visual.png") right bottom/260px auto no-repeat;
  }

  .activity-package__list {
    flex-wrap: wrap;
  }
}

:root {
  --brand-primary: #1F6FFF;
  --brand-primary-hover: #3284FF;
  --brand-primary-active: #0E4EC9;
  --brand-primary-soft: rgba(31, 111, 255, 0.08);
  --brand-primary-border: rgba(31, 111, 255, 0.6);
  --home-bg: #f5f7fb;
  --home-surface: #ffffff;
  --home-surface-soft: #f8fbff;
  --home-text: #101828;
  --home-muted: #667085;
  --home-line: #e4e9f2;
  --home-primary: var(--brand-primary);
  --home-primary-dark: var(--brand-primary-active);
  --home-accent: #00d5ff;
  --home-dark: #071527;
  --home-radius: 6px;
  --home-shadow: 0 18px 50px rgba(19, 44, 88, 0.12);
  --home-main-width: 1200px;
}

html {
  scroll-behavior: smooth;
}

.jx-home {
  margin: 0;
  color: var(--home-text);
  background: var(--home-bg);
  font-family: "PingFang SC Custom", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.jx-home a {
  color: inherit;
  text-decoration: none;
}

.home-container {
  width: min(var(--home-main-width), calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

body > header {
  position: relative;
  z-index: 10000;
}

.jx-nav {
  position: relative;
  z-index: 10000;
  height: 61px;
  color: #111827;
  background: rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(16px);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.jx-nav.is-scrolled {
  color: #111827;
  background: rgba(255, 255, 255, 0.96);
  border-color: #e5e7eb;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.08);
}

.jx-nav__inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  height: 61px;
}

.jx-nav__logo {
  display: flex;
  align-items: center;
  width: 160px;
  padding-left: 20px;
  flex-shrink: 0;
}

.jx-nav__logo img {
  display: block;
  width: 118px;
  height: auto;
}

.jx-nav__mobile-tools,
.jx-nav__mobile-toggle,
.jx-nav__mobile-search,
.jx-nav__mobile-user,
.jx-nav__account-menu {
  display: none;
}

.jx-nav__menu {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
  gap: 0;
  min-width: 0;
}

.jx-nav__link,
.jx-nav__actions a {
  display: inline-flex;
  align-items: center;
  height: 100%;
  color: inherit;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}

.jx-nav__item {
  display: flex;
  align-items: center;
  height: 100%;
}

.jx-nav__link {
  position: relative;
  padding: 0 9px;
}

.jx-nav__link::after {
  content: "";
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 0;
  height: 3px;
  background: var(--home-primary);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}

.jx-nav__link:hover,
.jx-nav__item:focus-within .jx-nav__link {
  color: var(--home-primary);
}

.jx-nav__link:hover::after,
.jx-nav__item:hover .jx-nav__link::after,
.jx-nav__item:focus-within .jx-nav__link::after {
  transform: scaleX(1);
}

.jx-nav-panel {
  position: fixed;
  top: 61px;
  left: 0;
  right: 0;
  z-index: 10010;
  display: none;
  color: #101828;
  background: #fff;
  border-top: 1px solid #eef1f6;
  box-shadow: 0 18px 38px rgba(21, 31, 48, 0.08);
  min-height: 570px;
  max-height: calc(100vh - 61px);
  overflow: auto;
}

.jx-nav__item--has-panel:hover .jx-nav-panel,
.jx-nav__item--has-panel:focus-within .jx-nav-panel {
  display: block;
}

.jx-nav-panel__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 12px;
  width: min(1080px, calc(100% - 96px));
  margin: 0 auto;
  padding: 44px 0 56px;
}

.jx-nav-panel__inner--simple {
  grid-template-columns: minmax(0, 1fr) 270px;
}

.jx-nav-panel h2,
.jx-nav-panel h3 {
  margin: 0;
  color: #101828;
  font-weight: 700;
}

.jx-nav-panel h2 {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #222b3a;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.jx-nav-panel h2 img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.jx-nav-panel h3 {
  margin: 0 0 16px;
  color: #252f42;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}

.jx-nav-panel h3:not(:first-child) {
  margin-top: 36px;
}

.jx-nav-panel__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.jx-nav-panel__cards a {
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 118px;
  min-height: 118px;
  padding: 22px 24px 24px;
  overflow: visible;
  color: #34415a;
  background: linear-gradient(180deg, #f5f7f9, #fff);
  border: 2px solid #fff;
  border-radius: 0;
  box-shadow: 0 7px 10px rgba(170, 183, 202, 0.43);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jx-nav-panel__cards a:hover {
  color: #34415a;
  border-color: #fff;
  box-shadow: 0 10px 16px rgba(170, 183, 202, 0.52);
  transform: translateY(-2px);
}

.jx-nav-panel__cards img {
  position: absolute;
  top: -13px;
  right: 14px;
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 8px 12px rgba(31, 111, 255, 0.22));
}

.jx-nav-panel__cards a:not(:has(img))::after {
  content: "";
  position: absolute;
  top: -13px;
  right: 14px;
  width: 52px;
  height: 52px;
  background: url("/web/custom/assets/img/product-icon-1.Db0JTMYC.png") center / contain no-repeat;
  filter: drop-shadow(0 8px 12px rgba(31, 111, 255, 0.22));
}

.jx-nav-panel__cards a:not(:has(img)):nth-child(2)::after {
  background-image: url("/web/custom/assets/img/product-icon-2.UGpSnG_r.png");
}

.jx-nav-panel__cards a:not(:has(img)):nth-child(3)::after {
  background-image: url("/web/custom/assets/img/product-icon-3.C0DmsdeV.png");
}

.jx-nav-panel__cards a:not(:has(img)):nth-child(4)::after {
  background-image: url("/web/custom/assets/img/product-icon-4.CO_NioD-.png");
}

.jx-nav-panel__cards strong {
  display: block;
  margin: 0 48px 10px 0;
  color: #1e2738;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
}

.jx-nav-panel__cards span {
  display: block;
  max-width: none;
  color: #3f4f70;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.jx-nav-panel__columns {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  max-width: 100%;
  margin-top: 38px;
}

.jx-nav-panel__products-main,
.jx-nav-panel__hot,
.jx-nav-panel__columns {
  min-width: 0;
}

.jx-nav-panel__products-main {
  grid-column: 1;
}

.jx-nav-panel__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 70px;
  row-gap: 24px;
  width: 100%;
  max-width: 100%;
  margin-top: 18px;
  padding-top: 22px;
  border-top: 1px solid #e5e7eb;
}

.jx-nav-panel__grid a {
  display: block;
  margin: 0 0 17px;
  color: #405174;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

.jx-nav-panel__grid a:hover,
.jx-nav-panel__news a:hover {
  color: var(--home-primary);
}

.jx-nav-panel__news {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin-top: 38px;
  padding: 0;
  border-left: 0;
}

.jx-nav-panel__news a {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding-top: 20px;
  color: #263246;
  border-top: 1px solid #e5e7eb;
  font-size: 14px;
  line-height: 1.3;
}

.jx-nav-panel__news span {
  display: inline-flex;
  align-items: center;
  height: 22px;
  margin-right: 0;
  padding: 0 8px;
  color: var(--home-primary);
  background: transparent;
  border: 1px solid #2f80ff;
  border-radius: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.jx-nav-panel__hot {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 100%;
  justify-self: stretch;
}

.jx-nav-panel__hot + .jx-nav-panel__columns {
  grid-column: 1;
}

.jx-nav-panel--products .jx-nav-panel__inner {
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 12px;
  width: min(1080px, calc(100% - 96px));
  padding: 44px 0 56px;
}

.jx-nav-panel--products .jx-nav-panel__products-main {
  display: contents;
}

.jx-nav-panel--products .jx-nav-panel__hot {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 100%;
  justify-self: stretch;
}

.jx-nav-panel--products .jx-nav-panel__cards {
  grid-template-columns: repeat(4, 258px);
  gap: 16px;
  width: 1080px;
  max-width: 100%;
  margin-top: 18px;
}

.jx-nav-panel--products .jx-nav-panel__cards a {
  display: block;
  box-sizing: border-box;
  width: 258px;
  height: 118px;
  min-height: 118px;
  padding: 22px 24px 24px;
  color: #34415a;
  background: linear-gradient(180deg, #f5f7f9, #fff);
  border: 2px solid #fff;
  box-shadow: 0 7px 10px rgba(170, 183, 202, 0.43);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.jx-nav-panel--products .jx-nav-panel__cards a:hover {
  color: #34415a;
  border-color: #fff;
  box-shadow: 0 10px 16px rgba(170, 183, 202, 0.52);
  transform: translateY(-2px);
}

.jx-nav-panel--products .jx-nav-panel__cards img {
  top: -13px;
  right: 14px;
  width: 52px;
  height: 52px;
}

.jx-nav-panel--products .jx-nav-panel__cards strong {
  display: block;
  margin: 0 48px 10px 0;
  color: #1e2738;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.3;
}

.jx-nav-panel--products .jx-nav-panel__cards span {
  display: block;
  max-width: none;
  color: #3f4f70;
  font-size: 13px;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.jx-nav-panel--products .jx-nav-panel__columns {
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  max-width: 100%;
  margin-top: 38px;
}

.jx-nav-panel--products .jx-nav-panel__news {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  margin-top: 38px;
  padding-left: 0;
}

.jx-nav-panel--products .jx-nav-panel__grid {
  width: 100%;
  max-width: 100%;
  gap: 28px;
  margin-top: 18px;
  padding-top: 20px;
}

.jx-nav-panel--products .jx-nav-panel__news a {
  margin-top: 18px;
}

.jx-nav__search {
  position: relative;
  display: flex;
  align-items: center;
  width: 210px;
  height: 40px;
  margin: 0 12px;
  flex-shrink: 0;
}

.jx-nav__search svg {
  position: absolute;
  left: 16px;
  z-index: 1;
  width: 20px;
  height: 20px;
  color: var(--home-primary);
  pointer-events: none;
  transition: color 0.2s ease;
}

.jx-nav__search input {
  width: 100%;
  height: 40px;
  padding: 0 16px 0 44px;
  color: #111827;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid #d9dee8;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  backdrop-filter: blur(14px);
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.jx-nav__search input::placeholder {
  color: #a3aab7;
}

.jx-nav__search input:hover,
.jx-nav__search input:focus {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #1F6FFF, #9B5CFF) border-box;
  border-color: transparent;
  box-shadow: 0 8px 22px rgba(31, 111, 255, 0.12);
}

.jx-nav.is-scrolled .jx-nav__search input {
  color: #111827;
  background: rgba(255, 255, 255, 0.88);
  border-color: #d9dee8;
}

.jx-nav.is-scrolled .jx-nav__search input::placeholder {
  color: #a3aab7;
}

.jx-nav__search:hover input,
.jx-nav__search:focus-within input {
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #1F6FFF, #9B5CFF) border-box;
  border-color: transparent;
  box-shadow: 0 8px 22px rgba(31, 111, 255, 0.12);
}

.jx-nav__search:hover svg,
.jx-nav__search:focus-within svg {
  color: var(--home-primary);
}

.jx-nav__actions {
  display: flex;
  align-items: center;
  height: 100%;
  flex-shrink: 0;
}

.jx-nav__actions a {
  padding: 0 10px;
}

.jx-nav__actions a:hover {
  color: var(--home-primary);
}

.jx-nav__guest {
  display: none;
  align-items: center;
  height: 100%;
}

.jx-nav__actions .jx-nav__register {
  position: relative;
  z-index: 0;
  min-width: 110px;
  justify-content: center;
  padding: 0 18px;
  overflow: hidden;
  color: #fff;
  background: var(--home-primary);
}

.jx-nav__actions .jx-nav__register:hover {
  color: #fff !important;
  background: var(--home-primary);
}

.jx-nav__actions .jx-nav__register:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.18);
  pointer-events: none;
  backdrop-filter: blur(10px);
}

.jx-nav__user {
  position: relative;
  display: none;
  align-items: center;
  height: 100%;
  padding: 0 10px;
}

.jx-nav__user-trigger {
  display: inline-flex;
  align-items: center;
  height: 100%;
  gap: 8px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.jx-nav__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.jx-nav__username {
  max-width: 96px;
  overflow: hidden;
  color: #111827;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}

.jx-nav__user-menu {
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 40;
  display: none;
  width: 150px;
  padding: 8px 0;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 4px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
}

.jx-nav__user:hover .jx-nav__user-menu,
.jx-nav__user:focus-within .jx-nav__user-menu {
  display: block;
}

.jx-nav__user-menu button,
.jx-nav__mobile-account-links button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 36px;
  padding: 0 16px;
  color: #1f2937;
  background: transparent;
  border: 0;
  font-size: 14px;
  text-align: left;
  cursor: pointer;
}

.jx-nav__user-menu button:hover,
.jx-nav__mobile-account-links button:hover {
  color: var(--home-primary);
  background: #f4f7ff;
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 106px;
  height: 40px;
  padding: 0 18px;
  color: #273142;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(39, 49, 66, 0.32);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.home-button:hover {
  color: #273142;
  background: rgba(255, 255, 255, 0.34);
  border-color: rgba(39, 49, 66, 0.58);
}

.home-button--primary,
.home-button--light {
  color: #273142;
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(39, 49, 66, 0.32);
}

.home-button--dark {
  color: #fff;
  background: var(--home-dark);
}

.home-hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  color: #273142;
  background: #eef3ff;
}

.home-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #eef3ff;
  object-fit: cover;
}

.home-hero__snapshot {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.home-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 650px;
  flex-direction: column;
  justify-content: center;
  padding: 90px 0 150px;
}

.home-hero h1 {
  max-width: 920px;
  margin: 0;
  color: #273142;
  font-size: 46px;
  line-height: 1.12;
  font-weight: 700;
  animation: homeSlideInLeft 0.78s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-hero__summary {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(39, 49, 66, 0.76);
  font-size: 16px;
  line-height: 1.9;
  animation: homeSlideInLeft 0.78s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
  animation: homeSlideInLeft 0.78s 0.24s cubic-bezier(0.22, 1, 0.36, 1) both;
}


.home-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(217, 222, 232, 0.58);
  border-bottom: 1px solid rgba(217, 222, 232, 0.58);
  box-shadow: 0 18px 48px rgba(36, 68, 122, 0.12);
  backdrop-filter: blur(16px);
}

.home-strip__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  width: min(var(--home-main-width), calc(100% - 48px));
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.home-strip__item {
  position: relative;
  min-height: 92px;
  padding: 17px 24px 15px;
  overflow: hidden;
  color: #273142;
  text-align: center;
  background: transparent;
  border-right: 0;
  box-shadow: none;
  animation: homeRiseIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) both;
  transition: background 0.24s ease, box-shadow 0.24s ease;
}

.home-strip__item:nth-child(2) {
  animation-delay: 0.08s;
}

.home-strip__item:nth-child(3) {
  animation-delay: 0.16s;
}

.home-strip__item:nth-child(4) {
  animation-delay: 0.24s;
}

.home-strip__item:nth-child(5) {
  animation-delay: 0.32s;
}

.home-strip__item:last-child {
  border-right: 0;
}

.home-strip__item:hover {
  background: rgba(255, 255, 255, 0.34);
  box-shadow: inset 1px 0 0 rgba(217, 222, 232, 0.72), inset -1px 0 0 rgba(217, 222, 232, 0.72);
}

.home-strip__item:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(255, 255, 255, 0.06));
  pointer-events: none;
}

.home-strip__item span,
.home-strip__item strong {
  display: block;
}

.home-strip__item span {
  position: relative;
  z-index: 1;
  color: rgba(24, 32, 46, 0.86);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.home-strip__item strong {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  color: rgba(39, 49, 66, 0.72);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}

.home-section-intro {
  padding: 84px 24px 42px;
  text-align: center;
  background: #fff;
}

.home-section-intro h2 {
  margin: 0;
  color: #162033;
  font-size: 32px;
  line-height: 1.35;
  font-weight: 700;
}

.home-section-intro p {
  margin: 22px 0 0;
  color: #56627a;
  font-size: 15px;
  line-height: 1.8;
}

.home-reveal-ready [data-home-reveal] {
  opacity: 0;
  transform: translate3d(0, 34px, 0);
}

.home-reveal-ready [data-home-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.72s ease, transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--home-reveal-delay, 0ms);
}

.home-service__body {
  padding: 28px 0 26px;
  background: #f1f4f8;
}

.home-product-board {
  display: grid;
  grid-template-columns: 280px repeat(3, 1fr);
  gap: 8px;
  align-items: stretch;
}

.home-product-feature,
.home-product-card,
.home-market-feature,
.home-market-card {
  background: #fff;
  border: 1px solid #eef1f6;
  box-shadow: 0 14px 34px rgba(20, 42, 82, 0.06);
}

.home-product-feature {
  grid-row: span 2;
  position: relative;
  min-height: 300px;
  padding: 42px 32px;
  overflow: hidden;
}

.home-product-feature::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 92px;
  height: 100%;
  background: linear-gradient(112deg, rgba(31, 111, 255, 0.08), rgba(31, 111, 255, 0));
  pointer-events: none;
}

.home-product-feature h3,
.home-product-card h3,
.home-market-feature h3,
.home-market-card h3 {
  margin: 0;
  color: #182235;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.home-product-feature img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 88%;
  max-width: 250px;
}

.home-product-card {
  position: relative;
  min-height: 142px;
  padding: 28px 28px 22px;
  overflow: hidden;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.home-product-card:hover {
  border-color: rgba(31, 111, 255, 0.18);
  box-shadow: 0 18px 42px rgba(20, 42, 82, 0.1);
}

.home-product-card p,
.home-market-feature p,
.home-market-card p {
  margin: 16px 0 0;
  color: #59657b;
  font-size: 14px;
  line-height: 1.8;
}

.home-product-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
  padding-right: 108px;
}

.home-product-card__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  color: #80889a;
  background: #fff;
  border: 1px solid #d9dee8;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.home-product-card__meta span:hover {
  color: var(--home-primary);
  background: #f7fbff;
  border-color: rgba(31, 111, 255, 0.38);
  box-shadow: 0 6px 14px rgba(31, 111, 255, 0.12);
}

.home-product-card__ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  pointer-events: none;
}

.home-product-card__ribbon img {
  display: block;
  width: 100%;
  height: 100%;
}

.home-product-card__ribbon em {
  position: absolute;
  top: 18px;
  right: -8px;
  width: 74px;
  height: 18px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  transform: rotate(45deg);
  transform-origin: center;
}

.home-mini-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  height: 32px;
  padding: 0 16px;
  color: #fff;
  background: var(--home-primary);
  border: 1px solid var(--home-primary);
  border-radius: 2px;
  box-shadow: 0 10px 20px rgba(31, 111, 255, 0.24);
  font-size: 13px;
  font-weight: 700;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.jx-home .home-mini-button,
.jx-home .home-mini-button:visited,
.jx-home .home-mini-button:hover,
.jx-home .home-mini-button:focus,
.jx-home .home-mini-button:active {
  color: #fff !important;
}

.home-mini-button:hover {
  color: #fff !important;
  background: #0f63f3;
  border-color: #0f63f3;
  box-shadow: 0 12px 24px rgba(31, 111, 255, 0.32);
}

.home-product-card .home-mini-button {
  position: absolute;
  right: 28px;
  bottom: 24px;
}

.home-product-card--intro {
  min-height: 142px;
}

.home-product-card--intro p {
  max-width: 220px;
}

.home-market-apps {
  padding: 0 0 96px;
  background: #f5f5f6;
}

.home-market-apps .home-section-intro {
  background: #f5f5f6;
}

.home-market-apps__layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 12px;
}

.home-market-feature {
  min-height: 372px;
  padding: 42px 32px 36px;
}

.home-market-feature h3 span {
  display: inline-flex;
  align-items: center;
  height: 20px;
  margin-left: 8px;
  padding: 0 8px;
  color: #fff;
  background: #eab45d;
  border-radius: 2px;
  font-size: 12px;
  vertical-align: middle;
}

.home-market-feature ul {
  display: grid;
  gap: 14px;
  margin: 28px 0 30px;
  padding-left: 18px;
  color: #1f2937;
  font-size: 14px;
  line-height: 1.6;
}

.home-market-apps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.home-market-card {
  position: relative;
  min-height: 180px;
  padding: 30px 32px 26px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 251, 255, 0.96)),
    #fff;
  border-color: rgba(226, 232, 240, 0.88);
  box-shadow: 0 12px 28px rgba(22, 41, 74, 0.06);
  transition:
    transform 0.26s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.26s ease,
    box-shadow 0.26s ease,
    background 0.26s ease;
}

.home-market-card::before {
  content: none;
}

.home-market-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.65), transparent);
  transform: skewX(-18deg);
  transition: left 0.62s ease, opacity 0.26s ease;
  pointer-events: none;
}

.home-market-card:hover,
.home-market-card:focus-within {
  transform: translate3d(0, -6px, 0);
  border-color: rgba(31, 111, 255, 0.24);
  box-shadow: 0 22px 44px rgba(21, 74, 158, 0.14);
}

.home-market-card:hover::after,
.home-market-card:focus-within::after {
  left: 120%;
  opacity: 1;
}

.home-market-card p {
  min-height: 54px;
  margin-bottom: 18px;
}

.home-market-card h3,
.home-market-card p,
.home-market-card .home-mini-button {
  position: relative;
  z-index: 1;
}

.home-market-card .home-mini-button {
  transition: transform 0.22s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-market-card:hover .home-mini-button,
.home-market-card:focus-within .home-mini-button {
  transform: translate3d(3px, 0, 0);
  box-shadow: 0 14px 26px rgba(31, 111, 255, 0.34);
}

.jx-market-page {
  background: #f5f8fc;
}

.market-hero {
  position: relative;
  min-height: 560px;
  padding: 112px 0 70px;
  overflow: hidden;
  background: #eef6ff url("/web/custom/assets/img/cloud-market-hero.png") center / cover no-repeat;
}

.market-hero__inner {
  display: grid;
  min-height: 378px;
  align-items: center;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: 52px;
}

.market-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 12px;
  color: var(--home-primary);
  background: rgba(31, 111, 255, 0.09);
  border: 1px solid rgba(31, 111, 255, 0.18);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
}

.market-hero h1 {
  margin: 22px 0 18px;
  color: #16233d;
  font-size: 52px;
  line-height: 1.12;
  font-weight: 800;
}

.market-hero p {
  max-width: 560px;
  margin: 0;
  color: #4d5e78;
  font-size: 17px;
  line-height: 1.9;
}

.market-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.market-hero__visual {
  display: block;
  width: 100%;
  max-width: 680px;
  justify-self: end;
  border-radius: 8px;
  filter: drop-shadow(0 24px 48px rgba(31, 111, 255, 0.18));
}

.market-categories {
  padding: 86px 0 96px;
  background: #fff;
}

.market-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 40px;
}

.market-category-card {
  position: relative;
  display: grid;
  min-height: 168px;
  align-content: start;
  padding: 28px 30px;
  color: #1e293b;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #e6edf7;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(24, 57, 110, 0.08);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.market-category-card:hover,
.market-category-card:focus-visible {
  color: #1e293b;
  border-color: rgba(31, 111, 255, 0.45);
  box-shadow: 0 18px 38px rgba(31, 111, 255, 0.15);
  transform: translateY(-3px);
}

.market-category-card img {
  width: 38px;
  height: 38px;
  margin-bottom: 20px;
}

.market-category-card strong {
  color: #17243d;
  font-size: 20px;
  line-height: 1.35;
}

.market-category-card span {
  margin-top: 12px;
  color: #5f6f87;
  font-size: 14px;
  line-height: 1.75;
}

.market-process {
  padding: 86px 0 96px;
  background: #f5f8fc;
}

.market-process__inner {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.76fr) minmax(520px, 1fr);
  gap: 58px;
}

.market-process h2 {
  margin: 20px 0 16px;
  color: #17243d;
  font-size: 34px;
  line-height: 1.35;
}

.market-process p {
  max-width: 520px;
  margin: 0;
  color: #5f6f87;
  font-size: 15px;
  line-height: 1.9;
}

.market-process__steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.market-process__steps li {
  display: flex;
  min-height: 94px;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid #e6edf7;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(24, 57, 110, 0.07);
}

.market-process__steps strong {
  color: rgba(31, 111, 255, 0.22);
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}

.market-process__steps span {
  color: #23314b;
  font-size: 16px;
  font-weight: 700;
}

.jx-product-page {
  background: #fff;
}

.product-hero {
  position: relative;
  min-height: 560px;
  padding: 116px 0 72px;
  overflow: hidden;
  background: #eef6ff;
}

.product-hero--cdn {
  background:
    linear-gradient(90deg, rgba(247, 251, 255, 0.96) 0%, rgba(238, 247, 255, 0.92) 46%, rgba(233, 243, 255, 0.62) 100%),
    url("/web/custom/assets/img/hero-tech.webp") center / cover no-repeat;
}

.product-hero--game {
  background:
    linear-gradient(90deg, rgba(247, 251, 255, 0.96) 0%, rgba(238, 247, 255, 0.9) 46%, rgba(233, 243, 255, 0.58) 100%),
    url("/web/custom/assets/img/hero-market.webp") center / cover no-repeat;
}

.product-hero--cloud {
  background:
    linear-gradient(90deg, rgba(247, 251, 255, 0.97) 0%, rgba(235, 246, 255, 0.92) 50%, rgba(230, 242, 255, 0.58) 100%),
    url("/web/custom/assets/img/hero-tech.webp") center / cover no-repeat;
}

.product-hero--light {
  background:
    linear-gradient(90deg, rgba(247, 251, 255, 0.98) 0%, rgba(235, 247, 255, 0.92) 48%, rgba(230, 242, 255, 0.56) 100%),
    url("/web/custom/assets/img/hero-market.webp") center / cover no-repeat;
}

.product-hero--dedicated {
  background:
    linear-gradient(90deg, rgba(247, 251, 255, 0.97) 0%, rgba(236, 247, 255, 0.9) 50%, rgba(231, 243, 255, 0.56) 100%),
    url("/web/custom/assets/img/hero-guarantee.webp") center / cover no-repeat;
}

.product-hero--domain {
  background:
    linear-gradient(90deg, rgba(247, 251, 255, 0.98) 0%, rgba(237, 247, 255, 0.92) 50%, rgba(230, 243, 255, 0.6) 100%),
    url("/web/custom/assets/img/hero-market.webp") center / cover no-repeat;
}

.product-hero--ssl {
  background:
    linear-gradient(90deg, rgba(247, 251, 255, 0.98) 0%, rgba(236, 248, 255, 0.92) 50%, rgba(230, 244, 255, 0.6) 100%),
    url("/web/custom/assets/img/hero-guarantee.webp") center / cover no-repeat;
}

.product-hero--sms {
  background:
    linear-gradient(90deg, rgba(247, 251, 255, 0.98) 0%, rgba(236, 247, 255, 0.92) 50%, rgba(230, 242, 255, 0.6) 100%),
    url("/web/custom/assets/img/hero-contact.webp") center / cover no-repeat;
}

.product-hero__inner {
  display: grid;
  min-height: 372px;
  align-items: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  gap: 54px;
}

.product-hero h1 {
  margin: 22px 0 18px;
  color: #16233d;
  font-size: 50px;
  line-height: 1.14;
  font-weight: 800;
}

.product-hero p {
  max-width: 590px;
  margin: 0;
  color: #4d5e78;
  font-size: 17px;
  line-height: 1.9;
}

.product-hero__visual {
  display: block;
  width: 100%;
  max-width: 690px;
  justify-self: end;
  border-radius: 10px;
  filter: drop-shadow(0 24px 48px rgba(31, 111, 255, 0.18));
}

.product-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.product-hero__badges li {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 12px;
  color: #2464d8;
  background: rgba(31, 111, 255, 0.08);
  border: 1px solid rgba(31, 111, 255, 0.18);
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
}

.product-capability {
  padding: 86px 0 96px;
  background: #fff;
}

.product-capability__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 42px;
}

.product-capability__grid article {
  min-height: 178px;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid #e6edf7;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(24, 57, 110, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-capability__grid article:hover {
  border-color: rgba(31, 111, 255, 0.45);
  box-shadow: 0 18px 38px rgba(31, 111, 255, 0.14);
  transform: translateY(-3px);
}

.product-capability__grid strong {
  color: #17243d;
  font-size: 20px;
  line-height: 1.35;
}

.product-capability__grid p {
  margin: 14px 0 0;
  color: #5f6f87;
  font-size: 14px;
  line-height: 1.78;
}

.product-scene {
  padding: 86px 0 96px;
  background: #f5f8fc;
}

.product-scene__inner {
  display: grid;
  align-items: start;
  grid-template-columns: minmax(0, 0.72fr) minmax(520px, 1fr);
  gap: 58px;
}

.product-scene h2 {
  margin: 20px 0 16px;
  color: #17243d;
  font-size: 34px;
  line-height: 1.35;
}

.product-scene p {
  max-width: 520px;
  margin: 0;
  color: #5f6f87;
  font-size: 15px;
  line-height: 1.9;
}

.product-scene__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.product-scene__cards a {
  display: flex;
  min-height: 92px;
  align-items: center;
  padding: 0 24px;
  color: #23314b;
  background: #fff;
  border: 1px solid #e6edf7;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(24, 57, 110, 0.07);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-scene__cards a:hover {
  color: var(--home-primary);
  border-color: rgba(31, 111, 255, 0.45);
  box-shadow: 0 18px 34px rgba(31, 111, 255, 0.13);
}

.product-flow {
  padding: 82px 0 92px;
  background: #fff;
}

.product-flow__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 36px;
  counter-reset: product-flow;
}

.product-flow__grid article {
  position: relative;
  min-height: 154px;
  padding: 28px 22px 24px;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  border: 1px solid #e6edf7;
  border-radius: 8px;
  overflow: hidden;
}

.product-flow__grid article::before {
  counter-increment: product-flow;
  content: "0" counter(product-flow);
  position: absolute;
  right: 18px;
  top: 14px;
  color: rgba(31, 111, 255, 0.12);
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.product-flow__grid strong {
  position: relative;
  color: #17243d;
  font-size: 18px;
}

.product-flow__grid p {
  position: relative;
  margin: 14px 0 0;
  color: #5f6f87;
  font-size: 14px;
  line-height: 1.78;
}

.product-bottom-cta {
  padding: 70px 0;
  background:
    linear-gradient(90deg, rgba(231, 244, 255, 0.9), rgba(246, 250, 255, 0.96)),
    url("/web/custom/assets/img/index/home-bg.png") center / cover no-repeat;
}

.product-bottom-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.product-bottom-cta h2 {
  margin: 0 0 12px;
  color: #17243d;
  font-size: 30px;
  line-height: 1.35;
}

.product-bottom-cta p {
  margin: 0;
  color: #5f6f87;
  font-size: 15px;
  line-height: 1.8;
}

@keyframes homeSlideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-42px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes homeRiseIn {
  from {
    opacity: 0;
    transform: translate3d(0, 24px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero h1,
  .home-hero__summary,
  .home-hero__actions,
  .home-strip__item {
    animation: none;
  }

  .home-reveal-ready [data-home-reveal],
  .home-reveal-ready [data-home-reveal].is-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .home-market-card,
  .home-market-card::before,
  .home-market-card::after,
  .home-market-card .home-mini-button {
    transition: none;
  }
}

.home-section-intro--soft {
  background: #f5f5f6;
}

.home-solutions {
  padding: 0 0 104px;
  overflow: hidden;
  background: #f5f5f6;
}

.home-solutions__tabs {
  display: flex;
  justify-content: center;
  gap: 34px;
  margin: -12px auto 32px;
  padding: 0 24px;
}

.home-solutions__tabs button {
  position: relative;
  height: 42px;
  padding: 0;
  color: #4f5b70;
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 16px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.home-solutions__tabs button::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: #111827;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.home-solutions__tabs button:hover,
.home-solutions__tabs button.is-active {
  color: #111827;
}

.home-solutions__tabs button.is-active::after {
  transform: translateX(-50%) scaleX(1);
}

.home-solutions__stage {
  position: relative;
  width: 100%;
}

.home-solutions__viewport {
  width: 100%;
  overflow: hidden;
}

.home-solutions__track {
  display: flex;
  gap: 24px;
  width: max-content;
  padding: 0 calc((100vw - min(928px, 100vw - 96px)) / 2);
  transform: translate3d(0, 0, 0);
  transition: transform 0.45s ease;
}

.home-solution-card {
  position: relative;
  flex: 0 0 min(928px, calc(100vw - 96px));
  height: 446px;
  overflow: hidden;
  color: #fff;
  background: var(--solution-image) center / cover no-repeat;
  border-radius: 18px;
  box-shadow: 0 20px 46px rgba(20, 42, 82, 0.15);
}

.home-solution-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 31, 0.06) 0%, rgba(7, 16, 31, 0.2) 38%, rgba(7, 16, 31, 0.74) 100%);
}

.home-solution-card div {
  position: absolute;
  left: 44px;
  right: 44px;
  bottom: 40px;
  z-index: 1;
}

.home-solution-card h3 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 700;
}

.home-solution-card p {
  max-width: 450px;
  margin: 16px 0 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.8;
}

.home-solution-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 106px;
  height: 40px;
  padding: 0 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.home-solution-card a:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

.home-solution-card a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 9px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.home-solutions__arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(226, 231, 240, 0.9);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(20, 42, 82, 0.18);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.home-solutions__arrow:hover {
  background: #fff;
  box-shadow: 0 18px 42px rgba(20, 42, 82, 0.24);
}

.home-solutions__arrow svg {
  display: block;
  width: 20px;
  height: 20px;
  color: #1f2937;
}

.home-solutions__arrow--prev {
  left: max(32px, calc((100vw - var(--home-main-width)) / 2 - 36px));
}

.home-solutions__arrow--prev svg {
  transform: rotate(180deg);
}

.home-solutions__arrow--next {
  right: max(32px, calc((100vw - var(--home-main-width)) / 2 - 36px));
}

.home-solutions__more {
  display: flex;
  width: fit-content;
  align-items: center;
  margin: 36px auto 0;
  color: #111827 !important;
  font-size: 15px;
  font-weight: 700;
}

.home-solutions__more:hover,
.home-solutions__more:focus {
  color: #111827 !important;
}

.home-solutions__more::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.home-infrastructure {
  padding: 0 0 58px;
  background: #fff;
}

.home-infrastructure .home-section-intro {
  padding: 84px 24px 42px;
}

.home-infrastructure .home-section-intro h2 {
  color: #21345f;
  font-size: 32px;
  line-height: 1.35;
}

.home-infrastructure .home-section-intro p {
  margin-top: 22px;
  color: #5f6675;
  font-size: 15px;
  line-height: 1.8;
}

.home-infrastructure__body {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 31px;
  align-items: start;
  min-height: 430px;
}

.home-infrastructure__content {
  padding-top: 10px;
}

.home-infrastructure__content h3 {
  margin: 0 0 20px;
  color: #17191f;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 900;
}

.home-infrastructure__content p {
  margin: 0 0 20px;
  color: #3d4656;
  font-size: 14px;
  line-height: 1.8;
}

.home-infrastructure__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  width: 138px;
  height: 49px;
  margin-bottom: 39px;
  color: #111;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid #111;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.home-infrastructure__link:hover,
.home-infrastructure__link:focus {
  color: #fff !important;
  background: var(--home-primary);
  border-color: var(--home-primary);
}

.home-infrastructure__link::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.home-infrastructure__stats {
  display: grid;
  grid-template-columns: 120px 120px;
  gap: 86px 44px;
  margin: 0;
}

.home-infrastructure__stats dt {
  color: #4f5b70;
  font-size: 14px;
  line-height: 1.4;
}

.home-infrastructure__stats dd {
  margin: 10px 0 0;
  color: #111827;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 500;
}

.home-infrastructure__map {
  position: relative;
  min-height: 430px;
  background: url("/web/custom/assets/img/2d-map.jpg") 50% 48% / contain no-repeat;
}

.home-infrastructure__marker {
  position: absolute;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.home-infrastructure__marker b {
  display: block;
  width: 64px;
  height: 21px;
  color: #343a45;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 10px rgba(20, 35, 55, 0.08);
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

.home-infrastructure__marker i {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  background: #2d74ff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(45, 116, 255, 0.16);
}

.home-infrastructure__marker i::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1px solid rgba(45, 116, 255, 0.48);
  animation: infra-marker-wave 2.4s ease-out infinite;
}

.home-infrastructure__marker i::before {
  content: "";
  position: absolute;
  inset: -3px;
  border: 1px solid rgba(45, 116, 255, 0.36);
  border-radius: 50%;
  animation: infra-marker-wave 2.4s ease-out 1.2s infinite;
}

.home-infrastructure__marker--beijing {
  top: 34%;
  left: 45.6%;
}

.home-infrastructure__marker--newyork {
  top: 29.4%;
  left: 88.6%;
}

@keyframes infra-marker-wave {
  0% {
    opacity: 0.92;
    transform: scale(0.7);
  }

  80% {
    opacity: 0;
    transform: scale(3.1);
  }

  100% {
    opacity: 0;
    transform: scale(3.1);
  }
}

.home-infrastructure__certs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  align-items: center;
  height: 125px;
  margin-top: 34px;
  padding: 0 56px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  box-shadow: none;
}

.home-infrastructure__certs div {
  display: flex;
  min-height: 84px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.home-infrastructure__certs img {
  display: block;
  width: 68px;
  height: 68px;
  margin-bottom: 12px;
  object-fit: contain;
}

.home-infrastructure__certs span {
  color: #5b6069;
  font-size: 13px;
  line-height: 1.4;
}

.home-news {
  position: relative;
  overflow: hidden;
  padding: 0 0 76px;
  background: #f0f3f7;
  background-image:
    linear-gradient(115deg, transparent 0, transparent 18%, rgba(255, 255, 255, 0.76) 18.1%, rgba(255, 255, 255, 0.76) 18.35%, transparent 18.45%, transparent 100%),
    linear-gradient(23deg, transparent 0, transparent 69%, rgba(255, 255, 255, 0.88) 69.1%, rgba(255, 255, 255, 0.88) 69.35%, transparent 69.45%, transparent 100%),
    linear-gradient(158deg, transparent 0, transparent 62%, rgba(191, 202, 219, 0.68) 62.15%, rgba(191, 202, 219, 0.68) 62.45%, transparent 62.55%, transparent 100%);
}

.home-news__inner {
  max-width: var(--home-main-width);
}

.home-news__heading {
  padding: 84px 24px 42px;
  text-align: center;
}

.home-news__heading h2 {
  margin: 0;
  color: #000813;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
}

.home-news__heading p {
  margin: 22px 0 0;
  color: #2d3440;
  font-size: 15px;
  line-height: 1.8;
}

.home-news__board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 28px;
}

.home-news-card {
  min-height: 297px;
  padding: 14px 21px 22px;
  background: rgba(247, 248, 251, 0.42);
  border: 1px solid rgba(205, 210, 218, 0.68);
  border-radius: 4px;
  box-shadow: 0 8px 20px rgba(31, 42, 58, 0.13);
  backdrop-filter: blur(8px);
}

.home-news-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 33px;
  border-bottom: 1px solid rgba(216, 222, 232, 0.95);
}

.home-news-card__head h3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #03070e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.home-news-card__head h3 svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  color: var(--home-primary);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.home-news-card__head a {
  color: #1f2530;
  font-size: 13px;
  line-height: 1;
  transition: color 0.18s ease;
}

.home-news-card__head a:hover,
.home-news-card__head a:focus {
  color: var(--home-primary);
}

.home-news-card__list {
  display: grid;
  gap: 16px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.home-news-card__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #252a33;
  font-size: 14px;
  line-height: 1.45;
}

.home-news-card__list a {
  display: block;
  min-width: 0;
  color: #252a33;
  transition: color 0.18s ease, transform 0.18s ease;
}

.home-news-card__list a:hover,
.home-news-card__list a:focus {
  color: var(--home-primary);
  transform: translateX(4px);
}

.home-news-card__date {
  color: #6b7280;
  font-size: 13px;
  white-space: nowrap;
}

.home-news-card__dot {
  color: var(--home-primary);
  font-weight: 700;
}

.home-news-card__title {
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-register-cta {
  position: relative;
  overflow: hidden;
  min-height: 205px;
  background: #eaf4ff url("/web/custom/assets/img/tos_c4d639c0dea08ff4ff2fa1327e1d1d26.jpg") center center / cover no-repeat;
}

.home-register-cta__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.home-register-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 205px;
  width: min(var(--home-main-width), calc(100% - 48px));
  margin: 0 auto;
  text-align: center;
}

.home-register-cta h2 {
  margin: 0;
  color: #263244;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.home-register-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 136px;
  height: 36px;
  margin-top: 30px;
  padding: 0 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  background: linear-gradient(100deg, #1F8BFF 0%, #7357FF 100%);
  box-shadow: 0 10px 24px rgba(31, 111, 255, 0.22);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.home-register-cta a:hover,
.home-register-cta a:focus {
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(31, 111, 255, 0.3);
  transform: translateY(-1px);
}

.home-register-cta a:visited,
.home-register-cta a:active {
  color: #fff !important;
}

@media (min-width: 1680px) {
  :root {
    --home-main-width: 1440px;
  }
}

@media (min-width: 1400px) and (max-width: 1679px) {
  :root {
    --home-main-width: 1280px;
  }
}

@media (max-width: 1180px) {
  .home-strip__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-product-board {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-market-apps__layout {
    grid-template-columns: 1fr;
  }

  .home-infrastructure__body {
    grid-template-columns: 1fr;
  }

  .home-infrastructure__map {
    min-height: 360px;
  }

  .home-infrastructure__certs {
    grid-template-columns: repeat(3, 1fr);
  }

  .home-news__board {
    grid-template-columns: 1fr;
  }

  .home-solutions__track {
    padding: 0 calc((100vw - min(780px, 100vw - 72px)) / 2);
  }

  .home-solutions__arrow--prev {
    left: 22px;
  }

  .home-solutions__arrow--next {
    right: 22px;
  }

}

@media (max-width: 900px) {
  html,
  body {
    overflow-x: hidden;
  }

  .site-header {
    position: fixed;
  }

  .jx-nav,
  .jx-nav__inner {
    height: 48px;
  }

  .jx-nav {
    background: #fff;
    border-bottom-color: #dfe3eb;
    box-shadow: none;
  }

  .jx-nav__inner {
    justify-content: space-between;
    padding: 0 12px 0 16px;
  }

  .jx-nav__logo {
    width: auto;
    padding-left: 0;
  }

  .jx-nav__logo img {
    width: 96px;
  }

  .jx-nav__mobile-tools {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
  }

  .jx-nav__mobile-search,
  .jx-nav__mobile-user,
  .jx-nav__mobile-toggle {
    display: inline-flex;
    width: 36px;
    height: 48px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #101828;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .jx-nav__mobile-user {
    border: 0;
  }

  .jx-nav__mobile-search img,
  .jx-nav__mobile-user img {
    display: block;
    width: 24px;
    height: 24px;
  }

  .jx-nav__mobile-toggle {
    flex-direction: column;
    gap: 4px;
  }

  .jx-nav__mobile-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 0;
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  .jx-nav.is-mobile-open .jx-nav__mobile-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .jx-nav.is-mobile-open .jx-nav__mobile-toggle span:nth-child(2) {
    opacity: 0;
  }

  .jx-nav.is-mobile-open .jx-nav__mobile-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .jx-nav::before {
    content: "";
    position: fixed;
    inset: 48px 0 0;
    z-index: 24;
    background: rgba(13, 22, 38, 0.38);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.22s ease, visibility 0.22s ease;
  }

  .jx-nav.is-mobile-open::before {
    opacity: 1;
    visibility: visible;
  }

  .jx-nav__account-menu {
    position: fixed;
    top: 48px;
    right: 0;
    left: 0;
    z-index: 28;
    display: block;
    padding: 16px 16px 22px;
    background: #fff;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.24s ease;
    pointer-events: none;
  }

  .jx-nav.is-account-open .jx-nav__account-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .jx-nav__mobile-account-links {
    flex-direction: column;
  }

  .jx-nav__account-menu > a,
  .jx-nav__mobile-account-links > a,
  .jx-nav__mobile-account-links > button {
    display: block;
    width: 100%;
    padding: 9px 0;
    color: #252b3a;
    background: transparent;
    border: 0;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }

  .jx-nav__account-actions {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 12px;
    padding-top: 16px;
    border-top: 1px solid #e5e7eb;
  }

  .jx-nav__account-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    color: #191919;
    border: 1px solid #7b7f88;
    border-radius: 18px;
    font-size: 14px;
  }

  .jx-nav__menu {
    position: fixed;
    top: 48px;
    right: 0;
    left: 0;
    z-index: 26;
    display: grid !important;
    grid-template-columns: 118px minmax(0, 1fr);
    align-content: start;
    height: calc(100vh - 144px) !important;
    padding: 0;
    overflow: hidden;
    background: #f5f5f6;
    box-shadow: none;
    transform: translateX(100%);
    transition: transform 0.26s ease;
  }

  .jx-nav.is-mobile-open .jx-nav__menu {
    transform: translateX(0);
  }

  .jx-nav__item {
    grid-column: 1;
    width: 118px;
    height: auto;
    border-bottom: 1px solid #edf0f5;
  }

  .jx-nav__link,
  .jx-nav__actions a {
    height: 56px;
    font-size: 15px;
    font-weight: 500;
  }

  .jx-nav__link {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 14px;
    color: #111827;
  }

  .jx-nav__link::after {
    content: none;
  }

  .jx-nav__item.is-mobile-open {
    background: #fff;
  }

  .jx-nav__item--has-panel > .jx-nav__link::before {
    content: "";
    order: 2;
    width: 7px;
    height: 7px;
    margin-left: 12px;
    border-right: 1.5px solid #252b3a;
    border-bottom: 1.5px solid #252b3a;
    transform: rotate(-45deg);
    transition: transform 0.2s ease;
  }

  .jx-nav__item--has-panel.is-mobile-open > .jx-nav__link::before {
    transform: rotate(-45deg);
  }

  .jx-nav-panel,
  .jx-nav__item--has-panel:hover .jx-nav-panel,
  .jx-nav__item--has-panel:focus-within .jx-nav-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 118px;
    display: none;
    min-height: 0;
    max-height: none;
    overflow-y: auto;
    border-top: 0;
    box-shadow: none;
    background: #fff;
  }

  .jx-nav__item--has-panel.is-mobile-open .jx-nav-panel {
    display: block;
  }

  .jx-nav-panel__inner,
  .jx-nav-panel__inner--simple,
  .jx-nav-panel--products .jx-nav-panel__inner {
    display: block;
    width: 100%;
    padding: 0 14px 24px;
  }

  .jx-nav-panel__products-main,
  .jx-nav-panel--products .jx-nav-panel__products-main {
    display: block;
  }

  .jx-nav-panel__hot,
  .jx-nav-panel__news,
  .jx-nav-panel--products .jx-nav-panel__hot,
  .jx-nav-panel--products .jx-nav-panel__news {
    display: none;
  }

  .jx-nav-panel__columns,
  .jx-nav-panel--products .jx-nav-panel__columns {
    display: block;
    width: 100%;
    margin: 0;
    padding: 14px 0 0;
  }

  .jx-nav-panel h2 {
    margin: 0 0 10px;
    padding: 0 0 14px;
    color: #191919;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #e5e7eb;
  }

  .jx-nav-panel h3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 13px 0;
    color: #111827;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    border-bottom: 1px solid #e5e7eb;
  }

  .jx-nav-panel h3::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #6b7280;
    border-bottom: 1.5px solid #6b7280;
    transform: rotate(45deg);
  }

  .jx-nav-panel__cards,
  .jx-nav-panel--products .jx-nav-panel__cards {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .jx-nav-panel__cards a,
  .jx-nav-panel--products .jx-nav-panel__cards a {
    min-height: 76px;
    padding: 14px 16px;
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .jx-nav-panel__cards img,
  .jx-nav-panel--products .jx-nav-panel__cards img {
    width: 36px;
    height: 36px;
  }

  .jx-nav-panel__cards span,
  .jx-nav-panel--products .jx-nav-panel__cards span {
    margin-top: 7px;
    color: #595959;
    font-size: 13px;
    line-height: 20px;
  }

  .jx-nav-panel__grid,
  .jx-nav-panel--products .jx-nav-panel__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .jx-nav-panel__grid > div,
  .jx-nav-panel--products .jx-nav-panel__grid > div {
    display: block;
  }

  .jx-nav-panel__grid a,
  .jx-nav-panel__news a,
  .jx-nav-panel--products .jx-nav-panel__grid a,
  .jx-nav-panel--products .jx-nav-panel__news a {
    display: block;
    padding: 10px 0 10px 12px;
    color: #4b5563;
    font-size: 13px;
    line-height: 22px;
    border-bottom: 1px solid #f0f2f5;
  }

  .jx-nav__search {
    position: fixed;
    top: 48px;
    right: 0;
    left: 0;
    z-index: 28;
    display: flex;
    width: auto;
    height: 60px;
    padding: 12px 15px;
    background: #f5f5f6;
    border-radius: 0 0 16px 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.26s ease;
  }

  .jx-nav.is-search-open .jx-nav__search {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .jx-nav__search input {
    width: 100%;
    height: 36px;
    padding-left: 40px;
    color: #252b3a;
    background: #fff;
    border: 1px solid #d4d4d4;
    border-radius: 18px;
    box-shadow: none;
  }

  .jx-nav__search svg {
    left: 27px;
    width: 16px;
    height: 16px;
  }

  .jx-nav__actions {
    position: fixed;
    right: 0;
    top: calc(100vh - 96px);
    bottom: auto;
    left: 0;
    z-index: 26;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 96px;
    padding: 14px 20px;
    background: #fff;
    border-top: 1px solid #e8edf5;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.26s ease;
  }

  .jx-nav.is-mobile-open .jx-nav__actions {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .jx-nav__actions a {
    justify-content: center;
    height: 36px;
    font-size: 13px;
  }

  .jx-nav__actions a:nth-child(-n+3) {
    display: none;
  }

  .jx-nav__actions .jx-nav__register {
    min-width: 0;
    height: 36px;
    padding: 0 8px;
    border-radius: 2px;
  }

  body.jx-mobile-nav-open {
    overflow: hidden;
  }

  .home-hero h1 {
    font-size: 42px;
  }

  .home-market-apps__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-solutions__tabs {
    flex-wrap: wrap;
    gap: 8px 24px;
  }

  .home-solution-card {
    flex-basis: min(780px, calc(100vw - 72px));
    height: 390px;
  }

  .home-infrastructure__body {
    gap: 12px;
  }
}

@media (max-width: 640px) {
  .home-container {
    width: min(100% - 28px, 560px);
  }

  .home-section-intro,
  .home-infrastructure .home-section-intro,
  .home-news__heading {
    padding: 54px 18px 30px;
  }

  .home-section-intro h2,
  .home-infrastructure .home-section-intro h2,
  .home-news__heading h2 {
    font-size: 25px;
    line-height: 1.35;
  }

  .home-section-intro p,
  .home-infrastructure .home-section-intro p,
  .home-news__heading p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.7;
  }

  .home-strip__grid {
    width: min(100% - 28px, 560px);
  }

  .home-hero {
    min-height: auto;
    background: #eef6ff url("/web/custom/assets/img/mobile-hero-cloud-bg.png") center top / cover no-repeat;
  }

  .home-hero__video,
  .home-hero__snapshot {
    display: none;
  }

  .home-hero__inner {
    min-height: 340px;
    padding: 70px 0 36px;
  }

  .home-strip {
    position: static;
    padding: 14px 0 18px;
    background: #f5f7fb;
    border-top: 0;
    border-bottom: 1px solid #e8edf5;
    box-shadow: none;
    backdrop-filter: none;
  }

  .home-strip__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    overflow: visible;
    background: transparent;
  }

  .home-strip__item {
    min-height: 118px;
    height: 118px;
    padding: 22px 20px 20px;
    overflow: visible;
    text-align: left;
    background: linear-gradient(180deg, #f5f7f9, #fff);
    border: 2px solid #fff;
    box-shadow: 0 7px 10px rgba(170, 183, 202, 0.43);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .home-strip__item::after {
    content: "";
    position: absolute;
    top: -13px;
    right: 14px;
    width: 52px;
    height: 52px;
    background: url("/web/custom/assets/img/product-icon-1.Db0JTMYC.png") center / contain no-repeat;
    filter: drop-shadow(0 8px 12px rgba(31, 111, 255, 0.22));
    pointer-events: none;
  }

  .home-strip__item:nth-child(2)::after {
    background-image: url("/web/custom/assets/img/product-icon-2.UGpSnG_r.png");
  }

  .home-strip__item:nth-child(3)::after {
    background-image: url("/web/custom/assets/img/product-icon-3.C0DmsdeV.png");
  }

  .home-strip__item:nth-child(4)::after {
    background-image: url("/web/custom/assets/img/product-icon-4.CO_NioD-.png");
  }

  .home-strip__item:nth-child(5)::after {
    background-image: url("/web/custom/assets/img/product-icon-2.UGpSnG_r.png");
  }

  .home-strip__item:last-child {
    grid-column: 1 / -1;
  }

  .home-strip__item:hover {
    background: #fff;
    box-shadow: 0 10px 16px rgba(170, 183, 202, 0.52);
    transform: translateY(-2px);
  }

  .home-strip__item:hover::before {
    content: none;
  }

  .home-strip__item span {
    margin-right: 48px;
    color: #1e2738;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 900;
  }

  .home-strip__item strong {
    margin-top: 10px;
    color: #3f4f70;
    font-size: 13px;
    line-height: 1.65;
    font-weight: 400;
  }

  .home-product-board,
  .home-market-apps__grid {
    grid-template-columns: 1fr;
  }

  .home-solutions {
    padding-bottom: 72px;
  }

  .home-solutions__tabs {
    justify-content: flex-start;
    gap: 8px;
    width: min(100% - 28px, 560px);
    margin: -4px auto 24px;
    padding: 0;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .home-solutions__tabs button {
    height: 36px;
    flex: 0 0 auto;
    padding: 0 6px;
    font-size: 14px;
  }

  .home-solutions__track {
    gap: 16px;
    width: auto;
    padding: 0;
    transition: none;
  }

  .home-solution-card {
    flex-basis: 100%;
    height: 320px;
    border-radius: 12px;
  }

  .home-solutions__viewport {
    width: min(100% - 28px, 560px);
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-solutions__viewport::-webkit-scrollbar {
    display: none;
  }

  .home-solution-card {
    scroll-snap-align: start;
  }

  .home-solution-card div {
    left: 24px;
    right: 24px;
    bottom: 28px;
  }

  .home-solution-card h3 {
    font-size: 24px;
  }

  .home-solutions__arrow {
    display: none;
  }

  .home-infrastructure {
    padding-bottom: 72px;
  }

  .home-infrastructure__body {
    min-height: 0;
  }

  .home-infrastructure__content h3 {
    font-size: 24px;
  }

  .home-infrastructure__stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-infrastructure__certs {
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    padding: 12px;
  }

  .home-infrastructure__map {
    min-height: 280px;
  }

  .home-infrastructure__stats dd {
    font-size: 34px;
  }

  .home-news {
    padding: 0 0 68px;
  }

  .home-news__board {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 42px;
  }

  .home-register-cta,
  .home-register-cta__inner {
    min-height: 190px;
  }

  .home-register-cta h2 {
    font-size: 21px;
  }

  .home-product-card .home-mini-button {
    position: static;
    margin-top: 18px;
  }

  .home-product-card__meta {
    padding-right: 0;
  }

  .home-hero {
    min-height: auto;
  }

  .home-hero__inner {
    min-height: 340px;
  }

  .home-hero h1 {
    font-size: 34px;
  }

  .home-hero__summary {
    font-size: 16px;
  }

  .market-hero {
    min-height: auto;
    padding: 86px 0 48px;
  }

  .market-hero__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .market-hero h1 {
    font-size: 36px;
  }

  .market-hero p {
    font-size: 15px;
    line-height: 1.8;
  }

  .market-hero__visual {
    max-width: 100%;
  }

  .market-categories,
  .market-process {
    padding: 62px 0;
  }

  .market-category-grid,
  .market-process__inner,
  .market-process__steps {
    grid-template-columns: 1fr;
  }

  .market-category-card {
    min-height: 0;
    padding: 22px;
  }

  .market-process__inner {
    gap: 28px;
  }

  .market-process h2 {
    font-size: 26px;
  }

  .product-hero {
    min-height: auto;
    padding: 86px 0 48px;
  }

  .product-hero__inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .product-hero h1 {
    font-size: 34px;
  }

  .product-hero p {
    font-size: 15px;
    line-height: 1.8;
  }

  .product-hero__visual {
    max-width: 100%;
  }

  .product-capability,
  .product-scene {
    padding: 62px 0;
  }

  .product-capability__grid,
  .product-scene__inner,
  .product-scene__cards,
  .product-flow__grid {
    grid-template-columns: 1fr;
  }

  .product-capability__grid article {
    min-height: 0;
    padding: 22px;
  }

  .product-scene__inner {
    gap: 28px;
  }

  .product-scene h2 {
    font-size: 26px;
  }

  .product-flow {
    padding: 62px 0;
  }

  .product-flow__grid article {
    min-height: 0;
    padding: 24px 22px;
  }

  .product-bottom-cta {
    padding: 48px 0;
  }

  .product-bottom-cta__inner {
    display: block;
  }

  .product-bottom-cta h2 {
    font-size: 24px;
  }

  .product-bottom-cta .home-button {
    margin-top: 22px;
  }
}

.site-header .jx-nav,
.site-header .jx-nav a,
.site-header .jx-nav span,
.site-header .jx-nav button {
  font-family: "PingFang SC Custom", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.site-header .jx-nav__link {
  font-weight: 400 !important;
}

.site-header .jx-nav-panel h2,
.site-header .jx-nav-panel h3,
.site-header .jx-nav-panel__cards strong,
.site-header .jx-nav-panel--products .jx-nav-panel__cards strong {
  font-weight: 600 !important;
}

.site-header .jx-nav-panel__cards span,
.site-header .jx-nav-panel__grid a,
.site-header .jx-nav-panel__news a,
.site-header .jx-nav-panel__news span {
  font-weight: 400 !important;
}
