@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

html, body {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
}

ol,
ul {
  margin-top: 0;
  list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: hsl(0, 0%, -15%);
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
  overflow: auto;
  font-size: 0.875em;
}

img,
svg {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 8px;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

body {
  background-color: #000;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}
.btn:focus {
  outline: none;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}
.btn.btn-primary:focus {
  outline: none;
}
.btn.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn.btn-primary {
  background-color: #000;
  color: #ffffff;
}
.btn.btn-primary:hover:not(:disabled) {
  background-color: hsl(0, 0%, -10%);
}
.btn.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}
.btn.btn-secondary:focus {
  outline: none;
}
.btn.btn-secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn.btn-secondary {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.btn.btn-secondary:hover:not(:disabled) {
  background-color: #000;
  color: #ffffff;
}
.btn.btn-sm {
  padding: 4px 8px;
  font-size: 14px;
}
.btn.btn-lg {
  padding: 16px 24px;
  font-size: 18px;
}

.card {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 24px;
  transition: box-shadow 0.3s ease;
}
.card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.form-control {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  transition: border-color 0.3s ease;
}
.form-control:focus {
  outline: none;
  border-color: #000;
}
.form-control::placeholder {
  color: #999999;
}

.text-primary {
  color: #333333;
}

.text-secondary {
  color: #666666;
}

.text-muted {
  color: #999999;
}

.text-light {
  color: #ffffff;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bg-primary {
  background-color: #ffffff;
}

.bg-secondary {
  background-color: #f8f9fa;
}

.bg-dark {
  background-color: #000;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.m-1 {
  margin: 4px;
}

.mt-1 {
  margin-top: 4px;
}

.mr-1 {
  margin-right: 4px;
}

.mb-1 {
  margin-bottom: 4px;
}

.ml-1 {
  margin-left: 4px;
}

.m-2 {
  margin: 8px;
}

.mt-2 {
  margin-top: 8px;
}

.mr-2 {
  margin-right: 8px;
}

.mb-2 {
  margin-bottom: 8px;
}

.ml-2 {
  margin-left: 8px;
}

.m-3 {
  margin: 16px;
}

.mt-3 {
  margin-top: 16px;
}

.mr-3 {
  margin-right: 16px;
}

.mb-3 {
  margin-bottom: 16px;
}

.ml-3 {
  margin-left: 16px;
}

.m-4 {
  margin: 24px;
}

.mt-4 {
  margin-top: 24px;
}

.mr-4 {
  margin-right: 24px;
}

.mb-4 {
  margin-bottom: 24px;
}

.ml-4 {
  margin-left: 24px;
}

.m-5 {
  margin: 32px;
}

.mt-5 {
  margin-top: 32px;
}

.mr-5 {
  margin-right: 32px;
}

.mb-5 {
  margin-bottom: 32px;
}

.ml-5 {
  margin-left: 32px;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.p-1 {
  padding: 4px;
}

.pt-1 {
  padding-top: 4px;
}

.pr-1 {
  padding-right: 4px;
}

.pb-1 {
  padding-bottom: 4px;
}

.pl-1 {
  padding-left: 4px;
}

.p-2 {
  padding: 8px;
}

.pt-2 {
  padding-top: 8px;
}

.pr-2 {
  padding-right: 8px;
}

.pb-2 {
  padding-bottom: 8px;
}

.pl-2 {
  padding-left: 8px;
}

.p-3 {
  padding: 16px;
}

.pt-3 {
  padding-top: 16px;
}

.pr-3 {
  padding-right: 16px;
}

.pb-3 {
  padding-bottom: 16px;
}

.pl-3 {
  padding-left: 16px;
}

.p-4 {
  padding: 24px;
}

.pt-4 {
  padding-top: 24px;
}

.pr-4 {
  padding-right: 24px;
}

.pb-4 {
  padding-bottom: 24px;
}

.pl-4 {
  padding-left: 24px;
}

.p-5 {
  padding: 32px;
}

.pt-5 {
  padding-top: 32px;
}

.pr-5 {
  padding-right: 32px;
}

.pb-5 {
  padding-bottom: 32px;
}

.pl-5 {
  padding-left: 32px;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.flex-fill {
  flex: 1 1 auto;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

@media (max-width: 768px) {
  .d-mobile-none {
    display: none;
  }
  .d-mobile-inline {
    display: inline;
  }
  .d-mobile-inline-block {
    display: inline-block;
  }
  .d-mobile-block {
    display: block;
  }
  .d-mobile-flex {
    display: flex;
  }
}
@media (min-width: 769px) {
  .d-desktop-none {
    display: none;
  }
  .d-desktop-inline {
    display: inline;
  }
  .d-desktop-inline-block {
    display: inline-block;
  }
  .d-desktop-block {
    display: block;
  }
  .d-desktop-flex {
    display: flex;
  }
}
.position-static {
  position: static;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-sticky {
  position: sticky;
}

.shadow-sm {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.shadow {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.shadow-lg {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.shadow-none {
  box-shadow: none;
}

.rounded-0 {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 4px;
}

.rounded {
  border-radius: 8px;
}

.rounded-lg {
  border-radius: 12px;
}

.rounded-circle {
  border-radius: 50%;
}

.border {
  border: 1px solid #e9ecef;
}

.border-top {
  border-top: 1px solid #e9ecef;
}

.border-right {
  border-right: 1px solid #e9ecef;
}

.border-bottom {
  border-bottom: 1px solid #e9ecef;
}

.border-left {
  border-left: 1px solid #e9ecef;
}

.border-0 {
  border: 0;
}

.border-top-0 {
  border-top: 0;
}

.border-right-0 {
  border-right: 0;
}

.border-bottom-0 {
  border-bottom: 0;
}

.border-left-0 {
  border-left: 0;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-25 {
  height: 25%;
}

.h-50 {
  height: 50%;
}

.h-75 {
  height: 75%;
}

.h-100 {
  height: 100%;
}

.h-auto {
  height: auto;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 40%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.05) 90%, rgba(0, 0, 0, 0.01) 100%);
  color: #ffffff;
  z-index: 1000;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease, box-shadow 0.3s ease;
}
.site-header .header-container {
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.site-header .header-container .header-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.site-header .header-container .header-nav .nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 575px) {
  .site-header .header-container .header-nav .nav-menu {
    gap: 0.1rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .site-header .header-container .header-nav .nav-menu {
    gap: 0.2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-header .header-container .header-nav .nav-menu {
    gap: 0.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .header-container .header-nav .nav-menu {
    gap: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .site-header .header-container .header-nav .nav-menu {
    gap: 3.5rem;
  }
}
.site-header .header-container .logo-brand {
  position: absolute;
  left: 3rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-header .header-container .header-actions {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .site-header .header-container {
    display: flex;
    align-items: center;
    position: relative;
  }
  .site-header .header-container .header-nav {
    display: block;
    position: static !important;
    left: auto !important;
    transform: none !important;
  }
  .site-header .header-container .header-nav .nav-menu {
    display: none;
  }
  .site-header .header-container .logo-brand {
    position: static !important;
    left: auto !important;
    transform: none !important;
    display: flex;
    align-items: center;
  }
  .site-header .header-container .header-actions {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
  }
}
.site-header .logo-brand {
  text-decoration: none;
  color: #ffffff;
  transition: opacity 0.3s ease ease;
}
.site-header .logo-brand:hover {
  opacity: 0.9;
  color: #ffffff;
  text-decoration: none;
}
.site-header .logo-brand .logo-img {
  height: 40px;
  width: auto;
  object-fit: contain;
}
.site-header .logo-brand .brand-name {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
}
.site-header .nav-menu .nav-item {
  position: relative;
}
.site-header .nav-menu .nav-item .nav-link {
  display: block;
  padding: 8px 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s ease ease;
  white-space: nowrap;
}
.site-header .nav-menu .nav-item .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-decoration: none;
}
.site-header .nav-menu .nav-item .nav-link.active {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-weight: 600;
  /* &::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background-color: $primary-color;
    border-radius: 1px;
  } */
}
.site-header .nav-menu .nav-item .nav-link.dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.site-header .nav-menu .nav-item .nav-link.dropdown-trigger .dropdown-arrow {
  font-size: 0.8em;
  transition: transform 0.3s ease ease;
}
.site-header .nav-menu .nav-item.has-dropdown .nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  backdrop-filter: blur(10px);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  list-style: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-10px) scaleY(0);
  transform-origin: top center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1001;
}
.site-header .nav-menu .nav-item.has-dropdown .nav-dropdown.show {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
  padding: 8px 0;
  transform: translateY(0) scaleY(1);
}
.site-header .nav-menu .nav-item.has-dropdown .nav-dropdown .dropdown-item .dropdown-link {
  display: block;
  padding: 8px 16px;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.3s ease ease;
  border-left: 3px solid transparent;
}
.site-header .nav-menu .nav-item.has-dropdown .nav-dropdown .dropdown-item .dropdown-link:hover, .site-header .nav-menu .nav-item.has-dropdown .nav-dropdown .dropdown-item .dropdown-link:active, .site-header .nav-menu .nav-item.has-dropdown .nav-dropdown .dropdown-item .dropdown-link.active {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-decoration: none;
  border-left-color: rgba(255, 255, 255, 0.3);
}
.site-header .nav-menu .nav-item.has-dropdown .nav-dropdown .dropdown-item .dropdown-link {
  /* &:active,
  &.active {
    background-color: rgba(255, 255, 255, 0.1);
    border-left-color: $primary-color;
    color: $primary-color;
  } */
}
.site-header .nav-menu .nav-item.has-dropdown.dropdown-active .dropdown-trigger {
  background-color: rgba(255, 255, 255, 0.1);
}
.site-header .nav-menu .nav-item.has-dropdown.dropdown-active .dropdown-trigger .dropdown-arrow {
  transform: rotate(180deg);
}
.site-header .nav-menu .nav-item.has-dropdown.active .dropdown-trigger {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  font-weight: 600;
}
.site-header .nav-menu .nav-item.has-dropdown.active .nav-dropdown .dropdown-link.active {
  background-color: rgba(255, 255, 255, 0.2);
  font-weight: 600;
}
.site-header .nav-menu .nav-item.has-dropdown.active .nav-dropdown .dropdown-link.active::before {
  content: "●";
  position: absolute;
  left: 0.5rem;
  font-size: 0.8em;
}
@media (max-width: 768px) {
  .site-header .nav-menu .nav-item.has-dropdown .dropdown-trigger {
    cursor: pointer;
    position: relative;
  }
  .site-header .nav-menu .nav-item.has-dropdown .dropdown-trigger::after {
    content: "▼";
    font-size: 0.7em;
    margin-left: 0.3em;
    transition: transform 0.3s ease ease;
  }
  .site-header .nav-menu .nav-item.has-dropdown .nav-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    list-style: none;
    margin: 0;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease ease;
    z-index: 1000;
  }
  .site-header .nav-menu .nav-item.has-dropdown .nav-submenu .submenu-item .submenu-link {
    display: block;
    padding: 8px 16px;
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9em;
    transition: all 0.3s ease ease;
    border-radius: 4px;
    margin: 0.2em;
  }
  .site-header .nav-menu .nav-item.has-dropdown .nav-submenu .submenu-item .submenu-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
  }
  .site-header .nav-menu .nav-item.has-dropdown.active .dropdown-trigger::after {
    transform: rotate(180deg);
  }
  .site-header .nav-menu .nav-item.has-dropdown.active .nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .site-header {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s ease, box-shadow 0.25s ease;
  }
  .site-header.scrolled {
    /* background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.95) 0%,    // 顶部：95%透明度的黑色
      rgba(0, 0, 0, 0.7) 40%,    // 中上部：70%透明度的黑色
      rgba(0, 0, 0, 0.3) 70%,    // 中下部：30%透明度的黑色
      rgba(0, 0, 0, 0.1) 90%,    // 接近底部：10%透明度的黑色
      rgba(0, 0, 0, 0.05) 100%   // 底部：5%透明度的黑色（接近透明）
    );
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25); */
  }
  .site-header.header-hidden {
    transform: translateY(-100%);
  }
}
.site-header .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  padding: 8px;
}
@media (max-width: 768px) {
  .site-header .mobile-menu-toggle {
    display: block;
  }
}
.site-header .mobile-menu-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #000;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease ease;
}
.site-header .mobile-menu-panel.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.site-header .mobile-menu-panel .mobile-nav-menu {
  list-style: none;
  margin: 0;
  padding: 16px 0;
}
.site-header .mobile-menu-panel .mobile-nav-menu .mobile-nav-item .mobile-nav-link {
  display: block;
  padding: 16px 24px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  transition: all 0.3s ease ease;
}
.site-header .mobile-menu-panel .mobile-nav-menu .mobile-nav-item .mobile-nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-decoration: none;
}
.site-header .mobile-menu-panel .mobile-nav-menu .mobile-nav-item .mobile-nav-link.active {
  background-color: rgba(255, 255, 255, 0.15);
  color: #000;
  font-weight: 600;
}
.site-header .mobile-menu-panel .mobile-nav-menu .mobile-nav-item .mobile-nav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #000;
}
.site-header .mobile-menu-panel .mobile-nav-menu .mobile-nav-item .mobile-nav-link:last-child {
  border-bottom: none;
}
.site-header .mobile-menu-panel .mobile-nav-menu .mobile-nav-item .mobile-nav-link.dropdown-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.site-header .mobile-menu-panel .mobile-nav-menu .mobile-nav-item .mobile-nav-link.dropdown-trigger::after {
  content: "▼";
  font-size: 0.8em;
  transition: transform 0.3s ease ease;
  flex-shrink: 0;
}
.site-header .mobile-menu-panel .mobile-nav-menu .mobile-nav-item.has-dropdown .mobile-nav-submenu {
  max-height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin: 0.5em 24px 0 24px;
  transition: all 0.3s ease ease;
  list-style: none;
  padding: 0;
}
.site-header .mobile-menu-panel .mobile-nav-menu .mobile-nav-item.has-dropdown .mobile-nav-submenu .mobile-submenu-item .mobile-submenu-link {
  display: block;
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.9em;
  transition: all 0.3s ease ease;
  border-left: 3px solid transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.site-header .mobile-menu-panel .mobile-nav-menu .mobile-nav-item.has-dropdown .mobile-nav-submenu .mobile-submenu-item .mobile-submenu-link:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-left-color: rgba(0, 0, 0, 0.6);
}
.site-header .mobile-menu-panel .mobile-nav-menu .mobile-nav-item.has-dropdown .mobile-nav-submenu .mobile-submenu-item .mobile-submenu-link:last-child {
  border-bottom: none;
}
.site-header .mobile-menu-panel .mobile-nav-menu .mobile-nav-item.has-dropdown.active .dropdown-trigger::after {
  transform: rotate(180deg);
}
.site-header .mobile-menu-panel .mobile-nav-menu .mobile-nav-item.has-dropdown.active .mobile-nav-submenu {
  max-height: 200px;
  padding: 8px 0;
}

.header-spacer {
  height: 80px;
}

.site-header.scrolled {
  /* background: linear-gradient(to bottom,
    rgba(0, 0, 0, 0.95) 0%,    // 顶部：95%透明度的黑色
    rgba(0, 0, 0, 0.85) 50%,   // 中间：85%透明度的黑色
    rgba(0, 0, 0, 0.7) 100%    // 底部：70%透明度的黑色
  );
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);*/
}

.site-header.header-hidden {
  transform: translateY(-100%);
}

.site-header a:not(.btn) {
  color: #ffffff;
}
.site-header a:not(.btn):hover {
  color: rgba(255, 255, 255, 0.8);
}

.site-footer {
  background-color: #000;
  color: #ffffff;
  padding: 32px 0;
  margin-top: auto;
}
.site-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.site-footer .footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
}
.site-footer .footer-content .footer-left {
  flex: 1;
}
@media (max-width: 768px) {
  .site-footer .footer-content .footer-left {
    display: none;
  }
}
.site-footer .footer-content .footer-main {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .site-footer .footer-content .footer-main {
    flex: 1;
    justify-content: space-around;
  }
}
.site-footer .footer-content .footer-main .footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .site-footer .footer-content .footer-main .footer-links {
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.site-footer .footer-content .footer-main .footer-links .footer-link-item .footer-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: 4px;
  transition: all 0.3s ease ease;
}
.site-footer .footer-content .footer-main .footer-links .footer-link-item .footer-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-2px);
}
.site-footer .footer-content .footer-main .footer-links .footer-link-item .footer-link:active {
  transform: translateY(0);
}
.site-footer .footer-content .footer-right {
  flex: 1;
}
@media (max-width: 768px) {
  .site-footer .footer-content .footer-right {
    display: none;
  }
}
.site-footer .footer-copyright {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.site-footer a:not(.btn) {
  color: #ffffff;
}
.site-footer a:not(.btn):hover {
  color: rgba(255, 255, 255, 0.8);
}

.site-main {
  min-height: calc(100vh - 80px - 120px);
}

.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.page-wrapper .site-main {
  flex: 1;
}

@media (max-width: 768px) {
  .site-footer {
    padding: 24px 0;
  }
  .site-footer .footer-content {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  .site-footer .footer-content .footer-main .footer-links {
    gap: 16px;
  }
  .site-footer .footer-content .footer-main .footer-links .footer-link-item .footer-link {
    padding: 4px 8px;
    font-size: 14px;
  }
}
.site-footer {
  position: relative;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2) 50%, transparent);
}

.footer-links {
  margin-bottom: 0;
}
.footer-links .footer-link-item {
  position: relative;
}
@media (max-width: 768px) {
  .footer-links .footer-link-item:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.language-switcher {
  position: relative;
  display: inline-block;
}
@media (min-width: 769px) {
  .language-switcher .lang-toggle, .language-switcher .lang-dropdown {
    width: 7rem;
  }
}
@media (max-width: 768px) {
  .language-switcher .lang-toggle, .language-switcher .lang-dropdown {
    width: 6rem;
  }
}
.language-switcher .lang-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  transition: all 0.3s ease ease;
}
.language-switcher .lang-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}
.language-switcher .lang-toggle:active {
  transform: translateY(0);
}
.language-switcher .lang-toggle:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.language-switcher .lang-toggle .flag-icon {
  width: 20px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.language-switcher .lang-toggle .lang-text {
  font-weight: 500;
  flex: 1;
  text-align: left;
}
.language-switcher .lang-toggle .dropdown-icon {
  font-size: 12px;
  transition: transform 0.3s ease ease;
  opacity: 0.8;
}
.language-switcher .lang-toggle.active {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.6);
}
.language-switcher .lang-toggle.active .dropdown-icon {
  transform: rotate(180deg);
}
.language-switcher .lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  list-style: none;
  margin: 0;
  padding: 4px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease ease;
  z-index: 1001;
}
.language-switcher .lang-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.language-switcher .lang-dropdown .lang-option {
  border-bottom: 1px solid #f1f3f4;
}
.language-switcher .lang-dropdown .lang-option:last-child {
  border-bottom: none;
}
.language-switcher .lang-dropdown .lang-option .lang-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  padding: 8px 16px;
  color: #333333;
  text-decoration: none;
  transition: background-color 0.3s ease ease;
  width: 100%;
}
.language-switcher .lang-dropdown .lang-option .lang-link:hover {
  background-color: #f8f9fa;
  color: #333333;
  text-decoration: none;
}
.language-switcher .lang-dropdown .lang-option .lang-link:focus {
  outline: none;
  background-color: #f8f9fa;
}
.language-switcher .lang-dropdown .lang-option .lang-link .flag-icon {
  width: 20px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.language-switcher .lang-dropdown .lang-option .lang-link .lang-name {
  font-weight: 500;
  flex: 1;
}
.language-switcher .lang-dropdown .lang-option .lang-link .current-indicator {
  color: #000;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.3s ease ease;
}
.language-switcher .lang-dropdown .lang-option .lang-link.current {
  background-color: rgba(0, 0, 0, 0.05);
}
.language-switcher .lang-dropdown .lang-option .lang-link.current .current-indicator {
  opacity: 1;
}
@media (max-width: 768px) {
  .language-switcher .lang-toggle {
    min-width: 100px;
    padding: 4px 8px;
    font-size: 14px;
  }
  .language-switcher .lang-toggle .flag-icon {
    width: 18px;
    height: 13px;
  }
  .language-switcher .lang-toggle .lang-text {
    font-size: 14px;
  }
  .language-switcher .lang-dropdown {
    min-width: 102px;
  }
  .language-switcher .lang-dropdown .lang-option .lang-link {
    padding: 4px 8px;
    font-size: 14px;
  }
  .language-switcher .lang-dropdown .lang-option .lang-link .flag-icon {
    width: 18px;
    height: 13px;
  }
}

.site-header .language-switcher .lang-toggle {
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.site-header .language-switcher .lang-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}
.site-header .language-switcher .lang-toggle.active {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.6);
}

