body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
}

.entry-grid { grid-template-columns: repeat(6, 1fr); }
.entry-card { grid-column: span 2; min-height: 290px; }
.entry-card:nth-child(4), .entry-card:nth-child(5) { grid-column: span 3; }

.service.signature {
  position: relative;
  border-color: rgba(15, 107, 77, .32);
  background: linear-gradient(145deg, #fff 0%, #f0f8f4 100%);
  box-shadow: 0 18px 48px rgba(7, 63, 49, .09);
}
.service.signature::after {
  content: "推荐";
  position: absolute;
  top: 23px;
  right: 23px;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--g);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}
.service.retainer { border-color: rgba(15, 107, 77, .25); }
.service-subtitle {
  display: block;
  margin: -7px 0 16px;
  color: var(--g);
  font-size: 14px;
  font-weight: 800;
}
.priority-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; }
.priority-chips i {
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--g);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}
.partner-location {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1180px) { .site-header nav { display: none; } }
@media (max-width: 1000px) {
  .entry-card, .entry-card:nth-child(4), .entry-card:nth-child(5) { grid-column: span 3; }
  .entry-card:last-child { grid-column: 2 / span 4; }
}
@media (max-width: 600px) {
  .entry-card, .entry-card:nth-child(4), .entry-card:nth-child(5), .entry-card:last-child { grid-column: 1 / -1; }
  .service.signature::after { top: 20px; right: 20px; }
}
