/* ============================================================
   瀚海星辰 · 全站按 beitc.cn 版式重建
   内容：瀚海星辰；布局/组件形态对齐参考站
   ============================================================ */

:root {
  --v-navy: #002C5B;
  --v-deep: #111B72;
  --v-footer: #0A2155;
  --v-muted: #5C6578;
  --v-soft: #F6F6F6;
  --v-ink: #2A2F3A;
  --v-title: #3A7BD5;
  --v-gold: #F5D76E;
  --v-shadow: 0 0 40px 5px rgba(0,0,0,.05);
  --font-body: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", sans-serif;
  --font-title: "Noto Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", sans-serif;
}

/* 全站圆润黑体；标题浅蓝加粗（覆盖 style / custom） */
body,
body p, body a, body span, body li, body button, body input, body textarea,
body .btn, body .nav-link, body .footer, body .v-header, body .v-nav,
body label, body td, body th {
  font-family: var(--font-body) !important;
  font-weight: 500;
  letter-spacing: .3px;
}
body h1, body h2, body h3, body h4, body h5, body h6,
body .v-title, body .site-title, body .service-title,
body .blog-title, body .feature-content h4, body .team-content h4 {
  font-family: var(--font-title) !important;
  font-weight: 800 !important;
  letter-spacing: .5px;
  color: var(--v-title) !important;
}
.bi, i.bi, [class^="bi-"]::before, [class*=" bi-"]::before {
  font-family: "bootstrap-icons" !important;
}

