/* 联系我们页面专用样式 */

/* Hero区域 */
.contact-hero {
    background: var(--primary-gradient);
    color: #fff;
    padding: 140px 20px 100px;
    text-align: center;
}

.contact-hero h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.contact-hero p {
    font-size: 20px;
    opacity: 0.92;
    letter-spacing: 2px;
    line-height: 1.8;
}

.contact-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 72px 24px 96px;
}

/* ========== 核心联系方式卡片 ========== */
.contact-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 80px;
}

.contact-card {
    background: #fff;
    border-radius: 16px;
    padding: 48px 40px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid #edf0f5;
    position: relative;
    overflow: hidden;
}

.contact-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4766ff 0%, #6b85ff 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(71, 102, 255, 0.15);
    border-color: #d4def9;
}

.contact-card:hover::before {
    transform: scaleX(1);
}

.contact-card i {
    font-size: 52px;
    color: #4766ff;
    margin-bottom: 24px;
    display: block;
    transition: transform 0.4s ease;
}

.contact-card:hover i {
    transform: scale(1.1);
}

.contact-card h3 {
    font-size: 22px;
    color: #1a1a2e;
    margin-bottom: 16px;
    font-weight: 600;
}

.contact-card p {
    color: #6b6b6b;
    font-size: 16px;
    line-height: 2;
    margin: 0;
}

/* ========== 内容区块通用 ========== */
.contact-block {
    margin-bottom: 80px;
}

.block-title {
    font-size: 32px;
    color: #1a1a2e;
    text-align: center;
    font-weight: 600;
    margin-bottom: 12px;
}

.block-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #4766ff;
    margin: 14px auto 0;
    border-radius: 2px;
}

.block-desc {
    text-align: center;
    color: #6b6b6b;
    font-size: 17px;
    line-height: 1.9;
    max-width: 780px;
    margin: 0 auto 40px;
}

/* ========== 商务合作 ========== */
.coop-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}

.coop-item {
    display: flex;
    gap: 24px;
    background: #f7f8fb;
    border-radius: 14px;
    padding: 36px 32px;
    align-items: flex-start;
    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid transparent;
}

.coop-item:hover {
    background: #eef1ff;
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(71, 102, 255, 0.12);
    border-color: #d4def9;
}

.coop-item i {
    font-size: 40px;
    color: #4766ff;
    flex-shrink: 0;
    margin-top: 2px;
    transition: transform 0.4s ease;
}

.coop-item:hover i {
    transform: scale(1.12) rotate(-5deg);
}

.coop-item h3 {
    font-size: 20px;
    color: #1a1a2e;
    margin-bottom: 10px;
    font-weight: 600;
}

.coop-item p {
    color: #6b6b6b;
    font-size: 15px;
    line-height: 1.9;
}

.block-contact {
    text-align: center;
    background: linear-gradient(135deg, #eef1ff 0%, #f7f8fb 100%);
    color: #494949;
    padding: 24px 32px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1.8;
    border: 1px solid #e0e8ff;
}

.block-contact a {
    color: #4766ff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.block-contact a:hover {
    color: #3554e0;
    text-decoration: underline;
}

/* ========== 招聘 ========== */
.job-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.job-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f7f8fb;
    border-radius: 12px;
    padding: 24px 32px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.job-item:hover {
    background: #fff;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
    transform: translateX(6px);
    border-color: #e0e8ff;
}

.job-info h3 {
    font-size: 18px;
    color: #1a1a2e;
    margin-bottom: 8px;
    font-weight: 600;
}

.job-info p {
    color: #727272;
    font-size: 15px;
}

.job-tag {
    background: linear-gradient(135deg, #4766ff 0%, #6b85ff 100%);
    color: #fff;
    font-size: 13px;
    padding: 6px 18px;
    border-radius: 20px;
    flex-shrink: 0;
    margin-left: 24px;
    font-weight: 500;
}

/* ========== 二维码 ========== */
.qrcode-row {
    display: flex;
    justify-content: center;
    gap: 64px;
}

.qrcode-item {
    text-align: center;
    background: #fff;
    padding: 32px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid #edf0f5;
}

.qrcode-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
}

.qrcode-item img {
    width: 200px;
    height: 200px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    margin-bottom: 16px;
}

.qrcode-item p {
    color: #494949;
    font-size: 16px;
    font-weight: 500;
}

/* ========== 地图 ========== */
.map-holder {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid #edf0f5;
}

.map-holder img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

/* ========== 响应式 ========== */
@media (max-width: 1100px) {
    .contact-cards {
        gap: 24px;
    }
    
    .contact-card {
        padding: 40px 28px;
    }
    
    .coop-item {
        padding: 28px 24px;
    }
}

@media (max-width: 992px) {
    .contact-hero {
        padding: 120px 20px 80px;
    }
    
    .contact-hero h1 {
        font-size: 36px;
    }
    
    .contact-hero p {
        font-size: 17px;
    }
    
    .contact-cards {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 56px;
    }
    
    .contact-card {
        padding: 36px 28px;
    }
    
    .contact-card i {
        font-size: 44px;
    }
    
    .coop-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .block-title {
        font-size: 28px;
    }
    
    .contact-block {
        margin-bottom: 56px;
    }
    
    .qrcode-row {
        gap: 40px;
    }
    
    .map-holder img {
        height: 360px;
    }
}

@media (max-width: 768px) {
    .contact-wrap {
        padding: 48px 20px 64px;
    }
    
    .contact-hero {
        padding: 110px 20px 60px;
    }
    
    .contact-hero h1 {
        font-size: 28px;
    }
    
    .contact-hero p {
        font-size: 15px;
    }
    
    .contact-card {
        padding: 32px 24px;
    }
    
    .contact-card i {
        font-size: 40px;
        margin-bottom: 16px;
    }
    
    .contact-card h3 {
        font-size: 19px;
    }
    
    .contact-card p {
        font-size: 15px;
    }
    
    .block-title {
        font-size: 24px;
    }
    
    .block-desc {
        font-size: 15px;
    }
    
    .coop-item {
        padding: 24px 20px;
        gap: 16px;
    }
    
    .coop-item i {
        font-size: 32px;
    }
    
    .coop-item h3 {
        font-size: 18px;
    }
    
    .coop-item p {
        font-size: 14px;
    }
    
    .job-item {
        padding: 20px 24px;
    }
    
    .job-info h3 {
        font-size: 16px;
    }
    
    .qrcode-row {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
    
    .qrcode-item {
        padding: 24px;
    }
    
    .qrcode-item img {
        width: 160px;
        height: 160px;
    }
    
    .map-holder img {
        height: 280px;
    }
    
    .contact-block {
        margin-bottom: 48px;
    }
}

@media (max-width: 576px) {
    .coop-item {
        flex-direction: column;
        gap: 16px;
    }
    
    .job-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
    
    .job-tag {
        margin-left: 0;
        align-self: flex-start;
    }
    
    .map-holder img {
        height: 240px;
    }
    
    .block-contact {
        font-size: 14px;
        padding: 20px 16px;
    }
}
