/* ==========================================================================
   策影智图 ciemap.com - 页面级个性化样式表
   每个核心页面的独有模块都在此定义，避免重复样式，保持全网无同款
   ========================================================================== */

/* ==========================================================================
   首页 index.html
   ========================================================================== */
/* 英雄区：错位拼布布局 */
.hero-home {
  padding: 140px 0 0;
  background:
    radial-gradient(ellipse at 80% 10%, var(--pink-100) 0%, transparent 50%),
    radial-gradient(ellipse at 10% 90%, var(--brown-100) 0%, transparent 55%),
    var(--cream);
  position: relative;
  overflow: hidden;
}
.hero-home::before {
  content: "";
  position: absolute;
  top: 60px; left: 40px;
  width: 100px; height: 100px;
  border: 2px dashed var(--pink-200);
  border-radius: 50%;
  opacity: 0.6;
}
.hero-home::after {
  content: "";
  position: absolute;
  bottom: 40px; right: 80px;
  width: 60px; height: 60px;
  background: var(--brown-200);
  border-radius: 16px;
  transform: rotate(15deg);
  opacity: 0.4;
}
.hero-home .hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 60px;
  align-items: center;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.hero-title {
  font-size: clamp(2.2rem, 4.4vw, 3.8rem);
  line-height: 1.12;
  margin-bottom: 24px;
}
.hero-title .accent {
  color: var(--brown-600);
  position: relative;
  display: inline-block;
}
.hero-title .accent::after {
  content: "";
  position: absolute; left: 0; bottom: 2px;
  width: 100%; height: 10px;
  background: var(--pink-200);
  z-index: -1; border-radius: 5px;
}
.hero-title .accent-2 {
  color: var(--pink-500);
  font-style: italic;
}
.hero-desc { font-size: 1.12rem; color: var(--ink-500); margin-bottom: 32px; max-width: 540px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-stats {
  display: flex; gap: 40px;
  padding-top: 32px;
  border-top: 2px dashed var(--brown-200);
}
.hero-stat .num { font-size: 2.1rem; font-weight: 800; color: var(--brown-600); line-height: 1; }
.hero-stat .lbl { font-size: 0.85rem; color: var(--ink-500); margin-top: 6px; }

/* 英雄右侧错位拼布图 */
.hero-quilt {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 14px;
}
.hero-quilt .q-cell {
  border-radius: var(--radius);
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-sm);
}
.hero-quilt .q-cell img { width: 100%; height: 100%; object-fit: cover; }
.hero-quilt .q1 { grid-column: span 2; height: 220px; }
.hero-quilt .q2 { height: 140px; margin-top: -20px; }
.hero-quilt .q3 { height: 140px; margin-top: 20px; }
.hero-quilt .q4 { grid-column: span 2; height: 100px; background: var(--pink-100); display: grid; place-items: center; padding: 16px; text-align: center; }
.hero-quilt .q-badge {
  position: absolute; top: 16px; left: 16px;
  background: rgba(255, 248, 240, 0.95);
  padding: 6px 14px; border-radius: 999px;
  font-size: 0.78rem; font-weight: 600; color: var(--brown-700);
  backdrop-filter: blur(4px);
}

/* 首页：核心优势 - 错位四象限 */
.advantage-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}
.advantage-mosaic .adv-cell {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  transition: all .4s var(--ease);
  position: relative;
  overflow: hidden;
}
.advantage-mosaic .adv-cell:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.advantage-mosaic .adv-cell:nth-child(1) { grid-column: span 5; background: var(--brown-50); }
.advantage-mosaic .adv-cell:nth-child(2) { grid-column: span 7; background: var(--pink-50); margin-top: 30px; }
.advantage-mosaic .adv-cell:nth-child(3) { grid-column: span 7; background: var(--cream); margin-top: -20px; }
.advantage-mosaic .adv-cell:nth-child(4) { grid-column: span 5; background: var(--brown-100); }
.advantage-mosaic .adv-cell .ico {
  width: 56px; height: 56px; border-radius: 16px;
  background: var(--cream); display: grid; place-items: center;
  margin-bottom: 20px; box-shadow: var(--shadow-sm);
}
.advantage-mosaic .adv-cell:nth-child(1) .ico { background: var(--brown-200); color: var(--brown-700); }
.advantage-mosaic .adv-cell:nth-child(2) .ico { background: var(--pink-200); color: var(--pink-600); }
.advantage-mosaic .adv-cell:nth-child(3) .ico { background: var(--brown-100); color: var(--brown-600); }
.advantage-mosaic .adv-cell:nth-child(4) .ico { background: var(--pink-100); color: var(--pink-500); }
.advantage-mosaic .adv-cell h3 { margin-bottom: 12px; }
.advantage-mosaic .adv-cell p { font-size: 0.95rem; }