.light-bg .language-switcher .lang-toggle {
  border-color: #e9ecef;
  color: #333333;
  background: #ffffff;
}
.light-bg .language-switcher .lang-toggle:hover {
  background: #f8f9fa;
  border-color: rgb(203.4736842105, 210.5, 217.5263157895);
}
.light-bg .language-switcher .lang-toggle.active {
  background: #f8f9fa;
  border-color: #000;
}

.language-switcher .lang-dropdown .lang-option .lang-link {
  position: relative;
  overflow: hidden;
}
.language-switcher .lang-dropdown .lang-option .lang-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.1), transparent);
  transition: left 0.3s ease ease;
}
.language-switcher .lang-dropdown .lang-option .lang-link:hover::before {
  left: 100%;
}

.language-switcher .lang-toggle:focus-visible,
.language-switcher .lang-dropdown .lang-link:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

@media (prefers-contrast: high) {
  .language-switcher .lang-toggle {
    border-width: 2px;
  }
  .language-switcher .lang-dropdown {
    border-width: 2px;
  }
  .language-switcher .lang-dropdown .lang-option {
    border-bottom-width: 2px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .language-switcher .lang-toggle,
  .language-switcher .lang-dropdown,
  .language-switcher .dropdown-icon {
    transition: none;
  }
}
@media (max-width: 768px) {
  .page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  .site-main {
    flex: 1;
  }
  .site-main .container {
    padding: 0 16px;
  }
  .site-header .header-container {
    padding: 0 16px;
  }
  .site-header .header-nav .logo-brand .brand-name {
    font-size: 18px;
  }
  .site-header .header-nav .logo-brand .logo-img {
    height: 32px;
  }
  .site-header .header-nav .nav-menu {
    display: none;
  }
  .site-header .header-actions {
    gap: 8px;
  }
  .site-header .mobile-menu-toggle {
    display: block;
  }
  .site-footer .footer-container {
    padding: 0 16px;
  }
  .site-footer .footer-content {
    flex-direction: column;
    gap: 16px;
    text-align: center;
    padding: 24px 0;
  }
  .site-footer .footer-content .footer-left,
  .site-footer .footer-content .footer-right {
    display: none;
  }
  .site-footer .footer-content .footer-main {
    flex: 1;
  }
  .site-footer .footer-content .footer-main .footer-links {
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 768px) and (min-width: 480px) {
  .site-footer .footer-content .footer-main .footer-links {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .site-footer .footer-content .footer-main .footer-links .footer-link-item .footer-link {
    padding: 8px;
    font-size: 14px;
    display: block;
  }
  .site-footer .footer-content .footer-main .footer-links .footer-link-item .footer-link:hover {
    transform: none;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .content-section {
    padding: 32px 0;
  }
  .content-section .section-header {
    text-align: center;
    margin-bottom: 24px;
  }
  .content-section .section-header .section-title {
    font-size: 2rem;
    margin-bottom: 16px;
    color: #333333;
  }
  .content-section .section-header .section-subtitle {
    font-size: 16px;
    color: #666666;
    padding: 0 16px;
  }
  .content-section .section-content {
    padding: 0 16px;
  }
  .grid-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .grid-layout.grid-2, .grid-layout.grid-3, .grid-layout.grid-4 {
    display: flex;
    flex-direction: column;
  }
  .card-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }
  .card-grid .card-item {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 24px;
    transition: box-shadow 0.3s ease;
  }
  .card-grid .card-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  .card-grid .card-item {
    padding: 24px;
  }
  .card-grid .card-item:hover {
    transform: none;
  }
  .card-grid .card-item .card-header {
    margin-bottom: 16px;
  }
  .card-grid .card-item .card-header .card-title {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .card-grid .card-item .card-header .card-subtitle {
    font-size: 14px;
  }
  .card-grid .card-item .card-body {
    margin-bottom: 16px;
  }
  .card-grid .card-item .card-body .card-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .card-grid .card-item .card-footer .card-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
  }
  .card-grid .card-item .card-footer .card-action:focus {
    outline: none;
  }
  .card-grid .card-item .card-footer .card-action:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  .card-grid .card-item .card-footer .card-action {
    background-color: #000;
    color: #ffffff;
  }
  .card-grid .card-item .card-footer .card-action:hover:not(:disabled) {
    background-color: hsl(0, 0%, -10%);
  }
  .card-grid .card-item .card-footer .card-action {
    width: 100%;
    padding: 16px;
  }
  .hero-section {
    padding: 48px 0;
    text-align: center;
  }
  .hero-section .hero-content {
    padding: 0 16px;
  }
  .hero-section .hero-content .hero-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 24px;
    color: #333333;
    line-height: 1.2;
  }
  .hero-section .hero-content .hero-subtitle {
    font-size: 16px;
    color: #666666;
    margin-bottom: 32px;
    line-height: 1.75;
  }
  .hero-section .hero-content .hero-actions {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .hero-section .hero-content .hero-actions .hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
  }
  .hero-section .hero-content .hero-actions .hero-btn:focus {
    outline: none;
  }
  .hero-section .hero-content .hero-actions .hero-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  .hero-section .hero-content .hero-actions .hero-btn {
    background-color: #000;
    color: #ffffff;
  }
  .hero-section .hero-content .hero-actions .hero-btn:hover:not(:disabled) {
    background-color: hsl(0, 0%, -10%);
  }
  .hero-section .hero-content .hero-actions .hero-btn {
    padding: 16px 24px;
    font-size: 16px;
    width: 100%;
  }
  .hero-section .hero-content .hero-actions .hero-btn.secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
  }
  .hero-section .hero-content .hero-actions .hero-btn.secondary:focus {
    outline: none;
  }
  .hero-section .hero-content .hero-actions .hero-btn.secondary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  .hero-section .hero-content .hero-actions .hero-btn.secondary {
    background-color: transparent;
    color: #000;
    border: 1px solid #000;
  }
  .hero-section .hero-content .hero-actions .hero-btn.secondary:hover:not(:disabled) {
    background-color: #000;
    color: #ffffff;
  }
  .features-section {
    padding: 32px 0;
  }
  .features-section .features-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 24px;
  }
  .features-section .features-grid .feature-item {
    text-align: center;
    padding: 24px 16px;
  }
  .features-section .features-grid .feature-item .feature-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, #000, #0f3460);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5rem;
  }
  .features-section .features-grid .feature-item .feature-title {
    font-size: 18px;
    margin-bottom: 8px;
    color: #333333;
  }
  .features-section .features-grid .feature-item .feature-description {
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
  }
  .sidebar-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .sidebar-layout .main-content {
    order: 1;
  }
  .sidebar-layout .sidebar {
    order: 2;
  }
  .sidebar-layout .sidebar .sidebar-widget {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 24px;
    transition: box-shadow 0.3s ease;
  }
  .sidebar-layout .sidebar .sidebar-widget:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  }
  .sidebar-layout .sidebar .sidebar-widget {
    margin-bottom: 24px;
    padding: 16px;
  }
  .sidebar-layout .sidebar .sidebar-widget:last-child {
    margin-bottom: 0;
  }
  .sidebar-layout .sidebar .sidebar-widget .widget-title {
    font-size: 16px;
    margin-bottom: 8px;
    color: #333333;
    border-bottom: 1px solid #f1f3f4;
    padding-bottom: 4px;
  }
  .sidebar-layout .sidebar .sidebar-widget .widget-content {
    color: #666666;
    font-size: 14px;
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive table {
    min-width: 600px;
    font-size: 14px;
  }
  .modal .modal-dialog {
    margin: 16px;
    max-width: calc(100% - 32px);
  }
  .modal .modal-content .modal-header {
    padding: 16px;
  }
  .modal .modal-content .modal-header .modal-title {
    font-size: 18px;
  }
  .modal .modal-content .modal-body {
    padding: 16px;
    font-size: 14px;
  }
  .modal .modal-content .modal-footer {
    padding: 16px;
  }
  .modal .modal-content .modal-footer .btn {
    font-size: 14px;
    padding: 8px 16px;
  }
  .mobile-menu-panel .mobile-nav-menu .mobile-nav-item .mobile-nav-link {
    padding: 16px 24px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .mobile-menu-panel .mobile-nav-menu .mobile-nav-item .mobile-nav-link:last-child {
    border-bottom: none;
  }
}
.video-player-container, .video-player-background, .video-player-inline, .video-player-fullscreen {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.video-player-container video, .video-player-background video, .video-player-inline video, .video-player-fullscreen video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  background-color: #000;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.video-player-container video::-webkit-media-controls, .video-player-background video::-webkit-media-controls, .video-player-inline video::-webkit-media-controls, .video-player-fullscreen video::-webkit-media-controls {
  display: none !important;
}
.video-player-container video::-webkit-media-controls-enclosure, .video-player-background video::-webkit-media-controls-enclosure, .video-player-inline video::-webkit-media-controls-enclosure, .video-player-fullscreen video::-webkit-media-controls-enclosure {
  display: none !important;
}
@supports not (object-fit: cover) {
  .video-player-container video, .video-player-background video, .video-player-inline video, .video-player-fullscreen video {
    object-fit: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.video-player-container .video-content, .video-player-background .video-content, .video-player-inline .video-content, .video-player-fullscreen .video-content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-player-container.loading video, .loading.video-player-background video, .loading.video-player-inline video, .loading.video-player-fullscreen video {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.video-player-container.loading::after, .loading.video-player-background::after, .loading.video-player-inline::after, .loading.video-player-fullscreen::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top: 3px solid #fff;
  border-radius: 50%;
  animation: video-loading-spin 1s linear infinite;
  z-index: 5;
}
.video-player-container.error video, .error.video-player-background video, .error.video-player-inline video, .error.video-player-fullscreen video {
  opacity: 0.3;
}
.video-player-container.error::before, .error.video-player-background::before, .error.video-player-inline::before, .error.video-player-fullscreen::before {
  content: "视频加载失败";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  z-index: 5;
  background: rgba(0, 0, 0, 0.7);
  padding: 1rem 2rem;
  border-radius: 0.5rem;
}
.video-player-container.loaded video, .loaded.video-player-background video, .loaded.video-player-inline video, .loaded.video-player-fullscreen video {
  opacity: 1;
  transition: opacity 0.5s ease;
}

@keyframes video-loading-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .video-player-container video, .video-player-background video, .video-player-inline video, .video-player-fullscreen video {
    object-position: center center;
    -webkit-object-position: center center;
  }
}
.wechat-browser .video-player-container video, .wechat-browser .video-player-background video, .wechat-browser .video-player-inline video, .wechat-browser .video-player-fullscreen video {
  object-fit: cover !important;
  object-position: center center !important;
  background-color: #000 !important;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}

.video-player-fullscreen {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.video-player-inline {
  height: auto;
  aspect-ratio: 16/9;
}
.video-player-inline video {
  position: relative;
  z-index: 1;
}

.video-player-background video {
  z-index: -2;
}
.video-player-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.video-player-background.overlay-light::before {
  background: rgba(0, 0, 0, 0.2);
}
.video-player-background.overlay-dark::before {
  background: rgba(0, 0, 0, 0.5);
}
.video-player-background.overlay-none::before {
  display: none;
}

.video-muted video {
  volume: 0;
}

.video-autoplay video {
  autoplay: true;
}

.video-loop video {
  loop: true;
}

.video-debug::after {
  content: "DEBUG MODE";
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 0, 0, 0.8);
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  z-index: 20;
}

.mobile-audio-control {
  position: fixed;
  top: 70px;
  right: 15px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.mobile-audio-control.visible {
  opacity: 1;
  visibility: visible;
}
.mobile-audio-control .mobile-audio-toggle-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.mobile-audio-control .mobile-audio-toggle-btn:hover, .mobile-audio-control .mobile-audio-toggle-btn:active {
  background: rgba(0, 0, 0, 0.8);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.1);
}
.mobile-audio-control .mobile-audio-toggle-btn .audio-icon {
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-audio-control .mobile-audio-toggle-btn .audio-icon.muted {
  font-size: 16px;
}
.mobile-audio-control .mobile-audio-toggle-btn .audio-icon.unmuted {
  font-size: 18px;
}

@media (max-width: 576px) {
  .mobile-audio-control {
    top: 60px;
    right: 15px;
  }
  .mobile-audio-control .mobile-audio-toggle-btn {
    width: 32px;
    height: 32px;
  }
  .mobile-audio-control .mobile-audio-toggle-btn .audio-icon {
    font-size: 16px;
  }
  .mobile-audio-control .mobile-audio-toggle-btn .audio-icon.muted {
    font-size: 14px;
  }
  .mobile-audio-control .mobile-audio-toggle-btn .audio-icon.unmuted {
    font-size: 16px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .mobile-audio-control {
    top: 50px;
    right: 10px;
  }
  .mobile-audio-control .mobile-audio-toggle-btn {
    width: 30px;
    height: 30px;
  }
  .mobile-audio-control .mobile-audio-toggle-btn .audio-icon {
    font-size: 14px;
  }
  .mobile-audio-control .mobile-audio-toggle-btn .audio-icon.muted {
    font-size: 12px;
  }
  .mobile-audio-control .mobile-audio-toggle-btn .audio-icon.unmuted {
    font-size: 14px;
  }
}
.wechat-browser .mobile-audio-control {
  top: 75px;
}

div.header-left {
  margin-left: 0.5rem;
  text-align: left;
  width: 100%;
}
div.header-left h2.title {
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), 2px 2px 4px rgba(0, 0, 0, 0.6), 0 0 8px rgba(0, 0, 0, 0.4);
}
div.header-left p.note {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
  line-height: 1.4rem;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8), 2px 2px 4px rgba(0, 0, 0, 0.5);
}

div.default-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

#indexPage > div {
  display: block;
}
#indexPage .common-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#indexPage .common-video[x5-video-player-type=h5] {
  object-position: center;
}
#indexPage .common-video[style*="visibility: hidden"] {
  background-color: #000;
}
#indexPage .common-video[style*=background-image] {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
}
#indexPage .txt-info .subtitle, #indexPage .txt-info a, #indexPage .txt-info .arrow-right {
  color: #fff;
}
#indexPage .txt-info .subtitle {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
  line-height: 1.4;
}
#indexPage .txt-info a {
  text-decoration: none;
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 0.3rem;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
#indexPage .txt-info a:hover, #indexPage .txt-info a:active {
  background-color: white;
  color: #333;
}
#indexPage .txt-info a:hover .arrow-right, #indexPage .txt-info a:active .arrow-right {
  transform: translateX(4px);
}
#indexPage #part1, #indexPage #part2 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#indexPage #part1 .txt-info, #indexPage #part2 .txt-info {
  position: relative;
  z-index: 2;
  color: white;
  padding: 0 1rem;
  text-align: left;
}
#indexPage #part1 .txt-info .header-left .title, #indexPage #part2 .txt-info .header-left .title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#indexPage #part1 .txt-info .header-left .note, #indexPage #part2 .txt-info .header-left .note {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#indexPage #part1::before, #indexPage #part2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}
#indexPage #part1 .hero-text {
  padding: 0 1rem;
}
#indexPage #part3 .txt-info {
  padding: 0 1rem;
  text-align: left;
}
#indexPage #part4 {
  margin: 0;
  padding: 0;
}
#indexPage #part4 .txt-info {
  padding: 0 1rem;
  text-align: left;
}
@media (max-width: 576px) {
  #indexPage #part4 .bg-image {
    background-position: center center;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  #indexPage #part4 .bg-image {
    background-position: center center;
  }
}
@media (min-width: 769px) {
  #indexPage #part4 .bg-image {
    background-position: center center;
  }
}
#indexPage #part4 .separator {
  font-size: 1.2em;
  line-height: 0.6;
  vertical-align: middle;
  margin: 0 0.6em;
  color: #fff;
  font-weight: lighter;
  display: inline-block;
}
#indexPage #part4 .separator:first-child {
  margin-left: 0;
}

