.homepage-preview {
  --datablau-font-sans: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  --hp-blue: #165dfc;
  --hp-blue-2: #027cff;
  --hp-blue-3: #56aeff;
  --hp-page-bg: #f9fafc;
  --hp-glow-blue: #56aeff;
  --hp-ink: #17191c;
  --hp-muted: #5a5f68;
  --hp-line: rgba(22, 95, 184, 0.14);
  --hp-card: rgba(255, 255, 255, 0.72);
  --hp-content-max-width: 1520px;
  --hp-content-gutter: 112px;
  --hp-solution-gap: clamp(20px, 1.8vw, 34px);
  --hp-solution-half-gap: clamp(10px, 0.9vw, 17px);
  --hp-news-card-gap: clamp(20px, 1.8vw, 34px);
  --hp-hero-min-width: 1366px;
  --hp-hero-design-width: 1440;
  --hp-hero-design-height: 944;
  --hp-hero-stage-width: max(var(--hp-hero-min-width), 100vw);
  --hp-hero-stage-height: max(895.76px, 65.5556vw);
  --hp-hero-viewport-height: var(--hp-hero-stage-height);
  --hp-hero-button-width: max(182.13px, 13.3333vw);
  --hp-hero-button-height: max(55.03px, 4.0278vw);
  --hp-hero-button-padding-x: max(36px, 2.6389vw);
  --hp-hero-button-font-size: max(22.77px, 1.6667vw);
  --hp-hero-button-line-height: max(32.27px, 2.3611vw);
  --hp-hero-dot-gap: max(11.38px, 0.833vw);
  --hp-hero-dot-width: max(15.65px, 1.146vw);
  --hp-hero-dot-active-width: max(35.57px, 2.604vw);
  --hp-hero-dot-height: max(5.7px, 0.417vw);
  --hp-hero-dot-margin-top: max(40px, 2.917vw);
  --hp-hero-content-top: 53.45%;
  --hp-intro-outer-width: min(var(--hp-content-max-width), calc(100vw - var(--hp-content-gutter)));
  --hp-intro-content-inset: clamp(56px, 4vw, 72px);
  --hp-hero-card-row-width: min(1376px, calc(var(--hp-intro-outer-width) - var(--hp-intro-content-inset) - var(--hp-intro-content-inset)));
  --hp-hero-card-gap: clamp(18px, 1.9vw, 36px);
  --hp-hero-card-height: clamp(140px, 8vw, 156px);
  --hp-hero-card-padding-x: clamp(24px, 1.6667vw, 30px);
  --hp-hero-card-padding-top: clamp(27px, 1.875vw, 32px);
  --hp-hero-card-title-size: clamp(24px, 1.45vw, 26px);
  --hp-hero-card-title-line: clamp(34px, 2vw, 36px);
  --hp-hero-card-body-size: clamp(16px, 0.95vw, 17px);
  --hp-hero-card-body-line: clamp(22px, 1.35vw, 24px);
  min-width: 0;
  overflow-x: visible;
  background: #f9fafc;
  color: var(--hp-ink);
  font-family: var(--datablau-font-sans);
  letter-spacing: 0;
}

html.homepage-preview-root {
  min-width: 1366px;
  overflow-x: auto !important;
}

body {
  margin: 0;
}

body.homepage-preview-page {
  min-width: 1366px;
  overflow-x: auto !important;
  background: #f9fafc;
}

.homepage-preview *,
.homepage-preview *::before,
.homepage-preview *::after {
  box-sizing: border-box;
}

.homepage-preview a {
  color: inherit;
  text-decoration: none;
}

.homepage-preview h1,
.homepage-preview h2,
.homepage-preview h3,
.homepage-preview h4,
.homepage-preview h5,
.homepage-preview h6 {
  font-family: var(--datablau-font-sans);
  text-transform: none;
}

.homepage-preview button {
  font: inherit;
}

.hp-shell {
  width: min(var(--hp-content-max-width), calc(100vw - var(--hp-content-gutter)));
  margin: 0 auto;
}

.hp-section {
  padding: 86px 0;
  position: relative;
}

.hp-section-title {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.hp-section-title--left {
  margin-left: 0;
  text-align: left;
}

.hp-section-title h2,
.hp-ecosystem-grid h2,
.hp-industry-copy h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 700;
  color: #17191c;
}

.hp-section-title p,
.hp-ecosystem-grid p,
.hp-industry-copy p {
  margin: 14px 0 0;
  color: var(--hp-muted);
  font-size: 16px;
  line-height: 1.8;
}

.hp-eyebrow,
.hp-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 12px;
  border-radius: 999px;
  background: #102844;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.hp-kicker--light {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.hp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 192px;
  height: 58px;
  min-width: 192px;
  padding: 0 38px;
  border: 1px solid transparent;
  border-radius: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  white-space: nowrap;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.hp-btn:hover {
  transform: none;
}

.homepage-preview .hp-btn--primary {
  color: #fff;
  background: #165dfc;
  border-color: #165dfc;
  box-shadow: none;
}

.homepage-preview .hp-btn--primary:hover {
  color: #fff;
  background: #0347df;
  border-color: #0347df;
}

.homepage-preview .hp-btn--ghost {
  color: var(--hp-blue);
  background: transparent;
  border-color: #165dfc;
}

.homepage-preview .hp-btn--ghost:hover {
  color: #165dfc;
  background: rgba(3, 71, 223, 0.1);
  border-color: #165dfc;
}

.homepage-preview .hp-btn--light {
  color: #fff;
  background: #165dfc;
  border-color: #165dfc;
  box-shadow: none;
}

.homepage-preview .hp-btn--light:hover {
  color: #fff;
  background: #0347df;
  border-color: #0347df;
}

.hp-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hp-actions--compact {
  gap: 10px;
  margin-top: 60px;
}

.hp-actions--compact .hp-btn {
  width: 140px;
  min-width: 140px;
  height: 50px;
  padding: 0 38px;
  font-size: 18px;
  line-height: 25px;
}

.hp-actions--compact .hp-btn--primary {
  box-shadow: 0 4px 20px rgba(213, 220, 255, 0.5);
}

.hp-actions--compact .hp-btn--ghost {
  border-radius: 36px;
}

.hp-hero {
  position: relative;
  height: var(--hp-hero-viewport-height);
  min-width: var(--hp-hero-min-width);
  min-height: 0;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  background: #f9fafc;
}

.hp-hero::before,
.hp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hp-hero::before {
  display: none;
}

.hp-hero::after {
  display: none;
}

.hp-hero__slides::after {
  display: none;
}

.hp-hero[data-active-slide="2"] {
  background: #f9fafc;
}

.hp-hero__slides {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: var(--hp-hero-stage-width);
  height: var(--hp-hero-stage-height);
  transform: translateX(-50%);
}

.hp-hero__background {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: center top;
}

.hp-hero__copy {
  position: absolute;
  z-index: 3;
  display: block;
  height: auto;
  pointer-events: none;
}

.hp-hero__copy--zh {
  left: 10.42%;
  top: 34.2%;
  width: 42.99%;
}

.hp-hero__copy--en {
  left: 8.42%;
  top: 37.6%;
  width: 44.58%;
}

.hp-hero__copy--ai {
  left: 10.42%;
  top: 28%;
  display: flex;
  width: min(58%, 820px);
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.hp-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 28px;
  border: 1px solid #165dfc;
  border-radius: 36px;
  color: #165dfc;
  background: rgba(255, 255, 255, 0.18);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
}

.hp-hero__statement {
  display: block;
  width: min(100%, 720px);
  height: auto;
}

.hp-hero__subcopy {
  width: min(100%, 720px);
  margin: 0;
  color: #6b7280;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.hp-hero__slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.55s ease;
  pointer-events: none;
}

.hp-hero__slide.is-leaving {
  z-index: 1;
  opacity: 1;
  transition: none;
}

.hp-hero__slide.is-active {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
}

.hp-hero__ui {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: var(--hp-hero-stage-width);
  height: var(--hp-hero-stage-height);
  pointer-events: none;
  transform: translateX(-50%);
}

body.homepage-preview-page .header-two {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  pointer-events: auto;
  background: transparent;
}

body.homepage-preview-page .header-two .all {
  height: clamp(56px, 5.5556vw, 80px);
  box-sizing: border-box;
}

body.homepage-preview-page .header-two .all.navbar-fixed {
  position: relative;
  top: auto;
  z-index: auto;
  width: 100%;
  background: #165dfc;
  box-shadow: 0 10px 26px rgba(0, 40, 120, 0.12);
}

body.homepage-preview-page .header-two .all .all-son {
  box-sizing: border-box;
  width: calc(100% - 48px);
  max-width: 1280px;
  min-width: 0;
  height: 100%;
}

body.homepage-preview-page .header-two .all .left {
  flex: 0 0 auto;
}

body.homepage-preview-page .header-two .all .middle {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  padding-left: 40px;
}

@media (min-width: 1440px) {
  body.homepage-preview-page .header-two .all .middle {
    padding-left: 40px;
  }
}

body.homepage-preview-page .header-two .site-navigation .container {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

body.homepage-preview-page .header-two .site-navigation .row {
  margin-right: 0;
  margin-left: 0;
}

body.homepage-preview-page .header-two .site-navigation .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}

