/* Extracted from resources/views/frontend/auth/register.blade.php */
.register-card {
    background: #ffffff;
}

.register-showcase {
    position: relative;
    padding: 36px 28px;
    min-height: 100%;
    color: #fff;
    background: radial-gradient(
            circle at top right,
            rgba(255, 255, 255, 0.12),
            transparent 28%
        ),
        linear-gradient(145deg, #0b8260 0%, #0e5c63 52%, #17364a 100%);
}

.register-showcase::before,
.register-showcase::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.register-showcase::before {
    width: 180px;
    height: 180px;
    top: -48px;
    right: -56px;
}

.register-showcase::after {
    width: 130px;
    height: 130px;
    left: -38px;
    bottom: 24px;
}

.register-badge {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.register-showcase h2 {
    color: #fff;
    font-size: 29px;
    line-height: 1.15;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
}

.register-showcase > p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 14px;
    line-height: 1.65;
    position: relative;
    z-index: 1;
}

.register-showcase-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 22px;
    position: relative;
    z-index: 1;
}

.register-showcase-item {
    display: flex;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.register-showcase-item span {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    flex-shrink: 0;
}

.register-showcase-item h6 {
    color: #fff;
    margin-bottom: 4px;
    font-size: 15px;
}

.register-showcase-item p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12.5px;
    line-height: 1.55;
}

.register-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.register-stat {
    padding: 14px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.register-stat strong {
    display: block;
    font-size: 21px;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
}

.register-stat span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.register-eyebrow {
    display: inline-block;
    margin-bottom: 8px;
    color: #0b8260;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.register-panel {
    padding: 12px !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, #f8fbfa 0%, #f4f7fb 100%) !important;
    border-color: #e2e8f0 !important;
}

.register-panel > p {
    margin-bottom: 10px !important;
    font-size: 11px;
    letter-spacing: 0.05em;
}

.register-role-card {
    min-height: 88px;
    border-radius: 16px;
    border: 2px solid #e2e8f0;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    color: #64748b;
    padding: 10px 8px !important;
}

.register-role-card:hover {
    border-color: #0b8260;
    background: #f8fbfa;
    color: #0b8260;
}

.role-icon-box {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1f5f9;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
}

.register-role-card i.fs-4 {
    font-size: 18px !important;
}

.register-role-card span.fw-bold {
    font-size: 13px;
}

.active-check {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #fff;
    border-radius: 50%;
    color: #0b8260;
    font-size: 16px;
    line-height: 1;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn-check:checked + .register-role-card {
    background: #eaf7f1;
    border-color: #0b8260;
    color: #0b8260;
    box-shadow: 0 14px 30px rgba(11, 130, 96, 0.15);
    transform: translateY(-2px);
}

.btn-check:checked + .register-role-card .role-icon-box {
    background: #0b8260;
    color: #fff;
}

.btn-check:checked + .register-role-card .active-check {
    opacity: 1;
    transform: scale(1);
}

.active-employer-card {
    background: #eaf7f1;
    border-color: #0b8260;
    color: #0b8260;
    box-shadow: 0 14px 30px rgba(11, 130, 96, 0.15);
}

.active-employer-card .role-icon-box {
    background: #0b8260;
    color: #fff;
}

.active-employer-card .active-check.force-visible {
    opacity: 1;
    transform: scale(1);
}

.register-input {
    min-height: 40px;
    border-radius: 10px;
    border: 1px solid #d8e1e8;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 1.3;
    height: 40px;
    box-shadow: none;
}

.form-control.register-input.form-control-lg {
    min-height: 40px !important;
    height: 40px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    line-height: 1.3 !important;
}

.form-control.register-input.form-control-lg::placeholder {
    font-size: 13px;
    line-height: 1.3;
}

.register-input:focus {
    border-color: #0b8260;
    box-shadow: 0 0 0 4px rgba(11, 130, 96, 0.12);
}

.candidate-cv-gate {
    padding: 12px;
    border: 1px solid #d7e8e0;
    border-radius: 16px;
    background: #f6fbf8;
}

.candidate-cv-step {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.candidate-cv-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0b8260;
    color: #fff;
    flex-shrink: 0;
}

.candidate-cv-step-label {
    display: inline-block;
    margin-bottom: 2px;
    color: #0b8260;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.candidate-cv-copy h5 {
    font-size: 14px;
    font-weight: 700;
    color: #17202a;
}

.candidate-cv-copy p {
    color: #64748b;
    font-size: 11.5px;
    line-height: 1.45;
}

.candidate-cv-upload {
    min-height: 56px;
    border: 1px dashed #8bbcae;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: #fff;
    color: #334155;
    cursor: pointer;
    transition: all 0.2s ease;
}

.candidate-cv-upload:hover {
    border-color: #0b8260;
    background: #f8fffb;
}

.candidate-cv-upload i {
    color: #0b8260;
    font-size: 17px;
    flex-shrink: 0;
}

.candidate-cv-upload span {
    display: block;
    font-weight: 700;
    font-size: 14px;
}

.candidate-cv-upload small {
    margin-left: auto;
    color: #64748b;
    font-size: 10px;
    white-space: nowrap;
}

.candidate-details-locked {
    opacity: 0.55;
}

.register-helper {
    display: inline-block;
    margin-top: 4px;
    color: #6b7280;
    font-size: 11px;
}

.form-heads.mb-4 {
    margin-bottom: 1rem !important;
}

.form-heads h2 {
    font-size: 22px;
    line-height: 1.15;
}

.form-heads p {
    font-size: 14px;
}

.card-body.p-4.p-md-5 {
    padding: 1.5rem 1.75rem !important;
}

.row.g-3 {
    --bs-gutter-y: 0.85rem;
    --bs-gutter-x: 0.85rem;
}

.form-group label.fw-medium {
    font-size: 13px;
    margin-bottom: 6px !important;
}

.position-absolute.top-50.end-0.translate-middle-y.me-3 {
    margin-right: 0.85rem !important;
}

.register-submit-btn {
    min-height: 52px;
    border-radius: 16px;
    font-size: 15px;
}

.social-auth-btn {
    min-height: 48px;
    border-radius: 14px;
}

@media (max-width: 991.98px) {
    .register-showcase {
        padding: 26px 20px;
    }

    .register-showcase h2 {
        font-size: 25px;
    }
}

@media (max-width: 575.98px) {
    .register-stats {
        grid-template-columns: 1fr;
    }

    .register-card {
        border-radius: 22px !important;
    }

    .card-body.p-4.p-md-5 {
        padding: 1.15rem !important;
    }

    .candidate-cv-upload {
        align-items: flex-start;
        flex-direction: column;
    }

    .candidate-cv-upload small {
        margin-left: 0;
        white-space: normal;
    }
}