#operationsPage {
  background-color: #000;
}
#operationsPage #part1 {
  padding: 2rem 0 3rem 0;
}
#operationsPage #part1 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 16px;
  max-width: 100%;
}
#operationsPage #part1 .container .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  height: 30vh;
}
#operationsPage #part1 .container .img-wrap .btnImg {
  width: 90%;
  height: 200px;
  max-width: 320px;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, opacity 0.5s ease;
  opacity: 1;
  object-fit: cover;
  object-position: center;
}
#operationsPage #part1 .container .img-wrap .btnImg:hover {
  transform: scale(1.02);
}
#operationsPage #part1 .container .img-wrap .btnImg.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#operationsPage #part1 .container .info {
  text-align: center;
}
#operationsPage #part1 .container .info #btns {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
#operationsPage #part1 .container .info #btns .btn-tab {
  padding: 4px 16px;
  border: 1px solid #cdcdcd;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 80px;
}
#operationsPage #part1 .container .info #btns .btn-tab:hover {
  background: rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
}
#operationsPage #part1 .container .info #btns .btn-tab.active {
  background: #fff;
  color: #000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#operationsPage #part1 .container .info .btnNode {
  color: #cdcdcd;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  text-align: center;
  max-width: 100%;
}
@media (max-width: 360px) {
  #operationsPage #part1 .container {
    padding: 0 8px;
    gap: 16px;
  }
  #operationsPage #part1 .container .img-wrap .btnImg {
    width: 90%;
    height: 160px;
    max-width: 280px;
  }
  #operationsPage #part1 .container .info #btns {
    gap: 4px;
  }
  #operationsPage #part1 .container .info #btns .btn-tab {
    font-size: 12px;
    padding: 4px 8px;
    min-width: 70px;
  }
  #operationsPage #part1 .container .info .btnNode {
    font-size: 14px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  #operationsPage #part1 {
    padding: 16px 0;
  }
  #operationsPage #part1 .container {
    gap: 16px;
  }
  #operationsPage #part1 .container .img-wrap {
    padding: 8px 0;
  }
  #operationsPage #part1 .container .img-wrap .btnImg {
    width: 90%;
    height: 140px;
    max-width: 250px;
  }
  #operationsPage #part1 .container .info .btnNode {
    font-size: 14px;
    line-height: 1.4;
  }
}
#operationsPage #part2 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-image: url("/assets/img/pages/operations/part2_bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
}
#operationsPage #part2 .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  padding: 24px;
  margin-bottom: 10%;
  max-width: 100%;
}
#operationsPage #part2 .container h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  line-height: 1.25;
}
#operationsPage #part2 .container p {
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 360px) {
  #operationsPage #part2 {
    min-height: 50vh;
  }
  #operationsPage #part2 .container {
    padding: 16px;
    margin-bottom: 8%;
  }
  #operationsPage #part2 .container h2 {
    font-size: 18px;
  }
  #operationsPage #part2 .container p {
    font-size: 14px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  #operationsPage #part2 {
    min-height: 80vh;
  }
  #operationsPage #part2 .container {
    padding: 16px;
    margin-bottom: 5%;
  }
  #operationsPage #part2 .container h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  #operationsPage #part2 .container p {
    font-size: 14px;
    line-height: 1.4;
  }
}
#operationsPage #part3 {
  padding: 4rem 0;
}
#operationsPage #part3 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  padding: 0 24px;
  max-width: 100%;
}
#operationsPage #part3 .container .items {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
#operationsPage #part3 .container .items .item {
  text-align: left;
}
#operationsPage #part3 .container .items .item:not(:last-child) {
  margin-bottom: 1rem;
}
#operationsPage #part3 .container .items .item h3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  margin-bottom: 16px;
  gap: 8px;
}
#operationsPage #part3 .container .items .item h3 img {
  width: 1em;
  height: 1em;
  object-fit: contain;
  flex-shrink: 0;
}
#operationsPage #part3 .container .items .item h3 span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}
#operationsPage #part3 .container .items .item p {
  color: #cdcdcd;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  text-align: left;
}
@media (max-width: 360px) {
  #operationsPage #part3 {
    padding: 24px 0;
  }
  #operationsPage #part3 .container {
    padding: 0 16px;
  }
  #operationsPage #part3 .container .items {
    gap: 24px;
  }
  #operationsPage #part3 .container .items .item h3 span {
    font-size: 14px;
  }
  #operationsPage #part3 .container .items .item p {
    font-size: 12px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  #operationsPage #part3 {
    padding: 16px 0;
  }
  #operationsPage #part3 .container .items {
    gap: 16px;
  }
  #operationsPage #part3 .container .items .item h3 {
    margin-bottom: 8px;
  }
  #operationsPage #part3 .container .items .item h3 span {
    font-size: 14px;
  }
  #operationsPage #part3 .container .items .item p {
    font-size: 12px;
    line-height: 1.4;
  }
}
#operationsPage #part4 {
  padding: 32px 0;
}
#operationsPage #part4 .desc {
  text-align: center;
  margin-bottom: 32px;
  padding: 0 24px;
}
#operationsPage #part4 .desc h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.25;
}
#operationsPage #part4 .desc p {
  color: #cdcdcd;
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
  max-width: 100%;
  text-align: left;
}
#operationsPage #part4 .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 0 24px;
  max-width: 100%;
}
#operationsPage #part4 .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
}
#operationsPage #part4 .items .item .img-wrap {
  width: 100%;
  height: 6rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  margin-bottom: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#operationsPage #part4 .items .item .info {
  width: 100%;
}
#operationsPage #part4 .items .item .info h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.75;
}
#operationsPage #part4 .items .item .info p {
  color: #cdcdcd;
  font-size: 12px;
  line-height: 1.5rem;
}
@media (max-width: 360px) {
  #operationsPage #part4 {
    padding: 24px 0;
  }
  #operationsPage #part4 .desc {
    padding: 0 16px;
    margin-bottom: 24px;
  }
  #operationsPage #part4 .desc h3 {
    font-size: 16px;
  }
  #operationsPage #part4 .desc p {
    font-size: 14px;
  }
  #operationsPage #part4 .items {
    gap: 16px;
    padding: 0 16px;
  }
  #operationsPage #part4 .items .item {
    padding: 8px;
  }
  #operationsPage #part4 .items .item .img-wrap {
    height: 4rem;
  }
  #operationsPage #part4 .items .item .info h4 {
    font-size: 12px;
  }
  #operationsPage #part4 .items .item .info p {
    font-size: 10px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  #operationsPage #part4 {
    padding: 16px 0;
  }
  #operationsPage #part4 .desc {
    margin-bottom: 16px;
  }
  #operationsPage #part4 .desc h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  #operationsPage #part4 .desc p {
    font-size: 14px;
    line-height: 1.4;
  }
  #operationsPage #part4 .items {
    gap: 8px;
  }
  #operationsPage #part4 .items .item {
    padding: 8px;
  }
  #operationsPage #part4 .items .item .img-wrap {
    height: 3.5rem;
    margin-bottom: 4px;
  }
  #operationsPage #part4 .items .item .info h4 {
    font-size: 12px;
    margin-bottom: 2px;
  }
  #operationsPage #part4 .items .item .info p {
    font-size: 10px;
    line-height: 1.3;
  }
}

