/* 综合页面样式 - 参考 event_germany 结构 */

/* 全局重置 - 消除默认边距 */
body {
    margin: 0;
    padding: 0;
}

/* 顶部 Banner */
.banner-container {
    width: 100%;
    overflow: hidden;
    line-height: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #1a3a6e;
}

.banner-img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    margin: 0;
    padding: 0;
    border: none;
}

/* 内容块 - 蓝色背景 */
.content-section {
    background: linear-gradient(180deg, #1a3a6e 0%, #2d5a8e 100%);
    padding: 0;
    margin-top: -5px;
}

/* 项目介绍区域 */
.section-intro {
    position: relative;
    background-image: url('/v2/img/event_comprehensive/bg1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 20px;
    min-height: 600px;
}

/* 加拿大样式背景 */
.section-intro-canada {
    background-image: url('/v2/img/event_comprehensive/can.png');
    background-size: contain;
    background-position: center top;
    background-repeat: repeat;
    padding: 40px 20px;
    min-height: 600px;
}

.section-intro-canada .section-title,
.section-intro-canada .section-subtitle,
.section-intro-canada .section-desc,
.section-intro-canada .section-label,
.section-intro-canada .section-requirements li,
.section-intro-canada .section-requirements li::before,
.section-intro-canada .section-advantages li,
.section-intro-canada .section-advantages li::before {
    color: #ffffff;
}

.section-content {
    margin-left: 30px;
    width: 300px;
}

.section-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.section-subtitle {
    font-size: 20px;
    color: #FF8C00;
    margin-bottom: 20px;
}

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

.section-label {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.section-requirements {
    margin-bottom: 25px;
}

.section-requirements ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-requirements li {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}

.section-requirements li::before {
    content: "·";
    position: absolute;
    left: 0;
    color: #333;
    font-weight: bold;
}

.section-advantages ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-advantages li {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    padding-left: 15px;
    position: relative;
    margin-bottom: 8px;
}

.section-advantages li::before {
    content: "·";
    position: absolute;
    left: 0;
    color: #333;
    font-weight: bold;
}

.section-advantages li strong {
    color: #333;
    font-weight: 600;
}

/* 适合人群区域 */
.suitable-people-section {
    background-image: url('/v2/img/event_comprehensive/bg-yellow.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 加拿大适合人群样式 */
.section-intro-canada + .suitable-people-section {
    background-image: url('/v2/img/event_comprehensive/i-Canada-people.png');
}

.suitable-people-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-left: 30px;
    margin-bottom: 20px;
    padding-top: 10px;
}

/* 加拿大适合人群标题颜色 */
.section-intro-canada + .suitable-people-section .suitable-people-title {
    color: #ffffff;
}

.suitable-people-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 20px;
}

.suitable-people-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.suitable-people-icon {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    border: 4px solid #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.suitable-people-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.suitable-people-label {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

/* 加拿大适合人群标签颜色 */
.section-intro-canada + .suitable-people-section .suitable-people-label {
    color: #ffffff;
}

/* 申请流程区域 */
.application-process-section {
    background-color: #fff;
    padding: 20px 20px;
}

.application-process-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-left: 15px;
    margin-bottom: 30px;
}

.process-image-wrapper {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.process-image-wrapper img {
    max-width: 100%;
    height: auto;
}

/* ==================== 项目二 ==================== */

.comprehensive-section-2 {
    width: 100%;
}

.comprehensive-section-2 .section-intro {
    background-image: url('/v2/img/event_comprehensive/bg2.jpg');
}

.comprehensive-section-2 .section-title {
    color: #ffffff;
}

.comprehensive-section-2 .section-subtitle {
    color: #FFA500;
}

.comprehensive-section-2 .section-desc {
    color: #ffffff;
}

.comprehensive-section-2 .section-label {
    background-color: #000;
    color: #fff;
}

.comprehensive-section-2 .section-requirements li {
    color: #ffffff;
}

.comprehensive-section-2 .section-requirements li::before {
    color: #ffffff;
}

.comprehensive-section-2 .section-advantages li {
    color: #ffffff;
}

.comprehensive-section-2 .section-advantages li::before {
    color: #ffffff;
}

/* 项目二适合人群背景 */
.comprehensive-section-2 .suitable-people-section {
    background-image: url('/v2/img/event_comprehensive/bg-red.png');
}

/* FAQ 样式 */
.faq_container {
    padding: 40px 20px;
    background-color: #f9f9f9;
}

.faq_title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}

.faq_list {
    max-width: 800px;
    margin: 0 auto;
}

.faq_item {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faq_number {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #1D7EC5;
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    margin-right: 10px;
}

.faq_question {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.faq_answer {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    padding-left: 40px;
}

/* ==================== 综合页面新增样式 ==================== */

/* CSS 变量 - 统一管理间距 */
:root {
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 1.5rem;
    --spacing-xl: 2rem;
    --spacing-2xl: 2.5rem;
    --spacing-3xl: 3rem;
    --spacing-4xl: 4rem;
    --spacing-5xl: 5rem;
    --spacing-6xl: 6rem;
    --spacing-7xl: 7rem;
}

/* 加拿大专区容器 */
.canada-section {
    width: 100%;
    background: #1a3a6e;
    margin-top: -130px;
}

/* 加拿大卡片样式 */
.canada-card {
    position: relative;
    background-image: url('/v2/img/event_comprehensive/i-Canada.png');
    background-size: 100% 100%;
    background-position: center;
    margin: 20px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.canada-card-content {
    padding: 20px;
    max-width: 500px;
}

.canada-card-title {
    font-size: 32px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 10px;
}

.canada-card-title-cn {
    font-size: 56px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.canada-card-desc {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* Tab 切换样式 */
.canada-tab-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-left: 60px;
    margin-right: 60px;
}

.canada-tab-item {
    flex: 1;
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
    position: relative;
}

/* 澳大利亚 Tab 项目 */
.australia-tab-item {
    flex: 1;
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
    position: relative;
}

/* Tab 切换样式 */
.canada-tab-wrapper .canada-tab-item .canada-tab-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    font-weight: 500;
}

.canada-tab-wrapper .canada-tab-active .canada-tab-text {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}

.canada-tab-divider {
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 20px;
}

/* 激活 Tab 的小箭头 */
.canada-tab-active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    z-index: 10;
}

/* 澳大利亚 Tab 小箭头 */
.australia-tab-active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    z-index: 10;
}

/* 澳大利亚 Tab 样式 */
.canada-tab-wrapper .australia-tab-item .australia-tab-text {
    color: rgba(255, 255, 255, 0.6);
    font-size: 20px;
    font-weight: 500;
}

.canada-tab-wrapper .australia-tab-active .australia-tab-text {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}

/* 红色标签样式 */
.tag-red {
    background-color: #D93E3E;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 2px 12px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

/* 紫色标签样式 */
.tag-purple {
    background-color: #683f66;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
}

/* 澳大利亚专区容器 */
.australia-section {
    width: 100%;
    background: #1a3a6e;
}

/* 澳大利亚卡片样式 */
.australia-card {
    position: relative;
    background-image: url('/v2/img/event_comprehensive/i-australia.png');
    background-size: 100% 100%;
    background-position: center;
    margin: 20px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.australia-card-content {
    padding: 20px;
    max-width: 500px;
}

.australia-card-title {
    font-size: 32px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 10px;
}

.australia-card-title-cn {
    font-size: 56px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.australia-card-desc {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* 新西兰专区容器 */
.newzealand-section {
    width: 100%;
    background: #1a3a6e;
}

/* 新西兰卡片样式 */
.newzealand-card {
    position: relative;
    background-image: url('/v2/img/event_comprehensive/i-newzealand.png');
    background-size: 100% 100%;
    background-position: center;
    margin: 20px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newzealand-card-content {
    padding: 20px;
    max-width: 500px;
}

.newzealand-card-title {
    font-size: 32px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 10px;
}

.newzealand-card-title-cn {
    font-size: 56px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.newzealand-card-desc {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.8;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

/* 绿色标签样式 */
.tag-green {
    background-color: #498D70;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
}

/* 新西兰单卡片样式 */
.nz-single-card {
    margin: 20px;
}

/* 适合人群网格 - 加拿大样式 */
.suitable-people-grid-canada {
    padding-top: 20px;
}

.suitable-people-grid-canada .suitable-people-swiper {
    width: 100%;
    padding-bottom: 0;
}

.suitable-people-grid-canada .swiper-pagination {
    bottom: 10px;
}

/* Swiper 分页样式 - 单独成行 */
.item_card .swiper-pagination {
    position: relative;
    margin-top: 20px;
    bottom: 0;
}

.item_card .swiper-container {
    padding-bottom: 0;
}

.suitable-people-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.suitable-people-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    border: 3px solid #fff;
}

.suitable-people-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 管理人才移民 - 为什么选择加鼎 */
.why-choose-us-section {
    width: 100%;
    background: #1a3a6e;
}

.choose-us-graphic {
    position: relative;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
}

.choose-us-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.choose-us-title-wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.choose-us-title {
    text-align: center;
    margin-bottom: 20px;
}

.choose-us-radar {
    display: block;
    max-width: 85%;
    max-height: 60%;
    margin: 0 auto;
}

.choose-us-title-main {
    font-size: 42px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.choose-us-title-sub {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.choose-us-title-en {
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

/* 小屏幕适配 */
@media screen and (max-width: 768px) {
    .choose-us-title-main {
        font-size: 32px;
    }

    .choose-us-title-sub {
        font-size: 28px;
    }

    .choose-us-title-en {
        font-size: 16px;
    }
}

.choose-us-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.choose-us-item {
    border-radius: 12px;
    padding: 20px;
}

.choose-us-label {
    margin-bottom: 12px;
}

.choose-us-desc {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.6;
}

/* 页面底部 footer 预留空间 */
.footer-spacer {
    height: 40px;
}

/* 小屏幕适配 */
@media screen and (max-width: 768px) {
    .choose-us-graphic {
        min-height: 300px;
    }
}

.suitable-people-label {
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

/* 适配澳洲卡片样式 */
.card_contain {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card_application_item {
    padding-right: 40px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.innovation_card {
    padding-left: 20px;
    padding-right: 20px;
}

.innovation_card_process {
    background: #FFF;
}

/* 小屏幕适配 */
@media screen and (max-width: 375px) {
    :root {
        --spacing-3xl: 2.5rem;
        --spacing-4xl: 3.5rem;
        --spacing-5xl: 4.5rem;
        --spacing-6xl: 5rem;
        --spacing-7xl: 5.5rem;
    }

    .canada-card-title-cn {
        font-size: 48px;
    }
}

@media screen and (min-width: 376px) and (max-width: 428px) {
    :root {
        --spacing-3xl: 3rem;
        --spacing-4xl: 4rem;
        --spacing-5xl: 5rem;
        --spacing-6xl: 5rem;
        --spacing-7xl: 6rem;
    }
}

@media screen and (min-width: 429px) {
    :root {
        --spacing-3xl: 3.5rem;
        --spacing-4xl: 4.5rem;
        --spacing-5xl: 6rem;
        --spacing-6xl: 4rem;
        --spacing-7xl: 4rem;
    }
}
