.hero {
  position: relative;
  z-index: 120;
  min-height: auto;
  padding-top: 60px;
  padding-bottom: 68px;
  overflow: visible;
  background: #D7EEFF;
  isolation: isolate;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero__topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  height: 60px;
  background: url("../assets/slices/box_2.png") center top / cover no-repeat;
  box-shadow: 0 8px 24px rgba(10, 43, 110, 0.08);
}

.hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero__video-shell {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: url("../assets/slices/box_1.jpg") right center / cover no-repeat;
}

.hero__video-shell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: min(54%, 620px);
  background: linear-gradient(90deg, #D7EEFF 0%,  rgba(215, 238, 255, 0)  58%, rgba(215, 238, 255, 0) 100%);
  z-index: 1;
}

.hero__video {
  display: block;
  position: relative;
  z-index: 0;
  width: auto;
  height: 100%;
  min-width: 42vw;
  object-fit: cover;
  object-position: right center;
}

.hero__media-mask {
  display: none;
}

.hero__topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  height: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 240px;
  font-size: 16px;
  line-height: 20px;
  color:#171A1D;
}

.brand__logo {
  display: block;
  width: auto;
  height: 22px;
}

.brand__divider,
.brand__desc {
  color: var(--color-text-soft);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  flex: 1;
  font-size: 16px;
  line-height: 20px;
  font-weight:500;
}

.nav__item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding-bottom: 19px;
  margin-bottom: -19px;
}

.nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.hero__contact-group {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  flex: 0 0 auto;
}

.hero__phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}

.hero__phone-icon {
  width: 22px;
  height: 22px;
}

.hero__phone-number {
  display: inline-block;
  background: linear-gradient(0deg, #0A5DE6 0%, #903DEB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  white-space: nowrap;
}

.side-toolbar {
  position: fixed;
  right: 8px;
  top: 50%;
  z-index: 220;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transform: translateY(-50%);
}

.side-toolbar__entry {
  position: relative;
}

.side-toolbar__entry::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 18px;
  height: 100%;
}

.side-toolbar__item,
.side-toolbar__backtop {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0 4px 14px rgba(126, 157, 215, 0.16);
}

.side-toolbar__item {
  width: 60px;
  min-height: 158px;
  padding: 24px 0 24px;
  border-radius: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.side-toolbar__item:hover,
.side-toolbar__item:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(126, 157, 215, 0.2);
}

.side-toolbar__icon {
  width: 26px;
  height:26px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 auto;
}

.side-toolbar__item--phone .side-toolbar__icon {
  background-image: url("../assets/slices/phone.png");
}

.side-toolbar__item--contact .side-toolbar__icon {
  background-image: url("../assets/slices/lx.png");
}

.side-toolbar__item--apply .side-toolbar__icon {
  background-image: url("../assets/slices/sq.png");
}

.side-toolbar__text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #171A1D;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 2px;
  transition: color 0.22s ease;
}

.side-toolbar__item:hover .side-toolbar__text,
.side-toolbar__item:focus-visible .side-toolbar__text {
  color: #0A5DE6;
}

.side-toolbar__popup {
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  z-index: 1;
  padding: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 16px rgba(126, 157, 215, 0.18);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.side-toolbar__popup::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -8px;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.96);
  transform: translateY(-50%) rotate(45deg);
  border-radius: 2px;
}

.side-toolbar__entry:hover .side-toolbar__popup,
.side-toolbar__entry:focus-within .side-toolbar__popup {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) translateX(0);
}

.side-toolbar__popup--phone {
  width: 190px;
  padding: 28px 24px;
}

.side-toolbar__popup-label,
.side-toolbar__popup-title {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #171A1D;
}

.side-toolbar__popup-title,
.side-toolbar__popup-phone {
  display: inline-block;
  background: linear-gradient(285.5090434461323deg, #0A5DE6 0%, #903DEB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.side-toolbar__popup-phone {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.side-toolbar__popup--contact {
  width: 160px;
  padding: 20px 22px 22px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.side-toolbar__qr-block {
  width: 100%;
  display: grid;
  justify-items: center;
  text-align: center;
}

.side-toolbar__qr-block + .side-toolbar__qr-block {
  margin-top: 22px;
}

.side-toolbar__qr-image {
  display: block;
  width: 120px;
  height: 120px;
  margin-top: 10px;
  object-fit: cover;
}

.side-toolbar__backtop {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.side-toolbar__backtop:hover,
.side-toolbar__backtop:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(126, 157, 215, 0.2);
}

.side-toolbar__backtop span {
  display: block;
  width: 26px;
  height: 26px;
  background: url("../assets/slices/top.png") center / contain no-repeat;
}

.nav a {
  position: relative;
}

.nav__link:hover,
.nav__link:focus-visible,
.nav__item:hover > .nav__link,
.nav__item:focus-within > .nav__link {
  color: #0a5de6;
}

.nav__link::after {
  content: "";
  color: #0A5DE6;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 2px;
  background: #0A5DE6;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.nav__link:hover::after,
.nav__link:focus-visible::after,
.nav__item:hover > .nav__link::after,
.nav__item:focus-within > .nav__link::after {
  transform: scaleX(1);
}

.nav__submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 310;
  display: grid;
  margin-top: 0;
  width: max-content;
  min-width: 0;
  gap: 0;
  padding: 30px 60px;
  border: 1px solid rgba(228, 236, 251, 0.9);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.88) 100%);
  box-shadow: 0 2px 6px 0 #D6DCFF;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 8px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.nav__submenu::before {
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  height: 19px;
}

