/* template6 站点定制（原外链 module.css 不可用时的最小样式） */
#header-6.t6-surface,
header#header-6.t6-surface {
  background: linear-gradient(90deg, #4f46e5, #6366f1, #7c3aed) !important;
}
#header-6 .navbar-brand img {
  object-fit: contain;
}
#hero-6.t6-surface {
  min-height: 70vh;
  background: radial-gradient(ellipse at center, #1e293b 0%, #0f172a 70%);
}
.hero6-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.hero6-image-wrapper img {
  max-height: 320px;
  width: auto;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.btn-hero6-primary {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1.75rem;
  border-radius: 999px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #f97316, #ea580c);
  text-decoration: none;
  border: none;
}
.btn-hero6-primary:hover {
  color: #fff;
  filter: brightness(1.05);
}
.btn-hero6-secondary {
  display: inline-flex;
  align-items: center;
  padding: 0.65rem 1.75rem;
  border-radius: 999px;
  font-weight: 600;
  color: #e2e8f0;
  border: 2px solid rgba(226, 232, 240, 0.55);
  text-decoration: none;
  background: rgba(15, 23, 42, 0.35);
}
.btn-hero6-secondary:hover {
  color: #fff;
  border-color: #fff;
}
.whyus11-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.06);
  min-height: 100%;
}
.icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}
#departments-11 .dept11-header {
  text-align: center;
  margin-bottom: 2rem;
}
#departments-11 .tab-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}
#departments-11 .tab-btn {
  border: 1px solid #cbd5e1;
  background: #fff;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  cursor: pointer;
}
#departments-11 .tab-btn.active {
  background: #4f46e5;
  color: #fff;
  border-color: #4f46e5;
}
#departments-11 .tab-panel {
  display: none;
}
#departments-11 .tab-panel.active {
  display: block;
}
#departments-11 .tab-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
#departments-11 .tab-text {
  flex: 1 1 280px;
  max-width: 480px;
}
#departments-11 .tab-image img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.12);
}
.news13-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.news13-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.12) !important;
}
.news13-thumb {
  object-fit: cover;
  max-height: 200px;
}
.btn-gradient {
  background: linear-gradient(90deg, #6366f1, #8b5cf6);
  color: #fff !important;
  border: none !important;
}
.btn-gradient:hover {
  filter: brightness(1.06);
  color: #fff !important;
}
.qr-badge {
  border-radius: 10px !important;
}