body { color: var(--v-ink); background: #fff; }

.v-section { padding: 100px 0; position: relative; }
.v-cream { background: var(--v-soft); }

.v-eyebrow, .site-title-tagline {
  display: inline-block; font-size: 14px; letter-spacing: .5px;
  color: var(--v-title); font-weight: 700; margin-bottom: 12px;
}
.v-title, .site-title {
  font-weight: 800 !important;
  font-size: clamp(28px, 3.2vw, 40px); line-height: 1.25;
  color: var(--v-title) !important; margin: 0 0 16px;
}
.v-title .accent { color: var(--v-deep); }
.v-lead { font-size: 16px; line-height: 1.9; color: var(--v-muted); max-width: 760px; font-weight: 500; }
.v-divider {
  width: 60px; height: 3px; border: 0; background: var(--v-title); margin: 0 0 20px; opacity: 1;
}
.text-center .v-divider { margin-left: auto; margin-right: auto; }

.site-heading { margin-bottom: 50px; }
.site-heading.text-center { text-align: center; }

/* 按钮 — 浅蓝底 + 白字，对比清晰 */
.v-btn, .theme-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 30px; border-radius: 10px;
  font-weight: 800; font-size: 16px; text-decoration: none;
  transition: all .25s ease; border: 0; cursor: pointer;
  background: var(--v-title); color: #fff !important;
  box-shadow: 0 8px 20px rgba(58, 123, 213, .35);
}
.v-btn:hover, .theme-btn:hover {
  background: #2F68C4; color: #fff !important; gap: 12px;
  transform: translateY(-2px); box-shadow: 0 12px 28px rgba(58, 123, 213, .45);
}
.v-btn-ghost {
  background: transparent; color: #fff !important; border: 1.5px solid rgba(255,255,255,.85);
  box-shadow: none;
}
.v-btn-ghost:hover { background: #fff; color: var(--v-title) !important; }
.v-btn-outline {
  background: #fff; color: var(--v-title) !important; border: 2px solid var(--v-title);
  box-shadow: none;
}
.v-btn-outline:hover { background: var(--v-title); color: #fff !important; }
.theme-btn2 {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--v-title) !important; text-decoration: none;
  padding: 14px 30px; border-radius: 10px; font-size: 16px; font-weight: 800;
  transition: .25s ease; box-shadow: 0 8px 20px rgba(0,0,0,.12);
}
.theme-btn2:hover { background: var(--v-title); color: #fff !important; }

/* ============================================================
   HERO — 高度收窄，顶栏下方无白缝
   ============================================================ */
.v-hero { position: relative; width: 100%; height: 800px; min-height: 540px; overflow: hidden; }
.v-hero .swiper, .v-hero .swiper-wrapper, .v-hero .swiper-slide { height: 100%; }
.v-hero-slide {
  position: relative; height: 100%;
  background-size: cover; background-position: center;
  display: flex; align-items: center; padding-top: 70px;
}
.v-hero-slide::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,33,85,.78) 0%, rgba(10,33,85,.38) 55%, rgba(10,33,85,.12) 100%);
}
.v-hero-inner { position: relative; z-index: 3; max-width: 960px; }
.v-hero-tag {
  display: inline-block; color: #fff; font-size: 20px; font-weight: 700;
  letter-spacing: 3px; padding: 10px 22px; margin-bottom: 18px;
  border: 1.5px solid rgba(255,255,255,.9); border-radius: 999px;
}
.v-hero-eyebrow {
  color: #fff; letter-spacing: 4px; font-size: 22px; font-weight: 700;
  display: inline-flex; align-items: center; gap: 12px; margin-bottom: 16px;
}
.v-hero-eyebrow::before { content: ""; width: 40px; height: 2px; background: #fff; }
.v-hero-title {
  font-weight: 800 !important;
  font-size: clamp(52px, 6.5vw, 84px); line-height: 1.15;
  color: #fff !important; margin-bottom: 14px;
}
.v-hero-brands {
  color: var(--v-gold); font-size: clamp(28px, 3.4vw, 40px); line-height: 1.4; margin-bottom: 14px; font-weight: 700;
}
.v-hero-desc {
  font-size: clamp(22px, 2.2vw, 28px); color: rgba(255,255,255,.95) !important; line-height: 1.7;
  margin-bottom: 0; max-width: 820px; font-weight: 500;
}
.v-hero-tag, .v-hero-eyebrow { color: #fff !important; }
.service-title a { color: var(--v-title) !important; }
.portfolio-info h4, .portfolio-info h4 a { color: var(--v-title) !important; }
.team-content h4 a { color: var(--v-title) !important; }
.blog-title a { color: var(--v-title) !important; }
.cta-wrap h2, .cta-wrap h1 { color: #fff !important; }
.schedule-wrap .site-title, .portfolio-area .site-title { color: #fff !important; }
.v-page-banner h1 { color: #fff !important; }
.v-hero-actions { display: none; }
.v-hero-arrow,
.v-hero-prev,
.v-hero-next { display: none !important; }
.v-hero-pagination { position: absolute; bottom: 20px; left: 0; z-index: 5; width: 100%; }
.v-hero .swiper-pagination-bullet { background: rgba(255,255,255,.55); opacity: 1; width: 10px; height: 10px; }
.v-hero .swiper-pagination-bullet-active { background: #fff; width: 28px; border-radius: 6px; }

/* ============================================================
   四大亮点 — 独立区块，不压住轮播；浅紫圆形图标
   ============================================================ */
.feature-area {
  position: relative; z-index: 1;
  margin-top: 0; padding: 64px 0 56px;
  background: #fff;
}
.feature-item {
  position: relative; background: #fff; border-radius: 30px; padding: 40px 36px;
  box-shadow: var(--v-shadow); overflow: hidden; height: 100%;
  transition: transform .3s ease;
}
.feature-item:hover { transform: translateY(-6px); }
.feature-item .count {
  position: absolute; right: 22px; top: 16px;
  font-family: var(--font-title); font-size: 60px; font-weight: 800;
  color: #EEF1F6; line-height: 1; pointer-events: none;
}
.feature-icon { margin-bottom: 24px; }
.feature-icon .fi-ring {
  display: inline-flex; align-items: center; justify-content: center;
  width: 92px; height: 92px; border-radius: 50%;
  border: 2px dashed #9DB4E0;
  background: rgba(58, 123, 213, .10);
}
.feature-icon .fi-core {
  display: inline-flex; align-items: center; justify-content: center;
  width: 68px; height: 68px; border-radius: 50%;
  background: linear-gradient(145deg, #1E3A8A, #002C5B);
  color: #fff; font-size: 30px; box-shadow: 0 8px 20px rgba(0, 44, 91, .35);
}
.feature-icon .fi-core .bi { font-family: "bootstrap-icons" !important; line-height: 1; }
.feature-content h4 {
  color: var(--v-title) !important; font-size: 23px; font-weight: 800 !important; margin: 0 0 10px;
  font-family: var(--font-title) !important;
}
.feature-content p {
  color: var(--v-muted); font-size: 16.5px; margin: 0; line-height: 1.65; font-weight: 500;
  font-family: var(--font-body) !important;
}

/* 19 企业：两排大卡片横向滚动 */
.ent-scroll-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 -8px;
  padding: 12px 8px 8px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #B7D0F5 transparent;
}
.ent-scroll-wrap::-webkit-scrollbar { height: 8px; }
.ent-scroll-wrap::-webkit-scrollbar-track { background: #E8EEF6; border-radius: 8px; }
.ent-scroll-wrap::-webkit-scrollbar-thumb {
  background: #B7D0F5; border-radius: 8px;
}
.ent-scroll-wrap::-webkit-scrollbar-thumb:hover { background: #8FB6EA; }
.ent-scroll-track {
  display: grid;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
  grid-auto-columns: 320px;
  gap: 28px 28px;
  width: max-content;
  align-items: stretch;
  transform: none !important;
}
#services .ent-card {
  display: flex; flex-direction: column; background: #fff; border-radius: 28px;
  overflow: hidden; isolation: isolate;
  text-decoration: none; box-shadow: var(--v-shadow);
  transition: transform .3s ease, box-shadow .3s;
  position: relative;
  scroll-snap-align: start;
  aspect-ratio: auto;
  height: auto;
  min-height: 0;
  width: 100%;
  z-index: 0;
}
#services .ent-card::after { content: none; display: none; }
#services .ent-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(58,123,213,.18);
  z-index: 1;
}
#services .ent-num {
  position: absolute; right: 18px; top: 16px; z-index: 2;
  font-size: 40px; font-weight: 800; color: rgba(255,255,255,.6);
  text-shadow: 0 2px 8px rgba(0,0,0,.25); pointer-events: none;
}
#services .ent-cover {
  aspect-ratio: 16/10; overflow: hidden; flex: 0 0 auto; position: relative;
}
#services .ent-cover img,
#services .ent-card img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  position: static; transition: transform .45s;
}
#services .ent-card:hover .ent-cover img { transform: scale(1.05); }
#services .ent-body {
  padding: 18px 20px 22px; flex: 1; display: flex; flex-direction: column;
  background: #fff; position: relative; z-index: 1;
}
#services .ent-body small { color: var(--v-muted); font-size: 13px; letter-spacing: 1px; }
#services .ent-body h4 {
  color: var(--v-title) !important; font-size: 22px; font-weight: 800 !important;
  margin: 6px 0 10px;
}
#services .ent-body p {
  color: var(--v-muted); font-size: 14px; line-height: 1.65; margin: 0 0 12px;
  flex: 1; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
#services .ent-go {
  color: var(--v-title); font-weight: 700; font-size: 14px;
  display: inline-flex; align-items: center; gap: 6px; margin-top: auto;
}
.ent-hint { color: var(--v-muted); font-size: 14px; margin: 0; }

@media (max-width: 991px) {
  .ent-scroll-track { grid-auto-columns: 280px; gap: 20px; }
  #services .ent-body h4 { font-size: 20px; }
}
@media (max-width: 575px) {
  .ent-scroll-track { grid-auto-columns: min(78vw, 280px); gap: 16px; }
}