body.homepage-preview-page .header-two .navbar-nav {
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 0;
}

body.homepage-preview-page .header-two .navbar-collapse.collapse {
  display: flex !important;
  height: auto !important;
  overflow: visible;
}

body.homepage-preview-page .header-two .navbar {
  flex-flow: row nowrap;
}

body.homepage-preview-page .header-two .logo img.logo {
  display: none;
}

body.homepage-preview-page .header-two .logo img.logo_white {
  display: block;
}

body.homepage-preview-page .header-two .site-navigation .navbar-nav > .nav-item > .nav-link {
  color: #fff;
  font-family: var(--datablau-font-sans);
}

body.homepage-preview-page .header-two .site-navigation .navbar-nav > .nav-item > .nav-link strong {
  background: #fff;
}

body.homepage-preview-page .header-two .all .right {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  min-width: 0;
  padding-left: 20px;
  white-space: nowrap;
  color: #fff;
}

body.homepage-preview-page .header-two .all .right span {
  color: #fff;
}

body.homepage-preview-page .header-two .all .right img.block {
  display: none;
}

body.homepage-preview-page .header-two .all .right img.white {
  display: block;
}

body.homepage-preview-page .header-two .all .right .not-money {
  color: #0e5ef6;
  background: #fff;
}

body.homepage-preview-page .header-two .all .right .not-money:hover {
  color: #165dfc;
  background: rgba(255, 255, 255, 0.9);
}

@media (min-width: 992px) {
  body.homepage-preview-page .header-two .nav-item.dropdown:hover > .dropdown-menu,
  body.homepage-preview-page .header-two .nav-item.dropdown:focus-within > .dropdown-menu,
  body.homepage-preview-page .header-two .nav-item.dropdown.is-open > .dropdown-menu {
    display: block;
  }
}

body.homepage-preview-page .header-two .dropdown-menu {
  text-align: left;
  background: #fff;
  z-index: 10001;
  min-width: 200px;
  border: 0;
  border-radius: 0;
  padding: 0 20px;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

body.homepage-preview-page .header-two .common > .dropdown-menu:has(> .drop-index),
body.homepage-preview-page .header-two .common > .dropdown-menu:has(> .drop-wait) {
  top: calc(100% + 10px) !important;
  border: 1px solid rgba(229, 231, 235, 0.85);
  border-radius: 12px;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.14);
  overflow: visible;
}

body.homepage-preview-page .header-two .common > .dropdown-menu:has(> .drop-index)::before,
body.homepage-preview-page .header-two .common > .dropdown-menu:has(> .drop-wait)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 10px;
  background: transparent;
  pointer-events: auto;
}

