/* AI SOP员工：复用 page-ai 外壳，本页特有板块 */

.sp-hero-link {
  color: #c4b5fd;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sp-hero-link:hover { color: #fff; }

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

.sp-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;
}

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

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

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

.sp-who b { display: block; color: #fff; font-size: 14px; }
.sp-who span { display: block; margin-top: 4px; color: rgba(255, 255, 255, 0.5); font-size: 12px; }
.sp-who em {
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  color: #065f46;
  background: #a7f3d0;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.sp-log { margin: 12px 0 0; padding: 0; list-style: none; }

.sp-log li {
  display: flex;
  gap: 10px;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 20px;
}

.sp-log i {
  flex-shrink: 0;
  width: 44px;
  color: #6ee7b7;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
}

.sp-log .is-wait i { color: #fbbf24; }

.sp-pains {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.sp-pain {
  min-height: 188px;
  padding: 22px 22px 20px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
}

.sp-pain b { color: var(--brand); font-size: 13px; font-weight: 700; letter-spacing: 0.04em; }
.sp-pain h3 { margin-top: 8px; color: var(--ink); font-size: 17px; font-weight: 600; }
.sp-pain p { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 22px; }

.sp-jobs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.sp-job {
  display: flex;
  flex-direction: column;
  padding: 22px 20px 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
}

.sp-job > span { color: var(--brand); font-size: 13px; font-weight: 600; }
.sp-job > h3 { margin-top: 8px; color: var(--ink); font-size: 18px; font-weight: 600; line-height: 1.35; }
.sp-job-pain { margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 22px; }

.sp-doc {
  margin-top: 14px;
  flex: 1;
  padding: 14px 14px 12px;
  border-radius: 14px;
  background: #f7f9ff;
  border: 1px solid #e4e9f6;
}

.sp-doc span { color: var(--brand); font-size: 12px; font-weight: 600; }
.sp-doc h4 { margin-top: 6px; color: var(--ink); font-size: 15px; font-weight: 600; line-height: 1.4; }
.sp-doc ol { margin: 10px 0 0; padding: 0 0 0 18px; color: var(--ink); font-size: 13px; line-height: 22px; }
.sp-doc p { margin-top: 8px; color: var(--muted); font-size: 12px; line-height: 18px; }

.sp-job-out {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #eef1f7;
  color: var(--ink);
  font-size: 13px;
  line-height: 22px;
}

.sp-run {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(640px 280px at 8% 90%, rgba(67, 72, 255, 0.07), transparent 58%),
    linear-gradient(180deg, #f7f9ff 0%, #eef3ff 100%);
  border: 1px solid #e4e9f6;
}

.sp-win {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e7ebf5;
  box-shadow: 0 10px 28px rgba(23, 35, 61, 0.05);
}

.sp-win header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  background: #f7f8fc;
  border-bottom: 1px solid #eef1f7;
}

.sp-win header strong { color: var(--ink); font-size: 13px; font-weight: 600; }
.sp-win header em { color: var(--brand); font-size: 12px; font-style: normal; font-weight: 600; }
.sp-win-pad { padding: 14px 14px 16px; }

.sp-pipe { margin: 0; padding: 6px 16px 10px; list-style: none; }

.sp-pipe li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid #eef1f7;
}

.sp-pipe li:first-child { border-top: 0; }

.sp-pipe b {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #4348ff;
  font-size: 12px;
}

.sp-pipe .is-wait b { background: #d97706; }
.sp-pipe .is-man b { background: #059669; }

.sp-pipe strong { display: block; color: var(--ink); font-size: 14px; }
.sp-pipe span { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; line-height: 18px; }

.sp-run-side article {
  padding: 20px 20px 16px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e7ebf5;
}

.sp-run-side span { color: var(--brand); font-size: 12px; font-weight: 600; }
.sp-run-side h3 { margin-top: 8px; color: var(--ink); font-size: 18px; font-weight: 600; }
.sp-run-side p { margin-top: 8px; color: var(--muted); font-size: 14px; line-height: 22px; }

.sp-acts {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

.sp-acts article {
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e7ebf5;
}

.sp-acts b { display: block; color: var(--brand); font-size: 13px; }
.sp-acts p { margin-top: 6px; color: var(--muted); font-size: 13px; line-height: 20px; }

.sp-vs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

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

.sp-vs article.is-sop {
  color: #fff;
  background: linear-gradient(150deg, #2a2f8f 0%, #4348ff 46%, #9a55ff 100%);
  border-color: transparent;
}

.sp-vs span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #eef0ff;
  color: var(--brand);
  font-size: 12px;
  font-weight: 600;
}

.sp-vs .is-sop span { background: rgba(255, 255, 255, 0.18); color: #fff; }
.sp-vs h3 { color: var(--ink); font-size: 22px; font-weight: 600; }
.sp-vs .is-sop h3 { color: #fff; }
.sp-vs p { margin-top: 10px; color: var(--muted); font-size: 15px; line-height: 26px; }
.sp-vs .is-sop p { color: rgba(255, 255, 255, 0.82); }

.sp-who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.sp-who-card {
  padding: 26px 24px 22px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
}

.sp-who-card span { color: var(--brand); font-size: 13px; font-weight: 600; }
.sp-who-card h3 { margin-top: 10px; color: var(--ink); font-size: 20px; font-weight: 600; }
.sp-who-card p { margin-top: 10px; color: var(--muted); font-size: 14px; line-height: 24px; }

.sp-who-card .sp-scene {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f4f6fb;
  color: var(--ink);
  font-size: 13px;
  line-height: 20px;
}

.sp-ind {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.sp-ind article {
  padding: 22px 18px 20px;
  border-radius: 18px;
  background: #1b2244;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sp-ind span { color: #9bb0ff; font-size: 13px; font-weight: 600; }
.sp-ind h3 { margin-top: 10px; color: #fff; font-size: 18px; }
.sp-ind p { margin-top: 8px; color: rgba(255, 255, 255, 0.78); font-size: 13px; line-height: 22px; }
.sp-ind-pain { color: rgba(255, 255, 255, 0.5) !important; }

.ai-faq a {
  color: var(--brand);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1100px) {
  .sp-pains,
  .sp-jobs,
  .sp-who-grid,
  .sp-ind,
  .sp-vs {
    grid-template-columns: 1fr 1fr;
  }
  .sp-run { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .sp-pains,
  .sp-jobs,
  .sp-who-grid,
  .sp-ind,
  .sp-vs {
    grid-template-columns: 1fr;
  }
  .page-ai .ai-hero h1 { font-size: 34px; }
}
