﻿.sky-global-our-join {
    width: 100%;
    min-height: 100vh;
    padding: 45px 18px;
    background: #050b14;
   
}

.sky-global-our-join-page {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px !important;
}

.sky-global-our-join-dialog {
    --join-theme: #ffc451;
    --join-theme-soft: rgba(255, 196, 81, .18);
    --join-theme-border: rgba(255, 196, 81, .48);
    --join-theme-shadow: rgba(255, 196, 81, .34);
    position: relative;
    width: min(1100px, 96vw);
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(255, 196, 81, .48);
    background: linear-gradient(rgba(2, 8, 17, .70), rgba(2, 8, 17, .88)), url("/content/global/bg/ourjoin.webp") center center / cover no-repeat;
    box-shadow: 0 35px 100px rgba(0, 0, 0, .7);
    color: #fff;
}

    .sky-global-our-join-dialog.sky-global-our-join-theme-company {
        --join-theme: #32aefc;
        --join-theme-soft: rgba(50, 174, 252, .18);
        --join-theme-border: rgba(50, 174, 252, .50);
        --join-theme-shadow: rgba(50, 174, 252, .34);
    }

.sky-global-our-join-topbar {
    height: 46px;
    background: linear-gradient(180deg, #ffd36d, #ffc451);
    color: #000;
    display: flex;
    align-items: flex-end;
    justify-content: left;
}

.sky-global-our-join-topbar-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: .5px;
}

    .sky-global-our-join-topbar-title span {
        width: 58px;
        height: 2px;
        background: rgba(0, 0, 0, .72);
    }

    .sky-global-our-join-topbar-title i {
        font-size: 20px;
    }

.sky-global-our-join-body {
    padding: 26px 70px 38px;
}

.sky-global-our-join-logo-area {
    margin-bottom: 26px;
    text-align: center;
}

.sky-global-our-join-logo {
    max-width: 190px;
    max-height: 72px;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(255, 196, 81, .38));
}

.sky-global-our-join-subtitle {
    margin-top: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 2px 9px rgba(0, 0, 0, .8);
}

.sky-global-our-join-main-box {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
}

.sky-global-our-join-radio-row {
    width: 100%;
    min-height: 76px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 14px;
}

.sky-global-our-join-radio-card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(5, 13, 24, .76);
    cursor: pointer;
    transition: .2s ease;
}

    .sky-global-our-join-radio-card input {
        display: none;
    }

    .sky-global-our-join-radio-card.active {
        border-color: var(--join-theme);
        box-shadow: 0 0 22px var(--join-theme-shadow), inset 0 0 34px var(--join-theme-soft);
    }

.sky-global-our-join-radio-dot {
    width: 21px;
    height: 21px;
    border: 2px solid #7d8490;
    border-radius: 50%;
    flex: 0 0 auto;
}

.sky-global-our-join-radio-card.active .sky-global-our-join-radio-dot {
    border-color: var(--join-theme);
    background: var(--join-theme);
    box-shadow: inset 0 0 0 5px #07101c;
}

.sky-global-our-join-radio-icon {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--join-theme);
    border: 1px solid var(--join-theme-border);
    border-radius: 50%;
    background: var(--join-theme-soft);
    font-size: 26px;
    filter: drop-shadow(0 0 8px var(--join-theme-shadow));
}

.sky-global-our-join-radio-text strong {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.sky-global-our-join-radio-text small {
    display: block;
    color: #fff;
    font-size: 15px;
}

.sky-global-our-join-form-panel,
.sky-global-our-join-benefit-panel,
.sky-global-our-join-doc-panel {
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--join-theme-border);
    background: rgba(5, 13, 24, .78);
    box-shadow: inset 0 0 38px rgba(255, 255, 255, .025), 0 0 22px rgba(0, 0, 0, .32);
}

.sky-global-our-join-form-panel {
    min-height: 135px;
    padding: 16px;
    margin-bottom: 14px;
}

.sky-global-our-join-benefit-panel {
    padding: 16px;
    margin-bottom: 14px;
}

.sky-global-our-join-doc-panel {
    padding: 14px 16px;
    margin-bottom: 16px;
}

.sky-global-our-join-form-view,
.sky-global-our-join-benefit-view {
    display: none;
}

    .sky-global-our-join-form-view.active,
    .sky-global-our-join-benefit-view.active {
        display: block;
    }

.sky-global-our-join-form-grid {
    display: grid;
    gap: 14px;
}

    .sky-global-our-join-form-grid.person,
    .sky-global-our-join-form-grid.company {
        grid-template-columns: 1fr 1fr;
    }

.sky-global-our-join-group-full {
    grid-column: 1 / -1;
}