.nav__submenu a {
  position: relative;
  display: block;
  padding: 0;
  color: rgba(33, 43, 65, 0.9);
  font-size: 14px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.nav__submenu a + a {
  border-top: 1px solid rgba(224, 231, 245, 0.9);
}

.nav__submenu a::after {
  display: none;
}

.nav__submenu a:hover,
.nav__submenu a:focus-visible {
  color: #0A5DE6;
}

.nav__item:hover .nav__submenu,
.nav__item:focus-within .nav__submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.hero__content {
  position: relative;
  z-index: 2;
  padding: 159px 0 0;
}

.hero__eyebrow {
  margin: 0;
  width: 496px;
  max-width: 100%;
  font-size: 0;
  line-height: 78px;
}

.hero__eyebrow-main,
.hero__eyebrow-sub {
  display: block;
  overflow-wrap: break-word;
  color: rgba(23, 26, 29, 1);
  font-size: 48px;
  text-align: left;
  white-space: nowrap;
  line-height: 65px;
}

.hero__eyebrow-main {
  font-family: AlibabaPuHuiTiB, PingFang SC, PingFangSC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  font-weight: 700;
  color: #0A5DE6;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .hero__eyebrow-main {
    background-image: linear-gradient(105.5090434461323deg, #0A5DE6 0%, #903DEB 48%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.hero__eyebrow-sub {
  font-family: AlibabaPuHuiTiL, PingFang SC, PingFangSC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
}

.policy-page--faq > .hero {
  padding-bottom: 68px;
}

.policy-page--faq {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.policy-page--faq .policy-page__main {
  flex: 1 0 auto;
  padding: 40px 0 100px;
  background: linear-gradient(180deg, #EDF8FF 0%, #F8F8F9 100%, #F8F8F9 100%);
}

.policy-page--faq .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.policy-page--faq .policy-shell {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.policy-page--faq .policy-hero-grid {
  display: grid;
  grid-template-columns: 866px 394px;
  gap: 20px;
  align-items: stretch;
}

.policy-page--faq .policy-panel {
  background: rgba(255, 255, 255, 1);
  border-radius: 16px;
  box-shadow: 0 6px 8px rgba(207, 234, 255, 0.7);
  overflow: hidden;
}

.policy-page--faq .policy-hero-card img,
.policy-page--faq .policy-hero-side-card img,
.policy-page--faq .policy-banner-card img,
.policy-page--faq .policy-article-card__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.policy-page--faq .policy-hero-side {
  display: grid;
  grid-template-rows: 179px 179px;
  gap: 20px;
}

.policy-page--faq .policy-content-grid {
  display: grid;
  grid-template-columns: 955px 304px;
  gap: 21px;
  align-items: start;
  margin-top: 40px;
}

.policy-page--faq .policy-tabs {
  display: flex;
  align-items: center;
  gap: 68px;
  min-height: 70px;
  padding: 0 37px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 1);
  border-radius: 16px;
}

.policy-page--faq .policy-tab {
  color: rgba(23, 26, 29, 0.6);
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.82px;
  white-space: nowrap;
}

.policy-page--faq .policy-tab.is-active {
  color: rgba(10, 93, 230, 1);
  font-weight: 600;
}

.policy-page--faq .policy-feed,
.policy-page--faq .policy-faq-feed {
  display: flex;
  flex-direction: column;
}

.policy-page--faq .policy-feed {
  gap: 12px;
}

.policy-page--faq .policy-faq-card {
  position: relative;
  display: block;
  padding: 33px 36px;
  margin-top: 12px;
  border: 1px solid rgba(126, 134, 142, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 4px rgba(214, 214, 214, 0.5);
  overflow: hidden;
  isolation: isolate;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.policy-page--faq .policy-faq-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 16px;
  background: linear-gradient(21deg, rgba(10, 93, 230, 1) , rgba(144, 61, 235, 1));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.policy-page--faq .policy-faq-card:first-child {
  margin-top: 20px;
}

.policy-page--faq .policy-faq-card--long {
  min-height: 153px;
  padding-bottom: 20px;
}

.policy-page--faq .policy-faq-card:hover,
.policy-page--faq .policy-faq-card:focus-visible {
  background: linear-gradient(180deg, #E3EDFF 0%, #FFFFFF 100%);
  box-shadow: 0px 2px 4px 0px rgba(214, 214, 214, 0.5);
  border-color: transparent;
  outline: none;
}

.policy-page--faq .policy-faq-card:hover::before,
.policy-page--faq .policy-faq-card:focus-visible::before {
  opacity: 1;
}

.policy-page--faq .policy-faq-card__question {
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}

.policy-page--faq .policy-faq-card__answer {
  margin: 10px 0 0;
  color: rgba(23, 26, 29, 0.6);
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

.policy-page--faq .policy-article-card {
  display: grid;
  grid-template-columns: 352px 1fr;
  gap: 24px;
  min-height: 224px;
  padding: 32px 36px;
}

.policy-page--faq .policy-article-card__thumb {
  align-self: start;
  border-radius: 8px;
  overflow: hidden;
}

.policy-page--faq .policy-article-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.policy-page--faq .policy-article-card__title {
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.policy-page--faq .policy-article-card__excerpt {
  margin: 24px 0 0;
  color: rgba(23, 26, 29, 0.6);
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}

.policy-page--faq .policy-article-card__date {
  align-self: flex-end;
  margin-top: auto;
  color: rgba(23, 26, 29, 0.6);
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.55px;
}

.policy-page--faq .policy-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.policy-page--faq .policy-sidebar__latest {
  padding: 22px 19px 18px;
}

.policy-page--faq .policy-sidebar__title {
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.91px;
  font-weight: 600;
}

.policy-page--faq .policy-sidebar__list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.policy-page--faq .policy-sidebar__list li + li {
  border-top: 1px solid rgba(229, 235, 242, 1);
}

.policy-page--faq .policy-sidebar__item {
  display: block;
  padding: 16px 0;
}

.policy-page--faq .policy-sidebar__item-title {
  color: rgba(23, 26, 29, 1);
  font-size: 16px;
  line-height: 22px;
}

.policy-page--faq .policy-sidebar__item-date {
  display: block;
  margin-top: 9px;
  color: rgba(23, 26, 29, 0.6);
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.55px;
}

.policy-page--faq .policy-contact {
  min-height: 225px;
  padding: 23px 20px;
}

.policy-page--faq .policy-contact__content {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: flex-start;
  justify-content: start;
  column-gap: 32px;
  margin-top: 28px;
}

.policy-page--faq .policy-contact__qr {
  width: 96px;
  flex: 0 0 auto;
  text-align: center;
}

.policy-page--faq .policy-contact__qr-label {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 22px;
  background-image: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.policy-page--faq .policy-contact__qr img {
  width: 89px;
  height: 84px;
  display: block;
}

.policy-page--faq .policy-contact__meta-label {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  background-image: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.policy-page--faq .policy-contact__meta-phone {
  margin: 12px 0 0;
  color: rgba(23, 26, 29, 1);
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.policy-page--policy > .hero {
  padding-bottom: 0;
}

.policy-page--policy {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.policy-page--policy .policy-page__main {
  flex: 1 0 auto;
  min-height: 2104px;
  padding: 40px 0 100px;
  background: linear-gradient(180deg, #EDF8FF 0%, #F8F8F9 100%, #F8F8F9 100%);
}

.policy-page--policy .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.policy-page--policy .policy-shell {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.policy-page--policy .policy-hero-grid {
  display: grid;
  grid-template-columns: 866px 394px;
  gap: 20px;
  align-items: stretch;
}

.policy-page--policy .policy-panel {
  background: rgba(255, 255, 255, 1);
  border-radius: 16px;
  box-shadow: 0 6px 8px rgba(207, 234, 255, 0.7);
  overflow: hidden;
}

.policy-page--policy .policy-hero-card img,
.policy-page--policy .policy-hero-side-card img,
.policy-page--policy .policy-banner-card img,
.policy-page--policy .policy-article-card__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.policy-page--policy .policy-hero-side {
  display: grid;
  grid-template-rows: 179px 179px;
  gap: 20px;
}

.policy-page--policy .policy-content-grid {
  display: grid;
  grid-template-columns: 955px 304px;
  gap: 21px;
  align-items: start;
  margin-top: 40px;
}

.policy-page--policy .policy-tabs {
  display: flex;
  align-items: center;
  gap: 68px;
  min-height: 70px;
  padding: 0 37px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 1);
  border-radius: 16px;
}

.policy-page--policy .policy-tab {
  color: rgba(23, 26, 29, 0.6);
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.82px;
  white-space: nowrap;
}

.policy-page--policy .policy-tab.is-active {
  color: rgba(10, 93, 230, 1);
  font-weight: 600;
}

.policy-page--policy .policy-feed {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.policy-page--policy .policy-article-card {
  display: grid;
  grid-template-columns: 352px 1fr;
  gap: 24px;
  min-height: 224px;
  padding: 32px 36px;
}

.policy-page--policy .policy-article-card__thumb {
  align-self: start;
  border-radius: 8px;
  overflow: hidden;
}

.policy-page--policy .policy-article-card__body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.policy-page--policy .policy-article-card__title {
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.policy-page--policy .policy-article-card__excerpt {
  margin: 24px 0 0;
  color: rgba(23, 26, 29, 0.6);
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}

.policy-page--policy .policy-article-card__date {
  align-self: flex-end;
  margin-top: auto;
  color: rgba(23, 26, 29, 0.6);
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.55px;
}

.policy-page--policy .policy-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.policy-page--policy .policy-sidebar__latest {
  padding: 22px 19px 18px;
}

.policy-page--policy .policy-sidebar__title {
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.91px;
  font-weight: 600;
}

.policy-page--policy .policy-sidebar__list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.policy-page--policy .policy-sidebar__list li + li {
  border-top: 1px solid rgba(229, 235, 242, 1);
}

.policy-page--policy .policy-sidebar__item {
  display: block;
  padding: 16px 0;
}

.policy-page--policy .policy-sidebar__item-title {
  color: rgba(23, 26, 29, 1);
  font-size: 16px;
  line-height: 22px;
}

.policy-page--policy .policy-sidebar__item-date {
  display: block;
  margin-top: 9px;
  color: rgba(23, 26, 29, 0.6);
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.55px;
}

.policy-page--policy .policy-contact {
  min-height: 225px;
  padding: 23px 20px;
}

.policy-page--policy .policy-contact__content {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: flex-start;
  justify-content: start;
  column-gap: 32px;
  margin-top: 28px;
}

.policy-page--policy .policy-contact__qr {
  width: 96px;
  flex: 0 0 auto;
  text-align: center;
}

.policy-page--policy .policy-contact__qr-label {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 22px;
  background-image: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.policy-page--policy .policy-contact__qr img {
  width: 89px;
  height: 84px;
  display: block;
}

.policy-page--policy .policy-contact__meta-label {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  background-image: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.policy-page--policy .policy-contact__meta-phone {
  margin: 12px 0 0;
  color: rgba(23, 26, 29, 1);
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.policy-page--latest > .hero {
  padding-bottom: 0;
}

.policy-page--latest {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.policy-page--latest .policy-page__main {
  flex: 1 0 auto;
  min-height: 2104px;
  padding: 40px 0 100px;
  background: linear-gradient(180deg, #EDF8FF 0%, #F8F8F9 100%, #F8F8F9 100%);
}

.policy-page--latest .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.policy-page--latest .policy-shell {
  width: min(1280px, calc(100% - 80px));
  margin: 0 auto;
}

.policy-page--latest .policy-hero-grid {
  display: grid;
  grid-template-columns: 866px 394px;
  gap: 20px;
  align-items: stretch;
}

.policy-page--latest .policy-panel {
  background: rgba(255, 255, 255, 1);
  border-radius: 16px;
  box-shadow: 0 6px 8px rgba(207, 234, 255, 0.7);
  overflow: hidden;
}

.policy-page--latest .policy-hero-card img,
.policy-page--latest .policy-hero-side-card img,
.policy-page--latest .policy-banner-card img,
.policy-page--latest .policy-latest-card__thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.policy-page--latest .policy-hero-side {
  display: grid;
  grid-template-rows: 179px 179px;
  gap: 20px;
}

.policy-page--latest .policy-content-grid {
  display: grid;
  grid-template-columns: 955px 304px;
  gap: 21px;
  align-items: start;
  margin-top: 40px;
}

.policy-page--latest .policy-tabs {
  display: flex;
  align-items: center;
  gap: 68px;
  min-height: 70px;
  padding: 0 37px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 1);
  border-radius: 16px;
}

.policy-page--latest .policy-tab {
  color: rgba(23, 26, 29, 0.6);
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.82px;
  white-space: nowrap;
}

.policy-page--latest .policy-tab.is-active {
  color: rgba(10, 93, 230, 1);
  font-weight: 600;
}

.policy-page--latest .policy-latest-grid {
  display: grid;
  grid-template-columns: repeat(3, 305px);
  gap: 20px;
  margin-top: 12px;
}

.policy-page--latest .policy-latest-card {
  min-height: 361px;
  background: rgba(244, 248, 255, 1);
  box-shadow: none;
}

.policy-page--latest .policy-latest-card__thumb {
  width: 305px;
  height: 141px;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}

.policy-page--latest .policy-latest-card__thumb img {
  width: 305px;
  height: 141px;
  object-fit: cover;
}

.policy-page--latest .policy-latest-card__body {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 26px 16px 18px;
}

.policy-page--latest .policy-latest-card__title {
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0;
}

.policy-page--latest .policy-latest-card__excerpt {
  margin: 18px 0 0;
  color: rgba(23, 26, 29, 0.4);
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.policy-page--latest .policy-latest-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 27px;
}

.policy-page--latest .policy-latest-card__tag {
  color: rgba(10, 93, 230, 1);
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.55px;
}

.policy-page--latest .policy-latest-card__date {
  color: rgba(23, 26, 29, 0.4);
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.55px;
}

.policy-page--latest .policy-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.policy-page--latest .policy-sidebar__latest {
  padding: 22px 19px 18px;
}

.policy-page--latest .policy-sidebar__title {
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.91px;
  font-weight: 600;
}

.policy-page--latest .policy-sidebar__list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.policy-page--latest .policy-sidebar__list li + li {
  border-top: 1px solid rgba(229, 235, 242, 1);
}

.policy-page--latest .policy-sidebar__item {
  display: block;
  padding: 16px 0;
}

.policy-page--latest .policy-sidebar__item-title {
  color: rgba(23, 26, 29, 1);
  font-size: 16px;
  line-height: 22px;
}

.policy-page--latest .policy-sidebar__item-date {
  display: block;
  margin-top: 9px;
  color: rgba(23, 26, 29, 0.6);
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.55px;
}

.policy-page--latest .policy-contact {
  min-height: 225px;
  padding: 23px 20px;
}

.policy-page--latest .policy-contact__content {
  display: grid;
  grid-template-columns: 112px 1fr;
  align-items: flex-start;
  justify-content: start;
  column-gap: 32px;
  margin-top: 28px;
}

.policy-page--latest .policy-contact__qr {
  width: 96px;
  flex: 0 0 auto;
  text-align: center;
}

.policy-page--latest .policy-contact__qr-label {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 22px;
  background-image: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.policy-page--latest .policy-contact__qr img {
  width: 89px;
  height: 84px;
  display: block;
}

.policy-page--latest .policy-contact__meta-label {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  background-image: linear-gradient(16deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.policy-page--latest .policy-contact__meta-phone {
  margin: 12px 0 0;
  color: rgba(23, 26, 29, 1);
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.ai-match-page > .hero {
  padding-bottom: 0;
}

.ai-match-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.ai-match-page .ai-match-page__main {
  flex: 1 0 auto;
  background: linear-gradient(180deg, #edf8ff 0%, #ffffff 100%);
}

.ai-match-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ai-match-page .ai-match-page__container,
.ai-match-page .ai-match-page__hero-inner {
  width: 1280px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}

.ai-match-page .ai-match-page__hero {
  position: relative;
  overflow: hidden;
  background: url("../assets/slices/banner2.jpg") center top / cover no-repeat;
}

.ai-match-page .ai-match-page__hero::before {
  content: none;
}

.ai-match-page .ai-match-page__hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  min-height: 723px;
  padding: 48px 0 44px;
}

.ai-match-page .ai-match-page__hero-copy {
  margin-top: -34px;
  max-width: 760px;
}

.ai-match-page .ai-match-page__hero-heading {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding-top: 18px;
  padding-right: 76px;
}

.ai-match-page .ai-match-page__hero-kicker {
  margin: 0;
  display: inline-block;
  color: #171A1D;
  font-size: 48px;
  line-height: 65px;
  font-weight: 700;
  text-align: left;
  font-style: normal;
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
  .ai-match-page .ai-match-page__hero-kicker {
    background: linear-gradient(65deg, #0A5DE6 50%, #903DEB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.ai-match-page .ai-match-page__hero-badge {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 34px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(255, 92, 118, 1) 0%, rgba(255, 53, 91, 1) 100%);
  border-radius: 999px;
  box-shadow: 0 8px 14px rgba(255, 73, 105, 0.22);
}

.ai-match-page .ai-match-page__hero-badge--left {
  top: -14px;
  left: 84px;
}

.ai-match-page .ai-match-page__hero-badge--right {
  top: 26px;
  right: 0;
  min-width: 54px;
  height: 30px;
  font-size: 16px;
}

.ai-match-page .ai-match-page__hero-title {
  margin: 14px 0 0;
  color: rgba(23, 26, 29, 1);
  font-size: 48px;
  line-height: 65px;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .ai-match-page .ai-match-page__hero-title {
    white-space: normal;
  }
}

.ai-match-page .ai-match-page__hero-desc {
  margin: 14px 0 0;
  color: rgba(23, 26, 29, 0.48);
  font-size: 18px;
  line-height: 30px;
  max-width: 540px;
}

.ai-match-page .ai-match-page__hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 44px;
  margin-top: 144px;
  padding: 0 22px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  background: linear-gradient(90deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(65, 112, 255, 0.24);
}

.ai-match-page .ai-match-page__answer {
  padding:100px 0 102px;
  background: rgba(255, 255, 255, 1);
}

.ai-match-page .ai-match-page__section-title {
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 42px;
  line-height: 58px;
  text-align: center;
  font-weight: 700;
}

.ai-match-page .ai-match-page__answer-card {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 465px;
  margin: 81px auto 0;
  background: rgba(242, 242, 242, 1);
}

.ai-match-page .ai-match-page__answer-placeholder {
  color: rgba(23, 26, 29, 0.35);
  font-size: 24px;
  line-height: 34px;
}

.ai-match-page .ai-match-page__section {
  position: relative;
}

.ai-match-page .ai-match-page__section-desc {
  margin: 12px 0 0;
  color: rgba(23, 26, 29, 0.4);
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}

.ai-match-page .ai-match-page__section--process {
  padding: 101px 0 101px;
  background: url("../assets/slices/aibg1.jpg") center / cover no-repeat;
}

.ai-match-page .ai-match-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 66px;
}

.ai-match-page .ai-match-process-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 138px;
  padding: 46px 35px 42px 42px;
  background: rgba(255, 255, 255, 0.92);
  border: 2px solid transparent;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 18px 40px rgba(97, 155, 232, 0.1);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.ai-match-page .ai-match-process-card:hover,
.ai-match-page .ai-match-process-card:focus-visible {
  transform: translateY(-10px);
  background:
    linear-gradient(rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.92)) padding-box,
    linear-gradient(105.5090434461323deg, rgba(10, 93, 230, 1), rgba(144, 61, 235, 1)) border-box;
  border-radius: 0 30px 0 30px;
  box-shadow: 0 22px 46px rgba(97, 155, 232, 0.18);
}

.ai-match-page .ai-match-process-card__copy {
  max-width: 180px;
}

.ai-match-page .ai-match-process-card__copy h3 {
  margin: 0;
  color: #0A5DE6;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
  .ai-match-page .ai-match-process-card__copy h3 {
    background: linear-gradient(285.5090434461323deg, #903DEB  20%,#0A5DE6 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.ai-match-page .ai-match-process-card__copy p {
  margin: 16px 0 0;
  color: rgba(23, 26, 29, 0.56);
  font-size: 14px;
  line-height: 24px;
}

.ai-match-page .ai-match-process-card__copy a {
  display: inline-flex;
  margin-top: 53px;
  color: #0A5DE6;
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
  .ai-match-page .ai-match-process-card__copy a {
    background: linear-gradient(0deg, #0A5DE6 0%, #903DEB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.ai-match-page .ai-match-process-card__copy a::after {
  content: "\2197";
  margin-left: 4px;
  font-size: 11px;
}

.ai-match-page .ai-match-process-card__icon {
  display: block;
  width: 136px;
  height: auto;
  flex: 0 0 136px;
  align-self: flex-start;
  object-fit: contain;
}

.ai-match-page .ai-match-page__section--workflow {
  padding: 101px 0 101px;
  background: url("../assets/slices/gzl.jpg") center / cover no-repeat;
}

.ai-match-page .ai-match-workflow__banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  min-height: 160px;
  margin: 0 auto;
  padding: 0 34px 0 42px;
  background: url("../assets/slices/gzl.png") center / 100% 100% no-repeat;
}

.ai-match-page .ai-match-workflow__banner h2 {
  margin: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 42px;
  line-height: 58px;
  font-weight: 700;
}

.ai-match-page .ai-match-workflow__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 123px;
  height: 42px;
  padding: 0 16px;
  color: #0A5DE6;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
}

.ai-match-page .ai-match-workflow__cta span {
  display: inline-block;
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
  .ai-match-page .ai-match-workflow__cta span {
    background: linear-gradient(285.5090434461323deg,#903DEB  0, #0A5DE6 90%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.ai-match-page .ai-match-workflow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  justify-content: stretch;
  gap: 120px 0;
  width: 100%;
  margin: 60px auto 0;
  padding: 0;
  overflow: visible;
}

.ai-match-page .ai-match-workflow__line {
  position: absolute;
  top: 232px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}

.ai-match-page .ai-match-workflow__line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 4px;
  background: linear-gradient(90deg, #0A5DE6 0%, #2E6EF3 57%, #903DEB 100%);
  transform: translateY(-50%);
  border-radius: 999px;
}

.ai-match-page .ai-match-workflow__step {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  height: 24px;
  padding: 0 10px;
  color: #4D84E9;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  background: linear-gradient(180deg, #E8F2FF 0%, #DDEBFF 100%);
  border: 1px solid rgba(113, 162, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(92, 143, 234, 0.1);
  flex: 0 0 auto;
  cursor: pointer;
  transition:
    color 0.24s ease,
    background 0.24s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease,
    border-color 0.24s ease;
}

.ai-match-page .ai-match-workflow__step:hover,
.ai-match-page .ai-match-workflow__step:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(101, 116, 255, 0.18);
}

.ai-match-page .ai-match-workflow__step.is-active {
  color: #FFFFFF;
  background: linear-gradient(90deg, #0A5DE6 0%, #903DEB 100%);
  border-color: transparent;
  box-shadow: 0 8px 18px rgba(101, 116, 255, 0.24);
}

.ai-match-page .ai-match-workflow__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  width: 156px;
  min-height: 186px;
  padding: 30px;
  text-align: center;
  border: 1.5px solid transparent;
  border-radius: 24px;
  box-shadow: none;
  backdrop-filter: blur(8px);
  filter: drop-shadow(0 12px 28px rgba(146, 184, 245, 0.16));
  justify-self: start;
  opacity: 0.68;
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.26s ease,
    filter 0.28s ease,
    border-color 0.28s ease;
}

.ai-match-page .ai-match-workflow__card::after {
  content: "";
  position: absolute;
  left: 33.333%;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  transform: translateX(-50%) rotate(45deg);
  border: 0;
}

.ai-match-page .ai-match-workflow__card--top::after {
  bottom: -9px;
}

.ai-match-page .ai-match-workflow__card--top {
  grid-row: 1;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.95) 0%, rgba(255, 255, 255, 0.98) 100%) padding-box,
    linear-gradient(180deg, rgba(92, 149, 255, 0.86) 0%, rgba(92, 149, 255, 0) 100%) border-box;
  transform: translateY(0);
}

.ai-match-page .ai-match-workflow__card--bottom::after {
  top: -9px;
  transform: translateX(-50%) rotate(225deg);
}

.ai-match-page .ai-match-workflow__card--bottom {
  grid-row: 2;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(234, 243, 255, 0.95) 100%) padding-box,
    linear-gradient(0deg, rgba(92, 149, 255, 0.86) 0%, rgba(92, 149, 255, 0) 100%) border-box;
  transform: translateY(0);
}

.ai-match-page .ai-match-workflow__card--step1 {
  grid-column: 1;
}

.ai-match-page .ai-match-workflow__card--step2 {
  grid-column: 2;
}

.ai-match-page .ai-match-workflow__card--step3 {
  grid-column: 3;
}

.ai-match-page .ai-match-workflow__card--step4 {
  grid-column: 4;
}

.ai-match-page .ai-match-workflow__card--step5 {
  grid-column: 5;
}

.ai-match-page .ai-match-workflow__card--step6 {
  grid-column: 6;
}

.ai-match-page .ai-match-workflow__card--step7 {
  grid-column: 7;
}

.ai-match-page .ai-match-workflow__card--step8 {
  grid-column: 8;
  justify-self: end;
}

.ai-match-page .ai-match-workflow__card--step8::after {
  left: auto;
  right: 28px;
}

.ai-match-page .ai-match-workflow__card--bottom.ai-match-workflow__card--step8::after {
  transform: translateX(50%) rotate(225deg);
}

.ai-match-page .ai-match-workflow__card.is-active {
  opacity: 1;
  filter: drop-shadow(0 18px 36px rgba(146, 184, 245, 0.24));
}

.ai-match-page .ai-match-workflow__card--top.is-active {
  transform: translateY(-18px);
}

.ai-match-page .ai-match-workflow__card--bottom.is-active {
  transform: translateY(18px);
}

.ai-match-page .ai-match-workflow__card h3 {
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 23px;
  line-height: 33px;
  font-weight: 700;
  margin-top: 16px;
  text-align: left;
}

.ai-match-page .ai-match-workflow__card p {
  margin: 0;
  color: rgba(23, 26, 29, 0.46);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: left;
}

.ai-match-page .ai-match-workflow__icon {
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.ai-match-page .ai-match-page__section--metrics {
  padding: 101px 0 102px;
  background: url("../assets/slices/nlbj.jpg") center / cover no-repeat;
}

.ai-match-page .ai-match-metrics {
  display: grid;
  grid-template-columns: minmax(0, 847px) 412px;
  gap: 20px;
  align-items: stretch;
  margin-top:90px;
}

.ai-match-page .ai-match-metrics__group {
  display: grid;
  gap: 20px;
}

.ai-match-page .ai-match-metrics__panel,
.ai-match-page .ai-match-metrics__sidebar {
  padding: 40px 60px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(218, 231, 251, 0.9);
  border-radius: 0 24px 0 24px;
  box-shadow: 0 18px 36px rgba(139, 171, 227, 0.14);
  backdrop-filter: blur(14px);
}

.ai-match-page .ai-match-metrics__panel h3,
.ai-match-page .ai-match-metrics__sidebar h3 {
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}

.ai-match-page .ai-match-metrics__stats {
  margin-top: 28px;
}

.ai-match-page .ai-match-metrics__stats--triple {
  display: grid;
  grid-template-columns: 141px 296px minmax(0, 1fr);
  align-items: start;
}
}

.ai-match-page .ai-match-metrics__stats--stack {
  display: grid;
  gap: 0;
}

.ai-match-page .ai-match-metrics__stats > div {
  position: relative;
  padding: 0 28px 0 0;
}

.ai-match-page .ai-match-metrics__stats--triple > div:nth-child(2) {
  padding-left: 78px;
}

.ai-match-page .ai-match-metrics__stats--triple > div:nth-child(3) {
  padding-left: 61px;
}

.ai-match-page .ai-match-metrics__stats--triple > div:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: 72px;
  background: rgba(216, 228, 247, 1);
}

.ai-match-page .ai-match-metrics__stats--stack > div {
  padding: 0;
}

.ai-match-page .ai-match-metrics__stats strong {
  display: block;
  color: rgba(10, 93, 230, 1);
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.ai-match-page .ai-match-metrics__stats p {
  margin: 6px 0 0;
  color: rgba(23, 26, 29, 0.62);
  font-size: 14px;
  line-height: 20px;
}

.ai-match-page .ai-match-metrics__sidebar {
  padding: 38px 40px 60px 79px;
}

.ai-match-page .ai-match-metrics__sidebar h3 {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(216, 228, 247, 0.9);
}

.ai-match-page .ai-match-metrics__sidebar .ai-match-metrics__stats strong {
  font-size: 32px;
  line-height: 44px;
}

.ai-match-page .ai-match-metrics__sidebar .ai-match-metrics__stats p {
  margin-top: 6px;
  color: rgba(23, 26, 29, 0.68);
  font-size: 14px;
  line-height: 20px;
}

.ai-match-page .ai-match-metrics__sidebar .ai-match-metrics__stats {
  margin-top: 36px;
}


.ai-match-page .ai-match-metrics__sidebar .ai-match-metrics__stats--stack > div + div {
  margin-top: 43px;
}

.ai-match-page .ai-match-page__section--scenes {
  padding: 100px 0 101px;
  background: rgba(255, 255, 255, 1);
}

.ai-match-page .ai-match-scenes__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}

.ai-match-page .ai-match-scenes__tabs a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  height: 80px;
  padding: 0 32px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 4px 0px rgba(222,222,222,0.5);
  border-radius: 40px;
  border: 2px solid rgba(126,134,142,0.16);
  overflow: hidden;
}

.ai-match-page .ai-match-scenes__tabs a::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 40px;
  background: linear-gradient(285.5090434461323deg, #0A5DE6 0%, #903DEB 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
}

.ai-match-page .ai-match-scenes__tab-label {
  position: relative;
  z-index: 1;
  color: #171A1D;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  text-align: center;
  font-style: normal;
}

.ai-match-page .ai-match-scenes__tabs a:hover,
.ai-match-page .ai-match-scenes__tabs a:focus-visible,
.ai-match-page .ai-match-scenes__tabs .is-active {
  background: linear-gradient(180deg, #E3EDFF 0%, #FFFFFF 100%);
  border-color: transparent;
  box-shadow: 0 10px 26px rgba(104, 136, 255, 0.16);
}

.ai-match-page .ai-match-scenes__tabs a:hover::before,
.ai-match-page .ai-match-scenes__tabs a:focus-visible::before,
.ai-match-page .ai-match-scenes__tabs .is-active::before {
  opacity: 1;
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
  .ai-match-page .ai-match-scenes__tabs a:hover .ai-match-scenes__tab-label,
  .ai-match-page .ai-match-scenes__tabs a:focus-visible .ai-match-scenes__tab-label,
  .ai-match-page .ai-match-scenes__tabs .is-active .ai-match-scenes__tab-label {
    background: linear-gradient(285.5090434461323deg, #0A5DE6 0%, #903DEB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.ai-match-page .ai-match-scenes {
  display: grid;
  gap: 43px;
  margin-top: 53px;
}

.ai-match-page .ai-match-scene-card {
  display: grid;
  grid-template-columns: 332px minmax(0, 1fr);
  gap: 28px;
  align-items: top;
  padding: 60px;
  border-radius: 24px;
}

.ai-match-page .ai-match-scene-card[hidden] {
  display: none;
}

.ai-match-page .ai-match-scene-card--salary,
.ai-match-page .ai-match-scene-card--property {
  background: linear-gradient(0deg, #F1F8FF 0%, #F3F9FF 52.07%, #D2EBFF 100%);
}

.ai-match-page .ai-match-scene-card--salary {
  background: linear-gradient(0deg, #F1F8FF 0%, #F3F9FF 52.07%, #D2EBFF 100%);
  border-radius: 30px;
}

.ai-match-page .ai-match-scene-card--business,
.ai-match-page .ai-match-scene-card--special {
  background: linear-gradient(0deg, #F8F5FF 0%, #F9FAFE 52.07%, #EFEDFF 100%);
}

.ai-match-page .ai-match-scene-card__content h3 {
  margin: 0;
  color: #171A1D;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  text-align: left;
  font-style: normal;
}

@supports (-webkit-background-clip: text) or (background-clip: text) {
  .ai-match-page .ai-match-scene-card__content h3 {
    background: linear-gradient( 16deg, rgba(10, 93, 230, 1) 20%, rgba(144, 61, 235, 1)60% );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.ai-match-page .ai-match-scene-card__content dl {
  margin: 28px 0 0;
}

.ai-match-page .ai-match-scene-card__content dl div + div {
  margin-top: 30px;
}

.ai-match-page .ai-match-scene-card__advantage-group dd {
  margin-top: 0;
}

.ai-match-page .ai-match-scene-card__content dt {
  margin: 0 0 8px;
  color: rgba(23, 26, 29, 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.ai-match-page .ai-match-scene-card__content dd {
  margin: 0;
  color: rgba(23, 26, 29, 0.62);
  font-size: 13px;
  line-height: 24px;
}

.ai-match-page .ai-match-scene-card__advantage-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ai-match-page .ai-match-scene-card__advantage-list li {
  position: relative;
  margin: 0;
  padding-left: 14px;
  color: rgba(23, 26, 29, 0.62);
  font-size: 13px;
  line-height: 24px;
}

.ai-match-page .ai-match-scene-card__advantage-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(38deg, rgba(10, 93, 230, 1), rgba(131, 64, 234, 1)) border-box;
  border: 2px solid transparent;
  border-radius: 50%;
}

.ai-match-page .ai-match-scene-card__visual {
  position: relative;
  min-height: 300px;
}

.ai-match-page .ai-match-scene-card__media {
  position: absolute;
  top: 0;
  right: 0;
  width: 694px;
  height: 300px;
  display: block;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 18px 36px rgba(124, 145, 190, 0.18);
}

.ai-match-page .ai-match-scene-card__avatar {
  position: absolute;
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
}

.ai-match-page .ai-match-scene-card--salary .ai-match-scene-card__avatar {
  left: 0;
  bottom: -20px;
  width: 180px;
  height: 180px;
}

.ai-match-page .ai-match-scene-card--salary .ai-match-scene-card__media {
  top: 0;
  right: 8px;
  width: 694px;
  height: 300px;
  box-shadow: 0 18px 36px rgba(109, 144, 227, 0.22);
}

.ai-match-page .ai-match-scene-card--business .ai-match-scene-card__avatar {
  right: 18px;
  bottom: -6px;
}

.ai-match-page .ai-match-scene-card--business .ai-match-scene-card__media,
.ai-match-page .ai-match-scene-card--property .ai-match-scene-card__media,
.ai-match-page .ai-match-scene-card--special .ai-match-scene-card__media {
  top: 0;
  right: 8px;
  width: 694px;
  height: 300px;
}

.ai-match-page .ai-match-scene-card--business .ai-match-scene-card__media,
.ai-match-page .ai-match-scene-card--special .ai-match-scene-card__media {
  left: 0;
  right: auto;
}

.ai-match-page .ai-match-scene-card--property .ai-match-scene-card__avatar {
  left: 16px;
  bottom: -6px;
}

.ai-match-page .ai-match-scene-card--special .ai-match-scene-card__avatar {
  right: 18px;
  bottom: -6px;
}
}

.hero__lead {
  display: flex;
  align-items: center;
  gap: 0;
  width: 571px;
  max-width: 100%;
  margin-top: 12px;
  white-space: nowrap;
}

.hero__title {
  width: auto;
  margin: 0;
  color: rgba(23, 26, 29, 0.6);
  font-size: 20px;
  letter-spacing: 2px;
  font-family: AlibabaPuHuiTiR, PingFang SC, PingFangSC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  line-height: 27px;
}

.hero__title::after {
  content: "，";
}

.hero__subtitle {
  margin: 0;
  color: rgba(23, 26, 29, 0.6);
  font-size: 24px;
  letter-spacing: 2px;
  font-family: AlibabaPuHuiTiR, PingFang SC, PingFangSC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  line-height: 33px;
}

.hero__cta {
  width: 156px;
  height: 48px;
  margin-top: 60px;
  border-radius: 24px;
  background: linear-gradient(16deg, #0a5de6 0%, #903deb 100%);
  gap: 15px;
}

.hero__cta-label {
  width: 56px;
  height: 22px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC, PingFangSC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  line-height: 22px;
}

.hero__cta-icon {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 12px;
  overflow: hidden;
  flex: 0 0 18px;
}

.hero__cta-icon-item {
  position: absolute;
  inset: 0;
  width: 18px;
  height: 12px;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.hero__cta-icon-item--primary {
  transform: translateX(0);
  opacity: 1;
}

.hero__cta-icon-item--secondary {
  transform: translateX(-100%);
  opacity: 0;
}

.hero__cta:hover .hero__cta-icon-item--primary,
.hero__cta:focus-visible .hero__cta-icon-item--primary {
  transform: translateX(100%);
  opacity: 0;
}

.hero__cta:hover .hero__cta-icon-item--secondary,
.hero__cta:focus-visible .hero__cta-icon-item--secondary {
  transform: translateX(0);
  opacity: 1;
}

.hero__stats {
  display: grid;
  grid-template-columns: 119px 120px 99px 114px;
  column-gap: 186px;
  width: 1279px;
  max-width: 100%;
  height: 120px;
  margin: 116px 0 0;
  padding: 0;
  padding-left: 134px;
  padding-right: 135px;
  background: linear-gradient(180deg, rgba(238,238,238,0.81) 0%, rgba(255,255,255,0.68) 100%);
  border-radius: 60px;
  align-items: start;
  list-style: none;
  box-sizing: border-box;
}

.stat-card {
  position: relative;
  width: 100%;
  height: 75px;
  margin-top: 25px;
}

.stat-card__label {
  position: absolute;
  bottom: 0;
  margin: 0;
  overflow-wrap: break-word;
  color: rgba(23, 26, 29, 1);
  font-size: 20px;
  font-family: AlibabaPuHuiTiR, PingFang SC, PingFangSC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  line-height: 27px;
}

.stat-card__value {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  overflow-wrap: break-word;
  color: #0A5DE6;
  font-size: 32px;
  font-family: AlibabaPuHuiTiB, PingFang SC, PingFangSC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  line-height: 44px;
}

.stat-card:nth-child(1) .stat-card__label {
  left: 0;
  width: 119px;
}

.stat-card:nth-child(1) .stat-card__value {
  width: 85px;
}

.stat-card:nth-child(2) .stat-card__label {
  left: 0;
  width: 119px;
}

.stat-card:nth-child(2) .stat-card__value {
  width: 120px;
}

.stat-card:nth-child(3) .stat-card__label {
  left: 10px;
  width: 79px;
}

.stat-card:nth-child(3) .stat-card__value {
  width: 99px;
}

.stat-card:nth-child(4) .stat-card__label {
  left: 16px;
  width: 83px;
}

.stat-card:nth-child(4) .stat-card__value {
  width: 114px;
}

.has-scroll-reveal main .section[id] > .container {
  opacity: 0;
  transform: translate3d(0, 72px, 0);
  will-change: transform, opacity;
  transition:
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.55s ease;
}

.has-scroll-reveal main .section[id].is-visible > .container {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.has-scroll-reveal main .section[id].is-before > .container {
  opacity: 0;
  transform: translate3d(0, -72px, 0);
}

.has-scroll-reveal main .section[id].is-after > .container {
  opacity: 0;
  transform: translate3d(0, 72px, 0);
}

.section--service {
  background: url("../assets/slices/box_6.png") center top / 1920px 100% no-repeat;
  padding: 101px 0 0;
}

.section--service .container {
  position: relative;
}

.section--service .section-heading {
  width: 779px;
  margin: 0 auto;
}

.section--service .section-heading h2 {
  margin: 0 auto;
  color: rgba(23, 26, 29, 1);
  font-size: 42px;
  letter-spacing: -0.5px;
  font-family: AlibabaPuHuiTiB, PingFang SC, PingFangSC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  font-weight: 700;
  line-height: 58px;
}

.section--service .section-heading p {
  width: 779px;
  max-width: 100%;
  margin: 12px auto 0;
  color: rgba(23, 26, 29, 0.6);
  font-size: 22px;
  font-family: AlibabaPuHuiTiR, PingFang SC, PingFangSC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  line-height: 30px;
}

.service-compare {
  position: relative;
  width: 1250px;
  max-width: 100%;
  height: 420px;
  margin: 70px auto 0;
}

.compare-card--legacy {
  position: absolute;
  left: 0;
  top: 49px;
  width: 413px;
  height: 362px;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 30px;
  border: 1px solid rgba(23,26,29,0.24);
  box-shadow: none;
  z-index: 1;
}

.compare-card--legacy h3,
.compare-card--ai h3 {
  margin: 0;
  font-weight: 700;
}

.compare-list {
  list-style: none;
  margin: 26px 0 0 89px;
  padding: 0;
}

.compare-card--legacy h3 {
  width: 176px;
  margin: 42px 0 0 89px;
  color: rgba(18, 29, 44, 1);
  font-size: 24px;
  font-family: AlibabaPuHuiTiB, PingFang SC, PingFangSC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  letter-spacing: 0;
  line-height: 33px;
  white-space: nowrap;
}

.compare-list li {
  position: relative;
  padding: 0 0 21px;
  margin: 0;
  color: rgba(120, 131, 149, 1);
  font-size: 16px;
  font-family: AlibabaPuHuiTiL, PingFang SC, PingFangSC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  font-weight: 400;
  line-height: 22px;
  white-space: nowrap;
}

.compare-list li:nth-child(1) {
  width: 192px;
}

.compare-list li:nth-child(2) {
  width: 208px;
  margin-top: 18px;
}

.compare-list li:nth-child(3) {
  width: 192px;
  margin-top: 17px;
}

.compare-list li:nth-child(4) {
  width: 192px;
  margin-top: 21px;
  padding-bottom: 0;
}

.compare-list li::after {
  content: "";
  position: absolute;
  left: -28px;
  bottom: 0;
  width: 276px;
  height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.55;
}

.compare-list li:nth-child(1)::after {
  border: 1px solid #EBEBEB;
}

.compare-list li:nth-child(2)::after {
  border: 1px solid #EBEBEB;
}

.compare-list li:nth-child(3)::after {
 border: 1px solid #EBEBEB;
}

.compare-list li:nth-child(4)::after {
  display: none;
}

.compare-card--ai {
  position: absolute;
  left: 541px;
  top: 13px;
  width: 738px;
  height: 420px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: url("../assets/slices/qdbg.png") 0 0 / 100% 100% no-repeat;
  box-shadow: none;
  z-index: 2;
}

.compare-card__head {
  display: block;
}

.compare-card__topline {
  position: absolute;
  top: -3px;
  left: 38px;
  width: calc(100% - 76px);
  height: 9px;
  border-radius: 999px 999px 18px 18px;
  background: linear-gradient( 90deg, #0A5DE6 0%, #903DEB 100%);
  box-shadow:
    0 3px 10px rgba(108, 113, 255, 0.22),
    0 10px 26px rgba(193, 113, 255, 0.12);
  pointer-events: none;
}

.compare-card__topline::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 100%;
  height: 18px;
  background: linear-gradient(90deg, rgba(63, 110, 255, 0.22) 0%, rgba(244, 91, 209, 0.2) 100%);
  filter: blur(10px);
  opacity: 0.9;
}

.feature-list {
  list-style: none;
  position: relative;
  z-index: 1;
  width: 295px;
  margin: 33px 0 0 88px;
  padding: 0;
}

.compare-card--ai h3 {
  position: relative;
  z-index: 1;
  width: 200px;
  margin: 68px 0 0 88px;
  background-image: linear-gradient(285.5090434461323deg, #0A5DE6 0%, #903DEB 100%);
  color: rgba(44, 27, 75, 1);
  font-size: 26px;
  font-family: AlibabaPuHuiTiB, PingFang SC, PingFangSC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  line-height: 35px;
  white-space: nowrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  width: 295px;
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 18px;
  font-family: AlibabaPuHuiTiM, PingFang SC, PingFangSC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  font-weight: 500;
  line-height: 25px;
  white-space: nowrap;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.feature-list li:nth-child(2) {
  width: 294px;
  margin-top: 36px;
}

.feature-list li:nth-child(3) {
  width: 292px;
  margin-top: 33px;
}

.feature-list li:nth-child(4) {
  width: 293px;
  margin-top: 32px;
}

.feature-list li span {
  color: rgba(23, 26, 29, 0.9);
}

.feature-list li.is-active span {
  background-image:linear-gradient(90deg, #0A5DE6 0%, #903DEB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-list li:not(.is-active) {
  opacity: 0.9;
}

.feature-list img {
  flex: none;
  display: block;
}

.feature-list li:nth-child(1) img {
  width: 30px;
  height: 24px;
  margin-top: 1px;
}

.feature-list li:nth-child(2) img {
  width: 27px;
  height: 26px;
}

.feature-list li:nth-child(3) img {
  width: 25px;
  height: 30px;
}

.feature-list li:nth-child(4) img {
  width: 26px;
  height: 28px;
}

.feature-list li span {
  display: block;
}

.feature-list li:nth-child(3) span {
  margin-top: 2px;
}

.feature-list li:nth-child(4) span {
  margin-top: 1px;
}

.compare-axis {
  position: absolute;
  left: 330px;
  top: 124px;
  width: 234px;
  height: 260px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: inset 0 0 0 1px rgba(115, 146, 255, 0.55);
  z-index: 3;
}

.compare-axis::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 30px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(97, 129, 255, 1) 0%, rgba(240, 101, 200, 1) 100%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.compare-axis img {
  display: block;
  width: 189px;
  height: 1px;
  margin-left: 23px;
  opacity: 0.6;
}

.compare-axis__btn {
  display: block;
  width: 40px;
  margin-left: 97px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  font-size: 20px;
  font-family: AlibabaPuHuiTiM, PingFang SC, PingFangSC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  font-weight: 500;
  line-height: 27px;
  white-space: nowrap;
  color: rgba(23, 26, 29, 1);
  transition: color 0.2s ease;
}

.compare-axis__btn.is-active {
  color: rgba(57, 93, 255, 1);
}

.compare-axis__btn:nth-of-type(1) {
  margin-top: 24px;
}

.compare-axis__btn:nth-of-type(2) {
  margin-top: 6px;
}

.compare-axis__btn:nth-of-type(3) {
  margin-top: 14px;
}

.compare-axis__btn:nth-of-type(4) {
  margin-top: 20px;
}

.compare-axis img:nth-of-type(1) {
  margin-top: 26px;
}

.compare-axis img:nth-of-type(2) {
  margin-top: 18px;
}

.compare-axis img:nth-of-type(3) {
  margin-top: 12px;
}

.pain-layout {
  position: relative;
  width: 1278px;
  max-width: 100%;
  height: 648px;
  margin: 88px auto 0;
}

.pain-grid {
  position: absolute;
  inset: 0 auto auto 0;
  width: 1278px;
  height: 628px;
  margin: 0;
}

.pain-grid--secondary {
  width: 1278px;
  height: 628px;
  margin: 0;
}

.pain-grid__column {
  position: absolute;
  display: block;
}

.pain-grid:not(.pain-grid--secondary) > .pain-grid__column:first-child {
  left: 34px;
  top: 160px;
  width: 402px;
  height: 286px;
}

.pain-grid:not(.pain-grid--secondary) > .pain-grid__column:last-child {
  left: 995px;
  top: 160px;
  width: 283px;
  height: 312px;
}

.pain-grid--secondary > .pain-grid__column:first-child {
  left: 305px;
  top: 36px;
  width: 316px;
  height: 109px;
}

.pain-grid--secondary > .pain-grid__column:last-child {
  left: 734px;
  top: 36px;
  width: 367px;
  height: 106px;
}

.pain-grid__center {
  position: absolute;
  left: 403px;
  top: 111px;
  width: 472px;
  height: 389px;
  background: none;
}

.pain-grid__center::before {
  content: "";
  position: absolute;
  left: 76px;
  top: 80px;
  width: 352px;
  height: 352px;
  background: url("../assets/slices/group_5.png") center / contain no-repeat;
  opacity: 0.88;
  transform-origin: center;
  animation: pain-center-orbit-reverse 8s linear infinite;
}

.pain-center {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 336px;
  height: 336px;
  margin: 0;
  left: 66px;
  top: 86px;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
  isolation: isolate;
}

.pain-center__orb {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("../assets/slices/box_12.png") center / contain no-repeat;
  transform-origin: center;
  animation: pain-center-orbit 6s linear infinite;
  will-change: transform;
  display: block;
}

.pain-center__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pain-center__content span:first-child {
  display: block;
  width: 128px;
  margin: -4px 0 0;
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  font-family: AlibabaPuHuiTiB, PingFang SC, PingFangSC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}

.pain-center__content span:last-child {
  display: block;
  width: 160px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 1);
  font-size: 32px;
  font-family: AlibabaPuHuiTiB, PingFang SC, PingFangSC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}

.pain-center__content span:last-child::before {
  content: "";
  position: absolute;
  right: 38px;
  bottom: 17px;
  
  transform: none;
}

@keyframes pain-center-orbit {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes pain-center-orbit-reverse {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

.pain-card {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  min-height: 0;
  padding-right: 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background-repeat: no-repeat;
  box-shadow: none;
  color: rgba(23, 26, 29, 1);
  font-size: 16px;
  font-family: AlibabaPuHuiTiR, PingFang SC, PingFangSC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
  will-change: transform;
  transition:
    transform 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.52s ease,
    filter 0.52s ease;
}

.pain-card img {
  flex: 0 0 auto;
  align-self: center;
  width: 20px;
  height: 20px;
}

.pain-card span,
.tag-item span {
  display: inline-flex;
  align-items: center;
  align-self: center;
}

.pain-card--problem {
  border-color: rgba(199, 205, 219, 0.9);
  background: linear-gradient(0deg, #ffffff 0%, #b8bbcf 150%);
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.92),
    0 4px 10px rgba(151, 158, 178, 0.14);
}

.pain-card--solution {
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(90deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.22),
    0 10px 18px rgba(140, 94, 255, 0.22);
  color: rgba(246, 251, 255, 1);
  font-size: 18px;
  font-family: AlibabaPuHuiTiM, PingFang SC, PingFangSC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  line-height: 25px;
}
/* 左2白色位置 */
.pain-grid:not(.pain-grid--secondary) > .pain-grid__column:first-child .pain-card:nth-child(1) {
  top: 50px;
  left:42px;
  width: 200px;
  height: 54px;
  padding-left: 26px;
}
/* 左2蓝色位置 */
.pain-grid:not(.pain-grid--secondary) > .pain-grid__column:first-child .pain-card:nth-child(2) {
  top: 98px;
  left: 92px;
  width: 272px;
  height: 60px;
  padding-left: 38px;
}
/* 左3白色位置 */
.pain-grid:not(.pain-grid--secondary) > .pain-grid__column:first-child .pain-card:nth-child(3) {
  top: 235px;
  left: -56px;
  width: 200px;
  height: 54px;
  padding-left: 25px;
}
/* 右5白色位置 */
.pain-grid:not(.pain-grid--secondary) > .pain-grid__column:last-child .pain-card:nth-child(1) {
  top: 48px;
  left: 22px;
  width: 200px;
  height: 54px;
  padding-left: 25px;
}
/* 右6白色位置 */
.pain-grid:not(.pain-grid--secondary) > .pain-grid__column:last-child .pain-card:nth-child(2) {
  top: 232px;
  left: 144px;
  width: 200px;
  height: 54px;
  padding-left: 25px;
}
/* 左1白色位置 */
.pain-grid--secondary > .pain-grid__column:first-child .pain-card:nth-child(1) {
  top: 0px;
  left: -56px;
  width: 200px;
  height: 60px;
  padding-left: 26px;
}
/* 左1蓝色位置 */
.pain-grid--secondary > .pain-grid__column:first-child .pain-card:nth-child(2) {
  top: 52px;
  left: -12px;
  width: 272px;
  height: 60px;
  padding-left: 38px;
}
/* 右4白色位置 */
.pain-grid--secondary > .pain-grid__column:last-child .pain-card:nth-child(1) {
  top: 0;
  left: 138px;
  width: 200px;
  height: 60px;
  padding-left: 26px;
}
/* 右4蓝色位置 */
.pain-grid--secondary > .pain-grid__column:last-child .pain-card:nth-child(2) {
  top: 52px;
  left: -34px;
  width: 272px;
  height: 60px;
  padding-left: 38px;
}
.tag-item:nth-child(1) {
  left: 52px;
  top: 444px;
}

.tag-item:nth-child(2) {
  left: 872px;
  top: 260px;
}

.tag-item:nth-child(3) {
  left: 968px;
  top: 442px;
}
.tag-list {
  position: absolute;
  left: 0;
  top: 0;
  width: 1278px;
  max-width: 100%;
  height: 628px;
  margin: 0;
}

.tag-item {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  width: 260px;
  height: 60px;
  padding-left: 32px;
  padding-right: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  box-shadow:
    inset 0 1px 2px rgba(255, 255, 255, 0.22),
    0 10px 18px rgba(140, 94, 255, 0.22);
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: AlibabaPuHuiTiM, PingFang SC, PingFangSC, Microsoft YaHei, Helvetica Neue, Arial, sans-serif;
  font-weight: 500;
  line-height: 25px;
  white-space: nowrap;
  will-change: transform;
  transition:
    transform 0.52s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.52s ease,
    filter 0.52s ease;
}

.pain-card.is-swapped,
.tag-item.is-swapped {
  transform: translate3d(var(--swap-x, 0), var(--swap-y, 0), 0);
}

.pain-card.is-swap-active,
.tag-item.is-swap-active {
  z-index: 4;
  filter: saturate(1.02);
}



.tag-item img {
  flex: 0 0 auto;
  align-self: center;
  width: 20px;
  height: 20px;
}

.section--products {
  position: relative;
  padding-top: 102px;
  padding-bottom: 102px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(250, 251, 253, 1) 100%);
}

.section--products::before {
  content: "";
  position: absolute;
  top: -24px;
  right: 0;
  width: 1280px;
  height: 780px;
  opacity: 0.26;
  pointer-events: none;
}

.section--products .container {
  position: relative;
  z-index: 1;
}

.section--products .section-heading {
  text-align: center;
  margin-bottom: 62px;
}

.section--products .section-heading h2 {
  font-size: 42px;
  line-height: 58px;
  font-weight: 700;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 410px);
  gap: 24px;
}

.product-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 468px;
  padding: 34px 40px 0;
  border-radius: 30px;
  border: 1px solid rgba(214, 224, 244, 1);
  background: #fff;
  box-shadow: 0 16px 34px rgba(144, 161, 201, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.case-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/slices/box_29.png") center / cover no-repeat;
  opacity: 0.88;
  pointer-events: none;
}

.product-card > *,
.deal-card > *,
.case-card > * {
  position: relative;
  z-index: 1;
}

.product-card h3,
.deal-card h3,
.case-card h3,
.insight-card h3,
.compare-metric h3,
.advantage-item h3,
.highlight-card h3,
.footer__col h3,
.footer__contact h3 {
  margin: 0;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
}

.product-card h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  transition: color 0.3s ease;
}

.product-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.product-card__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 0;
  margin-top: 24px;
}

.product-card__list ul {
  list-style: none;
  margin: 0;
  min-height: auto;
  padding: 0;
  transition: border-color 0.3s ease;
}

.product-card__list ul:first-child {
  padding-left: 0;
  border-left: 0;
}

.product-card__list li {
  font-size: 14px;
  line-height: 20px;
  color: rgba(84, 97, 118, 1);
  white-space: nowrap;
  transition: color 0.3s ease;
}

.product-card__list li + li {
  margin-top: 18px;
}

.product-card__link {
  position: static;
  align-self: flex-start;
  margin-top: 28px;
  padding: 0 20px 0 20px;
  justify-content: flex-start;
  gap: 8px;
  border: 0;
  width: 128px;
  height: 36px;
  background: linear-gradient( 90deg, #0A5DE6 0%, #903DEB 100%);
  box-shadow: inset 0px 1px 3px 0px rgba(255,238,238,0.5);
  border-radius: 21px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
}

.product-card__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 34px rgba(116, 100, 255, 0.32);
}

.product-card__link-icon {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 12px;
  margin-left: auto;
  overflow: hidden;
  flex: 0 0 18px;
}

.product-card__link-icon-item {
  position: absolute;
  inset: 0;
  width: 18px;
  height: 12px;
  margin-left: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.product-card__link-icon-item--primary {
  transform: translateX(0);
  opacity: 1;
}

.product-card__link-icon-item--secondary {
  transform: translateX(-100%);
  opacity: 0;
}

.product-card__link:hover .product-card__link-icon-item--primary,
.product-card__link:focus-visible .product-card__link-icon-item--primary {
  transform: translateX(100%);
  opacity: 0;
}

.product-card__link:hover .product-card__link-icon-item--secondary,
.product-card__link:focus-visible .product-card__link-icon-item--secondary {
  transform: translateX(0);
  opacity: 1;
}

.deal-card__link {
  gap: 6px;
}

.product-card__visual {
  position: relative;
  margin: 10px -40px 0;
  padding-top: 16px;
}

.product-card__visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: border-color 0.3s ease;
}

.product-card__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  filter: none;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.product-card:hover,
.product-card:focus-within {
  transform: translateY(-10px);
  border: 1px solid transparent;
  border-radius: 30px;
  background:
    linear-gradient(0deg, #ffffff 0%, #E9F1FF 100%) padding-box,
    linear-gradient(180deg, rgba(91, 117, 254, 1), rgba(244, 92, 208, 1)) border-box;
  box-shadow: 0 4px 8px 0 #c4ceff;
}

.deal-card {
  display: grid;
  grid-template-columns: 100% minmax(0, 1fr);
  gap: 28px;
  width: 100%;
  min-height: 300px;
  margin-top: 24px;
  padding: 40px 30px 34px 52px;
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 30px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(180deg, rgba(223, 214, 255, 1), rgba(239, 237, 255, 1)) border-box;
  box-shadow: none;
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.deal-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../assets/slices/text-wrapper_5.png") right top / auto 100% no-repeat;
  pointer-events: none;
}

.deal-card:hover,
.deal-card:focus-within {
  background:
    linear-gradient(270deg, #ffffff 0%, #E9F1FF 100%) padding-box,
    linear-gradient(180deg, rgba(91, 117, 254, 1), rgba(244, 92, 208, 1)) border-box;
  box-shadow: 0 4px 8px 0 #c4ceff;
}

.deal-card h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
}

.deal-card__cols {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  column-gap: 42px;
  row-gap: 0;
  margin-top: 24px;
  align-items: start;
}

.deal-card__cols p {
  margin: 0;
  font-size: 14px;
  line-height: 36px;
  color: rgba(84, 97, 118, 1);
  white-space: nowrap;
}

.deal-card__feature {
  font-weight: 400;
  color: rgba(45, 55, 72, 1);
}

.deal-card__main {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 224px;
}

.deal-card .product-card__link {
  position: static;
  margin-top: 32px;
}

.deal-card__visual {
  position: relative;
  flex: 1 1 auto;
  min-height: auto;
  padding-left: 20px;
}

.deal-card__visual::before {
  content: "";
  position: absolute;
  left: 0;
  top: -40px;
  bottom: -34px;
  border-left: 1px dashed rgba(188, 182, 220, 0.92);
}

.product-banner {
  margin-top: 24px;
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(223, 228, 238, 0.92);
  box-shadow: 0 22px 54px rgba(114, 131, 168, 0.12);
}

.product-banner img {
  width: 100%;
  display: block;
}

.section--cases {
  padding-top: 100px;
  background: linear-gradient(180deg, #ecf2ff 0%, #eef3ff 100%);
}

.section--cases .section-heading {
  text-align: center;
  margin-bottom: 34px;
}

.section--cases .section-heading h2 {
  font-size: 42px;
  line-height: 58px;
  font-weight: 700;
}

.case-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 48px;
}

.case-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(188, 201, 220, 1);
}

.case-dots .is-active {
  width: 32px;
  height: 10px;
  background: url("../assets/slices/group_17.png") center / 100% 100% no-repeat;
}

.case-grid {
  display: flex;
  gap: 24px;
  padding-bottom: 87px;
  width: max-content;
  transform: translateX(-118px);
  will-change: transform;
}

.case-carousel {
  left: 50%;
  width: 1920px;
  max-width: none;
  margin: 0;
  position: relative;
  transform: translateX(-50%);
  overflow: hidden;
}

.case-carousel::before,
.case-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 300px;
  pointer-events: none;
}

.case-carousel::before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(236, 242, 255, 1) 0%,
    rgba(236, 242, 255, 0.96) 18%,
    rgba(236, 242, 255, 0.84) 42%,
    rgba(236, 242, 255, 0.52) 70%,
    rgba(236, 242, 255, 0) 100%
  );
}

.case-carousel::after {
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(236, 242, 255, 1) 0%,
    rgba(236, 242, 255, 0.96) 18%,
    rgba(236, 242, 255, 0.84) 42%,
    rgba(236, 242, 255, 0.52) 70%,
    rgba(236, 242, 255, 0) 100%
  );
}

.case-card {
  flex: 0 0 412px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 544px;
  padding: 0 0 30px;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  box-shadow: 0 16px 36px rgba(114, 131, 168, 0.1);
}

.case-card--clone {
  user-select: none;
}

.case-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: url("../assets/slices/box_28.png") center / 100% 100% no-repeat;
  opacity: 1;
  pointer-events: none;
}

.case-card::after {
  content: "";
  position: absolute;
  top: 181px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  border-top-right-radius: 30px;
  pointer-events: none;
}

.case-card__cover {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 208px;
  object-fit: cover;
}

.case-card__head,
.case-card__tags,
.case-card__body,
.case-card__link {
  position: relative;
  z-index: 3;
}

.case-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-top: -27px;
  padding: 33px 40px 0 40px;
}

.case-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 31px;
  font-weight: 600;
  background-image: linear-gradient(90deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.case-card__amount {
  margin: 0;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 30px;
  color: rgba(23, 26, 29, 1);
  font-weight: 600;
}

.case-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 20px 24px 0 40px;
}

.case-card__tags span {
  min-width: 78px;
  padding: 4px 14px;
  border: 0;
  border-radius: 60px;
  background: linear-gradient(90deg, #F4F6FF 0%, #EDEEFF 100%);
  color: #0A5DE6;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}

.case-card__body {
  flex: 1;
  height: 142px;
  padding: 20px 24px 0 40px;
}

.case-card__body p {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
  color: rgba(23,26,29,0.6);;
}

.case-card__body p + p {
  margin-top: 12px;
}

.case-card__body strong {
  color: #171A1D;
  font-weight: 400;
}

.case-card__link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  align-self: flex-start;
  gap: 0;
  width: auto;
  height: auto;
  margin: 0 0 13px 40px;
  margin-top: 0;
  padding: 0 22px 0 0;
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  color: rgba(89, 108, 255, 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  overflow: hidden;
}

.case-card__link span {
  position: relative;
  display: inline-block;
  margin-right: 0;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .case-card__link span {
   background-image: linear-gradient(90deg, rgba(10, 93, 230, 1) 0%, 
rgba(144, 61, 235, 1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }
}

.case-card__link img {
  position: absolute;
  width: 0;
  height: 0;
  flex: 0 0 0;
  visibility: hidden;
}

.case-card__link::before,
.case-card__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 9px;
  background: url("../assets/slices/thumbnail_16.png") center / contain no-repeat;
  transform-origin: center;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease;
  pointer-events: none;
}

.case-card__link::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.case-card__link::after {
  opacity: 0;
  transform: translate(-12px, calc(-50% + 10px));
}

.case-card__link:hover::before {
  opacity: 0;
  transform: translate(12px, calc(-50% - 10px));
}

.case-card__link:hover::after {
  opacity: 1;
  transform: translate(0, -50%);
}

.section--banks {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.section--banks .container {
  position: relative;
  --bank-side-gap: max(0px, calc((100vw - min(var(--container-max), calc(100vw - var(--container-gap) * 2))) / 2));
  --bank-mask-cover: 280px;
  --bank-mask-width: calc(var(--bank-side-gap) + var(--bank-mask-cover));
  --bank-mask-top: -116px;
  --bank-mask-height: calc(100% - var(--bank-mask-top));
}

.section--banks .container::before,
.section--banks .container::after {
  content: "";
  position: absolute;
  top: var(--bank-mask-top);
  z-index: 3;
  width: var(--bank-mask-width);
  height: var(--bank-mask-height);
  pointer-events: none;
}

/* .section--banks .container::before {
  left: calc(-1 * var(--bank-side-gap));
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.99) 28%,
    rgba(255, 255, 255, 0.92) 52%,
    rgba(255, 255, 255, 0.64) 78%,
    rgba(255, 255, 255, 0) 100%
  );
} 

.section--banks .container::after {
  right: calc(-1 * var(--bank-side-gap));
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.99) 28%,
    rgba(255, 255, 255, 0.92) 52%,
    rgba(255, 255, 255, 0.64) 78%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}*/

.bank-grid {
  position: relative;
  display: grid;
  gap: 20px;
  padding: 0 0 98px;
  overflow: hidden;
}

.bank-row {
  position: relative;
  display: flex;
  gap: 20px;
  width: max-content;
  padding-top: 1px;
}

.bank-row:hover .bank-track,
.bank-row:focus-within .bank-track {
  animation-play-state: paused;
}

.bank-row--left .bank-track {
  animation: bank-marquee-left 28s linear infinite;
}

.bank-row--right .bank-track {
  animation: bank-marquee-right 28s linear infinite;
}

.bank-track {
  display: flex;
  gap: 20px;
  width: max-content;
  will-change: transform;
}

.bank-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 86px;
  background: rgba(255, 255, 255, 0.82);
}

.bank-grid img {
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  border: 1px solid #dadada;
}

@keyframes bank-marquee-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 20px));
  }
}

@keyframes bank-marquee-right {
  from {
    transform: translateX(calc(-100% - 20px));
  }

  to {
    transform: translateX(0);
  }
}

.insight-layout {
  display: grid;
  width: 1243px;
  max-width: 100%;
  grid-template-columns: minmax(0, 682px) minmax(0, 537px);
  gap: 24px;
  margin: 0 auto;
}

.insight-featured {
  display: grid;
  gap: 24px;
}

.section--insights {
  padding-top: 106px;
  padding-bottom:100px;
  background: linear-gradient( 222deg, #DDEBFF 0%, #D2EBFF 100%);
}

.section--insights .section-heading {
  text-align: center;
  margin-bottom: 52px;
}
.section-heading {
  text-align: center;
  margin-bottom: 80px !important;
}
.section--insights .section-heading h2 {
  font-size: 42px;
  line-height: 58px;
  font-weight: 700;
}

.insight-card {
  display: grid;
  grid-template-columns: minmax(0, 353px) 238px;
  gap: 27px;
  align-items: center;
  min-height: 156px;
  padding: 20px 32px 21px 33px;
  border-radius: 12px;
  background: #fff;
  border: 0;
  box-shadow: 0 10px 24px rgba(114, 131, 168, 0.08);
}

.insight-card p,
.insight-list__item p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 26px;
  color: rgba(23,26,29,0.6);
}

.insight-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}

.insight-card h3 a,
.insight-list__item h3 a {
  color: inherit;
  text-decoration: none;
}

.insight-card:hover h3,
.insight-card:focus-within h3,
.insight-list__item:hover h3,
.insight-list__item:focus-within h3 {
  background: linear-gradient(285.5090434461323deg, #0a5de6 0%, #903deb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.insight-card:hover h3 a,
.insight-card:focus-within h3 a,
.insight-list__item:hover h3 a,
.insight-list__item:focus-within h3 a {
  color: inherit;
}

.insight-card__media {
  width: 238px;
  height: 116px;
  overflow: hidden;
  border-radius: 8px;
}

.insight-card__cover {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
  transform-origin: center;
}

.insight-card:hover .insight-card__cover,
.insight-card:focus-within .insight-card__cover {
  transform: scale(1.08);
}

.insight-list {
  display: grid;
  gap: 24px;
}

.insight-list__item {
  --panel-radius: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  min-height: 100px;
  padding: 20px 31px 20px 32px;
  background: #fff;
  border: 0;
  box-shadow: 0 10px 24px rgba(114, 131, 168, 0.08);
}

.insight-list__item h3 {
  margin: 0;
  font-size: 20px;
  line-height: 31px;
  font-weight: 600;
}

.insight-list__item p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.insight-list__item time {
  flex: 0 0 auto;
  margin-top: 4px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(109, 118, 128, 1);
}

.section-link {
  display: flex;
  width: 170px;
  height: 46px;
  margin: 60px auto 0;
  font-size: 14px;
  line-height: 20px;
  background: linear-gradient(90deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  color: rgba(255, 255, 255, 1);
  border: 0;
  box-shadow: 0 12px 24px rgba(113, 99, 232, 0.24);
}

.section-link__icon {
  position: relative;
  display: inline-flex;
  width: 16px;
  height: 12px;
  overflow: hidden;
  flex: 0 0 16px;
}

.section-link__icon-item {
  position: absolute;
  inset: 0;
  width: 16px;
  height: 12px;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.section-link__icon-item--primary {
  transform: translateX(0);
  opacity: 1;
}

.section-link__icon-item--secondary {
  transform: translateX(-100%);
  opacity: 0;
}

.section-link:hover .section-link__icon-item--primary,
.section-link:focus-visible .section-link__icon-item--primary {
  transform: translateX(100%);
  opacity: 0;
}

.section-link:hover .section-link__icon-item--secondary,
.section-link:focus-visible .section-link__icon-item--secondary {
  transform: translateX(0);
  opacity: 1;
}

.section--advantages {
  position: relative;
  padding: 91px 0 94px;
  background: url("../assets/slices/youshi.jpg") center top / 1920px 100% no-repeat;
}

.section--advantages .section-heading {
  text-align: center;
  margin-bottom: 81px !important;
}

.section--advantages .section-heading h2 {
  font-size: 42px;
  line-height: 58px;
  font-weight: 700;
}

.advantage-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 141px minmax(0, 1fr);
  gap: 0;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.advantage-stack {
  display: grid;
  gap: 16px;
}

.advantage-stack--left {
  justify-items: end;
}

.advantage-stack--right {
  justify-items: start;
}

.advantage-item {
  position: relative;
  display: flex;
  width: 528px;
  min-height: 98px;
  gap: 21px;
  align-items: center;
  padding: 26px 31px 25px 31px;
  border-radius: 12px;
  border: 1px solid transparent;
  background:
    linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)) padding-box,
    linear-gradient(360deg, rgba(239, 237, 255, 1), rgba(162, 190, 255, 1)) border-box;
  box-shadow: 0 2px 8px rgba(174, 190, 232, 0.08);
  backdrop-filter: blur(10px);
}

.advantage-stack--left .advantage-item:nth-child(2) {
  transform: translateX(-41px);
}

.advantage-stack--right .advantage-item:nth-child(2) {
  transform: translateX(41px);
}

.advantage-stack--left .advantage-item::after,
.advantage-stack--right .advantage-item::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 102px;
}

.advantage-stack--left .advantage-item::after {
  right: -103px;
}

.advantage-stack--right .advantage-item::before {
  left: -103px;
}

.advantage-item img {
  flex: 0 0 auto;
  width: 46px;
  height: auto;
}

.advantage-item h3,
.highlight-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.advantage-item p,
.highlight-card p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(128, 132, 146, 1);
}

.advantage-center {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 232px;
}

.advantage-center::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.advantage-visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93px;
  height: 78px;
}

.advantage-visual img {
  width: 100%;
  min-width: 93px;
}

.compare-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 100px;
}

.compare-metric {
  position: relative;
  min-height: 181px;
  padding: 73px 20px 28px;
  border-radius: 18px;
  border: 0;
  --panel-bg: linear-gradient(180deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.64) 100%);
  box-shadow: none;
  text-align: center;


 width: 304px;
height: 240px;
background: linear-gradient( 0deg, #FFFFFF 0%, #E6F2FF 100%);
border-radius: 30px 0px 30px 0px;


backdrop-filter: blur(10px);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  will-change: transform;
}

.compare-metric__icon {
  position: absolute;
  top: -75px;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 150px;
  transform: translateX(-50%);
  transition: transform 0.28s ease;
  will-change: transform;
}

.compare-metric__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.compare-metric:hover,
.compare-metric:focus-within {
  transform: translateY(-20px);
}

.compare-metric p {
  margin: 27px 0 0;
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
  color: rgba(120, 130, 146, 1);
}

.compare-metric strong {
  display: block;
  margin-top: 14px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  color: rgba(48, 57, 71, 1);
  border-top: 1px solid #E9E9E9;
}

.compare-metric h3 {
  margin: 0;
  font-size: 24px;
  line-height: 22px;
  font-weight: 700;
  background: linear-gradient(0deg, #0A5DE6 0%, #903DEB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stats-grid {
  margin-top: 81px;
  display: grid;
  gap: 63px;
}

.stats-grid__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}

.stats-tile {
  min-height: 98px;
  padding: 0;
  text-align: center;
}

.stats-tile strong {
  display: block;
  font-size: 37px;
  line-height: 51px;
  font-weight: 700;
  color: rgba(10, 93, 230, 1);
}

.stats-tile span {
  display: block;
  margin-top: 5px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 500;
  color: rgba(109, 118, 128, 1);
}

.highlight-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 56px;
}

.highlight-card {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  min-height: 136px;
  padding: 34px 38px;
  border-radius: 28px;
  box-shadow: 0 18px 38px rgba(11, 22, 42, 0.18);
}

.highlight-card h3 {
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  line-height: 32px;
}

.highlight-card p {
  color: rgba(215, 221, 230, 1);
  margin-top: 10px;
}

.footer {
  position: relative;
  padding: 51px 0 32px;
  background: #131A32;
  color: rgba(255, 255, 255, 1);
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 23, 61, 0.04) 0%, rgba(9, 23, 61, 0.16) 100%);
  pointer-events: none;
}

.footer .container {
  position: relative;
  z-index: 1;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 52px;
  padding-bottom: 61px;
}

.footer__brand {
  display: flex;
  flex-direction: column;
}

.footer__top h2 {
  margin: 0;
  font-size: 24px;
  line-height: 41px;
  font-weight: 500;
}

.footer__top p {
  margin: 0;
  font-size: 24px;
  line-height: 41px;
  text-align: left;
  font-style: normal;
  background:#fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer__apply {
  gap: 10px;
}

.footer__apply-icon {
  position: relative;
  display: inline-flex;
  width: 16px;
  height: 12px;
  overflow: hidden;
  flex: 0 0 16px;
}

.footer__apply-icon-item {
  position: absolute;
  inset: 0;
  width: 16px;
  height: 12px;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.footer__apply-icon-item--primary {
  transform: translateX(0);
  opacity: 1;
}

.footer__apply-icon-item--secondary {
  transform: translateX(-100%);
  opacity: 0;
}

.footer__apply:hover .footer__apply-icon-item--primary,
.footer__apply:focus-visible .footer__apply-icon-item--primary {
  transform: translateX(100%);
  opacity: 0;
}

.footer__apply:hover .footer__apply-icon-item--secondary,
.footer__apply:focus-visible .footer__apply-icon-item--secondary {
  transform: translateX(0);
  opacity: 1;
}

.footer__divider,
.footer__bottom-line {
  width: 100%;
  margin-top: 0;
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, auto)) 368px;
  gap: 60px;
  align-items: start;
  margin-top: 49px;
}

.footer__col {
  display: grid;
  align-content: start;
  gap: 12px;
}

.footer__col h3,
.footer__contact h3 {
  font-size: 18px;
  line-height: 26px;
}
.footer__col h3 {
 margin-bottom: 18px;
}
.footer__col a,
.footer__address span,
.footer__address strong {
  font-size: 14px;
  line-height: 24px;
}
.footer__address strong{
  color: #fff !important;
}
.footer__col a,
.footer__address span{
  color: var(--color-deep-soft) !important;
}

.footer__col a:hover,
.footer__col a:focus-visible {
  color: #0a5de6 !important;
}

.footer__bottom-line {
  width: 100%;
  margin-top: 40px;
}

.footer__bottom-note {
  margin-top: 40px;
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.footer__bottom-item {
  margin: 0;
  font-size: 14px;
  line-height: 30px;
  color: var(--color-deep-soft);
  letter-spacing: 0.02em;
}
.footer__contact-head {
  display: flex;
  align-items: top;
  justify-content: space-between;
}

.footer__contact {
  margin: 0;
  padding-left: 35px;
  font-style: normal;
}

.footer__contact-phone {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}

.footer__contact-icons {
  display: flex;
  gap: 23px;
  margin-top: 16px;
}

.footer__contact-icons span {
  width: 101px;
  height: 101px;
  flex: 0 0 auto;
}

.footer__contact-icon {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer__contact-icon--kf {
  background-image: url("../assets/slices/kf.png");
}

.footer__contact-icon--gzh {
  background-image: url("../assets/slices/gzh.png");
}

.footer__contact-icon--wx {
  background-image: url("../assets/slices/wx.png");
}

.footer__address {
  display: grid;
  gap: 12px;
  margin-top: 36px;
}

.footer__address strong {
  color: var(--color-deep-soft);
  font-weight: 400;
}

.footer__address span {
  color: rgba(255, 255, 255, 1);
  line-height: 20px;
}

.footer__copyright {
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: var(--color-deep-soft);
  letter-spacing: 0.02em;
}

@media (max-width: 1439px) {
  .container {
    width: calc(100% - 48px);
  }

  .nav {
    gap: 32px;
  }

  .hero__title {
    font-size: 24px;
    line-height: 33px;
  }

  .hero__stats {
    width: 100%;
    column-gap: 72px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .service-compare,
  .product-grid,
  .compare-grid,
  .case-grid,
  .stats-grid__row,
  .highlight-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pain-grid {
    grid-template-columns: 1fr;
  }

  .pain-grid--secondary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insight-layout,
  .advantage-hero,
  .footer__grid {
    grid-template-columns: 1fr;
  }

  .advantage-hero {
    gap: 20px;
  }

  .advantage-stack {
    justify-items: center;
  }

  .advantage-item {
    width: min(100%, 560px);
  }

  .advantage-stack--left .advantage-item:nth-child(2),
  .advantage-stack--right .advantage-item:nth-child(2) {
    transform: none;
  }

  .advantage-stack--left .advantage-item::after,
  .advantage-stack--right .advantage-item::before,
  .advantage-center::before {
    display: none;
  }

  .advantage-center {
    min-height: auto;
  }

  .bank-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .footer__contact {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 1280px) {
  .hero__topbar-inner {
    gap: 20px;
  }

  .nav {
    gap: 24px;
    font-size: 13px;
  }

  .hero__title {
    font-size: 24px;
    line-height: 33px;
  }

  .hero__subtitle {
    font-size: 24px;
    line-height: 33px;
  }

  .hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 24px;
    height: auto;
    background-size: cover;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero__lead {
    white-space: normal;
  }

  .hero__title::after {
    content: "";
  }
}

.nav__link--active {
  color: #0A5DE6;
}

.nav__link--active::after {
  transform: scaleX(1);
  opacity: 1;
}

.solutions-page {
  background:
    radial-gradient(circle at top left, rgba(185, 225, 255, 0.82) 0%, rgba(185, 225, 255, 0) 34%),
    linear-gradient(180deg, #F5FBFF 0%, #FFFFFF 18%, #F8FBFF 64%, #FFFFFF 100%);
}

.solutions-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.solutions-main {
  padding-top: 60px;
}

.solutions-hero {
  position: relative;
  overflow: hidden;
  min-height: 750px;
  background: #D7EEFF url("../assets/slices/banner-case.jpg") center top / cover no-repeat;
}

.solutions-hero::before,
.solutions-hero::after {
  content: none;
}

.solutions-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 750px;
}

.solutions-hero__content {
  width: 523px;
  padding-top: 177px;
}

.solutions-hero__title {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.solutions-hero__title-line {
  color: rgba(23, 26, 29, 1);
  font-size: 48px;
  font-family: "Alibaba PuHuiTi", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-weight: 700;
  line-height: 65px;
  white-space: nowrap;
}

.solutions-hero__title-line--accent {
  margin-top: 12px;
  background-image: linear-gradient(106deg, rgba(10, 93, 230, 1) 50%, rgba(144, 61, 235, 1) 70%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.solutions-hero__subtitle {
  width: 600px;
  margin: 20px 0 0;
  color: rgba(23, 26, 29, 0.6);
  font-size: 20px;
  line-height: 36px;
}

.solutions-hero__actions {
  margin-top: 103px;
}

.solutions-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  min-height: 42px;
  border-radius: 999px;
  background: linear-gradient(74deg, rgba(10, 93, 230, 1) 30%, rgba(144, 61, 235, 1) 95%);
  box-shadow: 0 18px 32px rgba(86, 120, 224, 0.22);
  color: #FFFFFF;
  font-size: 14px;
  line-height: 22px;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.solutions-scheme__cta,
.solutions-service-card__apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  background: linear-gradient(164deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  box-shadow: 0 18px 32px rgba(86, 120, 224, 0.22);
  color: #FFFFFF;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.solutions-hero__cta:hover,
.solutions-hero__cta:focus-visible,
.solutions-scheme__cta:hover,
.solutions-scheme__cta:focus-visible,
.solutions-service-card__apply:hover,
.solutions-service-card__apply:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 36px rgba(86, 120, 224, 0.28);
}

.solutions-hero__chips {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  flex: 0 0 auto;
}

.solutions-hero__chips a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  min-height: 80px;
  padding: 0 18px;
  border: 1px solid rgba(126, 134, 142, 0.16);
  border-radius: 40px;
  background: #FFFFFF;
  text-decoration: none;
  box-shadow: 0 2px 4px 0 rgba(222, 222, 222, 0.5);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;
}

.solutions-hero__chips a span {
  font-family: "Alibaba PuHuiTi", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  color: #171A1D;
  line-height: 27px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
}

.solutions-hero__chips a.is-active,
.solutions-hero__chips a[aria-current="true"] {
  border: 2px solid transparent;
  background:
    linear-gradient(180deg, #E3EDFF 0%, #FFFFFF 100%) padding-box,
    linear-gradient(21deg, rgba(10, 93, 230, 1), rgba(144, 61, 235, 1)) border-box;
  box-shadow: 0 2px 4px 0 rgba(214, 214, 214, 0.5);
}

.solutions-hero__chips a.is-active span,
.solutions-hero__chips a[aria-current="true"] span {
  background: linear-gradient(105.5090434461323deg, #0A5DE6 50%, #903DEB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.solutions-hero__chips a:not(.is-active):hover,
.solutions-hero__chips a:not(.is-active):focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px 0 rgba(214, 214, 214, 0.28);
}

.solutions-intro {
  padding: 101px 0 0;
  background: #FFFFFF;
}

.solutions-intro__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solutions-intro .section-heading {
  margin: 0;
  text-align: center;
  gap: 12px;
}

.solutions-intro .section-heading h2 {
  color: rgba(23, 26, 29, 1);
  font-size: 42px;
  line-height: 58px;
  letter-spacing: -0.5px;
}

.solutions-intro .section-heading p {
  margin: 12px auto 0;
  color: rgba(23, 26, 29, 0.6);
  font-size: 22px;
  line-height: 30px;
}

.solutions-schemes {
  padding: 30px 0 54px;
  background: #FFFFFF;
}

.solutions-scheme {
  width: 100%;
  min-height: 568px;
  padding: 61px 60px 101px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 30px;
  overflow: hidden;
  --scheme-head-width: 692px;
  --scheme-main-width: 596px;
  --scheme-products-width: 562px;
  --scheme-audience-width: 227px;
  --scheme-highlight-width: 273px;
  --scheme-pain-width: 276px;
  --scheme-facts-gap: 96px;
}

.solutions-scheme[hidden] {
  display: none;
}

.solutions-scheme__head,
.solutions-scheme__main,
.solutions-scheme__products {
  opacity: 0;
  will-change: transform, opacity;
}

.solutions-scheme__head {
  transform: translateY(26px);
}

.solutions-scheme__main {
  transform: translateY(34px);
}

.solutions-scheme__products {
  transform: translateY(48px);
}

.solutions-scheme.is-active .solutions-scheme__head {
  animation: solutionsSchemeLiftIn 0.5s ease forwards;
}

.solutions-scheme.is-active .solutions-scheme__main {
  animation: solutionsSchemeLiftIn 0.56s ease 0.14s forwards;
}

.solutions-scheme.is-active .solutions-scheme__products {
  animation: solutionsSchemeRiseIn 0.64s ease 0.28s forwards;
}

@keyframes solutionsSchemeLiftIn {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes solutionsSchemeRiseIn {
  from {
    opacity: 0;
    transform: translateY(48px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.solutions-scheme--personal {
  background-image: url("../assets/slices/case-pic01.png");
  --scheme-head-width: 691px;
  --scheme-highlight-width: 184px;
  --scheme-pain-width: 318px;
  --scheme-facts-gap: 67px;
}

.solutions-scheme--business {
  background-image: url("../assets/slices/case-pic02.png");
  --scheme-head-width: 692px;
  --scheme-audience-width: 222px;
  --scheme-highlight-width: 287px;
  --scheme-pain-width: 387px;
  --scheme-facts-gap: 44px;
}

.solutions-scheme--property {
  background-image: url("../assets/slices/case-pic03.png");
  --scheme-head-width: 692px;
  --scheme-audience-width: 227px;
  --scheme-highlight-width: 273px;
  --scheme-pain-width: 276px;
  --scheme-facts-gap: 39px;
}

.solutions-scheme__head {
  display: grid;
  grid-template-columns: 520px 1fr;
  align-items: start;
  width: var(--scheme-head-width);
  gap: 0;
}

.solutions-scheme__head-copy {
  width: 520px;
}

.solutions-scheme__head-side {
  display: flex;
  justify-content: flex-start;
  padding-left: 79px;
}

.solutions-scheme__head h3 {
  margin: 0;
  background-image: linear-gradient(106deg, rgba(10, 93, 230, 1) 30%, rgba(144, 61, 235, 1) 60%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  line-height: 33px;
  white-space: nowrap;
}

.solutions-scheme__head p {
  margin: 8px 0 0;
  color: rgba(23, 26, 29, 0.6);
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.solutions-scheme__label {
  color: rgba(23, 26, 29, 1);
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  white-space: nowrap;
}

.solutions-scheme__layout {
  display: grid;
  grid-template-columns: var(--scheme-main-width) var(--scheme-products-width);
  gap: 0;
  align-items: start;
  width: 1158px;
  margin-top: 2px;
}

.solutions-scheme__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: var(--scheme-main-width);
  min-height: 342px;
  margin-top: 50px;
}

.solutions-scheme__facts {
  display: grid;
  grid-template-columns: var(--scheme-audience-width) var(--scheme-highlight-width);
  column-gap: var(--scheme-facts-gap);
  row-gap: 30px;
  width: max-content;
}

.solutions-scheme__info {
  width: auto;
}

.solutions-scheme__info strong {
  display: block;
  margin-bottom: 8px;
  color: rgba(23, 26, 29, 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

.solutions-scheme__info span {
  display: block;
  color: rgba(23, 26, 29, 0.6);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.solutions-scheme__info--highlight strong,
.solutions-scheme__info--highlight span {
  color: rgba(10, 93, 230, 1);
}

.solutions-scheme__info--pain {
  grid-column: 1 / -1;
  width: var(--scheme-pain-width);
  margin-top: 0;
}

.solutions-scheme__cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 156px;
  min-height: 42px;
  margin-top: 125px;
  padding: 0 18px;
  background: linear-gradient(164deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
  box-shadow: none;
  border: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.solutions-scheme__cta-icon {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 12px;
  overflow: hidden;
  flex: 0 0 18px;
}

.solutions-scheme__cta-icon-item {
  position: absolute;
  inset: 0;
  width: 18px;
  height: 12px;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.solutions-scheme__cta-icon-item--primary {
  transform: translateX(0);
  opacity: 1;
}

.solutions-scheme__cta-icon-item--secondary {
  transform: translateX(-100%);
  opacity: 0;
}

.solutions-scheme__cta:hover .solutions-scheme__cta-icon-item--primary,
.solutions-scheme__cta:focus-visible .solutions-scheme__cta-icon-item--primary {
  transform: translateX(100%);
  opacity: 0;
}

.solutions-scheme__cta:hover .solutions-scheme__cta-icon-item--secondary,
.solutions-scheme__cta:focus-visible .solutions-scheme__cta-icon-item--secondary {
  transform: translateX(0);
  opacity: 1;
}

.solutions-scheme__products {
  display: grid;
  width: var(--scheme-products-width);
  grid-template-columns: repeat(2, minmax(0, 270px));
  column-gap: 22px;
  row-gap: 20px;
  justify-content: start;
}

.solutions-scheme__product {
  width: 270px;
  min-height: 100px;
  padding: 29px 0 27px 33px; 
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255,255,255,0.3) 0%, #FFFFFF 100%);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(8px);
}

.solutions-scheme__product h5 {
  margin: 0;
  color: rgba(23, 26, 29, 1);
  font-size: 14px;
  line-height: 20px;
}

.solutions-scheme__product p {
  margin: 4px 0 0;
  color: rgba(23, 26, 29, 0.6);
  font-size: 14px;
  line-height: 20px;
}

.solutions-service .section-heading h2 {
  font-size: 38px;
  line-height: 52px;
}

.solutions-service .section-heading p {
  color: rgba(23, 26, 29, 0.6);
  font-size: 18px;
  line-height: 30px;
}

.solutions-service {
  padding: 56px 0 86px;
  background: #ffffff;
}

.solutions-service__switcher {
  display: grid;
  grid-template-columns: 398px minmax(0, 1fr);
  gap: 36px;
  align-items: stretch;
  margin-top: 52px;
}

.solutions-service-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.solutions-service-nav__item {
  padding: 20px 0;
  border: 0;
  border-top: 1px solid rgba(23, 26, 29, 0.08);
  border-bottom: 1px solid rgba(23, 26, 29, 0.08);
  background: transparent;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  transition:
    padding 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    background-color 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.solutions-service-nav__item + .solutions-service-nav__item {
  border-top: 0;
}

.solutions-service-nav__item:first-child {
  border-top: 0;
}

.solutions-service-nav__title {
  display: block;
  margin: 0;
  color: #171a1d;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  transition: color 0.28s ease;
}

.solutions-service-nav__desc {
  display: block;
  max-height: 0;
  margin: 0;
  color: rgba(23, 26, 29, 0.38);
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-8px);
  transition:
    max-height 0.38s cubic-bezier(0.22, 1, 0.36, 1),
    margin-top 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.24s ease,
    transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.solutions-service-nav__item.is-active .solutions-service-nav__title,
.solutions-service-nav__item[aria-current="true"] .solutions-service-nav__title {
  color: transparent;
  background: linear-gradient(90deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 16%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.solutions-service-nav__item:hover .solutions-service-nav__title,
.solutions-service-nav__item:focus-visible .solutions-service-nav__title {
  color: transparent;
  background:linear-gradient(90deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 16%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.solutions-service-nav__item.is-active .solutions-service-nav__desc,
.solutions-service-nav__item[aria-current="true"] .solutions-service-nav__desc {
  max-height: 96px;
  margin-top: 6px;
  opacity: 1;
  transform: translateY(0);
}

.solutions-service-card__apply {
  min-height: 40px;
  margin-top: 69px;
  padding: 0 18px 0 19px;
  align-self: flex-start;
  gap: 8px;
  box-shadow: none;
  font-size: 14px;
  line-height: 22px;
}

.solutions-service-card__apply-icon {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 12px;
  overflow: hidden;
  flex: 0 0 18px;
}

.solutions-service-card__apply-icon-item {
  position: absolute;
  inset: 0;
  width: 18px;
  height: 12px;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.solutions-service-card__apply-icon-item--primary {
  transform: translateX(0);
  opacity: 1;
}

.solutions-service-card__apply-icon-item--secondary {
  transform: translateX(-100%);
  opacity: 0;
}

.solutions-service-card__apply:hover .solutions-service-card__apply-icon-item--primary,
.solutions-service-card__apply:focus-visible .solutions-service-card__apply-icon-item--primary {
  transform: translateX(100%);
  opacity: 0;
}

.solutions-service-card__apply:hover .solutions-service-card__apply-icon-item--secondary,
.solutions-service-card__apply:focus-visible .solutions-service-card__apply-icon-item--secondary {
  transform: translateX(0);
  opacity: 1;
}

.solutions-service-card {
  padding: 45px 88px 41px;
  border-radius: 26px;
}

.solutions-service-card--before {
  background: rgba(232, 244, 255, 1);
}

.solutions-service-card--during {
  background: rgba(242, 238, 255, 1);
}

.solutions-service-card--after {
  background: rgba(232, 244, 255, 1);
}

.solutions-service__panels {
  min-width: 0;
}

.solutions-service-card[hidden] {
  display: none;
}

.solutions-service-card__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.solutions-service-card__panel {
  min-height: 190px;
  padding: 26px 26px 27px 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
}

.solutions-service-card__heading {
  display: flex;
  align-items: center;
  gap: 10px;
}

.solutions-service-card__heading img {
  width: 40px;
  height: 40px;
  flex: none;
}

.solutions-service-card__heading h3 {
  margin: 0;
  color: transparent;
  background: linear-gradient(90deg, rgba(10, 93, 230, 1) 0%, rgba(144, 61, 235, 1) 100%);
    background-clip: border-box;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.solutions-service-card__panel p {
  margin: 10px 0 0;
  color: rgba(23, 26, 29, 0.54);
  font-size: 14px;
  line-height: 28px;
}

.solutions-service-card__summary {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 24px;
  padding: 20px 27px;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(10, 93, 230, 1) 0%, rgba(47, 103, 234, 1) 56%, rgba(144, 61, 235, 1) 100%);
}

.solutions-service-card__summary img {
  width: 60px;
  height: 60px;
  flex: none;
}

.solutions-service-card__summary strong {
  display: block;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}

.solutions-service-card__summary p {
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 24px;
}

.solutions-page .section--cases {
  padding-top: 101px;
}

@media (max-width: 1439px) {
  .solutions-hero__title {
    font-size: inherit;
  }

  .solutions-scheme {
    padding: 80px;
  }

  .solutions-scheme__head,
  .solutions-scheme__layout {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .solutions-service__switcher {
    grid-template-columns: 1fr;
  }

  .solutions-service-nav {
    gap: 16px;
  }

  .solutions-service-nav {
    justify-content: flex-start;
  }

  .solutions-service-nav__item {
    display: grid;
    min-height: auto;
    padding: 18px 18px 16px;
    border: 1px solid rgba(23, 26, 29, 0.08);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.82);
  }
}

@media (max-width: 1024px) {
  .solutions-hero {
    min-height: auto;
    padding: 100px 0 72px;
    background-position: 72% top;
    background-size: cover;
  }

  .solutions-hero__inner {
    min-height: auto;
  }

  .solutions-hero__content {
    width: min(100%, 523px);
    padding-top: 0;
  }

  .solutions-hero__title-line {
    font-size: 40px;
    line-height: 56px;
  }

  .solutions-hero__subtitle {
    width: 100%;
  }

  .solutions-hero__actions {
    margin-top: 42px;
  }

  .solutions-scheme {
    min-height: auto;
    padding: 32px 28px 42px;
    background-size: cover;
  }

  .solutions-scheme__head {
    width: 100%;
    display: grid;
    gap: 12px;
  }

  .solutions-scheme__head-copy {
    width: 100%;
  }

  .solutions-scheme__head-side {
    display: block;
    padding-right: 0;
  }

  .solutions-scheme__head h3,
  .solutions-scheme__head p {
    white-space: normal;
  }

  .solutions-scheme__label {
    align-self: start;
  }

  .solutions-scheme__layout {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  .solutions-scheme__main {
    min-height: auto;
  }

  .solutions-scheme__facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .solutions-scheme__info--pain {
    grid-column: 1 / -1;
    margin-top: 0;
  }

  .solutions-scheme__cta,
  .solutions-scheme__product {
    width: 100%;
  }

  .solutions-scheme__cta {
    margin-top: 24px;
  }

  .solutions-scheme__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: stretch;
  }

  .solutions-service-card__columns {
    grid-template-columns: 1fr;
  }

  .solutions-intro__layout {
    flex-direction: column;
    align-items: flex-start;
  }

  .solutions-hero__chips {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .solutions-main {
    padding-top: 60px;
  }

  .solutions-hero {
    padding: 84px 0 56px;
    background-position: 74% top;
  }

  .solutions-hero__title-line {
    font-size: 32px;
    line-height: 44px;
  }

  .solutions-hero__chips a {
    min-width: 0;
    width: 100%;
    min-height: 68px;
    font-size: 18px;
  }

  .solutions-intro .section-heading,
  .solutions-intro .section-heading p {
    width: 100%;
  }

  .solutions-intro .section-heading h2 {
    font-size: 34px;
    line-height: 46px;
  }

  .solutions-intro .section-heading p {
    font-size: 18px;
    line-height: 28px;
  }

  .solutions-scheme__facts,
  .solutions-scheme__products {
    grid-template-columns: 1fr;
  }

  .solutions-scheme__product {
    min-height: 88px;
    padding: 20px;
  }

  .solutions-scheme__product h5 {
    font-size: 16px;
    line-height: 22px;
  }

  .solutions-scheme__product p,
  .solutions-scheme__info span {
    white-space: normal;
  }

  .solutions-service-nav__item,
  .solutions-service-card {
    padding: 22px;
  }

  .solutions-service-card__summary {
    align-items: flex-start;
  }

  .solutions-service-card__summary p {
    line-height: 20px;
  }
}