/* 首页：服务流程 - 波浪错位步骤 */
.process-wave {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  position: relative;
}
.process-step {
  text-align: center;
  padding: 0 16px;
  position: relative;
}
.process-step:nth-child(even) { margin-top: 36px; }
.process-step::before {
  content: "";
  position: absolute; top: 28px; right: -50%;
  width: 100%; height: 2px;
  background: repeating-linear-gradient(to right, var(--brown-300) 0 8px, transparent 8px 14px);
  z-index: 0;
}
.process-step:last-child::before { display: none; }
.process-step .step-num {
  width: 58px; height: 58px; margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--cream);
  border: 2px solid var(--brown-300);
  display: grid; place-items: center;
  font-weight: 800; color: var(--brown-600);
  position: relative; z-index: 1;
  transition: all .4s var(--ease);
  font-size: 1.1rem;
}
.process-step:hover .step-num {
  background: linear-gradient(135deg, var(--brown-400), var(--pink-400));
  color: var(--cream); border-color: transparent;
  transform: scale(1.1) rotate(-5deg);
}

/* 首页：资讯列表（四种数据源平铺 - 错位卡片） */
.news-quilt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.news-quilt .news-card:nth-child(3n+2) { margin-top: 28px; }
.news-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all .4s var(--ease);
  display: flex; flex-direction: column;
}
.news-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--brown-200); }
.news-card .news-img { height: 180px; overflow: hidden; position: relative; }
.news-card .news-img::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(74,60,46,0.15));
}
.news-card .news-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.news-card:hover .news-img img { transform: scale(1.06); }
.news-card .news-body { padding: 22px; flex: 1; display: flex; flex-direction: column; }
.news-card .news-date { font-size: 0.8rem; color: var(--ink-300); margin-bottom: 8px; }
.news-card .news-title { font-size: 1.05rem; font-weight: 600; color: var(--ink-900); margin-bottom: 10px; line-height: 1.5; }
.news-card .news-title:hover { color: var(--brown-600); }
.news-card .news-excerpt { font-size: 0.9rem; color: var(--ink-500); flex: 1; }
.news-card .news-foot {
  margin-top: 14px; padding-top: 14px;
  border-top: 1px dashed var(--line);
  display: flex; justify-content: space-between; align-items: center;
  font-size: 0.82rem; color: var(--ink-300);
}

/* ==========================================================================
   资讯列表 news.html
   ========================================================================== */
.news-filter-bar {
  display: flex; flex-wrap: wrap; gap: 10px;
  padding: 24px; background: var(--cream);
  border: 1px solid var(--line); border-radius: var(--radius);
  margin-bottom: 40px;
}
.news-filter-bar .filter-chip {
  padding: 8px 18px; border-radius: 999px;
  background: var(--brown-50); color: var(--ink-700);
  font-size: 0.88rem; font-weight: 500;
  transition: all .3s var(--ease);
  border: 1px solid transparent;
}
.news-filter-bar .filter-chip.active,
.news-filter-bar .filter-chip:hover {
  background: linear-gradient(135deg, var(--brown-400), var(--brown-500));
  color: var(--cream); border-color: transparent;
}
.news-list-layout { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.news-list-layout .news-card .news-img { height: 200px; }
.news-list-layout .news-card:nth-child(3n+2) { margin-top: 0; }

/* ==========================================================================
   资讯详情 show.html
   ========================================================================== */
.article-layout { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
.article-main {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 48px;
  position: relative;
}
.article-main::before {
  content: "";
  position: absolute; top: 0; left: 40px; right: 40px;
  height: 3px;
  background: linear-gradient(90deg, var(--brown-400), var(--pink-400));
  border-radius: 0 0 3px 3px;
}
.article-meta {
  display: flex; gap: 18px; align-items: center; flex-wrap: wrap;
  padding-bottom: 20px; border-bottom: 2px dashed var(--line);
  margin-bottom: 28px; font-size: 0.88rem; color: var(--ink-500);
}
.article-meta .author { display: flex; align-items: center; gap: 8px; }
.article-meta .avatar {
  width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brown-300), var(--pink-300));
  display: grid; place-items: center;
  color: var(--cream); font-weight: 700; font-size: 0.85rem;
}
.article-body { font-size: 1.02rem; line-height: 1.9; color: var(--ink-700); }
.article-body h2 { font-size: 1.5rem; margin: 32px 0 16px; color: var(--brown-700); }
.article-body h3 { font-size: 1.2rem; margin: 26px 0 14px; }
.article-body p { margin-bottom: 18px; }
.article-body img { border-radius: var(--radius); margin: 24px 0; }
.article-body ul, .article-body ol { margin: 0 0 18px 22px; }
.article-body ul li, .article-body ol li { margin-bottom: 8px; }
.article-body blockquote {
  border-left: 4px solid var(--pink-400);
  background: var(--pink-50);
  padding: 18px 24px;
  border-radius: 0 12px 12px 0;
  margin: 24px 0;
  color: var(--ink-700);
  font-style: italic;
}

