html {
  scroll-behavior: smooth;
}

a.w-webflow-badge {
  display: none !important;
}

body .fda-nav-block.fda-growth-new {
  background-color: transparent !important;
}

#download,
#skills {
  scroll-margin-top: 8rem;
}

[data-local-form-busy="true"] {
  cursor: wait;
  opacity: 0.72;
}

.zendro-local-form-status {
  margin-top: 1rem;
  color: inherit;
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.zendro-primary-nav-link {
  text-decoration: none;
}

.zendro-primary-nav-link.w--current .fda-menu-font-v1,
.zendro-primary-nav-link:hover .fda-menu-font-v1,
.zendro-primary-nav-link:focus-visible .fda-menu-font-v1 {
  color: #5163ec;
}

.zendro-primary-nav-link:focus-visible {
  border-radius: 6px;
  outline: 3px solid rgba(81, 99, 236, 0.24);
  outline-offset: 4px;
}

@media screen and (max-width: 991px) {
  .zendro-primary-nav,
  .zendro-primary-nav-link {
    width: 100%;
  }
}
.fda-navbar-logo-v1 {
  width: 2.6875rem;
  height: 2.125rem;
  margin-top: 0;
  flex: none;
  display: flex;
  align-items: center;
}

.fda-navbar-logo-v1 .youji-brand-mark {
  width: 100%;
  height: auto;
  display: block;
}

.fda-footer-logo.youji-brand-mark {
  width: 3.5rem;
  height: auto;
}

body.fda-gradiant .fda-tag-inner-box > .fda-blue-linear.fda-button-font {
  transform: translateY(1px);
}

body.fda-gradiant .fda-analytics-box .youji-ai-assist-copy-block {
  grid-column-gap: 0;
  grid-row-gap: 0;
}

body.youji-home.fda-gradiant .fda-works .youji-feature-illustration {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: inherit;
}

body.youji-home.fda-gradiant .fda-works .fda-customise-image-wrapper,
body.youji-home.fda-gradiant .fda-works .fda-product-image-wrapper,
body.youji-home.fda-gradiant .fda-works .fda-analytics-image-wrapper,
body.youji-home.fda-gradiant .fda-works .fda-collaborate-image-wrappper {
  border-radius: var(--_page-details---radius--radius-small);
  overflow: hidden;
}

body.youji-home.fda-gradiant .fda-works .fda-analytics-image-wrapper {
  aspect-ratio: 4 / 3;
  background-color: transparent;
}

body.youji-home.fda-gradiant .fda-works .youji-feature-illustration-ai {
  object-fit: contain;
}

body.fda-gradiant .fda-testimonial .fda-testimonial-author-box,
body.fda-gradiant .fda-testimonial .fda-testimonial-author-box img {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
}

body.fda-gradiant .fda-testimonial .fda-testimonial-author-box {
  overflow: hidden;
}

body.fda-gradiant .fda-testimonial .fda-testimonial-author-box img {
  display: block;
  object-fit: cover;
}

body.fda-gradiant .fda-intigration .fda-intregration-title {
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

body.fda-gradiant .fda-intigration .youji-integration-copy {
  max-width: 26rem;
  margin: 0;
  color: #526274;
  line-height: 1.7;
  text-wrap: pretty;
}

@media screen and (max-width: 767px) {
  body.fda-gradiant .fda-intigration .fda-intregration-title {
    margin-top: 1rem;
  }

  body.fda-gradiant .fda-intigration .youji-integration-copy {
    max-width: 20rem;
  }

  .fda-navbar-logo-v1 {
    width: 2.5rem;
    height: auto;
  }

  .fda-footer-logo.youji-brand-mark {
    width: 3.1875rem;
  }
}

.youji-site-footer,
.youji-site-footer * {
  box-sizing: border-box;
}

.youji-site-footer {
  position: relative;
  isolation: isolate;
  min-width: 0;
  overflow: hidden;
  color: #f5f7fc;
  background: #08111f;
  border-top: 1px solid rgba(157, 177, 214, 0.16);
  font-family: "Plus Jakarta Sans", "Inter Tight", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.youji-footer-ambient {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 76% -18%, rgba(74, 108, 205, 0.27), transparent 43%),
    radial-gradient(circle at 13% 118%, rgba(35, 84, 151, 0.18), transparent 34%);
}

.youji-footer-ambient::after {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.2;
  background-image: radial-gradient(circle, rgba(176, 194, 225, 0.32) 0.7px, transparent 0.9px);
  background-size: 24px 24px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 82%);
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.youji-footer-shell {
  width: min(calc(100% - 3rem), 82rem);
  margin: 0 auto;
}

.youji-footer-grid {
  display: grid;
  grid-template-columns:
    minmax(16rem, 1.6fr)
    minmax(8rem, 0.72fr)
    minmax(14rem, 1.08fr)
    minmax(10rem, 0.8fr);
  gap: clamp(2.5rem, 4vw, 5.5rem);
  padding: clamp(4.75rem, 7vw, 7rem) 0 clamp(4.25rem, 6vw, 6rem);
}

.youji-footer-brand {
  max-width: 23rem;
}

.youji-footer-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: #fff;
  text-decoration: none;
}

.youji-footer-mark {
  display: grid;
  width: 3rem;
  height: 3rem;
  padding: 0.58rem;
  place-items: center;
  border: 1px solid rgba(158, 184, 231, 0.22);
  border-radius: 0.85rem;
  background: rgba(18, 32, 55, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.youji-footer-mark img {
  display: block;
  width: 100%;
  height: auto;
}

.youji-footer-name {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.035em;
}

.youji-footer-brand > p {
  max-width: 22rem;
  margin: 1.45rem 0 0;
  color: #aeb9ca;
  font-size: 0.95rem;
  line-height: 1.85;
  text-wrap: pretty;
}

.youji-footer-section {
  min-width: 0;
}

.youji-footer-section h2 {
  margin: 0 0 1.35rem;
  color: #f8f9fd;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

.youji-footer-link-list {
  display: grid;
  gap: 0.78rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.youji-footer-link-list li {
  margin: 0;
  padding: 0;
}

.youji-footer-link-list a,
.youji-footer-contact-list a {
  color: #aeb9ca;
  text-decoration: none;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.youji-footer-link-list a {
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
}

.youji-footer-link-list a:hover,
.youji-footer-contact-list a:hover {
  color: #fff;
}

.youji-footer-link-list a:hover {
  transform: translateX(0.2rem);
}

.youji-footer-contact-list {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  color: #d8dfeb;
  font-size: 0.92rem;
  font-style: normal;
  line-height: 1.6;
}

.youji-footer-contact-list a {
  width: fit-content;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.youji-footer-social-links {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.youji-footer-platform {
  display: grid;
  width: 3rem;
  height: 3rem;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: #cbd4e2;
  border: 1px solid rgba(158, 177, 210, 0.18);
  border-radius: 0.85rem;
  background: rgba(18, 32, 55, 0.82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  cursor: pointer;
  text-decoration: none;
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease,
    box-shadow 220ms ease;
}

.youji-footer-platform svg {
  display: block;
  width: 1.55rem;
  height: 1.55rem;
}

.youji-footer-platform.is-bilibili {
  color: #00aeec;
}

.youji-footer-platform.is-bilibili svg {
  fill: currentColor;
}

.youji-footer-platform.is-wechat {
  color: #07c160;
}

.youji-footer-platform.is-wechat svg {
  fill: currentColor;
  stroke: #0d1b2e;
  stroke-width: 0.3;
}

.youji-footer-platform.is-wechat circle {
  fill: #0d1b2e;
  stroke: none;
}

.youji-footer-platform:hover {
  color: #fff;
  border-color: rgba(150, 178, 236, 0.42);
  background: rgba(29, 48, 79, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0.7rem 1.6rem rgba(0, 8, 24, 0.2);
  transform: translateY(-0.12rem);
}

.youji-wechat-dialog {
  width: min(calc(100% - 2rem), 24rem);
  max-width: none;
  max-height: calc(100dvh - 2rem);
  margin: auto;
  padding: 0;
  color: #102039;
  overflow: visible;
  border: 1px solid rgba(99, 126, 167, 0.25);
  border-radius: 1.25rem;
  background: #f7faff;
  box-shadow: 0 2rem 6rem rgba(1, 10, 27, 0.42);
}

.youji-wechat-dialog::backdrop {
  background: rgba(3, 10, 24, 0.68);
  -webkit-backdrop-filter: blur(0.4rem);
  backdrop-filter: blur(0.4rem);
}

.youji-wechat-dialog-card {
  position: relative;
  display: grid;
  justify-items: center;
  padding: 2rem;
  text-align: center;
}

.youji-wechat-dialog-close {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  color: #63728a;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition:
    color 180ms ease,
    background-color 180ms ease;
}

.youji-wechat-dialog-close:hover {
  color: #102039;
  background: #e9eef7;
}

.youji-wechat-dialog-close svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.youji-wechat-dialog-icon {
  display: grid;
  width: 2.8rem;
  height: 2.8rem;
  margin-bottom: 0.8rem;
  color: #07c160;
  place-items: center;
  border-radius: 0.85rem;
  background: rgba(7, 193, 96, 0.1);
}

.youji-wechat-dialog-icon svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}

.youji-wechat-dialog h3 {
  margin: 0;
  color: #102039;
  font-size: 1.2rem;
  font-weight: 650;
  line-height: 1.4;
}

.youji-wechat-dialog p {
  margin: 0.4rem 0 1.3rem;
  color: #67768c;
  font-size: 0.82rem;
  line-height: 1.6;
}

.youji-wechat-dialog img {
  display: block;
  width: min(100%, 15.5rem);
  height: auto;
  padding: 0.45rem;
  border: 1px solid #e2e8f2;
  border-radius: 0.9rem;
  background: #fff;
}

.youji-footer-brand-link:active,
.youji-footer-link-list a:active,
.youji-footer-contact-list a:active,
.youji-footer-platform:active {
  transform: translateY(1px);
}

.youji-site-footer a:focus-visible,
.youji-site-footer button:focus-visible {
  border-radius: 0.3rem;
  outline: 3px solid rgba(116, 149, 231, 0.62);
  outline-offset: 4px;
}

.youji-footer-record {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
  gap: 0.5rem 1.25rem;
  color: #7f8da2;
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .youji-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(3rem, 9vw, 6rem);
    row-gap: 3.5rem;
  }

  .youji-footer-brand {
    max-width: 26rem;
  }
}

@media screen and (max-width: 640px) {
  .youji-footer-shell {
    width: min(calc(100% - 2.25rem), 82rem);
  }

  .youji-footer-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.8rem;
    padding: 4rem 0 3.5rem;
  }

  .youji-footer-brand > p {
    margin-top: 1.2rem;
  }

  .youji-footer-section h2 {
    margin-bottom: 1rem;
  }

  .youji-footer-link-list {
    gap: 0.25rem;
  }

  .youji-footer-link-list a {
    min-height: 2.75rem;
  }

  .youji-footer-record {
    margin-top: 1.65rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  .youji-site-footer a,
  .youji-site-footer button {
    transition: none;
  }
}