body.homepage-preview-page .header-two .product-dropdown-menu {
  position: fixed;
  top: clamp(56px, 5.5556vw, 80px);
  left: 0 !important;
  right: 0;
  width: 100vw;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

body.homepage-preview-page .header-two .product-dropdown-menu::before {
  content: "";
  position: absolute;
  left: max(48px, calc(50vw - 531px));
  right: auto;
  bottom: 100%;
  width: min(862px, calc(100vw - 96px));
  height: 24px;
  transform: none;
  background: transparent;
  pointer-events: auto;
}

body.homepage-preview-page .header-two .common .dropdown-menu:has(> .drop-index--solution) {
  left: 50% !important;
  min-width: 0;
  padding: 0 !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

body.homepage-preview-page .header-two .common .dropdown-menu:has(> .drop-index--about) {
  left: 50% !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

body.homepage-preview-page .header-two .common .dropdown-menu:has(> .drop-index--support) {
  left: 50% !important;
  min-width: 0;
  padding: 0 !important;
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

body.homepage-preview-page .header-two .common .dropdown-menu .drop-index {
  display: flex;
  width: max-content;
  padding: 20px;
}

body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--solution {
  width: 240px;
  padding: 18px 28px;
  justify-content: center;
}

body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--solution .drop-index-son {
  flex: 0 0 auto;
  width: auto;
  min-width: 150px;
  padding-right: 0;
}

body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--solution .titles {
  text-align: center;
}

body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--solution .menu-common-industry {
  width: max-content;
  min-width: 112px;
  margin: 0 auto;
}

body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--solution .menu-common-industry i {
  flex: 0 0 16px;
  width: 16px;
  margin-right: 8px;
  color: #165dfc !important;
  text-align: center;
}

body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--solution .menu-common-industry .svg-inline--fa {
  color: #165dfc !important;
  fill: currentColor;
}

body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--solution .menu-common-industry a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}

body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--solution .menu-common-title {
  display: inline-block;
  min-width: 4em;
  text-align: left;
}

body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--about {
  width: auto;
  min-width: 620px;
  gap: 20px;
}

body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--about .drop-index-son {
  flex: 0 0 auto;
  width: auto;
  min-width: 118px;
  padding-right: 0;
}

body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--about .drop-index-son--wide {
  min-width: max-content;
}

body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--about .drop-index-son--wide .titles,
body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--about .drop-index-son--wide a {
  white-space: nowrap;
}

body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--support {
  display: block;
  width: 240px;
  min-width: 240px;
  padding: 33px 36px 34px;
  box-sizing: border-box;
}

body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--support .drop-index-son {
  width: 100%;
  min-width: 0;
  padding-right: 0;
}

body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--support .menu-common {
  display: grid;
  grid-template-columns: repeat(2, 64px);
  grid-template-rows: repeat(2, 24px);
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
  row-gap: 23px;
  width: 100%;
  margin: 0;
}

body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--support .menu-common li {
  margin: 0;
  line-height: 24px;
  text-align: center;
}

body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--support .menu-common li:first-child {
  padding-top: 0;
  border-top: 0;
}

body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--support a {
  display: block;
  width: 100%;
  padding: 0;
  color: #333a48;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
}

body.homepage-preview-page .header-two .drop-index-son {
  flex: 0 0 auto;
  width: max-content;
  padding-right: 20px;
}

body.homepage-preview-page .header-two .drop-index-son .titles {
  position: relative;
  padding: 12px 0;
  color: #757792;
  font-weight: 700;
}

body.homepage-preview-page .header-two .drop-index-son .menu-common {
  width: max-content;
  padding: 0;
  margin: 0 auto;
}

body.homepage-preview-page .header-two .drop-index-son .menu-common li {
  margin: 8px 0;
  line-height: 24px;
}

body.homepage-preview-page .header-two .drop-index-son .menu-common li:first-child {
  padding-top: 5px;
  border-top: 1px solid #e5e5e5;
}

body.homepage-preview-page .header-two .drop-index-son .menu-common li a {
  padding: 5px 0;
  border: 0;
  color: #333;
  font-family: var(--datablau-font-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
}

body.homepage-preview-page .header-two .drop-index-son .menu-common li a:hover,
body.homepage-preview-page .header-two .drop-index-son .menu-common li a:active,
body.homepage-preview-page .header-two .drop-index-son .menu-common li a:focus {
  color: #175cff;
}

body.homepage-preview-page .header-two .drop-product-new {
  position: static;
  z-index: 10001;
  display: flex;
  justify-content: center;
  width: min(862px, calc(100vw - 96px));
  min-width: 0;
  padding: 0;
  margin: 0 auto 0 max(48px, calc(50vw - 531px)) !important;
  background: transparent;
  box-shadow: none;
  pointer-events: auto;
  font-family: var(--datablau-font-sans);
}

body.homepage-preview-page .header-two .drop-product-container {
  display: block;
  width: 100%;
  min-height: 526px;
  padding: 33px 43px 40px;
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 14px 60px rgba(220, 225, 245, 0.5);
}

body.homepage-preview-page .header-two .product-platform-head {
  width: 744px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0 19px;
  border-bottom: 1px solid #e5e7eb;
}

body.homepage-preview-page .header-two .product-platform-title {
  margin: 0 0 10px;
  color: #1f2937;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

body.homepage-preview-page .header-two .product-platform-desc {
  max-width: none;
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.homepage-preview-page .header-two .product-platform-section {
  width: 744px;
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #e5e7eb;
}

body.homepage-preview-page .header-two .product-platform-section--products {
  padding: 19px 0 18px;
}

body.homepage-preview-page .header-two .product-platform-section--agents {
  padding: 15px 0 0;
  border-bottom: 0;
}

body.homepage-preview-page .header-two .product-list-title-visily {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 11px;
  color: #165dfc;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

body.homepage-preview-page .header-two .product-list-title-visily.is-purple {
  margin-bottom: 12px;
  color: #4f39f6;
}

body.homepage-preview-page .header-two .product-section-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  color: currentColor;
  background: #eef2ff;
  font-size: 14px;
  line-height: 1;
}

body.homepage-preview-page .header-two .product-platform-grid {
  display: grid;
  row-gap: 10px;
  column-gap: 80px;
  justify-content: center;
}

body.homepage-preview-page .header-two .product-platform-grid--products,
body.homepage-preview-page .header-two .product-platform-grid--agents {
  grid-template-columns: repeat(2, minmax(0, 332px));
}

body.homepage-preview-page .header-two a.product-platform-card,
body.homepage-preview-page .header-two a.product-agent-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 0;
  color: inherit;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
}

body.homepage-preview-page .header-two a.product-platform-card {
  justify-content: flex-start;
  min-height: 170px;
  padding: 20px 16px;
  border-radius: 18px;
  background: #f3f7ff;
}

body.homepage-preview-page .header-two a.product-agent-card {
  min-height: 90px;
  padding: 20px 16px;
  border-radius: 18px;
  background: #f8f5ff;
}

body.homepage-preview-page .header-two a.product-platform-card:hover,
body.homepage-preview-page .header-two a.product-agent-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(22, 93, 252, 0.1);
}

body.homepage-preview-page .header-two .product-info,
body.homepage-preview-page .header-two .product-agent-text {
  min-width: 0;
  width: 100%;
}

body.homepage-preview-page .header-two .product-title,
body.homepage-preview-page .header-two .product-agent-name {
  margin: 0 0 8px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

body.homepage-preview-page .header-two .product-summary,
body.homepage-preview-page .header-two .product-agent-desc {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

body.homepage-preview-page .header-two .product-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  width: 100%;
  margin-top: 19px;
}

body.homepage-preview-page .header-two .product-card-tags span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 4px 6px;
  border-radius: 5px;
  color: #165dfc;
  background: #e8efff;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  white-space: nowrap;
}

.hp-hero__content {
  position: absolute;
  left: 10.42%;
  top: var(--hp-hero-content-top);
  z-index: 2;
  width: var(--hp-hero-button-width);
  pointer-events: auto;
}

.hp-slider-dots {
  display: flex;
  align-items: center;
  gap: var(--hp-hero-dot-gap);
  margin-top: var(--hp-hero-dot-margin-top);
}

.hp-slider-dots button {
  position: relative;
  width: var(--hp-hero-dot-width);
  height: var(--hp-hero-dot-height);
  padding: 0;
  border: 0;
  border-radius: 999px;
  overflow: hidden;
  background: #bdd5ff;
  cursor: pointer;
}

.hp-slider-dots button.is-active {
  width: var(--hp-hero-dot-active-width);
}

.hp-slider-dots button span {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--hp-blue);
  transform: scaleX(var(--progress, 0));
  transform-origin: left center;
}

.hp-slider-dots button:not(.is-active) span {
  transform: scaleX(0) !important;
  transition: none;
}

.hp-hero__controls {
  pointer-events: auto;
}

.hp-hero__controls .hp-btn {
  width: var(--hp-hero-button-width);
  height: var(--hp-hero-button-height);
  min-width: var(--hp-hero-button-width);
  padding: 0 var(--hp-hero-button-padding-x);
  border-radius: 40px;
  font-size: var(--hp-hero-button-font-size);
  font-weight: 500;
  line-height: var(--hp-hero-button-line-height);
  box-shadow: none;
}

.hp-hero__controls .hp-btn:hover {
  transform: none;
}

.hp-hero-cards {
  position: absolute;
  left: 50%;
  bottom: 13px;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--hp-hero-card-gap);
  width: var(--hp-hero-card-row-width);
  pointer-events: auto;
  transform: translateX(-50%);
  transform-origin: bottom center;
}

.hp-hero-card {
  position: relative;
  width: 100%;
  min-width: 0;
  height: var(--hp-hero-card-height);
  padding: var(--hp-hero-card-padding-top) var(--hp-hero-card-padding-x) 20px;
  border: 1px solid rgba(220, 229, 255, 0.82);
  border-radius: 24px;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.97) 100%);
  box-shadow:
    0 18px 54px rgba(98, 134, 214, 0.16),
    0 6px 18px rgba(41, 79, 150, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.hp-hero-card__icon {
  position: absolute;
  top: calc(var(--hp-hero-card-padding-top) + 6px);
  left: var(--hp-hero-card-padding-x);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
}

.hp-hero-card--agent .hp-hero-card__icon {
  color: #4f39f6;
  background: #f8f5ff;
}

.hp-hero-card--risk .hp-hero-card__icon {
  color: #ff5353;
  background: #ffefef;
}

.hp-hero-card--engine .hp-hero-card__icon {
  color: #165dfc;
  background: #eef2ff;
}

.hp-hero-card h3 {
  width: auto;
  max-width: calc(100% - 34px);
  margin: 0 0 8px 34px;
  color: #1f2937;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--hp-hero-card-title-size);
  font-weight: 500;
  line-height: var(--hp-hero-card-title-line);
  white-space: nowrap;
}

.hp-hero-card p {
  width: auto;
  max-width: 100%;
  margin: 0;
  color: #1f2937;
  font-size: var(--hp-hero-card-body-size);
  font-weight: 400;
  line-height: var(--hp-hero-card-body-line);
}

.hp-hero__intro {
  display: none;
}

.hp-hero__intro h1 {
  margin: 0;
  color: #1b2435;
  font-size: clamp(36px, 3.125vw, 45px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
}

.hp-hero__intro p {
  width: min(100%, 740px);
  margin: clamp(24px, 2.0833vw, 30px) 0 0;
  color: #657080;
  font-size: clamp(15px, 1.1111vw, 16px);
  line-height: 1.75;
}

.hp-section--intro {
  --hp-intro-title-width: min(1040px, var(--hp-hero-card-row-width));
  margin-top: -104px;
  padding: 148px 0 76px;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(180deg, rgba(249, 250, 252, 0) 0%, rgba(249, 250, 252, 0.86) 92px, var(--hp-page-bg) 220px);
}

.hp-section--intro::before,
.hp-section--intro::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  background: var(--hp-glow-blue);
  border-radius: 50%;
}

.hp-section--intro::before {
  width: 405px;
  height: 607px;
  top: 300px;
  left: calc(50% + 503px);
  filter: blur(250px);
  opacity: 0.9;
}

.hp-section--intro::after {
  width: 501px;
  height: 633px;
  top: 890px;
  left: calc(50% - 956px);
  filter: blur(350px);
  opacity: 0.9;
}

.hp-section--intro .hp-shell {
  position: relative;
  z-index: 1;
  width: var(--hp-intro-outer-width);
}

.hp-section--intro .hp-section-title {
  max-width: var(--hp-hero-card-row-width);
}

.hp-section-title--sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hp-section--intro .hp-section-title--intro {
  position: relative;
  width: min(100%, var(--hp-intro-title-width));
  height: auto;
  margin: 0 0 42px var(--hp-intro-content-inset);
  padding: 0;
  overflow: visible;
  clip: auto;
  clip-path: none;
  text-align: left;
}

.hp-section--intro .hp-section-title--intro h2 {
  color: #1f2633;
  font-size: clamp(38px, 3.3333vw, 48px);
  font-weight: 600;
  line-height: 1.18;
}

.hp-section--intro .hp-section-title--intro p {
  max-width: min(940px, 100%);
  margin-top: 22px;
  color: #657080;
  font-size: 17px;
  line-height: 1.78;
}

.hp-governance-evolution {
  width: var(--hp-hero-card-row-width);
  margin: 0 0 78px var(--hp-intro-content-inset);
}

.hp-governance-heading {
  margin-bottom: 30px;
}

.hp-governance-heading h2 {
  margin: 0;
  color: #1f2633;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.hp-governance-heading p {
  margin: 18px 0 0;
  color: #1f2937;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
}

.hp-governance-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 0;
  aspect-ratio: 1200 / 420;
  padding: 5.8333% 3.5833% 0;
  border-radius: 36px;
  background: transparent;
  isolation: isolate;
}

.hp-governance-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: -0.8333%;
  z-index: 0;
  width: 101.6667%;
  height: 105.7143%;
  background: url("../img/figma/homepage/governance-evolution-background.webp") center top / 100% 100% no-repeat;
  pointer-events: none;
}

.hp-governance-panel::after {
  content: none;
}

.hp-governance-cards {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(20px, 2.1vw, 36px);
}

.hp-governance-card {
  --hp-governance-card-radius: 7.8213% / 15.2174%;
  --hp-governance-card-copy-x: 18px;
  --hp-governance-card-copy-bottom: 12%;
  --hp-governance-card-copy-gap: clamp(8px, 0.75vw, 12px);
  --hp-governance-card-copy-line-height: clamp(18px, 1.5vw, 24px);
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 358 / 184;
  padding: 13px var(--hp-governance-card-copy-x) 22px;
  overflow: visible;
  border: 0;
  border-radius: var(--hp-governance-card-radius);
  background: transparent;
  box-shadow: none;
  color: #fff;
  isolation: isolate;
}

.hp-governance-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background: url("../img/figma/homepage/governance-card-background-fact.webp") center / 100% 100% no-repeat;
  pointer-events: none;
}

.hp-governance-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  z-index: -1;
  height: 40px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(22, 93, 252, 0.5) 0%, rgba(22, 93, 252, 0) 100%);
  filter: blur(20px);
  pointer-events: none;
}

.hp-governance-card--model::before {
  background-image: url("../img/figma/homepage/governance-card-background-model.webp");
}

.hp-governance-card--action::before {
  background-image: url("../img/figma/homepage/governance-card-background-action.webp");
}

.hp-governance-card__number,
.hp-governance-card h3,
.hp-governance-card p {
  position: relative;
  z-index: 2;
}

