:root {
  --vp-bg: #221818;
  --vp-text: #e7e7e7;
  --vp-muted: #d6d8d9;
  --vp-warm: #b2afad;
  --vp-brand: #b81c22;
  --vp-grad-from: #b81c22;
  --vp-grad-to: #ffd596;
  --vp-divider: rgba(231, 231, 231, 0.18);
  --vp-card-bg: rgba(255, 255, 255, 0.04);
  --vp-card-border: rgba(231, 231, 231, 0.18);
  --vp-inner: 91.666vw;
  --vp-content: 72.916vw;
  --zs-brand: #b81c22;
  --zs-muted: #d6d8d9;
  --zs-inner: 83.333vw;
}

body.zs-vocation-project {
  background: var(--vp-bg);
  color: var(--vp-text);
}

.vp-page {
  width: 100%;
  overflow-x: hidden;
}

.vp-inner {
  width: var(--vp-inner);
  margin: 0 auto;
  padding: 0 3.125vw;
  box-sizing: border-box;
}

.vp-section {
  position: relative;
}

.vp-scenes {
  padding: 9.375vw 0 13.125vw;
}

.vp-products {
  margin: 2.604vw 0 11.77vw;
}

.vp-section-head {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.781vw;
  margin-bottom: 5.208vw;
}

.vp-section-h,
.vp-section-sub,
.vp-section-title {
  margin: 0;
  line-height: 1.5;
}

.vp-section-title.vp-gradient {
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.vp-section-title.vp-gradient>span {
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  background: linear-gradient(92deg, #b81c22 -31.24%, #ffd596 140.06%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.f_36.fbd600 {
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  background: linear-gradient(92deg, #b81c22 -31.24%, #ffd596 140.06%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.vp-section-sub {
  max-width: 65.26vw;
  width: 100%;
}

.vp-gradient {
  background: linear-gradient(120deg, var(--vp-grad-from) 31.241%, var(--vp-grad-to) 140.06%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.vp-arrow {
  width: 0.416vw;
  height: 0.625vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vp-arrow img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: filter 0.25s ease;
}

.vp-hero-cta:hover .vp-arrow img,
.vp-card-cta:hover .vp-arrow img,
.vp-contact-btn:hover .vp-arrow img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(85%) saturate(3500%) hue-rotate(346deg) brightness(94%) contrast(101%);
}

.vp-hero {
  position: relative;
  width: 100%;
  min-height: 50.677vw;
  padding-top: 4.062vw;
  overflow: hidden;
  background: var(--vp-bg);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.vp-hero-bg {
  position: absolute;
  inset: 0;
}

.vp-hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vp-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(34, 24, 24, 0) 60%, rgba(34, 24, 24, 0.92) 100%);
  pointer-events: none;
}

.vp-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3.541vw;
  color: #ffffff;
  padding-top: 10.416vw;
  padding-bottom: 6.25vw;
}

.vp-hero-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.416vw;
  letter-spacing: -0.093vw;
  line-height: 1.5;
  max-width: 42.5vw;
}

.vp-hero-sub {
  margin: 0;
  line-height: 1.5;
  color: #ffffff;
}

.vp-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.52vw;
  min-width: 7.812vw;
  height: 2.5vw;
  padding: 0 1.666vw;
  border-radius: 1.875vw;
  background: var(--vp-brand);
  color: #ffffff;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.vp-hero-cta:hover {
  background: #ffffff;
  color: var(--vp-brand);
  box-shadow: 0 0.468vw 0.364vw rgba(0, 0, 0, 0.25);
}

.vp-advantage-box {
  position: relative;
  border-radius: 1.25vw;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 706fr) minmax(0, 1021fr);
  min-height: 34.583vw;
  color: #ffffff;
}

.vp-advantage-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.vp-advantage-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: all ease .6s;
}

.vp-advantage-bg img.on {
  opacity: 1;
}

.vp-advantage-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  pointer-events: none;
}

.vp-advantage-text,
.vp-advantage-grid {
  position: relative;
  z-index: 1;
}