.missionPage {
  width: 100%;
  background-color: #000;
  padding-bottom: 3rem;
}
.missionPage #part1 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("/assets/img/pages/mission/part1_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}
.missionPage #part1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
.missionPage #part1 > * {
  position: relative;
  z-index: 2;
}
.missionPage #part1 {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.missionPage #part1 .txt-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  max-width: 90%;
  line-height: 2rem;
  padding: 0 16px;
}
.missionPage #part1 .txt-wrap p {
  font-size: 1rem;
  color: #fff;
}
.missionPage #part2 {
  background-color: #000;
  color: #fff;
  padding: 3rem 0;
}
.missionPage #part2 .item:not(:last-child) {
  margin-bottom: 3rem;
}
.missionPage #part3 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("/assets/img/pages/mission/part3_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}
.missionPage #part3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
.missionPage #part3 > * {
  position: relative;
  z-index: 2;
}
.missionPage #part3 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
.missionPage #part3 .txt-wrap {
  position: relative;
  z-index: 2;
  color: #ffffff;
  padding: 24px 16px;
  margin-bottom: 15%;
  max-width: 90%;
}
.missionPage #part3 .txt-wrap .title {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.3;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.missionPage #part3 .txt-wrap .note {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.75;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
@media (max-width: 360px) {
  .missionPage #part3 .txt-wrap {
    padding: 16px 8px;
    margin-bottom: 20%;
  }
  .missionPage #part3 .txt-wrap .title {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .missionPage #part3 .txt-wrap .note {
    font-size: 14px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .missionPage #part3 .txt-wrap {
    margin-bottom: 10%;
    padding: 16px;
  }
  .missionPage #part3 .txt-wrap .title {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .missionPage #part3 .txt-wrap .note {
    font-size: 14px;
    line-height: 1.4;
  }
}
.missionPage #part4, .missionPage #part5 {
  background-color: #000;
}
.missionPage #part4 .txt-wrap, .missionPage #part5 .txt-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3rem 0;
}
.missionPage #part4 .txt-wrap .title, .missionPage #part5 .txt-wrap .title {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
.missionPage #part4 .txt-wrap .note, .missionPage #part5 .txt-wrap .note {
  font-size: 16px;
  color: #cdcdcd;
  text-align: center;
  max-width: 70%;
}
.missionPage #part4 .imgs, .missionPage #part5 .imgs {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 16px;
}
.missionPage #part4 .imgs .mission-swiper, .missionPage #part4 .imgs .mission-swiper-2, .missionPage #part5 .imgs .mission-swiper, .missionPage #part5 .imgs .mission-swiper-2 {
  overflow: hidden;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.missionPage #part4 .imgs .mission-swiper .swiper-wrapper, .missionPage #part4 .imgs .mission-swiper-2 .swiper-wrapper, .missionPage #part5 .imgs .mission-swiper .swiper-wrapper, .missionPage #part5 .imgs .mission-swiper-2 .swiper-wrapper {
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.missionPage #part4 .imgs .mission-swiper .swiper-slide, .missionPage #part4 .imgs .mission-swiper-2 .swiper-slide, .missionPage #part5 .imgs .mission-swiper .swiper-slide, .missionPage #part5 .imgs .mission-swiper-2 .swiper-slide {
  height: auto;
  width: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.missionPage #part4 .imgs .mission-swiper .swiper-slide .item, .missionPage #part4 .imgs .mission-swiper-2 .swiper-slide .item, .missionPage #part5 .imgs .mission-swiper .swiper-slide .item, .missionPage #part5 .imgs .mission-swiper-2 .swiper-slide .item {
  max-width: 300px;
  max-height: 156px;
  width: 100%;
  height: auto;
  aspect-ratio: 500/260;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.missionPage #part4 .imgs .mission-swiper .swiper-slide .item:active, .missionPage #part4 .imgs .mission-swiper-2 .swiper-slide .item:active, .missionPage #part5 .imgs .mission-swiper .swiper-slide .item:active, .missionPage #part5 .imgs .mission-swiper-2 .swiper-slide .item:active {
  transform: scale(0.98) translate3d(0, 0, 0);
}
.missionPage #part4 .imgs .mission-swiper .swiper-slide .item img, .missionPage #part4 .imgs .mission-swiper-2 .swiper-slide .item img, .missionPage #part5 .imgs .mission-swiper .swiper-slide .item img, .missionPage #part5 .imgs .mission-swiper-2 .swiper-slide .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.missionPage #part4 .txt-wrap, .missionPage #part5 .txt-wrap {
  padding: 24px 16px;
}
.missionPage #part4 .txt-wrap .title, .missionPage #part5 .txt-wrap .title {
  font-size: 20px;
  margin-bottom: 16px;
}
.missionPage #part4 .txt-wrap .note, .missionPage #part5 .txt-wrap .note {
  font-size: 14px;
  max-width: 95%;
}
@media (max-width: 360px) {
  .missionPage #part4 .txt-wrap, .missionPage #part5 .txt-wrap {
    padding: 16px;
  }
  .missionPage #part4 .txt-wrap .title, .missionPage #part5 .txt-wrap .title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .missionPage #part4 .txt-wrap .note, .missionPage #part5 .txt-wrap .note {
    font-size: 14px;
    max-width: 100%;
  }
  .missionPage #part4 .imgs, .missionPage #part5 .imgs {
    padding: 0 8px;
  }
  .missionPage #part4 .imgs .mission-swiper .swiper-slide .item, .missionPage #part5 .imgs .mission-swiper .swiper-slide .item {
    max-width: 250px;
    max-height: 130px;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .missionPage #part4 .txt-wrap, .missionPage #part5 .txt-wrap {
    padding: 16px;
  }
  .missionPage #part4 .txt-wrap .title, .missionPage #part5 .txt-wrap .title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .missionPage #part4 .txt-wrap .note, .missionPage #part5 .txt-wrap .note {
    font-size: 14px;
  }
  .missionPage #part4 .imgs .mission-swiper .swiper-slide .item, .missionPage #part5 .imgs .mission-swiper .swiper-slide .item {
    max-width: 280px;
    max-height: 146px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.missionPage #part1 .hero-content {
  animation: fadeInUp 1s ease-out;
}