.article-side { position: sticky; top: 100px; }
.side-block {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  margin-bottom: 24px;
}
.side-block h4 {
  font-size: 1.05rem; margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--pink-200);
  display: flex; align-items: center; gap: 8px;
}
.side-news-item {
  display: flex; gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line-soft);
}
.side-news-item:last-child { border-bottom: 0; }
.side-news-item .thumb { width: 80px; height: 60px; border-radius: 10px; overflow: hidden; flex-shrink: 0; }
.side-news-item .thumb img { width: 100%; height: 100%; object-fit: cover; }
.side-news-item .info { flex: 1; min-width: 0; }
.side-news-item .t-title {
  font-size: 0.88rem; font-weight: 500; color: var(--ink-700);
  line-height: 1.5;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.side-news-item .t-title:hover { color: var(--brown-600); }
.side-news-item .t-date { font-size: 0.76rem; color: var(--ink-300); margin-top: 4px; }

/* ==========================================================================
   关于我们 about.html
   ========================================================================== */
.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about-story .story-text h2 { margin-bottom: 20px; }
.about-story .story-text p { margin-bottom: 16px; }
.about-story .story-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
}
.about-story .story-img::after {
  content: "";
  position: absolute; inset: 0;
  border: 3px solid var(--cream);
  border-radius: var(--radius-lg);
  pointer-events: none;
  margin: 12px;
}
.about-story .story-img img { width: 100%; height: 480px; object-fit: cover; }

/* 发展历程时间线 */
.timeline { position: relative; padding-left: 40px; }
.timeline::before {
  content: ""; position: absolute; left: 12px; top: 8px; bottom: 8px;
  width: 2px;
  background: repeating-linear-gradient(to bottom, var(--brown-300) 0 8px, transparent 8px 16px);
}
.timeline-item { position: relative; padding-bottom: 40px; }
.timeline-item::before {
  content: ""; position: absolute; left: -34px; top: 6px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--cream); border: 3px solid var(--brown-400);
  transition: all .3s var(--ease);
}
.timeline-item:hover::before {
  background: var(--pink-400); border-color: var(--pink-400);
  transform: scale(1.2);
}
.timeline-item .year { font-size: 1.5rem; font-weight: 800; color: var(--brown-600); margin-bottom: 6px; }
.timeline-item h4 { margin-bottom: 8px; }
.timeline-item p { font-size: 0.95rem; }

/* 团队网格 */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  transition: all .4s var(--ease);
}
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.team-card .member-photo { height: 260px; overflow: hidden; background: var(--brown-100); position: relative; }
.team-card .member-photo::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 70%, rgba(74,60,46,0.2));
}
.team-card .member-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card .member-info { padding: 22px; text-align: center; }
.team-card .member-name { font-size: 1.1rem; font-weight: 700; color: var(--ink-900); }
.team-card .member-role { font-size: 0.85rem; color: var(--pink-500); margin-top: 4px; font-weight: 500; }
.team-card .member-bio { font-size: 0.86rem; color: var(--ink-500); margin-top: 10px; }

