.gnbs-page[data-v-32db5ec5] {
  background-color: #f5f5f5;
  min-height: 100vh;
}
.container[data-v-32db5ec5] {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}
.banner-section[data-v-32db5ec5] {
  background: url(../assets/remote/hdform.oss-cn-shanghai.aliyuncs.com/images/special/banner_gnbs.jpg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.banner-section[data-v-32db5ec5]:before {
  content: "";
  inset: 0;
  position: absolute;
}
.banner-section .ring-2[data-v-32db5ec5] {
  border: 2px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 50%;
  height: 350px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 350px;
}
.banner-section .ring-2[data-v-32db5ec5],
.banner-section .ring-3[data-v-32db5ec5] {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.banner-section .ring-3[data-v-32db5ec5] {
  border: 2px dashed hsla(0, 0%, 100%, 0.12);
  border-radius: 50%;
  height: 200px;
  right: 15%;
  top: 20%;
  width: 200px;
}
.banner-section .ring-4[data-v-32db5ec5] {
  border: 1px solid hsla(0, 0%, 100%, 0.08);
  border-radius: 50%;
  bottom: 15%;
  height: 150px;
  right: 20%;
  width: 150px;
}
.banner-section .ring-4[data-v-32db5ec5],
.banner-section .ring-5[data-v-32db5ec5] {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.banner-section .ring-5[data-v-32db5ec5] {
  border: 2px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 50%;
  height: 100px;
  left: 5%;
  top: 30%;
  width: 100px;
}
.banner-section .dot-1[data-v-32db5ec5] {
  background: #ffffff4d;
  height: 8px;
  right: 25%;
  top: 25%;
  width: 8px;
}
.banner-section .dot-1[data-v-32db5ec5],
.banner-section .dot-2[data-v-32db5ec5] {
  border-radius: 50%;
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.banner-section .dot-2[data-v-32db5ec5] {
  background: #ffffff40;
  bottom: 30%;
  height: 6px;
  right: 10%;
  width: 6px;
}
.banner-section .dot-3[data-v-32db5ec5] {
  background: #fff3;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 8%;
  pointer-events: none;
  position: absolute;
  top: 60%;
  width: 10px;
  z-index: 2;
}
.banner-content[data-v-32db5ec5] {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.banner-content .container[data-v-32db5ec5] {
  align-items: center;
  display: flex;
  gap: 60px;
  justify-content: space-between;
}
.banner-text[data-v-32db5ec5] {
  color: #fff;
  flex: 1;
}
.banner-title[data-v-32db5ec5] {
  background: linear-gradient(180deg, #f5a623, #db7602 50%, #b85d00);
  -webkit-background-clip: text;
  font-size: 72px;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 8px;
  margin-bottom: 20px;
}
.banner-subtitle[data-v-32db5ec5] {
  background-color: #db7602;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding: 8px 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.subtitle-part[data-v-32db5ec5] {
  margin: 0 8px;
}
.subtitle-part[data-v-32db5ec5]:first-child {
  margin-left: 0;
}
.subtitle-part[data-v-32db5ec5]:last-child {
  margin-right: 0;
}
.banner-line[data-v-32db5ec5] {
  background: #db7602;
  border-radius: 2px;
  height: 4px;
  width: 120px;
}
.banner-form[data-v-32db5ec5] {
  flex-shrink: 0;
  width: 400px;
}
.form-card[data-v-32db5ec5] {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px #0000004d;
  padding: 35px;
}
.form-title[data-v-32db5ec5] {
  color: #1f2937;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
.form-fields[data-v-32db5ec5] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.form-input[data-v-32db5ec5],
.form-select[data-v-32db5ec5] {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  color: #374151;
  font-size: 15px;
  padding: 14px 16px;
  transition: all 0.3s;
  width: 100%;
}
.form-input[data-v-32db5ec5]:focus,
.form-select[data-v-32db5ec5]:focus {
  background: #fff;
  border-color: #073056;
  box-shadow: 0 0 0 3px #0730561a;
  outline: none;
}
.form-input[data-v-32db5ec5]::-moz-placeholder {
  color: #9ca3af;
}
.form-input[data-v-32db5ec5]::placeholder {
  color: #9ca3af;
}
.form-select[data-v-32db5ec5] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8 1 3h10z'/%3E%3C/svg%3E");
  background-position: right 16px center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-right: 40px;
}
.form-submit[data-v-32db5ec5] {
  background: linear-gradient(135deg, #073056, #3a7fb5);
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 700;
  margin-top: 10px;
  padding: 16px;
  transition: all 0.3s;
  width: 100%;
}
.form-submit[data-v-32db5ec5]:hover:not(:disabled) {
  box-shadow: 0 8px 20px #07305666;
  transform: translateY(-2px);
}
.form-submit[data-v-32db5ec5]:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.form-tips[data-v-32db5ec5] {
  color: #6b7280;
  font-size: 13px;
  margin-top: 15px;
  text-align: center;
}
.quick-form-section[data-v-32db5ec5] {
  background: linear-gradient(135deg, #e7e9ed, #ced4de);
  margin-top: -50px;
  padding: 30px 0;
  position: relative;
  z-index: 10;
}
.quick-form[data-v-32db5ec5] {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px #0000001a;
  padding: 25px 30px;
}
.quick-form-title[data-v-32db5ec5] {
  color: #b58a4f;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.quick-form-fields[data-v-32db5ec5] {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.quick-input[data-v-32db5ec5],
.quick-select[data-v-32db5ec5] {
  border: 1px solid #ddd;
  border-radius: 6px;
  flex: 1;
  font-size: 14px;
  min-width: 150px;
  outline: none;
  padding: 12px 15px;
  transition: border-color 0.3s;
}
.quick-input[data-v-32db5ec5]:focus,
.quick-select[data-v-32db5ec5]:focus {
  border-color: #3b82f6;
}
.quick-submit[data-v-32db5ec5] {
  background: linear-gradient(135deg, #f59e0b, #d97706);
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 30px;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  white-space: nowrap;
}
.quick-submit[data-v-32db5ec5]:hover:not(:disabled) {
  box-shadow: 0 4px 15px #f59e0b66;
  transform: translateY(-2px);
}
.quick-submit[data-v-32db5ec5]:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.about-section[data-v-32db5ec5] {
  background: linear-gradient(135deg, #2631dc, #8a6a3a);
  min-height: 600px;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
}
.about-section[data-v-32db5ec5]:before {
  background-image:
    linear-gradient(90deg, hsla(0, 0%, 100%, 0.05) 1px, transparent 0),
    linear-gradient(hsla(0, 0%, 100%, 0.05) 1px, transparent 0);
  background-size: 50px 50px;
  inset: 0;
}
.about-section[data-v-32db5ec5]:after,
.about-section[data-v-32db5ec5]:before {
  content: "";
  pointer-events: none;
  position: absolute;
}
.about-section[data-v-32db5ec5]:after {
  background:
    radial-gradient(circle at 30% 70%, hsla(0, 0%, 100%, 0.08) 0, transparent 40%),
    radial-gradient(circle at 70% 30%, hsla(0, 0%, 100%, 0.06) 0, transparent 35%);
  height: 200%;
  left: -50%;
  top: -50%;
  width: 200%;
}
.about-content[data-v-32db5ec5] {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: 1.2fr 1fr;
}
.about-left[data-v-32db5ec5] {
  color: #fff;
}
.about-subtitle[data-v-32db5ec5] {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 15px;
  opacity: 0.9;
}
.about-title[data-v-32db5ec5] {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
.about-divider[data-v-32db5ec5] {
  background: #fff;
  height: 4px;
  margin-bottom: 30px;
  width: 60px;
}
.about-position h3[data-v-32db5ec5] {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.about-position p[data-v-32db5ec5] {
  font-size: 15px;
  line-height: 2;
  opacity: 0.95;
}
.about-right[data-v-32db5ec5] {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.medal-container[data-v-32db5ec5] {
  margin-bottom: 10px;
}
.medal-image[data-v-32db5ec5] {
  filter: drop-shadow(0 4px 15px rgba(0, 0, 0, 0.3));
  height: auto;
  width: 150px;
}
.xb-images[data-v-32db5ec5] {
  display: flex;
  gap: 20px;
}
.xb-image[data-v-32db5ec5] {
  border-radius: 8px;
  box-shadow: 0 8px 30px #0000004d;
  height: auto;
  transition: transform 0.3s;
  width: 200px;
}
.xb-image[data-v-32db5ec5]:hover {
  transform: translateY(-5px);
}
.honor-section[data-v-32db5ec5] {
  min-height: 600px;
  overflow: hidden;
  padding: 80px 0;
  position: relative;
}
.honor-bg[data-v-32db5ec5] {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.honor-bg-image[data-v-32db5ec5] {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.honor-section .container[data-v-32db5ec5] {
  position: relative;
  z-index: 2;
}
.honor-content[data-v-32db5ec5] {
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: 45% 55%;
}
.honor-left[data-v-32db5ec5] {
  display: flex;
  justify-content: center;
}
.honor-images[data-v-32db5ec5] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.honor-image-row[data-v-32db5ec5] {
  display: flex;
  gap: 15px;
  justify-content: center;
}
.honor-image[data-v-32db5ec5] {
  border-radius: 8px;
  box-shadow: 0 4px 15px #0000001a;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
  width: 140px;
}
.honor-image[data-v-32db5ec5]:hover {
  transform: translateY(-3px);
}
.honor-right[data-v-32db5ec5] {
  padding-left: 80px;
}
.honor-title[data-v-32db5ec5] {
  color: #1f2937;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}
.honor-title[data-v-32db5ec5]:after {
  background: linear-gradient(90deg, #b58a4f, #8a6a3a);
  border-radius: 2px;
  content: "";
  display: block;
  height: 4px;
  margin-top: 15px;
  width: 50px;
}
.honor-list[data-v-32db5ec5] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.honor-item[data-v-32db5ec5] {
  align-items: flex-start;
  display: flex;
  gap: 15px;
}
.honor-dot[data-v-32db5ec5] {
  background: #b58a4f;
  border-radius: 50%;
  flex-shrink: 0;
  height: 12px;
  margin-top: 6px;
  width: 12px;
}
.honor-text h4[data-v-32db5ec5] {
  color: #1f2937;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.honor-text p[data-v-32db5ec5] {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .banner-content .container[data-v-32db5ec5] {
    flex-direction: column;
    text-align: center;
  }
  .banner-title[data-v-32db5ec5] {
    background: linear-gradient(180deg, #f5a623, #db7602 50%, #b85d00);
    -webkit-background-clip: text;
    font-size: 56px;
    letter-spacing: 6px;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .banner-subtitle[data-v-32db5ec5] {
    font-size: 24px;
    padding: 6px 16px;
  }
  .banner-line[data-v-32db5ec5] {
    margin: 0 auto;
  }
  .banner-form[data-v-32db5ec5] {
    max-width: 500px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .banner-section[data-v-32db5ec5] {
    min-height: auto;
    padding: 40px 15px;
  }
  .banner-content[data-v-32db5ec5] {
    padding: 0;
  }
  .banner-title[data-v-32db5ec5] {
    background: linear-gradient(180deg, #f5a623, #db7602 50%, #b85d00);
    -webkit-background-clip: text;
    font-size: 42px;
    letter-spacing: 4px;
    margin-bottom: 15px;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .banner-subtitle[data-v-32db5ec5] {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 5px 12px;
  }
  .subtitle-part[data-v-32db5ec5] {
    margin: 0 4px;
  }
  .form-card[data-v-32db5ec5] {
    padding: 25px;
  }
  .form-title[data-v-32db5ec5] {
    font-size: 20px;
  }
  .quick-form-section[data-v-32db5ec5] {
    margin-top: 0;
    padding: 20px 0;
  }
  .quick-form[data-v-32db5ec5] {
    padding: 20px;
  }
  .quick-form-title[data-v-32db5ec5] {
    font-size: 18px;
  }
  .quick-form-fields[data-v-32db5ec5] {
    flex-direction: column;
  }
  .quick-input[data-v-32db5ec5],
  .quick-select[data-v-32db5ec5],
  .quick-submit[data-v-32db5ec5] {
    min-width: auto;
    width: 100%;
  }
  .about-section[data-v-32db5ec5] {
    min-height: auto;
    padding: 50px 0;
  }
  .about-content[data-v-32db5ec5] {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  .about-title[data-v-32db5ec5] {
    font-size: 24px;
  }
  .about-position h3[data-v-32db5ec5] {
    font-size: 20px;
  }
  .about-right[data-v-32db5ec5],
  .xb-images[data-v-32db5ec5] {
    justify-content: center;
  }
  .xb-images[data-v-32db5ec5] {
    flex-direction: row;
    gap: 15px;
  }
  .xb-image[data-v-32db5ec5] {
    max-width: 160px;
    width: calc(50% - 8px);
  }
  .honor-section[data-v-32db5ec5] {
    min-height: auto;
    padding: 50px 0;
  }
  .honor-bg[data-v-32db5ec5] {
    display: none;
  }
  .honor-content[data-v-32db5ec5] {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  .honor-right[data-v-32db5ec5] {
    order: -1;
    padding-left: 0;
  }
  .honor-title[data-v-32db5ec5] {
    font-size: 28px;
    text-align: center;
  }
  .honor-title[data-v-32db5ec5]:after {
    margin: 15px auto 0;
  }
  .honor-image[data-v-32db5ec5] {
    height: 75px;
    width: 100px;
  }
  .honor-image-row[data-v-32db5ec5] {
    gap: 10px;
  }
}
.challenge-section[data-v-32db5ec5] {
  background: #f5f5f5;
  padding: 80px 0;
}
.challenge-header[data-v-32db5ec5] {
  margin-bottom: 40px;
}
.challenge-subtitle[data-v-32db5ec5] {
  color: #b58a4f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.challenge-title[data-v-32db5ec5] {
  color: #b58a4f;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.challenge-divider[data-v-32db5ec5] {
  background: linear-gradient(90deg, #b58a4f, #8a6a3a);
  border-radius: 2px;
  height: 4px;
  width: 60px;
}
.challenge-content[data-v-32db5ec5] {
  margin-bottom: 40px;
}
.challenge-section-title[data-v-32db5ec5] {
  background: linear-gradient(135deg, #b58a4f, #8a6a3a);
  border-radius: 4px;
  color: #1f2937;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  padding: 10px 20px;
}
.challenge-table[data-v-32db5ec5] {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px #00000014;
  overflow: hidden;
}
.table-header[data-v-32db5ec5] {
  background: linear-gradient(135deg, #b58a4f, #8a6a3a);
  color: #fff;
  display: grid;
  font-weight: 700;
  grid-template-columns: 120px 1fr 1fr;
}
.table-header .table-cell[data-v-32db5ec5] {
  border-right: 1px solid hsla(0, 0%, 100%, 0.3);
  color: #fff !important;
  font-size: 16px;
  padding: 18px 20px;
  text-align: center;
}
.table-header .table-cell[data-v-32db5ec5]:last-child {
  border-right: none;
}
.table-row[data-v-32db5ec5] {
  border-bottom: 1px solid #e5e7eb;
  display: grid;
  grid-template-columns: 120px 1fr 1fr;
}
.table-row[data-v-32db5ec5]:last-child {
  border-bottom: none;
}
.table-row[data-v-32db5ec5]:nth-child(2n) {
  background: #fafafa;
}
.table-cell[data-v-32db5ec5] {
  align-items: center;
  border-right: 1px solid #e5e7eb;
  color: #4b5563;
  display: flex;
  font-size: 14px;
  line-height: 1.6;
  padding: 20px;
}
.table-cell[data-v-32db5ec5]:last-child {
  border-right: none;
}
.table-row .table-cell[data-v-32db5ec5]:first-child {
  color: #1f2937;
  font-weight: 700;
  justify-content: center;
  text-align: center;
}
.path-section[data-v-32db5ec5] {
  background: #fff;
  padding: 80px 0;
}
.path-header[data-v-32db5ec5] {
  margin-bottom: 40px;
}
.path-subtitle[data-v-32db5ec5] {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.path-subtitle[data-v-32db5ec5],
.path-title[data-v-32db5ec5] {
  color: #b58a4f;
  font-weight: 700;
}
.path-title[data-v-32db5ec5] {
  font-size: 32px;
  margin-bottom: 15px;
}
.path-divider[data-v-32db5ec5] {
  background: linear-gradient(90deg, #b58a4f, #8a6a3a);
  border-radius: 2px;
  height: 4px;
  width: 60px;
}
.path-content[data-v-32db5ec5] {
  margin-bottom: 40px;
}
.path-section-title[data-v-32db5ec5] {
  color: #b58a4f;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: center;
}
.path-table[data-v-32db5ec5] {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 20px #00000014;
  overflow: hidden;
}
.path-table-header[data-v-32db5ec5] {
  background: linear-gradient(135deg, #b58a4f, #8a6a3a);
  color: #fff;
  display: grid;
  font-weight: 700;
  grid-template-columns: 120px 210px 250px 150px 150px 1fr;
}
.path-table-header .path-table-cell[data-v-32db5ec5] {
  align-items: center;
  border-right: 1px solid hsla(0, 0%, 100%, 0.3);
  color: #fff !important;
  display: flex;
  font-size: 14px;
  justify-content: center;
  padding: 16px 12px;
  text-align: center;
}
.path-table-header .path-table-cell[data-v-32db5ec5]:last-child {
  border-right: none;
}
.path-table-row[data-v-32db5ec5] {
  border-bottom: 1px solid #e5e7eb;
  display: grid;
  grid-template-columns: 120px 210px 250px 150px 150px 1fr;
}
.path-table-row[data-v-32db5ec5]:last-child {
  border-bottom: none;
}
.path-table-row[data-v-32db5ec5]:nth-child(2n) {
  background: #fafafa;
}
.path-table-cell[data-v-32db5ec5] {
  align-items: center;
  border-right: 1px solid #e5e7eb;
  color: #4b5563;
  display: flex;
  font-size: 13px;
  line-height: 1.7;
  padding: 16px 12px;
}
.path-table-cell[data-v-32db5ec5]:last-child {
  border-right: none;
}
.path-table-cell ul[data-v-32db5ec5] {
  list-style: disc;
  margin: 0;
  padding-left: 16px;
}
.path-table-cell ul li[data-v-32db5ec5] {
  margin-bottom: 4px;
}
.path-table-cell ul li[data-v-32db5ec5]:last-child {
  margin-bottom: 0;
}
.path-type[data-v-32db5ec5] {
  align-items: center;
  background: linear-gradient(135deg, #b58a4f, #8a6a3a);
  color: #fff !important;
  display: flex;
  font-weight: 700;
  justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .challenge-section[data-v-32db5ec5] {
    padding: 50px 0;
  }
  .challenge-subtitle[data-v-32db5ec5] {
    font-size: 14px;
  }
  .challenge-title[data-v-32db5ec5] {
    font-size: 24px;
  }
  .challenge-section-title[data-v-32db5ec5] {
    font-size: 20px;
  }
  .challenge-main[data-v-32db5ec5] {
    flex-direction: column;
  }
  .challenge-image[data-v-32db5ec5] {
    margin: 30px auto 0;
    max-width: 300px;
    width: 100%;
  }
  .table-header[data-v-32db5ec5],
  .table-row[data-v-32db5ec5] {
    grid-template-columns: 80px 1fr 1fr;
  }
  .table-cell[data-v-32db5ec5],
  .table-header .table-cell[data-v-32db5ec5] {
    font-size: 12px;
    padding: 12px 10px;
  }
  .challenge-content[data-v-32db5ec5] {
    margin-bottom: 30px;
  }
  .path-section[data-v-32db5ec5] {
    padding: 50px 0;
  }
  .path-subtitle[data-v-32db5ec5] {
    font-size: 14px;
  }
  .path-title[data-v-32db5ec5] {
    font-size: 24px;
  }
  .path-section-title[data-v-32db5ec5] {
    font-size: 20px;
  }
  .path-table[data-v-32db5ec5] {
    overflow-x: auto;
  }
  .path-table-header[data-v-32db5ec5],
  .path-table-row[data-v-32db5ec5] {
    grid-template-columns: 100px 160px 200px 130px 130px 1fr;
    min-width: 820px;
  }
  .path-table-cell[data-v-32db5ec5],
  .path-table-header .path-table-cell[data-v-32db5ec5] {
    font-size: 12px;
    padding: 12px 8px;
  }
}
.service-section[data-v-32db5ec5] {
  background: #f5f5f5;
  padding: 80px 0;
}
.service-header[data-v-32db5ec5] {
  margin-bottom: 40px;
}
.service-title[data-v-32db5ec5] {
  margin-bottom: 5px;
}
.service-title[data-v-32db5ec5],
.service-title-highlight[data-v-32db5ec5] {
  color: #b58a4f;
  font-size: 32px;
  font-weight: 700;
}
.service-title-highlight[data-v-32db5ec5] {
  margin-bottom: 15px;
}
.service-divider[data-v-32db5ec5] {
  background: linear-gradient(90deg, #b58a4f, #8a6a3a);
  border-radius: 2px;
  height: 4px;
  width: 60px;
}
.service-content[data-v-32db5ec5] {
  margin-bottom: 40px;
}
.service-section-title[data-v-32db5ec5] {
  color: #1f2937;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  text-align: left;
}
.service-table[data-v-32db5ec5] {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 20px #00000014;
  overflow: hidden;
}
.service-table-header[data-v-32db5ec5] {
  background: linear-gradient(135deg, #b58a4f, #8a6a3a);
  color: #fff;
  display: grid;
  font-weight: 700;
  grid-template-columns: 100px 110px 130px 80px 1fr 100px 140px;
}
.service-table-header .service-table-cell[data-v-32db5ec5] {
  align-items: center;
  border-right: 1px solid hsla(0, 0%, 100%, 0.3);
  color: #fff !important;
  display: flex;
  font-size: 14px;
  justify-content: center;
  padding: 16px 10px;
  text-align: center;
}
.service-table-header .service-table-cell[data-v-32db5ec5]:last-child {
  border-right: none;
}
.service-table-row[data-v-32db5ec5] {
  border-bottom: 1px solid #e5e7eb;
  display: grid;
  grid-template-columns: 100px 110px 130px 80px 1fr 100px 140px;
}
.service-table-row[data-v-32db5ec5]:last-child {
  border-bottom: none;
}
.service-table-row[data-v-32db5ec5]:nth-child(2n) {
  background: #fafafa;
}
.service-table-cell[data-v-32db5ec5] {
  align-items: center;
  border-right: 1px solid #e5e7eb;
  color: #4b5563;
  display: flex;
  font-size: 13px;
  line-height: 1.7;
  padding: 16px 12px;
}
.service-table-cell[data-v-32db5ec5]:last-child {
  border-right: none;
}
.service-type[data-v-32db5ec5] {
  align-items: center;
  display: flex;
  font-weight: 700;
  justify-content: center;
  text-align: center;
}
.service-highlight[data-v-32db5ec5],
.service-type[data-v-32db5ec5] {
  background: linear-gradient(135deg, #b58a4f, #8a6a3a);
  color: #fff !important;
}
.single-service[data-v-32db5ec5] {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 20px #00000014;
  padding: 30px;
}
.single-service-title[data-v-32db5ec5] {
  background: linear-gradient(135deg, #b58a4f, #8a6a3a);
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
  padding: 12px 20px;
}
.single-service-content[data-v-32db5ec5] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.single-service-item[data-v-32db5ec5] {
  padding-left: 10px;
}
.single-service-item h4[data-v-32db5ec5] {
  color: #1f2937;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.single-service-item p[data-v-32db5ec5] {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.6;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .service-section[data-v-32db5ec5] {
    padding: 50px 0;
  }
  .service-title[data-v-32db5ec5],
  .service-title-highlight[data-v-32db5ec5] {
    font-size: 24px;
  }
  .service-section-title[data-v-32db5ec5] {
    font-size: 18px;
  }
  .service-table[data-v-32db5ec5] {
    overflow-x: auto;
  }
  .service-table-header[data-v-32db5ec5],
  .service-table-row[data-v-32db5ec5] {
    grid-template-columns: 90px 100px 110px 70px 200px 90px 120px;
    min-width: 780px;
  }
  .service-table-cell[data-v-32db5ec5],
  .service-table-header .service-table-cell[data-v-32db5ec5] {
    font-size: 12px;
    padding: 12px 8px;
  }
  .single-service[data-v-32db5ec5] {
    padding: 20px;
  }
  .single-service-title[data-v-32db5ec5] {
    font-size: 16px;
  }
  .single-service-item h4[data-v-32db5ec5] {
    font-size: 14px;
  }
  .single-service-item p[data-v-32db5ec5] {
    font-size: 13px;
  }
}
.highlights-section[data-v-32db5ec5] {
  background: #fff;
  padding: 80px 0;
}
.highlights-header[data-v-32db5ec5] {
  margin-bottom: 40px;
}
.highlights-subtitle[data-v-32db5ec5] {
  color: #b58a4f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.highlights-title[data-v-32db5ec5] {
  color: #b58a4f;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.highlights-divider[data-v-32db5ec5] {
  background: linear-gradient(90deg, #b58a4f, #8a6a3a);
  border-radius: 2px;
  height: 4px;
  width: 60px;
}
.highlights-content[data-v-32db5ec5] {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}
.highlight-item[data-v-32db5ec5] {
  border: 2px solid #b58a4f;
  border-radius: 8px;
  box-shadow: 0 4px 15px #b58a4f1a;
  display: flex;
  overflow: hidden;
}
.highlight-left[data-v-32db5ec5] {
  align-items: center;
  background: linear-gradient(135deg, #b58a4f, #8a6a3a);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 20px;
  position: relative;
  width: 180px;
}
.highlight-number[data-v-32db5ec5] {
  bottom: 10px;
  font-size: 72px;
  font-weight: 700;
  left: 20px;
  line-height: 1;
  opacity: 0.3;
  position: absolute;
}
.highlight-name[data-v-32db5ec5] {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  z-index: 1;
}
.highlight-right[data-v-32db5ec5] {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 15px;
  padding: 25px 30px;
}
.highlight-point[data-v-32db5ec5] {
  color: #4b5563;
  display: flex;
  font-size: 14px;
  gap: 5px;
  line-height: 1.8;
}
.point-title[data-v-32db5ec5] {
  color: #1f2937;
  flex-shrink: 0;
  font-weight: 700;
}
.point-content[data-v-32db5ec5] {
  color: #4b5563;
}
.highlights-images[data-v-32db5ec5] {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.highlight-image-item[data-v-32db5ec5] {
  border-radius: 8px;
  box-shadow: 0 4px 15px #0000001a;
  overflow: hidden;
}
.highlight-image-item img[data-v-32db5ec5] {
  display: block;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .highlights-section[data-v-32db5ec5] {
    padding: 50px 0;
  }
  .highlights-subtitle[data-v-32db5ec5] {
    font-size: 14px;
  }
  .highlights-title[data-v-32db5ec5] {
    font-size: 24px;
  }
  .highlight-item[data-v-32db5ec5] {
    flex-direction: column;
  }
  .highlight-left[data-v-32db5ec5] {
    flex-direction: row;
    gap: 15px;
    padding: 20px;
    width: 100%;
  }
  .highlight-number[data-v-32db5ec5] {
    font-size: 48px;
    opacity: 0.5;
    position: static;
  }
  .highlight-name[data-v-32db5ec5] {
    font-size: 16px;
  }
  .highlight-right[data-v-32db5ec5] {
    padding: 20px;
  }
  .highlight-point[data-v-32db5ec5] {
    font-size: 13px;
  }
  .highlights-images[data-v-32db5ec5] {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .highlight-image-item img[data-v-32db5ec5] {
    height: 200px;
  }
}
.guide-section[data-v-32db5ec5] {
  background: #f8f9fa;
  padding: 80px 0;
}
.guide-header[data-v-32db5ec5] {
  margin-bottom: 40px;
}
.guide-main-title[data-v-32db5ec5] {
  color: #b58a4f;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.guide-divider[data-v-32db5ec5] {
  background: linear-gradient(90deg, #b58a4f, #8a6a3a);
  border-radius: 2px;
  height: 4px;
  width: 60px;
}
.guide-subsection[data-v-32db5ec5] {
  margin-bottom: 50px;
}
.guide-subsection-title[data-v-32db5ec5] {
  background: linear-gradient(135deg, #b58a4f, #8a6a3a);
  border-radius: 4px;
  color: #fff;
  padding: 12px 25px;
}
.guide-subsection-title[data-v-32db5ec5],
.guide-subsection-title-alt[data-v-32db5ec5] {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}
.guide-subsection-title-alt[data-v-32db5ec5] {
  border-bottom: 3px solid #b58a4f;
  color: #b58a4f;
  padding-bottom: 10px;
}
.timeline-horizontal[data-v-32db5ec5] {
  display: flex;
  gap: 0;
  overflow-x: auto;
  padding: 10px;
  position: relative;
}
.timeline-h-item[data-v-32db5ec5] {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 170px;
  position: relative;
}
.timeline-h-content[data-v-32db5ec5] {
  background: #fff;
  border-left: 1px solid #e5e7eb;
  border-radius: 8px 8px 0 0;
  border-right: 1px solid #e5e7eb;
  border-top: 3px solid #b58a4f;
  box-shadow: 0 2px 10px #0000000f;
  flex: 1;
  padding: 15px;
  text-align: center;
}
.timeline-h-item:last-child .timeline-h-content[data-v-32db5ec5] {
  border-top-color: #10b981;
}
.timeline-h-center[data-v-32db5ec5] {
  align-items: center;
  background: #fff;
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
  display: flex;
  height: 24px;
}
.timeline-h-line-left[data-v-32db5ec5],
.timeline-h-line-right[data-v-32db5ec5] {
  background: #b58a4f;
  flex: 1;
  height: 3px;
}
.timeline-h-item:first-child .timeline-h-line-left[data-v-32db5ec5],
.timeline-h-item:last-child .timeline-h-line-right[data-v-32db5ec5] {
  background: transparent;
}
.timeline-h-dot[data-v-32db5ec5] {
  background: linear-gradient(135deg, #b58a4f, #8a6a3a);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #b58a4f;
  flex-shrink: 0;
  height: 16px;
  margin: 0 -2px;
  width: 16px;
  z-index: 2;
}
.timeline-h-dot.final[data-v-32db5ec5] {
  background: linear-gradient(135deg, #10b981, #059669);
  box-shadow: 0 0 0 2px #10b981;
}
.timeline-h-time-wrapper[data-v-32db5ec5] {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  border-left: 1px solid #e5e7eb;
  border-radius: 0 0 8px 8px;
  border-right: 1px solid #e5e7eb;
  box-shadow: 0 2px 10px #0000000f;
  padding: 10px;
  text-align: center;
}
.timeline-h-time[data-v-32db5ec5] {
  background: #fef2f2;
  border-radius: 12px;
  color: #b58a4f;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
}
.timeline-h-item:last-child .timeline-h-time[data-v-32db5ec5] {
  background: #d1fae5;
  color: #10b981;
}
.timeline-h-task[data-v-32db5ec5] {
  color: #1f2937;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}
.timeline-h-tips p[data-v-32db5ec5] {
  color: #6b7280;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
.material-section[data-v-32db5ec5] {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 4px 20px #00000014;
  padding: 30px;
}
.material-section-title[data-v-32db5ec5] {
  background: linear-gradient(135deg, #b58a4f, #8a6a3a);
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  padding: 10px 20px;
}
.material-item[data-v-32db5ec5] {
  border-bottom: 1px dashed #e5e7eb;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.material-item[data-v-32db5ec5]:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.material-item-header[data-v-32db5ec5] {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.material-icon[data-v-32db5ec5] {
  color: #b58a4f;
  font-size: 20px;
}
.material-name[data-v-32db5ec5] {
  color: #1f2937;
  font-size: 17px;
  font-weight: 700;
}
.material-content p[data-v-32db5ec5] {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 10px;
  padding-left: 30px;
}
.material-content p[data-v-32db5ec5]:last-child {
  margin-bottom: 0;
}
.qa-section[data-v-32db5ec5] {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.qa-item[data-v-32db5ec5] {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 4px 20px #00000014;
  display: flex;
  gap: 25px;
  overflow: hidden;
  padding: 30px;
  position: relative;
}
.qa-item[data-v-32db5ec5]:before {
  background: linear-gradient(180deg, #b58a4f, #8a6a3a);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 4px;
}
.qa-number[data-v-32db5ec5] {
  color: #b58a4f;
  flex-shrink: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.15;
  text-align: center;
  width: 80px;
}
.qa-content[data-v-32db5ec5] {
  flex: 1;
}
.qa-title[data-v-32db5ec5] {
  color: #1f2937;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.qa-detail[data-v-32db5ec5] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.qa-detail p[data-v-32db5ec5] {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.8;
}
.qa-label[data-v-32db5ec5] {
  color: #b58a4f;
  font-weight: 700;
}
.qa-question[data-v-32db5ec5] {
  margin-top: 10px;
}
.question-text[data-v-32db5ec5] {
  color: #1f2937;
  font-weight: 700;
  margin-bottom: 8px;
}
.answer-text[data-v-32db5ec5] {
  padding-left: 20px;
}
.answer-label[data-v-32db5ec5] {
  color: #b58a4f;
  font-weight: 700;
}
@media (max-width: 768px) {
  .guide-section[data-v-32db5ec5] {
    padding: 50px 0;
  }
  .guide-header[data-v-32db5ec5] {
    margin-bottom: 30px;
  }
  .guide-main-title[data-v-32db5ec5] {
    font-size: 24px;
  }
  .guide-subsection-title[data-v-32db5ec5],
  .guide-subsection-title-alt[data-v-32db5ec5] {
    font-size: 16px;
  }
  .timeline-nodes[data-v-32db5ec5] {
    padding-left: 15px;
  }
  .timeline-node[data-v-32db5ec5] {
    gap: 15px;
    margin-bottom: 20px;
  }
  .timeline-horizontal[data-v-32db5ec5] {
    padding: 15px 5px;
  }
  .timeline-h-item[data-v-32db5ec5] {
    min-width: 130px;
  }
  .timeline-h-center[data-v-32db5ec5] {
    height: 20px;
  }
  .timeline-h-line-left[data-v-32db5ec5],
  .timeline-h-line-right[data-v-32db5ec5] {
    height: 2px;
  }
  .timeline-h-dot[data-v-32db5ec5] {
    border-width: 2px;
    height: 14px;
    width: 14px;
  }
  .timeline-h-content[data-v-32db5ec5] {
    border-top-width: 2px;
    padding: 10px 8px;
  }
  .timeline-h-time-wrapper[data-v-32db5ec5] {
    padding: 8px;
  }
  .timeline-h-time[data-v-32db5ec5] {
    font-size: 10px;
    padding: 2px 6px;
  }
  .timeline-h-task[data-v-32db5ec5] {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .timeline-h-tips p[data-v-32db5ec5] {
    font-size: 10px;
    line-height: 1.3;
  }
  .material-section[data-v-32db5ec5] {
    padding: 20px;
  }
  .material-name[data-v-32db5ec5],
  .material-section-title[data-v-32db5ec5] {
    font-size: 15px;
  }
  .material-content p[data-v-32db5ec5] {
    font-size: 13px;
    padding-left: 20px;
  }
  .qa-section[data-v-32db5ec5] {
    gap: 20px;
  }
  .qa-item[data-v-32db5ec5] {
    flex-direction: column;
    gap: 15px;
    padding: 20px;
  }
  .qa-number[data-v-32db5ec5] {
    font-size: 40px;
    text-align: left;
    width: auto;
  }
  .qa-title[data-v-32db5ec5] {
    font-size: 17px;
  }
  .qa-detail p[data-v-32db5ec5] {
    font-size: 13px;
    line-height: 1.7;
  }
  .answer-text[data-v-32db5ec5] {
    padding-left: 15px;
  }
}
.why-section[data-v-32db5ec5] {
  background: #fff;
  padding: 80px 0;
}
.why-header[data-v-32db5ec5] {
  margin-bottom: 40px;
}
.why-title[data-v-32db5ec5] {
  color: #b58a4f;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.why-divider[data-v-32db5ec5] {
  background: linear-gradient(90deg, #b58a4f, #8a6a3a);
  border-radius: 2px;
  height: 4px;
  width: 60px;
}
.why-content[data-v-32db5ec5] {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #b58a4f;
  border-radius: 12px;
  box-shadow: 0 4px 20px #00000014;
  padding: 40px;
}
.why-item[data-v-32db5ec5] {
  border-bottom: 1px dashed #e5e7eb;
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.why-item[data-v-32db5ec5]:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.why-number[data-v-32db5ec5] {
  color: #b58a4f;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 700;
  width: 30px;
}
.why-text[data-v-32db5ec5] {
  flex: 1;
}
.why-text h4[data-v-32db5ec5] {
  color: #1f2937;
  display: inline;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.why-text p[data-v-32db5ec5] {
  color: #4b5563;
  display: inline;
  font-size: 15px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .why-section[data-v-32db5ec5] {
    padding: 50px 0;
  }
  .why-title[data-v-32db5ec5] {
    font-size: 24px;
  }
  .why-content[data-v-32db5ec5] {
    padding: 25px 20px;
  }
  .why-item[data-v-32db5ec5] {
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .why-number[data-v-32db5ec5] {
    font-size: 20px;
    width: 25px;
  }
  .why-text h4[data-v-32db5ec5] {
    font-size: 16px;
  }
  .why-text p[data-v-32db5ec5] {
    font-size: 14px;
  }
}
.faq-section[data-v-32db5ec5] {
  background: #f8f9fa;
  padding: 80px 0;
}
.faq-list[data-v-32db5ec5] {
  margin: 0 auto;
  max-width: 900px;
}
.faq-item[data-v-32db5ec5] {
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.faq-question[data-v-32db5ec5] {
  color: #333;
  font-size: 18px;
  gap: 15px;
  padding: 25px 0;
}
.faq-q[data-v-32db5ec5],
.faq-question[data-v-32db5ec5] {
  align-items: center;
  display: flex;
}
.faq-q[data-v-32db5ec5] {
  background: #b58a4f;
  border-radius: 4px;
  color: #fff;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  width: 28px;
}
.faq-toggle[data-v-32db5ec5] {
  color: #999;
  font-size: 24px;
  margin-left: auto;
  transition: all 0.3s;
}
.faq-item.active .faq-toggle[data-v-32db5ec5] {
  color: #b58a4f;
}
.faq-answer[data-v-32db5ec5] {
  color: #666;
  display: flex;
  font-size: 15px;
  gap: 15px;
  line-height: 1.8;
  padding: 0 0 25px;
}
.faq-a[data-v-32db5ec5] {
  align-items: center;
  background: #4caf50;
  border-radius: 4px;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  width: 28px;
}
.info-section[data-v-32db5ec5] {
  background: #fff;
  padding: 80px 0;
}
.info-grid[data-v-32db5ec5] {
  display: flex;
  gap: 30px;
}
.info-column[data-v-32db5ec5] {
  background: #f8f9fa;
  border-radius: 12px;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 25px;
  width: 0;
}
.info-header[data-v-32db5ec5] {
  border-bottom: 2px solid #e5e7eb;
  flex-shrink: 0;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.info-header[data-v-32db5ec5],
.info-title[data-v-32db5ec5] {
  align-items: center;
  display: flex;
}
.info-title[data-v-32db5ec5] {
  color: #1f2937;
  font-size: 18px;
  font-weight: 700;
  gap: 8px;
}
.title-icon[data-v-32db5ec5] {
  color: #b58a4f;
  font-weight: 700;
}
.title-icon.hot[data-v-32db5ec5] {
  background: #b58a4f;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
}
.more-link[data-v-32db5ec5] {
  color: #6b7280;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s;
}
.more-link[data-v-32db5ec5]:hover {
  color: #b58a4f;
}
.info-list[data-v-32db5ec5] {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0;
  justify-content: space-between;
}
.info-item[data-v-32db5ec5] {
  align-items: center;
  border-bottom: 1px dashed #e5e7eb;
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  min-height: 44px;
  padding: 10px 0;
}
.info-item[data-v-32db5ec5]:last-child {
  border-bottom: none;
}
.info-number[data-v-32db5ec5] {
  align-items: center;
  background: #b58a4f;
  border-radius: 4px;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  height: 24px;
  justify-content: center;
  width: 24px;
}
.info-name[data-v-32db5ec5] {
  color: #374151;
  flex: 1;
  font-size: 14px;
}
.info-tag[data-v-32db5ec5] {
  background: #fef2f2;
  border-radius: 4px;
  color: #b58a4f;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 10px;
}
.info-desc[data-v-32db5ec5] {
  color: #6b7280;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-desc[data-v-32db5ec5],
.info-link[data-v-32db5ec5] {
  flex: 1;
  overflow: hidden;
}
.info-link[data-v-32db5ec5] {
  align-items: center;
  color: inherit;
  display: flex;
  gap: 8px;
  min-width: 0;
  text-decoration: none;
}
.info-link:hover .info-text[data-v-32db5ec5] {
  color: #b58a4f;
}
.info-dot[data-v-32db5ec5] {
  background: #b58a4f;
  border-radius: 50%;
  flex-shrink: 0;
  height: 6px;
  width: 6px;
}
.info-text[data-v-32db5ec5] {
  color: #374151;
  display: block;
  font-size: 14px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.3s;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .info-grid[data-v-32db5ec5] {
    flex-wrap: wrap;
  }
  .info-column[data-v-32db5ec5] {
    flex: 1 1 calc(50% - 15px);
    min-width: 280px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .faq-section[data-v-32db5ec5] {
    padding: 50px 0;
  }
  .faq-question[data-v-32db5ec5] {
    font-size: 16px;
    padding: 20px 0;
  }
  .faq-answer[data-v-32db5ec5] {
    font-size: 14px;
    padding: 0 0 20px;
  }
  .faq-a[data-v-32db5ec5],
  .faq-q[data-v-32db5ec5] {
    font-size: 12px;
    height: 24px;
    width: 24px;
  }
  .info-section[data-v-32db5ec5] {
    padding: 50px 0;
  }
  .info-grid[data-v-32db5ec5] {
    flex-direction: column;
    gap: 20px;
  }
  .info-column[data-v-32db5ec5] {
    flex: 1 1 100%;
    padding: 20px;
    width: 100%;
  }
  .info-title[data-v-32db5ec5] {
    font-size: 16px;
  }
}
.section-nav[data-v-56dd9476] {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #fffffff2;
  border-radius: 30px;
  box-shadow: 0 4px 20px #0000001a;
  left: 30px;
  opacity: 0;
  padding: 20px 15px;
  position: fixed;
  top: 50%;
  transform: translateY(-50%) translate(-100px);
  transition: all 0.3s ease;
  z-index: 999;
}
.section-nav.is-visible[data-v-56dd9476] {
  opacity: 1;
  transform: translateY(-50%) translate(0);
}
.nav-list[data-v-56dd9476] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-list li[data-v-56dd9476] {
  align-items: center;
  border-radius: 20px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  padding: 8px 12px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.nav-list li[data-v-56dd9476]:hover {
  background: #0000000d;
}
.nav-list li.is-active[data-v-56dd9476] {
  background: linear-gradient(135deg, #667eea, #764ba2);
}
.nav-list li.is-active .nav-dot[data-v-56dd9476] {
  background: #fff;
  transform: scale(1.3);
}
.nav-list li.is-active .nav-label[data-v-56dd9476] {
  color: #fff;
  font-weight: 500;
}
.nav-dot[data-v-56dd9476] {
  background: #ccc;
  border-radius: 50%;
  flex-shrink: 0;
  height: 8px;
  width: 8px;
}
.nav-dot[data-v-56dd9476],
.nav-label[data-v-56dd9476] {
  transition: all 0.3s ease;
}
.nav-label[data-v-56dd9476] {
  color: #666;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .section-nav[data-v-56dd9476] {
    display: none;
  }
}