@media (hover: none) and (pointer: coarse) {
  .missionPage #part1 .hero-content .hero-title:hover {
    transform: none;
  }
}
.applicationsPage {
  background-color: #000;
}
.applicationsPage h2 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.3;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.applicationsPage p.note {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.75;
  margin: 0;
  max-width: 95%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.applicationsPage #part1 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("/assets/img/pages/applications/part1_bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}
.applicationsPage #part1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
.applicationsPage #part1 > * {
  position: relative;
  z-index: 2;
}
.applicationsPage #part1 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
.applicationsPage #part1 .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding: 0 16px;
  max-width: 100%;
}
@media (max-width: 360px) {
  .applicationsPage #part1 .container {
    padding: 0 8px;
  }
  .applicationsPage #part1 .container h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .applicationsPage #part1 .container p {
    font-size: 14px;
    max-width: 100%;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .applicationsPage #part1 .container {
    padding: 0 16px;
  }
  .applicationsPage #part1 .container h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .applicationsPage #part1 .container p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.applicationsPage #part2 {
  padding: 3rem 0;
}
.applicationsPage #part2 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  padding: 24px 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.applicationsPage #part2 .container .left {
  order: 1;
  padding: 0 16px;
}
.applicationsPage #part2 .container .right {
  order: 2;
  padding: 0 16px;
}
.applicationsPage #part2 .container .right img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media (min-width: 640px) and (orientation: landscape) {
  .applicationsPage #part2 .container {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
  .applicationsPage #part2 .container .left, .applicationsPage #part2 .container .right {
    flex: 1;
    order: initial;
  }
  .applicationsPage #part2 .container .left h2 {
    font-size: 24px;
  }
  .applicationsPage #part2 .container .right {
    padding: 0;
  }
}
@media (max-width: 360px) {
  .applicationsPage #part2 .container {
    gap: 16px;
  }
  .applicationsPage #part2 .container .left h2 {
    font-size: 18px;
    padding: 0 8px;
  }
  .applicationsPage #part2 .container .left p {
    font-size: 14px;
    padding: 0 8px;
  }
  .applicationsPage #part2 .container .right {
    padding: 0 8px;
  }
}
.applicationsPage #part3 {
  position: relative;
  width: 100%;
  height: 80vh;
  background-image: url("/assets/img/pages/applications/part3_bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}
.applicationsPage #part3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
.applicationsPage #part3 > * {
  position: relative;
  z-index: 2;
}
.applicationsPage #part3 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
  padding: 3rem 0;
  min-height: -webkit-fill-available;
}
.applicationsPage #part3 .container {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  padding: 0 16px;
  max-width: 100%;
}
.applicationsPage #part3 .container h2 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 1.3;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.applicationsPage #part3 .container p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.75;
  margin: 0;
  max-width: 95%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
