﻿/* ============================================================
   闁诲繒鍋犵划楣冨Χ閸ф绀傛い鎺戝婢规洖霉閸忛棿浜㈡い鎾虫憸閺侇噣宕煎鍛闂佸憡鏌￠崜婵囨櫠瀹ュ鏅柛顐ゅ枑閻濐噣姊洪锝堝闁诡喖瀛╃€电厧鈻庡▎鎴狀槴
   婵炴垶鎸剧划顖炴偋閸楃儐鍤曢煫鍥ㄥ搸閳?- style.css
   ============================================================ */

/* 闂佸啿鍘滈崑鎾绘煃閸忓浜?Reset & Base 闂佸啿鍘滈崑鎾绘煃閸忓浜?*/
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px; color: #333; background: #F2EFE8; line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  padding-top: 106px; /* 濡炪倛鍩栭悥?6px + 閻庝絻澹堥崺?0px */
}
a { text-decoration: none; color: inherit; }
ul, ol { list-style: none; }
img { max-width: 100%; height: auto; vertical-align: middle; }
button { cursor: pointer; border: none; background: none; font: inherit; }

/* 闂佸啿鍘滈崑鎾绘煃閸忓浜?Container 闂佸啿鍘滈崑鎾绘煃閸忓浜?*/
.container { max-width: 1300px; margin: 0 auto; padding: 0 12px; }

