/* Join-us page: the legacy visual contract retained for the recruitment entry. */
.gj-site.gj-cat-15 {
    --join-blue: var(--gj-blue, #1268f3);
    --join-ink: var(--gj-ink, #172033);
    --join-muted: var(--gj-muted, #657086);
    --join-line: var(--gj-line, #dce6f3);
    --join-bg: var(--gj-bg, #f4f8fc);
}

.gj-site.gj-cat-15 .JoinBanner {
    min-height: 400px;
    aspect-ratio: 1920 / 600;
    overflow: hidden;
    background: #eaf3ff;
}

.gj-site.gj-cat-15 .JoinBanner .img {
    z-index: 1;
}

.gj-site.gj-cat-15 .JoinBanner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.gj-site.gj-cat-15 .JoinBanner .join-banner-content {
    position: relative;
    z-index: 2;
    width: min(56%, 660px);
    margin-left: clamp(70px, 10vw, 200px);
    text-align: left;
}

.gj-site.gj-cat-15 .JoinBanner .join-banner-content h1 {
    margin: 0;
    color: #265de4;
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.gj-site.gj-cat-15 .JoinBanner .join-banner-content p {
    margin-top: 16px;
    color: #506a96;
    font-size: 16px;
    line-height: 1.9;
    text-align: center;
}

.gj-site.gj-cat-15 .JoinMain {
    position: relative;
    z-index: 3;
    background: var(--join-bg);
    --main: 1330px;
    padding-bottom: 80px;
}

.gj-site.gj-cat-15 .join-channels {
    padding: 0;
    background: var(--join-bg);
}

.gj-site.gj-cat-15 .join-btn-group {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    max-width: 860px;
    margin: -56px auto 0;
}

.gj-site.gj-cat-15 .join-channel-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 36px 32px;
    border: 1px solid rgba(38, 93, 228, .1);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(38, 93, 228, .08);
    text-align: center;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.gj-site.gj-cat-15 .join-channel-card:hover {
    border-color: rgba(38, 93, 228, .1);
    box-shadow: 0 18px 36px rgba(38, 93, 228, .14);
    transform: translateY(-6px);
}

.gj-site.gj-cat-15 .join-channel-icon {
    display: grid;
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    place-items: center;
    border-radius: 50%;
    background: #eaf1ff;
    color: #265de4;
}

.gj-site.gj-cat-15 .join-channel-icon svg {
    width: 28px;
    height: 28px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.gj-site.gj-cat-15 .join-channel-card h3 {
    margin: 0;
    color: #1d3d78;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.45;
}

.gj-site.gj-cat-15 .join-channel-card p {
    margin: 12px 0 0;
    color: #6b7890;
    font-size: 15px;
    line-height: 1.6;
}

.gj-site.gj-cat-15 .join-channel-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 190px;
    height: 50px;
    min-height: 50px;
    margin-top: 28px;
    padding: 0 24px;
    border: 0;
    border-radius: 4px;
    background: #265de4;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;
    transition: background-color .2s ease, transform .2s ease;
}

.gj-site.gj-cat-15 .join-channel-link:hover,
.gj-site.gj-cat-15 .join-channel-link:focus-visible {
    background: #1d4fca;
    color: #fff;
}

@media (max-width: 760px) {
    .gj-site.gj-cat-15 .JoinBanner {
        min-height: 330px;
        aspect-ratio: auto;
    }

    .gj-site.gj-cat-15 .JoinBanner .join-banner-content {
        width: 100%;
        margin-left: 0;
        padding: 0 24px;
        text-align: center;
    }

    .gj-site.gj-cat-15 .JoinBanner .join-banner-content h1 {
        font-size: 30px;
    }

    .gj-site.gj-cat-15 .JoinBanner .join-banner-content p {
        font-size: 14px;
        line-height: 1.8;
    }

    .gj-site.gj-cat-15 .join-btn-group {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 0;
    }

    .gj-site.gj-cat-15 .join-channel-card {
        padding: 28px 20px;
    }

    .gj-site.gj-cat-15 .join-channel-card h3 { font-size: 20px; }
    .gj-site.gj-cat-15 .join-channel-card p { font-size: 14px; }
}
