/* 服务介绍页面样式 */

/* 页面容器 */
body .page-wrapper {
    display: flex;
    flex-direction: column;
}

/* 导航栏固定 */
body .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

/* ========================================
   Banner区域
   ======================================== */
.service-banner {
    margin-top: 305px;
    width: 100%;
    min-height: 1010px;
    position: relative;
    background-color: #F9F9F9;
}

.service-banner-color {
    position: absolute;
    right: 0;
    top: 250px;
    width: 810px;
    height: 760px;
    background-color: #0E2B59;
    z-index: 1;
}

.service-banner-pattern-block {
    position: absolute;
    right: 0px;
    top: 454px;
    width: 160px;
    height: 294px;
    background-color: #FFFFFF;
    z-index: 2;
}

.service-banner-image {
    position: absolute;
    left: 0;
    top: 290px;
    width: 91.41%;
    height: 720px;
    object-fit: cover;
    object-position: center;
    z-index: 2;
}

.service-banner-pattern {
    position: absolute;
    right: -20px;
    top: 366px;
    width: 440px;
    width: 23vw;
    height: 416px;
    z-index: 3;
    background-image: url('../assets/pattent-spaced.svg');
    background-repeat: repeat;
    background-size: 40px 42px;
    background-position: 0 0;
}


.service-banner-title {
    position: absolute;
    left: 8.59%;
    top: 0;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 300;
    font-size: 96px;
    line-height: 1.3;
    color: #BEA66E;
    z-index: 10;
}

.service-banner-title p {
    margin: 0;
}

/* ========================================
   服务介绍标题区块
   ======================================== */
.service-title-section {
    width: 100%;
    padding: 100px 0;
    background-color: #0E2B59;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-main-title {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
    margin: 0;
}

/* ========================================
   服务区块 - 通用样式
   ======================================== */
.service-section {
    width: 100%;
    display: flex;
    align-items: stretch;
    position: relative;
}

.service-image-container {
    flex: 0 0 56vw;
    display: flex;
    overflow: hidden;
}

.service-image {
    width: 56vw;
    height: 680px;
    object-fit: cover;
    object-position: center;
}

.service-content {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;
}







html[lang="en"] .service-section-2 .service-content {
    top: -20px;
}

html[lang="en"] .service-section-3 .service-content {
    top: 110px;
}



.service-header {
    align-items: self-start;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 336px;
}

.service-number {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #BEA66E;
    margin: 0;
}

.service-title {
    width: 30vw;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    margin: 0;
}

.service-list {
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    color: #FFFFFF;
    margin: 0;
    padding-left: 27px;
    list-style: disc;
    width: 336px;
    word-break: keep-all;
    white-space: nowrap;
}

/* ========================================
   服务1 - 不动产投资咨询（深蓝色背景）
   ======================================== */
.service-section-1 {
    background-color: #0E2B59;
}

.service-section-1 .service-content {
    position: absolute;
    left: 61vw;
    top: 96px;
    width: 396px;
}

.service-section-1 .service-image-secondary {
    position: absolute;
    right: 0;
    bottom: -90px;
    width: 945px;
    height: 300px;
    z-index: 2;
    object-fit: cover;
}

/* ========================================
   服务2 - 不动产资产管理（浅色背景）
   ======================================== */
.service-section-2 {
    margin-top: 138px;
    background-color: #F9F9F9;
    min-height: 827px;
}

.service-section-2 .service-content {
    position: absolute;
    left: 300px;
    top: 0;
    width: 396px;
    z-index: 3;
}

.service-section-2 .service-title,
.service-section-2 .service-list {
    color: #111111;
}

.service-section-2 .service-image-top-right {
    position: absolute;
    left: 58.3vw;
    top: 108px;
    width: 26.3vw;
    height: 300px;
    object-fit: cover;
    z-index: 2;
}

.service-section-2 .service-image-bottom-left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50vw;
    height: 454px;
    z-index: 2;
    object-fit: cover;
}

.service-section-2 .service-pattern-decoration {
    position: absolute;
    left: 41.4vw;
    top: 223px;
    width: 58.5vw;
    height: 416px;
    background-image: url('../assets/pattent-spaced.svg');
    background-repeat: repeat;
    background-size: 40px 42px;
    background-position: 0 0;
    pointer-events: none;
    z-index: 1;
}

/* ========================================
   服务3 - 不动产买卖支持（深蓝色背景）
   ======================================== */
.service-section-3 {
    background-color: #0E2B59;
    min-height: 1250px;
    margin-top: -290px;
}

.service-section-3 .service-content {
    position: absolute;
    left: 61.25vw;
    top: 160px;
    width: 396px;
}

.service-section-3 .service-image-main {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 533px;
    width: 1320px;
    height: 827px;
    object-fit: cover;
    z-index: 2;
}