.sky-global-our-join-group label {
    display: block;
    margin-bottom: 7px;
    color: #d0d0d0;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.sky-global-our-join-input-wrap {
    height: 46px;
    display: flex;
    align-items: center;
    border-radius: 9px;
    border: 1px solid rgba(255, 255, 255, .34);
    background: rgba(0, 0, 0, .36);
    overflow: hidden;
}

    .sky-global-our-join-input-wrap:focus-within {
        border-color: var(--join-theme);
        box-shadow: 0 0 0 3px var(--join-theme-soft);
    }

    .sky-global-our-join-input-wrap i {
        width: 46px;
        text-align: center;
        color: var(--join-theme);
        font-size: 17px;
    }

    .sky-global-our-join-input-wrap input {
        width: 100%;
        height: 100%;
        border: 0;
        background: transparent;
        color: #fff;
        outline: none;
        font-size: 16px;
    }

        .sky-global-our-join-input-wrap input::placeholder {
            color: #bdbdbd;
            font-size: 14px;
        }

.sky-global-our-join-benefit-title {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--join-theme);
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 900;
}

    .sky-global-our-join-benefit-title span {
        height: 1px;
        background: linear-gradient(90deg, transparent, var(--join-theme));
    }

        .sky-global-our-join-benefit-title span:last-child {
            background: linear-gradient(90deg, var(--join-theme), transparent);
        }

.sky-global-our-join-benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.sky-global-our-join-benefit-card {
    height: 98px;
    border-radius: 11px;
    border: 1px solid var(--join-theme-border);
    background: rgba(0, 0, 0, .30);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    padding: 10px 8px;
    box-shadow: inset 0 0 22px var(--join-theme-soft);
}

    .sky-global-our-join-benefit-card i {
        color: var(--join-theme);
        font-size: 29px;
        line-height: 1;
        filter: drop-shadow(0 0 9px var(--join-theme-shadow));
    }

    .sky-global-our-join-benefit-card strong {
        color: #fff;
        font-size: 13.5px;
        line-height: 1.35;
        font-weight: 800;
    }

.sky-global-our-join-doc-check {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 10px;
    border-radius: 9px;
    cursor: pointer;
    color: #fff;
    transition: .2s ease;
}

    .sky-global-our-join-doc-check:hover {
        background: rgba(255, 255, 255, .06);
    }

    .sky-global-our-join-doc-check input {
        display: none;
    }

    .sky-global-our-join-doc-check span {
        width: 23px;
        height: 23px;
        border: 2px solid rgba(255, 255, 255, .42);
        border-radius: 6px;
        flex: 0 0 auto;
        position: relative;
    }

    .sky-global-our-join-doc-check input:checked + span {
        background: var(--join-theme);
        border-color: var(--join-theme);
    }

        .sky-global-our-join-doc-check input:checked + span::after {
            content: "";
            position: absolute;
            left: 7px;
            top: 2px;
            width: 6px;
            height: 12px;
            border: solid #07101c;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

    .sky-global-our-join-doc-check strong {
        font-size: 14.5px;
        line-height: 1.5;
        font-weight: 700;
        color: #eeeeee;
    }

.sky-global-our-join-footer {
    padding-top: 8px;
}

.sky-global-our-join-submit {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffd36d, #ffc451);
    color: #000;
    font-size: 19px;
    font-weight: 900;
    cursor: pointer;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    box-shadow: 0 0 22px rgba(255, 196, 81, .36);
    margin-bottom: 12px;
}

    .sky-global-our-join-submit:hover {
        filter: brightness(1.05);
    }

    .sky-global-our-join-submit:disabled {
        opacity: .65;
        cursor: not-allowed;
    }

.sky-global-our-join-recaptcha {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    transform: scale(.86);
    transform-origin: center top;
    min-height: 76px;
}

.sky-recaptcha-wrap {
    border: none !important;
    position: relative !important;
    background: none !important;
}

.sky-global-our-join-result {
    display: none;
    width: 100%;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    margin: -28px auto 18px;
}

    .sky-global-our-join-result.error {
        display: block;
        color: #ff0000;
        background: rgb(255 255 255 / 97%);
        border: 1px solid rgba(255, 0, 0, .28);
        font-size: 22px;
    }

    .sky-global-our-join-result.success {
        display: block;
        color: #c4ffd6;
        background: rgba(0, 120, 45, .24);
        border: 1px solid rgba(0, 255, 95, .24);
    }

.sky-global-our-join-privacy {
    text-align: center;
    color: #e8e8e8;
    font-size: 13px;
    line-height: 1.45;
}

    .sky-global-our-join-privacy i {
        color: var(--join-theme);
        margin-right: 6px;
    }

/* Sözleşme Dialog */

.sky-global-doc-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

    .sky-global-doc-modal.active {
        display: flex;
    }

.sky-global-doc-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .72);
}

.sky-global-doc-dialog {
    position: relative;
    width: min(1080px, 96vw);
    height: min(760px, 92vh);
    background: #07101c;
    border: 1px solid rgba(255, 196, 81, .45);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 35px 100px rgba(0,0,0,.75);
    color: #fff;
    display: flex;
    flex-direction: column;
}