.hp-governance-card__number {
  display: block;
  margin-bottom: 31px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.hp-governance-card__visual {
  position: absolute;
  top: -27.2%;
  right: 3.6%;
  z-index: 1;
  display: block;
  width: 55.31%;
  max-width: none;
  aspect-ratio: 1;
  pointer-events: none;
}

.hp-governance-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hp-governance-card--model .hp-governance-card__visual {
  top: -24.5%;
  right: 7.8%;
  width: 46.65%;
  max-width: none;
}

.hp-governance-card--action .hp-governance-card__visual {
  top: -28.3%;
  right: 4.2%;
  width: 51.12%;
  max-width: none;
}

.hp-governance-card h3 {
  position: absolute;
  right: var(--hp-governance-card-copy-x);
  bottom: calc(var(--hp-governance-card-copy-bottom) + var(--hp-governance-card-copy-line-height) + var(--hp-governance-card-copy-gap));
  left: var(--hp-governance-card-copy-x);
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
}

.hp-governance-card p {
  position: absolute;
  right: var(--hp-governance-card-copy-x);
  bottom: var(--hp-governance-card-copy-bottom);
  left: var(--hp-governance-card-copy-x);
  max-width: 100%;
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 400;
  line-height: var(--hp-governance-card-copy-line-height);
  white-space: nowrap;
}

.hp-governance-outcome {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 0;
  margin-top: 0;
  text-align: center;
}

.hp-governance-outcome h3 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.hp-governance-outcome p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.45;
}

.hp-governance-outcome span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  max-width: 100%;
  min-height: 30px;
  padding: 5px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1672f8;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.hp-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(30px, 2.5vw, 48px);
}

.hp-product-card {
  min-height: clamp(540px, 31vw, 610px);
  padding: clamp(42px, 3vw, 52px) clamp(64px, 4.6vw, 86px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 30px rgba(230, 232, 247, 0.5);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 26px;
}

.hp-product-card--wide {
  grid-column: 1 / -1;
  grid-template-columns: minmax(488px, 0.88fr) minmax(610px, 1.12fr);
  align-items: center;
  column-gap: clamp(102px, 7.5vw, 160px);
  justify-content: stretch;
}

.hp-product-copy .hp-kicker {
  min-height: 36px;
  padding: 7px 19px;
  border-radius: 7px;
  background: #1f2937;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.hp-product-copy h3 {
  margin: 20px 0 30px;
  font-size: 36px;
  font-weight: 500;
  line-height: 50px;
  overflow-wrap: anywhere;
}

.hp-product-copy h3 span {
  color: var(--hp-blue);
}

.hp-product-copy p {
  margin: 0;
  color: var(--hp-muted);
  font-size: 16px;
  line-height: 22px;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.hp-product-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  min-height: clamp(397px, 24vw, 450px);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 24px;
  overflow: visible;
}

.hp-product-visual img {
  display: block;
  width: 100%;
  max-width: min(100%, 680px);
  height: auto;
  border-radius: 24px;
  box-shadow: 0 14px 60px rgba(220, 225, 245, 0.5);
}

.hp-product-visual--semantic-card {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 610 / 397;
  min-height: 0;
  overflow: hidden;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 14px 60px rgba(220, 225, 245, 0.5);
}

.hp-product-visual--semantic-card img {
  position: absolute;
  top: -11.586%;
  left: -9.836%;
  width: 119.672%;
  max-width: none;
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

.hp-product-visual--dam {
  padding: 0;
  background: transparent;
}

.hp-product-card--reverse {
  grid-template-columns: minmax(610px, 1.12fr) minmax(488px, 0.88fr);
}

@media (max-width: 1365px) {
  html.homepage-preview-root,
  body.homepage-preview-page {
    min-width: 0;
    overflow-x: hidden !important;
  }

  .homepage-preview {
    --hp-hero-min-width: 0px;
    --hp-hero-stage-width: 100vw;
    --hp-hero-stage-height: 65.5556vw;
    --hp-hero-viewport-height: var(--hp-hero-stage-height);
    --hp-content-gutter: 56px;
    --hp-intro-outer-width: min(1201px, calc(100vw - 56px));
    --hp-intro-content-inset: clamp(42px, 4.6vw, 64px);
    overflow-x: hidden;
  }

  .hp-hero__copy--ai {
    top: 27%;
    width: 58%;
    gap: 18px;
  }

  .hp-hero__badge {
    height: 36px;
    padding: 0 22px;
    border-radius: 28px;
    font-size: 14px;
    line-height: 20px;
  }

  .hp-hero__statement {
    width: min(100%, 600px);
  }

  .hp-hero__subcopy {
    width: min(100%, 600px);
    font-size: 14px;
    line-height: 20px;
  }

  .hp-section--intro .hp-shell {
    width: var(--hp-intro-outer-width);
  }

  .hp-product-card,
  .hp-product-card--reverse {
    min-width: 0;
    padding: clamp(32px, 4vw, 42px) clamp(32px, 4.6vw, 64px);
  }

  .hp-product-card--wide,
  .hp-product-card--reverse {
    grid-template-columns: minmax(0, 0.84fr) minmax(360px, 1fr);
    column-gap: clamp(36px, 5.4vw, 72px);
  }

  .hp-product-card--reverse {
    grid-template-columns: minmax(360px, 1fr) minmax(0, 0.84fr);
  }

  .hp-product-visual {
    width: 100%;
    min-width: 0;
  }

  .hp-product-visual img {
    max-width: 100%;
    object-fit: contain;
  }

  .hp-product-visual--semantic-card {
    width: 100%;
    max-width: 610px;
    justify-self: center;
  }

  .hp-product-visual--semantic-card img {
    inset: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}

.hp-diagram {
  position: relative;
  width: min(100%, 560px);
  min-height: 292px;
  padding: 28px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 18% 18%, rgba(26, 151, 255, 0.18), transparent 28%),
    radial-gradient(circle at 82% 78%, rgba(77, 217, 172, 0.14), transparent 32%),
    #fff;
  box-shadow: inset 0 0 0 1px rgba(22, 93, 252, 0.08);
}

.hp-diagram::before,
.hp-diagram::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hp-diagram span,
.hp-diagram strong,
.hp-dam-core,
.hp-dom-ontology {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 9px;
  color: #fff;
  background: #1b6df3;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  white-space: normal;
  box-shadow: 0 10px 22px rgba(22, 93, 252, 0.14);
}

.hp-diagram-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.hp-diagram-core {
  position: relative;
  display: grid;
  grid-template-columns: 0.78fr 0.78fr 1fr;
  gap: 18px;
  align-items: center;
  margin: 38px 0 26px;
}

.hp-diagram-core::before {
  content: "";
  position: absolute;
  left: 16%;
  right: 16%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(35, 114, 224, 0.18), rgba(35, 114, 224, 0.78), rgba(43, 194, 144, 0.76));
}

.hp-diagram-core .hp-node {
  position: relative;
  z-index: 1;
}

.hp-node--ai {
  width: 72px;
  height: 72px;
  justify-self: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #1b6df3, #3ed7a6);
  font-size: 15px;
}

.hp-node--ontology,
.hp-node--semantic {
  background: #4b5fd7;
}

.hp-node--semantic {
  grid-column: 3;
  margin-top: 14px;
  background: #20b889;
}

.hp-diagram-row--bottom {
  grid-template-columns: 1fr 1fr;
}

.hp-diagram-row--bottom span {
  background: #eaf4ff;
  color: #165dfc;
  border: 1px solid rgba(22, 93, 252, 0.16);
  box-shadow: none;
}

.hp-diagram-row--bottom strong {
  background: #102844;
}

.hp-agent-row,
.hp-dam-modules,
.hp-dom-systems,
.hp-dom-path {
  display: grid;
  gap: 12px;
}

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

.hp-agent-row span {
  background: linear-gradient(135deg, #165dfc, #47a8ff);
}

.hp-dam-core {
  width: min(84%, 390px);
  min-height: 62px;
  margin: 30px auto;
  border-radius: 16px;
  background: linear-gradient(90deg, #183164, #165dfc, #20b889);
  font-size: 16px;
}

.hp-dam-modules {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hp-dam-modules span {
  color: #165dfc;
  background: #edf5ff;
  border: 1px solid rgba(22, 93, 252, 0.16);
  box-shadow: none;
}

.hp-dom-systems {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(78%, 390px);
  margin: 0 auto 30px;
}

.hp-dom-systems span {
  background: #e9f2ff;
  color: #165dfc;
  border: 1px solid rgba(22, 93, 252, 0.15);
  box-shadow: none;
}

.hp-dom-path {
  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  margin-bottom: 30px;
}

.hp-dom-path::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 50%;
  height: 2px;
  background: linear-gradient(90deg, #7aa6e8, #2bbf91);
}

.hp-dom-path span,
.hp-dom-path strong {
  position: relative;
  z-index: 1;
}

.hp-dom-path span:nth-child(2) {
  background: #5663d8;
}

.hp-dom-path strong {
  background: #20b889;
}

.hp-dom-ontology {
  width: min(72%, 340px);
  min-height: 54px;
  margin: 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #102844, #165dfc);
  font-size: 16px;
}

.hp-section--solutions {
  height: 954px;
  padding: 82px 0 0;
  overflow: hidden;
  color: #fff;
  background:
    url("../img/figma/homepage/solution-background.svg") center top / cover no-repeat,
    linear-gradient(180deg, #bde5ff 0%, #197cff 100%);
}

.hp-section--solutions .hp-shell {
  width: min(var(--hp-content-max-width), calc(100vw - var(--hp-content-gutter)));
}

.hp-section--solutions .hp-section-title {
  max-width: 960px;
  margin: 0 0 44px;
  text-align: left;
}

.hp-section--solutions .hp-section-title h2 {
  color: #fff;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2;
}

.hp-section--solutions .hp-section-title p {
  color: rgba(255, 255, 255, 0.9);
  width: 760px;
  max-width: 100%;
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.7;
}

.hp-solution-tabs {
  display: none;
  align-items: center;
  gap: 0;
  width: 392px;
  height: 64px;
  margin-bottom: 34px;
  padding: 6px;
  border: 1px solid #dbe7ff;
  border-radius: 32px;
  background: #edf2ff;
  box-shadow: none;
}

.hp-solution-tabs button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 186px;
  height: 52px;
  min-width: 186px;
  padding: 0 20px;
  border: 0;
  border-radius: 40px;
  color: #165dfc;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  box-shadow: none;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.hp-solution-tabs .is-active {
  color: #fff;
  background: #165dfc;
  box-shadow: none;
}

.hp-solution-tabs button:not(.is-active):hover {
  color: #165dfc;
  background: rgba(22, 93, 252, 0.1);
}

.hp-solution-carousel {
  position: relative;
  width: min(1700px, calc(100vw - 80px));
  margin-left: 0;
  transform: none;
}

.hp-solution-viewport {
  overflow: hidden;
  padding: 0 0 62px;
}

.hp-solution-track {
  display: flex;
  gap: var(--hp-solution-gap);
  align-items: stretch;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.hp-solution-track.is-marquee {
  animation: hpSolutionMarquee 42s linear infinite;
}

.hp-solution-group {
  display: flex;
  gap: var(--hp-solution-gap);
  align-items: stretch;
  flex: 0 0 auto;
}

.hp-solution-card {
  position: relative;
  display: block;
  flex: 0 0 clamp(387px, 23vw, 430px);
  min-height: 470px;
  padding: 50px 36px 0;
  overflow: hidden;
  border-radius: 28px;
  color: #1f2937;
  text-decoration: none;
  background: #fff;
  box-shadow: 0 12px 30px rgba(145, 158, 225, 0.5);
  contain: layout paint;
  transform: translateZ(0);
}

.hp-solution-card:hover,
.hp-solution-card:focus {
  color: #1f2937;
  text-decoration: none;
}

.hp-solution-card h3 {
  width: min(100%, 318px);
  min-height: 104px;
  margin: 26px 0 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.45;
}

.hp-solution-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 30px;
  padding: 0 16px;
  border-radius: 999px;
  color: #165dfc;
  background: #dbeaff;
  font-size: 16px;
  font-weight: 500;
}

.hp-solution-tag::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 4px;
  background:
    linear-gradient(#165dfc, #165dfc) center 3px / 12px 2px no-repeat,
    linear-gradient(#165dfc, #165dfc) center 7px / 12px 2px no-repeat,
    linear-gradient(#165dfc, #165dfc) center 11px / 12px 2px no-repeat;
}

.hp-solution-logos {
  display: flex;
  gap: 14px;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 22px;
}

.hp-solution-logos span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 48px;
  padding: 0 8px;
  border: 1px solid #e3e9f5;
  border-radius: 8px;
  color: #506078;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  box-shadow: none;
}

.hp-solution-logos img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hp-card-arrow {
  position: absolute;
  right: 26px;
  bottom: 120px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #165dfc;
  box-shadow: 0 10px 22px rgba(22, 93, 252, 0.25);
}

.hp-card-arrow::before,
.hp-card-arrow::after {
  content: "";
  position: absolute;
  background: #fff;
}

.hp-card-arrow::before {
  width: 16px;
  height: 2px;
  top: 20px;
  left: 13px;
}

.hp-card-arrow::after {
  width: 9px;
  height: 9px;
  top: 16px;
  left: 19px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  background: transparent;
  transform: rotate(45deg);
}

.hp-solution-visual {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 117px;
  overflow: hidden;
  border-radius: 0 0 28px 28px;
  background: url("../img/figma/homepage/solution-visual-bank.png") center bottom / cover no-repeat;
}

.hp-solution-visual--insurance {
  background-image: url("../img/figma/homepage/solution-visual-insurance.png");
}

.hp-solution-visual--fund {
  background-image: url("../img/figma/homepage/solution-visual-fund.png");
}

.hp-solution-visual--manufacturing,
.hp-solution-visual--model,
.hp-solution-visual--asset {
  background-image: url("../img/figma/homepage/solution-visual-manufacturing.png");
}

.hp-solution-visual--auto {
  background-image: url("../img/figma/homepage/solution-visual-auto.png");
}

.hp-solution-visual--security,
.hp-solution-visual--governance {
  background-image: url("../img/figma/homepage/solution-visual-insurance.png");
}

.hp-solution-visual--intelligence {
  background-image: url("../img/figma/homepage/solution-visual-fund.png");
}

.hp-solution-controls {
  display: none;
  justify-content: center;
  gap: 60px;
  transform: translateX(-60px);
}

.hp-solution-controls button {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(232, 239, 255, 0.1);
  cursor: pointer;
  box-shadow: none;
  transition: background-color 0.2s ease;
}

.hp-solution-controls button:hover {
  background: rgba(232, 239, 255, 0.2);
}

.hp-solution-controls button::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  top: 21px;
  left: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.hp-solution-controls [data-solution-prev]::before {
  left: 23px;
  transform: rotate(225deg);
}

.hp-section--customers {
  padding: 92px 0 49px;
  background: var(--hp-page-bg);
}

.hp-customer-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 121px;
  text-align: center;
}

.hp-customer-heading strong {
  color: #165dfc;
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
}

.hp-customer-heading h2 {
  margin: 0;
  color: #1f2937;
  font-size: 40px;
  font-weight: 600;
}

.hp-logo-marquee {
  display: grid;
  gap: clamp(30px, 2vw, 44px);
  overflow: hidden;
  padding: 4px 0 18px;
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}

.hp-logo-source {
  display: none;
}

.hp-logo-row {
  display: flex;
  gap: clamp(30px, 2vw, 44px);
  width: max-content;
  animation: hpLogoMarqueeReverse 30s linear infinite;
}

.hp-logo-row.is-empty {
  display: none;
}

.hp-logo-row--reverse {
  animation-name: hpLogoMarquee;
  animation-duration: 34s;
}

.hp-logo-row span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(180px, 11vw, 210px);
  height: 68px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(55, 104, 167, 0.08);
}

.hp-logo-row img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes hpLogoMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes hpLogoMarqueeReverse {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@keyframes hpSolutionMarquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - var(--hp-solution-half-gap)), 0, 0); }
}

