/* 联系我们页面样式 - 参考深色主题风格 */

body {
    background: #0f0f0f;
}

.zh_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 30px;
}

/* Banner 区域 */
.zh_page_banner {
    padding: 160px 0 100px;
    text-align: center;
    position: relative;
    background: #0f0f0f;
}

.zh_banner_content {
    position: relative;
    z-index: 1;
}

.zh_banner_title {
    font-size: 80px;
    font-weight: 600;
    line-height: 1.335;
    letter-spacing: -2px;
    color: #fff;
    margin-bottom: 20px;
}

.zh_banner_desc {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.75);
    letter-spacing: -0.36px;
    margin-bottom: 30px;
}

.zh_breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
}

.zh_breadcrumb a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.3s;
}

.zh_breadcrumb a:hover {
    color: #f20e09;
}

.zh_breadcrumb i {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
}

.zh_breadcrumb span {
    color: #fff;
}

/* 公司介绍区域 */
.zh_about_intro {
    padding: 80px 0;
    background: #0f0f0f;
}

.zh_intro_layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.zh_intro_image {
    position: relative;
}

.zh_intro_image img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.zh_intro_badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgba(148, 148, 148, 0.09);
    backdrop-filter: blur(37px);
    color: #fff;
    padding: 15px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid rgba(242, 14, 9, 0.3);
}

.zh_intro_badge i {
    color: #f20e09;
    font-size: 20px;
}

.zh_intro_content {
    display: flex;
    flex-direction: column;
}

.zh_intro_label {
    display: inline-block;
    padding: 6px 18px;
    background: rgba(242, 14, 9, 0.1);
    color: #f20e09;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    width: fit-content;
}

.zh_intro_title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.zh_intro_text {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.8;
    margin-bottom: 35px;
    font-size: 16px;
}

.zh_intro_text p {
    margin-bottom: 15px;
}

.zh_intro_stats {
    display: flex;
    gap: 40px;
}

.zh_stat_item {
    text-align: center;
}

.zh_stat_number {
    font-size: 48px;
    font-weight: 700;
    color: #f20e09;
    margin-bottom: 8px;
    line-height: 1;
}

.zh_stat_label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

/* 使命愿景价值观 */
.zh_mission_section {
    padding: 80px 0;
    background: #0f0f0f;
}

.zh_section_header {
    text-align: center;
    margin-bottom: 50px;
}

.zh_section_title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.zh_section_desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.75);
}

.zh_mission_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.zh_mission_card {
    background: rgba(148, 148, 148, 0.09);
    backdrop-filter: blur(37px);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.zh_mission_card:hover {
    transform: translateY(-10px);
    background: rgba(148, 148, 148, 0.12);
    border-color: rgba(242, 14, 9, 0.3);
}

.zh_mission_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: rgba(242, 14, 9, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f20e09;
    font-size: 32px;
    border: 2px solid rgba(242, 14, 9, 0.3);
}

.zh_mission_title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.zh_mission_text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
}

/* 平台优势 */
.zh_advantages_section {
    padding: 80px 0;
    background: #0f0f0f;
}

.zh_advantages_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.zh_advantage_card {
    background: rgba(148, 148, 148, 0.09);
    backdrop-filter: blur(37px);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.zh_advantage_card:hover {
    border-color: rgba(242, 14, 9, 0.3);
    transform: translateY(-8px);
    background: rgba(148, 148, 148, 0.12);
}

.zh_advantage_icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: rgba(242, 14, 9, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f20e09;
    font-size: 28px;
    transition: all 0.4s ease;
    border: 2px solid rgba(242, 14, 9, 0.3);
}

.zh_advantage_card:hover .zh_advantage_icon {
    background: #f20e09;
    color: #fff;
    transform: scale(1.1);
}

.zh_advantage_title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 12px;
}

.zh_advantage_desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
}

/* 联系方式 */
.zh_contact_section {
    padding: 80px 0;
    background: #0f0f0f;
}

.zh_contact_layout {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 50px;
    align-items: flex-start;
}

.zh_contact_info {
    display: flex;
    flex-direction: column;
}

.zh_contact_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.zh_contact_item {
    background: rgba(148, 148, 148, 0.09);
    backdrop-filter: blur(37px);
    border-radius: 20px;
    padding: 25px;
    display: flex;
    gap: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.zh_contact_item:hover {
    transform: translateX(5px);
    background: rgba(148, 148, 148, 0.12);
    border-color: rgba(242, 14, 9, 0.3);
}

.zh_contact_icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: rgba(242, 14, 9, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f20e09;
    font-size: 20px;
    border: 2px solid rgba(242, 14, 9, 0.3);
}

.zh_contact_content {
    flex: 1;
}

.zh_contact_label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 6px;
}

.zh_contact_text {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.zh_contact_text a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.zh_contact_text a:hover {
    color: #f20e09;
}

/* CTA卡片 */
.zh_contact_cta {
    flex-shrink: 0;
}

.zh_cta_card {
    background: rgba(148, 148, 148, 0.09);
    backdrop-filter: blur(37px);
    border-radius: 24px;
    padding: 45px 35px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: sticky;
    top: 120px;
}

.zh_cta_icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: rgba(242, 14, 9, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f20e09;
    font-size: 32px;
    border: 2px solid rgba(242, 14, 9, 0.3);
}

.zh_cta_title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.zh_cta_text {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin-bottom: 30px;
}

.zh_cta_btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 35px;
    background: #f20e09;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
}

.zh_cta_btn:hover {
    background: #c40b07;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(242, 14, 9, 0.4);
}

.zh_cta_btn i {
    transition: transform 0.3s;
}

.zh_cta_btn:hover i {
    transform: translateX(5px);
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .zh_container {
        max-width: 960px;
    }

    .zh_intro_image {
        width: 100%;
    }

    .zh_advantages_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .zh_banner_title {
        font-size: 60px;
    }
}

@media (max-width: 992px) {
    .zh_container {
        max-width: 720px;
    }

    .zh_banner_title {
        font-size: 42px;
    }

    .zh_intro_layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .zh_mission_grid {
        grid-template-columns: 1fr;
    }

    .zh_contact_layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .zh_cta_card {
        position: static;
    }

    .zh_contact_list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .zh_page_banner {
        padding: 120px 0 60px;
    }

    .zh_banner_title {
        font-size: 36px;
    }

    .zh_banner_desc {
        font-size: 16px;
    }

    .zh_about_intro,
    .zh_mission_section,
    .zh_advantages_section,
    .zh_contact_section {
        padding: 50px 0;
    }

    .zh_intro_title {
        font-size: 32px;
    }

    .zh_section_title {
        font-size: 32px;
    }

    .zh_intro_stats {
        gap: 25px;
    }

    .zh_stat_number {
        font-size: 36px;
    }

    .zh_advantages_grid {
        grid-template-columns: 1fr;
    }
}
