.site-footer.site-footer-service {
  --footer-paper: #f7f2e8;
  --footer-paper-strong: #f8f4eb;
  --footer-ink: #15241b;
  --footer-green: #0d3b2e;
  --footer-green-bright: #0b6046;
  --footer-red: #ee533f;
  --footer-yellow: #f6bd24;
  --footer-line: #d7d2c6;
  position: relative;
  margin-top: 0;
  border: 0;
  background: var(--footer-paper);
  color: var(--footer-ink);
}

.site-footer-service * { box-sizing: border-box; }

.site-footer-service .wrap {
  width: min(1180px, calc(100% - clamp(28px, 6vw, 48px)));
  margin-inline: auto;
}

.site-footer-service .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-footer-services {
  display: none;
  border-top: 1px solid var(--footer-line);
  background: var(--footer-paper-strong);
}

.site-footer-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 116px;
}

.site-footer-service-item {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 12px 34px;
}

.site-footer-service-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 56px;
  background: var(--footer-line);
  transform: translateY(-50%);
}

.site-footer-service-item:first-of-type { padding-left: 0; }
.site-footer-service-item:last-of-type { padding-right: 0; }
.site-footer-service-item:last-of-type::after { display: none; }

.site-footer-service-icon {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  color: var(--footer-green-bright);
  font-size: 52px;
  line-height: 1;
}

.site-footer-service-copy { min-width: 0; }

.site-footer-service-copy h2 {
  margin: 0;
  color: var(--footer-ink);
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: -.015em;
}

.site-footer-service-copy p {
  margin: 5px 0 11px;
  color: #657067;
  font-size: 12px;
  line-height: 1.55;
}

.site-footer-service-link {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border: 1px solid var(--footer-green-bright);
  border-radius: 2px;
  background: transparent;
  color: var(--footer-green-bright);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}

.site-footer-service-link:hover {
  transform: translateY(-2px);
  background: var(--footer-green-bright);
  color: #fff;
}

.site-footer-body {
  background: var(--footer-green);
  color: #fffdf7;
}

.site-footer-content {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(430px, 1.14fr);
  gap: 44px;
  padding-block: 20px 14px;
  background: var(--footer-paper);
  color: var(--footer-ink);
  box-shadow: 0 0 0 100vmax var(--footer-paper);
  clip-path: inset(0 -100vmax);
}

.site-footer-brand-panel {
  min-width: 0;
  padding-right: 32px;
  border-right: 1px solid var(--footer-line);
}

.site-footer-service .site-footer-brand,
.site-footer-service .site-footer-logo {
  width: max-content;
  gap: 10px;
  color: var(--footer-ink);
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.site-footer-service .site-footer-brand .brand-mark,
.site-footer-service .site-footer-logo .brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: transparent url("/assets/renjian-tanhuo-brand-logo.png") center/contain no-repeat;
  color: transparent;
  font-size: 0;
}

.site-footer-statement {
  margin: 8px 0 0;
  color: #536158;
  font-size: 12px;
  font-weight: 750;
}

.site-footer-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 13px;
}

.site-footer-trust-item {
  min-width: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 6px;
}

.site-footer-trust-item > i {
  color: var(--footer-green-bright);
  font-size: 18px;
}

.site-footer-trust-item span,
.site-footer-trust-item strong,
.site-footer-trust-item small { display: block; }

.site-footer-trust-item strong {
  color: var(--footer-ink);
  font-size: 11px;
  line-height: 1.35;
}

.site-footer-trust-item small {
  display: none;
}

.site-footer-groups {
  min-width: 0;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 28px;
  align-content: start;
}

.site-footer-link-group h2 {
  margin: 0 0 6px;
  color: var(--footer-ink);
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: .01em;
}

.site-footer-link-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-link-group li + li { margin-top: 0; }

.site-footer-link-group a {
  min-height: 19px;
  display: inline-flex;
  align-items: center;
  color: #5f6c63;
  font-size: 10px;
  line-height: 1.45;
  text-decoration: none;
  text-underline-offset: 5px;
  transition: color .18s ease, transform .18s ease;
}

.site-footer-link-group a:hover {
  transform: translateX(3px);
  color: var(--footer-green-bright);
  text-decoration: underline;
}

.site-footer-legal {
  min-height: 42px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 28px;
  border-top: 1px solid rgba(255, 255, 255, .22);
  color: rgba(255, 253, 247, .76);
  font-size: 12px;
}

.site-footer-legal p { margin: 0; }

.site-footer-records {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: 18px;
}

.site-footer-filing {
  color: rgba(255, 253, 247, .72);
  white-space: nowrap;
}

.site-footer-filing:empty { display: none; }

.site-footer-legal a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 5px;
}

.site-footer-legal a:hover { color: #fffdf7; text-decoration: underline; }
.site-footer-domain { justify-self: end; font-weight: 750; }

.site-footer-services a:focus-visible,
.site-footer-services summary:focus-visible {
  outline: 3px solid var(--footer-green-bright);
  outline-offset: 3px;
}

.site-footer-body a:focus-visible,
.site-footer-body summary:focus-visible {
  outline: 3px solid var(--footer-yellow);
  outline-offset: 3px;
}

@media (max-width: 1040px) {
  .site-footer-service-item { grid-template-columns: 50px minmax(0, 1fr); gap: 15px; padding-inline: 22px; }
  .site-footer-service-icon { width: 50px; height: 50px; font-size: 43px; }
  .site-footer-content { grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); gap: 28px; }
  .site-footer-brand-panel { padding-right: 24px; padding-bottom: 0; border-right: 1px solid var(--footer-line); border-bottom: 0; }
  .site-footer-groups { max-width: 720px; }
}

@media (max-width: 760px) {
  .site-footer-service-grid { grid-template-columns: 1fr; min-height: 0; }
  .site-footer-service-item,
  .site-footer-service-item:first-of-type,
  .site-footer-service-item:last-of-type {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid var(--footer-line);
  }
  .site-footer-service-item:last-of-type { border-bottom: 0; }
  .site-footer-service-item::after { display: none; }
  .site-footer-service-icon { width: 40px; height: 40px; font-size: 34px; }
  .site-footer-service-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "title action"
      "description action";
    align-items: center;
    column-gap: 12px;
  }
  .site-footer-service-copy h2 { grid-area: title; }
  .site-footer-service-copy p { grid-area: description; margin: 3px 0 0; }
  .site-footer-service-link { grid-area: action; min-height: 44px; width: auto; margin: 0; }
  .site-footer-content { grid-template-columns: 1fr; gap: 16px; padding-block: 20px 14px; }
  .site-footer-brand-panel { padding-right: 0; padding-bottom: 14px; border-right: 0; border-bottom: 1px solid var(--footer-line); }
  .site-footer-trust { grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 10px; margin-top: 18px; }
  .site-footer-trust-item { gap: 7px; }
  .site-footer-trust-item > i { font-size: 24px; }
  .site-footer-groups { max-width: none; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .site-footer-link-group a { min-height: 30px; font-size: 11px; }
  .site-footer-legal { min-height: 56px; grid-template-columns: 1fr auto; gap: 16px; padding: 0; }
  .site-footer-service .site-footer-logo,
  .site-footer-legal a { min-height: 44px; display: inline-flex; align-items: center; }
  .site-footer-records { gap: 14px; }
}

@media (max-width: 480px) {
  .site-footer-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer-legal { grid-template-columns: 1fr; gap: 0; padding-block: 8px; }
  .site-footer-records { justify-self: start; justify-content: flex-start; flex-wrap: wrap; gap: 0 16px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer-service-link,
  .site-footer-link-group a { transition: none; }
}
