/* 为什么选择易丰 · 同城搬家页模块（样式来自首页 #advantage） */
.home-wide-section {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background: #fff;
}

.home-wide-section::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 42% 58% at 18% 52%, rgba(255, 59, 48, 0.07), transparent 72%),
    radial-gradient(ellipse 42% 58% at 82% 48%, rgba(255, 183, 120, 0.10), transparent 72%);
  content: "";
  pointer-events: none;
}

.home-wide-section > .container {
  position: relative;
  z-index: 1;
}

.home-wide-section--soft {
  background: #f6f7f9;
}

.home-wide-section--soft::before {
  display: none;
}

.home-section-head {
  display: grid;
  gap: 14px;
  max-width: 880px;
  margin-bottom: 42px;
}

.home-section-head--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.home-section-kicker {
  margin: 0;
  color: var(--color-brand);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-heavy);
  line-height: 1.65;
}

.home-section-title {
  margin: 0;
  color: var(--color-text-strong);
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.18;
  font-weight: var(--font-weight-heavy);
}

.home-section-desc {
  margin: 0;
  color: var(--color-text-muted);
  font-size: var(--font-size-md);
  line-height: 1.8;
}

.home-proof-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(32px, 4vw, 48px);
}

#advantage .home-section-head {
  max-width: 880px;
  margin-bottom: 0;
}

.home-proof-deep {
  position: relative;
  display: grid;
  grid-template-columns: minmax(380px, 1.05fr) minmax(0, .95fr);
  gap: clamp(32px, 3.5vw, 48px);
  align-items: stretch;
}

#advantage.home-wide-section--soft {
  background:
    radial-gradient(circle at 18% 34%, rgba(255, 59, 48, .08), transparent 30%),
    radial-gradient(circle at 78% 52%, rgba(255, 176, 32, .06), transparent 28%),
    linear-gradient(180deg, #f7f8fa 0%, #fff 100%);
}

.home-proof-photo {
  position: relative;
  min-height: 360px;
  overflow: hidden;
  border-radius: 12px;
  background: #eef0f3;
  box-shadow: 0 24px 70px rgba(17, 24, 39, .12);
}

.home-proof-photo::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(8, 13, 22, .62) 100%);
  content: "";
  pointer-events: none;
}

.home-proof-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 72%;
  transition: opacity .2s ease, transform .45s ease;
}

.home-proof-photo.is-switching img {
  opacity: .72;
  transform: scale(1.02);
}

.home-proof-photo__chips {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 12px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 18px 48px rgba(17,24,39,.18);
  backdrop-filter: blur(14px);
}

.home-proof-photo__chips > div {
  position: relative;
  padding: 16px 18px;
}

.home-proof-photo__chips > div:not(:last-child)::after {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
  width: 1px;
  background: rgba(17, 24, 39, .08);
  content: "";
}

.home-proof-photo__chips strong {
  display: block;
  color: var(--color-text-strong);
  font-size: 17px;
}

.home-proof-photo__chips span {
  display: block;
  margin-top: 8px;
  color: var(--color-text-muted);
  font-size: var(--font-size-xs);
}

.home-proof-copy {
  min-width: 0;
}

.home-proof-steps {
  position: relative;
  display: grid;
  gap: 12px;
  padding-left: 18px;
}

.home-proof-steps::before {
  position: absolute;
  left: 36px;
  top: 16px;
  bottom: 16px;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 59, 48, .28), rgba(255, 59, 48, .08));
  content: "";
}

.home-proof-step {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 16px;
  padding: 17px 18px 17px 0;
  border: var(--border-thin);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17, 24, 39, .04);
  cursor: pointer;
  transition: box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.home-proof-step:hover {
  border-color: rgba(255, 59, 48, .18);
  box-shadow: 0 16px 38px rgba(17, 24, 39, .08);
}

.home-proof-step.is-active {
  border-color: rgba(255, 59, 48, .28);
  background: linear-gradient(90deg, #fff 0%, #fff9f8 100%);
  box-shadow: 0 18px 44px rgba(255, 59, 48, .1);
}

.home-proof-step__num {
  display: grid;
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 5px solid #f7f8fa;
  border-radius: 999px;
  background: var(--color-brand-soft);
  color: var(--color-brand);
  font-family: var(--font-family-number);
  font-size: 14px;
  font-weight: var(--font-weight-heavy);
  transform: translateX(-18px);
}

.home-proof-step.is-active .home-proof-step__num {
  background: var(--color-brand);
  color: #fff;
  box-shadow: 0 0 0 6px rgba(255, 59, 48, .1);
}

.home-proof-step__body {
  min-width: 0;
}

.home-proof-step__tag {
  display: inline-flex;
  margin-bottom: 6px;
  color: var(--color-brand);
  font-size: 12px;
  font-weight: var(--font-weight-bold);
}

.home-proof-step h3 {
  margin: 0 0 6px;
  color: var(--color-text-strong);
  font-size: 18px;
  line-height: 1.2;
}

.home-proof-step p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 13px;
  line-height: 1.65;
}


@media (max-width: 1080px) {
  .home-proof-deep,
  .home-proof-wrap .home-proof-deep {
grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .home-wide-section { padding: 58px 0; }
  .home-section-head { margin-bottom: 30px; }
  .home-proof-deep { gap: 24px; }
  .home-proof-photo { min-height: 300px; }
  .home-proof-photo__chips {
left: 16px;
right: 16px;
bottom: 16px;
grid-template-columns: 1fr;
  }
  .home-proof-photo__chips > div { padding: 12px 0; }
  .home-proof-photo__chips > div:not(:last-child)::after { display: none; }
  .home-proof-steps { padding-left: 0; }
  .home-proof-steps::before { display: none; }
  .home-proof-step {
grid-template-columns: 44px minmax(0, 1fr);
padding: 18px;
  }
  .home-proof-step__num {
width: 44px;
height: 44px;
border-width: 0;
transform: none;
  }
}