@media (min-width: 640px) and (orientation: landscape) {
  .applicationsPage #part3 {
    min-height: 90vh;
  }
  .applicationsPage #part3 .container {
    padding: 0 24px;
    transform: translateY(-10vh);
  }
  .applicationsPage #part3 .container h2 {
    font-size: 24px;
  }
  .applicationsPage #part3 .container p {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .applicationsPage #part3 {
    min-height: 70vh;
  }
  .applicationsPage #part3 .container {
    padding: 0 8px;
    transform: translateY(-6vh);
  }
  .applicationsPage #part3 .container h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .applicationsPage #part3 .container p {
    font-size: 14px;
    max-width: 100%;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .applicationsPage #part3 {
    min-height: 60vh;
  }
  .applicationsPage #part3 .container {
    padding: 0 16px;
    transform: translateY(-5vh);
  }
  .applicationsPage #part3 .container h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .applicationsPage #part3 .container p {
    font-size: 14px;
    line-height: 1.4;
  }
}
.applicationsPage #part4 {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height: 90vh;
  background-image: url("/assets/img/pages/applications/part4_bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}
.applicationsPage #part4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
.applicationsPage #part4 > * {
  position: relative;
  z-index: 2;
}
.applicationsPage #part4 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  overflow: hidden;
}
.applicationsPage #part4 .container {
  position: relative;
  z-index: 10;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  padding: 0 16px;
  max-width: 100%;
  transform: translateY(-10vh);
}
@media (min-width: 640px) and (orientation: landscape) {
  .applicationsPage #part4 {
    min-height: 90vh;
  }
  .applicationsPage #part4 .container {
    padding: 0 24px;
    transform: translateY(-10vh);
  }
  .applicationsPage #part4 .container h2 {
    font-size: 24px;
  }
  .applicationsPage #part4 .container p {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .applicationsPage #part4 {
    min-height: 70vh;
  }
  .applicationsPage #part4 .container {
    padding: 0 8px;
    transform: translateY(-6vh);
  }
  .applicationsPage #part4 .container h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .applicationsPage #part4 .container p {
    font-size: 14px;
    max-width: 100%;
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .applicationsPage #part4 {
    min-height: 60vh;
  }
  .applicationsPage #part4 .container {
    padding: 0 16px;
    transform: translateY(-5vh);
  }
  .applicationsPage #part4 .container h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .applicationsPage #part4 .container p {
    font-size: 14px;
    line-height: 1.4;
  }
}

