body.solution-page > .sol-mobile {
  display: none;
}

html[data-mobile].solution-page-html body.solution-page > main.sol-canvas {
  display: none !important;
}

html[data-mobile] body.solution-page > .sol-mobile {
  display: block !important;
}

html[data-mobile] body.solution-page {
  padding-top: calc(120 / 1080 * 100vw) !important;
  background: #061124 !important;
}

html[data-mobile],
html[data-mobile] body.solution-page,
html[data-mobile] body.solution-page .sol-mobile {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: clip !important;
  overflow-y: visible !important;
  scroll-snap-type: none !important;
}

html[data-mobile] body.solution-page .sol-mobile {
  --solm-blue: #5267bd;
  --solm-bright: #16c7ff;
  --solm-ink: #0a1733;
  --solm-paper: #f6f8fc;
  width: 100%;
  color: #eef4ff;
  background: #061124;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: var(--fs-14);
  line-height: 1.6;
}

html[data-mobile] body.solution-page .sol-mobile,
html[data-mobile] body.solution-page .sol-mobile * {
  box-sizing: border-box;
}

html[data-mobile] body.solution-page .sol-mobile :where(h1, h2, h3, p, figure) {
  margin: 0;
}

html[data-mobile] body.solution-page .sol-mobile :where(ul, dl, dd) {
  margin: 0;
  padding: 0;
}

html[data-mobile] body.solution-page .sol-mobile img {
  display: block;
  max-width: 100%;
}

