.house-agent-title-block {
    text-align: center;
    padding: 20px 100px 10px;
}

.section-title-long {
    font-size: 38px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 0 0 0px;
    background: none;
    border: none;
}

.section-title-long::after {
    display: none;
}

.section-title-accent {
    display: inline-block;
    font-size: 38px;
    font-weight: 800;
    color: #1a1a1a;
    background: #ffe001;
    padding: 4px 28px;
    border-radius: 4px;
    margin: 10px 0 0;
    line-height: 1.4;
}
.house-agent-left {
    width: 40%;
}
.house-agent-right {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
}

.house-right-img {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    width: 100%;
    justify-content: flex-end;
}
.house-agent-content h3 {
    font-size: 23px;
}
.house-agent-content p {
    font-size: 21px;
}
.house-right-img img {
    width: calc(49% - 20px);
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    display: block;
}

.who-we-are-v3 {
    padding: 80px 100px;
    background: linear-gradient(180deg, #ffffff 0%, #fff9d6 100%);
}

.who-v3-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    /*gap: 150px;*/
}

/* 图片 */
.who-v3-image {
    flex: 0 0 45%;
}

.who-v3-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

/* 右边 */
.who-v3-content {
    flex: 0 0 45%;
    text-align: right;       /* right → left */
    margin-bottom: 100px;
    min-width: 0;      /* ← 加这一行，允许 flex 子项收缩不溢出 */
}
.who-v3-box {
    width: 100%;
}
/* 标签 */
.who-v3-tag {
    display: inline-block;
    background: #ffe001;
    padding: 4px 23px;
    border-radius: 3px;
    font-weight: 800;
    margin-bottom: 16px;
}

/* 标题 */
.who-v3-content h2 {
    color: #161616;
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 50px;
}

.who-v3-content h2 span {
    color: #ffb301;
}

/* 三个框 */
.who-v3-stats-box {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 18px;
}

/* 单个卡片 */
.who-v3-card {
    background: #fff;
    padding: 22px 2px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    min-width: 185px;
    text-align: center;
    transition: all 0.3s;
}
.who-v3-card:hover {
    transform: translateY(-4px);
}
.sign {
    font-size: 28px;
    font-weight: 600;
    transform: scale(1.8);
    display: flex;
    align-items: center;
}
/* 数字 */
.who-v3-card .num {
    font-size: 35px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 8px;
    color: #111;
}

/* 文案 */
.who-v3-card .label {
    font-size: 17px;
    flex-wrap: nowrap;
    color: #666;
}

/* 高亮（300%） */
.who-v3-card.highlight {
    background: #111;
    color: #fff;
}

.who-v3-card.highlight .num {
    color: #ffe001;
    font-size: 37px;
}

.who-v3-card.highlight .label {
    color: #fff;
}



/* 数据 */
.who-v3-stats {
    display: flex;
    justify-content: flex-end;  /* flex-end → flex-start */
    gap: 20px;
    margin-bottom: 24px;
}

.who-v3-stat {
    background: #fff;
    padding: 18px 22px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.who-v3-stat .num {
    font-size: 35px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 8px;
}

.who-v3-stat .label {
    font-size: 16px;
    color: #666;
}

/* 300% */
.who-v3-result {
    background: #111;
    color: #fff;
    padding: 20px 24px;
    border-radius: 14px;
    display: inline-block;
}

.who-v3-result span {
    font-size: 16px;
    color: #ffe001;
}

.who-v3-result strong {
    font-size: 45px;
    display: block;
    line-height: 1;
}

.who-v3-result p {
    margin: 0;
    margin-top: 6px;
    font-size: 16px;
}

.listing-showcase-v3 {
    border-top: 1px solid #eeeeee;
    padding: 80px 100px;
    background: linear-gradient(180deg, #fff9d6 0%, #ffffff 100%);
}

.listing-v3-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listing-v3-content {
    flex: 0 0 45%;
    margin-bottom: 120px;
}

.listing-v3-image {
    flex: 0 0 45%;
}

.listing-v3-image img {
    width: 100%;
    border-radius: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    display: block;
}

.listing-v3-tag {
    display: inline-block;
    background: #ffe001;
    padding: 4px 23px;
    border-radius: 3px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #111;
}

.listing-v3-content h2 {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 50px;
    color: #111;
}

.listing-v3-content h3 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #161616;
    line-height: 1;
}
.listing-v3-content h3 span{
    font-size: 55px;
    color: #ffb301;
}
.listing-v3-text {
    font-size: 32px;
    font-weight: 600;
    color: #ffb301;
    margin-bottom: 20px;
}

.listing-v3-desc {
    font-size: 17px;
    color: #555;
    margin-bottom: 24px;
    line-height: 1.7;
}

.listing-v3-highlight {
    background: #111;
    color: #fff;
    padding: 15px 24px;
    border-radius: 2px;
    display: inline-block;
    transform: skewX(-6deg);
}
.listing-v3-highlight:hover {
    transition: all 0.3s;
    transform: skewX(-6deg) translateX(4px);
}

.listing-v3-highlight p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}



