.home-container {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.home-banner {
  width: 100%;
  height: 550px;
  overflow: hidden;
  background: #f8dfb9;
}

.home-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.home-about {
  padding: 61px 0 0;
  background: #ffffff;
}

.home-about h1,
.home-scenes h2,
.home-features h2,
.home-partners h2 {
  margin: 0;
  color: #4a4a4a;
  font-size: 27px;
  line-height: 1.2;
  font-weight: 400;
}

.home-about p {
  width: 100%;
  margin: 46px 0 0;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 2;
}

.home-about p + p {
  margin-top: 22px;
}

.home-outline-btn {
  width: 108px;
  height: 36px;
  margin-top: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff6b1a;
  color: #ff6b1a;
  background: #ffffff;
  font-size: 12px;
  transition: color .18s ease, background-color .18s ease;
}

.home-outline-btn:hover,
.home-outline-btn:focus-visible {
  color: #ffffff;
  background: #ff6b1a;
  outline: 0;
}

.home-stats {
  padding: 61px 0 77px;
  background: #ffffff;
}

.home-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
}

.home-stat strong {
  color: #030303;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 70px;
  line-height: .9;
  font-weight: 300;
}

.home-stat span {
  margin-left: 8px;
  color: #ff6b1a;
  font-size: 28px;
  line-height: 1;
  vertical-align: top;
}

.home-stat em {
  display: block;
  margin-top: 9px;
  color: #606060;
  font-size: 12px;
  font-style: normal;
}

.home-scenes {
  padding: 62px 0 58px;
  background: #f4f4f4;
}

.home-scene-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-scene-card {
  min-height: 141px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 20px 20px 24px;
  overflow: hidden;
  border-radius: 12px;
  background: #ffffff;
}

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

.home-scene-card h3 {
  margin: 0 0 17px;
  color: #3a3a3a;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.home-scene-card p {
  margin: 0;
  color: #666666;
  font-size: 11px;
  line-height: 1.85;
}

.home-scene-card img {
  flex: 0 0 126px;
  width: 126px;
  height: 100px;
  object-fit: contain;
}

.home-features {
  position: relative;
  min-height: 288px;
  overflow: hidden;
  background: #ffffff;
}

.home-features-inner {
  position: relative;
  z-index: 2;
  padding: 58px 0 62px;
}

.home-feature-list {
  width: 800px;
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 45px;
}

.home-feature-item {
  display: grid;
  grid-template-columns: 53px 1fr;
  gap: 15px;
  align-items: center;
}

.home-feature-item img {
  width: 53px;
  height: 53px;
  object-fit: contain;
}

.home-feature-item h3 {
  margin: 0;
  color: #4a4a4a;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.home-feature-item p {
  margin: 6px 0 0;
  color: #686868;
  font-size: 11px;
  line-height: 1.55;
}

.home-feature-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: min(563px, 52vw);
  height: 100%;
  object-fit: cover;
  object-position: right center;
}

.home-partners {
  padding: 58px 0 86px;
  background: #f3f3f3 url("/assets/images/合作伙伴-背景.png") right bottom / auto 100% no-repeat;
}

.home-partner-grid {
  width: 980px;
  max-width: 100%;
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px 19px;
}

.home-partner-card {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-partner-card img {
  width: 176px;
  height: 50px;
  object-fit: contain;
}

.home-cta {
  min-height: 91px;
  display: flex;
  align-items: center;
  color: #ffffff;
  background: #ff680f url("/assets/images/底图.png") center center / cover no-repeat;
}

.home-cta-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.home-cta h2 {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 400;
}

.home-cta p {
  margin: 10px 0 0;
  font-size: 12px;
  opacity: .9;
}

.home-cta-action {
  position: relative;
  flex: 0 0 auto;
}

.home-cta-action::before {
  content: "";
  position: absolute;
  right: -54px;
  bottom: 100%;
  width: 255px;
  height: 22px;
}

.home-cta-button {
  width: 110px;
  height: 34px;
  border: 0;
  color: #ff6b1a;
  background: #ffffff;
  font-size: 12px;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease;
}

.home-cta-button:hover,
.home-cta-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(132, 55, 0, .18);
  outline: 0;
}

.home-cta-qr {
  position: absolute;
  right: -54px;
  bottom: calc(100% + 18px);
  width: 255px;
  padding: 35px 35px 26px;
  display: grid;
  justify-items: center;
  border-radius: 7px;
  color: #333333;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .12);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.home-cta-qr::after {
  content: "";
  position: absolute;
  right: 68px;
  bottom: -12px;
  width: 24px;
  height: 24px;
  background: #ffffff;
  transform: rotate(45deg);
}

