[hidden] {
  display: none !important;
}

.static-menu-button {
  min-width: 58px;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .28);
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}

.corporate-hero-content a.button {
  text-decoration: none;
}

.institution-mark b,
.process-corporate-grid article > div b {
  font-size: 12px;
  font-weight: 500;
}

.faq-list button b {
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 1181px) {
  .static-menu-button {
    display: none;
  }
}


/* ===== 语言切换（SilkLumen 前台，覆盖两套布局的按钮/链接变体） ===== */
.language-switch { display: flex; align-items: center; gap: 2px; }
.language-switch a {
  font-size: 12px;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 4px;
  color: rgba(255,255,255,.6);
  text-decoration: none;
  transition: color .2s, background .2s;
}
.language-switch a:hover { color: #fff; }
.language-switch a.active { color: #fff; background: rgba(255,255,255,.14); }
.language-switch a + a { border-left: 1px solid rgba(255,255,255,.22); border-radius: 0; }
@media (max-width: 900px) {
  .header-actions .language-switch { display: none; }
}

/* ===== 移动端菜单语言切换 ===== */
.mobile-language-switch {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.mobile-language-switch .language-switch {
  display: flex !important;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}
.mobile-language-switch .language-switch a,
.mobile-nav .mobile-language-switch .language-switch a,
.corporate-mobile-menu .mobile-language-switch .language-switch a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
.mobile-language-switch .language-switch a + a {
  border-left: 1px solid rgba(255,255,255,.22);
  border-radius: 2px;
}
.mobile-language-switch .language-switch a.active {
  color: #031426;
  background: #6ee6f2;
  border-color: #6ee6f2;
}

/* ===== 表单错误提示（评估弹窗） ===== */
.form-error { color: #ff6b6b; font-size: 13px; margin-top: 12px; }
.modal-backdrop .form-error { color: #d64545; }

.consent a {
  color: var(--blue-500, #1769ff);
  font-weight: 700;
  text-underline-offset: 3px;
}

.consent a:hover {
  color: var(--cyan, #00b8d9);
}

/* ===== 隐私说明页 ===== */
.privacy-hero {
  padding: 155px 5vw 86px;
  color: #fff;
  background: linear-gradient(125deg, #031426 0%, #0b2d4c 100%);
}

.privacy-hero > div,
.privacy-content {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.privacy-hero span {
  color: var(--cyan-light, #6ee6f2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}

.privacy-hero h1 {
  margin: 18px 0;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.12;
}

.privacy-hero p {
  max-width: 760px;
  color: #aec0cf;
  font-size: 17px;
  line-height: 1.9;
}

.privacy-hero small {
  display: block;
  margin-top: 24px;
  color: #7f9aaf;
}

.privacy-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 80px 0 100px;
  background: #dce7ee;
}

.privacy-content article {
  padding: 40px;
  background: #fff;
}

.privacy-content h2 {
  margin: 0 0 20px;
  color: var(--ink, #061b31);
  font-size: 22px;
  line-height: 1.45;
}

.privacy-content p,
.privacy-content li {
  color: var(--muted, #64788b);
  font-size: 14px;
  line-height: 1.9;
}

.privacy-content ul {
  margin: 18px 0 0;
  padding-left: 20px;
}

@media (max-width: 760px) {
  .privacy-hero { padding: 125px 20px 64px; }
  .privacy-content { grid-template-columns: 1fr; padding: 46px 20px 70px; background: #eef4f7; }
  .privacy-content article { padding: 28px 22px; }
}

/* ===== 案例详情免责声明 ===== */
.detail-disclaimer {
  margin-top: 20px;
  padding: 14px 18px;
  border-left: 3px solid var(--cyan-light, #7dd3e8);
  background: var(--surface, #f3f7fa);
  color: var(--muted, #65778a);
  font-size: 13px;
  line-height: 1.7;
}

/* English wordmark has a wider visual footprint than the Chinese lockup. */
.site-header .brand img.brand-logo--compact,
.corporate-header .brand img.brand-logo--compact { width: 150px; }

@media (max-width: 760px) {
  .site-header .brand img.brand-logo--compact,
  .corporate-header .brand img.brand-logo--compact { width: 120px; }
}