.listing-showcase-v4 {
    border-top: 1px solid #2a2a2a;
    padding: 80px 100px;
    background: linear-gradient(180deg, #1b1b1b 0%, #111111 100%);
}

.listing-v4-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse; /* 图片换到右边 */
}

.listing-v4-image {
    flex: 0 0 45%;
}

.listing-v4-image img {
    width: 100%;
    border-radius: 40px;
    box-shadow: 0 10px 40px rgba(255,224,1,0.15);
    display: block;
}

.listing-v4-content {
    flex: 0 0 45%;
    margin-bottom: 120px;
}

.listing-v4-tag {
    display: inline-block;
    background: #fe6e4c;   /* 换成橙红色，和上面黄色区分 */
    color: #fff;
    padding: 4px 23px;
    border-radius: 3px;
    font-weight: 800;
    margin-bottom: 16px;
}

.listing-v4-content h3 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1;
}

.listing-v4-content h3 span {
    font-size: 55px;
    color: #ffe001;   /* 黄色数字 */
}

.listing-v4-text {
    font-size: 32px;
    font-weight: 600;
    color: #fe6e4c;   /* 橙红色副标题 */
    margin-bottom: 20px;
}

.listing-v4-highlight {
    background: #ffe001;   /* 反过来，亮色底深色字 */
    color: #111;
    padding: 15px 24px;
    border-radius: 2px;
    display: inline-block;
    transform: skewX(-6deg);
}

.listing-v4-highlight p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
}

.perform-showcase {
    padding: 80px 100px;
    background: linear-gradient(180deg, #ffffff 0%, #c7eaf7 70%);
    border-top: 1px solid #eeeeee;
}
 
.perform-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 60px;
}
 
.perform-image {
    flex: 0 0 45%;
}
 
.perform-image img {
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 8px 16px rgba(255, 224, 1, 0.08);
    display: block;
}
 
.perform-content {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 130px;
}
.perform-tag-contain {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 45px;
}
.perform-tag {
    display: inline-block;
    background: #fe6e4c;
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1.3;
    /*text-transform: uppercase;*/
    padding: 6px 23px;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 8px;
}
 
.perform-card {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 17px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: border-color 0.2s, transform 0.2s;
}
 
.perform-card:hover {
    border-color: #3a3a3a;
    transform: translateX(4px);
}
 
.perform-card-accent {
    border: 1.5px solid #ffe001;
}
 
.perform-card-accent:hover {
    border-color: #ffe001;
}
 
.perform-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
 
.perform-icon svg {
    width: 24px;
    height: 24px;
}
 
.perform-num {
    font-size: 29px;
    font-weight: 900;
    color: #ffe001;
    line-height: 1;
}
 
.perform-num-orange {
    color: #fe6e4c;
}
 
.perform-label {
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    margin: 9px 0 3px;
    line-height: 1.2;
}
 
.perform-desc {
    font-size: 16px;
    color: #777777;
    line-height: 1.5;
}

.join-showcase {
    padding: 80px 100px;
    background: linear-gradient(180deg, #c7eaf7 35%, #ffffff 100%);
    border-top: 1px solid #c7eaf7;
}
 
.join-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}
 
.join-image {
    flex: 0 0 45%;
}
 
.join-image img {
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 8px 16px rgba(255, 255, 1, 0.05);
    display: block;
}
 
.join-content {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 130px;
}
 
.join-tag {
    display: flex;
    background: #fe6e4c;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    padding: 6px 23px;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 60px;
    flex-wrap: nowrap;
    white-space: nowrap;
}
 
.join-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
 
.join-card {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 28px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.2s;
}
 
.join-card:hover {
    transform: translateX(-4px);
}
 
.join-card:nth-child(1) { border-left: 3px solid #ffe001; }
.join-card:nth-child(2) { border-left: 3px solid #fe6e4c; }
.join-card:nth-child(3) { border-left: 3px solid #4caf96; }
 
.join-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 100px;
}
 
.join-num {
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}
 
.join-card:nth-child(1) .join-num { color: #ffe001; }
.join-card:nth-child(2) .join-num { color: #fe6e4c; }
.join-card:nth-child(3) .join-num { color: #4caf96; }
 
.join-unit {
    font-size: 12px;
    color: #555555;
    margin-top: 4px;
}
 
.join-right {
    text-align: right;
}
 
.join-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}
 
.join-desc {
    font-size: 19px;
    color: #555555;
    margin-top: 4px;
    line-height: 1.4;
}