/* ========================================
   服务4 - 企业选址咨询（浅色背景）
   ======================================== */
.service-section-4 {
    background-color: #F9F9F9;
    min-height: 1121px;
}

.service-section-4 .service-content {
    position: absolute;
    left: 300px;
    top: 473px;
    width: 396px;
}

.service-section-4 .service-title,
.service-section-4 .service-list {
    color: #111111;
}

.service-section-4 .service-image-right {
    position: absolute;
    right: 0;
    top: 301px;
    width: 49.2vw;
    height: 660px;
    object-fit: cover;
}

.service-section-4 .service-image-center {
    position: absolute;
    top: 725px;
    width: 26.3vw;
    height: 300px;
    right: 36.9vw;
    object-fit: cover;
}

.service-section-4 .service-circle-decoration {
    position: absolute;
    right: 147px;
    top: 226px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background-color: #BEA66E;
}

/* ========================================
   Footer位置
   ======================================== */
body .footer {
    position: relative;
    top: auto;
}

/* ========================================
   响应式设计
   ======================================== */
@media (max-width: 1440px) {
    .service-banner-title {
        font-size: 72px;
    }
}

@media (max-width: 1024px) {
    .service-banner {
        min-height: 600px;
    }

    .service-banner-title {
        font-size: 48px;
    }

    .service-banner-image {
        width: 100%;
        height: 400px;
        top: 200px;
    }

    .service-banner-color,
    .service-banner-pattern {
        display: none;
    }
}

@media (max-width: 768px) {
    .service-banner {
        min-height: 300px;
        margin-top: 135px;
    }

    .service-banner-color,
    .service-banner-pattern {
        display: block;
    }

    .service-banner-color {
        width: 149px;
        height: 64px;
        right: 0;
        top: 80px
    }

    .service-banner-pattern-block {
        right: 0;
        width: 30px;
        top: 150px;
        height: 100px;
    }


    .service-banner-pattern {
        right: 0;
        top: 131px;
        width: 151px;
        background-size: 19px 20px;
        height: 200px;
    }

    .service-banner-image {
        top: 100px;
        height: 200px;
    }

    .service-banner-title {
        font-size: 32px;
        left: 20px;
    }

    .service-title-section {
        padding: 64px 0 48px 0;
    }

    .service-main-title {
        font-size: 24px;
    }

    .service-image-container {
        flex: 0 0 294px;
        position: absolute;
        bottom: -110px;
        left: 0;
    }

    .service-image {
        width: 294px;
        height: 187px;
    }

    .service-section-1 .service-image-secondary {
        right: 0;
        bottom: -140px;
        width: 294px;
        height: 100px;
    }

    .service-content {
        gap: 24px;
    }

    .service-number {
        font-size: 16px;
    }

    .service-title {
        text-align: center;
        width: 100%;
        font-size: 20px;
    }

    .service-list {
        font-size: 16px;
        width: 100%;
        text-align: left;
        padding-bottom: 100px;
        padding-left: 30px;
        white-space: wrap;
    }

    .service-header {
        width: 100%;
        align-items: center;
    }

    .service-section-1 .service-content {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .service-section-2 {
        min-height: 370px;
        position: relative;
    }

    .service-section-2 .service-content {
        padding-top: 48px;
        left: 0;
        top: 0;
        width: 100%;
    }

    .service-image-top-right {}

    .service-section-2 .service-image-bottom-left {
        width: 249px;
        height: 100px;
        bottom: -40px;
        right: 0;
    }

    .service-section-2 .service-pattern-decoration {
        left: initial;
        right: 0;
        top: 262px;
        width: 215px;
        background-size: 19px 20px;
        height: 200px;
    }

    .service-section-2 .service-image-top-right {
        width: 150px;
        height: 88px;
        right: 0;
        top: 200px;
        left: initial;
    }

    .service-section-3 {
        margin-top: 0;
        min-height: 600px;
    }

    .service-section-3 .service-content {
        left: 0;
        width: 100%;
    }

    .service-section-3 .service-image-main {
        width: 342px;
        height: 215px;
        top: initial;
        bottom: -40px;
    }

    .service-section-4 {
        min-height: 560px;
    }

    .service-section-4 .service-content {
        left: 0;
        width: 100%;
        position: relative;
        top: 80px;
        left: 0;
    }

    .service-section-4 .service-image-right {
        width: 294px;
        height: 187px;
        right: 0;
        bottom: -40px;
    }

    .service-section-4 .service-circle-decoration {
        width: 80px;
        height: 80px;
        right: 24px;
        top: 263px;
    }

    .service-section-4 .service-image-center {
        width: 150px;
        height: 88px;
        left: 20px;
        transform: translateX(0%);
        top: initial;
        bottom: 48px;
    }
}