/* 人工外呼子页：独立板式，色调沿用品牌蓝紫 */

.page-call {
  --ink: #17233d;
  --muted: #657180;
  --line: #e6ebf4;
  --brand: #4348ff;
  background: #f6f7fb;
}

.call-wrap {
  width: 1200px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
}

/* ===== 首屏 ===== */
.call-hero {
  margin-top: 80px;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  padding: 56px 0 72px;
  color: #fff;
  background:
    radial-gradient(820px 420px at 88% 12%, rgba(182, 91, 255, 0.42), transparent 58%),
    radial-gradient(640px 380px at 8% 88%, rgba(67, 72, 255, 0.38), transparent 52%),
    linear-gradient(168deg, #10172e 0%, #1a2152 50%, #2a1650 100%);
  overflow: hidden;
}

.call-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 64px;
  align-items: center;
}

.call-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #d8dcff;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.call-kicker i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5eead4;
  box-shadow: 0 0 0 4px rgba(94, 234, 212, 0.2);
}

.call-hero h1 {
  margin-top: 22px;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.call-hero h1 em {
  font-style: normal;
  background: linear-gradient(100deg, #7ee8ff 0%, #8b7bff 46%, #e38bff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.call-hero-desc {
  margin-top: 20px;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 28px;
}

.call-hero-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}

.call-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 28px;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  background: linear-gradient(111deg, #3f43ff 0%, #7b5bff 52%, #b65bff 100%);
  box-shadow: 0 12px 28px rgba(63, 67, 255, 0.36);
}

.call-cta:hover {
  filter: brightness(1.06);
}

.call-ghost {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.call-hero-marks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 36px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.call-hero-marks span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.call-hero-marks span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8b7bff;
}

.console {
  padding: 22px 22px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.console-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.console-bar strong {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.console-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 12px;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.console-row:first-of-type {
  border-top: 0;
}

.console-row b {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.console-row em {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-style: normal;
}

.console-row i {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-style: normal;
}

.tag {
  min-width: 64px;
  padding: 4px 10px;
  border-radius: 999px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

.tag.is-on {
  color: #0f766e;
  background: #ccfbf1;
}

.tag.is-off {
  color: #9f1239;
  background: #ffe4e6;
}

.tag.is-watch {
  color: #1d4ed8;
  background: #dbeafe;
}

.console-alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(182, 91, 255, 0.18);
  border: 1px solid rgba(182, 91, 255, 0.28);
  color: #f3e8ff;
  font-size: 13px;
}

.console-alert b {
  color: #fff;
}

/* ===== 页内锚点条 ===== */
.call-jump {
  position: sticky;
  top: 80px;
  z-index: 20;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.call-jump-row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px 0;
}

.call-jump a {
  flex-shrink: 0;
  padding: 8px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
}

.call-jump a.is-on,
.call-jump a:hover {
  color: var(--brand);
  background: #eef0ff;
}

/* ===== 通用区块 ===== */
.call-sec {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 88px 0;
  scroll-margin-top: 112px;
}

.call-sec.is-white { background: #fff; }
.call-sec.is-soft { background: #f6f7fb; }
.call-sec.is-ink {
  color: #fff;
  background:
    radial-gradient(700px 360px at 90% 10%, rgba(123, 91, 255, 0.28), transparent 55%),
    linear-gradient(180deg, #141b36 0%, #1c1740 100%);
}

.call-head {
  max-width: 880px;
  margin-bottom: 36px;
}

.call-head.is-center {
  margin: 0 auto 36px;
  text-align: center;
}

.call-label {
  color: var(--brand);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.call-sec.is-ink .call-label {
  color: #c4b5fd;
}

.call-head h2 {
  margin-top: 10px;
  color: var(--ink);
  font-size: 40px;
  font-weight: 600;
  line-height: 1.28;
}

.call-sec.is-ink .call-head h2 {
  color: #fff;
}

.call-head p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 16px;
  line-height: 28px;
}

.call-head p + p {
  margin-top: 8px;
}

.call-sec.is-ink .call-head p {
  color: rgba(255, 255, 255, 0.72);
}

/* ===== 路由 ===== */
.route-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.route-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
  min-height: 132px;
  padding: 22px 22px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(63, 67, 255, 0.05);
}

.route-step b {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(180deg, #4348ff, #7b5bff);
  font-size: 15px;
}

.route-step h3 {
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
}

.route-step p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 22px;
}

.route-result {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
  margin-top: 16px;
  padding: 36px 40px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(160deg, #4348ff 0%, #7b5bff 58%, #b65bff 100%);
  box-shadow: 0 22px 48px rgba(67, 72, 255, 0.28);
}

.route-result h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.route-result p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 26px;
}

.route-result ul {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 28px;
}

.route-result li {
  position: relative;
  padding-left: 16px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 22px;
}

.route-result li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

/* ===== 分析 ===== */
.vs-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.vs-card {
  padding: 28px 28px 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.vs-card.is-us {
  background: rgba(123, 91, 255, 0.16);
  border-color: rgba(196, 181, 253, 0.35);
}

.vs-card span {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
}

.vs-card h3 {
  margin-top: 14px;
  font-size: 24px;
  font-weight: 600;
}

.vs-card p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  line-height: 24px;
}

.dim-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.dim {
  padding: 22px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.dim strong {
  display: block;
  margin-top: 12px;
  font-size: 18px;
}

.dim p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 13px;
  line-height: 20px;
}

.dim-ico {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(180deg, #4348ff, #7b5bff);
}

.dim-ico svg {
  width: 20px;
  height: 20px;
}

.board {
  margin-top: 28px;
  padding: 22px;
  border-radius: 22px;
  background: #fff;
  color: var(--ink);
  overflow-x: auto;
}

.board-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.board-bar strong {
  font-size: 15px;
}

.board-bar span {
  color: var(--muted);
  font-size: 12px;
}

.board-table {
  width: 100%;
  border-collapse: collapse;
}

.board-table th,
.board-table td {
  padding: 12px 8px;
  border-top: 1px solid #eef2f8;
  text-align: left;
  font-size: 13px;
}

.board-table th {
  color: var(--muted);
  font-weight: 500;
}

.board-note {
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}

/* ===== 稳定 ===== */
.stable-cred {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 36px;
}

.stable-cred article {
  padding: 22px 28px;
  border-radius: 20px;
  background: linear-gradient(135deg, #4348ff 0%, #7b5bff 60%, #b65bff 100%);
  color: #fff;
}

.stable-cred strong {
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.stable-cred span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
}

.stable-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: start;
}

.stable-points {
  display: grid;
  gap: 20px;
}

.stable-point h3 {
  color: var(--ink);
  font-size: 20px;
  font-weight: 600;
}

.stable-point p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
  line-height: 24px;
}

.carrier {
  padding: 28px 26px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(63, 67, 255, 0.08);
}

.carrier h3 {
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
}

.carrier-list {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.carrier-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f6f7fb;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
}

.carrier-list em {
  color: #16a34a;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.carrier p {
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
  line-height: 22px;
}

/* ===== 计费 ===== */
.bill-vs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.bill-col {
  padding: 28px 26px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--line);
}

.bill-col.is-us {
  color: #fff;
  background: linear-gradient(160deg, #4348ff 0%, #7b5bff 70%);
  border: 0;
  box-shadow: 0 18px 40px rgba(67, 72, 255, 0.22);
}

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

.bill-col.is-us span {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.bill-col h3 {
  margin-top: 14px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 600;
}

.bill-col.is-us h3 {
  color: #fff;
}

.bill-col li {
  position: relative;
  padding-left: 16px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 22px;
}

.bill-col.is-us li {
  color: rgba(255, 255, 255, 0.9);
}

.bill-col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c5c9d6;
}

.bill-col.is-us li::before {
  background: #fff;
}

.bill-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 20px;
}

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

.bill-point h3 {
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
}

.bill-point p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 24px;
}

/* ===== 录音 / 转写 / AI ===== */
.insight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.talk {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 26px 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 16px 40px rgba(63, 67, 255, 0.08);
}

.talk-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.talk-bar strong {
  color: var(--ink);
  font-size: 15px;
}

.talk-bar span {
  color: #16a34a;
  font-size: 12px;
  font-weight: 600;
}

.talk-line {
  padding: 12px 0;
  border-top: 1px solid #eef2f8;
}

.talk-line:first-of-type {
  border-top: 0;
}

.talk-line b {
  display: block;
  color: var(--brand);
  font-size: 12px;
  font-weight: 600;
}

.talk-line p {
  margin-top: 4px;
  color: var(--ink);
  font-size: 14px;
  line-height: 22px;
}

.talk-ai {
  margin-top: auto;
  padding: 14px 16px;
  border-radius: 14px;
  background: #eef0ff;
  color: var(--ink);
  font-size: 13px;
  line-height: 22px;
}

.talk-ai b {
  display: block;
  margin-bottom: 4px;
  color: var(--brand);
}

.insight-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
}

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

.insight-item h3 {
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.insight-item p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 24px;
}

/* ===== 日常能力 ===== */
.daily-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin: 0 0 16px;
}

.daily-flow li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #4348ff 0%, #7b5bff 55%, #b65bff 100%);
}

.daily-flow b {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.daily-flow span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.daily-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 40px;
}

.daily {
  padding: 26px 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(63, 67, 255, 0.06);
}

.daily h3 {
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
}

.daily p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 24px;
}

