.swiper-box-height {
    height: 300px;
}
.floating-menu[data-v-0ea69c34] {
  position: fixed !important;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10
}

.floating-menu .menu-items[data-v-0ea69c34] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(255, 255, 255, .05);
  padding: 12px 10px;
  border-radius: 25px;
  box-shadow: 0 8px 32px #00000014;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .15)
}

.floating-menu .menu-item[data-v-0ea69c34] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  min-width: 60px;
  border-radius: 20px;
  background: rgba(52, 152, 219, .4);
  color: #fff;
  text-decoration: none;
  transition: all .3s ease;
  cursor: pointer;
  box-shadow: 0 4px 12px #00000014;
  backdrop-filter: blur(5px)
}

.floating-menu .menu-item .text[data-v-0ea69c34] {
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: all .3s ease
}

.floating-menu .menu-item[data-v-0ea69c34]:hover {
  transform: translate(-5px);
  box-shadow: 0 6px 20px #3498db80;
  background: rgba(52, 152, 219, .85)
}

.floating-menu .menu-item:hover .text[data-v-0ea69c34] {
  transform: scale(1.05)
}

.floating-menu .menu-item.router-link-active[data-v-0ea69c34] {
  background: rgba(46, 204, 113, .85);
  box-shadow: 0 6px 20px #2ecc7166
}

.floating-menu .menu-item[data-v-0ea69c34]:nth-child(1) {
  background: rgba(52, 152, 219, .4)
}

.floating-menu .menu-item[data-v-0ea69c34]:nth-child(1):hover {
  background: rgba(52, 152, 219, .85)
}

.floating-menu .menu-item[data-v-0ea69c34]:nth-child(2) {
  background: rgba(243, 156, 18, .4)
}

.floating-menu .menu-item[data-v-0ea69c34]:nth-child(2):hover {
  background: rgba(243, 156, 18, .85)
}

.floating-menu .menu-item[data-v-0ea69c34]:nth-child(3) {
  background: rgba(155, 89, 182, .4)
}

.floating-menu .menu-item[data-v-0ea69c34]:nth-child(3):hover {
  background: rgba(155, 89, 182, .85)
}

.floating-menu .menu-item[data-v-0ea69c34]:nth-child(4) {
  background: rgba(231, 76, 60, .4)
}

.floating-menu .menu-item[data-v-0ea69c34]:nth-child(4):hover {
  background: rgba(231, 76, 60, .85)
}

.floating-menu .menu-item[data-v-0ea69c34]:nth-child(5) {
  background: rgba(26, 188, 156, .4)
}

.floating-menu .menu-item[data-v-0ea69c34]:nth-child(5):hover {
  background: rgba(26, 188, 156, .85)
}

.floating-menu .menu-item[data-v-0ea69c34]:nth-child(6) {
  background: rgba(233, 30, 99, .4)
}

.floating-menu .menu-item[data-v-0ea69c34]:nth-child(6):hover {
  background: rgba(233, 30, 99, .85)
}

.floating-menu .menu-item[data-v-0ea69c34]:nth-child(7) {
  background: rgba(255, 152, 0, .4)
}

.floating-menu .menu-item[data-v-0ea69c34]:nth-child(7):hover {
  background: rgba(255, 152, 0, .85)
}

.floating-menu .menu-item[data-v-0ea69c34]:nth-child(8) {
  background: rgba(0, 188, 212, .4)
}

.floating-menu .menu-item[data-v-0ea69c34]:nth-child(8):hover {
  background: rgba(0, 188, 212, .85)
}

.floating-menu .menu-item.back-btn[data-v-0ea69c34] {
  background: rgba(149, 165, 166, .4);
  margin-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding: 12px 0
}

.floating-menu .menu-item.back-btn[data-v-0ea69c34]:hover {
  background: rgba(149, 165, 166, .85)
}

@media (max-width: 750px) {
  .floating-menu[data-v-0ea69c34] {
    display: none !important
  }
}

@media (max-width: 1024px) and (min-width: 751px) {
  .floating-menu[data-v-0ea69c34] {
    right: 20px
  }

  .floating-menu .menu-items[data-v-0ea69c34] {
    padding: 10px 8px;
    gap: 9px
  }

  .floating-menu .menu-item[data-v-0ea69c34] {
    padding: 9px 16px;
    min-width: 85px
  }

  .floating-menu .menu-item .text[data-v-0ea69c34] {
    font-size: 14px
  }
}

.zyzzd-home[data-v-e613099c] {
  width: 100%
}

.zyzzd-home .container[data-v-e613099c] {
  max-width: 1200px;
  margin: 0 auto
}

.zyzzd-home .section-header[data-v-e613099c] {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px
}

.zyzzd-home .section-header .section-title[data-v-e613099c] {
  font-size: 42px;
  font-weight: 800;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
  padding: 0 40px
}