.ent-detail-cover {
  border-radius: 20px; overflow: hidden; box-shadow: var(--v-shadow); margin-bottom: 12px;
}
.ent-detail-cover img { width: 100%; display: block; aspect-ratio: 1/1; object-fit: cover; }
.ent-gallery {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.ent-gallery:empty { display: none; }
.ent-gallery a { border-radius: 12px; overflow: hidden; display: block; }
.ent-gallery img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; transition: transform .35s; }
.ent-gallery a:hover img { transform: scale(1.04); }
.ent-article {
  color: var(--v-ink); font-size: 16px; line-height: 1.9; font-weight: 500;
}
.ent-article p { margin-bottom: 14px; }
.ent-article strong { color: var(--v-title); font-weight: 800; }
.ent-article h1, .ent-article h2, .ent-article h3, .ent-article h4 {
  color: var(--v-title) !important; font-weight: 800 !important; margin: 22px 0 12px;
}
.ent-prose { margin-bottom: 8px; }
.ent-schedule-title {
  color: var(--v-title) !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  margin: 28px 0 8px !important;
}
.ent-schedule-block .ent-hint { margin-bottom: 14px; }
.ent-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 0 0 20px;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(30, 58, 110, .08);
  border: 1px solid #D7E4F5;
  background: #fff;
}
.ent-article .ent-schedule-table,
.ent-schedule-block .ent-schedule-table,
.ent-article table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  margin: 0;
  background: #fff;
}
.ent-article .ent-schedule-table td,
.ent-article .ent-schedule-table th,
.ent-schedule-block .ent-schedule-table td,
.ent-schedule-block .ent-schedule-table th,
.ent-article table td,
.ent-article table th {
  border: 1px solid #D7E4F5;
  padding: 14px 16px;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.7;
  color: var(--v-ink);
}
.ent-article .ent-schedule-table tr.ent-schedule-head td,
.ent-article .ent-schedule-table tr:first-child td,
.ent-schedule-block .ent-schedule-table tr.ent-schedule-head td,
.ent-schedule-block .ent-schedule-table tr:first-child td,
.ent-article table tr.ent-schedule-head td {
  background: linear-gradient(135deg, #3A7BD5, #2F68C4);
  color: #fff !important;
  font-weight: 800;
  text-align: center;
  border-color: #2F68C4;
}
.ent-article .ent-schedule-table tr.ent-schedule-head td *,
.ent-article .ent-schedule-table tr:first-child td *,
.ent-schedule-block .ent-schedule-table tr.ent-schedule-head td *,
.ent-schedule-block .ent-schedule-table tr:first-child td *,
.ent-article table tr.ent-schedule-head td * {
  color: #fff !important;
}
.ent-article .ent-schedule-table tr:nth-child(even):not(.ent-schedule-head):not(:first-child) td,
.ent-schedule-block .ent-schedule-table tr:nth-child(even):not(.ent-schedule-head):not(:first-child) td,
.ent-article table tr:nth-child(even):not(.ent-schedule-head):not(:first-child) td {
  background: #F7FAFE;
}
.ent-article .ent-schedule-table tr:not(.ent-schedule-head):not(:first-child) td:first-child,
.ent-schedule-block .ent-schedule-table tr:not(.ent-schedule-head):not(:first-child) td:first-child,
.ent-article table tr:not(.ent-schedule-head):not(:first-child) td:first-child {
  width: 18%;
  min-width: 110px;
  font-weight: 700;
  color: var(--v-title);
  white-space: nowrap;
  background: #EEF4FC;
}
.ent-article .ent-schedule-table tr.ent-schedule-head td:first-child,
.ent-article .ent-schedule-table tr:first-child td:first-child,
.ent-schedule-block .ent-schedule-table tr.ent-schedule-head td:first-child,
.ent-schedule-block .ent-schedule-table tr:first-child td:first-child,
.ent-article table tr.ent-schedule-head td:first-child {
  width: auto;
  background: linear-gradient(135deg, #3A7BD5, #2F68C4) !important;
  color: #fff !important;
  white-space: normal;
  font-weight: 800;
}
.ent-article .ent-schedule-table p,
.ent-schedule-block .ent-schedule-table p,
.ent-article table p { margin: 0 0 8px; }
.ent-article .ent-schedule-table p:last-child,
.ent-schedule-block .ent-schedule-table p:last-child,
.ent-article table p:last-child { margin-bottom: 0; }

@media (max-width: 991px) {
  .ent-gallery { grid-template-columns: repeat(3, 1fr); }
}

/* 关于我们 */
.v-about-media { position: relative; border-radius: 30px; overflow: hidden; box-shadow: var(--v-shadow); }
.v-about-media img { width: 100%; display: block; aspect-ratio: 4/3; object-fit: cover; }
.v-about-badge {
  position: absolute; left: 20px; bottom: 20px;
  background: linear-gradient(145deg, #3A7BD5, #2F68C4); color: #fff;
  padding: 18px 22px; border-radius: 16px;
  box-shadow: 0 12px 28px rgba(58, 123, 213, .4);
}
.v-about-badge b {
  display: block; font-size: 36px; font-family: var(--font-title); line-height: 1;
  color: #fff !important; font-weight: 800 !important;
}
.v-about-badge span {
  font-size: 14px; color: #fff !important; opacity: 1; font-weight: 600;
  margin-top: 6px; display: block;
}
.v-feature-row { display: flex; gap: 16px; }
.v-feature { flex: 1; background: var(--v-soft); border-radius: 16px; padding: 18px; }
.v-feature h5 { color: var(--v-deep); font-weight: 700; font-size: 16px; margin: 0 0 6px; display: flex; align-items: center; gap: 8px; }
.v-feature p { color: var(--v-muted); font-size: 14px; line-height: 1.7; margin: 0; }

/* 关于页：企业文化（使命/服务/价值） */
.v-culture-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.v-culture-card {
  position: relative; background: #fff; border: 1px solid #EEF1F8; border-radius: 22px;
  padding: 48px 34px 42px; text-align: center; overflow: hidden;
  box-shadow: 0 12px 32px rgba(17, 27, 114, .06);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.v-culture-card::before {
  content: ""; position: absolute; left: 0; top: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #3A7BD5, #1E3A8A);
  transform: scaleX(0); transform-origin: left; transition: transform .4s ease;
}
.v-culture-card:hover { transform: translateY(-8px); border-color: #D5DEF0; box-shadow: 0 24px 48px rgba(17, 27, 114, .13); }
.v-culture-card:hover::before { transform: scaleX(1); }
/* 重新设计图标：渐变圆 + 外层光环 */
.v-culture-ic {
  position: relative; width: 96px; height: 96px; margin: 0 auto 26px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 50%; font-size: 40px; color: #fff;
  background: linear-gradient(145deg, #3A7BD5, #1E3A8A);
  box-shadow: 0 14px 30px rgba(30, 58, 138, .30);
  transition: transform .35s ease, box-shadow .35s ease;
}
.v-culture-ic::after {
  content: ""; position: absolute; inset: -9px; border-radius: 50%;
  border: 1px solid rgba(58, 123, 213, .30);
  transition: inset .35s ease, border-color .35s ease;
}
.v-culture-card:hover .v-culture-ic { transform: translateY(-3px) scale(1.04); box-shadow: 0 18px 38px rgba(30, 58, 138, .4); }
.v-culture-card:hover .v-culture-ic::after { inset: -14px; border-color: rgba(58, 123, 213, .5); }
.v-culture-card h4 {
  color: var(--v-deep) !important; font-size: 22px; font-weight: 800 !important; margin: 0 0 14px;
}
.v-culture-card p { color: var(--v-muted); font-size: 15.5px; line-height: 1.85; margin: 0; }
@media (max-width: 767px) { .v-culture-grid { grid-template-columns: 1fr; } }

/* 关于页：经典案例 */
.v-case-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.v-case {
  display: block; position: relative; border-radius: 20px; overflow: hidden;
  box-shadow: var(--v-shadow); text-decoration: none;
}
.v-case img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; transition: transform .45s; }
.v-case:hover img { transform: scale(1.06); }
.v-case-name {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 30px 16px 14px;
  color: #fff !important; font-weight: 700; font-size: 16px; text-align: center;
  background: linear-gradient(to top, rgba(0, 20, 50, .85), rgba(0, 20, 50, 0));
}
@media (max-width: 991px) { .v-case-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 575px) { .v-case-grid { grid-template-columns: repeat(2, 1fr); } }
.v-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 44px;
}
a.v-stat-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 148px;
  padding: 28px 16px 24px;
  text-decoration: none;
  text-align: center;
  border-radius: 22px;
  color: inherit;
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
  background:
    linear-gradient(165deg, #ffffff 0%, #f7faff 48%, #eef4fc 100%);
  border: 1.5px solid transparent;
  background-clip: padding-box;
  box-shadow:
    0 10px 28px rgba(30, 58, 110, .08),
    inset 0 1px 0 rgba(255,255,255,.9);
  transition: transform .28s cubic-bezier(.22,.61,.36,1), box-shadow .28s ease, border-color .28s ease;
}
a.v-stat-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(184, 206, 240, .55), rgba(90, 140, 210, .35));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.v-stat-btn__glow {
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(circle at 30% 20%, rgba(58,123,213,.18), transparent 45%);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
  z-index: 0;
}
.v-stat-btn__num,
.v-stat-btn__label {
  position: relative;
  z-index: 1;
}
.v-stat-btn__num {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  line-height: 1;
}
.v-stat-btn__num b {
  font-family: var(--font-title);
  font-size: 44px;
  font-weight: 800;
  color: var(--v-deep);
  letter-spacing: -.02em;
}
.v-stat-btn__num i {
  font-style: normal;
  font-size: 24px;
  font-weight: 800;
  color: var(--v-title);
  margin-left: 2px;
}
.v-stat-btn__label {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 650;
  color: #5d708a;
}
a.v-stat-btn:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow:
    0 18px 40px rgba(30, 58, 110, .16),
    inset 0 1px 0 rgba(255,255,255,.95);
}
a.v-stat-btn:hover .v-stat-btn__glow { opacity: 1; }
a.v-stat-btn:hover .v-stat-btn__num b { color: var(--v-title); }
a.v-stat-btn:active {
  transform: translateY(-2px) scale(.985);
  box-shadow: 0 8px 18px rgba(30, 58, 110, .12);
}
a.v-stat-btn.is-live .v-stat-btn__num b {
  animation: statPulse .55s ease;
}
@keyframes statPulse {
  0% { transform: scale(1); }
  40% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

/* ============================================================
   产品卡 — beitc .service-item
   ============================================================ */
.service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}
.service-item {
  position: relative;
  background: #fff;
  border-radius: 30px;
  padding: 15px;
  box-shadow: var(--v-shadow);
  transition: transform .3s ease, box-shadow .3s ease;
  grid-column: span 2;
}
.service-item.wide { grid-column: span 3; }
.service-item:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(17,27,114,.12); }
.service-item .count {
  position: absolute; right: 28px; bottom: 18px; z-index: 0;
  font-family: var(--font-title); font-size: 90px; font-weight: 800;
  color: #EEF1F6; line-height: 1; pointer-events: none;
}
.service-img { position: relative; z-index: 1; margin-bottom: 18px; }
.service-img img {
  width: 100%; height: 250px; object-fit: cover;
  border-radius: 20px; display: block;
}
.service-item.wide .service-img img { height: 320px; }
.service-content { position: relative; z-index: 1; padding: 4px 8px 12px; }
.service-title { margin: 0 0 10px; font-size: 22px; font-weight: 700; }
.service-title a { color: var(--v-navy); text-decoration: none; }
.service-title a:hover { color: var(--v-deep); }
.service-text { color: var(--v-muted); font-size: 15px; line-height: 1.8; margin: 0 0 18px; min-height: 54px; }

/* ============================================================
   精品行程 — beitc .portfolio-area
   ============================================================ */
.portfolio-area {
  background: var(--v-footer);
  padding: 70px 0 120px;
}
.portfolio-area .site-title { color: #fff; }
.portfolio-area .site-title-tagline { color: #9db0ff; }
.portfolio-item {
  display: block; text-decoration: none; color: inherit;
}
.portfolio-img {
  overflow: hidden; border-radius: 8px 8px 0 0;
}
.portfolio-img img {
  width: 100%; height: 300px; object-fit: cover; display: block;
  transition: transform .45s ease;
}
.portfolio-item:hover .portfolio-img img { transform: scale(1.06); }
@media (max-width: 991px) { .portfolio-img img { height: 260px; } }
@media (max-width: 575px) { .portfolio-img img { height: 240px; } }
.portfolio-content {
  background: #fff; padding: 16px 18px;
  display: flex; align-items: center; justify-content: space-between;
  border-radius: 0 0 8px 8px;
}
.portfolio-info small {
  display: block; color: var(--v-muted); font-size: 12px; letter-spacing: 1px; margin-bottom: 2px;
}
.portfolio-info h4 {
  margin: 0; font-size: 18px; font-weight: 700;
}
.portfolio-info h4 a { color: var(--v-navy); text-decoration: none; }
.portfolio-arrow {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--v-soft); color: var(--v-deep);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; transition: .25s;
}
.portfolio-item:hover .portfolio-arrow { background: var(--v-deep); color: #fff; }

/* ============================================================
   CTA — beitc .cta-wrap 圆角深蓝条
   ============================================================ */
.cta-area { margin-top: -60px; position: relative; z-index: 3; padding: 0 0 40px; }
.cta-wrap {
  background: var(--v-deep);
  border-radius: 50px;
  padding: 50px 40px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(17,27,114,.25);
}
.cta-wrap h2, .cta-wrap h1 {
  color: #fff; font-weight: 800; font-size: clamp(26px, 3vw, 40px); margin-bottom: 14px;
}
.cta-wrap p {
  color: rgba(255,255,255,.78); font-size: 16px; line-height: 1.8;
  max-width: none; white-space: nowrap; margin: 0 auto 24px;
}

/* ============================================================
   产品体系 — beitc .skill-area（白底，左图右文）
   ============================================================ */
.skill-area { padding: 120px 0; background: #fff; }
.skill-img img { width: 100%; border-radius: 20px; display: block; }
.skill-text { line-height: 1.9; margin-bottom: 28px; }
.progress-item { margin-bottom: 22px; }
.progress-item h5 {
  display: flex; justify-content: space-between; align-items: center;
  color: var(--v-navy); font-size: 15px; font-weight: 700; margin: 0 0 10px;
}
.progress-item .percent { color: var(--v-deep); font-weight: 800; font-size: 14px; }
.progress-item .progress {
  height: 8px; border-radius: 6px; background: #EEF1F6; overflow: hidden;
}
.progress-item .progress-bar {
  height: 100%; width: 0; border-radius: 6px;
  background: linear-gradient(90deg, var(--v-deep), #4a6cf7);
  transition: width 1.4s ease;
}

/* ============================================================
   参访城市 — 词云
   ============================================================ */
.visit-cities-area {
  background: #fff;
  padding: 100px 0;
  position: relative;
}
.visit-cities-area .site-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.visit-cities-area .site-title .visit-cities-hint {
  display: block;
  font-size: .55em;
  font-weight: 500;
  color: inherit;
  letter-spacing: 0.04em;
  line-height: 1.4;
  opacity: 0.88;
}
.visit-cities-lead {
  max-width: 760px;
  color: #5a6a82;
  font-size: 16px;
  line-height: 1.85;
}
.visit-cities-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px 36px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 8px 0 4px;
  text-align: center;
}
a.visit-city-link {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .04em;
  padding: 4px 2px;
  border: none;
  background: none;
  box-shadow: none;
  white-space: nowrap;
  transition: color .2s ease, transform .2s ease, opacity .2s ease, filter .2s ease;
}
a.visit-city-link:hover {
  transform: scale(1.08);
  filter: brightness(1.08);
}

/* 词云字号层次 */
a.visit-city-link.is-xl {
  font-size: 48px;
  font-weight: 800;
}
a.visit-city-link.is-lg {
  font-size: 34px;
  opacity: .96;
}
a.visit-city-link.is-md {
  font-size: 26px;
  opacity: .92;
}
a.visit-city-link.is-sm {
  font-size: 18px;
  font-weight: 600;
  opacity: .88;
}

/* 多色词云（与站点蓝调协调） */
a.visit-city-link.c1 { color: #002C5B; }
a.visit-city-link.c2 { color: #3A7BD5; }
a.visit-city-link.c3 { color: #1f6f8b; }
a.visit-city-link.c4 { color: #4f6bb8; }
a.visit-city-link.c5 { color: #2a9d8f; }
a.visit-city-link.c6 { color: #5b6ee1; }
a.visit-city-link.c7 { color: #0e7490; }
a.visit-city-link.c8 { color: #6366f1; }
a.visit-city-link:hover { color: #111B72; }

/* 轻微错落 */
a.visit-city-link:nth-child(3n) { transform: translateY(6px); }
a.visit-city-link:nth-child(4n) { transform: translateY(-5px); }
a.visit-city-link:nth-child(5n) { transform: translateY(3px); }
a.visit-city-link:hover,
a.visit-city-link:nth-child(3n):hover,
a.visit-city-link:nth-child(4n):hover,
a.visit-city-link:nth-child(5n):hover {
  transform: scale(1.08) translateY(0);
}

@media (max-width: 991.98px) {
  .visit-cities-cloud { gap: 10px 22px; }
  a.visit-city-link.is-xl { font-size: 38px; }
  a.visit-city-link.is-lg { font-size: 28px; }
  a.visit-city-link.is-md { font-size: 22px; }
  a.visit-city-link.is-sm { font-size: 16px; }
}
@media (max-width: 767.98px) {
  .visit-cities-area { padding: 72px 0; }
  .visit-cities-cloud { gap: 8px 14px; }
  a.visit-city-link.is-xl { font-size: 30px; }
  a.visit-city-link.is-lg { font-size: 24px; }
  a.visit-city-link.is-md { font-size: 18px; }
  a.visit-city-link.is-sm { font-size: 15px; }
  .visit-cities-lead { font-size: 15px; }
}

/* ============================================================
   城市详情页 — 油画质感 Hero
   ============================================================ */
.city-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 0;
  padding: calc(91px + 36px) 0 40px;
  color: #f7f1e6;
  background: #10205e;
  border-bottom: none;
}
body[data-page="city"] .btn-scroll-up { display: none !important; }

.city-hero__paint {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 90% 80% at 12% 20%, rgba(96, 132, 236, .32), transparent 55%),
    radial-gradient(ellipse 70% 60% at 88% 18%, rgba(70, 104, 220, .38), transparent 50%),
    radial-gradient(ellipse 80% 70% at 70% 90%, rgba(24, 44, 128, .55), transparent 55%),
    radial-gradient(ellipse 60% 50% at 30% 85%, rgba(60, 90, 200, .24), transparent 50%),
    linear-gradient(128deg, #17287e 0%, #24409c 40%, #1b2f86 70%, #101d5e 100%);
}
.city-hero__stroke {
  position: absolute;
  display: block;
  border-radius: 60% 40% 55% 45%;
  filter: blur(28px);
  opacity: .55;
  mix-blend-mode: soft-light;
}
.city-hero__stroke--1 {
  width: 58%;
  height: 70%;
  left: -8%;
  top: -18%;
  background: linear-gradient(140deg, rgba(212, 175, 110, .55), rgba(90, 130, 160, .15) 60%, transparent);
  transform: rotate(-8deg);
}
.city-hero__stroke--2 {
  width: 50%;
  height: 65%;
  right: -10%;
  top: 8%;
  background: linear-gradient(210deg, rgba(120, 168, 198, .5), rgba(40, 70, 90, .2) 55%, transparent);
  transform: rotate(12deg);
  filter: blur(36px);
  opacity: .45;
}
.city-hero__stroke--3 {
  width: 70%;
  height: 48%;
  left: 18%;
  bottom: -22%;
  background: linear-gradient(20deg, rgba(70, 100, 120, .5), rgba(160, 120, 70, .2), transparent);
  transform: rotate(-3deg);
  filter: blur(40px);
  opacity: .4;
}
.city-hero__grain {
  position: absolute;
  inset: 0;
  opacity: .42;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.9'/%3E%3C/svg%3E");
  background-size: 180px 180px;
}
.city-hero__paint::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8, 13, 19, .52), rgba(8, 13, 19, .64)),
    radial-gradient(ellipse at center, transparent 28%, rgba(8, 13, 19, .55) 100%);
  box-shadow: inset 0 0 100px rgba(8, 13, 19, .5);
}

.city-hero__content {
  position: relative;
  z-index: 1;
}
.city-hero__crumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 15px;
  color: rgba(247, 241, 230, .8);
}
.city-hero__crumb a {
  color: rgba(247, 241, 230, .92);
  text-decoration: none;
}
.city-hero__crumb a:hover { color: #f3d9a4; }
.city-hero__crumb em {
  font-style: normal;
  color: #f7f1e6;
  font-weight: 700;
}
.city-hero__grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px 32px;
}
.city-hero__en {
  margin: 0 0 10px;
  font-size: 16px;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: #f2cf8f;
  font-weight: 800;
}
.city-hero__title {
  margin: 0 0 16px;
  font-size: clamp(52px, 6.4vw, 74px);
  font-weight: 800;
  line-height: 1.08;
  color: #ffffff !important;
  text-shadow: 0 3px 24px rgba(0, 0, 0, .5);
}
.city-hero__meta span:not(.dot) { color: #ffffff; font-weight: 700; }
.city-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  font-size: 20px;
  color: rgba(255, 255, 255, .95);
}
.city-hero__meta .dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: rgba(242, 207, 143, .85);
}
.city-hero__meta strong { color: #f5d089; font-weight: 800; }
.city-hero__summary {
  max-width: 900px;
  margin: 0;
  font-size: 21px;
  line-height: 1.9;
  color: rgba(255, 255, 255, .96);
  text-shadow: 0 1px 10px rgba(0, 0, 0, .35);
}
.city-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.city-chip-tag {
  display: inline-flex;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(255, 248, 235, .1);
  border: 1px solid rgba(228, 196, 138, .35);
  color: #f3e6cc;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(4px);
}
.city-hero__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  min-width: 180px;
}
.city-hero__cta.theme-btn {
  justify-content: center;
  white-space: nowrap;
  font-size: 16px;
  padding: 14px 26px;
  background: linear-gradient(135deg, #d4b06a, #c49a4e);
  color: #1c2a3a !important;
  box-shadow: 0 10px 28px rgba(30, 40, 50, .28);
}
.city-hero__cta.theme-btn:hover {
  background: linear-gradient(135deg, #e0c07a, #d0a85a);
  color: #1c2a3a !important;
}
.city-hero__back {
  color: rgba(247, 241, 230, .82);
  text-decoration: none;
  font-size: 15px;
  font-weight: 650;
  text-align: center;
}
.city-hero__back:hover { color: #f3d9a4; text-decoration: underline; }

/* 详情页版心加宽 */
body[data-page="city"] .container {
  max-width: 1480px;
  width: min(1480px, calc(100% - 48px));
}
@media (min-width: 1700px) {
  body[data-page="city"] .container {
    max-width: 1600px;
    width: min(1600px, calc(100% - 64px));
  }
}

.city-switcher {
  background: #fff;
  border-bottom: 1px solid #e8eef6;
  position: sticky;
  top: 91px;
  z-index: 30;
}
.city-switcher__track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 18px 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.city-switcher__track::-webkit-scrollbar { height: 0; display: none; }
.city-switcher__track a {
  flex: 0 0 auto;
  text-decoration: none;
  color: #445468;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 999px;
  white-space: nowrap;
  transition: .2s ease;
}
.city-switcher__track a:hover { color: var(--v-navy); background: #f3f7fc; }
.city-switcher__track a.is-active {
  color: #fff;
  background: var(--v-title);
}

.city-main {
  background: #f5f7fb;
  padding: 40px 0 88px;
}
.city-workspace {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  gap: 28px;
  min-height: 640px;
  align-items: start;
}
.city-nav {
  background: #fff;
  border: 1px solid #e6edf6;
  border-radius: 20px;
  overflow: hidden;
  position: sticky;
  top: 168px;
  max-height: calc(100vh - 190px);
  display: flex;
  flex-direction: column;
}
.city-nav__head {
  padding: 24px 24px 16px;
  border-bottom: 1px solid #eef2f7;
}
.city-nav__head h2 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 800;
  color: var(--v-navy);
}
.city-nav__head p {
  margin: 0;
  font-size: 15px;
  color: #8aa0bc;
}
.city-nav__list {
  overflow: auto;
  padding: 12px;
  scrollbar-width: thin;
}
.city-nav__item {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  background: transparent;
  border-radius: 14px;
  padding: 16px 16px;
  cursor: pointer;
  transition: .2s ease;
}
.city-nav__item:hover { background: #f5f8fc; }
.city-nav__item.is-active {
  background: linear-gradient(135deg, #eef5ff, #f7faff);
}
.city-nav__item-name {
  display: block;
  font-size: 18px;
  font-weight: 750;
  color: var(--v-navy);
  line-height: 1.4;
}
.city-nav__item.is-active .city-nav__item-name { color: var(--v-title); }
.city-nav__item-meta {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: #8aa0bc;
}

.city-panel {
  background: #fff;
  border: 1px solid #e6edf6;
  border-radius: 20px;
  padding: 36px 40px 40px;
  min-height: 640px;
}
.city-panel__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  color: #8aa0bc;
  font-size: 17px;
}
.city-panel__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px 24px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eef2f7;
}
.city-panel__title {
  margin: 0 0 12px;
  font-size: 34px;
  font-weight: 800;
  color: var(--v-navy);
  line-height: 1.25;
}
.city-panel__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.city-panel__tag {
  font-size: 14px;
  font-weight: 650;
  color: #5d708a;
  background: #f2f6fb;
  border-radius: 8px;
  padding: 6px 12px;
}
.city-panel__cta {
  flex: 0 0 auto;
  font-size: 16px !important;
  padding: 14px 26px !important;
}
.city-block { margin-top: 32px; }
.city-block:first-of-type { margin-top: 0; }
.city-block__label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--v-title);
}
.city-block__label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e8eef6;
}
.city-timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.city-timeline li {
  position: relative;
  padding: 0 0 22px 28px;
  border-left: 2px solid #dce7f5;
  color: #334155;
  font-size: 17px;
  line-height: 1.8;
}
.city-timeline li:last-child {
  padding-bottom: 0;
  border-left-color: transparent;
}
.city-timeline li::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--v-title);
}
.city-courses {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.city-course {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  background: #f7f9fc;
  color: #1f2a3a;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.city-alt {
  margin-top: 18px;
  padding: 22px 22px 10px;
  border-radius: 16px;
  background: #f8fafc;
  border: 1px dashed #d7e2f0;
}
.city-alt__title {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 800;
  color: var(--v-navy);
}
.city-note {
  margin: 28px 0 0;
  text-align: center;
  font-size: 15px;
  color: #8aa0bc;
}

@media (max-width: 1199.98px) {
  .city-workspace { grid-template-columns: 300px minmax(0, 1fr); gap: 20px; }
  .city-panel { padding: 28px 26px 30px; }
  .city-panel__title { font-size: 28px; }
}
@media (max-width: 991.98px) {
  body[data-page="city"] .container {
    width: calc(100% - 28px);
  }
  .city-hero__actions { width: 100%; }
  .city-workspace { grid-template-columns: 1fr; }
  .city-nav {
    position: static;
    max-height: none;
  }
  .city-nav__list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 12px 14px 16px;
    scrollbar-width: none;
  }
  .city-nav__list::-webkit-scrollbar { display: none; }
  .city-nav__item {
    flex: 0 0 auto;
    min-width: 180px;
    background: #f7f9fc;
  }
  .city-panel { padding: 24px 18px 26px; min-height: 0; }
  .city-panel__title { font-size: 26px; }
  .city-timeline li,
  .city-course { font-size: 15px; }
}

/* ============================================================
   案例 / 视频 — beitc .team-item
   ============================================================ */
.team-area { padding: 100px 0; }
.team-item { text-align: center; }
.team-img {
  border-radius: 16px; overflow: hidden; margin-bottom: 14px;
  box-shadow: var(--v-shadow);
}
.team-img img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block;
  transition: transform .45s ease;
}
.team-item:hover .team-img img { transform: scale(1.05); }
.team-content h4 { margin: 0; font-size: 17px; font-weight: 700; }
.team-content h4 a { color: var(--v-navy); text-decoration: none; }
.team-content h4 a:hover { color: var(--v-deep); }
.team-img { position: relative; }
.team-play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(10,33,85,.25); opacity: 0; transition: .3s;
}
.team-item:hover .team-play { opacity: 1; }
.team-play span {
  width: 54px; height: 54px; border-radius: 50%; background: var(--v-deep); color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 22px;
}

/* 走进标杆企业总部 · 3×4 共 12 张，比原先略小略矮 */
.proof-grid {
  --bs-gutter-x: 1.75rem;
  --bs-gutter-y: 1.75rem;
}
.proof-card {
  display: block; border-radius: 16px; overflow: hidden;
  box-shadow: var(--v-shadow); background: #fff;
}
.proof-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.proof-card:hover img { transform: scale(1.04); }
@media (max-width: 991px) {
  .proof-grid {
    --bs-gutter-x: 1.1rem;
    --bs-gutter-y: 1.1rem;
  }
}
@media (max-width: 767px) {
  .proof-card { border-radius: 12px; }
  .proof-card img { aspect-ratio: 3 / 4; }
}

/* ============================================================
   资讯 — beitc .blog-item
   ============================================================ */
.blog-area { padding: 100px 0; background: var(--v-soft); }
.blog-item {
  display: block; background: #fff; border-radius: 30px; padding: 20px;
  box-shadow: var(--v-shadow); text-decoration: none; height: 100%;
  transition: transform .3s ease;
}
.blog-item:hover { transform: translateY(-6px); }
.blog-item-img {
  border-radius: 20px; overflow: hidden; margin-bottom: 18px;
}
.blog-item-img img {
  width: 100%; aspect-ratio: 16/10; object-fit: cover; display: block;
  transition: transform .45s;
}
.blog-item:hover .blog-item-img img { transform: scale(1.05); }
.blog-item-info { padding: 0 6px 6px; }
.blog-meta {
  display: flex; align-items: center; gap: 12px; margin: 0 0 12px;
}
.blog-cat {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .5px;
  color: var(--v-title); background: rgba(58, 123, 213, .10);
  padding: 4px 12px; border-radius: 999px;
}
.blog-date { font-size: 13px; color: var(--v-muted); display: inline-flex; align-items: center; gap: 5px; }
.blog-date .bi { font-size: 13px; }
.blog-title {
  font-size: 18px; font-weight: 700; margin: 0 0 12px; line-height: 1.45;
}
.blog-title a { color: var(--v-navy); text-decoration: none; }
.blog-item:hover .blog-title { opacity: .88; }
.blog-item-info p {
  color: var(--v-muted); font-size: 14px; line-height: 1.7; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
}

/* 内页表单 / FAQ */
.contact-form-card {
  background: #fff; border-radius: 30px; padding: 36px;
  box-shadow: var(--v-shadow);
}
.contact-form-card .form-control {
  border-radius: 12px; border-color: #E6EAF2;
}
.contact-form-card .form-control:focus {
  border-color: var(--v-deep); box-shadow: 0 0 0 .2rem rgba(17,27,114,.12);
}
.accordion-item {
  border-radius: 16px !important; overflow: hidden;
  box-shadow: var(--v-shadow);
}
.accordion-button:not(.collapsed) {
  background: #F4F7FB; color: var(--v-deep); box-shadow: none;
}
.accordion-button:focus { box-shadow: none; border-color: transparent; }

/* 页脚覆盖 */
body .footer { background: var(--v-footer) !important; }
body .footer:before { display: none !important; }
body .footer .text-warning { color: #7EB3F0 !important; }
body .footer h5 { color: #7EB3F0 !important; font-weight: 800 !important; }
body .footer .footer-contact .bi { color: #7EB3F0 !important; }

body .float-consult { background: #ededed !important; border: none !important; box-shadow: 0 6px 18px rgba(0,0,0,.12) !important; }
body .float-consult .bi, body .float-consult span { color: #222 !important; }
body .btn-scroll-up, body .btn-primary { background: #3A7BD5 !important; border-color: #3A7BD5 !important; color: #fff !important; }

@media (max-width: 1199px) {
  .service-item, .service-item.wide { grid-column: span 3; }
  .service-item.wide .service-img img, .service-img img { height: 240px; }
}
@media (max-width: 991px) {
  .v-hero { height: 720px; min-height: 460px; }
  .feature-area { margin-top: 0; padding-top: 40px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-item, .service-item.wide { grid-column: span 1; }
  .v-stats { grid-template-columns: repeat(2, 1fr); }
  .cta-wrap { border-radius: 24px; padding: 36px 24px; }
  .cta-wrap p { white-space: normal; max-width: 720px; }
  .v-feature-row { flex-direction: column; }
}
@media (max-width: 575px) {
  .v-stats { grid-template-columns: 1fr; }
  .v-hero-arrow { display: none; }
}

/* ============================================================
   标杆定制页（地区筛选 + 卡片网格 + 分页）
   ============================================================ */
.bg-lead {
  max-width: 760px; color: var(--v-muted); font-size: 17px; line-height: 1.9;
}
.bg-tabs {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin: 8px 0 42px;
}
.bg-tab {
  padding: 10px 28px; border: none; border-radius: 999px; cursor: pointer;
  background: #eef3fb; color: #33415c; font-size: 15px; font-weight: 700;
  font-family: var(--font-body); transition: all .25s ease;
}
.bg-tab:hover { background: #dde8f8; color: #1f2a44; }
.bg-tab.is-active {
  background: linear-gradient(135deg, #3A7BD5, #2F68C4); color: #fff;
  box-shadow: 0 10px 24px rgba(47,104,196,.32);
}
.bg-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px;
}
.bg-card {
  position: relative; display: block; border-radius: 18px; overflow: hidden;
  background: #fff; text-decoration: none;
  box-shadow: 0 12px 34px rgba(17,27,114,.08);
  transition: transform .32s ease, box-shadow .32s ease;
}
.bg-card:hover { transform: translateY(-8px); box-shadow: 0 26px 52px rgba(17,27,114,.18); }
.bg-card__no {
  position: absolute; top: 16px; left: 16px; z-index: 3;
  min-width: 40px; height: 40px; padding: 0 10px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(17,27,114,.62); backdrop-filter: blur(4px);
  color: #fff; font-size: 16px; font-weight: 800; letter-spacing: .5px;
}
.bg-card__media { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: #eef2f8; }
.bg-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.bg-card:hover .bg-card__media img { transform: scale(1.07); }
.bg-card__body {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 18px 22px 20px;
}
.bg-card__title {
  margin: 0 0 4px; font-size: 20px; font-weight: 800; color: #1f2a44 !important;
  font-family: var(--font-title) !important;
}
.bg-card__city { font-size: 13px; color: #7286a6; }
.bg-card__arrow {
  flex: 0 0 auto; width: 42px; height: 42px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: #eef3fb; color: #2F68C4; font-size: 18px; transition: all .28s ease;
}
.bg-card:hover .bg-card__arrow { background: linear-gradient(135deg, #3A7BD5, #2F68C4); color: #fff; }
.bg-pager {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 46px;
}
.bg-pager button {
  min-width: 44px; height: 44px; padding: 0 12px; border-radius: 12px;
  border: 1px solid #e2e8f4; background: #fff; color: #33415c;
  font-size: 15px; font-weight: 700; cursor: pointer; transition: all .22s ease;
}
.bg-pager button:hover:not(:disabled) { border-color: #2F68C4; color: #2F68C4; }
.bg-pager button.is-active { background: #2F68C4; border-color: #2F68C4; color: #fff; }
.bg-pager button:disabled { opacity: .4; cursor: not-allowed; }
@media (max-width: 991px) {
  .bg-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 575px) {
  .bg-grid { grid-template-columns: 1fr; }
  .bg-tab { padding: 9px 22px; font-size: 14px; }
}