.home-cta-qr img {
  width: 165px;
  height: 165px;
  object-fit: contain;
}

.home-cta-qr p {
  margin: 18px 0 0;
  color: #333333;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  opacity: 1;
}

.home-cta-action:hover .home-cta-qr,
.home-cta-action:focus-within .home-cta-qr {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.home-footer {
  padding: 58px 0 54px;
  color: #888888;
  background: #f4f4f4;
}

.home-footer-grid {
  display: grid;
  grid-template-columns: 1fr 110px 125px 105px;
  gap: 95px;
  align-items: start;
}

.home-footer h3 {
  margin: 0 0 24px;
  color: #5d5d5d;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 500;
}

.home-footer p,
.home-footer a {
  display: block;
  margin: 0 0 13px;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 1.65;
}

.home-footer-bottom {
  margin-top: 72px;
  display: flex;
  justify-content: space-between;
  color: #9a9a9a;
  font-size: 12px;
}

.home-floating {
  position: fixed;
  right: 29px;
  bottom: 28px;
  z-index: 50;
  display: grid;
  gap: 12px;
  justify-items: end;
  pointer-events: none;
}

.home-phone-tool {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 15px;
  pointer-events: auto;
}

.home-float-btn,
.home-top-btn {
  width: 45px;
  height: 45px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
  cursor: pointer;
}

.home-float-btn img,
.home-top-btn img {
  width: 45px;
  height: 45px;
}

.home-phone-panel {
  width: 224px;
  padding: 19px 25px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .12);
  opacity: 0;
  transform: translate(12px, 8px) scale(.96);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}

.home-phone-tool:hover .home-phone-panel,
.home-phone-tool.is-open .home-phone-panel {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  pointer-events: auto;
}

.home-phone-line {
  display: grid;
  grid-template-columns: 29px 1fr;
  gap: 16px;
  align-items: center;
}

.home-phone-line + .home-phone-line {
  margin-top: 17px;
  padding-top: 17px;
  border-top: 1px solid #eeeeee;
}

.home-phone-line img {
  width: 29px;
  height: 29px;
}

.home-phone-line strong {
  display: block;
  color: #4b4b4b;
  font-size: 15px;
  line-height: 1.2;
}

.home-phone-line span {
  display: block;
  margin-top: 7px;
  color: #7a7a7a;
  font-size: 14px;
  line-height: 1.2;
}

.home-top-btn {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
}

.home-top-btn.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 980px) {
  .home-container {
    width: min(100% - 32px, 1200px);
  }

  .home-about,
  .home-scenes,
  .home-features-inner,
  .home-partners {
    padding-top: 44px;
  }

  .home-about h1,
  .home-scenes h2,
  .home-features h2,
  .home-partners h2 {
    font-size: 24px;
  }

  .home-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 38px;
  }

  .home-scene-grid {
    grid-template-columns: 1fr;
  }

  .home-feature-list {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
  }

  .home-feature-bg {
    opacity: .28;
  }

  .home-partner-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
  }

  .home-cta-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px 0;
  }

  .home-cta-qr {
    right: auto;
    left: 0;
    width: 220px;
    padding: 26px 26px 22px;
  }

  .home-cta-action::before {
    right: auto;
    left: 0;
    width: 220px;
  }

  .home-cta-qr::after {
    right: auto;
    left: 44px;
  }

  .home-cta-qr img {
    width: 148px;
    height: 148px;
  }
}

@media (max-width: 560px) {
  .home-banner {
    aspect-ratio: 960 / 360;
  }

  .home-banner img {
    height: 100%;
    object-position: 45% center;
  }

  .home-about p {
    margin-top: 26px;
  }

  .home-outline-btn {
    margin-top: 34px;
  }

  .home-stat strong {
    font-size: 46px;
  }

  .home-stat span {
    font-size: 20px;
  }

  .home-scene-card {
    padding: 20px;
  }

  .home-scene-card img {
    flex-basis: 100px;
    width: 100px;
  }

  .home-feature-list,
  .home-partner-grid,
  .home-footer-grid {
    grid-template-columns: 1fr;
  }

  .home-cta h2 {
    font-size: 18px;
  }

  .home-footer-bottom {
    flex-direction: column;
    gap: 14px;
  }

  .home-floating {
    right: 15px;
  }

  .home-phone-panel {
    width: 205px;
  }
}