.zyzzd-home .section-header .section-title[data-v-e613099c]:before, .zyzzd-home .section-header .section-title[data-v-e613099c]:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #667eea, transparent)
}

.zyzzd-home .section-header .section-title[data-v-e613099c]:before {
  left: 0
}

.zyzzd-home .section-header .section-title[data-v-e613099c]:after {
  right: 0
}

.zyzzd-home .gallery-section .section-title[data-v-e613099c] {
  background: linear-gradient(135deg, #ffffff 0%, #e6f2ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.zyzzd-home .gallery-section .section-title[data-v-e613099c]:before, .zyzzd-home .gallery-section .section-title[data-v-e613099c]:after {
  background: linear-gradient(90deg, transparent, #ffffff, transparent)
}

.zyzzd-home .team-dynamics-section .section-title[data-v-e613099c] {
  background: linear-gradient(135deg, #1a66ff 0%, #0052d9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.zyzzd-home .team-dynamics-section .section-title[data-v-e613099c]:before, .zyzzd-home .team-dynamics-section .section-title[data-v-e613099c]:after {
  background: linear-gradient(90deg, transparent, #1a66ff, transparent)
}

.zyzzd-home .team-dynamics-section .section-header .section-title[data-v-e613099c] {
  cursor: pointer;
  transition: all .3s ease
}

.zyzzd-home .team-dynamics-section .section-header .section-title[data-v-e613099c]:hover {
  color: #3498db;
  transform: translateY(-2px)
}

.intro-section[data-v-e613099c] {
  padding: 50px 0 100px;
  background: linear-gradient(180deg, #e6f2ff 0%, #cce5ff 50%, #b3d9ff 100%);
  position: relative
}

.intro-section[data-v-e613099c]:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 48px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 120" preserveAspectRatio="none"><path d="M0,80 C240,120 480,0 720,40 C960,80 1200,20 1440,60 L1440,120 L0,120 Z" fill="%231a66ff"/></svg>') no-repeat center bottom / 100% 100%;
  pointer-events: none
}

.intro-section .intro-content[data-v-e613099c] {
  display: grid;
  grid-template-columns:5fr 7fr;
  gap: 30px;
  align-items: center;
  cursor: pointer
}

.intro-section .intro-content .intro-text[data-v-e613099c] {
  position: relative;
  padding: 20px;
  background: #7c9dce;
  border-radius: 16px;
  box-shadow: 0 4px 20px #00000014;
  transition: all .3s ease;
  overflow: hidden
}

.intro-section .intro-content .intro-text[data-v-e613099c]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #3498db, #667eea, #f093fb)
}

.intro-section .intro-content .intro-text[data-v-e613099c]:hover {
  box-shadow: 0 8px 32px #3498db33;
  transform: translateY(-3px)
}

.intro-section .intro-content .intro-text .intro-title[data-v-e613099c] {
  font-size: 32px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 20px;
  padding-bottom: 10px;
  position: relative;
  letter-spacing: 1px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.intro-section .intro-content .intro-text .intro-title[data-v-e613099c]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 3px;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, .3));
  border-radius: 2px
}

.intro-section .intro-content .intro-text .intro-content-text p[data-v-e613099c] {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 15px;
  text-align: justify;
  text-indent: 2em;
  position: relative;
  letter-spacing: .3px
}

.intro-section .intro-content .intro-text .intro-content-text p[data-v-e613099c]:last-child {
  margin-bottom: 0
}

.intro-section .intro-content .intro-text .intro-content-text p .highlight-text[data-v-e613099c] {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block;
  text-indent: 0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

.intro-section .intro-content .intro-video[data-v-e613099c] {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px;
  background: linear-gradient(135deg, rgba(52, 152, 219, .15) 0%, rgba(102, 126, 234, .15) 100%);
  border-radius: 16px
}

.intro-section .intro-content .intro-video[data-v-e613099c]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-top: 3px solid #3498db;
  border-left: 3px solid #3498db;
  border-radius: 16px 0 0;
  opacity: .3
}

.intro-section .intro-content .intro-video[data-v-e613099c]:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-bottom: 3px solid #667eea;
  border-right: 3px solid #667eea;
  border-radius: 0 0 16px;
  opacity: .3
}

.intro-section .intro-content .intro-video .promo-video[data-v-e613099c] {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 8px 20px #0000001a;
  transition: all .4s ease;
  object-fit: cover;
  background-color: #f5f5f5;
  position: relative;
  z-index: 1
}

.intro-section .intro-content .intro-video .promo-video[data-v-e613099c]:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 32px #3498db33
}

.intro-section .intro-content .intro-video .promo-video[data-v-e613099c]::-webkit-media-controls-panel {
  display: flex !important;
  opacity: 1 !important
}

