/* ============================================================
   卉卉网络科技官网 · pages.css — 各页面样式（简化版）
   ============================================================ */

/* ==================== 内页页头 ==================== */
.page-hero { padding: 72px 0 56px; background: linear-gradient(180deg, var(--brand-light-2), #fff); border-bottom: 1px solid var(--line); }
.page-hero__crumb { font-size: 13px; color: var(--ink-3); }
.page-hero__crumb b { color: var(--brand); font-weight: 500; }
.page-hero h1 { font-size: 32px; margin-top: 10px; }
.page-hero__desc { margin-top: 14px; max-width: 640px; color: var(--ink-2); }

/* ==================== 首页 Hero ==================== */
.home-hero { padding: 96px 0 84px; background: linear-gradient(180deg, var(--brand-light-2) 0%, #fff 100%); border-bottom: 1px solid var(--line); }
.home-hero__inner { max-width: 720px; }
.home-hero__eyebrow {
  display: inline-block;
  font-size: 13px;
  color: var(--brand);
  background: #fff;
  border: 1px solid #d6e2f0;
  border-radius: 999px;
  padding: 5px 16px;
}
.home-hero h1 { font-size: clamp(32px, 4.6vw, 46px); line-height: 1.3; margin-top: 22px; }
.home-hero__sub { margin-top: 18px; font-size: 16px; color: var(--ink-2); max-width: 600px; }
.home-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.home-hero__points { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 26px; margin: 32px 0 0; padding: 0; }
.home-hero__points li { display: flex; align-items: center; gap: 7px; font-size: 13.5px; color: var(--ink-2); }
.home-hero__points svg { color: var(--brand); flex: none; }

/* ==================== 首页 · 信息条 ==================== */
.fact-strip { border-bottom: 1px solid var(--line); }
.fact-strip__inner { display: grid; grid-template-columns: repeat(2, 1fr); }
.fact { padding: 22px 24px; border-left: 1px solid var(--line); }
.fact:first-child { border-left: 0; padding-left: 0; }
.fact__k { font-size: 12px; color: var(--ink-3); }
.fact__v { margin-top: 6px; font-size: 15px; font-weight: 600; }
.fact__v.mono { font-family: "SF Mono", Menlo, Consolas, monospace; font-weight: 500; font-size: 14px; }

/* ==================== 首页 · 服务卡片（四项，2×2） ==================== */
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: box-shadow 0.3s var(--ease), border-color 0.3s var(--ease), transform 0.3s var(--ease);
}
.service-card:hover { box-shadow: var(--shadow-hover); border-color: #d6e2f0; transform: translateY(-3px); }
.service-card__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--brand-light);
  color: var(--brand);
}
.service-card h3 { font-size: 17px; }
.service-card p { font-size: 13.5px; color: var(--ink-2); flex: 1; }
.service-card__more { font-size: 13px; color: var(--brand); display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; }
.service-card:hover .service-card__more { text-decoration: underline; }

/* ==================== 首页 · 工作方式 ==================== */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-step { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.process-step__no {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--brand-light);
  color: var(--brand);
  font-size: 15px;
  font-weight: 600;
}
.process-step h3 { font-size: 16px; margin-top: 16px; }
.process-step p { margin-top: 8px; font-size: 13.5px; color: var(--ink-2); }

/* ==================== 首页 · 关于摘要 ==================== */
.about-brief { display: grid; grid-template-columns: 1fr 1.4fr; gap: 56px; align-items: center; }
.about-brief__quote { font-size: 26px; font-weight: 600; line-height: 1.5; }
.about-brief__quote span { color: var(--brand); }
.about-brief__text p { color: var(--ink-2); }
.about-brief__text p + p { margin-top: 12px; }
.about-brief__text .link-more { display: inline-block; margin-top: 22px; font-size: 14px; color: var(--brand); }
.about-brief__text .link-more:hover { text-decoration: underline; }

/* ==================== CTA ==================== */
.cta-banner { background: var(--brand); color: #fff; text-align: center; padding: 56px 0; }
.cta-banner h2 { font-size: 28px; }
.cta-banner p { margin: 12px auto 0; max-width: 520px; color: rgba(255, 255, 255, 0.85); }
.cta-banner .btn { margin-top: 28px; background: #fff; color: var(--brand); }
.cta-banner .btn:hover { background: var(--brand-light); }

/* ==================== 服务详情页 ==================== */
.service-detail { border-top: 1px solid var(--line); }
.service-detail__inner { display: grid; grid-template-columns: 260px 1fr; gap: 56px; padding: 56px 0; }
.service-detail__aside { position: sticky; top: 96px; align-self: start; }
.service-detail__no { font-size: 40px; font-weight: 700; color: var(--brand-light); -webkit-text-stroke: 1px var(--brand); line-height: 1; }
.service-detail h2 { font-size: 24px; margin-top: 14px; }
.service-detail__tag { display: inline-block; margin-top: 12px; font-size: 12px; color: var(--ink-3); letter-spacing: 0.08em; text-transform: uppercase; }
.service-detail__body h3 { font-size: 15px; color: var(--ink); margin: 24px 0 12px; display: flex; align-items: center; gap: 8px; }
.service-detail__body h3::before { content: ""; width: 3px; height: 14px; background: var(--brand); border-radius: 2px; }
.service-detail__body > p { color: var(--ink-2); }
.service-detail__list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; }
.service-detail__list li { position: relative; padding: 9px 12px 9px 30px; background: var(--bg-soft); border-radius: 6px; font-size: 13.5px; color: var(--ink-2); }
.service-detail__list li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  background: var(--brand);
  border-radius: 1px;
}
.service-detail__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.service-detail__chips span { font-size: 12.5px; color: var(--brand); background: var(--brand-light); border-radius: 999px; padding: 4px 14px; }

/* ==================== 关于页 ==================== */
.about-story { display: grid; grid-template-columns: 1.4fr 0.6fr; gap: 56px; }
.about-story__text p { color: var(--ink-2); }
.about-story__text p + p { margin-top: 14px; }
.about-story__text p:first-child { font-size: 17px; color: var(--ink); }
.about-story__aside { align-self: start; position: sticky; top: 96px; background: var(--bg-dark); color: var(--on-dark); border-radius: var(--radius); padding: 28px; }
.about-story__aside h3 { font-size: 15px; display: flex; align-items: center; gap: 8px; }
.about-story__aside dl { margin: 18px 0 0; }
.about-story__aside dl > div { display: flex; justify-content: space-between; gap: 16px; padding: 10px 0; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 13.5px; }
.about-story__aside dt { color: var(--on-dark-2); }
.about-story__aside dd { margin: 0; font-weight: 500; }

/* 工商信息表 */
.registry { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.registry__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 28px; background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.registry__head h3 { font-size: 16px; }
.registry__head span { font-size: 12px; color: var(--ink-3); }
.registry__grid { display: grid; grid-template-columns: 1fr 1fr; }
.registry__row { display: flex; gap: 20px; padding: 14px 28px; border-bottom: 1px solid var(--line); }
.registry__row:nth-last-child(-n + 2) { border-bottom: 0; }
.registry__row dt { flex: none; width: 128px; font-size: 13.5px; color: var(--ink-3); }
.registry__row dd { margin: 0; font-size: 14px; font-weight: 500; }
.registry__row dd.mono { font-family: "SF Mono", Menlo, Consolas, monospace; font-weight: 500; }
.registry__row--full { grid-column: 1 / -1; }
.registry__row--full dd { font-weight: 400; color: var(--ink-2); }

/* 理念卡片 */
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.value-card { padding: 28px 26px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: box-shadow 0.3s var(--ease), transform 0.3s var(--ease); }
.value-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.value-card__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 8px; background: var(--brand-light); color: var(--brand); }
.value-card h3 { font-size: 16px; margin-top: 16px; }
.value-card p { margin-top: 8px; font-size: 13.5px; color: var(--ink-2); }

/* ==================== 联系页 ==================== */
.contact-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contact-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 30px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: box-shadow 0.3s var(--ease), transform 0.3s var(--ease);
}
.contact-card:hover { box-shadow: var(--shadow-hover); transform: translateY(-3px); }
.contact-card__icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 10px; background: var(--brand-light); color: var(--brand); }
.contact-card__k { font-size: 13px; color: var(--ink-3); }
.contact-card__v { margin-top: 8px; font-size: 18px; font-weight: 600; word-break: break-all; }
.contact-card__v.mono { font-family: "SF Mono", Menlo, Consolas, monospace; font-weight: 500; font-size: 17px; }
.contact-card a:hover { color: var(--brand); }
.contact-card__note { margin-top: 8px; font-size: 13px; color: var(--ink-3); }

/* ==================== 响应式 ==================== */
@media (max-width: 1020px) {
  .service-grid, .process-grid, .value-grid { grid-template-columns: 1fr 1fr; }
  .fact-strip__inner { grid-template-columns: 1fr 1fr; }
  .fact:nth-child(3) { border-left: 0; padding-left: 0; }
  .fact:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .about-brief, .about-story { grid-template-columns: 1fr; }
  .about-story__aside { position: static; }
  .service-detail__inner { grid-template-columns: 1fr; gap: 24px; }
  .service-detail__aside { position: static; }
}
@media (max-width: 640px) {
  .service-grid, .process-grid, .registry__grid, .service-detail__list, .contact-cards { grid-template-columns: 1fr; }
  .fact-strip__inner { grid-template-columns: 1fr; }
  .fact { border-left: 0; padding-left: 0; border-top: 1px solid var(--line); }
  .fact:first-child { border-top: 0; }
  .registry__row { flex-direction: column; gap: 4px; }
  .registry__row dt { width: auto; }
  .home-hero { padding: 64px 0 56px; }
  .page-hero { padding: 56px 0 44px; }
}