html[data-mobile] body.solution-page .solm-hero {
  position: relative;
  padding: clamp(54px, 15vw, 68px) 20px clamp(92px, 25vw, 112px);
  overflow: hidden;
  isolation: isolate;
  background-color: #061124;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

html[data-mobile] body.solution-page .solm-hero__visual {
  position: relative;
  width: min(100%, 355px);
  height: clamp(205px, 66vw, 270px);
  margin-inline: auto;
}

html[data-mobile] body.solution-page .solm-hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

html[data-mobile] body.solution-page .solm-hero h1 {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  margin-top: -20px;
  color: #f2f6ff;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

html[data-mobile] body.solution-page .solm-hero__title-main {
  color: #fff;
  font-size: var(--fs-48);
}

html[data-mobile] body.solution-page .solm-hero__title-sub {
  color: #8fa9d8;
  font-size: var(--fs-36);
}

html[data-mobile] body.solution-page .solm-hero__abilities {
  display: grid;
  width: calc(744 / 1080 * 100vw);
  grid-template-columns: repeat(2, calc(327 / 1080 * 100vw));
  column-gap: calc(90 / 1080 * 100vw);
  row-gap: calc(84 / 1080 * 100vw);
  margin-top: clamp(55px, 15vw, 72px);
  margin-inline: auto;
}

html[data-mobile] body.solution-page .solm-hero__ability {
  display: grid;
  width: calc(327 / 1080 * 100vw);
  min-width: 0;
  justify-items: center;
  text-align: center;
}

html[data-mobile] body.solution-page .solm-hero__ability:nth-child(3) {
  order: 4;
}

html[data-mobile] body.solution-page .solm-hero__ability:nth-child(4) {
  order: 3;
}

html[data-mobile] body.solution-page .solm-hero__ability > img {
  width: calc(280 / 1080 * 100vw);
  height: calc(280 / 1080 * 100vw);
  object-fit: contain;
}

html[data-mobile] body.solution-page .solm-hero__ability-title {
  position: relative;
  display: flex;
  width: calc(327 / 1080 * 100vw);
  min-height: calc(63 / 1080 * 100vw);
  margin-top: calc(-12 / 1080 * 100vw);
  padding-inline: calc(24 / 1080 * 100vw);
  align-items: center;
  justify-content: center;
  gap: calc(18 / 1080 * 100vw);
  color: #1cd4ff;
  background: linear-gradient(90deg, rgba(13, 41, 96, 0.00) 0%, #0D2960 50%, rgba(13, 41, 96, 0.00) 100%);
  opacity: 0.8;
  font-size: var(--fs-30);
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

html[data-mobile] body.solution-page .solm-hero__ability-line {
  position: absolute;
  left: 50%;
  width: calc(189 / 1080 * 100vw);
  height: calc(1.5 / 1080 * 100vw);
  background-position: center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  pointer-events: none;
}

html[data-mobile] body.solution-page .solm-hero__ability-line--top {
  top: 0;
  background-image: url("../images/solution/figma/solution-ability-line-top.png");
}

html[data-mobile] body.solution-page .solm-hero__ability-line--bottom {
  bottom: 0;
  background-image: url("../images/solution/figma/solution-ability-line-bottom.png");
}

html[data-mobile] body.solution-page .solm-hero__ability-title::before,
html[data-mobile] body.solution-page .solm-hero__ability-title::after {
  width: calc(12 / 1080 * 100vw);
  height: calc(17 / 1080 * 100vw);
  flex: 0 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

html[data-mobile] body.solution-page .solm-hero__ability-title::before {
  background-image: url("../images/solution/figma/solution-ability-arrow-left.svg");
}

html[data-mobile] body.solution-page .solm-hero__ability-title::after {
  background-image: url("../images/solution/figma/solution-ability-arrow-right.svg");
}

html[data-mobile] body.solution-page .solm-hero__ability-detail {
  width: 100%;
  margin-top: calc(18 / 1080 * 100vw);
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
  font-size: var(--fs-15);
  line-height: calc(24 / 1080 * 100vw);
  text-align: center;
  white-space: nowrap;
}

html[data-mobile] body.solution-page .solm-platform {
  position: relative;
  padding: 0 24px clamp(74px, 20vw, 96px);
  overflow: hidden;
  color: #eef4ff;
  background:
    linear-gradient(180deg, #040e1f 0, #0a1733 clamp(60px, 18vw, 80px)),
    #0a1733;
}

html[data-mobile] body.solution-page .solm-platform__stage {
  position: relative;
  width: calc(100% + 48px);
  margin: calc(145 / 1080 * 100vw) -24px 26px;
}

html[data-mobile] body.solution-page .solm-platform .solm-section-heading {
  position: absolute;
  z-index: 2;
  top: calc(-145 / 1080 * 100vw);
  left: 0;
  display: grid;
  width: 100%;
  height: calc(517 / 1080 * 100vw);
  padding: calc(128 / 1080 * 100vw) 24px 0;
  justify-items: center;
  align-content: start;
  gap: 3px;
  margin: 0;
  box-sizing: border-box;
  background: linear-gradient(180deg, #030A15 0%, rgba(3, 10, 21, 0.00) 100%);
  text-align: center;
}

html[data-mobile] body.solution-page .solm-platform h2 {
  font-size: var(--fs-48);
  font-weight: 400;
  line-height: 1.35;
}

html[data-mobile] body.solution-page .solm-platform .sol-platform-title-line,
html[data-mobile] body.solution-page .solm-platform .sol-platform-description-line {
  display: block;
}

html[data-mobile] body.solution-page .solm-platform__subtitle {
  margin-top: calc(12 / 1080 * 100vw);
  color: #cfd8eb;
  font-size: var(--fs-30);
  line-height: 1.45;
}

html[data-mobile] body.solution-page .solm-platform__eyebrow {
  margin-top: 8px !important;
  color: #8390aa;
  font-size: var(--fs-14);
  line-height: 1.55;
}

html[data-mobile] body.solution-page .solm-platform__description {
  max-width: 35em;
  margin-top: calc(16 / 1080 * 100vw) !important;
  color: #8390aa;
  font-size: var(--fs-24);
  line-height: 1.75;
}

html[data-mobile] body.solution-page .solm-platform__visual {
  width: 100%;
  margin: 0;
}

html[data-mobile] body.solution-page .solm-platform__visual img {
  width: 100%;
  height: auto;
}

html[data-mobile] body.solution-page .solm-platform__rows {
  display: grid;
  gap: 12px;
  max-width: 600px;
  margin-inline: auto;
}

html[data-mobile] body.solution-page .solm-platform-row {
  overflow: hidden;
  border: 1px solid rgba(137, 160, 209, 0.55);
  border-radius: 4px;
  color: #e9effb;
  background: rgba(53, 68, 101, 0.58);
}

html[data-mobile] body.solution-page .solm-platform-row summary {
  display: grid;
  min-height: 45px;
  padding: 10px 16px;
  grid-template-columns: 19px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: var(--fs-36);
  list-style: none;
}

html[data-mobile] body.solution-page .solm-platform-row summary::-webkit-details-marker {
  display: none;
}

html[data-mobile] body.solution-page .solm-platform-row summary img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

html[data-mobile] body.solution-page .solm-platform-row summary i,
html[data-mobile] body.solution-page .solm-platform-row summary i::after {
  display: block;
  width: 14px;
  height: 1.5px;
  background: currentColor;
  content: "";
}

html[data-mobile] body.solution-page .solm-platform-row summary i::after {
  transform: rotate(90deg);
}

html[data-mobile] body.solution-page .solm-platform-row[open] summary i::after {
  transform: rotate(0deg);
}

html[data-mobile] body.solution-page .solm-platform-row ul {
  display: grid;
  gap: 8px;
  padding: 0 16px 15px 47px;
  color: #aab8d0;
  font-size: var(--fs-36);
  line-height: 1.6;
  list-style: none;
}

html[data-mobile] body.solution-page .solm-platform-row li {
  display: grid;
  gap: 2px;
}

html[data-mobile] body.solution-page .solm-platform-row strong {
  color: #dce7fb;
  font-size: var(--fs-42);
  font-weight: 500;
}

html[data-mobile] body.solution-page .solm-dossier {
  padding: clamp(34px, 10vw, 48px) 20px clamp(48px, 13vw, 64px);
  color: #1e2d55;
  background: var(--solm-paper);
}

html[data-mobile] body.solution-page .solm-dossier .solm-section-heading {
  display: grid;
  justify-items: center;
  gap: 2px;
  margin-bottom: 18px;
  text-align: center;
}

html[data-mobile] body.solution-page .solm-dossier h2 {
  font-size: var(--fs-48);
  font-weight: 600;
  line-height: 1.45;
}

html[data-mobile] body.solution-page .solm-dossier .solm-section-heading > p {
  color: #8a96b2;
  font-size: var(--fs-36);
}

html[data-mobile] body.solution-page .solm-dossier__tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 680px;
  margin: 0 auto 5px;
}

html[data-mobile] body.solution-page [data-solm-tab] {
  min-width: 0;
  min-height: 40px;
  padding: 8px 3px;
  border: 0;
  border-radius: 2px;
  color: #77829c;
  background: #f1f3f7;
  font: inherit;
  font-size: var(--fs-36);
  line-height: 1.25;
  cursor: pointer;
}

html[data-mobile] body.solution-page [data-solm-tab][aria-selected="true"] {
  color: #f5f7ff;
  background: var(--solm-blue);
}

html[data-mobile] body.solution-page [data-solm-tab]:focus-visible,
html[data-mobile] body.solution-page .solm-platform-row summary:focus-visible {
  outline: 2px solid #2588e7;
  outline-offset: 2px;
}


html[data-mobile] body.solution-page .solm-dossier__panels {
  max-width: 680px;
  margin-inline: auto;
}

html[data-mobile] body.solution-page .solm-dossier__panel:not([hidden]) {
  display: grid;
  gap: 24px;
  padding: 12px 18px 28px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.8);
}

html[data-mobile] body.solution-page .solm-dossier__panel > img {
  width: 100%;
  height: auto;
  aspect-ratio: 360 / 184;
  object-fit: cover;
  border-radius: 3px;
}

html[data-mobile] body.solution-page .solm-dossier__features {
  display: grid;
  justify-items: center;
  gap: 2px 0;
  color: #283a6c;
  font-size: var(--fs-42);
  line-height: 1.65;
  list-style: none;
  text-align: center;
}

html[data-mobile] body.solution-page .solm-dossier__features li {
  display: flex;
  justify-content: center;
  white-space: nowrap;
}

html[data-mobile] body.solution-page .solm-dossier__features li > span:not(:last-child)::after {
  margin-inline: 7px;
  color: #7d89a4;
  content: "|";
}

html[data-mobile] body.solution-page .solm-dossier__specs {
  display: grid;
  gap: 14px;
}

html[data-mobile] body.solution-page .solm-dossier__specs > div {
  display: grid;
  gap: 7px;
}

html[data-mobile] body.solution-page .solm-dossier__specs dt {
  justify-self: start;
  padding: 2px 9px;
  border-radius: 3px;
  color: #6680b5;
  background: #dcecff;
  font-size: var(--fs-42);
  line-height: 1.5;
}

html[data-mobile] body.solution-page .solm-dossier__specs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  color: #7c879f;
  font-size: var(--fs-36);
  line-height: 1.65;
  list-style: none;
}

html[data-mobile] body.solution-page .solm-dossier__specs li:not(:last-child)::after {
  margin-inline: 6px;
  color: #9da6b8;
  content: "、";
}

html[data-mobile] body.solution-page .solm-unavailable {
  padding: 16px 0;
  color: inherit;
  font-size: var(--fs-14);
}

@media (max-width: 360px) {
  html[data-mobile] body.solution-page .solm-hero__abilities {
    gap: 30px 8px;
    margin-top: 44px;
  }

  html[data-mobile] body.solution-page .solm-platform {
    padding-inline: 20px;
  }

  html[data-mobile] body.solution-page .solm-platform__visual {
    width: calc(100% + 40px);
    margin-inline: -20px;
  }

  html[data-mobile] body.solution-page .solm-dossier {
    padding-inline: 16px;
  }
}

@media (min-width: 720px) and (max-width: 1080px) {
  html[data-mobile] body.solution-page .solm-hero,
  html[data-mobile] body.solution-page .solm-platform,
  html[data-mobile] body.solution-page .solm-dossier {
    padding-left: max(48px, calc((100vw - 760px) / 2));
    padding-right: max(48px, calc((100vw - 760px) / 2));
  }

  html[data-mobile] body.solution-page .solm-hero__visual {
    height: 330px;
  }

  html[data-mobile] body.solution-page .solm-platform__visual {
    width: 100%;
    max-width: 760px;
    height: 420px;
    margin: -38px auto 32px;
  }

  html[data-mobile] body.solution-page .solm-platform__rows {
    max-width: 680px;
  }
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  html[data-mobile] body.solution-page [data-solm-tab],
  html[data-mobile] body.solution-page .solm-platform-row summary i::after {
    transition: background-color 240ms ease, color 240ms ease, transform 240ms ease;
  }
}

@media (prefers-reduced-motion: reduce) {
  html[data-mobile] body.solution-page .sol-mobile *,
  html[data-mobile] body.solution-page .sol-mobile *::before,
  html[data-mobile] body.solution-page .sol-mobile *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
/* Figma 3204:3623 / 3227:7129 — 1080 H5 platform contract. */
@media (max-width: 67.5em) {
  html[data-mobile] body.solution-page .sol-mobile {
    --solm-u: calc(100vw / 1080);
    font-size: var(--fs-24);
  }

  html[data-mobile] body.solution-page .solm-hero {
    min-height: calc(1672 * var(--solm-u));
  }

  html[data-mobile] body.solution-page .solm-hero__visual {
    width: calc(936 * var(--solm-u));
    height: calc(650 * var(--solm-u));
    max-width: none;
  }

  html[data-mobile] body.solution-page .solm-hero h1 {
    margin-top: calc(-126 * var(--solm-u));
  }

  html[data-mobile] body.solution-page .solm-hero__title-main {
    color: #fff;
  }

  html[data-mobile] body.solution-page .solm-hero__title-sub {
    color: #8fa9d8;
  }

  html[data-mobile] body.solution-page .solm-hero__abilities {
    margin-top: calc(60 * var(--solm-u));
  }

  html[data-mobile] body.solution-page .solm-platform {
    position: relative;
    min-height: 0;
    padding: 0 calc(72 * var(--solm-u)) calc(102 * var(--solm-u));
    overflow: hidden;
    background: #0b1731;
  }

  html[data-mobile] body.solution-page .solm-platform__stage {
    width: calc(1080 * var(--solm-u));
    margin: calc(145 * var(--solm-u)) calc(-72 * var(--solm-u)) calc(48 * var(--solm-u));
  }

  html[data-mobile] body.solution-page .solm-platform .solm-section-heading {
    top: calc(-145 * var(--solm-u));
    width: 100%;
    height: calc(517 * var(--solm-u));
    gap: 0;
    margin: 0;
    padding: calc(128 * var(--solm-u)) calc(72 * var(--solm-u)) 0;
  }

  html[data-mobile] body.solution-page .solm-platform h2 {
    font-size: var(--fs-48);
    line-height: calc(68 * var(--solm-u));
    font-weight: 400;
    white-space: nowrap;
  }

  html[data-mobile] body.solution-page .solm-platform__subtitle {
    margin-top: calc(12 * var(--solm-u));
    color: #fff;
    font-size: var(--fs-30);
    line-height: calc(48 * var(--solm-u));
    white-space: nowrap;
  }

  html[data-mobile] body.solution-page .solm-platform__description {
    max-width: none;
    margin-top: calc(16 * var(--solm-u)) !important;
    color: rgba(255, 255, 255, 0.6);
    font-size: var(--fs-24);
    line-height: calc(36 * var(--solm-u));
  }

  html[data-mobile] body.solution-page .solm-platform__visual {
    width: 100%;
    margin: 0;
  }

  html[data-mobile] body.solution-page .solm-platform__visual img {
    width: 100%;
    height: auto;
    max-width: none;
  }

  html[data-mobile] body.solution-page .solm-platform__rows {
    position: relative;
    z-index: 2;
    gap: calc(36 * var(--solm-u));
    width: calc(936 * var(--solm-u));
    max-width: none;
    margin: 0;
  }

  html[data-mobile] body.solution-page .solm-platform-row {
    border: calc(2 * var(--solm-u)) solid rgba(255, 255, 255, 0.55);
    border-radius: calc(12 * var(--solm-u));
    color: #fff;
    background: rgba(53, 68, 101, 0.58);
  }

  html[data-mobile] body.solution-page .solm-platform-row summary {
    min-height: calc(138 * var(--solm-u));
    padding: calc(30 * var(--solm-u)) calc(48 * var(--solm-u));
    grid-template-columns: calc(48 * var(--solm-u)) minmax(0, 1fr) calc(48 * var(--solm-u));
    gap: calc(28 * var(--solm-u));
    font-size: var(--fs-36);
    line-height: calc(72 * var(--solm-u));
  }

  html[data-mobile] body.solution-page .solm-platform-row summary img {
    width: calc(48 * var(--solm-u));
    height: calc(48 * var(--solm-u));
  }

  html[data-mobile] body.solution-page .solm-platform-row summary i,
  html[data-mobile] body.solution-page .solm-platform-row summary i::after {
    width: calc(36 * var(--solm-u));
    height: calc(3 * var(--solm-u));
  }

  html[data-mobile] body.solution-page .solm-platform-row[open] {
    width: 100%;
    margin-inline: 0;
    background: #010101;
  }

  html[data-mobile] body.solution-page .solm-platform-row[open] summary {
    border-bottom: calc(1 * var(--solm-u)) solid rgba(255, 255, 255, 0.18);
  }

  html[data-mobile] body.solution-page .solm-platform-row ul {
    gap: calc(52 * var(--solm-u));
    min-height: calc(600 * var(--solm-u));
    padding: calc(70 * var(--solm-u)) calc(86 * var(--solm-u));
    color: rgba(255, 255, 255, 0.5);
    font-size: var(--fs-36);
    line-height: calc(54 * var(--solm-u));
  }

  html[data-mobile] body.solution-page .solm-platform-row li {
    gap: calc(18 * var(--solm-u));
  }

  html[data-mobile] body.solution-page .solm-platform-row strong {
    color: #fff;
    font-size: var(--fs-42);
    line-height: calc(60 * var(--solm-u));
  }

  html[data-mobile] body.solution-page .mod-cta .ct-foot__cta-sub p {
    font-size: var(--fs-27) !important;
  }
}