.function-section[data-v-e613099c] {
  padding: 100px 0 140px;
  background: linear-gradient(360deg, #b3d9ff 0%, #80c0ff 50%, #4da6ff 100%);
  overflow: visible;
  position: relative
}

.function-section .container[data-v-e613099c] {
  overflow: visible;
  max-width: 1200px
}

.function-section .mobile-carousel-container[data-v-e613099c] {
  display: none
}

.function-section[data-v-e613099c]:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 48px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 120" preserveAspectRatio="none"><path d="M0,80 C240,120 480,0 720,40 C960,80 1200,20 1440,60 L1440,120 L0,120 Z" fill="%23e6f2ff"/></svg>') no-repeat center bottom / 100% 100%;
  pointer-events: none
}

.function-section .function-grid[data-v-e613099c] {
  display: flex;
  justify-content: center;
  gap: 20px;
  height: 396px;
  position: relative;
  transition: all .5s ease;
  margin: 0 auto
}

.function-section .function-grid[data-v-e613099c]:before {
  content: "";
  position: absolute;
  left: -20px;
  right: -25px;
  top: -20px;
  bottom: -20px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 12px 30px #00000014;
  pointer-events: none;
  z-index: 0
}

.function-section .function-grid.has-active-carousel[data-v-e613099c] {
  justify-content: space-between;
  gap: 20px
}

.function-section .function-grid .function-item-wrapper[data-v-e613099c] {
  position: relative;
  width: 120px;
  height: 100%;
  overflow: visible;
  box-shadow: 0 8px 25px #0000001a;
  transition: all .5s ease;
  flex-shrink: 0;
  border-radius: 10px;
  perspective: 1000px
}

.function-section .function-grid .function-item-wrapper.has-carousel[data-v-e613099c] {
  width: 645px;
  overflow: hidden
}

.function-section .function-grid .function-item-wrapper.has-carousel .function-item[data-v-e613099c] {
  display: none
}

.function-section .function-grid .function-item[data-v-e613099c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: all .3s ease;
  position: relative;
  border-radius: 10px
}

.function-section .function-grid .function-item .function-card[data-v-e613099c] {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform .6s ease;
  transform: rotateY(0)
}

.function-section .function-grid .function-item .front[data-v-e613099c], .function-section .function-grid .function-item .back[data-v-e613099c] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px
}

.function-section .function-grid .function-item .back[data-v-e613099c] {
  transform: rotateY(180deg)
}

.function-section .function-grid .function-item .function-icon[data-v-e613099c] {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  flex-shrink: 0
}

.function-section .function-grid .function-item .function-icon img[data-v-e613099c] {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.function-section .function-grid .function-item .function-text[data-v-e613099c] {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 1.4
}

.function-section .function-grid .function-item.notification .front[data-v-e613099c], .function-section .function-grid .function-item.notification .back[data-v-e613099c] {
  background: linear-gradient(135deg, #f3cf6c, #ffcc41)
}

.function-section .function-grid .function-item.news .front[data-v-e613099c], .function-section .function-grid .function-item.news .back[data-v-e613099c] {
  background: linear-gradient(135deg, #6cbef8, #198edf)
}

.function-section .function-grid .function-item.activities .front[data-v-e613099c], .function-section .function-grid .function-item.activities .back[data-v-e613099c] {
  background: linear-gradient(135deg, #6bf371, #66d76b)
}

.function-section .function-grid .function-item.media .front[data-v-e613099c], .function-section .function-grid .function-item.media .back[data-v-e613099c] {
  background: linear-gradient(135deg, #f5a36d, #e4752c)
}

.function-section .function-grid .function-item.join .front[data-v-e613099c], .function-section .function-grid .function-item.join .back[data-v-e613099c] {
  background: linear-gradient(135deg, #f46d79, #ff4a58)
}

.function-section .function-grid .function-item-wrapper.flipped .function-card[data-v-e613099c] {
  transform: rotateY(180deg)
}

.function-section .function-grid .carousel-item[data-v-e613099c] {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 100%;
  transition: all .5s ease;
  z-index: 10;
  box-shadow: 0 15px 35px #0000004d;
  overflow: hidden;
  background: #f0f0f0;
  border-radius: 15px
}

.function-section .function-grid .carousel-item .carousel-content[data-v-e613099c] {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer
}

.function-section .function-grid .carousel-item .carousel-content img[data-v-e613099c] {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.function-section .function-grid .carousel-item .carousel-content .carousel-overlay[data-v-e613099c] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .8));
  color: #fff;
  padding: 30px 90px 20px 25px;
  pointer-events: none
}

.function-section .function-grid .carousel-item .carousel-content .carousel-overlay h3[data-v-e613099c] {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.function-section .function-grid .carousel-item .carousel-content .carousel-overlay .carousel-more[data-v-e613099c] {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 6px 12px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .15);
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  transition: all .2s ease;
  backdrop-filter: blur(4px);
  pointer-events: auto
}

.function-section .function-grid .carousel-item .carousel-content .carousel-overlay .carousel-more[data-v-e613099c]:hover {
  background: rgba(255, 255, 255, .3);
  border-color: #ffffffe6
}

.function-section .function-grid .carousel-item .carousel-controls[data-v-e613099c] {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  pointer-events: none
}

.function-section .function-grid .carousel-item .carousel-controls .carousel-btn[data-v-e613099c] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .9);
  border: none;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  pointer-events: auto;
  box-shadow: 0 2px 8px #0003
}

.function-section .function-grid .carousel-item .carousel-controls .carousel-btn[data-v-e613099c]:hover:not(:disabled) {
  background: white;
  transform: scale(1.1)
}

.function-section .function-grid .carousel-item .carousel-controls .carousel-btn[data-v-e613099c]:disabled {
  opacity: .5;
  cursor: not-allowed
}

.function-section .function-grid .carousel-item .carousel-indicators[data-v-e613099c] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  gap: 8px;
  z-index: 2
}

.function-section .function-grid .carousel-item .carousel-indicators .indicator[data-v-e613099c] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .5);
  cursor: pointer;
  transition: all .3s ease
}

