/* Unified stylesheet generated from site-common.css, final-overrides.css, and page inline styles. */

/* Base: site-common.css */

:root {
  --brand: #186c86;
  --deep: #264153;
  --ink: #142231;
  --muted: #4f626d;
  --line: #dbe8ec;
  --soft: #eef7f8;
  --page-bg: #f7fafb;
  --container: 1350px;
  --shadow-sm: 0 14px 34px rgba(38, 65, 83, .05);
  --shadow-md: 0 18px 42px rgba(38, 65, 83, .07);
  --shadow-lg: 0 24px 58px rgba(38, 65, 83, .10);
}

/* Final navigation and product refinements */
.nav {
  gap: 20px !important;
  font-size: 15px !important;
}

.logo {
  width: 220px !important;
}

.logo img {
  width: 210px !important;
}

body.product-page,
body.product-detail-page {
  background: #fff !important;
}

body.product-page .product-list-section {
  background: #fff !important;
}

body.product-page .product-card .link {
  min-width: 116px !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  border: 1px solid rgba(24, 108, 134, .2) !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #fff, #f3fafb) !important;
  /* box-shadow: 0 12px 24px rgba(38, 65, 83, .07) !important; */
  color: var(--brand) !important;
  text-decoration: none !important;
}

body.product-page .product-card .link::after {
  content: ">";
  margin-left: 9px;
  transform: translateY(-1px);
}

body.product-page .product-card .link:hover {
  color: #fff !important;
  background: var(--brand) !important;
  border-color: var(--brand) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 16px 30px rgba(24, 108, 134, .18) !important;
  text-decoration: none !important;
}

body.product-detail-page .detail-hero {
  padding: 44px 0 46px !important;
  background: #fff !important;
  margin-bottom: 30px !important;
}

body.product-detail-page .hero-card {
  border: 1px solid rgba(24, 108, 134, .12) !important;
  background: linear-gradient(135deg, #fff 0%, #f4fbfc 100%) !important;
  box-shadow: 0 24px 58px rgba(38, 65, 83, .08) !important;
}

body.product-detail-page .section {
  padding: 0 !important;
  background: #fff !important;
  margin-bottom: 76px !important;
}

body.product-detail-page .section-head {
  display: block !important;
  max-width: 780px !important;
  margin: 0 auto 30px !important;
  text-align: center !important;
}

body.product-detail-page .section-head p {
  display: none !important;
}

body.product-detail-page .audience-layout {
  grid-template-columns: 1fr 1fr !important;
  gap: 24px !important;
  align-items: stretch !important;
}

body.product-detail-page .audience-box,
body.product-detail-page .value-box {
  min-height: 260px !important;
}

body.product-detail-page .value-box {
  display: block !important;
  padding: 30px !important;
}

body.product-detail-page .value-box h3 {
  margin-bottom: 22px !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

body.product-detail-page .value-box p {
  display: inline-flex !important;
  width: calc(50% - 8px) !important;
  min-height: 68px !important;
  margin: 0 12px 14px 0 !important;
  padding: 18px 18px !important;
  align-items: center !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .11) !important;
  color: rgba(255, 255, 255, .88) !important;
}

body.product-detail-page .article-more .btn {
  width: 180px !important;
  height: 60px !important;
  min-height: 60px !important;
  margin-top: 26px !important;
  border-radius: 8px !important;
  border-color: rgba(24, 108, 134, .45) !important;
  background: #fff !important;
  color: var(--brand) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  box-shadow: 0 16px 32px rgba(38, 65, 83, .06) !important;
}

body.product-detail-page .article-more .btn:hover {
  color: #fff !important;
  background: var(--brand) !important;
  box-shadow: 0 18px 34px rgba(24, 108, 134, .18) !important;
}

@media(max-width: 1100px) {
  .nav {
    display: none !important;
  }

  body.product-detail-page .audience-layout {
    grid-template-columns: 1fr !important;
  }
}


/* Final overrides for the latest revision */
.nav {
  gap: 24px !important;
  font-size: 15px !important
}

.logo {
  width: 210px !important
}

.logo img {
  width: 200px !important
}

.white-page,
.white-page .page,
.case-page,
.case-detail-page,
.team-page,
.team-detail-page,
.honors-page,
.news-page,
.contact-page,
.help-page,
.about-page {
  background: #fff !important
}

.team-page .hero,
.news-page .hero {
  margin-bottom: 50px !important
}

.case-page .section,
.case-detail-page .section,
.contact-page .section,
.news-page .section {
  background: #fff !important
}

body.product-detail-page .value-box .value-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important
}

body.product-detail-page .value-box .value-list p {
  display: flex !important;
  width: auto !important;
  min-height: 72px !important;
  margin: 0 !important;
  align-items: center !important
}

.team-related,
.honor-related {
  display: none !important
}

.related-four {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important
}

.related-four article {
  overflow: hidden;
  border: 1px solid rgba(38, 65, 83, .1);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-md)
}

.related-four img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover
}

.related-four h3 {
  min-height: 58px;
  margin: 18px 18px 12px;
  color: #111827;
  font-size: 18px;
  line-height: 1.55
}

.related-four a {
  display: inline-flex;
  margin: 0 18px 22px;
  color: var(--brand);
  font-size: 15px;
  font-weight: 700
}

.cert-card {
  display: grid !important;
  grid-template-rows: 1fr auto !important;
  gap: 18px !important;
  padding: 18px !important;
  border-radius: 20px !important
}

.cert-card img {
  width: 100% !important;
  height: 500px !important;
  object-fit: contain !important;
  padding: 0 !important;
  border-radius: 14px !important;
  background: #f7fbfc !important
}

.cert-card a {
  width: 100% !important;
  height: 48px !important;
  margin: 0 !important;
  border-radius: 10px !important
}

@media(max-width:1100px) {
  .related-four {
    grid-template-columns: 1fr 1fr !important
  }

  .nav {
    display: none !important
  }
}

@media(max-width:680px) {
  .related-four {
    grid-template-columns: 1fr !important
  }
}

/* Requested page refinements */
.nav {
  gap: 24px !important;
}

.logo {
  width: 210px !important;
}

.logo img {
  width: 200px !important;
}

.white-page,
.white-page .page,
.case-page,
.case-detail-page,
.team-page,
.team-detail-page,
.honors-page,
.news-page,
.contact-page,
.help-page,
.about-page {
  background: #fff !important;
}

.team-page .hero,
.news-page .hero {
  margin-bottom: 50px !important;
}

.case-page .hero,
.case-detail-page .hero,
.team-page .hero,
.team-detail-page .hero,
.honors-page .hero,
.news-page .hero,
.contact-page .hero,
.help-page .hero,
.about-page .hero {
  background: linear-gradient(115deg, #f5fbfc 0%, #fff 52%, #edf8fa 100%) !important;
}

.case-page .hero h1,
.case-detail-page .hero h1,
.team-page .hero h1,
.team-detail-page .hero h1,
.honors-page .hero h1,
.news-page .hero h1,
.contact-page .hero h1,
.help-page .hero h1,
.about-page .hero h1 {
  font-size: 50px !important;
}

body.product-detail-page .value-box .value-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.product-detail-page .value-box .value-list p {
  display: flex !important;
  width: auto !important;
  min-height: 72px !important;
  margin: 0 !important;
  align-items: center !important;
}

.case-page .section,
.case-detail-page .section,
.contact-page .section,
.news-page .section {
  background: #fff !important;
}

.related-articles .article-grid,
.related-four {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
}

.related-articles .article-card,
.related-four article {
  overflow: hidden;
  border: 1px solid rgba(38, 65, 83, .1);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow-md);
}

.related-four img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.related-four h3 {
  min-height: 58px;
  margin: 18px 18px 12px;
  color: #111827;
  font-size: 18px;
  line-height: 1.55;
}

.related-four a {
  display: inline-flex;
  margin: 0 18px 22px;
  color: var(--brand);
  font-size: 15px;
  font-weight: 700;
}

.team-related,
.honor-related {
  display: none !important;
}

.about-split {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: stretch;
}

.about-split h2,
.timeline-section h2,
.idea-section h2 {
  margin-top: 0;
}

.about-split p {
  color: var(--muted);
  font-size: 17px;
  line-height: 2;
}

.intro-card {
  padding: 38px;
  border: 1px solid rgba(24, 108, 134, .14);
  border-radius: 22px;
  background: linear-gradient(135deg, #f4fbfc, #fff);
  box-shadow: var(--shadow-md);
}

.intro-card span {
  color: rgba(24, 108, 134, .18);
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
}

.timeline {
  display: grid;
  gap: 22px;
}

.timeline-stage {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 26px;
  padding: 28px;
  border: 1px solid rgba(38, 65, 83, .1);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-md);
}

.stage-head span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--soft);
  color: var(--brand);
  font-weight: 800;
}

.stage-head h3 {
  margin: 0 0 12px;
  color: #101827;
  font-size: 24px;
}

.stage-head p,
.milestone-item p {
  margin: 0;
  color: var(--muted);
}

.milestone-list {
  display: grid;
  gap: 12px;
}

.milestone-item {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f7fbfc;
}

.milestone-item strong {
  color: var(--brand);
}

.milestone-item b {
  display: block;
  margin-bottom: 4px;
  color: #111827;
}

.section-subtitle {
  max-width: 760px;
  margin: -12px auto 34px;
  text-align: center;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.9;
}

.help-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  margin-bottom: 26px;
  border: 1px solid rgba(24, 108, 134, .14);
  border-radius: 24px;
  background: linear-gradient(135deg, #fff, #f3fafb);
  box-shadow: var(--shadow-md);
}

.help-search h2 {
  margin: 0 0 10px;
  font-size: 32px;
}

.help-search p {
  margin: 0;
  color: var(--muted);
}

.help-topics {
  grid-template-columns: repeat(3, 1fr) !important;
}

.person-layout {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 34px;
  align-items: start;
}

.person-article {
  padding: 42px 48px;
  border: 1px solid rgba(38, 65, 83, .1);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-md);
}

.person-article h2 {
  margin: 0 0 12px;
  font-size: 38px;
}

.person-article .lead {
  color: var(--brand);
  font-size: 20px;
  font-weight: 800;
}

.person-article p,
.person-article li {
  color: #425664;
  font-size: 17px;
  line-height: 2;
}

.person-side {
  position: sticky;
  top: 112px;
  padding: 22px;
  border: 1px solid rgba(38, 65, 83, .1);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-md);
}

.person-side img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 18px;
}

.cert-grid {
  gap: 28px !important;
}

.cert-card {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 18px;
  padding: 18px !important;
  border-radius: 20px !important;
}

.cert-card img {
  width: 100% !important;
  height: 500px !important;
  object-fit: contain !important;
  padding: 0 !important;
  border-radius: 14px !important;
  background: #f7fbfc !important;
}

.cert-card a {
  width: 100% !important;
  height: 48px !important;
  margin: 0 !important;
  border-radius: 10px !important;
}

.contact-page .request {
  background: #fff !important;
}

@media(max-width: 1100px) {

  .related-articles .article-grid,
  .related-four,
  .about-split,
  .timeline-stage,
  .help-topics,
  .person-layout {
    grid-template-columns: 1fr !important;
  }
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--ink);
  background: radial-gradient(circle at 8% 10%, rgba(24, 108, 134, .08), transparent 24%), var(--page-bg) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 88px !important;
  overflow: hidden;
}

.container {
  width: min(var(--container), calc(100% - 60px));
  margin: 0 auto;
}

.site-header {
  position: fixed !important;
  inset: 0 0 auto 0 !important;
  z-index: 9999 !important;
  width: 100% !important;
  background: rgba(255, 255, 255, .96) !important;
  border-bottom: 1px solid var(--line) !important;
  backdrop-filter: blur(14px);
}