.sky-global-doc-header {
    height: 52px;
    background: linear-gradient(180deg, #ffd36d, #ffc451);
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .4px;
}

.sky-global-doc-close {
    position: absolute;
    right: 14px;
    top: 12px;
    border: 0;
    background: transparent;
    color: #000;
    font-size: 20px;
    cursor: pointer;
}

.sky-global-doc-body {
    flex: 1;
    min-height: 0;
    display: grid;
    grid-template-columns: 260px 1fr;
}

.sky-global-doc-tabs {
    padding: 16px;
    border-right: 1px solid rgba(255,255,255,.12);
    background: rgba(0,0,0,.22);
}

    .sky-global-doc-tabs button {
        width: 100%;
        min-height: 48px;
        margin-bottom: 10px;
        padding: 11px 12px;
        border-radius: 10px;
        border: 1px solid rgba(255,255,255,.18);
        background: rgba(255,255,255,.05);
        color: #fff;
        text-align: left;
        font-weight: 800;
        font-size: 14px;
        cursor: pointer;
    }

        .sky-global-doc-tabs button.active {
            border-color: #ffc451;
            color: #ffc451;
            background: rgba(255,196,81,.10);
        }

.sky-global-doc-content {
    min-height: 0;
    background: #fff;
}

    .sky-global-doc-content iframe {
        width: 100%;
        height: 100%;
        display: block;
        border: 0;
        background: #fff;
    }

.sky-global-doc-footer {
    min-height: 66px;
    padding: 12px 16px;
    border-top: 1px solid rgba(255,255,255,.12);
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.sky-global-doc-passive,
.sky-global-doc-approve {
    height: 44px;
    border-radius: 10px;
    padding: 0 22px;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.sky-global-doc-passive {
    border: 1px solid rgba(255,255,255,.24);
    background: rgba(255,255,255,.06);
    color: #fff;
}

.sky-global-doc-approve {
    border: 0;
    background: linear-gradient(180deg, #ffd36d, #ffc451);
    color: #000;
}

/* Responsive */

@media (max-width: 768px) {
    .sky-global-our-join {
        padding: 20px 10px;
    }

    .sky-global-our-join-dialog {
        width: 100%;
    }

    .sky-global-our-join-body {
        padding: 16px;
    }

    .sky-global-our-join-logo {
        max-width: 150px;
        max-height: 56px;
    }

    .sky-global-our-join-subtitle {
        font-size: 13px;
    }

    .sky-global-our-join-main-box {
        width: 100%;
    }

    .sky-global-our-join-radio-row,
    .sky-global-our-join-form-grid.person,
    .sky-global-our-join-form-grid.company {
        grid-template-columns: 1fr;
    }

    .sky-global-our-join-benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sky-global-our-join-recaptcha {
        transform: scale(.84);
        min-height: 70px;
        margin-bottom: 16px;
    }

    .sky-global-doc-body {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }

    .sky-global-doc-tabs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.12);
    }

        .sky-global-doc-tabs button {
            margin-bottom: 0;
            text-align: center;
        }
}

@media (max-width: 420px) {
    .sky-global-our-join-topbar-title span {
        display: none;
    }

    .sky-global-our-join-topbar-title {
        font-size: 20px;
    }

    .sky-global-our-join-benefit-grid {
        grid-template-columns: 1fr;
    }

    .sky-global-our-join-benefit-card {
        height: 76px;
    }

    .sky-global-doc-tabs {
        grid-template-columns: 1fr;
    }
}



/*HEADER*/


.sky-join-intro-section {
    width: 100%;
    margin-bottom: 24px;
}

.sky-join-intro-card {
 
    max-width: 100%;
    margin: 0 auto;
    padding: 28px 30px;
    border-radius: 18px;
    border: 1px solid rgba(255, 196, 81, .42);
    background: rgba(5, 13, 24, .48);
    box-shadow: inset 0 0 38px rgba(255, 255, 255, .025), 0 0 28px rgba(0, 0, 0, .35);
    text-align: center;
}

.sky-join-intro-small-title {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #ffc451;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.sky-join-intro-title {
    margin: 0 0 14px;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    line-height: 1.2;
}

.sky-join-intro-text {
    max-width: 760px;
    margin: 0 auto 22px;
    color: #e8e8e8;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
}

.sky-join-service-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    margin: 22px 0;
}

.sky-join-service-card {
    min-height: 138px;
    padding: 16px 10px;
    border-radius: 14px;
    border: 1px solid rgba(255, 196, 81, .32);
    background: rgba(0, 0, 0, .28);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

    .sky-join-service-card i {
        color: #ffc451;
        font-size: 30px;
        margin-bottom: 10px;
    }

    .sky-join-service-card strong {
        color: #fff;
        font-size: 14px;
        font-weight: 900;
        margin-bottom: 6px;
    }

    .sky-join-service-card span {
        color: #d8d8d8;
        font-size: 12.5px;
        line-height: 1.4;
    }

.sky-join-intro-note {
    margin: 18px auto 0;
    color: #f1f1f1;
    font-size: 15px;
    line-height: 1.6;
}

    .sky-join-intro-note strong {
        color: #ffc451;
    }

@media (max-width: 768px) {
    .sky-join-intro-card {
        padding: 22px 16px;
    }

    .sky-join-intro-title {
        font-size: 26px;
    }

    .sky-join-service-grid {
        grid-template-columns: 1fr;
    }

    .sky-join-service-card {
        min-height: auto;
    }
}