.function-section .function-grid .carousel-item .carousel-indicators .indicator.active[data-v-e613099c] {
  background: white;
  transform: scale(1.2)
}

.function-section .function-grid .carousel-item .carousel-indicators .indicator[data-v-e613099c]:hover {
  background: rgba(255, 255, 255, .8)
}

.function-section .function-grid .carousel-item.active[data-v-e613099c] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important
}

.gallery-section[data-v-e613099c] {
  padding: 40px 0;
  background: linear-gradient(180deg, #1a66ff 0%, #0052d9 50%, #0040d0 100%);
  position: relative;
  overflow: hidden
}

.gallery-section[data-v-e613099c]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><defs><pattern id="dots" x="0" y="0" width="60" height="60" patternUnits="userSpaceOnUse"><circle cx="30" cy="30" r="2" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="60" height="60" fill="url(%23dots)"/></svg>')
}

.gallery-section .gallery-carousel-container[data-v-e613099c] {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 600px
}

.gallery-section .gallery-carousel[data-v-e613099c] {
  position: relative;
  width: 100%;
  height: 100%
}

.gallery-section .gallery-stack[data-v-e613099c] {
  position: relative;
  width: 100%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center
}

.gallery-section .gallery-card[data-v-e613099c] {
  position: absolute;
  width: 700px;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  transition: all .8s cubic-bezier(.25, .46, .45, .94);
  box-shadow: 0 25px 50px #0000004d;
  background: white
}

.gallery-section .gallery-card .gallery-card-image[data-v-e613099c] {
  position: relative;
  width: 100%;
  height: 100%
}

.gallery-section .gallery-card .gallery-card-image img[data-v-e613099c] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease
}

.gallery-section .gallery-card .gallery-card-image .gallery-card-overlay[data-v-e613099c] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, .9));
  color: #fff;
  padding: 60px 40px 30px;
  transform: translateY(100%);
  transition: transform .5s ease
}

.gallery-section .gallery-card .gallery-card-image .gallery-card-overlay .gallery-card-content h3[data-v-e613099c] {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .3)
}

.gallery-section .gallery-card.active[data-v-e613099c] {
  transform: translate(0) translateY(0) scale(1) rotate(0);
  z-index: 5;
  opacity: 1
}

.gallery-section .gallery-card.active[data-v-e613099c]:hover {
  transform: translate(0) translateY(-10px) scale(1.02) rotate(0);
  box-shadow: 0 35px 70px #0006
}

.gallery-section .gallery-card.active:hover .gallery-card-image img[data-v-e613099c] {
  transform: scale(1.05)
}

.gallery-section .gallery-card.active:hover .gallery-card-image .gallery-card-overlay[data-v-e613099c] {
  transform: translateY(0)
}

.gallery-section .gallery-card.next[data-v-e613099c] {
  transform: translate(200px) translateY(20px) scale(.9) rotate(3deg);
  z-index: 4;
  opacity: .8
}

.gallery-section .gallery-card.next[data-v-e613099c]:hover {
  transform: translate(200px) translateY(10px) scale(.92) rotate(2deg);
  opacity: .9
}

.gallery-section .gallery-card.next-2[data-v-e613099c] {
  transform: translate(350px) translateY(40px) scale(.8) rotate(6deg);
  z-index: 3;
  opacity: .6
}

.gallery-section .gallery-card.next-2[data-v-e613099c]:hover {
  transform: translate(350px) translateY(30px) scale(.82) rotate(4deg);
  opacity: .7
}

.gallery-section .gallery-card.prev[data-v-e613099c] {
  transform: translate(-200px) translateY(20px) scale(.9) rotate(-3deg);
  z-index: 4;
  opacity: .8
}

.gallery-section .gallery-card.prev[data-v-e613099c]:hover {
  transform: translate(-200px) translateY(10px) scale(.92) rotate(-2deg);
  opacity: .9
}

