/* Access Modal Component Styles - Redirect Modal */

/* Remove any unwanted borders that might extend beyond the modal */
#access-modal .modal-content {
    border: none !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3) !important;
    border-radius: 16px !important;
    overflow: hidden;
}

#access-modal .modal-dialog {
    border: none !important;
    box-shadow: none !important;
}

/* Modal will use Bootstrap's default fade animations from modal.css */

.access-modal-redirect-title {
    color: #EAEAEA;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
}

.access-modal-redirect-text {
    color: #888899;
    font-size: 1.1rem;
    line-height: 1.5;
}

.access-modal-signup-text {
    color: #AAAAAA;
    font-size: 0.95rem;
    line-height: 1.4;
    font-style: italic;
}

/* Card layout styling */
.access-modal-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.2s ease;
}

.access-modal-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.access-modal-card-text {
    color: #888899;
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 1rem;
}

/* Login button styling */
.access-modal-login-button {
    border-radius: 8px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
}

.access-modal-login-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(40, 167, 69, 0.3);
    transition: all 0.2s ease;
}

/* Checkbox styling */
.access-modal-checkbox-label {
    color: #EAEAEA;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    user-select: none;
}

#access-modal .form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #4A4AFF;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
}

#access-modal .form-check-input:checked {
    background-color: #4A4AFF;
    border-color: #4A4AFF;
}

#access-modal .form-check-input:focus {
    border-color: #4A4AFF;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(74, 74, 255, 0.25);
}

#access-modal .form-check-input:hover {
    border-color: #6A6AFF;
}



/* Prominent Go button styling (now for cards) */
.access-modal-go-button {
    border-radius: 8px;
    padding: 0.6rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
}

.access-modal-go-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(74, 74, 255, 0.3);
    transition: all 0.2s ease;
}

/* Waitlist form styling */
.access-modal-waitlist-title {
    color: #EAEAEA;
    font-weight: 600;
    font-size: 1.3rem;
}

.access-modal-waitlist-subtitle {
    color: #888899;
    font-size: 1rem;
    line-height: 1.5;
}

.access-modal-email-input {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #EAEAEA;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.access-modal-email-input:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: #4A4AFF;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(74, 74, 255, 0.25);
    color: #EAEAEA;
}

.access-modal-email-input::placeholder {
    color: #666677;
}

.access-modal-plan-label {
    color: #EAEAEA;
    font-weight: 500;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    display: block;
}

.access-modal-checkbox-group .form-check {
    margin-bottom: 0;
}

.access-modal-checkbox-group .form-check-label {
    color: #888899;
    font-size: 0.95rem;
    cursor: pointer;
    white-space: nowrap;
}

.access-modal-error {
    background: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.3);
    border-radius: 6px;
    padding: 0.75rem;
    color: #ff6b6b;
    font-size: 0.9rem;
}

.access-modal-submit-button {
    border-radius: 8px;
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 1rem;
}

/* Success state styling */
.access-modal-success-icon {
    font-size: 3rem;
}

.access-modal-success-title {
    color: white;
    font-weight: 700;
    font-size: 2rem;
}

.access-modal-success-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.2rem;
    line-height: 1.5;
}

/* Social icons styling */
.access-modal-social-icons {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.access-modal-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.access-modal-social-link:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
    color: white;
}

/* Secondary button styling for bottom row */
#access-modal .btn-outline-secondary {
    border-radius: 8px;
    padding: 0.6rem 1rem;
    font-weight: 500;
    font-size: 0.95rem;
}

#access-modal .btn-outline-secondary {
    border-color: rgba(255, 255, 255, 0.3);
    color: #888899;
}

#access-modal .btn-outline-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
    color: #EAEAEA;
    transform: translateY(-1px);
    transition: all 0.2s ease;
}
