.active-nav-btn-black {
    background-color: #6366F1 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(99, 102, 241, 0.35) !important;
}

.signup-container {
    min-height: 640px;
}

.signup-container .banner-overlay {
    background: linear-gradient(
        180deg, 
        rgba(15, 23, 42, 0.15) 0%, 
        rgba(15, 23, 42, 0.65) 45%, 
        rgba(10, 15, 30, 0.95) 100%
    );
    padding: 35px 30px;
}

.signup-container .banner-text h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 14px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.signup-container .banner-text h2 span {
    color: #a5b4fc;
    background: linear-gradient(135deg, #c7d2fe 0%, #818cf8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.perks-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 14px;
    padding-left: 0;
}

.perks-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #ffffff !important;
    font-weight: 500;
}

.perks-list li span {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}

.perks-list li svg {
    flex-shrink: 0;
    background: rgba(99, 102, 241, 0.35);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(165, 180, 252, 0.4);
    border-radius: 50%;
    padding: 3px;
    width: 24px;
    height: 24px;
}

.terms-link {
    color: #6366F1;
    font-weight: 600;
    transition: color 0.2s ease;
}

.terms-link:hover {
    color: #4f46e5;
    text-decoration: underline;
}

.signup-container .auth-form {
    gap: 16px;
}

.signup-container .login-form-side {
    padding: 20px 28px;
}

.signup-container .login-header {
    margin-bottom: 20px;
}

.signup-container .social-buttons {
    margin-bottom: 18px;
}

.signup-container .divider {
    margin-bottom: 18px;
}

.signup-container .signup-prompt {
    margin-top: 18px;
}