#aboutUsPage #part1 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("/assets/img/pages/about/part1_bg_1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  position: relative;
}
#aboutUsPage #part1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#aboutUsPage #part1 > * {
  position: relative;
  z-index: 2;
}
#aboutUsPage #part1 {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#aboutUsPage #part1 .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 2rem;
  max-width: 800px;
}
#aboutUsPage #part1 .hero-content .title {
  color: #fff;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  #aboutUsPage #part1 .hero-content .title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 769px) {
  #aboutUsPage #part1 .hero-content .title {
    font-size: 2rem;
    margin-bottom: 1.25rem;
  }
}
#aboutUsPage #part1 .hero-content .subtitle {
  font-size: 1.25rem;
  color: #ddd;
  line-height: 1.6;
  opacity: 0.9;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  #aboutUsPage #part1 .hero-content .subtitle {
    font-size: 1rem;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  #aboutUsPage #part1 .hero-content .subtitle {
    font-size: 1.125rem;
  }
}
#aboutUsPage #part2 {
  background-color: #000;
  padding-bottom: 4rem;
}
#aboutUsPage #part2 .description {
  font-size: 1rem;
  color: #fff;
  padding: 2rem 0.5rem;
  margin-bottom: 0;
}
#aboutUsPage #part2 img {
  width: 100%;
  margin-bottom: 2rem;
}
#aboutUsPage .address {
  padding: 0.5rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
#aboutUsPage .address:second-child {
  margin-top: 1rem;
}
#aboutUsPage .interest {
  margin-top: 5rem;
  text-align: center;
}
#aboutUsPage .interest p {
  color: #fff;
  margin-bottom: 2rem;
}
#aboutUsPage .interest a {
  padding: 0.6rem 1.3rem;
  border: 1px solid #fff;
  border-radius: 0.3rem;
  text-decoration: none;
  background-color: #fff;
  color: #000;
}