.gallery-section .gallery-card.prev-2[data-v-e613099c] {
  transform: translate(-350px) translateY(40px) scale(.8) rotate(-6deg);
  z-index: 3;
  opacity: .6
}

.gallery-section .gallery-card.prev-2[data-v-e613099c]:hover {
  transform: translate(-350px) translateY(30px) scale(.82) rotate(-4deg);
  opacity: .7
}

.gallery-section .gallery-card.hidden[data-v-e613099c] {
  transform: translate(0) translateY(100px) scale(.7) rotate(0);
  z-index: 1;
  opacity: 0
}

.gallery-section .gallery-nav-btn[data-v-e613099c] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, .95);
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
  box-shadow: 0 8px 25px #00000026;
  z-index: 10;
  backdrop-filter: blur(10px)
}

.gallery-section .gallery-nav-btn[data-v-e613099c]:hover:not(:disabled) {
  background: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 12px 35px #0003
}

.gallery-section .gallery-nav-btn[data-v-e613099c]:disabled {
  opacity: .3;
  cursor: not-allowed
}

.gallery-section .gallery-nav-btn.prev[data-v-e613099c] {
  left: 50px
}

.gallery-section .gallery-nav-btn.next[data-v-e613099c] {
  right: 50px
}

.gallery-section .gallery-nav-btn svg[data-v-e613099c] {
  width: 28px;
  height: 28px
}

.gallery-section .gallery-indicators[data-v-e613099c] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  gap: 15px;
  z-index: 10;
  background: rgba(255, 255, 255, .1);
  padding: 15px 25px;
  border-radius: 50px;
  backdrop-filter: blur(10px)
}

.gallery-section .gallery-indicators .gallery-indicator[data-v-e613099c] {
  width: 14px;
  height: 14px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, .5);
  cursor: pointer;
  transition: all .3s ease
}

.gallery-section .gallery-indicators .gallery-indicator.active[data-v-e613099c] {
  background: white;
  transform: scale(1.3);
  box-shadow: 0 0 0 4px #ffffff4d
}

.gallery-section .gallery-indicators .gallery-indicator[data-v-e613099c]:hover:not(.active) {
  background: rgba(255, 255, 255, .8);
  transform: scale(1.1)
}

.team-dynamics-section[data-v-e613099c] {
  padding: 80px 0;
  background: linear-gradient(135deg, #d6ebff 0%, #adcfff 50%, #85b8ff 100%);
  position: relative;
  overflow: hidden
}

.team-dynamics-section[data-v-e613099c]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots-pattern" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="2" fill="rgba(100,149,237,0.06)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots-pattern)"/></svg>');
  opacity: .7
}

.team-dynamics-section .container[data-v-e613099c] {
  position: relative;
  z-index: 1
}

.team-dynamics-section .dynamics-grid[data-v-e613099c] {
  display: grid;
  grid-template-columns:repeat(3, 1fr);
  gap: 35px
}

.team-dynamics-section .dynamics-grid .dynamic-item[data-v-e613099c] {
  background: white;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px #00000014;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  cursor: pointer;
  position: relative;
  border: 1px solid rgba(0, 0, 0, .05)
}

.team-dynamics-section .dynamics-grid .dynamic-item[data-v-e613099c]:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .6), transparent);
  transform: skew(-20deg);
  transition: left .6s ease;
  z-index: 2;
  pointer-events: none
}

.team-dynamics-section .dynamics-grid .dynamic-item[data-v-e613099c]:hover {
  box-shadow: 0 20px 50px #6495ed33;
  border-color: #6495ed33;
  transform: translateY(-5px)
}

.team-dynamics-section .dynamics-grid .dynamic-item[data-v-e613099c]:hover:before {
  left: 150%
}

.team-dynamics-section .dynamics-grid .dynamic-item .dynamic-image[data-v-e613099c] {
  height: 220px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%)
}

.team-dynamics-section .dynamics-grid .dynamic-item .dynamic-image[data-v-e613099c]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, .3));
  transition: opacity .4s ease
}

.team-dynamics-section .dynamics-grid .dynamic-item .dynamic-image img[data-v-e613099c] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s ease;
  filter: brightness(.95)
}

.team-dynamics-section .dynamics-grid .dynamic-item .dynamic-content[data-v-e613099c] {
  padding: 28px;
  position: relative;
  transition: all .3s ease
}

.team-dynamics-section .dynamics-grid .dynamic-item .dynamic-content[data-v-e613099c]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #4ecdc4, #44a8f5);
  transition: width .4s ease
}

.team-dynamics-section .dynamics-grid .dynamic-item .dynamic-content h3[data-v-e613099c] {
  font-size: 18px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 12px;
  line-height: 1.5;
  height: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  transition: color .3s ease
}