/* ==========================================================================
   服务页 services.html
   ========================================================================== */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-block {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px 30px;
  position: relative;
  transition: all .4s var(--ease);
  overflow: hidden;
}
.service-block::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--brown-300), var(--pink-300));
  transform: scaleX(0); transform-origin: left;
  transition: transform .4s var(--ease);
}
.service-block:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: var(--brown-200); }
.service-block:hover::before { transform: scaleX(1); }
.service-block .svc-ico {
  width: 60px; height: 60px; border-radius: 18px;
  background: var(--brown-100); color: var(--brown-600);
  display: grid; place-items: center; margin-bottom: 22px;
  transition: all .3s var(--ease);
}
.service-block.pink .svc-ico { background: var(--pink-100); color: var(--pink-500); }
.service-block:hover .svc-ico { transform: rotate(-5deg) scale(1.05); }
.service-block h3 { margin-bottom: 12px; font-size: 1.2rem; }
.service-block p { font-size: 0.92rem; margin-bottom: 18px; }
.service-block .svc-tags { display: flex; flex-wrap: wrap; gap: 6px; }

/* 服务详情页 */
.service-detail-layout { display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: start; }
.service-side-nav {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  position: sticky; top: 100px;
}
.service-side-nav h4 {
  padding: 12px 16px; font-size: 0.95rem; color: var(--ink-900);
  border-bottom: 2px solid var(--pink-200); margin-bottom: 8px;
}
.service-side-nav a {
  display: block; padding: 12px 16px; border-radius: 10px;
  font-size: 0.92rem; color: var(--ink-700); transition: all .3s var(--ease);
}
.service-side-nav a:hover, .service-side-nav a.active {
  background: var(--brown-50); color: var(--brown-600); padding-left: 22px;
}

.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 30px 0; }
.feature-list .feat-item {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 22px; background: var(--brown-50); border-radius: var(--radius);
  transition: all .3s var(--ease);
}
.feature-list .feat-item:hover { background: var(--pink-50); transform: translateX(4px); }
.feature-list .feat-item .feat-ico {
  width: 42px; height: 42px; border-radius: 12px; flex-shrink: 0;
  background: var(--cream); color: var(--brown-600);
  display: grid; place-items: center;
}
.feature-list .feat-item h4 { font-size: 1rem; margin-bottom: 4px; }
.feature-list .feat-item p { font-size: 0.86rem; margin: 0; }

/* ==========================================================================
   案例页 cases.html
   ========================================================================== */
.case-filter { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 48px; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.case-grid .case-card:nth-child(3n+2) { margin-top: 30px; }
.case-card {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--line);
  transition: all .4s var(--ease);
}
.case-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.case-card .case-img { height: 240px; overflow: hidden; position: relative; }
.case-card .case-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.case-card:hover .case-img img { transform: scale(1.06); }
.case-card .case-tag {
  position: absolute; top: 14px; left: 14px;
  background: rgba(255, 248, 240, 0.95);
  padding: 5px 14px; border-radius: 999px;
  font-size: 0.78rem; color: var(--brown-700); font-weight: 600;
  backdrop-filter: blur(4px);
}
.case-card .case-body { padding: 24px; }
.case-card .case-title { font-size: 1.15rem; font-weight: 700; color: var(--ink-900); margin-bottom: 8px; }
.case-card .case-desc { font-size: 0.9rem; color: var(--ink-500); margin-bottom: 14px; }
.case-card .case-meta {
  display: flex; gap: 16px; font-size: 0.82rem; color: var(--ink-300);
  padding-top: 14px; border-top: 1px dashed var(--line);
}

/* 案例详情页 */
.case-show-layout { display: grid; grid-template-columns: 1fr 340px; gap: 40px; align-items: start; }
.case-show-main .case-hero-img { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 28px; box-shadow: var(--shadow); }
.case-show-main .case-hero-img img { width: 100%; height: 460px; object-fit: cover; }
.case-show-side {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  position: sticky; top: 100px;
}
.case-show-side h4 { margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--pink-200); }
.case-show-side .info-row {
  display: flex; justify-content: space-between;
  padding: 10px 0; border-bottom: 1px solid var(--line-soft); font-size: 0.9rem;
}
.case-show-side .info-row .k { color: var(--ink-500); }
.case-show-side .info-row .v { color: var(--ink-900); font-weight: 500; }

/* ==========================================================================
   解决方案页 solutions.html
   ========================================================================== */
