/* 美国EB3+EW3双通道页面样式 */

.eb3-page {
    font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    overflow-x: hidden;
}

.eb3-page img {
    max-width: 100%;
    display: block;
}

/* 顶部横幅 */
.eb3-hero {
    position: relative;
    width: 100%;
    background-color: #f5f5f5;
}

.eb3-hero img {
    width: 100%;
    height: auto;
}

/* 横幅叠加文字 */
.eb3-hero-content {
    position: absolute;
    top: 50%;
    left: 16.5%;
    transform: translateY(-50%);
    max-width: 70%;
    color: #fff;
}

.eb3-hero-en {
    font-size: 16px;
    letter-spacing: 5px;
    color: #c9a55c;
}

.eb3-hero-title {
    margin: 0;
    font-size: 56px;
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
}

.eb3-hero-title .eb3-hero-line {
    display: block;
}

.eb3-hero-title .eb3-hero-gold {
    color: #f0c96c;
    font-style: normal;
}

.eb3-hero-subtitle {
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 2px;
}

.eb3-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 12px;
}

.eb3-hero-tags span {
    padding: 9px 26px;
    border: 1px solid #d8b56a;
    border-radius: 999px;
    color: #d8b56a;
    font-size: 16px;
    letter-spacing: 2px;
}

.eb3-hero-note {
    margin-top: 26px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
    .eb3-hero-content {
        left: 8%;
        right: 8%;
        max-width: none;
    }

    .eb3-hero-en {
        font-size: 12px;
        letter-spacing: 3px;
    }

    .eb3-hero-title {
        font-size: 30px;
    }

    .eb3-hero-subtitle {
        font-size: 16px;
        padding: 12px 0;
    }

    .eb3-hero-tags {
        gap: 8px;
    }

    .eb3-hero-tags span {
        padding: 6px 14px;
        font-size: 12px;
    }

    .eb3-hero-note {
        font-size: 12px;
    }
}

/* 内容容器 */
.eb3-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 区块通用标题 */
.eb3-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.eb3-section-title .eb3-en {
    font-size: 22px;
    color: #c9a55c;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.eb3-section-title .eb3-cn {
    font-size: 32px;
    font-weight: 700;
    color: #1a2744;
}

.eb3-section-title.eb3-light .eb3-cn {
    color: #1a2744;
}

.eb3-section-title.eb3-light .eb3-en {
    color: #c9a55c;
}

/* 为什么选择 */
.eb3-why {
    padding: 80px 0 40px;
    background: #fff;
}

.eb3-why-content {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 60px;
}

.eb3-why-text {
    flex: 1;
}

.eb3-why-text p {
    font-size: 15px;
    color: #555;
    line-height: 2;
}

.eb3-why-img {
    flex: 0 0 330px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.eb3-why-img img {
    width: 100%;
    height: auto;
}

/* 项目优势 */
.eb3-advantage-subtitle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
}

.eb3-advantage-subtitle .eb3-tag-cn {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
}

/* 标题左侧红色三角 */
.eb3-advantage-subtitle .eb3-tag-cn::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 16px solid #e02b2b;
    flex-shrink: 0;
}

.eb3-advantage-subtitle .eb3-tag-en {
    font-size: 18px;
    color: #b39a5f;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-left: 30px;
}

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

.eb3-advantage-card {
    background: #fff;
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.eb3-advantage-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.eb3-advantage-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

.eb3-advantage-icon.icon-1 {
    background: #fff5e6;
    color: #e6a23c;
}

.eb3-advantage-icon.icon-2 {
    background: #e6f7ff;
    color: #1890ff;
}

.eb3-advantage-icon.icon-3 {
    background: #f0f9ff;
    color: #13c2c2;
}

.eb3-advantage-icon.icon-4 {
    background: #f6ffed;
    color: #52c41a;
}

.eb3-advantage-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: #1a2744;
    margin-bottom: 12px;
}

.eb3-advantage-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

