.login-modal-overlay[data-v-d4652599] {
  align-items: center;
  background: #00000080;
  display: flex;
  justify-content: center;
  inset: 0;
  padding: 20px;
  position: fixed;
  z-index: 9999;
}

.login-modal[data-v-d4652599] {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 60px #00000026;
  max-width: 420px;
  overflow: hidden;
  width: 100%;
}

.login-modal-header[data-v-d4652599] {
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
}

.login-modal-title[data-v-d4652599] {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.login-modal-close[data-v-d4652599] {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  transition: background 0.2s;
  width: 32px;
}

.login-modal-close[data-v-d4652599]:hover {
  background: #f5f5f5;
}

.login-modal-close svg[data-v-d4652599] {
  color: #666;
  height: 20px;
  width: 20px;
}

.login-modal-body[data-v-d4652599] {
  padding: 24px;
}

.login-form[data-v-d4652599] {
  gap: 20px;
}

.form-group[data-v-d4652599],
.login-form[data-v-d4652599] {
  display: flex;
  flex-direction: column;
}

.form-group[data-v-d4652599] {
  gap: 8px;
}

.form-label[data-v-d4652599] {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.phone-input-wrapper[data-v-d4652599] {
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  transition: border-color 0.2s;
}

.phone-input-wrapper[data-v-d4652599]:focus-within {
  border-color: #0d4a7a;
}

.phone-prefix[data-v-d4652599] {
  align-items: center;
  background: #f5f5f5;
  border-right: 1px solid #d9d9d9;
  color: #666;
  display: flex;
  font-size: 14px;
  height: 44px;
  padding: 0 12px;
}

.form-input[data-v-d4652599] {
  border: none;
  flex: 1;
  font-size: 15px;
  height: 44px;
  outline: none;
  padding: 12px 16px;
}

.form-input[data-v-d4652599]::-moz-placeholder {
  color: #bfbfbf;
}

.form-input[data-v-d4652599]::placeholder {
  color: #bfbfbf;
}

.code-input-wrapper[data-v-d4652599] {
  display: flex;
  gap: 12px;
}

.code-input[data-v-d4652599] {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  flex: 1;
  transition: border-color 0.2s;
}

.code-input[data-v-d4652599]:focus {
  border-color: #0d4a7a;
}

.send-code-btn[data-v-d4652599] {
  background: #fff;
  border: 1px solid #0d4a7a;
  border-radius: 8px;
  color: #0d4a7a;
  cursor: pointer;
  font-size: 14px;
  height: 44px;
  min-width: 110px;
  padding: 0 20px;
  transition: all 0.2s;
  white-space: nowrap;
}

.send-code-btn[data-v-d4652599]:hover:not(:disabled) {
  background: #0d4a7a;
  color: #fff;
}

.send-code-btn[data-v-d4652599]:disabled {
  border-color: #d9d9d9;
  color: #bfbfbf;
  cursor: not-allowed;
}

.error-text[data-v-d4652599] {
  color: #c9a25f;
  font-size: 12px;
}

.login-btn[data-v-d4652599] {
  align-items: center;
  background: linear-gradient(135deg, #073056, #b58a4f);
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  gap: 8px;
  height: 48px;
  justify-content: center;
  transition: all 0.2s;
}

.login-btn[data-v-d4652599]:hover:not(:disabled) {
  background: linear-gradient(135deg, #b58a4f, #073056);
  box-shadow: 0 4px 12px #0d4a7a4d;
  transform: translateY(-1px);
}

.login-btn[data-v-d4652599]:disabled {
  background: #bfbfbf;
  box-shadow: none;
  cursor: not-allowed;
  transform: none;
}

.loading-spinner[data-v-d4652599] {
  animation: spin-d4652599 0.8s linear infinite;
  border: 2px solid #fff;
  border-radius: 50%;
  border-top-color: transparent;
  height: 18px;
  width: 18px;
}

@keyframes spin-d4652599 {
  to {
    transform: rotate(1turn);
  }
}

.login-tips[data-v-d4652599] {
  color: #999;
  font-size: 13px;
  text-align: center;
}

.login-tips p[data-v-d4652599] {
  margin: 0;
}

.agreement-checkbox[data-v-d4652599] {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 6px;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 12px;
}

.checkbox-input[data-v-d4652599] {
  accent-color: #0d4a7a;
  cursor: pointer;
  height: 14px;
  width: 14px;
}

.checkbox-text[data-v-d4652599] {
  color: #999;
  font-size: 13px;
}

.checkbox-text[data-v-d4652599] a {
  color: #0d4a7a;
  text-decoration: none;
}

.checkbox-text[data-v-d4652599] a:hover {
  text-decoration: underline;
}

.agreement-error[data-v-d4652599] {
  color: #c9a25f;
  display: block;
  font-size: 12px;
  margin-top: 8px;
}

.fade-enter-active[data-v-d4652599],
.fade-leave-active[data-v-d4652599] {
  transition: opacity 0.3s ease;
}

.fade-enter-from[data-v-d4652599],
.fade-leave-to[data-v-d4652599] {
  opacity: 0;
}

@media (max-width: 480px) {
  .login-modal-overlay[data-v-d4652599] {
    align-items: flex-end;
    padding: 0;
  }

  .login-modal[data-v-d4652599] {
    border-radius: 16px 16px 0 0;
    max-height: 90vh;
    max-width: 100%;
    overflow-y: auto;
  }

  .login-modal-header[data-v-d4652599] {
    padding: 16px 20px;
  }

  .login-modal-title[data-v-d4652599] {
    font-size: 17px;
  }

  .login-modal-body[data-v-d4652599] {
    padding: 20px;
  }

  .form-input[data-v-d4652599] {
    font-size: 16px;
    height: 48px;
    padding: 14px 16px;
  }

  .phone-prefix[data-v-d4652599] {
    font-size: 15px;
    height: 48px;
    padding: 0 14px;
  }

  .send-code-btn[data-v-d4652599] {
    font-size: 13px;
    height: 48px;
    min-width: 100px;
    padding: 0 16px;
  }

  .login-btn[data-v-d4652599] {
    font-size: 17px;
    height: 50px;
  }

  .login-form[data-v-d4652599] {
    gap: 18px;
  }

  .form-label[data-v-d4652599] {
    font-size: 15px;
  }

  .login-tips[data-v-d4652599] {
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .login-modal-header[data-v-d4652599] {
    padding: 14px 16px;
  }

  .login-modal-body[data-v-d4652599] {
    padding: 16px;
  }

  .form-input[data-v-d4652599] {
    padding: 12px 14px;
  }

  .send-code-btn[data-v-d4652599] {
    font-size: 12px;
    min-width: 90px;
    padding: 0 12px;
  }

  .login-btn[data-v-d4652599] {
    font-size: 16px;
    height: 48px;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .login-modal-overlay[data-v-d4652599] {
    align-items: center;
    padding: 10px;
  }

  .login-modal[data-v-d4652599] {
    border-radius: 12px;
    max-height: 95vh;
  }

  .login-modal-body[data-v-d4652599] {
    padding: 16px 20px;
  }

  .login-form[data-v-d4652599] {
    gap: 14px;
  }

  .form-input[data-v-d4652599],
  .phone-prefix[data-v-d4652599],
  .send-code-btn[data-v-d4652599] {
    height: 42px;
  }

  .login-btn[data-v-d4652599] {
    height: 44px;
  }
}

.site-footer[data-v-63aa695c] {
  background-color: #f8f9fa;
  color: #333;
  padding: 50px 0 20px;
}

.container[data-v-63aa695c] {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

.footer-content[data-v-63aa695c] {
  display: flex;
  gap: 60px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer-section[data-v-63aa695c] {
  flex: 1;
}

.footer-section.contact-section[data-v-63aa695c] {
  flex: 1.2;
}

.section-title[data-v-63aa695c] {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-title[data-v-63aa695c]:after {
  background: linear-gradient(90deg, #0a3d6b 24px, #e0e0e0 0);
  content: "";
  display: block;
  height: 3px;
  margin-top: 8px;
  width: 60px;
}

.link-list[data-v-63aa695c] {
  list-style: none;
  margin: 0;
  padding: 0;
}

.link-list li[data-v-63aa695c] {
  margin-bottom: 12px;
}

.link-list a[data-v-63aa695c] {
  color: #666;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
}

.link-list a[data-v-63aa695c]:hover {
  color: #0a3d6b;
}

.nav-grid[data-v-63aa695c] {
  display: flex;
  gap: 40px;
}

.company-header[data-v-63aa695c] {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.company-logo[data-v-63aa695c] {
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
}

.company-name[data-v-63aa695c] {
  display: none;
}

.company-name h3[data-v-63aa695c] {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.company-en[data-v-63aa695c] {
  color: #999;
  font-size: 12px;
  margin: 4px 0 0;
}

.contact-info[data-v-63aa695c] {
  margin-bottom: 20px;
}

.contact-item[data-v-63aa695c] {
  align-items: flex-start;
  color: #666;
  display: flex;
  font-size: 13px;
  gap: 8px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.contact-item i[data-v-63aa695c] {
  color: #999;
  flex-shrink: 0;
  font-size: 16px;
  height: 16px;
  margin-top: 2px;
  text-align: center;
  width: 16px;
}

.social-links[data-v-63aa695c] {
  display: flex;
  gap: 12px;
}

.social-icon[data-v-63aa695c] {
  border-radius: 8px;
  height: 44px;
  overflow: hidden;
  transition: transform 0.3s;
  width: 44px;
}

.social-icon[data-v-63aa695c]:hover {
  transform: translateY(-3px);
}

.social-icon img[data-v-63aa695c] {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.footer-bottom[data-v-63aa695c] {
  align-items: center;
  border-top: 1px solid #e8e8e8;
  color: #999;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding-top: 20px;
}

.copyright .divider[data-v-63aa695c] {
  margin: 0 10px;
}

.privacy-link[data-v-63aa695c] {
  color: #999;
  text-decoration: none;
  transition: color 0.3s;
}

.privacy-link[data-v-63aa695c]:hover {
  color: #0a3d6b;
}

.icp-link[data-v-63aa695c] {
  color: #999;
  text-decoration: none;
  transition: color 0.3s;
}

.icp-link[data-v-63aa695c]:hover {
  color: #0a3d6b;
}

@media (max-width: 992px) {
  .footer-content[data-v-63aa695c] {
    flex-wrap: wrap;
    gap: 40px;
  }

  .footer-section[data-v-63aa695c] {
    flex: 1 1 40%;
  }

  .footer-section.contact-section[data-v-63aa695c] {
    flex: 1 1 100%;
  }
}

@media (max-width: 768px) {
  .site-footer[data-v-63aa695c] {
    padding: 30px 0 15px;
  }

  .footer-content[data-v-63aa695c] {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer-section[data-v-63aa695c] {
    flex: 1 1 45%;
  }

  .footer-section.contact-section[data-v-63aa695c] {
    flex: 1 1 100%;
  }

  .section-title[data-v-63aa695c] {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .section-title[data-v-63aa695c]:after {
    height: 2px;
    margin-top: 6px;
    width: 40px;
  }

  .link-list li[data-v-63aa695c] {
    margin-bottom: 8px;
  }

  .link-list a[data-v-63aa695c] {
    font-size: 12px;
  }

  .nav-grid[data-v-63aa695c] {
    gap: 15px;
  }

  .company-header[data-v-63aa695c] {
    margin-bottom: 15px;
  }

  .company-name h3[data-v-63aa695c] {
    font-size: 16px;
  }

  .company-en[data-v-63aa695c] {
    font-size: 11px;
  }

  .contact-info[data-v-63aa695c] {
    margin-bottom: 15px;
  }

  .contact-item[data-v-63aa695c] {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .social-links[data-v-63aa695c] {
    gap: 10px;
  }

  .social-icon[data-v-63aa695c] {
    height: 40px;
    width: 40px;
  }

  .footer-bottom[data-v-63aa695c] {
    flex-direction: column;
    gap: 8px;
    padding-top: 15px;
    text-align: center;
  }

  .copyright[data-v-63aa695c] {
    font-size: 11px;
    line-height: 1.6;
  }

  .copyright .divider[data-v-63aa695c] {
    display: none;
  }

  .copyright span[data-v-63aa695c] {
    display: inline;
  }

  .privacy-link[data-v-63aa695c] {
    font-size: 11px;
  }
}

.modal-content[data-v-ffb87de8] {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px #00000026;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  max-width: 500px;
  width: 90%;
}

.modal-header[data-v-ffb87de8] {
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 20px 24px;
  position: relative;
}

.modal-body[data-v-ffb87de8] {
  flex: 1;
}

.modal-title[data-v-ffb87de8] {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.close-btn[data-v-ffb87de8] {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 4px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.close-icon[data-v-ffb87de8] {
  color: #999;
  font-size: 24px;
  line-height: 1;
}

.close-btn:hover .close-icon[data-v-ffb87de8] {
  color: #666;
}

.modal-body[data-v-ffb87de8] {
  overflow-y: auto;
  padding: 24px;
}

.form-group[data-v-ffb87de8] {
  margin-bottom: 20px;
}

.form-group[data-v-ffb87de8]:last-child {
  margin-bottom: 0;
}

.type-options[data-v-ffb87de8] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.type-btn[data-v-ffb87de8] {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #666;
  cursor: pointer;
  flex: 1;
  font-size: 12px;
  min-width: 80px;
  padding: 10px;
  transition: all 0.3s;
}

.type-btn.active[data-v-ffb87de8],
.type-btn[data-v-ffb87de8]:hover {
  border-color: #0d4a7a;
  color: #0d4a7a;
}

.type-btn.active[data-v-ffb87de8] {
  background: #eaf2f7;
}

.feedback-textarea[data-v-ffb87de8] {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #333;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  padding: 12px;
  resize: vertical;
  width: 100%;
}

.feedback-textarea[data-v-ffb87de8]:focus {
  border-color: #0d4a7a;
  outline: none;
}

.feedback-textarea[data-v-ffb87de8]::-moz-placeholder {
  color: #bfbfbf;
}

.feedback-textarea[data-v-ffb87de8]::placeholder {
  color: #bfbfbf;
}

.char-count[data-v-ffb87de8] {
  color: #999;
  font-size: 12px;
  margin-top: 4px;
  text-align: right;
}

.form-input[data-v-ffb87de8] {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  color: #333;
  font-size: 14px;
  padding: 12px;
  transition: border-color 0.3s;
  width: 100%;
}

.form-input[data-v-ffb87de8]:focus {
  border-color: #0d4a7a;
  outline: none;
}

.form-input[data-v-ffb87de8]::-moz-placeholder {
  color: #bfbfbf;
}

.form-input[data-v-ffb87de8]::placeholder {
  color: #bfbfbf;
}

.modal-footer[data-v-ffb87de8] {
  display: flex;
  justify-content: flex-end;
  padding: 0 24px 24px;
}

.submit-btn[data-v-ffb87de8] {
  background: #052a4d;
  border: none;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 12px 32px;
  transition: background-color 0.3s;
}

.submit-btn[data-v-ffb87de8]:hover {
  background: #3a7fb5;
}

.submit-btn[data-v-ffb87de8]:disabled {
  background: #ccc;
  cursor: not-allowed;
}

@media (max-width: 576px) {
  .modal-content[data-v-ffb87de8] {
    margin: 20px;
    width: 95%;
  }

  .modal-body[data-v-ffb87de8] {
    padding: 16px;
  }

  .type-options[data-v-ffb87de8] {
    gap: 8px;
  }

  .type-btn[data-v-ffb87de8] {
    font-size: 13px;
    min-width: 70px;
    padding: 8px 12px;
  }

  .modal-footer[data-v-ffb87de8] {
    padding: 0 16px 16px;
  }

  .submit-btn[data-v-ffb87de8] {
    width: 100%;
  }
}

.chat-modal-overlay[data-v-926bbfe7] {
  align-items: center;
  background: #0009;
  display: flex;
  justify-content: center;
  inset: 0;
  padding: 20px;
  position: fixed;
  z-index: 10000;
}

.chat-modal-container[data-v-926bbfe7] {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 20px 60px #0000004d;
  height: 600px;
  overflow: hidden;
  position: relative;
  width: 678px;
}

.chat-modal-close[data-v-926bbfe7] {
  align-items: center;
  background: #0006;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 32px;
  justify-content: center;
  position: absolute;
  right: 12px;
  top: 12px;
  transition: background 0.2s;
  width: 32px;
  z-index: 10;
}

.chat-modal-close[data-v-926bbfe7]:hover {
  background: #0009;
}

.chat-modal-iframe[data-v-926bbfe7] {
  border: none;
  height: 100%;
  width: 100%;
}

.fade-enter-active[data-v-926bbfe7],
.fade-leave-active[data-v-926bbfe7] {
  transition: opacity 0.3s ease;
}

.fade-enter-from[data-v-926bbfe7],
.fade-leave-to[data-v-926bbfe7] {
  opacity: 0;
}

.scale-enter-active[data-v-926bbfe7],
.scale-leave-active[data-v-926bbfe7] {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.scale-enter-from[data-v-926bbfe7],
.scale-leave-to[data-v-926bbfe7] {
  opacity: 0;
  transform: scale(0.9);
}

@media (max-width: 718px) {
  .chat-modal-container[data-v-926bbfe7] {
    height: 80vh;
    max-height: 600px;
    max-width: 678px;
    width: 100%;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  color: #333;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Helvetica Neue,
    Arial,
    sans-serif;
  line-height: 1.6;
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}

#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main-content {
  flex: 1;
  min-height: calc(100vh - 200px);
  padding: 0;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}

.mini-program-mode {
  min-height: 100vh;
}

.mini-program-content {
  background: #fff;
  flex: 1;
  min-height: 100vh;
  padding: 0;
}

.mini-program-mode .back-to-top,
.mini-program-mode .breadcrumb,
.mini-program-mode .breadcrumb-wrapper,
.mini-program-mode .floating-buttons,
.mini-program-mode .online-service,
.mini-program-mode [class*="breadcrumb"] {
  display: none !important;
}

.cards-grid.is-hidden[data-v-bfc16e09],
.column-content.is-hidden[data-v-bfc16e09],
.mobile-content-grid.is-hidden[data-v-bfc16e09],
.horizontal-accordion.is-hidden[data-v-bfc16e09],
.mobile-tabs-layout.is-hidden[data-v-bfc16e09] {
  display: none !important;
}

.mobile-content-item.is-extra[data-v-bfc16e09] {
  display: none;
}

.mobile-content-grid.is-expanded .mobile-content-item.is-extra[data-v-bfc16e09] {
  display: flex;
}

.honor-section--bg[data-v-bfc16e09] {
  background-image: url(../assets/remote/hdform.oss-cn-shanghai.aliyuncs.com/images/index-ry-bg.jpg);
}

.about-new--bg[data-v-bfc16e09] {
  background-image: url(../assets/remote/hdform.oss-cn-shanghai.aliyuncs.com/images/about_index_background.png);
}

.about-new-desc[data-v-bfc16e09] {
  text-indent: 2em;
}

.error-page[data-v-c9e67589] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.error-content[data-v-c9e67589] {
  align-items: center;
  background: linear-gradient(135deg, #f5f7fa, #cdd8e2);
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 40px 20px;
}

.error-container[data-v-c9e67589] {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 40px #0000001a;
  max-width: 600px;
  padding: 60px 40px;
  text-align: center;
  width: 100%;
}

.error-icon[data-v-c9e67589] {
  color: #0a3d6b;
  font-size: 80px;
  margin-bottom: 30px;
}

.error-title[data-v-c9e67589] {
  color: #333;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

.error-message[data-v-c9e67589] {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.error-timer[data-v-c9e67589] {
  align-items: center;
  background: #f8f9fa;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
  padding: 12px 20px;
}

.timer-icon[data-v-c9e67589] {
  color: #0a3d6b;
  font-size: 18px;
}

.timer-text[data-v-c9e67589] {
  color: #666;
  font-size: 14px;
}

.timer-number[data-v-c9e67589] {
  color: #0a3d6b;
  font-weight: 700;
  margin: 0 4px;
}

.error-actions[data-v-c9e67589] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.btn-back[data-v-c9e67589],
.btn-home[data-v-c9e67589] {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  gap: 8px;
  padding: 14px 32px;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-home[data-v-c9e67589] {
  background: linear-gradient(135deg, #0a3d6b, #5a8db0);
  border: none;
  color: #fff;
}

.btn-home[data-v-c9e67589]:hover {
  box-shadow: 0 4px 12px #0a3d6b4d;
  transform: translateY(-2px);
}

.btn-back[data-v-c9e67589] {
  background: #f8f9fa;
  border: 1px solid #dde1e8;
  color: #666;
}

.btn-back[data-v-c9e67589]:hover {
  background: #eef1f6;
  border-color: #0a3d6b;
  color: #0a3d6b;
}

@media (max-width: 768px) {
  .error-container[data-v-c9e67589] {
    padding: 40px 20px;
  }

  .error-icon[data-v-c9e67589] {
    font-size: 60px;
  }

  .error-title[data-v-c9e67589] {
    font-size: 24px;
  }

  .error-actions[data-v-c9e67589] {
    flex-direction: column;
  }

  .btn-back[data-v-c9e67589],
  .btn-home[data-v-c9e67589] {
    justify-content: center;
    width: 100%;
  }
}

.home-page[data-v-bfc16e09] {
  width: 100%;
}

.container[data-v-bfc16e09] {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
}

.quick-entry[data-v-bfc16e09] {
  background: #f8f9fa;
}

.entry-grid[data-v-bfc16e09] {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
  margin: -40px auto 0;
  position: relative;
  z-index: 10;
}

.entry-card[data-v-bfc16e09] {
  align-items: center;
  background: linear-gradient(180deg, #dbf1ff, #fff);
  border-radius: 8px;
  box-shadow: 0 2px 8px #00000014;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  text-decoration: none;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.entry-card[data-v-bfc16e09]:hover {
  box-shadow: 0 6px 20px #0000001f;
  transform: translateY(-4px);
}

.entry-text[data-v-bfc16e09] {
  flex: 1;
  margin-right: 12px;
}

.entry-text h4[data-v-bfc16e09] {
  color: #333;
  font-size: 18px;
  gap: 10px;
  margin-bottom: 4px;
}

.arrow[data-v-bfc16e09],
.entry-text h4[data-v-bfc16e09] {
  align-items: center;
  display: flex;
}

.arrow[data-v-bfc16e09] {
  background: #3b82f6;
  border-radius: 50%;
  color: #fff;
  height: 20px;
  justify-content: center;
  transition: all 0.3s;
  width: 20px;
}

.arrow[data-v-bfc16e09],
.arrow i[data-v-bfc16e09] {
  font-size: 10px;
}

.entry-card:hover .arrow[data-v-bfc16e09] {
  background: #fff;
  color: #3b82f6;
  transform: translate(4px);
}

.entry-text p[data-v-bfc16e09] {
  color: #666;
  font-size: 12px;
  margin: 0;
}

.entry-icon[data-v-bfc16e09] {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 60px;
  justify-content: center;
  width: 60px;
}

.entry-icon img[data-v-bfc16e09] {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.banner-section[data-v-bfc16e09] {
  height: 500px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

.banner-default[data-v-bfc16e09] {
  background: linear-gradient(135deg, #667eea, #764ba2);
}

.banner-slider[data-v-bfc16e09] {
  height: 100%;
  position: relative;
  width: 100%;
}

.banner-slide[data-v-bfc16e09] {
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  top: 0;
  transition: opacity 0.5s ease;
  width: 100%;
  z-index: 0;
}

.banner-slide.active[data-v-bfc16e09] {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.banner-image[data-v-bfc16e09] {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.banner-content[data-v-bfc16e09] {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 1;
}

.banner-content h1[data-v-bfc16e09] {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.banner-content p[data-v-bfc16e09] {
  font-size: 24px;
  opacity: 0.9;
}

.banner-arrows[data-v-bfc16e09] {
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 0 20px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.banner-arrow[data-v-bfc16e09] {
  align-items: center;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #ffffff4d;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 18px;
  height: 44px;
  justify-content: center;
  pointer-events: auto;
  transition: all 0.3s ease;
  width: 44px;
}

.banner-arrow[data-v-bfc16e09]:hover {
  background: #ffffff80;
  transform: scale(1.1);
}

.banner-arrow[data-v-bfc16e09]:active {
  transform: scale(0.95);
}

.banner-dots[data-v-bfc16e09] {
  bottom: 50px;
  display: flex;
  gap: 8px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  z-index: 2;
}

.banner-dots span[data-v-bfc16e09] {
  background: #ffffff80;
  border-radius: 0;
  cursor: pointer;
  height: 10px;
  transition: background 0.3s;
  width: 50px;
}

.banner-dots span.active[data-v-bfc16e09],
.stats-section[data-v-bfc16e09] {
  background: #0a3d6b;
}

.stats-section[data-v-bfc16e09] {
  padding: 35px 0;
  position: relative;
}

.stats-section[data-v-bfc16e09]:before {
  background: linear-gradient(90deg, transparent, hsla(0, 0%, 100%, 0.3), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.stats-grid[data-v-bfc16e09] {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}

.stat-item[data-v-bfc16e09] {
  padding: 40px 20px;
  position: relative;
  text-align: center;
}

.stat-item[data-v-bfc16e09]:not(:last-child):after {
  background: #ffffff4d;
  content: "";
  height: 60px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.stat-number[data-v-bfc16e09] {
  align-items: baseline;
  display: flex;
  gap: 4px;
  justify-content: center;
  margin-bottom: 12px;
}

.stat-number .num[data-v-bfc16e09] {
  color: #fff;
  font-family:
    DIN Alternate,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

.stat-number .suffix[data-v-bfc16e09] {
  color: #ffffffe6;
  font-size: 20px;
  font-weight: 500;
}

.stat-label[data-v-bfc16e09] {
  color: #ffffffe6;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .stats-section[data-v-bfc16e09] {
    padding: 40px 0;
  }

  .stats-grid[data-v-bfc16e09] {
    gap: 30px 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .stat-item[data-v-bfc16e09] {
    padding: 20px 10px;
  }

  .stat-number .num[data-v-bfc16e09] {
    font-size: 36px;
  }

  .stat-number .suffix[data-v-bfc16e09] {
    font-size: 16px;
  }

  .entry-text h4[data-v-bfc16e09] {
    font-size: 14px;
  }

  .entry-text h4[data-v-bfc16e09],
  .entry-text p[data-v-bfc16e09] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .entry-text p[data-v-bfc16e09] {
    font-size: 12px;
  }

  .stat-label[data-v-bfc16e09] {
    font-size: 14px;
  }

  .horizontal-accordion[data-v-bfc16e09] {
    display: none !important;
  }

  .mobile-tabs-layout[data-v-bfc16e09] {
    display: block !important;
  }

  .mobile-tabs-header[data-v-bfc16e09] {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .mobile-tab-item[data-v-bfc16e09] {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    flex: 1;
    min-width: 80px;
    padding: 12px 8px;
    text-align: center;
    transition: all 0.3s;
  }

  .mobile-tab-item.active[data-v-bfc16e09] {
    background: linear-gradient(135deg, #0a3d6b, #052a4d);
    border-color: #0a3d6b;
    color: #fff;
  }

  .mobile-tab-icon[data-v-bfc16e09] {
    height: 32px;
    margin-bottom: 6px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 32px;
  }

  .mobile-tab-num[data-v-bfc16e09] {
    color: #0a3d6b;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .mobile-tab-item.active .mobile-tab-num[data-v-bfc16e09] {
    color: #fff;
  }

  .mobile-tab-name[data-v-bfc16e09] {
    display: block;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
  }

  .mobile-tabs-content[data-v-bfc16e09] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px #0000000f;
    padding: 16px;
  }

  .mobile-content-grid[data-v-bfc16e09] {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr !important;
  }

  .mobile-expand-btn[data-v-bfc16e09] {
    align-items: center;
    border-radius: 6px;
    color: #0a3d6b;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    gap: 8px;
    justify-content: center;
    margin-top: 8px;
    padding: 12px;
    transition: all 0.3s;
  }

  .mobile-expand-btn[data-v-bfc16e09]:hover {
    background: #0a3d6b1a;
  }

  .mobile-expand-btn i[data-v-bfc16e09] {
    font-size: 12px;
  }

  .mobile-content-item[data-v-bfc16e09] {
    align-items: center;
    background: #f9fafb;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 16px;
  }

  .mobile-content-item.no-link[data-v-bfc16e09] {
    cursor: default;
  }

  .mobile-item-left[data-v-bfc16e09] {
    align-items: center;
    border-radius: 8px;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    width: 48px;
  }

  .mobile-item-left img[data-v-bfc16e09] {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }

  .mobile-item-icon[data-v-bfc16e09] {
    align-items: center;
    background: linear-gradient(135deg, #0a3d6b, #052a4d);
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 20px;
    height: 100%;
    justify-content: center;
    width: 100%;
  }

  .mobile-item-right[data-v-bfc16e09] {
    flex: 1;
    min-width: 0;
  }

  .mobile-item-right h4[data-v-bfc16e09] {
    color: #1f2937;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 4px;
  }

  .mobile-item-right p[data-v-bfc16e09] {
    color: #6b7280;
    display: -webkit-box;
    font-size: 13px;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    margin: 0;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .mobile-empty-state[data-v-bfc16e09] {
    color: #9ca3af;
    font-size: 14px;
    padding: 40px 20px;
    text-align: center;
  }
}

.content-section[data-v-bfc16e09] {
  background: linear-gradient(180deg, #f8f9fa, #fff 30% 70%, #f8f9fa);
  padding: 80px 0;
  position: relative;
}

.feature-section[data-v-bfc16e09] {
  background: #f8f9fa;
  padding: 100px 0;
}

.advantage-section[data-v-bfc16e09] {
  background: #fff;
  padding: 80px 0;
}

.advantage-module-tabs[data-v-bfc16e09] {
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.advantage-module-tab[data-v-bfc16e09] {
  color: #6b7280;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: -20px;
  padding-bottom: 20px;
  position: relative;
  transition: color 0.3s;
}

.advantage-module-tab.active[data-v-bfc16e09] {
  color: #1f2937;
}

.advantage-module-tab.active[data-v-bfc16e09]:after {
  background: #0a3d6b;
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.horizontal-accordion[data-v-bfc16e09] {
  align-items: stretch;
  border-radius: 8px;
  box-shadow: 0 4px 20px #00000014;
  display: flex;
  gap: 0;
  min-height: 400px;
  overflow: hidden;
}

.mobile-tabs-layout[data-v-bfc16e09] {
  display: none;
}

.accordion-column[data-v-bfc16e09] {
  border-right: 1px solid #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.accordion-column[data-v-bfc16e09]:last-child {
  border-right: none;
}

.accordion-column.active[data-v-bfc16e09] {
  align-items: stretch;
  background: #fff;
  display: flex;
  flex: 1;
  flex-direction: row;
}

.accordion-column.collapsed[data-v-bfc16e09] {
  background: #f9fafb;
  flex: 0 0 120px;
}

.column-header[data-v-bfc16e09] {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  text-align: center;
}

.accordion-column.active .column-header[data-v-bfc16e09] {
  background: linear-gradient(135deg, #0a3d6b, #052a4d);
  color: #fff;
  flex-shrink: 0;
  justify-content: center;
  width: 140px;
}

.accordion-column.collapsed .column-header[data-v-bfc16e09] {
  height: 100%;
  justify-content: center;
}

.column-num[data-v-bfc16e09] {
  color: #0a3d6b;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
}

.column-icon[data-v-bfc16e09] {
  height: 40px;
  margin-bottom: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 40px;
}

.accordion-column.active .column-num[data-v-bfc16e09] {
  color: #fff;
}

.column-title h4[data-v-bfc16e09] {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.column-title p[data-v-bfc16e09] {
  color: #9ca3af;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.accordion-column.active .column-title p[data-v-bfc16e09] {
  color: #fffc;
}

.column-content[data-v-bfc16e09] {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow-y: auto;
  padding: 16px;
}

.column-content-grid[data-v-bfc16e09] {
  align-content: center;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
  height: 100%;
}

.content-panel[data-v-bfc16e09] {
  height: 100%;
}

.panel-content[data-v-bfc16e09] {
  padding: 10px;
}

.content-grid[data-v-bfc16e09] {
  gap: 20px;
}

.content-grid[data-v-bfc16e09],
.content-grid.text-grid[data-v-bfc16e09],
.content-table[data-v-bfc16e09] {
  grid-template-columns: repeat(3, 1fr);
}

.content-table[data-v-bfc16e09] {
  align-items: stretch;
  display: grid;
  height: 100%;
}

.content-table-row[data-v-bfc16e09] {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 12px;
  min-height: 100px;
  padding: 20px;
  transition: background 0.3s;
}

.content-table-row[data-v-bfc16e09]:hover {
  background: #052a4d;
}

.content-table-row.no-link[data-v-bfc16e09] {
  cursor: default;
}

.content-table-row.border-right[data-v-bfc16e09] {
  border-right: 1px solid #e5e7eb;
}

.content-table-row.border-bottom[data-v-bfc16e09] {
  border-bottom: 1px solid #e5e7eb;
}

.content-table-left[data-v-bfc16e09] {
  align-items: center;
  border-radius: 8px;
  display: flex;
  flex-shrink: 0;
  height: 60px;
  justify-content: center;
  overflow: hidden;
  width: 60px;
}

.content-table-left img[data-v-bfc16e09] {
  height: 100%;
  margin: 0;
  width: 100%;
}

.content-table-icon[data-v-bfc16e09] {
  align-items: center;
  background: linear-gradient(135deg, #0a3d6b, #052a4d);
  border-radius: 8px;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 24px;
  height: 60px;
  justify-content: center;
  transition: all 0.3s;
  width: 60px;
}

.content-table-row:hover .content-table-icon[data-v-bfc16e09] {
  background: #fff;
  color: #0a3d6b;
}

.content-table-right[data-v-bfc16e09] {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.content-table-row h4[data-v-bfc16e09] {
  color: #1f2937;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 6px;
}

.content-table-row:hover h4[data-v-bfc16e09] {
  color: #fff !important;
}

.content-table-row:hover .content-table-left[data-v-bfc16e09] {
  background: #fff !important;
}

.content-table-row p[data-v-bfc16e09] {
  color: #6b7280;
  display: -webkit-box;
  font-size: 13px;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin: 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content-table-row:hover p[data-v-bfc16e09] {
  color: #fff !important;
}

.advantage-vertical-stack[data-v-bfc16e09] {
  border-radius: 8px;
  box-shadow: 0 4px 20px #00000014;
  overflow: hidden;
}

.stack-item[data-v-bfc16e09] {
  border-bottom: 1px solid #e5e7eb;
}

.stack-item[data-v-bfc16e09]:last-child {
  border-bottom: none;
}

.stack-item.active .stack-header[data-v-bfc16e09] {
  background: linear-gradient(135deg, #0a3d6b, #052a4d);
  color: #fff;
}

.stack-item.active .stack-header h4[data-v-bfc16e09],
.stack-item.active .stack-header p[data-v-bfc16e09] {
  color: #fff;
}

.stack-item.active .stack-icon[data-v-bfc16e09] {
  color: #fff;
  transform: rotate(180deg);
}

.stack-header[data-v-bfc16e09] {
  align-items: center;
  background: #f9fafb;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  transition: all 0.3s;
}

.stack-header[data-v-bfc16e09]:hover {
  background: #f3f4f6;
}

.stack-item.active .stack-header[data-v-bfc16e09]:hover {
  background: linear-gradient(135deg, #0a3d6b, #052a4d);
}

.stack-header-left h4[data-v-bfc16e09] {
  color: #1f2937;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.stack-header-left p[data-v-bfc16e09] {
  color: #9ca3af;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.stack-icon[data-v-bfc16e09] {
  color: #9ca3af;
  font-size: 14px;
  transition: transform 0.3s;
}

.stack-body[data-v-bfc16e09] {
  animation: slideDown-bfc16e09 0.3s ease;
  background: #fff;
  padding: 30px;
}

@keyframes slideDown-bfc16e09 {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.stack-grid[data-v-bfc16e09] {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.stack-item-box[data-v-bfc16e09] {
  background: #f9fafb;
  border-left: 3px solid #0a3d6b;
  border-radius: 6px;
  cursor: pointer;
  padding: 20px;
  transition: all 0.3s;
}

.stack-item-box[data-v-bfc16e09]:hover {
  background: #f3f4f6;
  box-shadow: 0 4px 12px #0000001a;
  transform: translateY(-2px);
}

.stack-item-box.no-link[data-v-bfc16e09] {
  cursor: default;
}

.stack-item-box.no-link[data-v-bfc16e09]:hover {
  background: #f9fafb;
  box-shadow: none;
  transform: none;
}

.stack-item-box h4[data-v-bfc16e09] {
  color: #1f2937;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.stack-item-box p[data-v-bfc16e09] {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.6;
}

.stack-item-box img[data-v-bfc16e09] {
  border-radius: 8px;
  height: 60px;
  margin-top: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 60px;
}

.school-box[data-v-bfc16e09] {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.school-box img[data-v-bfc16e09] {
  height: 80px;
  margin-bottom: 12px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 80px;
}

.school-box h4[data-v-bfc16e09] {
  color: #1f2937;
  font-size: 14px;
}

.majors-grid[data-v-bfc16e09] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.major-tag[data-v-bfc16e09] {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  color: #4b5563;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 10px 20px;
  transition: all 0.3s;
}

.major-tag[data-v-bfc16e09]:hover {
  background: #fef2f2;
  border-color: #0a3d6b;
  color: #0a3d6b;
}

.advantage-grid-2x3[data-v-bfc16e09] {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.advantage-item-box[data-v-bfc16e09] {
  background: #f9fafb;
  border-left: 3px solid #0a3d6b;
  border-radius: 6px;
  padding: 20px;
}

.advantage-item-box h4[data-v-bfc16e09] {
  color: #1f2937;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.advantage-item-box p[data-v-bfc16e09] {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.6;
}

.recommend-grid[data-v-bfc16e09] {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.recommend-card[data-v-bfc16e09] {
  background: #f9fafb;
  border-radius: 6px;
  cursor: pointer;
  padding: 20px;
  text-align: center;
  transition: all 0.3s;
}

.recommend-card[data-v-bfc16e09]:hover {
  box-shadow: 0 4px 12px #0000001a;
}

.recommend-card img[data-v-bfc16e09] {
  border-radius: 8px;
  height: 60px;
  margin-bottom: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 60px;
}

.recommend-card span[data-v-bfc16e09] {
  color: #1f2937;
  display: block;
  font-size: 14px;
  font-weight: 500;
}

.majors-grid[data-v-bfc16e09] {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.major-card[data-v-bfc16e09] {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  color: #1f2937;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 16px 20px;
  text-align: center;
  transition: all 0.3s;
}

.major-card[data-v-bfc16e09]:hover {
  border-color: #0a3d6b;
  color: #0a3d6b;
}

.advantage-more[data-v-bfc16e09] {
  margin-top: 30px;
  text-align: center;
}

.btn-more[data-v-bfc16e09] {
  align-items: center;
  background: #6b7280;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  padding: 12px 32px;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-more[data-v-bfc16e09]:hover {
  background: #4b5563;
}

.btn-more i[data-v-bfc16e09] {
  font-size: 12px;
}

@media (max-width: 1024px) {
  .advantage-module-tabs[data-v-bfc16e09] {
    flex-wrap: wrap;
    gap: 30px;
  }

  .advantage-module-tab[data-v-bfc16e09] {
    font-size: 16px;
  }

  .horizontal-accordion[data-v-bfc16e09] {
    flex-direction: column;
    height: auto;
  }

  .accordion-column[data-v-bfc16e09] {
    flex: none !important;
  }

  .accordion-column.collapsed[data-v-bfc16e09] {
    flex: none;
    height: auto;
  }

  .accordion-column.active[data-v-bfc16e09] {
    flex: none;
    flex-direction: column;
  }

  .accordion-column.active .column-header[data-v-bfc16e09] {
    width: 100%;
  }

  .column-header[data-v-bfc16e09] {
    flex-direction: row;
    gap: 12px;
    justify-content: flex-start;
    padding: 16px 20px;
  }

  .accordion-column.collapsed .column-header[data-v-bfc16e09] {
    height: auto;
    justify-content: flex-start;
  }

  .column-num[data-v-bfc16e09] {
    font-size: 20px;
    margin-bottom: 0;
  }

  .column-title h4[data-v-bfc16e09] {
    font-size: 16px;
  }

  .column-content[data-v-bfc16e09] {
    padding: 16px;
  }

  .column-content-grid[data-v-bfc16e09],
  .content-grid[data-v-bfc16e09] {
    grid-template-columns: repeat(2, 1fr);
  }

  .stack-header[data-v-bfc16e09] {
    padding: 16px 20px;
  }

  .stack-body[data-v-bfc16e09] {
    padding: 20px;
  }

  .stack-grid[data-v-bfc16e09] {
    grid-template-columns: 1fr;
  }

  .horizontal-accordion[data-v-bfc16e09] {
    display: none !important;
  }

  .mobile-tabs-layout[data-v-bfc16e09] {
    display: block !important;
  }

  .mobile-tabs-header[data-v-bfc16e09] {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .mobile-tab-item[data-v-bfc16e09] {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    flex: 1;
    min-width: 80px;
    padding: 12px 8px;
    text-align: center;
    transition: all 0.3s;
  }

  .mobile-tab-item.active[data-v-bfc16e09] {
    background: linear-gradient(135deg, #0a3d6b, #052a4d);
    border-color: #0a3d6b;
    color: #fff;
  }

  .mobile-tab-icon[data-v-bfc16e09] {
    height: 32px;
    margin-bottom: 6px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 32px;
  }

  .mobile-tab-num[data-v-bfc16e09] {
    color: #0a3d6b;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .mobile-tab-item.active .mobile-tab-num[data-v-bfc16e09] {
    color: #fff;
  }

  .mobile-tab-name[data-v-bfc16e09] {
    display: block;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
  }

  .mobile-tabs-content[data-v-bfc16e09] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px #0000000f;
    padding: 16px;
  }

  .mobile-content-grid[data-v-bfc16e09] {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  .mobile-expand-btn[data-v-bfc16e09] {
    align-items: center;
    border-radius: 6px;
    color: #0a3d6b;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    gap: 8px;
    grid-column: 1/-1;
    justify-content: center;
    margin-top: 8px;
    padding: 12px;
    transition: all 0.3s;
  }

  .mobile-expand-btn[data-v-bfc16e09]:hover {
    background: #0a3d6b1a;
  }

  .mobile-expand-btn i[data-v-bfc16e09] {
    font-size: 12px;
  }

  .mobile-content-item[data-v-bfc16e09] {
    align-items: center;
    background: #f9fafb;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 16px;
  }

  .mobile-content-item.no-link[data-v-bfc16e09] {
    cursor: default;
  }

  .mobile-item-left[data-v-bfc16e09] {
    align-items: center;
    border-radius: 8px;
    display: flex;
    flex-shrink: 0;
    height: 48px;
    justify-content: center;
    overflow: hidden;
    width: 48px;
  }

  .mobile-item-left img[data-v-bfc16e09] {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
  }

  .mobile-item-icon[data-v-bfc16e09] {
    align-items: center;
    background: linear-gradient(135deg, #0a3d6b, #052a4d);
    border-radius: 8px;
    color: #fff;
    display: flex;
    font-size: 20px;
    height: 100%;
    justify-content: center;
    width: 100%;
  }

  .mobile-item-right[data-v-bfc16e09] {
    flex: 1;
    min-width: 0;
  }

  .mobile-item-right h4[data-v-bfc16e09] {
    color: #1f2937;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 4px;
  }

  .mobile-item-right p[data-v-bfc16e09] {
    color: #6b7280;
    display: -webkit-box;
    font-size: 13px;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    margin: 0;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media (max-width: 640px) {
  .advantage-module-tabs[data-v-bfc16e09] {
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .advantage-module-tab[data-v-bfc16e09] {
    font-size: 14px;
    margin-bottom: -10px;
    padding-bottom: 10px;
    white-space: nowrap;
  }

  .column-header[data-v-bfc16e09] {
    padding: 14px 16px;
  }

  .column-num[data-v-bfc16e09] {
    font-size: 16px;
  }

  .column-title h4[data-v-bfc16e09] {
    font-size: 14px;
  }

  .column-title p[data-v-bfc16e09] {
    font-size: 9px;
  }

  .column-content[data-v-bfc16e09] {
    padding: 12px;
  }

  .column-content-grid[data-v-bfc16e09],
  .content-grid[data-v-bfc16e09] {
    grid-template-columns: 1fr;
  }

  .content-grid[data-v-bfc16e09] {
    gap: 12px;
  }

  .content-card[data-v-bfc16e09] {
    padding: 16px;
  }

  .majors-tags[data-v-bfc16e09] {
    gap: 8px;
  }

  .major-tag-item[data-v-bfc16e09] {
    font-size: 13px;
    padding: 8px 16px;
  }

  .stack-header[data-v-bfc16e09] {
    padding: 14px 16px;
  }

  .stack-body[data-v-bfc16e09] {
    padding: 16px;
  }

  .stack-grid[data-v-bfc16e09] {
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .header-left h3[data-v-bfc16e09],
  .stack-header-left h4[data-v-bfc16e09] {
    font-size: 16px;
  }
}

.section-tabs[data-v-bfc16e09] {
  margin: 0 auto;
  max-width: 1200px;
}

.tab-header[data-v-bfc16e09] {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.tab-titles[data-v-bfc16e09] {
  display: flex;
  gap: 40px;
}

.tab-title[data-v-bfc16e09] {
  color: #9ca3af;
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 8px;
  position: relative;
  transition: color 0.3s;
}

.tab-title.active[data-v-bfc16e09] {
  color: #1f2937;
}

.tab-title.active[data-v-bfc16e09]:after {
  background: #2563eb;
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

.tab-header .more-link[data-v-bfc16e09] {
  align-items: center;
  color: #6b7280;
  display: flex;
  font-size: 14px;
  gap: 4px;
  text-decoration: none;
  transition: color 0.3s;
}

.tab-header .more-link[data-v-bfc16e09]:hover {
  color: #0a3d6b;
}

.tab-header .more-link i[data-v-bfc16e09] {
  font-size: 12px;
}

.cards-grid[data-v-bfc16e09] {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}

.news-card-home[data-v-bfc16e09] {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px #00000014;
  color: inherit;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
}

.news-card-home[data-v-bfc16e09]:hover {
  box-shadow: 0 8px 24px #0000001f;
  transform: translateY(-4px);
  z-index: 10;
}

.news-card-home[data-v-bfc16e09]:after {
  background: linear-gradient(90deg, #0a3d6b, #5a8db0);
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}

.news-card-home[data-v-bfc16e09]:hover:after {
  width: 100%;
}

.news-card-home:hover .news-date-home[data-v-bfc16e09],
.news-card-home:hover .news-summary-home[data-v-bfc16e09],
.news-card-home:hover .news-title-home[data-v-bfc16e09] {
  color: #0a3d6b;
}

.news-card-home.no-cover[data-v-bfc16e09] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 180px;
}

.news-cover-home[data-v-bfc16e09] {
  height: 160px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.news-cover-home img[data-v-bfc16e09] {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
  width: 100%;
}

.news-card-home:hover .news-cover-home img[data-v-bfc16e09] {
  transform: scale(1.05);
}

.news-category-home[data-v-bfc16e09] {
  background: #0009;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  position: absolute;
  z-index: 10;
}

.news-category-home.left-bottom[data-v-bfc16e09] {
  bottom: 12px;
  left: 12px;
}

.news-content-home[data-v-bfc16e09] {
  padding: 16px;
}

.news-title-home[data-v-bfc16e09] {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
}

.news-summary-home[data-v-bfc16e09],
.news-title-home[data-v-bfc16e09] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-summary-home[data-v-bfc16e09] {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.news-meta-home[data-v-bfc16e09] {
  color: #999;
  font-size: 12px;
}

.activity-card-home[data-v-bfc16e09] {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px #0000001a;
  color: inherit;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.activity-card-home[data-v-bfc16e09]:hover {
  box-shadow: 0 10px 20px #00000026;
  transform: translateY(-5px);
  z-index: 10;
}

.activity-card-home[data-v-bfc16e09]:after {
  background: linear-gradient(90deg, #0a3d6b, #5a8db0);
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  transition: width 0.3s ease;
  width: 0;
}

.activity-card-home[data-v-bfc16e09]:hover:after {
  width: 100%;
}

.activity-card-home:hover .activity-summary-home[data-v-bfc16e09],
.activity-card-home:hover .activity-time-home[data-v-bfc16e09],
.activity-card-home:hover .activity-title-home[data-v-bfc16e09] {
  color: #0a3d6b;
}

.activity-image-home[data-v-bfc16e09] {
  height: 150px;
  overflow: hidden;
  position: relative;
}

.activity-image-home img[data-v-bfc16e09] {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s ease;
  width: 100%;
}

.activity-card-home:hover .activity-image-home img[data-v-bfc16e09] {
  transform: scale(1.05);
}

.activity-status-badge-home[data-v-bfc16e09] {
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.activity-status-badge-home.ongoing[data-v-bfc16e09] {
  background-color: #67c23a;
}

.activity-status-badge-home.upcoming[data-v-bfc16e09] {
  background-color: #e6a23c;
}

.activity-status-badge-home.reservation[data-v-bfc16e09] {
  background-color: #0a3d6b;
}

.activity-status-badge-home.completed[data-v-bfc16e09] {
  background-color: #909399;
}

.activity-status-badge-home.full[data-v-bfc16e09] {
  background-color: #f56c6c;
}

.activity-type-home[data-v-bfc16e09] {
  background: #0009;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  position: absolute;
  z-index: 10;
}

.activity-type-home.left-bottom[data-v-bfc16e09] {
  bottom: 12px;
  left: 12px;
}

.activity-content-home[data-v-bfc16e09] {
  padding: 15px;
}

.activity-content-home[data-v-bfc16e09] * {
  text-decoration: none !important;
}

.activity-title-home[data-v-bfc16e09] {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-overflow: ellipsis;
}

.activity-summary-home[data-v-bfc16e09],
.activity-title-home[data-v-bfc16e09] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.activity-summary-home[data-v-bfc16e09] {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

.activity-time-home[data-v-bfc16e09] {
  color: #666;
  font-size: 13px;
  margin: 0;
}

@media (max-width: 1024px) {
  .cards-grid[data-v-bfc16e09] {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .tab-titles[data-v-bfc16e09] {
    gap: 24px;
  }

  .tab-title[data-v-bfc16e09] {
    font-size: 18px;
  }

  .cards-grid[data-v-bfc16e09] {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }

  .news-card-home .news-cover-home[data-v-bfc16e09] {
    height: 100px;
  }

  .news-card-home .news-content-home[data-v-bfc16e09] {
    padding: 10px;
  }

  .news-card-home .news-title-home[data-v-bfc16e09] {
    font-size: 13px;
  }

  .news-card-home .news-summary-home[data-v-bfc16e09],
  .news-card-home .news-title-home[data-v-bfc16e09] {
    line-height: 1.4;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .news-card-home .news-summary-home[data-v-bfc16e09] {
    font-size: 12px;
  }

  .news-card-home .news-meta-home[data-v-bfc16e09] {
    color: #999;
    font-size: 12px;
    margin: 0;
  }

  .news-card-home .news-category-home[data-v-bfc16e09] {
    font-size: 10px;
    padding: 2px 6px;
  }

  .activity-card-home .activity-image-home[data-v-bfc16e09] {
    height: 100px;
  }

  .activity-card-home .activity-content-home[data-v-bfc16e09] {
    padding: 10px;
  }

  .activity-card-home .activity-title-home[data-v-bfc16e09] {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .activity-card-home .activity-summary-home[data-v-bfc16e09] {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .activity-card-home .activity-meta-home[data-v-bfc16e09] {
    display: none;
  }

  .activity-card-home .activity-type-home[data-v-bfc16e09] {
    font-size: 10px;
    padding: 2px 6px;
  }

  .activity-card-home .activity-status-badge-home[data-v-bfc16e09] {
    font-size: 10px;
    padding: 2px 6px;
    right: 6px;
    top: 6px;
  }
}

.content-grid[data-v-bfc16e09] {
  margin-bottom: 24px;
}

.content-grid[data-v-bfc16e09],
.feature-modules[data-v-bfc16e09] {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

.content-card[data-v-bfc16e09] {
  background: #f6f7fc;
  border-radius: 8px;
  box-shadow: 0 2px 8px #00000014;
  overflow: hidden;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.content-card[data-v-bfc16e09]:hover {
  box-shadow: 0 4px 16px #0000001f;
  transform: translateY(-2px);
}

.card-header[data-v-bfc16e09] {
  background: linear-gradient(180deg, #fee5e8, #f8f3f7);
  border-bottom: 1px solid #f0f0f0;
  padding: 16px;
}

.card-header[data-v-bfc16e09],
.card-header .header-left[data-v-bfc16e09] {
  align-items: center;
  display: flex;
  gap: 20px;
}

.card-header .header-left[data-v-bfc16e09] {
  flex: 1;
}

.card-header .more-link[data-v-bfc16e09] {
  color: #666;
  flex-shrink: 0;
  font-size: 12px;
  margin-left: auto;
  text-decoration: none;
  transition: color 0.3s;
  white-space: nowrap;
}

.card-header .more-link[data-v-bfc16e09]:hover {
  color: #0a3d6b;
}

.card-header h3[data-v-bfc16e09] {
  align-items: center;
  color: #333;
  display: flex;
  font-size: 16px;
  gap: 8px;
  margin: 0;
}

.section-icon[data-v-bfc16e09] {
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 40px;
}

.card-header span[data-v-bfc16e09] {
  color: #666;
  display: -webkit-box;
  font-size: 12px;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.card-body[data-v-bfc16e09] {
  background: #f6f7fc;
  padding: 16px;
}

.news-list[data-v-bfc16e09] {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-list li[data-v-bfc16e09] {
  border-bottom: 1px solid #f5f5f5;
  padding: 0;
  transition: background-color 0.3s;
}

.news-link[data-v-bfc16e09],
.news-list li[data-v-bfc16e09] {
  align-items: center;
  display: flex;
}

.news-link[data-v-bfc16e09] {
  color: inherit;
  gap: 10px;
  padding: 8px 0;
  text-decoration: none;
  width: 100%;
}

.news-list li[data-v-bfc16e09]:hover {
  background-color: #f8f9fa;
}

.news-list li:hover .news-index[data-v-bfc16e09] {
  background: #0d4a7a;
  color: #fff;
}

.news-list li:hover .news-date[data-v-bfc16e09],
.news-list li:hover .news-title[data-v-bfc16e09] {
  color: #0d4a7a;
}

.news-list li:first-child:hover .news-index[data-v-bfc16e09] {
  background: #c9a25f;
}

.news-list li:first-child:hover .news-date[data-v-bfc16e09],
.news-list li:first-child:hover .news-title[data-v-bfc16e09] {
  color: #c9a25f;
}

.news-list li:nth-child(2):hover .news-index[data-v-bfc16e09] {
  background: #ff7a45;
}

.news-list li:nth-child(2):hover .news-date[data-v-bfc16e09],
.news-list li:nth-child(2):hover .news-title[data-v-bfc16e09] {
  color: #ff7a45;
}

.news-list li:nth-child(3):hover .news-index[data-v-bfc16e09] {
  background: #ffa940;
}

.news-list li:nth-child(3):hover .news-date[data-v-bfc16e09],
.news-list li:nth-child(3):hover .news-title[data-v-bfc16e09] {
  color: #ffa940;
}

.news-list li[data-v-bfc16e09]:last-child {
  border-bottom: none;
}

.news-index[data-v-bfc16e09] {
  align-items: center;
  background: #c9a25f;
  border-radius: 4px;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 600;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.news-list li:nth-child(2) .news-index[data-v-bfc16e09] {
  background: #ff7a45;
}

.news-list li:nth-child(3) .news-index[data-v-bfc16e09] {
  background: #ffa940;
}

.news-list li:nth-child(n + 4) .news-index[data-v-bfc16e09] {
  background: #d9d9d9;
  color: #666;
}

.news-title[data-v-bfc16e09] {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-date[data-v-bfc16e09] {
  color: #999;
  flex-shrink: 0;
  font-size: 12px;
  white-space: nowrap;
}

.no-data[data-v-bfc16e09] {
  color: #999;
  cursor: default !important;
  padding: 20px 0;
  text-align: center;
}

.event-list[data-v-bfc16e09] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.event-item[data-v-bfc16e09] {
  align-items: center;
  border-radius: 4px;
  color: inherit;
  display: flex;
  gap: 12px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}

.event-item[data-v-bfc16e09]:hover {
  background-color: #f8f9fa;
  box-shadow: 0 4px 12px #0000001a;
  transform: translateY(-2px);
}

.event-cover[data-v-bfc16e09] {
  background: #f0f0f0;
  border-radius: 4px;
  flex-shrink: 0;
  height: 45px;
  overflow: hidden;
  width: 80px;
}

.event-cover img[data-v-bfc16e09] {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.event-info[data-v-bfc16e09] {
  flex: 1;
  min-width: 0;
}

.event-info h4[data-v-bfc16e09] {
  color: #333;
  font-size: 14px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.event-time[data-v-bfc16e09] {
  color: #666;
  font-size: 12px;
}

.event-tag[data-v-bfc16e09] {
  border-radius: 2px;
  flex-shrink: 0;
  font-size: 12px;
  padding: 2px 6px;
}

.status-upcoming[data-v-bfc16e09] {
  background: #0a3d6b;
  color: #fff;
}

.status-reservation[data-v-bfc16e09] {
  background: #0a3d6b;
  color: #fff;
}

.status-ongoing[data-v-bfc16e09] {
  background: #52c41a;
  color: #fff;
}

.status-ended[data-v-bfc16e09] {
  background: #999;
  color: #fff;
}

.status-registration[data-v-bfc16e09] {
  background: #faad14;
  color: #fff;
}

.feature-tabs[data-v-bfc16e09] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.feature-tab[data-v-bfc16e09] {
  background-color: #f0f0f0;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  font-size: 13px;
  padding: 6px 12px;
  transition: all 0.3s;
}

.feature-tab.active[data-v-bfc16e09] {
  background: #0a3d6b;
  color: #fff;
}

.feature-tab[data-v-bfc16e09]:hover {
  background-color: #e8eef4;
  color: #0a3d6b;
}

.feature-tab.active[data-v-bfc16e09]:hover {
  background: #0a3d6b;
  color: #fff;
}

.feature-grid[data-v-bfc16e09] {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}

.feature-item[data-v-bfc16e09] {
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  color: #666;
  cursor: pointer;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  min-height: 66px;
  padding: 0 0 0 12px;
  transition:
    background-color 0.3s,
    border 0.3s;
}

.feature-item[data-v-bfc16e09]:hover {
  background-color: #f8f9fa;
  outline: 2px solid #eaf2f7;
  outline-offset: -2px;
}

.feature-item.no-link[data-v-bfc16e09] {
  cursor: default;
}

.feature-item span[data-v-bfc16e09] {
  display: -webkit-box;
  font-size: 11px;
  -webkit-line-clamp: 3;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.feature-item span[data-v-bfc16e09]:first-line {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.feature-icon[data-v-bfc16e09] {
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0 8px 8px 0;
  display: flex;
  flex-shrink: 0;
  height: 66px;
  justify-content: center;
  width: 70px;
}

.feature-icon img[data-v-bfc16e09] {
  border-radius: 0 8px 8px 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.section-beyond[data-v-bfc16e09] {
  padding: 60px 0;
}

.beyond-title[data-v-bfc16e09] {
  margin-bottom: 48px;
  text-align: left;
}

.beyond-title h3[data-v-bfc16e09] {
  color: #1f2937;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}

.beyond-title p[data-v-bfc16e09] {
  color: #6b7280;
  font-size: 14px;
  max-width: 600px;
}

.beyond-slider-wrapper[data-v-bfc16e09] {
  margin: 0 auto;
  max-width: 1400px;
  position: relative;
}

.beyond-arrow[data-v-bfc16e09],
.beyond-slider-wrapper[data-v-bfc16e09] {
  align-items: center;
  display: flex;
  justify-content: center;
}

.beyond-arrow[data-v-bfc16e09] {
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 12px #00000026;
  cursor: pointer;
  height: 50px;
  position: absolute;
  transition: all 0.3s ease;
  width: 50px;
  z-index: 100;
}

.beyond-arrow-left[data-v-bfc16e09] {
  left: -60px;
}

.beyond-arrow-right[data-v-bfc16e09] {
  right: -60px;
}

.beyond-arrow[data-v-bfc16e09]:hover {
  background: #0a3d6b;
  color: #fff;
  transform: scale(1.1);
}

.beyond-arrow i[data-v-bfc16e09] {
  color: #333;
  font-size: 18px;
}

.beyond-arrow:hover i[data-v-bfc16e09] {
  color: #fff;
}

.beyond-accordion[data-v-bfc16e09] {
  display: flex;
  gap: 10px;
  height: 320px;
  margin: 0 auto;
  max-width: 1200px;
}

.beyond-accordion-item[data-v-bfc16e09] {
  border-radius: 12px;
  box-shadow: 0 4px 12px #0000001a;
  cursor: pointer;
  flex: 1;
  overflow: hidden;
  position: relative;
  transition: flex 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.beyond-accordion-item.active[data-v-bfc16e09] {
  flex: 4;
}

.beyond-accordion-img[data-v-bfc16e09] {
  height: 100%;
  position: relative;
  width: 100%;
}

.beyond-accordion-img img[data-v-bfc16e09] {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.5s ease;
  width: 100%;
}

.beyond-accordion-item:hover .beyond-accordion-img img[data-v-bfc16e09] {
  transform: scale(1.05);
}

.beyond-accordion-title[data-v-bfc16e09] {
  background: linear-gradient(transparent, #000000b3);
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  left: 0;
  overflow: hidden;
  padding: 12px;
  position: absolute;
  right: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .beyond-slider-wrapper[data-v-bfc16e09] {
    padding: 0 50px;
  }

  .beyond-arrow-left[data-v-bfc16e09] {
    left: 0;
  }

  .beyond-arrow-right[data-v-bfc16e09] {
    right: 0;
  }
}

@media (max-width: 768px) {
  .section-beyond[data-v-bfc16e09] {
    padding: 40px 0;
  }

  .beyond-slider-wrapper[data-v-bfc16e09] {
    padding: 0 50px;
  }

  .beyond-arrow[data-v-bfc16e09] {
    height: 40px;
    width: 40px;
  }

  .beyond-arrow-left[data-v-bfc16e09] {
    left: 0;
  }

  .beyond-arrow-right[data-v-bfc16e09] {
    right: 0;
  }

  .beyond-arrow i[data-v-bfc16e09] {
    font-size: 16px;
  }

  .beyond-accordion[data-v-bfc16e09] {
    gap: 6px;
    height: 120px;
  }

  .beyond-accordion-item[data-v-bfc16e09] {
    border-radius: 8px;
    flex: 1;
  }

  .beyond-accordion-item.active[data-v-bfc16e09] {
    flex: 6;
  }

  .beyond-accordion-title[data-v-bfc16e09] {
    font-size: 12px;
    padding: 8px;
  }
}

.advantage[data-v-bfc16e09] {
  background: linear-gradient(180deg, #e6f4ff, #fff);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 0;
  text-align: center;
}

.advantage-title[data-v-bfc16e09] {
  color: #333;
  font-size: 24px;
  margin-bottom: 16px;
}

.advantage-subtitle[data-v-bfc16e09] {
  color: #666;
  font-size: 14px;
  margin-bottom: 32px;
}

.advantage-grid[data-v-bfc16e09] {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.advantage-item[data-v-bfc16e09] {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px #0000000d;
  display: flex;
  gap: 12px;
  padding: 16px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.advantage-item[data-v-bfc16e09]:hover {
  background: #0a3d6b;
  box-shadow: 0 4px 16px #0000001a;
  transform: translateY(-2px);
}

.advantage-item:hover .advantage-text h4[data-v-bfc16e09],
.advantage-item:hover .advantage-text p[data-v-bfc16e09] {
  color: #fff;
}

.advantage-icon[data-v-bfc16e09] {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  height: 60px;
  width: 60px;
}

.advantage-icon img[data-v-bfc16e09] {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.advantage-text[data-v-bfc16e09] {
  flex: 1;
  text-align: left;
}

.advantage-text h4[data-v-bfc16e09] {
  color: #333;
  font-size: 16px;
  margin-bottom: 4px;
}

.advantage-text p[data-v-bfc16e09] {
  color: #666;
  font-size: 12px;
  margin: 0;
}

.advantage-brand[data-v-bfc16e09] {
  background: #f8f9fa;
  padding: 80px 0;
}

.brand-title[data-v-bfc16e09] {
  color: #1f2937;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: left;
}

.brand-subtitle[data-v-bfc16e09] {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 48px;
  text-align: left;
}

.brand-grid[data-v-bfc16e09] {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}

.brand-card[data-v-bfc16e09] {
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px #0000000f;
  display: flex;
  justify-content: space-between;
  padding: 32px;
  transition: all 0.3s;
}

.brand-card[data-v-bfc16e09]:hover {
  background: #0a3d6b;
  box-shadow: 0 8px 24px #0000001a;
  transform: translateY(-4px);
}

.brand-card:hover .brand-card-icon[data-v-bfc16e09] {
  display: none;
}

.brand-card:hover .brand-card-content h4[data-v-bfc16e09],
.brand-card:hover .brand-card-content p[data-v-bfc16e09] {
  color: #fff;
}

.brand-card-content[data-v-bfc16e09] {
  flex: 1;
  text-align: left;
}

.brand-card-content h4[data-v-bfc16e09] {
  color: #1f2937;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-card-content p[data-v-bfc16e09] {
  color: #6b7280;
  display: -webkit-box;
  font-size: 13px;
  -webkit-line-clamp: 2;
  line-height: 1.5;
  margin: 0;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.brand-card-icon[data-v-bfc16e09] {
  flex-shrink: 0;
  height: 56px;
  margin-left: 16px;
  width: 56px;
}

.brand-card-icon img[data-v-bfc16e09] {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

@media (max-width: 1024px) {
  .brand-grid[data-v-bfc16e09] {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .brand-grid[data-v-bfc16e09] {
    grid-template-columns: 1fr;
  }

  .brand-card[data-v-bfc16e09] {
    padding: 24px;
  }
}

.partner[data-v-bfc16e09] {
  background-color: #f8f9fa;
  padding: 48px 0;
  text-align: center;
}

.partner-title[data-v-bfc16e09] {
  color: #333;
  font-size: 24px;
  margin-bottom: 16px;
}

.partner-subtitle[data-v-bfc16e09] {
  color: #666;
  font-size: 14px;
  margin-bottom: 32px;
}

.partner-grid[data-v-bfc16e09] {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}

.partner-logo[data-v-bfc16e09] {
  align-items: center;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px #00000014;
  display: flex;
  height: 60px;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}

.partner-logo[data-v-bfc16e09]:hover {
  box-shadow: 0 4px 16px #0000001f;
  transform: translateY(-2px);
}

.partner-logo img[data-v-bfc16e09] {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.partner-section[data-v-bfc16e09] {
  background: #f0f4f8;
  padding: 80px 0;
}

.partner-section-title[data-v-bfc16e09] {
  color: #1f2937;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: left;
}

.partner-section-subtitle[data-v-bfc16e09] {
  color: #6b7280;
  font-size: 14px;
  margin-bottom: 48px;
  text-align: left;
}

.partner-grid-new[data-v-bfc16e09] {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px #00000014;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.partner-logo-card[data-v-bfc16e09] {
  align-items: center;
  aspect-ratio: 16/9;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 24px;
}

.partner-logo-card[data-v-bfc16e09]:nth-child(4n) {
  border-right: none;
}

.partner-logo-card[data-v-bfc16e09]:nth-last-child(-n + 4) {
  border-bottom: none;
}

.partner-logo-card img[data-v-bfc16e09] {
  max-height: 60%;
  max-width: 80%;
  -o-object-fit: contain;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.partner-logo-card:hover img[data-v-bfc16e09] {
  transform: scale(1.1);
}

@media (max-width: 1024px) {
  .partner-grid-new[data-v-bfc16e09] {
    grid-template-columns: repeat(3, 1fr);
  }

  .partner-logo-card[data-v-bfc16e09]:nth-child(4n) {
    border-right: 1px solid #f0f0f0;
  }

  .partner-logo-card[data-v-bfc16e09]:nth-child(3n) {
    border-right: none;
  }

  .partner-logo-card[data-v-bfc16e09]:nth-last-child(-n + 4) {
    border-bottom: 1px solid #f0f0f0;
  }

  .partner-logo-card[data-v-bfc16e09]:nth-last-child(-n + 3) {
    border-bottom: none;
  }
}

@media (max-width: 640px) {
  .partner-grid-new[data-v-bfc16e09] {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-logo-card[data-v-bfc16e09]:nth-child(3n) {
    border-right: 1px solid #f0f0f0;
  }

  .partner-logo-card[data-v-bfc16e09]:nth-child(2n) {
    border-right: none;
  }

  .partner-logo-card[data-v-bfc16e09]:nth-last-child(-n + 3) {
    border-bottom: 1px solid #f0f0f0;
  }

  .partner-logo-card[data-v-bfc16e09]:nth-last-child(-n + 2) {
    border-bottom: none;
  }
}

.honor-section[data-v-bfc16e09] {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 600px;
}

.honor-content[data-v-bfc16e09] {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 50px;
  justify-content: center;
  margin-bottom: 120px;
  margin-top: 50px;
}

.honor-item[data-v-bfc16e09] {
  align-items: center;
  display: flex;
  gap: 4px;
}

.honor-icon[data-v-bfc16e09] {
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 24px;
}

.honor-text[data-v-bfc16e09] {
  color: #1a3a6e;
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .honor-section[data-v-bfc16e09] {
    min-height: 250px;
    padding: 40px 0 200px;
  }

  .honor-content[data-v-bfc16e09] {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .honor-section[data-v-bfc16e09] {
    background-position: bottom;
    background-size: cover;
    padding: 60px 0 550px;
  }

  .honor-content[data-v-bfc16e09] {
    gap: 20px 30px;
    margin-bottom: 120px;
    margin-top: 40px;
  }

  .honor-text[data-v-bfc16e09] {
    font-size: 14px;
  }
}

.social-responsibility[data-v-bfc16e09] {
  background-color: #f8f9fa;
  padding: 80px 0;
}

.social-section-title[data-v-bfc16e09] {
  color: #1f2937;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: left;
}

.social-section-subtitle[data-v-bfc16e09] {
  color: #6b7280;
  font-size: 14px;
  text-align: left;
}

.coverflow-wrapper[data-v-bfc16e09] {
  padding: 0 60px;
  position: relative;
}

.coverflow-container[data-v-bfc16e09] {
  align-items: center;
  display: flex;
  height: 480px;
  justify-content: center;
  overflow: visible;
  perspective: 1200px;
  position: relative;
}

.coverflow-stage[data-v-bfc16e09] {
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  width: 100%;
}

.coverflow-item[data-v-bfc16e09] {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 50%;
  margin-left: -260px;
  margin-top: -130px;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform-origin: center center;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  width: 520px;
}

.coverflow-image-wrapper[data-v-bfc16e09] {
  aspect-ratio: 16/10;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 30px #0000002e;
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.5s ease;
  width: 100%;
}

.coverflow-image-wrapper img[data-v-bfc16e09] {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.coverflow-item-title[data-v-bfc16e09] {
  background: linear-gradient(transparent, #000000b3);
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  left: 0;
  overflow: hidden;
  padding: 12px;
  position: absolute;
  right: 0;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.coverflow-title[data-v-bfc16e09] {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px #00000014;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  opacity: 0.8;
  padding: 8px 20px;
  text-align: center;
  transition: all 0.4s ease;
}

.coverflow-item.is-center .coverflow-title[data-v-bfc16e09] {
  box-shadow: 0 4px 16px #0000001f;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
}

.coverflow-arrow[data-v-bfc16e09] {
  align-items: center;
  background: #fffffff2;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  box-shadow: 0 2px 12px #0000001a;
  color: #666;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 44px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 44px;
  z-index: 100;
}

.coverflow-arrow[data-v-bfc16e09]:hover {
  background: #fff;
  border-color: #0a3d6b;
  box-shadow: 0 4px 16px #0a3d6b40;
  color: #0a3d6b;
}

.coverflow-arrow-prev[data-v-bfc16e09] {
  left: 0;
}

.coverflow-arrow-next[data-v-bfc16e09] {
  right: 0;
}

.coverflow-dots[data-v-bfc16e09] {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 20px;
}

.coverflow-dot[data-v-bfc16e09] {
  background: #d0d0d0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  transition: all 0.3s ease;
  width: 10px;
}

.coverflow-dot.is-active[data-v-bfc16e09] {
  background: #0a3d6b;
  border-radius: 5px;
  width: 28px;
}

@media (max-width: 1200px) {
  .coverflow-wrapper[data-v-bfc16e09] {
    padding: 0 40px;
  }

  .coverflow-container[data-v-bfc16e09] {
    height: 420px;
  }

  .coverflow-item[data-v-bfc16e09] {
    margin-left: -210px;
    margin-top: -105px;
    width: 420px;
  }
}

@media (max-width: 768px) {
  .social-responsibility[data-v-bfc16e09] {
    padding: 40px 0;
  }

  .beyond-title h3[data-v-bfc16e09],
  .brand-title[data-v-bfc16e09],
  .partner-section-title[data-v-bfc16e09],
  .social-section-title[data-v-bfc16e09] {
    font-size: 26px;
    margin-bottom: 8px;
  }

  .beyond-title p[data-v-bfc16e09],
  .brand-subtitle[data-v-bfc16e09],
  .partner-section-subtitle[data-v-bfc16e09],
  .social-section-subtitle[data-v-bfc16e09] {
    font-size: 13px;
  }

  .coverflow-wrapper[data-v-bfc16e09] {
    margin-top: 30px;
    padding: 0 30px;
  }

  .coverflow-container[data-v-bfc16e09] {
    height: 360px;
  }

  .coverflow-item[data-v-bfc16e09] {
    margin-left: -170px;
    margin-top: -85px;
    width: 340px;
  }

  .coverflow-arrow[data-v-bfc16e09] {
    font-size: 14px;
    height: 40px;
    width: 40px;
  }

  .coverflow-title[data-v-bfc16e09] {
    font-size: 14px;
    padding: 6px 16px;
  }

  .coverflow-item.is-center .coverflow-title[data-v-bfc16e09] {
    font-size: 16px;
  }

  .coverflow-item-title[data-v-bfc16e09] {
    font-size: 12px;
    padding: 8px;
  }
}

@media (max-width: 576px) {
  .beyond-title h3[data-v-bfc16e09],
  .brand-title[data-v-bfc16e09],
  .partner-section-title[data-v-bfc16e09],
  .social-section-title[data-v-bfc16e09] {
    font-size: 22px;
    margin-bottom: 6px;
  }

  .beyond-title p[data-v-bfc16e09],
  .brand-subtitle[data-v-bfc16e09],
  .partner-section-subtitle[data-v-bfc16e09],
  .social-section-subtitle[data-v-bfc16e09] {
    font-size: 12px;
  }

  .coverflow-wrapper[data-v-bfc16e09] {
    padding: 0 20px;
  }

  .coverflow-container[data-v-bfc16e09] {
    height: 220px;
  }

  .coverflow-item[data-v-bfc16e09] {
    margin-left: -140px;
    margin-top: -70px;
    width: 280px;
  }

  .coverflow-arrow[data-v-bfc16e09] {
    height: 36px;
    width: 36px;
  }

  .coverflow-arrow-prev[data-v-bfc16e09] {
    left: 0;
  }

  .coverflow-arrow-next[data-v-bfc16e09] {
    right: 0;
  }
}

.about[data-v-bfc16e09] {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 0;
  text-align: center;
}

.about-title[data-v-bfc16e09] {
  color: #333;
  font-size: 24px;
  margin-bottom: 16px;
}

.about-subtitle[data-v-bfc16e09] {
  color: #666;
  font-size: 14px;
  margin-bottom: 32px;
}

.about-accordion[data-v-bfc16e09] {
  margin: 0 auto;
  max-width: 900px;
}

.accordion-item[data-v-bfc16e09] {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px #00000014;
  margin-bottom: 12px;
  overflow: hidden;
  transition: all 0.3s;
}

.accordion-item.active[data-v-bfc16e09] {
  box-shadow: 0 4px 16px #0000001f;
}

.accordion-header[data-v-bfc16e09] {
  align-items: center;
  background: #f8f9fa;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 18px 24px;
  transition: all 0.3s;
}

.accordion-item.active .accordion-header[data-v-bfc16e09] {
  background: #0a3d6b;
}

.accordion-title[data-v-bfc16e09] {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  transition: color 0.3s;
}

.accordion-item.active .accordion-title[data-v-bfc16e09] {
  color: #fff;
}

.accordion-icon[data-v-bfc16e09] {
  color: #666;
  font-size: 14px;
  transition: color 0.3s;
}

.accordion-item.active .accordion-icon[data-v-bfc16e09] {
  color: #fff;
}

.accordion-body[data-v-bfc16e09] {
  background: #fff;
  padding: 24px;
}

.accordion-content[data-v-bfc16e09] {
  align-items: flex-start;
  display: flex;
  gap: 32px;
  text-align: left;
}

.about-tabs[data-v-bfc16e09] {
  display: none;
}

.tab[data-v-bfc16e09] {
  background-color: #f0f0f0;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  padding: 8px 16px;
  transition: all 0.3s;
}

.tab.active[data-v-bfc16e09] {
  background: #0a3d6b;
  color: #fff;
}

.tab[data-v-bfc16e09]:not(.active):hover {
  background-color: #e8eef4;
  color: #0a3d6b;
}

.about-content[data-v-bfc16e09] {
  display: none;
  gap: 32px;
  text-align: left;
}

.about-img[data-v-bfc16e09] {
  background: #f0f0f0;
  border-radius: 8px;
  height: 240px;
  overflow: hidden;
  width: 35%;
}

.about-img img[data-v-bfc16e09] {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.about-title-with-icon[data-v-bfc16e09] {
  align-items: flex-end;
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.about-title-icon[data-v-bfc16e09] {
  flex-shrink: 0;
  height: 68px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 68px;
}

.about-text[data-v-bfc16e09] {
  flex: 1;
}

.about-text h4[data-v-bfc16e09] {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
}

.about-text p[data-v-bfc16e09] {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.about-text ul[data-v-bfc16e09] {
  border-top: 1px solid #e0e0e0;
  list-style: none;
  margin: 0;
  padding: 16px 0 0;
  position: relative;
}

.about-text ul[data-v-bfc16e09]:before {
  background: #0a3d6b;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  top: -2px;
  width: 40px;
}

.about-text li[data-v-bfc16e09] {
  align-items: center;
  color: #666;
  display: flex;
  font-size: 13px;
  gap: 8px;
  margin-bottom: 8px;
}

.list-icon[data-v-bfc16e09] {
  flex-shrink: 0;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 16px;
}

.about-new[data-v-bfc16e09] {
  background-color: #f0f4f8;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 0;
}

.about-new-header[data-v-bfc16e09] {
  align-items: flex-start;
  margin-bottom: 12px;
}

.about-new-content[data-v-bfc16e09],
.about-new-header[data-v-bfc16e09] {
  display: flex;
  justify-content: space-between;
}

.about-new-content[data-v-bfc16e09] {
  align-items: center;
  gap: 40px;
}

.about-new-left[data-v-bfc16e09] {
  flex: 1;
  max-width: 600px;
}

.about-new-title-wrap[data-v-bfc16e09] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-new-title[data-v-bfc16e09] {
  color: #1f2937;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.about-new-title-sub[data-v-bfc16e09] {
  color: #4b5563;
  font-size: 18px;
  font-weight: 400;
}

.about-new-subtitle[data-v-bfc16e09] {
  color: #9ca3af;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 40px;
}

.about-new-desc[data-v-bfc16e09] {
  color: #6b7280;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}

.about-new-body[data-v-bfc16e09] {
  align-items: flex-end;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-top: 24px;
}

.about-new-text[data-v-bfc16e09] {
  flex: 1;
  min-width: 0;
}

.about-new-building[data-v-bfc16e09] {
  align-items: flex-end;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
}

.about-new-building img[data-v-bfc16e09] {
  display: block;
  max-height: 352px;
  max-width: 288px;
  -o-object-fit: contain;
  object-fit: contain;
}

.about-new-slogan[data-v-bfc16e09] {
  align-items: center;
  background: #0a3d6b;
  display: flex;
  gap: 0;
  margin-top: 60px;
  padding: 16px 28px;
  width: -moz-fit-content;
  width: fit-content;
}

.about-new-slogan span[data-v-bfc16e09] {
  border-right: 1px solid hsla(0, 0%, 100%, 0.3);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 0 16px;
}

.about-new-slogan span[data-v-bfc16e09]:last-child {
  border-right: none;
}

.about-new-right[data-v-bfc16e09] {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.about-new-btn[data-v-bfc16e09] {
  align-items: center;
  background: #1f2937;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  gap: 8px;
  padding: 12px 24px;
  text-decoration: none;
  transition: all 0.3s;
}

.about-new-btn[data-v-bfc16e09]:hover {
  background: #374151;
}

.about-new-btn i[data-v-bfc16e09] {
  font-size: 12px;
}

.about-new-image[data-v-bfc16e09] {
  align-items: flex-end;
  display: flex;
  height: 400px;
  justify-content: center;
  width: 300px;
}

.about-new-image img[data-v-bfc16e09] {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 992px) {
  .about-new-header[data-v-bfc16e09] {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }

  .about-new-body[data-v-bfc16e09] {
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }

  .about-new-text[data-v-bfc16e09] {
    width: 100%;
  }

  .about-new-building img[data-v-bfc16e09] {
    max-height: 200px;
    max-width: 150px;
  }
}

@media (max-width: 1024px) {
  .about-new-building[data-v-bfc16e09] {
    display: none;
  }
}

@media (max-width: 640px) {
  .about-new[data-v-bfc16e09] {
    padding: 40px 0;
  }

  .about-new-title[data-v-bfc16e09] {
    font-size: 28px;
  }

  .about-new-slogan[data-v-bfc16e09] {
    padding: 16px 20px;
  }

  .about-new-slogan span[data-v-bfc16e09] {
    font-size: 16px;
    padding: 0 12px;
  }

  .banner-dots span[data-v-bfc16e09] {
    height: 6px;
    width: 30px;
  }
}

@media (max-width: 992px) {
  .entry-grid[data-v-bfc16e09] {
    grid-template-columns: repeat(2, 1fr);
  }

  .content-grid[data-v-bfc16e09],
  .feature-modules[data-v-bfc16e09] {
    grid-template-columns: 1fr;
  }

  .advantage-grid[data-v-bfc16e09] {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-grid[data-v-bfc16e09] {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-content[data-v-bfc16e09] {
    flex-direction: column;
  }

  .about-img[data-v-bfc16e09] {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .banner-section[data-v-bfc16e09] {
    aspect-ratio: 375/220;
    height: auto;
    min-height: 220px;
  }

  .banner-image[data-v-bfc16e09] {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .banner-arrows[data-v-bfc16e09] {
    padding: 0 10px;
  }

  .entry-grid[data-v-bfc16e09] {
    margin-top: -20px;
  }

  .advantage-brand[data-v-bfc16e09],
  .advantage-section[data-v-bfc16e09],
  .content-section[data-v-bfc16e09],
  .feature-section[data-v-bfc16e09],
  .partner-section[data-v-bfc16e09] {
    padding: 40px 0;
  }

  .banner-arrow[data-v-bfc16e09] {
    font-size: 14px;
    height: 36px;
    width: 36px;
  }

  .banner-content h1[data-v-bfc16e09] {
    font-size: 32px;
  }

  .banner-content p[data-v-bfc16e09] {
    font-size: 18px;
  }

  .feature-grid[data-v-bfc16e09] {
    grid-template-columns: 1fr;
  }

  .partner-grid[data-v-bfc16e09] {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-title[data-v-bfc16e09],
  .advantage-title[data-v-bfc16e09],
  .partner-title[data-v-bfc16e09] {
    font-size: 20px;
  }

  .entry-grid[data-v-bfc16e09] {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .entry-icon[data-v-bfc16e09] {
    height: 40px;
    width: 40px;
  }

  .entry-text h4[data-v-bfc16e09] {
    font-size: 14px;
  }

  .accordion-header[data-v-bfc16e09] {
    padding: 14px 16px;
  }

  .accordion-title[data-v-bfc16e09] {
    font-size: 15px;
  }

  .accordion-body[data-v-bfc16e09] {
    padding: 16px;
  }

  .accordion-content[data-v-bfc16e09] {
    flex-direction: column;
    gap: 20px;
  }

  .accordion-content .about-img[data-v-bfc16e09] {
    height: 180px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .advantage-grid[data-v-bfc16e09],
  .entry-grid[data-v-bfc16e09] {
    grid-template-columns: 1fr;
  }

  .partner-grid[data-v-bfc16e09] {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-text h4[data-v-bfc16e09] {
    font-size: 18px;
  }
}