.team-dynamics-section .dynamics-grid .dynamic-item .dynamic-content p[data-v-e613099c] {
  font-size: 13px;
  color: #95a5a6;
  line-height: 1.6;
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: .5px;
  transition: color .3s ease
}

.team-dynamics-section .dynamics-grid .dynamic-item .dynamic-content p[data-v-e613099c]:before {
  content: "\1f4c5";
  margin-right: 6px;
  font-size: 14px
}

.team-dynamics-section .dynamics-grid .dynamic-item:hover .dynamic-image img[data-v-e613099c] {
  filter: brightness(1.05);
  transform: rotate(1deg)
}

.team-dynamics-section .dynamics-grid .dynamic-item:hover .dynamic-content[data-v-e613099c]:before {
  width: 60px
}

.team-dynamics-section .dynamics-grid .dynamic-item:hover .dynamic-content h3[data-v-e613099c], .team-dynamics-section .dynamics-grid .dynamic-item:hover .dynamic-content p[data-v-e613099c] {
  color: #3498db
}

.team-dynamics-section .dynamics-grid .dynamic-item:nth-child(1) .dynamic-content[data-v-e613099c]:before {
  background: linear-gradient(90deg, #f093fb, #f5576c)
}

.team-dynamics-section .dynamics-grid .dynamic-item:nth-child(2) .dynamic-content[data-v-e613099c]:before {
  background: linear-gradient(90deg, #4facfe, #00f2fe)
}

.team-dynamics-section .dynamics-grid .dynamic-item:nth-child(3) .dynamic-content[data-v-e613099c]:before {
  background: linear-gradient(90deg, #43e97b, #38f9d7)
}

@media (max-width: 750px) {
    .swiper-box-height {
        height: 5rem;
    }

    .zyzzd-home .section-header[data-v-e613099c] {
    margin-bottom: .7rem;
    padding: 0 .27rem
  }

  .zyzzd-home .section-header .section-title[data-v-e613099c] {
    font-size: .6rem;
    letter-spacing: .03rem;
    padding: 0 .53rem
  }

  .zyzzd-home .section-header .section-title[data-v-e613099c]:before, .zyzzd-home .section-header .section-title[data-v-e613099c]:after {
    width: .4rem;
    height: .04rem
  }

  .intro-section[data-v-e613099c] {
    padding: .2rem .27rem 1.2rem
  }

  .intro-section .intro-content[data-v-e613099c] {
    grid-template-columns:1fr;
    gap: .53rem
  }

  .intro-section .intro-content .intro-text[data-v-e613099c] {
    padding: .33rem .27rem
  }

  .intro-section .intro-content .intro-text[data-v-e613099c]:hover {
    transform: translateY(-.027rem)
  }

  .intro-section .intro-content .intro-text .intro-title[data-v-e613099c] {
    font-size: .6rem;
    margin-bottom: .2rem;
    padding-bottom: .16rem
  }

  .intro-section .intro-content .intro-text .intro-title[data-v-e613099c]:after {
    width: 2.45rem;
    height: .027rem
  }

  .intro-section .intro-content .intro-text .intro-content-text p[data-v-e613099c] {
    font-size: .3rem;
    line-height: 1.7;
    margin-bottom: .16rem
  }

  .intro-section .intro-content .intro-text .intro-content-text p .highlight-text[data-v-e613099c] {
    font-size: .4rem
  }

  .intro-section .intro-content .intro-video[data-v-e613099c] {
    padding: .3rem;
    height: auto;
    min-height: 5.3rem
  }

  .intro-section .intro-content .intro-video[data-v-e613099c]:before, .intro-section .intro-content .intro-video[data-v-e613099c]:after {
    width: .4rem;
    height: .4rem
  }

  .intro-section .intro-content .intro-video .promo-video[data-v-e613099c] {
    width: 100%;
    height: auto;
    max-height: 5rem
  }

  .intro-section .intro-content .intro-video .promo-video[data-v-e613099c]:hover {
    transform: scale(1.01)
  }

  .function-section[data-v-e613099c] {
    padding: .6rem .27rem 1.33rem
  }

  .function-section .function-grid[data-v-e613099c] {
    display: grid;
    grid-template-columns:3fr 7fr;
    grid-template-rows:repeat(5, 1fr);
    gap: .13rem;
    height: 3.8rem;
    max-width: 100%;
    position: relative
  }

  .function-section .function-grid[data-v-e613099c]:before {
    display: none
  }

  .function-section .function-grid.has-active-carousel[data-v-e613099c] {
    justify-content: space-between;
    gap: .16rem
  }

  .function-section .function-grid .function-item-wrapper[data-v-e613099c] {
    flex-shrink: 0;
    box-shadow: none;
    border-radius: .13rem;
    perspective: none;
    width: 100% !important;
    height: 100%;
    overflow: visible !important
  }

  .function-section .function-grid .function-item-wrapper[data-v-e613099c]:nth-child(1) {
    grid-column: 1;
    grid-row: 1
  }

  .function-section .function-grid .function-item-wrapper[data-v-e613099c]:nth-child(2) {
    grid-column: 1;
    grid-row: 2
  }

  .function-section .function-grid .function-item-wrapper[data-v-e613099c]:nth-child(3) {
    grid-column: 1;
    grid-row: 3
  }

  .function-section .function-grid .function-item-wrapper[data-v-e613099c]:nth-child(4) {
    grid-column: 1;
    grid-row: 4
  }

  .function-section .function-grid .function-item-wrapper[data-v-e613099c]:nth-child(5) {
    grid-column: 1;
    grid-row: 5
  }

  .function-section .function-grid .function-item-wrapper .function-item[data-v-e613099c] {
    display: flex !important
  }

  .function-section .function-grid .function-item-wrapper > .carousel-item[data-v-e613099c] {
    display: none !important
  }

  .function-section .function-grid .mobile-carousel-container[data-v-e613099c] {
    grid-column: 2;
    grid-row: 1 / 6;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    background: rgba(255, 255, 255, .05)
  }

  .function-section .function-grid .function-item[data-v-e613099c] {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: .13rem;
    height: 100%;
    transition: all .3s ease
  }

  .function-section .function-grid .function-item .function-card[data-v-e613099c] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transform-style: flat;
    transform: none !important
  }

  .function-section .function-grid .function-item .front[data-v-e613099c] {
    width: 100%;
    height: 100%;
    position: static;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    backface-visibility: visible;
    display: flex
  }

  .function-section .function-grid .function-item .back[data-v-e613099c], .function-section .function-grid .function-item .function-icon[data-v-e613099c] {
    display: none !important
  }

  .function-section .function-grid .function-item .function-text[data-v-e613099c] {
    font-size: .3rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    color: #000
  }

  .function-section .function-grid .function-item.is-active .function-text[data-v-e613099c] {
    color: #fff;
    font-weight: 800
  }

  .function-section .function-grid .mobile-carousel-container .carousel-item[data-v-e613099c] {
    display: block !important;
    position: relative !important;
    width: 100%;
    height: 100%;
    box-shadow: 0 .11rem .27rem #0003;
    border-radius: .13rem;
    overflow: hidden;
    left: auto !important;
    top: auto !important;
    transform: none !important
  }

  .function-section .function-grid .mobile-carousel-container .carousel-content[data-v-e613099c] {
    width: 100%;
    height: 100%
  }

  .function-section .function-grid .mobile-carousel-container .carousel-content img[data-v-e613099c] {
    width: 100%;
    height: 100%;
    object-fit: cover
  }

  .function-section .function-grid .mobile-carousel-container .carousel-content .carousel-overlay[data-v-e613099c] {
    padding: .2rem .6rem .16rem .2rem;
    pointer-events: none
  }

  .function-section .function-grid .mobile-carousel-container .carousel-content .carousel-overlay h3[data-v-e613099c] {
    font-size: .25rem;
    line-height: 2;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .function-section .function-grid .mobile-carousel-container .carousel-content .carousel-overlay .carousel-more[data-v-e613099c] {
    right: .1rem;
    bottom: .16rem;
    padding: .053rem .11rem;
    font-size: .2rem;
    border-radius: .2rem;
    pointer-events: auto
  }

  .function-section .function-grid .mobile-carousel-container .carousel-controls[data-v-e613099c] {
    padding: 0 .11rem
  }

  .function-section .function-grid .mobile-carousel-container .carousel-controls .carousel-btn[data-v-e613099c] {
    width: .6rem;
    height: .6rem;
    font-size: .4rem;
    box-shadow: 0 .027rem .08rem #00000026
  }

  .function-section .function-grid .mobile-carousel-container .carousel-indicators[data-v-e613099c] {
    bottom: .11rem;
    gap: .053rem
  }

  .function-section .function-grid .mobile-carousel-container .carousel-indicators .indicator[data-v-e613099c] {
    width: .1rem;
    height: .1rem
  }

  .gallery-section[data-v-e613099c] {
    padding: .1rem 0 .6rem
  }

  .gallery-section .gallery-carousel-container[data-v-e613099c] {
    margin: 0 .27rem;
    height: 4rem
  }

  .gallery-section .gallery-card[data-v-e613099c] {
    width: 6rem;
    height: 3.6rem;
    border-radius: .27rem
  }

  .gallery-section .gallery-card .gallery-card-image .gallery-card-overlay[data-v-e613099c] {
    padding: .4rem .33rem .27rem
  }

  .gallery-section .gallery-card .gallery-card-image .gallery-card-overlay .gallery-card-content h3[data-v-e613099c] {
    font-size: .27rem;
    margin-bottom: .13rem
  }

  .gallery-section .gallery-card.active[data-v-e613099c] {
    transform: translate(0) translateY(0) scale(1) rotate(0)
  }

  .gallery-section .gallery-card.active[data-v-e613099c]:hover {
    transform: translate(0) translateY(-.067rem) scale(1.01) rotate(0)
  }

  .gallery-section .gallery-card.next[data-v-e613099c] {
    transform: translate(1.6rem) translateY(.2rem) scale(.85) rotate(2deg)
  }

  .gallery-section .gallery-card.next[data-v-e613099c]:hover {
    transform: translate(1.6rem) translateY(.13rem) scale(.87) rotate(1deg)
  }

  .gallery-section .gallery-card.next-2[data-v-e613099c] {
    transform: translate(2.67rem) translateY(.4rem) scale(.7) rotate(4deg)
  }

  .gallery-section .gallery-card.next-2[data-v-e613099c]:hover {
    transform: translate(2.67rem) translateY(.33rem) scale(.72) rotate(3deg)
  }

  .gallery-section .gallery-card.prev[data-v-e613099c] {
    transform: translate(-1.6rem) translateY(.2rem) scale(.85) rotate(-2deg)
  }

  .gallery-section .gallery-card.prev[data-v-e613099c]:hover {
    transform: translate(-1.6rem) translateY(.13rem) scale(.87) rotate(-1deg)
  }

  .gallery-section .gallery-card.prev-2[data-v-e613099c] {
    transform: translate(-2.67rem) translateY(.4rem) scale(.7) rotate(-4deg)
  }

  .gallery-section .gallery-card.prev-2[data-v-e613099c]:hover {
    transform: translate(-2.67rem) translateY(.33rem) scale(.72) rotate(-3deg)
  }

  .gallery-section .gallery-nav-btn[data-v-e613099c] {
    width: .6rem;
    height: .6rem
  }

  .gallery-section .gallery-nav-btn.prev[data-v-e613099c] {
    left: .33rem
  }

  .gallery-section .gallery-nav-btn.next[data-v-e613099c] {
    right: .33rem
  }

  .gallery-section .gallery-nav-btn svg[data-v-e613099c] {
    width: .29rem;
    height: .29rem
  }

  .gallery-section .gallery-indicators[data-v-e613099c] {
    bottom: -.3rem;
    gap: .2rem;
    padding: .13rem .27rem
  }

  .gallery-section .gallery-indicators .gallery-indicator[data-v-e613099c] {
    width: .3rem;
    height: .3rem
  }

  .team-dynamics-section[data-v-e613099c] {
    padding: .8rem 0
  }

  .team-dynamics-section .section-header[data-v-e613099c] {
    padding: 0 .27rem
  }

  .team-dynamics-section .container[data-v-e613099c] {
    padding: 0;
    position: relative;
    max-width: none
  }

  .team-dynamics-section .container[data-v-e613099c]:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: .27rem;
    width: 1.07rem;
    background: linear-gradient(to right, transparent, rgba(173, 207, 255, .9));
    pointer-events: none;
    z-index: 2
  }

  .team-dynamics-section .dynamics-grid[data-v-e613099c] {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    gap: .27rem;
    padding: 0 0 .27rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(102, 126, 234, .6) rgba(255, 255, 255, .3)
  }

  .team-dynamics-section .dynamics-grid[data-v-e613099c]:before, .team-dynamics-section .dynamics-grid[data-v-e613099c]:after {
    content: "";
    flex: 0 0 .27rem;
    width: .27rem
  }

  .team-dynamics-section .dynamics-grid[data-v-e613099c]::-webkit-scrollbar {
    height: .11rem
  }

  .team-dynamics-section .dynamics-grid[data-v-e613099c]::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, .3);
    border-radius: .05rem;
    margin: 0 .27rem
  }

  .team-dynamics-section .dynamics-grid[data-v-e613099c]::-webkit-scrollbar-thumb {
    background: rgba(102, 126, 234, .6);
    border-radius: .05rem;
    transition: background .3s ease
  }

  .team-dynamics-section .dynamics-grid[data-v-e613099c]::-webkit-scrollbar-thumb:hover {
    background: rgba(102, 126, 234, .8)
  }

  .team-dynamics-section .dynamics-grid .dynamic-item[data-v-e613099c] {
    flex: 0 0 5.2rem;
    width: 5.2rem;
    scroll-snap-align: start
  }

  .team-dynamics-section .dynamics-grid .dynamic-item .dynamic-image[data-v-e613099c] {
    height: 3.2rem
  }

  .team-dynamics-section .dynamics-grid .dynamic-item .dynamic-content[data-v-e613099c] {
    padding: .2rem
  }

  .team-dynamics-section .dynamics-grid .dynamic-item .dynamic-content h3[data-v-e613099c] {
    font-size: .3rem;
    height: auto;
    min-height: .81rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    margin-bottom: .1rem
  }

  .team-dynamics-section .dynamics-grid .dynamic-item .dynamic-content p[data-v-e613099c] {
    font-size: .2rem
  }
}