/* 申请轻松卡片新版样式 */
.eb3-advantage-card.card-v2 {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    text-align: left;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.eb3-advantage-card.card-v2 .eb3-advantage-icon {
    width: 84px;
    height: 84px;
    margin: 0 0 28px auto;
    background: linear-gradient(135deg, #eed49e, #dcb269);
}

.eb3-advantage-card.card-v2 .eb3-advantage-icon svg {
    width: 44px;
    height: 44px;
}

.eb3-advantage-card.card-v2 h4 {
    font-size: 24px;
    color: #16233f;
    margin-bottom: 12px;
}

.eb3-advantage-card.card-v2 p {
    font-size: 16px;
    color: #8a919c;
}

/* 适合人群 */
.eb3-audience {
    padding: 60px 0 0;
    overflow: hidden;
}

.eb3-audience-content {
    display: flex;
    flex-direction: column;
}

.eb3-audience-img {
    position: relative;
    text-align: center;
}

/* 人物背后弧形背景 */
.eb3-audience-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 72%;
    background: #e7e9ed;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.eb3-audience-img img {
    position: relative;
    width: 100%;
    height: auto;
}

/* 底部通栏深色标签条 */
.eb3-audience-labels {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: 0;
    padding: 14px 0;
    background: linear-gradient(90deg, #2a3542, #46525f);
}

/* 内层容器,与 eb3-container 同宽 */
.eb3-audience-labels-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.eb3-audience-label {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
    padding: 4px 12px;
}

/* 各标签自定义左内边距 */
.eb3-audience-label:nth-child(2) {
    padding-left: 50px;
}

.eb3-audience-label:nth-child(3) {
    padding-left: 68px;
}

.eb3-audience-label:nth-child(4) {
    padding-left: 87px;
}

/* 对比与申请要求合并区域 */
.eb3-compare {
    padding: 100px 0 60px;
    position: relative;
    color: #333;
}

.eb3-compare .eb3-container {
    position: relative;
    z-index: 1;
}

.eb3-compare-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 10px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    margin-bottom: 80px;
}

.eb3-compare-col.left {
    background: #fafbfc;
    border-radius: 10px 0 0 10px;
}

.eb3-compare-col.right {
    position: relative;
    background: #fff;
    border-left: 1px solid #e8e8ee;
    border-radius: 0 10px 10px 0;
}

/* 右列顶部皇冠 */
.eb3-crown {
    position: absolute;
    top: -28px;
    right: 20px;
    width: 80px;
    height: auto;
    z-index: 2;
}

.eb3-compare-col h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 18px 20px;
    text-align: center;
}

.eb3-compare-col.left h4 {
    background: #4d4d4d;
    color: #fff;
    border-radius: 10px 0 0 0;
}