/* 闁冲厜鍋撻柍鍏夊亾 Header (Top Bar + Nav, fixed together) 闁冲厜鍋撻柍鍏夊亾 */
.site-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 1000; background: #F5F3EF; height: 106px; transition: height .3s ease; }
.top-bar { background: #F5F3EF; color: #0F2440; font-size: 13px; line-height: 36px; height: 36px; transition: height .3s ease; }
.top-download-btn { color: #0F2440; font-size: 13px; text-decoration: none; margin-left: auto; margin-right: 0; transition: color .2s; }
.top-download-btn:hover { color: #C41230; }
.wechat-drop { position: relative; cursor: pointer; margin-left: 0; }
.site-header.top-hidden { height: 70px; }
.site-header.top-hidden .top-bar { height: 0; overflow: hidden; }
.top-bar .container { display: flex; justify-content: space-between; align-items: center; }
.welcome-ticker { overflow: hidden; white-space: nowrap; }
.wechat-drop { position: relative; cursor: pointer; margin-left: 16px; }
/* 濞存粌鐬煎ǎ顕€鎯嶆担姝屽墾缂?- 闁绘劗鎳撻崵顔碱嚕閻熸澘姣?*/
.qr-overlay { display: none; position: fixed; top: 50px; right: 20px; z-index: 10000; }
.qr-overlay.show { display: block; }
.qr-modal { background: #fff; border-radius: 12px; padding: 20px 18px 16px; text-align: center; box-shadow: 0 8px 32px rgba(0,0,0,.18); position: relative; width: 220px; }
.qr-modal img { width: 140px; height: 140px; object-fit: contain; display: block; margin: 0 auto 10px; }
.qr-modal p { font-size: 13px; color: #555; margin: 0; }
.qr-close { position: absolute; top: 10px; right: 14px; width: 28px; height: 28px; border: none; background: #f0f0f0; border-radius: 50%; font-size: 18px; color: #888; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s, color .2s; }
.qr-close:hover { background: #C41230; color: #fff; }

/* 闂佸啿鍘滈崑鎾绘煃閸忓浜?Navigation 闂佸啿鍘滈崑鎾绘煃閸忓浜?*/
.navbar { position: relative; height: 70px; background: rgba(255,255,255,.95); backdrop-filter: blur(12px); box-shadow: 0 2px 12px rgba(0,0,0,.06); transition: background .3s; }
.navbar .container { display: flex; justify-content: space-between; align-items: center; height: 100%; }
.logo { height: 100%; display: flex; align-items: center; }
.logo img { max-height: 45px; }
.nav-links { display: flex; gap: 0; align-items: center; height: 100%; }
.nav-links > li { position: relative; height: 100%; display: flex; align-items: center; }
.nav-links > li > a {
  display: flex; align-items: center; height: 100%; padding: 0 14px;
  font-size: 15px; font-weight: 700; color: #222;
  position: relative; transition: color .25s;
}
.nav-links > li > a:hover, .nav-links > li.active > a { color: #C41230; }
.nav-links > li > a::after {
  content: ''; position: absolute; bottom: 18px; left: 14px; right: 14px;
  height: 2px; background: #C41230; transform: scaleX(0); transform-origin: left;
  transition: transform .3s ease;
}
.nav-links > li > a:hover::after, .nav-links > li.active > a::after { transform: scaleX(1); }
.nav-toggle { display: none; width: 32px; height: 24px; position: relative; flex-direction: column; justify-content: space-between; }
.nav-toggle span { display: block; height: 2px; background: #333; transition: all .3s; }

/* Dropdown */
/* Dropdown */
.dropdown {
  position: absolute; top: 100%; left: 50%;
  transform: translateX(-50%) translateY(8px) scale(.92);
  min-width: 175px; background: #fff;
  box-shadow: 0 0 0 1px rgba(15,36,64,.04), 0 12px 40px rgba(15,36,64,.10), 0 4px 12px rgba(15,36,64,.05);
  border-radius: 10px; padding: 8px 6px;
  opacity: 0; pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
  z-index: 100; white-space: nowrap;
}
/* 桥接：填补 li 和 dropdown 之间的间隙，防止 hover 断裂 */
.nav-links > li::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
}
.nav-links > li:first-child .dropdown,
.nav-links > li:nth-child(2) .dropdown { left: 0; transform: translateX(0) translateY(8px) scale(.92); }
.nav-links > li:hover .dropdown {
  opacity: 1; transform: translateX(-50%) translateY(0) scale(1); pointer-events: auto;
}
.nav-links > li:first-child:hover .dropdown,
.nav-links > li:nth-child(2):hover .dropdown { transform: translateX(0) translateY(0) scale(1); }
.dropdown a {
  display: block; padding: 8px 22px;
  font-family: inherit; font-size: 14px; font-weight: 400; color: #3D4A5C;
  letter-spacing: .02em;
  border-radius: 0 6px 6px 0;
  border-left: 3px solid transparent;
  transition: color .22s, background .22s, border-left-color .22s, padding-left .28s cubic-bezier(.22,.61,.355,1);
  white-space: nowrap; text-decoration: none; line-height: 1.6;
}
.dropdown a:hover {
  color: #C41230; background: #FFF0F0;
  border-left-color: #C41230;
  padding-left: 30px;
}

/* ===== BANNER ===== */
.banner {
  position: relative; overflow: hidden; min-height: calc(100vh - 106px);
  max-width: 1440px; margin: 0 auto;
  background: transparent; display: flex; align-items: stretch;
  margin-top: 0 !important;
  cursor: default;
}

/* 闁冲厜鍋撻柍鍏夊亾 Left: text panel 闁冲厜鍋撻柍鍏夊亾 */
.banner-left { flex: 0 0 62%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 0 4% 0 9%; position: relative; background: #F2EFE8; z-index: 2; clip-path: polygon(0 0, 68% 0, 100% 100%, 0 100%); overflow: hidden; }

.banner-left .banner-title,
.banner-left .banner-sub { pointer-events: none; }
.banner-title {
  font-family: SimHei, "濮掓稒鍨崇紞?, sans-serif;
  color: #0F2440; font-size: 40px; font-weight: 700;
  margin-bottom: 16px; line-height: 1.3;
}
.banner-sub {
  font-family: SimHei, "濮掓稒鍨崇紞?, sans-serif;
  color: #0F2440; opacity: .85; font-size: 18px;
  line-height: 1.7; margin-bottom: 24px;
}
.banner-btn {
  display: inline-block; width: auto; margin-top: 24px;
  padding: 12px 32px; background: #C41230; color: #fff;
  border-radius: 4px; font-size: 15px; font-weight: 600;
  transition: background .3s; align-self: flex-start;
  cursor: pointer;
  pointer-events: auto;
}
.banner-btn:hover { background: #0F2440; }

/* 闁冲厜鍋撻柍鍏夊亾 Text slide in/out 闁冲厜鍋撻柍鍏夊亾 */
.banner-left > * {
  opacity: 0; transform: translateX(-700px);
}
.banner-left.text-in > * {
  opacity: 1; transform: translateX(0);
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.banner-left.text-in > :nth-child(1) { transition-delay: 0s; }
.banner-left.text-in > :nth-child(2) { transition-delay: .4s; }
.banner-left.text-in > :nth-child(3) { transition-delay: .8s; }
.banner-left.text-out > * {
  opacity: 0 !important; transform: translateX(-700px) !important;
  transition: opacity 1.5s ease, transform 1.5s ease;
}
.banner-left.text-out > :nth-child(1) { transition-delay: 0s !important; }
.banner-left.text-out > :nth-child(2) { transition-delay: .4s !important; }
.banner-left.text-out > :nth-child(3) { transition-delay: .8s !important; }

/* 闁冲厜鍋撻柍鍏夊亾 Right: image area 闁冲厜鍋撻柍鍏夊亾 */
.banner-visual { position: absolute; inset: 0; z-index: 1; overflow: hidden; background: #F2EFE8; }
.banner-visual .banner-slide { position: absolute; inset: 0; visibility: hidden; pointer-events: none; z-index: 0; background: #F2EFE8; opacity: 0;
}
.banner-visual .banner-slide.show {
  visibility: visible; pointer-events: none;
  opacity: 1;
}
.banner-visual .banner-img {
  width: 100%; height: 100%; object-fit: contain; display: block;
  object-position: calc(100% + 165px) center;
  pointer-events: none;
}

/* 闁冲厜鍋撻柍鍏夊亾 Curtain (blue) 闁冲厜鍋撻柍鍏夊亾 */
.banner-curtain {
  position: absolute; inset: 0;
  background: #0F2440; z-index: 1;
  transform: translateY(100%);
  pointer-events: none;
}
.banner-curtain.cover {
  animation: curtainCover 1.0s ease-in-out forwards;
}
.banner-curtain.uncover {
  animation: curtainUncover 1.0s ease-in-out forwards;
}
@keyframes curtainCover {
  from { transform: translateY(100%); }
  to   { transform: translateY(0%); }
}
@keyframes curtainUncover {
  from { transform: translateY(0%); }
  to   { transform: translateY(100%); }
}

/* 闁冲厜鍋撻柍鍏夊亾 Thumbnails (above dots) 闁冲厜鍋撻柍鍏夊亾 */
.banner-thumbs {
  position: absolute; bottom: 54px; left: 80px;
  z-index: 4; display: flex; gap: 8px;
; pointer-events: auto;}
.banner-thumbs .thumb {
  width: 56px; height: 40px; border-radius: 4px;
  overflow: hidden; border: 2px solid transparent;
  cursor: pointer; padding: 0; background: none;
  transition: border-color .35s, filter .35s, opacity .35s;
  filter: grayscale(100%); opacity: 0.45;
}
.banner-thumbs .thumb.active {
  border-color: #0F2440; filter: none; opacity: 1;
}
.banner-thumbs .thumb img {
  width: 100%; height: 100%; object-fit: contain; display: block;
}

/* 闁冲厜鍋撻柍鍏夊亾 Dots 闁冲厜鍋撻柍鍏夊亾 */
.banner-dots {
  position: absolute; bottom: 28px; left: 80px;
  z-index: 4; display: flex; gap: 10px;
; pointer-events: auto;}
.banner-dots .dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(15,36,64,.25); cursor: pointer;
  border: none; transition: all .35s; padding: 0;
}
.banner-dots .dot.active {
  background: #0F2440; width: 28px; border-radius: 5px;
}

/* 闁冲厜鍋撻柍鍏夊亾 Scroll indicator 闁冲厜鍋撻柍鍏夊亾 */
.banner-scroll {
  position: absolute; bottom: 24px; left: 50%;
  transform: translateX(-50%); z-index: 4;
  display: flex; flex-direction: column; align-items: center; gap: 10px;
  pointer-events: auto; cursor: pointer;
}
.scroll-line {
  width: 6px; height: 48px;
  background: rgba(15,36,64,.12);
  position: relative; overflow: hidden;
}
.scroll-dot {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 15px; height: 15px; border-radius: 50%;
  background: #C41230;
  animation: scrollDot 2.2s ease-in-out infinite;
}
@keyframes scrollDot {
  0%, 100% { top: 0; opacity: 0; }
  15% { opacity: 1; }
  85% { top: 33px; opacity: 0; }
}
.scroll-text {
  font-size: 10px; letter-spacing: 3px;
  color: rgba(15,36,64,.22); font-weight: 500;
}

/* 闂佸啿鍘滈崑鎾绘煃閸忓浜?Sections 闂佸啿鍘滈崑鎾绘煃閸忓浜?*/
.section-white { padding: 80px 0; background: #fff; }
.section-gray { padding: 80px 0; background: #f8f8f8; }
.sec-head { text-align: center; margin-bottom: 48px; }
.sec-tag { display: inline-block; font-size: 13px; font-weight: 600; color: #C41230; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 8px; }
.sec-title { font-size: 32px; font-weight: 700; color: #0F2440; margin-bottom: 12px; }
.sec-desc { font-size: 15px; color: #777; max-width: 600px; margin: 0 auto; }
.sec-line { width: 48px; height: 3px; background: #C41230; margin: 16px auto 0; }

/* 闁冲厜鍋撻柍鍏夊亾 About Split (閻犙勫缁诲酣骞嬮幋婊勭拨) 闁冲厜鍋撻柍鍏夊亾 */
.about-split { display: flex; gap: 0; align-items: stretch; }
.about-split-left { flex: 0 0 52%; padding-right: 48px; min-width: 0; }
.about-left-intro { position: relative; margin-bottom: 28px; padding-left: 20px; }
.about-accent-bar { position: absolute; left: 0; top: 4px; bottom: 4px; width: 3px; background: #C41230; border-radius: 2px; }
.about-left-intro p { font-size: 15px; color: #555; line-height: 1.65; margin: 0; }
.about-left-intro strong { color: #0F2440; font-weight: 600; }
.about-blue-bold { color: #0F2440; font-weight: 700; }
.about-firm-name { font-size: 22px; font-weight: 900; color: #0F2440; letter-spacing: 3px; }

.about-right-footer { text-align: right; margin-top: 24px; }
.about-more-link { display: inline-flex; align-items: center; gap: 6px; padding: 8px 24px; background: #B89868; color: #fff; font-family: "Noto Sans SC", "PingFang SC", sans-serif; font-size: 14px; font-weight: 500; border-radius: 8px; text-decoration: none; letter-spacing: 2px; transition: all .3s ease; box-shadow: 0 2px 8px rgba(184,152,104,.25); }
.about-more-link span { transition: transform .3s; }
.about-more-link:hover { gap: 8px; background: #A82828; color: #fff; transform: translateY(-2px); box-shadow: 0 4px 14px rgba(168,40,40,.3); }
.about-more-link:hover span { transform: translateX(4px); }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-bottom: 24px; border-radius: 24px; overflow: hidden; contain: layout style paint; box-shadow: 0 4px 20px rgba(15,36,64,.06); position: relative; }
.about-val-card { background: #fff; border: none; border-right: 1px solid rgba(15,36,64,.08); border-radius: 0; padding: 18px 14px 16px; text-align: center; transition: all .35s cubic-bezier(.4,0,.2,1); position: relative; z-index: 1; }
.about-val-card:last-child { border-right: none; }
.about-val-card:hover { background: #0F2440; transform: scale(1.06); z-index: 2; box-shadow: 0 8px 32px rgba(15,36,64,.25), 0 0 0 4px rgba(184,152,104,.15); }
.about-val-card:hover h4 { color: #B89868; font-size: 18px; letter-spacing: 3px; }
.about-val-card:hover p { color: rgba(255,255,255,.65); }
.about-val-card:hover .avc-icon { color: #B89868; }
.avc-icon { width: 36px; height: 36px; margin: 0 auto 16px; color: #C41230; display: flex; align-items: center; justify-content: center; transition: color .3s; }
.about-val-card .avc-big-num { font-size: 45px; font-weight: 800; color: #C41230; line-height: 1; margin-bottom: 10px; transition: color .3s; letter-spacing: -2px; }
.about-val-card .avc-big-num .avc-plus { font-size: 20px; font-weight: 700; color: #C41230; vertical-align: baseline; position: relative; top: 5px; margin-left: 0; transition: color .3s; }
.about-val-card .avc-num-label { font-size: 16px; color: #0F2440; font-weight: 600; line-height: 1.5; transition: color .3s; letter-spacing: 1px; }
.about-val-card:hover .avc-big-num { color: #B89868; }
.about-val-card:hover .avc-big-num .avc-plus { color: #B89868; }
.about-val-card:hover .avc-num-label { color: rgba(255,255,255,.7); }
.about-val-card h4 { font-size: 15px; font-weight: 700; color: #0F2440; margin-bottom: 10px; transition: all .3s; }
.about-val-card p { font-size: 13px; color: #888; line-height: 1.6; transition: color .3s; }
.about-split-divider { flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 0 16px; }
.about-split-dot { width: 6px; height: 6px; border-radius: 50%; background: #C41230; opacity: .35; }
.about-split-dot:nth-child(2) { width: 8px; height: 8px; opacity: .55; }
.about-split-dot:nth-child(3) { opacity: .25; }
.about-split-right { flex: 0 0 42%; min-width: 0; padding-left: 48px; }

/* --- Three merit cards --- */
.merit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.merit-card { position: relative; background: #fff; padding: 32px 24px 28px; border-left: 3px solid #E0E4EA; transition: box-shadow .3s, border-color .3s; cursor: default; text-align: center; }
.merit-card:first-child { border-left: none; }
.merit-card-icon { width: 40px; height: 40px; margin: 0 auto 16px; color: #B89868; }
.merit-card h4 { font-size: 17px; font-weight: 700; color: #B89868; margin-bottom: 10px; line-height: 1.3; letter-spacing: 1px; }
.merit-card p { font-size: 13px; line-height: 1.7; color: #5A6270; margin: 0; }

.merit-card:hover { border-left-color: #B89868; box-shadow: 0 8px 28px rgba(15,36,64,.08); }
.merit-card:first-child:hover { border-left: 3px solid #B89868; margin-left: -3px; }

/* 闁冲厜鍋撻柍鍏夊亾 News 闁冲厜鍋撻柍鍏夊亾 */
.news-section { padding-top: 50px !important; padding-bottom: 30px !important; }

/* 闁冲厜鍋撻柍鍏夊亾 News / Section Head (nsh = News Section Head) 闁冲厜鍋撻柍鍏夊亾 */
.news-sec-head { text-align: center; margin-bottom: 48px; }
.nsh-tag { display: block; font-size: 13px; font-weight: 700; color: #C41230; letter-spacing: 4px; text-transform: uppercase; margin-bottom: 8px; }
.nsh-title { font-size: 36px; font-weight: 800; color: #0F2440; letter-spacing: 8px; margin-bottom: 10px; line-height: 1.1; }
.nsh-divider { width: 160px; height: 3px; background: #C9A84C; margin: 0 auto 12px; border-radius: 2px; }
.nsh-divider span { display: block; }
.nsh-desc { font-size: 15px; color: #999; letter-spacing: 4px; font-weight: 300; }

/* 闁冲厜鍋撻柍鍏夊亾 News Dashboard 闁冲厜鍋撻柍鍏夊亾 */
.news-dashboard { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 8px; }
.nd-panel { border-radius: 12px; overflow: hidden; height: 450px; display: flex; flex-direction: column; }

/* Main capsule with inner pills */
.nd-main-capsule { display: flex; background: #f5f5f5; border-radius: 24px; padding: 5px; margin: 16px; }
.nd-mtab { flex: 1; padding: 10px 0; text-align: center; font-size: 14px; font-weight: 700; color: #999; border-radius: 20px; cursor: pointer; transition: all .3s; border: none; background: transparent; }
.nd-mtab.active { background: #0F2440; color: #fff; }
.nd-mtab:hover:not(.active) { color: #0F2440; }

/* Sub wrap */
.nd-sub-wrap { display: none; }
.nd-sub-wrap.active { display: flex; flex-direction: column; flex: 1; overflow: hidden; padding: 0 16px 12px; }

/* Sub tabs (small pills) */
.nd-sub-tabs { display: flex; gap: 8px; margin-bottom: 16px; }
.nd-stab { padding: 5px 16px; font-size: 12px; font-weight: 600; color: #888; border: 1px solid #e0e0e0; border-radius: 14px; cursor: pointer; transition: all .25s; background: transparent; }
.nd-stab.active { background: #C41230; color: #fff; border-color: #C41230; }
.nd-stab:hover:not(.active) { border-color: #C41230; color: #C41230; }

/* Sub panel */
.nd-sub-panel { display: none; }
.nd-sub-panel.active { display: flex; flex-direction: column; flex: 1; overflow: hidden; }

/* List */
.nd-list { flex: 1; overflow-y: auto; }

/* 闁冲厜鍋撻柍鍏夊亾 nd-list custom scrollbar 闁冲厜鍋撻柍鍏夊亾 */
.nd-list::-webkit-scrollbar { width: 5px; }
.nd-list::-webkit-scrollbar-track { background: transparent; margin: 4px 0; }
.nd-list::-webkit-scrollbar-thumb { background: #0F2440; border-radius: 3px; }
.nd-list::-webkit-scrollbar-thumb:hover { background: #1a3a60; }
.nd-list { scrollbar-width: thin; scrollbar-color: #0F2440 transparent; }
.nd-item { display: flex; align-items: flex-start; gap: 10px; padding: 12px 0 12px 14px; border-bottom: 1px solid #f5f5f5; position: relative; transition: background .3s; }
.nd-item:hover, .nd-item--focus { background: rgba(196,18,48,.03); }
.nd-item::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: #eaeaec; border-radius: 1px; }
.nd-item::after { content: ''; position: absolute; left: 0; top: 0; width: 2px; height: 0; background: #C41230; border-radius: 1px; transition: height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.nd-item--focus::after, .nd-item:hover::after { height: 100%; }
.nd-item:last-child { border-bottom: none; }
.nd-date { flex-shrink: 0; font-size: 13px; font-weight: 600; color: #888; min-width: 80px; padding-top: 1px; }
.nd-item a { font-size: 14px; color: #333; line-height: 1.5; transition: color .25s, padding-left .25s; text-decoration: none; }
.nd-item a:hover, .nd-item--focus a { color: #C41230; padding-left: 6px; }
.nd-empty { text-align: center; color: #ccc; padding: 40px 0; font-size: 14px; }

/* 闁冲厜鍋撻柍鍏夊亾 Services (Ring + Ledger) 闁冲厜鍋撻柍鍏夊亾 */
#services.section-gray { padding-top: 30px !important; }
#about.section-white { padding-top: 30px !important; }
.svc-cases-cta { text-align: center; margin-top: 32px; }
.svc-cases-cta .btn { font-size: 14px; padding: 10px 28px; border: 1.5px solid rgba(15,36,64,.25); color: #0F2440; border-radius: 6px; transition: all .25s; }
.svc-cases-cta .btn:hover { border-color: #C41230; color: #C41230; background: rgba(196,18,48,.04); }
.svc-cases-cta i { font-style: normal; display: inline-block; transition: transform .25s; }
.svc-cases-cta .btn:hover i { transform: translateX(4px); }
.svc-row { display: flex; gap: 128px; align-items: flex-start; max-width: 1200px; margin: 0 auto; }

/* 闁冲厜鍋撻柍鍏夊亾 Left: Square Ring Layout 闁冲厜鍋撻柍鍏夊亾 */
.svc-ring-wrap { flex: 0 0 480px; max-width: 480px; }
.svc-ring-box { position: relative; width: 100%; aspect-ratio: 1; max-width: 480px; margin: 0 auto; }

/* Shared button base */
.svc-ring-btn { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; position: absolute; cursor: pointer; transition: all .35s cubic-bezier(.4,0,.2,1); border: 2px solid #C41230; background: #fff; color: #334e68; }
.svc-ring-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(26,59,112,.12); }
.svc-ring-btn.active { background: #1a3b70; border-color: #1a3b70; color: #fff; box-shadow: 0 6px 20px rgba(26,59,112,.25); }
.svc-ring-btn svg { width: 28px; height: 28px; flex-shrink: 0; }
.svc-ring-btn span { font-size: 13px; font-weight: 700; text-align: center; line-height: 1.2; }

/* Center circle 闁?dead center, highest z-index */
.svc-ring-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 3; }
.svc-ring-center .svc-ring-btn { position: relative; top: auto; left: auto; width: 240px; height: 240px; border-radius: 50%; gap: 10px; background: #1a3b70; border-color: #1a3b70; color: #fff; }
.svc-ring-center .svc-ring-btn:hover { transform: translateY(-4px); }
.svc-ring-center .svc-ring-btn svg { width: 60px; height: 60px; }
.svc-ring-center .svc-ring-btn span { font-size: 18px; }

/* ===== 4 diagonal arc buttons =====
   Each is a large square (208閼?08) extending from its corner well into center territory.
   Inner concave arc via CSS mask: subtract a 140px-radius circle (center ring 100px + 40px gap)
   centered at the same point as the center ring circle. Outer 3 edges fully rounded (54px).
*/
.svc-ring-btn--tl, .svc-ring-btn--tr, .svc-ring-btn--bl, .svc-ring-btn--br {
  width: 208px; height: 208px;
  border-radius: 54px;
  z-index: 1;
  flex-direction: column; gap: 5px;
}
/* TL: concave at bottom-right (inner corner faces center) */
.svc-ring-btn--tl {
  top: 12px; left: 12px;
  padding: 26px 0 0 26px;
  align-items: flex-start; justify-content: flex-start;
  -webkit-mask-image: linear-gradient(black,black), radial-gradient(circle 160px at 228px 228px, black 159px, transparent 160px);
  -webkit-mask-composite: source-out;
  mask-image: linear-gradient(black,black), radial-gradient(circle 160px at 228px 228px, black 159px, transparent 160px);
  mask-composite: subtract;
}
/* TR: concave at bottom-left */
.svc-ring-btn--tr {
  top: 12px; right: 12px;
  padding: 26px 26px 0 0;
  align-items: flex-end; justify-content: flex-start;
  -webkit-mask-image: linear-gradient(black,black), radial-gradient(circle 160px at -20px 228px, black 159px, transparent 160px);
  -webkit-mask-composite: source-out;
  mask-image: linear-gradient(black,black), radial-gradient(circle 160px at -20px 228px, black 159px, transparent 160px);
  mask-composite: subtract;
}
/* BL: concave at top-right */
.svc-ring-btn--bl {
  bottom: 12px; left: 12px;
  padding: 0 0 26px 26px;
  align-items: flex-start; justify-content: flex-end;
  -webkit-mask-image: linear-gradient(black,black), radial-gradient(circle 160px at 228px -20px, black 159px, transparent 160px);
  -webkit-mask-composite: source-out;
  mask-image: linear-gradient(black,black), radial-gradient(circle 160px at 228px -20px, black 159px, transparent 160px);
  mask-composite: subtract;
}
/* BR: concave at top-left */
.svc-ring-btn--br {
  bottom: 12px; right: 12px;
  padding: 0 26px 26px 0;
  align-items: flex-end; justify-content: flex-end;
  -webkit-mask-image: linear-gradient(black,black), radial-gradient(circle 160px at -20px -20px, black 159px, transparent 160px);
  -webkit-mask-composite: source-out;
  mask-image: linear-gradient(black,black), radial-gradient(circle 160px at -20px -20px, black 159px, transparent 160px);
  mask-composite: subtract;
}
.svc-ring-btn--tl.active, .svc-ring-btn--tr.active, .svc-ring-btn--bl.active, .svc-ring-btn--br.active {
  background: #C41230; border-color: #C41230; color: #fff;
  box-shadow: 0 6px 20px rgba(196,18,48,.25);
}
.svc-ring-btn--tl:hover, .svc-ring-btn--tr:hover, .svc-ring-btn--bl:hover, .svc-ring-btn--br:hover {
  background: #FFF5F5; border-color: #E8A0A0;
}
.svc-ring-btn--tl.active:hover, .svc-ring-btn--tr.active:hover, .svc-ring-btn--bl.active:hover, .svc-ring-btn--br.active:hover {
  background: #C41230; border-color: #C41230; color: #fff;
}

/* 闁冲厜鍋撻柍鍏夊亾 Right: Notepad with leather texture 闁冲厜鍋撻柍鍏夊亾 */
.svc-ledger { flex: 1; min-width: 0; position: relative; min-height: 480px; background: #F7F5F0; border-radius: 10px; box-shadow: 0 2px 6px rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.06), 0 3px 0 #E8E2D8; }

/* 闁冲厜鍋撻柍鍏夊亾 Logo header strip 闁冲厜鍋撻柍鍏夊亾 */
.svc-pad-header { position: absolute; top: 14px; left: 18px; right: 18px; z-index: 3; pointer-events: none; }
.svc-pad-hd-bg { display: flex; align-items: center; gap: 12px; padding: 10px 10px; background: #F0EBE3; border-radius: 6px; }
.svc-pad-logo { height: 32px; width: auto; }
.svc-pad-hd-line { margin-top: 4px; height: 0.8px; background: #D9D2C8; }
.svc-pen-nib { position: absolute; top: -6px; right: -4px; z-index: 6; pointer-events: none; width: 32px; height: 32px; transform: rotate(-15deg); }
.svc-pen-nib svg { width: 100%; height: 100%; opacity: .85; filter: drop-shadow(0 1px 2px rgba(196,18,48,.25)); }
/* 闁冲厜鍋撻柍鍏夊亾 Upper-right folded nose ornament 闁冲厜鍋撻柍鍏夊亾 */


/* 闁冲厜鍋撻柍鍏夊亾 Content pages 闁冲厜鍋撻柍鍏夊亾 */
.svc-book { position: absolute; inset: 86px 18px 18px; z-index: 1; overflow: hidden; }
.svc-book-page { position: absolute; inset: 0; display: none; flex-direction: column; padding: 0 14px 10px; overflow-y: auto; overflow-x: hidden; }
.svc-book-page[data-page="audit"] { display: flex; }
.svc-book-page--exit { animation: svcCurlOut .5s cubic-bezier(.4,0,.2,1) forwards; z-index: 2; pointer-events: none; }
.svc-book-page--enter { animation: svcCurlIn .4s cubic-bezier(.4,0,.2,1) .06s both; z-index: 1; }

/* 闁冲厜鍋撻柍鍏夊亾 Page content 闁冲厜鍋撻柍鍏夊亾 */
.svc-page-head { margin-bottom: 10px; position: relative; z-index: 2; }
.svc-page-head h3 { font-family: "Noto Sans SC", "PingFang SC", sans-serif; font-size: 16px; font-weight: 700; color: #2C3641; margin-bottom: 6px; letter-spacing: 2px; padding-bottom: 4px; border-bottom: 2px solid #C41230; display: inline-block; }
.svc-page-head .svc-pos { font-family: "Noto Sans SC", "PingFang SC", sans-serif; font-size: 14px; font-weight: 400; color: #3A424A; line-height: 1.6; padding: 6px 0; border-top: 0.8px solid rgba(217,210,200,.5); border-bottom: 0.8px solid rgba(217,210,200,.5); }
.svc-page-body { flex: 1; position: relative; z-index: 2; }
.svc-page-body h4 { font-family: "Noto Sans SC", "PingFang SC", sans-serif; font-size: 16px; font-weight: 700; color: #2C3641; margin-bottom: 6px; letter-spacing: 2px; padding-bottom: 4px; border-bottom: 2px solid #C41230; display: inline-block; }
.svc-scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 16px; }
.svc-scope-item { font-family: "Noto Sans SC", "PingFang SC", sans-serif; font-size: 14px; font-weight: 400; color: #3A424A; line-height: 1.6; padding: 5px 0; border-bottom: 0.8px solid rgba(217,210,200,.3); transition: color .15s; }
.svc-scope-item:hover { color: #A82828; }
.svc-scope-item:nth-last-child(-n+2) { border-bottom: none; }
.svc-scenarios { margin-top: 8px; font-family: "Noto Sans SC", "PingFang SC", sans-serif; font-size: 14px; font-weight: 400; color: #3A424A; line-height: 1.6; padding-top: 6px; border-top: 0.8px solid rgba(217,210,200,.3); }
.svc-scenarios strong { display: block; font-size: 16px; font-weight: 700; color: #2C3641; margin-bottom: 4px; letter-spacing: 2px; padding-bottom: 4px; border-bottom: 2px solid #C41230; }
.svc-page-foot { margin-top: 8px; font-family: "Noto Sans SC", "PingFang SC", sans-serif; font-size: 12px; font-weight: 300; color: #747C85; letter-spacing: 2px; position: relative; z-index: 2; }

/* 闁冲厜鍋撻柍鍏夊亾 Classic Case button (right side) 闁冲厜鍋撻柍鍏夊亾 */
.svc-notepad-case { position: absolute; right: 18px; bottom: 14px; z-index: 5; display: inline-flex; align-items: center; gap: 4px; padding: 7px 18px; background: #B89868; color: #fff; font-family: "Noto Sans SC", "PingFang SC", sans-serif; font-size: 14px; font-weight: 500; border-radius: 8px; text-decoration: none; letter-spacing: 2px; transition: all .3s ease; box-shadow: 0 2px 8px rgba(184,152,104,.25); }
.svc-notepad-case:hover { background: #A82828; color: #fff; transform: translateY(-2px); box-shadow: 0 4px 16px rgba(168,40,40,.35); }

/* 闁冲厜鍋撻柍鍏夊亾 Corner-curl flip (bottom-right origin) 闁冲厜鍋撻柍鍏夊亾 */
@keyframes svcCurlOut { 0% { opacity: 1; clip-path: inset(0 0 0 0); } 100% { opacity: 0; clip-path: inset(100% 0 0 100%); } }
@keyframes svcCurlIn  { 0% { opacity: 0; clip-path: inset(100% 0 0 100%); } 100% { opacity: 1; clip-path: inset(0 0 0 0); } }


.about-split { display: flex; gap: 0; align-items: stretch; }
.about-split-left { flex: 0 0 52%; padding-right: 48px; min-width: 0; }
.about-left-intro { position: relative; margin-bottom: 28px; padding-left: 20px; }
.about-accent-bar { position: absolute; left: 0; top: 4px; bottom: 4px; width: 3px; background: #C41230; border-radius: 2px; }
.about-left-intro p { font-size: 15px; color: #555; line-height: 1.65; margin: 0; }
.about-left-intro strong { color: #0F2440; font-weight: 600; }
.about-blue-bold { color: #0F2440; font-weight: 700; }
.about-firm-name { font-size: 22px; font-weight: 900; color: #0F2440; letter-spacing: 3px; }



/* ===== About Page Split ===== */
.about-page-split { display: flex; gap: 128px; align-items: flex-start; }
.aps-left { flex: 0 0 65%; }
.aps-right { flex: 1; position: sticky; top: 126px; align-self: flex-start; }
.aps-more { margin-top: 20px; }
.aps-more a { color: #B89868; font-size: 14px; font-weight: 600; text-decoration: none; transition: color .3s; }
.aps-more a:hover { color: #A82828; }
/* cards stack */
.aps-card-stack { display: flex; flex-direction: column; gap: 12px; }
.aps-card--full { display: flex; align-items: center; gap: 16px; padding: 14px 18px; background: #fff; border: 2px solid #C9A84C; border-radius: 8px; text-decoration: none; color: #333; transition: background .35s, transform .35s, box-shadow .35s, border-color .35s; position: relative; overflow: hidden; }
.aps-card--full:hover { background: #0F2440; transform: translateY(-3px); box-shadow: 0 8px 24px rgba(15,36,64,.25); border-color: transparent; color: #fff; }
.aps-card--full .apsc-body, .aps-card--full .apsc-icon, .aps-card--full .apsc-arrow { position: relative; z-index: 1; }
.aps-card--full .apsc-icon { flex-shrink: 0; width: 44px; height: 44px; border-radius: 10px; background: #F0F2F5; display: flex; align-items: center; justify-content: center; transition: background .35s, transform .35s, color .35s; color: #0F2440; }
.aps-card--full:hover .apsc-icon { background: rgba(255,255,255,.15); color: #C9A84C; transform: scale(1.1) rotate(-5deg); }
.aps-card--full .apsc-body { flex: 1; min-width: 0; }
.aps-card--full .apsc-body h4 { font-size: 15px; font-weight: 700; margin-bottom: 3px; color: #0F2440; transition: color .35s; }
.aps-card--full:hover .apsc-body h4 { color: #C9A84C; }
.aps-card--full .apsc-body p { font-size: 12px; color: #666; line-height: 1.4; margin: 0; transition: color .35s; }
.aps-card--full:hover .apsc-body p { color: rgba(255,255,255,.7); }
.aps-card--full .apsc-arrow { flex-shrink: 0; font-size: 16px; color: #0F2440; font-weight: 700; transition: transform .35s, color .35s; }
.aps-card--full:hover .apsc-arrow { transform: translateX(4px); color: #fff; }
/* ====== 濞存粌顑呮慨鐔煎箥閳ь剛绮婚埀顒佺鐎ｎ喓鈧?(profile.php) ====== */

/* ====== 闁告瑦鍨甸惈宥夊储閸℃瑢鏌ゅ?(history.php) 鐠?閹兼潙瀚伴崳鎼佸籍閸洘锛熼弶?====== */

/* 闁冲厜鍋撻柍鍏夊亾 缂佹梹鐗曢悽?闁冲厜鍋撻柍鍏夊亾 */
.tl-mast { position: relative; padding: 40px 0 20px; }
.tl-mast::before { content: ''; position: absolute; left: 50%; top: 0; bottom: 0; width: 56px; transform: translateX(-50%); border-radius: 28px; background: linear-gradient(180deg, rgba(196,18,48,.08) 0%, rgba(196,18,48,.06) 70%, rgba(196,18,48,0) 100%); z-index: 0; }
.tl-mast::after  { content: ''; position: absolute; left: 50%; top: 16px; bottom: 60px; width: 2px; transform: translateX(-50%); background: linear-gradient(180deg, #C41230 0%, rgba(196,18,48,.6) 55%, rgba(196,18,48,.15) 80%, rgba(196,18,48,0) 100%); z-index: 1; }

/* 闁冲厜鍋撻柍鍏夊亾 闁煎搫鍊婚崑锝囨偘?闁冲厜鍋撻柍鍏夊亾 */
.tl-row { position: relative; display: flex; align-items: center; margin-bottom: 52px; min-height: 120px; }
.tl-left  { flex-direction: row; padding-right: calc(50% + 74px); justify-content: flex-end; }
.tl-right { flex-direction: row; padding-left: calc(50% + 74px); }

/* 闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺?闁煎疇娉涘▔顓㈡晬濮樿鲸顏ら幖?+ 婵烇綀绮鹃幗鎴﹀箵韫囨氨鐝堕柨娑樿嫰閸炴挳寮☉妯肩泙闂?闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺?*/
.tl-hex-node { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 3; }
.tl-hex { width: 136px; height: 68px; border-radius: 34px; display: flex; align-items: center; justify-content: center; position: relative;
  background: #fff; border: 2px solid #0F2440; box-shadow: 0 2px 12px rgba(15,36,64,.08); }
.tl-hex--blue, .tl-hex--red { background: #fff; border-color: #0F2440; }
.tl-hex-text { font-size: 18px; font-weight: 700; color: #0F2440; letter-spacing: 3px; white-space: nowrap; position: relative; z-index: 1; }
/* 闁煎搫鍊婚崑锝嗙▔鐎ｎ喖娅ㄩ柤瑙勫絻濞?*/
.tl-hex-dot { position: absolute; bottom: -18px; left: 50%; transform: translateX(-50%); width: 8px; height: 8px; border-radius: 50%; background: #C9A84C; box-shadow: 0 0 0 5px rgba(201,168,76,.1), 0 2px 3px rgba(15,36,64,.12); z-index: 2; }

/* 闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺?闁告劕鎳庨鎰板础閿涘嫬顣?闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺?*/
.tl-card { position: relative; background: #fff; border: none; border-radius: 8px; padding: 20px 26px; max-width: 310px;
  box-shadow: 0 1px 3px rgba(15,36,64,.04), 0 2px 8px rgba(15,36,64,.02); transition: all .45s cubic-bezier(.23,1,.32,1); }
.tl-card h3 { font-size: 17px; font-weight: 700; color: #0F2440; margin-bottom: 10px; letter-spacing: 1px; transition: color .45s; }
.tl-card p { font-size: 13px; color: #888; line-height: 1.8; margin: 0; transition: color .45s; }

/* hover */
.tl-row:hover .tl-card { background: #FDF4F5; transform: translateY(-6px); box-shadow: 0 8px 28px rgba(196,18,48,.08), 0 2px 6px rgba(196,18,48,.04); }
.tl-row:hover .tl-card h3 { color: #C9A84C; }
.tl-row:hover .tl-card p  { color: #555; }

/* 閺夆晝鍋炵敮瀵哥棯?*/
.tl-card-notch { position: absolute; top: 28px; }
.tl-left .tl-card-notch  { right: -22px; width: 22px; height: 1.5px; background: #D4D9E1; }
.tl-right .tl-card-notch { left: -22px; width: 22px; height: 1.5px; background: #D4D9E1; }
.tl-row:hover .tl-card-notch { background: #C9A84C; }

/* 闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺?缂備礁鐗忛崑?闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺?*/
.tl-end { display: flex; flex-direction: column; align-items: center; gap: 12px; padding-top: 10px; position: relative; z-index: 2; }
.tl-end-ring { width: 34px; height: 34px; border-radius: 50%; border: 2px solid #C9A84C; opacity: .15; }
.tl-end-ring::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 8px; height: 8px; border-radius: 50%; background: #C9A84C; opacity: .25; }
.tl-end-text { font-size: 13px; font-weight: 500; color: #0F2440; opacity: .18; letter-spacing: 6px; }

/* 闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺?768 闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺?*/
@media (max-width: 768px) {
  .tl-mast { padding: 28px 0 16px; }
  .tl-mast::before { left: 26px; width: 40px; border-radius: 20px; background: linear-gradient(180deg, rgba(196,18,48,.08) 0%, rgba(196,18,48,.06) 70%, rgba(196,18,48,0) 100%); }
  .tl-mast::after  { left: 26px; top: 12px; bottom: 50px; }
  .tl-left, .tl-right { flex-direction: row; padding: 0 0 0 104px; }
  .tl-hex-node { left: 26px; }
  .tl-hex { width: 108px; height: 54px; border-radius: 27px; }
  .tl-hex-text { font-size: 14px; letter-spacing: 2px; }
  .tl-hex-dot { bottom: -14px; width: 6px; height: 6px; }
  .tl-card { max-width: none; }
  .tl-card-notch { display: none; }
  .tl-row { margin-bottom: 40px; }
}

@media (max-width: 480px) {
  .svc-dcs-card-grid { gap: 10px; }
  
  .tl-mast::before { left: 20px; width: 32px; border-radius: 16px; background: linear-gradient(180deg, rgba(196,18,48,.08) 0%, rgba(196,18,48,.06) 70%, rgba(196,18,48,0) 100%); }
  .tl-mast::after  { left: 20px; top: 10px; bottom: 40px; }
  .tl-left, .tl-right { padding: 0 0 0 76px; }
  .tl-hex-node { left: 20px; }
  .tl-hex { width: 88px; height: 44px; border-radius: 22px; }
  .tl-hex-text { font-size: 12px; letter-spacing: 1.5px; }
  .tl-card { padding: 16px 18px; }
  .tl-card h3 { font-size: 15px; }
  .tl-card p { font-size: 12px; }
}









/* ====== 閻犙冨瀹告繈鎳￠敐鍫㈠礋濡?(honors.php) ====== */
.honor-section { margin-bottom: 44px; }
.honor-section:last-child { margin-bottom: 0; }

/* 闁告牕鎼锟犲冀閸ヮ剦鏆?闁冲厜鍋?闂佽鲸甯炲ú浼村矗瀹€鈧崵?*/
.honor-section-hd { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; padding-bottom: 14px; border-bottom: 3px double rgba(15,36,64,.12); position: relative; }
.honor-section-hd::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 60px; height: 3px; background: #C41230; border-radius: 1.5px; }
.honor-section-icon { width: 42px; height: 42px; border-radius: 10px; background: #0F2440; display: flex; align-items: center; justify-content: center; color: #C9A84C; flex-shrink: 0; box-shadow: 0 2px 10px rgba(15,36,64,.18); }
.honor-section-title { font-size: 18px; font-weight: 800; color: #0F2440; letter-spacing: 1.5px; text-transform: uppercase; }

/* 闁告娲樺顖滄媼閺夎法绉?闁冲厜鍋?闁告绱曟晶鏍ь嚕韫囨挸闅橀柛?*/
.hono-item { display: flex; gap: 20px; align-items: flex-start; background: #F8F9FB; border-radius: 10px; padding: 18px; margin-bottom: 14px; transition: background .2s, box-shadow .2s; overflow: visible; }
.hono-item:hover { background: #F0F2F6; box-shadow: 0 2px 12px rgba(15,36,64,.06); z-index: 50; position: relative; }
.hono-item:hover .hono-item-img { overflow: visible; z-index: 10; }
.hono-item:hover .hono-item-img img { transform: scale(3); }

.hono-item:last-child { margin-bottom: 8px; }
.hono-item-img { flex-shrink: 0; width: 180px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(15,36,64,.06); position: relative; }
.hono-item-img img { display: block; width: 100%; height: auto; object-fit: contain; aspect-ratio: 3/2; background: #fafafa; transition: transform .35s ease; }
.hono-item-body { flex: 1; min-width: 0; }
.hono-item-body h4 { font-size: 16px; font-weight: 700; color: #0F2440; margin: 0 0 8px 0; padding-bottom: 8px; border-bottom: 1px solid rgba(196,18,48,.15); }
.hono-item-body p { font-size: 13.5px; color: #444; line-height: 1.85; margin: 0; }

/* 缂佸矁娅ｆ慨鎼佸箑?*/
.honor-text--empty { color: #bbb; font-style: italic; font-size: 13px; padding: 18px 0; }

@media (max-width: 768px) {
  .honor-section { margin-bottom: 34px; }
  .honor-section-hd { margin-bottom: 18px; padding-bottom: 12px; }
  .honor-section-icon { width: 36px; height: 36px; }
  .honor-section-title { font-size: 16px; }
  .hono-item { gap: 14px; padding: 14px; }
  .hono-item-img { width: 140px; }
  .hono-item-body h4 { font-size: 14px; padding-bottom: 6px; margin-bottom: 6px; }
}

@media (max-width: 480px) {
  .hono-item { flex-direction: column; gap: 12px; padding: 14px; margin-bottom: 12px; }
  .hono-item-img { width: 100%; max-width: 240px; }
  .hono-item-body h4 { font-size: 14px; }
}





/* ====== 濞撮棿妞掔粭鐔煎棘閸パ冾嚙濡?(culture.php) 鐠?闁哄秴娲ㄩ椋庢偘?+ 2閼? 缂傚啯鍨堕悧?hover 閻忕偞娲栫槐?====== */

/* 闁冲厜鍋撻柍鍏夊亾 闁哄秴娲ㄩ椋庢偘?闁冲厜鍋撻柍鍏夊亾 */
.culture-tabs { display: flex; gap: 0; margin-bottom: 20px; }
.cul-tag { flex: 1; padding: 12px 4px; border: none; border-bottom: 3px solid rgba(15,36,64,.08); background: none; cursor: pointer; font-size: 16px; font-weight: 800; color: #999; letter-spacing: 2px; text-align: center; transition: all .25s; }
.cul-tag:hover { color: var(--cul-clr, #0F2440); border-bottom-color: color-mix(in srgb, var(--cul-clr, #0F2440) 50%, transparent); }
.cul-tag.active { color: var(--cul-clr, #0F2440); border-bottom-color: var(--cul-clr, #0F2440); }

/* 闁冲厜鍋撻柍鍏夊亾 缂傚啯鍨堕悧鍝モ偓鍦嚀濞?闁冲厜鍋撻柍鍏夊亾 */
.cul-grid { position: relative; height: 380px; overflow: hidden; }

/* 闁冲厜鍋撻柍鍏夊亾 闁糕晞娅ｉ、鍛村础?闁冲厜鍋撻柍鍏夊亾 */
.cul-card {
  position: absolute; border-radius: 20px;
  z-index: 1; opacity: 1; pointer-events: auto;
  transition: all .45s cubic-bezier(.4,0,.2,1), opacity .35s ease;
  overflow: hidden;
}
/* 闁搞儲绋栭挅鍕⒔閹邦剛鏆板ù?*/
.cul-card:nth-child(1) { top: 4px; left: 4px; right: calc(50% + 8px); bottom: calc(50% + 8px); }
.cul-card:nth-child(2) { top: 4px; left: calc(50% + 8px); right: 4px; bottom: calc(50% + 8px); }
.cul-card:nth-child(3) { top: calc(50% + 8px); left: 4px; right: calc(50% + 8px); bottom: 4px; }
.cul-card:nth-child(4) { top: calc(50% + 8px); left: calc(50% + 8px); right: 4px; bottom: 4px; }

/* 婵絽绻愮槐鍫曞础閿涘嫬顣诲☉鎾崇Т閹捇妫呴棃娑欏殑闁汇劌瀚花鎶芥嚌閹绘帗瀚查梻鍐╂綑婵?*/
.cul-card:nth-child(1) { background: linear-gradient(145deg, #FFFDF7 0%, #FDF8ED 40%, #FAF3E0 100%); border: 1px solid rgba(201,168,76,.2); box-shadow: 0 4px 20px rgba(201,168,76,.06), inset 0 1px 0 #fff; }
.cul-card:nth-child(2) { background: linear-gradient(145deg, #F8FAFC 0%, #EDF2F7 40%, #E2E8F0 100%); border: 1px solid rgba(15,36,64,.1); box-shadow: 0 4px 20px rgba(15,36,64,.05), inset 0 1px 0 #fff; }
.cul-card:nth-child(3) { background: linear-gradient(145deg, #FFFAFA 0%, #FEF0F0 40%, #FDE8E8 100%); border: 1px solid rgba(196,18,48,.12); box-shadow: 0 4px 20px rgba(196,18,48,.05), inset 0 1px 0 #fff; }
.cul-card:nth-child(4) { background: linear-gradient(145deg, #F5F7FA 0%, #E8EDF4 40%, #DCE3ED 100%); border: 1px solid rgba(26,58,92,.1); box-shadow: 0 4px 20px rgba(26,58,92,.05), inset 0 1px 0 #fff; }

/* 闁冲厜鍋撻柍鍏夊亾 缂傚倵鏅濋弳鎰沪?闁冲厜鍋撻柍鍏夊亾 */
.cul-card-thumb { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; height: 100%; padding: 24px 16px; opacity: 1; transition: opacity .25s; }
.cul-thumb-ico { width: 34px; height: 34px; margin-bottom: 10px; color: var(--cul-clr, #0F2440); opacity: .9; }
.cul-card-txt-thumb { font-family: "Noto Serif SC", serif; font-size: 13px; color: #555; line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; max-width: 92%; font-weight: 500; }

/* 闁冲厜鍋撻柍鍏夊亾 閻忕偞娲栫槐鎴犱沪?闁冲厜鍋撻柍鍏夊亾 */
.cul-card-full { display: flex; flex-direction: column; position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .35s ease .05s; border-radius: 20px; overflow: hidden; }

/* 濡炪倕鐖奸崕鎾嚌閸欏钂?*/
.cul-full-topbar { height: 6px; }

/* 閻忕偞娲栫槐鎴濐潰閿濆棙鐎?*/
.cul-full-body { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 32px 48px; text-align: center; background: #fff; }

/* 闁搞儳鍋撻悥?+ 闁哄秴娲。?闁告艾鐭侀、?*/
.cul-full-hdrow { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.cul-full-ico { display: flex; align-items: center; color: var(--cul-clr, #0F2440); opacity: .85; }
.cul-full-title { font-size: 24px; font-weight: 800; color: var(--cul-clr, #0F2440); margin: 0; letter-spacing: 3px; }

/* 闁硅绻楅崼顏堝棘閸パ呮憻 */
.cul-full-desc { font-family: "Noto Serif SC", "SimSun", "STSong", serif; font-size: 18px; font-weight: 500; color: #2D3748; line-height: 2; margin: 0; max-width: 460px; letter-spacing: .5px; }

/* 闁冲厜鍋撻柍鍏夊亾 hover 閻炴稑濂旂拹?闁冲厜鍋撻柍鍏夊亾 */
.cul-grid.hovering .cul-card:not(.active) { opacity: 0; pointer-events: none; transform: scale(.96); }
.cul-grid.hovering .cul-card.active {
  top: 0; left: 0; right: 0; bottom: 0; z-index: 5;
  background: #fff; border-radius: 22px; border-color: var(--cul-clr, #0F2440);
  box-shadow: 0 20px 60px rgba(15,36,64,.12), 0 0 0 1px rgba(15,36,64,.04);
  transform: scale(1); }
.cul-grid.hovering .cul-card.active .cul-card-thumb { opacity: 0; pointer-events: none; }
.cul-grid.hovering .cul-card.active .cul-card-full { opacity: 1; pointer-events: auto; }

@media (max-width: 768px) {
  .cul-grid { height: 320px; }
  .cul-tag { font-size: 14px; }
  .cul-card { border-radius: 16px; }
  .cul-card:nth-child(1) { right: calc(50% + 5px); bottom: calc(50% + 5px); }
  .cul-card:nth-child(2) { left: calc(50% + 5px); bottom: calc(50% + 5px); }
  .cul-card:nth-child(3) { top: calc(50% + 5px); right: calc(50% + 5px); }
  .cul-card:nth-child(4) { top: calc(50% + 5px); left: calc(50% + 5px); }
  .cul-card-thumb { padding: 16px 10px; }
  .cul-thumb-ico { width: 28px; height: 28px; }
  .cul-card-txt-thumb { font-size: 12px; -webkit-line-clamp: 2; }
  .cul-full-body { padding: 24px 28px; }
  .cul-full-hdrow { gap: 10px; margin-bottom: 14px; }
  .cul-full-ico svg { width: 30px; height: 30px; }
  .cul-full-title { font-size: 20px; letter-spacing: 2px; }
  .cul-full-desc { font-size: 15px; }
}

@media (max-width: 480px) {
  .cul-grid { height: 280px; }
  .cul-tag { font-size: 13px; letter-spacing: 1px; }
  .cul-card { border-radius: 14px; }
  .cul-card:nth-child(1) { right: calc(50% + 4px); bottom: calc(50% + 4px); }
  .cul-card:nth-child(2) { left: calc(50% + 4px); bottom: calc(50% + 4px); }
  .cul-card:nth-child(3) { top: calc(50% + 4px); right: calc(50% + 4px); }
  .cul-card:nth-child(4) { top: calc(50% + 4px); left: calc(50% + 4px); }
  .cul-card-thumb { padding: 14px 8px; }
  .cul-thumb-ico { width: 24px; height: 24px; margin-bottom: 6px; }
  .cul-card-txt-thumb { font-size: 10px; }
  .cul-full-body { padding: 18px 16px; }
  .cul-full-hdrow { gap: 8px; margin-bottom: 12px; }
  .cul-full-ico svg { width: 26px; height: 26px; }
  .cul-full-title { font-size: 18px; letter-spacing: 1.5px; }
  .cul-full-desc { font-size: 13px; }
}/* --- 閻庢稒鍔欓妴澶屸偓浣冨閸╁懘宕￠敍鍕暬 (profile/history/honors/culture 闁告瑥鍘栭弲? --- */
.profile-nav-cards { display: flex; flex-direction: column; gap: 10px; }
.pnc-item { display: flex; align-items: center; gap: 14px; padding: 14px 18px; background: #fff; border: 1px solid rgba(15,36,64,.08); border-radius: 10px; text-decoration: none; color: #333; transition: all .3s; position: relative; overflow: hidden; }
.pnc-item:hover { background: #0F2440; border-color: #0F2440; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(15,36,64,.15); }
.pnc-item:hover .pnc-body, .pnc-item:hover .pnc-arr { color: #fff; }
.pnc-item:hover .pnc-icon { background: rgba(255,255,255,.15); color: #C9A84C; }
.pnc-icon { flex-shrink: 0; width: 40px; height: 40px; border-radius: 8px; background: #F0F2F5; display: flex; align-items: center; justify-content: center; color: #0F2440; transition: all .3s; }
.pnc-body { flex: 1; font-size: 15px; font-weight: 600; color: #0F2440; transition: color .3s; }
.pnc-arr { flex-shrink: 0; font-size: 18px; font-weight: 700; color: #0F2440; transition: transform .3s, color .3s; }
.pnc-item:hover .pnc-arr { transform: translateX(4px); }

/* Sub wrap */
.nd-sub-wrap { display: none; }
.nd-sub-wrap.active { display: flex; flex-direction: column; flex: 1; overflow: hidden; padding: 0 16px 12px; }

/* Sub tabs (small pills) */
.nd-sub-tabs { display: flex; gap: 8px; margin-bottom: 16px; }
.nd-stab { padding: 5px 16px; font-size: 12px; font-weight: 600; color: #888; border: 1px solid #e0e0e0; border-radius: 14px; cursor: pointer; transition: all .25s; background: transparent; }
.nd-stab.active { background: #C41230; color: #fff; border-color: #C41230; }
.nd-stab:hover:not(.active) { border-color: #C41230; color: #C41230; }

/* Sub panel */
.nd-sub-panel { display: none; }
.nd-sub-panel.active { display: flex; flex-direction: column; flex: 1; overflow: hidden; }

/* List */
.nd-list { flex: 1; overflow-y: auto; }

/* 闁冲厜鍋撻柍鍏夊亾 nd-list custom scrollbar 闁冲厜鍋撻柍鍏夊亾 */
.nd-list::-webkit-scrollbar { width: 5px; }
.nd-list::-webkit-scrollbar-track { background: transparent; margin: 4px 0; }
.nd-list::-webkit-scrollbar-thumb { background: #0F2440; border-radius: 3px; }
.nd-list::-webkit-scrollbar-thumb:hover { background: #1a3a60; }
.nd-list { scrollbar-width: thin; scrollbar-color: #0F2440 transparent; }
.nd-item { display: flex; align-items: flex-start; gap: 10px; padding: 12px 0 12px 14px; border-bottom: 1px solid #f5f5f5; position: relative; transition: background .3s; }
.nd-item:hover, .nd-item--focus { background: rgba(196,18,48,.03); }
.nd-item::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px; background: #eaeaec; border-radius: 1px; }
.nd-item::after { content: ''; position: absolute; left: 0; top: 0; width: 2px; height: 0; background: #C41230; border-radius: 1px; transition: height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.nd-item--focus::after, .nd-item:hover::after { height: 100%; }
.nd-item:last-child { border-bottom: none; }
.nd-date { flex-shrink: 0; font-size: 13px; font-weight: 600; color: #888; min-width: 80px; padding-top: 1px; }
.nd-item a { font-size: 14px; color: #333; line-height: 1.5; transition: color .25s, padding-left .25s; text-decoration: none; }
.nd-item a:hover, .nd-item--focus a { color: #C41230; padding-left: 6px; }
.nd-empty { text-align: center; color: #ccc; padding: 40px 0; font-size: 14px; }

/* 闂佸啿鍘滈崑鎾绘煃閸忓浜?Perspectives 闂佸啿鍘滈崑鎾绘煃閸忓浜?*/
.perspectives-section { padding-top: 30px !important; }




/* 闁冲厜鍋撻柍鍏夊亾 Perspectives pagination 闁冲厜鍋撻柍鍏夊亾 */
.perspectives-wrap { display: flex; align-items: flex-start; gap: 0; }
.perspectives-container { flex: 1; display: flex; overflow: hidden; padding-left: 20px; }
.perspectives-grid { display: grid !important; grid-template-columns: repeat(4, 1fr); gap: 40px; }
/* 闁冲厜鍋撻柍鍏夊亾 Pagination arrows: external, always visible 闁冲厜鍋撻柍鍏夊亾 */
.perspectives-wrap .carousel-arrow { position: static; flex-shrink: 0; width: 44px; height: 44px; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; border: 1.5px solid #ddd; box-shadow: 0 2px 10px rgba(0,0,0,.05); transition: all .35s cubic-bezier(.4,0,.2,1); opacity: 1; pointer-events: auto; margin-top: 168px; }
.perspectives-wrap .carousel-arrow svg { width: 16px; height: 16px; color: #0F2440; transition: color .35s; }
.perspectives-wrap .carousel-arrow:hover { background: #C41230; border-color: #C41230; box-shadow: 0 4px 18px rgba(196,18,48,.30); }
.perspectives-wrap .carousel-arrow:hover svg { color: #fff; }
.perspectives-wrap .carousel-arrow:active { transform: scale(.93); }
.perspectives-wrap .carousel-arrow:disabled { opacity: .15; cursor: default; }
.perspectives-wrap .carousel-arrow:disabled:hover { background: #fff; border-color: #ddd; box-shadow: 0 2px 10px rgba(0,0,0,.05); }
.perspectives-wrap .carousel-arrow:disabled:hover svg { color: #0F2440; }

/* Perspective cards 闁?content card with image + text */
.perspectives-grid .case-card { min-height: 340px; max-height: 460px; display: flex; flex-direction: column; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 4px 24px rgba(0,0,0,.07); transition: transform .4s cubic-bezier(.25,.8,.25,1.4), box-shadow .4s ease; cursor: default; text-decoration: none; }
.perspectives-grid .case-card:hover { transform: translateY(-10px); box-shadow: 0 16px 40px rgba(15,36,64,.15); }
.perspectives-grid .case-img-wrap { position: relative; overflow: hidden; height: 50%; flex: 0 0 auto; background: #f5f6f8; }
.perspectives-grid .case-img-wrap img { width: 100%; height: 100%; object-fit: contain; }
.perspectives-grid .case-img-placeholder { width: 100%; height: 100%; background: linear-gradient(160deg, #eef2f7 0%, #dce3ec 50%, #c8d3e0 100%); display: flex; align-items: center; justify-content: center; font-size: 40px; }
.perspectives-grid .case-card-body { padding: 16px 18px 20px; flex: 1; display: flex; flex-direction: column; }
.perspectives-grid .cc-badge { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 800; color: #C41230; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 10px; }
.perspectives-grid .cc-badge::before { content: ''; width: 3px; height: 14px; background: #C41230; border-radius: 2px; flex-shrink: 0; }
.perspectives-grid .cc-title { font-size: 17px; font-weight: 700; color: #1a1a2e; line-height: 1.4; margin: 0 0 10px 0; padding-left: 12px; border-left: 3px solid #C9A84C; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color .3s, border-color .3s; }
.perspectives-grid .case-card:hover .cc-title { color: #C41230; border-left-color: #C41230; }
.perspectives-grid .cc-desc { font-size: 13px; color: #666; line-height: 1.8; margin: 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.perspectives-grid .case-card-overlay { position: absolute; inset: 0; background: rgba(15,36,64,.92); display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; clip-path: polygon(0 100%, 0 100%, 0 100%, 0 100%); transition: clip-path .5s cubic-bezier(.4,0,.2,1), background .35s; z-index: 5; }
.perspectives-grid .case-card:hover .case-card-overlay { pointer-events: auto; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); background: rgba(15,36,64,.96); }
.case-card-overlay .cc-overlay-inner { padding: 32px 28px 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; text-align: left; }
.case-card-overlay .cc-ov-tag { display: inline-block; font-size: 14px; font-weight: 700; color: #C9A84C; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 14px; background: transparent !important; padding: 0; border-radius: 0; }
.case-card-overlay .cc-ov-title { font-size: 20px; font-weight: 700; color: #fff; line-height: 1.5; margin-bottom: 14px; max-width: 280px; transition: color .35s; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.case-card-overlay .cc-ov-meta { display: flex; gap: 18px; font-size: 14px; color: #C9A84C; font-weight: 500; transition: color .35s; }
.case-card-overlay .cc-ov-more { position: absolute; top: 20px; right: 24px; padding: 6px 18px; font-size: 14px; font-weight: 600; color: rgba(255,255,255,.85); border: 1px solid rgba(255,255,255,.4); border-radius: 20px; background: transparent; transition: all .35s; letter-spacing: 1px; text-decoration: none; }
.case-card:hover .cc-ov-tag { color: #C9A84C; }
.case-card:hover .cc-ov-title { color: #fff; }

/* 闂傚啫鎳撻浼村礂閵婏附鐎?闁?bottom-left capsule */
.cc-ov-readmore { position: absolute; bottom: 24px; left: 28px; padding: 6px 22px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.35); border-radius: 20px; background: transparent; text-decoration: none; transition: all .35s; letter-spacing: 1px; }
.cc-ov-readmore:hover { color: #C9A84C; border-color: #C9A84C; background: rgba(201,168,76,.12); }
.case-card:hover .cc-ov-meta { color: #C9A84C; }
.case-card-overlay .cc-ov-more:hover { background: #C41230; color: #fff; border-color: #C41230; }


/* 闂傚啫鎳撻浼村礂閵婏附鐎?+ 闁哄洦娼欓ˇ?bottom row */
.cc-ov-bottom { position: absolute; bottom: 20px; left: 28px; right: 28px; display: flex; align-items: center; justify-content: space-between; }
.cc-ov-readmore { display: inline-block; padding: 6px 20px; font-size: 13px; font-weight: 600; color: #fff; border: 1px solid #C9A84C; border-radius: 20px; background: transparent; text-decoration: none; transition: all .3s; letter-spacing: 1px; }
.cc-ov-readmore:hover { background: #C9A84C; color: #0F2440; }
.perspectives-grid .case-info { display: none; }

/* 闂佸啿鍘滈崑鎾绘煃閸忓浜?Case Cards 闂佸啿鍘滈崑鎾绘煃閸忓浜?*/
.case-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.case-card { position: relative; border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.04); transition: transform .3s, box-shadow .3s; }
.case-card:hover { transform: translateY(-4px); box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.case-img-wrap { position: relative; overflow: hidden; aspect-ratio: 4/3; }
.case-img-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #e8edf2, #d5dde5); display: flex; align-items: center; justify-content: center; color: #999; }
.case-card-overlay { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(to top, rgba(15,36,64,.85), rgba(15,36,64,.2)); z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; padding: 20px; opacity: 0; transition: opacity .3s; }
.case-card:hover .case-card-overlay { opacity: 1; pointer-events: auto; }
.cc-overlay-inner { color: #C9A84C; }
.cc-ov-tag { display: inline-block; font-size: 11px; padding: 0; background: transparent !important; border-radius: 0; margin-bottom: 14px; }
.cc-ov-title { font-size: 16px; font-weight: 600; margin-bottom: 8px; }
.cc-ov-meta { font-size: 12px; color: #C9A84C; display: flex; gap: 12px; }
.cc-ov-date, .cc-ov-author { }
.cc-ov-btn { display: inline-block; margin-top: 8px; padding: 4px 12px; border: 1px solid rgba(255,255,255,.5); border-radius: 2px; font-size: 12px; color: #fff; transition: all .25s; }
.cc-ov-btn:hover { background: #C41230; border-color: #C41230; }
.cc-ov-top { position: absolute; top: 12px; right: 12px; }
.case-info { padding: 16px 20px; }
.case-info h3 { font-size: 16px; font-weight: 600; color: #0F2440; margin-bottom: 6px; }
.case-info p { font-size: 13px; color: #888; }
.case-tag { display: inline-block; font-size: 11px; padding: 2px 8px; background: rgba(196,18,48,.08); color: #C41230; border-radius: 2px; margin-bottom: 8px; }

/* 闂佸啿鍘滈崑鎾绘煃閸忓浜?CTA 闂佸啿鍘滈崑鎾绘煃閸忓浜?*/
.cta-bar { padding: 48px 0; background: #EFF1F4; }
.cta-inner { display: flex; align-items: center; justify-content: center; gap: 48px; text-align: center; padding: 0 24px; }
.cta-text h2 { font-size: 22px; font-weight: 700; color: #0F2440; margin: 0 0 8px; line-height: 1.4; letter-spacing: 1px; }
.cta-text p { font-size: 15px; color: #C9A84C; margin: 0; letter-spacing: 2px; }
.cta-btn { display: inline-block; padding: 12px 40px; background: #C41230; color: #fff; border-radius: 4px; font-size: 14px; font-weight: 700; letter-spacing: 2px; transition: all .25s; white-space: nowrap; flex-shrink: 0; text-decoration: none; }
.cta-btn:hover { background: #e85d6e; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,.25); }

/* 闂佸啿鍘滈崑鎾绘煃閸忓浜?Partners 闂佸啿鍘滈崑鎾绘煃閸忓浜?*/
.partners-scroll { overflow: hidden; }
.partners-track { display: flex; gap: 32px; flex-wrap: wrap; justify-content: center; }
.partner-item { width: 160px; height: 80px; background: #fff; border: 1px solid #eee; border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 16px; filter: grayscale(1); opacity: .6; transition: all .3s; }
.partner-item:hover { filter: grayscale(0); opacity: 1; border-color: #ddd; }

/* 闂佸啿鍘滈崑鎾绘煃閸忓浜?Side Consult 闂佸啿鍘滈崑鎾绘煃閸忓浜?*/
.side-consult { position: fixed; right: 16px; bottom: 120px; z-index: 999; display: flex; flex-direction: column; gap: 10px; }
.side-consult a { width: 44px; height: 44px; border-radius: 50%; background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.08); display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 600; color: #0F2440; text-decoration: none; transition: all .25s; letter-spacing: .5px; }
.side-consult a:hover { background: #C41230; color: #fff; transform: translateY(-2px); box-shadow: 0 4px 16px rgba(196,18,48,.25); }
.back-top { }


/* 闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺呮煡鍩￠幇銊︽珳闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺呮煡鍩￠幇銊︽珳闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺呮煡鍩￠幇銊︽珳闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺呮煡鍩￠幇銊︽珳闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺呮煡鍩￠幇銊︽珳闁崇儤鍔忛弲鏌ュ煛閹般劍娅?
   Sub-Page Shared Styles (news / perspectives / cases)
   闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺呮煡鍩￠幇銊︽珳闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺呮煡鍩￠幇銊︽珳闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺呮煡鍩￠幇銊︽珳闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺呮煡鍩￠幇銊︽珳闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺呮煡鍩￠幇銊︽珳闁崇儤鍔忛弲鏌ュ煛閹般劍娅?*/

/* 闁冲厜鍋撻柍鍏夊亾 Page Header Banner 闁冲厜鍋撻柍鍏夊亾 */
.page-header { background: #0F2440; padding: 60px 0 52px; text-align: center; color: #fff; position: relative; overflow: hidden; }
.page-header::after { content:""; position:absolute; bottom:0; left:0; right:0; height:3px; background: linear-gradient(90deg, transparent, #C9A84C, #C41230, #C9A84C, transparent); opacity:.7; }
.page-header h1 { font-size: 34px; font-weight: 800; letter-spacing: 6px; margin-bottom: 12px; line-height: 1.3; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,.55); letter-spacing: 1px; }
.breadcrumb a { color: rgba(255,255,255,.7); transition: color .25s; margin-right: 2px; }
.breadcrumb a:hover { color: #C9A84C; }
.breadcrumb span { color: rgba(255,255,255,.4); margin-left: 2px; }

/* 闁冲厜鍋撻柍鍏夊亾 Content Area 闁冲厜鍋撻柍鍏夊亾 */
.content-page { padding: 56px 0 64px; background: #FAFBFD; min-height: 50vh; }

/* 闁冲厜鍋撻柍鍏夊亾 Category Tabs 闁冲厜鍋撻柍鍏夊亾 */
.cat-tabs { display: flex; justify-content: center; gap: 4px; margin-bottom: 48px; flex-wrap: wrap; }
.cat-tabs a { display: inline-block; padding: 8px 24px; font-size: 14px; font-weight: 600; color: #5A6270; border: 1px solid #D9DFE5; border-radius: 30px; text-decoration: none; transition: all .25s; letter-spacing: 1px; background: #fff; }
.cat-tabs a:hover { color: #0F2440; border-color: #C9A84C; background: #FDFBF7; }
.cat-tabs a.active { background: #0F2440; color: #fff; border-color: #0F2440; }

/* 闁冲厜鍋撻柍鍏夊亾 Article List (shared) 闁冲厜鍋撻柍鍏夊亾 */
.article-list { display: flex; flex-direction: column; gap: 20px; max-width: 900px; margin: 0 auto; }
.article-item { display: flex; gap: 24px; background: #fff; border-radius: 10px; padding: 24px; box-shadow: 0 2px 14px rgba(15,36,64,.04); border: 1px solid #E8ECF2; transition: transform .25s, box-shadow .28s, border-color .28s; text-decoration: none; }
.article-item:hover { transform: translateY(-2px); box-shadow: 0 6px 24px rgba(15,36,64,.08); border-color: #C9A84C; }
.article-item .ai-thumb { width: 180px; height: 120px; border-radius: 6px; overflow: hidden; flex-shrink: 0; background: linear-gradient(135deg, #EDF0F5, #DCE1E8); display: flex; align-items: center; justify-content: center; color: #B0B8C2; font-size: 32px; }
.article-item .ai-thumb img { width: 100%; height: 100%; object-fit: contain; }
.article-item .ai-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.ai-tag { display: inline-block; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 3px; background: rgba(15,36,64,.07); color: #0F2440; letter-spacing: 1.5px; text-transform: uppercase; width: fit-content; margin-bottom: 8px; }
.ai-title { font-size: 18px; font-weight: 700; color: #0F2440; line-height: 1.5; margin-bottom: 6px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.ai-summary { font-size: 13px; color: #8A919F; line-height: 1.7; flex: 1; }
.ai-meta { display: flex; gap: 16px; font-size: 12px; color: #B0B8C2; margin-top: 12px; align-items: center; }
.ai-meta svg { width: 14px; height: 14px; opacity: .5; }

/* 闁冲厜鍋撻柍鍏夊亾 Article Detail 闁冲厜鍋撻柍鍏夊亾 */
.article-detail { max-width: 820px; margin: 0 auto; background: #fff; border-radius: 10px; padding: 48px 56px; box-shadow: 0 2px 14px rgba(15,36,64,.04); border: 1px solid #E8ECF2; }
.article-detail .ad-tag { display: inline-block; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 3px; background: #0F2440; color: #fff; letter-spacing: 1.5px; margin-bottom: 20px; }
.article-detail h1 { font-size: 28px; font-weight: 800; color: #0F2440; line-height: 1.4; margin-bottom: 16px; letter-spacing: 1px; }
.ad-meta { display: flex; gap: 20px; font-size: 13px; color: #9AA0AB; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid #E8ECF2; align-items: center; }
.ad-meta span { display: flex; align-items: center; gap: 4px; }
.ad-image { margin-bottom: 32px; border-radius: 8px; overflow: hidden; }
.ad-image img { width: 100%; display: block; border-radius: 8px; }
.ad-content { font-size: 15px; line-height: 2; color: #3A424A; }
.ad-content p { margin-bottom: 16px; }
.ad-back { display: inline-flex; align-items: center; gap: 6px; margin-top: 36px; padding: 9px 22px; font-size: 13px; font-weight: 600; color: #5A6270; border: 1px solid #D9DFE5; border-radius: 6px; text-decoration: none; transition: all .25s; }
.ad-back:hover { color: #0F2440; border-color: #C9A84C; background: #FDFBF7; }

/* 闁冲厜鍋撻柍鍏夊亾 Case Grid (for cases list) 闁冲厜鍋撻柍鍏夊亾 */
.case-grid-page { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 960px; margin: 0 auto; }
.case-card-item { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 14px rgba(15,36,64,.04); border: 1px solid #E8ECF2; transition: transform .25s, box-shadow .28s; text-decoration: none; display: block; }
.case-card-item:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(15,36,64,.1); }
.case-card-item .cci-img { width: 100%; height: 200px; overflow: hidden; background: linear-gradient(135deg, #EDF0F5, #DCE1E8); position: relative; }
.case-card-item .cci-img img { width: 100%; height: 100%; object-fit: contain; transition: transform .5s; }
.case-card-item:hover .cci-img img { transform: scale(1.04); }
.case-card-item .cci-body { padding: 20px 22px 24px; }
.case-card-item .cci-body h3 { font-size: 17px; font-weight: 700; color: #0F2440; line-height: 1.5; margin-bottom: 8px; }
.case-card-item .cci-body p { font-size: 13px; color: #8A919F; line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.case-card-item .cci-tag { display: inline-block; font-size: 11px; font-weight: 600; background: rgba(15,36,64,.06); color: #0F2440; padding: 2px 8px; border-radius: 3px; margin-bottom: 10px; letter-spacing: 1px; }

/* 闁冲厜鍋撻柍鍏夊亾 Case Detail 闁冲厜鍋撻柍鍏夊亾 */
.case-detail { max-width: 820px; margin: 0 auto; background: #fff; border-radius: 10px; padding: 48px 56px; box-shadow: 0 2px 14px rgba(15,36,64,.04); border: 1px solid #E8ECF2; }
.case-detail h1 { font-size: 28px; font-weight: 800; color: #0F2440; line-height: 1.4; margin: 24px 0 8px; }
.case-detail .cd-image { border-radius: 8px; overflow: hidden; margin-bottom: 28px; }
.case-detail .cd-image img { width: 100%; display: block; border-radius: 8px; }
.case-detail .cd-meta { font-size: 13px; color: #9AA0AB; margin-bottom: 28px; }
.case-detail .cd-section { margin-bottom: 28px; }
.case-detail .cd-section h3 { font-size: 16px; font-weight: 700; color: #0F2440; margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.case-detail .cd-section h3::before { content:""; width: 4px; height: 18px; background: #C41230; border-radius: 2px; display: inline-block; }
.case-detail .cd-section p { font-size: 14px; color: #555; line-height: 1.9; }

/* 闁冲厜鍋撻柍鍏夊亾 Section base 闁冲厜鍋撻柍鍏夊亾 */
.section { padding: 80px 0; }
.section.bg-white { background: #fff; }
.section.bg-light { background: #f8f8f8; }

.section-title { text-align: center; margin-bottom: 48px; }
.section-title h2 { font-size: 32px; font-weight: 700; color: #0F2440; margin-bottom: 12px; }
.section-title .line { width: 48px; height: 3px; background: #C41230; margin: 0 auto 16px; }
.section-title .sub { font-size: 15px; color: #777; }

/* 闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺?Sub-page: Service Index (闁哄秶顭堢缓鐐▔濮橆剙顫ら柛鎺擃殙閵? 闁?5 distinct cards 闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺?*/
.svc-index { padding: 48px 0 80px; background: #FAFBFD; }
.svc-index-inner { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

.svc-idx-cards { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }

/* Shared base */
.svc-ic { position: relative; display: flex; align-items: center; gap: 18px; background: #fff; border-radius: 10px; box-shadow: 0 2px 12px rgba(15,36,64,.04); text-decoration: none; padding: 24px 22px; overflow: hidden; transition: all .35s cubic-bezier(.25,.8,.25,1.4); }
.svc-ic:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(15,36,64,.12); }
.svc-ic-badge { flex-shrink: 0; display: flex; align-items: center; justify-content: center; color: #fff; transition: transform .35s; }
.svc-ic:hover .svc-ic-badge { transform: scale(1.1) rotate(-5deg); }
.svc-ic-badge svg { color: #fff; }
.svc-ic-body { flex: 1; min-width: 0; }
.svc-ic-body h3 { font-weight: 700; margin-bottom: 6px; transition: color .3s; }
.svc-ic-body p { color: #6B7280; line-height: 1.6; margin: 0; }
.svc-ic-arrow { flex-shrink: 0; font-size: 13px; font-weight: 600; color: #B0B8C2; letter-spacing: 2px; transition: all .3s; }
.svc-ic:hover .svc-ic-arrow { color: #C41230; transform: translateX(4px); }

/* === A: 閻庡銈庡悁 闁?婵☆垼浜為埞娑㈠礂閵娿儺鍟?hero card === */
.svc-ic--a { grid-column: 1 / -1; flex-direction: row; padding: 28px 32px; border-left: 5px solid #C41230; }
.svc-ic--a .svc-ic-badge { width: 64px; height: 64px; border-radius: 50%; background: linear-gradient(135deg, #C41230, #e85d6e); }
.svc-ic--a .svc-ic-badge svg { width: 30px; height: 30px; }
.svc-ic--a .svc-ic-body h3 { font-size: 20px; color: #0F2440; }
.svc-ic--a .svc-ic-body p { font-size: 14px; max-width: 540px; }
.svc-ic--a:hover { border-left-color: #0F2440; background: #FFF8F9; }
.svc-ic--a:hover .svc-ic-body h3 { color: #C41230; }

/* === B: 缂佸楠告慨?闁?3-col 闁告瑥鍟挎禍?accent card === */
.svc-ic--b { grid-column: span 7; padding: 26px 24px 26px 28px; }
.svc-ic--b::before { content: ''; position: absolute; right: -32px; top: -32px; width: 120px; height: 120px; border-radius: 50%; background: linear-gradient(135deg, rgba(15,36,64,.03), rgba(15,36,64,.01)); transition: all .4s; }
.svc-ic--b:hover::before { background: linear-gradient(135deg, rgba(196,18,48,.06), rgba(196,18,48,.02)); right: -20px; top: -20px; width: 140px; height: 140px; }
.svc-ic--b .svc-ic-badge { width: 50px; height: 50px; border-radius: 14px; background: #1a3b60; }
.svc-ic--b .svc-ic-badge svg { width: 24px; height: 24px; }
.svc-ic--b .svc-ic-body h3 { font-size: 18px; color: #0F2440; }
.svc-ic--b .svc-ic-body p { font-size: 13px; }
.svc-ic--b:hover .svc-ic-body h3 { color: #1a3b60; }
.svc-ic--b:hover { border-color: #1a3b60; }

/* === C: ESG 闁?5-col 缂備浇鍎绘竟?accent card === */
.svc-ic--c { grid-column: span 5; padding: 26px 24px 26px 28px; }
.svc-ic--c .svc-ic-badge { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(135deg, #2E7D32, #43A047); }
.svc-ic--c .svc-ic-badge svg { width: 24px; height: 24px; }
.svc-ic--c .svc-ic-body h3 { font-size: 18px; color: #0F2440; }
.svc-ic--c .svc-ic-body p { font-size: 13px; }
.svc-ic--c::after { content: ''; position: absolute; bottom: 0; right: 0; width: 80px; height: 3px; background: #2E7D32; border-radius: 2px 0 0 0; transition: width .35s; }
.svc-ic--c:hover::after { width: 100%; }
.svc-ic--c:hover .svc-ic-body h3 { color: #2E7D32; }

/* === D: 闁告劕鎳忕敮?闁?3-col 缂佹瘱鍐ㄦ闁搞儳鍋撻悥锝嗐亜閸撲胶鏋傞柛?=== */
.svc-ic--d { grid-column: span 3; flex-direction: column; align-items: flex-start; gap: 14px; padding: 24px 20px 20px; }
.svc-ic--d .svc-ic-badge { width: 46px; height: 46px; border-radius: 12px; background: #C9A84C; }
.svc-ic--d .svc-ic-badge svg { width: 24px; height: 24px; color: #0F2440; }
.svc-ic--d .svc-ic-body h3 { font-size: 16px; color: #0F2440; }
.svc-ic--d .svc-ic-body p { font-size: 12px; }
.svc-ic--d .svc-ic-arrow { align-self: flex-end; }
.svc-ic--d:hover .svc-ic-body h3 { color: #C9A84C; }

/* === E: 闁衡偓婢跺摜纾?闁?5-col 鐎归潻濡囬悵顐ょ棯閹稿孩鏆柛娆欑到瀹?=== */
.svc-ic--e { grid-column: span 5; padding: 26px 24px 26px 28px; }
.svc-ic--e .svc-ic-badge { width: 50px; height: 50px; border-radius: 8px; background: #0F2440; }
.svc-ic--e .svc-ic-badge svg { width: 24px; height: 24px; }
.svc-ic--e .svc-ic-body h3 { font-size: 18px; color: #0F2440; }
.svc-ic--e .svc-ic-body p { font-size: 13px; }
.svc-ic--e::before { content: ''; position: absolute; left: 0; top: 16px; bottom: 16px; width: 3px; background: #D4D9E1; border-radius: 2px; transition: all .35s; }
.svc-ic--e:hover::before { background: #0F2440; width: 4px; }
.svc-ic--e:hover .svc-ic-body h3 { color: #0F2440; }
/* 闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺?Sub-page: Service Detail 闁?diagonal split layout 闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺?*/
.svc-diag { position: relative; max-width: 1280px; margin: 0 auto; padding: 24px 0 56px; overflow: hidden; }
.svc-diag-bg { position: absolute; inset: 0 0 0 -10vw; z-index: 0; }
.svc-diag-bg::before,
.svc-diag-bg::after { content: ''; position: absolute; inset: 0; }
.svc-diag-bg::before { background: #F5F2EC; clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%); }
.svc-diag-bg::after { background: #fff; clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%); }

.svc-diag-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; padding: 40px 48px 32px; }

/* === LEFT: info cards === */
.svc-diag-left { display: flex; flex-direction: column; gap: 20px; }
.svc-diag-card { background: #fff; border-radius: 10px; padding: 28px 30px; box-shadow: 0 2px 12px rgba(15,36,64,.04); border: 1px solid #EEEBE4; transition: box-shadow .3s, transform .3s; }
.svc-diag-card:hover { box-shadow: 0 6px 24px rgba(15,36,64,.08); transform: translateY(-2px); }
/* head row: icon + title side by side */
.svc-dc-head { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; cursor: pointer; user-select: none; }
.svc-dc-icon { width: 36px; height: 36px; flex-shrink: 0; color: #C41230; }
.svc-dc-icon svg { width: 100%; height: 100%; }
.svc-diag-card h4 { font-size: 16px; font-weight: 800; color: #0F2440; padding-bottom: 6px; border-bottom: 2px solid #C9A84C; letter-spacing: 3px; margin: 0; flex: 1; }

/* Scenario pills */
.svc-dc-scenes { display: flex; flex-wrap: wrap; gap: 8px 10px; }
.svc-dcs-pill { display: inline-block; padding: 6px 16px; background: #FAF8F5; border: 1px solid #E8E2D4; border-radius: 20px; font-size: 13px; font-weight: 600; color: #5C4A2E; letter-spacing: 1px; line-height: 1.5; transition: all .2s; }
.svc-dcs-pill:hover { background: #C9A84C; border-color: #C9A84C; color: #fff; }

/* Flow steps */
/* Flow with expand */
.svc-dc-flow-preview { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; padding: 12px 16px; }
.svc-dcfp-dot { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: #0F2440; color: #fff; font-size: 11px; font-weight: 700; font-family: inherit; letter-spacing: .02em; }
.svc-dcfp-more { font-size: 12px; color: #9AA4B2; font-weight: 600; }
.svc-dcfp-btn { display: inline-block; margin-left: auto; padding: 5px 16px; font-size: 12px; font-weight: 600; font-family: inherit; color: #C41230; background: #FFF; border: 1.5px solid #C41230; border-radius: 20px; cursor: pointer; letter-spacing: .04em; white-space: nowrap; transition: all .22s; }
.svc-dcfp-btn:hover { background: #C41230; color: #fff; }
.svc-dcfp-btn--collapse { display: block; margin: 12px auto 6px; padding: 4px 20px; font-size: 11px; border-color: #CDD5DF; color: #6B7B8D; }
.svc-dcfp-btn--collapse:hover { background: #F2F4F7; color: #4A5568; border-color: #A0AEC0; }

.svc-dc-flow { display: none; flex-direction: column; }
.svc-diag-card--flow.expanded .svc-dc-flow { display: flex; }
.svc-diag-card--flow.expanded .svc-dc-flow-preview { display: none; }
/* Flow preview: step dots + expand button */
.svc-dc-flow-preview { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; padding: 2px 0 0; }
.svc-dcfp-dot { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; background: #0F2440; color: #C9A84C; font-size: 11px; font-weight: 800; font-family: "SF Mono","Consolas",monospace; letter-spacing: 1px; }
.svc-dcfp-more { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; border-radius: 50%; border: 2px dashed #C5CDD8; color: #8B95A5; font-size: 12px; font-weight: 600; }
.svc-dcfp-btn { display: inline-block; margin-left: auto; padding: 5px 16px; background: transparent; border: 1.5px solid #C41230; border-radius: 20px; color: #C41230; font-size: 12px; font-weight: 500; cursor: pointer; letter-spacing: .03em; transition: all .22s; font-family: inherit; white-space: nowrap; }
.svc-dcfp-btn:hover { background: #C41230; color: #fff; }
.svc-dcfp-btn--collapse { margin: 10px 0 0 auto; display: inline-block; background: #F8F9FB; border-color: #CBD5E0; color: #5A6270; font-size: 12px; padding: 4px 12px; }
.svc-dcfp-btn--collapse:hover { background: #E2E6EB; color: #3D4B5C; border-color: #A0AEC0; }
.svc-dcf-step { display: flex; align-items: center; gap: 14px; padding: 10px 16px; border-left: 3px solid #DED9CE; margin-bottom: 0; transition: all .25s; position: relative; }
.svc-dcf-step:hover { border-left-color: #C41230; background: #FFF8F8; }
.svc-dcf-step + .svc-dcf-step { border-top: 1px dashed #E8E4D8; }
.svc-dcf-num { flex-shrink: 0; width: 30px; height: 30px; border-radius: 50%; background: #0F2440; color: #C9A84C; font-size: 11px; font-weight: 800; display: flex; align-items: center; justify-content: center; letter-spacing: 1px; font-family: 'SF Mono',Consolas,monospace; }
.svc-dcf-label { font-size: 14px; font-weight: 600; color: #3D4B5C; }

/* Advantage list */
.svc-dc-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0; }
.svc-dc-list li { padding: 12px 0 12px 26px; position: relative; font-size: 14px; color: #3D4B5C; line-height: 1.7; font-weight: 500; border-bottom: 1px solid #F2EFE9; }
.svc-dc-list li:last-child { border-bottom: none; }
.svc-dc-list li::before { content: ''; position: absolute; left: 2px; top: 19px; width: 7px; height: 7px; background: #C41230; border-radius: 50%; }
.svc-dc-list li::after { content: ''; position: absolute; left: 5px; top: 12px; bottom: 0; width: 1px; background: #E8E4D8; }
.svc-dc-list li:last-child::after { display: none; }

/* === RIGHT: cases === */
.svc-diag-right { display: flex; flex-direction: column; }
.svc-diag-rhead { margin-bottom: 28px; }
.svc-diag-rhead h3 { font-size: 24px; font-weight: 800; color: #0F2440; letter-spacing: 6px; margin-bottom: 2px; display: inline-block; padding-bottom: 8px; border-bottom: 3px solid #C41230; }
.svc-diag-rsub { display: block; font-size: 10px; font-weight: 700; color: #C9A84C; letter-spacing: 5px; margin-top: 6px; }

/* 闁崇儤鍔忛弲鏌ュ煛?Case Cards (new: svc-dcs-card) 闁崇儤鍔忛弲鏌ュ煛?*/
.svc-diag-cases { display: flex; flex-direction: column; gap: 18px; }
.svc-dcs-card { display: flex; flex-wrap: wrap; align-items: stretch; background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 10px rgba(15,36,64,.05); border: 1px solid #EEEBE4; transition: all .28s; }
.svc-dcs-card:hover { box-shadow: 0 6px 28px rgba(15,36,64,.10); border-color: #C9A84C; }
.svc-dcs-card-foot { width: 100%; border-top: 1px solid #EDEEF2; }

.svc-dcs-card-img { width: 220px; flex-shrink: 0; height: 130px; align-self: flex-start; background: #fff; position: relative; overflow: hidden; border-radius: 6px; margin-bottom: 20px; }
.svc-dcs-card-img img { position: absolute; inset: 20px 0 0 20px; width: calc(100% - 20px); height: calc(100% - 20px); object-fit: contain; object-position: right center; transition: transform .5s; }
.svc-dcs-card:hover .svc-dcs-card-img img { transform: scale(1.04); }
.svc-dcs-card-body { flex: 1; padding: 14px 20px; min-width: 0; display: flex; flex-direction: column; justify-content: center; }
.svc-dcs-card-body h4 { font-size: 16px; font-weight: 700; color: #0F2440; margin-bottom: 4px; line-height: 1.5; letter-spacing: .5px; }
.svc-dcs-card-text { font-size: 13.5px; color: #5A6270; line-height: 1.8; margin: 0 0 4px; }
/* Toggle button (capsule) */
.svc-dcs-toggle-btn { display: inline-flex; align-items: center; padding: 5px 16px; border: 1px solid #C41230; border-radius: 20px; background: #fff; color: #C41230; font-size: 12px; font-weight: 600; cursor: pointer; transition: all .25s; letter-spacing: .5px; }
.svc-dcs-toggle-btn:hover { background: #C41230; color: #fff; }
.svc-dcs-card-grid { display: none; grid-template-columns: 1fr; gap: 14px; padding-bottom: 36px; position: relative; }
.svc-dcs-card-grid.open { display: grid; }
.svc-dcs-collapse-btn { position: absolute; right: 0; bottom: 0; display: inline-flex; align-items: center; padding: 4px 14px; border: 1px solid #C9A84C; border-radius: 20px; background: #fff; color: #C9A84C; font-size: 11px; font-weight: 600; cursor: pointer; transition: all .25s; }
.svc-dcs-collapse-btn:hover { background: #C9A84C; color: #fff; }
/* Collapse button (bottom-right capsule) */

.svc-dcs-card-grid.open { display: grid; }




/* card foot spacing */
.svc-dcs-card-foot { width: 100%; border-top: 1px solid #EDEEF2; padding: 8px 20px; }

/* detail toggle */
.svc-dcs-card-detail .svc-dcs-card-body { padding: 12px 0 0; gap: 12px; display: grid; grid-template-columns: 1fr 1fr; }
/* old fallback (shared blocks) */
.svc-diag-case { display: flex; gap: 0; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 16px rgba(15,36,64,.04); border: 1px solid #EEEBE4; transition: all .3s; }
.svc-diag-case:hover { transform: translateY(-3px); box-shadow: 0 10px 32px rgba(15,36,64,.10); border-color: #C9A84C; }
.svc-dcs-img { width: 200px; flex-shrink: 0; min-height: 160px; background: linear-gradient(135deg, #e8edf2, #d5dde5); position: relative; overflow: hidden; }
.svc-dcs-img img { width: 100%; height: 100%; object-fit: contain; object-position: top left; position: absolute; top: 0; left: 0; transition: transform .5s; }
.svc-diag-case:hover .svc-dcs-img img { transform: scale(1.05); }
.svc-dcs-body { flex: 1; padding: 22px 24px; min-width: 0; display: flex; flex-direction: column; }
.svc-dcs-body h4 { font-size: 17px; font-weight: 700; color: #0F2440; margin-bottom: 10px; line-height: 1.4; letter-spacing: 1px; }
.svc-dcs-summary { font-size: 14px; color: #5A6270; line-height: 1.85; margin: 0 0 10px; }
.svc-dcs-detail { margin-top: auto; border-top: 1px solid #EDEEF2; padding-top: 10px; }
.svc-dcs-detail summary { cursor: pointer; list-style: none; outline: none; }
.svc-dcs-detail summary::-webkit-details-marker { display: none; }
.svc-dcs-toggle { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; color: #C41230; letter-spacing: 2px; transition: color .2s; padding: 4px 0; }
.svc-dcs-toggle::after { content: '+'; display: inline-block; width: 18px; height: 18px; border-radius: 50%; background: #C41230; color: #fff; font-size: 14px; font-weight: 400; line-height: 18px; text-align: center; transition: transform .25s; }
.svc-dcs-detail[open] .svc-dcs-toggle::after { content: '-'; }
.svc-dcs-detail summary:hover .svc-dcs-toggle { color: #0F2440; }
.svc-dcs-expand { margin-top: 14px; display: flex; flex-direction: column; gap: 16px; }
.svc-dcs-block { border-left: 3px solid #DED9CE; padding-left: 14px; }
.svc-dcs-block-head { font-size: 11px; font-weight: 700; color: #C41230; letter-spacing: 2px; margin-bottom: 4px; }
.svc-dcs-block-body { font-size: 13.5px; color: #3D4B5C; line-height: 1.8; }

/* 闁冲厜鍋撻柍鍏夊亾 Case card responsive 闁冲厜鍋撻柍鍏夊亾 */
@media (max-width: 1024px) {
  
  .svc-dcs-card-img { width: 180px; height: 110px; }
}
@media (max-width: 768px) {
  .svc-dcs-card { flex-direction: column; }
  
  .svc-dcs-card-img { width: 100%; height: 160px; min-height: 0; max-height: 160px; border-radius: 6px 6px 0 0; }
  .svc-dcs-card-body { padding: 16px 18px; }
  .svc-dcs-card-body h4 { font-size: 15px; }
  .svc-dcs-card-text { font-size: 13px; }

  .svc-dcs-card-detail .svc-dcs-card-body { grid-template-columns: 1fr; }}
@media (max-width: 480px) {
  .svc-dcs-card-img { height: 140px; max-height: 140px; }
  .svc-dcs-card-body { padding: 14px 16px; }
}


.svc-diag-empty { text-align: center; padding: 48px 24px; color: #B0B8C2; font-size: 14px; }

/* CTA bar */
.svc-diag-cta { display: flex; align-items: center; justify-content: center; gap: 28px; position: relative; z-index: 1; background: #0F2440; padding: 20px 28px; margin: 0 48px; }
.svc-diag-cta span { font-size: 16px; font-weight: 700; color: #C9A84C; letter-spacing: 3px; }
.svc-diag-cta .btn-primary { display: inline-block; padding: 10px 34px; background: #C41230; color: #fff; border-radius: 4px; font-size: 14px; font-weight: 700; text-decoration: none; transition: background .25s; letter-spacing: 2px; }
.svc-diag-cta .btn-primary:hover { background: #e85d6e; }

/* 闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺?Responsive 闁崇儤鍔忛弲鏌ュ煛閹般劍娅滈柍鐑樺姀閺?*/
@media (max-width: 768px) {
  .svc-diag-inner { grid-template-columns: 1fr; gap: 32px; padding: 32px 24px 24px; }
  .svc-diag-bg { display: none; }
  .svc-diag-case { flex-direction: column; }
  .svc-dcs-img { width: 100%; height: 180px; }
  .svc-dcs-body { padding: 18px 20px; }
  .svc-diag-cta { margin: 0 24px; flex-direction: column; gap: 14px; text-align: center; }
}
@media (max-width: 480px) {
  .svc-diag-inner { padding: 24px 16px 20px; }
  .svc-diag-card { padding: 20px 18px; }
  .svc-diag-cta { margin: 0 16px; padding: 16px 20px; }
  .svc-diag-cta span { font-size: 14px; }
  .svc-dcs-pill { font-size: 12px; padding: 5px 12px; }
  .svc-dcf-label { font-size: 13px; }
  .svc-dcs-body h4 { font-size: 15px; }
  .svc-dcs-summary { font-size: 13px; }
}

/* 闁冲厜鍋撻柍鍏夊亾 Empty State 闁冲厜鍋撻柍鍏夊亾 */
.empty-state { text-align: center; padding: 72px 24px; color: #B0B8C2; }
.empty-state .es-icon { font-size: 48px; margin-bottom: 16px; opacity: .5; }
.empty-state p { font-size: 15px; letter-spacing: 1px; }

/* 闁冲厜鍋撻柍鍏夊亾 Pagination 闁冲厜鍋撻柍鍏夊亾 */
.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 48px; }
.pagination a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; font-size: 14px; font-weight: 600; color: #5A6270; border: 1px solid #D9DFE5; background: #fff; text-decoration: none; transition: all .25s; }
.pagination a:hover { border-color: #C9A84C; color: #0F2440; }
.pagination a.active { background: #0F2440; color: #fff; border-color: #0F2440; }


/* 闁冲厜鍋撻柍鍏夊亾 Footer 闁冲厜鍋撻柍鍏夊亾 */
.footer { background: #0F2440; color: #ccc; padding: 32px 0 0; }
.footer-grid { display: grid; grid-template-columns: 340px 200px repeat(3, 1fr); gap: 24px; }
.footer-grid > :nth-child(1) { grid-column: 1; }
.footer-grid > :nth-child(2) { grid-column: 3; }
.footer-grid > :nth-child(3) { grid-column: 4; }
.footer-grid > :nth-child(4) { grid-column: 5; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-logo img { height: 28px; width: auto; }
.footer-logo-name { font-size: 16px; font-weight: 700; color: #fff; }
.footer-logo + p { margin-bottom: 12px; font-size: 14px; }
.footer .footer-grid h4 { font-size: 16px; font-weight: 600; color: #fff; margin-bottom: 16px; }
.footer .footer-grid a { font-size: 14px; color: #bbb; display: block; margin-bottom: 8px; transition: color .25s; }
.footer .footer-grid a:hover { color: #fff; }
.footer-bottom { margin-top: 32px; padding: 16px 0; background: #0F2440; text-align: center; font-size: 13px; color: #bbb; border-top: 1px solid rgba(255,255,255,.12); }

/* 闁崇儤鍔忛弲鏌ュ煛?Download Zone 闁崇儤鍔忛弲鏌ュ煛?*/
.dl2-search { display: flex; gap: 10px; margin-bottom: 20px; }
.dl2-input { flex: 1; padding: 10px 16px; border: 1px solid #DDE1E8; border-radius: 8px; font-size: 14px; font-family: inherit; background: #fff; }
.dl2-input:focus { outline: none; border-color: #0F2440; box-shadow: 0 0 0 3px rgba(15,36,64,.06); }
.dl2-submit { padding: 10px 24px; background: #C41230; color: #fff; border: none; border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; font-family: inherit; }
.dl2-submit:hover { background: #a00e24; }
.dl2-clear { padding: 10px 0; color: #aaa; font-size: 13px; text-decoration: none; align-self: center; white-space: nowrap; }
.dl2-clear:hover { color: #C41230; }
.dl2-tags { display: flex; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; justify-content: center; }
.dl2-tag { padding: 5px 16px; border: 2px solid #DDE1E8; border-radius: 40px; font-size: 12px; font-weight: 600; color: #444; text-decoration: none; background: #fff; transition: all .2s; }
.dl2-tag:hover { border-color: #0F2440; color: #0F2440; background: #F0F3F8; }
.dl2-tag.on { background: #0F2440; color: #fff; border-color: #0F2440; box-shadow: 0 2px 8px rgba(15,36,64,.25); }
.dl2-empty { text-align: center; padding: 50px 20px; color: #aaa; font-size: 15px; }
.dl2-block { margin-bottom: 24px; }
.dl2-block-hd { font-size: 14px; font-weight: 700; color: #0F2440; padding-bottom: 8px; margin-bottom: 12px; border-bottom: 2px solid #E8ECF2; display: flex; align-items: baseline; gap: 10px; }
.dl2-block-hd em { font-size: 12px; color: #bbb; font-weight: 400; margin-left: auto; }
.dl2-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.dl2-card { position: relative; border-radius: 10px; min-height: 200px; overflow: hidden; cursor: pointer; border: 2px solid #E0E4EA; background: #fff; transition: border-color .25s, box-shadow .25s; }
.dl2-card:hover { border-color: #0F2440; box-shadow: 0 4px 16px rgba(15,36,64,.1); }
.dl2-card-front { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; padding: 20px 10px 44px; text-align: center; }
.dl2-card-title { font-size: 14px; font-weight: 700; color: #0F2440; margin: 10px 0 10px; line-height: 1.3; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dl2-card-meta { display: flex; gap: 12px; margin-top: auto; font-size: 11px; color: #666; }
.dl2-icon-emoji { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 50%; font-size: 12px; font-weight: 900; letter-spacing: .5px; margin-top: 20px; }
.dl2-card.dl2-tint-red .dl2-icon-emoji { background: #E53935; color: #fff; }
.dl2-card.dl2-tint-blue .dl2-icon-emoji { background: #1E88E5; color: #fff; }
.dl2-card.dl2-tint-green .dl2-icon-emoji { background: #43A047; color: #fff; }
.dl2-card.dl2-tint-orange .dl2-icon-emoji { background: #FB8C00; color: #fff; }
.dl2-card.dl2-tint-purple .dl2-icon-emoji { background: #8E24AA; color: #fff; }
.dl2-card.dl2-tint-yellow .dl2-icon-emoji { background: #FDD835; color: #fff; }
.dl2-card.dl2-tint-gray .dl2-icon-emoji { background: #78909C; color: #fff; }
.dl2-card.dl2-tint-red { border-color: #F5C6CB; background: #FFF8F8; }
.dl2-card.dl2-tint-blue { border-color: #B3D4FC; background: #F5F9FF; }
.dl2-card.dl2-tint-green { border-color: #B7DFB9; background: #F6FCF6; }
.dl2-card.dl2-tint-orange { border-color: #FFD0B0; background: #FFFBF8; }
.dl2-card.dl2-tint-purple { border-color: #D1B3E0; background: #FCF8FF; }
.dl2-card.dl2-tint-yellow { border-color: #FFE082; background: #FFFEFA; }
.dl2-card.dl2-tint-gray { border-color: #C8D0D6; background: #FAFAFA; }
.dl2-card.dl2-tint-red:hover { border-color: #C41230; box-shadow: 0 4px 14px rgba(196,18,48,.12); }
.dl2-card.dl2-tint-blue:hover { border-color: #1565C0; box-shadow: 0 4px 14px rgba(21,101,192,.12); }
.dl2-card.dl2-tint-green:hover { border-color: #2E7D32; box-shadow: 0 4px 14px rgba(46,125,50,.12); }
.dl2-card.dl2-tint-orange:hover { border-color: #E65100; box-shadow: 0 4px 14px rgba(230,81,0,.12); }
.dl2-card.dl2-tint-purple:hover { border-color: #6A1B9A; box-shadow: 0 4px 14px rgba(106,27,154,.12); }
.dl2-card.dl2-tint-yellow:hover { border-color: #F9A825; box-shadow: 0 4px 14px rgba(249,168,37,.12); }
.dl2-card.dl2-tint-gray:hover { border-color: #546E7A; box-shadow: 0 4px 14px rgba(84,110,122,.12); }
.dl2-card.dl2-tint-red .dl2-overlay { background: rgba(180,10,40,.95); }
.dl2-card.dl2-tint-blue .dl2-overlay { background: rgba(15,80,180,.95); }
.dl2-card.dl2-tint-green .dl2-overlay { background: rgba(35,100,40,.95); }
.dl2-card.dl2-tint-orange .dl2-overlay { background: rgba(200,70,0,.95); }
.dl2-card.dl2-tint-purple .dl2-overlay { background: rgba(90,30,130,.95); }
.dl2-card.dl2-tint-yellow .dl2-overlay { background: rgba(180,130,20,.95); }
.dl2-card.dl2-tint-gray .dl2-overlay { background: rgba(60,80,90,.95); }
.dl2-overlay { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 14px 12px 42px; opacity: 0; pointer-events: none; transform: translateX(-100%); transition: transform .4s cubic-bezier(.22,.61,.355,1), opacity .3s ease; }
.dl2-card:hover .dl2-overlay { opacity: 1; pointer-events: auto; transform: translateX(0); }
.dl2-overlay-title { font-size: 13px; font-weight: 700; color: #fff; line-height: 1.4; margin-bottom: 4px; }
.dl2-overlay-desc { flex: 1; font-size: 11px; color: rgba(255,255,255,.7); line-height: 1.6; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.dl2-overlay-btn { position: absolute; bottom: 8px; right: 10px; padding: 5px 16px; border: 1px solid rgba(255,255,255,.3); border-radius: 20px; background: transparent; color: #fff; font-size: 11px; font-weight: 600; cursor: pointer; transition: all .25s; text-decoration: none; }
.dl2-overlay-btn:hover { background: #C41230; border-color: #C41230; }

/* 闁冲厜鍋撻柍鍏夊亾 Legal Pages 闁冲厜鍋撻柍鍏夊亾 */
.legal-content { max-width: 860px; margin: 0 auto; padding: 32px 0; }
.legal-content h2 { font-size: 20px; font-weight: 700; color: #0F2440; margin: 32px 0 16px; padding-bottom: 8px; border-bottom: 2px solid #C41230; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p { font-size: 15px; color: #444; line-height: 2; margin-bottom: 16px; text-indent: 2em; }
.legal-content ul { margin: 0 0 16px 2em; padding: 0; }
.legal-content li { font-size: 15px; color: #444; line-height: 2; margin-bottom: 6px; }
.legal-content li::before { content: '\00B7'; color: #C41230; font-weight: 700; margin-right: 8px; }

/* 闂佸啿鍘滈崑鎾绘煃閸忓浜?Lightbox / Toast 闂佸啿鍘滈崑鎾绘煃閸忓浜?*/
.lightbox { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.9); z-index: 9999; align-items: center; justify-content: center; }
.lightbox.show { display: flex; }
.lightbox img { max-width: 90vw; max-height: 90vh; object-fit: contain; }
.lightbox .close { position: absolute; top: 20px; right: 24px; font-size: 32px; color: #fff; cursor: pointer; }
.toast { position: fixed; top: 80px; left: 50%; transform: translateX(-50%); z-index: 9999; padding: 12px 24px; border-radius: 4px; color: #fff; font-size: 14px; animation: toastIn .3s ease; }
@keyframes toastIn { from { opacity: 0; transform: translateX(-50%) translateY(-10px); } to { opacity: 1; transform: translateX(-50%) translateY(0); } }

/* 闂佸啿鍘滈崑鎾绘煃閸忓浜?Buttons 闂佸啿鍘滈崑鎾绘煃閸忓浜?*/
.btn { display: inline-block; padding: 10px 28px; background: #C41230; color: #fff; border-radius: 4px; font-size: 14px; font-weight: 600; transition: background .25s; }
.btn:hover { background: #a30e28; }

/* 闂佸啿鍘滈崑鎾绘煃閸忓浜?Utilities 闂佸啿鍘滈崑鎾绘煃閸忓浜?*/
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

/* 闂佸磭鍎ら崝蹇涘疾閺屻儱鐓涢柟鑸妽濞呮粓鏌嶉悜妯哄闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸?   RESPONSIVE 闂?768px
   闂佸磭鍎ら崝蹇涘疾閺屻儱鐓涢柟鑸妽濞呮粓鏌嶉悜妯哄闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸?*/
@media (max-width: 768px) {
  .about-split { flex-direction: column; }
  .about-split-left { flex: 0 0 auto; padding-right: 0; margin-bottom: 8px; }
  .about-split-right { flex: 0 0 auto; padding-left: 0; }
  .merit-grid { grid-template-columns: 1fr; gap: 0; }
  .merit-card { border-left: none; border-top: 1px solid #E0E4EA; padding: 24px 20px 22px; }
  .merit-card:first-child { border-top: none; }
  .merit-card:hover { box-shadow: none; border-top-color: #B89868; }
  .merit-card:first-child:hover { margin-left: 0; border-left: none; }
  .about-split-divider { flex-direction: row; padding: 8px 0; gap: 14px; }

  .navbar .nav-links { display: none; position: absolute; top: 70px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 16px 0; box-shadow: 0 8px 16px rgba(0,0,0,.08); }
  .navbar .nav-links.open { display: flex; }
  .navbar .nav-links > li { width: 100%; }
  .navbar .nav-links > li > a { padding: 12px 24px; font-size: 16px; }
  .nav-toggle { display: flex; }
  .dropdown { position: static; transform: none; opacity: 1; pointer-events: auto; box-shadow: none; border-radius: 0; padding: 2px 0 4px 36px; min-width: 0; white-space: normal; }
  .dropdown a { white-space: normal; padding: 7px 14px; border-radius: 4px; }
  .banner { min-height: 40vh; max-height: 500px; }
  .banner-left { padding: 0 32px 0 116px; clip-path: polygon(0 0, calc(100% - 97px) 0, 100% 100%, 0 100%); }
  .banner-title { font-size: 24px; }
  .banner-sub { font-size: 14px; }
  .banner-btn { padding: 10px 24px; font-size: 13px; }
  .banner-thumbs { left: 40px; bottom: 50px; ; pointer-events: auto;}
  .banner-dots { left: 40px; bottom: 16px; ; pointer-events: auto;}
  .svc-row { flex-direction: column; gap: 36px; }
.svc-ledger { min-height: 380px; }
  .svc-pad-header { top: 12px; left: 14px; right: 14px; }
  .svc-book { inset: 76px 14px 14px; }
  .svc-book-page { padding: 0 10px 8px; }
  .svc-notepad-case { right: 14px; bottom: 10px; padding: 6px 16px; font-size: 13px; }
  .svc-ring-wrap { flex: 0 0 auto; max-width: 420px; margin: 0 auto; }
  .svc-ring-box { max-width: 420px; }
  .svc-ring-btn--tl, .svc-ring-btn--tr, .svc-ring-btn--bl, .svc-ring-btn--br { width: 160px; height: 160px; border-radius: 22px; }
  .svc-ring-btn--tl { top: 10px; left: 10px; padding: 22px 0 0 22px; -webkit-mask-image: linear-gradient(black,black), radial-gradient(circle 125px at 200px 200px, black 124px, transparent 125px); -webkit-mask-composite: source-out; mask-image: linear-gradient(black,black), radial-gradient(circle 125px at 200px 200px, black 124px, transparent 125px); mask-composite: subtract; }
  .svc-ring-btn--tr { top: 10px; right: 10px; padding: 22px 22px 0 0; -webkit-mask-image: linear-gradient(black,black), radial-gradient(circle 125px at -40px 200px, black 124px, transparent 125px); -webkit-mask-composite: source-out; mask-image: linear-gradient(black,black), radial-gradient(circle 125px at -40px 200px, black 124px, transparent 125px); mask-composite: subtract; }
  .svc-ring-btn--bl { bottom: 10px; left: 10px; padding: 0 0 22px 22px; -webkit-mask-image: linear-gradient(black,black), radial-gradient(circle 125px at 200px -40px, black 124px, transparent 125px); -webkit-mask-composite: source-out; mask-image: linear-gradient(black,black), radial-gradient(circle 125px at 200px -40px, black 124px, transparent 125px); mask-composite: subtract; }
  .svc-ring-btn--br { bottom: 10px; right: 10px; padding: 0 22px 22px 0; -webkit-mask-image: linear-gradient(black,black), radial-gradient(circle 125px at -40px -40px, black 124px, transparent 125px); -webkit-mask-composite: source-out; mask-image: linear-gradient(black,black), radial-gradient(circle 125px at -40px -40px, black 124px, transparent 125px); mask-composite: subtract; }
  .svc-ring-center .svc-ring-btn { width: 170px; height: 170px; }
  .svc-ring-center .svc-ring-btn svg { width: 40px; height: 40px; }
  .svc-ring-center .svc-ring-btn span { font-size: 14px; }
  .svc-pad-hd-bg { padding: 8px 10px; }
  .news-cols { flex-direction: column; }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .case-cards { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .service-cards { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .svc-ic--b, .svc-ic--c, .svc-ic--d, .svc-ic--e { grid-column: 1 / -1; }
.about-values { grid-template-columns: 1fr; gap: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :nth-child(1) { grid-column: auto; }
  .footer-grid > :nth-child(2) { grid-column: auto; }
  .footer-grid > :nth-child(3) { grid-column: auto; }
  .footer-grid > :nth-child(4) { grid-column: auto; }
  .sec-title { font-size: 26px; } .nsh-title { font-size: 28px; letter-spacing: 4px; }
  section.section-white, section.section-gray { padding: 48px 0; }
  .perspectives-wrap { padding: 20px 0; }
          .perspectives-grid { gap: 24px; }
  .carousel-arrow { width: 40px; height: 40px; }
  
  .perspectives-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .perspectives-grid .case-card { min-height: 280px; max-height: 420px; }
  .perspectives-grid .case-card-body { padding: 14px 16px 18px; }
  .perspectives-grid .cc-title { font-size: 15px; border-left: none; padding-left: 0; }
  .perspectives-grid .cc-desc { font-size: 12px; -webkit-line-clamp: 2; }
  .case-card-overlay .cc-ov-title { font-size: 17px; max-width: 200px; }
  .case-card-overlay .cc-ov-more { top: 16px; right: 18px; padding: 4px 14px; font-size: 12px; font-weight: 600; color: rgba(255,255,255,.85); border: 1px solid rgba(255,255,255,.4); border-radius: 20px; background: transparent; transition: all .35s; letter-spacing: 1px; text-decoration: none; }
  .cc-ov-readmore { bottom: 18px; left: 20px; padding: 4px 16px; font-size: 11px; }
}

/* 闂佸磭鍎ら崝蹇涘疾閺屻儱鐓涢柟鑸妽濞呮粓鏌嶉悜妯哄闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸?   RESPONSIVE 闂?480px
   闂佸磭鍎ら崝蹇涘疾閺屻儱鐓涢柟鑸妽濞呮粓鏌嶉悜妯哄闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸闁硅埇鍔嶅▍婊堟煃閻戞ê濮€闁哄懏鐓￠崺锟犲箛閵婏附鐝抽梺宕囧劋閸斿繘寮查弻銉ョ厸?*/
@media (max-width: 480px) {
  .about-split-divider { flex-direction: row; padding: 8px 0; gap: 10px; }
  .about-split-right { padding-left: 0; }
  /* Services mobile */
  .svc-row { flex-direction: column; gap: 28px; }
.svc-ledger { min-height: 300px; }
  .svc-pad-header { top: 8px; left: 8px; right: 8px; }
  .svc-book { inset: 72px 8px 8px; }
  .svc-book-page { padding: 0 8px 6px; }
  .svc-notepad-case { right: 8px; bottom: 6px; padding: 5px 12px; font-size: 12px; }
  .svc-ring-wrap { flex: 0 0 auto; max-width: 340px; margin: 0 auto; }
  .svc-ring-box { max-width: 340px; aspect-ratio: auto; height: 320px; }
  .svc-ring-btn--tl, .svc-ring-btn--tr, .svc-ring-btn--bl, .svc-ring-btn--br { width: 125px; height: 125px; border-radius: 36px; }
  .svc-ring-btn--tl { top: 6px; left: 6px; padding: 16px 0 0 16px; -webkit-mask-image: linear-gradient(black,black), radial-gradient(circle 112px at 164px 154px, black 111px, transparent 112px); -webkit-mask-composite: source-out; mask-image: linear-gradient(black,black), radial-gradient(circle 112px at 164px 154px, black 111px, transparent 112px); mask-composite: subtract; }
  .svc-ring-btn--tr { top: 6px; right: 6px; padding: 16px 16px 0 0; -webkit-mask-image: linear-gradient(black,black), radial-gradient(circle 112px at -39px 154px, black 111px, transparent 112px); -webkit-mask-composite: source-out; mask-image: linear-gradient(black,black), radial-gradient(circle 112px at -39px 154px, black 111px, transparent 112px); mask-composite: subtract; }
  .svc-ring-btn--bl { bottom: 6px; left: 6px; padding: 0 0 16px 16px; -webkit-mask-image: linear-gradient(black,black), radial-gradient(circle 112px at 164px -29px, black 111px, transparent 112px); -webkit-mask-composite: source-out; mask-image: linear-gradient(black,black), radial-gradient(circle 112px at 164px -29px, black 111px, transparent 112px); mask-composite: subtract; }
  .svc-ring-btn--br { bottom: 6px; right: 6px; padding: 0 16px 16px 0; -webkit-mask-image: linear-gradient(black,black), radial-gradient(circle 112px at -39px -29px, black 111px, transparent 112px); -webkit-mask-composite: source-out; mask-image: linear-gradient(black,black), radial-gradient(circle 112px at -39px -29px, black 111px, transparent 112px); mask-composite: subtract; }
  .svc-ring-center .svc-ring-btn { width: 190px; height: 190px; }
  .svc-ring-btn svg { width: 20px; height: 20px; }
  .svc-ring-center .svc-ring-btn svg { width: 34px; height: 34px; }
  .svc-ring-center .svc-ring-btn span { font-size: 13px; }
  .svc-ring-btn span { font-size: 12px; }
.svc-page-head h3 { font-size: 14px; font-weight: 700; }
  .svc-scope-grid { grid-template-columns: 1fr; }
.about-values { grid-template-columns: 1fr; gap: 12px; }
  .svc-cases-cta { margin-top: 20px; }
  .case-cards { grid-template-columns: 1fr; gap: 18px; }
    .svc-ic--b .svc-ic-badge,.svc-ic--c .svc-ic-badge,.svc-ic--d .svc-ic-badge,.svc-ic--e .svc-ic-badge { width: 40px; height: 40px; }

}


/* ===== 手机端精简：默认隐藏过密区块 ===== */
@media (max-width: 768px) {
  .mobile-hide { display: none !important; }
  .section { padding: 40px 0; }
  .section-white, .section-gray { padding: 36px 0; }
  .container { padding: 0 16px; }
}

/* ===== Footer 深色强制覆盖 ===== */
footer.footer,
.footer,
.footer-bottom {
  background-color: #0F2440 !important;
}
