/* =========================================================
   TALENTBRIDGE — REGISTER PAGE
   PREMIUM DARK UI
   ========================================================= */

.register-page {
    min-height: 100vh;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 50px 6%;

    position: relative;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(124, 108, 255, 0.14),
            transparent 30%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(20, 184, 166, 0.10),
            transparent 30%
        ),
        #080B14;
}


/* =========================================================
   BACKGROUND CIRCLES
   ========================================================= */

.register-page::before {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    top: -250px;
    left: -200px;

    border: 1px solid rgba(124, 108, 255, 0.10);

    border-radius: 50%;
}


.register-page::after {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    right: -210px;
    bottom: -210px;

    border: 1px solid rgba(20, 184, 166, 0.10);

    border-radius: 50%;
}


/* =========================================================
   BACK TO HOME
   ========================================================= */

.register-back {
    position: absolute;

    top: 30px;
    left: 6%;

    color: #64748B;

    font-size: 12px;
    font-weight: 700;

    transition: 0.25s ease;

    z-index: 10;
}


.register-back:hover {
    color: #A78BFA;

    transform: translateX(-3px);
}


/* =========================================================
   MAIN WRAPPER
   ========================================================= */

.register-wrapper {
    position: relative;

    z-index: 2;

    width: 100%;
    max-width: 1050px;

    min-height: 610px;

    display: grid;

    grid-template-columns: 1fr 0.9fr;

    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, 0.07);

    border-radius: 28px;

    background: rgba(13, 17, 28, 0.88);

    box-shadow:
        0 35px 90px rgba(0, 0, 0, 0.45);

    backdrop-filter: blur(25px);
}


/* =========================================================
   LEFT SIDE
   ========================================================= */

.register-info {
    padding: 55px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(124, 108, 255, 0.15),
            transparent 35%
        ),
        #0D111C;

    border-right: 1px solid rgba(255, 255, 255, 0.06);
}


/* LOGO */

.register-logo {
    color: #F8FAFC;

    font-size: 25px;

    font-weight: 900;

    letter-spacing: -1px;
}


.register-logo span {
    color: #8B7FFF;
}


/* INFO CONTENT */

.register-info-content {
    max-width: 430px;
}


.register-label {
    display: inline-block;

    margin-bottom: 18px;

    color: #8B7FFF;

    font-size: 9px;

    font-weight: 900;

    letter-spacing: 2px;
}


/* TITLE */

.register-info h1 {
    margin-bottom: 22px;

    color: #F8FAFC;

    font-size: 58px;

    line-height: 1.04;

    letter-spacing: -3px;
}


.register-info h1 span {
    display: block;

    color: #8B7FFF;
}


/* DESCRIPTION */

.register-description {
    margin-bottom: 35px;

    color: #94A3B8;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================================
   POINTS
   ========================================================= */

.register-points {
    display: flex;

    flex-direction: column;

    gap: 17px;
}


.register-point {
    display: flex;

    align-items: center;

    gap: 13px;
}


.register-point-icon {
    width: 38px;
    height: 38px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 11px;

    color: #A78BFA;

    background: rgba(124, 108, 255, 0.10);

    border: 1px solid rgba(124, 108, 255, 0.13);

    font-size: 14px;
}


.register-point strong {
    display: block;

    margin-bottom: 2px;

    color: #E2E8F0;

    font-size: 11px;
}


.register-point small {
    color: #64748B;

    font-size: 10px;
}


/* FOOTER */

.register-footer {
    color: #475569;

    font-size: 9px;
}


/* =========================================================
   RIGHT CARD
   ========================================================= */

.register-card {
    align-self: center;

    margin: 35px;

    padding: 38px;

    border-radius: 22px;

    background: rgba(17, 24, 39, 0.94);

    border: 1px solid rgba(255, 255, 255, 0.07);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.22);
}


/* CARD HEADER */

.register-card-header {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 25px;
}


.register-mobile-logo {
    display: none;

    color: #F8FAFC;

    font-size: 19px;

    font-weight: 900;
}


.register-mobile-logo span {
    color: #8B7FFF;
}


.register-account-label {
    color: #64748B;

    font-size: 8px;

    font-weight: 900;

    letter-spacing: 1.5px;
}


/* TITLE */

.register-card h2 {
    margin-bottom: 7px;

    color: #F8FAFC;

    font-size: 29px;

    letter-spacing: -1px;
}


