/* 萨省省提名计划 - 样式表 */



.jobs-section-container {
    margin: 0 auto;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
}

.resources-section-container {
    margin: 0 auto;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
}

/* Banner */
.sask-banner {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.sask-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 萨省雇主担保 */
#sask-employer {
    background: #f8f9fa;
}

.employer-intro-wrap {
    padding: 60px 0;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.employer-intro-img {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.employer-intro-img img {
    max-width: 400px;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.employer-intro {   
    padding-top: 0px;
    padding-left: 350px;
    padding-right: 20px;
}

.section-title {
    margin-bottom: 24px;
    margin-left: 45px;
}

.section-title .title-zh {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.section-title .title-en {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 32px;
}

/* 项目优势 */
.advantages-section {
    margin-top: 40px;
}

.advantages-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.advantages-subtitle {
    font-size: 14px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.advantages-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.talent-section-img {
    padding-right: 15%;
}

.advantage-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffd600;
    border-radius: 30px;
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
}

.advantage-item .dot {
    width: 10px;
    height: 10px;
    background: #1a1a1a;
    border-radius: 50%;
    flex-shrink: 0;
}

/* 四大专属人才通道 */
.talent-wrap {
    padding-top: 80px ;
    background: #f8f9fa;
}

.talent-section-container {
    margin: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
}

.talent-section-title {
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.talent-section{
    padding-right: 45%;
    padding-left: 20%;
}

.talent-section-subtitle {
    text-align: left;
    font-size: 14px;
    color: #888;
    margin-bottom: 48px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.talent-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.talent-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
    transition: transform 0.3s, box-shadow 0.3s;
}

.talent-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.talent-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.talent-item span {
    display: block;
    padding: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
}

.talent-text-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: transparent;
    padding: 20px 0;
    position: relative;
    z-index: 2;
    margin-top: -120px;
    margin-left: -20px;
}

.talent-text-item {
    text-align: center;
    color: #fff;
    padding: 0 50px;
}

.talent-text-item h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #fff;
}

.talent-text-item p {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
}

/* 加鼎现成资源 */
#sask-resources {
    background: #fff;
}

.resources-intro-wrap {
    padding: 1px 0;
    background-position: center;
    background-size: cover;
}

.resources-intro {
    padding-top: 48px;
    text-align: center;
}

.jobs-wrap {
   padding: 10px 0;
    padding-left: 15%;
    padding-right: 15%;
}

.jobs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.job-card {
    background: transparent;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
}

.job-img {
    height: auto;
    min-height: 180px;
    overflow: visible;
    background: #f0f0f0;
}

.job-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job-body {
    padding: 20px;
}

.job-body h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    text-align: center;
}

.job-info {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px dashed #e0e0e0;
    font-size: 13px;
}

.job-info:last-child {
    border-bottom: none;
}

.job-info .label {
    color: #888;
}

.job-info .value {
    color: #333;
    font-weight: 500;
}

/* 申请流程 */
#sask-process {
    background: #fff;
}

.process-wrap {
    padding-top: 80px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-left: 20px;
    background: url(/v2/img/event_saskatchewan/bg-process.png) no-repeat center center / cover;
}

.process-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.process-img {
    margin-top: 32px;
}

.process-img img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/* 表单 */
#sask-form {
    background: #f8f9fa;
    padding: 60px 0;
}

.contact-form {
    display: flex;
    gap: 16px;
    align-items: flex-end;
    justify-content: center;
}


/* 响应式 */
/* 
/* 响应式 */
/*
@media (max-width: 1024px) {
    .advantages-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .talent-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .jobs-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-timeline {
        flex-wrap: wrap;
        gap: 24px;
    }

    .process-timeline::before {
        display: none;
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }

    .contact-form {
        flex-direction: column;
        align-items: stretch;
    }

    .form-field {
        min-width: auto;
    }

    .submit-btn {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .section-title .title-zh {
        font-size: 24px;
    }

    .employer-intro {
        padding: 24px;
    }

    .advantages-list {
        grid-template-columns: 1fr;
    }

    .talent-list {
        grid-template-columns: 1fr;
    }

    .jobs-grid {
        grid-template-columns: 1fr;
    }

    .process-step {
        max-width: 100%;
        flex: 0 0 100%;
    }
} 
    */