.hp-section--trial {
  padding: 65px 0 87px;
  background: var(--hp-page-bg);
}

.hp-trial-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(36px, 3vw, 56px);
  width: min(var(--hp-content-max-width), calc(100vw - var(--hp-content-gutter)));
  min-height: 274px;
  margin: 0 auto;
  padding: 58px 70px 58px 52px;
  border-radius: 30px;
  color: #fff;
  background: url("../img/figma/homepage/trial-background.svg") center / cover no-repeat;
  box-shadow: 0 16px 50px rgba(188, 197, 235, 0.5);
}

.hp-trial-card h2 {
  margin: 0;
  color: #fff;
  font-family: var(--datablau-font-sans);
  font-size: 44px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0;
  text-transform: none;
}

.hp-trial-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1.75;
}

.hp-trial-card .hp-btn {
  flex: 0 0 auto;
  height: 58px;
  min-width: 192px;
  border-radius: 40px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.hp-section--news {
  padding: 72px 0 92px;
  background: var(--hp-page-bg);
}

.hp-section--news .hp-shell {
  width: min(var(--hp-content-max-width), calc(100vw - var(--hp-content-gutter)));
}

.hp-news-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding-top: 72px;
  margin-bottom: 36px;
  border-top: 1px solid #dce2eb;
}

.hp-news-head h2 {
  margin: 0 0 42px;
  color: #1f2937;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.18;
}

.hp-news-tabs {
  display: flex;
  gap: 0;
  width: 392px;
  height: 64px;
  padding: 6px;
  border: 1px solid #dbe7ff;
  border-radius: 32px;
  background: #edf2ff;
  box-shadow: none;
}

.hp-news-tabs button {
  display: inline-flex;
  flex: 0 0 186px;
  align-items: center;
  justify-content: center;
  gap: 0;
  height: 52px;
  min-width: 186px;
  padding: 0 20px;
  border: 0;
  border-radius: 40px;
  color: #165dfc;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  transition: color 0.2s ease, background-color 0.2s ease;
}

.hp-news-tabs button i {
  display: none;
}

.hp-news-tabs .is-active {
  color: #fff;
  background: #165dfc;
  box-shadow: none;
}

.hp-news-tabs button:not(.is-active):hover {
  color: #165dfc;
  background: rgba(22, 93, 252, 0.1);
}

.hp-news-grid {
  display: block;
}