.solution-list .sol-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center;
  padding: 56px 0; border-bottom: 2px dashed var(--line);
}
.solution-list .sol-row:last-child { border-bottom: 0; }
.solution-list .sol-row.reverse .sol-img { order: 2; }
.solution-list .sol-img {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
}
.solution-list .sol-img img { width: 100%; height: 360px; object-fit: cover; }
.solution-list .sol-text h3 { margin-bottom: 14px; }
.solution-list .sol-text p { margin-bottom: 14px; }
.solution-list .sol-points { margin: 18px 0; }
.solution-list .sol-points li {
  padding-left: 28px; position: relative; margin-bottom: 10px; font-size: 0.95rem;
}
.solution-list .sol-points li::before {
  content: "✦"; position: absolute; left: 0; top: 0;
  color: var(--pink-400); font-weight: 800; font-size: 0.9rem;
}

/* ==========================================================================
   价格页 prices.html
   ========================================================================== */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: stretch; }
.price-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  transition: all .4s var(--ease);
  position: relative;
  display: flex; flex-direction: column;
}
.price-card.featured {
  border-color: var(--brown-400);
  box-shadow: var(--shadow);
  transform: translateY(-8px);
  background: linear-gradient(180deg, var(--cream), var(--brown-50));
}
.price-card.featured::before {
  content: "推荐"; position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(135deg, var(--brown-400), var(--pink-400));
  color: var(--cream); padding: 5px 20px;
  border-radius: 999px; font-size: 0.78rem; font-weight: 600;
}
.price-card .plan-name { font-size: 1.1rem; color: var(--ink-700); font-weight: 600; margin-bottom: 8px; }
.price-card .plan-price { font-size: 2.4rem; font-weight: 800; color: var(--ink-900); margin-bottom: 4px; }
.price-card .plan-price small { font-size: 0.9rem; font-weight: 400; color: var(--ink-500); }
.price-card .plan-desc { font-size: 0.88rem; color: var(--ink-500); margin-bottom: 24px; padding-bottom: 24px; border-bottom: 2px dashed var(--line); }
.price-card .plan-features { flex: 1; margin-bottom: 24px; }
.price-card .plan-features li { padding: 8px 0 8px 28px; position: relative; font-size: 0.92rem; }
.price-card .plan-features li::before {
  content: "✓"; position: absolute; left: 0; top: 8px;
  width: 18px; height: 18px; background: var(--brown-100); color: var(--brown-600);
  border-radius: 50%; display: grid; place-items: center; font-size: 0.7rem; font-weight: 800;
}
.price-card .plan-features li.off { color: var(--ink-300); }
.price-card .plan-features li.off::before { background: var(--line); color: var(--ink-300); content: "—"; }

/* ==========================================================================
   联系页 contact.html
   ========================================================================== */
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info-block {
  background: linear-gradient(135deg, var(--brown-50), var(--pink-50));
  border-radius: var(--radius-lg);
  padding: 40px;
  position: relative;
  overflow: hidden;
}
.contact-info-block::before {
  content: "";
  position: absolute; top: -30px; right: -30px;
  width: 120px; height: 120px;
  border: 2px dashed var(--brown-200);
  border-radius: 50%;
}
.contact-info-block h3 { margin-bottom: 20px; }
.contact-item {
  display: flex; gap: 16px; padding: 18px 0;
  border-bottom: 1px dashed var(--brown-200);
}
.contact-item:last-child { border-bottom: 0; }
.contact-item .ic {
  width: 46px; height: 46px; border-radius: 14px;
  background: var(--cream); color: var(--brown-600);
  display: grid; place-items: center; flex-shrink: 0;
  box-shadow: var(--shadow-sm);
}
.contact-item .k { font-size: 0.82rem; color: var(--ink-500); margin-bottom: 4px; }
.contact-item .v { font-size: 1rem; color: var(--ink-900); font-weight: 600; }
.contact-form-block {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px;
}

/* ==========================================================================
   FAQ 页
   ========================================================================== */
.faq-list { max-width: 840px; margin: 0 auto; }
.faq-item {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 14px;
  overflow: hidden;
  transition: all .3s var(--ease);
}
.faq-item.open { border-color: var(--brown-300); box-shadow: var(--shadow-sm); }
.faq-q {
  padding: 22px 26px;
  display: flex; justify-content: space-between; align-items: center;
  cursor: pointer; font-weight: 600; color: var(--ink-900); font-size: 1.02rem;
}
.faq-q .toggle {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--brown-50); color: var(--brown-600);
  display: grid; place-items: center; flex-shrink: 0;
  transition: transform .3s var(--ease); font-size: 1.2rem;
}
.faq-item.open .toggle { transform: rotate(45deg); background: var(--pink-400); color: var(--cream); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .4s var(--ease); }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a-inner { padding: 0 26px 24px; color: var(--ink-500); font-size: 0.95rem; line-height: 1.85; }