.nav-bar {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo {
  width: 245px;
  flex: 0 0 auto;
}

.logo img {
  width: 235px;
  height: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--deep);
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.nav a,
.nav-trigger {
  position: relative;
  padding: 30px 0;
}

.nav a::after,
.nav-trigger::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  height: 2px;
  background: var(--brand);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.nav a:hover,
.nav a.is-active,
.nav-trigger.is-active,
.nav-item:hover .nav-trigger {
  color: var(--brand);
}

.nav a.is-active,
.nav-trigger.is-active {
  font-weight: 800;
}

.nav a:hover::after,
.nav a.is-active::after,
.nav-trigger.is-active::after,
.nav-item:hover .nav-trigger::after {
  transform: scaleX(1);
}

.nav-item {
  position: relative;
}

.nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.nav-trigger::before {
  content: "";
  order: 2;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.dropdown {
  position: absolute;
  top: calc(100% - 8px);
  left: 50%;
  z-index: 10000 !important;
  min-width: 188px;
  padding: 10px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 24px 48px rgba(38, 65, 83, .16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(12px);
  transition: .2s ease;
}

.nav-item:hover .dropdown,
.nav-item:focus-within .dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.dropdown a {
  display: block;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
}

.dropdown a::after {
  display: none;
}

.dropdown a:hover {
  color: var(--brand);
  background: var(--soft);
}

.menu-button {
  display: none;
}

.hero {
  position: relative !important;
  height: 245px !important;
  min-height: 245px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  text-align: center !important;
  color: var(--ink) !important;
  background: linear-gradient(115deg, #f3fafb 0%, #fff 48%, #edf8fa 100%) !important;
  border-bottom: 1px solid rgba(24, 108, 134, .1) !important;
  overflow: hidden !important;
}

.hero::before,
.hero::after,
.hero>.container::before,
.hero>.container::after {
  display: none !important;
}

.hero>.container {
  position: relative !important;
  z-index: 1 !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.hero .hero-inner {
  max-width: 940px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.hero .eyebrow {
  display: none !important;
}

.hero h1 {
  max-width: none !important;
  margin: 0 auto 18px !important;
  color: #101827 !important;
  font-size: 50px !important;
  line-height: 1.14 !important;
  letter-spacing: -.02em !important;
  font-weight: 900 !important;
  text-align: center !important;
  text-shadow: none !important;
  white-space: normal !important;
}

.hero p {
  max-width: 820px !important;
  margin: 0 auto !important;
  color: var(--muted) !important;
  font-size: 16px !important;
  line-height: 1.85 !important;
  text-align: center !important;
  text-shadow: none !important;
}

.card,
.product-card,
.case-card,
.team-card,
.article-card,
.news-card,
.faq-card,
.sidebar-card,
.cert-card,
.audience-box,
.mini-card {
  border: 1px solid rgba(38, 65, 83, .1) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: var(--shadow-md) !important;
}

.btn,
.link,
.back-btn,
.detail-btn,
.back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(24, 108, 134, .24);
  border-radius: 999px;
  background: #fff;
  color: var(--brand);
  font-size: 15px;
  font-weight: 700;
  transition: color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.btn:hover,
.link:hover,
.back-btn:hover,
.detail-btn:hover,
.back-link:hover {
  color: #fff;
  background: var(--brand);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(24, 108, 134, .18);
}

.site-footer {
  height: 55px !important;
  color: #c5d3d8 !important;
  background: #142333 !important;
  font-size: 14px !important;
}

.record-line {
  height: 55px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.product-list-section {
  padding: 0 0 1px !important;
}

.product-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 24px !important;
  margin: 58px 0 96px !important;
}

.hero .product-grid {
  display: none !important;
}

.product-card {
  min-height: 326px !important;
  padding: 34px 28px 30px !important;
  display: flex !important;
  flex-direction: column !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}

.product-card::after,
.mini-card::after {
  display: none !important;
}

.product-card:hover {
  transform: translateY(-5px) !important;
  border-color: rgba(24, 108, 134, .24) !important;
  box-shadow: var(--shadow-lg) !important;
}

.product-logo {
  height: 104px !important;
  margin-bottom: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.product-logo img {
  max-width: 285px !important;
  max-height: 96px !important;
  object-fit: contain !important;
}

.product-card h2,
.product-card h3 {
  margin: 0 0 12px !important;
  color: #07111f !important;
  font-size: 23px !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
}

.product-card p {
  min-height: 62px !important;
  margin: 0 0 24px !important;
  color: #536875 !important;
  font-size: 16px !important;
  line-height: 1.8 !important;
}

.product-card .link {
  margin-top: auto !important;
  align-self: flex-start !important;
  min-height: 34px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--brand) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.product-card .link:hover {
  color: var(--deep) !important;
  background: transparent !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
  transform: none !important;
  box-shadow: none !important;
}

.section {
  /* padding: 54px 0; */
  margin-bottom: 80px;
}

.section-title {
  margin: 0 0 30px;
  text-align: center;
  color: #111827;
  font-size: 34px;
  line-height: 1.2;
}

.news-layout,
.article-layout {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 30px;
}

.sidebar-card a,
.related-grid a,
.hot-card a {
  color: #294553;
  text-underline-offset: 4px;
  transition: color .18s ease, transform .18s ease;
}

.sidebar-card a:hover,
.related-grid a:hover,
.hot-card a:hover {
  color: var(--brand) !important;
  text-decoration: underline !important;
  transform: translateX(4px);
}

.request input:focus,
.request select:focus,
.request textarea:focus {
  outline: none !important;
  border-color: var(--brand) !important;
  box-shadow: 0 0 0 4px rgba(24, 108, 134, .12), 0 10px 24px rgba(38, 65, 83, .04) !important;
}

@media (max-width: 1100px) {
  .nav {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .product-grid,
  .news-layout,
  .article-layout {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 680px) {
  .container {
    width: calc(100% - 28px);
  }

  .hero {
    height: auto !important;
    min-height: 220px !important;
    padding: 48px 0 !important;
  }

  .hero h1 {
    font-size: 36px !important;
  }

  .hero p {
    font-size: 15px !important;
  }

  .product-grid,
  .news-layout,
  .article-layout {
    grid-template-columns: 1fr !important;
  }
}

/* Overrides: final-overrides.css */

.nav {
  gap: 24px !important;
  font-size: 15px !important;
}

.logo {
  width: 210px !important;
}

.logo img {
  width: 200px !important;
}

.white-page,
.white-page .page,
.case-page,
.case-detail-page,
.team-page,
.team-detail-page,
.honors-page,
.news-page,
.contact-page,
.help-page,
.about-page {
  background: #fff !important;
}

.case-page .hero,
.case-detail-page .hero,
.team-page .hero,
.team-detail-page .hero,
.honors-page .hero,
.news-page .hero,
.contact-page .hero,
.help-page .hero,
.about-page .hero,
.product-page .hero,
.product-detail-page .hero {
  border-bottom: 0 !important;
  background:
    radial-gradient(circle at 18% 34%, rgba(24, 108, 134, .13), transparent 31%),
    radial-gradient(circle at 82% 20%, rgba(38, 65, 83, .10), transparent 30%),
    linear-gradient(115deg, #e8f4f6 0%, #f8fcfd 48%, #ddeff3 100%) !important;
}

.team-page .hero,
.news-page .hero {
  margin-bottom: 50px !important;
}

.case-page .section,
.case-detail-page .section,
.contact-page .section,
.news-page .section {
  background: #fff !important;
}

body.product-detail-page .value-box .value-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.product-detail-page .value-box .value-list p {
  display: flex !important;
  width: auto !important;
  min-height: 72px !important;
  margin: 0 !important;
  align-items: center !important;
}

.team-related,
.honor-related {
  display: none !important;
}

.related-four {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
}

.related-four article {
  overflow: hidden;
  border: 1px solid rgba(38, 65, 83, .1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(38, 65, 83, .07);
}

.related-four img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.related-four h3 {
  min-height: 58px;
  margin: 18px 18px 12px;
  color: #111827;
  font-size: 18px;
  line-height: 1.55;
}

.related-four a {
  display: inline-flex;
  margin: 0 18px 22px;
  color: var(--brand);
  font-size: 15px;
  font-weight: 700;
}

.cert-card {
  display: grid !important;
  grid-template-rows: 1fr auto !important;
  gap: 18px !important;
  padding: 18px !important;
  border-radius: 20px !important;
}

.cert-card img {
  width: 100% !important;
  height: 500px !important;
  object-fit: contain !important;
  padding: 0 !important;
  border-radius: 14px !important;
  background: #f7fbfc !important;
}

.cert-card a {
  width: 100% !important;
  height: 48px !important;
  margin: 0 !important;
  border-radius: 10px !important;
}

.about-split {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: stretch;
}

.about-split p,
.person-article p,
.person-article li {
  color: #425664;
  font-size: 17px;
  line-height: 2;
}

.intro-card,
.person-article,
.person-side,
.timeline-stage,
.help-search {
  border: 1px solid rgba(38, 65, 83, .1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(38, 65, 83, .07);
}

.intro-card {
  padding: 38px;
  background: linear-gradient(135deg, #f4fbfc, #fff);
}

.intro-card span {
  color: rgba(24, 108, 134, .18);
  font-size: 70px;
  font-weight: 900;
  line-height: 1;
}

.timeline {
  display: grid;
  gap: 22px;
}

.timeline-stage {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 26px;
  padding: 28px;
}

.milestone-list {
  display: grid;
  gap: 12px;
}

.milestone-item {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f7fbfc;
}

.milestone-item strong {
  color: var(--brand);
}

.help-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 34px;
  margin-bottom: 26px;
  background: linear-gradient(135deg, #fff, #f3fafb);
}

.help-topics {
  grid-template-columns: repeat(3, 1fr) !important;
}

.person-layout {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 34px;
  align-items: start;
}

.person-article {
  padding: 42px 48px;
}

.person-article h2 {
  margin: 0 0 12px;
  font-size: 38px;
}

.person-article .lead {
  color: var(--brand);
  font-size: 20px;
  font-weight: 800;
}

.person-side {
  position: sticky;
  top: 112px;
  padding: 22px;
}

.person-side img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom: 18px;
}

/* About page visual upgrade */
.about-page .idea-section {
  padding-top: 34px;
}

.about-page .idea-section .cards {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
  counter-reset: idea;
}

.about-page .idea-section .mini-card {
  position: relative;
  min-height: 260px;
  padding: 34px 26px 30px !important;
  overflow: hidden;
  border-color: rgba(24, 108, 134, .12) !important;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(242, 249, 250, .92)),
    radial-gradient(circle at 90% 0%, rgba(24, 108, 134, .14), transparent 34%) !important;
}

.about-page .idea-section .mini-card::before {
  content: "";
  position: absolute;
  right: -38px;
  top: -42px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(24, 108, 134, .07);
}

.about-page .idea-section .mini-card::after {
  content: "";
  position: absolute;
  left: 26px;
  bottom: 24px;
  width: 58px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), rgba(213, 184, 92, .9));
}

.about-page .idea-section .mini-card .num {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px !important;
  border-radius: 16px;
  background: var(--brand);
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800;
}

.about-page .idea-section .mini-card h3 {
  margin-bottom: 16px !important;
  font-size: 24px !important;
}

.about-page .idea-section .mini-card p {
  color: #4f626d !important;
  line-height: 1.85 !important;
}

.about-page .timeline-section {
  position: relative;
  padding-top: 70px;
}

.about-page .timeline-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 24px;
  width: min(620px, 70vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(24, 108, 134, .26), transparent);
}

.about-page .timeline {
  position: relative;
  gap: 28px;
}

.about-page .timeline::before {
  content: "";
  position: absolute;
  left: 32px;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: linear-gradient(180deg, rgba(24, 108, 134, .08), rgba(24, 108, 134, .34), rgba(24, 108, 134, .08));
}

.about-page .timeline-stage {
  position: relative;
  grid-template-columns: 330px 1fr;
  padding: 0 0 0 76px;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.about-page .timeline-stage::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 30px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 7px solid var(--brand);
  box-shadow: 0 0 0 8px rgba(24, 108, 134, .08);
}

.about-page .stage-head {
  padding: 30px 28px;
  border-radius: 22px;
  background: linear-gradient(145deg, #264153, #17303b);
  color: #fff;
  box-shadow: 0 20px 42px rgba(38, 65, 83, .16);
}

.about-page .stage-head span {
  background: rgba(255, 255, 255, .12);
  color: #d9f3f7;
}

.about-page .stage-head h3 {
  color: #fff;
}

.about-page .stage-head p {
  color: rgba(255, 255, 255, .78);
  line-height: 1.85;
}

.about-page .milestone-list {
  padding: 22px;
  border: 1px solid rgba(38, 65, 83, .09);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(38, 65, 83, .06);
}

.about-page .milestone-item {
  position: relative;
  grid-template-columns: 96px 1fr;
  padding: 16px 18px;
  border: 1px solid rgba(24, 108, 134, .08);
  background: linear-gradient(135deg, #fff, #f6fbfc);
}

.about-page .milestone-item strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 999px;
  background: rgba(24, 108, 134, .09);
  font-size: 13px;
}

.about-page .milestone-item b {
  color: #132532;
  font-size: 17px;
}

@media (max-width: 1100px) {

  .about-page .idea-section .cards,
  .about-page .timeline-stage {
    grid-template-columns: 1fr !important;
  }

  .about-page .timeline::before,
  .about-page .timeline-stage::before {
    display: none;
  }

  .about-page .timeline-stage {
    padding-left: 0;
  }
}

@media (max-width: 1100px) {
  .nav {
    display: none !important;
  }

  .related-four,
  .about-split,
  .timeline-stage,
  .help-topics,
  .person-layout {
    grid-template-columns: 1fr !important;
  }
}

/* Final visual polish requested */
.btn,
.link,
.back-btn,
.detail-btn,
.back-link,
button,
.product-card .link,
.sidebar-card .btn.primary,
.cert-card a {
  box-shadow: none !important;
}

.btn:hover,
.link:hover,
.back-btn:hover,
.detail-btn:hover,
.back-link:hover,
button:hover,
.product-card .link:hover,
.sidebar-card .btn.primary:hover,
.cert-card a:hover {
  box-shadow: none !important;
}

.about-page .idea-section {
  margin-top: 24px;
  padding: 72px 0 78px;
  background: #f3f7f8 !important;
}

.about-page .idea-section .section-title {
  margin-bottom: 18px;
  font-size: 42px;
}

.about-page .idea-section .cards {
  max-width: 1180px;
  margin: 42px auto 0;
}

.about-page .idea-section .mini-card {
  min-height: 280px;
  padding: 54px 28px 34px !important;
  text-align: center;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.about-page .idea-section .mini-card::before,
.about-page .idea-section .mini-card::after {
  display: none !important;
}

.about-page .idea-section .mini-card .num {
  margin: 0 auto 44px !important;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #186c86;
}

.about-page .idea-section .mini-card h3 {
  font-size: 21px !important;
}

.about-page .idea-section .mini-card p {
  max-width: 210px;
  margin: 0 auto !important;
  font-size: 15px !important;
}

.news-like-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
}

.news-like-card {
  overflow: hidden;
  border: 1px solid rgba(38, 65, 83, .1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(38, 65, 83, .06);
}

.news-like-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.news-like-card div {
  padding: 20px 20px 22px;
}

.news-like-card span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(24, 108, 134, .08);
  color: #186c86;
  font-size: 13px;
  font-weight: 700;
}

.news-like-card h3 {
  min-height: 56px;
  margin: 0 0 10px;
  color: #111827;
  font-size: 18px;
  line-height: 1.55;
}

.news-like-card p {
  min-height: 54px;
  margin: 0 0 18px;
  color: #5d707a;
  font-size: 14px;
  line-height: 1.7;
}

.news-like-card a {
  color: #186c86;
  font-size: 15px;
  font-weight: 700;
}

.cert-card a {
  justify-self: center !important;
  width: 132px !important;
  height: 42px !important;
  border-radius: 999px !important;
  background: #fff !important;
  border: 1px solid rgba(24, 108, 134, .36) !important;
  color: #186c86 !important;
}

.cert-card a:hover {
  background: #186c86 !important;
  color: #fff !important;
}

.honors-page .faq-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.honors-page .faq-list details {
  margin-bottom: 0 !important;
}

.detail-hero-with-back .container {
  align-items: center !important;
}

.detail-hero-with-back .back-btn {
  position: absolute;
  left: 0;
  top: 28px;
  height: 42px;
  min-height: 42px;
}

.detail-two-col {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 28px;
  align-items: start;
}

.detail-profile-main {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 32px;
  padding: 28px;
  border: 1px solid rgba(38, 65, 83, .1);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(38, 65, 83, .06);
}

.profile-photo {
  overflow: hidden;
  border-radius: 18px;
  background: #f5fafb;
}

.profile-photo img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.cert-photo img {
  object-fit: contain;
  padding: 14px;
}

.profile-copy span {
  color: #186c86;
  font-weight: 800;
}

.profile-copy h2 {
  margin: 12px 0 18px;
  font-size: 34px;
}

.profile-copy p {
  color: #4f626d;
  font-size: 17px;
  line-height: 1.95;
}

.detail-side {
  display: grid;
  gap: 16px;
}

.side-box {
  padding: 24px;
  border: 1px solid rgba(38, 65, 83, .1);
  border-radius: 18px;
  background: #fff;
}

.side-box h3 {
  margin: 0 0 16px;
  color: #111827;
  font-size: 20px;
}

.side-box a,
.side-related a {
  position: relative;
  display: block;
  padding: 8px 0 8px 16px;
  color: #294553;
}

.side-box a::before,
.side-related a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #186c86;
}

.side-box a:hover,
.side-related a:hover {
  color: #186c86;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.side-related small {
  display: none !important;
}

.help-page .help-search {
  grid-template-columns: 1fr 220px;
  min-height: 180px;
  border-color: rgba(24, 108, 134, .14);
  background:
    radial-gradient(circle at 92% 18%, rgba(24, 108, 134, .10), transparent 30%),
    linear-gradient(135deg, #fff, #eef8fa);
}

.help-page .help-search h2 {
  font-size: 38px;
}

.help-page .help-topics .mini-card {
  min-height: 220px;
  border-color: rgba(24, 108, 134, .12) !important;
}

.help-page .faq-grid {
  grid-template-columns: repeat(2, 1fr) !important;
}

.contact-page .request {
  grid-template-columns: .85fr 1.15fr;
}

.contact-page .request>div {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
}

.contact-methods article {
  position: relative;
  overflow: hidden;
}

.contact-methods article::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -52px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 108, 134, .12), rgba(24, 108, 134, .03) 62%, transparent 63%);
}

@media (max-width: 1100px) {

  .news-like-grid,
  .honors-page .faq-list,
  .detail-two-col,
  .detail-profile-main,
  .help-page .faq-grid,
  .contact-page .request {
    grid-template-columns: 1fr !important;
  }
}

/* Last-mile fixes */
a.btn,
a.link,
a.back-btn,
a.detail-btn,
a.back-link,
button,
input[type="button"],
input[type="submit"],
.product-page .product-card .link,
.product-card .link,
.sidebar-card .btn.primary,
.cert-card a,
.news-like-section .btn,
.more-wrap .btn {
  box-shadow: none !important;
  filter: none !important;
}

a.btn:hover,
a.link:hover,
a.back-btn:hover,
a.detail-btn:hover,
a.back-link:hover,
button:hover,
.product-page .product-card .link:hover,
.product-card .link:hover,
.sidebar-card .btn.primary:hover,
.cert-card a:hover,
.news-like-section .btn:hover,
.more-wrap .btn:hover {
  box-shadow: none !important;
  filter: none !important;
}

.news-like-section .more-wrap {
  display: flex !important;
  justify-content: center !important;
  margin-top: 30px !important;
}

.news-like-section .more-wrap .btn {
  width: 168px !important;
  height: 50px !important;
  min-height: 50px !important;
  border-radius: 8px !important;
}

.about-page .idea-section .mini-card .num {
  font-size: 0 !important;
}

.about-page .idea-section .mini-card .num::before {
  font-size: 24px !important;
  line-height: 1;
}

.about-page .idea-section .mini-card:nth-child(1) .num::before {
  content: "✓";
}

.about-page .idea-section .mini-card:nth-child(2) .num::before {
  content: "◇";
}

.about-page .idea-section .mini-card:nth-child(3) .num::before {
  content: "↗";
}

.about-page .idea-section .mini-card:nth-child(4) .num::before {
  content: "≡";
}

.about-page .timeline-section::before {
  display: none !important;
}

.about-page .milestone-list {
  padding: 10px 0 10px 24px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.about-page .milestone-item {
  padding: 13px 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(38, 65, 83, .08) !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.about-page .milestone-item:last-child {
  border-bottom: 0 !important;
}

.about-page .milestone-item strong {
  background: rgba(24, 108, 134, .08) !important;
}

.detail-profile-main {
  grid-template-columns: 430px 1fr !important;
  padding: 34px !important;
}

.profile-photo img {
  height: 620px !important;
}

.cert-profile-main {
  grid-template-columns: 470px 1fr !important;
}

.cert-photo img {
  height: 660px !important;
}

.profile-copy h2 {
  font-size: 38px !important;
}

.profile-copy p {
  font-size: 17px !important;
  line-height: 2.05 !important;
}

.help-page .help-redesign {
  padding-top: 70px !important;
}

.help-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 190px;
  gap: 28px;
  align-items: center;
  min-height: 230px;
  padding: 44px 48px;
  overflow: hidden;
  border: 1px solid rgba(24, 108, 134, .14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 18%, rgba(24, 108, 134, .12), transparent 30%),
    linear-gradient(135deg, #fff, #eef8fa);
}

.help-panel::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -90px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: rgba(24, 108, 134, .06);
}

.help-kicker {
  color: #186c86;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}

.help-panel h2 {
  margin: 10px 0 14px;
  color: #111827;
  font-size: 42px;
  line-height: 1.25;
}

.help-panel p {
  max-width: 760px;
  margin: 0;
  color: #4f626d;
  font-size: 17px;
  line-height: 1.9;
}

.help-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 26px;
}

.help-service-grid article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid rgba(38, 65, 83, .1);
  border-radius: 18px;
  background: #fff;
}

.help-service-grid span {
  color: rgba(24, 108, 134, .35);
  font-size: 34px;
  font-weight: 800;
}

.help-service-grid h3 {
  margin: 20px 0 12px;
  font-size: 22px;
}

.help-service-grid p {
  margin: 0;
  color: #5b6e79;
  line-height: 1.8;
}

.help-faq-section .faq-grid {
  grid-template-columns: repeat(2, 1fr) !important;
}

@media (max-width: 1100px) {

  .detail-profile-main,
  .cert-profile-main,
  .help-panel,
  .help-service-grid,
  .help-faq-section .faq-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Final request fixes */
.nav {
  gap: 16px !important;
  font-size: 14px !important;
}

.logo {
  width: 188px !important;
}

.btn,
.link,
.back-btn,
.detail-btn,
.back-link,
button,
.product-card .link,
.product-page .product-card .link,
.news-like-section .btn,
.more-wrap .btn,
.cert-card a,
.honor-cert-list a {
  box-shadow: none !important;
  filter: none !important;
}

.btn:hover,
.link:hover,
.back-btn:hover,
.detail-btn:hover,
.back-link:hover,
button:hover,
.product-card .link:hover,
.product-page .product-card .link:hover,
.news-like-section .btn:hover,
.more-wrap .btn:hover,
.cert-card a:hover,
.honor-cert-list a:hover {
  box-shadow: none !important;
  filter: none !important;
}

.about-split {
  grid-template-columns: 1fr 520px !important;
  align-items: center !important;
}

.about-image {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(38, 65, 83, .1);
  background: #f7fbfc;
}

.about-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.about-contact-btn {
  margin-top: 22px;
}

.about-page .idea-section {
  background: #f2f6f8 !important;
}

.about-page .idea-section .cards {
  max-width: 1200px;
}

.about-page .idea-section .mini-card {
  border: 1px solid rgba(38, 65, 83, .1) !important;
  border-radius: 8px !important;
  text-align: left !important;
  padding: 34px 24px 30px !important;
}

.about-page .idea-section .mini-card .num {
  margin: 0 0 36px !important;
  width: 52px !important;
  height: 52px !important;
}

.about-page .idea-section .mini-card p {
  max-width: none !important;
  margin: 0 !important;
}

.about-page .timeline-stage {
  margin-bottom: 40px !important;
}

.about-page .timeline-stage:last-child {
  margin-bottom: 0 !important;
}

.team-card>span {
  display: none !important;
}

.team-card {
  padding-top: 32px !important;
}

.side-box {
  background: #fff !important;
}

.detail-profile-main {
  grid-template-columns: 330px 1fr !important;
}

.profile-photo img {
  height: 460px !important;
}

.cert-profile-main {
  grid-template-columns: 360px 1fr !important;
}

.cert-photo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-photo img {
  height: 500px !important;
  object-fit: contain !important;
}

.profile-copy p {
  line-height: 2.05 !important;
}

.honors-cert-section .section-title {
  margin-bottom: 36px;
}

.honor-cert-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.honor-cert-list article {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: center;
  padding: 22px;
  border: 1px solid rgba(38, 65, 83, .1);
  border-radius: 18px;
  background: #fff;
}

.honor-cert-list img {
  width: 220px;
  height: 280px;
  object-fit: contain;
  border-radius: 12px;
  background: #f7fbfc;
}

.honor-cert-list h3 {
  margin: 0 0 12px;
  color: #111827;
  font-size: 24px;
}

.honor-cert-list p {
  margin: 0 0 22px;
  color: #4f626d;
  line-height: 1.85;
}

.honor-cert-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 40px;
  border: 1px solid rgba(24, 108, 134, .34);
  border-radius: 999px;
  color: #186c86;
  font-size: 15px;
  font-weight: 700;
}

.honor-cert-list a:hover {
  background: #186c86;
  color: #fff;
}

.sidebar-card h3,
.side-box h3 {
  margin-bottom: 25px !important;
}

.contact-methods article::after {
  display: none !important;
}

.contact-map {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 34px;
  align-items: center;
  min-height: 330px;
  padding: 34px;
  border: 1px solid rgba(38, 65, 83, .1);
  border-radius: 24px;
  background: linear-gradient(135deg, #fff, #eef8fa);
}

.contact-map h2 {
  margin: 0 0 14px;
  font-size: 34px;
}

.contact-map p {
  color: #4f626d;
  line-height: 1.9;
}

.map-grid {
  position: relative;
  height: 260px;
  overflow: hidden;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(24, 108, 134, .10) 1px, transparent 1px),
    linear-gradient(0deg, rgba(24, 108, 134, .10) 1px, transparent 1px),
    radial-gradient(circle at 62% 46%, rgba(24, 108, 134, .28), transparent 8%),
    #f8fcfd;
  background-size: 42px 42px, 42px 42px, auto, auto;
}

.map-grid::after {
  content: "上海 · 项目沟通服务范围";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 18px;
  border-radius: 999px;
  background: #186c86;
  color: #fff;
  font-weight: 800;
}

.jobs-section {
  background: #f7f9fb !important;
}

.jobs-list {
  display: grid;
  gap: 22px;
}

.job-item {
  position: relative;
  display: block;
  padding: 26px 72px 26px 32px;
  border: 1px solid rgba(38, 65, 83, .08);
  background: #fff;
}

.job-item h2 {
  margin: 0 0 10px;
  color: #111827;
  font-size: 25px;
  font-weight: 500;
}

.job-item p {
  margin: 0;
  color: #344a57;
  font-size: 17px;
}

.job-item p span:first-child {
  color: #2f78ff;
}

.job-item i {
  margin: 0 14px;
  color: #8b9aa3;
  font-style: normal;
}

.job-item b {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  color: #111827;
  font-size: 34px;
  font-weight: 300;
}

@media(max-width:1100px) {

  .about-split,
  .honor-cert-list,
  .honor-cert-list article,
  .contact-map {
    grid-template-columns: 1fr !important;
  }
}

.btn,
button,
input[type="submit"],
input[type="button"],
.link,
.product-card .link,
.product-page .product-card .link,
.news-like-section .btn,
.more-wrap .btn,
.honor-cert-list a,
.help-contact-box .btn,
a[class*="btn"],
a[class*="link"] {
  box-shadow: none !important;
  filter: none !important;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.link:hover,
.product-card .link:hover,
.product-page .product-card .link:hover,
.news-like-section .btn:hover,
.more-wrap .btn:hover,
.honor-cert-list a:hover,
.help-contact-box .btn:hover,
a[class*="btn"]:hover,
a[class*="link"]:hover {
  box-shadow: none !important;
  filter: none !important;
}

.nav {
  gap: 24px !important;
  font-size: 15px !important;
}

.about-split {
  grid-template-columns: minmax(0, 1fr) 660px !important;
}

.about-image img {
  width: 660px !important;
  height: 390px !important;
  object-fit: cover !important;
}

.about-contact-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 190px !important;
  height: 60px !important;
  padding: 0 34px !important;
  border-radius: 8px !important;
  border: 1px solid #186c86 !important;
  background: #186c86 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.about-page .idea-section {
  padding: 74px 0 !important;
  background: #f3f6f8 !important;
}

.about-page .idea-section .section-title {
  margin-bottom: 18px !important;
  text-align: center !important;
}

.about-page .idea-section .cards {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 18px !important;
  max-width: 1350px !important;
  margin: 42px auto 0 !important;
}

.about-page .idea-section .mini-card {
  min-height: 150px !important;
  padding: 24px 24px 26px !important;
  border: 1px solid rgba(38, 65, 83, .14) !important;
  border-radius: 6px !important;
  background: #fff !important;
  text-align: left !important;
}

.about-page .idea-section .mini-card .num,
.about-page .idea-section .mini-card .num::before {
  display: none !important;
  content: none !important;
}

.about-page .idea-section .mini-card h3 {
  margin: 0 0 10px !important;
  font-size: 23px !important;
  line-height: 1.4 !important;
}

.about-page .idea-section .mini-card p {
  margin: 0 !important;
  max-width: none !important;
  color: #283a46 !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

.team-detail-page .detail-profile-main.person-profile {
  grid-template-columns: 300px 1fr !important;
  align-items: start !important;
}

.team-detail-page .profile-photo img {
  height: 390px !important;
  object-fit: cover !important;
}

.profile-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.profile-facts li {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(24, 108, 134, .08);
  color: #186c86;
  font-size: 14px;
}

.team-detail-page .detail-side .side-box,
.honor-detail-page .detail-side .side-box {
  background: #fff !important;
}

.sidebar-card h3,
.side-related h3,
.help-side-box h3 {
  margin-bottom: 25px !important;
}

.help-main-list {
  gap: 18px !important;
}

.help-question-card {
  min-height: 168px !important;
  padding: 24px 28px !important;
  border-radius: 16px !important;
  background: #fff !important;
  display: grid !important;
  grid-template-columns: 220px 1fr !important;
  column-gap: 24px !important;
  align-items: center !important;
}

.help-question-card::before {
  content: "";
  grid-row: 1 / 4;
  width: 220px;
  height: 132px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(24, 108, 134, .68), rgba(38, 65, 83, .56)),
    url("image5.jpg") center/cover no-repeat;
}

.help-question-card strong {
  margin-bottom: 12px !important;
  font-size: 24px !important;
}

.help-question-card p {
  max-width: none !important;
  min-height: 54px !important;
}

.help-question-card span {
  position: static !important;
  display: inline-flex !important;
  margin-top: 18px !important;
  transform: none !important;
  color: #186c86 !important;
}

.contact-map {
  grid-template-columns: 360px 1fr !important;
}

.map-image {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(38, 65, 83, .12);
  background: #fff;
}

.map-image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

.jobs-list {
  gap: 16px !important;
}

.job-item {
  display: block !important;
  padding: 0 !important;
  border: 1px solid rgba(38, 65, 83, .08) !important;
  background: #fff !important;
}

.job-item summary {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 26px 72px 26px 32px;
  list-style: none;
}

.job-item summary::-webkit-details-marker {
  display: none;
}

.job-item summary b::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 34px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #111827;
  border-bottom: 2px solid #111827;
  transform: rotate(45deg);
}

.job-item[open] summary b::before {
  transform: rotate(225deg);
  top: 40px;
}

.job-detail {
  margin: 0 30px 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(38, 65, 83, .12);
  color: #344a57;
  font-size: 17px;
  line-height: 1.9;
}

.job-detail h3 {
  margin: 22px 0 8px;
  color: #102233;
  font-size: 18px;
}

.job-detail .btn {
  width: 136px;
  height: 48px;
  margin-top: 12px;
  border-radius: 8px;
  background: #186c86;
  color: #fff;
  box-shadow: none !important;
}

@media(max-width:1100px) {
  .about-split {
    grid-template-columns: 1fr !important;
  }

  .about-image img {
    width: 100% !important;
  }

  .about-page .idea-section .cards {
    grid-template-columns: 1fr !important;
  }

  .help-question-card {
    grid-template-columns: 1fr !important;
  }

  .help-question-card::before {
    width: 100%;
  }
}


.help-redesign,
.help-faq-section {
  display: none !important;
}

.help-directory {
  padding-top: 56px !important;
  background: #fff !important;
}

.help-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: start;
}

.help-main-list {
  display: grid;
  gap: 18px;
}

.help-question-card {
  position: relative;
  display: block;
  min-height: 112px;
  padding: 24px 170px 24px 30px;
  border: 1px solid rgba(38, 65, 83, .10);
  border-radius: 16px;
  background: #fff;
  color: #102233;
  text-decoration: none;
  box-shadow: none !important;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.help-question-card:hover {
  transform: translateY(-2px);
  border-color: rgba(24, 108, 134, .35);
  background: linear-gradient(135deg, #fff, #f3fbfc);
}

.help-question-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.45;
}

.help-question-card p {
  max-width: 760px;
  margin: 0;
  color: #4f626d;
  font-size: 15px;
  line-height: 1.8;
}

.help-question-card span {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #186c86;
  font-size: 15px;
}

.help-sidebar {
  display: grid;
  gap: 18px;
}

.help-side-box {
  padding: 24px;
  border: 1px solid rgba(38, 65, 83, .10);
  border-radius: 16px;
  background: #fff;
}

.help-side-box h3 {
  margin: 0 0 25px;
  font-size: 22px;
}

.help-side-box a:not(.btn) {
  position: relative;
  display: block;
  padding: 8px 0 8px 16px;
  color: #344a57;
  line-height: 1.6;
  text-decoration: none;
}

.help-side-box a:not(.btn)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #186c86;
}

.help-side-box a:not(.btn):hover {
  color: #186c86;
  text-decoration: underline;
}

.help-contact-box {
  background: linear-gradient(135deg, #f2fbfc, #fff);
}

.help-contact-box p {
  margin: 0 0 20px;
  color: #4f626d;
  line-height: 1.8;
}

.help-contact-box .btn {
  width: 132px;
  height: 48px;
  border-radius: 12px;
  background: #186c86;
  color: #fff;
  box-shadow: none !important;
}

@media(max-width:1100px) {
  .help-layout {
    grid-template-columns: 1fr !important;
  }

  .help-question-card {
    padding-right: 30px;
  }

  .help-question-card span {
    position: static;
    display: inline-block;
    margin-top: 16px;
    transform: none;
  }
}

.about-page .idea-section .mini-card h3 {
  color: #264153 !important;
}

.about-page .idea-section .mini-card p {
  color: #425664 !important;
}

.team-detail-page .detail-profile-main.person-profile {
  grid-template-columns: 280px 1fr !important;
}

.team-detail-page .profile-photo img {
  height: 360px !important;
}

.honor-detail-page .hero,
.honor-detail-page .detail-hero-with-back,
.honor-detail-page .hero .container,
.honor-detail-page .hero-inner {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.sidebar-card h3,
.side-related h3,
.help-side-box h3 {
  margin-top: 0 !important;
  margin-bottom: 25px !important;
}

.sidebar-card ul,
.sidebar-card p,
.side-related a:first-of-type,
.help-side-box a:first-of-type,
.help-side-box p {
  margin-top: 0 !important;
}

.help-page .help-main-list {
  gap: 22px !important;
}

.help-page .help-question-card {
  display: grid !important;
  grid-template-columns: 245px 1fr !important;
  min-height: 188px !important;
  padding: 24px !important;
  column-gap: 26px !important;
  align-items: stretch !important;
  border-radius: 18px !important;
}

.help-page .help-question-card::before {
  grid-row: 1 / 4;
  width: 245px !important;
  height: 140px !important;
  align-self: center;
  border-radius: 14px !important;
}

.help-page .help-question-card strong {
  margin: 0 0 10px !important;
  font-size: 22px !important;
  color: #111827 !important;
}

.help-page .help-question-card p {
  min-height: 48px !important;
  margin: 0 !important;
  color: #4f626d !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

.help-page .help-question-card span {
  align-self: end !important;
  margin-top: 14px !important;
  font-size: 15px !important;
}

.help-pagination {
  margin-top: 28px;
}

.jobs-page .job-item p span:first-child,
.jobs-page .job-item p span {
  color: #186c86 !important;
}

.contact-page main>.section {
  padding-top: 42px !important;
  padding-bottom: 43px !important;
}

.contact-page .hero+.section {
  padding-top: 85px !important;
}

.contact-page .section+.section {
  padding-top: 42px !important;
}

@media(max-width:1100px) {
  .help-page .help-question-card {
    grid-template-columns: 1fr !important;
  }

  .help-page .help-question-card::before {
    width: 100% !important;
  }
}


/* Final detail polish overrides */
.about-page .idea-section .mini-card h3 {
  color: #264153 !important;
}

.about-page .idea-section .mini-card p {
  color: #425664 !important;
}

.team-detail-page .detail-profile-main.person-profile {
  grid-template-columns: 270px 1fr !important;
}

.team-detail-page .profile-photo img {
  height: 345px !important;
}

.team-detail-page .profile-copy>span {
  display: none !important;
}

.honor-detail-page .hero,
.honor-detail-page .detail-hero-with-back,
.honor-detail-page .hero .container,
.honor-detail-page .hero-inner {
  border-bottom: 0 !important;
  box-shadow: none !important;
}

.sidebar-card h3,
.side-related h3,
.help-side-box h3 {
  margin-top: 0 !important;
  margin-bottom: 25px !important;
}

.sidebar-card ul,
.sidebar-card p,
.side-related a:first-of-type,
.help-side-box a:first-of-type,
.help-side-box p {
  margin-top: 0 !important;
}

.help-layout {
  align-items: start !important;
}

.help-main-column {
  min-width: 0;
}

.help-page .help-main-list {
  display: grid !important;
  gap: 22px !important;
}

.help-page .help-question-card {
  display: grid !important;
  grid-template-columns: 260px minmax(0, 1fr) !important;
  min-height: 188px !important;
  padding: 24px !important;
  column-gap: 26px !important;
  align-items: stretch !important;
  border-radius: 18px !important;
  background: #fff !important;
}

.help-page .help-question-card::before {
  content: "" !important;
  grid-row: 1 / 4 !important;
  width: 260px !important;
  height: 180px !important;
  align-self: center !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg, rgba(24, 108, 134, .68), rgba(38, 65, 83, .56)), url("image5.jpg") center/cover no-repeat !important;
}

.help-page .help-question-card strong {
  display: block !important;
  margin: 0 0 10px !important;
  font-size: 22px !important;
  line-height: 1.45 !important;
  color: #111827 !important;
}

.help-page .help-question-card p {
  max-width: none !important;
  min-height: 48px !important;
  margin: 0 !important;
  color: #4f626d !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

.help-page .help-question-card span {
  position: static !important;
  display: inline-flex !important;
  align-self: end !important;
  margin-top: 14px !important;
  transform: none !important;
  color: #186c86 !important;
  font-size: 15px !important;
}

.help-pagination {
  margin-top: 28px;
}

.jobs-page .job-item p span {
  color: #186c86 !important;
}

.contact-page main {
  display: grid;
  gap: 85px;
}

.contact-page main>.section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.contact-page .hero {
  margin-bottom: 0 !important;
}

@media(max-width:1100px) {
  .help-page .help-question-card {
    grid-template-columns: 1fr !important;
  }

  .help-page .help-question-card::before {
    width: 100% !important;
  }
}

/* Current request polish */
.about-page .container {
  width: min(1350px, calc(100% - 60px)) !important;
}

.team-page .founder {
  margin-bottom: 50px !important;
}

.team-page .team-grid {
  padding-top: 0 !important;
  padding-bottom: 70px !important;
}

.team-page .news-like-section {
  padding-top: 0 !important;
}

.news-page .pagination {
  padding-top: 40px !important;
  padding-bottom: 50px !important;
}

.news-page .hot-card a:hover {
  color: #186c86 !important;
  text-decoration: underline !important;
  background: transparent !important;
  transform: none !important;
}

.help-page .help-layout {
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 32px !important;
  align-items: start !important;
}

.help-page .help-main-column {
  min-width: 0 !important;
}

.help-page .help-main-list {
  display: grid !important;
  gap: 24px !important;
}

.help-page .help-question-card {
  display: grid !important;
  grid-template-columns: 260px minmax(0, 1fr) !important;
  min-height: 238px !important;
  padding: 30px !important;
  column-gap: 30px !important;
  align-items: stretch !important;
  border: 1px solid rgba(38, 65, 83, .12) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.help-page .help-question-card::before {
  content: "" !important;
  grid-row: 1 / 4 !important;
  width: 260px !important;
  height: 180px !important;
  align-self: center !important;
  border-radius: 12px !important;
  background:
    linear-gradient(135deg, rgba(24, 108, 134, .16), rgba(38, 65, 83, .08)),
    url("image1.jpg") center/cover no-repeat !important;
}

.help-page .help-question-card strong {
  display: block !important;
  margin: 0 0 14px !important;
  color: #07152a !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.help-page .help-question-card p {
  max-width: none !important;
  min-height: 60px !important;
  margin: 0 !important;
  color: #425664 !important;
  font-size: 17px !important;
  line-height: 1.85 !important;
}

.help-page .help-foot {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  align-self: end !important;
  margin-top: auto !important;
}

.help-page .help-foot em {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  background: rgba(24, 108, 134, .08) !important;
  color: #186c86 !important;
  font-style: normal !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

.help-page .help-foot span {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 116px !important;
  height: 42px !important;
  margin: 0 !important;
  border: 1px solid rgba(24, 108, 134, .24) !important;
  border-radius: 999px !important;
  color: #186c86 !important;
  font-size: 15px !important;
  transform: none !important;
}

.help-page .help-side-box h3,
.help-detail-page .sidebar-card h3,
.news-page .sidebar-card h3 {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

.contact-page main {
  display: grid !important;
  gap: 80px !important;
}

.contact-page main>.section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media(max-width:1100px) {
  .help-page .help-layout {
    grid-template-columns: 1fr !important;
  }

  .help-page .help-question-card {
    grid-template-columns: 1fr !important;
  }

  .help-page .help-question-card::before {
    width: 100% !important;
  }
}

/* Small page polish */
.help-page .pagination,
.jobs-page .pagination {
  display: flex !important;
  justify-content: center !important;
  gap: 10px !important;
  padding-top: 40px !important;
  margin: 0 !important;
}

.help-page .pagination span,
.jobs-page .pagination span {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
  background: #fff !important;
  border: 1px solid var(--line) !important;
  color: var(--brand) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.help-page .pagination .active,
.jobs-page .pagination .active {
  background: var(--brand) !important;
  color: #fff !important;
}

.jobs-page {
  background: #fff !important;
}

.jobs-page .hero {
  border-bottom: 0 !important;
}

.jobs-page .hero::after {
  display: none !important;
}

.jobs-page .jobs-section {
  padding-bottom: 0 !important;
}

.contact-page main {
  gap: 52px !important;
}

/* Final spacing tweak */
body.jobs-page,
.jobs-page .page,
.jobs-page main,
.jobs-page .jobs-section {
  background: #fff !important;
}

.contact-page main {
  gap: 0 !important;
}

.contact-page .hero {
  margin-bottom: 60px !important;
}

.contact-page main>.section {
  margin: 0 0 60px !important;
}

.contact-page main>.section:last-of-type {
  margin-bottom: 60px !important;
}

/* Contact page exact vertical rhythm */
.contact-page .hero+.section,
.contact-page .section+.section {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.contact-page .hero {
  margin-bottom: 60px !important;
}

.contact-page main>.section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 60px !important;
}

.contact-page .contact-map-section {
  margin-bottom: 60px !important;
}

/* News index spacing tweak */
.news-page .hot-card h3 {
  margin-bottom: 0px !important;
}

.news-page .pagination {
  padding-top: 30px !important;
  padding-bottom: 40px !important;
}

.related-head {
  margin-bottom: 30px !important;
}

/* Page-scoped styles extracted from HTML files. */

/* cases/index.html */
.case-page.white-page{--brand:#186c86;--deep:#264153;--ink:#142231;--muted:#4f626d;--line:#dbe8ec;--container:1350px}.case-page.white-page *{box-sizing:border-box}.case-page.white-page{scroll-behavior:smooth}.case-page.white-page{margin:0;color:var(--ink);background:radial-gradient(circle at 8% 10%,rgba(24,108,134,.08),transparent 24%),radial-gradient(circle at 88% 12%,rgba(203,173,86,.12),transparent 20%),#f7fafb;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.78}.case-page.white-page a{text-decoration:none;color:inherit}.case-page.white-page img{display:block;max-width:100%}.case-page.white-page .page{max-width:1920px;margin:0 auto;overflow:hidden}.case-page.white-page .container{width:min(var(--container),calc(100% - 60px));margin:0 auto}.case-page.white-page .site-header{position:sticky!important;top:0!important;z-index:1000!important;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.case-page.white-page .nav-bar{height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}.case-page.white-page .logo{width:245px;flex:0 0 auto}.case-page.white-page .logo img{width:235px}.case-page.white-page .nav{display:flex;align-items:center;gap:28px;color:var(--deep);font-size:16px;white-space:nowrap}.case-page.white-page .nav a,.case-page.white-page .nav-trigger{position:relative;padding:30px 0}.case-page.white-page .nav a::after,.case-page.white-page .nav-trigger::after{content:"";position:absolute;left:0;right:0;bottom:20px;height:2px;background:var(--brand);transform:scaleX(0);transition:.2s}.case-page.white-page .nav a:hover,.case-page.white-page .nav a.is-active,.case-page.white-page .nav-item:hover .nav-trigger{color:var(--brand)}.case-page.white-page .nav a.is-active,.case-page.white-page .nav-trigger.is-active{font-weight:800;color:var(--brand)}.case-page.white-page .nav a:hover::after,.case-page.white-page .nav a.is-active::after,.case-page.white-page .nav-trigger.is-active::after,.case-page.white-page .nav-item:hover .nav-trigger::after{transform:scaleX(1)}.case-page.white-page .nav-item{position:relative}.case-page.white-page .nav-trigger{display:inline-flex;align-items:center;gap:7px}.case-page.white-page .nav-trigger::before{content:"";order:2;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px)}.case-page.white-page .dropdown{position:absolute;top:calc(100% - 8px);left:50%;min-width:188px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 24px 48px rgba(38,65,83,.16);transform:translateX(-50%) translateY(12px);opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.case-page.white-page .nav-item:hover .dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.case-page.white-page .dropdown a{display:block;padding:9px 12px;border-radius:8px;font-size:14px}.case-page.white-page .dropdown a::after{display:none}.case-page.white-page .dropdown a:hover{background:#eef7f8}.case-page.white-page .menu-button{display:none}.case-page.white-page .hero{padding:98px 0 64px}.case-page.white-page .hero-inner{max-width:900px}.case-page.white-page .eyebrow{margin:0 0 20px;color:#6c7d86;font-weight:800}.case-page.white-page .hero h1{margin:0 0 26px;color:#111827;font-size:58px;line-height:1.12;letter-spacing:-.03em}.case-page.white-page .hero p{margin:0;color:#62727c;font-size:18px;line-height:1.95}.case-page.white-page .section{padding:54px 0}.case-page.white-page .section-title{text-align:center;font-size:34px;margin:0 0 30px}.case-page.white-page .card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 18px 42px rgba(38,65,83,.06);padding:28px}.case-page.white-page .btn,.case-page.white-page .link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:999px;border:1px solid rgba(24,108,134,.24);color:var(--brand);background:#fff;font-size:15px;font-weight:400}.case-page.white-page .btn.primary,.case-page.white-page .link:hover{background:var(--brand);color:#fff}.case-page.white-page .site-footer{height:55px;color:#c5d3d8;background:#142333;font-size:14px}.case-page.white-page .record-line{height:55px;display:flex;align-items:center;justify-content:center;text-align:center}@media(max-width:1100px){.case-page.white-page .nav{display:none}.case-page.white-page .menu-button{display:block}.case-page.white-page .container{width:calc(100% - 32px)}.case-page.white-page .hero h1{font-size:38px}}.case-page.white-page .case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:20px 0 90px}.case-page.white-page .case-card{min-height:430px;display:flex;flex-direction:column}.case-page.white-page .case-logo{height:132px;border:1px solid var(--line);border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.case-page.white-page .case-logo img{max-height:78px;max-width:82%;object-fit:contain}.case-page.white-page .case-type{color:var(--brand);font-weight:800}.case-page.white-page .case-card h2{font-size:28px;margin:10px 0}.case-page.white-page .case-card p{color:#61737d}.case-page.white-page .case-tags{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.case-page.white-page .case-tags span{padding:6px 12px;border-radius:999px;background:#eef7f8;color:var(--brand);font-size:13px;font-weight:800}.case-page.white-page .case-card .link{margin-top:auto;align-self:flex-start}@media(max-width:1000px){.case-page.white-page .case-grid{grid-template-columns:1fr}}.case-page.white-page .site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:9999!important}.case-page.white-page .page{padding-top:88px!important}.case-page.white-page .dropdown{z-index:10000!important}.case-page.white-page .hero{padding-top:70px!important}.case-page.white-page .hero{padding-top:70px!important;padding-bottom:54px!important}.case-page.white-page .hero>.container{position:relative;min-height:330px;display:flex;align-items:center;padding:56px 64px!important;border:1px solid rgba(24,108,134,.14);border-radius:28px;background:linear-gradient(112deg,rgba(255,255,255,.96) 0%,rgba(240,249,250,.9) 52%,rgba(38,65,83,.14) 100%),url("../assets/image6.jpg") right center/460px auto no-repeat;box-shadow:0 28px 70px rgba(38,65,83,.1);overflow:hidden}.case-page.white-page .hero>.container::before{content:"";position:absolute;right:-88px;top:-120px;width:310px;height:310px;border-radius:50%;background:rgba(24,108,134,.09)}.case-page.white-page .hero>.container::after{content:"";position:absolute;right:70px;bottom:-68px;width:230px;height:230px;border:1px solid rgba(24,108,134,.12);border-radius:50%;background:radial-gradient(circle,rgba(24,108,134,.06),transparent 64%)}.case-page.white-page .hero .hero-inner{position:relative;z-index:1}.case-page.white-page .hero .eyebrow{display:inline-flex!important;align-items:center;min-height:32px;padding:0 13px;border-radius:999px;background:rgba(24,108,134,.09);color:#186c86!important}.case-page.white-page .hero h1{max-width:980px}
@media(max-width:900px){.case-page.white-page .hero>.container{padding:38px 26px!important;background:linear-gradient(135deg,#fff,#eef8fa)}.case-page.white-page .hero h1{white-space:normal!important}}.case-page.white-page 
.hero{position:relative!important;margin:0!important;padding:82px 0 74px!important;background:linear-gradient(115deg,#eef8fa 0%,#ffffff 46%,#e8f4f6 100%)!important;overflow:hidden!important;border-bottom:1px solid rgba(24,108,134,.1)}.case-page.white-page .hero::before{content:"";position:absolute;right:0;top:0;width:46%;height:100%;background:radial-gradient(circle at 68% 42%,rgba(24,108,134,.14),transparent 0 34%,transparent 35%),linear-gradient(135deg,rgba(38,65,83,.12),rgba(24,108,134,.04));clip-path:polygon(16% 0,100% 0,100% 100%,0 100%)}.case-page.white-page .hero::after{content:"";position:absolute;right:118px;bottom:-92px;width:260px;height:260px;border-radius:50%;border:1px solid rgba(24,108,134,.16);background:radial-gradient(circle,rgba(255,255,255,.64),rgba(24,108,134,.04) 62%,transparent 63%)}.case-page.white-page .hero>.container{position:relative!important;z-index:1!important;min-height:0!important;display:block!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.case-page.white-page .hero>.container::before,.case-page.white-page .hero>.container::after{display:none!important}.case-page.white-page .hero .hero-inner{max-width:900px!important;position:relative!important;z-index:2!important}.case-page.white-page .hero .eyebrow{display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:0 14px!important;margin:0 0 22px!important;border-radius:999px!important;background:rgba(24,108,134,.09)!important;color:#186c86!important;font-size:15px!important;font-weight:800!important}.case-page.white-page .hero h1{max-width:1080px!important;margin:0 0 24px!important;color:#111827!important;font-size:56px!important;line-height:1.14!important;letter-spacing:-.02em!important;white-space:normal!important}.case-page.white-page .hero p{max-width:830px!important;color:#4f626d!important;font-size:18px!important;line-height:1.95!important}
@media(max-width:900px){.case-page.white-page .hero{padding:56px 0 50px!important}.case-page.white-page .hero::before{width:72%;opacity:.45}.case-page.white-page .hero h1{font-size:38px!important}.case-page.white-page .hero p{font-size:16px!important}}.case-page.white-page 
.hero{position:relative!important;margin:0!important;padding:94px 0 88px!important;background:linear-gradient(90deg,rgba(38,65,83,.98),rgba(24,108,134,.86)),url("../assets/image6.jpg") center center/cover no-repeat!important;overflow:hidden!important;border-bottom:0!important;text-align:center!important;color:#fff!important}.case-page.white-page .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(38,65,83,.68),rgba(38,65,83,.28) 48%,rgba(24,108,134,.5)),radial-gradient(circle at 18% 22%,rgba(255,255,255,.12),transparent 24%),radial-gradient(circle at 82% 78%,rgba(255,255,255,.1),transparent 26%);z-index:0!important;clip-path:none!important;width:auto!important;height:auto!important}.case-page.white-page .hero::after{content:"";position:absolute;left:50%;bottom:34px;width:96px;height:3px;border:0!important;border-radius:999px;background:rgba(255,255,255,.72);transform:translateX(-50%);box-shadow:none!important}.case-page.white-page .hero>.container{position:relative!important;z-index:1!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.case-page.white-page .hero>.container::before,.case-page.white-page .hero>.container::after{display:none!important}.case-page.white-page .hero .hero-inner{max-width:1050px!important;margin:0 auto!important;position:relative!important;z-index:2!important;text-align:center!important}.case-page.white-page .hero .eyebrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:30px!important;padding:0 14px!important;margin:0 0 22px!important;border-radius:999px!important;background:rgba(255,255,255,.13)!important;border:1px solid rgba(255,255,255,.24)!important;color:rgba(255,255,255,.88)!important;font-size:14px!important;font-weight:700!important;letter-spacing:.08em!important}.case-page.white-page .hero h1{max-width:none!important;margin:0 auto 20px!important;color:#fff!important;font-size:58px!important;line-height:1.12!important;letter-spacing:-.02em!important;font-weight:900!important;text-align:center!important;white-space:normal!important;text-shadow:0 10px 28px rgba(0,0,0,.24)}.case-page.white-page .hero p{max-width:920px!important;margin:0 auto!important;color:rgba(255,255,255,.88)!important;font-size:18px!important;line-height:1.9!important;text-align:center!important;text-shadow:0 8px 22px rgba(0,0,0,.2)}
@media(max-width:900px){.case-page.white-page .hero{padding:70px 0 66px!important}.case-page.white-page .hero h1{font-size:38px!important}.case-page.white-page .hero p{font-size:16px!important}.case-page.white-page .hero::after{bottom:26px}}.case-page.white-page 
.hero{position:relative!important;margin:0!important;padding:84px 0 78px!important;background:linear-gradient(115deg,#f3fafb 0%,#ffffff 48%,#edf8fa 100%)!important;overflow:hidden!important;border-bottom:1px solid rgba(24,108,134,.1)!important;text-align:left!important;color:#142231!important}.case-page.white-page .hero::before{content:"";position:absolute;right:-120px;top:-120px;width:430px!important;height:430px!important;border-radius:50%;background:radial-gradient(circle,rgba(24,108,134,.12),rgba(24,108,134,.055) 46%,transparent 68%)!important;clip-path:none!important;z-index:0!important;opacity:1!important}.case-page.white-page .hero::after{content:"";position:absolute;right:130px;bottom:-95px;width:260px!important;height:260px!important;border-radius:50%;border:1px solid rgba(24,108,134,.12)!important;background:radial-gradient(circle,rgba(255,255,255,.78),rgba(24,108,134,.045) 62%,transparent 63%)!important;box-shadow:none!important;transform:none!important;left:auto!important}.case-page.white-page .hero>.container{position:relative!important;z-index:1!important;min-height:0!important;display:block!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.case-page.white-page .hero>.container::before{content:""!important;display:block!important;position:absolute!important;right:48px!important;top:50%!important;width:150px!important;height:150px!important;transform:translateY(-50%) rotate(8deg)!important;border-radius:28px!important;background:linear-gradient(135deg,rgba(24,108,134,.1),rgba(38,65,83,.035))!important;border:1px solid rgba(24,108,134,.1)!important}.case-page.white-page .hero>.container::after{content:""!important;display:block!important;position:absolute!important;right:210px!important;top:34px!important;width:76px!important;height:76px!important;border-radius:999px!important;background:rgba(213,184,92,.16)!important;border:1px solid rgba(213,184,92,.16)!important}.case-page.white-page .hero .hero-inner{max-width:920px!important;margin:0!important;position:relative!important;z-index:2!important;text-align:left!important}.case-page.white-page .hero .eyebrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:32px!important;padding:0 14px!important;margin:0 0 22px!important;border-radius:999px!important;background:rgba(24,108,134,.09)!important;border:1px solid rgba(24,108,134,.14)!important;color:#186c86!important;font-size:14px!important;font-weight:800!important;letter-spacing:.06em!important}.case-page.white-page .hero h1{max-width:960px!important;margin:0 0 22px!important;color:#101827!important;font-size:56px!important;line-height:1.14!important;letter-spacing:-.02em!important;font-weight:900!important;text-align:left!important;white-space:normal!important;text-shadow:none!important}.case-page.white-page .hero p{max-width:820px!important;margin:0!important;color:#4f626d!important;font-size:18px!important;line-height:1.95!important;text-align:left!important;text-shadow:none!important}
@media(max-width:900px){.case-page.white-page .hero{padding:58px 0 52px!important}.case-page.white-page .hero>.container::before,.case-page.white-page .hero>.container::after{display:none!important}.case-page.white-page .hero h1{font-size:38px!important}.case-page.white-page .hero p{font-size:16px!important}}.case-page.white-page 
.hero{height:245px!important;min-height:245px!important;padding:0!important;display:flex!important;align-items:center!important;text-align:center!important}.case-page.white-page .hero::before,.case-page.white-page .hero::after,.case-page.white-page .hero>.container::before,.case-page.white-page .hero>.container::after{display:none!important}.case-page.white-page .hero>.container{display:flex!important;align-items:center!important;justify-content:center!important;height:100%!important}.case-page.white-page .hero .hero-inner{max-width:940px!important;margin:0 auto!important;text-align:center!important}.case-page.white-page .hero h1,.case-page.white-page .hero p{text-align:center!important;margin-left:auto!important;margin-right:auto!important}.case-page.white-page .hero .eyebrow{margin-left:auto!important;margin-right:auto!important}.case-page.white-page 
.hero .eyebrow{display:none!important}.case-page.white-page .hero h1{font-size:50px!important}.case-page.white-page .hero p{font-size:16px!important;line-height:1.85!important}.case-page.white-page .hero + section .case-grid{padding-top:50px!important}.case-page.white-page{background:radial-gradient(circle at 8% 10%,rgba(24,108,134,.08),transparent 24%),#f7fafb!important}

/* cases/kairui.html */
.case-detail-page.white-page{--brand:#186c86;--deep:#264153;--ink:#16232d;--muted:#4f626d;--soft:#eef7f8;--line:#dbe8ec;--bg:#f6fafb;--container:1350px;--radius:8px}.case-detail-page.white-page *{box-sizing:border-box}.case-detail-page.white-page{scroll-behavior:smooth}.case-detail-page.white-page{margin:0;color:var(--ink);background:radial-gradient(circle at 8% 14%,rgba(24,108,134,.08),transparent 24%),radial-gradient(circle at 88% 12%,rgba(203,173,86,.14),transparent 20%),#f7fafb;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.75}.case-detail-page.white-page a{text-decoration:none;color:inherit}.case-detail-page.white-page img{max-width:100%;display:block}.case-detail-page.white-page .page{max-width:1920px;margin:0 auto;overflow:hidden}.case-detail-page.white-page .container{width:min(var(--container),calc(100% - 60px));margin:0 auto}.case-detail-page.white-page .site-header{position:sticky!important;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.case-detail-page.white-page .nav-bar{height:88px;display:flex;align-items:center;justify-content:space-between;gap:38px}.case-detail-page.white-page .logo{display:flex;align-items:center;width:260px;flex:0 0 auto}.case-detail-page.white-page .logo img{width:245px;height:auto}.case-detail-page.white-page .nav{display:flex;align-items:center;justify-content:center;gap:34px;color:var(--deep);font-size:16px;font-weight:400;white-space:nowrap}.case-detail-page.white-page .nav a,.case-detail-page.white-page .nav-trigger{position:relative;padding:30px 0}.case-detail-page.white-page .nav a::after,.case-detail-page.white-page .nav-trigger::after{content:"";position:absolute;left:0;right:0;bottom:20px;height:2px;background:var(--brand);transform:scaleX(0);transition:transform .2s ease}.case-detail-page.white-page .nav a:hover,.case-detail-page.white-page .nav a.is-active,.case-detail-page.white-page .nav-item:hover .nav-trigger{color:var(--brand)}.case-detail-page.white-page .nav a.is-active{font-weight:800}.case-detail-page.white-page .nav a:hover::after,.case-detail-page.white-page .nav a.is-active::after,.case-detail-page.white-page .nav-item:hover .nav-trigger::after{transform:scaleX(1)}.case-detail-page.white-page .nav-item{position:relative}.case-detail-page.white-page .nav-trigger{display:inline-flex;align-items:center;gap:7px;color:var(--deep)}.case-detail-page.white-page .nav-trigger::before{content:"";order:2;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.7}.case-detail-page.white-page .dropdown{position:absolute;top:calc(100% - 8px);left:50%;z-index:10;min-width:188px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 24px 48px rgba(38,65,83,.16);transform:translateX(-50%) translateY(12px);opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.case-detail-page.white-page .nav-item:hover .dropdown,.case-detail-page.white-page .nav-item:focus-within .dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.case-detail-page.white-page .dropdown a{display:block;padding:9px 12px;border-radius:var(--radius);color:var(--deep);font-size:14px;font-weight:400}.case-detail-page.white-page .dropdown a::after{display:none}.case-detail-page.white-page .dropdown a:hover{color:var(--brand);background:#eef7f8}.case-detail-page.white-page .menu-button{display:none}.case-detail-page.white-page .hero{padding:98px 0 64px}.case-detail-page.white-page .hero-inner{max-width:880px}.case-detail-page.white-page .eyebrow{margin:0 0 20px;color:#6c7d86;font-size:16px;font-weight:800}.case-detail-page.white-page .hero h1{margin:0 0 26px;color:#111827;font-size:58px;line-height:1.12;letter-spacing:-.03em}.case-detail-page.white-page .hero p{margin:0;color:#62727c;font-size:18px;line-height:1.95}.case-detail-page.white-page .hero-chips,.case-detail-page.white-page .chips{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.case-detail-page.white-page .chip,.case-detail-page.white-page .tag{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#eef7f8;color:var(--brand);font-size:13px;font-weight:700}.case-detail-page.white-page .product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:58px 0 92px}.case-detail-page.white-page .product-card{position:relative;min-height:318px;padding:34px;background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:18px;box-shadow:0 22px 54px rgba(38,65,83,.08);transition:.2s;overflow:hidden}.case-detail-page.white-page .product-card::after{content:"";position:absolute;right:-36px;bottom:-36px;width:126px;height:126px;border-radius:50%;background:rgba(24,108,134,.055)}.case-detail-page.white-page .product-card:hover{transform:translateY(-4px);border-color:rgba(24,108,134,.36)}.case-detail-page.white-page .product-logo{height:92px;display:flex;align-items:center;margin-bottom:22px}.case-detail-page.white-page .product-logo img{max-height:84px;max-width:252px;object-fit:contain}.case-detail-page.white-page .product-card h2{margin:0 0 10px;color:#0f172a;font-size:23px}.case-detail-page.white-page .product-card p{min-height:58px;margin:0 0 24px;color:#657483;font-size:16px}.case-detail-page.white-page .link,.case-detail-page.white-page .back-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 20px;border:1px solid rgba(24,108,134,.22);border-radius:999px;background:rgba(255,255,255,.86);color:var(--brand);font-size:15px;font-weight:700}.case-detail-page.white-page .link:hover,.case-detail-page.white-page .back-btn:hover{background:var(--brand);color:#fff}.case-detail-page.white-page .back-wrap{padding-top:26px}.case-detail-page.white-page .back-btn{border:0;cursor:pointer}.case-detail-page.white-page .detail-hero{padding:36px 0 60px}.case-detail-page.white-page .hero-card{display:grid;grid-template-columns:1.12fr .88fr;gap:42px;align-items:center;padding:46px;background:linear-gradient(135deg,#fff,#eef8fa);border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 60px rgba(38,65,83,.1)}.case-detail-page.white-page .hero-card h1{margin:0 0 22px;color:#111827;font-size:52px;line-height:1.12;letter-spacing:-.03em}.case-detail-page.white-page .hero-card p{margin:0 0 22px;color:#52646e;font-size:17px}.case-detail-page.white-page .hero-logo{display:flex;align-items:center;justify-content:center}.case-detail-page.white-page .hero-logo img{max-width:335px;max-height:150px;object-fit:contain}.case-detail-page.white-page .section{padding:54px 0}.case-detail-page.white-page .section-head{display:grid;grid-template-columns:360px 1fr;gap:40px;align-items:end;margin-bottom:28px}.case-detail-page.white-page .section-head h2{margin:0;color:#111827;font-size:32px;line-height:1.2}.case-detail-page.white-page .section-head p{margin:0;color:#657483;text-align:right}.case-detail-page.white-page .cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.case-detail-page.white-page .mini-card,.case-detail-page.white-page .faq-card,.case-detail-page.white-page .article-card{position:relative;min-height:205px;padding:30px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 42px rgba(38,65,83,.06);overflow:hidden}.case-detail-page.white-page .mini-card::after{content:"";position:absolute;right:-30px;bottom:-34px;width:94px;height:94px;border-radius:50%;background:rgba(24,108,134,.06)}.case-detail-page.white-page .num{display:block;margin-bottom:24px;color:rgba(24,108,134,.28);font-size:34px;font-weight:800}.case-detail-page.white-page .mini-card h3,.case-detail-page.white-page .faq-card h3,.case-detail-page.white-page .article-card h3{margin:0 0 12px;color:#111827}.case-detail-page.white-page .mini-card p,.case-detail-page.white-page .faq-card p,.case-detail-page.white-page .article-card p{margin:0;color:#657483;font-size:15px}.case-detail-page.white-page .audience-layout{display:grid;grid-template-columns:1.12fr .88fr;gap:22px}.case-detail-page.white-page .audience-box{padding:30px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 42px rgba(38,65,83,.06)}.case-detail-page.white-page .audience-box h3,.case-detail-page.white-page .value-box h3{margin:0 0 20px;color:var(--brand);font-size:15px}.case-detail-page.white-page .audience-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.case-detail-page.white-page .audience-item{display:flex;align-items:center;gap:12px;min-height:66px;padding:0 18px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(135deg,#fff,#f7fbfc);color:#263f50;font-weight:700}.case-detail-page.white-page .audience-item::before{content:"";width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--brand),#d5b85c);box-shadow:0 0 0 5px rgba(24,108,134,.08)}.case-detail-page.white-page .value-box{padding:30px;color:#fff;background:linear-gradient(135deg,var(--deep),#172833);border-radius:18px}.case-detail-page.white-page .value-box h3{color:#f4d26b}.case-detail-page.white-page .value-box p{margin:0 0 12px;color:rgba(255,255,255,.82)}.case-detail-page.white-page .faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.case-detail-page.white-page .faq-card{min-height:0;padding:0}.case-detail-page.white-page .faq-card summary{cursor:pointer;list-style:none;padding:22px 54px 22px 24px;color:#111827;font-weight:800}.case-detail-page.white-page .faq-card summary::-webkit-details-marker{display:none}.case-detail-page.white-page .faq-card summary::after{content:"+";position:absolute;right:24px;top:18px;color:var(--brand);font-size:24px}.case-detail-page.white-page .faq-card[open] summary::after{content:"-"}.case-detail-page.white-page .faq-card p{padding:0 24px 24px}.case-detail-page.white-page .article-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}.case-detail-page.white-page .article-card{min-height:230px}.case-detail-page.white-page .article-card.feature{color:#fff;background:linear-gradient(135deg,#182a38,#264153)}.case-detail-page.white-page .article-card.feature h3,.case-detail-page.white-page .article-card.feature p{color:#fff}.case-detail-page.white-page .article-tag{display:inline-flex;margin-bottom:16px;color:var(--brand);font-size:13px;font-weight:800}.case-detail-page.white-page .feature .article-tag{color:#f4d26b}.case-detail-page.white-page .case-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:22px;margin:44px 0 88px}.case-detail-page.white-page .case-card{min-height:360px;padding:28px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 22px 54px rgba(38,65,83,.08);overflow:hidden}.case-detail-page.white-page .case-card.feature{grid-row:span 2;color:#fff;background:linear-gradient(155deg,#192b3a,#264153)}.case-detail-page.white-page .case-logo{height:108px;margin-bottom:24px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center}.case-detail-page.white-page .case-logo img{max-height:68px;object-fit:contain}.case-detail-page.white-page .case-card h2{margin:0 0 14px;font-size:28px}.case-detail-page.white-page .case-card p{margin:0 0 20px;color:#64737e}.case-detail-page.white-page .case-card.feature p{color:rgba(255,255,255,.82)}.case-detail-page.white-page .case-type{display:block;margin-bottom:12px;color:var(--brand);font-weight:800}.case-detail-page.white-page .feature .case-type{color:#f4d26b}.case-detail-page.white-page .case-metrics{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.case-detail-page.white-page .case-metrics span{display:inline-flex;padding:5px 11px;border-radius:999px;background:#eef7f8;color:var(--brand);font-size:13px;font-weight:800}.case-detail-page.white-page .feature .case-metrics span{background:rgba(255,255,255,.12);color:#fff}.case-detail-page.white-page .value-row{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}.case-detail-page.white-page .result-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:22px}.case-detail-page.white-page .result-card{padding:22px;background:linear-gradient(135deg,#fff,#eef8fa);border:1px solid var(--line);border-radius:16px}.case-detail-page.white-page .result-card span{display:block;color:rgba(24,108,134,.36);font-size:28px;font-weight:800}.case-detail-page.white-page .result-card strong{display:block;margin-top:8px;font-size:17px}.case-detail-page.white-page .site-footer{height:55px;color:#c5d3d8;background:#142333;font-size:14px}.case-detail-page.white-page .record-line{height:55px;display:flex;align-items:center;justify-content:flex-end;gap:28px;white-space:nowrap}
@media(max-width:1100px){.case-detail-page.white-page .nav{display:none}.case-detail-page.white-page .menu-button{display:block}.case-detail-page.white-page .product-grid,.case-detail-page.white-page .cards,.case-detail-page.white-page .faq-grid,.case-detail-page.white-page .article-grid,.case-detail-page.white-page .case-grid,.case-detail-page.white-page .result-grid{grid-template-columns:1fr 1fr}.case-detail-page.white-page .hero-card,.case-detail-page.white-page .section-head,.case-detail-page.white-page .audience-layout,.case-detail-page.white-page .value-row{grid-template-columns:1fr}.case-detail-page.white-page .section-head p{text-align:left}.case-detail-page.white-page .case-card.feature{grid-row:auto}}@media(max-width:680px){.case-detail-page.white-page .container{width:calc(100% - 28px)}.case-detail-page.white-page .hero h1,.case-detail-page.white-page .hero-card h1{font-size:36px}.case-detail-page.white-page .product-grid,.case-detail-page.white-page .cards,.case-detail-page.white-page .faq-grid,.case-detail-page.white-page .article-grid,.case-detail-page.white-page .case-grid,.case-detail-page.white-page .result-grid{grid-template-columns:1fr}.case-detail-page.white-page .site-footer{height:auto}.case-detail-page.white-page .record-line{height:auto;min-height:55px;justify-content:flex-start;flex-wrap:wrap;gap:12px;padding:12px 0}.case-detail-page.white-page .logo{width:210px}.case-detail-page.white-page .logo img{width:200px}}.case-detail-page.white-page .site-footer{height:55px;color:#c5d3d8;background:#142333;font-size:14px}.case-detail-page.white-page .record-line{height:55px;display:flex;align-items:center;justify-content:center;text-align:center}.case-detail-page.white-page .product-card::after,.case-detail-page.white-page .mini-card::after{display:none!important}.case-detail-page.white-page .faq-card summary::after{content:"⌄"!important;top:20px!important;font-size:20px!important}.case-detail-page.white-page .faq-card[open] summary::after{content:"⌃"!important}.case-detail-page.white-page .audience-layout{grid-template-columns:1fr!important}.case-detail-page.white-page .audience-box{background:linear-gradient(135deg,#fff,#f4fbfc)!important}.case-detail-page.white-page .audience-list{grid-template-columns:repeat(4,1fr)!important}.case-detail-page.white-page .value-box{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:12px}.case-detail-page.white-page .value-box p{margin:0!important;padding:16px;border-radius:12px;background:rgba(255,255,255,.1)}.case-detail-page.white-page .article-grid{grid-template-columns:repeat(3,1fr)!important}.case-detail-page.white-page .article-card{padding:0!important;overflow:hidden}.case-detail-page.white-page .article-card img{width:100%;height:150px;object-fit:cover}.case-detail-page.white-page .article-body{padding:20px}.case-detail-page.white-page .case-grid.redesign{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.case-detail-page.white-page .case-grid.redesign .case-card{min-height:520px;display:flex;flex-direction:column}.case-detail-page.white-page .case-grid.redesign .case-card.feature{grid-row:auto;color:#142231;background:#fff}.case-detail-page.white-page .case-grid.redesign .case-card.feature p{color:#64737e}.case-detail-page.white-page .case-grid.redesign .case-logo{height:122px}.case-detail-page.white-page .case-grid.redesign .link{margin-top:auto}@media(max-width:1100px){.case-detail-page.white-page .audience-list,.case-detail-page.white-page .value-box,.case-detail-page.white-page .case-grid.redesign{grid-template-columns:1fr 1fr!important}}@media(max-width:680px){.case-detail-page.white-page .audience-list,.case-detail-page.white-page .value-box,.case-detail-page.white-page .article-grid,.case-detail-page.white-page .case-grid.redesign{grid-template-columns:1fr!important}}.case-detail-page.white-page .section-head{display:block!important;text-align:center!important}.case-detail-page.white-page .section-head p{display:none!important}.case-detail-page.white-page .value-row{display:grid!important;grid-template-columns:1fr!important}.case-detail-page.white-page .value-row .audience-box{background:linear-gradient(135deg,#fff,#f4fbfc)}.case-detail-page.white-page .value-row .audience-list{grid-template-columns:repeat(4,1fr)!important}.case-detail-page.white-page .value-box{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:14px}.case-detail-page.white-page .value-box h3{grid-column:1/-1}.case-detail-page.white-page .value-box p{min-height:74px;margin:0!important;padding:18px;border-radius:14px;background:rgba(255,255,255,.12)}.case-detail-page.white-page .result-grid{margin-top:24px}@media(max-width:900px){.case-detail-page.white-page .value-row .audience-list,.case-detail-page.white-page .value-box{grid-template-columns:1fr!important}}.case-detail-page.white-page .value-row{display:grid!important;grid-template-columns:1.05fr .95fr!important;gap:24px!important}.case-detail-page.white-page .value-row .audience-box h3,.case-detail-page.white-page .value-box h3{font-size:18px!important;font-weight:800!important}.case-detail-page.white-page .value-row .audience-list{grid-template-columns:1fr 1fr!important;gap:16px!important}.case-detail-page.white-page .audience-item{min-height:92px!important;padding:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center;border-radius:18px!important;background:linear-gradient(135deg,#fff,#edf8fa)!important}.case-detail-page.white-page .audience-item::before{display:none!important}.case-detail-page.white-page .value-box{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px}.case-detail-page.white-page .value-box p{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center;min-height:92px!important;margin:0!important;padding:18px!important;border-radius:14px;background:rgba(255,255,255,.12)!important}@media(max-width:900px){.case-detail-page.white-page .value-row,.case-detail-page.white-page .value-row .audience-list,.case-detail-page.white-page .value-box{grid-template-columns:1fr!important}}.case-detail-page.white-page .site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:9999!important}.case-detail-page.white-page .page{padding-top:88px!important}.case-detail-page.white-page .dropdown{z-index:10000!important}.case-detail-page.white-page .result-grid{margin-top:40px!important}

/* contact/index.html */
.contact-page.white-page{
      --brand: #186c86;
      --deep: #264153;
      --ink: #142231;
      --muted: #4f626d;
      --line: #dbe8ec;
      --container: 1350px
    }.contact-page.white-page *{
      box-sizing: border-box
    }.contact-page.white-page{
      scroll-behavior: smooth
    }.contact-page.white-page{
      margin: 0;
      color: var(--ink);
      background: radial-gradient(circle at 8% 10%, rgba(24, 108, 134, .08), transparent 24%), radial-gradient(circle at 88% 12%, rgba(203, 173, 86, .12), transparent 20%), #f7fafb;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
      line-height: 1.78
    }.contact-page.white-page a{
      text-decoration: none;
      color: inherit
    }.contact-page.white-page img{
      display: block;
      max-width: 100%
    }.contact-page.white-page .page{
      max-width: 1920px;
      margin: 0 auto;
      overflow: hidden
    }.contact-page.white-page .container{
      width: min(var(--container), calc(100% - 60px));
      margin: 0 auto
    }.contact-page.white-page .site-header{
      position: sticky !important;
      top: 0 !important;
      z-index: 1000 !important;
      background: rgba(255, 255, 255, .96);
      border-bottom: 1px solid var(--line);
      backdrop-filter: blur(14px)
    }.contact-page.white-page .nav-bar{
      height: 88px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px
    }.contact-page.white-page .logo{
      width: 245px;
      flex: 0 0 auto
    }.contact-page.white-page .logo img{
      width: 235px
    }.contact-page.white-page .nav{
      display: flex;
      align-items: center;
      gap: 28px;
      color: var(--deep);
      font-size: 16px;
      white-space: nowrap
    }.contact-page.white-page .nav a,.contact-page.white-page .nav-trigger{
      position: relative;
      padding: 30px 0
    }.contact-page.white-page .nav a::after,.contact-page.white-page .nav-trigger::after{
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      height: 2px;
      background: var(--brand);
      transform: scaleX(0);
      transition: .2s
    }.contact-page.white-page .nav a:hover,.contact-page.white-page .nav a.is-active,.contact-page.white-page .nav-item:hover .nav-trigger{
      color: var(--brand)
    }.contact-page.white-page .nav a.is-active,.contact-page.white-page .nav-trigger.is-active{
      font-weight: 800;
      color: var(--brand)
    }.contact-page.white-page .nav a:hover::after,.contact-page.white-page .nav a.is-active::after,.contact-page.white-page .nav-trigger.is-active::after,.contact-page.white-page .nav-item:hover .nav-trigger::after{
      transform: scaleX(1)
    }.contact-page.white-page .nav-item{
      position: relative
    }.contact-page.white-page .nav-trigger{
      display: inline-flex;
      align-items: center;
      gap: 7px
    }.contact-page.white-page .nav-trigger::before{
      content: "";
      order: 2;
      width: 6px;
      height: 6px;
      border-right: 1.5px solid currentColor;
      border-bottom: 1.5px solid currentColor;
      transform: rotate(45deg) translateY(-2px)
    }.contact-page.white-page .dropdown{
      position: absolute;
      top: calc(100% - 8px);
      left: 50%;
      min-width: 188px;
      padding: 10px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      box-shadow: 0 24px 48px rgba(38, 65, 83, .16);
      transform: translateX(-50%) translateY(12px);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: .2s
    }.contact-page.white-page .nav-item:hover .dropdown{
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateX(-50%) translateY(0)
    }.contact-page.white-page .dropdown a{
      display: block;
      padding: 9px 12px;
      border-radius: 8px;
      font-size: 14px
    }.contact-page.white-page .dropdown a::after{
      display: none
    }.contact-page.white-page .dropdown a:hover{
      background: #eef7f8
    }.contact-page.white-page .menu-button{
      display: none
    }.contact-page.white-page .hero{
      padding: 98px 0 64px
    }.contact-page.white-page .hero-inner{
      max-width: 900px
    }.contact-page.white-page .eyebrow{
      margin: 0 0 20px;
      color: #6c7d86;
      font-weight: 800
    }.contact-page.white-page .hero h1{
      margin: 0 0 26px;
      color: #111827;
      font-size: 58px;
      line-height: 1.12;
      letter-spacing: -.03em
    }.contact-page.white-page .hero p{
      margin: 0;
      color: #62727c;
      font-size: 18px;
      line-height: 1.95
    }.contact-page.white-page .section{
      padding: 54px 0
    }.contact-page.white-page .section-title{
      text-align: center;
      font-size: 34px;
      margin: 0 0 30px
    }.contact-page.white-page .card{
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 20px;
      box-shadow: 0 18px 42px rgba(38, 65, 83, .06);
      padding: 28px
    }.contact-page.white-page .btn,.contact-page.white-page .link{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 22px;
      border-radius: 999px;
      border: 1px solid rgba(24, 108, 134, .24);
      color: var(--brand);
      background: #fff;
      font-size: 15px;
      font-weight: 400
    }.contact-page.white-page .btn.primary,.contact-page.white-page .link:hover{
      background: var(--brand);
      color: #fff
    }.contact-page.white-page .site-footer{
      height: 55px;
      color: #c5d3d8;
      background: #142333;
      font-size: 14px
    }.contact-page.white-page .record-line{
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center
    }

    @media(max-width:1100px){.contact-page.white-page .nav{
        display: none
      }.contact-page.white-page .menu-button{
        display: block
      }.contact-page.white-page .container{
        width: calc(100% - 32px)
      }.contact-page.white-page .hero h1{
        font-size: 38px
      }
    }.contact-page.white-page .request{
      display: grid;
      grid-template-columns: .85fr 1.15fr;
      gap: 36px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 24px;
      box-shadow: 0 20px 48px rgba(38, 65, 83, .07);
      padding: 38px
    }.contact-page.white-page .request h2{
      font-size: 38px;
      margin: 0 0 16px
    }.contact-page.white-page .request form{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px
    }.contact-page.white-page .request input,.contact-page.white-page .request select,.contact-page.white-page .request textarea{
      width: 100%;
      min-height: 50px;
      border: 1px solid var(--line);
      border-radius: 12px;
      padding: 0 16px;
      background: #fff;
      color: #4f626d
    }.contact-page.white-page .request textarea{
      grid-column: 1/-1;
      min-height: 128px;
      padding-top: 14px
    }.contact-page.white-page .request button{
      grid-column: 1/-1;
      width: 190px;
      height: 56px;
      justify-self: center;
      font-weight: 800
    }.contact-page.white-page .contact-methods{
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 20px
    }.contact-page.white-page .contact-methods article{
      min-height: 260px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 22px;
      box-shadow: 0 18px 42px rgba(38, 65, 83, .06);
      padding: 28px;
      display: flex;
      flex-direction: column;
      gap: 16px
    }.contact-page.white-page .contact-methods h3{
      font-size: 20px;
      font-weight: 800;
      margin: 0
    }.contact-page.white-page .contact-methods strong{
      font-size: 25px
    }.contact-page.white-page .contact-methods img{
      width: 150px;
      height: 150px;
      object-fit: cover;
      border: 1px dashed var(--line);
      border-radius: 14px;
      padding: 8px
    }

    @media(max-width:1000px){.contact-page.white-page .request,.contact-page.white-page .request form,.contact-page.white-page .contact-methods{
        grid-template-columns: 1fr
      }
    }.contact-page.white-page .site-header{
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      width: 100% !important;
      z-index: 9999 !important
    }.contact-page.white-page .page{
      padding-top: 88px !important
    }.contact-page.white-page .dropdown{
      z-index: 10000 !important
    }.contact-page.white-page .request{
      position: relative;
      overflow: hidden;
      background: linear-gradient(135deg, #fff, #f1fafb) !important;
      border-color: rgba(24, 108, 134, .16) !important
    }.contact-page.white-page .request::before{
      content: "PROJECT";
      position: absolute;
      right: 28px;
      top: 14px;
      color: rgba(24, 108, 134, .055);
      font-size: 82px;
      font-weight: 900;
      letter-spacing: .06em
    }.contact-page.white-page .request>div,.contact-page.white-page .request form{
      position: relative;
      z-index: 1
    }.contact-page.white-page .request form{
      padding: 26px;
      border-radius: 18px;
      background: rgba(255, 255, 255, .78);
      border: 1px solid rgba(24, 108, 134, .12);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8)
    }.contact-page.white-page .request input,.contact-page.white-page .request select,.contact-page.white-page .request textarea{
      box-shadow: 0 10px 24px rgba(38, 65, 83, .04)
    }.contact-page.white-page .request button{
      box-shadow: 0 14px 28px rgba(24, 108, 134, .22)
    }.contact-page.white-page .hero{
      padding-top: 70px !important
    }.contact-page.white-page .contact-methods article:nth-child(3),.contact-page.white-page .contact-methods article:nth-child(4){
      align-items: center !important;
      text-align: center !important
    }.contact-page.white-page .contact-methods article:nth-child(3) img,.contact-page.white-page .contact-methods article:nth-child(4) img{
      margin-left: auto !important;
      margin-right: auto !important
    }.contact-page.white-page .request input:focus,.contact-page.white-page .request select:focus,.contact-page.white-page .request textarea:focus{
      outline: none !important;
      border-color: #186c86 !important;
      box-shadow: 0 0 0 4px rgba(24, 108, 134, .12), 0 10px 24px rgba(38, 65, 83, .04) !important
    }.contact-page.white-page .hero{
      padding-top: 70px !important;
      padding-bottom: 54px !important
    }.contact-page.white-page .hero>.container{
      position: relative;
      min-height: 330px;
      display: flex;
      align-items: center;
      padding: 56px 64px !important;
      border: 1px solid rgba(24, 108, 134, .14);
      border-radius: 28px;
      background: linear-gradient(112deg, rgba(255, 255, 255, .96) 0%, rgba(240, 249, 250, .9) 52%, rgba(38, 65, 83, .14) 100%), url("../assets/image6.jpg") right center/460px auto no-repeat;
      box-shadow: 0 28px 70px rgba(38, 65, 83, .1);
      overflow: hidden
    }.contact-page.white-page .hero>.container::before{
      content: "";
      position: absolute;
      right: -88px;
      top: -120px;
      width: 310px;
      height: 310px;
      border-radius: 50%;
      background: rgba(24, 108, 134, .09)
    }.contact-page.white-page .hero>.container::after{
      content: "";
      position: absolute;
      right: 70px;
      bottom: -68px;
      width: 230px;
      height: 230px;
      border: 1px solid rgba(24, 108, 134, .12);
      border-radius: 50%;
      background: radial-gradient(circle, rgba(24, 108, 134, .06), transparent 64%)
    }.contact-page.white-page .hero .hero-inner{
      position: relative;
      z-index: 1
    }.contact-page.white-page .hero .eyebrow{
      display: inline-flex !important;
      align-items: center;
      min-height: 32px;
      padding: 0 13px;
      border-radius: 999px;
      background: rgba(24, 108, 134, .09);
      color: #186c86 !important
    }.contact-page.white-page .hero h1{
      max-width: 980px
    }

    @media(max-width:900px){.contact-page.white-page .hero>.container{
        padding: 38px 26px !important;
        background: linear-gradient(135deg, #fff, #eef8fa)
      }.contact-page.white-page .hero h1{
        white-space: normal !important
      }
    }.contact-page.white-page 
    .hero{
      position: relative !important;
      margin: 0 !important;
      padding: 82px 0 74px !important;
      background: linear-gradient(115deg, #eef8fa 0%, #ffffff 46%, #e8f4f6 100%) !important;
      overflow: hidden !important;
      border-bottom: 1px solid rgba(24, 108, 134, .1)
    }.contact-page.white-page .hero::before{
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 46%;
      height: 100%;
      background: radial-gradient(circle at 68% 42%, rgba(24, 108, 134, .14), transparent 0 34%, transparent 35%), linear-gradient(135deg, rgba(38, 65, 83, .12), rgba(24, 108, 134, .04));
      clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%)
    }.contact-page.white-page .hero::after{
      content: "";
      position: absolute;
      right: 118px;
      bottom: -92px;
      width: 260px;
      height: 260px;
      border-radius: 50%;
      border: 1px solid rgba(24, 108, 134, .16);
      background: radial-gradient(circle, rgba(255, 255, 255, .64), rgba(24, 108, 134, .04) 62%, transparent 63%)
    }.contact-page.white-page .hero>.container{
      position: relative !important;
      z-index: 1 !important;
      min-height: 0 !important;
      display: block !important;
      padding: 0 !important;
      border: 0 !important;
      border-radius: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      overflow: visible !important
    }.contact-page.white-page .hero>.container::before,.contact-page.white-page .hero>.container::after{
      display: none !important
    }.contact-page.white-page .hero .hero-inner{
      max-width: 900px !important;
      position: relative !important;
      z-index: 2 !important
    }.contact-page.white-page .hero .eyebrow{
      display: inline-flex !important;
      align-items: center !important;
      min-height: 34px !important;
      padding: 0 14px !important;
      margin: 0 0 22px !important;
      border-radius: 999px !important;
      background: rgba(24, 108, 134, .09) !important;
      color: #186c86 !important;
      font-size: 15px !important;
      font-weight: 800 !important
    }.contact-page.white-page .hero h1{
      max-width: 1080px !important;
      margin: 0 0 24px !important;
      color: #111827 !important;
      font-size: 56px !important;
      line-height: 1.14 !important;
      letter-spacing: -.02em !important;
      white-space: normal !important
    }.contact-page.white-page .hero p{
      max-width: 830px !important;
      color: #4f626d !important;
      font-size: 18px !important;
      line-height: 1.95 !important
    }

    @media(max-width:900px){.contact-page.white-page .hero{
        padding: 56px 0 50px !important
      }.contact-page.white-page .hero::before{
        width: 72%;
        opacity: .45
      }.contact-page.white-page .hero h1{
        font-size: 38px !important
      }.contact-page.white-page .hero p{
        font-size: 16px !important
      }
    }.contact-page.white-page 
    .hero{
      position: relative !important;
      margin: 0 !important;
      padding: 94px 0 88px !important;
      background: linear-gradient(90deg, rgba(38, 65, 83, .98), rgba(24, 108, 134, .86)), url("../assets/image6.jpg") center center/cover no-repeat !important;
      overflow: hidden !important;
      border-bottom: 0 !important;
      text-align: center !important;
      color: #fff !important
    }.contact-page.white-page .hero::before{
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(38, 65, 83, .68), rgba(38, 65, 83, .28) 48%, rgba(24, 108, 134, .5)), radial-gradient(circle at 18% 22%, rgba(255, 255, 255, .12), transparent 24%), radial-gradient(circle at 82% 78%, rgba(255, 255, 255, .1), transparent 26%);
      z-index: 0 !important;
      clip-path: none !important;
      width: auto !important;
      height: auto !important
    }.contact-page.white-page .hero::after{
      content: "";
      position: absolute;
      left: 50%;
      bottom: 34px;
      width: 96px;
      height: 3px;
      border: 0 !important;
      border-radius: 999px;
      background: rgba(255, 255, 255, .72);
      transform: translateX(-50%);
      box-shadow: none !important
    }.contact-page.white-page .hero>.container{
      position: relative !important;
      z-index: 1 !important;
      min-height: 0 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      padding: 0 !important;
      border: 0 !important;
      border-radius: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      overflow: visible !important
    }.contact-page.white-page .hero>.container::before,.contact-page.white-page .hero>.container::after{
      display: none !important
    }.contact-page.white-page .hero .hero-inner{
      max-width: 1050px !important;
      margin: 0 auto !important;
      position: relative !important;
      z-index: 2 !important;
      text-align: center !important
    }.contact-page.white-page .hero .eyebrow{
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      min-height: 30px !important;
      padding: 0 14px !important;
      margin: 0 0 22px !important;
      border-radius: 999px !important;
      background: rgba(255, 255, 255, .13) !important;
      border: 1px solid rgba(255, 255, 255, .24) !important;
      color: rgba(255, 255, 255, .88) !important;
      font-size: 14px !important;
      font-weight: 700 !important;
      letter-spacing: .08em !important
    }.contact-page.white-page .hero h1{
      max-width: none !important;
      margin: 0 auto 20px !important;
      color: #fff !important;
      font-size: 58px !important;
      line-height: 1.12 !important;
      letter-spacing: -.02em !important;
      font-weight: 900 !important;
      text-align: center !important;
      white-space: normal !important;
      text-shadow: 0 10px 28px rgba(0, 0, 0, .24)
    }.contact-page.white-page .hero p{
      max-width: 920px !important;
      margin: 0 auto !important;
      color: rgba(255, 255, 255, .88) !important;
      font-size: 18px !important;
      line-height: 1.9 !important;
      text-align: center !important;
      text-shadow: 0 8px 22px rgba(0, 0, 0, .2)
    }

    @media(max-width:900px){.contact-page.white-page .hero{
        padding: 70px 0 66px !important
      }.contact-page.white-page .hero h1{
        font-size: 38px !important
      }.contact-page.white-page .hero p{
        font-size: 16px !important
      }.contact-page.white-page .hero::after{
        bottom: 26px
      }
    }.contact-page.white-page 
    .hero{
      position: relative !important;
      margin: 0 !important;
      padding: 84px 0 78px !important;
      background: linear-gradient(115deg, #f3fafb 0%, #ffffff 48%, #edf8fa 100%) !important;
      overflow: hidden !important;
      border-bottom: 1px solid rgba(24, 108, 134, .1) !important;
      text-align: left !important;
      color: #142231 !important
    }.contact-page.white-page .hero::before{
      content: "";
      position: absolute;
      right: -120px;
      top: -120px;
      width: 430px !important;
      height: 430px !important;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(24, 108, 134, .12), rgba(24, 108, 134, .055) 46%, transparent 68%) !important;
      clip-path: none !important;
      z-index: 0 !important;
      opacity: 1 !important
    }.contact-page.white-page .hero::after{
      content: "";
      position: absolute;
      right: 130px;
      bottom: -95px;
      width: 260px !important;
      height: 260px !important;
      border-radius: 50%;
      border: 1px solid rgba(24, 108, 134, .12) !important;
      background: radial-gradient(circle, rgba(255, 255, 255, .78), rgba(24, 108, 134, .045) 62%, transparent 63%) !important;
      box-shadow: none !important;
      transform: none !important;
      left: auto !important
    }.contact-page.white-page .hero>.container{
      position: relative !important;
      z-index: 1 !important;
      min-height: 0 !important;
      display: block !important;
      padding: 0 !important;
      border: 0 !important;
      border-radius: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      overflow: visible !important
    }.contact-page.white-page .hero>.container::before{
      content: "" !important;
      display: block !important;
      position: absolute !important;
      right: 48px !important;
      top: 50% !important;
      width: 150px !important;
      height: 150px !important;
      transform: translateY(-50%) rotate(8deg) !important;
      border-radius: 28px !important;
      background: linear-gradient(135deg, rgba(24, 108, 134, .1), rgba(38, 65, 83, .035)) !important;
      border: 1px solid rgba(24, 108, 134, .1) !important
    }.contact-page.white-page .hero>.container::after{
      content: "" !important;
      display: block !important;
      position: absolute !important;
      right: 210px !important;
      top: 34px !important;
      width: 76px !important;
      height: 76px !important;
      border-radius: 999px !important;
      background: rgba(213, 184, 92, .16) !important;
      border: 1px solid rgba(213, 184, 92, .16) !important
    }.contact-page.white-page .hero .hero-inner{
      max-width: 920px !important;
      margin: 0 !important;
      position: relative !important;
      z-index: 2 !important;
      text-align: left !important
    }.contact-page.white-page .hero .eyebrow{
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      min-height: 32px !important;
      padding: 0 14px !important;
      margin: 0 0 22px !important;
      border-radius: 999px !important;
      background: rgba(24, 108, 134, .09) !important;
      border: 1px solid rgba(24, 108, 134, .14) !important;
      color: #186c86 !important;
      font-size: 14px !important;
      font-weight: 800 !important;
      letter-spacing: .06em !important
    }.contact-page.white-page .hero h1{
      max-width: 960px !important;
      margin: 0 0 22px !important;
      color: #101827 !important;
      font-size: 56px !important;
      line-height: 1.14 !important;
      letter-spacing: -.02em !important;
      font-weight: 900 !important;
      text-align: left !important;
      white-space: normal !important;
      text-shadow: none !important
    }.contact-page.white-page .hero p{
      max-width: 820px !important;
      margin: 0 !important;
      color: #4f626d !important;
      font-size: 18px !important;
      line-height: 1.95 !important;
      text-align: left !important;
      text-shadow: none !important
    }

    @media(max-width:900px){.contact-page.white-page .hero{
        padding: 58px 0 52px !important
      }.contact-page.white-page .hero>.container::before,.contact-page.white-page .hero>.container::after{
        display: none !important
      }.contact-page.white-page .hero h1{
        font-size: 38px !important
      }.contact-page.white-page .hero p{
        font-size: 16px !important
      }
    }.contact-page.white-page{
      background: radial-gradient(circle at 8% 10%, rgba(24, 108, 134, .08), transparent 24%), #f7fafb !important
    }.contact-page.white-page .hero{
      position: relative !important;
      margin: 0 !important;
      height: 245px !important;
      min-height: 245px !important;
      padding: 0 !important;
      display: flex !important;
      align-items: center !important;
      text-align: center !important;
      background: linear-gradient(115deg, #f3fafb 0%, #ffffff 48%, #edf8fa 100%) !important;
      overflow: hidden !important;
      border-bottom: 1px solid rgba(24, 108, 134, .1) !important;
      color: #142231 !important
    }.contact-page.white-page .hero::before,.contact-page.white-page .hero::after,.contact-page.white-page .hero>.container::before,.contact-page.white-page .hero>.container::after{
      display: none !important
    }.contact-page.white-page .hero>.container{
      position: relative !important;
      z-index: 1 !important;
      min-height: 0 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      height: 100% !important;
      padding: 0 !important;
      border: 0 !important;
      border-radius: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      overflow: visible !important
    }.contact-page.white-page .hero .hero-inner{
      max-width: 940px !important;
      margin: 0 auto !important;
      position: relative !important;
      z-index: 2 !important;
      text-align: center !important
    }.contact-page.white-page .hero .eyebrow{
      display: none !important
    }.contact-page.white-page .hero h1{
      max-width: none !important;
      margin: 0 auto 18px !important;
      color: #101827 !important;
      font-size: 50px !important;
      line-height: 1.14 !important;
      letter-spacing: -.02em !important;
      font-weight: 900 !important;
      text-align: center !important;
      white-space: normal !important;
      text-shadow: none !important
    }.contact-page.white-page .hero p{
      max-width: 820px !important;
      margin: 0 auto !important;
      color: #4f626d !important;
      font-size: 16px !important;
      line-height: 1.85 !important;
      text-align: center !important;
      text-shadow: none !important
    }

    @media(max-width:900px){.contact-page.white-page .hero{
        height: auto !important;
        min-height: 220px !important;
        padding: 48px 0 !important
      }.contact-page.white-page .hero h1{
        font-size: 36px !important
      }.contact-page.white-page .hero p{
        font-size: 15px !important
      }
    }

/* honors/index.html */
.honors-page.white-page{
      --brand: #186c86;
      --deep: #264153;
      --ink: #142231;
      --muted: #4f626d;
      --line: #dbe8ec;
      --container: 1350px
    }.honors-page.white-page *{
      box-sizing: border-box
    }.honors-page.white-page{
      scroll-behavior: smooth
    }.honors-page.white-page{
      margin: 0;
      color: var(--ink);
      background: radial-gradient(circle at 8% 10%, rgba(24, 108, 134, .08), transparent 24%), radial-gradient(circle at 88% 12%, rgba(203, 173, 86, .12), transparent 20%), #f7fafb;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
      line-height: 1.78
    }.honors-page.white-page a{
      text-decoration: none;
      color: inherit
    }.honors-page.white-page img{
      display: block;
      max-width: 100%
    }.honors-page.white-page .page{
      max-width: 1920px;
      margin: 0 auto;
      overflow: hidden
    }.honors-page.white-page .container{
      width: min(var(--container), calc(100% - 60px));
      margin: 0 auto
    }.honors-page.white-page .site-header{
      position: sticky !important;
      top: 0 !important;
      z-index: 1000 !important;
      background: rgba(255, 255, 255, .96);
      border-bottom: 1px solid var(--line);
      backdrop-filter: blur(14px)
    }.honors-page.white-page .nav-bar{
      height: 88px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px
    }.honors-page.white-page .logo{
      width: 245px;
      flex: 0 0 auto
    }.honors-page.white-page .logo img{
      width: 235px
    }.honors-page.white-page .nav{
      display: flex;
      align-items: center;
      gap: 28px;
      color: var(--deep);
      font-size: 16px;
      white-space: nowrap
    }.honors-page.white-page .nav a,.honors-page.white-page .nav-trigger{
      position: relative;
      padding: 30px 0
    }.honors-page.white-page .nav a::after,.honors-page.white-page .nav-trigger::after{
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      height: 2px;
      background: var(--brand);
      transform: scaleX(0);
      transition: .2s
    }.honors-page.white-page .nav a:hover,.honors-page.white-page .nav a.is-active,.honors-page.white-page .nav-item:hover .nav-trigger{
      color: var(--brand)
    }.honors-page.white-page .nav a.is-active,.honors-page.white-page .nav-trigger.is-active{
      font-weight: 800;
      color: var(--brand)
    }.honors-page.white-page .nav a:hover::after,.honors-page.white-page .nav a.is-active::after,.honors-page.white-page .nav-trigger.is-active::after,.honors-page.white-page .nav-item:hover .nav-trigger::after{
      transform: scaleX(1)
    }.honors-page.white-page .nav-item{
      position: relative
    }.honors-page.white-page .nav-trigger{
      display: inline-flex;
      align-items: center;
      gap: 7px
    }.honors-page.white-page .nav-trigger::before{
      content: "";
      order: 2;
      width: 6px;
      height: 6px;
      border-right: 1.5px solid currentColor;
      border-bottom: 1.5px solid currentColor;
      transform: rotate(45deg) translateY(-2px)
    }.honors-page.white-page .dropdown{
      position: absolute;
      top: calc(100% - 8px);
      left: 50%;
      min-width: 188px;
      padding: 10px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      box-shadow: 0 24px 48px rgba(38, 65, 83, .16);
      transform: translateX(-50%) translateY(12px);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: .2s
    }.honors-page.white-page .nav-item:hover .dropdown{
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateX(-50%) translateY(0)
    }.honors-page.white-page .dropdown a{
      display: block;
      padding: 9px 12px;
      border-radius: 8px;
      font-size: 14px
    }.honors-page.white-page .dropdown a::after{
      display: none
    }.honors-page.white-page .dropdown a:hover{
      background: #eef7f8
    }.honors-page.white-page .menu-button{
      display: none
    }.honors-page.white-page .hero{
      padding: 98px 0 64px
    }.honors-page.white-page .hero-inner{
      max-width: 900px
    }.honors-page.white-page .eyebrow{
      margin: 0 0 20px;
      color: #6c7d86;
      font-weight: 800
    }.honors-page.white-page .hero h1{
      margin: 0 0 26px;
      color: #111827;
      font-size: 58px;
      line-height: 1.12;
      letter-spacing: -.03em
    }.honors-page.white-page .hero p{
      margin: 0;
      color: #62727c;
      font-size: 18px;
      line-height: 1.95
    }.honors-page.white-page .section{
      padding: 0
    }.honors-page.white-page .section-title{
      text-align: center;
      font-size: 34px;
      margin: 0 0 30px
    }.honors-page.white-page .card{
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 20px;
      box-shadow: 0 18px 42px rgba(38, 65, 83, .06);
      padding: 28px
    }.honors-page.white-page .btn,.honors-page.white-page .link{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 22px;
      border-radius: 999px;
      border: 1px solid rgba(24, 108, 134, .24);
      color: var(--brand);
      background: #fff;
      font-size: 15px;
      font-weight: 400
    }.honors-page.white-page .btn.primary,.honors-page.white-page .link:hover{
      background: var(--brand);
      color: #fff
    }.honors-page.white-page .site-footer{
      height: 55px;
      color: #c5d3d8;
      background: #142333;
      font-size: 14px
    }.honors-page.white-page .record-line{
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center
    }

    @media(max-width:1100px){.honors-page.white-page .nav{
        display: none
      }.honors-page.white-page .menu-button{
        display: block
      }.honors-page.white-page .container{
        width: calc(100% - 32px)
      }.honors-page.white-page .hero h1{
        font-size: 38px
      }
    }.honors-page.white-page .hero .hero-inner{
      max-width: 900px
    }.honors-page.white-page .metrics{
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 26px
    }.honors-page.white-page .metrics span{
      padding: 8px 16px;
      border: 1px solid var(--line);
      border-radius: 999px;
      background: #eef7f8;
      color: var(--brand);
      font-weight: 800
    }.honors-page.white-page .cert-grid{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 26px
    }.honors-page.white-page .cert-grid img{
      width: 100%;
      height: 560px;
      object-fit: contain;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 14px;
      box-shadow: 0 18px 42px rgba(38, 65, 83, .08);
      padding: 14px
    }.honors-page.white-page .faq-list details{
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 16px;
      box-shadow: 0 14px 34px rgba(38, 65, 83, .05);
      padding: 0 24px;
      margin-bottom: 14px
    }.honors-page.white-page .faq-list summary{
      cursor: pointer;
      min-height: 72px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-weight: 900
    }.honors-page.white-page .faq-list summary::after{
      content: "⌄";
      color: var(--brand)
    }.honors-page.white-page .faq-list details[open] summary::after{
      content: "⌃"
    }.honors-page.white-page .faq-list p{
      margin: 0 0 22px;
      color: #5f727c
    }

    @media(max-width:900px){.honors-page.white-page .cert-grid{
        grid-template-columns: 1fr
      }
    }.honors-page.white-page .site-header{
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      width: 100% !important;
      z-index: 9999 !important
    }.honors-page.white-page .page{
      padding-top: 88px !important
    }.honors-page.white-page .dropdown{
      z-index: 10000 !important
    }.honors-page.white-page .asset-grid{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 26px
    }.honors-page.white-page .asset-grid article{
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 22px;
      box-shadow: 0 18px 42px rgba(38, 65, 83, .06);
      padding: 32px
    }.honors-page.white-page .asset-grid h3{
      font-size: 28px;
      margin: 0 0 14px
    }.honors-page.white-page .asset-grid p{
      color: #61737d
    }.honors-page.white-page .asset-grid .eyebrow{
      color: var(--brand);
      margin: 0 0 8px
    }

    @media(max-width:900px){.honors-page.white-page .asset-grid{
        grid-template-columns: 1fr
      }
    }.honors-page.white-page .site-header{
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      width: 100% !important;
      z-index: 9999 !important
    }.honors-page.white-page .page{
      padding-top: 88px !important
    }.honors-page.white-page .dropdown{
      z-index: 10000 !important
    }.honors-page.white-page .hero{
      padding-top: 70px !important
    }.honors-page.white-page .hero{
      padding-top: 70px !important;
      padding-bottom: 54px !important
    }.honors-page.white-page .hero>.container{
      position: relative;
      min-height: 330px;
      display: flex;
      align-items: center;
      padding: 56px 64px !important;
      border: 1px solid rgba(24, 108, 134, .14);
      border-radius: 28px;
      background: linear-gradient(112deg, rgba(255, 255, 255, .96) 0%, rgba(240, 249, 250, .9) 52%, rgba(38, 65, 83, .14) 100%), url("../assets/image6.jpg") right center/460px auto no-repeat;
      box-shadow: 0 28px 70px rgba(38, 65, 83, .1);
      overflow: hidden
    }.honors-page.white-page .hero>.container::before{
      content: "";
      position: absolute;
      right: -88px;
      top: -120px;
      width: 310px;
      height: 310px;
      border-radius: 50%;
      background: rgba(24, 108, 134, .09)
    }.honors-page.white-page .hero>.container::after{
      content: "";
      position: absolute;
      right: 70px;
      bottom: -68px;
      width: 230px;
      height: 230px;
      border: 1px solid rgba(24, 108, 134, .12);
      border-radius: 50%;
      background: radial-gradient(circle, rgba(24, 108, 134, .06), transparent 64%)
    }.honors-page.white-page .hero .hero-inner{
      position: relative;
      z-index: 1
    }.honors-page.white-page .hero .eyebrow{
      display: inline-flex !important;
      align-items: center;
      min-height: 32px;
      padding: 0 13px;
      border-radius: 999px;
      background: rgba(24, 108, 134, .09);
      color: #186c86 !important
    }.honors-page.white-page .hero h1{
      max-width: 980px
    }

    @media(max-width:900px){.honors-page.white-page .hero>.container{
        padding: 38px 26px !important;
        background: linear-gradient(135deg, #fff, #eef8fa)
      }.honors-page.white-page .hero h1{
        white-space: normal !important
      }
    }.honors-page.white-page .cert-grid{
      align-items: start
    }.honors-page.white-page .cert-card{
      padding: 18px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 18px;
      box-shadow: 0 18px 42px rgba(38, 65, 83, .08)
    }.honors-page.white-page .cert-card img{
      height: 520px !important;
      border: 0 !important;
      box-shadow: none !important;
      padding: 0 !important
    }.honors-page.white-page .cert-card a{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 116px;
      height: 42px;
      margin-top: 18px;
      border-radius: 999px;
      background: #186c86;
      color: #fff;
      font-size: 15px;
      font-weight: 700
    }.honors-page.white-page .cert-card a:hover{
      background: #264153
    }.honors-page.white-page .honor-related-grid{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px
    }.honors-page.white-page .honor-related-grid a{
      display: block;
      padding: 26px;
      border: 1px solid var(--line);
      border-radius: 18px;
      background: #fff;
      box-shadow: 0 16px 36px rgba(38, 65, 83, .06);
      color: #294553
    }.honors-page.white-page .honor-related-grid strong{
      display: block;
      margin-bottom: 10px;
      color: #111827;
      font-size: 20px
    }.honors-page.white-page .honor-related-grid a:hover{
      color: #186c86;
      transform: translateY(-3px)
    }

    @media(max-width:900px){.honors-page.white-page .honor-related-grid{
        grid-template-columns: 1fr
      }
    }.honors-page.white-page 
    .hero{
      position: relative !important;
      margin: 0 !important;
      padding: 82px 0 74px !important;
      background: linear-gradient(115deg, #eef8fa 0%, #ffffff 46%, #e8f4f6 100%) !important;
      overflow: hidden !important;
      border-bottom: 1px solid rgba(24, 108, 134, .1)
    }.honors-page.white-page .hero::before{
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 46%;
      height: 100%;
      background: radial-gradient(circle at 68% 42%, rgba(24, 108, 134, .14), transparent 0 34%, transparent 35%), linear-gradient(135deg, rgba(38, 65, 83, .12), rgba(24, 108, 134, .04));
      clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%)
    }.honors-page.white-page .hero::after{
      content: "";
      position: absolute;
      right: 118px;
      bottom: -92px;
      width: 260px;
      height: 260px;
      border-radius: 50%;
      border: 1px solid rgba(24, 108, 134, .16);
      background: radial-gradient(circle, rgba(255, 255, 255, .64), rgba(24, 108, 134, .04) 62%, transparent 63%)
    }.honors-page.white-page .hero>.container{
      position: relative !important;
      z-index: 1 !important;
      min-height: 0 !important;
      display: block !important;
      padding: 0 !important;
      border: 0 !important;
      border-radius: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      overflow: visible !important
    }.honors-page.white-page .hero>.container::before,.honors-page.white-page .hero>.container::after{
      display: none !important
    }.honors-page.white-page .hero .hero-inner{
      max-width: 900px !important;
      position: relative !important;
      z-index: 2 !important
    }.honors-page.white-page .hero .eyebrow{
      display: inline-flex !important;
      align-items: center !important;
      min-height: 34px !important;
      padding: 0 14px !important;
      margin: 0 0 22px !important;
      border-radius: 999px !important;
      background: rgba(24, 108, 134, .09) !important;
      color: #186c86 !important;
      font-size: 15px !important;
      font-weight: 800 !important
    }.honors-page.white-page .hero h1{
      max-width: 1080px !important;
      margin: 0 0 24px !important;
      color: #111827 !important;
      font-size: 56px !important;
      line-height: 1.14 !important;
      letter-spacing: -.02em !important;
      white-space: normal !important
    }.honors-page.white-page .hero p{
      max-width: 830px !important;
      color: #4f626d !important;
      font-size: 18px !important;
      line-height: 1.95 !important
    }

    @media(max-width:900px){.honors-page.white-page .hero{
        padding: 56px 0 50px !important
      }.honors-page.white-page .hero::before{
        width: 72%;
        opacity: .45
      }.honors-page.white-page .hero h1{
        font-size: 38px !important
      }.honors-page.white-page .hero p{
        font-size: 16px !important
      }
    }.honors-page.white-page 
    .hero{
      position: relative !important;
      margin: 0 !important;
      padding: 94px 0 88px !important;
      background: linear-gradient(90deg, rgba(38, 65, 83, .98), rgba(24, 108, 134, .86)), url("../assets/image6.jpg") center center/cover no-repeat !important;
      overflow: hidden !important;
      border-bottom: 0 !important;
      text-align: center !important;
      color: #fff !important
    }.honors-page.white-page .hero::before{
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(38, 65, 83, .68), rgba(38, 65, 83, .28) 48%, rgba(24, 108, 134, .5)), radial-gradient(circle at 18% 22%, rgba(255, 255, 255, .12), transparent 24%), radial-gradient(circle at 82% 78%, rgba(255, 255, 255, .1), transparent 26%);
      z-index: 0 !important;
      clip-path: none !important;
      width: auto !important;
      height: auto !important
    }.honors-page.white-page .hero::after{
      content: "";
      position: absolute;
      left: 50%;
      bottom: 34px;
      width: 96px;
      height: 3px;
      border: 0 !important;
      border-radius: 999px;
      background: rgba(255, 255, 255, .72);
      transform: translateX(-50%);
      box-shadow: none !important
    }.honors-page.white-page .hero>.container{
      position: relative !important;
      z-index: 1 !important;
      min-height: 0 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      padding: 0 !important;
      border: 0 !important;
      border-radius: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      overflow: visible !important
    }.honors-page.white-page .hero>.container::before,.honors-page.white-page .hero>.container::after{
      display: none !important
    }.honors-page.white-page .hero .hero-inner{
      max-width: 1050px !important;
      margin: 0 auto !important;
      position: relative !important;
      z-index: 2 !important;
      text-align: center !important
    }.honors-page.white-page .hero .eyebrow{
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      min-height: 30px !important;
      padding: 0 14px !important;
      margin: 0 0 22px !important;
      border-radius: 999px !important;
      background: rgba(255, 255, 255, .13) !important;
      border: 1px solid rgba(255, 255, 255, .24) !important;
      color: rgba(255, 255, 255, .88) !important;
      font-size: 14px !important;
      font-weight: 700 !important;
      letter-spacing: .08em !important
    }.honors-page.white-page .hero h1{
      max-width: none !important;
      margin: 0 auto 20px !important;
      color: #fff !important;
      font-size: 58px !important;
      line-height: 1.12 !important;
      letter-spacing: -.02em !important;
      font-weight: 900 !important;
      text-align: center !important;
      white-space: normal !important;
      text-shadow: 0 10px 28px rgba(0, 0, 0, .24)
    }.honors-page.white-page .hero p{
      max-width: 920px !important;
      margin: 0 auto !important;
      color: rgba(255, 255, 255, .88) !important;
      font-size: 18px !important;
      line-height: 1.9 !important;
      text-align: center !important;
      text-shadow: 0 8px 22px rgba(0, 0, 0, .2)
    }

    @media(max-width:900px){.honors-page.white-page .hero{
        padding: 70px 0 66px !important
      }.honors-page.white-page .hero h1{
        font-size: 38px !important
      }.honors-page.white-page .hero p{
        font-size: 16px !important
      }.honors-page.white-page .hero::after{
        bottom: 26px
      }
    }.honors-page.white-page 
    .hero{
      position: relative !important;
      margin: 0 !important;
      padding: 84px 0 78px !important;
      background: linear-gradient(115deg, #f3fafb 0%, #ffffff 48%, #edf8fa 100%) !important;
      overflow: hidden !important;
      border-bottom: 1px solid rgba(24, 108, 134, .1) !important;
      text-align: left !important;
      color: #142231 !important
    }.honors-page.white-page .hero::before{
      content: "";
      position: absolute;
      right: -120px;
      top: -120px;
      width: 430px !important;
      height: 430px !important;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(24, 108, 134, .12), rgba(24, 108, 134, .055) 46%, transparent 68%) !important;
      clip-path: none !important;
      z-index: 0 !important;
      opacity: 1 !important
    }.honors-page.white-page .hero::after{
      content: "";
      position: absolute;
      right: 130px;
      bottom: -95px;
      width: 260px !important;
      height: 260px !important;
      border-radius: 50%;
      border: 1px solid rgba(24, 108, 134, .12) !important;
      background: radial-gradient(circle, rgba(255, 255, 255, .78), rgba(24, 108, 134, .045) 62%, transparent 63%) !important;
      box-shadow: none !important;
      transform: none !important;
      left: auto !important
    }.honors-page.white-page .hero>.container{
      position: relative !important;
      z-index: 1 !important;
      min-height: 0 !important;
      display: block !important;
      padding: 0 !important;
      border: 0 !important;
      border-radius: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      overflow: visible !important
    }.honors-page.white-page .hero>.container::before{
      content: "" !important;
      display: block !important;
      position: absolute !important;
      right: 48px !important;
      top: 50% !important;
      width: 150px !important;
      height: 150px !important;
      transform: translateY(-50%) rotate(8deg) !important;
      border-radius: 28px !important;
      background: linear-gradient(135deg, rgba(24, 108, 134, .1), rgba(38, 65, 83, .035)) !important;
      border: 1px solid rgba(24, 108, 134, .1) !important
    }.honors-page.white-page .hero>.container::after{
      content: "" !important;
      display: block !important;
      position: absolute !important;
      right: 210px !important;
      top: 34px !important;
      width: 76px !important;
      height: 76px !important;
      border-radius: 999px !important;
      background: rgba(213, 184, 92, .16) !important;
      border: 1px solid rgba(213, 184, 92, .16) !important
    }.honors-page.white-page .hero .hero-inner{
      max-width: 920px !important;
      margin: 0 !important;
      position: relative !important;
      z-index: 2 !important;
      text-align: left !important
    }.honors-page.white-page .hero .eyebrow{
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      min-height: 32px !important;
      padding: 0 14px !important;
      margin: 0 0 22px !important;
      border-radius: 999px !important;
      background: rgba(24, 108, 134, .09) !important;
      border: 1px solid rgba(24, 108, 134, .14) !important;
      color: #186c86 !important;
      font-size: 14px !important;
      font-weight: 800 !important;
      letter-spacing: .06em !important
    }.honors-page.white-page .hero h1{
      max-width: 960px !important;
      margin: 0 0 22px !important;
      color: #101827 !important;
      font-size: 56px !important;
      line-height: 1.14 !important;
      letter-spacing: -.02em !important;
      font-weight: 900 !important;
      text-align: left !important;
      white-space: normal !important;
      text-shadow: none !important
    }.honors-page.white-page .hero p{
      max-width: 820px !important;
      margin: 0 !important;
      color: #4f626d !important;
      font-size: 18px !important;
      line-height: 1.95 !important;
      text-align: left !important;
      text-shadow: none !important
    }

    @media(max-width:900px){.honors-page.white-page .hero{
        padding: 58px 0 52px !important
      }.honors-page.white-page .hero>.container::before,.honors-page.white-page .hero>.container::after{
        display: none !important
      }.honors-page.white-page .hero h1{
        font-size: 38px !important
      }.honors-page.white-page .hero p{
        font-size: 16px !important
      }
    }.honors-page.white-page{
      background: radial-gradient(circle at 8% 10%, rgba(24, 108, 134, .08), transparent 24%), #f7fafb !important
    }.honors-page.white-page .hero{
      position: relative !important;
      margin: 0 !important;
      height: 245px !important;
      min-height: 245px !important;
      padding: 0 !important;
      display: flex !important;
      align-items: center !important;
      text-align: center !important;
      background: linear-gradient(115deg, #f3fafb 0%, #ffffff 48%, #edf8fa 100%) !important;
      overflow: hidden !important;
      border-bottom: 1px solid rgba(24, 108, 134, .1) !important;
      color: #142231 !important
    }.honors-page.white-page .hero::before,.honors-page.white-page .hero::after,.honors-page.white-page .hero>.container::before,.honors-page.white-page .hero>.container::after{
      display: none !important
    }.honors-page.white-page .hero>.container{
      position: relative !important;
      z-index: 1 !important;
      min-height: 0 !important;
      display: flex !important;
      align-items: center !important;
      justify-content: center !important;
      height: 100% !important;
      padding: 0 !important;
      border: 0 !important;
      border-radius: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      overflow: visible !important
    }.honors-page.white-page .hero .hero-inner{
      max-width: 940px !important;
      margin: 0 auto !important;
      position: relative !important;
      z-index: 2 !important;
      text-align: center !important
    }.honors-page.white-page .hero .eyebrow{
      display: none !important
    }.honors-page.white-page .hero h1{
      max-width: none !important;
      margin: 0 auto 18px !important;
      color: #101827 !important;
      font-size: 50px !important;
      line-height: 1.14 !important;
      letter-spacing: -.02em !important;
      font-weight: 900 !important;
      text-align: center !important;
      white-space: normal !important;
      text-shadow: none !important
    }.honors-page.white-page .hero p{
      max-width: 820px !important;
      margin: 0 auto !important;
      color: #4f626d !important;
      font-size: 16px !important;
      line-height: 1.85 !important;
      text-align: center !important;
      text-shadow: none !important
    }

    @media(max-width:900px){.honors-page.white-page .hero{
        height: auto !important;
        min-height: 220px !important;
        padding: 48px 0 !important
      }.honors-page.white-page .hero h1{
        font-size: 36px !important
      }.honors-page.white-page .hero p{
        font-size: 15px !important
      }
    }

/* news/ai-website.html */
:root{--brand:#186c86;--deep:#264153;--ink:#142231;--muted:#4f626d;--line:#dbe8ec;--container:1350px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:radial-gradient(circle at 8% 10%,rgba(24,108,134,.08),transparent 24%),radial-gradient(circle at 88% 12%,rgba(203,173,86,.12),transparent 20%),#f7fafb;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.78}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.page{max-width:1920px;margin:0 auto;overflow:hidden}.container{width:min(var(--container),calc(100% - 60px));margin:0 auto}.site-header{position:sticky!important;top:0!important;z-index:1000!important;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.nav-bar{height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}.logo{width:245px;flex:0 0 auto}.logo img{width:235px}.nav{display:flex;align-items:center;gap:28px;color:var(--deep);font-size:16px;white-space:nowrap}.nav a,.nav-trigger{position:relative;padding:30px 0}.nav a::after,.nav-trigger::after{content:"";position:absolute;left:0;right:0;bottom:20px;height:2px;background:var(--brand);transform:scaleX(0);transition:.2s}.nav a:hover,.nav a.is-active,.nav-item:hover .nav-trigger{color:var(--brand)}.nav a.is-active,.nav-trigger.is-active{font-weight:800;color:var(--brand)}.nav a:hover::after,.nav a.is-active::after,.nav-trigger.is-active::after,.nav-item:hover .nav-trigger::after{transform:scaleX(1)}.nav-item{position:relative}.nav-trigger{display:inline-flex;align-items:center;gap:7px}.nav-trigger::before{content:"";order:2;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px)}.dropdown{position:absolute;top:calc(100% - 8px);left:50%;min-width:188px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 24px 48px rgba(38,65,83,.16);transform:translateX(-50%) translateY(12px);opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.nav-item:hover .dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.dropdown a{display:block;padding:9px 12px;border-radius:8px;font-size:14px}.dropdown a::after{display:none}.dropdown a:hover{background:#eef7f8}.menu-button{display:none}.hero{padding:98px 0 64px}.hero-inner{max-width:900px}.eyebrow{margin:0 0 20px;color:#6c7d86;font-weight:800}.hero h1{margin:0 0 26px;color:#111827;font-size:58px;line-height:1.12;letter-spacing:-.03em}.hero p{margin:0;color:#62727c;font-size:18px;line-height:1.95}.section{padding:54px 0}.section-title{text-align:center;font-size:34px;margin:0 0 30px}.card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 18px 42px rgba(38,65,83,.06);padding:28px}.btn,.link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:999px;border:1px solid rgba(24,108,134,.24);color:var(--brand);background:#fff;font-size:15px;font-weight:400}.btn.primary,.link:hover{background:var(--brand);color:#fff}.site-footer{height:55px;color:#c5d3d8;background:#142333;font-size:14px}.record-line{height:55px;display:flex;align-items:center;justify-content:center;text-align:center}@media(max-width:1100px){.nav{display:none}.menu-button{display:block}.container{width:calc(100% - 32px)}.hero h1{font-size:38px}}.article-layout{display:grid;grid-template-columns:1fr 330px;gap:34px;padding:70px 0}.article-main h1{margin:24px 0 12px;font-size:44px;line-height:1.2}.time{color:var(--brand);font-weight:800;margin-bottom:24px}.article-main img{width:100%;height:390px;object-fit:cover;border-radius:12px;margin:24px 0}.article-main p{font-size:18px;color:#40545f}.related-head{display:flex;align-items:center;justify-content:space-between;margin-top:46px}.related-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.related-grid a{display:block;padding:16px 18px;border:1px solid var(--line);border-radius:14px;background:#fff;color:#294553}.sidebar-card{margin-bottom:18px}.sidebar-card ul{margin:0;padding-left:18px}.sidebar-card li{margin:12px 0;color:#294553}@media(max-width:1000px){.article-layout{grid-template-columns:1fr}.related-grid{grid-template-columns:1fr}}.site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:9999!important}.page{padding-top:88px!important}.dropdown{z-index:10000!important}.related-grid a{border:0!important;background:transparent!important;padding:8px 0!important}.related-head{border-top:1px solid var(--line);padding-top:28px}.sidebar-card h3{margin-top:25px!important;margin-bottom:16px!important}.site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:9999!important}.page{padding-top:88px!important}.dropdown{z-index:10000!important}.article-main{background:#fff!important;border:1px solid var(--line)!important;border-radius:20px!important;box-shadow:0 18px 42px rgba(38,65,83,.06)!important;padding:32px!important}.related-head{margin-top:42px!important;border-top:1px solid var(--line)!important;padding-top:30px!important}.related-head .btn{font-size:15px!important;font-weight:400!important}.sidebar-card h3{margin-top:0!important;margin-bottom:25px!important}.sidebar-card{padding-top:25px!important}.article-back-row{padding-top:30px!important}.article-back-row .btn{border-radius:999px}.article-layout{padding-top:30px!important;align-items:stretch!important}.article-main{min-height:930px!important;background:#fff!important;border:1px solid var(--line)!important;border-radius:20px!important;box-shadow:0 18px 42px rgba(38,65,83,.06)!important;padding:32px!important}.article-layout aside{display:flex!important;flex-direction:column!important;gap:18px!important;height:100%!important}.article-layout aside .sidebar-card:first-child{min-height:930px!important}.sidebar-card{padding:25px!important;margin-bottom:0!important}.sidebar-card h3{margin-top:0!important;margin-bottom:25px!important}.sidebar-card li{margin:12px 0!important}.sidebar-card a{display:block;color:#294553;transition:color .18s ease,transform .18s ease}.sidebar-card a:hover{color:#186c86;transform:translateX(4px)}.related-grid{row-gap:25px!important}.related-grid a{border:0!important;background:transparent!important;padding:8px 0!important}.related-grid{row-gap:12px!important}.related-grid a{line-height:1.45!important;padding:4px 0!important}.article-main{min-height:auto!important}.article-layout aside .sidebar-card:first-child{min-height:auto!important}.sidebar-card li{margin:8px 0!important}.sidebar-card a{transition:color .18s ease,transform .18s ease,background .18s ease;border-radius:8px;padding:3px 0}.sidebar-card a:hover{color:#186c86!important;transform:translateX(5px);background:rgba(24,108,134,.035)}.related-grid a{color:#294553!important;text-decoration:none!important;transition:color .18s ease,text-decoration-color .18s ease,transform .18s ease!important;text-underline-offset:4px}.related-grid a:hover{color:#186c86!important;text-decoration:underline!important;text-decoration-color:#186c86!important;transform:translateX(4px)}.sidebar-card a{color:#294553!important;text-decoration:none!important;transition:color .18s ease,text-decoration-color .18s ease,transform .18s ease!important;text-underline-offset:4px}.sidebar-card a:hover{color:#186c86!important;text-decoration:underline!important;text-decoration-color:#186c86!important;transform:translateX(4px);background:transparent!important}.sidebar-card .btn.primary{height:48px!important;min-height:48px!important;padding:0 24px!important;border:0!important;border-radius:10px!important;background:linear-gradient(135deg,#186c86,#264153)!important;color:#fff!important;box-shadow:0 14px 28px rgba(24,108,134,.22)!important;font-weight:700!important;transition:transform .18s ease,box-shadow .18s ease!important}.sidebar-card .btn.primary:hover{transform:translateY(-2px)!important;box-shadow:0 18px 34px rgba(24,108,134,.28)!important;text-decoration:none!important}.sidebar-card .btn.primary{width:108px!important;min-width:108px!important;height:48px!important;min-height:48px!important;padding:0!important;border:0!important;border-radius:8px!important;background:#264153!important;color:#fff!important;box-shadow:0 14px 28px rgba(38,65,83,.18)!important;font-size:15px!important;font-weight:700!important;letter-spacing:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;transition:background .18s ease,box-shadow .18s ease,transform .18s ease!important}.sidebar-card .btn.primary:hover{background:#186c86!important;color:#fff!important;box-shadow:0 18px 34px rgba(24,108,134,.24)!important;transform:translateY(-2px)!important;text-decoration:none!important}.side-related{padding:24px!important}.side-related a{display:block;margin:10px 0 0;color:#294553;text-decoration:none;text-underline-offset:4px}.side-related a:hover{color:#186c86;text-decoration:underline}.side-related small{display:block;color:#6b7d86;margin-bottom:8px}

/* news/ai-website.html */
.sidebar-card{padding:25px!important}.sidebar-card h3{margin-top:0!important;margin-bottom:25px!important}.sidebar-card ul,.sidebar-card p{margin-top:0!important}.sidebar-card .btn.primary{box-shadow:none!important}.sidebar-card .btn.primary:hover{box-shadow:none!important}

/* news/ai-website.html */
.time{color:#4f626d!important;font-weight:600!important;margin-bottom:28px!important}.related-head{margin-top:40px!important;padding-top:40px!important;border-top:1px solid var(--line)!important}.related-grid{margin-top:0!important}.article-main p:last-of-type{margin-bottom:0!important}.sidebar-card{padding:25px!important}.sidebar-card h3,.side-related h3{margin-top:0!important;margin-bottom:25px!important}.sidebar-card ul,.sidebar-card p,.side-related a:first-of-type{margin-top:0!important}.sidebar-card a:hover{background:transparent!important;color:#186c86!important;text-decoration:underline!important;transform:none!important}

/* news/ai-website.html */
.article-main p:last-of-type{margin-bottom:40px!important}.related-head{margin-top:0!important;padding-top:40px!important;border-top:1px solid var(--line)!important}.related-head{margin-bottom:30px!important}.related-head h2{margin-top:0!important;margin-bottom:0!important}.related-grid{margin-top:0!important}.sidebar-card{padding:25px!important}.sidebar-card h3,.side-related h3{margin-top:0!important;margin-bottom:25px!important}.sidebar-card ul,.sidebar-card p{margin-top:0!important}.side-related a:first-of-type{margin-top:0!important}.sidebar-card li:first-child{margin-top:0!important}

/* news/ai-website.html */
.article-body{margin-bottom:0!important}.article-body p:last-child{margin-bottom:0!important}.article-main>.article-body{margin-bottom:40px!important}.related-head{margin-top:20px!important;margin-bottom:30px!important;padding-top:40px!important;border-top:1px solid var(--line)!important}.card.sidebar-card.side-related h3{margin-bottom:15px!important}.card.sidebar-card.side-related a{padding-top:0!important;padding-bottom:0!important}

/* news/article.html */
:root{
      --brand: #186c86;
      --deep: #264153;
      --ink: #142231;
      --muted: #4f626d;
      --line: #dbe8ec;
      --container: 1350px
    }*{
      box-sizing: border-box
    }html{
      scroll-behavior: smooth
    }body{
      margin: 0;
      color: var(--ink);
      background: radial-gradient(circle at 8% 10%, rgba(24, 108, 134, .08), transparent 24%), radial-gradient(circle at 88% 12%, rgba(203, 173, 86, .12), transparent 20%), #f7fafb;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", Arial, sans-serif;
      line-height: 1.78
    }a{
      text-decoration: none;
      color: inherit
    }img{
      display: block;
      max-width: 100%
    }.page{
      max-width: 1920px;
      margin: 0 auto;
      overflow: hidden
    }.container{
      width: min(var(--container), calc(100% - 60px));
      margin: 0 auto
    }.site-header{
      position: sticky !important;
      top: 0 !important;
      z-index: 1000 !important;
      background: rgba(255, 255, 255, .96);
      border-bottom: 1px solid var(--line);
      backdrop-filter: blur(14px)
    }.nav-bar{
      height: 88px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px
    }.logo{
      width: 245px;
      flex: 0 0 auto
    }.logo img{
      width: 235px
    }.nav{
      display: flex;
      align-items: center;
      gap: 28px;
      color: var(--deep);
      font-size: 16px;
      white-space: nowrap
    }.nav a,.nav-trigger{
      position: relative;
      padding: 30px 0
    }.nav a::after,.nav-trigger::after{
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      height: 2px;
      background: var(--brand);
      transform: scaleX(0);
      transition: .2s
    }.nav a:hover,.nav a.is-active,.nav-item:hover .nav-trigger{
      color: var(--brand)
    }.nav a.is-active,.nav-trigger.is-active{
      font-weight: 800;
      color: var(--brand)
    }.nav a:hover::after,.nav a.is-active::after,.nav-trigger.is-active::after,.nav-item:hover .nav-trigger::after{
      transform: scaleX(1)
    }.nav-item{
      position: relative
    }.nav-trigger{
      display: inline-flex;
      align-items: center;
      gap: 7px
    }.nav-trigger::before{
      content: "";
      order: 2;
      width: 6px;
      height: 6px;
      border-right: 1.5px solid currentColor;
      border-bottom: 1.5px solid currentColor;
      transform: rotate(45deg) translateY(-2px)
    }.dropdown{
      position: absolute;
      top: calc(100% - 8px);
      left: 50%;
      min-width: 188px;
      padding: 10px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 8px;
      box-shadow: 0 24px 48px rgba(38, 65, 83, .16);
      transform: translateX(-50%) translateY(12px);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: .2s
    }.nav-item:hover .dropdown{
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transform: translateX(-50%) translateY(0)
    }.dropdown a{
      display: block;
      padding: 9px 12px;
      border-radius: 8px;
      font-size: 14px
    }.dropdown a::after{
      display: none
    }.dropdown a:hover{
      background: #eef7f8
    }.menu-button{
      display: none
    }.hero{
      padding: 98px 0 64px
    }.hero-inner{
      max-width: 900px
    }.eyebrow{
      margin: 0 0 20px;
      color: #6c7d86;
      font-weight: 800
    }.hero h1{
      margin: 0 0 26px;
      color: #111827;
      font-size: 58px;
      line-height: 1.12;
      letter-spacing: -.03em
    }.hero p{
      margin: 0;
      color: #62727c;
      font-size: 18px;
      line-height: 1.95
    }.section{
      padding: 54px 0
    }.section-title{
      text-align: center;
      font-size: 34px;
      margin: 0 0 30px
    }.card{
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 20px;
      box-shadow: 0 18px 42px rgba(38, 65, 83, .06);
      padding: 28px
    }.btn,.link{
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 22px;
      border-radius: 999px;
      border: 1px solid rgba(24, 108, 134, .24);
      color: var(--brand);
      background: #fff;
      font-size: 15px;
      font-weight: 400
    }.btn.primary,.link:hover{
      background: var(--brand);
      color: #fff
    }.site-footer{
      height: 55px;
      color: #c5d3d8;
      background: #142333;
      font-size: 14px
    }.record-line{
      height: 55px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center
    }

    @media(max-width:1100px){.nav{
        display: none
      }.menu-button{
        display: block
      }.container{
        width: calc(100% - 32px)
      }.hero h1{
        font-size: 38px
      }
    }.article-layout{
      display: grid;
      grid-template-columns: 1fr 330px;
      gap: 34px;
      padding: 70px 0
    }.article-main h1{
      margin: 24px 0 12px;
      font-size: 44px;
      line-height: 1.2
    }.time{
      color: var(--brand);
      
      margin-bottom: 24px
    }.article-main img{
      width: 100%;
      height: 390px;
      object-fit: cover;
      border-radius: 12px;
      margin: 24px 0
    }.article-main p{
      font-size: 18px;
      color: #40545f
    }.related-head{
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 46px
    }.related-grid{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 14px
    }.related-grid a{
      display: block;
      padding: 16px 18px;
      border: 1px solid var(--line);
      border-radius: 14px;
      background: #fff;
      color: #294553
    }.sidebar-card{
      margin-bottom: 18px
    }.sidebar-card ul{
      margin: 0;
      padding-left: 18px
    }.sidebar-card li{
      margin: 12px 0;
      color: #294553
    }

    @media(max-width:1000px){.article-layout{
        grid-template-columns: 1fr
      }.related-grid{
        grid-template-columns: 1fr
      }
    }.site-header{
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      width: 100% !important;
      z-index: 9999 !important
    }.page{
      padding-top: 88px !important
    }.dropdown{
      z-index: 10000 !important
    }.related-grid a{
      border: 0 !important;
      background: transparent !important;
      padding: 8px 0 !important
    }.related-head{
      border-top: 1px solid var(--line);
      padding-top: 28px
    }.sidebar-card h3{
      margin-top: 25px !important;
      margin-bottom: 16px !important
    }.site-header{
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      width: 100% !important;
      z-index: 9999 !important
    }.page{
      padding-top: 88px !important
    }.dropdown{
      z-index: 10000 !important
    }.article-main{
      background: #fff !important;
      border: 1px solid var(--line) !important;
      border-radius: 20px !important;
      box-shadow: 0 18px 42px rgba(38, 65, 83, .06) !important;
      padding: 32px !important
    }.related-head{
      margin-top: 42px !important;
      border-top: 1px solid var(--line) !important;
      padding-top: 30px !important
    }.related-head .btn{
      font-size: 15px !important;
      font-weight: 400 !important
    }.sidebar-card h3{
      margin-top: 0 !important;
      margin-bottom: 25px !important
    }.sidebar-card{
      padding-top: 25px !important
    }.article-layout{
      padding-top: 30px !important;
      align-items: start !important
    }.article-main{
      min-height: 930px !important
    }.article-back-row{
      padding-top: 30px !important
    }.article-back-row .btn{
      border-radius: 999px
    }.related-grid{
      row-gap: 25px !important
    }.article-layout aside{
      display: flex !important;
      flex-direction: column !important;
      gap: 18px !important
    }.sidebar-card{
      margin-bottom: 0 !important
    }.sidebar-card a{
      color: #294553
    }.sidebar-card a:hover{
      color: #186c86
    }.article-layout{
      align-items: stretch !important
    }.article-layout aside{
      height: 100% !important
    }.article-layout aside .sidebar-card:first-child{
      min-height: 930px !important
    }.related-grid{
      row-gap: 12px !important
    }.related-grid a{
      line-height: 1.45 !important;
      padding: 4px 0 !important
    }.article-main{
      min-height: auto !important
    }.article-layout aside .sidebar-card:first-child{
      min-height: auto !important
    }.sidebar-card li{
      margin: 8px 0 !important
    }.sidebar-card a{
      transition: color .18s ease, transform .18s ease, background .18s ease;
      border-radius: 8px;
      padding: 3px 0
    }.sidebar-card a:hover{
      color: #186c86 !important;
      transform: translateX(5px);
      background: rgba(24, 108, 134, .035)
    }.related-grid a{
      color: #294553 !important;
      text-decoration: none !important;
      transition: color .18s ease, text-decoration-color .18s ease, transform .18s ease !important;
      text-underline-offset: 4px
    }.related-grid a:hover{
      color: #186c86 !important;
      text-decoration: underline !important;
      text-decoration-color: #186c86 !important;
      transform: translateX(4px)
    }.sidebar-card a{
      color: #294553 !important;
      text-decoration: none !important;
      transition: color .18s ease, text-decoration-color .18s ease, transform .18s ease !important;
      text-underline-offset: 4px
    }.sidebar-card a:hover{
      color: #186c86 !important;
      text-decoration: underline !important;
      text-decoration-color: #186c86 !important;
      transform: translateX(4px);
      background: transparent !important
    }.sidebar-card .btn.primary{
      height: 48px !important;
      min-height: 48px !important;
      padding: 0 24px !important;
      border: 0 !important;
      border-radius: 10px !important;
      background: linear-gradient(135deg, #186c86, #264153) !important;
      color: #fff !important;
      box-shadow: 0 14px 28px rgba(24, 108, 134, .22) !important;
      font-weight: 700 !important;
      transition: transform .18s ease, box-shadow .18s ease !important
    }.sidebar-card .btn.primary:hover{
      transform: translateY(-2px) !important;
      box-shadow: 0 18px 34px rgba(24, 108, 134, .28) !important;
      text-decoration: none !important
    }.sidebar-card .btn.primary{
      width: 108px !important;
      min-width: 108px !important;
      height: 48px !important;
      min-height: 48px !important;
      padding: 0 !important;
      border: 0 !important;
      border-radius: 8px !important;
      background: #264153 !important;
      color: #fff !important;
      box-shadow: 0 14px 28px rgba(38, 65, 83, .18) !important;
      font-size: 15px !important;
      font-weight: 700 !important;
      letter-spacing: 0 !important;
      display: inline-flex !important;
      align-items: center !important;
      justify-content: center !important;
      text-decoration: none !important;
      transition: background .18s ease, box-shadow .18s ease, transform .18s ease !important
    }.sidebar-card .btn.primary:hover{
      background: #186c86 !important;
      color: #fff !important;
      box-shadow: 0 18px 34px rgba(24, 108, 134, .24) !important;
      transform: translateY(-2px) !important;
      text-decoration: none !important
    }.side-related{
      padding: 24px !important
    }.side-related a{
      display: block;
      margin: 10px 0 0;
      color: #294553;
      text-decoration: none;
      text-underline-offset: 4px
    }.side-related a:hover{
      color: #186c86;
      text-decoration: underline
    }.side-related small{
      display: block;
      color: #6b7d86;
      margin-bottom: 8px
    }

/* news/article.html */
.sidebar-card{
      padding: 25px !important
    }.sidebar-card h3{
      margin-top: 0 !important;
      margin-bottom: 25px !important
    }.sidebar-card ul,.sidebar-card p{
      margin-top: 0 !important
    }.sidebar-card .btn.primary{
      box-shadow: none !important
    }.sidebar-card .btn.primary:hover{
      box-shadow: none !important
    }

/* news/article.html */
.time{
      color: #4f626d !important;
      
      margin-bottom: 28px !important
    }.related-head{
      margin-top: 40px !important;
      padding-top: 40px !important;
      border-top: 1px solid var(--line) !important
    }.related-grid{
      margin-top: 0 !important
    }.article-main p:last-of-type{
      margin-bottom: 0 !important
    }.sidebar-card{
      padding: 25px !important
    }.sidebar-card h3,.side-related h3{
      margin-top: 0 !important;
      margin-bottom: 25px !important
    }.sidebar-card ul,.sidebar-card p,.side-related a:first-of-type{
      margin-top: 0 !important
    }.sidebar-card a:hover{
      background: transparent !important;
      color: #186c86 !important;
      text-decoration: underline !important;
      transform: none !important
    }

/* news/article.html */
.article-main p:last-of-type{
      margin-bottom: 40px !important
    }.related-head{
      margin-top: 0 !important;
      padding-top: 40px !important;
      border-top: 1px solid var(--line) !important
    }.related-head{
      margin-bottom: 30px !important
    }.related-head h2{
      margin-top: 0 !important;
      margin-bottom: 0 !important
    }.related-grid{
      margin-top: 0 !important
    }.sidebar-card{
      padding: 25px !important
    }.sidebar-card h3,.side-related h3{
      margin-top: 0 !important;
      margin-bottom: 15px !important
    }.sidebar-card ul,.sidebar-card p{
      margin-top: 0 !important
    }.side-related a:first-of-type{
      margin-top: 0 !important
    }.sidebar-card li:first-child{
      margin-top: 0 !important
    }

/* news/article.html */
.article-body{
      margin-bottom: 0 !important
    }.article-body p:last-child{
      margin-bottom: 0 !important
    }.article-main>.article-body{
      margin-bottom: 40px !important
    }.related-head{
      margin-top: 20px !important;
      margin-bottom: 15px !important;
      padding-top: 40px !important;
      border-top: 1px solid var(--line) !important
    }.card.sidebar-card.side-related h3{
      margin-bottom: 15px !important
    }.card.sidebar-card.side-related a{
      padding-top: 0 !important;
      padding-bottom: 0 !important
    }

/* news/index.html */
.news-page.white-page{--brand:#186c86;--deep:#264153;--ink:#142231;--muted:#4f626d;--line:#dbe8ec;--container:1350px}.news-page.white-page *{box-sizing:border-box}.news-page.white-page{scroll-behavior:smooth}.news-page.white-page{margin:0;color:var(--ink);background:radial-gradient(circle at 8% 10%,rgba(24,108,134,.08),transparent 24%),radial-gradient(circle at 88% 12%,rgba(203,173,86,.12),transparent 20%),#f7fafb;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.78}.news-page.white-page a{text-decoration:none;color:inherit}.news-page.white-page img{display:block;max-width:100%}.news-page.white-page .page{max-width:1920px;margin:0 auto;overflow:hidden}.news-page.white-page .container{width:min(var(--container),calc(100% - 60px));margin:0 auto}.news-page.white-page .site-header{position:sticky!important;top:0!important;z-index:1000!important;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.news-page.white-page .nav-bar{height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}.news-page.white-page .logo{width:245px;flex:0 0 auto}.news-page.white-page .logo img{width:235px}.news-page.white-page .nav{display:flex;align-items:center;gap:28px;color:var(--deep);font-size:16px;white-space:nowrap}.news-page.white-page .nav a,.news-page.white-page .nav-trigger{position:relative;padding:30px 0}.news-page.white-page .nav a::after,.news-page.white-page .nav-trigger::after{content:"";position:absolute;left:0;right:0;bottom:20px;height:2px;background:var(--brand);transform:scaleX(0);transition:.2s}.news-page.white-page .nav a:hover,.news-page.white-page .nav a.is-active,.news-page.white-page .nav-item:hover .nav-trigger{color:var(--brand)}.news-page.white-page .nav a.is-active,.news-page.white-page .nav-trigger.is-active{font-weight:800;color:var(--brand)}.news-page.white-page .nav a:hover::after,.news-page.white-page .nav a.is-active::after,.news-page.white-page .nav-trigger.is-active::after,.news-page.white-page .nav-item:hover .nav-trigger::after{transform:scaleX(1)}.news-page.white-page .nav-item{position:relative}.news-page.white-page .nav-trigger{display:inline-flex;align-items:center;gap:7px}.news-page.white-page .nav-trigger::before{content:"";order:2;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px)}.news-page.white-page .dropdown{position:absolute;top:calc(100% - 8px);left:50%;min-width:188px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 24px 48px rgba(38,65,83,.16);transform:translateX(-50%) translateY(12px);opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.news-page.white-page .nav-item:hover .dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.news-page.white-page .dropdown a{display:block;padding:9px 12px;border-radius:8px;font-size:14px}.news-page.white-page .dropdown a::after{display:none}.news-page.white-page .dropdown a:hover{background:#eef7f8}.news-page.white-page .menu-button{display:none}.news-page.white-page .hero{padding:98px 0 64px}.news-page.white-page .hero-inner{max-width:900px}.news-page.white-page .eyebrow{margin:0 0 20px;color:#6c7d86;font-weight:800}.news-page.white-page .hero h1{margin:0 0 26px;color:#111827;font-size:58px;line-height:1.12;letter-spacing:-.03em}.news-page.white-page .hero p{margin:0;color:#62727c;font-size:18px;line-height:1.95}.news-page.white-page .section{padding:54px 0}.news-page.white-page .section-title{text-align:center;font-size:34px;margin:0 0 30px}.news-page.white-page .card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 18px 42px rgba(38,65,83,.06);padding:28px}.news-page.white-page .btn,.news-page.white-page .link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:999px;border:1px solid rgba(24,108,134,.24);color:var(--brand);background:#fff;font-size:15px;font-weight:400}.news-page.white-page .btn.primary,.news-page.white-page .link:hover{background:var(--brand);color:#fff}.news-page.white-page .site-footer{height:55px;color:#c5d3d8;background:#142333;font-size:14px}.news-page.white-page .record-line{height:55px;display:flex;align-items:center;justify-content:center;text-align:center}@media(max-width:1100px){.news-page.white-page .nav{display:none}.news-page.white-page .menu-button{display:block}.news-page.white-page .container{width:calc(100% - 32px)}.news-page.white-page .hero h1{font-size:38px}}.news-page.white-page .news-list{display:grid;gap:22px}.news-page.white-page .news-card{display:grid;grid-template-columns:260px 1fr;gap:24px;align-items:stretch}.news-page.white-page .news-card img{width:100%;height:180px;object-fit:cover;border-radius:14px}.news-page.white-page .news-body{display:flex;flex-direction:column}.news-page.white-page .news-body h2{font-size:26px;margin:0 0 10px}.news-page.white-page .news-body p{color:#61737d;margin:0 0 14px}.news-page.white-page .news-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.news-page.white-page .tag{color:var(--brand);font-size:14px;font-weight:800}.news-page.white-page .news-foot .link{font-size:15px;font-weight:400}.news-page.white-page .pagination{display:flex;justify-content:center;gap:10px;padding:20px 0 90px}.news-page.white-page .pagination span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid var(--line);color:var(--brand)}.news-page.white-page .pagination .active{background:var(--brand);color:#fff}@media(max-width:800px){.news-page.white-page .news-card{grid-template-columns:1fr}.news-page.white-page .news-card img{height:220px}}.news-page.white-page .site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:9999!important}.news-page.white-page .page{padding-top:88px!important}.news-page.white-page .dropdown{z-index:10000!important}.news-page.white-page .news-layout{display:grid;grid-template-columns:1fr 330px;gap:30px}.news-page.white-page .hot-card{align-self:start;position:sticky;top:112px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 18px 42px rgba(38,65,83,.06);padding:24px}.news-page.white-page .hot-card h3{margin:0 0 14px;font-size:24px}.news-page.white-page .hot-card a{display:block;padding:13px 0;border-bottom:1px solid var(--line);color:#294553}.news-page.white-page .hot-card a:last-child{border-bottom:0}@media(max-width:1000px){.news-page.white-page .news-layout{grid-template-columns:1fr}.news-page.white-page .hot-card{position:static}}.news-page.white-page .site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:9999!important}.news-page.white-page .page{padding-top:88px!important}.news-page.white-page .dropdown{z-index:10000!important}.news-page.white-page .hero{padding-top:70px!important}.news-page.white-page .hero h1{white-space:nowrap!important;font-size:52px!important}@media(max-width:1100px){.news-page.white-page .hero h1{white-space:normal!important;font-size:38px!important}}.news-page.white-page .hot-card a::before{content:"";display:inline-block;width:7px;height:7px;margin-right:10px;border-radius:50%;background:#186c86;vertical-align:middle}.news-page.white-page .hot-card{margin-top:0!important}.news-page.white-page .hot-card a{transition:color .18s ease,transform .18s ease,background .18s ease;padding-left:2px!important}.news-page.white-page .hot-card a:hover{color:#186c86!important;transform:translateX(5px);background:rgba(24,108,134,.035)}.news-page.white-page .news-foot .tag{display:inline-flex!important;align-items:center!important;min-height:28px!important;padding:0 12px!important;border-radius:999px!important;background:rgba(24,108,134,.08)!important;color:#186c86!important;font-weight:700!important}.news-page.white-page .hero{padding-top:70px!important;padding-bottom:54px!important}.news-page.white-page .hero>.container{position:relative;min-height:330px;display:flex;align-items:center;padding:56px 64px!important;border:1px solid rgba(24,108,134,.14);border-radius:28px;background:linear-gradient(112deg,rgba(255,255,255,.96) 0%,rgba(240,249,250,.9) 52%,rgba(38,65,83,.14) 100%),url("../assets/image6.jpg") right center/460px auto no-repeat;box-shadow:0 28px 70px rgba(38,65,83,.1);overflow:hidden}.news-page.white-page .hero>.container::before{content:"";position:absolute;right:-88px;top:-120px;width:310px;height:310px;border-radius:50%;background:rgba(24,108,134,.09)}.news-page.white-page .hero>.container::after{content:"";position:absolute;right:70px;bottom:-68px;width:230px;height:230px;border:1px solid rgba(24,108,134,.12);border-radius:50%;background:radial-gradient(circle,rgba(24,108,134,.06),transparent 64%)}.news-page.white-page .hero .hero-inner{position:relative;z-index:1}.news-page.white-page .hero .eyebrow{display:inline-flex!important;align-items:center;min-height:32px;padding:0 13px;border-radius:999px;background:rgba(24,108,134,.09);color:#186c86!important}.news-page.white-page .hero h1{max-width:980px}
@media(max-width:900px){.news-page.white-page .hero>.container{padding:38px 26px!important;background:linear-gradient(135deg,#fff,#eef8fa)}.news-page.white-page .hero h1{white-space:normal!important}}.news-page.white-page 
.hero{position:relative!important;margin:0!important;padding:82px 0 74px!important;background:linear-gradient(115deg,#eef8fa 0%,#ffffff 46%,#e8f4f6 100%)!important;overflow:hidden!important;border-bottom:1px solid rgba(24,108,134,.1)}.news-page.white-page .hero::before{content:"";position:absolute;right:0;top:0;width:46%;height:100%;background:radial-gradient(circle at 68% 42%,rgba(24,108,134,.14),transparent 0 34%,transparent 35%),linear-gradient(135deg,rgba(38,65,83,.12),rgba(24,108,134,.04));clip-path:polygon(16% 0,100% 0,100% 100%,0 100%)}.news-page.white-page .hero::after{content:"";position:absolute;right:118px;bottom:-92px;width:260px;height:260px;border-radius:50%;border:1px solid rgba(24,108,134,.16);background:radial-gradient(circle,rgba(255,255,255,.64),rgba(24,108,134,.04) 62%,transparent 63%)}.news-page.white-page .hero>.container{position:relative!important;z-index:1!important;min-height:0!important;display:block!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.news-page.white-page .hero>.container::before,.news-page.white-page .hero>.container::after{display:none!important}.news-page.white-page .hero .hero-inner{max-width:900px!important;position:relative!important;z-index:2!important}.news-page.white-page .hero .eyebrow{display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:0 14px!important;margin:0 0 22px!important;border-radius:999px!important;background:rgba(24,108,134,.09)!important;color:#186c86!important;font-size:15px!important;font-weight:800!important}.news-page.white-page .hero h1{max-width:1080px!important;margin:0 0 24px!important;color:#111827!important;font-size:56px!important;line-height:1.14!important;letter-spacing:-.02em!important;white-space:normal!important}.news-page.white-page .hero p{max-width:830px!important;color:#4f626d!important;font-size:18px!important;line-height:1.95!important}
@media(max-width:900px){.news-page.white-page .hero{padding:56px 0 50px!important}.news-page.white-page .hero::before{width:72%;opacity:.45}.news-page.white-page .hero h1{font-size:38px!important}.news-page.white-page .hero p{font-size:16px!important}}.news-page.white-page 
.hero{position:relative!important;margin:0!important;padding:94px 0 88px!important;background:linear-gradient(90deg,rgba(38,65,83,.98),rgba(24,108,134,.86)),url("../assets/image6.jpg") center center/cover no-repeat!important;overflow:hidden!important;border-bottom:0!important;text-align:center!important;color:#fff!important}.news-page.white-page .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(38,65,83,.68),rgba(38,65,83,.28) 48%,rgba(24,108,134,.5)),radial-gradient(circle at 18% 22%,rgba(255,255,255,.12),transparent 24%),radial-gradient(circle at 82% 78%,rgba(255,255,255,.1),transparent 26%);z-index:0!important;clip-path:none!important;width:auto!important;height:auto!important}.news-page.white-page .hero::after{content:"";position:absolute;left:50%;bottom:34px;width:96px;height:3px;border:0!important;border-radius:999px;background:rgba(255,255,255,.72);transform:translateX(-50%);box-shadow:none!important}.news-page.white-page .hero>.container{position:relative!important;z-index:1!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.news-page.white-page .hero>.container::before,.news-page.white-page .hero>.container::after{display:none!important}.news-page.white-page .hero .hero-inner{max-width:1050px!important;margin:0 auto!important;position:relative!important;z-index:2!important;text-align:center!important}.news-page.white-page .hero .eyebrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:30px!important;padding:0 14px!important;margin:0 0 22px!important;border-radius:999px!important;background:rgba(255,255,255,.13)!important;border:1px solid rgba(255,255,255,.24)!important;color:rgba(255,255,255,.88)!important;font-size:14px!important;font-weight:700!important;letter-spacing:.08em!important}.news-page.white-page .hero h1{max-width:none!important;margin:0 auto 20px!important;color:#fff!important;font-size:58px!important;line-height:1.12!important;letter-spacing:-.02em!important;font-weight:900!important;text-align:center!important;white-space:normal!important;text-shadow:0 10px 28px rgba(0,0,0,.24)}.news-page.white-page .hero p{max-width:920px!important;margin:0 auto!important;color:rgba(255,255,255,.88)!important;font-size:18px!important;line-height:1.9!important;text-align:center!important;text-shadow:0 8px 22px rgba(0,0,0,.2)}
@media(max-width:900px){.news-page.white-page .hero{padding:70px 0 66px!important}.news-page.white-page .hero h1{font-size:38px!important}.news-page.white-page .hero p{font-size:16px!important}.news-page.white-page .hero::after{bottom:26px}}.news-page.white-page 
.hero{position:relative!important;margin:0!important;padding:84px 0 78px!important;background:linear-gradient(115deg,#f3fafb 0%,#ffffff 48%,#edf8fa 100%)!important;overflow:hidden!important;border-bottom:1px solid rgba(24,108,134,.1)!important;text-align:left!important;color:#142231!important}.news-page.white-page .hero::before{content:"";position:absolute;right:-120px;top:-120px;width:430px!important;height:430px!important;border-radius:50%;background:radial-gradient(circle,rgba(24,108,134,.12),rgba(24,108,134,.055) 46%,transparent 68%)!important;clip-path:none!important;z-index:0!important;opacity:1!important}.news-page.white-page .hero::after{content:"";position:absolute;right:130px;bottom:-95px;width:260px!important;height:260px!important;border-radius:50%;border:1px solid rgba(24,108,134,.12)!important;background:radial-gradient(circle,rgba(255,255,255,.78),rgba(24,108,134,.045) 62%,transparent 63%)!important;box-shadow:none!important;transform:none!important;left:auto!important}.news-page.white-page .hero>.container{position:relative!important;z-index:1!important;min-height:0!important;display:block!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.news-page.white-page .hero>.container::before{content:""!important;display:block!important;position:absolute!important;right:48px!important;top:50%!important;width:150px!important;height:150px!important;transform:translateY(-50%) rotate(8deg)!important;border-radius:28px!important;background:linear-gradient(135deg,rgba(24,108,134,.1),rgba(38,65,83,.035))!important;border:1px solid rgba(24,108,134,.1)!important}.news-page.white-page .hero>.container::after{content:""!important;display:block!important;position:absolute!important;right:210px!important;top:34px!important;width:76px!important;height:76px!important;border-radius:999px!important;background:rgba(213,184,92,.16)!important;border:1px solid rgba(213,184,92,.16)!important}.news-page.white-page .hero .hero-inner{max-width:920px!important;margin:0!important;position:relative!important;z-index:2!important;text-align:left!important}.news-page.white-page .hero .eyebrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:32px!important;padding:0 14px!important;margin:0 0 22px!important;border-radius:999px!important;background:rgba(24,108,134,.09)!important;border:1px solid rgba(24,108,134,.14)!important;color:#186c86!important;font-size:14px!important;font-weight:800!important;letter-spacing:.06em!important}.news-page.white-page .hero h1{max-width:960px!important;margin:0 0 22px!important;color:#101827!important;font-size:56px!important;line-height:1.14!important;letter-spacing:-.02em!important;font-weight:900!important;text-align:left!important;white-space:normal!important;text-shadow:none!important}.news-page.white-page .hero p{max-width:820px!important;margin:0!important;color:#4f626d!important;font-size:18px!important;line-height:1.95!important;text-align:left!important;text-shadow:none!important}
@media(max-width:900px){.news-page.white-page .hero{padding:58px 0 52px!important}.news-page.white-page .hero>.container::before,.news-page.white-page .hero>.container::after{display:none!important}.news-page.white-page .hero h1{font-size:38px!important}.news-page.white-page .hero p{font-size:16px!important}}.news-page.white-page{background:radial-gradient(circle at 8% 10%,rgba(24,108,134,.08),transparent 24%),#f7fafb!important}.news-page.white-page .hero{position:relative!important;margin:0!important;height:245px!important;min-height:245px!important;padding:0!important;display:flex!important;align-items:center!important;text-align:center!important;background:linear-gradient(115deg,#f3fafb 0%,#ffffff 48%,#edf8fa 100%)!important;overflow:hidden!important;border-bottom:1px solid rgba(24,108,134,.1)!important;color:#142231!important}.news-page.white-page .hero::before,.news-page.white-page .hero::after,.news-page.white-page .hero>.container::before,.news-page.white-page .hero>.container::after{display:none!important}.news-page.white-page .hero>.container{position:relative!important;z-index:1!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;height:100%!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.news-page.white-page .hero .hero-inner{max-width:940px!important;margin:0 auto!important;position:relative!important;z-index:2!important;text-align:center!important}.news-page.white-page .hero .eyebrow{display:none!important}.news-page.white-page .hero h1{max-width:none!important;margin:0 auto 18px!important;color:#101827!important;font-size:50px!important;line-height:1.14!important;letter-spacing:-.02em!important;font-weight:900!important;text-align:center!important;white-space:normal!important;text-shadow:none!important}.news-page.white-page .hero p{max-width:820px!important;margin:0 auto!important;color:#4f626d!important;font-size:16px!important;line-height:1.85!important;text-align:center!important;text-shadow:none!important}
@media(max-width:900px){.news-page.white-page .hero{height:auto!important;min-height:220px!important;padding:48px 0!important}.news-page.white-page .hero h1{font-size:36px!important}.news-page.white-page .hero p{font-size:15px!important}}

/* products/96ai.html */
.product-detail-page.white-page{--brand:#186c86;--deep:#264153;--ink:#16232d;--muted:#4f626d;--soft:#eef7f8;--line:#dbe8ec;--bg:#f6fafb;--container:1350px;--radius:8px}.product-detail-page.white-page *{box-sizing:border-box}.product-detail-page.white-page{scroll-behavior:smooth}.product-detail-page.white-page{margin:0;color:var(--ink);background:radial-gradient(circle at 8% 14%,rgba(24,108,134,.08),transparent 24%),radial-gradient(circle at 88% 12%,rgba(203,173,86,.14),transparent 20%),#f7fafb;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.75}.product-detail-page.white-page a{text-decoration:none;color:inherit}.product-detail-page.white-page img{max-width:100%;display:block}.product-detail-page.white-page .page{max-width:1920px;margin:0 auto;overflow:hidden}.product-detail-page.white-page .container{width:min(var(--container),calc(100% - 60px));margin:0 auto}.product-detail-page.white-page .site-header{position:sticky!important;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.product-detail-page.white-page .nav-bar{height:88px;display:flex;align-items:center;justify-content:space-between;gap:38px}.product-detail-page.white-page .logo{display:flex;align-items:center;width:260px;flex:0 0 auto}.product-detail-page.white-page .logo img{width:245px;height:auto}.product-detail-page.white-page .nav{display:flex;align-items:center;justify-content:center;gap:34px;color:var(--deep);font-size:16px;font-weight:400;white-space:nowrap}.product-detail-page.white-page .nav a,.product-detail-page.white-page .nav-trigger{position:relative;padding:30px 0}.product-detail-page.white-page .nav a::after,.product-detail-page.white-page .nav-trigger::after{content:"";position:absolute;left:0;right:0;bottom:20px;height:2px;background:var(--brand);transform:scaleX(0);transition:transform .2s ease}.product-detail-page.white-page .nav a:hover,.product-detail-page.white-page .nav a.is-active,.product-detail-page.white-page .nav-item:hover .nav-trigger{color:var(--brand)}.product-detail-page.white-page .nav a.is-active{font-weight:800}.product-detail-page.white-page .nav a:hover::after,.product-detail-page.white-page .nav a.is-active::after,.product-detail-page.white-page .nav-item:hover .nav-trigger::after{transform:scaleX(1)}.product-detail-page.white-page .nav-item{position:relative}.product-detail-page.white-page .nav-trigger{display:inline-flex;align-items:center;gap:7px;color:var(--deep)}.product-detail-page.white-page .nav-trigger::before{content:"";order:2;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.7}.product-detail-page.white-page .dropdown{position:absolute;top:calc(100% - 8px);left:50%;z-index:10;min-width:188px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 24px 48px rgba(38,65,83,.16);transform:translateX(-50%) translateY(12px);opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.product-detail-page.white-page .nav-item:hover .dropdown,.product-detail-page.white-page .nav-item:focus-within .dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.product-detail-page.white-page .dropdown a{display:block;padding:9px 12px;border-radius:var(--radius);color:var(--deep);font-size:14px;font-weight:400}.product-detail-page.white-page .dropdown a::after{display:none}.product-detail-page.white-page .dropdown a:hover{color:var(--brand);background:#eef7f8}.product-detail-page.white-page .menu-button{display:none}.product-detail-page.white-page .hero{padding:98px 0 64px}.product-detail-page.white-page .hero-inner{max-width:880px}.product-detail-page.white-page .eyebrow{margin:0 0 20px;color:#6c7d86;font-size:16px;font-weight:800}.product-detail-page.white-page .hero h1{margin:0 0 26px;color:#111827;font-size:58px;line-height:1.12;letter-spacing:-.03em}.product-detail-page.white-page .hero p{margin:0;color:#62727c;font-size:18px;line-height:1.95}.product-detail-page.white-page .hero-chips,.product-detail-page.white-page .chips{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.product-detail-page.white-page .chip,.product-detail-page.white-page .tag{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#eef7f8;color:var(--brand);font-size:13px;font-weight:700}.product-detail-page.white-page .product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:58px 0 92px}.product-detail-page.white-page .product-card{position:relative;min-height:318px;padding:34px;background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:18px;box-shadow:0 22px 54px rgba(38,65,83,.08);transition:.2s;overflow:hidden}.product-detail-page.white-page .product-card::after{content:"";position:absolute;right:-36px;bottom:-36px;width:126px;height:126px;border-radius:50%;background:rgba(24,108,134,.055)}.product-detail-page.white-page .product-card:hover{transform:translateY(-4px);border-color:rgba(24,108,134,.36)}.product-detail-page.white-page .product-logo{height:92px;display:flex;align-items:center;margin-bottom:22px}.product-detail-page.white-page .product-logo img{max-height:84px;max-width:252px;object-fit:contain}.product-detail-page.white-page .product-card h2{margin:0 0 10px;color:#0f172a;font-size:23px}.product-detail-page.white-page .product-card p{min-height:58px;margin:0 0 24px;color:#657483;font-size:16px}.product-detail-page.white-page .link,.product-detail-page.white-page .back-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 20px;border:1px solid rgba(24,108,134,.22);border-radius:999px;background:rgba(255,255,255,.86);color:var(--brand);font-size:15px;font-weight:700}.product-detail-page.white-page .link:hover,.product-detail-page.white-page .back-btn:hover{background:var(--brand);color:#fff}.product-detail-page.white-page .back-wrap{padding-top:26px}.product-detail-page.white-page .back-btn{border:0;cursor:pointer}.product-detail-page.white-page .detail-hero{padding:36px 0 60px}.product-detail-page.white-page .hero-card{display:grid;grid-template-columns:1.12fr .88fr;gap:42px;align-items:center;padding:46px;background:linear-gradient(135deg,#fff,#eef8fa);border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 60px rgba(38,65,83,.1)}.product-detail-page.white-page .hero-card h1{margin:0 0 22px;color:#111827;font-size:52px;line-height:1.12;letter-spacing:-.03em}.product-detail-page.white-page .hero-card p{margin:0 0 22px;color:#52646e;font-size:17px}.product-detail-page.white-page .hero-logo{display:flex;align-items:center;justify-content:center}.product-detail-page.white-page .hero-logo img{max-width:335px;max-height:150px;object-fit:contain}.product-detail-page.white-page .section{padding:54px 0}.product-detail-page.white-page .section-head{display:grid;grid-template-columns:360px 1fr;gap:40px;align-items:end;margin-bottom:28px}.product-detail-page.white-page .section-head h2{margin:0;color:#111827;font-size:32px;line-height:1.2}.product-detail-page.white-page .section-head p{margin:0;color:#657483;text-align:right}.product-detail-page.white-page .cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-detail-page.white-page .mini-card,.product-detail-page.white-page .faq-card,.product-detail-page.white-page .article-card{position:relative;min-height:205px;padding:30px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 42px rgba(38,65,83,.06);overflow:hidden}.product-detail-page.white-page .mini-card::after{content:"";position:absolute;right:-30px;bottom:-34px;width:94px;height:94px;border-radius:50%;background:rgba(24,108,134,.06)}.product-detail-page.white-page .num{display:block;margin-bottom:24px;color:rgba(24,108,134,.28);font-size:34px;font-weight:800}.product-detail-page.white-page .mini-card h3,.product-detail-page.white-page .faq-card h3,.product-detail-page.white-page .article-card h3{margin:0 0 12px;color:#111827}.product-detail-page.white-page .mini-card p,.product-detail-page.white-page .faq-card p,.product-detail-page.white-page .article-card p{margin:0;color:#657483;font-size:15px}.product-detail-page.white-page .audience-layout{display:grid;grid-template-columns:1.12fr .88fr;gap:22px}.product-detail-page.white-page .audience-box{padding:30px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 42px rgba(38,65,83,.06)}.product-detail-page.white-page .audience-box h3,.product-detail-page.white-page .value-box h3{margin:0 0 20px;color:var(--brand);font-size:15px}.product-detail-page.white-page .audience-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.product-detail-page.white-page .audience-item{display:flex;align-items:center;gap:12px;min-height:66px;padding:0 18px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(135deg,#fff,#f7fbfc);color:#263f50;font-weight:700}.product-detail-page.white-page .audience-item::before{content:"";width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--brand),#d5b85c);box-shadow:0 0 0 5px rgba(24,108,134,.08)}.product-detail-page.white-page .value-box{padding:30px;color:#fff;background:linear-gradient(135deg,var(--deep),#172833);border-radius:18px}.product-detail-page.white-page .value-box h3{color:#f4d26b}.product-detail-page.white-page .value-box p{margin:0 0 12px;color:rgba(255,255,255,.82)}.product-detail-page.white-page .faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.product-detail-page.white-page .faq-card{min-height:0;padding:0}.product-detail-page.white-page .faq-card summary{cursor:pointer;list-style:none;padding:22px 54px 22px 24px;color:#111827;font-weight:800}.product-detail-page.white-page .faq-card summary::-webkit-details-marker{display:none}.product-detail-page.white-page .faq-card summary::after{content:"+";position:absolute;right:24px;top:18px;color:var(--brand);font-size:24px}.product-detail-page.white-page .faq-card[open] summary::after{content:"-"}.product-detail-page.white-page .faq-card p{padding:0 24px 24px}.product-detail-page.white-page .article-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}.product-detail-page.white-page .article-card{min-height:230px}.product-detail-page.white-page .article-card.feature{color:#fff;background:linear-gradient(135deg,#182a38,#264153)}.product-detail-page.white-page .article-card.feature h3,.product-detail-page.white-page .article-card.feature p{color:#fff}.product-detail-page.white-page .article-tag{display:inline-flex;margin-bottom:16px;color:var(--brand);font-size:13px;font-weight:800}.product-detail-page.white-page .feature .article-tag{color:#f4d26b}.product-detail-page.white-page .case-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:22px;margin:44px 0 88px}.product-detail-page.white-page .case-card{min-height:360px;padding:28px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 22px 54px rgba(38,65,83,.08);overflow:hidden}.product-detail-page.white-page .case-card.feature{grid-row:span 2;color:#fff;background:linear-gradient(155deg,#192b3a,#264153)}.product-detail-page.white-page .case-logo{height:108px;margin-bottom:24px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center}.product-detail-page.white-page .case-logo img{max-height:68px;object-fit:contain}.product-detail-page.white-page .case-card h2{margin:0 0 14px;font-size:28px}.product-detail-page.white-page .case-card p{margin:0 0 20px;color:#64737e}.product-detail-page.white-page .case-card.feature p{color:rgba(255,255,255,.82)}.product-detail-page.white-page .case-type{display:block;margin-bottom:12px;color:var(--brand);font-weight:800}.product-detail-page.white-page .feature .case-type{color:#f4d26b}.product-detail-page.white-page .case-metrics{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.product-detail-page.white-page .case-metrics span{display:inline-flex;padding:5px 11px;border-radius:999px;background:#eef7f8;color:var(--brand);font-size:13px;font-weight:800}.product-detail-page.white-page .feature .case-metrics span{background:rgba(255,255,255,.12);color:#fff}.product-detail-page.white-page .value-row{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}.product-detail-page.white-page .result-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:22px}.product-detail-page.white-page .result-card{padding:22px;background:linear-gradient(135deg,#fff,#eef8fa);border:1px solid var(--line);border-radius:16px}.product-detail-page.white-page .result-card span{display:block;color:rgba(24,108,134,.36);font-size:28px;font-weight:800}.product-detail-page.white-page .result-card strong{display:block;margin-top:8px;font-size:17px}.product-detail-page.white-page .site-footer{height:55px;color:#c5d3d8;background:#142333;font-size:14px}.product-detail-page.white-page .record-line{height:55px;display:flex;align-items:center;justify-content:flex-end;gap:28px;white-space:nowrap}
@media(max-width:1100px){.product-detail-page.white-page .nav{display:none}.product-detail-page.white-page .menu-button{display:block}.product-detail-page.white-page .product-grid,.product-detail-page.white-page .cards,.product-detail-page.white-page .faq-grid,.product-detail-page.white-page .article-grid,.product-detail-page.white-page .case-grid,.product-detail-page.white-page .result-grid{grid-template-columns:1fr 1fr}.product-detail-page.white-page .hero-card,.product-detail-page.white-page .section-head,.product-detail-page.white-page .audience-layout,.product-detail-page.white-page .value-row{grid-template-columns:1fr}.product-detail-page.white-page .section-head p{text-align:left}.product-detail-page.white-page .case-card.feature{grid-row:auto}}@media(max-width:680px){.product-detail-page.white-page .container{width:calc(100% - 28px)}.product-detail-page.white-page .hero h1,.product-detail-page.white-page .hero-card h1{font-size:36px}.product-detail-page.white-page .product-grid,.product-detail-page.white-page .cards,.product-detail-page.white-page .faq-grid,.product-detail-page.white-page .article-grid,.product-detail-page.white-page .case-grid,.product-detail-page.white-page .result-grid{grid-template-columns:1fr}.product-detail-page.white-page .site-footer{height:auto}.product-detail-page.white-page .record-line{height:auto;min-height:55px;justify-content:flex-start;flex-wrap:wrap;gap:12px;padding:12px 0}.product-detail-page.white-page .logo{width:210px}.product-detail-page.white-page .logo img{width:200px}}.product-detail-page.white-page .site-footer{height:55px;color:#c5d3d8;background:#142333;font-size:14px}.product-detail-page.white-page .record-line{height:55px;display:flex;align-items:center;justify-content:center;text-align:center}.product-detail-page.white-page .product-card::after,.product-detail-page.white-page .mini-card::after{display:none!important}.product-detail-page.white-page .faq-card summary::after{content:"⌄"!important;top:20px!important;font-size:20px!important}.product-detail-page.white-page .faq-card[open] summary::after{content:"⌃"!important}.product-detail-page.white-page .audience-layout{grid-template-columns:1fr!important}.product-detail-page.white-page .audience-box{background:linear-gradient(135deg,#fff,#f4fbfc)!important}.product-detail-page.white-page .audience-list{grid-template-columns:repeat(4,1fr)!important}.product-detail-page.white-page .value-box{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:12px}.product-detail-page.white-page .value-box p{margin:0!important;padding:16px;border-radius:12px;background:rgba(255,255,255,.1)}.product-detail-page.white-page .article-grid{grid-template-columns:repeat(3,1fr)!important}.product-detail-page.white-page .article-card{padding:0!important;overflow:hidden}.product-detail-page.white-page .article-card img{width:100%;height:150px;object-fit:cover}.product-detail-page.white-page .article-body{padding:20px}.product-detail-page.white-page .case-grid.redesign{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.product-detail-page.white-page .case-grid.redesign .case-card{min-height:520px;display:flex;flex-direction:column}.product-detail-page.white-page .case-grid.redesign .case-card.feature{grid-row:auto;color:#142231;background:#fff}.product-detail-page.white-page .case-grid.redesign .case-card.feature p{color:#64737e}.product-detail-page.white-page .case-grid.redesign .case-logo{height:122px}.product-detail-page.white-page .case-grid.redesign .link{margin-top:auto}@media(max-width:1100px){.product-detail-page.white-page .audience-list,.product-detail-page.white-page .value-box,.product-detail-page.white-page .case-grid.redesign{grid-template-columns:1fr 1fr!important}}@media(max-width:680px){.product-detail-page.white-page .audience-list,.product-detail-page.white-page .value-box,.product-detail-page.white-page .article-grid,.product-detail-page.white-page .case-grid.redesign{grid-template-columns:1fr!important}}.product-detail-page.white-page .section-head{display:block!important;text-align:center!important}.product-detail-page.white-page .section-head p{display:none!important}.product-detail-page.white-page .audience-layout{display:grid!important;grid-template-columns:1.05fr .95fr!important;gap:24px!important}.product-detail-page.white-page .audience-list{display:grid!important;grid-template-columns:1fr 1fr!important;gap:16px!important}.product-detail-page.white-page .audience-item{position:relative;min-height:78px;padding:0 20px 0 46px!important;border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,#fff,#f3fafb);box-shadow:0 12px 28px rgba(38,65,83,.05);font-weight:800}.product-detail-page.white-page .audience-item::before{position:absolute;left:20px}.product-detail-page.white-page .value-box{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px}.product-detail-page.white-page .value-box p{min-height:78px;margin:0!important;padding:18px;border-radius:14px;background:rgba(255,255,255,.12)}.product-detail-page.white-page .article-grid{grid-template-columns:repeat(3,1fr)!important;align-items:stretch}.product-detail-page.white-page .article-card{display:flex;flex-direction:column;padding:0!important;overflow:hidden}.product-detail-page.white-page .article-card img{width:100%;aspect-ratio:4/3;height:auto!important;object-fit:cover}.product-detail-page.white-page .article-body{display:flex;flex-direction:column;flex:1;padding:20px}.product-detail-page.white-page .article-body h3,.product-detail-page.white-page .article-body p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-detail-page.white-page .article-body .link{margin-top:auto;height:44px}.product-detail-page.white-page .more-wrap{text-align:center;margin-top:26px}.product-detail-page.white-page .faq-card summary::after{content:"⌄"!important}.product-detail-page.white-page .faq-card[open] summary::after{content:"⌃"!important}@media(max-width:900px){.product-detail-page.white-page .audience-layout,.product-detail-page.white-page .audience-list,.product-detail-page.white-page .value-box,.product-detail-page.white-page .article-grid{grid-template-columns:1fr!important}}.product-detail-page.white-page .audience-box h3,.product-detail-page.white-page .value-box h3{font-size:18px!important;font-weight:800!important}.product-detail-page.white-page .audience-list{grid-template-columns:repeat(2,1fr)!important}.product-detail-page.white-page .audience-item{min-height:92px!important;padding:20px!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center;border-radius:18px!important;background:linear-gradient(135deg,#fff,#edf8fa)!important;border:1px solid rgba(24,108,134,.15)!important;box-shadow:0 14px 34px rgba(38,65,83,.06)!important}.product-detail-page.white-page .audience-item::before{display:none!important}.product-detail-page.white-page .value-box{align-items:stretch!important}.product-detail-page.white-page .value-box p{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center}.product-detail-page.white-page .article-card img{height:210px!important;aspect-ratio:auto!important}.product-detail-page.white-page .article-body .link{align-self:flex-end!important;min-width:128px!important}.product-detail-page.white-page .more-wrap .btn{min-width:190px!important;height:54px!important;background:#fff!important;border:1px solid rgba(24,108,134,.28)!important;box-shadow:0 14px 32px rgba(38,65,83,.08)!important;color:var(--brand)!important;font-size:16px!important}.product-detail-page.white-page .value-box{display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important}.product-detail-page.white-page .value-box p{display:flex!important;align-items:center!important;justify-content:center!important;min-height:92px!important;margin:0!important;text-align:center}.product-detail-page.white-page .more-wrap .btn{min-width:240px!important;height:62px!important;font-size:17px!important}.product-detail-page.white-page .site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:9999!important}.product-detail-page.white-page .page{padding-top:88px!important}.product-detail-page.white-page .dropdown{z-index:10000!important}.product-detail-page.white-page .value-box{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.product-detail-page.white-page .value-box p{white-space:nowrap!important;min-height:92px!important}.product-detail-page.white-page .more-wrap{padding:18px!important;border:1px solid rgba(24,108,134,.16)!important;border-radius:18px!important;background:rgba(255,255,255,.72)!important}.product-detail-page.white-page .more-wrap .btn{min-width:260px!important;height:64px!important}.product-detail-page.white-page .value-box{padding:34px!important;background:#243b4d!important;border-radius:18px!important;box-shadow:none!important;display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:16px!important}.product-detail-page.white-page .value-box h3{grid-column:1/-1!important;color:#f4d85f!important;font-size:20px!important;font-weight:900!important;margin:0 0 18px!important}.product-detail-page.white-page .value-box p{min-height:92px!important;margin:0!important;padding:0 20px!important;border-radius:14px!important;background:rgba(255,255,255,.11)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;white-space:normal!important}.product-detail-page.white-page .more-wrap{padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;text-align:center!important}.product-detail-page.white-page .more-wrap .btn{width:150px!important;min-width:150px!important;height:50px!important;min-height:50px!important;border-radius:6px!important;border:1px solid #186c86!important;background:#fff!important;color:#186c86!important;box-shadow:none!important;font-size:16px!important;font-weight:700!important}.product-detail-page.white-page .related-entry{padding:6px 0 88px}.product-detail-page.white-page .related-entry .entry-box{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 32px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 18px 42px rgba(38,65,83,.06)}.product-detail-page.white-page .related-entry h2{margin:0 0 6px;font-size:24px;color:#111827}.product-detail-page.white-page .related-entry p{margin:0;color:#657483}.product-detail-page.white-page .entry-links{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.product-detail-page.white-page .entry-links a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:1px solid rgba(24,108,134,.24);border-radius:999px;color:#186c86;background:#fff;font-size:15px}.product-detail-page.white-page .entry-links a:hover{background:#186c86;color:#fff}@media(max-width:900px){.product-detail-page.white-page .related-entry .entry-box{display:block}.product-detail-page.white-page .entry-links{justify-content:flex-start;margin-top:18px}}.product-detail-page.white-page .article-more{margin-top:26px!important;text-align:center!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.product-detail-page.white-page .article-more .btn{width:150px!important;min-width:150px!important;height:50px!important;min-height:50px!important;padding:0!important;border-radius:6px!important;border:1px solid #186c86!important;background:#fff!important;color:#186c86!important;box-shadow:none!important;font-size:15px!important;font-weight:400!important}.product-detail-page.white-page .article-more .btn:hover{background:#186c86!important;color:#fff!important}.product-detail-page.white-page .article-more{margin-top:32px!important;text-align:center!important}.product-detail-page.white-page .article-more .btn{width:180px!important;min-width:180px!important;height:60px!important;min-height:60px!important;padding:0!important;border-radius:12px!important;border:1px solid #186c86!important;background:linear-gradient(135deg,#186c86,#264153)!important;color:#fff!important;box-shadow:0 16px 32px rgba(24,108,134,.22)!important;font-size:16px!important;font-weight:700!important;letter-spacing:.02em;transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important}.product-detail-page.white-page .article-more .btn:hover{transform:translateY(-2px)!important;box-shadow:0 20px 38px rgba(24,108,134,.28)!important;background:linear-gradient(135deg,#1b7895,#264153)!important;color:#fff!important}.product-detail-page.white-page .article-more{margin-top:34px!important;text-align:center!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.product-detail-page.white-page .article-more a.btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;width:180px!important;min-width:180px!important;height:60px!important;min-height:60px!important;padding:0!important;border-radius:999px!important;border:1px solid rgba(24,108,134,.32)!important;background:#fff!important;color:#186c86!important;box-shadow:0 14px 30px rgba(38,65,83,.08)!important;font-size:16px!important;font-weight:700!important;letter-spacing:0!important;text-decoration:none!important;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease!important}.product-detail-page.white-page .article-more a.btn::after{content:">";font-size:17px;line-height:1;transition:transform .2s ease}.product-detail-page.white-page .article-more a.btn:hover{background:#186c86!important;color:#fff!important;border-color:#186c86!important;box-shadow:0 18px 36px rgba(24,108,134,.22)!important;transform:translateY(-2px)!important;text-decoration:none!important}.product-detail-page.white-page .article-more a.btn:hover::after{transform:translateX(4px)}

/* products/index.html */
.product-page{--brand:#186c86;--deep:#264153;--ink:#16232d;--muted:#4f626d;--soft:#eef7f8;--line:#dbe8ec;--bg:#f6fafb;--container:1350px;--radius:8px}.product-page *{box-sizing:border-box}.product-page{scroll-behavior:smooth}.product-page{margin:0;color:var(--ink);background:radial-gradient(circle at 8% 14%,rgba(24,108,134,.08),transparent 24%),radial-gradient(circle at 88% 12%,rgba(203,173,86,.14),transparent 20%),#f7fafb;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.75}.product-page a{text-decoration:none;color:inherit}.product-page img{max-width:100%;display:block}.product-page .page{max-width:1920px;margin:0 auto;overflow:hidden}.product-page .container{width:min(var(--container),calc(100% - 60px));margin:0 auto}.product-page .site-header{position:sticky!important;top:0;z-index:1000;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.product-page .nav-bar{height:88px;display:flex;align-items:center;justify-content:space-between;gap:38px}.product-page .logo{display:flex;align-items:center;width:260px;flex:0 0 auto}.product-page .logo img{width:245px;height:auto}.product-page .nav{display:flex;align-items:center;justify-content:center;gap:34px;color:var(--deep);font-size:16px;font-weight:400;white-space:nowrap}.product-page .nav a,.product-page .nav-trigger{position:relative;padding:30px 0}.product-page .nav a::after,.product-page .nav-trigger::after{content:"";position:absolute;left:0;right:0;bottom:20px;height:2px;background:var(--brand);transform:scaleX(0);transition:transform .2s ease}.product-page .nav a:hover,.product-page .nav a.is-active,.product-page .nav-item:hover .nav-trigger{color:var(--brand)}.product-page .nav a.is-active{font-weight:800}.product-page .nav a:hover::after,.product-page .nav a.is-active::after,.product-page .nav-item:hover .nav-trigger::after{transform:scaleX(1)}.product-page .nav-item{position:relative}.product-page .nav-trigger{display:inline-flex;align-items:center;gap:7px;color:var(--deep)}.product-page .nav-trigger::before{content:"";order:2;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.7}.product-page .dropdown{position:absolute;top:calc(100% - 8px);left:50%;z-index:10;min-width:188px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 24px 48px rgba(38,65,83,.16);transform:translateX(-50%) translateY(12px);opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.product-page .nav-item:hover .dropdown,.product-page .nav-item:focus-within .dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.product-page .dropdown a{display:block;padding:9px 12px;border-radius:var(--radius);color:var(--deep);font-size:14px;font-weight:400}.product-page .dropdown a::after{display:none}.product-page .dropdown a:hover{color:var(--brand);background:#eef7f8}.product-page .menu-button{display:none}.product-page .hero{padding:98px 0 64px}.product-page .hero-inner{max-width:880px}.product-page .eyebrow{margin:0 0 20px;color:#6c7d86;font-size:16px;font-weight:800}.product-page .hero h1{margin:0 0 26px;color:#111827;font-size:58px;line-height:1.12;letter-spacing:-.03em}.product-page .hero p{margin:0;color:#62727c;font-size:18px;line-height:1.95}.product-page .hero-chips,.product-page .chips{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.product-page .chip,.product-page .tag{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:#eef7f8;color:var(--brand);font-size:13px;font-weight:700}.product-page .product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin:58px 0 92px}.product-page .product-card{position:relative;min-height:318px;padding:34px;background:rgba(255,255,255,.92);border:1px solid var(--line);border-radius:18px;box-shadow:0 22px 54px rgba(38,65,83,.08);transition:.2s;overflow:hidden}.product-page .product-card::after{content:"";position:absolute;right:-36px;bottom:-36px;width:126px;height:126px;border-radius:50%;background:rgba(24,108,134,.055)}.product-page .product-card:hover{transform:translateY(-4px);border-color:rgba(24,108,134,.36)}.product-page .product-logo{height:92px;display:flex;align-items:center;margin-bottom:22px}.product-page .product-logo img{max-height:84px;max-width:252px;object-fit:contain}.product-page .product-card h2{margin:0 0 10px;color:#0f172a;font-size:23px}.product-page .product-card p{min-height:58px;margin:0 0 24px;color:#657483;font-size:16px}.product-page .link,.product-page .back-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 20px;border:1px solid rgba(24,108,134,.22);border-radius:999px;background:rgba(255,255,255,.86);color:var(--brand);font-size:15px;font-weight:700}.product-page .link:hover,.product-page .back-btn:hover{background:var(--brand);color:#fff}.product-page .back-wrap{padding-top:26px}.product-page .back-btn{border:0;cursor:pointer}.product-page .detail-hero{padding:36px 0 60px}.product-page .hero-card{display:grid;grid-template-columns:1.12fr .88fr;gap:42px;align-items:center;padding:46px;background:linear-gradient(135deg,#fff,#eef8fa);border:1px solid var(--line);border-radius:22px;box-shadow:0 24px 60px rgba(38,65,83,.1)}.product-page .hero-card h1{margin:0 0 22px;color:#111827;font-size:52px;line-height:1.12;letter-spacing:-.03em}.product-page .hero-card p{margin:0 0 22px;color:#52646e;font-size:17px}.product-page .hero-logo{display:flex;align-items:center;justify-content:center}.product-page .hero-logo img{max-width:335px;max-height:150px;object-fit:contain}.product-page .section{padding:54px 0}.product-page .section-head{display:grid;grid-template-columns:360px 1fr;gap:40px;align-items:end;margin-bottom:28px}.product-page .section-head h2{margin:0;color:#111827;font-size:32px;line-height:1.2}.product-page .section-head p{margin:0;color:#657483;text-align:right}.product-page .cards{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-page .mini-card,.product-page .faq-card,.product-page .article-card{position:relative;min-height:205px;padding:30px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 42px rgba(38,65,83,.06);overflow:hidden}.product-page .mini-card::after{content:"";position:absolute;right:-30px;bottom:-34px;width:94px;height:94px;border-radius:50%;background:rgba(24,108,134,.06)}.product-page .num{display:block;margin-bottom:24px;color:rgba(24,108,134,.28);font-size:34px;font-weight:800}.product-page .mini-card h3,.product-page .faq-card h3,.product-page .article-card h3{margin:0 0 12px;color:#111827}.product-page .mini-card p,.product-page .faq-card p,.product-page .article-card p{margin:0;color:#657483;font-size:15px}.product-page .audience-layout{display:grid;grid-template-columns:1.12fr .88fr;gap:22px}.product-page .audience-box{padding:30px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 42px rgba(38,65,83,.06)}.product-page .audience-box h3,.product-page .value-box h3{margin:0 0 20px;color:var(--brand);font-size:15px}.product-page .audience-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.product-page .audience-item{display:flex;align-items:center;gap:12px;min-height:66px;padding:0 18px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(135deg,#fff,#f7fbfc);color:#263f50;font-weight:700}.product-page .audience-item::before{content:"";width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--brand),#d5b85c);box-shadow:0 0 0 5px rgba(24,108,134,.08)}.product-page .value-box{padding:30px;color:#fff;background:linear-gradient(135deg,var(--deep),#172833);border-radius:18px}.product-page .value-box h3{color:#f4d26b}.product-page .value-box p{margin:0 0 12px;color:rgba(255,255,255,.82)}.product-page .faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.product-page .faq-card{min-height:0;padding:0}.product-page .faq-card summary{cursor:pointer;list-style:none;padding:22px 54px 22px 24px;color:#111827;font-weight:800}.product-page .faq-card summary::-webkit-details-marker{display:none}.product-page .faq-card summary::after{content:"+";position:absolute;right:24px;top:18px;color:var(--brand);font-size:24px}.product-page .faq-card[open] summary::after{content:"-"}.product-page .faq-card p{padding:0 24px 24px}.product-page .article-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px}.product-page .article-card{min-height:230px}.product-page .article-card.feature{color:#fff;background:linear-gradient(135deg,#182a38,#264153)}.product-page .article-card.feature h3,.product-page .article-card.feature p{color:#fff}.product-page .article-tag{display:inline-flex;margin-bottom:16px;color:var(--brand);font-size:13px;font-weight:800}.product-page .feature .article-tag{color:#f4d26b}.product-page .case-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:22px;margin:44px 0 88px}.product-page .case-card{min-height:360px;padding:28px;background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 22px 54px rgba(38,65,83,.08);overflow:hidden}.product-page .case-card.feature{grid-row:span 2;color:#fff;background:linear-gradient(155deg,#192b3a,#264153)}.product-page .case-logo{height:108px;margin-bottom:24px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center}.product-page .case-logo img{max-height:68px;object-fit:contain}.product-page .case-card h2{margin:0 0 14px;font-size:28px}.product-page .case-card p{margin:0 0 20px;color:#64737e}.product-page .case-card.feature p{color:rgba(255,255,255,.82)}.product-page .case-type{display:block;margin-bottom:12px;color:var(--brand);font-weight:800}.product-page .feature .case-type{color:#f4d26b}.product-page .case-metrics{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.product-page .case-metrics span{display:inline-flex;padding:5px 11px;border-radius:999px;background:#eef7f8;color:var(--brand);font-size:13px;font-weight:800}.product-page .feature .case-metrics span{background:rgba(255,255,255,.12);color:#fff}.product-page .value-row{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}.product-page .result-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:22px}.product-page .result-card{padding:22px;background:linear-gradient(135deg,#fff,#eef8fa);border:1px solid var(--line);border-radius:16px}.product-page .result-card span{display:block;color:rgba(24,108,134,.36);font-size:28px;font-weight:800}.product-page .result-card strong{display:block;margin-top:8px;font-size:17px}.product-page .site-footer{height:55px;color:#c5d3d8;background:#142333;font-size:14px}.product-page .record-line{height:55px;display:flex;align-items:center;justify-content:flex-end;gap:28px;white-space:nowrap}
@media(max-width:1100px){.product-page .nav{display:none}.product-page .menu-button{display:block}.product-page .product-grid,.product-page .cards,.product-page .faq-grid,.product-page .article-grid,.product-page .case-grid,.product-page .result-grid{grid-template-columns:1fr 1fr}.product-page .hero-card,.product-page .section-head,.product-page .audience-layout,.product-page .value-row{grid-template-columns:1fr}.product-page .section-head p{text-align:left}.product-page .case-card.feature{grid-row:auto}}@media(max-width:680px){.product-page .container{width:calc(100% - 28px)}.product-page .hero h1,.product-page .hero-card h1{font-size:36px}.product-page .product-grid,.product-page .cards,.product-page .faq-grid,.product-page .article-grid,.product-page .case-grid,.product-page .result-grid{grid-template-columns:1fr}.product-page .site-footer{height:auto}.product-page .record-line{height:auto;min-height:55px;justify-content:flex-start;flex-wrap:wrap;gap:12px;padding:12px 0}.product-page .logo{width:210px}.product-page .logo img{width:200px}}.product-page .site-footer{height:55px;color:#c5d3d8;background:#142333;font-size:14px}.product-page .record-line{height:55px;display:flex;align-items:center;justify-content:center;text-align:center}.product-page .product-card::after,.product-page .mini-card::after{display:none!important}.product-page .faq-card summary::after{content:"⌄"!important;top:20px!important;font-size:20px!important}.product-page .faq-card[open] summary::after{content:"⌃"!important}.product-page .audience-layout{grid-template-columns:1fr!important}.product-page .audience-box{background:linear-gradient(135deg,#fff,#f4fbfc)!important}.product-page .audience-list{grid-template-columns:repeat(4,1fr)!important}.product-page .value-box{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:12px}.product-page .value-box p{margin:0!important;padding:16px;border-radius:12px;background:rgba(255,255,255,.1)}.product-page .article-grid{grid-template-columns:repeat(3,1fr)!important}.product-page .article-card{padding:0!important;overflow:hidden}.product-page .article-card img{width:100%;height:150px;object-fit:cover}.product-page .article-body{padding:20px}.product-page .case-grid.redesign{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.product-page .case-grid.redesign .case-card{min-height:520px;display:flex;flex-direction:column}.product-page .case-grid.redesign .case-card.feature{grid-row:auto;color:#142231;background:#fff}.product-page .case-grid.redesign .case-card.feature p{color:#64737e}.product-page .case-grid.redesign .case-logo{height:122px}.product-page .case-grid.redesign .link{margin-top:auto}@media(max-width:1100px){.product-page .audience-list,.product-page .value-box,.product-page .case-grid.redesign{grid-template-columns:1fr 1fr!important}}@media(max-width:680px){.product-page .audience-list,.product-page .value-box,.product-page .article-grid,.product-page .case-grid.redesign{grid-template-columns:1fr!important}}.product-page .site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:9999!important}.product-page .page{padding-top:88px!important}.product-page .dropdown{z-index:10000!important}.product-page .product-grid{row-gap:35px!important}.product-page .hero{padding-top:70px!important}.product-page .hero{padding-top:70px!important;padding-bottom:54px!important}.product-page .hero>.container{position:relative;min-height:330px;display:flex;align-items:center;padding:56px 64px!important;border:1px solid rgba(24,108,134,.14);border-radius:28px;background:linear-gradient(112deg,rgba(255,255,255,.96) 0%,rgba(240,249,250,.9) 52%,rgba(38,65,83,.14) 100%),url("../assets/image6.jpg") right center/460px auto no-repeat;box-shadow:0 28px 70px rgba(38,65,83,.1);overflow:hidden}.product-page .hero>.container::before{content:"";position:absolute;right:-88px;top:-120px;width:310px;height:310px;border-radius:50%;background:rgba(24,108,134,.09)}.product-page .hero>.container::after{content:"";position:absolute;right:70px;bottom:-68px;width:230px;height:230px;border:1px solid rgba(24,108,134,.12);border-radius:50%;background:radial-gradient(circle,rgba(24,108,134,.06),transparent 64%)}.product-page .hero .hero-inner{position:relative;z-index:1}.product-page .hero .eyebrow{display:inline-flex!important;align-items:center;min-height:32px;padding:0 13px;border-radius:999px;background:rgba(24,108,134,.09);color:#186c86!important}.product-page .hero h1{max-width:980px}
@media(max-width:900px){.product-page .hero>.container{padding:38px 26px!important;background:linear-gradient(135deg,#fff,#eef8fa)}.product-page .hero h1{white-space:normal!important}}.product-page 
.hero{position:relative!important;margin:0!important;padding:82px 0 74px!important;background:linear-gradient(115deg,#eef8fa 0%,#ffffff 46%,#e8f4f6 100%)!important;overflow:hidden!important;border-bottom:1px solid rgba(24,108,134,.1)}.product-page .hero::before{content:"";position:absolute;right:0;top:0;width:46%;height:100%;background:radial-gradient(circle at 68% 42%,rgba(24,108,134,.14),transparent 0 34%,transparent 35%),linear-gradient(135deg,rgba(38,65,83,.12),rgba(24,108,134,.04));clip-path:polygon(16% 0,100% 0,100% 100%,0 100%)}.product-page .hero::after{content:"";position:absolute;right:118px;bottom:-92px;width:260px;height:260px;border-radius:50%;border:1px solid rgba(24,108,134,.16);background:radial-gradient(circle,rgba(255,255,255,.64),rgba(24,108,134,.04) 62%,transparent 63%)}.product-page .hero>.container{position:relative!important;z-index:1!important;min-height:0!important;display:block!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.product-page .hero>.container::before,.product-page .hero>.container::after{display:none!important}.product-page .hero .hero-inner{max-width:900px!important;position:relative!important;z-index:2!important}.product-page .hero .eyebrow{display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:0 14px!important;margin:0 0 22px!important;border-radius:999px!important;background:rgba(24,108,134,.09)!important;color:#186c86!important;font-size:15px!important;font-weight:800!important}.product-page .hero h1{max-width:1080px!important;margin:0 0 24px!important;color:#111827!important;font-size:56px!important;line-height:1.14!important;letter-spacing:-.02em!important;white-space:normal!important}.product-page .hero p{max-width:830px!important;color:#4f626d!important;font-size:18px!important;line-height:1.95!important}
@media(max-width:900px){.product-page .hero{padding:56px 0 50px!important}.product-page .hero::before{width:72%;opacity:.45}.product-page .hero h1{font-size:38px!important}.product-page .hero p{font-size:16px!important}}.product-page 
.hero{position:relative!important;margin:0!important;padding:94px 0 88px!important;background:linear-gradient(90deg,rgba(38,65,83,.98),rgba(24,108,134,.86)),url("../assets/image6.jpg") center center/cover no-repeat!important;overflow:hidden!important;border-bottom:0!important;text-align:center!important;color:#fff!important}.product-page .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(38,65,83,.68),rgba(38,65,83,.28) 48%,rgba(24,108,134,.5)),radial-gradient(circle at 18% 22%,rgba(255,255,255,.12),transparent 24%),radial-gradient(circle at 82% 78%,rgba(255,255,255,.1),transparent 26%);z-index:0!important;clip-path:none!important;width:auto!important;height:auto!important}.product-page .hero::after{content:"";position:absolute;left:50%;bottom:34px;width:96px;height:3px;border:0!important;border-radius:999px;background:rgba(255,255,255,.72);transform:translateX(-50%);box-shadow:none!important}.product-page .hero>.container{position:relative!important;z-index:1!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.product-page .hero>.container::before,.product-page .hero>.container::after{display:none!important}.product-page .hero .hero-inner{max-width:1050px!important;margin:0 auto!important;position:relative!important;z-index:2!important;text-align:center!important}.product-page .hero .eyebrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:30px!important;padding:0 14px!important;margin:0 0 22px!important;border-radius:999px!important;background:rgba(255,255,255,.13)!important;border:1px solid rgba(255,255,255,.24)!important;color:rgba(255,255,255,.88)!important;font-size:14px!important;font-weight:700!important;letter-spacing:.08em!important}.product-page .hero h1{max-width:none!important;margin:0 auto 20px!important;color:#fff!important;font-size:58px!important;line-height:1.12!important;letter-spacing:-.02em!important;font-weight:900!important;text-align:center!important;white-space:normal!important;text-shadow:0 10px 28px rgba(0,0,0,.24)}.product-page .hero p{max-width:920px!important;margin:0 auto!important;color:rgba(255,255,255,.88)!important;font-size:18px!important;line-height:1.9!important;text-align:center!important;text-shadow:0 8px 22px rgba(0,0,0,.2)}
@media(max-width:900px){.product-page .hero{padding:70px 0 66px!important}.product-page .hero h1{font-size:38px!important}.product-page .hero p{font-size:16px!important}.product-page .hero::after{bottom:26px}}.product-page 
.hero{position:relative!important;margin:0!important;padding:84px 0 78px!important;background:linear-gradient(115deg,#f3fafb 0%,#ffffff 48%,#edf8fa 100%)!important;overflow:hidden!important;border-bottom:1px solid rgba(24,108,134,.1)!important;text-align:left!important;color:#142231!important}.product-page .hero::before{content:"";position:absolute;right:-120px;top:-120px;width:430px!important;height:430px!important;border-radius:50%;background:radial-gradient(circle,rgba(24,108,134,.12),rgba(24,108,134,.055) 46%,transparent 68%)!important;clip-path:none!important;z-index:0!important;opacity:1!important}.product-page .hero::after{content:"";position:absolute;right:130px;bottom:-95px;width:260px!important;height:260px!important;border-radius:50%;border:1px solid rgba(24,108,134,.12)!important;background:radial-gradient(circle,rgba(255,255,255,.78),rgba(24,108,134,.045) 62%,transparent 63%)!important;box-shadow:none!important;transform:none!important;left:auto!important}.product-page .hero>.container{position:relative!important;z-index:1!important;min-height:0!important;display:block!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.product-page .hero>.container::before{content:""!important;display:block!important;position:absolute!important;right:48px!important;top:50%!important;width:150px!important;height:150px!important;transform:translateY(-50%) rotate(8deg)!important;border-radius:28px!important;background:linear-gradient(135deg,rgba(24,108,134,.1),rgba(38,65,83,.035))!important;border:1px solid rgba(24,108,134,.1)!important}.product-page .hero>.container::after{content:""!important;display:block!important;position:absolute!important;right:210px!important;top:34px!important;width:76px!important;height:76px!important;border-radius:999px!important;background:rgba(213,184,92,.16)!important;border:1px solid rgba(213,184,92,.16)!important}.product-page .hero .hero-inner{max-width:920px!important;margin:0!important;position:relative!important;z-index:2!important;text-align:left!important}.product-page .hero .eyebrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:32px!important;padding:0 14px!important;margin:0 0 22px!important;border-radius:999px!important;background:rgba(24,108,134,.09)!important;border:1px solid rgba(24,108,134,.14)!important;color:#186c86!important;font-size:14px!important;font-weight:800!important;letter-spacing:.06em!important}.product-page .hero h1{max-width:960px!important;margin:0 0 22px!important;color:#101827!important;font-size:56px!important;line-height:1.14!important;letter-spacing:-.02em!important;font-weight:900!important;text-align:left!important;white-space:normal!important;text-shadow:none!important}.product-page .hero p{max-width:820px!important;margin:0!important;color:#4f626d!important;font-size:18px!important;line-height:1.95!important;text-align:left!important;text-shadow:none!important}
@media(max-width:900px){.product-page .hero{padding:58px 0 52px!important}.product-page .hero>.container::before,.product-page .hero>.container::after{display:none!important}.product-page .hero h1{font-size:38px!important}.product-page .hero p{font-size:16px!important}}.product-page 
.product-grid{grid-template-columns:repeat(3,1fr)!important;gap:24px!important;margin:58px 0 96px!important}.product-page .product-card{min-height:326px!important;padding:34px 28px 30px!important;border-radius:18px!important;background:#fff!important;border:1px solid rgba(38,65,83,.1)!important;box-shadow:0 20px 44px rgba(38,65,83,.07)!important;display:flex!important;flex-direction:column!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important}.product-page .product-card::after{display:none!important}.product-page .product-card:hover{transform:translateY(-5px)!important;border-color:rgba(24,108,134,.24)!important;box-shadow:0 28px 58px rgba(38,65,83,.1)!important}.product-page .product-logo{height:104px!important;margin-bottom:24px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important}.product-page .product-logo img{max-height:96px!important;max-width:285px!important;object-fit:contain!important}.product-page .product-card h2{margin:0 0 12px!important;color:#07111f!important;font-size:23px!important;line-height:1.3!important;font-weight:900!important}.product-page .product-card p{min-height:62px!important;margin:0 0 24px!important;color:#536875!important;font-size:16px!important;line-height:1.8!important}.product-page .product-card .link{margin-top:auto!important;align-self:flex-start!important;min-height:34px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#186c86!important;font-size:15px!important;font-weight:800!important;box-shadow:none!important}.product-page .product-card .link:hover{background:transparent!important;color:#264153!important;text-decoration:underline!important;text-underline-offset:4px!important}
@media(max-width:1000px){.product-page .product-grid{grid-template-columns:1fr 1fr!important}}@media(max-width:680px){.product-page .product-grid{grid-template-columns:1fr!important}.product-page .product-logo img{max-width:240px!important}}.product-page{background:radial-gradient(circle at 8% 10%,rgba(24,108,134,.08),transparent 24%),#f7fafb!important}.product-page .hero{position:relative!important;margin:0!important;height:245px!important;min-height:245px!important;padding:0!important;display:flex!important;align-items:center!important;text-align:center!important;background:linear-gradient(115deg,#f3fafb 0%,#ffffff 48%,#edf8fa 100%)!important;overflow:hidden!important;border-bottom:1px solid rgba(24,108,134,.1)!important;color:#142231!important}.product-page .hero::before,.product-page .hero::after,.product-page .hero>.container::before,.product-page .hero>.container::after{display:none!important}.product-page .hero>.container{position:relative!important;z-index:1!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;height:100%!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.product-page .hero .hero-inner{max-width:940px!important;margin:0 auto!important;position:relative!important;z-index:2!important;text-align:center!important}.product-page .hero .eyebrow{display:none!important}.product-page .hero h1{max-width:none!important;margin:0 auto 18px!important;color:#101827!important;font-size:50px!important;line-height:1.14!important;letter-spacing:-.02em!important;font-weight:900!important;text-align:center!important;white-space:normal!important;text-shadow:none!important}.product-page .hero p{max-width:820px!important;margin:0 auto!important;color:#4f626d!important;font-size:16px!important;line-height:1.85!important;text-align:center!important;text-shadow:none!important}
@media(max-width:900px){.product-page .hero{height:auto!important;min-height:220px!important;padding:48px 0!important}.product-page .hero h1{font-size:36px!important}.product-page .hero p{font-size:15px!important}}.product-page 
.product-list-section{padding:0 0 1px!important}.product-page .product-list-section .product-grid{margin:58px 0 96px!important}.product-page .hero .product-grid{display:none!important}

/* team/index.html */
.team-page.white-page{--brand:#186c86;--deep:#264153;--ink:#142231;--muted:#4f626d;--line:#dbe8ec;--container:1350px}.team-page.white-page *{box-sizing:border-box}.team-page.white-page{scroll-behavior:smooth}.team-page.white-page{margin:0;color:var(--ink);background:radial-gradient(circle at 8% 10%,rgba(24,108,134,.08),transparent 24%),radial-gradient(circle at 88% 12%,rgba(203,173,86,.12),transparent 20%),#f7fafb;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;line-height:1.78}.team-page.white-page a{text-decoration:none;color:inherit}.team-page.white-page img{display:block;max-width:100%}.team-page.white-page .page{max-width:1920px;margin:0 auto;overflow:hidden}.team-page.white-page .container{width:min(var(--container),calc(100% - 60px));margin:0 auto}.team-page.white-page .site-header{position:sticky!important;top:0!important;z-index:1000!important;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.team-page.white-page .nav-bar{height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}.team-page.white-page .logo{width:245px;flex:0 0 auto}.team-page.white-page .logo img{width:235px}.team-page.white-page .nav{display:flex;align-items:center;gap:28px;color:var(--deep);font-size:16px;white-space:nowrap}.team-page.white-page .nav a,.team-page.white-page .nav-trigger{position:relative;padding:30px 0}.team-page.white-page .nav a::after,.team-page.white-page .nav-trigger::after{content:"";position:absolute;left:0;right:0;bottom:20px;height:2px;background:var(--brand);transform:scaleX(0);transition:.2s}.team-page.white-page .nav a:hover,.team-page.white-page .nav a.is-active,.team-page.white-page .nav-item:hover .nav-trigger{color:var(--brand)}.team-page.white-page .nav a.is-active,.team-page.white-page .nav-trigger.is-active{font-weight:800;color:var(--brand)}.team-page.white-page .nav a:hover::after,.team-page.white-page .nav a.is-active::after,.team-page.white-page .nav-trigger.is-active::after,.team-page.white-page .nav-item:hover .nav-trigger::after{transform:scaleX(1)}.team-page.white-page .nav-item{position:relative}.team-page.white-page .nav-trigger{display:inline-flex;align-items:center;gap:7px}.team-page.white-page .nav-trigger::before{content:"";order:2;width:6px;height:6px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px)}.team-page.white-page .dropdown{position:absolute;top:calc(100% - 8px);left:50%;min-width:188px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:0 24px 48px rgba(38,65,83,.16);transform:translateX(-50%) translateY(12px);opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.team-page.white-page .nav-item:hover .dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.team-page.white-page .dropdown a{display:block;padding:9px 12px;border-radius:8px;font-size:14px}.team-page.white-page .dropdown a::after{display:none}.team-page.white-page .dropdown a:hover{background:#eef7f8}.team-page.white-page .menu-button{display:none}.team-page.white-page .hero{padding:98px 0 64px}.team-page.white-page .hero-inner{max-width:900px}.team-page.white-page .eyebrow{margin:0 0 20px;color:#6c7d86;font-weight:800}.team-page.white-page .hero h1{margin:0 0 26px;color:#111827;font-size:58px;line-height:1.12;letter-spacing:-.03em}.team-page.white-page .hero p{margin:0;color:#62727c;font-size:18px;line-height:1.95}.team-page.white-page .section{padding:54px 0}.team-page.white-page .section-title{text-align:center;font-size:34px;margin:0 0 30px}.team-page.white-page .card{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 18px 42px rgba(38,65,83,.06);padding:28px}.team-page.white-page .btn,.team-page.white-page .link{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:999px;border:1px solid rgba(24,108,134,.24);color:var(--brand);background:#fff;font-size:15px;font-weight:400}.team-page.white-page .btn.primary,.team-page.white-page .link:hover{background:var(--brand);color:#fff}.team-page.white-page .site-footer{height:55px;color:#c5d3d8;background:#142333;font-size:14px}.team-page.white-page .record-line{height:55px;display:flex;align-items:center;justify-content:center;text-align:center}@media(max-width:1100px){.team-page.white-page .nav{display:none}.team-page.white-page .menu-button{display:block}.team-page.white-page .container{width:calc(100% - 32px)}.team-page.white-page .hero h1{font-size:38px}}.team-page.white-page .hero h1{white-space:nowrap;font-size:52px}.team-page.white-page .founder{display:grid;grid-template-columns:430px 1fr;gap:34px;align-items:stretch;padding-bottom:34px}.team-page.white-page .founder-photo{height:520px;border-radius:24px;overflow:hidden;background:#fff;border:1px solid var(--line);box-shadow:0 20px 48px rgba(38,65,83,.08)}.team-page.white-page .founder-photo img{width:100%;height:100%;object-fit:cover}.team-page.white-page .founder-copy h2{font-size:38px;margin:0 0 16px}.team-page.white-page .team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;padding:20px 0 64px}.team-page.white-page .team-card span{display:inline-flex;width:44px;height:44px;border-radius:12px;background:#eef7f8;color:var(--brand);align-items:center;justify-content:center;font-weight:900;margin-bottom:18px}.team-page.white-page .team-card h3{font-size:24px;margin:0 0 12px}.team-page.white-page .team-card p{color:#61737d;margin:0}.team-page.white-page .faq details{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 14px 34px rgba(38,65,83,.05);padding:0 24px;margin-bottom:14px}.team-page.white-page .faq summary{cursor:pointer;min-height:70px;display:flex;align-items:center;justify-content:space-between;font-weight:900}.team-page.white-page .faq summary::after{content:"⌄";color:var(--brand)}.team-page.white-page .faq details[open] summary::after{content:"⌃"}.team-page.white-page .faq p{margin:0 0 22px;color:#5f727c}@media(max-width:1100px){.team-page.white-page .hero h1{white-space:normal}.team-page.white-page .founder,.team-page.white-page .team-grid{grid-template-columns:1fr}.team-page.white-page .founder-photo{height:420px}}.team-page.white-page .site-header{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:9999!important}.team-page.white-page .page{padding-top:88px!important}.team-page.white-page .dropdown{z-index:10000!important}.team-page.white-page .founder{position:relative;padding:28px!important;border:1px solid rgba(24,108,134,.12);border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(238,247,248,.72));box-shadow:0 24px 60px rgba(38,65,83,.08)}.team-page.white-page .founder::before{content:"创始人";position:absolute;right:32px;top:28px;color:rgba(24,108,134,.08);font-size:82px;font-weight:900;line-height:1}.team-page.white-page .founder-photo{position:relative;z-index:1}.team-page.white-page .founder-photo::after{content:"企业创始人";position:absolute;left:22px;bottom:22px;padding:8px 14px;border-radius:999px;background:rgba(24,108,134,.72);color:#fff;font-size:14px}.team-page.white-page .founder-copy{position:relative;z-index:1;border-color:rgba(24,108,134,.12)!important;background:rgba(255,255,255,.86)!important}.team-page.white-page .founder-copy h2::after{content:"";display:block;width:72px;height:4px;border-radius:999px;background:#186c86;margin-top:16px}.team-page.white-page .hero{padding-top:70px!important}.team-page.white-page .founder{border:0!important;background:transparent!important;box-shadow:none!important;padding:0!important;gap:30px!important}.team-page.white-page .founder::before{display:none!important}.team-page.white-page .founder-photo{border-radius:22px!important;box-shadow:0 24px 56px rgba(38,65,83,.12)!important}.team-page.white-page .founder-copy{display:flex!important;flex-direction:column!important;justify-content:center!important;padding:42px!important;border-radius:22px!important;background:linear-gradient(135deg,#fff,#eef8fa)!important;border:1px solid rgba(24,108,134,.16)!important;box-shadow:0 18px 44px rgba(38,65,83,.08)!important}.team-page.white-page .founder-copy::before{content:"从工具产品到企业级交付";display:inline-flex;align-self:flex-start;margin-bottom:20px;padding:8px 14px;border-radius:999px;background:#186c86;color:#fff;font-size:14px}.team-page.white-page .founder-copy h2{font-size:42px!important}.team-page.white-page .founder-photo::after{left:auto!important;right:22px!important}.team-page.white-page .founder-copy::before{display:none!important}.team-page.white-page .team-grid{padding-top:30px!important}.team-page.white-page .hero{padding-top:70px!important;padding-bottom:54px!important}.team-page.white-page .hero>.container{position:relative;min-height:330px;display:flex;align-items:center;padding:56px 64px!important;border:1px solid rgba(24,108,134,.14);border-radius:28px;background:linear-gradient(112deg,rgba(255,255,255,.96) 0%,rgba(240,249,250,.9) 52%,rgba(38,65,83,.14) 100%),url("../assets/image6.jpg") right center/460px auto no-repeat;box-shadow:0 28px 70px rgba(38,65,83,.1);overflow:hidden}.team-page.white-page .hero>.container::before{content:"";position:absolute;right:-88px;top:-120px;width:310px;height:310px;border-radius:50%;background:rgba(24,108,134,.09)}.team-page.white-page .hero>.container::after{content:"";position:absolute;right:70px;bottom:-68px;width:230px;height:230px;border:1px solid rgba(24,108,134,.12);border-radius:50%;background:radial-gradient(circle,rgba(24,108,134,.06),transparent 64%)}.team-page.white-page .hero .hero-inner{position:relative;z-index:1}.team-page.white-page .hero .eyebrow{display:inline-flex!important;align-items:center;min-height:32px;padding:0 13px;border-radius:999px;background:rgba(24,108,134,.09);color:#186c86!important}.team-page.white-page .hero h1{max-width:980px}
@media(max-width:900px){.team-page.white-page .hero>.container{padding:38px 26px!important;background:linear-gradient(135deg,#fff,#eef8fa)}.team-page.white-page .hero h1{white-space:normal!important}}.team-page.white-page .founder-copy .detail-btn,.team-page.white-page .team-card .detail-btn{display:inline-flex;align-items:center;justify-content:center;width:112px;height:42px;margin-top:22px;border-radius:999px;border:1px solid rgba(24,108,134,.24);background:#fff;color:#186c86;font-size:15px;font-weight:700;transition:.18s;text-decoration:none}.team-page.white-page .founder-copy .detail-btn:hover,.team-page.white-page .team-card .detail-btn:hover{background:#186c86;color:#fff;transform:translateY(-2px);box-shadow:0 14px 28px rgba(24,108,134,.18)}.team-page.white-page .team-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.team-page.white-page .team-related-grid a{display:block;padding:26px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 16px 36px rgba(38,65,83,.06);color:#294553}.team-page.white-page .team-related-grid strong{display:block;margin-bottom:10px;color:#111827;font-size:20px}.team-page.white-page .team-related-grid a:hover{color:#186c86;transform:translateY(-3px)}@media(max-width:900px){.team-page.white-page .team-related-grid{grid-template-columns:1fr}}.team-page.white-page 
.hero{position:relative!important;margin:0!important;padding:82px 0 74px!important;background:linear-gradient(115deg,#eef8fa 0%,#ffffff 46%,#e8f4f6 100%)!important;overflow:hidden!important;border-bottom:1px solid rgba(24,108,134,.1)}.team-page.white-page .hero::before{content:"";position:absolute;right:0;top:0;width:46%;height:100%;background:radial-gradient(circle at 68% 42%,rgba(24,108,134,.14),transparent 0 34%,transparent 35%),linear-gradient(135deg,rgba(38,65,83,.12),rgba(24,108,134,.04));clip-path:polygon(16% 0,100% 0,100% 100%,0 100%)}.team-page.white-page .hero::after{content:"";position:absolute;right:118px;bottom:-92px;width:260px;height:260px;border-radius:50%;border:1px solid rgba(24,108,134,.16);background:radial-gradient(circle,rgba(255,255,255,.64),rgba(24,108,134,.04) 62%,transparent 63%)}.team-page.white-page .hero>.container{position:relative!important;z-index:1!important;min-height:0!important;display:block!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.team-page.white-page .hero>.container::before,.team-page.white-page .hero>.container::after{display:none!important}.team-page.white-page .hero .hero-inner{max-width:900px!important;position:relative!important;z-index:2!important}.team-page.white-page .hero .eyebrow{display:inline-flex!important;align-items:center!important;min-height:34px!important;padding:0 14px!important;margin:0 0 22px!important;border-radius:999px!important;background:rgba(24,108,134,.09)!important;color:#186c86!important;font-size:15px!important;font-weight:800!important}.team-page.white-page .hero h1{max-width:1080px!important;margin:0 0 24px!important;color:#111827!important;font-size:56px!important;line-height:1.14!important;letter-spacing:-.02em!important;white-space:normal!important}.team-page.white-page .hero p{max-width:830px!important;color:#4f626d!important;font-size:18px!important;line-height:1.95!important}
@media(max-width:900px){.team-page.white-page .hero{padding:56px 0 50px!important}.team-page.white-page .hero::before{width:72%;opacity:.45}.team-page.white-page .hero h1{font-size:38px!important}.team-page.white-page .hero p{font-size:16px!important}}.team-page.white-page 
.hero{position:relative!important;margin:0!important;padding:94px 0 88px!important;background:linear-gradient(90deg,rgba(38,65,83,.98),rgba(24,108,134,.86)),url("../assets/image6.jpg") center center/cover no-repeat!important;overflow:hidden!important;border-bottom:0!important;text-align:center!important;color:#fff!important}.team-page.white-page .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(38,65,83,.68),rgba(38,65,83,.28) 48%,rgba(24,108,134,.5)),radial-gradient(circle at 18% 22%,rgba(255,255,255,.12),transparent 24%),radial-gradient(circle at 82% 78%,rgba(255,255,255,.1),transparent 26%);z-index:0!important;clip-path:none!important;width:auto!important;height:auto!important}.team-page.white-page .hero::after{content:"";position:absolute;left:50%;bottom:34px;width:96px;height:3px;border:0!important;border-radius:999px;background:rgba(255,255,255,.72);transform:translateX(-50%);box-shadow:none!important}.team-page.white-page .hero>.container{position:relative!important;z-index:1!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.team-page.white-page .hero>.container::before,.team-page.white-page .hero>.container::after{display:none!important}.team-page.white-page .hero .hero-inner{max-width:1050px!important;margin:0 auto!important;position:relative!important;z-index:2!important;text-align:center!important}.team-page.white-page .hero .eyebrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:30px!important;padding:0 14px!important;margin:0 0 22px!important;border-radius:999px!important;background:rgba(255,255,255,.13)!important;border:1px solid rgba(255,255,255,.24)!important;color:rgba(255,255,255,.88)!important;font-size:14px!important;font-weight:700!important;letter-spacing:.08em!important}.team-page.white-page .hero h1{max-width:none!important;margin:0 auto 20px!important;color:#fff!important;font-size:58px!important;line-height:1.12!important;letter-spacing:-.02em!important;font-weight:900!important;text-align:center!important;white-space:normal!important;text-shadow:0 10px 28px rgba(0,0,0,.24)}.team-page.white-page .hero p{max-width:920px!important;margin:0 auto!important;color:rgba(255,255,255,.88)!important;font-size:18px!important;line-height:1.9!important;text-align:center!important;text-shadow:0 8px 22px rgba(0,0,0,.2)}
@media(max-width:900px){.team-page.white-page .hero{padding:70px 0 66px!important}.team-page.white-page .hero h1{font-size:38px!important}.team-page.white-page .hero p{font-size:16px!important}.team-page.white-page .hero::after{bottom:26px}}.team-page.white-page 
.hero{position:relative!important;margin:0!important;padding:84px 0 78px!important;background:linear-gradient(115deg,#f3fafb 0%,#ffffff 48%,#edf8fa 100%)!important;overflow:hidden!important;border-bottom:1px solid rgba(24,108,134,.1)!important;text-align:left!important;color:#142231!important}.team-page.white-page .hero::before{content:"";position:absolute;right:-120px;top:-120px;width:430px!important;height:430px!important;border-radius:50%;background:radial-gradient(circle,rgba(24,108,134,.12),rgba(24,108,134,.055) 46%,transparent 68%)!important;clip-path:none!important;z-index:0!important;opacity:1!important}.team-page.white-page .hero::after{content:"";position:absolute;right:130px;bottom:-95px;width:260px!important;height:260px!important;border-radius:50%;border:1px solid rgba(24,108,134,.12)!important;background:radial-gradient(circle,rgba(255,255,255,.78),rgba(24,108,134,.045) 62%,transparent 63%)!important;box-shadow:none!important;transform:none!important;left:auto!important}.team-page.white-page .hero>.container{position:relative!important;z-index:1!important;min-height:0!important;display:block!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.team-page.white-page .hero>.container::before{content:""!important;display:block!important;position:absolute!important;right:48px!important;top:50%!important;width:150px!important;height:150px!important;transform:translateY(-50%) rotate(8deg)!important;border-radius:28px!important;background:linear-gradient(135deg,rgba(24,108,134,.1),rgba(38,65,83,.035))!important;border:1px solid rgba(24,108,134,.1)!important}.team-page.white-page .hero>.container::after{content:""!important;display:block!important;position:absolute!important;right:210px!important;top:34px!important;width:76px!important;height:76px!important;border-radius:999px!important;background:rgba(213,184,92,.16)!important;border:1px solid rgba(213,184,92,.16)!important}.team-page.white-page .hero .hero-inner{max-width:920px!important;margin:0!important;position:relative!important;z-index:2!important;text-align:left!important}.team-page.white-page .hero .eyebrow{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:32px!important;padding:0 14px!important;margin:0 0 22px!important;border-radius:999px!important;background:rgba(24,108,134,.09)!important;border:1px solid rgba(24,108,134,.14)!important;color:#186c86!important;font-size:14px!important;font-weight:800!important;letter-spacing:.06em!important}.team-page.white-page .hero h1{max-width:960px!important;margin:0 0 22px!important;color:#101827!important;font-size:56px!important;line-height:1.14!important;letter-spacing:-.02em!important;font-weight:900!important;text-align:left!important;white-space:normal!important;text-shadow:none!important}.team-page.white-page .hero p{max-width:820px!important;margin:0!important;color:#4f626d!important;font-size:18px!important;line-height:1.95!important;text-align:left!important;text-shadow:none!important}
@media(max-width:900px){.team-page.white-page .hero{padding:58px 0 52px!important}.team-page.white-page .hero>.container::before,.team-page.white-page .hero>.container::after{display:none!important}.team-page.white-page .hero h1{font-size:38px!important}.team-page.white-page .hero p{font-size:16px!important}}.team-page.white-page{background:radial-gradient(circle at 8% 10%,rgba(24,108,134,.08),transparent 24%),#f7fafb!important}.team-page.white-page .hero{position:relative!important;margin:0!important;height:245px!important;min-height:245px!important;padding:0!important;display:flex!important;align-items:center!important;text-align:center!important;background:linear-gradient(115deg,#f3fafb 0%,#ffffff 48%,#edf8fa 100%)!important;overflow:hidden!important;border-bottom:1px solid rgba(24,108,134,.1)!important;color:#142231!important}.team-page.white-page .hero::before,.team-page.white-page .hero::after,.team-page.white-page .hero>.container::before,.team-page.white-page .hero>.container::after{display:none!important}.team-page.white-page .hero>.container{position:relative!important;z-index:1!important;min-height:0!important;display:flex!important;align-items:center!important;justify-content:center!important;height:100%!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;overflow:visible!important}.team-page.white-page .hero .hero-inner{max-width:940px!important;margin:0 auto!important;position:relative!important;z-index:2!important;text-align:center!important}.team-page.white-page .hero .eyebrow{display:none!important}.team-page.white-page .hero h1{max-width:none!important;margin:0 auto 18px!important;color:#101827!important;font-size:50px!important;line-height:1.14!important;letter-spacing:-.02em!important;font-weight:900!important;text-align:center!important;white-space:normal!important;text-shadow:none!important}.team-page.white-page .hero p{max-width:820px!important;margin:0 auto!important;color:#4f626d!important;font-size:16px!important;line-height:1.85!important;text-align:center!important;text-shadow:none!important}
@media(max-width:900px){.team-page.white-page .hero{height:auto!important;min-height:220px!important;padding:48px 0!important}.team-page.white-page .hero h1{font-size:36px!important}.team-page.white-page .hero p{font-size:15px!important}}

/* team/index.html */
.team-page.white-page .nav{gap:28px!important;font-size:16px!important}.team-page.white-page .nav a,.team-page.white-page .nav-trigger{font-size:16px!important}.team-page.white-page .founder{margin-bottom:45px!important}.team-page.white-page .team-grid{padding-top:0!important;padding-bottom:90px!important}.team-page.white-page .team-related{display:none!important}.team-page.white-page .news-like-section{padding-top:0!important}


/* Merged: cases/case-common.css */
body.case-detail-page 


.detail-hero{
  padding: 36px 0 80px;
}body.case-detail-page .hero-card{
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: 42px;
  align-items: center;
  padding: 46px;
  background: linear-gradient(135deg, #fff, #eef8fa);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(38, 65, 83, 0.1);
}body.case-detail-page .hero-card h1{
  margin: 0 0 22px;
  color: #111827;
  font-size: 52px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}body.case-detail-page .hero-card p{
  margin: 0 0 22px;
  color: #52646e;
  font-size: 17px;
}body.case-detail-page .hero-logo{
  display: flex;
  align-items: center;
  justify-content: center;
}body.case-detail-page .hero-logo img{
  max-width: 335px;
  max-height: 150px;
  object-fit: contain;
}body.case-detail-page 
.back-wrap{
  padding-top: 26px;
}body.case-detail-page .back-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--brand);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}body.case-detail-page .back-btn:hover{
  background: var(--brand);
  color: #fff;
}body.case-detail-page .hero-chips,body.case-detail-page .chips{
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}body.case-detail-page .chip,body.case-detail-page .tag{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #eef7f8;
  color: var(--brand);
  font-size: 13px;
  font-weight: 700;
}body.case-detail-page 
.section{
  padding: 0 !important;
  margin-bottom: 80px;
}body.case-detail-page .section-head{
  display: block !important;
  text-align: center !important;
  margin-bottom: 28px;
}body.case-detail-page .section-head h2{
  margin: 0;
  color: #111827;
  font-size: 32px;
  line-height: 1.2;
}body.case-detail-page .section-head p{
  display: none !important;
}body.case-detail-page 
.cards{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}body.case-detail-page .mini-card,body.case-detail-page .faq-card,body.case-detail-page .article-card{
  position: relative;
  min-height: 205px;
  padding: 30px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(38, 65, 83, 0.06);
  overflow: hidden;
}body.case-detail-page .mini-card::after{
  display: none !important;
}body.case-detail-page .num{
  display: block;
  margin-bottom: 24px;
  color: rgba(24, 108, 134, 0.28);
  font-size: 34px;
  font-weight: 800;
}body.case-detail-page .mini-card h3,body.case-detail-page .faq-card h3,body.case-detail-page .article-card h3{
  margin: 0 0 12px;
  color: #111827;
}body.case-detail-page .mini-card p,body.case-detail-page .faq-card p,body.case-detail-page .article-card p{
  margin: 0;
  color: #657483;
  font-size: 15px;
}body.case-detail-page 
.value-row{
  display: grid !important;
  grid-template-columns: 1.05fr 0.95fr !important;
  gap: 24px !important;
}body.case-detail-page .audience-box{
  padding: 30px;
  background: linear-gradient(135deg, #fff, #f4fbfc) !important;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 42px rgba(38, 65, 83, 0.06);
}body.case-detail-page .audience-box h3,body.case-detail-page .value-box h3{
  margin: 0 0 20px;
  color: var(--brand);
  font-size: 18px !important;
  font-weight: 800 !important;
}body.case-detail-page .audience-list{
  display: grid;
  grid-template-columns: 1fr 1fr !important;
  gap: 16px !important;
}body.case-detail-page .audience-item{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  min-height: 92px !important;
  padding: 20px !important;
  border: 1px solid var(--line);
  border-radius: 18px !important;
  background: linear-gradient(135deg, #fff, #edf8fa) !important;
  color: #263f50;
  font-weight: 700;
}body.case-detail-page .audience-item::before{
  display: none !important;
}body.case-detail-page .value-box{
  padding: 30px;
  color: #fff;
  background: linear-gradient(135deg, var(--deep), #172833);
  border-radius: 18px;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 14px;
}body.case-detail-page .value-box h3{
  color: #f4d26b;
  grid-column: 1 / -1;
}body.case-detail-page .value-box p{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  min-height: 92px !important;
  margin: 0 !important;
  padding: 18px !important;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12) !important;
  color: rgba(255, 255, 255, 0.82);
}body.case-detail-page 
.result-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 40px !important;
}body.case-detail-page .result-card{
  padding: 22px;
  background: linear-gradient(135deg, #fff, #eef8fa);
  border: 1px solid var(--line);
  border-radius: 16px;
}body.case-detail-page .result-card span{
  display: block;
  color: rgba(24, 108, 134, 0.36);
  font-size: 28px;
  font-weight: 800;
}body.case-detail-page .result-card strong{
  display: block;
  margin-top: 8px;
  font-size: 17px;
}body.case-detail-page 
.faq-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}body.case-detail-page .faq-card{
  min-height: 0;
  padding: 0;
}body.case-detail-page .faq-card summary{
  cursor: pointer;
  list-style: none;
  padding: 22px 54px 22px 24px;
  color: #111827;
  font-weight: 800;
  position: relative;
}body.case-detail-page .faq-card summary::-webkit-details-marker{
  display: none;
}body.case-detail-page .faq-card summary::after{
  content: "⌄" !important;
  position: absolute;
  right: 24px;
  top: 20px !important;
  color: var(--brand);
  font-size: 20px !important;
}body.case-detail-page .faq-card[open] summary::after{
  content: "⌃" !important;
}body.case-detail-page .faq-card p{
  padding: 0 24px 24px;
}body.case-detail-page 
.article-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 18px;
}body.case-detail-page .article-card{
  min-height: 230px;
  padding: 0 !important;
  overflow: hidden;
}body.case-detail-page .article-card.feature{
  color: #fff;
  background: linear-gradient(135deg, #182a38, #264153);
}body.case-detail-page .article-card.feature h3,body.case-detail-page .article-card.feature p{
  color: #fff;
}body.case-detail-page .article-tag{
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 800;
}body.case-detail-page .feature .article-tag{
  color: #f4d26b;
}body.case-detail-page .article-card img{
  width: 100%;
  height: 150px;
  object-fit: cover;
}body.case-detail-page .article-body{
  padding: 20px;
}body.case-detail-page 
.product-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin: 58px 0 92px;
}body.case-detail-page .product-card{
  position: relative;
  min-height: 318px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 22px 54px rgba(38, 65, 83, 0.08);
  transition: 0.2s;
  overflow: hidden;
}body.case-detail-page .product-card::after{
  display: none !important;
}body.case-detail-page .product-card:hover{
  transform: translateY(-4px);
  border-color: rgba(24, 108, 134, 0.36);
}body.case-detail-page .product-logo{
  height: 92px;
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}body.case-detail-page .product-logo img{
  max-height: 84px;
  max-width: 252px;
  object-fit: contain;
}body.case-detail-page .product-card h2{
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 23px;
}body.case-detail-page .product-card p{
  min-height: 58px;
  margin: 0 0 24px;
  color: #657483;
  font-size: 16px;
}body.case-detail-page .link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(24, 108, 134, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--brand);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}body.case-detail-page .link:hover{
  background: var(--brand);
  color: #fff;
}body.case-detail-page .case-grid.redesign{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}body.case-detail-page .case-grid.redesign .case-card{
  min-height: 520px;
  display: flex;
  flex-direction: column;
}body.case-detail-page .case-grid.redesign .case-card.feature{
  grid-row: auto;
  color: #142231;
  background: #fff;
}body.case-detail-page .case-grid.redesign .case-card.feature p{
  color: #64737e;
}body.case-detail-page .case-grid.redesign .case-logo{
  height: 122px;
}body.case-detail-page .case-grid.redesign .link{
  margin-top: auto;
}body.case-detail-page 
.site-header{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
}body.case-detail-page .page{
  padding-top: 88px !important;
}body.case-detail-page .dropdown{
  z-index: 10000 !important;
}body.case-detail-page .site-footer{
  height: 55px;
  color: #c5d3d8;
  background: #142333;
  font-size: 14px;
}body.case-detail-page .record-line{
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}body.case-detail-page 
@media (max-width: 1100px){
  .nav {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .product-grid,
  .cards,
  .faq-grid,
  .article-grid,
  .case-grid,
  .result-grid,
  .case-grid.redesign,
  .audience-list,
  .value-box {
    grid-template-columns: 1fr 1fr !important;
  }

  .hero-card,
  .section-head,
  .audience-layout,
  .value-row {
    grid-template-columns: 1fr !important;
  }

  .case-card.feature {
    grid-row: auto;
  }
}

@media (max-width: 900px){body.case-detail-page .value-row,body.case-detail-page .value-row .audience-list,body.case-detail-page .value-box{
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 680px){body.case-detail-page .container{
    width: calc(100% - 28px);
  }body.case-detail-page .hero h1,body.case-detail-page .hero-card h1{
    font-size: 36px;
  }body.case-detail-page .product-grid,body.case-detail-page .cards,body.case-detail-page .faq-grid,body.case-detail-page .article-grid,body.case-detail-page .case-grid,body.case-detail-page .result-grid,body.case-detail-page .case-grid.redesign,body.case-detail-page .audience-list,body.case-detail-page .value-box{
    grid-template-columns: 1fr !important;
  }body.case-detail-page .site-footer{
    height: auto;
  }body.case-detail-page .record-line{
    height: auto;
    min-height: 55px;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px 0;
  }body.case-detail-page .logo{
    width: 210px;
  }body.case-detail-page .logo img{
    width: 200px;
  }
}

/* Channel index banner alignment, excluding the home page. */
body.product-page,
body.product-page .page,
body.product-page main,
body.case-page,
body.case-page .page,
body.case-page main,
body.team-page,
body.team-page .page,
body.team-page main,
body.honors-page,
body.honors-page .page,
body.honors-page main,
body.news-page,
body.news-page .page,
body.news-page main,
body.jobs-page,
body.jobs-page .page,
body.jobs-page main,
body.contact-page,
body.contact-page .page,
body.contact-page main {
  background: #fff !important;
}

body.product-page .section,
body.product-page .product-list-section,
body.case-page .section,
body.case-page .case-section,
body.team-page .section,
body.team-page .team-section,
body.honors-page .section,
body.honors-page .honor-section,
body.news-page .section,
body.news-page .news-section,
body.jobs-page .section,
body.jobs-page .jobs-section,
body.contact-page .section,
body.contact-page .contact-section,
body.contact-page .contact-map-section {
  background: #fff !important;
}

body.product-page .hero,
body.case-page .hero,
body.team-page .hero,
body.honors-page .hero,
body.news-page .hero,
body.jobs-page .hero,
body.contact-page .hero {
  border-bottom: 0 !important;
  background:
    radial-gradient(circle at 18% 34%, rgba(24, 108, 134, .13), transparent 31%),
    radial-gradient(circle at 82% 20%, rgba(38, 65, 83, .10), transparent 30%),
    linear-gradient(115deg, #e8f4f6 0%, #f8fcfd 48%, #ddeff3 100%) !important;
}

body.product-page .hero::before,
body.product-page .hero::after,
body.case-page .hero::before,
body.case-page .hero::after,
body.team-page .hero::before,
body.team-page .hero::after,
body.honors-page .hero::before,
body.honors-page .hero::after,
body.news-page .hero::before,
body.news-page .hero::after,
body.jobs-page .hero::before,
body.jobs-page .hero::after,
body.contact-page .hero::before,
body.contact-page .hero::after {
  display: none !important;
}

body.team-page .hero {
  margin-bottom: 50px !important;
}

/* Selected channel homepage final override. */
body.case-page.white-page,
body.case-page.white-page .page,
body.case-page.white-page main,
body.team-page.white-page,
body.team-page.white-page .page,
body.team-page.white-page main,
body.honors-page.white-page,
body.honors-page.white-page .page,
body.honors-page.white-page main,
body.news-page.white-page,
body.news-page.white-page .page,
body.news-page.white-page main,
body.contact-page.white-page,
body.contact-page.white-page .page,
body.contact-page.white-page main {
  background: #fff !important;
}

body.case-page.white-page .section,
body.team-page.white-page .section,
body.honors-page.white-page .section,
body.news-page.white-page .section,
body.contact-page.white-page .section,
body.contact-page.white-page .contact-map-section {
  background: #fff !important;
}

body.case-page.white-page .hero,
body.team-page.white-page .hero,
body.honors-page.white-page .hero,
body.news-page.white-page .hero,
body.contact-page.white-page .hero {
  border-bottom: 0 !important;
  background:
    radial-gradient(circle at 18% 34%, rgba(24, 108, 134, .13), transparent 31%),
    radial-gradient(circle at 82% 20%, rgba(38, 65, 83, .10), transparent 30%),
    linear-gradient(115deg, #e8f4f6 0%, #f8fcfd 48%, #ddeff3 100%) !important;
}

body.case-page.white-page .hero::before,
body.case-page.white-page .hero::after,
body.team-page.white-page .hero::before,
body.team-page.white-page .hero::after,
body.honors-page.white-page .hero::before,
body.honors-page.white-page .hero::after,
body.news-page.white-page .hero::before,
body.news-page.white-page .hero::after,
body.contact-page.white-page .hero::before,
body.contact-page.white-page .hero::after,
body.case-page.white-page .hero > .container::before,
body.case-page.white-page .hero > .container::after,
body.team-page.white-page .hero > .container::before,
body.team-page.white-page .hero > .container::after,
body.honors-page.white-page .hero > .container::before,
body.honors-page.white-page .hero > .container::after,
body.news-page.white-page .hero > .container::before,
body.news-page.white-page .hero > .container::after,
body.contact-page.white-page .hero > .container::before,
body.contact-page.white-page .hero > .container::after {
  display: none !important;
}

/* Product detail page final polish. */
body.product-detail-page.white-page .back-wrap {
  padding-top: 28px !important;
  padding-bottom: 0 !important;
}

body.product-detail-page.white-page .back-wrap .back-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 0 22px !important;
  border: 1px solid rgba(24, 108, 134, .22) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #186c86 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
}

body.product-detail-page.white-page .back-wrap .back-btn:hover {
  border-color: #186c86 !important;
  background: #186c86 !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.product-detail-page.white-page .value-box {
  display: block !important;
  padding: 30px !important;
  border-radius: 18px !important;
  background: #263f50 !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.product-detail-page.white-page .value-box h3 {
  margin: 0 0 28px !important;
  color: #f4d26b !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

body.product-detail-page.white-page .value-box .value-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.product-detail-page.white-page .value-box .value-list p {
  display: flex !important;
  width: auto !important;
  min-height: 92px !important;
  margin: 0 !important;
  padding: 18px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, .12) !important;
  color: rgba(255, 255, 255, .92) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.65 !important;
  text-align: center !important;
  box-shadow: none !important;
}

/* Case detail page final polish. */
body.case-detail-page.white-page .back-wrap {
  padding-top: 30px !important;
  padding-bottom: 0 !important;
}

body.case-detail-page.white-page .back-wrap .back-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  padding: 0 22px !important;
  border: 1px solid rgba(24, 108, 134, .22) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #186c86 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
}

body.case-detail-page.white-page .back-wrap .back-btn:hover {
  border-color: #186c86 !important;
  background: #186c86 !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.case-detail-page.white-page .news-like-section {
  background: #fff !important;
}

body.case-detail-page.white-page .news-like-section .section-title {
  margin: 0 0 34px !important;
  color: #142231 !important;
  font-size: 34px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

body.case-detail-page.white-page .news-like-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

body.case-detail-page.white-page .news-like-card {
  display: flex !important;
  min-height: 410px !important;
  overflow: hidden !important;
  flex-direction: column !important;
  border: 1px solid #dbe8ec !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.case-detail-page.white-page .news-like-card img {
  width: 100% !important;
  height: 170px !important;
  object-fit: cover !important;
  border-radius: 6px 6px 0 0 !important;
}

body.case-detail-page.white-page .news-like-card > div {
  display: flex !important;
  flex: 1 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  padding: 24px !important;
}

body.case-detail-page.white-page .news-like-card span {
  display: inline-flex !important;
  min-height: 34px !important;
  align-items: center !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: #eef7f8 !important;
  color: #186c86 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.case-detail-page.white-page .news-like-card h3 {
  margin: 22px 0 12px !important;
  color: #142231 !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

body.case-detail-page.white-page .news-like-card p {
  margin: 0 0 26px !important;
  color: #4f626d !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

body.case-detail-page.white-page .news-like-card a {
  display: inline-flex !important;
  width: auto !important;
  min-width: 116px !important;
  height: 44px !important;
  margin-top: auto !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  border: 1px solid rgba(24, 108, 134, .2) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #186c86 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body.case-detail-page.white-page .news-like-card a:hover {
  border-color: #186c86 !important;
  background: #186c86 !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.case-detail-page.white-page .more-wrap {
  display: flex !important;
  justify-content: center !important;
  margin-top: 30px !important;
}

body.case-detail-page.white-page .more-wrap .btn {
  width: 150px !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 !important;
  border: 1px solid #186c86 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #186c86 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

body.case-detail-page.white-page .more-wrap .btn:hover {
  background: #186c86 !important;
  color: #fff !important;
  box-shadow: none !important;
}

@media (max-width: 1100px) {
  body.case-detail-page.white-page .news-like-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  body.case-detail-page.white-page .news-like-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Team index spacing final override. */
body.team-page.white-page .hero + section {
  margin-top: 50px !important;
}

body.team-page.white-page .team-grid {
  padding-bottom: 80px !important;
}

body.team-page.white-page section,
body.team-page.white-page .section {
  margin-bottom: 0 !important;
}

/* Founder detail layout final override. */
body.team-detail-page.white-page .detail-profile-main.person-profile {
  display: block !important;
  padding: 34px !important;
}

body.team-detail-page.white-page .profile-intro {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 300px !important;
  gap: 34px !important;
  align-items: center !important;
  margin-bottom: 30px !important;
}

body.team-detail-page.white-page .founder-summary h2 {
  margin: 0 0 22px !important;
  color: #142231 !important;
  font-size: 34px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
}

body.team-detail-page.white-page .founder-summary .profile-facts {
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.team-detail-page.white-page .founder-summary .profile-facts li {
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #425664 !important;
  font-size: 17px !important;
  line-height: 1.7 !important;
}

body.team-detail-page.white-page .profile-intro .profile-photo img {
  width: 100% !important;
  height: 360px !important;
  object-fit: cover !important;
}

body.team-detail-page.white-page .profile-detail-copy p {
  margin: 0 0 18px !important;
  color: #425664 !important;
  font-size: 16px !important;
  line-height: 1.95 !important;
}

body.team-detail-page.white-page .profile-detail-copy p:last-child {
  margin-bottom: 0 !important;
}

body.team-detail-page.white-page .detail-side .side-box h3 {
  margin: 0 0 25px !important;
}

body.team-detail-page.white-page .detail-side .side-box a {
  position: relative !important;
  display: block !important;
  padding: 0 0 12px 16px !important;
  color: #294553 !important;
  line-height: 1.65 !important;
}

body.team-detail-page.white-page .detail-side .side-box a::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: .68em !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #186c86 !important;
}

@media (max-width: 900px) {
  body.team-detail-page.white-page .profile-intro {
    grid-template-columns: 1fr !important;
  }
}

/* News article sidebar: align bullet circle with link text and keep spacing */
.card.sidebar-card.side-related a {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  padding-left: 18px !important;
  margin-top: 0 !important;
}

.card.sidebar-card.side-related a::before {
  top: 50% !important;
  transform: translateY(-50%) !important;
}

/* Contact page: 50px gap under banner and remove the divider line */
body.contact-page.white-page .hero {
  border-bottom: 0 !important;
  box-shadow: none !important;
  margin-bottom: 50px !important;
}

body.contact-page.white-page .hero + .section,
body.contact-page.white-page main > .section:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* About / Honors / Help index: remove .section bottom spacing */
body.about-page .section,
body.honors-page .section,
body.help-page .section {
  margin-bottom: 0 !important;
}

/* Honors index: even, moderate spacing between blocks */
body.honors-page .section {
  padding: 40px 0 !important;
}

/* Certificate pages: banner background like honors index */
body.honor-detail-page.white-page .section {
  padding: 40px 0 !important;
  margin-bottom: 0 !important;
}

body.honor-detail-page.white-page .hero {
  border-bottom: 0 !important;
  box-shadow: none !important;
  background:
    radial-gradient(circle at 18% 34%, rgba(24, 108, 134, .13), transparent 31%),
    radial-gradient(circle at 82% 20%, rgba(38, 65, 83, .10), transparent 30%),
    linear-gradient(115deg, #e8f4f6 0%, #f8fcfd 48%, #ddeff3 100%) !important;
}

body.honor-detail-page.white-page .hero::before,
body.honor-detail-page.white-page .hero::after,
body.honor-detail-page.white-page .hero > .container::before,
body.honor-detail-page.white-page .hero > .container::after {
  display: none !important;
}

/* Certificate pages sidebar: align bullet circle with first line of text and keep spacing */
body.honor-detail-page.white-page .detail-side .side-box a {
  position: relative !important;
  display: block !important;
  padding: 0 0 12px 16px !important;
  color: #294553 !important;
  line-height: 1.65 !important;
}

body.honor-detail-page.white-page .detail-side .side-box a::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: .68em !important;
  width: 6px !important;
  height: 6px !important;
  border-radius: 50% !important;
  background: #186c86 !important;
}

/* Help detail pages: background like news article pages */
body.help-detail-page.white-page {
  background: radial-gradient(circle at 8% 10%, rgba(24, 108, 134, .08), transparent 24%), #f7fafb !important;
}

body.help-detail-page.white-page .page {
  background: transparent !important;
}

/* Unify nav text size and spacing with the home page (gap 28px, font-size 16px) */
body.team-page .nav,
body.team-detail-page .nav,
body.product-page .nav,
body.product-detail-page .nav,
body.news-page .nav,
body.jobs-page .nav,
body.honors-page .nav,
body.honor-detail-page .nav,
body.help-page .nav,
body.help-detail-page .nav,
body.contact-page .nav,
body.about-page .nav,
body.case-page .nav,
body.case-detail-page .nav {
  gap: 28px !important;
  font-size: 16px !important;
}

/* Products & team 相关文章: match case detail (kongzi) styling */
body.product-detail-page.white-page .news-like-section,
body.team-page.white-page .news-like-section,
body.team-detail-page.white-page .news-like-section {
  background: #fff !important;
}

body.product-detail-page.white-page .news-like-section .section-title,
body.team-page.white-page .news-like-section .section-title {
  margin: 0 0 34px !important;
  color: #142231 !important;
  font-size: 34px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

body.product-detail-page.white-page .news-like-grid,
body.team-page.white-page .news-like-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

body.product-detail-page.white-page .news-like-card,
body.team-page.white-page .news-like-card {
  display: flex !important;
  min-height: 410px !important;
  overflow: hidden !important;
  flex-direction: column !important;
  border: 1px solid #dbe8ec !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.product-detail-page.white-page .news-like-card img,
body.team-page.white-page .news-like-card img {
  width: 100% !important;
  height: 170px !important;
  object-fit: cover !important;
  border-radius: 6px 6px 0 0 !important;
}

body.product-detail-page.white-page .news-like-card > div,
body.team-page.white-page .news-like-card > div {
  display: flex !important;
  flex: 1 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  padding: 24px !important;
}

body.product-detail-page.white-page .news-like-card span,
body.team-page.white-page .news-like-card span {
  display: inline-flex !important;
  min-height: 34px !important;
  align-items: center !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: #eef7f8 !important;
  color: #186c86 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.product-detail-page.white-page .news-like-card p,
body.team-page.white-page .news-like-card p {
  margin: 0 0 26px !important;
  color: #4f626d !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

body.product-detail-page.white-page .news-like-card a,
body.team-page.white-page .news-like-card a {
  display: inline-flex !important;
  width: auto !important;
  min-width: 116px !important;
  height: 44px !important;
  margin-top: auto !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  border: 1px solid rgba(24, 108, 134, .2) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #186c86 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body.product-detail-page.white-page .news-like-card a:hover,
body.team-page.white-page .news-like-card a:hover {
  border-color: #186c86 !important;
  background: #186c86 !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.product-detail-page.white-page .more-wrap,
body.team-page.white-page .more-wrap {
  display: flex !important;
  justify-content: center !important;
  margin-top: 30px !important;
}

body.product-detail-page.white-page .more-wrap .btn,
body.team-page.white-page .more-wrap .btn {
  width: 150px !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 !important;
  border: 1px solid #186c86 !important;
  border-radius: 6px !important;
  background: #fff !important;
  color: #186c86 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

body.product-detail-page.white-page .more-wrap .btn:hover,
body.team-page.white-page .more-wrap .btn:hover {
  background: #186c86 !important;
  color: #fff !important;
  box-shadow: none !important;
}

@media (max-width: 1100px) {
  body.product-detail-page.white-page .news-like-grid,
  body.team-page.white-page .news-like-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  body.product-detail-page.white-page .news-like-grid,
  body.team-page.white-page .news-like-grid {
    grid-template-columns: 1fr !important;
  }
}

/* 相关文章 card titles: 20px bold across case / product / team pages */
body.case-detail-page.white-page .news-like-card h3,
body.product-detail-page.white-page .news-like-card h3,
body.team-page.white-page .news-like-card h3 {
  margin: 22px 0 12px !important;
  color: #142231 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}

/* Breadcrumb nav (replaces top back buttons), placed under the banner */
.crumb-nav {
  margin-top: 22px !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
  font-size: 15px !important;
  color: #4f626d !important;
  line-height: 1.7 !important;
}

.crumb-nav + section,
.crumb-nav + .container {
  margin-top: 0 !important;
}

.crumb-nav a {
  color: #4f626d !important;
  text-decoration: none !important;
  border: 0 !important;
  background: none !important;
  padding: 0 !important;
}

.crumb-nav a:hover {
  color: #186c86 !important;
}

.crumb-nav .crumb-sep {
  margin: 0 10px !important;
  color: #4f626d !important;
}

.help-page .hero + .crumb-nav {
  margin-top: 25px !important;
}

body.team-detail-page.white-page .detail-profile-main.person-profile.no-photo .profile-copy {
  max-width: none !important;
}

/* Article detail: prev / next navigation below body */
.article-prev-next {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 32px !important;
  margin-top: 40px !important;
  padding-top: 28px !important;
  border-top: 1px solid #dbe8ec !important;
  font-size: 15px !important;
  color: #61737d !important;
  line-height: 1.7 !important;
}

.article-prev-next .prev-next-item {
  flex: 1 1 0 !important;
  min-width: 0 !important;
}

.article-prev-next .next-item {
  text-align: right !important;
}

.article-prev-next a {
  color: #61737d !important;
  text-decoration: none !important;
}

.article-prev-next a:hover {
  color: #186c86 !important;
  text-decoration: underline !important;
}

.article-prev-next .no-more {
  color: #61737d !important;
}

@media (max-width: 680px) {
  .article-prev-next {
    flex-direction: column !important;
    gap: 16px !important;
  }

  .article-prev-next .next-item {
    text-align: left !important;
  }
}

/* News index: category switch pills between banner and list */
.news-cat-section {
  margin-top: 50px !important;
  margin-bottom: 0 !important;
}

body.news-page.white-page main {
  padding-bottom: 30px !important;
}

.news-cats {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
}

.news-cats .cat-pill {
  display: inline-flex !important;
  align-items: center !important;
  height: 42px !important;
  padding: 0 24px !important;
  border: 1px solid #d7e3e8 !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #4f626d !important;
  font-size: 15px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: background .2s, color .2s, border-color .2s !important;
}

.news-cats .cat-pill:hover {
  border-color: #186c86 !important;
  color: #186c86 !important;
}

.news-cats .cat-pill.active {
  border-color: #186c86 !important;
  background: #186c86 !important;
  color: #fff !important;
}

/* Honors index: keep 查看详情 button text white on hover */
body.honors-page.white-page .honor-cert-list a:hover {
  background: #186c86 !important;
  color: #fff !important;
}

/* Article detail: author/time text not bold */
.time {
  font-weight: 400 !important;
}

/* Article detail: related product/person/case card */
.relate-card {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  margin: 0 0 28px !important;
  padding: 18px 22px !important;
  border: 1px solid #dbe8ec !important;
  border-radius: 10px !important;
  background: #fff !important;
}

.relate-card .relate-logo {
  flex: 0 0 auto !important;
  width: 72px !important;
  height: 72px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  border: 1px solid #eef2f4 !important;
  border-radius: 10px !important;
  background: #f7fafb !important;
}

.relate-card .relate-logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.relate-card .relate-info {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

.relate-card .relate-info h4 {
  margin: 0 0 6px !important;
  color: #142231 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.relate-card .relate-info p {
  margin: 0 !important;
  color: #4f626d !important;
  font-size: 14px !important;
  line-height: 1.7 !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.relate-card .relate-btn {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 40px !important;
  padding: 0 22px !important;
  border: 1px solid #186c86 !important;
  border-radius: 6px !important;
  color: #186c86 !important;
  font-size: 15px !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  transition: background .2s, color .2s !important;
}

.relate-card .relate-btn:hover {
  background: #186c86 !important;
  color: #fff !important;
}

/* Help center channel home: category overview panels */
.help-cat-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.help-cat-card {
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid #dbe8ec !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 10px 30px rgba(38, 65, 83, .05) !important;
}

.help-cat-head {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding: 20px 24px !important;
  border-bottom: 1px solid #e4eef1 !important;
  background: linear-gradient(120deg, #eaf5f7 0%, #f6fbfc 100%) !important;
}

.help-cat-head h3 {
  margin: 0 !important;
  color: #142231 !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

.help-cat-head h3 span {
  margin-left: 10px !important;
  padding-left: 10px !important;
  border-left: 1px solid #c4d7dc !important;
  color: #186c86 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}

.help-cat-more {
  flex: 0 0 auto !important;
  color: #186c86 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.help-cat-more:hover {
  text-decoration: underline !important;
}

.help-cat-list {
  padding: 6px 24px 16px !important;
}

.help-cat-list a {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 14px 0 !important;
  border-bottom: 1px solid #eef2f4 !important;
  color: #2b3d48 !important;
  text-decoration: none !important;
}

.help-cat-list a:last-child {
  border-bottom: 0 !important;
}

.help-cat-list .idx {
  flex: 0 0 auto !important;
  width: 26px !important;
  height: 26px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 6px !important;
  background: #eef7f8 !important;
  color: #186c86 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.help-cat-list .q {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  transition: color .2s !important;
}

.help-cat-list a:hover .q {
  color: #186c86 !important;
}

.help-cat-list .arr {
  flex: 0 0 auto !important;
  margin-left: auto !important;
  color: #9fb1bb !important;
  font-size: 18px !important;
  line-height: 1 !important;
  transition: color .2s, transform .2s !important;
}

.help-cat-list a:hover .arr {
  color: #186c86 !important;
  transform: translateX(3px) !important;
}

@media (max-width: 900px) {
  .help-cat-grid {
    grid-template-columns: 1fr !important;
  }
}

/* News index: clickable title with hover color + underline */
.news-card h2 a {
  color: inherit !important;
  text-decoration: none !important;
  transition: color .2s !important;
}

.news-card h2 a:hover {
  color: #186c86 !important;
  text-decoration: underline !important;
}

/* Team index: 2x2 member cards */
body.team-page.white-page .team-members-section {
  padding-top: 0 !important;
  padding-bottom: 80px !important;
}

body.team-page.white-page .team-members-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px !important;
}

body.team-page.white-page .team-member-card {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 1px solid rgba(38, 65, 83, .1) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 18px 42px rgba(38, 65, 83, .06) !important;
}

body.team-page.white-page .team-member-photo {
  flex: 0 0 220px !important;
  width: 220px !important;
  overflow: hidden !important;
  background: #eef7f8 !important;
}

body.team-page.white-page .team-member-photo img {
  width: 100% !important;
  height: 100% !important;
  min-height: 240px !important;
  object-fit: cover !important;
  object-position: top center !important;
}

body.team-page.white-page .team-member-body {
  display: flex !important;
  flex: 1 !important;
  flex-direction: column !important;
  padding: 28px 30px 32px !important;
}

body.team-page.white-page .team-member-body .eyebrow {
  flex: 0 0 auto !important;
  margin: 0 0 10px !important;
  color: #186c86 !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

body.team-page.white-page .team-member-body h3 {
  margin: 0 0 14px !important;
  color: #111827 !important;
  font-size: 26px !important;
  line-height: 1.3 !important;
  font-weight: 900 !important;
}

body.team-page.white-page .team-member-body p {
  flex: 1 !important;
  margin: 0 !important;
  color: #4f626d !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

body.team-page.white-page .team-member-body .detail-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 112px !important;
  height: 42px !important;
  margin-top: 22px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(24, 108, 134, .24) !important;
  background: #fff !important;
  color: #186c86 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: .18s ease !important;
}

body.team-page.white-page .team-member-body .detail-btn:hover {
  background: #186c86 !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 28px rgba(24, 108, 134, .18) !important;
}

@media (max-width: 900px) {
  body.team-page.white-page .team-members-grid {
    grid-template-columns: 1fr !important;
  }

  body.team-page.white-page .team-member-card {
    flex-direction: column !important;
  }

  body.team-page.white-page .team-member-photo {
    flex: none !important;
    width: 100% !important;
  }

  body.team-page.white-page .team-member-photo img {
    min-height: 280px !important;
  }
}

/* Help category list: remove left thumbnail */
body.help-page .help-directory .help-question-card {
  grid-template-columns: minmax(0, 1fr) !important;
  min-height: 0 !important;
}

body.help-page .help-directory .help-question-card::before {
  display: none !important;
  content: none !important;
}

/* Honors index: pagination */
body.honors-page.white-page .honors-cert-section {
  padding-top: 50px !important;
}

body.honors-page.white-page .honors-cert-section .pagination {
  display: flex !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 40px 0 60px !important;
  margin: 0 !important;
}

body.honors-page.white-page .honors-cert-section .pagination span {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
  background: #fff !important;
  border: 1px solid #dbe8ec !important;
  color: #186c86 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

body.honors-page.white-page .honors-cert-section .pagination .active {
  background: #186c86 !important;
  color: #fff !important;
  border-color: #186c86 !important;
}

/* Team detail pages: related articles section */
body.team-detail-page.white-page .news-like-section {
  background: #fff !important;
  padding-top: 0 !important;
  padding-bottom: 80px !important;
}

body.team-detail-page.white-page .news-like-section .section-title {
  margin: 0 0 34px !important;
  color: #142231 !important;
  font-size: 34px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

body.team-detail-page.white-page .news-like-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

body.team-detail-page.white-page .news-like-card {
  display: flex !important;
  min-height: 410px !important;
  overflow: hidden !important;
  flex-direction: column !important;
  border: 1px solid #dbe8ec !important;
  border-radius: 6px !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.team-detail-page.white-page .news-like-card img {
  width: 100% !important;
  height: 170px !important;
  object-fit: cover !important;
  border-radius: 6px 6px 0 0 !important;
}

body.team-detail-page.white-page .news-like-card > div {
  display: flex !important;
  flex: 1 !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  padding: 24px !important;
}

body.team-detail-page.white-page .news-like-card span {
  display: inline-flex !important;
  min-height: 34px !important;
  align-items: center !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  background: #eef7f8 !important;
  color: #186c86 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.team-detail-page.white-page .news-like-card h3 {
  margin: 14px 0 12px !important;
  color: #142231 !important;
  font-size: 20px !important;
  line-height: 1.45 !important;
  font-weight: 800 !important;
}

body.team-detail-page.white-page .news-like-card p {
  margin: 0 0 26px !important;
  color: #4f626d !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
}

body.team-detail-page.white-page .news-like-card a {
  display: inline-flex !important;
  width: auto !important;
  min-width: 116px !important;
  height: 44px !important;
  margin-top: auto !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 18px !important;
  border: 1px solid rgba(24, 108, 134, .2) !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: #186c86 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

body.team-detail-page.white-page .news-like-card a:hover {
  border-color: #186c86 !important;
  background: #186c86 !important;
  color: #fff !important;
}

body.team-detail-page.white-page .news-like-section .more-wrap {
  margin-top: 34px !important;
  text-align: center !important;
}

@media (max-width: 1100px) {
  body.team-detail-page.white-page .news-like-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  body.team-detail-page.white-page .news-like-grid {
    grid-template-columns: 1fr !important;
  }
}

/* Team detail pages: remove default section bottom spacing */
body.team-detail-page.white-page .section {
  margin-bottom: 0 !important;
}

/* ---- shared rich footer: match homepage on every page ---- */
.site-footer {
  height: auto !important;
  padding: 0 !important;
  color: #c5d3d8 !important;
  background: #1f3545 !important;
  font-size: 14px !important;
}

.site-footer .footer-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  min-height: auto;
  padding: 42px 0 36px;
}

.site-footer .footer-main {
  display: grid;
  gap: 18px;
}

.site-footer .footer-brand {
  display: flex;
  align-items: center;
  justify-items: start;
}

.site-footer .footer-logo {
  width: 150px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: .9;
}

.site-footer .footer-summary {
  max-width: 680px;
  text-align: left;
  color: #c5d3d8;
  line-height: 1.85;
  font-size: 15px;
}

.site-footer .footer-aside {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-footer .footer-contact-list {
  display: grid;
  gap: 14px;
}

.site-footer .footer-contact-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: center;
  color: inherit;
}

.site-footer .footer-contact-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .10);
  color: #d8f5fa;
}

.site-footer .footer-contact-item b {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.site-footer .footer-contact-item small {
  display: block;
  color: #aabdc5;
  font-size: 13px;
}

.site-footer .footer-wechat {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 220px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 16px;
}

.site-footer .footer-wechat img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .18);
  background: #fff;
}

.site-footer .footer-wechat b {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.site-footer .footer-wechat small {
  display: block;
  margin-top: 4px;
  color: #aabdc5;
  font-size: 13px;
}

.site-footer .footer-bottom {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, .16);
  text-align: center;
  color: #9fb1bb;
  font-size: 13px;
  letter-spacing: .08em;
}

@media (max-width: 1200px) {
  .site-footer .footer-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .site-footer .footer-aside {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .site-footer .footer-wechat {
    min-width: 0;
  }
}

@media (max-width: 860px) {
  .site-footer .footer-aside {
    flex-direction: column;
    align-items: stretch;
  }

  .site-footer .footer-wechat {
    justify-content: flex-start;
  }
}

/* Unified pagination: the shared `songshen/pagination` partial renders the current
   page as <span class="active"> and every other page as a plain <a>. Page-scoped
   styles only sized the <span>, so the active page showed as an oversized circle
   next to unstyled text links. Style the numbered links to match the active item so
   every page number is an equal circle on all list pages. */
.pagination {
  align-items: center !important;
  flex-wrap: wrap !important;
}

.pagination a:not(.page-nav),
.pagination span {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
  box-sizing: border-box !important;
  background: #fff !important;
  border: 1px solid var(--line, #dbe8ec) !important;
  color: var(--brand, #186c86) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
}

.pagination a:not(.page-nav):hover {
  background: var(--brand, #186c86) !important;
  color: #fff !important;
}

.pagination .active {
  background: var(--brand, #186c86) !important;
  color: #fff !important;
  border-color: var(--brand, #186c86) !important;
}

.pagination .page-nav {
  display: inline-flex !important;
  align-items: center !important;
  height: 42px !important;
  padding: 0 14px !important;
  color: var(--brand, #186c86) !important;
  font-weight: 700 !important;
}
