/* jiayou-service.html - 页面专属样式 */

/* ===== zm-activity-cta-20260615 ===== */
/* === 免费服务卡片板块 === */
.zm-free-services {
  margin: 0 0 40px;
  padding: 40px 30px;
  background: linear-gradient(180deg, #f8f6f1 0%, #fff 100%);
  border-radius: 22px;
  text-align: center;
}
.zm-free-services__header {
  margin-bottom: 30px;
}
.zm-free-services__kicker {
  display: inline-block;
  color: #ff6b35;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 12px;
}
.zm-free-services__kicker i {
  margin-right: 6px;
}
.zm-free-services__header h3 {
  color: #142337;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 10px;
  letter-spacing: .02em;
}
.zm-free-services__header p {
  color: #ff6b35;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.zm-free-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 700px;
  margin: 0 auto;
}
.zm-free-services__card {
  background: #fff;
  border: 1px solid rgba(20,35,55,.08);
  border-radius: 16px;
  padding: 28px 20px 24px;
  text-align: center;
  box-shadow: 0 8px 28px rgba(20,35,55,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.zm-free-services__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(20,35,55,.10);
}
.zm-free-services__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  background: linear-gradient(135deg, #ff6b35, #ff8c42);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}
.zm-free-services__card h4 {
  color: #142337;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
}
.zm-free-services__card p {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 576px) {
  .zm-free-services { padding: 28px 16px; }
  .zm-free-services__header h3 { font-size: 22px; }
  .zm-free-services__grid { grid-template-columns: 1fr; gap: 14px; }
  .zm-free-services__card { padding: 22px 16px 20px; }
}
.zm-activity-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: #fff;
  border: 1px solid rgba(17,24,39,.06);
  border-radius: 24px;
  padding: 40px 44px;
  box-shadow: 0 12px 35px rgba(17,24,39,.06);
  margin-top: 10px;
}
.zm-activity-banner__left {
  flex: 1;
  min-width: 0;
}
.zm-activity-banner__tag {
  display: inline-block;
  color: #ff6b35;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  margin-bottom: 10px;
}
.zm-activity-banner__tag i {
  margin-right: 5px;
}
.zm-activity-banner__left h3 {
  font-size: 26px;
  font-weight: 800;
  color: #151923;
  margin-bottom: 8px;
}
.zm-activity-banner__left p {
  color: #667085;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
.zm-activity-banner__btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #ff6b35;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: all .25s ease;
  box-shadow: 0 8px 24px rgba(255,107,53,.22);
}
.zm-activity-banner__btn:hover {
  background: #e85d2a;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(255,107,53,.32);
  text-decoration: none;
}
.zm-activity-banner__btn i {
  font-size: 13px;
  transition: transform .25s ease;
}
.zm-activity-banner__btn:hover i {
  transform: translateX(4px);
}
@media(max-width:767px) {
  
/* === 免费服务卡片板块 === */
.zm-free-services {
  margin: 0 0 40px;
  padding: 40px 30px;
  background: linear-gradient(180deg, #f8f6f1 0%, #fff 100%);
  border-radius: 22px;
  text-align: center;
}
.zm-free-services__header {
  margin-bottom: 30px;
}
.zm-free-services__kicker {
  display: inline-block;
  color: #ff6b35;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .08em;
  margin-bottom: 12px;
}
.zm-free-services__kicker i {
  margin-right: 6px;
}
.zm-free-services__header h3 {
  color: #142337;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 10px;
  letter-spacing: .02em;
}
.zm-free-services__header p {
  color: #ff6b35;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.zm-free-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 700px;
  margin: 0 auto;
}
.zm-free-services__card {
  background: #fff;
  border: 1px solid rgba(20,35,55,.08);
  border-radius: 16px;
  padding: 28px 20px 24px;
  text-align: center;
  box-shadow: 0 8px 28px rgba(20,35,55,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.zm-free-services__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(20,35,55,.10);
}
.zm-free-services__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  background: linear-gradient(135deg, #ff6b35, #ff8c42);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}
.zm-free-services__card h4 {
  color: #142337;
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
}
.zm-free-services__card p {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}
@media (max-width: 576px) {
  .zm-free-services { padding: 28px 16px; }
  .zm-free-services__header h3 { font-size: 22px; }
  .zm-free-services__grid { grid-template-columns: 1fr; gap: 14px; }
  .zm-free-services__card { padding: 22px 16px 20px; }
}
.zm-activity-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 28px;
    gap: 20px;
  }
  .zm-activity-banner__left h3 { font-size: 22px; }
  .zm-activity-banner__btn { width: 100%; justify-content: center; }
}