.vp-advantage-text {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  padding: 4.843vw 2.5vw 4.843vw 3.385vw;
  color: #ffffff;
  align-self: stretch;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

.vp-advantage-title,
.vp-advantage-desc {
  margin: 0;
  transition: color 0.25s ease;
}

.vp-advantage-title {
  letter-spacing: -0.093vw;
  line-height: 1.77;
  color: #ffffff;
}

.vp-advantage-desc {
  line-height: 1.5;
  max-width: 22.76vw;
  color: #ffffff;
}

.vp-advantage-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: 1fr 1fr;
  position: relative;
  border-left: 0.052vw solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.vp-advantage-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25vw;
  padding: 1.979vw 1.875vw 1.979vw 1.614vw;
  position: relative;
  color: #ffffff;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

.vp-advantage-item .vp-icon img {
  transition: filter 0.25s ease;
}

.vp-advantage-item:hover {
  background-color: #ffffff;
}

.vp-advantage-item:hover .vp-advantage-item-title,
.vp-advantage-item:hover .vp-advantage-item-desc {
  color: var(--vp-brand);
}

.vp-advantage-item:hover .vp-icon img {
  filter: brightness(0) saturate(100%) invert(18%) sepia(85%) saturate(3500%) hue-rotate(346deg) brightness(94%) contrast(101%);
}

.vp-advantage-item:nth-child(1) {
  grid-column: 1 / 4;
  grid-row: 1;
}

.vp-advantage-item:nth-child(2) {
  grid-column: 4 / 7;
  grid-row: 1;
}

.vp-advantage-item:nth-child(3) {
  grid-column: 1 / 3;
  grid-row: 2;
}

.vp-advantage-item:nth-child(4) {
  grid-column: 3 / 5;
  grid-row: 2;
}

.vp-advantage-item:nth-child(5) {
  grid-column: 5 / 7;
  grid-row: 2;
}

.vp-advantage-item:nth-child(1)::after,
.vp-advantage-item:nth-child(3)::after,
.vp-advantage-item:nth-child(4)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.052vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.vp-advantage-item:nth-child(1)::before,
.vp-advantage-item:nth-child(2)::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.052vw;
  background: rgba(255, 255, 255, 0.2);
}

.vp-advantage-item-title,
.vp-advantage-item-desc {
  margin: 0;
  transition: color 0.25s ease;
}

.vp-advantage-item-title {
  line-height: 1.5;
}

.vp-advantage-item-desc {
  color: #ffffff;
  line-height: 1.5;
}

.vp-icon {
  width: 3.75vw;
  height: 3.75vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-shrink: 0;
}

.vp-icon svg,
.vp-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.vp-two-col {
  display: grid;
  grid-template-columns: minmax(0, 30.416vw) auto minmax(0, 30.416vw);
  gap: 8.281vw;
  align-items: center;
  justify-content: center;
}

.vp-col {
  display: flex;
  flex-direction: column;
  gap: 1.875vw;
  width: 100%;
  max-width: 30.416vw;
  min-width: 0;
}

.vp-scenes .vp-col:first-child {
  justify-self: end;
}

.vp-scenes .vp-col:last-child {
  justify-self: start;
}

.vp-divider-v {
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 47.37%, rgba(255, 255, 255, 0) 100%);
  align-self: center;
  height: 27.343vw;
  max-height: 100%;
}

.vp-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.781vw;
  color: #ffffff;
}

.vp-list h3,
.vp-list p {
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0;
}

.vp-list li {
  display: flex;
  flex-direction: column;
  gap: 0.26vw;
}

.vp-list h3 {
  color: #ffffff;
}

.vp-list p {
  color: #ffffff;
  line-height: 1.5;
}

.vp-cards {
  display: flex;
  flex-direction: column;
  gap: 3.541vw;
}

.vp-card {
  display: grid;
  grid-template-columns: 7.083vw minmax(0, 1fr);
  gap: 1.25vw;
  align-items: flex-start;
}

.vp-card-img {
  width: 7.083vw;
  aspect-ratio: 136 / 142;
  border-radius: 0.625vw;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
}

.vp-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vp-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.833vw;
  align-items: flex-start;
  color: #ffffff;
}

.vp-card-title,
.vp-card-desc {
  margin: 0;
  line-height: 1.5;
}

.vp-card-desc {
  color: var(--vp-text);
  max-width: 16.666vw;
}

.vp-card-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.52vw;
  min-width: 6.354vw;
  height: 2.031vw;
  padding: 0 1.25vw;
  border-radius: 52.031vw;
  background: var(--vp-brand);
  color: #ffffff;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.vp-card-cta:hover {
  background: #ffffff;
  color: var(--vp-brand);
  box-shadow: 0 0.468vw 0.364vw rgba(0, 0, 0, 0.25);
}

.vp-smart {
  margin: 14.062vw 0 0;
}

.vp-core .vp-inner,
.vp-smart .vp-inner,
.vp-features .vp-inner {
  width: var(--vp-content);
}