.hp-follow-card {
  display: flex;
  align-items: center;
  gap: 28px;
  width: clamp(386px, 25vw, 430px);
  min-height: 154px;
  padding: 28px;
  border: 1px solid #e2e7ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 44, 92, 0.04);
}

.hp-follow-card > div {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hp-qr {
  flex: 0 0 auto;
  display: block;
  width: 112px;
  height: 112px;
  border-radius: 8px;
}

.hp-follow-card span,
.hp-news-content time {
  color: #165dfc;
  font-weight: 700;
}

.hp-follow-card span {
  font-size: 18px;
  line-height: 25px;
}

.hp-news-content time {
  font-size: 14px;
}

.hp-follow-card p {
  margin: 8px 0 0;
  color: #657084;
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

.hp-news-list {
  display: flex;
  gap: var(--hp-news-card-gap);
  min-width: 0;
}

.hp-news-list:not(.is-active) {
  display: none;
}

.hp-news-list article {
  flex: 0 1 calc((100% - var(--hp-news-card-gap) - var(--hp-news-card-gap)) / 3);
  max-width: calc((100% - var(--hp-news-card-gap) - var(--hp-news-card-gap)) / 3);
  overflow: hidden;
  height: 470px;
  min-height: 0;
  border: 1px solid rgba(110, 161, 255, 0.12);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(35, 74, 141, 0.06);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hp-news-list article:hover {
  border-color: #6ea1ff;
  box-shadow: 0 18px 38px rgba(35, 94, 196, 0.14);
}

.hp-news-list article:hover {
  transform: translateY(-2px);
}

.hp-news-list article > a {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.hp-news-cover {
  flex: 0 0 auto;
  display: block;
  width: 100%;
  height: 142px;
  object-fit: cover;
}

.hp-news-content {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  padding: 22px 24px 28px;
}

.hp-news-content h3 {
  margin: 0 0 18px;
  color: #1f2937;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hp-news-content p {
  margin: 0;
  color: #657084;
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

body.homepage-preview-page .footer .footer-main {
  height: auto;
  min-height: 0;
}

body.homepage-preview-page .footer .footer-main .footer-content {
  height: auto;
  min-height: 0;
}

body.homepage-preview-page .footer .footer-main .footer-content .box1 {
  flex: none;
  height: auto;
  min-height: 0;
}

@media (max-width: 1180px) {
  .homepage-preview {
    --hp-hero-card-gap: 16px;
  }

  .hp-product-card--wide,
  .hp-news-grid {
    grid-template-columns: 1fr;
  }

  .hp-governance-panel {
    padding: 5.8333% 3.5833% 0;
  }

  .hp-governance-cards {
    gap: clamp(14px, 1.7953%, 20px);
  }

  .hp-governance-card {
    --hp-governance-card-copy-x: 16px;
    --hp-governance-card-copy-gap: clamp(7px, 0.7vw, 10px);
    --hp-governance-card-copy-line-height: clamp(14px, 1.5vw, 18px);
    min-height: 0;
    padding: 12px var(--hp-governance-card-copy-x) 20px;
  }

  .hp-governance-card__number {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 28px;
  }

  .hp-governance-card h3 {
    font-size: 30px;
    line-height: 42px;
  }

  .hp-governance-card p {
    font-size: clamp(9px, 1vw, 12px);
  }

  body.homepage-preview-page .header-two .all {
    padding: 0 24px;
  }

  body.homepage-preview-page .header-two .all .all-son {
    width: 100%;
  }

  body.homepage-preview-page .header-two .middle {
    display: block;
  }

  body.homepage-preview-page .header-two .site-navigation .navbar-nav > .nav-item {
    padding-right: 9px;
    padding-left: 9px;
  }

  body.homepage-preview-page .header-two .site-navigation .navbar-nav > .nav-item > .nav-link {
    font-size: 13px;
  }

  body.homepage-preview-page .header-two .all .right {
    padding-left: 10px;
    font-size: 13px;
  }

  body.homepage-preview-page .header-two .all .right img {
    display: none;
  }

  body.homepage-preview-page .header-two .all .right .not-money {
    width: 86px;
    height: 32px;
    margin-left: 12px;
    font-size: 13px;
  }

  .hp-product-card--wide {
    grid-column: auto;
  }

  .hp-product-card--reverse .hp-product-visual {
    order: -1;
  }

  .hp-product-grid,
  .hp-news-list {
    grid-template-columns: 1fr;
  }

  .hp-news-list {
    display: grid;
  }

  .hp-section--solutions .hp-section-title h2,
  .hp-trial-card h2,
  .hp-news-head h2 {
    font-size: 36px;
  }

  .hp-section--solutions {
    height: auto;
    min-height: 860px;
    padding-bottom: 70px;
  }

  .hp-solution-carousel {
    width: calc(100vw - 40px);
  }

  .hp-solution-controls {
    transform: none;
  }

  .hp-follow-card {
    width: 100%;
    min-height: 0;
    height: auto;
  }

  .hp-news-list article {
    height: auto;
  }
}

@media (max-width: 768px) {
  html.homepage-preview-root,
  body.homepage-preview-page {
    min-width: 0;
    overflow-x: hidden !important;
  }

  .homepage-preview {
    --hp-hero-min-width: 0px;
    --hp-hero-stage-width: 100vw;
    --hp-content-gutter: 28px;
    --hp-intro-outer-width: min(620px, calc(100vw - 28px));
    --hp-intro-content-inset: 25px;
    --hp-hero-card-gap: 14px;
    --hp-hero-card-height: 118px;
    --hp-hero-card-padding-x: 18px;
    --hp-hero-card-padding-top: 20px;
    --hp-hero-card-title-size: 18px;
    --hp-hero-card-title-line: 26px;
    --hp-hero-card-body-size: 13px;
    --hp-hero-card-body-line: 19px;
    overflow-x: hidden;
  }

  .hp-shell {
    width: min(100% - 28px, 620px);
  }

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

  .hp-section--intro {
    margin-top: 0;
    padding: 50px 0 64px;
  }

  .hp-section--intro::before {
    width: 240px;
    height: 360px;
    top: 170px;
    left: auto;
    right: -120px;
    filter: blur(150px);
    opacity: 0.65;
  }

  .hp-section--intro::after {
    width: 280px;
    height: 360px;
    top: 740px;
    left: -170px;
    filter: blur(180px);
    opacity: 0.58;
  }

  .hp-section--intro .hp-shell {
    width: var(--hp-intro-outer-width);
  }

  .hp-hero {
    height: var(--hp-hero-viewport-height);
    min-width: 0;
    min-height: 0;
    padding: 0;
  }

  .hp-hero__slides,
  .hp-hero__ui {
    left: 50%;
    width: var(--hp-hero-stage-width);
  }

  .hp-hero-cards {
    bottom: 8px;
  }

  body.homepage-preview-page .header-two .all {
    height: 56px;
    padding: 0 16px;
  }

  body.homepage-preview-page .header-two .navbar-collapse.collapse {
    display: flex !important;
  }

  body.homepage-preview-page .header-two .navbar-nav {
    flex-direction: row;
    margin-bottom: 0;
  }

  body.homepage-preview-page .header-two .site-navigation .navbar-nav > .nav-item {
    padding-right: 5px;
    padding-left: 5px;
  }

  body.homepage-preview-page .header-two .site-navigation .navbar-nav > .nav-item > .nav-link {
    font-size: 12px;
    white-space: nowrap;
  }

  body.homepage-preview-page .header-two .all .right span {
    display: none;
  }

  body.homepage-preview-page .header-two .all .right img {
    display: none;
  }

  body.homepage-preview-page .header-two .all .right .not-money {
    width: 78px;
    height: 30px;
    margin-left: 8px;
    font-size: 12px;
  }

  .hp-hero__content {
    left: 10.42%;
    top: var(--hp-hero-content-top);
    width: var(--hp-hero-button-width);
  }

  .hp-hero__copy--ai {
    left: 10.42%;
    top: 27%;
    width: 62%;
    gap: 14px;
  }

  .hp-hero__badge {
    height: 28px;
    padding: 0 15px;
    border-radius: 22px;
    font-size: 12px;
    line-height: 17px;
  }

  .hp-hero__statement {
    width: min(100%, 430px);
  }

  .hp-hero__subcopy {
    width: min(100%, 430px);
    font-size: 12px;
    line-height: 17px;
  }

  .hp-hero__controls .hp-btn {
    width: var(--hp-hero-button-width);
    height: var(--hp-hero-button-height);
    min-width: var(--hp-hero-button-width);
    padding: 0 var(--hp-hero-button-padding-x);
    font-size: var(--hp-hero-button-font-size);
    line-height: var(--hp-hero-button-line-height);
  }

  .hp-slider-dots {
    gap: var(--hp-hero-dot-gap);
    margin-top: var(--hp-hero-dot-margin-top);
  }

  .hp-section--intro .hp-section-title--intro {
    width: 100%;
    margin-bottom: 34px;
  }

  .hp-section--intro .hp-section-title--intro h2 {
    font-size: 28px;
  }

  .hp-section--intro .hp-section-title--intro p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.7;
  }

  .hp-section-title h2,
  .hp-section--solutions .hp-section-title h2,
  .hp-trial-card h2,
  .hp-news-head h2,
  .hp-customer-heading h2 {
    font-size: 28px;
  }

  .hp-product-grid,
  .hp-news-list {
    grid-template-columns: 1fr;
  }

  .hp-news-list article {
    flex-basis: auto;
    max-width: none;
  }

  .hp-product-card,
  .hp-product-visual {
    padding: 24px;
    min-width: 0;
  }

  .hp-product-card,
  .hp-product-card--reverse {
    min-height: 0;
    padding: 24px;
    border-radius: 28px;
    grid-template-columns: 1fr;
  }

  .hp-product-visual {
    min-height: 0;
    padding: 0;
  }

  .hp-diagram {
    padding: 20px;
  }

  .hp-diagram-row,
  .hp-dam-modules,
  .hp-dom-path {
    grid-template-columns: 1fr;
  }

  .hp-node--semantic {
    grid-column: auto;
    margin-top: 0;
  }

  .hp-solution-card {
    flex-basis: min(387px, calc(100vw - 56px));
    min-height: 450px;
  }

  .hp-solution-tabs {
    margin-bottom: 44px;
  }

  .hp-customer-heading,
  .hp-news-head,
  .hp-trial-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .hp-news-head > div {
    width: 100%;
  }

  .hp-customer-heading {
    align-items: center;
    gap: 6px;
    margin-bottom: 34px;
  }

  .hp-customer-heading strong {
    font-size: 48px;
  }

  .hp-trial-card {
    padding: 38px 28px;
  }

  .hp-news-tabs {
    max-width: 100%;
  }

  .hp-follow-card {
    gap: 18px;
    padding: 22px;
  }
}

@media (max-width: 900px) {
  .hp-governance-panel {
    aspect-ratio: auto;
    min-height: 0;
    padding: 24px 24px 30px;
    border-radius: 24px;
  }

  .hp-governance-panel::before {
    inset: 0;
    width: auto;
    height: auto;
    border-radius: inherit;
    background-size: cover;
  }

  .hp-governance-cards {
    grid-template-columns: minmax(0, min(100%, 358px));
    justify-content: center;
    gap: 18px;
  }

  .hp-governance-card {
    min-height: 0;
  }

  .hp-governance-card h3 {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .hp-governance-card p {
    font-size: 12px;
    line-height: 18px;
  }

  .hp-governance-outcome {
    min-height: 0;
    margin-top: 16px;
    gap: 6px;
  }
}

@media (max-width: 820px) {
  .homepage-preview {
    --hp-hero-viewport-height: max(720px, var(--hp-hero-stage-height));
    --hp-content-gutter: 28px;
    --hp-intro-outer-width: min(620px, calc(100vw - 28px));
    --hp-intro-content-inset: 25px;
    --hp-hero-card-gap: 12px;
    --hp-hero-card-height: auto;
    --hp-hero-card-padding-x: 22px;
    --hp-hero-card-padding-top: 20px;
    --hp-hero-card-title-size: 20px;
    --hp-hero-card-title-line: 28px;
    --hp-hero-card-body-size: 14px;
    --hp-hero-card-body-line: 20px;
  }

  .hp-hero-cards {
    grid-template-columns: 1fr;
    bottom: 18px;
  }

  .hp-hero-card {
    min-height: 104px;
    padding-bottom: 20px;
  }

  .hp-section--intro .hp-shell {
    width: var(--hp-intro-outer-width);
  }

  .hp-section--intro .hp-section-title--intro {
    width: var(--hp-hero-card-row-width);
    margin-left: var(--hp-intro-content-inset);
  }

  .hp-governance-evolution {
    width: var(--hp-hero-card-row-width);
    margin: 0 0 56px var(--hp-intro-content-inset);
  }

  .hp-governance-heading {
    margin-bottom: 24px;
  }

  .hp-governance-heading h2 {
    font-size: 28px;
  }

  .hp-governance-heading p {
    margin-top: 12px;
    font-size: 16px;
  }

  .hp-governance-panel {
    padding: 24px 24px 28px;
    border-radius: 24px;
  }

  .hp-governance-card {
    min-height: 0;
    padding: 13px 18px 22px;
  }

  .hp-governance-card__number {
    margin-bottom: 26px;
    font-size: 22px;
    line-height: 30px;
  }

  .hp-governance-outcome h3 {
    font-size: 26px;
  }
}

@media (max-width: 430px) {
  .homepage-preview {
    --hp-hero-min-width: 0px;
    --hp-hero-stage-width: 100vw;
    --hp-hero-stage-height: max(420px, 65.5556vw);
    --hp-hero-viewport-height: max(720px, var(--hp-hero-stage-height));
    --hp-hero-dot-margin-top: 18px;
  }

  .hp-hero {
    height: var(--hp-hero-viewport-height);
    min-width: 0;
    min-height: 0;
  }

  body.homepage-preview-page .header-two .all {
    padding: 0 24px;
  }

  body.homepage-preview-page .header-two .middle {
    display: block;
  }

  body.homepage-preview-page .header-two .all .right {
    display: none;
  }

  body.homepage-preview-page .header-two .site-navigation .navbar-nav > .nav-item {
    padding-right: 4px;
    padding-left: 4px;
  }

  body.homepage-preview-page .header-two .site-navigation .navbar-nav > .nav-item > .nav-link {
    font-size: 11px;
  }

  .hp-hero__content {
    left: 10.42%;
    top: var(--hp-hero-content-top);
    width: var(--hp-hero-button-width);
  }

  .hp-hero__copy--ai {
    top: 23%;
    width: 68%;
    gap: 8px;
  }

  .hp-hero__badge {
    height: 22px;
    padding: 0 10px;
    border-radius: 18px;
    font-size: 9px;
    line-height: 13px;
  }

  .hp-hero__statement {
    width: min(100%, 300px);
  }

  .hp-hero__subcopy {
    width: min(100%, 300px);
    font-size: 9px;
    line-height: 13px;
  }

  .hp-slider-dots {
    margin-top: var(--hp-hero-dot-margin-top);
  }

  .hp-section--intro {
    margin-top: 0;
    padding: 42px 0 56px;
  }

  .hp-section--intro::before {
    right: -150px;
  }

  .hp-section--intro::after {
    left: -190px;
  }

  .hp-section--intro .hp-section-title--intro {
    margin-bottom: 28px;
  }

  .hp-governance-evolution {
    margin-bottom: 46px;
  }

  .hp-governance-heading h2 {
    font-size: 24px;
  }

  .hp-governance-heading p {
    font-size: 14px;
  }

  .hp-governance-panel {
    padding: 18px 18px 24px;
    border-radius: 20px;
  }

  .hp-governance-card {
    min-height: 0;
    padding: 12px 16px 18px;
    border-radius: 22px;
  }

  .hp-governance-card__number {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 26px;
  }

  .hp-governance-card h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .hp-governance-card p {
    font-size: 10px;
    line-height: 16px;
  }

  .hp-governance-outcome {
    gap: 6px;
    min-height: 104px;
  }

  .hp-governance-outcome h3 {
    font-size: 24px;
  }

  .hp-governance-outcome p,
  .hp-governance-outcome span {
    font-size: 12px;
  }

  .hp-governance-outcome span {
    width: 100%;
    padding: 6px 12px;
    white-space: normal;
  }

  .hp-section--intro .hp-section-title--intro h2 {
    font-size: 24px;
  }

  .hp-section-title h2,
  .hp-section--solutions .hp-section-title h2,
  .hp-trial-card h2,
  .hp-news-head h2,
  .hp-customer-heading h2 {
    font-size: 24px;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .hp-product-copy h3 {
    font-size: 20px;
    word-break: break-all;
  }

  .hp-product-copy p,
  .hp-section-title p {
    font-size: 14px;
    overflow-wrap: anywhere;
  }

  .hp-product-card {
    overflow: hidden;
  }

  .hp-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hp-btn {
    width: 100%;
    min-width: 0;
  }

  .hp-solution-tabs,
  .hp-news-tabs {
    width: 100%;
    height: auto;
    flex-wrap: nowrap;
  }

  .hp-solution-tabs button,
  .hp-news-tabs button {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 10px;
    font-size: 15px;
  }

  .hp-solution-controls {
    gap: 28px;
  }

  .hp-logo-row span {
    width: 150px;
    height: 51px;
    font-size: 15px;
  }

  .hp-follow-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 991px) {
  body.homepage-preview-page .header-two .all .all-son {
    position: relative;
    display: flex;
    align-items: center;
  }

  body.homepage-preview-page .header-two .all .left {
    order: 1;
    flex: 0 1 auto;
    min-width: 0;
  }

  body.homepage-preview-page .header-two .all .right {
    order: 2;
    flex: 0 0 auto;
  }

  body.homepage-preview-page .header-two .all .right span {
    display: inline-block;
  }

  body.homepage-preview-page .header-two .all .right img.block {
    display: none !important;
  }

  body.homepage-preview-page .header-two .all .right img.white {
    display: block !important;
  }

  body.homepage-preview-page .header-two .all .middle {
    position: relative;
    order: 0;
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 10px;
    margin-left: 0;
    padding-left: 0;
    cursor: pointer;
  }

  body.homepage-preview-page .header-two .all .middle::before {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 -7px 0 #fff, 0 7px 0 #fff;
  }

  body.homepage-preview-page .header-two .all .middle .site-navigation {
    position: absolute;
    top: calc(100% + 8px);
    right: auto;
    left: 0;
    display: none;
    width: min(330px, calc(100vw - 32px));
    max-height: calc(100vh - 76px);
    padding: 8px 0;
    overflow-y: auto;
    border: 1px solid rgba(226, 232, 240, 0.86);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.18);
  }

  body.homepage-preview-page .header-two .all .middle .site-navigation::before {
    content: "";
    position: absolute;
    top: -7px;
    right: auto;
    left: 13px;
    width: 14px;
    height: 14px;
    border-top: 1px solid rgba(226, 232, 240, 0.86);
    border-left: 1px solid rgba(226, 232, 240, 0.86);
    background: rgba(255, 255, 255, 0.98);
    transform: rotate(45deg);
  }

  body.homepage-preview-page .header-two .all .middle:hover .site-navigation,
  body.homepage-preview-page .header-two .all .middle:focus-within .site-navigation,
  body.homepage-preview-page .header-two.is-mobile-menu-open .all .middle .site-navigation {
    display: block;
  }

  body.homepage-preview-page .header-two .navbar,
  body.homepage-preview-page .header-two .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    overflow: visible;
  }

  body.homepage-preview-page .header-two .navbar-nav {
    display: block;
    margin: 0;
  }

  body.homepage-preview-page .header-two .site-navigation .navbar-nav > .nav-item {
    display: block;
    width: 100%;
    padding: 0;
  }

  body.homepage-preview-page .header-two .site-navigation .navbar-nav > .nav-item > .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    padding: 0 16px !important;
    color: #172033;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
  }

  body.homepage-preview-page .header-two .site-navigation .navbar-nav > .nav-item > .nav-link i,
  body.homepage-preview-page .header-two .site-navigation .navbar-nav > .nav-item > .nav-link strong {
    display: none !important;
  }

  body.homepage-preview-page .header-two .site-navigation .navbar-nav > .nav-item.dropdown > .nav-link i {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 2px;
    color: #111827 !important;
    background: #fff !important;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    transition: transform 0.2s ease;
  }

  body.homepage-preview-page .header-two .site-navigation .navbar-nav > .nav-item.dropdown.is-mobile-submenu-open > .nav-link i {
    transform: rotate(180deg);
  }

  body.homepage-preview-page .header-two .nav-item.dropdown > .dropdown-menu,
  body.homepage-preview-page .header-two .nav-item.dropdown:hover > .dropdown-menu,
  body.homepage-preview-page .header-two .nav-item.dropdown:focus-within > .dropdown-menu,
  body.homepage-preview-page .header-two .nav-item.dropdown.is-open > .dropdown-menu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 14px 10px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }

  body.homepage-preview-page .header-two .nav-item.dropdown.is-mobile-submenu-open > .dropdown-menu {
    display: block !important;
  }

  body.homepage-preview-page .header-two .dropdown-menu::before,
  body.homepage-preview-page .header-two .product-dropdown-menu::before {
    display: none !important;
  }

  body.homepage-preview-page .header-two .common .dropdown-menu .drop-index,
  body.homepage-preview-page .header-two .common .dropdown-menu .drop-wait,
  body.homepage-preview-page .header-two .drop-product-new {
    position: static !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 10px 12px 12px !important;
    border-radius: 8px !important;
    background: #f8fafc !important;
    box-shadow: none !important;
    overflow: visible !important;
  }

  body.homepage-preview-page .header-two .common .dropdown-menu .drop-index {
    column-gap: 0;
  }

  body.homepage-preview-page .header-two .drop-index-son,
  body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--solution .drop-index-son,
  body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--about .drop-index-son,
  body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--support .drop-index-son {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    padding: 6px 0 !important;
  }

  body.homepage-preview-page .header-two .drop-index-son .titles,
  body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--solution .titles {
    margin: 0 0 6px !important;
    color: #64748b !important;
    font-size: 12px !important;
    line-height: 18px !important;
  }

  body.homepage-preview-page .header-two .drop-index-son .menu-common,
  body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--solution .menu-common-industry,
  body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--support .menu-common {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.homepage-preview-page .header-two .drop-index-son .menu-common li,
  body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--solution .menu-common-industry li,
  body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--support .menu-common li {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.homepage-preview-page .header-two .drop-index-son .menu-common li a,
  body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--solution .menu-common-industry a,
  body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--support a,
  body.homepage-preview-page .header-two .drop-wait a {
    display: flex !important;
    align-items: center !important;
    min-height: 34px !important;
    padding: 0 8px !important;
    color: #334155 !important;
    font-size: 13px !important;
    line-height: 34px !important;
    white-space: normal !important;
    text-decoration: none !important;
  }

  body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--solution .menu-common-industry i,
  body.homepage-preview-page .header-two .common .dropdown-menu .drop-index.drop-index--solution .menu-common-industry .svg-inline--fa {
    display: none !important;
  }

  body.homepage-preview-page .header-two .drop-product-container {
    display: block !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.homepage-preview-page .header-two .product-platform-head {
    padding: 0 0 10px !important;
  }

  body.homepage-preview-page .header-two .product-platform-title {
    margin-bottom: 4px !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }

  body.homepage-preview-page .header-two .product-platform-desc {
    white-space: normal !important;
  }

  body.homepage-preview-page .header-two .product-platform-section--products,
  body.homepage-preview-page .header-two .product-platform-section--agents {
    padding: 12px 0 0 !important;
  }

  body.homepage-preview-page .header-two .product-list-title-visily,
  body.homepage-preview-page .header-two .product-list-title-visily.is-purple {
    margin-left: 0 !important;
    margin-bottom: 8px !important;
    font-size: 13px !important;
    line-height: 18px !important;
  }

  body.homepage-preview-page .header-two .product-platform-grid--products,
  body.homepage-preview-page .header-two .product-platform-grid--agents {
    grid-template-columns: 1fr !important;
  }

  body.homepage-preview-page .header-two a.product-platform-card,
  body.homepage-preview-page .header-two a.product-agent-card {
    min-height: 0 !important;
    padding: 12px !important;
    border-radius: 8px !important;
  }

  body.homepage-preview-page .header-two .product-title,
  body.homepage-preview-page .header-two .product-agent-name {
    font-size: 13px !important;
    line-height: 18px !important;
  }

  body.homepage-preview-page .header-two .product-summary,
  body.homepage-preview-page .header-two .product-agent-desc {
    font-size: 12px !important;
    line-height: 17px !important;
  }

  body.homepage-preview-page .header-two .product-card-tags {
    margin-top: 10px !important;
  }

  body.homepage-preview-page .footer .footer-main {
    height: auto;
    min-height: 0;
    align-items: stretch;
    padding: 34px 20px 0;
  }

  body.homepage-preview-page .footer .footer-main .footer-content {
    width: 100%;
    max-width: 620px;
    height: auto;
    min-width: 0;
  }

  body.homepage-preview-page .footer .footer-main .footer-content .box1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px;
    height: auto;
    min-height: 0;
    padding-top: 0;
  }

  body.homepage-preview-page .footer .footer-main .footer-content .box1 > img.footer-logo {
    width: 105px;
    height: auto;
    max-height: none;
    margin: 0;
  }

  body.homepage-preview-page .footer .footer-main .footer-content .box1 > div {
    width: 100%;
    min-width: 0;
    margin-right: 0;
  }

  body.homepage-preview-page .footer .footer-main .footer-content .box1 h4 {
    margin-bottom: 12px;
  }

  body.homepage-preview-page .footer .footer-main .footer-content .box1 span,
  body.homepage-preview-page .footer .footer-main .footer-content .box1 span a {
    max-width: 100%;
    line-height: 1.7;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  body.homepage-preview-page .footer .footer-main .footer-content .box1 span {
    margin-bottom: 8px;
  }

  body.homepage-preview-page .footer .footer-main .footer-content .box2 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    min-height: 0;
    margin-top: 28px;
    padding: 16px 0 22px;
    line-height: 1.6;
  }

  body.homepage-preview-page .footer .footer-main .footer-content .box2 > span {
    display: none;
  }

  body.homepage-preview-page .footer .footer-main .footer-content .box2 div {
    float: none;
    width: auto;
    gap: 6px;
    justify-content: flex-start;
    line-height: 21px;
  }

  body.homepage-preview-page .footer .note-auto {
    box-sizing: border-box;
    height: auto;
    min-height: 0;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 6px;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
  }

  body.homepage-preview-page .footer .note-auto span {
    max-width: 100%;
    margin: 0;
    line-height: 1.5;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

@media (max-width: 820px) {
  body.homepage-preview-page .header-two .all .right img.block,
  body.homepage-preview-page .header-two .all .right img.white,
  body.homepage-preview-page .header-two .all .right img,
  body.homepage-preview-page .header-two .all .right span {
    display: none !important;
  }

  body.homepage-preview-page .header-two .all .right .not-money {
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  body.homepage-preview-page .header-two .all {
    padding: 0 16px;
  }

  body.homepage-preview-page .header-two .all .right {
    display: flex;
  }

  body.homepage-preview-page .header-two .all .middle {
    margin-right: 10px;
    margin-left: 0;
  }
}
