.home-hero {
  height: 743px;
  background: #F8FAFC;
}

.hero-layout {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.hero-copy {
  width: 500px;
}

.hero-copy h1 {
  margin-top: 14px;
  color: var(--ink);
  font-size: 72px;
  line-height: 1.05;
  font-weight: 1000;
}

.italic {
  /* 字体倾斜 */
  font-style: italic;
}

.hero-copy .eyebrow {
  margin-left: 16px;
}

.hero-copy .icon-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  margin-right: 8px;
}

.hero-copy h1 span {
  color: var(--blue);
}

.hero-desc {
  margin-top: 28px;
  color: var(--muted);
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 35px;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 32px;
}

.hero-actions .btn-dark {
  width: 184px;
  height: 56px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
}

.hero-actions .btn-dark span {
  margin-left: 12px;
}

.trusted {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
  font-size: 14px;
}

.avatar-stack {
  display: inline-flex;
}

.avatar-stack i {
  width: 40px;
  height: 40px;
  margin-left: -12px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: #f9b15d;
}

.avatar-stack i:first-child {
  margin-left: 0;
  background: #77c5ff;
}

.avatar-stack i:last-child {
  background: #5ed7a1;
}

.hero-visual {
  width: 616px;
  height: 616px;
  overflow: hidden;
  /* 透明度 0.6 */
  opacity: 0.6;
}

.stats-section {
  height: 198px;
  background: var(--white);
}

.stats-flex {
  height: 198px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.stat-item strong {
  display: block;
  color: var(--blue);
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.stat-item span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

.service-section {
  padding: 92px 0 96px;
  background: var(--soft);
}

.service-head h2 {
  font-size: 36px;
  color: var(--ink);
  font-weight: 900;
  text-align: center;
}

.service-head p {
  margin-top: 20px;
  color: var(--muted);
  font-size: 16px;
  text-align: center;
  margin-bottom: 65px;
}

.service-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-card {
  width: 296px;
  height: 254px;
  padding: 32px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.service-card .icon {
  width: 56px;
  height: 56px;
  margin-bottom: 26px;
}

.icon-blue {
  color: var(--blue);
  background: #eaf1ff;
}

.icon-violet {
  color: var(--violet);
  background: #eef0ff;
}

.icon-cyan {
  color: var(--cyan);
  background: #e8fbff;
}

.icon-green {
  color: var(--green);
  background: #e8fbf4;
}

.service-card h3 {
  color: var(--ink);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.service-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 23px;
}

.value-section {
  padding: 92px 0 96px;
  color: var(--white);
  background: var(--dark);
}

.value-layout {
  display: flex;
  align-items: center;
  gap: 64px;
}

.value-media {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}

.phone-img {
  width: 296px;
  height: 256px;
  border-radius: 8px;
  object-fit: cover;
}

.panel-img {
  width: 296px;
  height: 320px;
  object-fit: cover;
}

.value-media .panel-container {
  position: relative;
}

.value-link {
  position: absolute;
  bottom: 54px;
  right: -32px;
  width: 240px;
  height: 148px;
  padding: 30px 40px 32px 32px;
  border-radius: 16px;
  background-color: var(--blue);
  color: var(--white);
}

.value-link h3 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 16px;
}

.value-link p {
  font-size: 14px;
  line-height: 20px;
}

.value-copy h2 {
  font-size: 36px;
  font-weight: 900;
}

.value-list {
  margin-top: 32px;
  margin-bottom: 50px;
}

.value-item {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.value-list .value-item:first-child {
  margin-bottom: 35px;
}

.value-item .icon img {
  width: 48px;
  height: 48px;
}

.value-item h3 {
  font-size: 20px;
  font-weight: 700;
}

.value-item p {
  margin-top: 10px;
  color: #94A3B8;
  font-size: 16px;
  line-height: 24px;
}

.value-metrics {
  border-top: 1px solid rgba(30,41,59,1);;
  padding-top: 50px;
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 28px;
  color: #475569;
  font-size: 14x;
}

.value-metrics .line {
  width: 1px;
  height: 40px;
  background: rgba(30,41,59,1);
}

.value-metrics strong {
  display: block;
  margin-bottom: 8px;
  color: var(--white);
  font-size: 24px;
}
