  .sg-hk-rent-section {
    position: relative;
    z-index: 3;
    width: 100%;
    margin-bottom: 90px;
    padding: 0 20px;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  }
  .sg-hk-rent-section * {
    box-sizing: border-box;
  }
  .sg-hk-rent-card {
    position: relative;
    display: flex;
    align-items: center;
    width: min(1380px, 100%);
    min-height: 244px;
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.96);
    border-radius: 22px;
    background:
      radial-gradient(
        circle at 88% 16%,
        rgba(79, 145, 255, 0.16),
        transparent 28%
      ),
      linear-gradient(
        110deg,
        rgba(255, 255, 255, 0.98),
        rgba(241, 247, 255, 0.96) 64%,
        rgba(229, 240, 255, 0.92)
      );
    box-shadow: 0 18px 48px rgba(44, 101, 190, 0.16);
    color: #101828;
  }
  .sg-hk-rent-card:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(255, 255, 255, 0.88), transparent 42%),
      radial-gradient(
        circle at 97% 48%,
        rgba(20, 110, 255, 0.12),
        transparent 25%
      );
  }
  .sg-hk-rent-card:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 390px;
    height: 100%;
    opacity: 0.42;
    background-image: radial-gradient(
      rgba(38, 119, 255, 0.32) 1px,
      transparent 1px
    );
    background-size: 10px 10px;
    mask-image: linear-gradient(90deg, transparent, #000 34%, #000);
  }
  .sg-hk-rent-visual {
    position: relative;
    z-index: 1;
    flex: 0 0 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 187px;
    padding: 0px 20px 0px 6px;
    overflow: hidden;
  }
  .sg-hk-rent-visual:before {
    content: "";
    position: absolute;
    width: 270px;
    height: 94px;
    left: 56px;
    bottom: 18px;
    border-radius: 50%;
    background: rgba(60, 132, 255, 0.13);
    filter: blur(18px);
  }
  .sg-hk-rent-img {
    position: relative;
    z-index: 1;
    display: block;
    width: 318px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  .sg-hk-rent-body {
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 0;
    padding: 40px 56px 38px 24px;
  }
  .sg-hk-rent-title {
    margin: 0 0 13px;
    color: #111827;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
  }
  .sg-hk-rent-desc {
    max-width: 700px;
    margin: 0;
    color: #3b4a62;
    font-size: 16px;
    line-height: 1.8;
  }
  .sg-hk-rent-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 20px;
  }
  .sg-hk-rent-locations {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
  }
  .sg-hk-rent-chip,
  .sg-hk-rent-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 9px;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.2s ease;
  }
  .sg-hk-rent-chip {
    min-width: 116px;
    padding: 0 20px;
    border: 1px solid rgba(0, 102, 255, 0.42);
    background: rgba(255, 255, 255, 0.66);
    color: #0066ff;
    font-size: 15px;
    font-weight: 600;
  }
  .sg-hk-rent-chip:hover {
    transform: translateY(-2px);
    border-color: #0066ff;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 102, 255, 0.14);
  }
  .sg-hk-rent-more {
    flex: 0 0 auto;
    min-width: 108px;
    color: #0066ff;
    font-size: 16px;
    font-weight: 600;
  }
  .sg-hk-rent-more:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-top: 2px solid #0066ff;
    border-right: 2px solid #0066ff;
    transform: rotate(45deg);
    margin-bottom: 2px; /* 微调垂直视觉居中 */
  }
  .sg-hk-rent-more:hover {
    transform: translateX(3px);
    color: #0053d6;
  }
  @media (max-width: 1024px) {
    .sg-hk-rent-section {
      margin: -20px 0 24px;
      padding: 0 16px;
    }
    .sg-hk-rent-card {
      border-radius: 18px;
    }
    .sg-hk-rent-visual {
      flex-basis: 300px;
      padding-left: 24px;
    }
    .sg-hk-rent-img {
      width: 270px;
    }
    .sg-hk-rent-body {
      padding: 34px 34px 32px 8px;
    }
    .sg-hk-rent-title {
      font-size: 25px;
    }
    .sg-hk-rent-actions {
      align-items: flex-start;
      flex-direction: column;
      gap: 14px;
    }
  }
  @media (max-width: 760px) {
    .sg-hk-rent-section {
      margin: 16px 0 22px;
      padding: 0 14px;
    }
    .sg-hk-rent-card {
      display: block;
      border-radius: 16px;
    }
    .sg-hk-rent-card:after {
      width: 100%;
      opacity: 0.26;
    }
    .sg-hk-rent-visual {
      min-height: 170px;
      padding: 20px 18px 0;
    }
    .sg-hk-rent-img {
      width: 230px;
    }
    .sg-hk-rent-body {
      padding: 18px 18px 22px;
    }
    .sg-hk-rent-title {
      font-size: 22px;
      line-height: 1.36;
    }
    .sg-hk-rent-desc {
      font-size: 14px;
      line-height: 1.75;
    }
    .sg-hk-rent-locations {
      width: 100%;
      gap: 10px;
    }
    .sg-hk-rent-chip {
      flex: 1 1 calc(50% - 10px);
      min-width: 0;
      min-height: 40px;
      padding: 0 10px;
      font-size: 14px;
    }
    .sg-hk-rent-more {
      min-height: 34px;
      font-size: 15px;
    }
  }