.eb3-compare-col.right h4 {
    background: linear-gradient(90deg, #c9a55c, #eed7a0);
    color: #1a1a1a;
    border-radius: 0 10px 0 0;
}

.eb3-compare-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.eb3-compare-col li {
    position: relative;
    padding: 22px 30px;
    font-size: 15px;
    line-height: 1.6;
}

.eb3-compare-col li + li {
    border-top: 1px solid #e8e8ee;
}

.eb3-compare-col.left li {
    text-align: center;
    color: #555;
}

.eb3-compare-col.right li {
    padding-left: 56px;
    color: #1a1a1a;
    font-weight: 700;
}

/* 右列金色对勾图标 */
.eb3-compare-col.right li::before {
    content: "✓";
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #c9a55c;
    color: #3d2e0d;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 申请要求：通栏背景带（左会议图 + 右深色面板） */
.eb3-requirement {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 70px 0;
    background: #4a515a;
    overflow: hidden;
}

/* 左侧会议图：等比裁切填充，不拉伸变形 */
.eb3-requirement-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 53.4%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

/* 内容落在右侧深色面板上 */
.eb3-requirement-content {
    position: relative;
    margin-left: 53.4%;
    padding: 0 5% 0 3.5%;
}

.eb3-requirement-title .eb3-tag-cn {
    color: #fff;
}

.eb3-requirement-title .eb3-tag-en {
    color: #c9a55c;
}

.eb3-requirement-list {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.eb3-requirement-item {
    display: flex;
    align-items: center;
    gap: 22px;
}

.eb3-requirement-num {
    width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #eed49e, #dcb269);
    color: #1a1a1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
}

.eb3-requirement-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin: 0;
}

/* 流程区域 */
.eb3-process {
    padding: 80px 0;
    background: #fff;
}

.eb3-process-img {
    text-align: center;
    margin-bottom: 40px;
}

.eb3-process-img img {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

/* 雇主资源 */
.eb3-employer {
    padding: 80px 0;
}

.eb3-employer-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    background: #fafbfc;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.eb3-employer-table th {
    background: linear-gradient(90deg, #1a2472, #2b3a8f);
    color: #fff;
    padding: 16px 12px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.eb3-employer-table th:last-child {
    border-right: none;
}

/* 州名行 */
.eb3-employer-table .eb3-state-row td {
    background: #e9eaec;
    text-align: center;
    font-weight: 700;
    color: #1a1a1a;
    font-size: 16px;
    padding: 12px;
    border-right: 1px solid #fff;
}

.eb3-employer-table .eb3-state-row td:last-child {
    border-right: none;
}

/* 职位行 */
.eb3-employer-table .eb3-positions-row > td {
    vertical-align: top;
    text-align: center;
    padding: 28px 12px 36px;
    border-right: 1px solid #e8e8ee;
}

.eb3-employer-table .eb3-positions-row > td:last-child {
    border-right: none;
}

.eb3-employer-table .eb3-positions-label {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 16px;
    margin-bottom: 14px;
}

.eb3-employer-table .eb3-positions {
    list-style: none;
    margin: 0;
    padding: 0;
}

.eb3-employer-table .eb3-positions li {
    padding: 10px 0;
    color: #333;
    font-size: 15px;
}

/* 成功案例 */
.eb3-cases {
    padding: 80px 0;
    background: #fff;
}

/* 成功案例图通栏，与页面同宽 */
.eb3-cases-img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.eb3-cases-img img {
    display: block;
    width: 100%;
    height: auto;
}

/* FAQ区域 */
.eb3-faq {
    background: #f8f9fb !important;
}

.eb3-faq .faq-title {
    color: #1a2744;
    font-size: 36px;
}

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

    .eb3-why-content {
        flex-direction: column;
        gap: 40px;
    }

    .eb3-why-img {
        flex: 0 0 auto;
        max-width: 400px;
    }

    .eb3-audience-content {
        flex-direction: column;
        text-align: center;
    }

    .eb3-audience-labels-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .eb3-section-title .eb3-cn {
        font-size: 28px;
    }

    .eb3-advantage-grid {
        grid-template-columns: 1fr;
    }

    .eb3-compare-table {
        grid-template-columns: 1fr;
    }

    .eb3-compare-col.left {
        border-radius: 10px 10px 0 0;
    }

    .eb3-compare-col.right {
        border-left: none;
        border-top: 1px solid #e8e8ee;
        border-radius: 0 0 10px 10px;
    }

    .eb3-requirement {
        background: #4a515a;
        padding: 50px 0;
    }

    .eb3-requirement-bg {
        display: none;
    }

    .eb3-requirement-content {
        margin-left: 0;
        padding: 0 20px;
    }

    .eb3-audience-labels-inner {
        grid-template-columns: 1fr;
    }

    .eb3-employer-table th,
    .eb3-employer-table td {
        padding: 12px;
        font-size: 13px;
    }
}

/* 页面区块统一间距：上方不留空隙，仅下方留 20px 间隙 */
.eb3-page > * {
    padding-top: 0;
    padding-bottom: 20px;
}

/* 成功案例与表单下方不留空隙 */
.eb3-page > .eb3-cases,
.eb3-page > .name-mobile-form {
    padding-bottom: 0;
}