/* ==========================================================================
   404 页
   ========================================================================== */
.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 140px 0 80px; }
.not-found .nf-code {
  font-size: 8rem; font-weight: 900;
  background: linear-gradient(135deg, var(--brown-400), var(--pink-400));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.not-found h2 { margin: 16px 0 12px; }
.not-found p { margin-bottom: 28px; }

/* ==========================================================================
   通用：CTA 横幅
   ========================================================================== */
.cta-banner {
  background: linear-gradient(135deg, var(--brown-500) 0%, var(--brown-600) 100%);
  border-radius: var(--radius-lg);
  padding: 56px 48px;
  color: var(--cream);
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cta-banner.pink { background: linear-gradient(135deg, var(--pink-500), var(--pink-600)); }
.cta-banner::before {
  content: ""; position: absolute; right: -50px; top: -50px;
  width: 220px; height: 220px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
}
.cta-banner::after {
  content: ""; position: absolute; right: 80px; bottom: -80px;
  width: 160px; height: 160px; border-radius: 50%;
  background: rgba(245, 213, 213, 0.15);
}
.cta-banner h2 { color: var(--cream); margin-bottom: 10px; }
.cta-banner p { color: rgba(255, 248, 240, 0.85); }
.cta-banner .btn-pink { background: var(--pink-200); color: var(--ink-900); }
.cta-banner .btn-pink:hover { background: var(--pink-300); }
.cta-banner .btn-warm { background: var(--brown-200); color: var(--ink-900); }
.cta-banner .btn-warm:hover { background: var(--brown-300); }

/* 通用：统计数字带 */
.stat-band {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px;
  position: relative;
}
.stat-band::before {
  content: "";
  position: absolute; top: 0; left: 40px; right: 40px;
  height: 3px;
  background: linear-gradient(90deg, var(--brown-400), var(--pink-400));
  border-radius: 0 0 3px 3px;
}
.stat-band .stat-item { text-align: center; padding: 0 14px; border-right: 2px dashed var(--line); }
.stat-band .stat-item:last-child { border-right: 0; }
.stat-band .stat-num { font-size: 2.4rem; font-weight: 800; color: var(--brown-600); line-height: 1; }
.stat-band .stat-lbl { font-size: 0.9rem; color: var(--ink-500); margin-top: 8px; }

/* 作品集网格 */
.portfolio-masonry {
  columns: 3;
  column-gap: 24px;
}
.portfolio-masonry .pf-item {
  break-inside: avoid;
  margin-bottom: 24px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--cream);
  border: 1px solid var(--line);
  transition: all .4s var(--ease);
}
.portfolio-masonry .pf-item:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.portfolio-masonry .pf-item img { width: 100%; }
.portfolio-masonry .pf-item .pf-info { padding: 18px 22px; }
.portfolio-masonry .pf-item .pf-title { font-size: 1rem; font-weight: 600; color: var(--ink-900); }
.portfolio-masonry .pf-item .pf-cat { font-size: 0.8rem; color: var(--pink-500); margin-top: 4px; }

/* 客户评价 */
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 32px;
  position: relative;
  transition: all .4s var(--ease);
}
.testimonial-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.testimonial-card::before {
  content: '"';
  position: absolute; top: 16px; right: 24px;
  font-size: 4rem; color: var(--pink-200);
  font-family: Georgia, serif; line-height: 1;
}
.testimonial-card .quote { font-size: 0.95rem; color: var(--ink-700); line-height: 1.8; margin-bottom: 20px; position: relative; z-index: 1; }
.testimonial-card .client { display: flex; align-items: center; gap: 12px; }
.testimonial-card .client-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--brown-300), var(--pink-300));
  display: grid; place-items: center;
  color: var(--cream); font-weight: 700;
}
.testimonial-card .client-name { font-weight: 600; color: var(--ink-900); font-size: 0.92rem; }
.testimonial-card .client-role { font-size: 0.8rem; color: var(--ink-500); }

