/* 网站建设专题 — 公司介绍（精简卡片版） */
.wt-about-sec {
  padding-top: 56px;
  padding-bottom: 56px;
}

.wt-about-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: calc(var(--r) + 4px);
  box-shadow: var(--sh);
  overflow: hidden;
}

.wt-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 0;
  align-items: stretch;
  min-height: 0;
}

.wt-about-copy {
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.wt-about-body {
  flex: 1 1 auto;
  min-height: 0;
}

.wt-about-footer {
  flex-shrink: 0;
  margin-top: auto;
  padding-top: 4px;
}

.wt-about-eyebrow {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--blue);
  background: rgba(24, 77, 196, .08);
  border-radius: 999px;
}

.wt-about-title {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 900;
  color: var(--text-1);
  line-height: 1.25;
}

.wt-about-sub {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--blue);
  font-weight: 600;
}

.wt-about-text {
  font-size: 14px;
  line-height: 1.85;
  color: var(--text-2);
}

.wt-about-text p {
  margin: 0 0 10px;
}

.wt-about-text p:last-child {
  margin-bottom: 0;
}

.wt-about-text--extra {
  margin-top: 12px;
}

.wt-about-points {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.wt-about-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 1.65;
  color: var(--text-2);
}

.wt-about-points li i {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(24, 77, 196, .08);
  color: var(--blue);
  font-size: 14px;
}

.wt-about-points li b {
  color: var(--text-1);
  font-weight: 700;
  margin-right: 4px;
}

.wt-about-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.wt-about-metric {
  padding: 12px 10px;
  text-align: center;
  background: var(--cream);
  border-radius: var(--r-s);
  border: 1px solid rgba(24, 77, 196, .08);
}

.wt-about-metric b {
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: var(--blue);
  line-height: 1.15;
}

.wt-about-metric span {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.35;
  color: var(--text-2);
}

.wt-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.wt-about-actions .btn {
  padding: 9px 20px;
  font-size: 13px;
}

.wt-about-visual {
  position: relative;
  height: 100%;
  padding: 36px 36px 36px 0;
  display: flex;
  min-height: 0;
  align-self: stretch;
  box-sizing: border-box;
}

.wt-about-photo {
  position: relative;
  flex: 1;
  width: 100%;
  min-height: 0;
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--sh-l);
  border: 1px solid var(--border);
}

.wt-about-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wt-about-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 12px 16px;
  border-radius: var(--r-s);
  background: var(--blue);
  color: #fff;
  box-shadow: 0 10px 24px rgba(24, 77, 196, .28);
}

.wt-about-badge b {
  display: block;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.wt-about-badge span {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  opacity: .88;
}

@media (max-width: 992px) {
  .wt-about-grid {
    grid-template-columns: 1fr;
  }

  .wt-about-visual {
    padding: 0 28px 28px;
    min-height: 280px;
  }

  .wt-about-photo {
    min-height: 280px;
  }

  .wt-about-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .wt-about-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wt-about-copy {
    padding: 24px 20px 20px;
  }

  .wt-about-visual {
    padding: 0 20px 20px;
    min-height: 220px;
  }

  .wt-about-photo {
    min-height: 220px;
  }

  .wt-about-title {
    font-size: 20px;
  }

  .wt-about-text,
  .wt-about-sub {
    font-size: 13px;
  }

  .wt-about-metric b {
    font-size: 16px;
  }
}

.tp-compare-table-wide {
  min-width: 720px;
}

.tp-compare-table-wide th:nth-child(2),
.tp-compare-table-wide td:nth-child(2) {
  color: #1a5fb4;
  font-weight: 600;
}

/* 商城专题：紧凑痛点列表 */
.wt-pain-compact {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 860px;
  margin: 0 auto;
}

.wt-pain-compact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r);
  box-shadow: var(--sh);
}

.wt-pain-compact-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
}

.wt-pain-compact-body h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: var(--text-1);
}

.wt-pain-compact-body p {
  margin: 0;
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.6;
}