#talentPage {
  overflow-x: hidden;
  width: 100%;
}
#talentPage #part1 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#talentPage #part1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
#talentPage #part1 video::-webkit-media-controls {
  display: none !important;
}
#talentPage #part1 video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
#talentPage #part1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
#talentPage #part1 .container-fluid {
  position: relative;
  z-index: 3;
}
#talentPage #part1 .header-left {
  width: 100%;
}
#talentPage #part2, #talentPage #part3, #talentPage #part4, #talentPage #part5 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#talentPage #part2 .container-fluid, #talentPage #part3 .container-fluid, #talentPage #part4 .container-fluid, #talentPage #part5 .container-fluid {
  position: relative;
  z-index: 2;
}
#talentPage #part2 {
  background-image: url("/assets/img/pages/operations/talent-cultivation/part2_bg.png");
  position: relative;
}
#talentPage #part2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#talentPage #part2 > * {
  position: relative;
  z-index: 2;
}
#talentPage #part3 {
  background-image: url("/assets/img/pages/operations/talent-cultivation/part3_bg.png");
  position: relative;
}
#talentPage #part3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#talentPage #part3 > * {
  position: relative;
  z-index: 2;
}
#talentPage #part4 {
  background-image: url("/assets/img/pages/operations/talent-cultivation/part4_bg.png");
  position: relative;
}
#talentPage #part4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#talentPage #part4 > * {
  position: relative;
  z-index: 2;
}
#talentPage #part5 {
  background-image: url("/assets/img/pages/operations/talent-cultivation/part5_bg.png");
  position: relative;
}
#talentPage #part5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#talentPage #part5 > * {
  position: relative;
  z-index: 2;
}

#satellitePage {
  overflow-x: hidden;
  width: 100%;
}
#satellitePage #part1 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#satellitePage #part1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
#satellitePage #part1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
#satellitePage #part1 .container-fluid {
  position: relative;
  z-index: 3;
}
#satellitePage #part1 .header-left {
  width: 100%;
}
#satellitePage #part2, #satellitePage #part3, #satellitePage #part4, #satellitePage #part5 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#satellitePage #part2 .container-fluid, #satellitePage #part3 .container-fluid, #satellitePage #part4 .container-fluid, #satellitePage #part5 .container-fluid {
  position: relative;
  z-index: 2;
}
#satellitePage #part2 {
  background-image: url("/assets/img/pages/operations/commercial-satellite/part2_bg.png");
  position: relative;
}
#satellitePage #part2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#satellitePage #part2 > * {
  position: relative;
  z-index: 2;
}
#satellitePage #part3 {
  background-image: url("/assets/img/pages/operations/commercial-satellite/part3_bg.png");
  position: relative;
}
#satellitePage #part3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#satellitePage #part3 > * {
  position: relative;
  z-index: 2;
}
#satellitePage #part4 {
  background-image: url("/assets/img/pages/operations/commercial-satellite/part4_bg.png");
  position: relative;
}
#satellitePage #part4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#satellitePage #part4 > * {
  position: relative;
  z-index: 2;
}
#satellitePage #part5 {
  background-image: url("/assets/img/pages/operations/commercial-satellite/part5_bg.png");
  position: relative;
}
#satellitePage #part5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#satellitePage #part5 > * {
  position: relative;
  z-index: 2;
}

#launchSitePage {
  overflow-x: hidden;
  width: 100%;
}
#launchSitePage #part1 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#launchSitePage #part1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
#launchSitePage #part1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
#launchSitePage #part1 .container-fluid {
  position: relative;
  z-index: 3;
}
#launchSitePage #part1 .header-left {
  width: 100%;
}
#launchSitePage #part2, #launchSitePage #part3, #launchSitePage #part4, #launchSitePage #part5 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#launchSitePage #part2 .container-fluid, #launchSitePage #part3 .container-fluid, #launchSitePage #part4 .container-fluid, #launchSitePage #part5 .container-fluid {
  position: relative;
  z-index: 2;
}
#launchSitePage #part2 {
  background-image: url("/assets/img/pages/operations/satellite-launch-site/part2_bg.png");
  position: relative;
}
#launchSitePage #part2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#launchSitePage #part2 > * {
  position: relative;
  z-index: 2;
}
#launchSitePage #part3 {
  background-image: url("/assets/img/pages/operations/satellite-launch-site/part3_bg.png");
  position: relative;
}
#launchSitePage #part3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#launchSitePage #part3 > * {
  position: relative;
  z-index: 2;
}
#launchSitePage #part4 {
  background-image: url("/assets/img/pages/operations/satellite-launch-site/part4_bg.png");
  position: relative;
}
#launchSitePage #part4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#launchSitePage #part4 > * {
  position: relative;
  z-index: 2;
}
#launchSitePage #part5 {
  background-image: url("/assets/img/pages/operations/satellite-launch-site/part5_bg.png");
  position: relative;
}
#launchSitePage #part5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#launchSitePage #part5 > * {
  position: relative;
  z-index: 2;
}

#programPage {
  overflow-x: hidden;
  width: 100%;
}
#programPage #part1 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#programPage #part1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
#programPage #part1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
#programPage #part1 .container-fluid {
  position: relative;
  z-index: 3;
}
#programPage #part1 .header-left {
  width: 100%;
}
#programPage #part2, #programPage #part3, #programPage #part4, #programPage #part5 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#programPage #part2 .container-fluid, #programPage #part3 .container-fluid, #programPage #part4 .container-fluid, #programPage #part5 .container-fluid {
  position: relative;
  z-index: 2;
}
#programPage #part2 {
  background-image: url("/assets/img/pages/operations/constelation-program/part2_bg.png");
  position: relative;
}
#programPage #part2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#programPage #part2 > * {
  position: relative;
  z-index: 2;
}
#programPage #part3 {
  background-image: url("/assets/img/pages/operations/constelation-program/part3_bg.png");
  position: relative;
}
#programPage #part3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#programPage #part3 > * {
  position: relative;
  z-index: 2;
}
#programPage #part4 {
  background-image: url("/assets/img/pages/operations/constelation-program/part4_bg.png");
  position: relative;
}
#programPage #part4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#programPage #part4 > * {
  position: relative;
  z-index: 2;
}
#programPage #part5 {
  background-image: url("/assets/img/pages/operations/constelation-program/part5_bg.png");
  position: relative;
}
#programPage #part5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#programPage #part5 > * {
  position: relative;
  z-index: 2;
}

#parkPage {
  overflow-x: hidden;
  width: 100%;
}
#parkPage #part1 {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#parkPage #part1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
#parkPage #part1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
#parkPage #part1 .container-fluid {
  position: relative;
  z-index: 3;
}
#parkPage #part1 .header-left {
  width: 100%;
}
#parkPage #part2, #parkPage #part3, #parkPage #part4, #parkPage #part5 {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#parkPage #part2 .container-fluid, #parkPage #part3 .container-fluid, #parkPage #part4 .container-fluid, #parkPage #part5 .container-fluid {
  position: relative;
  z-index: 2;
}
#parkPage #part2 {
  background-image: url("/assets/img/pages/operations/aerospace-industrial-park/part2_bg.png");
  position: relative;
}
#parkPage #part2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#parkPage #part2 > * {
  position: relative;
  z-index: 2;
}
#parkPage #part3 {
  background-image: url("/assets/img/pages/operations/aerospace-industrial-park/part3_bg.png");
  position: relative;
}
#parkPage #part3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#parkPage #part3 > * {
  position: relative;
  z-index: 2;
}
#parkPage #part4 {
  background-image: url("/assets/img/pages/operations/aerospace-industrial-park/part4_bg.png");
  position: relative;
}
#parkPage #part4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#parkPage #part4 > * {
  position: relative;
  z-index: 2;
}
#parkPage #part5 {
  background-image: url("/assets/img/pages/operations/aerospace-industrial-park/part5_bg.png");
  position: relative;
}
#parkPage #part5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
}
#parkPage #part5 > * {
  position: relative;
  z-index: 2;
}

/*# sourceMappingURL=mobile.css.map */
