.join-page[data-v-70bfc121] {
    min-height: 100vh;
    background: linear-gradient(135deg, #e6f2ff 0%, #cce5ff 50%, #b3d9ff 100%);
    padding: 0 0 80px
}

.join-page .zyzzd-crumbs-bar[data-v-70bfc121] {
    padding: 20px 0 0
}

.join-page .zyzzd-crumbs-bar .zyzzd-crumbs[data-v-70bfc121] {
    max-width: 1200px;
    margin: 0 auto
}

.join-page .container[data-v-70bfc121] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.join-page .page-header[data-v-70bfc121] {
    text-align: center;
    margin-bottom: 60px;
    padding-top: 20px
}

.join-page .page-header .page-title[data-v-70bfc121] {
    font-size: 48px;
    font-weight: 800;
    background: linear-gradient(135deg, #0052d9 0%, #0040d0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
    letter-spacing: 3px
}

.join-page .page-header .page-subtitle[data-v-70bfc121] {
    font-size: 18px;
    color: #555;
    font-weight: 500
}

.join-page .content-wrapper[data-v-70bfc121] {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 30px;
    margin-bottom: 40px
}

.join-page .join-section[data-v-70bfc121], .join-page .conditions-section[data-v-70bfc121] {
    height: 100%
}

.join-page .section-card[data-v-70bfc121] {
    height: 100%;
    background: white;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 10px 40px #0052d91a;
    transition: all .3s ease
}

.join-page .section-card[data-v-70bfc121]:hover {
    box-shadow: 0 15px 50px #0052d926;
    transform: translateY(-3px)
}

.join-page .section-card .card-header[data-v-70bfc121] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
    padding-bottom: 20px;
    border-bottom: 3px solid #e6f2ff
}

.join-page .section-card .card-header .icon-wrapper[data-v-70bfc121] {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e6f2ff 0%, #cce5ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px #0052d933;
    border: 3px solid #0052d9;
    transition: all .3s ease
}

.join-page .section-card .card-header .icon-wrapper .icon[data-v-70bfc121] {
    font-size: 32px
}

.join-page .section-card .card-header .icon-wrapper .icon[data-v-70bfc121] img{
    width: 42px
}

.join-page .section-card .card-header:hover .icon-wrapper[data-v-70bfc121] {
    transform: rotate(360deg);
    box-shadow: 0 6px 20px #0052d94d
}

.join-page .section-card .card-header .section-title[data-v-70bfc121] {
    font-size: 32px;
    font-weight: 700;
    background: linear-gradient(135deg, #0052d9 0%, #0040d0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0
}

.join-page .steps-container[data-v-70bfc121] {
    height: 75%;
    display: flex;
    flex-direction: column
}

.join-page .steps-container .flow-content[data-v-70bfc121] {
    flex: 1;
    padding: 30px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
    border-radius: 16px;
    border-left: 5px solid #0052d9;
    transition: all .3s ease
}

.join-page .steps-container .flow-content[data-v-70bfc121]:hover {
    background: linear-gradient(135deg, #eef6ff 0%, #e6f2ff 100%);
    box-shadow: 0 5px 20px #0052d91a
}

.join-page[data-v-70bfc121] .flow-text p {
    font-size: 18px;
    line-height: 2;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
    word-break: break-all
}

.join-page[data-v-70bfc121] .flow-text p:last-child {
    margin-bottom: 0
}

.join-page[data-v-70bfc121] .flow-text .step-num {
    display: inline-block;
    min-width: 30px;
    font-weight: 700;
    font-size: 18px;
    color: #0052d9;
    margin-right: 8px
}

.join-page[data-v-70bfc121] .flow-text .download-link {
    color: #0052d9;
    text-decoration: underline;
    transition: color .2s ease
}

.join-page[data-v-70bfc121] .flow-text .download-link:hover {
    color: #0040d0
}

.join-page[data-v-70bfc121] .flow-text .highlight-email {
    word-break: break-all
}

.join-page[data-v-70bfc121] .flow-text .highlight-phone {
    display: inline;
    color: #555;
    font-weight: 600
}

.join-page[data-v-70bfc121] .flow-text .highlight-text {
    color: #555
}

.join-page[data-v-70bfc121] .flow-text .external-link {
    color: #0052d9;
    text-decoration: underline;
    transition: color .2s ease
}

.join-page[data-v-70bfc121] .flow-text .external-link:hover {
    color: #0040d0
}

.join-page .conditions-container[data-v-70bfc121] {
    height: 75%;
    display: flex;
    flex-direction: column
}

.join-page .conditions-container .condition-content[data-v-70bfc121] {
    flex: 1;
    padding: 30px;
    background: linear-gradient(135deg, #f8fbff 0%, #eef6ff 100%);
    border-radius: 16px;
    border-left: 5px solid #0052d9;
    transition: all .3s ease
}

.join-page .conditions-container .condition-content[data-v-70bfc121]:hover {
    background: linear-gradient(135deg, #eef6ff 0%, #e6f2ff 100%);
    box-shadow: 0 5px 20px #0052d91a
}

.join-page[data-v-70bfc121] .condition-text p {
    font-size: 18px;
    line-height: 2;
    color: #555;
    text-align: justify;
    margin-bottom: 20px
}

.join-page[data-v-70bfc121] .condition-text p:last-child {
    margin-bottom: 0
}

.join-page[data-v-70bfc121] .condition-text .step-num {
    display: inline-block;
    min-width: 30px;
    font-weight: 700;
    font-size: 18px;
    color: #0052d9;
    margin-right: 8px
}

.join-page[data-v-70bfc121] .condition-text .important {
    color: #555
}

.join-page .back-button-wrapper[data-v-70bfc121] {
    display: flex;
    justify-content: center;
    margin-top: 110px
}

.join-page .back-button-wrapper .back-btn[data-v-70bfc121] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 35px;
    background: white;
    color: #0052d9;
    border: 2px solid #0052d9;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 4px 15px #0052d933
}

.join-page .back-button-wrapper .back-btn .back-icon[data-v-70bfc121] {
    font-size: 18px;
    transition: transform .3s ease
}

.join-page .back-button-wrapper .back-btn[data-v-70bfc121]:hover {
    background: linear-gradient(135deg, #0052d9 0%, #0040d0 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px #0052d94d
}

.join-page .back-button-wrapper .back-btn:hover .back-icon[data-v-70bfc121] {
    transform: translate(-3px)
}

@media (max-width: 1024px) {
    .join-page .content-wrapper[data-v-70bfc121] {
        grid-template-columns:1fr;
        gap: 30px
    }
}

@media (max-width: 750px) {
    .join-page[data-v-70bfc121] {
        padding: 0 0 .8rem
    }

    .join-page .zyzzd-crumbs-bar[data-v-70bfc121], .join-page .container[data-v-70bfc121] {
        padding: 0 .27rem
    }

    .join-page .page-header[data-v-70bfc121] {
        margin-bottom: .53rem;
        padding-top: .27rem
    }

    .join-page .page-header .page-title[data-v-70bfc121] {
        font-size: .56rem;
        margin-bottom: .2rem;
        letter-spacing: .04rem
    }

    .join-page .page-header .page-subtitle[data-v-70bfc121] {
        font-size: .32rem
    }

    .join-page .content-wrapper[data-v-70bfc121] {
        grid-template-columns:1fr;
        gap: 1.5rem;
        margin-bottom: .53rem
    }

    .join-page .section-card[data-v-70bfc121] {
        padding: .4rem .32rem;
        border-radius: .32rem
    }

    .join-page .section-card[data-v-70bfc121]:hover {
        transform: translateY(-.027rem)
    }

    .join-page .section-card .card-header[data-v-70bfc121] {
        gap: .27rem;
        margin-bottom: .4rem;
        padding-bottom: .27rem;
        border-bottom-width: .04rem
    }

    .join-page .section-card .card-header .icon-wrapper[data-v-70bfc121] {
        width: .8rem;
        height: .8rem;
        border-width: .04rem;
        box-shadow: 0 .053rem .2rem #0052d933
    }

    .join-page .section-card .card-header .icon-wrapper .icon[data-v-70bfc121] {
        font-size: .43rem
    }
    
    .join-page .section-card .card-header .icon-wrapper .icon[data-v-70bfc121] img {
        width: .45rem
    }
    
    .join-page .section-card .card-header:hover .icon-wrapper[data-v-70bfc121] {
        box-shadow: 0 .08rem .27rem #0052d94d
    }

    .join-page .section-card .card-header .section-title[data-v-70bfc121] {
        font-size: .43rem
    }

    .join-page .steps-container[data-v-70bfc121] {
        height: auto
    }

    .join-page .steps-container .flow-content[data-v-70bfc121] {
        padding: .32rem;
        border-radius: .21rem;
        border-left-width: .067rem
    }

    .join-page[data-v-70bfc121] .flow-text p {
        font-size: .32rem;
        line-height: 1.9;
        margin-bottom: .27rem
    }

    .join-page[data-v-70bfc121] .flow-text .step-num {
        min-width: .4rem;
        font-size: .32rem;
        margin-right: .11rem
    }

    .join-page[data-v-70bfc121] .flow-text .highlight-phone {
        font-size: .32rem
    }

    .join-page[data-v-70bfc121] .flow-text .download-link, .join-page[data-v-70bfc121] .flow-text .external-link {
        word-break: break-all
    }

    .join-page .conditions-container[data-v-70bfc121] {
        height: auto
    }

    .join-page .conditions-container .condition-content[data-v-70bfc121] {
        padding: .32rem;
        border-radius: .21rem;
        border-left-width: .067rem
    }

    .join-page[data-v-70bfc121] .condition-text p {
        font-size: .32rem;
        line-height: 1.9;
        margin-bottom: .27rem
    }

    .join-page[data-v-70bfc121] .condition-text .step-num {
        min-width: .4rem;
        font-size: .32rem;
        margin-right: .11rem
    }

    .join-page .back-button-wrapper[data-v-70bfc121] {
        margin-top: 1.67rem
    }

    .join-page .back-button-wrapper .back-btn[data-v-70bfc121] {
        padding: .21rem .53rem;
        font-size: .3rem;
        border-radius: .4rem;
        border-width: .027rem;
        box-shadow: 0 .053rem .2rem #0052d933
    }

    .join-page .back-button-wrapper .back-btn[data-v-70bfc121]:hover {
        transform: translateY(-.027rem);
        box-shadow: 0 .08rem .27rem #0052d94d
    }
}