/* 商城优势横条 */
.wt-benefit-bar-sec {
  background: linear-gradient(135deg, #184dc4 0%, #1a5fb4 100%);
  color: #fff;
}

.wt-benefit-bar-title {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
}

.wt-benefit-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.wt-benefit-bar-item {
  text-align: center;
  padding: 16px 10px;
  background: rgba(255, 255, 255, .1);
  border-radius: var(--r);
  border: 1px solid rgba(255, 255, 255, .15);
}

.wt-benefit-bar-item i {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
  opacity: .9;
}

.wt-benefit-bar-item strong {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.wt-benefit-bar-item span {
  display: block;
  font-size: 12px;
  opacity: .85;
  line-height: 1.5;
}

/* 外贸图标卡片 */
.wt-icon-card {
  text-align: center;
}

.wt-icon-card-ico {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  font-size: 24px;
  color: var(--blue);
  background: rgba(24, 77, 196, .08);
  border-radius: 50%;
}

/* 高端设计标准卡 */
.wt-standard-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.wt-standard-card {
  padding: 28px 24px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: calc(var(--r) + 2px);
  box-shadow: var(--sh);
}

.wt-standard-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  color: var(--blue);
  margin-bottom: 12px;
}

.wt-standard-card h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 800;
}

.wt-standard-card p {
  margin: 0;
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.7;
}

/* 高端报价卡片 */
.wt-premium-quote {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.wt-premium-quote-item {
  padding: 24px;
  background: #fff;
  border: 2px solid var(--border);
  border-radius: calc(var(--r) + 2px);
  transition: border-color .2s;
}

.wt-premium-quote-item:hover {
  border-color: var(--blue);
}

.wt-premium-quote-hd {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border);
}

.wt-premium-quote-hd h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.wt-premium-quote-price {
  font-size: 16px;
  font-weight: 800;
  color: var(--blue);
  white-space: nowrap;
}

.wt-premium-quote-meta {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  font-size: 13px;
  color: var(--text-2);
}

.wt-premium-quote-meta li {
  margin-bottom: 6px;
}

.wt-premium-quote-meta em {
  font-style: normal;
  color: var(--text-1);
  font-weight: 600;
  margin-right: 6px;
}

.wt-premium-quote-desc {
  margin: 0;
  font-size: 13px;
  color: var(--text-3);
}

/* 改版信号卡 */
.wt-signal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.wt-signal-card {
  padding: 20px 22px;
  background: #fff;
  border-left: 4px solid #e67e22;
  border-radius: 0 var(--r) var(--r) 0;
  box-shadow: var(--sh);
}

.wt-signal-icon {
  font-size: 18px;
  color: #e67e22;
}

.wt-signal-card h3 {
  margin: 8px 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.wt-signal-card p {
  margin: 0;
  font-size: 13px;
  color: var(--text-2);
  line-height: 1.65;
}

/* 改版好处列表 */
.wt-benefit-list {
  max-width: 720px;
  margin: 0 auto;
}

.wt-benefit-list-item {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--border);
}

.wt-benefit-list-item:last-child {
  border-bottom: none;
}

.wt-benefit-list-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  color: var(--blue);
  background: rgba(24, 77, 196, .08);
  border-radius: 50%;
}

.wt-benefit-list-item h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
}

.wt-benefit-list-item p {
  margin: 0;
  font-size: 14px;
  color: var(--text-2);
}

/* 改版注意事项 */
.wt-alert-sec {
  background: #fff8f0;
}

.wt-alert-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 800px;
  margin: 0 auto;
}

.wt-alert-item {
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #f0d9b5;
  border-radius: var(--r);
}

.wt-alert-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #c45c00;
  background: #fff3e0;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 8px;
}

.wt-alert-item h3 {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #8b4513;
}

.wt-alert-item p {
  margin: 0;
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.6;
}

/* 响应式优势行 */
.wt-adv-rows {
  max-width: 800px;
  margin: 0 auto;
}

.wt-adv-row {
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px dashed var(--border);
}

.wt-adv-row:last-child {
  border-bottom: none;
}

.wt-adv-row-num {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  background: var(--blue);
  border-radius: 8px;
}

.wt-adv-row-body h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 700;
}

.wt-adv-row-body p {
  margin: 0;
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.65;
}

@media (max-width: 992px) {
  .wt-benefit-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wt-standard-cards,
  .wt-premium-quote {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .wt-benefit-bar {
    grid-template-columns: 1fr;
  }

  .wt-signal-grid {
    grid-template-columns: 1fr;
  }
}

/* 专题页 CTA 引导列表 */
.tp-cta-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 640px;
  display: grid;
  gap: 12px;
}

.tp-cta-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 18px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(24, 77, 196, 0.06);
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.tp-cta-list li::before {
  content: "✓";
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #184dc4;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.tp-cta-contact {
  margin-top: 20px;
  text-align: center;
}
