/* 往台 · 内页 Banner */

.wt-inner-page .page-title-section,
.wt-page-banner {
  position: relative;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  padding: 1.35rem 0 1.5rem !important;
  background-size: cover !important;
  background-position: center !important;
}

.wt-inner-page .page-title-section.section-padding-top,
.wt-page-banner.section-padding-top {
  padding-top: 1.35rem !important;
}

.wt-inner-page .page-title-section::before,
.wt-page-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(74, 18, 25, 0.62) 0%,
    rgba(16, 20, 24, 0.42) 55%,
    rgba(16, 20, 24, 0.5) 100%
  );
  z-index: 1;
}

.wt-inner-page .page-title,
.wt-inner-page .page-breadcrumb,
.wt-page-banner .page-title,
.wt-page-banner .page-breadcrumb,
.wt-page-banner .wt-breadcrumb {
  position: relative;
  z-index: 2;
}

.wt-page-banner .page-title {
  padding-top: 0.25rem;
  padding-bottom: 0.35rem;
}

.wt-page-banner .page-breadcrumb,
.wt-page-banner .wt-breadcrumb {
  padding-bottom: 0;
  margin-top: 0.65rem;
}

.wt-breadcrumb .container {
  text-align: center;
}

.wt-breadcrumb__list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0.42rem 0.95rem 0.42rem 0.75rem;
  list-style: none;
  background: rgba(255, 252, 248, 0.1);
  border: 1px solid rgba(255, 252, 248, 0.16);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 18px rgba(16, 20, 24, 0.12);
}

.wt-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  line-height: 1.4;
}

.wt-breadcrumb__item + .wt-breadcrumb__item::before {
  content: '\f105';
  margin: 0 0.55rem;
  font-family: 'Font Awesome 5 Pro';
  font-size: 0.62rem;
  font-weight: 400;
  color: var(--wt-brass-light);
  opacity: 0.85;
}

.wt-breadcrumb__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 252, 248, 0.78) !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.wt-breadcrumb__link::before {
  display: none !important;
}

.wt-breadcrumb__link i {
  font-size: 0.72rem;
  color: var(--wt-brass-light);
}

.wt-breadcrumb__link:hover {
  color: var(--wt-white) !important;
}

.wt-breadcrumb__link:hover i {
  color: var(--wt-white);
}

.wt-breadcrumb__current {
  color: rgba(255, 252, 248, 0.96);
  font-weight: 500;
  letter-spacing: 0.02em;
}

.wt-page-banner__tag {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--wt-brass-light);
}

.wt-page-banner__title,
.wt-inner-page .page-title .title {
  font-family: var(--wt-font-display);
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.35;
  color: var(--wt-white);
  text-shadow: none;
}

.wt-page-banner__sub {
  margin: 0.4rem 0 0;
  font-size: 0.92rem;
  color: rgba(255, 252, 248, 0.82);
}

@media (max-width: 767px) {
  .wt-inner-page .page-title-section,
  .wt-page-banner {
    padding: 1.1rem 0 1.25rem !important;
  }

  .wt-page-banner__title,
  .wt-inner-page .page-title .title {
    font-size: clamp(1.2rem, 5vw, 1.45rem);
  }

  .wt-breadcrumb__list {
    padding: 0.38rem 0.75rem 0.38rem 0.65rem;
  }
}
