/* 企服方案页：首屏 + 痛点 + 现场 + 产品套用 + 岗位 + FAQ */

.page-sol .ai-hero { padding: 56px 0 48px; }
.page-sol .ai-hero h1 { font-size: 48px; }
.page-sol .ai-hero-desc { max-width: 560px; }
.page-sol .ai-sec { padding: 72px 0; }
.page-sol .ai-head { margin-bottom: 32px; }

.sz-desk {
  padding: 8px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.sz-desk-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.sz-desk-bar strong { color: #fff; font-size: 15px; }

.sz-desk-body {
  margin: 0 8px 8px;
  padding: 16px 16px 14px;
  border-radius: 16px;
  background: rgba(8, 12, 28, 0.55);
}

.sz-who {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sz-who b { display: block; color: #fff; font-size: 14px; }
.sz-who span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.sz-who em {
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  color: #0f766e;
  background: #ccfbf1;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  white-space: nowrap;
}

.sz-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 12px;
}

.sz-tags i {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-style: normal;
}

.sz-line {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.7;
}

.sz-line.is-qc { color: #fde68a; }

.sz-next {
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #9b86ff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.sz-pains {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.sz-pain {
  padding: 26px 26px 22px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
}

.sz-pain b {
  color: var(--brand);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.sz-pain h3 { margin: 8px 0 10px; font-size: 20px; }

.sz-pain p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.sz-pain p + p {
  margin-top: 10px;
  color: var(--ink);
}

.sz-fit {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.sz-fit article {
  padding: 24px 22px 22px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
}

.sz-fit article:nth-child(-n+3) { grid-column: span 2; }
.sz-fit article:nth-child(n+4) { grid-column: span 3; }

.sz-fit b {
  color: var(--brand);
  font-size: 13px;
  font-weight: 600;
}

.sz-fit h3 { margin: 8px 0 8px; font-size: 18px; }

.sz-fit p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.sz-fit a {
  display: inline-block;
  margin-top: 12px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 600;
}

.sz-scenes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.sz-scenes.is-four {
  grid-template-columns: 1fr 1fr;
}

a.sz-scene {
  color: inherit;
  text-decoration: none;
}

a.sz-scene:hover {
  border-color: #cfd3ff;
  box-shadow: 0 12px 32px rgba(67, 72, 255, 0.08);
}

.sz-scene {
  display: flex;
  flex-direction: column;
  padding: 26px 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
}

.sz-scene em {
  color: var(--brand);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
}

.sz-scene h3 {
  margin: 10px 0 12px;
  font-size: 20px;
}

.sz-scene p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.sz-scene ul {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.sz-scene li {
  position: relative;
  padding-left: 14px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.7;
}

.sz-scene li + li { margin-top: 8px; }

.sz-scene li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
}

.sz-roles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

.sz-roles article {
  padding: 26px 24px 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
}

.sz-roles b {
  color: var(--brand);
  font-size: 13px;
  font-weight: 600;
}

.sz-roles h3 {
  margin: 8px 0 10px;
  font-size: 20px;
}

.sz-roles p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.sz-roles q {
  display: block;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 12px;
  background: var(--soft);
  color: var(--ink);
  font-size: 13px;
  font-style: normal;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .page-sol .ai-hero h1 { font-size: 32px; }
  .sz-pains,
  .sz-fit,
  .sz-scenes,
  .sz-scenes.is-four,
  .sz-roles { grid-template-columns: 1fr; }
  .sz-fit article:nth-child(-n+3),
  .sz-fit article:nth-child(n+4) { grid-column: auto; }
}