.vp-core .vp-section-head {
  margin-bottom: 3.541vw;
}

.vp-core-body {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  width: 100%;
}

.vp-core-image,
.vp-smart-image,
.vp-feature-image {
  position: relative;
  width: 100%;
  border-radius: 1.562vw;
  overflow: hidden;
  aspect-ratio: 1411 / 793;
  background: rgba(255, 255, 255, 0.04);
}

.vp-core-image img,
.vp-smart-image img,
.vp-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vp-core-image video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.32s ease;
  pointer-events: none;
  z-index: 0;
}

.vp-core-image video.is-active {
  opacity: 1;
  z-index: 1;
}

.vp-core-bars {
  display: flex;
  width: 100%;
  height: 0.312vw;
  align-items: stretch;
  background: transparent;
  border-radius: 0.156vw;
  overflow: hidden;
}

.vp-core-bars span {
  display: block;
  flex: 1 1 0;
  height: 100%;
  background-color: #d9d9d9;
  transition: background-color 0.25s ease;
}

.vp-core-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.187vw;
  text-align: center;
  color: #ffffff;
}

.vp-core-grid li {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  cursor: pointer;
}

.vp-core-grid li.is-active .vp-core-title span {
  color: #ffffff;
}

.vp-core-body:has(.vp-core-grid > li:nth-child(1):hover) .vp-core-bars>span:nth-child(1),
.vp-core-body:has(.vp-core-grid > li:nth-child(2):hover) .vp-core-bars>span:nth-child(2),
.vp-core-body:has(.vp-core-grid > li:nth-child(3):hover) .vp-core-bars>span:nth-child(3),
.vp-core-body:has(.vp-core-grid > li:nth-child(4):hover) .vp-core-bars>span:nth-child(4) {
  background-color: #b81c22;
}

.vp-core-body:has(.vp-core-grid > li:nth-child(1):hover) .vp-core-image>video:nth-child(1),
.vp-core-body:has(.vp-core-grid > li:nth-child(2):hover) .vp-core-image>video:nth-child(2),
.vp-core-body:has(.vp-core-grid > li:nth-child(3):hover) .vp-core-image>video:nth-child(3),
.vp-core-body:has(.vp-core-grid > li:nth-child(4):hover) .vp-core-image>video:nth-child(4) {
  opacity: 1;
}

.vp-core-title,
.vp-core-desc {
  margin: 0;
  line-height: 1.5;
}

.vp-smart-icons {
  list-style: none;
  margin: 5.104vw 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4.479vw 15.104vw;
  color: #ffffff;
  text-align: center;
}

.vp-smart-icons li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25vw;
}

.vp-smart-icons h3 {
  margin: 0;
  line-height: 1.5;
  letter-spacing: -0.052vw;
}

.vp-smart-icons .vp-icon {
  width: 4.479vw;
  height: 4.479vw;
}

.vp-features {
  padding-top: 15.885vw;
}

.vp-features .vp-inner {
  display: flex;
  flex-direction: column;
  gap: 8.75vw;
}

.vp-feature {
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
  align-items: center;
  width: 100%;
}

.vp-feature .vp-section-head {
  margin-bottom: 0;
}

.vp-feature-image {
  aspect-ratio: 1200 / 612;
  border-radius: 0.625vw;
  width: 100%;
}

.vp-cases {
  padding: 14.583vw 0 17.083vw;
}

.vp-cases .vp-inner {
  display: flex;
  flex-direction: column;
  gap: 3.541vw;
  position: relative;
  width: 83.333vw;
  padding-left: 2.083vw;
  padding-right: 2.083vw;
}

.vp-cases-title {
  margin: 0;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}

.vp-cases-track {
  position: relative;
}

.vp-case {
  width: 24.895vw;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  color: #ffffff;
}

.vp-case-link {
  display: block;
  border-radius: 1.041vw;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  position: relative;
}

.vp-case-img {
  width: 100%;
  aspect-ratio: 477 / 290;
  position: relative;
  overflow: hidden;
}

.vp-case-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.vp-case-link:hover .vp-case-img img {
  transform: scale(1.04);
}

.vp-case.is-muted .vp-case-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(139, 139, 139, 0.25);
  pointer-events: none;
}

