/*
 * 北海明珠官网 V4.11.2 / V4.11.3 安全版
 * 全站基础背景升级为浅蓝灰白商务风格，替代偏暖珍珠白。
 * 只负责背景、卡片、边框与浅色面板，不再全局强制标题/正文颜色，
 * 避免覆盖蓝色 Hero、CTA、深蓝卡片等区域原有的白色文字。
 */
:root{
  --site-cool-page:#F5F7FA;
  --site-cool-soft:#F8FAFC;
  --site-cool-card:#FFFFFF;
  --site-cool-line:#DCE5EF;
  --site-cool-line-strong:#CEDAE8;
  --site-cool-ink:#16345C;
  --site-cool-muted:#6F8096;
  --site-cool-shadow:0 14px 40px rgba(18,52,92,.06);
}
html{background:var(--site-cool-page)!important}
body{
  background:
    radial-gradient(circle at 10% 0,rgba(21,89,174,.045),transparent 25%),
    radial-gradient(circle at 92% 10%,rgba(21,89,174,.035),transparent 24%),
    linear-gradient(180deg,#f8fafc 0%,#f5f7fa 48%,#f7f9fb 100%)!important;
  color:var(--site-cool-ink);
}
/* 常见浅色区只去掉历史暖色底，不碰深色 Hero/CTA。 */
.muted-section,
.home-guide,
.home-stories,
.home-news,
.home-cases,
.home-halls,
.home-dining,
.home-intro,
.home-contact,
.home-final-cta,
.page-section,
.page-shell,
.content-section,
.content-hub-main,
.hall-service-section,
.halls-overview,
.hall-related-section,
.hall-detail-main,
.dining-featured,
.dining-content,
.about-page-main,
.hotel-intro-main,
.information-center-main,
.hotel-updates-main,
.banquet-records-main,
.article-related-section,
.junren-article-section{
  background-color:transparent!important;
}
/* 浅色卡片统一白底、冷灰边框。 */
.content-card,.feature-card,.info-card,.card,.article-card,.article-list-card,
.article-feature-card,.article-related-card,.related-card,.hall-card,.hall-summary-card,
.hall-story-card,.hall-linked-card,.hall-related-card,.hall-gallery-card,.dining-card,.dish-card,
.contact-card,.about-card,.brand-card,.case-card,.record-card,.banquet-record-card,
.record-detail-content,.record-sidebar-link,.linked-article-card,.junren-article,.junren-article-card,
.junren-video-card,.junren-filmstrip,.junren-gallery-feature,.hotel-update-card,.activity-card,
.activity-list-card,.content-list-card,.sidebar-card,.booking-card,.section-card,.page-intro-card,
.story-card,.guide-card,.news-card,.service-card,.photo-card,.gallery-card,.case-detail-content,
.article-detail-content,.article-sidebar-card,.records-empty,.hi-point,.hi-step,.hi-card,.hi-feature,
.hi-story,.hi-history-card,.hi-gallery-card,.hi-value-card,.hi-contact-card,.hi-fact-card,
.hi-space-card,.hi-space-detail,.footer-qr-card{
  background:var(--site-cool-card)!important;
  border-color:var(--site-cool-line)!important;
  box-shadow:var(--site-cool-shadow);
}
/* 浅色筛选器、统计块与小面板。 */
.filter-chip,.filter-bar,.page-toolbar,.page-filters,.record-filter-bar,.hotel-updates-filter,
.content-tabs,.article-meta-panel,.record-fact-panel>div,.banquet-record-facts span,.detail-meta span,
.tag,.meta-tag,.stat-chip,.small-panel,.info-panel,.feature-point,.value-box{
  background:var(--site-cool-soft)!important;
  border-color:var(--site-cool-line)!important;
}
/* 只对明确的浅色内容卡片指定文字色，不再使用 h1/h2/p/li 全局选择器。 */
.content-card h2,.content-card h3,.article-card h3,.article-list-card h3,.record-detail-content h2,
.record-section-title h2,.linked-article-card h2,.hotel-update-card h3,.activity-card h3,
.junren-film-title strong,.hi-section-title,.hi-facts h3,.hi-reasons h3,.hi-story h3,.hi-contact h3{
  color:var(--site-cool-ink)!important;
}
.content-card p,.article-card p,.article-list-card p,.record-detail-content p,.record-section-title p,
.linked-article-card p,.hotel-update-card p,.activity-card p,.junren-film-title span,.hi-section-desc,
.detail-meta,.article-meta,.record-fact-panel small,.banquet-record-facts small{
  color:var(--site-cool-muted)!important;
}
.secondary-btn:not(.on-dark),.more-btn:not(.on-dark),.ghost-btn:not(.on-dark),
.outline-btn:not(.on-dark),.link-btn-outline:not(.on-dark){
  background:#fff!important;
  border-color:var(--site-cool-line-strong)!important;
  color:var(--site-cool-ink)!important;
}
.site-header,.header-bar,.breadcrumb,.breadcrumb-wrap{background-color:rgba(255,255,255,.96)!important}
body.junren-page .junren-gallery-feature,
body.junren-page .junren-filmstrip,
body.junren-page .junren-article,
body.junren-page .junren-video-card{box-shadow:0 18px 44px rgba(18,52,92,.08)!important}
@media(max-width:768px){
  body{background:linear-gradient(180deg,#f8fafc 0%,#f5f7fa 60%,#f8fafc 100%)!important}
  .content-card,.article-card,.record-detail-content,.hall-card,.dining-card,.contact-card,.about-card,
  .brand-card,.activity-card,.hotel-update-card,.junren-filmstrip,.junren-gallery-feature{
    box-shadow:0 10px 24px rgba(18,52,92,.05)!important;
  }
}