.register-card-subtitle {
    margin-bottom: 27px;

    color: #64748B;

    font-size: 12px;
}


/* =========================================================
   ACCOUNT OPTIONS
   ========================================================= */

.account-options {
    display: flex;

    flex-direction: column;

    gap: 14px;
}


.account-card {
    position: relative;

    display: block;

    padding: 20px;

    border: 1px solid #1E293B;

    border-radius: 15px;

    background: #0B101B;

    transition: all 0.25s ease;

    overflow: hidden;
}


.account-card::before {
    content: "";

    position: absolute;

    width: 120px;
    height: 120px;

    right: -60px;
    bottom: -60px;

    border-radius: 50%;

    background: rgba(124, 108, 255, 0.07);

    transition: 0.3s ease;
}


.account-card:hover {
    transform: translateY(-4px);

    border-color: rgba(124, 108, 255, 0.45);

    background: #0E1422;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.22);
}


.account-card:hover::before {
    transform: scale(1.5);
}


/* CARD TOP */

.account-card-top {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 14px;
}


/* ICON */

.account-icon {
    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: rgba(124, 108, 255, 0.10);

    border: 1px solid rgba(124, 108, 255, 0.14);

    font-size: 20px;
}


/* ARROW */

.account-arrow {
    color: #475569;

    font-size: 18px;

    transition: 0.25s ease;
}


.account-card:hover .account-arrow {
    color: #A78BFA;

    transform: translateX(5px);
}


/* CARD TITLE */

.account-card h3 {
    position: relative;

    z-index: 2;

    margin-bottom: 7px;

    color: #F8FAFC;

    font-size: 17px;
}


/* CARD DESCRIPTION */

.account-card p {
    position: relative;

    z-index: 2;

    margin-bottom: 14px;

    color: #64748B;

    font-size: 10px;

    line-height: 1.7;
}


/* ACTION */

.account-action {
    position: relative;

    z-index: 2;

    color: #A78BFA;

    font-size: 10px;

    font-weight: 900;
}


.account-action b {
    margin-left: 5px;

    transition: 0.2s ease;
}


.account-card:hover .account-action b {
    margin-left: 9px;
}


/* =========================================================
   COMPANY CARD
   ========================================================= */

.company-card .account-icon {
    background: rgba(20, 184, 166, 0.09);

    border-color: rgba(20, 184, 166, 0.13);
}


.company-card::before {
    background: rgba(20, 184, 166, 0.07);
}


.company-card:hover {
    border-color: rgba(20, 184, 166, 0.40);
}


.company-card .account-action {
    color: #5EEAD4;
}


.company-card:hover .account-arrow {
    color: #5EEAD4;
}


/* =========================================================
   DIVIDER
   ========================================================= */

.register-divider {
    display: flex;

    align-items: center;

    margin: 23px 0;

    color: #475569;

    font-size: 7px;

    font-weight: 900;

    letter-spacing: 1px;
}


.register-divider::before,
.register-divider::after {
    content: "";

    flex: 1;

    height: 1px;

    background: #1E293B;
}


.register-divider span {
    padding: 0 11px;
}


/* =========================================================
   LOGIN LINK
   ========================================================= */

.login-link {
    text-align: center;

    color: #64748B;

    font-size: 10px;
}


.login-link a {
    margin-left: 4px;

    color: #A78BFA;

    font-weight: 900;

    transition: 0.2s ease;
}


.login-link a:hover {
    color: #C4B5FD;
}


/* =========================================================
   SECURITY
   ========================================================= */

.register-secure {
    margin-top: 22px;

    text-align: center;

    color: #475569;

    font-size: 8px;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 900px) {

    .register-wrapper {
        grid-template-columns: 1fr;

        max-width: 520px;
    }


    .register-info {
        display: none;
    }


    .register-card {
        margin: 25px;
    }


    .register-mobile-logo {
        display: block;
    }
}


@media (max-width: 550px) {

    .register-page {
        padding: 70px 18px 30px;
    }


    .register-back {
        top: 22px;

        left: 20px;
    }


    .register-wrapper {
        border-radius: 22px;
    }


    .register-card {
        margin: 10px;

        padding: 28px 22px;
    }


    .register-card h2 {
        font-size: 26px;
    }


    .account-card {
        padding: 17px;
    }

}