/* ===== 服务 + FAQ ===== */
.serve-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

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

.serve span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 600;
}

.serve h3 {
  margin-top: 10px;
  color: var(--ink);
  font-size: 22px;
  font-weight: 600;
}

.serve p {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 24px;
}

.faq-list {
  width: 880px;
  max-width: 100%;
  margin: 40px auto 0;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  color: var(--ink);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-right: 2px solid #7b5bff;
  border-bottom: 2px solid #7b5bff;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.faq-list details[open] summary::after {
  transform: rotate(225deg);
  margin-top: 6px;
}

.faq-list details p {
  padding: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 26px;
}

.call-end {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 56px;
  padding: 36px 40px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(111deg, #3f43ff 0%, #7b5bff 52%, #b65bff 100%);
}

.call-end h2 {
  font-size: 28px;
  font-weight: 600;
}

.call-end p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
}

.call-end .call-cta {
  background: #fff;
  color: #4348ff;
  box-shadow: none;
}

@media (max-width: 1200px) {
  .call-wrap { width: 960px; }
}

@media (max-width: 900px) {
  .page-call .btn-login { display: none; }
  .page-call .btn-trial { width: 88px; margin-left: 8px; }
  .call-hero { min-height: auto; padding: 36px 0 48px; }
  .call-hero-grid,
  .stable-cred,
  .stable-grid,
  .vs-row,
  .dim-grid,
  .bill-vs,
  .bill-points,
  .insight-grid,
  .insight-list,
  .route-steps,
  .route-result,
  .route-result ul,
  .daily-grid,
  .daily-flow,
  .serve-grid {
    grid-template-columns: 1fr;
  }
  .insight-list {
    grid-template-rows: none;
  }
  .call-hero h1 { font-size: 36px; }
  .call-hero-actions { flex-wrap: wrap; }
  .call-head h2 { font-size: 28px; }
  .call-sec { min-height: auto; padding: 56px 0; }
  .console-row { grid-template-columns: 1fr auto; }
  .console-row i { display: none; }
  .call-end { flex-direction: column; align-items: flex-start; padding: 28px 22px; }
  .page-call .site-header.is-open .nav {
    top: 80px;
  }
}