.vp-case-title {
  margin: 0;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.vp-cases-nav {
  position: absolute;
  left: -3.541vw;
  right: -3.541vw;
  top: 7.552vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.vp-cases-arrow {
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 52.031vw;
  background: transparent;
  border: 0.052vw solid var(--vp-brand);
  cursor: pointer;
  position: relative;
  transition: background 0.2s ease, border-color 0.2s ease;
  padding: 0;
  pointer-events: auto;
}

.vp-cases-prev {
  transform: translateX(-1.875vw);
}

.vp-cases-next {
  transform: translateX(1.875vw);
}

.vp-cases-arrow:hover {
  background: var(--vp-brand);
  border-color: var(--vp-brand);
}

.vp-cases-arrow span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vp-cases-arrow span::before {
  content: "";
  width: 0.625vw;
  height: 0.625vw;
  border-top: 0.078vw solid var(--vp-brand);
  border-right: 0.078vw solid var(--vp-brand);
  transform: rotate(-135deg);
  transition: border-color 0.2s ease;
}

.vp-cases-arrow:hover span::before {
  border-top-color: #ffffff;
  border-right-color: #ffffff;
}

.vp-cases-next span::before {
  transform: rotate(45deg);
}

.vp-contact {
  position: relative;
  min-height: 22.343vw;
  overflow: hidden;
}

.vp-contact-bg {
  position: absolute;
  inset: 0;
}

.vp-contact-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.vp-contact-inner {
  position: relative;
  z-index: 1;
  min-height: 22.343vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4.01vw;
}

.vp-contact-logo {
  width: 5.989vw;
  height: 1.562vw;
  object-fit: contain;
}

.vp-contact-copy {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}

.vp-contact-title {
  margin: 0;
  color: #e7e7e7;
  line-height: 1;
}

.vp-contact-desc {
  margin: 0;
  color: #b2afad;
  line-height: 1;
}

.vp-contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.416vw;
  min-width: 7.812vw;
  height: 2.5vw;
  border-radius: 1.875vw;
  background: var(--vp-brand);
  color: #ffffff;
  padding: 0 1.927vw;
  text-decoration: none;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.vp-contact-arrow {
  width: 0.729vw;
  height: 0.729vw;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.25s ease;
}

.vp-contact-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vp-contact-btn:hover {
  background: #ffffff;
  color: var(--vp-brand);
  box-shadow: 0 0.52vw 1.25vw rgba(0, 0, 0, 0.2);
  transform: translateY(-0.104vw);
}

.vp-contact-btn:hover .vp-contact-arrow {
  filter: brightness(0) saturate(100%) invert(16%) sepia(78%) saturate(3106%) hue-rotate(339deg) brightness(92%) contrast(92%);
}

.zs-vocation-project .hero-nav {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(1.041vw);
  -webkit-backdrop-filter: blur(1.041vw);
}

.page-shell {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}


/* 
*======================================================media===============================================================
*/
@media screen and (max-width:768px) {
  :root {
    --vp-inner: 92%;
    --vp-content: 92%;
    --zs-inner: 92%;
  }

  .vp-page {
    width: 100%;
  }

  .vp-inner {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  .vp-scenes {
    padding: 48px 0 64px;
  }

  .vp-products {
    margin: 32px 0 64px;
  }

  .vp-section-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
  }

  .vp-section-sub {
    max-width: 100%;
    width: 100%;
  }

  .vp-arrow {
    width: 8px;
    height: 12px;
    display: inline-flex;
    flex-shrink: 0;
  }

  .vp-arrow img {
    width: 100%;
    height: 100%;
  }

  .vp-hero {
    width: 100%;
    min-height: 480px;
    padding-top: 56px;
    display: flex;
    justify-content: flex-start;
  }

  .vp-hero-bg img {
    width: 100%;
    height: 100%;
  }

  .vp-hero-bg::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(34, 24, 24, 0.2) 60%, rgba(34, 24, 24, 0.92) 100%);
  }

  .vp-hero-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-top: 80px;
    padding-bottom: 48px;
  }

  .vp-hero-title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    letter-spacing: -0.5px;
    max-width: 100%;
  }

  .vp-hero-cta {
    display: inline-flex;
    gap: 10px;
    min-width: 100px;
    min-height: 30px;
    height: auto;
    padding: 0 6px;
    border-radius: 36px;
  }

  .vp-advantage-box {
    border-radius: 16px;
    min-height: auto;
    display: flex;
    flex-direction: column;
  }

  .vp-advantage-bg img {
    width: 100%;
    height: 100%;
  }

  .vp-advantage-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px 16px;
    width: 100%;
    height: auto;
  }

  .vp-advantage-title {
    letter-spacing: -0.5px;
  }

  .vp-advantage-desc {
    max-width: 100%;
  }

  .vp-advantage-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .vp-advantage-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 16px;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .vp-advantage-item:nth-child(1)::after,
  .vp-advantage-item:nth-child(3)::after,
  .vp-advantage-item:nth-child(4)::after {
    display: none;
  }

  .vp-advantage-item:nth-child(1)::before,
  .vp-advantage-item:nth-child(2)::before {
    display: none;
  }

  .vp-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    flex-shrink: 0;
  }

  .vp-icon svg,
  .vp-icon img {
    width: 100%;
    height: 100%;
  }

  .vp-two-col {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .vp-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 100%;
  }

  .vp-divider-v {
    display: none;
  }

  .vp-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .vp-list li {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .vp-list .f_18 {
    font-size: 14px;
  }

  .vp-cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .vp-card {
    grid-template-columns: none;
    gap: 16px;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
  }

  .vp-card-img {
    width: 140px;
    border-radius: 20px;
    aspect-ratio: 1;
    overflow: hidden;
  }

  .vp-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .vp-card-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    flex: 1;
    min-width: 0;
  }

  .vp-card-desc {
    max-width: 100%;
  }

  .vp-card-desc .f_18 {
    font-size: 14px;
  }

  .vp-card-cta {
    display: inline-flex;
    gap: 10px;
    min-width: 100px;
    min-height: 30px;
    height: auto;
    padding: 0 10px;
    border-radius: 999px;
  }

  .vp-smart {
    margin: 64px 0 0;
  }

  .vp-core .vp-section-head {
    margin-bottom: 32px;
  }

  .vp-core-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  .vp-core-image,
  .vp-smart-image,
  .vp-feature-image {
    width: 100%;
    border-radius: 12px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }

  .vp-core-image img,
  .vp-smart-image img,
  .vp-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .vp-core-image video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .vp-core-bars {
    display: flex;
    width: 100%;
    height: 4px;
    border-radius: 2px;
  }

  .vp-core-bars span {
    flex: 1 1 0;
    height: 100%;
  }

  .vp-core-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .vp-core-grid li {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .vp-core-grid li.is-active .vp-core-title {
    text-decoration: underline;
    text-underline-offset: 6px;
  }

  .vp-core-desc {
    display: none;
  }

  .vp-core-desc .f_18 {
    font-size: 14px;
  }

  .vp-smart-icons {
    margin: 32px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .vp-smart-icons li {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .vp-smart-icons h3 {
    letter-spacing: -0.25px;
  }

  .vp-smart-icons .vp-icon {
    width: 56px;
    height: 56px;
  }

  .vp-features {
    padding-top: 64px;
  }

  .vp-features .vp-inner {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }

  .vp-feature {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  .vp-feature-image {
    border-radius: 12px;
    width: 100%;
  }

  .vp-cases {
    padding: 64px 0 80px;
  }

  .vp-cases .vp-inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .vp-case {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .vp-case-link {
    border-radius: 12px;
  }

  .vp-case-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
  }

  .vp-case-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .vp-cases-nav {
    position: static;
    left: auto;
    right: auto;
    top: auto;
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 16px;
  }

  .vp-cases-arrow {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    border: 1px solid var(--vp-brand);
    transform: none;
  }

  .vp-cases-prev,
  .vp-cases-next {
    transform: none;
  }

  .vp-cases-arrow span {
    display: flex;
  }

  .vp-cases-arrow span::before {
    width: 6px;
    height: 6px;
    border-top: 1.5px solid var(--vp-brand);
    border-right: 1.5px solid var(--vp-brand);
  }

  .vp-contact {
    min-height: auto;
  }

  .vp-contact-bg img {
    width: 100%;
    height: 100%;
  }

  .vp-contact-inner {
    min-height: auto;
    padding: 48px 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .vp-contact-logo {
    width: 92px;
    height: auto;
  }

  .vp-contact-copy {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .vp-contact-btn {
    display: inline-flex;
    gap: 8px;
    min-width: 140px;
    min-height: 44px;
    height: auto;
    border-radius: 36px;
    padding: 12px 28px;
  }

  .vp-contact-arrow {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    display: flex;
  }

  .vp-contact-arrow img {
    width: 100%;
    height: 100%;
  }

  .zs-vocation-project .hero-nav {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }

  .page-shell {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .vp-section-title.vp-gradient>span {
    font-size: 22px;
  }

  .vp-gradient .f_48{
    font-size: 20px;
  }
  .vp-section-sub{
    font-size: 14px;
    background-image: linear-gradient(45deg, #fff, #fff);
  }
}