/* 合作伙伴 */
.partner-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.partner-item {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 20px;
  display: grid; place-items: center;
  text-align: center;
  transition: all .3s var(--ease);
  font-weight: 600; color: var(--ink-500);
  font-size: 0.9rem;
}
.partner-item:hover { border-color: var(--brown-300); color: var(--brown-600); box-shadow: var(--shadow-sm); }

/* 站点地图 */
.sitemap-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; }
.sitemap-col h4 {
  padding-bottom: 12px; margin-bottom: 16px;
  border-bottom: 2px solid var(--pink-200); color: var(--brown-700);
}
.sitemap-col ul li { margin-bottom: 10px; }
.sitemap-col ul li a { font-size: 0.92rem; color: var(--ink-500); }
.sitemap-col ul li a:hover { color: var(--brown-600); }

/* 加入我们 */
.job-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.job-card {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  transition: all .3s var(--ease);
}
.job-card:hover { border-color: var(--brown-300); box-shadow: var(--shadow-sm); }
.job-card .job-head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 14px; }
.job-card h4 { font-size: 1.15rem; }
.job-card .salary { color: var(--pink-500); font-weight: 700; font-size: 1.05rem; }
.job-card .job-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0; }
.job-card .job-tags .tag { background: var(--brown-50); color: var(--brown-700); }
.job-card .job-meta { display: flex; gap: 18px; font-size: 0.84rem; color: var(--ink-500); padding-top: 14px; border-top: 1px dashed var(--line); }

/* 文档/资源列表 */
.doc-list .doc-row {
  display: flex; gap: 18px; padding: 20px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 12px;
  align-items: center;
  transition: all .3s var(--ease);
}
.doc-list .doc-row:hover { border-color: var(--brown-200); box-shadow: var(--shadow-sm); transform: translateX(4px); }
.doc-list .doc-ic {
  width: 50px; height: 50px; border-radius: 14px;
  background: var(--brown-100); color: var(--brown-600);
  display: grid; place-items: center; flex-shrink: 0;
}
.doc-list .doc-info { flex: 1; }
.doc-list .doc-info h4 { font-size: 1rem; margin-bottom: 4px; }
.doc-list .doc-info p { font-size: 0.85rem; color: var(--ink-500); margin: 0; }
.doc-list .doc-meta { font-size: 0.8rem; color: var(--ink-300); }

/* ==========================================================================
   通用：对比表（传统做法/模板建站 vs 策影智图定制）
   ========================================================================== */
.compare-wrap { overflow-x: auto; }
.compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-width: 640px;
}
.compare-table th,
.compare-table td {
  padding: 18px 24px;
  text-align: left;
  border-bottom: 1px solid var(--line-soft);
  font-size: 0.94rem;
}
.compare-table thead th {
  background: var(--brown-50);
  font-size: 1rem;
  color: var(--ink-900);
  border-bottom: 2px solid var(--brown-200);
}
.compare-table thead th.hl {
  background: linear-gradient(135deg, var(--brown-400), var(--pink-400));
  color: var(--cream);
}
.compare-table td.hl {
  background: var(--pink-50);
  color: var(--ink-700);
  font-weight: 500;
}
.compare-table tbody tr:last-child td { border-bottom: 0; }
.compare-table tbody tr:hover td { background: var(--brown-50); }
.compare-table tbody tr:hover td.hl { background: var(--pink-100); }
.compare-table .yes { color: var(--brown-600); font-weight: 600; }
.compare-table .yes::before { content: "✓ "; }
.compare-table .no { color: var(--ink-300); }
.compare-table .no::before { content: "✕ "; }

/* ==========================================================================
   通用：痛点卡（错位三卡，适合痛点共鸣区）
   ========================================================================== */
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.pain-card {
  background: var(--cream);
  border: 2px dashed var(--brown-300);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: all .4s var(--ease);
}
.pain-card:nth-child(2) { margin-top: 28px; border-color: var(--pink-300); }
.pain-card:nth-child(3) { margin-top: 10px; }
.pain-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); background: var(--pink-50); }
.pain-card .pain-mark {
  width: 46px; height: 46px; border-radius: 14px;
  background: var(--pink-100); color: var(--pink-600);
  display: grid; place-items: center; margin-bottom: 18px;
  font-size: 1.3rem; font-weight: 800;
}
.pain-card h4 { margin-bottom: 10px; }
.pain-card p { font-size: 0.9rem; margin: 0; }
