@charset "UTF-8";
/*
 * 北海明珠 /halls V5.3.6.0
 * 重新设计：严格蓝白体系、16:9 宴会厅图片、轻动效、通透卡片。
 */

:root{
  --hv9-navy:#0b2b55;
  --hv9-navy-2:#123f7c;
  --hv9-blue:#2568b8;
  --hv9-blue-2:#4f8fd7;
  --hv9-blue-soft:#eaf3fd;
  --hv9-bg:#f5f9fe;
  --hv9-paper:#fff;
  --hv9-line:#d7e4f2;
  --hv9-text:#17385f;
  --hv9-muted:#6f8299;
  --hv9-shadow:0 18px 48px rgba(18,63,124,.08);
}

body.halls-premium-v509{background:var(--hv9-bg)!important}
.hv9-main{overflow:hidden;background:var(--hv9-bg);color:var(--hv9-text)}
.hv9-shell{width:min(1420px,calc(100% - 56px));margin-inline:auto}

/* =========================
   HERO：浅蓝白 + 右侧实景
   ========================= */
.hv9-hero{
  position:relative;
  min-height:330px;
  overflow:hidden;
  background:
    linear-gradient(90deg,#f8fbff 0%,#f8fbff 38%,rgba(248,251,255,.86) 53%,rgba(248,251,255,.38) 70%,rgba(248,251,255,.08) 100%),
    linear-gradient(135deg,#edf5fe,#fff);
  isolation:isolate;
}
.hv9-hero__photo{
  position:absolute;
  inset:0 0 0 42%;
  z-index:0;
  overflow:hidden;
}
.hv9-hero__photo::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:4;
  background:
    linear-gradient(90deg,#f8fbff 0%,rgba(248,251,255,.92) 10%,rgba(248,251,255,.58) 28%,rgba(248,251,255,.14) 55%,rgba(248,251,255,.04) 100%),
    linear-gradient(180deg,rgba(255,255,255,.05),rgba(245,249,254,.22));
  pointer-events:none;
}
.hv9-hero__slide{
  position:absolute;inset:0;opacity:0;visibility:hidden;
  transform:scale(1.025);
  transition:opacity .9s ease,visibility .9s ease,transform 7s ease;
}
.hv9-hero__slide.is-active{opacity:1;visibility:visible;transform:scale(1.055)}
.hv9-hero__slide img{width:100%;height:100%;object-fit:cover}
.hv9-hero__shade{
  position:absolute;inset:0;z-index:1;
  background:
    radial-gradient(circle at 18% 48%,rgba(70,126,197,.08),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.02),rgba(245,249,254,.05));
  pointer-events:none;
}
.hv9-hero__inner{position:relative;z-index:2;min-height:330px;display:flex;align-items:center}
.hv9-hero__copy{width:54%;padding:44px 0 66px;text-align:left}
.hv9-eyebrow{
  display:block;margin-bottom:6px;color:#6ea7e5;
  font:500 italic 17px/1.2 Georgia,"Times New Roman",serif;
  letter-spacing:.03em
}
.hv9-hero h1{
  margin:0;color:var(--hv9-navy);
  font-family:"Noto Serif SC","Songti SC",Georgia,serif;
  font-size:clamp(48px,4.4vw,72px);line-height:1.08;font-weight:650;letter-spacing:.06em
}
.hv9-hero h1::after{
  content:"";display:inline-block;width:74px;height:1px;margin:0 0 14px 24px;
  background:linear-gradient(90deg,#4f8fd7,transparent);
}
.hv9-hero__copy>p{
  max-width:620px;margin:19px 0 0;color:#70839b;font-size:15px;line-height:1.9;letter-spacing:.02em
}

/* =========================
   宴会厅卡片：3 × 2，统一 16:9
   ========================= */
.hv9-list{position:relative;z-index:5;padding:0 0 34px;background:transparent}
.hv9-list .hv9-shell{margin-top:-46px}
.hv9-sectionhead{display:none}

.hv9-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  align-items:stretch;
}
.hv9-card{
  position:relative;min-width:0;overflow:hidden;
  border:1px solid var(--hv9-line);
  border-radius:16px;background:#fff;
  box-shadow:0 12px 34px rgba(18,63,124,.07);
  transform:translateY(16px);opacity:0;
  animation:hv9-card-in .62s cubic-bezier(.2,.75,.22,1) forwards;
  transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease;
}
.hv9-card:nth-child(2){animation-delay:.07s}
.hv9-card:nth-child(3){animation-delay:.14s}
.hv9-card:nth-child(4){animation-delay:.21s}
.hv9-card:nth-child(5){animation-delay:.28s}
.hv9-card:nth-child(6){animation-delay:.35s}
@keyframes hv9-card-in{to{opacity:1;transform:translateY(0)}}
.hv9-card:hover{
  transform:translateY(-6px);
  border-color:#b7d1eb;
  box-shadow:0 22px 54px rgba(18,63,124,.13);
}

.hv9-card__photo{
  position:relative;display:block;
  width:100%;aspect-ratio:16/9;height:auto;
  overflow:hidden;background:#e7eef7;
}
.hv9-card__photo::after{
  content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 64%,rgba(4,25,55,.12));
  pointer-events:none;transition:opacity .3s ease;
}
.hv9-card__photo img{
  position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none!important;
  object-fit:cover!important;transition:transform .62s cubic-bezier(.2,.7,.2,1),filter .35s ease;
}
.hv9-card:hover .hv9-card__photo img{transform:scale(1.045);filter:saturate(1.03) contrast(1.015)}
.hv9-card__placeholder{height:100%;display:grid;place-items:center;background:#eaf3fd;color:#174f92}

.hv9-ratio-badge{
  position:absolute;z-index:4;left:13px;top:12px;
  display:inline-flex;align-items:center;justify-content:center;
  min-width:43px;height:25px;padding:0 9px;border-radius:999px;
  background:rgba(9,43,85,.78);color:#fff;font-size:10px;font-weight:800;
  backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);
}
.hv9-recommend-badge{
  position:absolute;z-index:4;right:0;top:0;
  min-width:100px;padding:9px 15px 9px 20px;
  border-bottom-left-radius:20px;
  background:linear-gradient(135deg,#123f7c,#2568b8);
  color:#fff;font-size:10px;font-weight:850;text-align:center;
  box-shadow:0 8px 20px rgba(18,63,124,.18);
}

.hv9-card__body{min-height:238px;display:flex;flex-direction:column;padding:18px 20px 18px}
.hv9-card h3{
  margin:0 0 9px;text-align:left;
  font-family:"Noto Serif SC","Songti SC",Georgia,serif;
  font-size:22px;line-height:1.35;font-weight:650;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.hv9-card h3 a{color:#123f7c;text-decoration:none}
.hv9-card__meta{display:flex;gap:16px;margin-bottom:8px;color:#6f8299;font-size:12px}
.hv9-card__meta span{display:flex;align-items:center;gap:6px;white-space:nowrap}
.hv9-card__meta b{
  padding:0;border:0;background:transparent;color:#2568b8;
  font-size:10px;font-weight:850
}
.hv9-card__location{margin-bottom:11px;color:#7a8ca1;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hv9-card__location::before{content:"⌖";margin-right:6px;color:#2568b8}
.hv9-card__tags{display:flex;flex-wrap:wrap;gap:6px;min-height:26px;margin-bottom:15px}
.hv9-card__tags span{
  padding:5px 9px;border-radius:6px;background:#edf5fe;color:#2568b8;
  font-size:10px;line-height:1;white-space:nowrap;
}
.hv9-card__button{
  margin-top:auto;height:38px;
  display:flex;align-items:center;justify-content:center;gap:10px;
  border:1px solid #9fbfe0;border-radius:7px;
  background:#fff;color:#174f92;text-decoration:none;
  font-size:12px;font-weight:850;
  transition:background .22s ease,color .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.hv9-card__button:hover{
  background:linear-gradient(135deg,#123f7c,#2568b8);
  border-color:#2568b8;color:#fff;
  box-shadow:0 9px 20px rgba(18,63,124,.16)
}
.hv9-card__button b{font-size:16px;transition:transform .22s ease}
.hv9-card__button:hover b{transform:translateX(4px)}

/* =========================
   桌数推荐
   ========================= */
.hv9-choose{padding:24px 0 52px;background:var(--hv9-bg)}
.hv9-choose .hv9-sectionhead{display:block;text-align:left;margin:0 0 20px}
.hv9-sectionhead--left>span{display:block;margin-bottom:6px;color:#2568b8;font-size:10px;font-weight:900;letter-spacing:.14em}
.hv9-sectionhead--left h2{margin:0;color:#123f7c;font:650 27px/1.35 "Noto Serif SC","Songti SC",serif}
.hv9-sectionhead--left p{margin:7px 0 0;color:#7b8da2;font-size:12px}
.hv9-recommend-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.hv9-recommend-card{
  position:relative;overflow:hidden;min-height:250px;padding:24px 23px 20px;
  border:1px solid var(--hv9-line);border-radius:14px;background:#fff;
  box-shadow:0 10px 28px rgba(18,63,124,.05);transition:.25s ease
}
.hv9-recommend-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(18,63,124,.09)}
.hv9-recommend-card__num{position:absolute;right:18px;top:10px;color:rgba(37,104,184,.09);font:700 64px/1 Georgia,serif}
.hv9-recommend-card__main{position:relative;z-index:1;padding-right:44px}
.hv9-recommend-card__main>span{display:inline-flex;padding:5px 9px;border-radius:999px;background:#edf5fe;color:#2568b8;font-size:10px;font-weight:850}
.hv9-recommend-card h3{margin:12px 0 7px;color:#123f7c;font:650 24px/1.35 "Noto Serif SC","Songti SC",serif}
.hv9-recommend-card p{margin:0;color:#73869d;font-size:12px;line-height:1.75}
.hv9-recommend-card small{display:block;margin-top:9px;color:#8292a5;font-size:11px}
.hv9-recommend-card__halls{position:relative;z-index:1;margin-top:17px;border-top:1px solid #e0eaf5}
.hv9-recommend-card__halls a{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #edf2f7;color:#17385f;text-decoration:none;font-size:12px}
.hv9-recommend-card__halls a:last-child{border-bottom:0}
.hv9-recommend-card__halls span{color:#2568b8}

/* =========================
   宴会实录：仍用宽图，但统一 16:9
   ========================= */
.hv9-records{padding:54px 0;background:#fff}
.hv9-records__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.hv9-records__head .hv9-sectionhead{display:block;text-align:left;margin:0}
.hv9-record-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.hv9-record-card{overflow:hidden;border:1px solid var(--hv9-line);border-radius:14px;background:#fff;box-shadow:0 10px 26px rgba(18,63,124,.055);transition:.25s ease}
.hv9-record-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(18,63,124,.1)}
.hv9-record-card__photo{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#e7eef7}
.hv9-record-card__photo img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.hv9-record-card:hover img{transform:scale(1.035)}
.hv9-record-card__photo>span{position:absolute;left:14px;bottom:12px;padding:6px 10px;border-radius:999px;background:rgba(8,37,75,.84);color:#fff;font-size:10px}
.hv9-record-card__body{padding:16px 17px 17px}
.hv9-record-card__meta{display:flex;gap:12px;color:#8191a4;font-size:10px}
.hv9-record-card__meta span::before{content:"·";margin-right:8px}
.hv9-record-card h3{margin:8px 0 12px;font:650 19px/1.45 "Noto Serif SC","Songti SC",serif}
.hv9-record-card h3 a{color:#17385f;text-decoration:none}
.hv9-record-card__body>a,.hv9-text-link{color:#2568b8;text-decoration:none;font-size:11px;font-weight:850}

/* =========================
   CTA + 流程
   ========================= */
.hv9-cta{padding:32px 0;background:var(--hv9-bg)}
.hv9-cta__box{
  min-height:210px;display:grid;grid-template-columns:42% 1fr;overflow:hidden;
  border:1px solid var(--hv9-line);border-radius:16px;background:#fff;
  box-shadow:0 12px 32px rgba(18,63,124,.06)
}
.hv9-cta__photo{position:relative;overflow:hidden}
.hv9-cta__photo::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 50%,#fff 100%)}
.hv9-cta__photo img{width:100%;height:100%;min-height:210px;object-fit:cover}
.hv9-cta__copy{align-self:center;padding:30px 46px}
.hv9-cta__copy>span{color:#2568b8;font-size:10px;font-weight:900;letter-spacing:.14em}
.hv9-cta__copy h2{margin:8px 0;color:#123f7c;font:650 28px/1.35 "Noto Serif SC","Songti SC",serif}
.hv9-cta__copy p{margin:0 0 16px;color:#74869c;font-size:12px;line-height:1.8}
.hv9-cta__copy button,.hv9-btn--gold{
  border:1px solid #2568b8;border-radius:7px;
  background:linear-gradient(135deg,#123f7c,#2568b8);color:#fff;
  padding:11px 21px;font-size:12px;font-weight:850;cursor:pointer
}
.hv9-process{padding:42px 0 68px;background:linear-gradient(180deg,var(--hv9-bg),#edf4fc)}
.hv9-process .hv9-sectionhead{display:block;text-align:center;margin:0 0 22px}
.hv9-process .hv9-sectionhead>span{display:block;color:#2568b8;font-size:10px;font-weight:900;letter-spacing:.14em}
.hv9-process .hv9-sectionhead h2{margin:7px 0;color:#123f7c;font:650 28px/1.35 "Noto Serif SC","Songti SC",serif}
.hv9-process .hv9-sectionhead p{margin:7px 0 0;color:#7a8ba0;font-size:12px}
.hv9-process-line{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));
  border:1px solid #d7e4f2;border-radius:14px;background:rgba(255,255,255,.9);overflow:hidden
}
.hv9-process-line article{display:flex;gap:13px;padding:22px 18px;border-right:1px solid #e0eaf4}
.hv9-process-line article:last-child{border-right:0}
.hv9-process-line b{color:#2568b8;font:500 26px/1 Georgia,serif}
.hv9-process-line h3{margin:0 0 6px;color:#123f7c;font-size:14px}
.hv9-process-line p{margin:0;color:#78899d;font-size:11px;line-height:1.7}
.hv9-process__action{text-align:center;margin-top:22px}
.hv9-btn{min-width:132px;height:42px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none}

/* =========================
   响应式
   ========================= */
@media(max-width:1100px){
  .hv9-shell{width:min(100% - 36px,1040px)}
  .hv9-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hv9-recommend-grid{grid-template-columns:1fr}
  .hv9-record-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hv9-process-line{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hv9-process-line article:nth-child(2){border-right:0}
  .hv9-process-line article:nth-child(-n+2){border-bottom:1px solid #e0eaf4}
}
@media(max-width:760px){
  .hv9-shell{width:min(100% - 26px,680px)}
  .hv9-hero{min-height:290px}
  .hv9-hero__photo{left:28%}
  .hv9-hero__inner{min-height:290px}
  .hv9-hero__copy{width:75%;padding:46px 0 70px}
  .hv9-hero h1{font-size:44px}
  .hv9-hero h1::after{display:none}
  .hv9-hero__copy>p{font-size:13px}
  .hv9-list .hv9-shell{margin-top:-34px}
  .hv9-grid{grid-template-columns:1fr}
  .hv9-card__body{min-height:220px}
  .hv9-record-grid{grid-template-columns:1fr}
  .hv9-records__head{display:block}
  .hv9-records__head .hv9-text-link{display:inline-block;margin-top:14px}
  .hv9-cta__box{grid-template-columns:1fr}
  .hv9-cta__photo{height:190px}
  .hv9-cta__photo::after{background:linear-gradient(180deg,transparent 55%,#fff 100%)}
  .hv9-cta__copy{padding:24px}
  .hv9-process-line{grid-template-columns:1fr}
  .hv9-process-line article{border-right:0!important;border-bottom:1px solid #e0eaf4!important}
  .hv9-process-line article:last-child{border-bottom:0!important}
}
@media(max-width:520px){
  .hv9-hero{min-height:260px}
  .hv9-hero__inner{min-height:260px}
  .hv9-hero__copy{width:90%;padding:42px 0 62px}
  .hv9-hero h1{font-size:38px}
  .hv9-card h3{font-size:20px}
  .hv9-card__meta{gap:10px}
  .hv9-ratio-badge{left:10px;top:10px}
  .hv9-recommend-badge{min-width:88px;padding:8px 12px}
}
@media(prefers-reduced-motion:reduce){
  .hv9-card{animation:none!important;opacity:1!important;transform:none!important}
  .hv9-card,.hv9-card__photo img,.hv9-card__button b,.hv9-record-card,.hv9-record-card img,.hv9-hero__slide{transition:none!important}
}


/* V5.3.6.2 exact-design */
.hv9-grid{display:none!important}
.hv9-list{padding:0 0 44px!important;background:#f5f9fe!important}
.hv9-list .hv9-shell{margin-top:-42px!important}
.hv9-showcase{display:block}
.hv9-featured-card{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);overflow:hidden;border:1px solid #d7e4f2;border-radius:18px;background:#fff;box-shadow:0 18px 48px rgba(18,63,124,.10);opacity:0;transform:translateY(18px);animation:hv9ExactRise .7s ease forwards;transition:transform .3s ease,box-shadow .3s ease}
@keyframes hv9ExactRise{to{opacity:1;transform:translateY(0)}}
.hv9-featured-card:hover{transform:translateY(-5px);box-shadow:0 26px 62px rgba(18,63,124,.14)}
.hv9-featured-card__photo{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#e9f1fa}
.hv9-featured-card__photo img{width:100%;height:100%;object-fit:cover;transition:transform .65s ease}.hv9-featured-card:hover img{transform:scale(1.045)}
.hv9-ratio-badge{position:absolute;z-index:4;left:14px;top:12px;padding:6px 10px;border-radius:999px;background:rgba(11,43,85,.78);color:#fff;font-size:10px;font-weight:800}
.hv9-featured-card__body{position:relative;display:flex;flex-direction:column;justify-content:center;padding:30px 36px}
.hv9-featured-card__recommend{position:absolute;right:0;top:0;padding:10px 18px 10px 24px;border-bottom-left-radius:22px;background:linear-gradient(135deg,#123f7c,#2568b8);color:#fff;font-size:10px;font-weight:850}
.hv9-featured-card h2{margin:0 0 10px;font-size:30px;line-height:1.35}.hv9-featured-card h2 a{color:#123f7c;text-decoration:none}
.hv9-featured-card__meta{display:flex;gap:20px;margin-bottom:14px;color:#58718f;font-size:13px}.hv9-featured-card__body>p{margin:0;color:#72859c;font-size:13px;line-height:1.85}
.hv9-featured-card__tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}.hv9-featured-card__tags span{padding:6px 10px;border-radius:7px;background:#edf5fe;color:#2568b8;font-size:10px}
.hv9-featured-card__button{align-self:flex-end;min-width:128px;height:42px;margin-top:22px;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;background:linear-gradient(135deg,#123f7c,#2568b8);color:#fff;text-decoration:none;font-size:12px;font-weight:850}.hv9-featured-card__button b{transition:transform .2s}.hv9-featured-card__button:hover b{transform:translateX(4px)}

.hv9-mini-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:14px}
.hv9-mini-card{overflow:hidden;border:1px solid #d7e4f2;border-radius:15px;background:#fff;box-shadow:0 11px 30px rgba(18,63,124,.065);opacity:0;transform:translateY(16px);animation:hv9ExactRise .6s ease forwards;transition:transform .28s ease,box-shadow .28s ease}
.hv9-mini-card:nth-child(2){animation-delay:.08s}.hv9-mini-card:nth-child(3){animation-delay:.16s}.hv9-mini-card:nth-child(4){animation-delay:.24s}
.hv9-mini-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px rgba(18,63,124,.11)}
.hv9-mini-card__photo{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#e8f0f8}.hv9-mini-card__photo img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.hv9-mini-card:hover img{transform:scale(1.05)}
.hv9-mini-card__body{min-height:235px;display:flex;flex-direction:column;padding:15px 16px}.hv9-mini-card h3{margin:0 0 8px;font-size:19px}.hv9-mini-card h3 a{color:#123f7c;text-decoration:none}
.hv9-mini-card__meta{display:flex;gap:12px;margin-bottom:8px;color:#657b95;font-size:11px}.hv9-mini-card__body>p{margin:0;color:#74879d;font-size:11px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hv9-mini-card__tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}.hv9-mini-card__tags span{padding:5px 7px;border-radius:6px;background:#edf5fe;color:#2568b8;font-size:9px}
.hv9-mini-card__button{height:36px;margin-top:auto;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid #8fb3d8;border-radius:7px;background:#fff;color:#174f92;text-decoration:none;font-size:11px;font-weight:850}.hv9-mini-card__button:hover{background:#123f7c;color:#fff}
.hv9-showcase-note{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:25px;color:#8b9caf;font-size:12px}.hv9-showcase-note span{width:90px;height:1px;background:#c9dcee}.hv9-showcase-note p{margin:0}
.hv9-hero{min-height:350px!important;background:linear-gradient(90deg,#f8fbff 0%,#f8fbff 38%,rgba(248,251,255,.90) 52%,rgba(248,251,255,.42) 72%,rgba(248,251,255,.08) 100%)!important}.hv9-hero__inner{min-height:350px!important}.hv9-hero__photo{left:43%!important}.hv9-hero__copy{padding:54px 0 82px!important}.hv9-hero h1{font-size:clamp(50px,4.6vw,74px)!important}
@media(max-width:1180px){.hv9-featured-card{grid-template-columns:1fr 1fr}.hv9-mini-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.hv9-featured-card{grid-template-columns:1fr}.hv9-featured-card__body{padding:24px 22px}.hv9-featured-card__button{align-self:stretch}.hv9-mini-grid{grid-template-columns:1fr}.hv9-showcase-note span{width:38px}.hv9-showcase-note{text-align:center;font-size:11px}.hv9-hero,.hv9-hero__inner{min-height:290px!important}.hv9-hero__photo{left:28%!important}}


/* V5.3.6.4 宴会厅核心信息重点 UI */
.hv9-featured-card__stats{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;margin:2px 0 14px
}
.hv9-stat-card{
  min-width:0;display:flex;align-items:center;gap:12px;
  min-height:82px;padding:14px 15px;
  border:1px solid #d7e4f2;border-radius:12px;
  background:linear-gradient(180deg,#fff,#f7fbff);
  box-shadow:0 8px 22px rgba(18,63,124,.055)
}
.hv9-stat-icon{
  flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;
  border-radius:50%;background:#edf5fe;color:#2568b8;
  font-size:18px;font-weight:700
}
.hv9-stat-card strong{
  display:block;color:#123f7c;font-size:20px;line-height:1.15;font-weight:750;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
.hv9-stat-card small{
  display:block;margin-top:5px;color:#7b8da2;font-size:10px;letter-spacing:.03em
}

.hv9-space-highlight{
  display:flex;align-items:center;gap:14px;
  margin:0 0 16px;padding:15px 17px;
  border:1px solid #a9c8e8;border-radius:12px;
  background:linear-gradient(135deg,#0f376d 0%,#174f92 55%,#2568b8 100%);
  box-shadow:0 12px 26px rgba(18,63,124,.16)
}
.hv9-space-highlight__icon{
  flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.32);border-radius:50%;
  color:#fff;font-size:20px
}
.hv9-space-highlight strong{
  display:block;color:#fff;font-size:17px;line-height:1.35;font-weight:800
}
.hv9-space-highlight small{
  display:block;margin-top:5px;color:rgba(255,255,255,.78);
  font-size:10px;line-height:1.55
}

.hv9-mini-card__stats{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  gap:7px;margin-bottom:8px
}
.hv9-mini-card__stats>span{
  min-width:0;padding:8px 9px;border:1px solid #d8e5f2;border-radius:9px;
  background:#f8fbff
}
.hv9-mini-card__stats b{
  display:block;color:#123f7c;font-size:13px;line-height:1.2;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis
}
.hv9-mini-card__stats small{
  display:block;margin-top:3px;color:#8191a4;font-size:8px
}

@media(max-width:760px){
  .hv9-featured-card__stats{grid-template-columns:1fr 1fr}
  .hv9-stat-card{min-height:74px;padding:12px}
  .hv9-stat-card strong{font-size:17px}
  .hv9-space-highlight{padding:13px 14px}
  .hv9-space-highlight strong{font-size:15px}
}
@media(max-width:430px){
  .hv9-featured-card__stats{grid-template-columns:1fr}
}


/* V5.3.6.5 去重优化 */
.hv9-mini-card__body p{margin-top:4px;}
.hv9-space-highlight small{font-size:11px;}
